mirror of https://github.com/freeCodeCamp/devdocs
parent
6d580a9255
commit
1181bd7498
@ -1,13 +0,0 @@
|
|||||||
._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; }
|
|
||||||
}
|
|
@ -0,0 +1,9 @@
|
|||||||
|
._react_native {
|
||||||
|
@extend %simple;
|
||||||
|
|
||||||
|
.deprecated { @extend %note, %note-orange; }
|
||||||
|
.deprecatedTitle { font-weight: $boldFontWeight; }
|
||||||
|
|
||||||
|
span.platform { float: right; }
|
||||||
|
span.propType, span.platform { font-weight: normal; }
|
||||||
|
}
|
Loading…
Reference in new issue