Job list popout added

This commit is contained in:
victorAnumudu
2023-05-10 19:29:15 +01:00
parent f3c4efa409
commit 8369dbfeff
6 changed files with 197 additions and 19 deletions
-15
View File
@@ -734,21 +734,6 @@ TODO: Responsive ===========================
display: none;
}
/* JOBS DETAILS ALERT */
.alert-box{
animation-name: scale;
animation-duration: .5s;
animation-timing-function: linear;
}
@keyframes scale {
0%{transform: scale(0)}
50%{transform: scale(1.1)}
100%{transform: scale(1)}
}
/* END OF JOBS DETAILS ALERT */
/* Update table scrollbar */
.update-table::-webkit-scrollbar-track, .update-table > *::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);