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

11 lines
180 B
Plaintext
Raw Normal View History

2018-12-14 11:36:22 -08:00
.PasswordFormItems {
&-confirm {
.ant-form-item-label label {
display: none; // hide label, keep geometry
}
}
.ant-form-item {
margin-bottom: 0.5rem;
}
}