CSS is better

Upgraded to Rails 7.1.3.3
This commit is contained in:
2024-05-20 10:07:57 +01:00
parent a2d19b4195
commit 61019d0331
5 changed files with 149 additions and 75 deletions

View File

@@ -22,8 +22,8 @@
<main>
<% if notice %><div class="bg-green-lightest green-darkest px-5 py-3 br-3 border-l bw-6 bc-green"><%= notice %></div><% end %>
<% if alert %><div class="bg-red-lightest red-darkest px-5 py-3 br-3 border-l bw-6 bc-red"><%= alert %></div><% end %>
<% if notice %><div class=""><%= notice %></div><% end %>
<% if alert %><div class=""><%= alert %></div><% end %>
<%= yield %>
</main>
<footer>
@@ -32,7 +32,7 @@
<hr/>
<h3>To-Do (In order of importance):</h3>
<ul>
<li>Tests for controllers and integration</li>
<li>Edit - plus tests</li>
<li>2FA</li>
</ul>
</footer>