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:
authorAndriy Dyadyura <adyadyura@Andriys-MacBook-Pro.fritz.box>2015-12-23 18:25:42 +0300
committerAndriy Dyadyura <adyadyura@Andriys-MacBook-Pro.fritz.box>2015-12-23 18:25:42 +0300
commitcee776c1430e16889001b3a12758a801f956e244 (patch)
tree87afb6a43d0881819c5906a1fb08af2ffe1107b3 /app/assets/stylesheets/framework/issue_box.scss
parent5e0b989fca3789da57fdb911b506ecae8adae8dd (diff)
new button sizes
Diffstat (limited to 'app/assets/stylesheets/framework/issue_box.scss')
-rw-r--r--app/assets/stylesheets/framework/issue_box.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/issue_box.scss b/app/assets/stylesheets/framework/issue_box.scss
index 7c96d4b7b1d..e93dbab0c42 100644
--- a/app/assets/stylesheets/framework/issue_box.scss
+++ b/app/assets/stylesheets/framework/issue_box.scss
@@ -25,7 +25,7 @@
}
&.status-box-open {
- background-color: #31af64;
+ background-color: $green-light;
color: #FFF;
}