File tree Expand file tree Collapse file tree 5 files changed +25
-1
lines changed Expand file tree Collapse file tree 5 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 48
48
border : 1px solid $furnipol_orange ;
49
49
background-color : $furnipol_orange ;
50
50
color : $white ;
51
+ & :hover {
52
+ filter : brightness (1.08 );
53
+ -webkit-filter : brightness (1.08 );
54
+ }
51
55
}
52
56
& :hover {
53
57
border : 1px solid $light_grey02 ;
Original file line number Diff line number Diff line change 117
117
line-height : 18px ;
118
118
text-align : left ;
119
119
cursor : pointer ;
120
+ & :hover {
121
+ filter : brightness (1.08 );
122
+ -webkit-filter : brightness (1.08 );
123
+ }
120
124
}
121
125
}
122
126
}
Original file line number Diff line number Diff line change 41
41
cursor : pointer ;
42
42
background-color : $furnipol_orange ;
43
43
border-radius : 7px ;
44
+ & :hover {
45
+ filter : brightness (1.08 );
46
+ -webkit-filter : brightness (1.08 );
47
+ }
44
48
}
45
49
}
46
50
& __swiper {
Original file line number Diff line number Diff line change @@ -789,6 +789,10 @@ body {
789
789
background-color : # eb7d3f ;
790
790
border-radius : 7px ;
791
791
}
792
+ .main-2-0 # text-swiper-section .text-swiper-section-wrapper__col .text-swiper-btn : hover {
793
+ filter : brightness (1.08 );
794
+ -webkit-filter : brightness (1.08 );
795
+ }
792
796
.main-2-0 # text-swiper-section .text-swiper-section-wrapper__swiper .bundle-promo-swiper .bundle-promo-slot {
793
797
position : relative;
794
798
text-decoration : none;
@@ -1180,6 +1184,10 @@ body {
1180
1184
text-align : left;
1181
1185
cursor : pointer;
1182
1186
}
1187
+ .main-2-0 # newsletter-section .newsletter-wrapper-content-right .newsletter-form .form-input-box button : hover {
1188
+ filter : brightness (1.08 );
1189
+ -webkit-filter : brightness (1.08 );
1190
+ }
1183
1191
.main-2-0 # newsletter-section .newsletter-wrapper-content-right .checkbox {
1184
1192
display : flex;
1185
1193
align-items : center;
@@ -1446,6 +1454,10 @@ body {
1446
1454
background-color : # eb7d3f ;
1447
1455
color : # ffffff ;
1448
1456
}
1457
+ .main-2-0 # collection-tabs .tabs-container .nav-pills .pill .active : hover {
1458
+ filter : brightness (1.08 );
1459
+ -webkit-filter : brightness (1.08 );
1460
+ }
1449
1461
.main-2-0 # collection-tabs .tabs-container .nav-pills .pill : hover {
1450
1462
border : 1px solid # a8a8a9 ;
1451
1463
}
You can’t perform that action at this time.
0 commit comments