fleet/frontend/components/NumberPill/_styles.scss
Kyle Knight 73035877b3 Fixing spacing of manage packs header (#848)
* Fixing spacing of header

* Make h1 headers consistent
2017-01-10 10:27:10 -06:00

14 lines
284 B
SCSS

.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;
padding: 0 14px;
vertical-align: text-bottom;
}