Skip to content

Commit

Permalink
enuff card styling updates - addresses issue #17
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-lynn committed Aug 12, 2018
1 parent c28ef7c commit aeb1daa
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@
Custom styles
========================================================================== */

.card { /* Add shadows to create the "card" effect */ box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; }
.card { /* Add shadows to create the "card" effect */ box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s;
}

.card-header, .card-body {
background-color: #f0ebf8 !important;
}

.card-footer {
background-color: transparent;
}

.badge {
white-space: normal;
Expand Down

0 comments on commit aeb1daa

Please sign in to comment.