mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-31 14:44:20 +01:00
adding styles
This commit is contained in:
22
app/packages/web/src/components/share.module.css
Normal file
22
app/packages/web/src/components/share.module.css
Normal file
@@ -0,0 +1,22 @@
|
||||
.header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
h1 {
|
||||
font-size: 1.125rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
p {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
font-size: 0.875rem;
|
||||
|
||||
span:first-child {
|
||||
&.connected { color: var(--sl-color-green); }
|
||||
&.connecting { color: var(--sl-color-orange); }
|
||||
&.disconnected { color: var(--sl-color-hairline); }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user