fix(SW-2376): Vertically centered previous/next buttons inside carousel cards

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-05-19 09:13:23 +00:00
parent f4629ad17d
commit 7fe25f7eca
8 changed files with 56 additions and 55 deletions
@@ -1,3 +1,3 @@
.navigationButton {
top: 25%;
top: 125px; /* Content card image has a fixed height of 250px, this centers the button */
}