File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
--swiper-pagination-bullet-size: 8px;
12
12
--swiper-pagination-bullet-width: 8px;
13
13
--swiper-pagination-bullet-height: 8px;
14
+ --swiper-pagination-bullet-border-radius: 50%;
14
15
--swiper-pagination-bullet-inactive-color: #000;
15
16
--swiper-pagination-bullet-inactive-opacity: 0.2;
16
17
--swiper-pagination-bullet-opacity: 1;
73
74
width : var (--swiper-pagination-bullet-width , var (--swiper-pagination-bullet-size , 8px ));
74
75
height : var (--swiper-pagination-bullet-height , var (--swiper-pagination-bullet-size , 8px ));
75
76
display : inline-block ;
76
- border-radius : 50% ;
77
+ border-radius : var ( --swiper-pagination-bullet-border-radius , 50% ) ;
77
78
background : var (--swiper-pagination-bullet-inactive-color , #000 );
78
79
opacity : var (--swiper-pagination-bullet-inactive-opacity , 0.2 );
79
80
button& {
Original file line number Diff line number Diff line change 13
13
--swiper-pagination-bullet-size: 8px;
14
14
--swiper-pagination-bullet-width: 8px;
15
15
--swiper-pagination-bullet-height: 8px;
16
+ --swiper-pagination-bullet-border-radius: 50%;
16
17
--swiper-pagination-bullet-inactive-color: #000;
17
18
--swiper-pagination-bullet-inactive-opacity: 0.2;
18
19
--swiper-pagination-bullet-opacity: 1;
76
77
width : var (--swiper-pagination-bullet-width , var (--swiper-pagination-bullet-size , 8px ));
77
78
height : var (--swiper-pagination-bullet-height , var (--swiper-pagination-bullet-size , 8px ));
78
79
display : inline-block ;
79
- border-radius : 50% ;
80
+ border-radius : var ( --swiper-pagination-bullet-border-radius , 50% ) ;
80
81
background : var (--swiper-pagination-bullet-inactive-color , #000 );
81
82
opacity : var (--swiper-pagination-bullet-inactive-opacity , 0.2 );
82
83
@at-root button #{&} {
You can’t perform that action at this time.
0 commit comments