Skip to content

Commit

Permalink
feat(theme): fix subcategory title sizing and add more ❤️ to footer (#…
Browse files Browse the repository at this point in the history
…324)

* feat(theme): fix subcategory title sizing and add more ❤️ to footer

* fix(theme): change uppercase to lowercase in shopware AG name
  • Loading branch information
krskibin authored and patzick committed Jan 24, 2020
1 parent bc0294a commit 8fb065e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,11 @@ export default {
.sw-category-navigation {
margin-right: 0 !important;
&__header {
// margin-left: 2.5rem;
flex: 0 0 15%;
align-items: center;
display: flex;
padding: 20px;
height: 3.57rem;
height: 3.25rem;
@include for-desktop {
border-top: 1px solid $c-light;
border-bottom: 1px solid $c-light;
Expand Down
4 changes: 3 additions & 1 deletion packages/default-theme/components/cms/elements/SwFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<div class="sw-footer">
<slot class="sw-footer__content" name="content" v-bind="column">
<SfFooter :column="column" :multiple="true">
<div class="content sw-footer__signature">from Vue Storefront with ❤️ </div>
<div class="content sw-footer__signature">
Made with ❤️ by shopware AG & Vue Storefront
</div>
</SfFooter>
</slot>
</div>
Expand Down

1 comment on commit 8fb065e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for website ready!

Built with commit 15dd501

https://shopware-pwa-bjhp5pbp0.now.sh

Please sign in to comment.