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