You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
633 B
39 lines
633 B
.form-container {
|
|
margin-top: 5%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: 1rem;
|
|
}
|
|
|
|
.form-entry{
|
|
height: 1.7rem;
|
|
width: 17rem;
|
|
border-radius: 100px;
|
|
border: var(--transparent-color);
|
|
}
|
|
|
|
|
|
.display-form{
|
|
gap: 1rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
margin-top: 5%;
|
|
background: var(--color-background-secondary);
|
|
border-radius: 1rem;
|
|
padding: 1.5rem;
|
|
}
|
|
|
|
.form-validation-btn{
|
|
font-size: 1rem;
|
|
padding: 1rem 3rem;
|
|
}
|
|
|
|
.sub-text {
|
|
color: var(--color-primary);
|
|
}
|
|
|
|
input::placeholder {
|
|
padding-left: 1rem;
|
|
} |