[ADF-4305] Fix document list component styling (#4509)

This commit is contained in:
davidcanonieto
2019-03-28 10:54:39 +00:00
committed by Eugenio Romano
parent 18bf2c58c2
commit f00ee43b60
3 changed files with 94 additions and 88 deletions

View File

@@ -466,17 +466,13 @@
/* mobile phone */
@media all and (max-width: 768px) {
.adf-desktop-only {
display: none;
}
.adf-sticky-header {
width: 100%;
display: none !important;
}
}
@media (max-device-width: 768px) {
.adf-desktop-only {
display: none;
display: none !important;
}
}
@@ -496,6 +492,8 @@
.adf-sticky-header {
border-top: 0;
max-width: calc(100% - 0.2em);
.adf-datatable-header {
position: absolute;
background-color: mat-color($background, card);
@@ -503,7 +501,7 @@
z-index: 10;
border-top: $data-table-dividers;
border-bottom: $data-table-dividers;
width: calc(100% - 16em);
width: calc(100% - 17.4em);
}
.adf-datatable-body {