fix grafico
This commit is contained in:
@@ -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);}}
|
||||
Reference in New Issue
Block a user