From a38ae2137b6bccba7b6741d6368bf5fca99333b6 Mon Sep 17 00:00:00 2001 From: AghaSaad04 Date: Sat, 13 Apr 2019 12:49:20 +0500 Subject: [PATCH] Fixes sidemenu's height and name panel's padding and margin There are some layout issues in desinger page . So, I have fixed some of them. 1) Padding of name-panel 2) Margin of name-panel 3) Sidemenu height Signed-off-by: Agha Saad Fraz --- themes/pmahomme/scss/_common.scss | 4 ---- themes/pmahomme/scss/_designer.scss | 3 ++- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss index 28f5f14698..662cf574c4 100644 --- a/themes/pmahomme/scss/_common.scss +++ b/themes/pmahomme/scss/_common.scss @@ -22,10 +22,6 @@ body { background: $main-background; } -#page_content { - margin: 0 0.5em; -} - .desktop50 { width: 50%; } diff --git a/themes/pmahomme/scss/_designer.scss b/themes/pmahomme/scss/_designer.scss index 84f3c67929..e00108e72e 100644 --- a/themes/pmahomme/scss/_designer.scss +++ b/themes/pmahomme/scss/_designer.scss @@ -485,6 +485,7 @@ a { display: block; float: none; overflow: hidden; + line-height: 1em; } img, @@ -499,7 +500,7 @@ a { background: #efefef; width: 100%; font-size: 1.2em; - padding: 10px; + padding: 5px; font-weight: bold; }