From 6d376708cbe5ac803afb55c02f8fc6066f4108b5 Mon Sep 17 00:00:00 2001 From: Agate Berriot Date: Thu, 13 Oct 2022 11:53:17 +0200 Subject: [PATCH 6/6] fixup! saumur: new theme (#69791) --- static/saumur/_custom.scss | 2 +- static/saumur/_vars.scss | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/static/saumur/_custom.scss b/static/saumur/_custom.scss index 03f32c08..96db0122 100644 --- a/static/saumur/_custom.scss +++ b/static/saumur/_custom.scss @@ -204,7 +204,7 @@ div.link-cell { } // forms -.form-content, .form-content--sidebox, .form-content--body { +.form-content { @extend %cell; } diff --git a/static/saumur/_vars.scss b/static/saumur/_vars.scss index 4bf8b04c..d55123fe 100644 --- a/static/saumur/_vars.scss +++ b/static/saumur/_vars.scss @@ -91,3 +91,11 @@ $widget-focus-background: $white; $footer-background: $orange; $footer-color: $white; $footer-link-color: $white; + +$form-sidebar-position: top; +$wcs-step-marker-type: disc tied; +$wcs-step-current-marker-background: $primary-color; +$wcs-step-current-marker-color: white; +$wcs-step-marker-background: $light-green; +$wcs-step-border-bottom: none; +$wcs-step-marker-tie-color: $light-green; \ No newline at end of file -- 2.37.2