Remove obsolete CSS for the help page

This code isn't used since commit d679c1eb7.
This commit is contained in:
Javi Martín
2022-10-10 00:09:57 +02:00
parent ae218090f4
commit e66aab7d04

View File

@@ -11,7 +11,6 @@
// 10. Official levels // 10. Official levels
// 11. Tables // 11. Tables
// 12. Social // 12. Social
// 13. Pages
// 14. Verification // 14. Verification
// 15. Comments // 15. Comments
// 16. Flags // 16. Flags
@@ -1628,51 +1627,6 @@ table {
} }
} }
// 13. Pages
// ---------
.help {
li {
border-bottom: 1px solid $border;
font-weight: bold;
margin-left: rem-calc(-12);
position: relative;
span {
color: $text;
display: inline-block;
font-weight: normal;
}
&::after {
content: none;
color: $text-medium;
font-family: "icons" !important;
position: absolute;
right: 0;
top: 24px;
@include breakpoint(medium) {
content: "c";
}
}
}
a {
display: block;
padding: $line-height / 2;
}
a:hover {
background: $highlight;
span {
text-decoration: none;
}
}
}
// 14. Verification // 14. Verification
// ---------------- // ----------------