devdocs/assets/stylesheets/pages/_d3.scss
2016-08-27 12:07:21 -04:00

14 lines
290 B
SCSS

._d3 {
> h2 { @extend %block-heading; }
> h3 { @extend %block-label; }
> h4 { font-size: 1rem; }
> h6 { @extend %block-label, %label-blue; }
> h6 > .source {
float: right;
font-weight: normal;
}
code { @extend %label; }
blockquote { @extend %note, %note-blue; }
}