Skip to content

Commit

Permalink
lint: [format scss rules] add space before curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Mar 28, 2024
1 parent 8f41bd1 commit eb18382
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions admin-dev/themes/new-theme/scss/pages/product/product_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2813,11 +2813,11 @@ $mobile-menu-height: 2.6rem !default;
}
}

#product_details_show_condition{
#product_details_show_condition {
margin-top: 0;
}

.customization-field-switch{
.customization-field-switch {
.ps-switch {
.slide-button {
right: 0;
Expand Down Expand Up @@ -2893,7 +2893,7 @@ $mobile-menu-height: 2.6rem !default;
}

@include media-breakpoint-down(md) {
#product_shipping{
#product_shipping {
#product_shipping_delivery_time_note_type {
.form-check-radio .form-check-label {
flex-wrap: wrap;
Expand Down Expand Up @@ -2971,7 +2971,7 @@ $mobile-menu-height: 2.6rem !default;
}
}

#product_options{
#product_options {
#product_options_product_suppliers > .row > .col-sm {
max-width: calc(100% - 30px);
overflow: auto;
Expand All @@ -2992,7 +2992,7 @@ $mobile-menu-height: 2.6rem !default;
}
}

#categories-modal-content{
#categories-modal-content {
.form-control-label {
margin: 1rem 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/* stylelint-enable */

.products-catalog {

.catalog-tools {
flex: 0 0 2rem;
max-width: 2rem;
Expand Down

0 comments on commit eb18382

Please sign in to comment.