mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
20 lines
388 B
SCSS
20 lines
388 B
SCSS
._react_native {
|
|
@extend %simple;
|
|
|
|
.deprecated { @extend %note, %note-orange; }
|
|
.deprecatedTitle { font-weight: var(--boldFontWeight); }
|
|
|
|
span.platform { float: right; }
|
|
span.propType, span.platform { font-weight: normal; }
|
|
|
|
.label {
|
|
display:inline-block;
|
|
font-size:.85rem;
|
|
}
|
|
.label::before {
|
|
content: "[";
|
|
}
|
|
.label::after {
|
|
content: "]";
|
|
}
|
|
}
|