Website edit functionality.
This commit is contained in:
13
components/forms/LoginForm.module.css
Normal file
13
components/forms/LoginForm.module.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.title {
|
||||
font-size: var(--font-size-xlarge);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.button {
|
||||
color: var(--gray50);
|
||||
background: var(--gray900);
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background: var(--gray800);
|
||||
}
|
||||
Reference in New Issue
Block a user