Skip to content

Commit 45a245d

Browse files
committed
Lint
1 parent fcddb27 commit 45a245d

File tree

1 file changed

+8
-9
lines changed
  • src/shared/components/challenge-detail/Specification

1 file changed

+8
-9
lines changed

src/shared/components/challenge-detail/Specification/styles.scss

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
@import "~styles/mixins";
22
$tc-link-visited: #0c4e98;
33

4+
*:not(br) + h1,
5+
*:not(br) + h2,
6+
*:not(br) + h3 {
7+
margin-top: 40px;
8+
}
9+
410
.container {
511
border-radius: 0 0 (3 * $corner-radius) (3 * $corner-radius);
612
}
@@ -444,8 +450,8 @@ $tc-link-visited: #0c4e98;
444450
}
445451

446452
article {
447-
>*:first-child {
448-
margin-top: 0;
453+
> *:first-child {
454+
margin-top: 0;
449455
}
450456
}
451457

@@ -461,10 +467,3 @@ a[href*="/talent-routes/details"] {
461467
text-decoration: none;
462468
}
463469
}
464-
465-
*:not(br)+h1,
466-
*:not(br)+h2,
467-
*:not(br)+h3 {
468-
margin-top: 40px;
469-
470-
}

0 commit comments

Comments
 (0)