summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components/feature_highlight.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/components/feature_highlight.scss')
-rw-r--r--app/assets/stylesheets/components/feature_highlight.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/feature_highlight.scss b/app/assets/stylesheets/components/feature_highlight.scss
new file mode 100644
index 00000000000..08706951967
--- /dev/null
+++ b/app/assets/stylesheets/components/feature_highlight.scss
@@ -0,0 +1,9 @@
+.gl-badge.feature-highlight-badge {
+ background-color: $purple-light;
+ color: $purple;
+
+ &,
+ &.sm {
+ padding: 0.25rem;
+ }
+}