From dceb795bdafee0ca2d1242a03f6f445e4841145f Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Fri, 4 Sep 2020 13:42:43 +0530 Subject: [PATCH] fix: desktop sidebar spacing --- frappe/public/scss/desktop.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frappe/public/scss/desktop.scss b/frappe/public/scss/desktop.scss index 0975a1e3c1..b98616c4be 100644 --- a/frappe/public/scss/desktop.scss +++ b/frappe/public/scss/desktop.scss @@ -3,8 +3,9 @@ html, body { } .desk-sidebar { - .list-sidebar-label { - margin-bottom: 1rem; + .sidebar-section .sidebar-label { + margin-bottom: var(--margin-md); + margin-top: var(--margin-sm); } .desk-sidebar-item { @@ -53,7 +54,7 @@ html, body { color: var(--heading-color); font-weight: 600; font-size: var(--text-lg); - margin-bottom: 1.2rem; + margin-bottom: var(--margin-md); } } @@ -268,7 +269,8 @@ html, body { } &.onboarding-widget-box { - margin-bottom: 50px; + margin-top: var(--margin-xs); + margin-bottom: var(--margin-2xl); .widget-head { display: flex;