mirror of https://github.com/freeCodeCamp/devdocs
parent
bc901cc6c8
commit
ef4e59a0b0
@ -1,21 +1,18 @@
|
|||||||
._phpunit {
|
._phpunit {
|
||||||
h1 {
|
> h2 { @extend %block-heading; }
|
||||||
margin-top: 0;
|
> h3 { @extend %block-label, %label-blue; }
|
||||||
@extend %lined-heading;
|
> h4 { font-size: 1em; }
|
||||||
}
|
|
||||||
|
|
||||||
h2.title {
|
> p > code { @extend %label; }
|
||||||
@extend %block-heading;
|
|
||||||
}
|
|
||||||
|
|
||||||
.programlisting > pre { white-space: normal; }
|
.warning, .alert {
|
||||||
|
@extend %note;
|
||||||
|
|
||||||
.literal {
|
> h3 {
|
||||||
padding: 2px 4px;
|
margin: 0 0 .5em;
|
||||||
color: #c7254e;
|
font-size: 1em;
|
||||||
background-color: #f9f2f4;
|
}
|
||||||
border-radius: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.warning { @extend %note, %note-red; }
|
.alert-danger { @extend %note-red; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue