Aktionen

MediaWiki

Common.css: Unterschied zwischen den Versionen

Aus Geodäsie Knowledge Hub

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
h3#tagline {
  display: none;
}
a.fbg-button {
a.fbg-button {
   display: flex;
   display: flex;

Version vom 7. März 2026, 14:16 Uhr

h3#tagline {
  display: none;
}
a.fbg-button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 48%;
  height: 36px;

  border: 1px solid #a2a9b1;
  border-radius: 6px;
  background: #f8f9fa;

  font-size: 95%;
  text-decoration: none;
  color: #202122 !important;

  box-sizing: border-box;
  transition: background-color 0.15s ease-in-out;
}

a.fbg-button:hover {
  background: #e9ecef;
}