From 6ee53fe302fbbb818e563bcc46a49dfa487bc803 Mon Sep 17 00:00:00 2001 From: madhukar23 <30654750+madhukar23@users.noreply.github.com> Date: Thu, 19 Oct 2017 18:21:10 +0530 Subject: [PATCH] Revert the scss changes on Process Info Drawer (#2505) * [ADF-1760] Process Info Drawer - The keys must be localized * Reverting scss changes done in the previous PR for the same issue * Revert the scss changes on Process Info Drawer --- .../info-drawer-layout.component.scss | 38 +++---------------- 1 file changed, 6 insertions(+), 32 deletions(-) diff --git a/ng2-components/ng2-alfresco-core/src/components/info-drawer/info-drawer-layout.component.scss b/ng2-components/ng2-alfresco-core/src/components/info-drawer/info-drawer-layout.component.scss index ba9db7559c..cb27ff8e21 100644 --- a/ng2-components/ng2-alfresco-core/src/components/info-drawer/info-drawer-layout.component.scss +++ b/ng2-components/ng2-alfresco-core/src/components/info-drawer/info-drawer-layout.component.scss @@ -1,51 +1,25 @@ @mixin mat-info-drawer-theme($theme) { - $primary: map-get($theme, primary); + $background: map-get($theme, background); .adf { &-info-drawer-layout { - width: 385px; + width: 350px; display: block; - background-color: #fafafa; + padding: 8px 0; + background-color: mat-color($background, dialog); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27); - & .mat-tab-label { - font-family: Muli; - font-size: 14px; - font-weight: bold; - text-align: left; - color: mat-color($primary); - } - &-header { - padding: 13px 0px 0px 23px; + padding: 8px 24px 24px 24px; display: flex; justify-content: space-between; font-size: 20px; - margin-bottom: 40px; &-buttons { mat-icon { cursor: pointer; } } - - &-title { - width: 197px; - height: 32px; - opacity: 0.54; - font-family: Helvetica; - font-size: 20px; - line-height: 1.6; - letter-spacing: -0.5px; - text-align: left; - color: #000000; - - & > div { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - } - } } &-content { @@ -62,4 +36,4 @@ } } } -} +} \ No newline at end of file