Skip to content
Snippets Groups Projects
Commit 6faea27b authored by Teal's avatar Teal
Browse files

blubb

parent a8978b94
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,16 @@ select {
#flash {
@apply mx-auto flex items-center flex-col gap-1 p-2;
.flash {
@apply bg-slate-50 border-slate-100 border inline-block p-2 rounded-md shadow;
@apply bg-slate-100 border-slate-200 border inline-block p-2 rounded-lg shadow;
&.alert-notice {
@apply bg-sky-200 border-sky-400;
}
&.alert-error {
@apply bg-red-200 border-red-400;
}
&.alert-success {
@apply bg-green-200 border-green-400;
}
}
}
.main-nav {
......
......@@ -25,6 +25,7 @@
<%= link_to 'Logout', logout_path, data: { turbo_method: :post } %>
<% else %>
Not logged in
<%= link_to 'Login', login_path %>
<% end %>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment