Skip to content

Commit 51ac9a4

Browse files
committed
fix: change the font-weight & letter
1 parent 7191f73 commit 51ac9a4

File tree

1 file changed

+8
-0
lines changed
  • src/shared/components/challenge-detail/Header

1 file changed

+8
-0
lines changed

src/shared/components/challenge-detail/Header/style.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
color: #fff !important;
2121
white-space: nowrap;
2222
padding: 12 24px !important;
23+
font-weight: 700;
24+
letter-spacing: 0.8em;
2325

2426
@include xs-to-sm {
2527
width: fit-content;
@@ -35,6 +37,8 @@
3537
padding: 12 24px !important;
3638
color: #767676 !important;
3739
background: #f4f4f4 !important;
40+
font-weight: 700;
41+
letter-spacing: 0.8em;
3842

3943
@include xs-to-sm {
4044
width: fit-content;
@@ -51,6 +55,8 @@
5155
color: #137d60 !important;
5256
border-color: #137d60 !important;
5357
background: #fff !important;
58+
font-weight: 700;
59+
letter-spacing: 0.8em;
5460

5561
@include xs-to-sm {
5662
width: fit-content;
@@ -65,6 +71,8 @@
6571
height: 48px;
6672
padding: 12 24px !important;
6773
background-color: #137d60 !important;
74+
font-weight: 700;
75+
letter-spacing: 0.8em;
6876

6977
@include xs-to-sm {
7078
width: fit-content;

0 commit comments

Comments
 (0)