Skip to content

Commit

Permalink
Margin to left of icons to look better
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvaiyanidhi committed Oct 15, 2024
1 parent 7bb3993 commit c403219
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/organizations/staff/dashboard/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</span>
<h4 class="ms-3 mb-0 text-primary">Tasks</h4>
</div>
<div class="fs-4">
<div class="fs-4 ms-1">
<div>
<%= link_to pets_with_incomplete_tasks_staff_dashboard_index_path, data: { turbo_frame: "tasks-frame" }, class: "text-decoration-none text-gray-500 fw-semibold" do %>
<i class="fe fe-alert-circle text-primary me-1"></i>
Expand All @@ -37,7 +37,7 @@
</span>
<h4 class="ms-3 mb-0 text-success">Applications</h4>
</div>
<div class="fs-4">
<div class="fs-4 ms-1">
<div>
<%= link_to staff_adoption_application_reviews_path(q: { adopter_applications_status_eq: "awaiting_review" }), class: "text-decoration-none text-gray-500 fw-semibold" do %>
<i class="fe fe-eye text-success me-1"></i>
Expand All @@ -63,7 +63,7 @@
</span>
<h4 class="ms-3 mb-0 text-warning">Fosters</h4>
</div>
<div class="fs-4">
<div class="fs-4 ms-1">
<div>
<%= link_to staff_manage_fosters_path(q: { status_eq: "current" }), class: "text-decoration-none text-gray-500 fw-semibold" do %>
<i class="fe fe-calendar text-warning me-1"></i>
Expand All @@ -89,7 +89,7 @@
</span>
<h4 class="ms-3 mb-0 text-secondary">Rescues</h4>
</div>
<div class="fs-4 text-muted text-decoration-none text-gray-500 fw-semibold">
<div class="fs-4 ms-1 text-muted text-decoration-none text-gray-500 fw-semibold">
TBD
</div>
</div>
Expand Down

0 comments on commit c403219

Please sign in to comment.