From ec49a42ebc672cf1a53075673a843c875ab44044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baptiste=20Mah=C3=A9?= Date: Wed, 1 Apr 2020 17:29:16 +0200 Subject: [PATCH] [ADF-5101] Change empty folder text display colors (#5586) --- .../components/document-list.component.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lib/content-services/src/lib/document-list/components/document-list.component.scss b/lib/content-services/src/lib/document-list/components/document-list.component.scss index 55c42c0739..15117e3b0b 100644 --- a/lib/content-services/src/lib/document-list/components/document-list.component.scss +++ b/lib/content-services/src/lib/document-list/components/document-list.component.scss @@ -126,20 +126,18 @@ &-this-space-is-empty { height: 32px; - opacity: 0.26; font-size: 24px; line-height: 1.33; letter-spacing: -1px; - color: mat-color($foreground, text); + color: mat-color($foreground, text, 0.54); } &-drag-drop { min-height: 56px; - opacity: 0.54; font-size: 53px; line-height: 1; letter-spacing: -2px; - color: mat-color($foreground, text); + color: mat-color($foreground, text, 0.72); margin-top: 40px; word-break: break-all; white-space: pre-line; @@ -151,11 +149,10 @@ &-any-files-here-to-add { min-height: 24px; - opacity: 0.54; font-size: 16px; line-height: 1.5; letter-spacing: -0.4px; - color: mat-color($foreground, text); + color: mat-color($foreground, text, 0.72); margin-top: 17px; word-break: break-all; white-space: pre-line;