//
// Border classes
// Inspired by Bootstrap v4
// --------------------------------------------------

.border-0 {
  border-width: 0px;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-primary {
  border-color: @brand-primary;
}

.border-secondary {
  border-color: @brand-secondary;
}

.border-success {
  border-color: @brand-success;
}

.border-warning {
  border-color: @brand-warning;
}

.border-danger {
  border-color: @brand-danger;
}
