[ADF-2690] fix margin header property metadata card

This commit is contained in:
Eugenio Romano
2018-04-13 10:44:56 +01:00
parent f8d1480f29
commit 978c4487a7

View File

@@ -1,6 +1,11 @@
@mixin adf-content-metadata-theme($theme) {
.adf {
&-metadata-properties {
mat-expansion-panel-header {
height: 64px;
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
box-shadow: none;
}