More style updates....

This commit is contained in:
Scott Idem
2025-07-11 16:30:27 -04:00
parent bcd42412f4
commit 20ad1370e2
4 changed files with 18 additions and 13 deletions

View File

@@ -438,7 +438,7 @@ max-w-max -->
<span
class="flex flex-row gap-1 items-center"
>
<span class="fas fa-calendar-day m-1"></span>
<span class="fas fa-calendar-day m-1 text-neutral-800/80"></span>
<!-- Button to toggle between the regular event view and managing event files -->
<button
type="button"
@@ -577,9 +577,9 @@ max-w-max -->
title="Search for a session"
>
{#if $events_sess.pres_mgmt.status_qry__search == 'loading'}
<span class="fas fa-spinner fa-spin text-success-600-400"></span>
<span class="fas fa-spinner fa-spin mx-1 text-success-800-200"></span>
{:else }
<span class="fas fa-search mx-1 text-surface-800-200"></span>
<span class="fas fa-search mx-1 text-neutral-800/80"></span>
{/if}
Search
</button>

View File

@@ -86,7 +86,7 @@ let ae_triggers: key_val = $state({});
<!-- <section class="py-2 space-y-2 xs:max-w-sm lg:max-w-100 container overflow-x-scroll"> -->
<h2 class="h3">
<span class="text-base text-gray-500">
<span class="text-base text-neutral-800/50">
Sessions:
</span>
@@ -94,7 +94,7 @@ let ae_triggers: key_val = $state({});
<span class="text-3xl font-bold bg-success-100 px-4 border rounded-lg border-success-200"
title="Count {$lq__event_session_obj_li?.length ?? 'None'}"
>
<span class="fas fa-list-ol mx-4 text-gray-500"></span>
<span class="fas fa-list-ol mx-4 text-neutral-800/50"></span>
{$lq__event_session_obj_li?.length ?? 'None'}×
</span>
{/if}
@@ -145,7 +145,7 @@ let ae_triggers: key_val = $state({});
title="{session_obj?.name} - {session_obj?.event_session_id_random}"
>
<!-- <span class="fas fa-eye m-0.25 text-xs text-surface-800-200"></span> -->
<span class="fas fa-chalkboard-teacher m-0.25 text-xs text-surface-800-200"></span>
<span class="fas fa-chalkboard-teacher m-0.25 text-xs text-neutral-800/50"></span>
<!-- overflow-x-scroll -->
<span
class="