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;