Sha256: 8ae5e53e0ec4d21ed56645212f456188123fab1b68ab4a85ac71dd36c7ba262c
Contents?: true
Size: 1.29 KB
Versions: 22
Compression:
Stored size: 1.29 KB
Contents
%thredded--heading { font-family: $thredded-heading-font-family; font-size: $thredded-base-font-size; line-height: $thredded-heading-line-height; margin: 0 0 $thredded-small-spacing; } %thredded--link { color: $thredded-action-color; text-decoration: none; transition: $thredded-action-transition; &:active, &:focus, &:hover { color: $thredded-action-hover-color; text-decoration: none; } &:active, &:focus { outline: none; } } %thredded--hr { border-bottom: none; border-left: none; border-right: none; border-top: $thredded-base-border; margin: $thredded-base-spacing 0; } %thredded--paragraph { margin: 0 0 $thredded-small-spacing; } %thredded--icon { fill: currentColor; } %thredded--blockquote { margin: 0 0 0.75rem; border-left: solid 5px $thredded-blockquote-border-color; padding: 1rem; p:last-of-type { margin-bottom: 0; } @include thredded-media-mobile { padding: ($thredded-small-spacing / 2) $thredded-small-spacing; } } %thredded--embed-16-by-9 { display: block; position: relative; // 16 by 9 padding-bottom: 56.25%; // Account for the video player chrome padding-top: 35px; height: 0; overflow: hidden; > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } }
Version data entries
22 entries across 22 versions & 2 rubygems