Fix styling for resend invite modal
This commit is contained in:
parent
ec593fbd42
commit
7a778dd1dd
@ -157,8 +157,14 @@ body {
|
||||
min-width: 17rem;
|
||||
}
|
||||
|
||||
.usa-input .checkbox {
|
||||
margin-left: 3rem;
|
||||
.usa-input {
|
||||
.checkbox {
|
||||
margin-left: 3rem;
|
||||
}
|
||||
|
||||
&__title {
|
||||
font-weight: $font-normal;
|
||||
}
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
|
@ -88,7 +88,7 @@
|
||||
{{ member_fields.InfoFields(member.update_invite_form) }}
|
||||
<div class="action-group">
|
||||
{{ SaveButton(text='Resend Invite', element='input', additional_classes='action-group__action') }}
|
||||
<a class='action-group__action usa-button usa-button-secondary' v-on:click="closeModal('{{ resend_invite_modal }}')">{{ "common.cancel" | translate }}</a>
|
||||
<a class='action-group__action' v-on:click="closeModal('{{ resend_invite_modal }}')">{{ "common.cancel" | translate }}</a>
|
||||
</div>
|
||||
</form>
|
||||
</base-form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user