We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcddb27 commit 45a245dCopy full SHA for 45a245d
src/shared/components/challenge-detail/Specification/styles.scss
@@ -1,6 +1,12 @@
1
@import "~styles/mixins";
2
$tc-link-visited: #0c4e98;
3
4
+*:not(br) + h1,
5
+*:not(br) + h2,
6
+*:not(br) + h3 {
7
+ margin-top: 40px;
8
+}
9
+
10
.container {
11
border-radius: 0 0 (3 * $corner-radius) (3 * $corner-radius);
12
}
@@ -444,8 +450,8 @@ $tc-link-visited: #0c4e98;
444
450
445
451
446
452
article {
447
- >*:first-child {
448
- margin-top: 0;
453
+ > *:first-child {
454
+ margin-top: 0;
449
455
456
457
@@ -461,10 +467,3 @@ a[href*="/talent-routes/details"] {
461
467
text-decoration: none;
462
468
463
469
464
-
465
-*:not(br)+h1,
466
-*:not(br)+h2,
-*:not(br)+h3 {
- margin-top: 40px;
470
-}
0 commit comments