nimazasinich
Cursor Agent
bxsfy712
commited on
Commit
·
336ef33
1
Parent(s):
ab02ac4
Remove unused blink animation from CSS (#118)
Browse filesCo-authored-by: Cursor Agent <[email protected]>
Co-authored-by: bxsfy712 <[email protected]>
static/pages/technical-analysis/dashboard-2.html
CHANGED
|
@@ -150,12 +150,6 @@
|
|
| 150 |
background: currentColor;
|
| 151 |
border-radius: 50%;
|
| 152 |
margin-left: auto;
|
| 153 |
-
animation: blink 1.5s infinite;
|
| 154 |
-
}
|
| 155 |
-
|
| 156 |
-
@keyframes blink {
|
| 157 |
-
0%, 100% { opacity: 1; }
|
| 158 |
-
50% { opacity: 0.3; }
|
| 159 |
}
|
| 160 |
|
| 161 |
.section-content { padding: 0.6rem; }
|
|
|
|
| 150 |
background: currentColor;
|
| 151 |
border-radius: 50%;
|
| 152 |
margin-left: auto;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 153 |
}
|
| 154 |
|
| 155 |
.section-content { padding: 0.6rem; }
|
templates/index.html
CHANGED
|
@@ -184,21 +184,6 @@
|
|
| 184 |
font-weight: 700;
|
| 185 |
text-transform: uppercase;
|
| 186 |
color: var(--accent-red);
|
| 187 |
-
animation: blink 2s infinite;
|
| 188 |
-
}
|
| 189 |
-
|
| 190 |
-
@keyframes blink {
|
| 191 |
-
|
| 192 |
-
0%,
|
| 193 |
-
50%,
|
| 194 |
-
100% {
|
| 195 |
-
opacity: 1;
|
| 196 |
-
}
|
| 197 |
-
|
| 198 |
-
25%,
|
| 199 |
-
75% {
|
| 200 |
-
opacity: 0.3;
|
| 201 |
-
}
|
| 202 |
}
|
| 203 |
|
| 204 |
/* Tabs */
|
|
|
|
| 184 |
font-weight: 700;
|
| 185 |
text-transform: uppercase;
|
| 186 |
color: var(--accent-red);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 187 |
}
|
| 188 |
|
| 189 |
/* Tabs */
|
templates/unified_dashboard.html
CHANGED
|
@@ -181,21 +181,6 @@
|
|
| 181 |
font-weight: 700;
|
| 182 |
text-transform: uppercase;
|
| 183 |
color: var(--accent-red);
|
| 184 |
-
animation: blink 2s infinite;
|
| 185 |
-
}
|
| 186 |
-
|
| 187 |
-
@keyframes blink {
|
| 188 |
-
|
| 189 |
-
0%,
|
| 190 |
-
50%,
|
| 191 |
-
100% {
|
| 192 |
-
opacity: 1;
|
| 193 |
-
}
|
| 194 |
-
|
| 195 |
-
25%,
|
| 196 |
-
75% {
|
| 197 |
-
opacity: 0.3;
|
| 198 |
-
}
|
| 199 |
}
|
| 200 |
|
| 201 |
/* Tabs */
|
|
|
|
| 181 |
font-weight: 700;
|
| 182 |
text-transform: uppercase;
|
| 183 |
color: var(--accent-red);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 184 |
}
|
| 185 |
|
| 186 |
/* Tabs */
|