aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/badge.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/badge.scss')
-rw-r--r--src/styles/badge.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/styles/badge.scss b/src/styles/badge.scss
index d7dfaf783..18a653118 100644
--- a/src/styles/badge.scss
+++ b/src/styles/badge.scss
@@ -12,4 +12,10 @@
12 background: $theme-brand-primary; 12 background: $theme-brand-primary;
13 color: #FFF; 13 color: #FFF;
14 } 14 }
15
16 &.badge--success {
17 background: $theme-brand-success;
18 color: #FFF;
19 }
20
15} 21}