Sha256: 4a0dde0234de432c41677b8783572cee2a830005ef23c5da68c385227734c834

Contents?: true

Size: 857 Bytes

Versions: 4

Compression:

Stored size: 857 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.pagination--grouped.oval {
    ul {
        border-radius: #{$oval-x} / #{$oval-y};
    }

    li:first-child .button {
        border-radius: #{$oval-x} 0 0 #{$oval-x} / #{$oval-y} 0 0 #{$oval-y};
    }

    li:last-child .button {
        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

4 entries across 4 versions & 1 rubygems

Version Path
titon-toolkit-1.0.0.rc.2 scss/toolkit/effects/oval.scss
titon-toolkit-1.0.0.rc1 scss/toolkit/effects/oval.scss
titon-toolkit-0.14.0 scss/toolkit/effects/oval.scss
titon-toolkit-0.13.2 scss/toolkit/effects/oval.scss