18 lines
215 B
CSS
18 lines
215 B
CSS
.full-width-table {
|
|
width: 100%;
|
|
}
|
|
|
|
.running {
|
|
background-color: #f53d24;
|
|
color: #000000;
|
|
}
|
|
|
|
.printed {
|
|
background-color: #00f518;
|
|
color: #000000;
|
|
}
|
|
.center {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|