.logout-button {
    background: inherit;
    border: 0;
    padding: 0 32px;
    outline: none;
    height: 100%;
    cursor: pointer;
}
.logout-button__arrow {
    position: relative;
    top: 1px;
}
@media screen and (max-width: 1540px) {
    .logout-button {
        padding: 0 16px;
    }
}