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