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

14 lines
291 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;
.nitro-notification-center {
background-color: $dark;
height: 100%;
}
}