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.
devdocs/assets/stylesheets/pages/_cakephp.scss

18 lines
346 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, div > .label { @extend %label, %label-yellow; }
}