fleet/frontend/components/NumberPill/_styles.scss
noahtalerman c2700ee5c6
Align Fleet UI colors with Figma components (#615)
- This if the 1st PR as part of the of the Align components in Fleet UI with design system in Figma #539
- These changes replace all the color variables in /styles/var/colors.scss with new colors and naming convention used in Figma.
2021-04-09 12:04:11 -07:00

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