Skip to content

Commit

Permalink
fix(notification): apply box-shadow to notification to match design
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored and joneff committed Dec 13, 2022
1 parent 93466a0 commit d82d9d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/default/scss/notification/_theme.scss
Expand Up @@ -7,16 +7,14 @@
$kendo-notification-bg,
$kendo-notification-border
);
@include box-shadow( $kendo-notification-shadow );
}
.k-notification-wrap {
> .k-i-close,
> .k-i-x {
color: inherit;
}
}
.k-notification-group .k-notification {
box-shadow: $kendo-notification-shadow;
}

@each $name, $props in $kendo-notification-theme {
.k-notification-#{$name} {
Expand Down

0 comments on commit d82d9d9

Please sign in to comment.