1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 00:17:31 +02:00

Style validation errors

This commit is contained in:
Franz Liedke
2020-01-24 15:19:04 +01:00
parent 97b2db84c6
commit 5643ee649b
3 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
.ValidationError {
font-size: 0.9em;
font-weight: bold;
color: @validation-error-color;
}