12345678910111213141516171819202122232425262728293031 |
- .user--register{
- h1{
- font-size: 3rem !important;
- font-weight: normal;
- }
- .form-item{
- display: flex;
- flex-direction: column;
- }
- #user-register-form{
- .form-item{
- display: flex;
- flex-direction: column;
- padding-bottom: 1rem;
-
- }
- label{
- padding-bottom: 0.5rem;
- }
- input{
- height: 2rem;
- }
-
- }
- }
|