aboutsummaryrefslogtreecommitdiffstats
path: root/components/base/Pulser.vue
diff options
context:
space:
mode:
Diffstat (limited to 'components/base/Pulser.vue')
-rw-r--r--components/base/Pulser.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/base/Pulser.vue b/components/base/Pulser.vue
index 796b3cc..c4151fb 100644
--- a/components/base/Pulser.vue
+++ b/components/base/Pulser.vue
@@ -12,7 +12,7 @@
height: 100px;
width: 100px;
- >div {
+ > div {
animation: growAndFade 3s infinite ease-out;
background-color: var(--color-primary);
border-radius: 50%;
@@ -37,7 +37,7 @@
@keyframes growAndFade {
0% {
- opacity: .25;
+ opacity: 0.25;
transform: scale(0);
}
@@ -53,4 +53,4 @@ body {
justify-content: center;
margin: 0;
}
-</style> \ No newline at end of file
+</style>