Still working on upgrading to Tailwind CSS v4 an dSkeleton v3.....
This commit is contained in:
@@ -367,7 +367,7 @@ function add_activity_log(
|
||||
<Element_data_store
|
||||
ds_code="recovery_meetings_info"
|
||||
ds_type="html"
|
||||
class_li="border border-1 rounded-lg bg-gray-100 p-2 max-w-screen-lg space-y-2"
|
||||
class_li="border border rounded-lg bg-gray-100 p-2 max-w-(--breakpoint-lg) space-y-2"
|
||||
show_edit_btn={true}
|
||||
/>
|
||||
|
||||
@@ -415,7 +415,7 @@ function add_activity_log(
|
||||
}
|
||||
);
|
||||
}}
|
||||
class="novi_btn btn btn-sm variant-ghost-warning hover:variant-filled-warning transition"
|
||||
class="novi_btn btn btn-sm preset-tonal-warning border border-warning-500 hover:preset-filled-warning-500 transition"
|
||||
title={`View meeting: ${$lq__event_obj?.name}`}
|
||||
>
|
||||
<span class="fas fa-times m-1"></span> Cancel Edit
|
||||
@@ -450,7 +450,7 @@ function add_activity_log(
|
||||
}
|
||||
);
|
||||
}}
|
||||
class="novi_btn btn btn-sm variant-soft-warning hover:variant-ghost-warning"
|
||||
class="novi_btn btn btn-sm preset-tonal-warning hover:preset-tonal-warning border border-warning-500"
|
||||
>
|
||||
<span class="fas fa-times mx-1"></span>
|
||||
Close
|
||||
@@ -493,7 +493,7 @@ function add_activity_log(
|
||||
}
|
||||
);
|
||||
}}
|
||||
class="novi_btn btn btn-sm variant-ghost-warning hover:variant-filled-warning transition"
|
||||
class="novi_btn btn btn-sm preset-tonal-warning border border-warning-500 hover:preset-filled-warning-500 transition"
|
||||
title={`Edit meeting: ${$lq__event_obj?.name}`}
|
||||
>
|
||||
<span class="fas fa-edit m-1"></span> Edit
|
||||
@@ -503,7 +503,7 @@ function add_activity_log(
|
||||
{$lq__event_obj?.name ?? '-- not set'}
|
||||
</h3>
|
||||
{#if $lq__event_obj?.status == 'unknown'}
|
||||
<span class="badge badge-warning variant-glass-error" title="This meeting has not been confirmed by IDAA Central Office. Please reach out to the chair for current meeting list info. Meeting attendees can reach out to info@idaa.org if they know this is information is accurate and this meeting is still taking place.">
|
||||
<span class="badge badge-warning preset-tonal-error" title="This meeting has not been confirmed by IDAA Central Office. Please reach out to the chair for current meeting list info. Meeting attendees can reach out to info@idaa.org if they know this is information is accurate and this meeting is still taking place.">
|
||||
<span class="fas fa-exclamation-triangle m-1"></span>
|
||||
Not Confirmed by IDAA
|
||||
<!-- Unknown Status -->
|
||||
|
||||
Reference in New Issue
Block a user