More style updates....
This commit is contained in:
@@ -438,7 +438,7 @@ max-w-max -->
|
|||||||
<span
|
<span
|
||||||
class="flex flex-row gap-1 items-center"
|
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 to toggle between the regular event view and managing event files -->
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
@@ -577,9 +577,9 @@ max-w-max -->
|
|||||||
title="Search for a session"
|
title="Search for a session"
|
||||||
>
|
>
|
||||||
{#if $events_sess.pres_mgmt.status_qry__search == 'loading'}
|
{#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 }
|
{: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}
|
{/if}
|
||||||
Search
|
Search
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -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"> -->
|
<!-- <section class="py-2 space-y-2 xs:max-w-sm lg:max-w-100 container overflow-x-scroll"> -->
|
||||||
|
|
||||||
<h2 class="h3">
|
<h2 class="h3">
|
||||||
<span class="text-base text-gray-500">
|
<span class="text-base text-neutral-800/50">
|
||||||
Sessions:
|
Sessions:
|
||||||
</span>
|
</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"
|
<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'}"
|
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'}×
|
{$lq__event_session_obj_li?.length ?? 'None'}×
|
||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
@@ -145,7 +145,7 @@ let ae_triggers: key_val = $state({});
|
|||||||
title="{session_obj?.name} - {session_obj?.event_session_id_random}"
|
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-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 -->
|
<!-- overflow-x-scroll -->
|
||||||
<span
|
<span
|
||||||
class="
|
class="
|
||||||
|
|||||||
@@ -194,8 +194,11 @@ function add_activity_log(
|
|||||||
href="/idaa/recovery_meetings/{idaa_event_obj?.event_id}"
|
href="/idaa/recovery_meetings/{idaa_event_obj?.event_id}"
|
||||||
class="
|
class="
|
||||||
novi_btn btn-secondary
|
novi_btn btn-secondary
|
||||||
btn btn-md preset-filled-primary-200-800
|
btn btn-lg
|
||||||
transition
|
preset-tonal-primary
|
||||||
|
preset-outlined-primary-100-900 hover:preset-filled-primary-200-800
|
||||||
|
text-lg min-w-fit w-48
|
||||||
|
transition-all
|
||||||
"
|
"
|
||||||
title={`View: ${idaa_event_obj?.name}`}
|
title={`View: ${idaa_event_obj?.name}`}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -242,7 +242,8 @@ function preventDefault(fn) {
|
|||||||
class="
|
class="
|
||||||
novi_btn novi_smallest
|
novi_btn novi_smallest
|
||||||
btn btn-sm
|
btn btn-sm
|
||||||
preset-tonal-secondary border border-secondary-500 hover:preset-filled-secondary-500
|
preset-tonal-secondary
|
||||||
|
preset-outlined-secondary-200-800 hover:preset-filled-secondary-400-600
|
||||||
transition-all *:hover:inline
|
transition-all *:hover:inline
|
||||||
"
|
"
|
||||||
onclick={() => {
|
onclick={() => {
|
||||||
@@ -282,9 +283,10 @@ function preventDefault(fn) {
|
|||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
class="
|
class="
|
||||||
novi_btn
|
novi_btn btn-secondary font-weight-bold
|
||||||
btn btn-lg
|
btn btn-lg
|
||||||
preset-tonal-success preset-outlined-success-200-800 hover:preset-filled-success-200-800
|
preset-tonal-primary
|
||||||
|
preset-outlined-primary-200-800 hover:preset-filled-primary-400-600
|
||||||
text-2xl font-bold w-48
|
text-2xl font-bold w-48
|
||||||
transition-all
|
transition-all
|
||||||
"
|
"
|
||||||
@@ -292,9 +294,9 @@ function preventDefault(fn) {
|
|||||||
>
|
>
|
||||||
<!-- <span class="fas fa-search m-1"></span> -->
|
<!-- <span class="fas fa-search m-1"></span> -->
|
||||||
{#if $idaa_sess.recovery_meetings.qry__status == 'loading'}
|
{#if $idaa_sess.recovery_meetings.qry__status == 'loading'}
|
||||||
<span class="fas fa-spinner fa-spin m-1"></span>
|
<span class="fas fa-spinner fa-spin mx-1 text-success-800-200"></span>
|
||||||
{:else}
|
{:else}
|
||||||
<span class="fas fa-search m-1"></span>
|
<span class="fas fa-search mx-1 text-neutral-800/80"></span>
|
||||||
<!-- {#if $idaa_sess.recovery_meetings.qry__status == 'done'}
|
<!-- {#if $idaa_sess.recovery_meetings.qry__status == 'done'}
|
||||||
<span class="fas fa-check m-1"></span>
|
<span class="fas fa-check m-1"></span>
|
||||||
{/if} -->
|
{/if} -->
|
||||||
|
|||||||
Reference in New Issue
Block a user