]> git.proxmox.com Git - extjs.git/blame - extjs/modern/theme-base/sass/src/carousel/Carousel.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / modern / theme-base / sass / src / carousel / Carousel.scss
CommitLineData
6527f429
DM
1.x-carousel-inner {\r
2 position: relative;\r
3 overflow: hidden;\r
4}\r
5\r
6.x-carousel-item,\r
7.x-carousel-item > * {\r
8 position: absolute !important;\r
9 width: 100%;\r
10 height: 100%;\r
11}\r
12\r
13.x-carousel-indicator {\r
14 @include st-box-flex(1);\r
15\r
16 @include st-box();\r
17 @include st-box-pack(center);\r
18 @include st-box-align(center);\r
19\r
20 span {\r
21 display: block;\r
22 width: 10px;\r
23 height: 10px;\r
24 margin: 3px;\r
25 background-color: #eee;\r
26\r
27 &.x-carousel-indicator-active {\r
28 background-color: #ccc;\r
29 }\r
30 }\r
31}\r
32\r
33.x-carousel-indicator-horizontal {\r
34 width: 100%;\r
35}\r
36\r
37.x-carousel-indicator-vertical {\r
38 @include st-box-orient(vertical);\r
39 height: 100%;\r
40}\r
41\r