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.
18 lines
465 B
18 lines
465 B
._node {
|
|
.api_stability_0, .api_stability_1 { @extend %note, %note-red; }
|
|
.api_stability_2 { @extend %note; }
|
|
.api_stability_3, .api_stability_4 { @extend %note, %note-green; }
|
|
.api_stability_5 { @extend %note, %note-blue; }
|
|
|
|
> h2 { @extend %block-heading; }
|
|
> h3 { @extend %block-label, %label-blue; }
|
|
> h4 { @extend %block-label; }
|
|
> h2 + h2, > h3 + h3 { margin-top: 0; }
|
|
|
|
> p > code, .type {
|
|
white-space: normal;
|
|
@extend %label;
|
|
}
|
|
}
|
|
|