annotate src/DML/MainVisBundle/Resources/assets/bem-blocks/main-menu.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 .main-menu {
Daniel@0 4 .position_fixed_everywhere();
Daniel@0 5 bottom: auto;
Daniel@0 6 .font_standard();
Daniel@0 7 z-index: @z-index_main-menu;
Daniel@0 8
Daniel@0 9 // ==================================
Daniel@0 10 &__bar {
Daniel@0 11 position: absolute;
Daniel@0 12 top: 0;
Daniel@0 13 left: 0;
Daniel@0 14 right: 0;
Daniel@0 15 height: @main-menu--height;
Daniel@0 16 z-index: @z-index_main-menu + 1;
Daniel@0 17 }
Daniel@0 18 }