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