summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/mixins.scss
diff options
context:
space:
mode:
authorAndriy Dyadyura <adyadyura@Andriys-MacBook-Pro.fritz.box>2015-12-18 15:25:12 +0100
committerAndriy Dyadyura <adyadyura@Andriys-MacBook-Pro.fritz.box>2015-12-18 15:25:12 +0100
commit2e7bee26f0a95e1a61e82f2833d02e84f63349c7 (patch)
treea478f4610d5eb490c3b6f2bf61bc9dfd75c50dcd /app/assets/stylesheets/framework/mixins.scss
parent08ddb8f7689ec0d50e6c28e90f5eb7ab107fd0d3 (diff)
downloadgitlab-ce-2e7bee26f0a95e1a61e82f2833d02e84f63349c7.tar.gz
new-colors
Diffstat (limited to 'app/assets/stylesheets/framework/mixins.scss')
-rw-r--r--app/assets/stylesheets/framework/mixins.scss11
1 files changed, 5 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/mixins.scss b/app/assets/stylesheets/framework/mixins.scss
index 11c48d26ab5..b804f59e643 100644
--- a/app/assets/stylesheets/framework/mixins.scss
+++ b/app/assets/stylesheets/framework/mixins.scss
@@ -123,7 +123,6 @@
padding: 0;
margin: 0;
list-style: none;
- margin-top: 5px;
height: 56px;
li {
@@ -131,9 +130,9 @@
a {
padding: 14px;
- font-size: 17px;
- line-height: 28px;
- color: #7f8fa4;
+ font-size: 15px;
+ line-height: 23px;
+ color: #959494;
border-bottom: 2px solid transparent;
&:hover, &:active, &:focus {
@@ -143,8 +142,8 @@
}
&.active a {
- color: #4c4e54;
- border-bottom: 2px solid #1cacfc;
+ color: #616060;
+ border-bottom: 2px solid #4688f1;
}
.badge {