nitro-react/src/views/notification-center/NotificationCenterView.scss
2021-06-22 05:52:47 -04:00

14 lines
291 B
SCSS

.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%;
}
}