File tree Expand file tree Collapse file tree 4 files changed +21
-25
lines changed
shared/components/SubmissionPage Expand file tree Collapse file tree 4 files changed +21
-25
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,7 @@ const Header = ({
21
21
} ) => (
22
22
< div styleName = "header" >
23
23
< Link to = { `${ challengesUrl } /${ challengeId } ` } styleName = "header-link" >
24
- < div styleName = "back-arrow" >
25
- < LeftArrow styleName = "left-arrow" />
26
- </ div >
24
+ < LeftArrow styleName = "left-arrow" />
27
25
< p >
28
26
{ title }
29
27
</ p >
Original file line number Diff line number Diff line change 76
76
}
77
77
78
78
.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
+ }
85
86
}
Original file line number Diff line number Diff line change 33
33
}
34
34
35
35
.progress-container {
36
- width : 650 px ;
36
+ width : 90 % ;
37
37
height : 10px ;
38
38
background-color : #e9e9e9 ;
39
39
border-radius : 8px ;
40
40
41
41
.progress-bar {
42
42
width : 0% ;
43
- height : 10 px ;
43
+ height : 16 px ;
44
44
background-color : #9d41c9 ;
45
45
border-radius : 8px ;
46
46
}
100
100
}
101
101
102
102
.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 ;
105
110
color : $tc-black ;
106
111
}
107
112
You can’t perform that action at this time.
0 commit comments