Compare commits
2 Commits
11098f7580
...
v1.2.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 46c4a99349 | |||
| 5468e28f2f |
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user