mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 14:15:15 +00:00
18 lines
457 B
SCSS
18 lines
457 B
SCSS
$sidebar-filter--count--foreground: #132532;
|
|
$sidebar-filter--count--background: #2b4456;
|
|
$sidebar-filter--count--background--active: #3b586d;
|
|
|
|
.badge {
|
|
background: $sidebar-filter--count--background;
|
|
border-radius: 100px;
|
|
color: $sidebar-filter--count--foreground;
|
|
display: inline-block;
|
|
font-size: 0.6rem;
|
|
font-weight: 800;
|
|
line-height: 1;
|
|
margin-left: 10px;
|
|
padding: 2px 5px;
|
|
transition: background 0.25s;
|
|
vertical-align: middle;
|
|
}
|