diff options
author | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2021-03-26 13:44:55 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2021-03-26 13:45:13 +0000 |
commit | 021978494010df2a4258845b2ada19967869afd1 (patch) | |
tree | 10579500f35841b46c8b766e9b69c40efd056499 /catalog-ui/src/app/ng2/pages/home | |
parent | 316a6df0f1a42cb3f825b9ab4b51d9d59215a530 (diff) |
Revert "Fix 46 CRITICAL BUGs"
This reverts commit eb57d1efc197968a4073b331b2dc8f40d8109847.
Reason for revert: some UI components are broken
Change-Id: I533a827e9913250d5cb29ed2cc4736fd8c57a8e5
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3529
Diffstat (limited to 'catalog-ui/src/app/ng2/pages/home')
-rw-r--r-- | catalog-ui/src/app/ng2/pages/home/home.component.less | 38 |
1 files changed, 16 insertions, 22 deletions
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 687b06674d..c5b73748ba 100644 --- a/catalog-ui/src/app/ng2/pages/home/home.component.less +++ b/catalog-ui/src/app/ng2/pages/home/home.component.less @@ -1,6 +1,5 @@ @import '../../../../assets/styles/mixins_old'; @import '../../../../assets/styles/sprite'; - .w-sdc-left-sidebar-nav { margin-top: 46px; } @@ -28,13 +27,11 @@ 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; } @@ -99,31 +96,28 @@ 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; } } } |