Sha256: 224d462257d77970cb1eedd033513a4812ece050e2fe7cc95d29afa5fb95d931

Contents?: true

Size: 1.27 KB

Versions: 7

Compression:

Stored size: 1.27 KB

Contents

%col-image {
  width: 290px;
}
%col-title {
  width: 250px;
}
%col-color {
  width: 130px;
}
%col-q {
  width: 198px;
}
%col-price {
  width: 190px;
}
%col-actions {
  width: 233px;
}

table.cart_table {
  margin-bottom: 25px;

  th {
    text-align: left;
    background-color: #dfdddd;
    padding: 15px 15px;
    text-transform: uppercase;
    color: #6e6e6e;
    font-size: 17px;
    font-weight: normal;
    &.image {
      @extend %col-image;
    }
    &.title {
      @extend %col-title;
    }
    &.color {
      @extend %col-color;
    }
    &.q {
      @extend %col-q;
    }
    &.price {
      @extend %col-price;
    }
    &.actions {
      @extend %col-actions;
    }
  }

  td {
    padding: 15px;
    &.image {
      @extend %col-image;
      padding-left: 0;

      a.lazy-image-wrapper {
        display: block;
        width: 290px;
        height: 240px;
      }
    }
    &.title {
      @extend %col-title;
      font-size: 23px;
    }
    &.color {
      @extend %col-color;
      padding: 0 25px;
    }
    &.q {
      @extend %col-q;
    }
    &.price {
      @extend %col-price;
      font-size: 32px;
      color: #6a6969;
    }
    &.actions {
      @extend %col-actions;
      padding-right: 0;
      a {
        @include cart_button;
        float: right;
      }
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
c80_yax-0.1.0.25 engines/co/app/assets/stylesheets/co/cart_page/cart_table.scss
c80_yax-0.1.0.24 engines/co/app/assets/stylesheets/co/cart_page/cart_table.scss
c80_yax-0.1.0.23 engines/co/app/assets/stylesheets/co/cart_page/cart_table.scss
c80_yax-0.1.0.22 engines/co/app/assets/stylesheets/co/cart_page/cart_table.scss
c80_yax-0.1.0.21 engines/co/app/assets/stylesheets/co/cart_page/cart_table.scss
c80_yax-0.1.0.20 engines/co/app/assets/stylesheets/co/cart_page/cart_table.scss
c80_yax-0.1.0.18 engines/co/app/assets/stylesheets/co/cart_page/cart_table.scss