comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:493bcb69166c
1 @import "../config.less";
2
3 .mode-changer {
4 .font_standard();
5
6 position: fixed;
7 top: @main-menu--height;
8 bottom: 0;
9 width: @mode-changer--width;
10 background: #ddd;
11 border: 1px solid #aaa;
12
13 // ----------------------------------
14 &_type_2recordings {
15 left: auto;
16 right: 0;
17 }
18
19 // ==================================
20 &__label {
21 position: absolute;
22 .rotate(90);
23 }
24 }