Sha256: 66546eeaad67bd6192d77844cb56c43c76656eb3dc45f8678851b4eb7e0a4cde
Contents?: true
Size: 434 Bytes
Versions: 7
Compression:
Stored size: 434 Bytes
Contents
//expand table{ //EXPAND width:100%; //FIX SPACING -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; //LINES td, th{ padding: 8px; border-bottom: 1px solid rgba($black, 0.1); } //STRIPE tr:nth-child(even) { background-color: rgba($black, 0.03); } //HIGHLIGHT tbody tr:hover{ background-color: rgba($black, 0.07); } } //BUILDERS //inverse, additional color pallets, highlight colors
Version data entries
7 entries across 7 versions & 1 rubygems