Sha256: 2263f38664e3f05e171701265b27fe61884ad9a462399ef5f709c850d7ed6367

Contents?: true

Size: 650 Bytes

Versions: 3

Compression:

Stored size: 650 Bytes

Contents

table {
  width: 100%;
}

thead th {
  font-size: 12px;
  text-align: left;

  a {
    color: $text-color-important;
    font-weight: normal;
    width: 100%;
    display: inline-block;
    padding: 8px 20px 8px 8px;
  }

  &.col-selectable {
    padding-left: 8px;
  }
}

tbody tr {
  &:nth-of-type(odd) {
    background-color: rgba(243,247,249,.3);
  }
  
  &:hover {
    background-color: #f3f7f9;
  }

  th {
    font-size: 14px;
  }

  td {
    padding: 8px;
    line-height: 1.57142857;
    vertical-align: top;
    border-top: 1px solid #e4eaec;
    color: #7A8392;
    font-size: 12px;

    &.col-actions {
      padding: 6px 8px;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
arctic_admin-1.0.4 app/assets/stylesheets/components/_tables.scss
arctic_admin-1.0.3 app/assets/stylesheets/components/_tables.scss
arctic_admin-1.0.2 app/assets/stylesheets/components/_tables.scss