Files

37 lines
522 B
SCSS

// Card
// --------------------------------------------------
ion-card {
display: block;
}
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;
}
ion-card {
> .list:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
> .list:last-child {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
}