Sha256: 9c200af6ebc5a34f1a3af1663aa03487fa092d3fe41d2d261fb6a8735e6890a0
Contents?: true
Size: 1.27 KB
Versions: 10
Compression:
Stored size: 1.27 KB
Contents
/** * Copyright (c) Tiny Technologies, Inc. All rights reserved. * Licensed under the LGPL or a commercial license. * For LGPL see License.txt in the project root for license information. * For commercial licenses see https://www.tiny.cloud/ */ @import "alchemy/variables"; @import "alchemy/custom-properties"; html { font-size: 13px; } body { font-family: $default-font-family; line-height: 1.4; margin: 1em; color: var(--color-text); } a { color: var(--color-blue_dark); } table { border-collapse: collapse; } table td, table th { border: 1px solid $default-border-color; padding: 0.4rem; } figure { display: table; margin: 1rem auto; } figure figcaption { color: var(--color-grey_dark); display: block; margin-top: 0.25rem; text-align: center; } hr { border-color: $default-border-color; border-style: solid; border-width: 1px 0 0 0; } code { background-color: var(--color-grey_very_light); border-radius: $default-border-radius; padding: 0.1rem 0.2rem; } .mce-content-body:not([dir="rtl"]) blockquote { border-left: 2px solid $default-border-color; margin-left: 1.5rem; padding-left: 1rem; } .mce-content-body[dir="rtl"] blockquote { border-right: 2px solid $default-border-color; margin-right: 1.5rem; padding-right: 1rem; }
Version data entries
10 entries across 10 versions & 1 rubygems