view src/DML/MainVisBundle/Resources/assets/bem-blocks/mode-changer.less @ 1:f38015048f48 tip

Added GPL
author Daniel Wolff
date Sat, 13 Feb 2016 20:43:38 +0100
parents 493bcb69166c
children
line wrap: on
line source
@import "../config.less";

.mode-changer {
    .font_standard();

    position: fixed;
    top: @main-menu--height;
    bottom: 0;
    width: @mode-changer--width;
    background: #ddd;
    border: 1px solid #aaa;
    
    // ----------------------------------
    &_type_2recordings {
        left: auto;
        right: 0; 
    }

    // ==================================
    &__label {
        position: absolute;
        .rotate(90);
    }
}