mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-17 13:41:10 +00:00
Update release-beta to output generated at ca0d24f
This commit is contained in:
parent
934409fe8f
commit
0a30f19cae
3 changed files with 20 additions and 38 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
Beta-fa29a12
|
||||
Beta-ca0d24f
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
30
user.css
30
user.css
|
|
@ -714,37 +714,9 @@ input[type=color] {
|
|||
align-items: center;
|
||||
}
|
||||
#dribbblish-loader > div svg {
|
||||
animation: rotator 1.4s linear infinite;
|
||||
}
|
||||
#dribbblish-loader > div svg circle {
|
||||
stroke: var(--spice-text);
|
||||
stroke-dasharray: 187;
|
||||
stroke-dashoffset: 0;
|
||||
transform-origin: center;
|
||||
animation: dash 1.4s ease-in-out infinite;
|
||||
color: var(--spice-text);
|
||||
}
|
||||
|
||||
@keyframes rotator {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(270deg);
|
||||
}
|
||||
}
|
||||
@keyframes dash {
|
||||
0% {
|
||||
stroke-dashoffset: 187;
|
||||
}
|
||||
50% {
|
||||
stroke-dashoffset: 46.75;
|
||||
transform: rotate(135deg);
|
||||
}
|
||||
100% {
|
||||
stroke-dashoffset: 187;
|
||||
transform: rotate(450deg);
|
||||
}
|
||||
}
|
||||
.GenericModal__overlay {
|
||||
backdrop-filter: blur(3px) brightness(60%);
|
||||
background-color: transparent;
|
||||
|
|
|
|||
Loading…
Reference in a new issue