Refactor form input styles
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

* Fix issue where button is rendered taller in flexbox, due to default
  margin on input elements
* Refactor/improve all login and signup views
This commit is contained in:
Râu Cao
2023-03-08 15:51:09 +07:00
parent 1142a4e2d5
commit b34d040ce3
8 changed files with 48 additions and 47 deletions

View File

@@ -11,6 +11,6 @@
</p>
<p class="mt-12">
<%= link_to "Get started", signup_steps_path(1),
class: "btn-md btn-blue block w-full md:inline-block sm:w-auto" %>
class: "btn-md btn-blue block w-full" %>
</p>
<% end %>