[IMP] web_widget_x2many_2d_matrix: black, isort

This commit is contained in:
Adrià Gil Sorribes
2020-02-14 10:02:14 +01:00
committed by Lois Rilo
parent 355e491c2c
commit 80f63ca781
7 changed files with 288 additions and 264 deletions

View File

@@ -21,10 +21,12 @@ $x2many_2d_matrix_max_height: 450px;
> tbody {
> tr {
&:nth-of-type(2n+1) td.row-total, &:nth-of-type(2n+1) td:first-child {
&:nth-of-type(2n + 1) td.row-total,
&:nth-of-type(2n + 1) td:first-child {
background-color: mix(#000, #fff, 1%);
}
&:nth-of-type(2n) td.row-total, &:nth-of-type(2n) td:first-child {
&:nth-of-type(2n) td.row-total,
&:nth-of-type(2n) td:first-child {
background-color: white;
}