@geogirafe/lib-geoportal
Version:
GeoGirafe is a flexible application to build online geoportals.
28 lines (24 loc) • 373 B
CSS
/* SPDX-License-Identifier: Apache-2.0 */
#content {
background: var(--bkg-color);
color: var(--text-color);
padding: 1rem;
margin: 0;
display: flex;
flex-direction: column;
}
label,
input,
select,
textarea {
font-size: 0.9rem;
flex-grow: 1;
}
.gg-input,
.gg-select {
margin-bottom: 1rem;
}
.mail-contact {
margin-top: 2rem;
margin-bottom: 2rem;
}