Skip to content

Commit

Permalink
Update Banner spacing to match Figma.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrause committed Jan 15, 2025
1 parent 5762d09 commit 8b57766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/containers/Banner/Banner.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
overflow: hidden; // Banners shouldn't scroll (max height on a banner doesn't really make sense)

padding-block: calc(bk.$spacing-2 * 1.25);
padding-inline: calc(bk.$spacing-4 - bk.$radius-2);
padding-inline: bk.$spacing-3;
padding-inline-start: var(--bk-banner-indent); // Indent all of the content (e.g. for when the message wraps)

border: bk.$size-1 var(--bk-banner-color-foreground) solid;
Expand Down

0 comments on commit 8b57766

Please sign in to comment.