authserver/testCAS/resources/assets/less/bootstrap/mixins/alerts.less
author ymh <ymh.work@gmail.com>
Mon, 20 Jul 2015 08:30:18 +0200
changeset 34 9f9ba0566e01
parent 0 1afc9d2ab94d
permissions -rw-r--r--
remove cache for remie

// Alerts

.alert-variant(@background; @border; @text-color) {
  background-color: @background;
  border-color: @border;
  color: @text-color;

  hr {
    border-top-color: darken(@border, 5%);
  }
  .alert-link {
    color: darken(@text-color, 10%);
  }
}