mirror of https://github.com/freeCodeCamp/devdocs
14 lines
394 B
14 lines
394 B
._react {
|
|
> h2 { @extend %block-heading; }
|
|
> h3 { @extend %block-label, %label-blue; }
|
|
> h4 { @extend %block-label; }
|
|
|
|
p code, li code { @extend %label; }
|
|
blockquote, .deprecated { @extend %note; }
|
|
.deprecated { @extend %note-orange; }
|
|
.deprecatedTitle { font-weight: $boldFontWeight; }
|
|
|
|
span.platform { float: right; }
|
|
span.propType, span.platform { font-weight: normal; }
|
|
}
|