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