css form user registrer & log in

This commit is contained in:
2023-11-23 15:00:55 +01:00
parent 0eb7f122f1
commit 552540b504
6 changed files with 60 additions and 64 deletions
@@ -3,29 +3,8 @@
.user--register{
h1{
font-size: 3rem !important;
font-weight: normal;
}
.form-item{
display: flex;
flex-direction: column;
font-weight: 600;
}
#user-register-form{
.form-item{
display: flex;
flex-direction: column;
padding-bottom: 1rem;
}
label{
padding-bottom: 0.5rem;
}
input{
height: 2rem;
}
}
}