Sha256: 76cfc4686db67483215bf6162beb9afd6210751ecafa37a15bd7aa920e5697ef
Contents?: true
Size: 834 Bytes
Versions: 2
Compression:
Stored size: 834 Bytes
Contents
/** * @copyright 2010-2013, The Titon Project * @license http://opensource.org/licenses/bsd-license.php * @link http://titon.io */ @import "../common"; //-------------------- Button --------------------// .button.oval { border-radius: #{$oval-x} / #{$oval-y}; } //-------------------- Pagination --------------------// .pagination--grouped.oval { ul { border-radius: #{$oval-x} / #{$oval-y}; } li:first-child a { border-radius: #{$oval-x} 0 0 #{$oval-x} / #{$oval-y} 0 0 #{$oval-y}; } li:last-child a { border-radius: 0 #{$oval-x} #{$oval-x} 0 / 0 #{$oval-y} #{$oval-y} 0; } } //-------------------- Visual --------------------// .visual-gloss.oval:after { width: 90%; left: 5.5%; border-radius: 5rem 5rem 4rem 4rem / 1.5rem 1.5rem 1.5rem 1.5rem; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
titon-toolkit-1.0.0 | scss/toolkit/effects/oval.scss |
titon-toolkit-1.0.0.rc.3 | scss/toolkit/effects/oval.scss |