forked from noxious/client
WIP userpanel settings tab
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user