Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

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

Merged
merged 2 commits into from
Jan 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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