webcron/assets/scss/job/index.scss

57 lines
805 B
SCSS

@import "/assets/scss/base";
@import "/assets/scss/icons";
tr.norun td {
background-color: #f8d7da;
@media (prefers-color-scheme: dark) {
background-color: initial;
}
}
tr.running td {
background-color: #d4edda;
@media (prefers-color-scheme: dark) {
background-color: initial;
}
}
.big-icon {
font-size: 1.5rem;
}
.tag {
display: inline-block;
padding: 0.25em 1em;
}
td.status-col {
width: 54px;
}
.blur {
filter: blur(3px);
}
.runnow-overlay {
.runnow-blur {
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1500;
}
.runnow-content {
font-size: 10px;
height: 50px;
position: absolute;
text-align: center;
top: 50%;
width: 100px;
left: 50%;
margin-left: -50px;
margin-top: -50px;
}
}