Fixed login page and workflow
This commit is contained in:
@@ -50,6 +50,7 @@ main{
|
||||
justify-content: center;
|
||||
color: #96c7e8;
|
||||
font-size: 24px;
|
||||
flex-direction: column;
|
||||
}
|
||||
.button a{
|
||||
position: fixed;
|
||||
@@ -61,4 +62,15 @@ main{
|
||||
font-size: 18px;
|
||||
border-radius: 6px;
|
||||
box-shadow: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
div.alert {
|
||||
background: #FFDDEE;
|
||||
font-size: 20px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.welcome{
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
font-style: italic;
|
||||
}
|
||||
Reference in New Issue
Block a user