// Alert

.alert {
  .alert-full {
    border-radius: 0;
  }
}

.alert-dark {
  @include alert-variant(rgba(0, 0, 0, .9), rgba(0, 0, 0, .8), $white);

  .close {
    text-shadow: 0 1px 0 $black;

    &:hover,
    &:focus {
      color: $white;
    }
  }
}
