mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
feat: Declare & Use CSS Custom Properties (#3146)
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
.AdminHeader {
|
||||
background: @control-bg;
|
||||
background: var(--control-bg);
|
||||
margin-bottom: 20px;
|
||||
padding: 20px 0;
|
||||
|
||||
h2 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 10px;
|
||||
color: @muted-color;
|
||||
color: var(--muted-color);
|
||||
}
|
||||
|
||||
&-description {
|
||||
margin: 0;
|
||||
color: @control-color;
|
||||
color: var(--control-color);
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
Reference in New Issue
Block a user