mirror of
https://github.com/primer/css.git
synced 2025-01-04 12:22:17 +03:00
Using $spacer-3 for all the markdown margin variables
This commit is contained in:
parent
f6bac12538
commit
6bfb4044fa
@ -38,7 +38,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
margin-bottom: $margin;
|
margin-bottom: $spacer-3;
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
.highlight pre,
|
.highlight pre,
|
||||||
pre {
|
pre {
|
||||||
padding: $margin;
|
padding: $spacer-3;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
line-height: 1.45;
|
line-height: 1.45;
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
margin-top: ($margin * 1.5);
|
margin-top: ($spacer-3 * 1.5);
|
||||||
margin-bottom: $margin;
|
margin-bottom: $spacer-3;
|
||||||
font-weight: $font-weight-bold;
|
font-weight: $font-weight-bold;
|
||||||
line-height: $lh-condensed;
|
line-height: $lh-condensed;
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
li > p {
|
li > p {
|
||||||
margin-top: $margin;
|
margin-top: $spacer-3;
|
||||||
}
|
}
|
||||||
|
|
||||||
li + li {
|
li + li {
|
||||||
@ -58,15 +58,15 @@
|
|||||||
|
|
||||||
dt {
|
dt {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-top: $margin;
|
margin-top: $spacer-3;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: $font-weight-bold;
|
font-weight: $font-weight-bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
dd {
|
dd {
|
||||||
padding: 0 $margin;
|
padding: 0 $spacer-3;
|
||||||
margin-bottom: $margin;
|
margin-bottom: $spacer-3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user