Skip to content

Commit

Permalink
[#741] Updating all the styles for the theme (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-schmidt-viget authored Mar 14, 2024
1 parent 129716a commit f576ae5
Show file tree
Hide file tree
Showing 9 changed files with 1,563 additions and 1,479 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,11 @@
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
@apply !opacity-100;
}

.woocommerce
div.product
div.images
.woocommerce-product-gallery__image--placeholder {
@apply !border-transparent;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ export function InfoIcon({ width = 24 }: InfoIconProps) {
viewBox="0 -960 960 960"
aria-hidden
>
<path d="M440-280h80v-240h-80v240Zm40-320q17 0 28.5-11.5T520-640q0-17-11.5-28.5T480-680q-17 0-28.5 11.5T440-640q0 17 11.5 28.5T480-600Zm0 520q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z" />
<path
d="M440-280h80v-240h-80v240Zm40-320q17 0 28.5-11.5T520-640q0-17-11.5-28.5T480-680q-17 0-28.5 11.5T440-640q0 17 11.5 28.5T480-600Zm0 520q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"
fill="currentColor"
/>
</svg>
);
}
Loading

0 comments on commit f576ae5

Please sign in to comment.