Skip to content

Commit

Permalink
Fix build linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaemonCahill committed Nov 3, 2023
1 parent a3deeaa commit 903295a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/flashbar/collapsible.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,16 @@ the grid layout will be:
);

> .notification-bar {
/* stylelint-disable scss/operator-no-newline-after */
margin-block: calc(-1 * #{$top-overlap} + #{$offset-bottom})
calc(
#{$top-overlap} - #{$notification-bar-line-height} - 2 * #{$notification-bar-padding-vertical} - 2 * #{$border-width} -
#{$offset-bottom}
);
/* stylelint-enable scss/operator-no-newline-after */

/* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
is the full height of the notification bar */
/* stylelint-disable scss/operator-no-newline-after */
padding-block: $notification-bar-padding-vertical;
}
}
Expand Down

0 comments on commit 903295a

Please sign in to comment.