Initial commit BIJ CI4
This commit is contained in:
13
public/assets/tailadmin/partials/buttons/button-01.html
Normal file
13
public/assets/tailadmin/partials/buttons/button-01.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="flex items-center gap-5">
|
||||
<button
|
||||
class="inline-flex items-center gap-2 px-4 py-3 text-sm font-medium text-white transition rounded-lg bg-brand-500 shadow-theme-xs hover:bg-brand-600"
|
||||
>
|
||||
Button Text
|
||||
</button>
|
||||
|
||||
<button
|
||||
class="inline-flex items-center gap-2 rounded-lg bg-brand-500 px-5 py-3.5 text-sm font-medium text-white shadow-theme-xs transition hover:bg-brand-600"
|
||||
>
|
||||
Button Text
|
||||
</button>
|
||||
</div>
|
||||
Reference in New Issue
Block a user