mirror of
https://github.com/flarum/core.git
synced 2025-07-19 15:51:16 +02:00
Make badges smaller
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
.Badge {
|
.Badge {
|
||||||
.Badge--size(24px);
|
.Badge--size(22px);
|
||||||
border: 1px solid @body-bg;
|
border: 1px solid @body-bg;
|
||||||
background: @muted-color;
|
background: @muted-color;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
line-height: @size - 3px;
|
line-height: @size - 3px;
|
||||||
|
|
||||||
&, .Badge-icon {
|
&, .Badge-icon {
|
||||||
font-size: 0.58 * @size;
|
font-size: 0.56 * @size;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user