first commit

This commit is contained in:
Kenneth Jannette
2024-01-11 18:24:41 -06:00
commit 4c1fb67383
103 changed files with 29954 additions and 0 deletions

47
src/styles/signup.scss Normal file
View File

@@ -0,0 +1,47 @@
.signup-super-container {
display: flex;
flex-direction: column;
width: 100%;
align-items: center;
margin-bottom: 25px;
}
.signup-sub-container {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 45px;
width: 920px;
padding: 12px;
border-radius: 10px;
background-color: rgb(240, 247, 250);
border: 1px solid #e9e9e9;
}
.signup-header {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 20px;
}
.signup-header-text {
letter-spacing: -0.6px;
font-weight: 400;
font-size: 2rem;
}
.signup-form {
width: 880px;
}
.signup-button-box {
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.signup-btn {
width: 150px;
}