mirror of
https://github.com/dancojocaru2000/foxbank.git
synced 2025-04-21 02:33:54 +03:00
18 lines
No EOL
352 B
Svelte
18 lines
No EOL
352 B
Svelte
<script>
|
|
|
|
</script>
|
|
|
|
<main>
|
|
<button on:click class="rounded-2xl p-6 w-full text-center text-3xl text-gray-50">
|
|
<slot></slot>
|
|
</button>
|
|
</main>
|
|
|
|
<style>
|
|
button{
|
|
background: linear-gradient(272.39deg, rgba(247, 175, 67, 0.93) -34.2%, rgba(245, 72, 17, 0.93) 100%);
|
|
box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.25);
|
|
border-radius: 20px;
|
|
}
|
|
|
|
</style> |