From e3e5b5990f3b3cbf2e9333d695abb4f5e23b537a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 2 Jun 2023 10:57:57 +0200 Subject: [PATCH] scss: add $zebra-colour to themes not including _general.scss (#78122) --- static/includes/gadjo-extra.scss | 2 ++ static/strasbourg-2018/_vars.scss | 1 + 2 files changed, 3 insertions(+) diff --git a/static/includes/gadjo-extra.scss b/static/includes/gadjo-extra.scss index 4a3b3ce9..671f3f45 100644 --- a/static/includes/gadjo-extra.scss +++ b/static/includes/gadjo-extra.scss @@ -11,6 +11,8 @@ $table-headers-font-weight: 600; $table-headers-text-transform: inherit; $table-headers-font-family: inherit; +$zebra-color: hsla(0, 0%, 0%, 0.06) !default; + @import 'utils'; @import 'table'; @import 'wcs/evaluation'; diff --git a/static/strasbourg-2018/_vars.scss b/static/strasbourg-2018/_vars.scss index 3952c3f9..dd7386a9 100644 --- a/static/strasbourg-2018/_vars.scss +++ b/static/strasbourg-2018/_vars.scss @@ -22,6 +22,7 @@ $nav-mobile-mode: none; $button-focus-outline: none; $link-decoration: none; $link-hover-decoration: none; +$zebra-color: hsla(0, 0%, 0%, 0.06) !default; $widget-background: white !default; $widget-color: $font-color !default;