welcome screen
This commit is contained in:
@@ -6,3 +6,47 @@ p.error {
|
||||
margin: 8px 10px;
|
||||
color: darkred;
|
||||
}
|
||||
|
||||
.login {
|
||||
padding: 20px;
|
||||
width: 400px;
|
||||
margin: 100px 0;
|
||||
background: #fffc;
|
||||
border-radius: 8px;
|
||||
font-size: 18px;
|
||||
@media screen and (max-width: 860px) {
|
||||
margin: 20px;
|
||||
box-sizing: border-box;
|
||||
width: 90vw;
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.btn-login {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.btn-password {
|
||||
margin-bottom: 20px;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.btn-user {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.frame {
|
||||
display: flex;
|
||||
position: relative;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
app-logo {
|
||||
transform: scale(0.84);
|
||||
@media screen and (max-width: 860px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user