mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 15:00:24 +00:00
wip: css and ui packages
This commit is contained in:
parent
c04e892991
commit
37e6c8342f
28 changed files with 2392 additions and 123 deletions
6
packages/css/src/components/icon.css
Normal file
6
packages/css/src/components/icon.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[data-component="icon"] {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue