Sha256: 931a28ce26c212e97a2f1856e15cf6e9e16783d51168fc4c4250f51f668f68ed

Contents?: true

Size: 896 Bytes

Versions: 1

Compression:

Stored size: 896 Bytes

Contents

.popup_attention {
  width: 502px;
  text-align: center;
  padding: 15px 0;

  .popup_close {
    background: url(/assets/order_form/close_red.png) no-repeat;
    background-size: 13px;
    top: 10px;
    right: 10px;
    width: 14px;
  }

  .popup_title {
    margin: 10px 0;

    h2 {
      color: #FA603A;
      font-size: 29px;
      line-height: 36px;
    }
  }

  p {
    color: #6E768F;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
  }

  .popup_attention_links {
    text-align: center;
    margin: 20px 0 10px 0;

    .button {
      margin: 0 20px;
    }

    .button_cancel {
      @include button-cabinet('medium', 'orange');
      display: inline-block;
      vertical-align: top;
      width: 170px;
    }

    .button_ok {
      @include button-cabinet('medium', 'blue');
      display: inline-block;
      vertical-align: top;
      width: 170px;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/assets/stylesheets/cabinet/desktop/popups/_attention.scss