File tree Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Original file line number Diff line number Diff line change 1
1
: root {
2
2
--vc-pgn-active-color : var (--vc-clr-primary );
3
3
--vc-pgn-background-color : var (--vc-clr-secondary );
4
- --vc-pgn-border-radius : 0 ;
4
+ --vc-pgn-border-radius : 10px ;
5
+ --vc-pgn-gap : 6px ;
5
6
--vc-pgn-height : 4px ;
6
- --vc-pgn-margin : 6px 5px ;
7
+ --vc-png-bottom : 10px ;
8
+ --vc-png-left : 10px ;
9
+ --vc-png-right : 10px ;
7
10
--vc-pgn-width : 16px ;
8
11
}
9
12
10
13
.carousel__pagination {
11
- bottom : 5 px ;
14
+ bottom : var ( --vc-png-bottom ) ;
12
15
display : flex;
16
+ gap : var (--vc-pgn-gap );
13
17
justify-content : center;
14
18
left : 50% ;
15
- line-height : 0 ;
16
- list-style : none !important ;
17
- margin : 0 !important ;
18
- padding : 0 !important ;
19
+ list-style : none;
20
+ margin : 0 ;
21
+ padding : 0 ;
19
22
position : absolute;
20
23
transform : translateX (-50% );
21
24
}
22
25
23
26
.carousel__pagination-button {
24
- border : 0 ;
25
- cursor : pointer;
26
- margin : var (--vc-pgn-margin );
27
27
background-color : var (--vc-pgn-background-color );
28
+ border : 0 ;
28
29
border-radius : var (--vc-pgn-border-radius );
30
+ cursor : pointer;
29
31
display : block;
30
32
height : var (--vc-pgn-height );
31
- width : var ( --vc-pgn-width ) ;
33
+ margin : 0 ;
32
34
padding : 0 ;
35
+ width : var (--vc-pgn-width );
33
36
}
34
37
35
38
.carousel__pagination-button--active {
46
49
.carousel__pagination {
47
50
bottom : 50% ;
48
51
flex-direction : column;
49
- left : auto ;
50
- right : 5 px ;
52
+ left : var ( --vc-png-left ) ;
53
+ right : var ( --vc-png-right ) ;
51
54
transform : translateY (50% );
52
55
}
53
56
You can’t perform that action at this time.
0 commit comments