summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/badges.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/badges.scss')
-rw-r--r--app/assets/stylesheets/framework/badges.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/badges.scss b/app/assets/stylesheets/framework/badges.scss
new file mode 100644
index 00000000000..47a8f44c709
--- /dev/null
+++ b/app/assets/stylesheets/framework/badges.scss
@@ -0,0 +1,6 @@
+.badge {
+ font-weight: normal;
+ background-color: $badge-bg;
+ color: $badge-color;
+ vertical-align: baseline;
+}