Files
Brandy Carney e05f147945 feat(windows): windows UI cleanup
references #5565
2016-02-25 16:17:26 -05:00

27 lines
346 B
SCSS

@import "../../globals.core";
// Card
// --------------------------------------------------
ion-card {
display: block;
overflow: hidden;
}
ion-card img {
display: block;
width: 100%;
}
ion-card-header {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
ion-card-content {
display: block;
}