Promotion Frontend dynamic
This commit is contained in:
parent
c9e1545693
commit
1cc8e025a1
29 changed files with 551 additions and 163 deletions
|
|
@ -122,6 +122,10 @@ h4.product-title {
|
|||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
color: rgb(64, 65, 66);
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
.product-item-price .small{
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
.badge-cart {
|
||||
background: #659a87 !important;
|
||||
|
|
@ -163,13 +167,31 @@ h4.product-title {
|
|||
text-align: center;
|
||||
}
|
||||
.swiper-button-next, .swiper-button-prev {
|
||||
background-color: #fff;
|
||||
height: 100%;
|
||||
padding: 15px;
|
||||
top:0;
|
||||
color: rgb(119, 111, 95);
|
||||
outline: 0;
|
||||
opacity: 0.75;
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
|
||||
.swiper-button-next, .swiper-button-prev {
|
||||
padding: 25px;
|
||||
}
|
||||
}
|
||||
.swiper-button-next, .swiper-rtl .swiper-button-prev{
|
||||
right: 0;
|
||||
}
|
||||
.swiper-button-prev, .swiper-rtl .swiper-button-next {
|
||||
left: 0;
|
||||
}
|
||||
.swiper-button-next:hover, .swiper-button-prev:hover {
|
||||
color: rgb(58, 61, 70);
|
||||
opacity: 0.9;
|
||||
}
|
||||
.swiper-pagination-bullet {
|
||||
.pagination-bullet {
|
||||
outline: 0;
|
||||
}
|
||||
.swiper-pagination-bullet:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue