Sha256: fef4206bd640d430990b1cdb590d4c05a934915cb4461915422e33c22a096902

Contents?: true

Size: 1.06 KB

Versions: 11

Compression:

Stored size: 1.06 KB

Contents

@import "./colors";

table.index {
  // Borders
  border-collapse: separate;
  border-spacing: 0;

  > thead > tr > th:first-child {
    border-top-left-radius: 4px;
  }

  > thead > tr > th:last-child {
    border-top-right-radius: 4px;
  }

  > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 4px;
  }

  > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 4px;
  }

  > thead > tr > th {
    border-top: 1px solid $solidus-admin-gray-100;
    border-bottom: none
  }

  > thead > tr > th,
  > tbody > tr > td {
    &:first-child {
      border-left: 1px solid $solidus-admin-gray-100;
    }

    &:last-child {
      border-right: 1px solid $solidus-admin-gray-100;
    }
  }

  > tbody > tr:last-child > td {
    border-bottom: 1px solid $solidus-admin-gray-100;
  }

  // Colors
  > th {
    background-color: $solidus-admin-gray-15;
      color: $solidus-admin-gray-600;
  }

  > td {
    background-color: $solidus-admin-white;
      color: $solidus-admin-black;
  }
}

table#listing_products > tbody > tr > td > img {
  width: 24px;
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
solidus_backend-4.5.1 app/assets/stylesheets/spree/backend/themes/solidus_admin/_tables.scss
solidus_backend-4.5.0 app/assets/stylesheets/spree/backend/themes/solidus_admin/_tables.scss
solidus_backend-4.3.6 app/assets/stylesheets/spree/backend/themes/solidus_admin/_tables.scss
solidus_backend-4.4.2 app/assets/stylesheets/spree/backend/themes/solidus_admin/_tables.scss
solidus_backend-4.4.1 app/assets/stylesheets/spree/backend/themes/solidus_admin/_tables.scss
solidus_backend-4.4.0 app/assets/stylesheets/spree/backend/themes/solidus_admin/_tables.scss
solidus_backend-4.3.4 app/assets/stylesheets/spree/backend/themes/solidus_admin/_tables.scss
solidus_backend-4.3.3 app/assets/stylesheets/spree/backend/themes/solidus_admin/_tables.scss
solidus_backend-4.3.2 app/assets/stylesheets/spree/backend/themes/solidus_admin/_tables.scss
solidus_backend-4.3.1 app/assets/stylesheets/spree/backend/themes/solidus_admin/_tables.scss
solidus_backend-4.3.0 app/assets/stylesheets/spree/backend/themes/solidus_admin/_tables.scss