@import '../../styles/variables';

/**************************************
 * Header
 **************************************/

.header {
    display: flex;
    flex-grow: 1;
    align-items: center;
    height: 56px;
    padding: 0 30px;
    background: $bdl-gray-02;
    box-shadow: inset 0 -1px 0 $bdl-gray-10;

    &.is-fixed {
        position: fixed;
        right: 0;
        left: 0;
    }
}
