File tree 1 file changed +26
-2
lines changed
src/shared/components/challenge-detail/Specification
1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ $tc-link-visited: #0c4e98;
97
97
color : $tc-black ;
98
98
line-height : 25px ;
99
99
margin : (5 * $base-unit ) 0 0 ;
100
- text-transform : uppercase ;
101
100
}
102
101
103
102
h4 {
@@ -274,7 +273,6 @@ $tc-link-visited: #0c4e98;
274
273
color : $tc-black ;
275
274
line-height : 25px ;
276
275
margin : (5 * $base-unit ) 0 0 ;
277
- text-transform : uppercase ;
278
276
}
279
277
280
278
h4 {
@@ -444,3 +442,29 @@ $tc-link-visited: #0c4e98;
444
442
max-width : 95vw ;
445
443
}
446
444
}
445
+
446
+ article {
447
+ >* :first-child {
448
+ margin-top : 0 ;
449
+ }
450
+ }
451
+
452
+ a [href *= " /talent-routes/details" ] {
453
+ width : fit-content ;
454
+ padding : 11px 23px 11px 19px ;
455
+ border : 1px solid $color-link-blue-dark ;
456
+ border-radius : 3px ;
457
+ font-weight : 500 ;
458
+ text-decoration : none ;
459
+
460
+ & :hover {
461
+ text-decoration : none ;
462
+ }
463
+ }
464
+
465
+ * :not (br )+h1 ,
466
+ * :not (br )+h2 ,
467
+ * :not (br )+h3 {
468
+ margin-top : 40px ;
469
+
470
+ }
You can’t perform that action at this time.
0 commit comments