Skip to content

Commit

Permalink
components
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-beeclever committed Sep 29, 2024
1 parent f77b8ec commit 8fa239d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion assets/modern-skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ textarea{
.line-component{
--gap: 10px;
& .line-item-image{
flex-basis: 60px;
flex-basis: 40px;
}
}
.line-item-price-original{
Expand Down
1 change: 0 additions & 1 deletion snippets/line-item.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
</div>
{% if line_item.item_components.size > 0 %}
<collapsible-outer
open="true"
class="line-item-components"
{{ block.shopify_attributes }}>
<collapsible-label class="full-width flex row space-between">
Expand Down

0 comments on commit 8fa239d

Please sign in to comment.