stubbed in signup dialog
This commit is contained in:
parent
d560fc05cf
commit
f7f8944e00
7 changed files with 85 additions and 6 deletions
22
app/templates/signupDialog/signupDialog.css
Normal file
22
app/templates/signupDialog/signupDialog.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
.signupDialog {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 400px;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.signupDialog__message {
|
||||
margin: 32px 32px 0 32px;
|
||||
}
|
||||
|
||||
.signupDialog__emailInput {
|
||||
box-sizing: border-box;
|
||||
height: 40px;
|
||||
width: 100%;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
border-radius: 4px;
|
||||
margin: 16px 0;
|
||||
padding: 0 8px;
|
||||
font-size: 18px;
|
||||
color: var(--lightTextColor);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue