Commit 5d6f5be0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

New colors for success/warning/primary

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent e53f4a4e
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
*/ */
$font-size-base: 13px !default; $font-size-base: 13px !default;
$nav-pills-active-link-hover-bg: $bg_style_color; $nav-pills-active-link-hover-bg: $bg_primary;
$pagination-active-bg: $bg_style_color; $pagination-active-bg: $bg_primary;
// Core variables and mixins // Core variables and mixins
@import "bootstrap/variables"; @import "bootstrap/variables";
......
...@@ -11,32 +11,26 @@ $hover: #D9EDF7; ...@@ -11,32 +11,26 @@ $hover: #D9EDF7;
/* /*
* Success colors (green) * Success colors (green)
*/ */
$border_success: #4cae4c; $border_success: #469408;
$bg_success: #5cb85c; $bg_success: #469408;
$bg_light_success: #dff0d8;
$color_success: #3c763d;
/* /*
* Danger colors (red) * Danger colors (red)
*/ */
$border_danger: #d43f3a; $border_danger: #d43f3a;
$bg_danger: #d9534f; $bg_danger: #d9534f;
$bg_light_danger: #f2dede;
$color_danger: #a94442;
/* /*
* Primary colors (blue) * Primary colors (blue)
*/ */
$border_primary: #358ebd; $border_primary: #446e9b;
$bg_primary: #429bca; $bg_primary: #446e9b;
$bg_light_primary: #d9edf7;
$color_primary: #31708f;
/* /*
* Warning colors (yellow) * Warning colors (yellow)
*/ */
$bg_warning: #f39c12; $bg_warning: #d9831f;
$border_warning: #f39c12; $border_warning: #d9831f;
/** /**
* Commit Diff Colors * Commit Diff Colors
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment