From c41cd44ada5f6c343e07d2ebde2a6a04a6b7a49c Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 26 Apr 2016 20:59:14 +0500 Subject: Multiple UI Improvements (#2802) --- webapp/sass/routes/_backstage.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'webapp/sass/routes/_backstage.scss') diff --git a/webapp/sass/routes/_backstage.scss b/webapp/sass/routes/_backstage.scss index ebfe97ee4..716d07a4c 100644 --- a/webapp/sass/routes/_backstage.scss +++ b/webapp/sass/routes/_backstage.scss @@ -114,6 +114,11 @@ body { border-top-width: 0; } +.backstage-header__divider { + margin: 0 10px; + color: $gray; +} + .backstage-header { @include clearfix; margin-bottom: 20px; @@ -180,6 +185,7 @@ body { background-color: $white; border: 1px solid $light-gray; padding: 5px 15px; + min-height: 50px; } .backstage-list__item { @@ -296,12 +302,16 @@ body { border: 1px solid $light-gray; display: inline-block; height: 210px; - margin: 0 30px 20px 0; + margin: 0 0 20px 30px; padding: 20px; text-align: center; vertical-align: top; width: 250px; + &:first-child { + margin-left: 0; + } + &:hover { color: default; text-decoration: none; -- cgit v1.2.3-1-g7c22