mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
14 lines
284 B
SCSS
14 lines
284 B
SCSS
.number-pill {
|
|
background-color: $brand;
|
|
border-radius: 14px;
|
|
color: $white;
|
|
display: inline-block;
|
|
line-height: 26px;
|
|
height: 26px;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
letter-spacing: -0.5px;
|
|
padding: 0 14px;
|
|
vertical-align: text-bottom;
|
|
}
|