We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4ef14 commit 47d253bCopy full SHA for 47d253b
src/shared/components/challenge-detail/Header/style.scss
@@ -139,16 +139,10 @@
139
background-color: $tc-light-blue-10;
140
}
141
142
- .design-accent-background {
143
- background-color: $tc-light-blue;
144
- }
145
-
146
- .design-accent-color {
147
148
149
+ @include design-accent-bg;
150
@include develop-accent-bg;
151
@include datasci-accent-bg;
+ @include design-accent-clr;
152
@include develop-accent-clr;
153
@include datasci-accent-clr;
154
@@ -260,10 +254,7 @@
260
254
font-weight: 500;
261
255
262
256
263
264
- color: $tc-light-blue;
265
266
257
267
258
268
259
269
0 commit comments