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 ac8279c commit 4401b3aCopy full SHA for 4401b3a
src/shared/components/challenge-listing/Listing/Bucket/style.scss
@@ -10,6 +10,8 @@
10
.view-more:focus,
11
.view-more:hover,
12
.view-more:visited {
13
+ @include roboto-medium;
14
+
15
background: $tc-gray-neutral-light;
16
border-top: 1px solid $tc-gray-10;
17
border-bottom: 1px solid $tc-gray-10;
@@ -19,7 +21,6 @@
19
21
color: $tco-black;
20
22
cursor: pointer;
23
display: block;
- font-family: 'Roboto';
24
font-weight: 500;
25
font-size: 16px;
26
line-height: 24px;
src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/style.scss
@@ -27,7 +27,7 @@ $track-radius-4: $corner-radius * 2;
27
text-transform: lowercase;
28
}
29
30
- .body:first-letter{
+ .body::first-letter {
31
text-transform: capitalize;
32
33
0 commit comments