Commit 905e925e by Sujeeth AV

Fixed signup page routing issue and updated LoginPage.jsx

parent 78289f5b
...@@ -14,10 +14,7 @@ body { ...@@ -14,10 +14,7 @@ body {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
h2 {
font-size: 1.5rem;
font-weight: 700;
}
input { input {
font-size: 1rem; font-size: 1rem;
font-weight: 500; font-weight: 500;
......
...@@ -71,9 +71,6 @@ ...@@ -71,9 +71,6 @@
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.container {
max-width: 18rem;
}
.hd { .hd {
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
font-size: 1.125rem; font-size: 1.125rem;
...@@ -82,4 +79,8 @@ ...@@ -82,4 +79,8 @@
.block { .block {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.container {
max-width: 30rem;
margin: 0 auto;
}
} }
...@@ -36,14 +36,14 @@ ...@@ -36,14 +36,14 @@
position: relative; position: relative;
min-width: 20rem; min-width: 20rem;
} }
.line h2 { .line {
font-size: 15px; font-size: 0.9rem;
color: #c7d2fe; color: #c7d2fe;
font-weight: 100; font-weight: 200;
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.seat { .seat {
margin-left: 2.3rem; margin-left: 0.9rem;
} }
.icon { .icon {
color: #fff; color: #fff;
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
height: 1rem; height: 1rem;
width: 1rem; width: 1rem;
} }
.seatContainer { /* .seatContainer {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
box-sizing: border-box; box-sizing: border-box;
...@@ -61,9 +61,9 @@ ...@@ -61,9 +61,9 @@
max-width: 18rem; max-width: 18rem;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} } */
.login { .login {
max-width: 24rem; max-width: 39rem;
margin: 0.9rem; margin: 0.9rem;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
...@@ -79,16 +79,15 @@ ...@@ -79,16 +79,15 @@
} }
.icon { .icon {
margin-left: 0.5rem;
margin-top: 0.3rem; margin-top: 0.3rem;
height: 1.5rem; height: 1.5rem;
width: 1.5rem; width: 1.3rem;
} }
.line h2 { .line {
margin-left: 2.5rem; margin-left: 1rem;
width: unset; width: unset;
font-size: 1.5rem; font-size: 1rem;
font-weight: 300; font-weight: 250;
} }
.footer { .footer {
font-size: 1.2rem; font-size: 1.2rem;
...@@ -98,6 +97,6 @@ ...@@ -98,6 +97,6 @@
margin-top: 1rem; margin-top: 1rem;
} }
.seat { .seat {
margin-left: 2rem; margin-left: 1.5rem;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment