mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-16 10:18:48 +00:00
Improved Fonts
This commit is contained in:
parent
3f24d90fef
commit
49ce28109b
@ -39,6 +39,9 @@ const styles = {
|
|||||||
},
|
},
|
||||||
p: {
|
p: {
|
||||||
fontFamily: "cursive",
|
fontFamily: "cursive",
|
||||||
|
},
|
||||||
|
div: {
|
||||||
|
backgroundColor: "lightgrey",
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -109,12 +112,14 @@ export class Login extends Component {
|
|||||||
<Grid item sm />
|
<Grid item sm />
|
||||||
<Grid item sm>
|
<Grid item sm>
|
||||||
<img src={logo} className="app-logo" alt="logo" />
|
<img src={logo} className="app-logo" alt="logo" />
|
||||||
|
<br></br>
|
||||||
<br></br>
|
<br></br>
|
||||||
<Typography variant="p" className={classes.pageTitle} fontFamily = "Georgia, serif">
|
<Typography variant="p" className={classes.pageTitle} fontFamily = "Georgia, serif">
|
||||||
<b>Log in to Twistter</b>
|
<b><font face="Segoe UI">Log in to Twistter</font></b>
|
||||||
<br></br>
|
<br></br>
|
||||||
</Typography>
|
</Typography>
|
||||||
<br></br>
|
<br></br>
|
||||||
|
<div>
|
||||||
<form noValidate onSubmit={this.handleSubmit}>
|
<form noValidate onSubmit={this.handleSubmit}>
|
||||||
<TextField
|
<TextField
|
||||||
id="email"
|
id="email"
|
||||||
@ -157,6 +162,7 @@ export class Login extends Component {
|
|||||||
<Typography color="error">Invalid username/email or password</Typography>
|
<Typography color="error">Invalid username/email or password</Typography>
|
||||||
)}
|
)}
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item sm />
|
<Grid item sm />
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
@ -104,9 +104,10 @@ export class Signup extends Component {
|
|||||||
<Grid item sm />
|
<Grid item sm />
|
||||||
<Grid item sm>
|
<Grid item sm>
|
||||||
<img src={logo} className="app-logo" alt="logo" />
|
<img src={logo} className="app-logo" alt="logo" />
|
||||||
|
<br></br>
|
||||||
<br></br>
|
<br></br>
|
||||||
<Typography variant="p" className={classes.pageTitle}>
|
<Typography variant="p" className={classes.pageTitle}>
|
||||||
<b>Create a new account</b>
|
<b><font face="Segoe UI">Create a new account</font></b>
|
||||||
<br></br>
|
<br></br>
|
||||||
</Typography>
|
</Typography>
|
||||||
<br></br>
|
<br></br>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user