sifatbaho

This commit is contained in:
2026-04-05 05:31:24 +05:00
commit df3d57f503
2609 changed files with 369825 additions and 0 deletions

57
resources/scss/pages/_ecommerce.scss vendored Executable file
View File

@@ -0,0 +1,57 @@
//
// _ecommerce.scss
//
// product list
#selection-element {
display: none;
}
.filter-choices-input{
.choices__inner{
padding: 0;
border: none;
background-color: var(--#{$prefix}card-bg-custom);
}
.choices__input{
background-color: var(--#{$prefix}card-bg-custom);
}
}
// product detail
.sticky-side-div{
@media (min-width: 992px){
position: sticky;
top: calc(#{$header-height} + #{$grid-gutter-width});
}
}
.product-img-slider{
.product-nav-slider{
.nav-slide-item{
border: 1px solid $border-color;
border-radius: $border-radius;
padding: 0.5rem;
cursor: pointer;
}
.swiper-slide-thumb-active{
.nav-slide-item{
background-color: var(--#{$prefix}light);
}
}
}
}
.filter-list{
a {
&.active {
.listname {
color: $success;
}
}
}
}