summaryrefslogtreecommitdiffstats
path: root/resources/scss/bootstrap-cust/_buttons.scss
blob: 92382aa9d4cea89cbe65a86bcfd5bde11ca99c5f (plain)
1
2
3
4
5
6
7
.btn-default .fa {
  color: $brand-primary;
}

.btn-info {
  @include button-variant($text-color1, $background-color12, $text-color7);
}