Sha256: b0054a160ac1bc89972e615130b7e483e5b3024f1e857689cf8cf9a70abdea44

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

.mdc-data-table {
  overflow: {
    x: scroll;
  }

  width: 100%;
}

table {
  border: {
    spacing: 0;
  }

  thead,
  tbody {

    tr {

      th {
        cursor: pointer;
      }

      th,
      td {
        border: {
          top: 0;
        }

        padding: 1rem;
        vertical: {
          align: top;
        }

        &.text-center {
          text: {
            align: center;
          }
        }

        &.width-320 {
          width: 318px;
        }

        &.width-75 {
          width: 90px;
        }

        &.width-60 {
          width: 75px;
        }

        &.width-70 {
          width: 85px;
        }

        &.width-95 {
          width: 110px;
        }

        .overflow {
          display: block;
          overflow: hidden;
          text: {
            overflow: ellipsis;
          }
          white: {
            space: nowrap;
          }
        }

        i {

          vertical: {
            align: inherit;
          }
        }
      }
    }
  }
}

.hide {
  display: none;
}

@media only screen and (max-width: 1150px) {

  .mdc-data-table {
    width: 100%;
  }
}

@media only screen and (min-width: 1149px) {

  table {
    table: {
      layout: fixed;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simplecov-material-1.0.0 dist/styles/table.scss