More style changes for Novi site.
This commit is contained in:
@@ -170,7 +170,7 @@ onDestroy(() => {
|
||||
transition
|
||||
"
|
||||
>
|
||||
<span class="fas fa-arrow-left m-1"></span> Back to Meeting List
|
||||
<span class="fas fa-arrow-left m-1 text-neutral-800/80"></span> Back to Meeting List
|
||||
<!-- <span class="fas fa-times m-1"></span> View Other Meetings -->
|
||||
</a>
|
||||
|
||||
@@ -193,7 +193,7 @@ onDestroy(() => {
|
||||
title="View this Recovery Meeting"
|
||||
>
|
||||
<!-- <span class="far fa-window-close m-1"></span> -->
|
||||
<span class="fas fa-times m-1"></span>
|
||||
<span class="fas fa-times m-1 text-neutral-800/80"></span>
|
||||
Cancel Edit
|
||||
</button>
|
||||
{:else}
|
||||
@@ -201,8 +201,11 @@ onDestroy(() => {
|
||||
{#if ($ae_loc.trusted_access && $ae_loc.edit_mode) || $lq__event_obj?.external_person_id === $idaa_loc.novi_uuid || $lq__event_obj?.contact_li_json[0].email === $idaa_loc.novi_email}
|
||||
<button
|
||||
type="button"
|
||||
class="novi_btn btn btn-warning btn-sm preset-tonal-warning border border-warning-500
|
||||
hover:preset-filled-warning-500 transition"
|
||||
class="
|
||||
novi_btn
|
||||
btn btn-sm preset-tonal-warning
|
||||
hover:preset-filled-warning-500 transition
|
||||
"
|
||||
onclick={() => {
|
||||
$idaa_sess.recovery_meetings.edit__event_obj = $idaa_slct.event_id;
|
||||
if (log_lvl) {
|
||||
@@ -211,7 +214,7 @@ onDestroy(() => {
|
||||
}}
|
||||
title="Edit this Recovery Meeting"
|
||||
>
|
||||
<span class="fas fa-edit m-1"></span>
|
||||
<span class="fas fa-edit m-1 text-neutral-800/80"></span>
|
||||
Edit Meeting
|
||||
</button>
|
||||
{/if}
|
||||
|
||||
@@ -668,8 +668,9 @@ $effect(() => {
|
||||
<section
|
||||
class="
|
||||
svelte_component ae_section ae_edit event_obj edit__event_obj
|
||||
space-y-2 p-2 border rounded
|
||||
preset-outlined-warning-200-800 preset-tonal-warning
|
||||
space-y-2 p-2
|
||||
rounded-md
|
||||
preset-filled-surface-50-950 preset-outlined-warning-400-600
|
||||
"
|
||||
class:ae_create={!$idaa_slct.event_id}
|
||||
bind:clientHeight={$ae_loc.iframe_height_modal_body}
|
||||
@@ -1506,9 +1507,8 @@ $effect(() => {
|
||||
class="
|
||||
ae_section event__admin_options
|
||||
space-y-1 p-2
|
||||
border rounded
|
||||
preset-filled-warning-100-900
|
||||
preset-outlined-warning-400-600
|
||||
rounded
|
||||
preset-filled-surface-100-900 preset-outlined-error-400-600
|
||||
transition
|
||||
"
|
||||
class:hidden={!$idaa_loc.recovery_meetings.show__admin_options}
|
||||
@@ -1676,9 +1676,8 @@ $effect(() => {
|
||||
type="submit"
|
||||
disabled={(disable_submit_btn)}
|
||||
class="
|
||||
novi_btn btn_primary btn-warning
|
||||
btn
|
||||
preset-tonal-success hover:preset-filled-success-200-800
|
||||
novi_btn
|
||||
btn btn-md preset-tonal-primary preset-outlined-primary-800-200 hover:preset-filled-primary-200-800
|
||||
transition
|
||||
"
|
||||
>
|
||||
@@ -1722,7 +1721,8 @@ $effect(() => {
|
||||
class="
|
||||
novi_btn
|
||||
btn btn-sm
|
||||
preset-filled-warning-400-600 hover:preset-filled-error-200-800
|
||||
preset-tonal-warning preset-outlined-error-800-200 hover:preset-filled-error-200-800
|
||||
transition
|
||||
"
|
||||
title="Delete record permanently"
|
||||
>
|
||||
@@ -1738,7 +1738,7 @@ $effect(() => {
|
||||
class="
|
||||
novi_btn
|
||||
btn btn-sm
|
||||
preset-filled-warning-200-800 hover:preset-filled-error-200-800
|
||||
preset-tonal-warning preset-outlined-warning-800-200 hover:preset-filled-warning-200-800
|
||||
transition
|
||||
"
|
||||
title="Disable record to delete"
|
||||
@@ -1755,7 +1755,7 @@ $effect(() => {
|
||||
class="
|
||||
novi_btn
|
||||
btn btn-sm
|
||||
preset-filled-warning-200-800 hover:preset-filled-error-200-800
|
||||
preset-tonal-warning preset-outlined-warning-800-200 hover:preset-filled-warning-200-800
|
||||
transition
|
||||
"
|
||||
title="Hide record to delete"
|
||||
|
||||
Reference in New Issue
Block a user