mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-12 19:20:45 +02:00
Update dashboard.css
This commit is contained in:
parent
504eb88077
commit
353c9567bb
@ -197,3 +197,25 @@
|
|||||||
#payoutMiscCard {
|
#payoutMiscCard {
|
||||||
margin-bottom: 60px;
|
margin-bottom: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Add these styles to dashboard.css */
|
||||||
|
@keyframes pulse-block-marker {
|
||||||
|
0% {
|
||||||
|
transform: translate(-50%, -50%) rotate(45deg) scale(1);
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
50% {
|
||||||
|
transform: translate(-50%, -50%) rotate(45deg) scale(1.3);
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
transform: translate(-50%, -50%) rotate(45deg) scale(1);
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.chart-container-relative {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user