mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
27 lines
369 B
SCSS
27 lines
369 B
SCSS
.preview-slides {
|
|
|
|
.slide-contents {
|
|
display: block;
|
|
height: 100%;
|
|
padding: 500px 0;
|
|
width: 100%;
|
|
font-weight: bold;
|
|
font-size: 2.5em;
|
|
color: #fff;
|
|
}
|
|
|
|
#slide-1 {
|
|
background-color: #32db64;
|
|
}
|
|
|
|
#slide-2 {
|
|
background-color: #387ef5;
|
|
}
|
|
|
|
#slide-3 {
|
|
background-color: #f53d3d;
|
|
}
|
|
|
|
}
|
|
|