From cbe24edf228f5cc7c3e42070ae165b9f01695133 Mon Sep 17 00:00:00 2001 From: Shabarish V Date: Mon, 5 Dec 2022 12:46:41 +0530 Subject: [PATCH] WEB-126 - LeftNav styling --- src/components/LeftNav.scss | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/components/LeftNav.scss b/src/components/LeftNav.scss index c58d2cc..6605969 100644 --- a/src/components/LeftNav.scss +++ b/src/components/LeftNav.scss @@ -2,6 +2,10 @@ .leftNav { background-color: #F6F7F9; + @media (min-width: 1280px) { + padding-right: 2rem !important; + padding-left: 2rem !important; + } //height: 100%; position: sticky; height: 100vh; @@ -20,7 +24,7 @@ } >ul > .parent { - padding: 20px 0; + padding: 10px 0; &.currentUrl{ padding-bottom: 20px; } @@ -31,7 +35,7 @@ display: none; } > ul { - border-bottom: 1px solid #C4C4C4 !important; + /*border-bottom: 1px solid #C4C4C4 !important;*/ > li { .folder-icon{ display: block; @@ -141,10 +145,10 @@ margin-bottom: 24px; img{ display:inline; - position: relative; + /*position: relative;*/ top: 3px; - width: 10px; - height: 10px; + width: 13px; + height: 13px; margin: 0px; }