mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
14 lines
124 B
SCSS
14 lines
124 B
SCSS
|
|
// Card
|
|
// --------------------------------------------------
|
|
|
|
|
|
.card {
|
|
display: block;
|
|
|
|
img {
|
|
width: 100%;
|
|
}
|
|
|
|
}
|