css: Use SCSS nesting for `.compare table thead th`.

This commit is contained in:
SiddharthVarshney 2020-07-01 22:50:48 +05:30 committed by Tim Abbott
parent 67bacd6e31
commit f1c70be50a
1 changed files with 7 additions and 5 deletions

View File

@ -889,12 +889,14 @@ nav {
color: hsla(0, 0%, 100%, 0.8);
}
.compare table thead th:last-of-type {
width: 120px;
}
.compare table thead th {
&:last-of-type {
width: 120px;
}
.compare table thead th.uniform {
width: 20%;
&.uniform {
width: 20%;
}
}
.compare table td:not(:first-of-type),