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.
24 lines
449 B
24 lines
449 B
._phaser {
|
|
h2 { @extend %block-heading; }
|
|
h4 { @extend %block-label, %label-blue; }
|
|
|
|
p > code, li > code, td > code { @extend %label; }
|
|
|
|
dt.tag-source {
|
|
color: #666;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.deprecated-notice {
|
|
@extend %note;
|
|
}
|
|
|
|
#docs-index > h3 { @extend %block-label, %label-blue; }
|
|
#docs > h3 { @extend %block-heading; }
|
|
#docs > h4 { @extend %block-label, %label-blue; }
|
|
|
|
#docs header {
|
|
display: none;
|
|
}
|
|
}
|