Sha256: fc03d7366d3714239d3c2804303a5d98d54956952eda6a3f9d8bce6bc72c3ae3

Contents?: true

Size: 662 Bytes

Versions: 4

Compression:

Stored size: 662 Bytes

Contents

.c80_refine_price_button {

  width: 100%;
  height: 36px;
  line-height: 23px; // 36 - 5 - 5 - 1 - 1 = 23px // minis border * 2 // minus padding * 2
  padding: 5px !important;

  border: 1px solid #C6C4C4;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;

  &:hover {
    background-color: #e6e6e6;
    border: 1px solid #979696;
  }

  &.c80_refine_price_progress {
    background: #ffffff url(image_path('loader_button.gif')) repeat 0 0;

    border: 1px solid #6b6a6a;
    opacity: 0.4;
    color: rgb(255, 0, 0);
    cursor: wait;

    &:hover {
      opacity: 0.4;
      color: rgb(255, 0, 100);
      border: 1px solid #6b6a6a;
    }

  }

}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
c80_refine_price-0.1.0.3 app/assets/stylesheets/c80_refine_price/button.scss
c80_refine_price-0.1.0.2 app/assets/stylesheets/c80_refine_price/button.scss
c80_refine_price-0.1.0.1 app/assets/stylesheets/c80_refine_price/button.scss
c80_refine_price-0.1.0 app/assets/stylesheets/c80_refine_price/button.scss