Fix app-list css issue (#2700)

This commit is contained in:
Popovics András
2017-11-22 18:28:40 +00:00
committed by Eugenio Romano
parent 77d15fa2b5
commit 5f9efdb900

View File

@@ -87,14 +87,23 @@ $themes: (
} }
&-actions { &-actions {
padding: 16px; padding: 0 16px 16px 16px;
border-top: 1px solid rgba(0,0,0,.1); border-top: 1px solid rgba(0,0,0,.1);
min-height: 64px; min-height: 48px;
box-sizing: border-box; box-sizing: border-box;
&-icon { &-icon {
color: #e9f1f3; color: #e9f1f3;
} }
&.mat-card-actions {
margin-left: 0px;
margin-right: 0px;
&:last-child {
margin-bottom: 0;
}
}
} }
} }
} }