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
+9 -9
View File
@@ -22,7 +22,7 @@ body, html {
min-height: 100vh;
}
.signup-form {
.department-form {
background-color: #535C91;
opacity: 71;
padding: 8vh 3vh 5vh;
@@ -31,24 +31,24 @@ body, html {
width: 25%;
}
.signup-form-title{
.department-form-title{
margin-bottom: 5vh;
color: #FFFFFF;
text-align: center;
}
.signup-form-title h2 {
.department-form-title h2 {
color: #FFFFFF;
margin: 0;
padding: 0;
font-size: 5vh;
}
.signup-form-title hr{
.department-form-title hr{
width: 65%;
}
.signup-form-content{
.department-form-content{
display: flex;
margin-left: 2rem;
flex-direction: column;
@@ -58,11 +58,11 @@ body, html {
font-weight: bold;
}
.signup-form-content input{
.department-form-content input{
margin: 0.7rem;
}
.signup-form-footer{
.department-form-footer{
margin-top: 7vh;
display: flex;
flex-wrap: wrap;
@@ -86,12 +86,12 @@ button:hover{
filter: brightness(85%);
}
.signup-form button[name="continue"] {
button[name="submit"] {
background-color: #F44336;
color: white;
}
.signup-form button[name="back"] {
button[name="back"] {
background-color: #23BDEE;
color: white;
}
+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{