Pivot.css: Unterschied zwischen den Versionen
Aus Arbeitsschutz Wiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* Kopfleiste */ | |||
.tab-bar { | |||
background: #FFBF00; | |||
font-family: 'Montserrat', 'Jost', sans-serif; | |||
} | |||
/* make the main page subheaders solid bars */ | /* make the main page subheaders solid bars */ | ||
.subheader { | .subheader { |
Version vom 9. Juni 2021, 17:43 Uhr
/* Kopfleiste */ .tab-bar { background: #FFBF00; font-family: 'Montserrat', 'Jost', sans-serif; } /* make the main page subheaders solid bars */ .subheader { background-color: #008d8d; color: #fff; text-align: center; padding: .5em; font-size: 15px; border-radius: 0; /* font-family: Montserrat, Jost, sans-serif; */ font-weight: 600; margin-top: 20px; }