Skip to content

Commit

Permalink
add gradient colors to example
Browse files Browse the repository at this point in the history
secondary, light and dark
  • Loading branch information
weiserhei authored May 27, 2019
1 parent b812173 commit 6c03cfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utilities-color.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,13 @@ <h6 class="m-0 font-weight-bold text-primary">Custom Background Gradient Utiliti
</div>
<div class="card-body">
<div class="px-3 py-5 bg-gradient-primary text-white">.bg-gradient-primary</div>
<div class="px-3 py-5 bg-gradient-secondary text-white">.bg-gradient-secondary</div>
<div class="px-3 py-5 bg-gradient-success text-white">.bg-gradient-success</div>
<div class="px-3 py-5 bg-gradient-info text-white">.bg-gradient-info</div>
<div class="px-3 py-5 bg-gradient-warning text-white">.bg-gradient-warning</div>
<div class="px-3 py-5 bg-gradient-danger text-white">.bg-gradient-danger</div>
<div class="px-3 py-5 bg-gradient-light text-white">.bg-gradient-light</div>
<div class="px-3 py-5 bg-gradient-dark text-white">.bg-gradient-dark</div>
</div>
</div>

Expand Down

0 comments on commit 6c03cfc

Please sign in to comment.