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, 2 insertions, 4 deletions
diff --git a/src/styles/badge.scss b/src/styles/badge.scss
index 78309ea18..0ac17c6ed 100644
--- a/src/styles/badge.scss
+++ b/src/styles/badge.scss
@@ -10,7 +10,6 @@
10 } 10 }
11} 11}
12 12
13
14.badge { 13.badge {
15 background: $theme-gray-lighter; 14 background: $theme-gray-lighter;
16 border-radius: $theme-border-radius; 15 border-radius: $theme-border-radius;
@@ -21,12 +20,11 @@
21 20
22 &.badge--primary { 21 &.badge--primary {
23 background: $theme-brand-primary; 22 background: $theme-brand-primary;
24 color: #FFF; 23 color: #fff;
25 } 24 }
26 25
27 &.badge--success { 26 &.badge--success {
28 background: $theme-brand-success; 27 background: $theme-brand-success;
29 color: #FFF; 28 color: #fff;
30 } 29 }
31
32} 30}