mirror of
https://github.com/flarum/framework.git
synced 2024-12-11 21:43:38 +08:00
Give badges a bit of a shadow
This commit is contained in:
parent
f4ab018e2e
commit
ee424903f9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user