mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Add Tailwind color palette (#452)
This commit is contained in:
parent
02ce81ba40
commit
bbe7323ca4
11 changed files with 251 additions and 64 deletions
|
@ -1,6 +1,6 @@
|
|||
<%# locals: (content:) -%>
|
||||
<%= turbo_frame_tag "modal" do %>
|
||||
<dialog class="bg-white border border-[#141414]/25 rounded-2xl max-h-[556px] max-w-[580px] w-full shadow-xs h-full" data-controller="modal" data-action="click->modal#click_outside">
|
||||
<dialog class="bg-white border border-alpha-black-25 rounded-2xl max-h-[556px] max-w-[580px] w-full shadow-xs h-full" data-controller="modal" data-action="click->modal#click_outside">
|
||||
<div class="flex flex-col h-full">
|
||||
<%= content %>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue