﻿@import '../../../assets/styles/less/abstracts/_main.less';

.side-drawer-header {
    height: @side-drawer-header-height;
    background: @fb-color-grey-light;
    padding-top: 7px;
    border-bottom: 1px solid @fb-color-grey;
    clear: both;
    font-size: 20px;
    h2, h3 {
        margin-top: 4px;
        display: inline-block;
    }

    h2 {
        margin-right: 15px;
    }

    h3 {
        margin-right: 10px;
    }

    .dropdown {
        margin-top: -7px;
    }

    div.rightCorner {
        position: absolute;
        width: 80px;
        top: 0;
        right: 25px;
        div.flipper {
            position: relative;

            button {
                border-radius: 2px;
                padding: 1px 6px;
                margin-right: 2px;
                outline: 0;
            }
        }

        div.closer {
            position: absolute;
            right: 0;
            top: 2px;
            font-size: @fb-font-size-h3;
        }
    }
}
