- Implemented Google Pay parser in bongooglepay.js - Added Buckaroo 3 payment parser in buckaroo3.js - Introduced DataTrans CW Mastercard parser in datatranscw.js - Created DataTrans CW Credit Card parser in datatranscw_creditcard.js - Developed DHL Assistant shipping parser in dhlassistant.js - Added Estimated Delivery parser in estimateddelivery.js - Implemented Floapay payment parser in floapay.js - Created FS Pickup at Store shipping parser in fspickupatstore.js - Developed Generic Iframe parser in generic_iframe_parser.js - Added Geodis Officiel shipping parser in geodisofficiel.js - Implemented Glob Kurier module shipping parser in globkuriermodule.js - Created Latvija Post Express Pickup Terminal parser in latvijaspastsexpresspastspostterminalslv.js - Developed LP Shipping parser in lpshipping.js - Added Mijora Venipak parser in mijoravenipak.js - Implemented Apple Pay parser in pm_applepay.js - Created Przelewy24 payment parser in przelewy24.js - Developed Pshugls shipping parser in pshugls.js - Added Redsys Insite payment parser in redsysinsite.js - Implemented Tpay payment parser in tpay.js - Updated third-party integration documentation for FedEx DotCom
85 lines
1.2 KiB
SCSS
85 lines
1.2 KiB
SCSS
.an_banner {
|
|
position: relative;
|
|
|
|
.an_banner-link {
|
|
position: absolute;
|
|
inset: 0;
|
|
}
|
|
}
|
|
|
|
#tc-container,
|
|
#tc-container-mobile {
|
|
.text {
|
|
position: static !important;
|
|
}
|
|
|
|
.form-group {
|
|
margin-bottom: 0;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.custom-checkbox {
|
|
span.label {
|
|
font-size: 14px;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.field-label {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.checkout-block {
|
|
padding: 0 15px;
|
|
}
|
|
|
|
#thecheckout-html-box-1 {
|
|
display: none !important;
|
|
}
|
|
|
|
.form-control,
|
|
select.form-control-select.form-control {
|
|
height: 35px;
|
|
line-height: 35px;
|
|
padding: 2px 5px;
|
|
background: #FFF;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#select-widget {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.delivery-options .row.delivery-option {
|
|
flex-wrap: wrap !important;
|
|
}
|
|
|
|
.delivery-option-detail,
|
|
.payment-option {
|
|
* {
|
|
font-size: 14px !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.top-bar {
|
|
background: #ff0f1c;
|
|
color: #FFF !important;
|
|
display: flex;
|
|
gap: 10px;
|
|
justify-content: center;
|
|
width: 100%;
|
|
|
|
.text-container {
|
|
width: 100%;
|
|
display: flex;
|
|
gap: 10px;
|
|
justify-content: center;
|
|
}
|
|
|
|
div.text {
|
|
text-align: center;
|
|
width: fit-content;
|
|
font-size: 14px;
|
|
}
|
|
} |