Skip to content

Commit

Permalink
DmfManuTheme v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
annakoehler committed Jun 9, 2021
1 parent 1bbeeb7 commit 72bfff3
Show file tree
Hide file tree
Showing 12 changed files with 304 additions and 213 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.0.2
- Add Wishlist button to 1-Column Layout
- Add delivery time to standard box layout

# 2.0.1
- Fixed js error if wishlist is not enabled

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG_de-DE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.0.2
- Wunschliste auch für 1-spaltiges Layout im Listing integrieren
- Lieferzeit zur Produktkachel hinzugefügt

# 2.0.1
- Fix für javascript Fehler wenn Merkzettel nicht aktiviert ist

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dmf/sw6-manu-theme",
"description": "Manu Theme",
"version": "2.0.1",
"version": "2.0.2",
"type": "shopware-platform-plugin",
"authors": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,11 @@ Custom styling for product box component.
}
}
}

.box-single-column {
.product-wishlist {
.product-wishlist-action-circle {
right: 2rem;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,11 @@ Contains custom styles for the cart item component.
}
}
}


.offcanvas-cart {
.cart-item-remove {
position: relative;
right: 0px;
}
}
3 changes: 1 addition & 2 deletions src/Resources/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@Storefront",
"app/storefront/dist/storefront/js/dmf-manu-theme.js"
],
"asset": ["app/storefront/src/assets"],
"asset": ["@Storefront", "app/storefront/src/assets"],
"config": {
"tabs": {
"colorsTypo": {
Expand Down Expand Up @@ -2882,4 +2882,3 @@
}
}
}

Loading

0 comments on commit 72bfff3

Please sign in to comment.