view 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
line wrap: on
line source
@import "../config.less";

.notifications {
    
    position: absolute;
    width: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: @z-index_notifications;
    
    // ==================================
    &__stack {
        position: fixed;
        right: 0;
        overflow: visible;
        bottom: @notifications--bottom-offset;
        //top: @notifications--top-offset;
    }
}