You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/assets/stylesheets/pages/_jq.scss

27 lines
411 B

._jq {
@extend %simple;
.manual-example table {
border: none;
& td {
@extend %pre;
&.jqprogram { font-weight: bold; }
border: none;
}
& th {
color: var(--textColor);
background: var(--contentBackground);
text-align: right;
border: none;
}
& tr:not(:first-child) th:not(:empty) {
&, & + td {
border-top: 1px solid var(--boxBorder);
}
}
}
}