mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-16 02:08:47 +00:00
Improving Login Page
This commit is contained in:
parent
3f24d90fef
commit
1846165c85
@ -24,7 +24,8 @@ const styles = {
|
||||
textAlign: "center"
|
||||
},
|
||||
textField: {
|
||||
marginBottom: 20
|
||||
marginBottom: 20,
|
||||
border: ""
|
||||
},
|
||||
pageTitle: {
|
||||
// marginTop: 20,
|
||||
@ -39,6 +40,12 @@ const styles = {
|
||||
},
|
||||
p: {
|
||||
fontFamily: "cursive",
|
||||
backgroundColor: "lightgrey",
|
||||
},
|
||||
div: {
|
||||
borderRadius: "5px",
|
||||
backgroundColor: "#f2f2f2",
|
||||
padding: "20px",
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user