Sha256: 3ca38d6a53eb77c9b587978bfdc0c81b5ccce34707d7be815bd4dcca2bf24698

Contents?: true

Size: 1018 Bytes

Versions: 1

Compression:

Stored size: 1018 Bytes

Contents

.widget_order_summary {
  position: fixed !important;
  top: 75px;
  right: 0;
  z-index: 100;

  &.active {

    .widget_title,
    .widget_content {
      display: block;
    }

    .widget_show {
      display: none;
    }
  }

  .widget_content {
    text-align: left;
  }

  .widget_title,
  .widget_content {
    display: none;
  }

  .widget_show {
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 100%;

    .widget_show_link {
      background: #FAFAFA url(/assets/order_form/summary_arrow.png) center center no-repeat;
      background-size: 9px;
      float: left;
      width: 45px;
      height: 60px;
    }

    .button {
      float: left;
      width: 75%;
      margin: 5px 0 0 20px;
    }
  }
}


.widget_close {
  @include border-radius(5px 0 0 5px);
  background: #FAFAFA url(/assets/order_form/close_blue.png) center center no-repeat;
  background-size: 15px;
  float: left;
  width: 45px;
  height: 57px;
  position: absolute;
  top: 0;
  left: -45px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/assets/stylesheets/cabinet/tablet/widgets/_order_summary.scss