mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-22 02:55:52 -05:00
Design refresh + a bunch of stuff (#2864)
Co-authored-by: hfcRed <hfcred@gmx.net>
This commit is contained in:
17
app/components/FormMessage.module.css
Normal file
17
app/components/FormMessage.module.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.error {
|
||||
display: block;
|
||||
color: var(--color-error);
|
||||
font-size: var(--font-xs);
|
||||
margin-block-start: var(--label-margin);
|
||||
}
|
||||
|
||||
.info {
|
||||
display: block;
|
||||
color: var(--color-text-high);
|
||||
font-size: var(--font-xs);
|
||||
margin-block-start: var(--label-margin);
|
||||
}
|
||||
|
||||
.noMargin {
|
||||
margin-block-start: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user