mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
* fix empty state after the loading introduction * Update document-list.component.spec.ts remove typo
62 lines
1.4 KiB
CSS
62 lines
1.4 KiB
CSS
.document-list_empty_template {
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.document-list__this-space-is-empty {
|
|
height: 32px;
|
|
opacity: 0.26;
|
|
font-family: Muli, Helvetica, Arial, sans-serif;
|
|
font-size: 24px;
|
|
line-height: 1.33;
|
|
letter-spacing: -1px;
|
|
color: #000000;
|
|
}
|
|
|
|
.document-list__drag-drop {
|
|
height: 56px;
|
|
opacity: 0.54;
|
|
font-family: Muli, Helvetica, Arial, sans-serif;
|
|
font-size: 56px;
|
|
line-height: 1;
|
|
letter-spacing: -2px;
|
|
color: #000000;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.document-list__any-files-here-to-add {
|
|
height: 24px;
|
|
opacity: 0.54;
|
|
font-family: Muli, Helvetica, Arial, sans-serif;
|
|
font-size: 16px;
|
|
line-height: 1.5;
|
|
letter-spacing: -0.4px;
|
|
color: #000000;
|
|
margin-top: 17px;
|
|
}
|
|
|
|
.document-list__empty_doc_lib {
|
|
width: 565px;
|
|
height: 161px;
|
|
object-fit: contain;
|
|
margin-top: 17px;
|
|
}
|
|
|
|
.adf-document-list-loading-margin {
|
|
margin: auto;
|
|
}
|
|
|
|
.adf-document-list-loading-container {
|
|
min-height: 300px;
|
|
display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
|
|
display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
|
|
display: -webkit-flex; /* NEW - Chrome */
|
|
display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
-webkit-box-flex-direction: row;
|
|
-moz-box-flex-direction: row;
|
|
-webkit-flex-direction: row;
|
|
flex-direction: row;
|
|
height: 100%;
|
|
}
|