// // _card.scss // .card { box-shadow: $box-shadow; margin-bottom: 24px; background-color: $card-bg; .card-header{ background-color: $gray-200; } }