UI User relativ functional

This commit is contained in:
andrei-mihnea-cerbu
2024-04-01 22:44:09 +03:00
parent 79e508d3de
commit fb957a6f97
18 changed files with 381 additions and 83 deletions
+6 -2
View File
@@ -28,6 +28,10 @@ h1, h2{
margin: 0;
}
h2{
font-size: 1rem;
}
.left_block{
display: flex;
flex-direction: column;
@@ -120,7 +124,7 @@ button:hover{
flex-direction: column;
background-color: #535C91;
opacity: 71;
padding: 2rem;
padding: 2rem 4rem 2rem 2rem;
border-radius: 1rem;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.9);
color: white;
@@ -135,7 +139,7 @@ button:hover{
}
.choose_user_form_title hr{
width: 40%;
width: 80%;
}
.choose_user_form_content{