mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 06:28:23 +00:00
css: Use SCSS nesting for .compare tbody tr td.
This commit is contained in:
committed by
Tim Abbott
parent
4c0a4d4cef
commit
fb1a593281
@@ -926,13 +926,12 @@ nav {
|
|||||||
|
|
||||||
.compare tbody tr td {
|
.compare tbody tr td {
|
||||||
padding: 10px 0px;
|
padding: 10px 0px;
|
||||||
}
|
|
||||||
|
|
||||||
.compare tbody tr td.no {
|
&.no {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compare tbody tr td.yes::before {
|
&.yes::before {
|
||||||
content: " ";
|
content: " ";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
@@ -942,7 +941,7 @@ nav {
|
|||||||
background-size: 100% auto;
|
background-size: 100% auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compare tbody tr td.no::before {
|
&.no::before {
|
||||||
content: "\d7";
|
content: "\d7";
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -957,11 +956,12 @@ nav {
|
|||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compare tbody tr td a {
|
a {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.compare p {
|
.compare p {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|||||||
Reference in New Issue
Block a user