Refine glass UI capsules and hub card
All checks were successful
Build Docker Image / build (push) Successful in 4m43s
All checks were successful
Build Docker Image / build (push) Successful in 4m43s
This commit is contained in:
@@ -36,6 +36,25 @@
|
||||
--noise: 0;
|
||||
}
|
||||
|
||||
@layer components {
|
||||
.glass-topfade {
|
||||
background: linear-gradient(
|
||||
180deg,
|
||||
rgba(255, 255, 255, 0.4) 0%,
|
||||
rgba(255, 255, 255, 0.18) 45%,
|
||||
rgba(255, 255, 255, 0) 100%
|
||||
);
|
||||
}
|
||||
|
||||
.glass-soft {
|
||||
@apply bg-white/10 border border-white/10 backdrop-blur-md;
|
||||
}
|
||||
|
||||
.glass-bright {
|
||||
@apply bg-white/30 border border-white/20 backdrop-blur-md;
|
||||
}
|
||||
}
|
||||
|
||||
@plugin "daisyui/theme" {
|
||||
name: "silk";
|
||||
default: false;
|
||||
|
||||
Reference in New Issue
Block a user