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 {
padding: 16px;
padding: 0 16px 16px 16px;
border-top: 1px solid rgba(0,0,0,.1);
min-height: 64px;
min-height: 48px;
box-sizing: border-box;
&-icon {
color: #e9f1f3;
}
&.mat-card-actions {
margin-left: 0px;
margin-right: 0px;
&:last-child {
margin-bottom: 0;
}
}
}
}
}