From 7f5db774d6a87a398460d2aeba54f3e5dda410ac Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 7 Nov 2024 21:16:07 +0100 Subject: [PATCH] lightbox css --- .../custom/quartiers_de_demain/dist/assets/css/bundle.css | 8 +++++--- .../src/assets/scss/partials/lightbox.scss | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css b/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css index 74863a8..b8a41d2 100644 --- a/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css +++ b/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css @@ -1674,11 +1674,13 @@ body { #lightbox .caption { color: white; - font-size: 1rem; + font-size: 0.8rem; text-align: center; margin-top: 10px; max-width: 90%; margin: 10px auto; + font-family: "gilroy-light"; + padding-top: 1rem; } .lightbox .close { @@ -1700,11 +1702,11 @@ body { } .prev { - left: 10px; + left: 30px; } .next { - right: 10px; + right: 30px; } /*pages*/ diff --git a/web/themes/custom/quartiers_de_demain/src/assets/scss/partials/lightbox.scss b/web/themes/custom/quartiers_de_demain/src/assets/scss/partials/lightbox.scss index 4b6e75f..5ef07e7 100644 --- a/web/themes/custom/quartiers_de_demain/src/assets/scss/partials/lightbox.scss +++ b/web/themes/custom/quartiers_de_demain/src/assets/scss/partials/lightbox.scss @@ -32,11 +32,13 @@ body { } #lightbox .caption { color: white; - font-size: 1rem; + font-size: 0.8rem; text-align: center; margin-top: 10px; max-width: 90%; margin: 10px auto; + font-family: "gilroy-light"; + padding-top: 1rem; } .lightbox .close { @@ -58,10 +60,10 @@ body { } .prev { - left: 10px; + left: 30px; } .next { - right: 10px; + right: 30px; } \ No newline at end of file