More style updates....
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user