From 02ea110432a15ab2bd9f94eb116707210f1f4d86 Mon Sep 17 00:00:00 2001 From: Kevin Lin <kevinl@cs.uw.edu> Date: Wed, 24 Jun 2020 07:08:03 -0700 Subject: [PATCH] _sass: Remove unused card-deck class --- _sass/custom/card.scss | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/_sass/custom/card.scss b/_sass/custom/card.scss index a6c3eca..6434c76 100644 --- a/_sass/custom/card.scss +++ b/_sass/custom/card.scss @@ -24,17 +24,3 @@ .card-body { flex: 1 1 auto; } - -.card-deck { - @include abstract-card(); - @include tight-headers(); - display: flex; - flex-direction: column; - - .card { - border-radius: 0; - border-bottom: $border $border-color; - box-shadow: none; - margin-bottom: 0; - } -} -- GitLab