25.095
Bearbeitungen
RaWen (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
RaWen (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 54: | Zeile 54: | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
margin-bottom: 1. | margin-bottom: 1.5rem; | ||
padding-top: 0.5rem; | |||
height: | height: 70px; | ||
} | |||
/* Symbol-Container */ | |||
.symbol-container { | |||
display: flex; | |||
align-items: center; | |||
justify-content: flex-end; | |||
height: 100%; | |||
padding-right: 15px; | |||
} | } | ||
/* Copyright-Symbol */ | /* Copyright-Symbol */ | ||
.symbol { | .symbol { | ||
font-size: | font-size: 60px; | ||
font-weight: bold; | font-weight: bold; | ||
user-select: none; | user-select: none; | ||
color: rgba(0,0,0,0. | color: rgba(0,0,0,0.3); | ||
line-height: 1; | |||
} | |||
/* Vertikaler Trennstrich */ | |||
.divider { | |||
width: 1px; | |||
height: 60px; | |||
background-color: rgba(0,0,0,0.15); | |||
margin: 0; | |||
} | } | ||
/* Logo- | /* Logo-Container */ | ||
.logo { | .logo { | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
justify-content: | justify-content: flex-start; | ||
height: 100%; | |||
padding-left: 15px; | |||
} | } | ||
.logo img { | .logo img { | ||
max-height: | max-height: 60px; | ||
width: auto; | width: auto; | ||
object-fit: contain; | object-fit: contain; | ||
Zeile 141: | Zeile 157: | ||
font-size: 0.9rem; | font-size: 0.9rem; | ||
line-height: 1.5; | line-height: 1.5; | ||
border-top: 1px solid rgba(0,0,0,0.08); | |||
padding-top: 1rem; | |||
} | } | ||
Zeile 189: | Zeile 207: | ||
flex-direction: column; | flex-direction: column; | ||
height: auto; | height: auto; | ||
padding-top: 0.5rem; | |||
padding-bottom: 0.5rem; | |||
} | } | ||
.symbol, .logo { | .symbol-container, .logo { | ||
justify-content: center; | |||
padding: 0; | |||
margin: 0.25rem 0; | |||
} | } | ||
. | .divider { | ||
width: 80%; | |||
height: 1px; | |||
margin: 0.5rem 0; | |||
} | } | ||