Sha256: 5167d424277cd3b8899cd3328f1b65da2a2d0fab465f8af1f4e593e72628ec92
Contents?: true
Size: 690 Bytes
Versions: 6
Compression:
Stored size: 690 Bytes
Contents
/** * @copyright 2010-2013, The Titon Project * @license http://opensource.org/licenses/bsd-license.php * @link http://titon.io */ @import "../common"; .#{$vendor-prefix}notice { margin: $margin 0; padding: $padding; text-align: left; hr { border: 0; border-top: 1px solid transparent; } a { font-weight: bold; } p:first-child { margin-top: 0; } } .#{$vendor-prefix}notice-close { float: right; margin-left: $margin; line-height: 1rem; padding: 5px; background: none; border: 0; & ~ p { margin: 0; } } .#{$vendor-prefix}notice-title { margin: 0 0 ($margin / 2) 0; }
Version data entries
6 entries across 6 versions & 1 rubygems