code reformat to follow the styles

This commit is contained in:
nixa 2016-04-29 17:27:19 +03:00
parent 669b3df4b5
commit a8cd300ecc
26 changed files with 193 additions and 187 deletions

View file

@ -41,6 +41,7 @@
@mixin bg-nr($relativeUrl) {
background: url($images-root + $relativeUrl) no-repeat 0 0;
}
@mixin bg($relativeUrl) {
background: url($images-root + $relativeUrl);
}
@ -93,22 +94,22 @@
@mixin overrideColors($color) {
p,
h1,h2,h3,h4,h5,h6,
h1, h2, h3, h4, h5, h6,
.pie-chart-item,
.panel-heading>.dropdown .dropdown-toggle,
.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
ol.blur span,
ul.blur,
.popular-app-cost,
.popular-app-info,
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a,
.traffic-text span,
.form-group label,
.help-block{
.help-block {
color: $color;
}
.feed-message .message-time, .text-muted {
@ -125,4 +126,4 @@
.progress {
background: $color;
}
}
}

View file

@ -1,6 +1,6 @@
$font-family: 'Roboto', sans-serif;
$view-total :rgba(0,0,0,.4);
$view-total: rgba(0, 0, 0, .4);
$activelink: $primary;
$hoverlink: $primary-dark;