From 34caa4800a636bb3666b4eeae9699a6c43ae6ae0 Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Sun, 21 Aug 2022 13:39:11 +0100 Subject: [PATCH] stuff --- src/scss/components/_hero-title.scss | 2 ++ src/scss/typography/_text-shadow.scss | 18 +++--------------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/src/scss/components/_hero-title.scss b/src/scss/components/_hero-title.scss index 613a7470..11c7030d 100644 --- a/src/scss/components/_hero-title.scss +++ b/src/scss/components/_hero-title.scss @@ -1,3 +1,5 @@ +// TO BE DELETED... + @import "~@reuters-graphics/style-color/scss/categorical/base"; section.hero-title { diff --git a/src/scss/typography/_text-shadow.scss b/src/scss/typography/_text-shadow.scss index 905f2ddd..978052da 100644 --- a/src/scss/typography/_text-shadow.scss +++ b/src/scss/typography/_text-shadow.scss @@ -1,25 +1,13 @@ @import '../colours/thematic/tr'; .text-shadow { - text-shadow: 2px 2px 4px $tr-light-grey; - - &.important { - text-shadow: 2px 2px 4px $tr-light-grey !important; - } + text-shadow: 2px 2px 4px $tr-light-grey !important; } .text-shadow-darker { - text-shadow: 2px 2px 4px $tr-medium-grey; - - &.important { - text-shadow: 2px 2px 4px $tr-medium-grey !important; - } + text-shadow: 2px 2px 4px $tr-medium-grey !important; } .text-shadow-darkest { - text-shadow: 2px 2px 4px $tr-dark-grey; - - &.important { - text-shadow: 2px 2px 4px $tr-dark-grey !important; - } + text-shadow: 2px 2px 4px $tr-dark-grey !important; }