Style improvements for icons and related.
This commit is contained in:
@@ -654,8 +654,8 @@ max-w-max -->
|
||||
|
||||
<div>
|
||||
<h3 class="h5 text-center">
|
||||
<span class="fas fa-tasks m-1"></span>
|
||||
<span class="fas fa-mail-bulk m-1"></span>
|
||||
<span class="fas fa-tasks m-1 text-neutral-800/80"></span>
|
||||
<span class="fas fa-mail-bulk m-1 text-neutral-800/80"></span>
|
||||
Manage and Upload Event Files:
|
||||
</h3>
|
||||
|
||||
|
||||
@@ -169,7 +169,7 @@ onMount(() => {
|
||||
<span
|
||||
class="flex flex-row gap-1 items-center"
|
||||
>
|
||||
<span class="fas fa-calendar-day m-1"></span>
|
||||
<span class="fas fa-calendar-day m-1 text-neutral-800/80"></span>
|
||||
<!-- Button to toggle between the regular location view and managing location files -->
|
||||
<button
|
||||
type="button"
|
||||
@@ -256,8 +256,8 @@ onMount(() => {
|
||||
{:else if $events_loc.pres_mgmt.show_content__location_view == 'manage_files' && $ae_loc.trusted_access}
|
||||
<div>
|
||||
<h3 class="h5 text-center">
|
||||
<span class="fas fa-tasks m-1"></span>
|
||||
<span class="fas fa-mail-bulk m-1"></span>
|
||||
<span class="fas fa-tasks m-1 text-neutral-800/80"></span>
|
||||
<span class="fas fa-mail-bulk m-1 text-neutral-800/80"></span>
|
||||
Manage and Upload Location Files:
|
||||
</h3>
|
||||
|
||||
|
||||
@@ -106,7 +106,7 @@ onMount(() => {
|
||||
<span
|
||||
class="flex flex-row gap-1 items-center"
|
||||
>
|
||||
<span class="fas fa-map-marked m-1"></span>
|
||||
<span class="fas fa-map-marked m-1 text-neutral-800/80"></span>
|
||||
Locations/Rooms
|
||||
<!-- Button to toggle between the regular location view and managing locations??? -->
|
||||
</span>
|
||||
|
||||
@@ -125,7 +125,7 @@ let lq__auth__event_presenter_obj = $derived(liveQuery(async () => {
|
||||
<span
|
||||
class="flex flex-row flex-wrap gap-1 items-center justify-center"
|
||||
>
|
||||
<span class="fas fa-user m-1"></span>
|
||||
<span class="fas fa-user m-1 text-neutral-800/80"></span>
|
||||
<!-- Button to toggle between the regular presenter view and managing presenter files -->
|
||||
<button
|
||||
type="button"
|
||||
@@ -287,8 +287,8 @@ let lq__auth__event_presenter_obj = $derived(liveQuery(async () => {
|
||||
{/if}
|
||||
|
||||
<h3 class="h5 text-center">
|
||||
<span class="fas fa-tasks m-1"></span>
|
||||
<span class="fas fa-mail-bulk m-1"></span>
|
||||
<span class="fas fa-tasks m-1 text-neutral-800/80"></span>
|
||||
<span class="fas fa-mail-bulk m-1 text-neutral-800/80"></span>
|
||||
Manage and Upload Presenter Files
|
||||
<span
|
||||
class="badge preset-tonal-success"
|
||||
@@ -334,8 +334,8 @@ let lq__auth__event_presenter_obj = $derived(liveQuery(async () => {
|
||||
{:else if $events_loc.pres_mgmt.show_content__presenter_view == 'manage_files' && $ae_loc.authenticated_access}
|
||||
<div>
|
||||
<h3 class="h5 text-center">
|
||||
<span class="fas fa-tasks m-1"></span>
|
||||
<span class="fas fa-mail-bulk m-1"></span>
|
||||
<span class="fas fa-tasks m-1 text-neutral-800/80"></span>
|
||||
<span class="fas fa-mail-bulk m-1 text-neutral-800/80"></span>
|
||||
Manage and Upload Presenter Files
|
||||
<span
|
||||
class="badge preset-tonal-success"
|
||||
|
||||
@@ -544,7 +544,7 @@ async function handle_qry__event_session(
|
||||
<span
|
||||
class="flex flex-row gap-1 items-center"
|
||||
>
|
||||
<span class="fas fa-chart-line m-1"></span>
|
||||
<span class="fas fa-chart-line m-1 text-neutral-800/80"></span>
|
||||
Reports
|
||||
</span>
|
||||
<!-- Reports for: -->
|
||||
|
||||
@@ -181,7 +181,7 @@ onMount(() => {
|
||||
class="flex flex-row flex-wrap gap-1 items-center justify-center"
|
||||
>
|
||||
<!-- <span class="fas fa-calendar-day m-1"></span> -->
|
||||
<span class="fas fa-chalkboard-teacher m-1"></span>
|
||||
<span class="fas fa-chalkboard-teacher m-1 text-neutral-800/80"></span>
|
||||
<!-- Button to toggle between the regular session view and managing session files -->
|
||||
<button
|
||||
type="button"
|
||||
@@ -320,8 +320,8 @@ onMount(() => {
|
||||
|
||||
<div>
|
||||
<h3 class="h5 text-center">
|
||||
<span class="fas fa-tasks m-1"></span>
|
||||
<span class="fas fa-mail-bulk m-1"></span>
|
||||
<span class="fas fa-tasks m-1 text-neutral-800/80"></span>
|
||||
<span class="fas fa-mail-bulk m-1 text-neutral-800/80"></span>
|
||||
Manage and Upload Session Files:
|
||||
<span
|
||||
class="badge preset-tonal-success"
|
||||
|
||||
Reference in New Issue
Block a user