Sha256: 3989ed1a628284d1d9a97d9c85d59f03473c632b230d41b322f5183a3fd481e4

Contents?: true

Size: 476 Bytes

Versions: 8

Compression:

Stored size: 476 Bytes

Contents

// This file is part of the DITA Open Toolkit project. See the accompanying LICENSE.md file for applicable licenses.

// Sass partial for glossary style overrides

.glossAbbreviation,
.glossAcronym {
  color: $gray-600;
  font-size: $font-size-base;
  font-style: italic;
  margin: $spacer 1em;

  &::before {
    content: 'Abbreviation: “';
  }

  &::after {
    content: '”';
  }
}

.glossentry {
  margin-bottom: $spacer;
}

.glossterm {
  font-size: $h4-font-size;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cms-dita-jekyll-theme-0.1.7 _sass/_glossary.scss
cms-dita-jekyll-theme-0.1.6 _sass/_glossary.scss
cms-dita-jekyll-theme-0.1.5 _sass/_glossary.scss
cms-dita-jekyll-theme-0.1.4 _sass/_glossary.scss
cms-dita-jekyll-theme-0.1.3 _sass/_glossary.scss
cms-dita-jekyll-theme-0.1.2 _sass/_glossary.scss
cms-dita-jekyll-theme-0.1.1 _sass/_glossary.scss
cms-dita-jekyll-theme-0.1.0 _sass/_glossary.scss