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/_d.scss

12 lines
327 B

._d {
7 years ago
h2 { @extend %block-heading; }
h3, .d_decl { @extend %block-label, %label-blue; }
.d_decl { @extend %code; }
.d_decl > small { color: $textColorLight; }
.d_decl > strong { font-weight: $bolderFontWeight; }
7 years ago
p > code, li > code, td > code, dd > code { @extend %label; }
7 years ago
span.red { color: $textColorRed; }
}