Sha256: 2a8f9dfa1c9b4af1522b7463d30c3322f53dcc342dc8c414a1bb9fe2106e0d75
Contents?: true
Size: 668 Bytes
Versions: 39
Compression:
Stored size: 668 Bytes
Contents
// ========================================================================== // Base – Blockquote // ========================================================================== blockquote, .blockquote { font-family: @base-blockquote-font-family; font-weight: @base-font-weight; color: @base-blockquote-color; font-style: italic; margin: 3em 0; p { .font-size(@base-blockquote-font-size); .line-height(@base-blockquote-line-height); margin-bottom: .4em; } cite { .font-size(@base-font-size - 3); .line-height(@base-line-height - 3); font-weight: @font-bold; font-style: normal; color: @base-blockquote-cite-color; } }
Version data entries
39 entries across 39 versions & 1 rubygems