mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ADF-5101] Change empty folder text display colors (#5586)
This commit is contained in:
@@ -126,20 +126,18 @@
|
|||||||
|
|
||||||
&-this-space-is-empty {
|
&-this-space-is-empty {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
opacity: 0.26;
|
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 1.33;
|
line-height: 1.33;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
color: mat-color($foreground, text);
|
color: mat-color($foreground, text, 0.54);
|
||||||
}
|
}
|
||||||
|
|
||||||
&-drag-drop {
|
&-drag-drop {
|
||||||
min-height: 56px;
|
min-height: 56px;
|
||||||
opacity: 0.54;
|
|
||||||
font-size: 53px;
|
font-size: 53px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
letter-spacing: -2px;
|
letter-spacing: -2px;
|
||||||
color: mat-color($foreground, text);
|
color: mat-color($foreground, text, 0.72);
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
@@ -151,11 +149,10 @@
|
|||||||
|
|
||||||
&-any-files-here-to-add {
|
&-any-files-here-to-add {
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
opacity: 0.54;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
letter-spacing: -0.4px;
|
letter-spacing: -0.4px;
|
||||||
color: mat-color($foreground, text);
|
color: mat-color($foreground, text, 0.72);
|
||||||
margin-top: 17px;
|
margin-top: 17px;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
|
Reference in New Issue
Block a user