aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/badge.scss
blob: d7dfaf7835a52218111e0a7bd7108a6372405bc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@import './config.scss';

.badge {
  font-size: 14px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: $theme-border-radius;
  background: $theme-gray-lighter;

  &.badge--primary,
  &.badge--premium {
    background: $theme-brand-primary;
    color: #FFF;
  }
}