Kinda working checkpoint magic
This commit is contained in:
parent
4eeec58c59
commit
2a626a3e1f
4 changed files with 119 additions and 3 deletions
|
@ -50,6 +50,7 @@ input[type=number] {
|
|||
*/
|
||||
.input:not(.open-label) {
|
||||
@apply .appearance-none .p-3 .rounded .border .border-neutral-200 .text-neutral-800 .w-full;
|
||||
min-width: 0;
|
||||
transition: border 150ms linear;
|
||||
|
||||
&:focus {
|
||||
|
|
Reference in a new issue