Common.css: Unterschied zwischen den Versionen
Aus Geodäsie Knowledge Hub
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 2: | Zeile 2: | ||
display: none; | display: none; | ||
} | } | ||
.fbg-button-label { | |||
display: inline- | display: inline-block; | ||
min-width: 120px; | min-width: 120px; | ||
padding: 7px 14px; | |||
text-align: center; | |||
background: #ffffff; | |||
border: 1px solid #c8ccd1; | |||
border-radius: 10px; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
color: #202122; | |||
color: #202122 | |||
transition: background-color 0.15s ease-in-out; | transition: background-color 0.15s ease-in-out; | ||
} | } | ||
a.fbg-button | a:hover .fbg-button-label { | ||
background: # | background: #eef0f2; | ||
} | } | ||
Version vom 7. März 2026, 14:29 Uhr
h3#tagline {
display: none;
}
.fbg-button-label {
display: inline-block;
min-width: 120px;
padding: 7px 14px;
text-align: center;
background: #ffffff;
border: 1px solid #c8ccd1;
border-radius: 10px;
box-sizing: border-box;
color: #202122;
transition: background-color 0.15s ease-in-out;
}
a:hover .fbg-button-label {
background: #eef0f2;
}