Success button fixes in member email settings

no refs.
- fixed checkmark being too small on support or newsletter success button
- fixed case style for success button
This commit is contained in:
Peter Zimon 2020-09-02 20:45:52 +02:00
parent 9d5aa9004e
commit 6edcf51ed5
2 changed files with 4 additions and 4 deletions

View File

@ -305,7 +305,7 @@
<GhTaskButton
@buttonText="Update support address"
@runningText="Sending..."
@successText="Confirmation Email Sent"
@successText="Confirmation email sent"
@disabled={{this.disableUpdateSupportAddressButton}}
@task={{this.updateSupportAddress}}
@class="gh-btn gh-btn-icon gh-btn-textfield-group gh-labs-members-emaildropdown"
@ -336,7 +336,7 @@
<GhTaskButton
@buttonText="Update newsletter address"
@runningText="Sending..."
@successText="Confirmation Email Sent"
@successText="Confirmation email sent"
@disabled={{this.disableUpdateFromAddressButton}}
@task={{this.updateFromAddress}}
@class="gh-btn gh-btn-icon gh-btn-textfield-group gh-labs-members-emaildropdown"

View File

@ -177,12 +177,12 @@
}
.gh-labs-members-emaildropdown {
min-width: 192px;
min-width: 208px;
margin-left: 8px;
}
.gh-labs-members-defaultemaildd {
padding-right: 200px;
padding-right: 216px;
}
.gh-labs-mailgun-region {