css boutons popup map

This commit is contained in:
ouidade 2024-11-14 11:08:40 +01:00
parent 89fede90e7
commit bc15f0549d
1 changed files with 8 additions and 4 deletions

View File

@ -63,18 +63,22 @@
color: white;
background: black;
text-transform: uppercase;
font-size: 0.8rem;
font-size: 0.6rem;
padding-left: 0.5rem;
text-decoration: none;
margin-top: 0.7rem;
height: 1.3rem;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
font-family: 'gilroy-medium';
display: inline-flex;
}
#sites-map-container a:after {
display: inline-flex;
content: url("../img/noun-arrow-to-right.svg");
padding-right: 0.2rem;
padding-left: 0.2rem;
padding-top: 0.5rem;
padding-right: 0.5rem;
padding-left: 0.5rem;
}
#popup-content {
width: 300px;