Skip to content

Commit

Permalink
fix(fuselage): Revert Banner Elevation (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris authored Dec 2, 2022
1 parent 35b8d62 commit 3c0d7f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/fuselage/src/components/Banner/Banner.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ $banner-colors-danger-color: functions.theme(
);

.rcx-banner {
@include elevation.elevation-level(2);

z-index: 2;

display: flex;
Expand All @@ -58,6 +56,7 @@ $banner-colors-danger-color: functions.theme(
color: $banner-colors-neutral-color;
border-top-width: lengths.border-width(4);
border-top-style: solid;
border-bottom: lengths.border-width(2) solid colors.stroke(extra-light);

background-color: $banner-colors-neutral-background-color;

Expand Down

0 comments on commit 3c0d7f9

Please sign in to comment.