diff --git a/src/app/features/store/components/product-carousel/product-carousel.component.html b/src/app/features/store/components/product-carousel/product-carousel.component.html index 25cb4d3..b5bd7b2 100644 --- a/src/app/features/store/components/product-carousel/product-carousel.component.html +++ b/src/app/features/store/components/product-carousel/product-carousel.component.html @@ -1,63 +1,51 @@ \ No newline at end of file diff --git a/src/app/features/store/components/product-carousel/product-carousel.component.scss b/src/app/features/store/components/product-carousel/product-carousel.component.scss index 24bd878..e778109 100644 --- a/src/app/features/store/components/product-carousel/product-carousel.component.scss +++ b/src/app/features/store/components/product-carousel/product-carousel.component.scss @@ -2,10 +2,11 @@ width: 100%; &__main { - aspect-ratio: 1 / 1; + aspect-ratio: 463 / 489; width: 100%; - background-color: #e0e0e0 !important; /* Matches grey placeholder in mock */ - border-radius: 8px; + background-color: #e0e0e0 !important; + /* Matches grey placeholder in mock */ + display: flex; align-items: center; justify-content: center; @@ -63,8 +64,8 @@ width: 80px; height: 80px; aspect-ratio: 1 / 1; - background-color: #e0e0e0 !important; /* Matches mock layout */ - border-radius: 4px; + background-color: #e0e0e0 !important; + /* Matches mock layout */ padding: 0; transition: opacity 0.2s ease, border-color 0.2s ease; border: 3px solid transparent !important; @@ -85,4 +86,4 @@ opacity: 1; } } -} +} \ No newline at end of file