]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/windows/src/carousel/_Carousel.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / windows / src / carousel / _Carousel.scss
1 /**
2 * @class Ext.carousel.Carousel
3 */
4
5 .x-carousel-indicator span {
6 width: $carousel-indicator-size;
7 height: $carousel-indicator-size;
8 margin: $carousel-indicator-spacing;
9 }
10
11 .x-carousel-indicator-light span,
12 .x-carousel-indicator-dark span {
13 background-color: $inactive-color;
14
15 &.x-carousel-indicator-active {
16 background-color: $base-color;
17 }
18 }
19