mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
Match tags/categories design
This commit is contained in:
parent
aec63c78db
commit
ab3e662c0c
1 changed files with 2 additions and 2 deletions
|
@ -58,11 +58,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-1">
|
<div class="p-1">
|
||||||
<div class="flex flex-col bg-container rounded-xl border border-secondary first_child:rounded-t-xl last_child:rounded-b-xl">
|
<div class="flex flex-col bg-container rounded-xl shadow-border-xs first_child:rounded-t-xl last_child:rounded-b-xl">
|
||||||
<% @rules.each_with_index do |rule, idx| %>
|
<% @rules.each_with_index do |rule, idx| %>
|
||||||
<%= render "rule", rule: rule%>
|
<%= render "rule", rule: rule%>
|
||||||
<% unless idx == @rules.size - 1 %>
|
<% unless idx == @rules.size - 1 %>
|
||||||
<div class="border-b border-secondary"></div>
|
<div class="h-px bg-alpha-black-50 ml-4 mr-6"></div>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue