]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Remove any special styling for cards
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 10 Nov 2020 13:40:55 +0000 (13:40 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 10 Nov 2020 13:40:55 +0000 (13:40 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/style.scss

index 0c6bc94dd1586c3923cf1915c37252b5a36b346b..d06b75058c90635ec1d9b0bee0482fc38a361d58 100644 (file)
@@ -101,15 +101,6 @@ pre {
        }
 }
 
-.card {
-       @extend .inverse;
-
-       // Reset padding for sections
-       section {
-               padding: 0;
-       }
-}
-
 .list-group {
        .list-group-item {
                color: $body-bg;