@geogirafe/lib-geoportal
Version:
GeoGirafe is a flexible application to build online geoportals.
39 lines (30 loc) • 415 B
CSS
/* SPDX-License-Identifier: Apache-2.0 */
#panel {
color: var(--text-color);
}
#panel > div {
padding: 1rem;
}
.hidden {
display: none;
}
fieldset {
margin-top: 1rem;
}
.option {
margin-top: 0.5rem;
display: flex;
}
.option select,
.option input {
flex-grow: 1;
}
.option input.gg-checkbox {
flex-grow: 0;
}
.option label {
margin-right: 0.5rem;
}
.option label:after {
content: ' :';
}