anpassung der login seite und main css fuer accessibility
This commit is contained in:
+6
-1
@@ -45,6 +45,7 @@ main {
|
||||
}
|
||||
}
|
||||
|
||||
/* Seite wird horizontal und vertikal zentriert */
|
||||
.login-page {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -60,7 +61,6 @@ main {
|
||||
border: 1px solid white;
|
||||
border-radius: 10px;
|
||||
background-color: white;
|
||||
/** box-shadow: 0 4px 10px rgba(0,0,0,0.05); */
|
||||
}
|
||||
|
||||
.logo-wrapper {
|
||||
@@ -119,6 +119,11 @@ main {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
/* Versteckt das doppelte Label fuer Screenreader/Accessibility */
|
||||
.screenreader-only {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: coral;
|
||||
}
|
||||
Reference in New Issue
Block a user