Skip to content
Snippets Groups Projects
Commit 75bb4b8b authored by maeries's avatar maeries
Browse files

removed unused effects

parent acb0b32f
No related branches found
No related tags found
No related merge requests found
......@@ -118,25 +118,6 @@
transform: translateY(0);
}
}
.pulse {
position: absolute;
width: 100px;
height: 100px;
border-radius: 50%;
background: var(--primary);
opacity: 0;
animation: pulse 4s ease-out infinite;
}
@keyframes pulse {
0% {
transform: scale(0);
opacity: 0.5;
}
100% {
transform: scale(3);
opacity: 0;
}
}
</style>
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment