From 9460841f4284260e72940046a98b2f410b6cee49 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 26 Nov 2018 22:26:56 +0100 Subject: [PATCH] grandlyon-sau: use custom radio checkboxes (#28355) --- static/grandlyon-sau/_vars.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/grandlyon-sau/_vars.scss b/static/grandlyon-sau/_vars.scss index f1c7dc00..d66de63f 100644 --- a/static/grandlyon-sau/_vars.scss +++ b/static/grandlyon-sau/_vars.scss @@ -34,6 +34,7 @@ $sidebar-width: 250px; $menucell-hover-border: 5px solid #999; $input-border-radius: 5px; $input-background-color: $body-background; +$widget-custom-radio-checkbox: true; %homepage-block-color { background-color: $body-background; -- 2.20.0.rc1