@@ -177,7 +177,7 @@ const SignupPage = () => {
|
|||||||
</div>
|
</div>
|
||||||
<Form className="signup-form">
|
<Form className="signup-form">
|
||||||
{isMobile ? <MobileForm /> : <DesktopForm />}
|
{isMobile ? <MobileForm /> : <DesktopForm />}
|
||||||
<Row>
|
<Row className="signup-passw-inputs">
|
||||||
<Col className="mb-3">
|
<Col className="mb-3">
|
||||||
<TextInput
|
<TextInput
|
||||||
id="signupPassword"
|
id="signupPassword"
|
||||||
@@ -195,7 +195,7 @@ const SignupPage = () => {
|
|||||||
/>
|
/>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
<Row>
|
<Row className="signup-passw-inputs">
|
||||||
<Col className="mb-3">
|
<Col className="mb-3">
|
||||||
<TextInput
|
<TextInput
|
||||||
id="confirmPassword"
|
id="confirmPassword"
|
||||||
|
|||||||
@@ -45,7 +45,9 @@
|
|||||||
.signup-btn {
|
.signup-btn {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
}
|
}
|
||||||
|
.signup-passw-inputs {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
@media only screen and (max-width: 430px) {
|
@media only screen and (max-width: 430px) {
|
||||||
.signup-sub-container {
|
.signup-sub-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -74,4 +76,12 @@
|
|||||||
.signup-mobile-column {
|
.signup-mobile-column {
|
||||||
width: 340px;
|
width: 340px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.signup-button-box {
|
||||||
|
width: 320px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.signup-passw-inputs {
|
||||||
|
width: 370px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user