comparison src/DML/MainVisBundle/Resources/assets/bem-blocks/notifications.less @ 0:493bcb69166c

added public content
author Daniel Wolff
date Tue, 09 Feb 2016 20:54:02 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:493bcb69166c
1 @import "../config.less";
2
3 .notifications {
4
5 position: absolute;
6 width: 0;
7 bottom: 0;
8 top: 0;
9 right: 0;
10 z-index: @z-index_notifications;
11
12 // ==================================
13 &__stack {
14 position: fixed;
15 right: 0;
16 overflow: visible;
17 bottom: @notifications--bottom-offset;
18 //top: @notifications--top-offset;
19 }
20 }