Save
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
@@ -38,7 +38,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.product-tab[data-tab="box_productcomments"] {
|
||||
.product-tab[data-tab='box_productcomments'] {
|
||||
margin-top: 25px !important;
|
||||
|
||||
&::before {
|
||||
@@ -51,7 +51,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.product-tab[data-tab="box_description"] {
|
||||
.product-tab[data-tab='box_description'] {
|
||||
&::before {
|
||||
content: 'Opis';
|
||||
display: block;
|
||||
@@ -248,7 +248,7 @@
|
||||
position: relative;
|
||||
|
||||
span {
|
||||
color: #FFF !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -257,7 +257,7 @@
|
||||
position: relative;
|
||||
|
||||
h5 {
|
||||
color: #FFF;
|
||||
color: #fff;
|
||||
font-weight: 400 !important;
|
||||
letter-spacing: 0 !important;
|
||||
}
|
||||
@@ -268,7 +268,7 @@
|
||||
}
|
||||
|
||||
fieldset {
|
||||
color: #FFF;
|
||||
color: #fff;
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
}
|
||||
@@ -487,3 +487,45 @@
|
||||
.consents__modal {
|
||||
padding: 15px !important;
|
||||
}
|
||||
|
||||
.c-products {
|
||||
&.viewphot {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
#box_freeshipping {
|
||||
.free-shipping__content {
|
||||
font-size: 20px;
|
||||
line-height: 1.2;
|
||||
color: #8dc73f;
|
||||
text-transform: initial;
|
||||
max-width: 260px;
|
||||
}
|
||||
}
|
||||
|
||||
body.shop_basket {
|
||||
.productlist {
|
||||
.quantity {
|
||||
@media (max-width: 767px) {
|
||||
.btn-minus {
|
||||
width: 20px !important;
|
||||
}
|
||||
.btn-plus {
|
||||
width: 20px !important;
|
||||
}
|
||||
.shaded_inputwrap {
|
||||
width: 60px;
|
||||
display: inline-block;
|
||||
|
||||
input {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user