fix grafico

This commit is contained in:
zaccaria.majid
2023-05-09 10:32:13 +02:00
parent e24e0143f5
commit 7cfedd2e56
3 changed files with 3 additions and 1 deletions
@@ -7,6 +7,7 @@
}
.grey {
background: #7F8C8D;
opacity: 50%;
}
.circle {
width: 1rem;
@@ -9,6 +9,7 @@
}
.grey {
background: #7F8C8D;
opacity: 50%;
}
@@ -1 +1 @@
body{height:100vh;overflow:hidden;}.blue{background:#3652d9;}.grey{background:#7f8c8d;}.circle{width:1rem;height:1rem;border-radius:50%;box-shadow:0 0 1px 1px #0000001a;}.pulse{animation:pulse-animation 2s infinite;}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2);}100%{box-shadow:0 0 0 20px rgba(0,0,0,0);}}
body{height:100vh;overflow:hidden;}.blue{background:#3652d9;}.grey{background:#7f8c8d;opacity:50%;}.circle{width:1rem;height:1rem;border-radius:50%;box-shadow:0 0 1px 1px #0000001a;}.pulse{animation:pulse-animation 2s infinite;}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2);}100%{box-shadow:0 0 0 20px rgba(0,0,0,0);}}