Working on formatting for IDAA Novi site.

This commit is contained in:
Scott Idem
2024-12-03 14:48:59 -05:00
parent 6d94583885
commit c34e62a0c5
3 changed files with 24 additions and 11 deletions

View File

@@ -23,17 +23,19 @@ onMount(() => {
{#each $lq__archive_obj_li as idaa_archive_obj, index}
<div
class="container archive archive_obj border border-1 rounded p-2 mb-2 space-y-2 w-full max-w-screen-lg flex flex-col items-center justify-center"
class:hidden={(idaa_archive_obj?.hide || !idaa_archive_obj?.enable) && !$ae_loc.trusted_access}
class:dim={idaa_archive_obj.hide}
class:bg-warning-100={!idaa_archive_obj?.enable}
class:text-warning-900={!idaa_archive_obj?.enable}
>
<header class="ae_header flex flex-row gap-2 items-center">
<header class="ae_header flex flex-row gap-2 items-center justify-between w-full">
<h3 class="archive__name h3">
<span class="archive__name">{@html idaa_archive_obj.name}</span>
</h3>
{#if idaa_archive_obj.original_location}
&mdash;
<!-- &mdash; -->
<h4 class="h4">
<!-- <span class="ae_label">Location:</span> -->
<span class="ae_value">{idaa_archive_obj.original_location}</span>