1
0
Fork 0

fixed scss lint

This commit is contained in:
gschwab 2014-04-16 16:10:40 +02:00
parent 9cf0de91b7
commit d797ee12c0
2 changed files with 9 additions and 8 deletions

View File

@ -117,8 +117,8 @@
.modalChartDetail { .modalChartDetail {
height: 500px; height: 500px;
position: fixed;
padding-left: 10px; padding-left: 10px;
position: fixed;
width: 90%; width: 90%;
} }

View File

@ -4,8 +4,8 @@ $dashboard-padding: 28px;
%dashboard-chart-box { %dashboard-chart-box {
@extend %pull-left; @extend %pull-left;
border-left: 1px solid $c-black; border-left: 1px solid $c-black;
cursor: pointer;
margin-left: -1px; margin-left: -1px;
cursor:pointer;
&:first-child { &:first-child {
border-left: 0; border-left: 0;
@ -16,6 +16,7 @@ $dashboard-padding: 28px;
.detailChart { .detailChart {
@extend %pull-left; @extend %pull-left;
} }
.dashboard-interior-chart { .dashboard-interior-chart {
@extend %pull-left; @extend %pull-left;
height: $dashboard-height - $dashboard-padding; height: $dashboard-height - $dashboard-padding;
@ -54,22 +55,22 @@ $dashboard-padding: 28px;
width: $legend-width; width: $legend-width;
.dashboard-legend-inner { .dashboard-legend-inner {
padding-top: 20px;
padding-left: 20px; padding-left: 20px;
padding-top: 20px;
} }
} }
.dashboard-detailLegend { .dashboard-detailLegend {
@extend %pull-left; @extend %pull-left;
height: $dashboard-height; height: $dashboard-height;
width: $legend-width;
position: fixed;
left: 90%; left: 90%;
position: fixed;
top: 40%; top: 40%;
width: $legend-width;
.dashboard-legend-inner { .dashboard-legend-inner {
padding-top: 20px;
padding-left: 20px; padding-left: 20px;
padding-top: 20px;
} }
} }
@ -140,8 +141,8 @@ $dashboard-padding: 28px;
@extend %dashboard-chart-box; @extend %dashboard-chart-box;
font-size: 25px; font-size: 25px;
height: ($dashboard-height + $dashboard-padding) / 2 - 36px - 36px - 2px; height: ($dashboard-height + $dashboard-padding) / 2 - 36px - 36px - 2px;
top: 15%;
text-align: center; text-align: center;
top: 15%;
width: 50%; width: 50%;
} }
@ -156,7 +157,7 @@ $dashboard-padding: 28px;
.dashboard-figure { .dashboard-figure {
@extend %pull-left; @extend %pull-left;
margin-bottom: 10%; margin-bottom: 10%;
margin-top: 7%;
margin-left: 19%; margin-left: 19%;
margin-top: 7%;
text-align: center; text-align: center;
} }