Poprawa przeliczania ceny dostawy

This commit is contained in:
2024-11-25 13:52:34 +01:00
parent 6007ecec4d
commit 0bb9b21025
2 changed files with 90 additions and 31 deletions

View File

@@ -1781,4 +1781,68 @@ div.asideContainer_pickup {
.modal__content #signin-form{
display: block!important;
}
.--place-order-page{
@media (min-width: 757px) {
div.asideContainer_pickup {
width: 330px;
margin-top: 0;
max-height: 500px;
}
}
label.pickup_point {
border: 2px solid transparent;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
color: #333;
cursor: pointer;
font-size: 12px;
padding: 10px 10px 10px 47px;
position: relative;
width: 100%;
}
input:checked + label.pickup_point {
border: 2px solid @primary_color;
background: #fff;
z-index: 10;
border-radius: 5px;
}
#e-invoice_dialog {
display: none;
}
#e-invoice_dialog .big_label,
#e-invoice_dialog .headline {
padding-top: 0;
}
#e-invoice_dialog div {
border: 1px solid #c4c7c8;
padding: 25px;
background: url('/gfx/standards/e-invoice_leaf.png?r=1732180575') 95% center no-repeat;
}
#e-invoice_dialog div > span {
font-size: 2.33em;
line-height: 1em;
font-weight: bold;
display: block;
margin-bottom: 25px;
}
#e-invoice_dialog div > span font {
color: #CA4C56;
display: block;
}
#e-invoice_dialog div p {
width: 80%;
margin-bottom: 25px;
}
#e-invoice_dialog div button {
display: block;
margin: 0 auto;
}
.order2_terms_wrapper_sub input {
margin-left: -17px;
margin-right: 5px;
vertical-align: middle;
}
}