mirror of
https://github.com/flarum/framework.git
synced 2025-02-15 09:32:51 +08:00
21 lines
289 B
Plaintext
21 lines
289 B
Plaintext
.AdminHeader {
|
|
background: var(--control-bg);
|
|
margin-bottom: 20px;
|
|
padding: 20px 0;
|
|
|
|
h2 {
|
|
margin-top: 0;
|
|
margin-bottom: 10px;
|
|
color: var(--muted-color);
|
|
}
|
|
|
|
&-description {
|
|
margin: 0;
|
|
color: var(--control-color);
|
|
}
|
|
|
|
.icon {
|
|
margin-right: 15px;
|
|
}
|
|
}
|