mirror of https://github.com/freeCodeCamp/devdocs
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.
12 lines
327 B
12 lines
327 B
._d {
|
|
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; }
|
|
|
|
p > code, li > code, td > code, dd > code { @extend %label; }
|
|
|
|
span.red { color: $textColorRed; }
|
|
}
|