Sha256: edb4180be197381b2cec02dc796d80e76c6a90d87daf51c7b91277095fcb1c12
Contents?: true
Size: 1.01 KB
Versions: 45
Compression:
Stored size: 1.01 KB
Contents
// ************************************* // // Table // // ************************************* // ------------------------------------- // Variables // ------------------------------------- $table-border: 1px solid #999 !default $table-color: #444 !default $table-fontSize: 14px !default $table-whitespace: 20px !default // ------------------------------------- // Base // ------------------------------------- .table -moz-box-sizing: border-box box-sizing: border-box font-size: $table-fontSize margin: 0 0 $table-whitespace width: 100% // ------------------------------------- // Modifiers // ------------------------------------- // ----- Striped ----- // .table--striped .table-body tr:nth-child(odd) background: lighten($table-color, 65%) // ------------------------------------- // Submodules // ------------------------------------- // ----- Row ----- // .table-row border-bottom: $table-border th, td padding: ($table-whitespace / 2) th font-weight: bold text-align: left
Version data entries
45 entries across 45 versions & 1 rubygems