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-offline: var(--color-status-canceled);
|
||||
|
||||
--color-connection-lost-text: hsl(0, 60%, 75%);
|
||||
--color-connection-lost-bg: hsl(0, 80%, 40%);
|
||||
--color-connection-lost-text: hsl(0, 90%, 60%);
|
||||
--color-connection-lost-bg: hsl(0, 50%, 20%);
|
||||
}
|
||||
|
||||
html,
|
||||
|
@ -11,13 +11,11 @@ const sockStatus = useSocketStatus();
|
||||
<style scoped>
|
||||
.socket-status {
|
||||
background-color: var(--color-connection-lost-bg);
|
||||
border-radius: 999em;
|
||||
box-shadow: 0 0 1.33em var(--color-connection-lost-bg);
|
||||
border-radius: var(--border-radius);
|
||||
color: var(--color-connection-lost-text);
|
||||
cursor: help;
|
||||
font-size: var(--font-size-sm);
|
||||
font-weight: bold;
|
||||
padding: var(--spacer-xs) var(--spacer);
|
||||
padding: 2px var(--spacer-sm);
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user