Sha256: a4295a6f158bd02a22e45f55d3fadf6aba30dd45ed16e5fdf24a35931956df9b
Contents?: true
Size: 419 Bytes
Versions: 7
Compression:
Stored size: 419 Bytes
Contents
/* Standard Tables ============================ */ table { width: $table-default-width; border: $table-default-border; th, td { padding: $table-cell-padding; } thead tr { background: $table-header-background; th { color: $table-header-color; font-weight: $table-header-fontWeight; } } tbody tr { &:nth-child(even) { background: $table-cell-altBackground; } } }
Version data entries
7 entries across 7 versions & 1 rubygems