Skip to content

Commit

Permalink
fix(sbb-notification): border left stability (#2330)
Browse files Browse the repository at this point in the history
  • Loading branch information
dauriamarco authored Jan 11, 2024
1 parent f6ddcf7 commit 0cae556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/notification/notification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@
background-color: var(--sbb-notification-type-color);
border: var(--sbb-notification-border);
border-radius: var(--sbb-notification-base-radius);
z-index: -1;
}
}

.sbb-notification {
@include sbb.text-s--regular;

position: relative;
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
Expand Down

0 comments on commit 0cae556

Please sign in to comment.