Sha256: 6b43ac9f93866822e8dc44a0c5cee188e3299215788c4465edc6c3bb9cc7df85

Contents?: true

Size: 711 Bytes

Versions: 1

Compression:

Stored size: 711 Bytes

Contents

/**
 * @copyright   2010-2013, The Titon Project
 * @license     http://opensource.org/licenses/bsd-license.php
 * @link        http://titon.io
 */

@import "../_common";

/**
 * Should be used in conjunction with the JavaScript Titon.Matrix component.
 */

.matrix {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;

    @include clear-fix;

    &.no-columns .matrix-item {
        position: relative !important;
    }
}

.matrix-item {
    margin: 0;
    padding: 0;
    position: absolute;
    @include transition(top .3s, left .3s, bottom .3s, right .3s, opacity .3s);

    img {
        max-width: 100%;
        width: 100%;
        height: auto;
        display: block;
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
titon-toolkit-0.11.1 scss/toolkit/ui/matrix.scss