Skip to content

Commit

Permalink
Merge pull request #132 from atriantas/staging-04-2024
Browse files Browse the repository at this point in the history
Staging 04 2024
  • Loading branch information
atriantas authored May 24, 2024
2 parents d414952 + 6063fd3 commit 7c3d833
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion assets/estimated-time.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.v-route-cont {
border-radius: var(--inputs-radius);
box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
border: 1px solid #a3a29b;
}

.estimated-title {
Expand Down
7 changes: 3 additions & 4 deletions templates/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"order_placed": "Order placed",
"order_shipped": "Parcel shipped",
"order_deliveried": "Delivered",
"delivery_color": "#ffffff"
"delivery_color": "#f6f6f4"
}
},
"16bf1687-5947-4c0a-aec9-fa723370ab9b": {
Expand Down Expand Up @@ -150,8 +150,8 @@
"showMoreInfo": false,
"showStats": true,
"showProjects": false,
"backgroundColor": "#F1F8F5",
"textColor": "#1D4136",
"backgroundColor": "#f1f8f5",
"textColor": "#1d4136",
"borderColor": "#dcebe5",
"fullWidth": true,
"marginTop": 0,
Expand All @@ -170,7 +170,6 @@
"buy_buttons",
"share",
"estimated_3faKje",
"custom_liquid_WRmGPj",
"16bf1687-5947-4c0a-aec9-fa723370ab9b",
"description",
"collapsible-row-2",
Expand Down
6 changes: 3 additions & 3 deletions templates/product.personalised-product.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"order_placed": "Order placed",
"order_shipped": "Parcel shipped",
"order_deliveried": "Delivered",
"delivery_color": "#ffffff"
"delivery_color": "#f6f6f4"
}
},
"16bf1687-5947-4c0a-aec9-fa723370ab9b": {
Expand Down Expand Up @@ -165,8 +165,8 @@
"showMoreInfo": true,
"showStats": true,
"showProjects": false,
"backgroundColor": "#F1F8F5",
"textColor": "#1D4136",
"backgroundColor": "#f1f8f5",
"textColor": "#1d4136",
"borderColor": "#dcebe5",
"fullWidth": true,
"marginTop": 0,
Expand Down

0 comments on commit 7c3d833

Please sign in to comment.