mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
Landing Page configs.
This commit is contained in:
parent
0574bb2a41
commit
b7f39a517b
1 changed files with 13 additions and 5 deletions
|
@ -37,6 +37,7 @@ export default function LandingPage() {
|
||||||
minHeight: "100%",
|
minHeight: "100%",
|
||||||
minWidth: "100%",
|
minWidth: "100%",
|
||||||
flexWrap: "wrap",
|
flexWrap: "wrap",
|
||||||
|
backgroundColor: "#F2FAF4"
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div style={{ height: "auto", flex: 1, flexWrap: "wrap" }}>
|
<div style={{ height: "auto", flex: 1, flexWrap: "wrap" }}>
|
||||||
|
@ -51,19 +52,26 @@ export default function LandingPage() {
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
minWidth: "30vw",
|
minWidth: "80%",
|
||||||
borderRadius: 4,
|
borderRadius: 4,
|
||||||
borderColor: "grey",
|
|
||||||
borderStyle: "solid",
|
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
padding: 16,
|
padding: 16,
|
||||||
margin: 64,
|
margin: 64,
|
||||||
|
marginLeft: "1.2rem",
|
||||||
paddingBottom: "16vh",
|
paddingBottom: "16vh",
|
||||||
paddingTop: "16vh",
|
paddingTop: "15vh",
|
||||||
|
backgroundColor: "white",
|
||||||
|
boxShadow: "0px 4px 4px 0px rgba(0, 0, 0, 0.25)",
|
||||||
|
maxWidth: "35vw",
|
||||||
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<p style={{ ...styles.text_dark, ...styles.text_L }}>
|
<p style={{ ...styles.text_dark, ...styles.text_L }}>
|
||||||
CSM Inventory
|
Welcome!
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p style={{ ...styles.text_dark, ...styles.text_M }}>
|
||||||
|
CSM Borrowing and Inventory
|
||||||
<br />
|
<br />
|
||||||
Monitoring and Management System
|
Monitoring and Management System
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue