1
0
mirror of https://github.com/flarum/core.git synced 2025-05-05 23:15:22 +02:00
php-flarum/less/admin/AdminHeader.less

21 lines
271 B
Plaintext

.AdminHeader {
background: @control-bg;
margin-bottom: 20px;
padding: 20px 0;
h2 {
margin-top: 0;
margin-bottom: 10px;
color: @muted-color;
}
&-description {
margin: 0;
color: @control-color;
}
.icon {
margin-right: 15px;
}
}