41 lines
446 B
SCSS
41 lines
446 B
SCSS
body.s-state-yiff-rest {
|
|
background-color: #2C2F33;
|
|
color: #2A2A1D;
|
|
|
|
table,
|
|
thead,
|
|
th,
|
|
tbody,
|
|
tr,
|
|
td {
|
|
text-align: center;
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
}
|
|
|
|
table,
|
|
th,
|
|
td {
|
|
border: 1px solid black;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.red {
|
|
background-color: #f00;
|
|
}
|
|
|
|
.green {
|
|
background-color: #008000;
|
|
}
|
|
|
|
.yellow {
|
|
background-color: #FF0;
|
|
}
|
|
|
|
.total {
|
|
background-color: plum;
|
|
}
|
|
}
|