This commit is contained in:
2025-09-25 14:41:02 +02:00
parent 282896d03f
commit 6e20359da2
3 changed files with 284 additions and 0 deletions

282
e-toll.org.pl/styles.scss Normal file
View File

@@ -0,0 +1,282 @@
body {
#box_productfull {
.basket {
margin-top: 15px;
.form-basket {
margin-top: 15px;
}
}
.maininfo {
.c-availability {
padding-top: 12px;
padding-bottom: 12px;
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
> .row {
> div {
display: flex;
flex-direction: row;
align-items: center;
&:not(:last-child) {
margin-bottom: 5px;
}
&:not(.shipping-costs) {
.second {
color: #1a3158;
font-weight: 700;
font-size: 13px;
line-height: 1;
}
}
&.shipping-costs {
flex-wrap: wrap;
row-gap: 10px;
.lowest-cost {
color: #1a3158;
font-weight: 700;
font-size: 13px;
line-height: 1;
}
.showShippingCost {
font-weight: 400;
font-size: 13px;
line-height: 1;
text-decoration: underline;
}
}
}
.first {
color: rgba(26, 48, 86, 0.6);
font-weight: 400;
font-size: 13px;
line-height: 1;
}
}
}
}
form.custom-form-basket {
> .stocks {
.c-f-row {
display: flex;
flex-direction: column;
padding-bottom: 15px !important;
margin-bottom: 15px !important;
border-bottom: solid 1px #e1e1e1;
> .label {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 2px 0;
&.has_infocloud {
&::after {
content: 'Więcej informacji';
color: #ba2c2c;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 13px;
line-height: 1;
letter-spacing: 0;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0;
text-decoration-thickness: 0;
text-decoration-skip-ink: auto;
}
}
label {
font-weight: 700;
font-size: 13px;
line-height: 1;
letter-spacing: 0;
text-transform: uppercase;
}
}
> .stock-options {
.option_radio {
display: flex;
flex-direction: row;
gap: 12px;
.radio-wrap {
width: 100%;
// max-width: 96px;
height: auto;
margin: 0;
border: none;
border-radius: 0;
input[type='radio'] {
visibility: hidden !important;
&:checked + label {
background: #437fab1a;
border-color: #437fab;
border-width: 1.5px;
}
}
label {
width: 100%;
// max-width: 96px;
height: 100%;
margin: 0;
border: 1px solid #e1e1e1;
border-radius: 6px;
padding: 10px 12px;
line-height: 1;
display: flex;
flex-direction: column;
row-gap: 5px;
&::after {
display: none !important;
}
.option_name {
color: #1a3158;
font-weight: 700;
font-size: 13px;
line-height: 1;
letter-spacing: 0;
}
.option_price {
color: #1a3158;
font-weight: 400;
font-size: 11px;
line-height: 1;
letter-spacing: 0;
}
}
}
}
}
}
}
.form-prices-box {
margin-top: 30px;
margin-bottom: 25px;
> p {
color: #1a3158;
font-weight: 400;
font-size: 13px;
line-height: 1;
margin-bottom: 10px;
}
.form-price-box {
display: flex;
flex-direction: row;
align-items: flex-end;
column-gap: 10px;
> .price {
.main-price,
.price-name {
color: #ba2c2c;
font-weight: 700;
font-size: 20px;
line-height: 1;
letter-spacing: 0;
}
}
> .price-netto {
.main-price,
.price-name,
.underscore_1,
.underscore_2 {
color: rgb(26, 49, 88, 0.6);
font-weight: 400;
font-size: 13px;
line-height: 1;
letter-spacing: 0;
}
.price-name {
margin: 0;
}
}
}
}
.addtobasket-container {
display: flex;
flex-direction: row;
column-gap: 15px;
align-items: center;
margin-bottom: 12px;
.quantity_wrap {
height: 34px;
border: 1px solid #e1e1e1;
border-radius: 6px;
display: flex;
align-items: center;
padding: 5px 10px;
input {
height: 34px;
border: none;
border-radius: 0;
margin: 0;
background: transparent;
box-shadow: none !important;
color: rgba(26, 49, 88, 0.6);
font-weight: 700;
font-size: 14px;
line-height: 1;
}
.unit {
color: rgba(26, 49, 88, 0.6);
font-weight: 400;
font-size: 14px;
line-height: 1;
letter-spacing: 0;
}
}
.button_wrap {
width: 100%;
max-width: 315px;
.addtobasket {
height: 44px;
background: #1a3158;
border-radius: 6px;
span {
color: #fff;
font-weight: 700;
font-size: 14px;
line-height: 1;
letter-spacing: 0;
text-transform: uppercase;
}
}
}
}
}
.addtofav {
span {
color: #1a3158;
font-weight: 400;
font-size: 13px;
line-height: 1;
letter-spacing: 0;
text-decoration: underline;
}
}
}
}