diff options
author | Andriy Dyadyura <adyadyura@Andriys-MacBook-Pro.fritz.box> | 2015-12-23 16:25:42 +0100 |
---|---|---|
committer | Andriy Dyadyura <adyadyura@Andriys-MacBook-Pro.fritz.box> | 2015-12-23 16:25:42 +0100 |
commit | cee776c1430e16889001b3a12758a801f956e244 (patch) | |
tree | 87afb6a43d0881819c5906a1fb08af2ffe1107b3 | |
parent | 5e0b989fca3789da57fdb911b506ecae8adae8dd (diff) | |
download | gitlab-ce-cee776c1430e16889001b3a12758a801f956e244.tar.gz |
new button sizes
-rw-r--r-- | app/assets/stylesheets/framework/issue_box.scss | 2 |
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; } |