Skip to content

Commit

Permalink
feat(carousel): Reintroducing shadows, removing border bottom - FRONT…
Browse files Browse the repository at this point in the history
…-4571
  • Loading branch information
planctus committed Aug 26, 2024
1 parent 088249a commit fb8405e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/themes/ec/variables/_carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
@use '../index' as *;

$carousel: (
box-shadow: none,
separator: 1px solid var(--c-n),
box-shadow: var(--sh-6),
separator: none,
controls-background: map.get($color, 'white'),
controls-padding: var(--s-m) 0,
navigation-background-active: var(--c-n),
Expand Down
4 changes: 2 additions & 2 deletions src/themes/eu/variables/_carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
@use '../index' as *;

$carousel: (
box-shadow: none,
separator: 1px solid var(--c-p-20),
box-shadow: var(--sh-2),
separator: none,
controls-background: map.get($color, 'white'),
controls-padding: var(--s-xs) 0,
navigation-color: var(--c-d-80),
Expand Down

0 comments on commit fb8405e

Please sign in to comment.