diff options
| author | Adam <[email protected]> | 2025-12-10 06:55:44 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-10 15:17:02 -0600 |
| commit | ada40decd14fc18901486382a10b1ec1d0d21f7e (patch) | |
| tree | ad26704856bad18da056c9cb525eebae189b586b /packages/ui/src/index.css | |
| parent | 6866a060bc48031ecc3b0f7c1c1e99f6961a4cb1 (diff) | |
| download | opencode-ada40decd14fc18901486382a10b1ec1d0d21f7e.tar.gz opencode-ada40decd14fc18901486382a10b1ec1d0d21f7e.zip | |
wip(desktop): progress
Diffstat (limited to 'packages/ui/src/index.css')
| -rw-r--r-- | packages/ui/src/index.css | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/packages/ui/src/index.css b/packages/ui/src/index.css deleted file mode 100644 index 27bcac4da..000000000 --- a/packages/ui/src/index.css +++ /dev/null @@ -1,40 +0,0 @@ -@import "./styles/index.css"; - -:root { - body { - margin: 0; - background-color: var(--background-base); - color: var(--text-base); - } - main { - display: flex; - flex-direction: row; - overflow-x: hidden; - } - main > div { - flex: 1; - padding: 2rem; - min-width: 0; - overflow-x: hidden; - display: flex; - flex-direction: column; - gap: 2rem; - } - h3 { - font-size: 1.25rem; - font-weight: 600; - margin: 0 0 1rem 0; - margin-bottom: -1rem; - } - section { - display: flex; - flex-wrap: wrap; - gap: 0.75rem; - align-items: flex-start; - } -} - -.dark { - background-color: var(--background-base); - color: var(--text-base); -} |
