Add render data
This commit is contained in:
@@ -10,5 +10,27 @@ body {
|
||||
}
|
||||
|
||||
table {
|
||||
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.none {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#loader span {
|
||||
animation: 1500ms infinite loader;
|
||||
animation-delay: calc(var(--i) * 500ms);
|
||||
}
|
||||
|
||||
@keyframes loader {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
to {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user