diff --git a/lib/towerops_web/components/core_components.ex b/lib/towerops_web/components/core_components.ex index c7165a71..532745f9 100644 --- a/lib/towerops_web/components/core_components.ex +++ b/lib/towerops_web/components/core_components.ex @@ -8,12 +8,8 @@ defmodule ToweropsWeb.CoreComponents do with doc strings and declarative assigns. You may customize and style them in any way you want, based on your application growth and needs. - The foundation for styling is Tailwind CSS, a utility-first CSS framework, - augmented with daisyUI, a Tailwind CSS plugin that provides UI components - and themes. Here are useful references: - - * [daisyUI](https://daisyui.com/docs/intro/) - a good place to get - started and see the available components. + The foundation for styling is Tailwind CSS, a utility-first CSS framework. + Here are useful references: * [Tailwind CSS](https://tailwindcss.com) - the foundational framework we build on. You will use it for layout, sizing, flexbox, grid, and @@ -57,24 +53,62 @@ defmodule ToweropsWeb.CoreComponents do id={@id} phx-click={JS.push("lv:clear-flash", value: %{key: @kind}) |> hide("##{@id}")} role="alert" - class="toast toast-top toast-end z-50" + class="pointer-events-none fixed inset-0 flex items-end px-4 py-6 sm:items-start sm:p-6 z-50" {@rest} > -
{@title}
-{msg}
++ {@title} +
++ {msg} +
+