1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 15:51:16 +02:00

Make badges smaller

This commit is contained in:
Toby Zerner
2015-08-02 17:27:04 +09:30
parent 2f3d9402c9
commit b22746cc2c

View File

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