From dc164ec6d235c41547014eff6f2e00851dab83ab Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Tue, 15 Apr 2014 08:53:34 +0200 Subject: [PATCH] Fixed scss-lint warnings --- js/apps/system/aardvark/frontend/scss/_newDashboard.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/apps/system/aardvark/frontend/scss/_newDashboard.scss b/js/apps/system/aardvark/frontend/scss/_newDashboard.scss index 60d55d24ed..29fad46d5c 100644 --- a/js/apps/system/aardvark/frontend/scss/_newDashboard.scss +++ b/js/apps/system/aardvark/frontend/scss/_newDashboard.scss @@ -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 {