Sha256: 7cf06c182377d2670814f309dbd756fb60071c31c3f0dbe2e06f847b82349c2a

Contents?: true

Size: 738 Bytes

Versions: 7

Compression:

Stored size: 738 Bytes

Contents

div#cart_page {
  div.bottom_row {
    @include clearfix;
    margin-bottom: 35px;

    > * {
      float: left;
      margin-right: 67px;

      &.result {
        text-transform: uppercase;
        font-size: 29px;
        padding-top: 7px;
        width: 245px;

        .caption {
          display: inline-block;
          margin-right: 15px;
        }
        .val {
          display: inline-block;
        }
      }

      &.make_order_chbx {
        label {
          font-size: 21px;
          color: #a1a1a1;
        }
      }

      &.clear_the_cart {
        padding-top: 7px;
        margin-right: 0;
        width: 643px;

        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/bottom_row.scss
c80_yax-0.1.0.24 engines/co/app/assets/stylesheets/co/cart_page/bottom_row.scss
c80_yax-0.1.0.23 engines/co/app/assets/stylesheets/co/cart_page/bottom_row.scss
c80_yax-0.1.0.22 engines/co/app/assets/stylesheets/co/cart_page/bottom_row.scss
c80_yax-0.1.0.21 engines/co/app/assets/stylesheets/co/cart_page/bottom_row.scss
c80_yax-0.1.0.20 engines/co/app/assets/stylesheets/co/cart_page/bottom_row.scss
c80_yax-0.1.0.18 engines/co/app/assets/stylesheets/co/cart_page/bottom_row.scss