mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-27 11:55:34 +00:00
Buttons more matching throughout the site
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
spellcheck="false"
|
||||
maxlength="18"
|
||||
/>
|
||||
<button class="listen-button col s2">Listen</button>
|
||||
<button class="listen-button btn waves-effect waves-light white-text col s2">Listen</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="pitch outline">
|
||||
|
||||
@@ -73,7 +73,6 @@
|
||||
<input id="contact-form-message" name="message" type="text" autocomplete="off">
|
||||
<label for="contact-form-message" class="noselect">Message</label>
|
||||
</div>
|
||||
<button class="contact-button-submit" id="submit-contact-form">Send</button>
|
||||
<div class="valign hide" id="send-loader">
|
||||
<div class="preloader-wrapper small active">
|
||||
<div class="spinner-layer spinner-blue">
|
||||
@@ -121,7 +120,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<a href="#!" class=" modal-action modal-close waves-effect waves-green btn-flat">Close</a>
|
||||
<button class="waves-effect waves-green btn-flat" id="submit-contact-form">Send</button>
|
||||
<a href="#!" class=" modal-action modal-close waves-effect waves-red btn-flat">Close</a>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="page-footer cursor-default">
|
||||
|
||||
Reference in New Issue
Block a user