.Alert {
  &--info {
    background: @alert-info-bg;
    color: @alert-info-color;
  }

  &-controls:empty {
    display: none;
  }
}
