Skip to content

Commit

Permalink
feat(banner): Resetting padding for the content in no-box variant - F…
Browse files Browse the repository at this point in the history
…RONT-4592 (#3597)

Co-authored-by: Romain Emery <[email protected]>
planctus and emeryro authored Sep 2, 2024
1 parent 473e051 commit a85e98b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/implementations/vanilla/components/banner/banner.scss
Original file line number Diff line number Diff line change
@@ -270,6 +270,7 @@ $banner: null !default;

.ecl-banner--box-bg-none & {
background-color: transparent;
padding: 0;
}

.ecl-banner--box-bg-dark & {

1 comment on commit a85e98b

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