mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
7 lines
336 B
CSS
7 lines
336 B
CSS
textarea {
|
|
@apply text-foreground border-border/70 bg-page-bg placeholder-muted-foreground/70 focus:border-primary focus:ring-primary/20 min-h-24 w-full resize-y rounded-2xl border px-3 py-2 text-sm font-normal shadow-sm focus:ring-2 focus:outline-none;
|
|
&[disabled] {
|
|
@apply cursor-not-allowed opacity-40 dark:opacity-30;
|
|
}
|
|
}
|