Sha256: efa71c8a6dabf7a5fa447d173b256cfdadfddf918b9281899163d0e459afbb3a
Contents?: true
Size: 756 Bytes
Versions: 10
Compression:
Stored size: 756 Bytes
Contents
/** * @copyright 2010-2015, The Titon Project * @license http://opensource.org/licenses/BSD-3-Clause * @link http://titon.io */ @import "../common"; @include export("notice") { #{$notice-class} { margin: $margin 0; padding: $padding; hr { border: 0; border-top: 1px solid white(.15); } p:first-child { margin-top: 0; } } #{$notice-class-close} { float: $align-opposite-direction; margin-#{$align-direction}: $margin; line-height: 1rem; padding: 5px; background: none; border: 0; & ~ p { margin: 0; } } #{$notice-class-title} { margin: 0 0 ($margin / 2) 0; } }
Version data entries
10 entries across 10 versions & 1 rubygems