You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* Login and signup forms */
|
|
|
|
.account-form button {
|
|
width: 4rem;
|
|
margin-left: 80px;
|
|
}
|
|
|
|
#signup-form button {
|
|
width: 8rem;
|
|
}
|
|
|
|
.account-forms-container {
|
|
padding-left: 20px;
|
|
}
|