Sha256: f053fd35035b81995f431a503b143d107ef47ca3edc8a7abd21942e9ff2f8a6e
Contents?: true
Size: 572 Bytes
Versions: 5
Compression:
Stored size: 572 Bytes
Contents
$table-background-color: $white; $table-border-color: color($grey, 300); $table-header-background-color: color($grey, 100); $table-header-color: color($grey, 700); table { min-width: 100%; th { background-color: $table-header-background-color; border: 1px solid $table-border-color; color: $table-header-color; font-weight: 400; padding: 1em; text-align: center; } td { background-color: $table-background-color; border: 1px solid $table-border-color; padding: 1em; text-align: center; } }
Version data entries
5 entries across 5 versions & 1 rubygems