mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 07:56:02 +08:00
21 lines
282 B
Plaintext
21 lines
282 B
Plaintext
.AdminHeader {
|
|
background: @control-bg;
|
|
margin-bottom: 20px;
|
|
padding: 20px 0;
|
|
|
|
h2 {
|
|
margin-top: 0;
|
|
margin-bottom: 10px;
|
|
color: @muted-color;
|
|
}
|
|
|
|
.AdminHeader-description {
|
|
margin: 0;
|
|
color: @control-color;
|
|
}
|
|
|
|
.icon {
|
|
margin-right: 15px;
|
|
}
|
|
}
|