]> git.proxmox.com Git - extjs.git/blame - extjs/modern/theme-windows/sass/var/carousel/Carousel.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / modern / theme-windows / sass / var / carousel / Carousel.scss
CommitLineData
6527f429
DM
1/**\r
2 * @class Ext.carousel.Carousel\r
3 */\r
4\r
5/**\r
6 * @var {measurement} $carousel-indicator-size Size (width/height) of carousel indicator dots.\r
7 */\r
8$carousel-indicator-size: dynamic(.5em);\r
9\r
10/**\r
11 * @var {measurement} $carousel-indicator-spacing\r
12 * Amount of space between carousel indicator dots.\r
13 */\r
14$carousel-indicator-spacing: dynamic(.2em);\r
15\r
16/**\r
17 * @var {measurement} $carousel-track-size Size of the track the carousel indicator dots are in.\r
18 */\r
19$carousel-track-size: dynamic(1.5em);\r