Commit 65f0ed4d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Increase usage of $primary_color variable

parent cb30df19
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
&.disabled { &.disabled {
color: #fff; color: #fff;
background: #29B; background: $primary_color;
} }
} }
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
&.disabled { &.disabled {
color: #fff; color: #fff;
background: #29B; background: $primary_color;
} }
} }
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
padding: 12px; padding: 12px;
} }
> .active > a { > .active > a {
border-color: #29B; border-color: $primary_color;
border-radius: 0; border-radius: 0;
background: #F1F1F1; background: #F1F1F1;
color: $style_color; color: $style_color;
......
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
color: #777; color: #777;
padding: 10px; padding: 10px;
min-height: 22px; min-height: 22px;
border-left: 5px solid #5AB9C3; border-left: 5px solid $primary_color;
margin-bottom: 20px; margin-bottom: 20px;
background: #f9f9f9; background: #f9f9f9;
...@@ -133,10 +133,10 @@ ...@@ -133,10 +133,10 @@
} }
.btn-new-mr { .btn-new-mr {
@extend .btn-info; @extend .btn-primary;
@extend .small; @extend .small;
@extend .pull-right; @extend .pull-right;
margin: -3px; margin: -2px;
} }
} }
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
.filter_icon { .filter_icon {
a { a {
text-align:center; text-align:center;
border-left: 3px solid #29B; border-left: 3px solid $primary_color;
background: #f9f9f9; background: #f9f9f9;
margin-bottom: 10px; margin-bottom: 10px;
float: left; float: left;
......
= render 'clone_panel' = render 'clone_panel'
= render "events/event_last_push", event: @last_push
.row .row
.span9 .span9
= render "events/event_last_push", event: @last_push
.content_list= render @events .content_list= render @events
.loading.hide .loading.hide
.span3 .span3
......
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