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 7a35803 commit 4d1eaceCopy full SHA for 4d1eace
src/shared/components/challenge-listing/NoRecommenderChallengeCard/style.scss
@@ -32,30 +32,31 @@
32
margin: 26.68px 10px 0 10px;
33
}
34
35
- font-size: 16px;
36
@include barlow-semi-bold;
+
37
+ font-size: 16px;
38
text-align: center;
39
line-height: 16px;
40
color: #2a2a2a;
41
42
43
.text {
- padding: 8px 10px 24px;
44
+ @include roboto-regular;
45
46
+ padding: 8px 10px 24px;
47
font-size: 16px;
- @include roboto-regular;
48
49
line-height: 26px;
50
51
52
53
.challenge-link {
- color: #2862B9;
54
+ color: #2862b9;
55
text-decoration: underline;
56
57
&:hover,
58
&:active,
59
&:visited {
60
61
62
0 commit comments