@import 'variables';

header {
    line-height: 32px;
    padding: 10px;
    background-color: $mine-shaft;
    color: $white;
    font-size: 16px;

    a {
        color: $white;

        &:hover {
            color: $white;
        }

        &:active {
            color: $white;
        }
    }

    i {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    img {
        margin-right: 15px;
    }
}
