1
0
mirror of https://github.com/flarum/core.git synced 2025-05-04 22:55:33 +02:00
php-flarum/less/admin/AdminHeader.less
2020-12-07 15:14:22 -05:00

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;
}
}