summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-20 00:27:32 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-20 00:27:32 -0500
commita7f2d75c5d27c0042ca79e8a71b204c2bb6f1375 (patch)
tree8b6c5d4a0366052a18be6bee02594cb42940bc52
parent3278c5b073a1f3e6d48f246525178863959203af (diff)
downloadgitlab-ce-show-message-to-signed-out-users-to-sign-in-if-they-want-to-comment.tar.gz
-rw-r--r--app/assets/stylesheets/pages/merge_requests.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/merge_requests.scss b/app/assets/stylesheets/pages/merge_requests.scss
index 6c1272d5d8c..f033ff15f88 100644
--- a/app/assets/stylesheets/pages/merge_requests.scss
+++ b/app/assets/stylesheets/pages/merge_requests.scss
@@ -208,19 +208,19 @@
.disabled-profile {
width: 40px;
height: 40px;
- background: #CCC;
+ background: $border-gray-dark;
border-radius: 20px;
display: inline-block;
margin-right: 10px;
}
.disabled-comment {
- background: #F3F3F3;
+ background: $gray-light;
display: inline-block;
vertical-align: top;
height: 200px;
border-radius: 4px;
- border: 1px solid #CCC;
+ border: 1px solid $border-gray-normal;
padding-top: 90px;
text-align: center;
right: 20px;