Sha256: 8eafbe6bf88dcc14e0191d9978f5e7c46b1565fdb6be07a4081a6cabe15aa957
Contents?: true
Size: 612 Bytes
Versions: 2
Compression:
Stored size: 612 Bytes
Contents
/** * @copyright 2010-2013, The Titon Project * @license http://opensource.org/licenses/bsd-license.php * @link http://titon.io */ @import "../common"; .notice { margin: $margin 0; padding: $padding; background: $gray-light; text-align: left; hr { border: 0; border-top: 1px solid transparent; } a { font-weight: bold; } @include content-spacing; } .notice-close { float: right; margin-left: $margin; line-height: 1rem; padding: 5px; & ~ p { margin: 0; } } .notice-title { margin: 0 0 ($margin / 2) 0; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
titon-toolkit-1.0.0 | scss/toolkit/components/notice.scss |
titon-toolkit-1.0.0.rc.3 | scss/toolkit/components/notice.scss |