Commit fe302d4cb6146b27f4d93b7b9924bcd8130b0aab
1 parent
729618c5
Exists in
spb-stable
and in
2 other branches
New base colors
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
app/assets/stylesheets/main/variables.scss
... | ... | @@ -14,8 +14,8 @@ $link_hover_color: #2FA0BB; |
14 | 14 | /* |
15 | 15 | * Success colors (green) |
16 | 16 | */ |
17 | -$border_success: #469408; | |
18 | -$bg_success: #469408; | |
17 | +$border_success: #019875; | |
18 | +$bg_success: #019875; | |
19 | 19 | |
20 | 20 | /* |
21 | 21 | * Danger colors (red) |
... | ... | @@ -32,8 +32,8 @@ $bg_primary: #446e9b; |
32 | 32 | /* |
33 | 33 | * Warning colors (yellow) |
34 | 34 | */ |
35 | -$bg_warning: #d9831f; | |
36 | -$border_warning: #d9831f; | |
35 | +$bg_warning: #EB9532; | |
36 | +$border_warning: #EB9532; | |
37 | 37 | |
38 | 38 | /** |
39 | 39 | * Commit Diff Colors | ... | ... |