31 lines
No EOL
525 B
SCSS
31 lines
No EOL
525 B
SCSS
.signup-form {
|
|
height: 100vh;
|
|
padding-top: 40px;
|
|
}
|
|
|
|
.form-signup {
|
|
width: 100%;
|
|
max-width: 330px;
|
|
padding: 15px;
|
|
margin: auto;
|
|
}
|
|
|
|
.form-signup .checkbox {
|
|
font-weight: 400;
|
|
}
|
|
|
|
.form-signup .form-floating:focus-within {
|
|
z-index: 2;
|
|
}
|
|
|
|
.form-signup input[type="email"] {
|
|
margin-bottom: -1px;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
|
|
.form-signup input[type="password"] {
|
|
margin-bottom: 10px;
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
} |