Skip to content

Commit

Permalink
issue #268: added bs4 card footer settings
Browse files Browse the repository at this point in the history
  • Loading branch information
YaWK committed Dec 2, 2018
1 parent 22879cc commit 5591026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/classes/bootstrap4.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ public function bs4_Cards()
.card-footer {
padding: ".$this->tplSettings['card-footer-padding'].";
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
background-color: #".$this->tplSettings['card-footer-bgcolor'].";
border-top: ".$this->tplSettings['card-footer-border-top']." #".$this->tplSettings['card-footer-border-top-color'].";
}
.card-footer:last-child {
Expand Down

0 comments on commit 5591026

Please sign in to comment.