Sha256: bc6e138e6f1c247cfc7ef7138cd688730746b0e935da54b13dfd3e3c40e698d7

Contents?: true

Size: 630 Bytes

Versions: 3

Compression:

Stored size: 630 Bytes

Contents

// HM styling just for callouts, notes, and warnings.
blockquote {
  border-left: 0 none;
}

p,
blockquote {
  &.highlight,
  &.important,
  &.important-title,
  &.new,
  &.note,
  &.note-title,
  &.warning {
    border-left: 0 none;
    box-shadow: none;
    margin-bottom: $sp-7;
    margin-top: $sp-7;
    padding: $sp-5;

    & > &,
    & > div.opaque > & {
      margin-bottom: $sp-4;
      margin-top: $sp-4;
    }

    &::before,
    &:is(.important-title) > p:first-child,
    &:is(.note-title) > p:first-child {
      @include fs-3;
      letter-spacing: 1px;
    }
  }
}

div.opaque {
  border-radius: $border-radius;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
just-the-hm-docs-1.0.2.rc1 _sass/custom/hm-notes.scss
just-the-hm-docs-1.0.1.rc1 _sass/custom/hm-notes.scss
just-the-hm-docs-1.0.0.rc1 _sass/custom/hm-notes.scss