added crons web apis and ui listing

This commit is contained in:
Gani Georgiev
2024-12-25 22:24:24 +02:00
parent ed1917b307
commit 56f951e5a2
46 changed files with 692 additions and 270 deletions
+8
View File
@@ -752,6 +752,14 @@ a.thumb:not(.thumb-active) {
background-size: 200% 100%;
animation: shine 1s linear infinite;
}
// sizes
&.skeleton-loader-sm {
height: 8px;
}
&.skeleton-loader-lg {
height: 18px;
}
}
.placeholder-section {