Skip to content

Commit 4401b3a

Browse files
committed
fix(reskin): fix lint issues
1 parent ac8279c commit 4401b3a

File tree

2 files changed

+3
-2
lines changed
  • src/shared/components/challenge-listing

2 files changed

+3
-2
lines changed

src/shared/components/challenge-listing/Listing/Bucket/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
.view-more:focus,
1111
.view-more:hover,
1212
.view-more:visited {
13+
@include roboto-medium;
14+
1315
background: $tc-gray-neutral-light;
1416
border-top: 1px solid $tc-gray-10;
1517
border-bottom: 1px solid $tc-gray-10;
@@ -19,7 +21,6 @@
1921
color: $tco-black;
2022
cursor: pointer;
2123
display: block;
22-
font-family: 'Roboto';
2324
font-weight: 500;
2425
font-size: 16px;
2526
line-height: 24px;

src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $track-radius-4: $corner-radius * 2;
2727
text-transform: lowercase;
2828
}
2929

30-
.body:first-letter{
30+
.body::first-letter {
3131
text-transform: capitalize;
3232
}
3333
}

0 commit comments

Comments
 (0)