This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
framework
Watch
2
Star
0
Fork
0
You've already forked framework
mirror of
https://github.com/flarum/framework.git
synced
2025-02-09 01:17:14 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
359e9f6cbb
framework
/
less
/
common
/
ValidationError.less
6 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Style validation errors
2020-01-24 22:19:04 +08:00
.ValidationError {
font-size: 0.9em;
font-weight: bold;
feat: Declare & Use CSS Custom Properties (#3146)
2021-11-05 05:34:18 +08:00
color: var(--validation-error-color);
Style validation errors
2020-01-24 22:19:04 +08:00
}
Reference in New Issue
Copy Permalink