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:
authorChris Peressini <cperessini@gitlab.com>2016-11-28 19:38:05 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-29 00:46:28 +0300
commitb834ecd2f6c3ce28e343f6c82b333a504ee125eb (patch)
treecc186812c54fabc4b5b6c6f826d1edd207e8ee5b /app/assets/stylesheets/framework/variables.scss
parent6743d5aad0b6fc410919170c393780ca17d2437b (diff)
Add darker active state for outline buttons and new border colors.
Diffstat (limited to 'app/assets/stylesheets/framework/variables.scss')
-rw-r--r--app/assets/stylesheets/framework/variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 2539c841111..b259e7eae3e 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -12,7 +12,7 @@ $sidebar-breakpoint: 1024px;
/*
* Color schema
*/
- $darken-normal-factor: 7%;
+$darken-normal-factor: 7%;
$darken-dark-factor: 10%;
$darken-border-factor: 5%;