1
0
mirror of https://github.com/flarum/core.git synced 2025-07-09 11:03:06 +02:00
Files
php-flarum/less/common/ValidationError.less
2021-11-04 22:34:18 +01:00

6 lines
102 B
Plaintext

.ValidationError {
font-size: 0.9em;
font-weight: bold;
color: var(--validation-error-color);
}