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

Increase usage of $primary_color variable

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