mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
24 lines
240 B
SCSS
24 lines
240 B
SCSS
|
|
// Card
|
|
// --------------------------------------------------
|
|
|
|
|
|
.card.card {
|
|
margin: 10px;
|
|
}
|
|
|
|
.card {
|
|
|
|
img {
|
|
width: 100%;
|
|
}
|
|
|
|
}
|
|
|
|
.card-header,
|
|
.card-footer {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|