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.
15 lines
183 B
CSS
15 lines
183 B
CSS
2 years ago
|
/* Login and signup forms */
|
||
|
|
||
|
.account-form button {
|
||
|
width: 4rem;
|
||
|
margin-left: 80px;
|
||
|
}
|
||
|
|
||
|
#signup-form button {
|
||
|
width: 8rem;
|
||
|
}
|
||
|
|
||
|
.account-forms-container {
|
||
|
padding-left: 20px;
|
||
|
}
|