UI: Update style of connection status
This commit is contained in:
parent
0478883bb8
commit
4f4af4029a
@ -69,8 +69,8 @@
|
|||||||
--color-worker-status-testing: hsl(166 100% 46%);
|
--color-worker-status-testing: hsl(166 100% 46%);
|
||||||
--color-worker-status-offline: var(--color-status-canceled);
|
--color-worker-status-offline: var(--color-status-canceled);
|
||||||
|
|
||||||
--color-connection-lost-text: hsl(0, 60%, 75%);
|
--color-connection-lost-text: hsl(0, 90%, 60%);
|
||||||
--color-connection-lost-bg: hsl(0, 80%, 40%);
|
--color-connection-lost-bg: hsl(0, 50%, 20%);
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
|
@ -11,13 +11,11 @@ const sockStatus = useSocketStatus();
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.socket-status {
|
.socket-status {
|
||||||
background-color: var(--color-connection-lost-bg);
|
background-color: var(--color-connection-lost-bg);
|
||||||
border-radius: 999em;
|
border-radius: var(--border-radius);
|
||||||
box-shadow: 0 0 1.33em var(--color-connection-lost-bg);
|
|
||||||
color: var(--color-connection-lost-text);
|
color: var(--color-connection-lost-text);
|
||||||
cursor: help;
|
cursor: help;
|
||||||
font-size: var(--font-size-sm);
|
font-size: var(--font-size-sm);
|
||||||
font-weight: bold;
|
padding: 2px var(--spacer-sm);
|
||||||
padding: var(--spacer-xs) var(--spacer);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user