mirror of https://github.com/freeCodeCamp/devdocs
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.
27 lines
342 B
27 lines
342 B
7 years ago
|
._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;
|
||
|
}
|
||
|
}
|
||
|
}
|