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.
13 lines
222 B
13 lines
222 B
9 years ago
|
._sphinx_simple {
|
||
10 years ago
|
@extend %simple;
|
||
10 years ago
|
|
||
10 years ago
|
.admonition { @extend %note; }
|
||
|
.admonition.warning { @extend %note-orange; }
|
||
|
.admonition-title {
|
||
|
margin: 0 0 .25rem;
|
||
|
font-weight: bold;
|
||
|
}
|
||
9 years ago
|
|
||
|
code { @extend %label; }
|
||
10 years ago
|
}
|