Skip to content

Commit

Permalink
Updated SCSS with StyleLint & Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkArtek committed Sep 11, 2022
1 parent 0667b8f commit f7ab295
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 27 deletions.
4 changes: 2 additions & 2 deletions src/sass/giulia-child.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import "modules/mixins";
@import "modules/giulia-main";
@import 'modules/mixins';
@import 'modules/giulia-main';
51 changes: 26 additions & 25 deletions src/sass/modules/_giulia-main.scss
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
.products {
&.elementor-grid {
li.product {
display: flex !important;
flex-wrap: wrap;
&.elementor-grid {
li.product {
display: flex !important;
flex-wrap: wrap;

a.woocommerce-loop-product__link, a.add_to_cart_button {
flex: 0 0 100%;
}
a.woocommerce-loop-product__link,
a.add_to_cart_button {
flex: 0 0 100%;
}

a.add_to_cart_button {
order: 2;
margin: 0;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
a.add_to_cart_button {
order: 2;
margin: 0;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}

.wvs-archive-variations-wrapper {
order: 1;
.wvs-archive-variations-wrapper {
order: 1;

.variations {
.wvs_archive_reset_variations {
display: none;
}
}
}
}
}
.variations {
.wvs_archive_reset_variations {
display: none;
}
}
}
}
}
}

0 comments on commit f7ab295

Please sign in to comment.