Add the icon css.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 16 Nov 2018 14:15:36 +0000 (09:15 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 16 Nov 2018 14:15:36 +0000 (09:15 -0500)
Put the arrow send thing back in for the send button.

views/front/itinerary/create.html

index 8a57b98..095e1dc 100644 (file)
@@ -1,5 +1,7 @@
 {* Create Account Form *}
 
+<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
+
 <!-- Compiled and minified CSS -->
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
 
@@ -69,6 +71,7 @@
         <div class="row">
             <div class="input-field col s12">
                 <button class="btn waves-effect waves-light" type="submit" name="action"> Create Account
+                    <i class="material-icons right">send</i>
                 </button>
             </div>
         </div>