We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f119e00 commit a08e3f6Copy full SHA for a08e3f6
resources/css/buttons.css
@@ -1,9 +1,13 @@
1
@layer components {
2
.button {
3
- @apply rounded-md bg-brand-800 px-6 py-3 text-sm font-semibold text-white inline-flex shadow-sm hover:bg-brand-600 transition-colors ease-in-out duration-200;
+ @apply rounded-md bg-brand-800 px-6 py-3 text-sm font-semibold text-white inline-flex shadow-sm hover:bg-brand-600 transition-all ease-in-out duration-200;
4
}
5
6
.button-full {
7
@apply w-full text-center justify-center;
8
9
+
10
+ .button[disabled] {
11
+ @apply pointer-events-none opacity-50;
12
+ }
13
0 commit comments