feat: Rework countdown visuals with new fill, border, and number color settings, including dynamic settings visibility and a "both" display mode.
This commit is contained in:
parent
02a3855ea1
commit
d00248593a
4 changed files with 282 additions and 37 deletions
|
|
@ -214,6 +214,14 @@
|
|||
/* Rotation handled inline to start at top */
|
||||
}
|
||||
|
||||
/* Grayscale Filter */
|
||||
.grayscale-filter {
|
||||
backdrop-filter: grayscale(100%) !important;
|
||||
background: transparent !important;
|
||||
opacity: 1 !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.bar-visual.vertical {
|
||||
width: 100%;
|
||||
/* height is set inline */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue