mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [AAE-3111] Select uploaded files by default * [AAE-3321] Select uploaded local files by default * * After rebase * * Renamed method/property names * * Fixed comments * Added a private method to bubble up preselected nodes * * Added unit tests * * Fixed typo* added doc* Preselect based on the selection mode * * Added way to test in demo shell
96 lines
1.8 KiB
SCSS
96 lines
1.8 KiB
SCSS
@mixin app-file-component-theme($theme) {
|
|
.app-container {
|
|
margin: 10px !important;
|
|
}
|
|
|
|
@media screen and ($mat-xsmall) {
|
|
.app-container {
|
|
margin: 0;
|
|
}
|
|
|
|
.app-show-versions-button.mat-icon-button {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.app-error-message {
|
|
text-align: left;
|
|
}
|
|
|
|
.app-error-message--text {
|
|
color: #d50000;
|
|
}
|
|
|
|
.app-document-list-container {
|
|
min-height: 400px;
|
|
|
|
.app-datatable-list {
|
|
min-height: 400px;
|
|
}
|
|
}
|
|
|
|
.adf-datatable-card .app-lock-button {
|
|
top: -10px;
|
|
position: absolute;
|
|
}
|
|
|
|
.app-site-container-style {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
width: 100%;
|
|
min-width: 200px;
|
|
}
|
|
|
|
.app-content-service-settings {
|
|
padding: 16px;
|
|
}
|
|
|
|
.app-manage-versions-sidebar {
|
|
width: 360px !important;
|
|
|
|
& .app-info-drawer-layout-header {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.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: 24px;
|
|
line-height: 1.33;
|
|
letter-spacing: -1px;
|
|
}
|
|
|
|
.app-container-recent {
|
|
mat-icon {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.app-empty-list__block {
|
|
height: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
|
|
.adf-preselect-nodes-input {
|
|
width: 100%;
|
|
}
|
|
}
|