mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
13 lines
158 B
SCSS
13 lines
158 B
SCSS
|
|
// Card
|
|
// --------------------------------------------------
|
|
|
|
.card {
|
|
position: relative;
|
|
margin: 10px;
|
|
}
|
|
|
|
.card .item-label {
|
|
white-space: normal;
|
|
}
|