You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/assets/stylesheets/pages/_yard.scss

21 lines
299 B

._yard {
@extend %simple;
.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;
}
}