Common.css: Unterschied zwischen den Versionen
Aus Geodäsie Knowledge Hub
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 3: | Zeile 3: | ||
} | } | ||
a.fbg-button { | a.fbg-button { | ||
display: flex; | display: inline-flex; | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
min-width: 120px; | |||
width: | |||
height: 36px; | height: 36px; | ||
padding: 0 12px; | |||
box-sizing: border-box; | |||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
| Zeile 14: | Zeile 15: | ||
background: #f8f9fa; | background: #f8f9fa; | ||
color: #202122 !important; | |||
text-decoration: none !important; | |||
font-size: 95%; | font-size: 95%; | ||
line-height: 1; | |||
transition: background-color 0.15s ease-in-out; | transition: background-color 0.15s ease-in-out; | ||
} | } | ||
| Zeile 24: | Zeile 25: | ||
a.fbg-button:hover { | a.fbg-button:hover { | ||
background: #e9ecef; | background: #e9ecef; | ||
text-decoration: none !important; | |||
} | } | ||
Version vom 7. März 2026, 14:17 Uhr
h3#tagline {
display: none;
}
a.fbg-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 120px;
height: 36px;
padding: 0 12px;
box-sizing: border-box;
border: 1px solid #a2a9b1;
border-radius: 6px;
background: #f8f9fa;
color: #202122 !important;
text-decoration: none !important;
font-size: 95%;
line-height: 1;
transition: background-color 0.15s ease-in-out;
}
a.fbg-button:hover {
background: #e9ecef;
text-decoration: none !important;
}