%opm-thin-grey-border {
    border: 1px solid $grey_200;
}

%opm-border-radius {
    border-radius: 3px;
}

.Opm {

    &-thin-grey-border {
        @extend %opm-thin-grey-border;
    }

    &-border-radius {
        @extend %opm-border-radius;
    }

    &-focused-input {
        border-color: $blue_300;
        box-shadow: inset 0 1px 1px $black_075, 0 0 8px $blue_400_6;
    }
}
