Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix font weight of cart totals title in site editor
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange committed Dec 5, 2023
1 parent 6067a27 commit d0da590
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/js/blocks/cart/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,14 @@
@include text-heading();
@include font-size( smaller );
display: block;
font-weight: 600;
font-weight: 700;
padding: 0.25rem 0;
text-align: right;
text-transform: uppercase;

textarea {
font-weight: 700; // Ensure correct font-weight in site-editor.
}
}

.wc-block-components-sidebar {
Expand Down

0 comments on commit d0da590

Please sign in to comment.