[ADF-1911] disabled toolbar and drag area on search results page (#2689)

* [ADF-1911] disabled toolbar and drag area on search results page

* [ADF-1911] removed color added to style
This commit is contained in:
Vito
2017-11-21 17:41:43 +00:00
committed by Eugenio Romano
parent c605ee38a7
commit 4fbd9f5d62
5 changed files with 50 additions and 3 deletions

View File

@@ -95,6 +95,27 @@ adf-document-list ::ng-deep adf-datatable > table > tbody > tr.is-selected > td.
}
}
.adf-no-result__empty_doc_lib {
width: 565px;
height: 161px;
object-fit: contain;
margin-top: 17px;
}
.adf-empty_template {
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}
.adf-no-result-message{
height: 32px;
opacity: 0.26;
font-size: 24px;
line-height: 1.33;
letter-spacing: -1px;
}
@media (max-width: $minimumDocumentListWidth) {
adf-document-list ::ng-deep adf-datatable {
& ::ng-deep .adf-data-table-cell--fileSize {