more
This commit is contained in:
@@ -51,11 +51,17 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 45px;
|
margin-top: 25px;
|
||||||
width: 420px;
|
width: 420px;
|
||||||
padding: 12px;
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: rgb(240, 247, 250);
|
background-color: rgb(240, 247, 250);
|
||||||
border: 1px solid #e9e9e9;
|
border: 1px solid #e9e9e9;
|
||||||
}
|
}
|
||||||
|
.signup-header-text {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.signup-form {
|
||||||
|
width: 380px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user