Skip to content

Commit a08e3f6

Browse files
committed
Update buttons.css
1 parent f119e00 commit a08e3f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

resources/css/buttons.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
@layer components {
22
.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;
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-all ease-in-out duration-200;
44
}
55

66
.button-full {
77
@apply w-full text-center justify-center;
88
}
9+
10+
.button[disabled] {
11+
@apply pointer-events-none opacity-50;
12+
}
913
}

0 commit comments

Comments
 (0)