From 7545dedb68adfe26ba0b827a6f1d1f14e42788b1 Mon Sep 17 00:00:00 2001 From: Diego Calvo Date: Tue, 23 Sep 2025 14:51:27 +0200 Subject: [PATCH] pagination button color, centering cookies banner, and remove scroll in carousel --- assets/scss/main.scss | 7 +++++++ components/CookieUsageNotification.vue | 24 +++++++++++++----------- components/ItemsRow.vue | 2 +- 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/assets/scss/main.scss b/assets/scss/main.scss index e93ce47..0452f46 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -70,3 +70,10 @@ body { padding: 0 1rem; } } + +.pagination { + .active > .page-link { + background-color: $color-button; + border-color: $color-button; + } +} \ No newline at end of file diff --git a/components/CookieUsageNotification.vue b/components/CookieUsageNotification.vue index c160bd2..b949f4b 100644 --- a/components/CookieUsageNotification.vue +++ b/components/CookieUsageNotification.vue @@ -16,33 +16,33 @@