frontender v.1
This commit is contained in:
@ -17,6 +17,12 @@ body{
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.login-a{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.log_in_form{
|
||||
background-color: #297177;
|
||||
display: flex;
|
||||
@ -36,6 +42,8 @@ body{
|
||||
border-radius: 5px;
|
||||
padding: 15px;
|
||||
height: max-content;
|
||||
max-width: 250px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.auth_form img{
|
||||
@ -62,8 +70,9 @@ body{
|
||||
padding-bottom: 10px;
|
||||
width: 205px;
|
||||
border-radius: 5px;
|
||||
margin-top: 20px;
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.info_panel{
|
||||
@ -153,7 +162,8 @@ body{
|
||||
.login-container{
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
margin-top: 50px;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.welcome_text{
|
||||
@ -162,6 +172,7 @@ body{
|
||||
padding: 30px;
|
||||
max-width: 500px;
|
||||
font-size: 18px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
@media (min-width: 1250px) {
|
||||
|
Reference in New Issue
Block a user