@import "../../styles/color";

.one-ui-tabs-scroll-button {
    background-color: rgba(229, 229, 231, 0.5); // max?
    justify-content: center;

    padding: 0;

    &:hover,
    &:active,
    &:focus {
        background-color: color(white, 1, 0.3) !important;
    }
}