zcash-grant-system/frontend/client/components/AuthFlow/SignUp.less

43 lines
626 B
Plaintext
Raw Normal View History

.SignUp {
&-container {
width: 100%;
max-width: 460px;
margin: 0 auto;
padding: 1rem;
box-shadow: 0 1px 2px rgba(#000, 0.2);
}
&-form {
&-item {
2018-12-14 11:36:22 -08:00
margin-bottom: 0.5rem;
}
2018-12-14 11:36:22 -08:00
&-controls {
margin-top: 0.5rem;
}
2018-12-14 11:36:22 -08:00
&-alert {
margin-top: 1rem;
}
2019-02-04 12:45:11 -08:00
&-legal {
display: block;
margin-bottom: 1rem;
&-text {
font-size: 0.75rem;
line-height: 1.2rem;
opacity: 0.8;
}
.ant-form-item-control {
line-height: inherit;
}
}
.PasswordFormItems .ant-row {
margin-bottom: 0.75rem;
}
}
2018-12-14 11:36:22 -08:00
}