Mercurial > hg > dml-open-vis
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:493bcb69166c |
---|---|
1 @import "../config.less"; | |
2 | |
3 .main-menu { | |
4 .position_fixed_everywhere(); | |
5 bottom: auto; | |
6 .font_standard(); | |
7 z-index: @z-index_main-menu; | |
8 | |
9 // ================================== | |
10 &__bar { | |
11 position: absolute; | |
12 top: 0; | |
13 left: 0; | |
14 right: 0; | |
15 height: @main-menu--height; | |
16 z-index: @z-index_main-menu + 1; | |
17 } | |
18 } |