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
332 B
18 lines
332 B
._cakephp {
|
|
@extend %simple;
|
|
|
|
h3 > .source { float: right; }
|
|
h3 > a, span.label, span.php-keyword1 { font-weight: normal; }
|
|
|
|
h4 {
|
|
margin: 1.5em 0;
|
|
@extend %block-label;
|
|
}
|
|
|
|
dl { margin: 1em 0; }
|
|
|
|
.info { @extend %note; }
|
|
code { @extend %label; }
|
|
p > .label, dt > .label { @extend %label, %label-yellow; }
|
|
}
|