mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
New buttons 🎨 (#8007)
Matching commit for https://github.com/TryGhost/Ghost-Admin/pull/529
This commit is contained in:
parent
7866579feb
commit
f6c438475b
3 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@
|
|||
{{input_password class="gh-input" placeholder="Password"}}
|
||||
</span>
|
||||
</div>
|
||||
<button class="btn btn-blue btn-block" type="submit">Enter Now</button>
|
||||
<button class="gh-btn gh-btn-blue gh-btn-block" type="submit"><span>Enter Now</span></button>
|
||||
</form>
|
||||
|
||||
{{#if error}}
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
{{subscribe_form
|
||||
form_class="gh-signin"
|
||||
input_class="gh-input"
|
||||
button_class="btn btn-blue btn-block"
|
||||
button_class="gh-btn gh-btn-blue gh-btn-block"
|
||||
placeholder="Your email address"
|
||||
autofocus="true"
|
||||
}}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<div class="form-group{{#if error}} error{{/if}}">
|
||||
{{input_email class=input_class placeholder=placeholder value=email autofocus=autofocus}}
|
||||
</div>
|
||||
<button class="{{button_class}}" type="submit">Subscribe</button>
|
||||
<button class="{{button_class}}" type="submit"><span>Subscribe</span></button>
|
||||
{{! This is used to get extra info about where this subscriber came from }}
|
||||
{{script}}
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue