Sha256: 687a2a3ec8ecd38789225ae88e5d23f939846b7cb079e48bd35d0a579c32221b

Contents?: true

Size: 747 Bytes

Versions: 2

Compression:

Stored size: 747 Bytes

Contents

.table, .wiki table {
  border-collapse: separate;
  margin: ($base-line-height / 2) 0;
  table-layout: auto;
  width: 100%;

  th {
    border-bottom: 1px solid darken($base-border-color, 5%);
    font-weight: bold;
    padding: ($base-line-height / 2) 0;
    text-align: left;
  }

  td {
    border-bottom: 1px solid $base-border-color;
  }

  tr:last-child td {
    border-bottom: none;
  }

  tr, td, th {
    vertical-align: middle;
    padding: 10px;
  }

  & > tbody > tr:nth-child(even) > td,
  & > tbody > tr:nth-child(even) > th {
    background-color: #f5f5f5;
  }

  td.actions a,
  td.actions span {
    opacity: 0;
  }

  tr:hover td.actions a,
  tr:hover td.actions span {
    opacity: 1;
  }

  a.destroy {
    color: red;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
plotline-0.1.1 app/assets/stylesheets/plotline/components/tables.scss
plotline-0.1.0 app/assets/stylesheets/plotline/components/tables.scss