Skip to content

Commit

Permalink
Adds additional button CSS for success and info in case they are used…
Browse files Browse the repository at this point in the history
… out-of-the-box by users.
  • Loading branch information
mtribone committed May 3, 2018
1 parent 8deb24d commit f879b88
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/assets/stylesheets/blacklight/_bootstrap_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ a,
background-color: $primary;
border-color: $primary;
}

.btn-success {
background-color: $success;
border-color: $success;
}

.btn-info {
background-color: $info;
border-color: $info;
}

0 comments on commit f879b88

Please sign in to comment.