Skip to content

Commit 63f6fbc

Browse files
committed
Merge branch 'temp-new-submissions-upload' into new-submissions-upload
2 parents f7d976f + e25d866 commit 63f6fbc

File tree

4 files changed

+21
-25
lines changed

4 files changed

+21
-25
lines changed
Lines changed: 4 additions & 12 deletions
Loading

src/shared/components/SubmissionPage/Header/index.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ const Header = ({
2121
}) => (
2222
<div styleName="header">
2323
<Link to={`${challengesUrl}/${challengeId}`} styleName="header-link">
24-
<div styleName="back-arrow">
25-
<LeftArrow styleName="left-arrow" />
26-
</div>
24+
<LeftArrow styleName="left-arrow" />
2725
<p>
2826
{title}
2927
</p>

src/shared/components/SubmissionPage/Header/styles.scss

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,11 @@
7676
}
7777

7878
.left-arrow {
79-
fill: #137d60;
80-
position: absolute;
81-
left: 29%;
82-
top: 12%;
83-
bottom: 25%;
84-
transform: scale(0.5);
79+
border: 1.5px solid #137d60;
80+
border-radius: 24px;
81+
82+
@include xs-to-md {
83+
margin-left: 15px;
84+
margin-bottom: 15px;
85+
}
8586
}

src/shared/components/SubmissionPage/Uploading/styles.scss

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
}
3434

3535
.progress-container {
36-
width: 650px;
36+
width: 90%;
3737
height: 10px;
3838
background-color: #e9e9e9;
3939
border-radius: 8px;
4040

4141
.progress-bar {
4242
width: 0%;
43-
height: 10px;
43+
height: 16px;
4444
background-color: #9d41c9;
4545
border-radius: 8px;
4646
}
@@ -100,8 +100,13 @@
100100
}
101101

102102
.submitting {
103-
margin-top: 20px;
104-
font-size: 13px;
103+
@include roboto-regular;
104+
105+
font-weight: 400;
106+
text-align: center;
107+
margin-top: 8px;
108+
font-size: 14px;
109+
line-height: 22px;
105110
color: $tc-black;
106111
}
107112

0 commit comments

Comments
 (0)