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

13 lines
162 B
Plaintext
Raw Normal View History

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