mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
wip: gateway
This commit is contained in:
parent
c7bb19ad07
commit
183e0911b7
101 changed files with 9218 additions and 57 deletions
17
cloud/web/src/ui/style/component/label.css
Normal file
17
cloud/web/src/ui/style/component/label.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[data-component="label"] {
|
||||
letter-spacing: -0.03125rem;
|
||||
text-transform: uppercase;
|
||||
color: var(--color-text-dimmed);
|
||||
font-weight: 500;
|
||||
font-size: var(--font-size-md);
|
||||
|
||||
&[data-size="sm"] {
|
||||
font-size: var(--font-size-sm);
|
||||
}
|
||||
&[data-size="md"] {
|
||||
}
|
||||
&[data-size="lg"] {
|
||||
font-size: var(--font-size-lg);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue