1
0

chg: usr: SVC-89 pixel cosmetics on checkout page

This commit is contained in:
2023-02-21 20:12:37 +01:00
parent 5468e28f2f
commit de0a11e939

View File

@@ -62,13 +62,14 @@ body {
.custom-select { .custom-select {
border: 3px solid #179eff; border: 3px solid #179eff;
line-height: 1; line-height: 1;
margin-left: 1em;
border-radius: 0 10px 10px 10px; border-radius: 0 10px 10px 10px;
} }
.checkout-aside-summary, .checkout-aside-summary,
input.form-control { input.form-control {
border: 3px solid #179eff;
border-radius: 0 10px 10px 10px; border-radius: 0 10px 10px 10px;
} }
@@ -424,18 +425,8 @@ header {
} }
} }
.buy-widget-container {
button {
background: #179eff;
color: #fff;
border: 0;
border-radius: 0 10px 10px 10px;
}
}
/** buttons */ /** buttons */
.header-minimal-back-to-shop-button { .header-minimal-back-to-shop-button {
color: #179eff; color: #179eff;
border: 3px solid #179eff; border: 3px solid #179eff;
@@ -444,15 +435,9 @@ header {
border-radius: 0 10px 10px 10px; border-radius: 0 10px 10px 10px;
} }
.begin-checkout-btn {
background: #179eff;
color: #fff;
border: 0;
border-radius: 0 10px 10px 10px;
}
.register-submit button, .register-submit button,
.begin-checkout-btn,
.buy-widget-container button,
.scroll-up-button button, .scroll-up-button button,
#addPromotion, #addPromotion,
#addProductButton, #addProductButton,
@@ -465,6 +450,13 @@ header {
border-radius: 0 10px 10px 10px; border-radius: 0 10px 10px 10px;
} }
.register-submit button,
.begin-checkout-btn {
margin-left: unset;
}
/** pagination */
.pagination-nav { .pagination-nav {
margin-bottom: 5em; margin-bottom: 5em;