More style updates....
This commit is contained in:
@@ -194,8 +194,11 @@ function add_activity_log(
|
||||
href="/idaa/recovery_meetings/{idaa_event_obj?.event_id}"
|
||||
class="
|
||||
novi_btn btn-secondary
|
||||
btn btn-md preset-filled-primary-200-800
|
||||
transition
|
||||
btn btn-lg
|
||||
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}`}
|
||||
>
|
||||
|
||||
@@ -242,7 +242,8 @@ function preventDefault(fn) {
|
||||
class="
|
||||
novi_btn novi_smallest
|
||||
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
|
||||
"
|
||||
onclick={() => {
|
||||
@@ -282,9 +283,10 @@ function preventDefault(fn) {
|
||||
<button
|
||||
type="submit"
|
||||
class="
|
||||
novi_btn
|
||||
novi_btn btn-secondary font-weight-bold
|
||||
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
|
||||
transition-all
|
||||
"
|
||||
@@ -292,9 +294,9 @@ function preventDefault(fn) {
|
||||
>
|
||||
<!-- <span class="fas fa-search m-1"></span> -->
|
||||
{#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}
|
||||
<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'}
|
||||
<span class="fas fa-check m-1"></span>
|
||||
{/if} -->
|
||||
|
||||
Reference in New Issue
Block a user