Sha256: 648e00ebf5c4046f1c6d81090f64e04a1610b2c77ea0c8232957a7e8f9fc35b9
Contents?: true
Size: 846 Bytes
Versions: 5
Compression:
Stored size: 846 Bytes
Contents
/** * @copyright 2010-2015, The Titon Project * @license http://opensource.org/licenses/BSD-3-Clause * @link http://titon.io */ @import "../common"; #{$tab-class} { text-align: left; } #{$tab-class-nav} { display: block; margin-bottom: $margin; ul, ol, li { @include reset-list; display: inline-block; } @include clear-fix; } // Add display none on sections since visibility property takes up DOM space #{$tab-class-section}.hide { display: none; } //-------------------- Modifiers --------------------// @if index($tab-modifiers, "horizontal") { #{$tab-class-modifier-horizontal} { #{$tab-class-nav} { ul, ol, li, a, button { display: block; float: none; text-align: left; } } } }
Version data entries
5 entries across 5 versions & 1 rubygems