css update

This commit is contained in:
NigeParis 2026-01-04 16:01:58 +01:00 committed by Maix0
parent ce0b299d4d
commit 3e1dd0fdd9
5 changed files with 56 additions and 55 deletions

View file

@ -34,8 +34,8 @@
.btn-style {
@apply
w-[100px]
h-[32px]
w-25
h-8
border
border-gray-500
rounded-3xl
@ -46,7 +46,7 @@
transition-all
hover:bg-blue-200
active:bg-gray-400
active:translate-y-[1px]
active:translate-y-px
active:shadow-[0_2px_0_0_black];
}