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