view src/DML/MainVisBundle/Resources/assets/bem-blocks/main-menu.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";

.main-menu {
    .position_fixed_everywhere();
    bottom: auto;
    .font_standard();
    z-index: @z-index_main-menu;
        
    // ==================================
    &__bar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: @main-menu--height;
        z-index: @z-index_main-menu + 1;
    }
}