@import "~cosmoUiVariables";
@import "../variables";

.light {
    border: $border-light;
    border-radius: $border-radius-sm;
}

.dark {
    border: $border-dark;
}

.primary {
    border: $border-primary;
}

.dotted {
    border: $border-dotted;
}

.borderless {
    border: none;
}

.error {
    border-color: $red !important;
}

.success {
    border-color: $green !important;
}

.info {
    border-color: $blue !important;
}

.box {
    box-sizing: border-box;
}