Give badges a bit of a shadow

This commit is contained in:
Toby Zerner 2015-07-04 12:25:33 +09:30
parent f4ab018e2e
commit ee424903f9

View File

@ -18,13 +18,14 @@
}
}
.badge {
.badge-size(25px);
border: 2px solid @fl-body-bg;
.badge-size(23px);
border: 1px solid @fl-body-bg;
background: @fl-body-muted-color;
color: #fff;
display: inline-block;
vertical-align: middle;
text-align: center;
box-shadow: 0 2px 6px @fl-shadow-color;
& .label {
display: none;