From e9bcc6fb2c3690eb96c5724f8676cf651b6e4b30 Mon Sep 17 00:00:00 2001 From: Kevin Lin <kevinl@cs.uw.edu> Date: Sat, 4 Jul 2020 16:02:30 -0700 Subject: [PATCH] _sass: Add !important to card border overrides --- _sass/custom/card.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/custom/card.scss b/_sass/custom/card.scss index 43e1d5b..317c50f 100644 --- a/_sass/custom/card.scss +++ b/_sass/custom/card.scss @@ -22,11 +22,11 @@ } >:first-child { - border-top: none; + border-top: none !important; } >:last-child { - border-bottom: none; + border-bottom: none !important; } } -- GitLab