Sha256: f4e97e29328e784854c7a801c4fbf16f256a72c99835eab13c203f5f89d52b45
Contents?: true
Size: 673 Bytes
Versions: 16
Compression:
Stored size: 673 Bytes
Contents
.raster-guidelines { display: -webkit-flex; display: flex; position: absolute; left: 0; top: 0; bottom: 0; right: 0; } .raster-guidelines > div.raster-column { display: -webkit-flex; display: flex; background-color: rgba(148, 235, 255, .25); margin-right: $gutter-width; -webkit-flex: 0 0 $column-width; flex: 0 0 $column-width; } .raster-guidelines > div.raster-column:last-child { margin-right: 0; } .raster-column > div.raster-unit { background-color: rgba(148, 235, 255, .25); margin-right: $gutter-width; -webkit-flex: 0 0 $unit-width; flex: 0 0 $unit-width; } .raster-column > div.raster-unit:last-child { margin-right: 0; }
Version data entries
16 entries across 16 versions & 3 rubygems