Skip to content

Commit

Permalink
feat(featured-item): Setting white background in EC and EU - FRONT-42…
Browse files Browse the repository at this point in the history
…80 (#3258)
  • Loading branch information
planctus committed Feb 29, 2024
1 parent dd2737f commit cfc20b8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ $theme: null !default;
$featured-item: null !default;

.ecl-featured-item__container {
background-color: map.get($theme, 'color', 'white');
border: map.get($featured-item, 'border');
border-radius: map.get($featured-item, 'border-radius');
box-shadow: map.get($featured-item, 'shadow');
Expand Down Expand Up @@ -41,7 +42,7 @@ $featured-item: null !default;
color: map.get($featured-item, 'title-color');
display: inline-block;
font: map.get($featured-item, 'title-font');
font-weight: map.get($theme, 'font-weight', 'bold');
font-weight: map.get($featured-item, 'title-font-weight');
max-width: var(--max-w);
}

Expand Down

1 comment on commit cfc20b8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.