This commit is contained in:
Roman Pyrih
2025-06-03 13:19:57 +02:00
parent 748bab7032
commit 1fef57f3e2
6 changed files with 59 additions and 32 deletions

View File

@@ -1917,12 +1917,12 @@ html[lang='pl'] .ApColumn .block.day_hit::after {
.slick-list:hover + .slick-arrows .slick-prev,
.slick-arrows .slick-next.slick-disabled:hover,
.slick-arrows .slick-prev.slick-disabled:hover {
background-color: rgba(52, 214, 173, 0.5);
background-color: rgba($cLavender, 0.5);
}
.slick-arrows .slick-next:hover,
.slick-arrows .slick-prev:hover {
background-color: rgba(52, 214, 173, 1);
background-color: rgba($cLavender, 1);
}
.product-add-to-cart {
@@ -5718,3 +5718,9 @@ body {
.last-bastion {
display: none !important;
}
.card > .checkout {
.btn.btn-primary {
text-wrap: auto;
}
}