-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7099433
commit 8777378
Showing
6 changed files
with
61 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 16 additions & 16 deletions
32
client-mu-plugins/goodbids/blocks/reward-product-gallery/block.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
.woocommerce div.product div.images { | ||
width: 100% !important; | ||
} | ||
@layer components { | ||
.woocommerce div.product div.images { | ||
@apply w-full; | ||
} | ||
|
||
.woocommerce .flex-viewport { | ||
margin-bottom: 1rem; | ||
} | ||
.woocommerce .flex-viewport { | ||
@apply mb-2; | ||
} | ||
|
||
.woocommerce div.product div.images .flex-control-thumbs { | ||
display: flex; | ||
gap: 1rem | ||
} | ||
.woocommerce div.product div.images .flex-control-thumbs { | ||
@apply flex gap-2; | ||
} | ||
|
||
.woocommerce .woocommerce-product-gallery__image.flex-active-slide, | ||
.woocommerce .flex-viewport, | ||
.woocommerce div.product div.images img, | ||
.woocommerce div.product div.images .flex-control-thumbs li img { | ||
border-radius: 30px; | ||
.woocommerce .woocommerce-product-gallery__image.flex-active-slide, | ||
.woocommerce .flex-viewport, | ||
.woocommerce div.product div.images img, | ||
.woocommerce div.product div.images .flex-control-thumbs li img { | ||
@apply rounded; | ||
} | ||
} | ||
|
13 changes: 0 additions & 13 deletions
13
client-mu-plugins/goodbids/blocks/reward-product/block.css
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
@import '../../../blocks/reward-product-gallery/block.css'; | ||
|
||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
|
||
body { | ||
@apply bg-emerald-500; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters