Sha256: f91bac2e75acdd55953deaf8cd427b24a6d22183d7af0cd7816e71f49bd3fcad

Contents?: true

Size: 591 Bytes

Versions: 3

Compression:

Stored size: 591 Bytes

Contents

/*------------------------------------*\
    #POSITION-GRID
\*------------------------------------*/

$position-grid-cell-fill-color:           $white;
$position-grid-cell-fill-color-hover:     $light-gray;
$position-grid-cell-path-color:           $gray;

.position-grid {
    height: 150px;
}

.position-grid--input {
    display: none;
}

    .position-grid__cell {
        fill: $position-grid-cell-fill-color;

        &:hover {
            fill: $position-grid-cell-fill-color-hover;
        }
    }

    .position-grid__cell-path {
        fill: $position-grid-cell-path-color;
    }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-super_hero-2.3.0 app/assets/stylesheets/workarea/admin/super_hero/components/_position_grid.scss
workarea-super_hero-2.2.2 app/assets/stylesheets/workarea/admin/super_hero/components/_position_grid.scss
workarea-super_hero-2.2.1 app/assets/stylesheets/workarea/admin/super_hero/components/_position_grid.scss