Commit d7e9eda24d26dfe5782e503f3e3d7d523000ce05
1 parent
df0bd0c2
Exists in
master
and in
4 other branches
renamed blue_link var to primary_color
Showing
6 changed files
with
9 additions
and
10 deletions
Show diff stats
app/assets/stylesheets/common.scss
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
| @@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
| 14 | color: #fff; | 14 | color: #fff; |
| 15 | text-shadow: 0 1px 1px #268; | 15 | text-shadow: 0 1px 1px #268; |
| 16 | &:hover { | 16 | &:hover { |
| 17 | - background: $blue_link; | 17 | + background: $primary_color; |
| 18 | color: #fff; | 18 | color: #fff; |
| 19 | } | 19 | } |
| 20 | 20 | ||
| @@ -26,11 +26,11 @@ | @@ -26,11 +26,11 @@ | ||
| 26 | 26 | ||
| 27 | &.btn-info { | 27 | &.btn-info { |
| 28 | background: #5aB9C3; | 28 | background: #5aB9C3; |
| 29 | - border-color: $blue_link; | 29 | + border-color: $primary_color; |
| 30 | color: #fff; | 30 | color: #fff; |
| 31 | text-shadow: 0 1px 1px #268; | 31 | text-shadow: 0 1px 1px #268; |
| 32 | &:hover { | 32 | &:hover { |
| 33 | - background: $blue_link; | 33 | + background: $primary_color; |
| 34 | color: #fff; | 34 | color: #fff; |
| 35 | } | 35 | } |
| 36 | 36 |
app/assets/stylesheets/gitlab_bootstrap/typography.scss
app/assets/stylesheets/sections/tree.scss
app/assets/stylesheets/themes/ui_basic.scss
app/assets/stylesheets/variables.scss
| 1 | /** Colors **/ | 1 | /** Colors **/ |
| 2 | +$primary_color: #2FA0BB; | ||
| 2 | $link_color: #3A89A3; | 3 | $link_color: #3A89A3; |
| 3 | -$blue_link: #2FA0BB; | ||
| 4 | $style_color: #474D57; | 4 | $style_color: #474D57; |
| 5 | -$hover: #D9EDF7; | ||
| 6 | -$hover_border: #ADF; | 5 | +$hover: #D9EDF7; |
| 7 | \ No newline at end of file | 6 | \ No newline at end of file |