1
0
Fork 0

Fixed scss-lint warnings

This commit is contained in:
Michael Hackstein 2014-04-15 08:53:34 +02:00
parent f870abed3b
commit dc164ec6d2
1 changed files with 4 additions and 4 deletions

View File

@ -118,12 +118,12 @@ $dashboard-padding: 28px;
.dashboard-tendency {
@extend %pull-left;
@extend %dashboard-chart-box;
font-size: 25px;
height: ($dashboard-height + $dashboard-padding) / 2 - 36px - 36px - 2px;
width: 50%;
position: relative;
text-align: center;
font-size : 25px;
position : relative;
top : 15%;
top: 15%;
width: 50%;
}
.dashboard-row {