Files
probot.github.io/node_modules/primer-labels/lib/counters.scss
2017-07-03 16:17:14 -05:00

22 lines
426 B
SCSS

// Counters are rounded-corner badges for numbers
.Counter {
display: inline-block;
padding: 2px 5px;
font-size: $font-size-small;
font-weight: $font-weight-bold;
line-height: 1;
color: $gray-600;
background-color: rgba($black, 0.08);
border-radius: 20px;
}
.Counter--gray-light {
color: $text-gray-dark;
background-color: $black-fade-15;
}
.Counter--gray {
color: $white;
background-color: $gray;
}