Skip to content

Commit

Permalink
Update master.css
Browse files Browse the repository at this point in the history
Improved card style
  • Loading branch information
pro-dev-ph authored Dec 2, 2024
1 parent 6a2d1df commit bda2249
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/css/master.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,13 @@ body {

.card-header {
padding: 15px 20px;
background-color: #fff;
border-bottom: 1px solid #e7eaf3;
}

.card-footer {
background-color: #fff;
border-top: 1px solid #e7eaf3;
}

.card .content {
Expand Down

0 comments on commit bda2249

Please sign in to comment.