0
Fork 0
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:
John O'Nolan 2017-02-17 02:52:32 +07:00 committed by Kevin Ansfield
parent 7866579feb
commit f6c438475b
3 changed files with 3 additions and 3 deletions

View file

@ -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}}

View file

@ -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"
}}

View file

@ -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>