webcron/assets/job/index.scss

9 lines
162 B
SCSS
Raw Normal View History

2021-05-26 13:09:13 +02:00
@import "~bootstrap/dist/css/bootstrap.css";
@import "~font-awesome";
tr.norun td {
2021-07-20 16:29:11 +02:00
background-color: #f8d7da;
}
tr.running td {
2021-07-20 16:29:11 +02:00
background-color: #d4edda;
}