Sha256: e773158609af142f98303cba2ac8b8f6546e9c5824f5c6a6ad49d9f5ea80ba4c

Contents?: true

Size: 710 Bytes

Versions: 2

Compression:

Stored size: 710 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

2 entries across 2 versions & 1 rubygems

Version Path
titon-toolkit-0.12.0 scss/toolkit/ui/matrix.scss
titon-toolkit-0.11.2 scss/toolkit/ui/matrix.scss