From a687edcc39d28a85854b692bd17400a197d85a30 Mon Sep 17 00:00:00 2001 From: Emily Hazlehurst Date: Thu, 21 Nov 2024 12:25:01 +0000 Subject: [PATCH] CDPT-636: Update heading styles in the rich text component - Order --- public/app/themes/clarity/src/components/c-polls/style.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/themes/clarity/src/components/c-polls/style.styl b/public/app/themes/clarity/src/components/c-polls/style.styl index 227872503..4d2f1b620 100644 --- a/public/app/themes/clarity/src/components/c-polls/style.styl +++ b/public/app/themes/clarity/src/components/c-polls/style.styl @@ -5,14 +5,14 @@ } +// Overriding Totalpoll plugin styles to Clarity theme styles. +// Needs to be outside of this specific component's scope so it is global and will affect wherever the shortcode is used on the site. .totalpoll-wrapper { h4 { font-size: $mantle !important; } } -// Overriding Totalpoll plugin styles to Clarity theme styles. -// Needs to be outside of this specific component's scope so it is global and will affect wherever the shortcode is used on the site. .totalpoll-button, .totalpoll-button-primary, .totalpoll-button-vote { cursor: pointer !important; font-size: $outerCore !important;