From: Michael Tremer Date: Tue, 10 Nov 2020 13:40:55 +0000 (+0000) Subject: CSS: Remove any special styling for cards X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de9231cb0cee3308194ad2749b245b80a8d8db0a;p=ipfire.org.git CSS: Remove any special styling for cards Signed-off-by: Michael Tremer --- diff --git a/src/scss/style.scss b/src/scss/style.scss index 0c6bc94d..d06b7505 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -101,15 +101,6 @@ pre { } } -.card { - @extend .inverse; - - // Reset padding for sections - section { - padding: 0; - } -} - .list-group { .list-group-item { color: $body-bg;