Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit 9b941ae

Browse files
authored
fix: fixed arrows and dots stiles of slider listing template (#608)
1 parent 6eeefa0 commit 9b941ae

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

theme/ItaliaTheme/Blocks/_sliderTemplate.scss

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,16 @@
4646
.icon {
4747
width: 25px;
4848
height: 40px;
49+
color: lighten($primary, 40%);
50+
fill: lighten($primary, 40%);
51+
}
52+
&:hover .icon {
4953
color: $primary;
5054
fill: $primary;
5155
}
5256

5357
&.slick-prev {
54-
left: -30px;
58+
left: -40px;
5559
outline: none !important;
5660

5761
&:before {
@@ -60,7 +64,7 @@
6064
}
6165

6266
&.slick-next {
63-
right: -30px;
67+
right: -40px;
6468
outline: none !important;
6569

6670
&:before {
@@ -69,19 +73,15 @@
6973
}
7074
}
7175

72-
.slick-dots {
76+
ul.slick-dots {
7377
position: unset;
7478
bottom: unset;
75-
76-
ul {
77-
padding: 0;
78-
margin: 0;
79-
80-
li {
81-
button {
82-
&:before {
83-
font-size: 0.8rem;
84-
}
79+
margin-top: 0.5rem !important;
80+
li {
81+
margin: 0 10px;
82+
button {
83+
&::before {
84+
font-size: 1rem;
8585
}
8686
}
8787
}

0 commit comments

Comments
 (0)