Style improvements for icons and related.
This commit is contained in:
@@ -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