Fix font-size inline with the rest of the UI.

This commit is contained in:
orangemug 2019-10-27 17:19:03 +00:00
parent f39fb34f36
commit a51442921a

View file

@ -2,6 +2,6 @@
.SmallError { .SmallError {
color: #E57373; color: #E57373;
font-size: $font-size-5; font-size: $font-size-6;
margin-top: $margin-2 margin-top: $margin-2
} }