mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
🐛 Fixed button style for staff creation
no refs. - Fixed Create button being visually detached and incorrect size on the Create (staff) account screen
This commit is contained in:
parent
d873f929e1
commit
d2ac367371
@ -265,6 +265,11 @@
|
||||
box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.gh-flow-create .gh-btn-create-account span {
|
||||
height: 37px;
|
||||
line-height: 37px;
|
||||
}
|
||||
|
||||
.gh-flow-content .account-image {
|
||||
position: absolute;
|
||||
top: -50px;
|
||||
|
@ -71,16 +71,10 @@
|
||||
</span>
|
||||
<GhErrorMessage @errors={{this.signupDetails.errors}} @property="password" />
|
||||
</GhFormGroup>
|
||||
</form>
|
||||
|
||||
<GhTaskButton @buttonText="Create Account"
|
||||
@type="submit"
|
||||
@form="signup"
|
||||
@defaultClick={{true}}
|
||||
@runningText="Creating"
|
||||
@task={{this.signup}}
|
||||
@class="gh-btn gh-btn-green gh-btn-lg gh-btn-block gh-btn-icon"
|
||||
@tabindex="3" />
|
||||
<GhTaskButton @buttonText="Create Account" @type="submit" @form="signup" @defaultClick={{true}} @runningText="Creating"
|
||||
@task={{this.signup}} @class="gh-btn-create-account gh-btn gh-btn-green gh-btn-lg gh-btn-block gh-btn-icon" @tabindex="3" />
|
||||
</form>
|
||||
|
||||
<p class="main-error">{{if this.flowErrors this.flowErrors}} </p>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user