Sha256: 2c5f8119b8d6269d39ae66a13482f1672bad45336dd46145493de8d2238cd24a

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

div.page-break {
  margin-top: $spacing-unit;
  margin-bottom: $spacing-unit;
  break-after: page;
  background-color: black;
  height: 1px;
}

div.display {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding-left: auto;
  padding-right: auto;
  width: 100%;
  margin: 0px;

  &.center {
    align-items: center;
    justify-content: center;
  }

  > * {
    margin-left: $spacing-unit / 4;
    margin-right: $spacing-unit / 4;
  }
}

div.utf-box-drawing {
  pre, > pre, pre code {
    font-family: "Source Code Pro";
    line-height: initial;
  }
}


// https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type#Syntax
ol.heirarchical > li {
  ol, ul {
    //margin-bottom: 0px;
  }
  > ol > li {
    list-style-type: lower-alpha;

    > ol > li {
      list-style-type: lower-roman;
    }
  }
}

.citation-docgen {
  .citation-number-docgen:after {
    counter-increment: citation-docgen;
    content: counter(citation-docgen);
  }
}

@media print {
  .page-break {
    height: 0px;
    background-color: none;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-docgen-1.1.3 _sass/docgen/_api.scss