Sha256: a11a2ee54c1d234251359891617195a8150e6c2b7e5900a3b5876a9e293acad5
Contents?: true
Size: 747 Bytes
Versions: 4
Compression:
Stored size: 747 Bytes
Contents
/** * MUI Tables module */ // Global styles th { text-align: left; } // Table style .mui-table { width: 100%; max-width: 100%; margin-bottom: $mui-base-line-height-computed; // Cells > thead, > tbody, > tfoot { > tr { > th, > td { padding: $mui-table-cell-padding; line-height: $mui-base-line-height; } } } // Bottom align for column headings > thead > tr > th { border-bottom: 2px solid $mui-table-border-color; font-weight: 700; } // multiple tbody instances > tbody + tbody { border-top: 2px solid $mui-table-border-color; } // Bordered style &.mui-table-bordered > tbody > tr > td { border-bottom: 1px solid $mui-table-border-color; } }
Version data entries
4 entries across 4 versions & 1 rubygems