This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree 2 files changed +23
-20
lines changed
2 files changed +23
-20
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const Banner = () => {
15
15
{ header }
16
16
17
17
< span
18
- styleName = { `chevron ${ isExpanded ? "up " : "down " } ` }
18
+ styleName = { `chevron ${ isExpanded ? "" : "expanded " } ` }
19
19
role = "button"
20
20
tabIndex = "0"
21
21
onClick = { ( ) => setIsExpanded ( ! isExpanded ) }
@@ -26,30 +26,26 @@ const Banner = () => {
26
26
27
27
{ isExpanded && (
28
28
< div styleName = "content" >
29
- < h3 >
29
+ < p >
30
30
Welcome to the Beta version of the new Challenge Listings. During
31
31
this Beta phase, we will be fine-tuning the platform based on
32
32
feedback we receive from you, our community members.
33
- </ h3 >
34
- < br />
33
+ </ p >
35
34
< h3 > NOTE THAT THIS IS NOT THE FINAL VERSION OF THE SITE.</ h3 >
36
- < br />
37
- < h3 >
35
+ < p >
38
36
You may encounter occasional broken links or error messages. If so,
39
37
please let us know! This is what the Beta phase is intended for, and
40
38
your feedback will enable us to greatly improve the new site.{ " " }
41
- </ h3 >
42
- < br />
43
- < h3 >
39
+ </ p >
40
+ < p >
44
41
You can click on the Feedback button on page or file a github ticket
45
42
at{ " " }
46
43
< a href = "http://https://github.com/topcoder-platform/micro-frontends-earn-app/issues/new" >
47
44
https://github.com/topcoder-platform/micro-frontends-earn-app/issues/new
48
45
</ a >
49
46
.
50
- </ h3 >
51
- < br />
52
- < h3 > Thank you!</ h3 >
47
+ </ p >
48
+ < p > Thank you!</ p >
53
49
</ div >
54
50
) }
55
51
</ div >
Original file line number Diff line number Diff line change 12
12
border-radius : 10px ;
13
13
margin-bottom : 22px ;
14
14
color : $white ;
15
- padding-left : 54 px ;
15
+ padding-left : 28 px ;
16
16
17
17
.header {
18
18
display : flex ;
30
30
margin-right : 20px ;
31
31
margin-top : 5px ;
32
32
33
- & .up {
34
- }
35
-
36
- & .down {
33
+ & .expanded {
37
34
transform : rotate (180deg );
38
35
}
39
36
47
44
flex-direction : column ;
48
45
justify-content : flex-start ;
49
46
font-size : 16px ;
50
- margin-top : 24px ;
51
- margin-bottom : 12px ;
52
- width : 80% ;
47
+ margin-bottom : 24px ;
48
+ width : 85% ;
49
+
50
+ h3 {
51
+ font-size : 15px ;
52
+ font-weight : bold ;
53
+ margin-top : 15px ;
54
+ }
55
+
56
+ p {
57
+ margin-top : 15px ;
58
+ }
53
59
54
60
a {
55
61
text-decoration : underline ;
56
62
}
63
+
57
64
}
58
65
}
You can’t perform that action at this time.
0 commit comments