Kinda working checkpoint magic

This commit is contained in:
Dane Everitt 2019-06-16 18:07:57 -07:00
parent 4eeec58c59
commit 2a626a3e1f
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 119 additions and 3 deletions

View file

@ -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 {