Skip to content

Commit

Permalink
remove forced background (#2341)
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryro committed Feb 16, 2022
1 parent fc4f0f4 commit 7ca031e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $_border-radius: null !default;
}

.ecl-content-item__card {
background-color: map.get(theme.$color, 'white-100');
background-color: transparent;
border-radius: 0;
border-width: 0;
box-shadow: none;
Expand Down

1 comment on commit 7ca031e

@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.