WIP Add Tailwind CSS
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-02-08 22:09:11 +01:00
parent 260dedb6cf
commit 814633034f
22 changed files with 415 additions and 117 deletions

View File

@@ -6,7 +6,7 @@
<h3>Password change</h3>
<p>
<%= form_with(url: settings_reset_password_path, method: :post) do %>
<%= submit_tag("Send me a password reset link") %>
<%= submit_tag("Send me a password reset link", class: 'btn btn-md btn-gray') %>
<% end %>
</p>
</section>