File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ import { Pagination as CarouselPagination } from 'vue3-carousel'
37
37
| --------------------------- | ------------------------- | ---------------------------------- |
38
38
| ` --vc-pgn-active-color ` | ` var(--vc-clr-primary) ` | Active pagination button color |
39
39
| ` --vc-pgn-background-color ` | ` var(--vc-clr-secondary) ` | Pagination button background color |
40
- | ` --vc-pgn-border-radius ` | ` 10px ` | Pagination button border radius |
40
+ | ` --vc-pgn-border-radius ` | ` 0 ` | Pagination button border radius |
41
41
| ` --vc-pgn-gap ` | ` 6px ` | Gap between pagination buttons |
42
42
| ` --vc-pgn-height ` | ` 4px ` | Pagination button height |
43
43
| ` --vc-png-bottom ` | ` 10px ` | Bottom spacing for pagination |
44
- | ` --vc-png-left ` | ` 10px ` | Left spacing for vertical mode |
44
+ | ` --vc-png-left ` | ` auto ` | Left spacing for vertical mode |
45
45
| ` --vc-png-right ` | ` 10px ` | Right spacing for vertical mode |
46
46
| ` --vc-pgn-width ` | ` 16px ` | Pagination button width |
47
47
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 : 10 px ;
4
+ --vc-pgn-border-radius : 0 ;
5
5
--vc-pgn-gap : 6px ;
6
6
--vc-pgn-height : 4px ;
7
7
--vc-png-bottom : 10px ;
8
- --vc-png-left : 10 px ;
8
+ --vc-png-left : auto ;
9
9
--vc-png-right : 10px ;
10
10
--vc-pgn-width : 16px ;
11
11
}
You can’t perform that action at this time.
0 commit comments