@geogirafe/lib-geoportal
Version:
GeoGirafe is a flexible application to build online geoportals.
35 lines (30 loc) • 511 B
CSS
/* SPDX-License-Identifier: Apache-2.0 */
#cs-map {
background-color: var(--bkg-color);
position: absolute;
top: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
.hidden {
display: none;
}
.center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 10px;
text-align: center;
}
.loading span {
color: var(--text-color);
display: block;
margin-top: 1rem;
font-weight: 600;
}
.loading span.quote {
font-style: italic;
font-weight: 300;
}