Skip to content

Commit

Permalink
fix(notification): notification icons are misaligned with text in mat…
Browse files Browse the repository at this point in the history
…erial theme
  • Loading branch information
joneff committed Sep 11, 2021
1 parent 6959648 commit c3b55a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/default/scss/notification/_layout.scss
Expand Up @@ -44,13 +44,13 @@
> .k-icon {
margin-top: $notification-icon-offset;
margin-right: $notification-icon-spacing;
flex: 0 0 auto;
flex: none;
}

> .k-i-close {
margin-right: 0;
margin-left: $notification-icon-spacing;
flex: 0 0 auto;
flex: none;
cursor: pointer;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/material/scss/notification/_variables.scss
Expand Up @@ -10,7 +10,7 @@ $notification-font-family: $font-family !default;
$notification-font-size: $font-size !default;
$notification-line-height: ( 20 / 14 ) !default;

$notification-icon-offset: 4px !default;
$notification-icon-offset: 2px !default;
$notification-icon-spacing: $icon-spacing !default;

$notification-bg: $component-bg !default;
Expand Down

0 comments on commit c3b55a4

Please sign in to comment.