Sha256: b6334944aa073e777601df79c6331d8e961c9453b4ed162ce38333b3a97756ea
Contents?: true
Size: 367 Bytes
Versions: 5
Compression:
Stored size: 367 Bytes
Contents
@import 'metareports_color_variables.scss'; tr.even { background: $even; } tr.odd { background: $odd; } tr.yellow:nth-child(4n+0) { background: $yellow_0; } tr.yellow:nth-child(4n+1) { background: $yellow_1; } tr.yellow:nth-child(4n+2) { background: $yellow_2; } tr.yellow:nth-child(4n+3) { background: $yellow_3; } tr.highlight { background: $yellow_1 !important; }
Version data entries
5 entries across 5 versions & 1 rubygems