[ADF-2765] Fix for the gallery view in datatable component (#3470)

* [ADF-2765] Fix for the gallery view in datatable component

* [ADF-2765] Fixed lint errors

* [ADF-2765] Changed maximum columns per row number

* [ADF-2765] Removed trailing whitespace
This commit is contained in:
davidcanonieto
2018-07-05 00:36:21 +02:00
committed by Eugenio Romano
parent 23403076a9
commit edf82d9c05
3 changed files with 34 additions and 7 deletions

View File

@@ -29,13 +29,10 @@
display: flex;
width: 100%;
flex-direction: row;
justify-content: space-between;
&:after {
content: "";
flex: auto;
}
justify-content: space-evenly;
align-content: flex-start;
align-items: flex-start;
.adf-datatable-row {
transition: all 0.3s ease;
@@ -58,6 +55,14 @@
@include mat-overridable-elevation(2);
}
.adf-datatable-row-empty-card {
height: 0 !important;
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
}
.is-selected {
background: mat-color($primary, 100);
padding-bottom: 31px;