diff options
| author | Volpeon <git@volpeon.ink> | 2026-02-24 11:47:33 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-02-24 11:47:33 +0100 |
| commit | 80453337bce3e21c64f59ec437ea6ea296d7e64d (patch) | |
| tree | d8fc099e8ee8f8e52e72671b5fc245c248c256ed /src | |
| parent | Extended gap utils (diff) | |
| download | iro-design-80453337bce3e21c64f59ec437ea6ea296d7e64d.tar.gz iro-design-80453337bce3e21c64f59ec437ea6ea296d7e64d.tar.bz2 iro-design-80453337bce3e21c64f59ec437ea6ea296d7e64d.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/layouts/_card-list.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/layouts/_card-list.scss b/src/layouts/_card-list.scss index 1c64b4d..f7f7261 100644 --- a/src/layouts/_card-list.scss +++ b/src/layouts/_card-list.scss | |||
| @@ -24,6 +24,8 @@ | |||
| 24 | border-radius: calc(props.get(vars.$rounding) + props.get(vars.$merge-padding)); | 24 | border-radius: calc(props.get(vars.$rounding) + props.get(vars.$merge-padding)); |
| 25 | 25 | ||
| 26 | @include bem.elem('card') { | 26 | @include bem.elem('card') { |
| 27 | box-shadow: none; | ||
| 28 | |||
| 27 | &:not(:last-child) { | 29 | &:not(:last-child) { |
| 28 | position: relative; | 30 | position: relative; |
| 29 | border-end-start-radius: 0; | 31 | border-end-start-radius: 0; |
