mirror of https://github.com/freeCodeCamp/devdocs
parent
314f200804
commit
dc6e239a50
@ -0,0 +1,21 @@
|
||||
%simple {
|
||||
padding-left: 1rem;
|
||||
|
||||
h1, h2, h3 {
|
||||
position: relative;
|
||||
left: -1rem;
|
||||
}
|
||||
h2 { @extend %block-heading; }
|
||||
h3 { @extend %block-label, %label-blue; }
|
||||
h4 { font-size: inherit; }
|
||||
|
||||
._mobile & {
|
||||
padding-left: 0;
|
||||
|
||||
h1, h2, h3 { left: 0; }
|
||||
}
|
||||
|
||||
code { @extend %label; }
|
||||
}
|
||||
|
||||
._lodash { @extend %simple; }
|
@ -1,8 +0,0 @@
|
||||
._lodash {
|
||||
padding-left: 1rem;
|
||||
|
||||
h1, h2 { margin-left: -1rem; }
|
||||
h2 { @extend %block-heading; }
|
||||
h3 { @extend %block-label, %label-blue; }
|
||||
h4 { font-size: inherit; }
|
||||
}
|
Loading…
Reference in new issue