diff options
author | Volpeon <git@volpeon.ink> | 2022-06-10 14:31:33 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-10 14:31:33 +0200 |
commit | 11947869e44d423171cfd3c6c76be0fbbbfb5da4 (patch) | |
tree | 55c9679586fcfa552e197cb3658a80957e3efd2c /assets/css/layouts | |
parent | Merge branch 'master' of git.vulpes.one:volpeon.ink (diff) | |
download | volpeon.ink-11947869e44d423171cfd3c6c76be0fbbbfb5da4.tar.gz volpeon.ink-11947869e44d423171cfd3c6c76be0fbbbfb5da4.tar.bz2 volpeon.ink-11947869e44d423171cfd3c6c76be0fbbbfb5da4.zip |
Update
Diffstat (limited to 'assets/css/layouts')
-rw-r--r-- | assets/css/layouts/_card-list.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/assets/css/layouts/_card-list.scss b/assets/css/layouts/_card-list.scss index bda0f4d..a53b771 100644 --- a/assets/css/layouts/_card-list.scss +++ b/assets/css/layouts/_card-list.scss | |||
@@ -14,7 +14,6 @@ | |||
14 | flex-direction: column; | 14 | flex-direction: column; |
15 | gap: 2px; | 15 | gap: 2px; |
16 | margin-top: $line-height * .625rem; | 16 | margin-top: $line-height * .625rem; |
17 | filter: drop-shadow(#{prop(--dims --obj-shadow, $global: true)} #{prop(--colors --obj-shadow, $global: true)}); | ||
18 | 17 | ||
19 | @include modifier('grid', 'gallery') { | 18 | @include modifier('grid', 'gallery') { |
20 | display: grid; | 19 | display: grid; |
@@ -34,9 +33,5 @@ | |||
34 | filter: none; | 33 | filter: none; |
35 | } | 34 | } |
36 | } | 35 | } |
37 | |||
38 | @include element('card') { | ||
39 | box-shadow: none; | ||
40 | } | ||
41 | } | 36 | } |
42 | } | 37 | } |