fleet/frontend/components/NumberPill/_styles.scss
noahtalerman 0f48eb8525
Bring new style variables from teams into master (#707)
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.
2021-04-30 17:32:50 -04:00

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;
}