updated slide styles
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// Override swiper styles
|
// Override swiper styles
|
||||||
.swiper-pagination {
|
.swiper-pagination {
|
||||||
top: 0 !important;
|
top: 0 !important;
|
||||||
height: 2rem !important;
|
height: 1rem !important;
|
||||||
text-align: right !important;
|
text-align: right !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -12,6 +12,7 @@
|
|||||||
.swiper-horizontal > .swiper-pagination-bullets,
|
.swiper-horizontal > .swiper-pagination-bullets,
|
||||||
.swiper-pagination-bullets.swiper-pagination-horizontal {
|
.swiper-pagination-bullets.swiper-pagination-horizontal {
|
||||||
width: 97.5% !important;
|
width: 97.5% !important;
|
||||||
|
height: 1px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-container-horizontal > .swiper-pagination-bullets {
|
.swiper-container-horizontal > .swiper-pagination-bullets {
|
||||||
@@ -39,7 +40,7 @@ div.swiper-button-next {
|
|||||||
opacity: 0.3 !important;
|
opacity: 0.3 !important;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
transform: scale(1.4) !important;
|
transform: scale(1.3) !important;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
|
|
||||||
@include responsive(tab_port) {
|
@include responsive(tab_port) {
|
||||||
@@ -54,8 +55,11 @@ div.swiper-button-next {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
&__heading {
|
&__heading {
|
||||||
margin-bottom: 0;
|
position: relative;
|
||||||
|
top: 3rem;
|
||||||
|
// margin: 0;
|
||||||
padding-left: 4rem;
|
padding-left: 4rem;
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__container::-webkit-scrollbar {
|
&__container::-webkit-scrollbar {
|
||||||
|
|||||||
Reference in New Issue
Block a user