mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-25 11:44:22 +01:00
wip: desktop work
This commit is contained in:
23
packages/ui/src/components/input.css
Normal file
23
packages/ui/src/components/input.css
Normal file
@@ -0,0 +1,23 @@
|
||||
[data-component="input"] {
|
||||
/* [data-slot="label"] {} */
|
||||
|
||||
[data-slot="input"] {
|
||||
color: var(--text-strong);
|
||||
|
||||
/* text-14-regular */
|
||||
font-family: var(--font-family-sans);
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
font-weight: var(--font-weight-regular);
|
||||
line-height: var(--line-height-large); /* 142.857% */
|
||||
letter-spacing: var(--letter-spacing-normal);
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&::placeholder {
|
||||
color: var(--text-weak);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user