mirror of https://github.com/freeCodeCamp/devdocs
parent
9bdd8f6fd1
commit
7f33327fc5
@ -1,5 +1,20 @@
|
|||||||
._yard {
|
._yard {
|
||||||
@extend %simple;
|
@extend %simple;
|
||||||
|
|
||||||
.tag_title { font-weight: var(--boldFontWeight); }
|
.tag_title {
|
||||||
|
font-weight: var(--boldFontWeight);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sl-c-description-list--horizontal * {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
dt {
|
||||||
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.sl-c-callout--warning {
|
||||||
|
@extend %note, %note-orange;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue