Sha256: 92596ffd7febed943f492fdbfc76c4b7008a686e530f9e21bd7e9a553ea74dbf
Contents?: true
Size: 705 Bytes
Versions: 2
Compression:
Stored size: 705 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; border: 1px solid $gray-dark; 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; opacity: $default-opacity; padding: 5px; & ~ p { margin: 0; } &:hover { opacity: 1; } } .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.rc.2 | scss/toolkit/components/notice.scss |
titon-toolkit-1.0.0.rc1 | scss/toolkit/components/notice.scss |