1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 18:07:02 +02:00

Finish admin permissions page and clean up everything

This commit is contained in:
Toby Zerner
2015-07-31 20:16:47 +09:30
parent 5706c71c86
commit fde7afd3e2
33 changed files with 766 additions and 291 deletions

View File

@@ -1,5 +1,5 @@
.Badge {
.Badge--size(23px);
.Badge--size(24px);
border: 1px solid @body-bg;
background: @muted-color;
color: #fff;
@@ -20,7 +20,7 @@
line-height: @size - 3px;
&, .Badge-icon {
font-size: 0.56 * @size;
font-size: 0.58 * @size;
}
}