feat: icons

This commit is contained in:
Sebastian Pravda 2022-12-04 12:24:14 +01:00 committed by EETagent
parent 138aec4b52
commit 1a61169dec

View file

@ -34,11 +34,17 @@
<svg class="w-8 h-8 inline-block align-middle" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-8l-4-4m0 0L8 8m4-4v12"></path></svg> <svg class="w-8 h-8 inline-block align-middle" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-8l-4-4m0 0L8 8m4-4v12"></path></svg>
</button> </button>
{:else if status === 'submitted'} {:else if status === 'submitted'}
<button class="bg-gray-500 hover:bg-gray-800">Smazat portfolio</button> <button class="bg-gray-500 hover:bg-gray-800">
Smazat portfolio
<svg class="w-8 h-8 inline-block align-middle" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"></path></svg>
</button>
{:else} {:else}
<button class="bg-gray-500 hover:bg-gray-500 hover:cursor-not-allowed">Odevzdat</button> <button class="bg-gray-500 hover:bg-gray-500 hover:cursor-not-allowed">Odevzdat</button>
{/if} {/if}
<button>Zobrazit údaje</button> <button>
Zobrazit údaje
<svg class="w-8 h-8 inline-block align-middle" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path></svg>
</button>
</div> </div>
</div> </div>
</div> </div>
@ -49,7 +55,7 @@
@apply hover:bg-sspsBlueDark transition-colors duration-300; @apply hover:bg-sspsBlueDark transition-colors duration-300;
@apply text-xl; @apply text-xl;
@apply rounded-xl shadow-lg; @apply rounded-xl shadow-lg;
@apply py-3 px-4; @apply py-3 px-2;
} }
.card { .card {
@apply m-3; @apply m-3;