From eb57d1efc197968a4073b331b2dc8f40d8109847 Mon Sep 17 00:00:00 2001 From: vasraz Date: Tue, 23 Mar 2021 19:17:37 +0000 Subject: Fix 46 CRITICAL BUGs Change-Id: Id354491665a1d8c25a7c1f3e83fcb4d146ca2f37 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3529 --- .../src/app/ng2/pages/home/home.component.less | 38 +++++++++++++--------- 1 file changed, 22 insertions(+), 16 deletions(-) (limited to 'catalog-ui/src/app/ng2/pages/home') diff --git a/catalog-ui/src/app/ng2/pages/home/home.component.less b/catalog-ui/src/app/ng2/pages/home/home.component.less index c5b73748ba..687b06674d 100644 --- a/catalog-ui/src/app/ng2/pages/home/home.component.less +++ b/catalog-ui/src/app/ng2/pages/home/home.component.less @@ -1,5 +1,6 @@ @import '../../../../assets/styles/mixins_old'; @import '../../../../assets/styles/sprite'; + .w-sdc-left-sidebar-nav { margin-top: 46px; } @@ -27,11 +28,13 @@ font-weight: bold; } -.i-sdc-left-sidebar-item{ +.i-sdc-left-sidebar-item { display: flex; - &.category-title .title-text, sdc-checkbox{ + + &.category-title .title-text, .sdc-checkbox { flex-grow: 1; } + &:not(.category-title).i-sdc-left-sidebar-item-state-count { line-height: 14px; } @@ -96,28 +99,31 @@ width: 140px; - sdc-button, - sdc-button-file-opener { + .sdc-button, + .sdc-button-file-opener { padding-bottom: 5px; - &:last-child{ + + &:last-child { padding-bottom: 0; } } - - .import-file{ + + .import-file { position: relative; - file-opener{ + + .file-opener { position: absolute; top: 0; + /deep/ input[type="file"] { - .hand; - filter: alpha(opacity=0); - opacity: 0; - position: absolute; - top: 0; - left: 0; - width: 140px; - height: 36px; + .hand; + filter: alpha(opacity=0); + opacity: 0; + position: absolute; + top: 0; + left: 0; + width: 140px; + height: 36px; } } } -- cgit 1.2.3-korg