zcash-grant-system/frontend/client/components/EmailSubscriptionsForm.less

20 lines
276 B
Plaintext

.EmailSubscriptionsForm {
max-width: 400px;
margin: 0 auto 2rem;
&-form {
& .ant-divider {
margin-bottom: 0.1rem;
margin-top: 2rem;
}
& .ant-form-item {
margin-bottom: -0.5rem;
}
& button {
margin: 2rem auto 0;
}
}
}