mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
53 lines
1.2 KiB
SCSS
53 lines
1.2 KiB
SCSS
@mixin adf-process-attachment-list-theme($theme) {
|
|
|
|
.data-cell {
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.adf-attachment-list-loading-margin {
|
|
margin-left: calc((100% - 100px) / 2);
|
|
margin-right: calc((100% - 100px) / 2);
|
|
}
|
|
|
|
.adf-empty-list-header {
|
|
height: 32px;
|
|
opacity: 0.26 !important;
|
|
font-size: 24px;
|
|
line-height: 1.33;
|
|
letter-spacing: -1px;
|
|
}
|
|
|
|
.adf-empty-list-drag_drop {
|
|
min-height: 56px;
|
|
opacity: 0.54;
|
|
font-size: 56px;
|
|
line-height: 1;
|
|
letter-spacing: -2px;
|
|
margin-top: 40px !important;
|
|
word-break: break-all;
|
|
white-space: pre-line;
|
|
}
|
|
|
|
.adf-empty-list__any-files-here-to-add {
|
|
min-height: 24px;
|
|
opacity: 0.54;
|
|
font-size: 16px;
|
|
line-height: 1.5;
|
|
letter-spacing: -0.4px;
|
|
margin-top: 17px;
|
|
word-break: break-all;
|
|
white-space: pre-line;
|
|
}
|
|
|
|
.adf-empty-list__empty_doc_lib {
|
|
width: 565px;
|
|
height: 161px;
|
|
object-fit: contain;
|
|
margin-top: 17px;
|
|
|
|
@media screen and ($mat-xsmall) {
|
|
width: 250px;
|
|
}
|
|
}
|
|
}
|