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.
22 lines
328 B
22 lines
328 B
10 years ago
|
._phpunit {
|
||
|
h1 {
|
||
|
margin-top: 0;
|
||
|
@extend %lined-heading;
|
||
|
}
|
||
|
|
||
|
h2.title {
|
||
|
@extend %block-heading;
|
||
|
}
|
||
|
|
||
|
.programlisting > pre { white-space: normal; }
|
||
|
|
||
|
.literal {
|
||
|
padding: 2px 4px;
|
||
|
color: #c7254e;
|
||
|
background-color: #f9f2f4;
|
||
|
border-radius: 4px;
|
||
|
}
|
||
|
|
||
|
div.warning { @extend %note, %note-red; }
|
||
|
}
|