stuff
This commit is contained in:
parent
e30d80e017
commit
34caa4800a
2 changed files with 5 additions and 15 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue