Skip to content

Commit 658d18f

Browse files
committed
buttons scale on click
1 parent b2014d4 commit 658d18f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/tailwind/application.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030

3131
.btn {
32-
@apply inline-flex px-4 py-2 rounded space-x-2 font-medium text-sm transition-colors ease-in-out duration-300 cursor-pointer whitespace-nowrap;
32+
@apply inline-flex px-4 py-2 rounded space-x-2 font-medium text-sm transition-colors ease-in-out duration-300 cursor-pointer whitespace-nowrap active:scale-95 transition-all duration-200;
3333
}
3434

3535
.btn-primary {

0 commit comments

Comments
 (0)