zcash-grant-system/frontend/client/components/CreateFlow/SubmitWarningModal.less

14 lines
162 B
Plaintext

.SubmitWarningModal {
.ant-alert {
margin-bottom: 1rem;
ul {
padding-top: 0.25rem;
}
p:last-child {
margin-bottom: 0;
}
}
}