Skip to content

Commit

Permalink
issue #268: added more bs4 card element properties (in progress)
Browse files Browse the repository at this point in the history
  • Loading branch information
YaWK committed Nov 29, 2018
1 parent a2e4f13 commit 2529ee3
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 @@ -104,10 +104,10 @@ public function bs4_Cards()
}
.card-header {
padding: 0rem 0rem;
padding: ".$this->tplSettings['card-header-padding'].";
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
border-bottom: ".$this->tplSettings['card-header-border-bottom']." #".$this->tplSettings['card-header-border-bottom-color'].";
}
.card-header:first-child {
Expand Down

0 comments on commit 2529ee3

Please sign in to comment.