Mercurial > hg > dml-open-vis
annotate src/DML/MainVisBundle/Resources/assets/bem-blocks/notifications.less @ 1:f38015048f48 tip
Added GPL
author | Daniel Wolff |
---|---|
date | Sat, 13 Feb 2016 20:43:38 +0100 |
parents | 493bcb69166c |
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 } |