Skip to content

Commit

Permalink
fix(notification): hide close button icon component (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek authored Sep 9, 2024
1 parent d9e789e commit 01cc214
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/assets/scss/components/_notification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@ $notification-notices-z: 1000 !default;
position: absolute;
}
}

.notification .delete {
// hide close icon component
font-size: 0;
}

0 comments on commit 01cc214

Please sign in to comment.