Add user group badges

This commit is contained in:
Toby Zerner
2015-05-06 11:25:19 +09:30
parent 707c60d3ab
commit 54f731942e
11 changed files with 78 additions and 43 deletions

View File

@ -12,13 +12,13 @@
width: @size;
height: @size;
border-radius: @size / 2;
line-height: @size - 4px;
line-height: @size - 5px;
&, & .fa {
font-size: 0.6 * @size;
font-size: 0.56 * @size;
}
}
.badge {
.badge-size(23px);
.badge-size(25px);
border: 2px solid @fl-body-bg;
background: @fl-body-muted-color;
color: #fff;