This commit is contained in:
+2
-2
@@ -60,14 +60,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* === SPARKLES === */
|
/* === SPARKLES === */
|
||||||
/*.sparkle {
|
.sparkle {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
animation: float-sparkle linear infinite;
|
animation: float-sparkle linear infinite;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}*/
|
}
|
||||||
|
|
||||||
@keyframes float-sparkle {
|
@keyframes float-sparkle {
|
||||||
0% { transform: translateY(0) scale(0); opacity: 0; }
|
0% { transform: translateY(0) scale(0); opacity: 0; }
|
||||||
|
|||||||
Reference in New Issue
Block a user