mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* [ADF-1328] removed mdl from adf search * [ADF-11328] removed mdl from search added theme style * Fix failing tests * Fix the last bit of stylings
39 lines
710 B
SCSS
39 lines
710 B
SCSS
:host .adf-data-table caption {
|
|
margin: 0 0 16px 0;
|
|
text-align: left;
|
|
}
|
|
:host .adf-data-table td {
|
|
white-space: nowrap;
|
|
}
|
|
:host .adf-data-table td.col-mimetype-icon {
|
|
width: 24px;
|
|
}
|
|
:host .col-display-name {
|
|
min-width: 250px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.no-result-message {
|
|
height: 32px;
|
|
opacity: 0.26;
|
|
font-family: Muli, Helvetica, Arial, sans-serif;
|
|
font-size: 24px;
|
|
line-height: 1.33;
|
|
letter-spacing: -1px;
|
|
color: #000000;
|
|
}
|
|
|
|
.no-result__empty_doc_lib {
|
|
width: 565px;
|
|
height: 161px;
|
|
object-fit: contain;
|
|
margin-top: 17px;
|
|
}
|
|
|
|
.empty_template {
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|