mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
base.css: add OSM Iframe style
This commit is contained in:
parent
b122e93bc6
commit
dc1a571d9e
1 changed files with 9 additions and 0 deletions
|
|
@ -130,3 +130,12 @@ address {
|
||||||
text-wrap: balance;
|
text-wrap: balance;
|
||||||
margin-block: 1em;
|
margin-block: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* External Elements */
|
||||||
|
|
||||||
|
.osm-iframe {
|
||||||
|
display: block;
|
||||||
|
box-sizing: border-box;
|
||||||
|
border: calc(0.5 * var(--step)) solid var(--color-fg);
|
||||||
|
filter: grayscale(1);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue