mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
c2700ee5c6
- 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.
15 lines
301 B
SCSS
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;
|
|
}
|