mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for `.compare table thead th`.
This commit is contained in:
parent
67bacd6e31
commit
f1c70be50a
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue