Skip to content

Commit

Permalink
style: [product-page-add-categories-modal] action btns on mobile view…
Browse files Browse the repository at this point in the history
… : position right, modal footer : add padding
  • Loading branch information
mattgoud committed Mar 27, 2024
1 parent 77d1926 commit a0bf168
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions admin-dev/themes/new-theme/scss/pages/product/product_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2939,6 +2939,20 @@ $mobile-menu-height: 2.6rem !default;
}
}

#categories-modal-content{
.form-control-label {
margin: 1rem 0;
}
.category-tree-footer {
display: flex;
gap: 1rem;
padding-bottom: 20px;
@include media-breakpoint-down(md) {
justify-content: flex-end;
}
}
}

.form-horizontal span.ps-switch:not(.ps-switch-lg) {
margin-top: 7px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<div class="spinner m-auto d-block"></div>
</div>

<div class="category-tree-footer text-center text-md-left">
<div class="category-tree-footer">
{{ form_widget(form.cancel_btn) }}
{{ form_widget(form.apply_btn) }}
</div>
Expand Down

0 comments on commit a0bf168

Please sign in to comment.