1
0

2 Commits

Author SHA1 Message Date
46c4a99349 chg: usr: SVC-89 pixel cosmetics on checkout page 2023-02-21 20:12:37 +01:00
5468e28f2f new: pkg: SWC-89 new version released !skipChangelog 2023-02-21 15:43:42 +01:00
2 changed files with 20 additions and 19 deletions

View File

@@ -1,6 +1,15 @@
# Changelog
## v1.1.0 (2023-02-21)
### Changes
* SVC-89 change button gfx and some form changes too. [Lang]
* SVC-89 replace the header logo to the factory default - and some new changes on the gfx. [Lang]
## v1.0.0 (2023-02-20)
### New

View File

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