From 3b9b9c5c8f6201ee9a7a35f0200fc07d463fb6df Mon Sep 17 00:00:00 2001 From: decabeza Date: Wed, 30 May 2018 18:02:00 +0200 Subject: [PATCH] Updates styles for management section --- app/assets/stylesheets/admin.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 5403551bd..aad328501 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -562,7 +562,7 @@ $sidebar-active: #f4fcd0; .account-info, .login-as { - background-color: #e7e7e7; + background-color: $highlight; border-radius: rem-calc(3); font-size: rem-calc(16); font-weight: normal; @@ -669,6 +669,10 @@ $sidebar-active: #f4fcd0; } } +.management-list { + max-width: rem-calc(1200); +} + // 06. Polls // -----------------