Layout änderung vom login Fenster
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
* {
|
||||
background-color: red;
|
||||
.login-container {
|
||||
margin: auto;
|
||||
padding: 30px;
|
||||
width: 200px;
|
||||
background-color: lightblue;
|
||||
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
/*This is the Stylesheet for the Login Screen*/
|
||||
body {
|
||||
background-color: #da1f3d;
|
||||
background-color: #bbbbbb;
|
||||
}
|
||||
Reference in New Issue
Block a user