frontender v.2
This commit is contained in:
@ -17,6 +17,10 @@ body{
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.root_header{
|
||||
background-color: #297177;
|
||||
}
|
||||
|
||||
.login-a{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -46,6 +50,18 @@ body{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.reg_form{
|
||||
background-color: #297177;
|
||||
border-radius: 5px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 15px;
|
||||
height: max-content;
|
||||
width: 250px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.auth_form img{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
@ -72,7 +88,7 @@ body{
|
||||
border-radius: 5px;
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
margin-top: 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.info_panel{
|
||||
@ -175,6 +191,12 @@ body{
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.register_screen{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media (min-width: 1250px) {
|
||||
.log_in_container{
|
||||
width: 50%;
|
||||
|
Reference in New Issue
Block a user