This commit is contained in:
Barry Gitarts 2019-02-12 11:11:27 -05:00 committed by Barry G
parent 5d333cf4fd
commit 44c7e9d373
2 changed files with 5 additions and 3 deletions

View File

@ -18,7 +18,8 @@ const styles = theme => ({
gridTemplateRows: '1fr 4fr',
gridColumnGap: '1em',
gridRowGap: '36px',
margin: '1.75rem 4.5rem'
margin: '1.75rem 4.5rem',
fontFamily: theme.typography.fontFamily
},
paper: {
padding: theme.spacing.unit * 2,
@ -64,8 +65,8 @@ const styles = theme => ({
fontSize: '2rem'
},
subtext: {
fontSize: '1rem',
opacity: '0.6'
...theme.typography.caption,
fontSize: '1rem'
}
})

View File

@ -3,6 +3,7 @@
<title>Status.im Liquid Funding</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" />
</head>
<body class="container">
<div id="app">