1
0
forked from noxious/client

WIP userpanel settings tab

This commit is contained in:
2024-08-31 14:45:31 +02:00
parent c35dd65561
commit cf3fd33236
5 changed files with 81 additions and 3 deletions

View File

@ -62,6 +62,12 @@ input {
&:focus-visible {
@apply outline-2 outline-cyan;
}
&.inactive {
@apply bg-gray-600/50 hover:cursor-not-allowed;
&::placeholder {
@apply text-gray-300/50;
}
}
}
.form-field-full {