mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
14 lines
290 B
SCSS
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; }
|
|
}
|