fleet/frontend/components/NumberPill/_styles.scss

15 lines
284 B
SCSS
Raw Normal View History

.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;
2017-01-10 02:58:18 +00:00
padding: 0 14px;
vertical-align: text-bottom;
}