Skip to content

Commit

Permalink
remove leftover shadow style
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Nov 8, 2023
1 parent 7c3b88c commit 5537b38
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/styles/utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1093,10 +1093,6 @@ $decorations: underline, overline, line-through, no-underline;
box-shadow: var(--shadow-elevation);
}

.shadow-xl {
box-shadow: var(--shadow);
}

@each $fitOption in ('contain', 'cover', 'fill', 'none', 'scale-down') {
.object-#{$fitOption} {
object-fit: string.unquote($fitOption);
Expand Down

0 comments on commit 5537b38

Please sign in to comment.