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