mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
This PR brings the style changes made in the "Align Fleet UI colors with Figma components" #615 and "Align Fleet UI with Figma (spacing and fonts)" #628 PRs into the master branch.
14 lines
301 B
SCSS
14 lines
301 B
SCSS
.number-pill {
|
|
background-color: $core-vibrant-blue;
|
|
border-radius: 14px;
|
|
color: $core-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;
|
|
}
|