// Alerts

.br-variant(@color) {
  border-color: @color !important;

  &-light { border-color: lighten(@color, 10%) !important; }
}
