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

27 lines
342 B

._graphite {
@extend %simple;
h1 {
@extend %lined-heading;
}
.section:first-child h1 {
margin-top: 0;
}
dl > dt {
@extend %note, %note-blue;
padding: 1px 0.5rem 2px 0.5rem;
font-weight: bold;
}
dl.function > dt {
code {
font-weight: bold;
}
em {
font-style: normal;
}
}
}