File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,23 @@ import CssBaseline from '@material-ui/core/CssBaseline';
9
9
import css from './index.module.less'
10
10
11
11
12
+ const header = {
13
+ width : "100%" ,
14
+ height : "50px" ,
15
+ backgroundColor : "#20477A"
16
+ }
17
+
18
+ const subtitle = {
19
+ width : "90%" ,
20
+ height : "5%" ,
21
+ textAlign : 'left' ,
22
+ fontWeight : 'bold' ,
23
+ color : '#fff' ,
24
+ letterSpacing : '2px' ,
25
+ float : 'left' ,
26
+ marginTop : '0px' ,
27
+ marginLeft : '25px' ,
28
+ }
12
29
13
30
const useStyles = makeStyles ( ( theme ) => ( {
14
31
'@global' : {
@@ -127,7 +144,11 @@ class PageTwo extends React.Component {
127
144
render ( ) {
128
145
return (
129
146
< React . Fragment >
147
+ < div style = { header } >
148
+ < h3 style = { subtitle } > Build Visualisation From VFG file</ h3 >
149
+ </ div >
130
150
< div >
151
+
131
152
< div className = { css . buttonBox } >
132
153
< Container maxWidth = "sm" component = "main" className = { useStyles . heroContent } >
133
154
< Typography variant = "h4" align = "center" color = "textPrimary" component = "p" >
You can’t perform that action at this time.
0 commit comments