Skip to content

Commit

Permalink
fix(o-section): fp-1723 adapt to new markup
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Jul 13, 2022
1 parent 31077dc commit 4c21f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/core-styles/src/lib/_imports/objects/o-section.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ Styleguide Objects.Section
/* Modifers: Banner */

.o-section--banner { overflow: hidden; }
.o-section--banner[class*="o-section--layout"] { gap: 0; }
.o-section--banner.container { padding-inline: 0; }
.o-section--banner [class*="o-section--layout"] { gap: 0; }
.o-section--banner .container { padding-inline: 0; }
.o-section--banner.o-section { padding-block: 0; }


Expand Down

0 comments on commit 4c21f96

Please sign in to comment.