11 lines
197 B
SCSS
Raw Normal View History

2016-10-05 11:32:31 +02:00
/* Import */
@import '../../styles/variables/variables';
.notificationsContainer { /* stylelint-disable */
position: absolute;
top: 1rem;
right: 1rem;
z-index: 1000;
list-style: none;
}