Implement basic form for properties to avoid history pollution
This commit is contained in:
parent
7c16d6c97d
commit
af73fa6083
8 changed files with 167 additions and 28 deletions
|
@ -23,6 +23,16 @@
|
|||
@apply transition-all bg-blue-100 hover:bg-blue-200 text-blue-700 text-lg font-semibold p-8 rounded-lg
|
||||
}
|
||||
|
||||
.normal-btn {
|
||||
@apply text-sm
|
||||
py-2 px-4
|
||||
rounded-full border-0
|
||||
font-semibold
|
||||
transition-all
|
||||
bg-blue-100 text-blue-700
|
||||
hover:bg-blue-200
|
||||
}
|
||||
|
||||
.floating-btn {
|
||||
@apply h-full w-full text-white align-middle items-center justify-center
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue