2017-08-16 18:47:02 +02:00

11 lines
197 B
SCSS
Executable File

/* Import */
@import '../../styles/variables/variables';
.notificationsContainer { /* stylelint-disable */
position: absolute;
top: 1rem;
right: 1rem;
z-index: 1000;
list-style: none;
}