mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
20 lines
228 B
SCSS
20 lines
228 B
SCSS
|
|
// Card
|
|
// --------------------------------------------------
|
|
|
|
$card-inset-margin: $list-inset-margin !default;
|
|
|
|
|
|
.card.card {
|
|
margin: $card-inset-margin;
|
|
}
|
|
|
|
.card {
|
|
display: block;
|
|
|
|
img {
|
|
width: 100%;
|
|
}
|
|
|
|
}
|