css boutons popup map
This commit is contained in:
parent
89fede90e7
commit
bc15f0549d
|
@ -63,18 +63,22 @@
|
||||||
color: white;
|
color: white;
|
||||||
background: black;
|
background: black;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 0.8rem;
|
font-size: 0.6rem;
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin-top: 0.7rem;
|
margin-top: 0.7rem;
|
||||||
height: 1.3rem;
|
height: 1.3rem;
|
||||||
|
padding-top: 0.2rem;
|
||||||
|
padding-bottom: 0.2rem;
|
||||||
|
font-family: 'gilroy-medium';
|
||||||
|
display: inline-flex;
|
||||||
|
|
||||||
}
|
}
|
||||||
#sites-map-container a:after {
|
#sites-map-container a:after {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
content: url("../img/noun-arrow-to-right.svg");
|
content: url("../img/noun-arrow-to-right.svg");
|
||||||
padding-right: 0.2rem;
|
padding-right: 0.5rem;
|
||||||
padding-left: 0.2rem;
|
padding-left: 0.5rem;
|
||||||
padding-top: 0.5rem;
|
|
||||||
}
|
}
|
||||||
#popup-content {
|
#popup-content {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
|
Loading…
Reference in New Issue