This commit is contained in:
Jon McClure 2022-08-21 13:39:11 +01:00
parent e30d80e017
commit 34caa4800a
2 changed files with 5 additions and 15 deletions

View file

@ -1,3 +1,5 @@
// TO BE DELETED...
@import "~@reuters-graphics/style-color/scss/categorical/base"; @import "~@reuters-graphics/style-color/scss/categorical/base";
section.hero-title { section.hero-title {

View file

@ -1,25 +1,13 @@
@import '../colours/thematic/tr'; @import '../colours/thematic/tr';
.text-shadow { .text-shadow {
text-shadow: 2px 2px 4px $tr-light-grey; text-shadow: 2px 2px 4px $tr-light-grey !important;
&.important {
text-shadow: 2px 2px 4px $tr-light-grey !important;
}
} }
.text-shadow-darker { .text-shadow-darker {
text-shadow: 2px 2px 4px $tr-medium-grey; text-shadow: 2px 2px 4px $tr-medium-grey !important;
&.important {
text-shadow: 2px 2px 4px $tr-medium-grey !important;
}
} }
.text-shadow-darkest { .text-shadow-darkest {
text-shadow: 2px 2px 4px $tr-dark-grey; text-shadow: 2px 2px 4px $tr-dark-grey !important;
&.important {
text-shadow: 2px 2px 4px $tr-dark-grey !important;
}
} }