Sortierung der login-css Dateien sowie der Auslagerung in einzelne CSS-Dateien

This commit is contained in:
ja
2021-08-27 09:12:39 +02:00
parent f5f96df940
commit fe14e013fd
7 changed files with 56 additions and 52 deletions

12
css/login/login_FLEX.css Normal file
View File

@@ -0,0 +1,12 @@
body {
background-color: #fff;
background-image: none;
}
#Login1_LoginButton {
color: #fff;
background-color: #003680;
}
@media (min-width: 768px) {
}