Add slider arrows and tab position
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1153,5 +1153,29 @@ body#product {
|
||||
}
|
||||
}
|
||||
}
|
||||
.owl-controls {
|
||||
.owl-buttons {
|
||||
.owl-prev,
|
||||
.owl-next {
|
||||
background: #e30613;
|
||||
border-radius: 100%;
|
||||
|
||||
&::before {
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
.owl-prev {
|
||||
@media (max-width: 1199px) {
|
||||
left: -40px;
|
||||
}
|
||||
}
|
||||
.owl-next {
|
||||
@media (max-width: 1199px) {
|
||||
right: -40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user