File tree 5 files changed +14
-8
lines changed
5 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 5
5
< meta charset ="UTF-8 " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
7
< title > Bluewave Onboarding</ title >
8
- < script type ="module " crossorigin src ="/assets/index-Dm-A1Y3b .js "> </ script >
9
- < link rel ="stylesheet " crossorigin href ="/assets/index-BMxzGzfc .css ">
8
+ < script type ="module " crossorigin src ="/assets/index-CSUaIvQz .js "> </ script >
9
+ < link rel ="stylesheet " crossorigin href ="/assets/index-EhLntcaF .css ">
10
10
</ head >
11
11
12
12
< body >
Original file line number Diff line number Diff line change 3
3
border-radius : 4px ;
4
4
text-transform : none;
5
5
box-shadow : none;
6
+ font-weight : 400 ;
6
7
}
7
8
8
9
/* .primary */
Original file line number Diff line number Diff line change 1
1
.preview-container {
2
2
width : 100% ;
3
- height : 250px ;
3
+ min- height: 250px ;
4
4
border : 1px solid var (--light-border-color );
5
5
margin-top : 1rem ;
6
6
overflow : auto;
18
18
line-height : 30px ;
19
19
text-align : left;
20
20
padding : 0 2rem ;
21
+ color : var (--preview-header-color );
22
+ margin-bottom : 8px ;
23
+ margin-top : 24px ;
21
24
}
22
25
23
26
.preview-content-container {
24
- color : var (--second -text-color );
27
+ color : var (--main -text-color );
25
28
justify-content : space-between;
26
29
display : flex;
27
30
flex-direction : column;
28
31
box-sizing : border-box;
29
- height : calc ( 100 % - 20 px ) ;
32
+ min- height: 170 px ;
30
33
padding : 0 2rem ;
31
34
font-size : 13px ;
32
35
}
33
36
34
37
.preview-content p {
35
- margin : 0.1 rem 0 ;
38
+ margin : 0 ;
36
39
line-height : 24px ;
37
40
}
38
41
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const HintComponent = ({
29
29
</ div >
30
30
) }
31
31
< div className = "preview-content-container" style = { { color : textColor } } >
32
- < div >
32
+ < div className = "preview-content" >
33
33
< ReactMarkdown > { content } </ ReactMarkdown >
34
34
</ div >
35
35
< div className = "preview-button-container" >
@@ -38,7 +38,8 @@ const HintComponent = ({
38
38
style = { {
39
39
backgroundColor : buttonBackgroundColor ,
40
40
color : buttonTextColor ,
41
- margin : "1rem" ,
41
+ marginBottom : "1rem" ,
42
+ borderRadius : '8px'
42
43
} }
43
44
text = { previewBtnText }
44
45
> </ Button >
Original file line number Diff line number Diff line change 7
7
--main-text-color : # 344054 ;
8
8
--second-text-color : # 667085 ;
9
9
--third-text-color : # 475467 ;
10
+ --preview-header-color : # 484848 ;
10
11
--main-purple : # 7f56d9 ;
11
12
--light-purple : # f3e5f5 ;
12
13
--light-gray : # EAECF0 ;
You can’t perform that action at this time.
0 commit comments