From c5bf5ff71ac1003b9fcac27b6cbb8436318aa94d Mon Sep 17 00:00:00 2001 From: komejo Date: Tue, 17 Dec 2024 15:25:56 -0800 Subject: [PATCH] #305: add grey variant of map background --- themes/custom/ts_wrin/sass/components/_region-map.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/custom/ts_wrin/sass/components/_region-map.scss b/themes/custom/ts_wrin/sass/components/_region-map.scss index 7ba0657a7..8f2e5e5b4 100644 --- a/themes/custom/ts_wrin/sass/components/_region-map.scss +++ b/themes/custom/ts_wrin/sass/components/_region-map.scss @@ -59,6 +59,9 @@ text-align: center; aspect-ratio: 923.2/448; } +.has-light-gray-background-color .interactive-map { + background-color: $light-grey; +} .wri-region-map { @include center-columns($grid-columns-mobile, $grid-columns-mobile);