Skip to content

Commit 0a92597

Browse files
committed
Additional tweaks of the dashboard styles
1 parent 3aff659 commit 0a92597

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

src/shared/components/Dashboard/Announcement/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
background: $tc-gray-80;
3030
color: $tc-white;
3131
cursor: pointer;
32-
font-size: 64px;
32+
font-size: 38px;
3333
font-weight: bold;
3434
height: 64px;
35-
line-height: 55px;
35+
line-height: 64px;
3636
position: absolute;
3737
right: 0;
3838
text-align: center;

src/shared/components/Dashboard/CurrentActivity/Challenges/ChallengeCard/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
justify-content: space-between;
2020
margin: 10px;
2121
max-width: 250px;
22-
min-height: 400px;
22+
min-height: 360px;
2323
overflow: hidden;
2424
width: 100%;
2525
}

src/shared/components/Dashboard/CurrentActivity/Communities/Card/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383

8484
.value {
85-
font-size: 40px;
85+
font-size: 36px;
8686
font-weight: 300;
8787
line-height: 60px;
8888
}

src/shared/components/Dashboard/CurrentActivity/Header/Option/style.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.container {
44
@include tc-heading-md;
55

6-
color: $tc-dark-blue-70;
6+
color: $tc-gray-50;
77
cursor: pointer;
88
padding: 0 10px;
99
margin: 0 10px;
@@ -13,11 +13,11 @@
1313
.selected {
1414
color: $tc-black;
1515
cursor: default;
16-
font-weight: 500;
16+
font-weight: 700;
1717
}
1818

1919
.selectedUnderline {
20-
border-bottom: 2px solid $tc-black;
20+
border-bottom: 2px solid $tc-dark-blue-70;
2121
color: $tc-black;
2222
cursor: default;
2323
margin: 10px auto;

src/shared/components/Dashboard/MemberMetrics/Earnings/Coin/style.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
border-radius: 35px;
66
color: $tc-gold-110;
77
display: inline-block;
8-
font-size: 28px;
9-
height: 35px;
10-
line-height: 35px;
11-
margin: 5px;
8+
font-size: 18px;
9+
height: 26px;
10+
line-height: 26px;
11+
margin: 10px;
1212
vertical-align: top;
13-
width: 35px;
13+
width: 26px;
1414
}

src/shared/components/Dashboard/MemberMetrics/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
}
2323

2424
.title {
25-
@include tc-heading-lg;
25+
@include tc-heading-md;
2626

2727
padding: 0 30px;
28+
text-transform: uppercase;
2829
}
2930

3031
.totalNumber {

0 commit comments

Comments
 (0)