Mercurial > hg > dml-open-vis
annotate src/DML/MainVisBundle/Resources/assets/bem-blocks/mode-changer.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 .mode-changer { |
Daniel@0 | 4 .font_standard(); |
Daniel@0 | 5 |
Daniel@0 | 6 position: fixed; |
Daniel@0 | 7 top: @main-menu--height; |
Daniel@0 | 8 bottom: 0; |
Daniel@0 | 9 width: @mode-changer--width; |
Daniel@0 | 10 background: #ddd; |
Daniel@0 | 11 border: 1px solid #aaa; |
Daniel@0 | 12 |
Daniel@0 | 13 // ---------------------------------- |
Daniel@0 | 14 &_type_2recordings { |
Daniel@0 | 15 left: auto; |
Daniel@0 | 16 right: 0; |
Daniel@0 | 17 } |
Daniel@0 | 18 |
Daniel@0 | 19 // ================================== |
Daniel@0 | 20 &__label { |
Daniel@0 | 21 position: absolute; |
Daniel@0 | 22 .rotate(90); |
Daniel@0 | 23 } |
Daniel@0 | 24 } |