summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/issue_box.scss
diff options
context:
space:
mode:
authorAndriy Dyadyura <adyadyura@Andriys-MacBook-Pro.fritz.box>2015-12-23 15:46:13 +0100
committerAndriy Dyadyura <adyadyura@Andriys-MacBook-Pro.fritz.box>2015-12-23 15:46:13 +0100
commit5e0b989fca3789da57fdb911b506ecae8adae8dd (patch)
tree868c27ef9cbb83b49b9e22fcbed6e1dce51a1eb7 /app/assets/stylesheets/framework/issue_box.scss
parent98a63a499fff3e4f11c18aed4fca88e4b1cfe780 (diff)
downloadgitlab-ce-5e0b989fca3789da57fdb911b506ecae8adae8dd.tar.gz
new button sizes
Diffstat (limited to 'app/assets/stylesheets/framework/issue_box.scss')
-rw-r--r--app/assets/stylesheets/framework/issue_box.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/issue_box.scss b/app/assets/stylesheets/framework/issue_box.scss
index fba67ba0b64..7c96d4b7b1d 100644
--- a/app/assets/stylesheets/framework/issue_box.scss
+++ b/app/assets/stylesheets/framework/issue_box.scss
@@ -5,7 +5,7 @@
*/
.status-box {
- @include border-radius(2px);
+ @include border-radius(3px);
display: block;
float: left;
@@ -25,7 +25,7 @@
}
&.status-box-open {
- background-color: #019875;
+ background-color: #31af64;
color: #FFF;
}