Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-12-02 02:41:22 +0300
committerDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-12-02 02:41:22 +0300
commitaf5de82c67bd1867e69438b71f67f43d026e4edf (patch)
treeff421f8b470ea990b1614ccf1e98554a05a391a7 /app/assets/stylesheets/framework/variables.scss
parent3c2cb28e84aa231d09bb8e5958b61eb2ef056eb2 (diff)
created framework for badges, solving duplicate code
Diffstat (limited to 'app/assets/stylesheets/framework/variables.scss')
-rw-r--r--app/assets/stylesheets/framework/variables.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 8a9c279d124..651e58d0bb4 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -248,6 +248,13 @@ $btn-white-active: #848484;
$btn-gray-hover: #eee;
/*
+* Badges
+*/
+$badge-bg: #f3f3f3;
+$badge-bg-dark: #eee;
+$badge-color: $btn-transparent-color;
+
+/*
* Award emoji
*/
$award-emoji-menu-bg: #fff;