//
// Alerts
// --------------------------------------------------


// Base styles
// -------------------------

.alert {
  margin-bottom: 0;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 0;

  // Adjust close link position
  .close {
    top: 0;
    right: -15px;
    padding: 0 15px;
    .icon {
      &, & * {
        fill: $brand-copy-light;
      }
    }
  }
}

.alert-inline {
  display: inline-block;
  border: 0;
  padding: 5px 10px;
  font-size:$font-size-base;
  margin-bottom: 15px;
  text-align: left;
  .modal & {
    text-align: center;
  }
}

.alert-fixed-bottom{
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
  border-radius: 0;
}