ffrs-fw-dl/webroot/css/index.css
Nils Jakobi 3414964272
All checks were successful
continuous-integration/drone/push Build is passing
changed folder structure and using php-fpm now
2020-01-04 15:36:10 +01:00

34 lines
561 B
CSS

header {
min-height: 10vh; }
#outer-container {
border-top: 5px solid #df316c;
margin: 5vh auto 0 auto; }
#outer-container .row {
margin-left: auto;
margin-right: auto; }
.dropdown-content li > a, .dropdown-content li > span {
color: #df316c; }
.input-field {
padding: 0 !important; }
.thin {
font-weight: 100; }
.page-footer {
padding-top: 0;
background-color: #df316c; }
#inner-container {
padding: 1.5rem; }
#map {
height: 40vh; }
.leaflet-top, .leaflet-bottom {
z-index: 400; }
/*# sourceMappingURL=index.css.map */