nitro-react/src/components/notification-center/NotificationCenterView.scss

22 lines
479 B
SCSS
Raw Normal View History

2021-06-22 11:52:47 +02:00
.nitro-notification-center-container {
position: absolute;
top: 0;
right: 0;
width: 300px;
height: calc(100% - #{$toolbar-height});
z-index: $notification-center-zindex;
2021-06-23 06:25:30 +02:00
pointer-events: none;
2021-06-22 11:52:47 +02:00
.nitro-notification-center {
background-color: $dark;
height: 100%;
2021-06-23 06:25:30 +02:00
pointer-events: all;
2021-06-22 11:52:47 +02:00
}
}
2022-03-23 10:18:00 +01:00
.notification-frank {
background-image: url('../../assets/images/notifications/frank.gif');
width:47px;
height: 85px;
}