Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Sahu committed Jun 27, 2024
1 parent 95c050e commit a48cba2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web-components/src/global.css.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,9 @@ merch-card [slot='heading-xl'] {
color: var(--merch-color-grey-80);
}
merch-card [slot='callout-text'] p {
merch-card [slot='callout-text'] {
background: var(--consonant-merch-card-callout-background-color) 0% 0% no-repeat padding-box;
border-radius: 4px;
opacity: 0.5;
margin: 5px 2px;
padding: 0px 5px;
display: inline-flex;
Expand All @@ -258,7 +257,6 @@ merch-card[variant="mini-compare-chart"] [slot='callout-text'] {
merch-card[variant="mini-compare-chart"] [slot='callout-text'] p {
background: var(--consonant-merch-card-callout-background-color) 0% 0% no-repeat padding-box;
border-radius: 4px;
opacity: 0.5;
display: inline-flex;
}
Expand Down

0 comments on commit a48cba2

Please sign in to comment.