_yard.scss 299 B

1234567891011121314151617181920
  1. ._yard {
  2. @extend %simple;
  3. .tag_title {
  4. font-weight: var(--boldFontWeight);
  5. }
  6. .sl-c-description-list--horizontal * {
  7. display: inline-block;
  8. padding: 0;
  9. margin: 0;
  10. dt {
  11. margin-left: 1rem;
  12. }
  13. }
  14. .sl-c-callout--warning {
  15. @extend %note, %note-orange;
  16. }
  17. }