Commit ef84f93

mo khan <mo@mokhan.ca>
2017-02-12 18:26:15
make button wider.
1 parent 6d6a3fc
Changed files (1)
app
views
app/views/sessions/new.html.erb
@@ -15,8 +15,8 @@
           </span>
         </p>
         <p class="control">
-          <%= f.submit t('.login_button'), class: "button is-success is-large"  %>
-          <%= link_to t('.register_link'), new_registration_path, class: "button is-large" %>
+          <%= f.submit t('.login_button'), class: "button is-success is-large is-fullwidth"  %>
+          <%= link_to t('.register_link'), new_registration_path, class: "button is-link is-pulled-right" %>
         </p>
       <% end %>
     </div>