mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
Make badges smaller
This commit is contained in:
parent
2f3d9402c9
commit
b22746cc2c
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user