Compare commits
2
Commits
44755c6e85
...
v0.9.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68b0e4d0bd | ||
|
|
cf5353dfe4 |
+5
-14
@@ -181,23 +181,14 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Console-module surface: translucent + blurred so the animated background
|
/* Console-module surface: translucent + blurred so the animated background
|
||||||
sweep shines through, with a hairline border and soft inset top highlight. */
|
sweep shines through. Card's own default `ring-1 ring-foreground/10`
|
||||||
|
(components/ui/card.tsx) still shows through here - shadow-xs's box-shadow
|
||||||
|
formula reads the same --tw-ring-shadow custom property Card sets, and
|
||||||
|
nothing here resets it. */
|
||||||
.bp-glass {
|
.bp-glass {
|
||||||
|
@apply shadow-xs;
|
||||||
background: color-mix(in srgb, var(--card) 55%, transparent);
|
background: color-mix(in srgb, var(--card) 55%, transparent);
|
||||||
backdrop-filter: blur(20px) saturate(150%);
|
backdrop-filter: blur(20px) saturate(150%);
|
||||||
border: 1px solid var(--border);
|
|
||||||
box-shadow: inset 0 1px 0 color-mix(in srgb, var(--foreground) 8%, transparent);
|
|
||||||
transition:
|
|
||||||
border-color 0.2s ease,
|
|
||||||
box-shadow 0.2s ease,
|
|
||||||
background-color 0.2s ease;
|
|
||||||
}
|
|
||||||
.bp-glass:hover {
|
|
||||||
background: color-mix(in srgb, var(--card) 62%, transparent);
|
|
||||||
border-color: color-mix(in srgb, var(--primary) 45%, var(--border));
|
|
||||||
box-shadow:
|
|
||||||
inset 0 1px 0 color-mix(in srgb, var(--foreground) 10%, transparent),
|
|
||||||
0 10px 30px -14px rgba(0, 0, 0, 0.45);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Illuminated indicator dot - reused on connection status and per-actuator
|
/* Illuminated indicator dot - reused on connection status and per-actuator
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sexy",
|
"name": "sexy",
|
||||||
"version": "0.9.0",
|
"version": "0.9.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
|||||||
Reference in New Issue
Block a user