mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
77 lines
1.3 KiB
SCSS
77 lines
1.3 KiB
SCSS
.app-container:has(.app-document-list-container) {
|
|
margin: 10px;
|
|
}
|
|
|
|
.app-error-message {
|
|
text-align: left;
|
|
}
|
|
|
|
.app-error-message--text {
|
|
color: var(--theme-warn-color);
|
|
}
|
|
|
|
.app-document-list-container {
|
|
min-height: 400px;
|
|
|
|
.app-datatable-list {
|
|
min-height: 400px;
|
|
}
|
|
|
|
adf-upload-drag-area {
|
|
margin-right: 16px;
|
|
|
|
adf-toolbar-title {
|
|
flex: 0 1 auto;
|
|
}
|
|
|
|
.app-document-action-buttons {
|
|
flex: 0 0 auto;
|
|
}
|
|
}
|
|
|
|
&:not(.app-document-list-container-in-upload-drag-area) {
|
|
display: flex;
|
|
place-content: stretch flex-start;
|
|
align-items: stretch;
|
|
max-height: 100%;
|
|
}
|
|
}
|
|
|
|
.adf-datatable-card .app-lock-button {
|
|
top: -10px;
|
|
position: absolute;
|
|
}
|
|
|
|
.app-content-service-settings {
|
|
padding: 16px;
|
|
}
|
|
|
|
.app-manage-versions-sidebar {
|
|
flex: 0 0 auto;
|
|
|
|
&.adf-info-drawer-layout {
|
|
width: 360px;
|
|
}
|
|
}
|
|
|
|
.app-no-result__empty_doc_lib {
|
|
width: 565px;
|
|
height: 161px;
|
|
object-fit: contain;
|
|
margin-top: 17px;
|
|
}
|
|
|
|
.app-empty_template {
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.app-no-result-message {
|
|
height: 32px;
|
|
opacity: 0.26;
|
|
font-size: var(--theme-headline-font-size);
|
|
line-height: 1.33;
|
|
letter-spacing: -1px;
|
|
}
|