mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Fix CSS issue with login page due to input classes
This commit is contained in:
@@ -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 New Issue
Block a user