Mercurial > hg > dml-open-vis
annotate 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 |
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 } |