aboutsummaryrefslogtreecommitdiff
path: root/src/scss/components/_badge.scss
blob: 615425fd8b04927cdab2d72d64425077bad1e868 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.c-badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}