Style clean up

This commit is contained in:
2024-04-09 06:34:34 -04:00
parent 8e6ab2c223
commit 4460b38098
2 changed files with 5 additions and 3 deletions

View File

@@ -192,12 +192,15 @@ function handle_update_event_exhibit_staff_passcode(exhibit_id, reset_passcode)
class="flex flex-col items-center border border-slate-500/10 p-2">
<!-- <h2>Exhibitor Lead Retrieval</h2> -->
<div>Select your exhibit booth from the list and enter passcode you were given. If it is correct you will be taken to the page for your exhibit.</div>
<!-- <div class="">Select your exhibit booth from the list and enter passcode you were given. If it is correct you will be taken to the page for your exhibit.</div> -->
<div class="m-2">Select your exhibit booth from the list and enter passcode you were given. If it is correct you will be taken to the page for your exhibit.</div>
<div class="m-2">
<label for="exhibit_list" class="label">
<!-- <span class="label">Exhibit List:</span> -->
<select
id="exhibit_list"
bind:value={$events_slct.exhibit_obj}
class="select w-96"
placeholder="Select your exhibit booth"
@@ -217,7 +220,7 @@ function handle_update_event_exhibit_staff_passcode(exhibit_id, reset_passcode)
<input
type="number"
bind:value={$events_sess.leads.entered_passcode}
class="input w-40 m-1"
class="input w-44 m-1"
placeholder="Exhibit passcode"
/>

View File

@@ -787,7 +787,6 @@ function send_init_confirm_email({index, lic_key, lic_pass}) {
}
// send_init_confirm_email({ index: index, lic_key: license.email, lic_pass: license.passcode});
}}
disabled={!$ae_loc.trusted_access && 2==4}
class="btn btn-sm text-sm variant-soft-secondary"
title={`Send an email with the license login link to ${license.email}`}
>