frontender v.2

This commit is contained in:
julian
2024-06-28 11:19:27 -03:00
parent e61985d50e
commit 10b1f8c855
11 changed files with 39 additions and 17 deletions

View File

@ -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%;