lighten hr color
This commit is contained in:
parent
6f6402cf17
commit
1ee5195ab3
@ -42,7 +42,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hr {
|
.hr {
|
||||||
@apply border border-primary-500 w-full max-w-2xl;
|
@apply border border-primary-300 w-full max-w-2xl;
|
||||||
}
|
}
|
||||||
|
|
||||||
.link {
|
.link {
|
||||||
|
@ -91,15 +91,15 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%= live_patch to: Routes.ammo_type_index_path(@socket, :edit, ammo_type),
|
<%= live_patch to: Routes.ammo_type_index_path(@socket, :edit, ammo_type),
|
||||||
class: "text-primary-500 link" do %>
|
class: "text-primary-500 link" do %>
|
||||||
<i class="fa-lg fas fa-edit"></i>
|
<i class="fa-lg fas fa-edit"></i>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%= link to: "#",
|
<%= link to: "#",
|
||||||
class: "text-primary-500 link",
|
class: "text-primary-500 link",
|
||||||
phx_click: "delete",
|
phx_click: "delete",
|
||||||
phx_value_id: ammo_type.id,
|
phx_value_id: ammo_type.id,
|
||||||
data: [confirm: "Are you sure you want to delete this ammo?"] do %>
|
data: [confirm: "Are you sure you want to delete this ammo?"] do %>
|
||||||
<i class="fa-lg fas fa-trash"></i>
|
<i class="fa-lg fas fa-trash"></i>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
@ -25,7 +25,7 @@ defmodule CanneryWeb.ModalComponent do
|
|||||||
bg-white border-2 rounded-lg">
|
bg-white border-2 rounded-lg">
|
||||||
<%= live_patch to: @return_to,
|
<%= live_patch to: @return_to,
|
||||||
class: "absolute top-8 right-10 text-gray-500 hover:text-gray-800
|
class: "absolute top-8 right-10 text-gray-500 hover:text-gray-800
|
||||||
transition-all duration-500 ease-in-out" do %>
|
transition-all duration-500 ease-in-out" do %>
|
||||||
<i class="fa-fw fa-lg fas fa-times"></i>
|
<i class="fa-fw fa-lg fas fa-times"></i>
|
||||||
<% end %>
|
<% end %>
|
||||||
<div class="p-8 flex flex-col space-y-4 justify-start items-center">
|
<div class="p-8 flex flex-col space-y-4 justify-start items-center">
|
||||||
|
Loading…
Reference in New Issue
Block a user