mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
19 lines
271 B
SCSS
19 lines
271 B
SCSS
.slide-box {
|
|
position: relative;
|
|
white-space: nowrap;
|
|
|
|
-webkit-transition: -webkit-transform 0 ease-in-out;
|
|
}
|
|
.slide-box.animate {
|
|
}
|
|
.slide-box-content {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
img {
|
|
width: 100%;
|
|
}
|
|
}
|