More style changes for Novi site.
This commit is contained in:
@@ -320,8 +320,9 @@ function send_poster_notification_email() {
|
||||
<section
|
||||
class="
|
||||
svelte_component ae_section ae_edit post_comment_obj edit__post_comment_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-100-900 preset-outlined-warning-400-600
|
||||
"
|
||||
class:ae_create={!$idaa_slct.post_id}
|
||||
bind:clientHeight={$ae_loc.iframe_height_modal_body}
|
||||
@@ -523,9 +524,8 @@ function send_poster_notification_email() {
|
||||
class="
|
||||
ae_section post_comment__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.bb.show__admin_options}
|
||||
@@ -669,9 +669,9 @@ function send_poster_notification_email() {
|
||||
type="submit"
|
||||
disabled={(disable_submit_btn)}
|
||||
class="
|
||||
novi_btn btn-warning
|
||||
btn preset-tonal-success
|
||||
hover:preset-filled-success-200-800 transition
|
||||
novi_btn
|
||||
btn btn-md preset-tonal-primary preset-outlined-primary-800-200 hover:preset-filled-primary-200-800
|
||||
transition
|
||||
"
|
||||
>
|
||||
{#await prom_api__post_comment_obj}
|
||||
@@ -689,9 +689,9 @@ function send_poster_notification_email() {
|
||||
// handle_save_post_comment_obj({post_id: $idaa_slct.post_id, method: 'create'});
|
||||
}}
|
||||
class="
|
||||
novi_btn btn-warning
|
||||
btn preset-tonal-warning
|
||||
hover:preset-filled-warning-200-800 transition
|
||||
novi_btn
|
||||
btn btn-md preset-tonal-warning preset-outlined-warning-800-200 hover:preset-filled-warning-200-800
|
||||
transition
|
||||
"
|
||||
>
|
||||
{#await prom_api__post_comment_obj}
|
||||
|
||||
@@ -382,8 +382,9 @@ $effect(() => {
|
||||
<section
|
||||
class="
|
||||
svelte_component ae_section ae_edit post_obj edit__post_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.post_id}
|
||||
bind:clientHeight={$ae_loc.iframe_height_modal_body}
|
||||
@@ -881,9 +882,8 @@ $effect(() => {
|
||||
class="
|
||||
ae_section post__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.bb.show__admin_options}
|
||||
@@ -1035,9 +1035,8 @@ $effect(() => {
|
||||
type="submit"
|
||||
disabled={(disable_submit_btn || !obj_changed)}
|
||||
class="
|
||||
novi_btn 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
|
||||
"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user