@import "../variables";

.sg-bordered-input {
    border-width: 2px;
    border-color: $sgInputBorder;
    border-radius: $sg-border-radius-input;
    border-style: solid;

    &--selected {
        border-color: $sgSecondary;
    }
}