Use the unified card box shadow for `.contentItem`
authorAlexander Ebert <ebert@woltlab.com>
Tue, 3 Oct 2023 13:46:07 +0000 (15:46 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 3 Oct 2023 13:46:07 +0000 (15:46 +0200)
Fixes #5678

wcfsetup/install/files/style/ui/contentItem.scss

index 2db266472b8c877766d460bcf5529b65370a896f..a345072e104e00bf3ef7b40790361f098a4b9657 100644 (file)
@@ -7,9 +7,7 @@
 .contentItem {
        background-color: var(--wcfContentBackground);
        border-radius: var(--wcfBorderRadius);
-       box-shadow:
-               0 0 3px rgba(0, 0, 0, 0.12),
-               0 1px 2px rgba(0, 0, 0, 0.24);
+       box-shadow: var(--wcfBoxShadowCard);
        display: flex;
        flex-direction: column;
        margin: 0 0 20px 20px;