Skip to content

Commit 4d1eace

Browse files
committed
fix lint
1 parent 7a35803 commit 4d1eace

File tree

1 file changed

+6
-5
lines changed
  • src/shared/components/challenge-listing/NoRecommenderChallengeCard

1 file changed

+6
-5
lines changed

src/shared/components/challenge-listing/NoRecommenderChallengeCard/style.scss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,30 +32,31 @@
3232
margin: 26.68px 10px 0 10px;
3333
}
3434

35-
font-size: 16px;
3635
@include barlow-semi-bold;
36+
37+
font-size: 16px;
3738
text-align: center;
3839
line-height: 16px;
3940
color: #2a2a2a;
4041
}
4142

4243
.text {
43-
padding: 8px 10px 24px;
44+
@include roboto-regular;
4445

46+
padding: 8px 10px 24px;
4547
font-size: 16px;
46-
@include roboto-regular;
4748
text-align: center;
4849
line-height: 26px;
4950
color: #2a2a2a;
5051
}
5152

5253
.challenge-link {
53-
color: #2862B9;
54+
color: #2862b9;
5455
text-decoration: underline;
5556

5657
&:hover,
5758
&:active,
5859
&:visited {
59-
color: #2862B9;
60+
color: #2862b9;
6061
}
6162
}

0 commit comments

Comments
 (0)