Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 70d1846

Browse files
committedJul 5, 2023
MP-90 UI style fixes
1 parent de32024 commit 70d1846

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed
 

‎src/apps/profiles/src/member-profile/education-and-certifications/EducationAndCertifications.module.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@
1313
.educationContentWrap {
1414
display: flex;
1515
flex-direction: column;
16-
margin-bottom: $sp-13;
1716
}
1817
}

‎src/apps/profiles/src/member-profile/tc-achievements/ChallengeWinsBanner/ChallengeWinsBanner.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
background-color: $black-5;
66
border-radius: 15px;
77
padding: $sp-6;
8+
flex: 1;
89

910
> p {
1011
font-size: 20px;

‎src/apps/profiles/src/member-profile/tc-achievements/MemberTCAchievements.module.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77

88
.achievementsWrap {
99
display: flex;
10-
align-items: center;
1110
margin: $sp-4 0 $sp-2;
11+
12+
> div:not(:last-child) {
13+
margin-right: $sp-8;
14+
}
1215
}
1316

1417
.rolesWrap {

‎src/apps/profiles/src/member-profile/tc-achievements/TCOWinsBanner/TCOWinsBanner.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
flex-direction: column;
66
align-items: center;
77
border-radius: 15px;
8-
margin-bottom: $sp-8;
98
background: url('./assets/tco-logo-banner.png') no-repeat left top / auto, linear-gradient(90deg, #05456D, #0A7AC0);
109
color: $tc-white;
1110
padding: $sp-8;
11+
flex: 1;
1212

1313
.wins {
1414
font-size: 64px;

‎src/apps/profiles/src/member-profile/tca-info/MemberTCAInfo.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
display: flex;
55
flex-direction: column;
66
border-radius: 8px;
7-
margin-bottom: $sp-8;
7+
margin-top: $sp-8;
88

99
.title {
1010
display: flex;

0 commit comments

Comments
 (0)
Please sign in to comment.