feat: integrate with htmx
This commit is contained in:
@@ -30,3 +30,13 @@
|
||||
font-weight: 900;
|
||||
src: url('../fonts/lato-v24-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
|
||||
.htmx-indicator{
|
||||
@apply invisible;
|
||||
}
|
||||
.htmx-request .htmx-indicator{
|
||||
@apply visible;
|
||||
}
|
||||
.htmx-request.htmx-indicator{
|
||||
@apply visible;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
.btn {
|
||||
@apply inline-flex justify-center rounded-lg text-sm uppercase font-semibold py-2.5 px-4 bg-primary text-white hover:bg-primary/80 shadow-md;
|
||||
@apply inline-flex space-x-1 justify-center rounded-lg text-sm uppercase font-semibold py-2.5 px-4;
|
||||
@apply bg-primary text-white hover:bg-primary/80 shadow-md;
|
||||
}
|
||||
|
||||
.btn--small {
|
||||
|
||||
Reference in New Issue
Block a user