annotate 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
rev   line source
Daniel@0 1 @import "../config.less";
Daniel@0 2
Daniel@0 3 .notifications {
Daniel@0 4
Daniel@0 5 position: absolute;
Daniel@0 6 width: 0;
Daniel@0 7 bottom: 0;
Daniel@0 8 top: 0;
Daniel@0 9 right: 0;
Daniel@0 10 z-index: @z-index_notifications;
Daniel@0 11
Daniel@0 12 // ==================================
Daniel@0 13 &__stack {
Daniel@0 14 position: fixed;
Daniel@0 15 right: 0;
Daniel@0 16 overflow: visible;
Daniel@0 17 bottom: @notifications--bottom-offset;
Daniel@0 18 //top: @notifications--top-offset;
Daniel@0 19 }
Daniel@0 20 }