]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/default/var/carousel/_Carousel.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / default / var / carousel / _Carousel.scss
1 /**
2 * @class Ext.carousel.Carousel
3 */
4
5 /**
6 * @var {measurement} $carousel-indicator-size Size (width/height) of carousel indicator dots.
7 */
8 $carousel-indicator-size: .5em !default;
9
10 /**
11 * @var {measurement} $carousel-indicator-spacing
12 * Amount of space between carousel indicator dots.
13 */
14 $carousel-indicator-spacing: .2em !default;
15
16 /**
17 * @var {measurement} $carousel-track-size Size of the track the carousel indicator dots are in.
18 */
19 $carousel-track-size: 1.5em !default;