Skip to content

Commit

Permalink
feat(single pages): add image shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Feb 25, 2024
1 parent a859312 commit 72e2a73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/components/_single-word.scss
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,12 @@
padding: var(--spacing-inner, 10px);
background: #fff;
width: fit-content;
box-shadow: 0 3px 1px
color-mix(in srgb, var(--color-box-shadow, var(--orange-900)) 16%, transparent);

@include butler-mx.dark-mode-class {
--color-border: var(--new-blue-200);
}
}

.c-image-gallery__link {
Expand Down

0 comments on commit 72e2a73

Please sign in to comment.