div.component_ToggleDirectionButton {

    display: none;

    &.show {
        display: block;
    }
}
