@geogirafe/lib-geoportal
Version:
GeoGirafe is a flexible application to build online geoportals.
23 lines (20 loc) • 394 B
CSS
/* Common general styles */
.hidden {
display: none;
}
/* Big button (icon only) */
.girafe-button-big {
width: 2.5rem;
height: 2.5rem;
align-items: center;
padding: 0.5rem;
border-radius: 4rem;
border: solid 1px black;
background-color: var(--bkg-color);
display: flex;
flex-direction: column;
color: var(--text-color);
}
.girafe-button-big img {
overflow: hidden;
}