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/_rfc.scss

16 lines
313 B

._rfc-pre {
font-size: .8125rem;
min-width: 38rem;
@extend %code;
11 years ago
> h2 { @extend %block-heading; }
> h3 { @extend %block-label, %label-blue; }
> h4 { @extend %block-label; }
> h3, > h4 { font-size: .875rem; }
> h1, > h2, > h3, > h4, > h5 {
margin: 0;
font-family: var(--baseFont);
}
11 years ago
}