Frontend: Removed blinking indicators

This commit is contained in:
Natty 2023-10-02 19:05:30 +02:00
parent c58bc2994d
commit be08be61c6
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
9 changed files with 1 additions and 22 deletions

View File

@ -163,7 +163,6 @@ function close() {
left: 32px;
color: var(--indicator);
font-size: 8px;
animation: blink 1s infinite;
@media (max-width: 500px) {
top: 16px;

View File

@ -483,7 +483,6 @@ onBeforeUnmount(() => {
left: 13px;
color: var(--indicator);
font-size: 12px;
animation: blink 1s infinite;
}
}

View File

@ -142,7 +142,6 @@ definePageMetadata({
&.ph-circle ph-fill {
color: var(--indicator);
animation: blink 1s infinite;
}
&.ph-check {

View File

@ -1,6 +1,6 @@
<template>
<form class="mk-setup" @submit.prevent="submit()">
<h1>Welcome to Calckey!</h1>
<h1>Welcome to Magnetar!</h1>
<div class="_formRoot">
<p>{{ i18n.ts.intro }}</p>
<MkInput

View File

@ -691,18 +691,6 @@ hr {
transform: scale(0.9);
}
@keyframes blink {
0% {
opacity: 1;
}
70% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes tada {
from {
transform: scale3d(1, 1, 1);

View File

@ -341,7 +341,6 @@ function more() {
left: 20px;
color: var(--navIndicator);
font-size: 8px;
animation: blink 1s infinite;
}
> .text {

View File

@ -406,7 +406,6 @@ function more(ev: MouseEvent) {
left: 20px;
color: var(--navIndicator);
font-size: 8px;
animation: blink 1s infinite;
}
> .text {
@ -589,7 +588,6 @@ function more(ev: MouseEvent) {
left: 24px;
color: var(--navIndicator);
font-size: 8px;
animation: blink 1s infinite;
}
&:hover,

View File

@ -544,7 +544,6 @@ async function deleteProfile() {
left: 0;
color: var(--indicator);
font-size: 16px;
animation: blink 1s infinite;
}
&:first-child {

View File

@ -663,7 +663,6 @@ console.log(mainRouter.currentRoute.value.name);
left: 0;
color: var(--indicator);
font-size: 16px;
animation: blink 1s infinite;
}
}
@ -684,7 +683,6 @@ console.log(mainRouter.currentRoute.value.name);
left: 0;
color: var(--indicator);
font-size: 16px;
animation: blink 1s infinite;
}
&:first-child {