mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 22:01:10 +10:00
fix: refactor forgot password system (#329)
* refactor forgot password system * ready
This commit is contained in:
@ -3,12 +3,3 @@
|
||||
border-radius: 4px;
|
||||
background: light-dark(var(--mantine-color-body), rgba(0, 0, 0, 0.1));
|
||||
}
|
||||
|
||||
.forgotPasswordBtn {
|
||||
font-size: var(--input-label-size, var(--mantine-font-size-sm));
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.formElemWithTopMargin {
|
||||
margin-top: var(--mantine-spacing-md);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user