Ajustes gerais #57

Merged
deyvisonwanderley merged 49 commits from ajustes_gerais into master 2025-12-09 18:13:50 +00:00
221 changed files with 31192 additions and 29410 deletions
Showing only changes of commit 4a1f48300f - Show all commits

View File

@@ -310,15 +310,7 @@
{/if} {/if}
{:else} {:else}
<div class="alert alert-info shadow-lg"> <div class="alert alert-info shadow-lg">
<Info class="h-6 w-6 shrink-0 stroke-current" /> <Info class="h-6 w-6 shrink-0 stroke-current" strokeWidth={2} />
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
></path>
</svg>
<span>Esta solicitação já foi processada.</span> <span>Esta solicitação já foi processada.</span>
</div> </div>
{/if} {/if}

View File

@@ -413,10 +413,7 @@
<!-- Motivo Reprovação (se reprovado) --> <!-- Motivo Reprovação (se reprovado) -->
{#if periodo.status === 'reprovado' && periodo.motivoReprovacao} {#if periodo.status === 'reprovado' && periodo.motivoReprovacao}
<div class="alert alert-error mt-4"> <div class="alert alert-error mt-4">
<XCircle class="h-6 w-6 shrink-0 stroke-current" /> <XCircle class="h-6 w-6 shrink-0 stroke-current" strokeWidth={2} />
d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"
/>
</svg>
<div> <div>
<div class="font-bold">Motivo da Reprovação:</div> <div class="font-bold">Motivo da Reprovação:</div>
<div class="text-sm">{periodo.motivoReprovacao}</div> <div class="text-sm">{periodo.motivoReprovacao}</div>