Skip to content

Commit 589a257

Browse files
authored
Merge pull request #801 from topcoder-platform/profiles-app
Profiles app -> dev
2 parents 08dd965 + 2742105 commit 589a257

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
103 KB
Loading

src/apps/profiles/src/member-profile/page-layout/ProfilePageLayout.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
.profileHeaderWrap {
1010
background: url('../../lib/assets/profile-header-bg.png') no-repeat right top / auto, linear-gradient(#0d83c5, #0e89d5);
1111

12+
@include ltelg {
13+
background: url('../../lib/assets/profile-header-bg-mobile.png') no-repeat right top /100% 100%;
14+
}
15+
1216
.profileHeaderContent {
1317
padding: 0;
1418
max-height: 260px;

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,7 +5,7 @@
55
flex-direction: column;
66
align-items: center;
77
border-radius: 15px;
8-
background: url('./assets/tco-logo-banner.png') no-repeat left top / auto, linear-gradient(90deg, #05456D, #0A7AC0);
8+
background: url('./assets/tco-logo-banner.png') no-repeat center top / auto, linear-gradient(90deg, #05456D, #0A7AC0);
99
color: $tc-white;
1010
padding: $sp-8;
1111
flex: 1;

0 commit comments

Comments
 (0)