From 5c6abce8eecbb7e6dcee8ed837edbaebcb8b3d8e Mon Sep 17 00:00:00 2001 From: Alessandro Cuoghi Date: Fri, 11 Jan 2019 15:44:41 +0100 Subject: [PATCH] Fixed css order and depth - Reordered the properties of the css to pass houndci-bot verification --- app/assets/stylesheets/dashboard.scss | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/app/assets/stylesheets/dashboard.scss b/app/assets/stylesheets/dashboard.scss index b6a70ae86..dbe8c9897 100644 --- a/app/assets/stylesheets/dashboard.scss +++ b/app/assets/stylesheets/dashboard.scss @@ -27,19 +27,18 @@ } .dashboard-proposals-stats { - text-align: center; border: 2px solid $highlight; border-radius: rem-calc(6); margin-bottom: $line-height; padding: $line-height / 2; + text-align: center; @include breakpoint(medium only) { .change-behaviour { - padding: $line-height; - margin-top: $line-height; float: left; - width: 100%; margin-top: $line-height / 2; + padding: $line-height; + width: 100%; } } @@ -53,11 +52,8 @@ } } - .supports { - - .counter-label { - display: block; - } + .supports .counter-label { + display: block; } .counter-value {