Fix CSS issue with login page due to input classes
This commit is contained in:
parent
b8b9acd0e6
commit
24bb8da43d
9 changed files with 18 additions and 14 deletions
|
@ -31,7 +31,7 @@
|
|||
transition: transform 200ms ease-out;
|
||||
}
|
||||
|
||||
.input {
|
||||
.input:not(.open-label) {
|
||||
@apply .appearance-none .p-3 .rounded .border .text-grey-darker .w-full;
|
||||
transition: all 100ms linear;
|
||||
|
||||
|
|
Reference in a new issue