mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
10 lines
No EOL
521 B
HTML
10 lines
No EOL
521 B
HTML
<!-- From Uiverse.io by dalioscode - Tags: simple, minimalist, gradient, button, light -->
|
|
<button
|
|
style="box-shadow: inset 0 2px 4px 0 rgb(2 6 23 / 0.3), inset 0 -2px 4px 0 rgb(203 213 225);"
|
|
class="inline-flex cursor-pointer items-center gap-1 rounded border border-slate-300 bg-gradient-to-b from-slate-50 to-slate-200 px-4 py-2 font-semibold hover:opacity-90 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-slate-300 focus-visible:ring-offset-2 active:opacity-100"
|
|
>
|
|
Proceed
|
|
</button>
|
|
|
|
|
|
|