Sha256: 68888d17dba3f872bc483df248314f3caf407a73b71793d4f10da3b97f2392bc

Contents?: true

Size: 672 Bytes

Versions: 1

Compression:

Stored size: 672 Bytes

Contents

.amex_popup {
  width: 650px;
  padding: 25px 40px 10px;

  .popup_title {
    border-bottom: #B6C7DD 1px solid;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 10px 0 20px;
    position: relative;
  }

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

    .button {
      width: 240px;
      margin: 0 20px;

      &.button_no {
        @include button-cabinet('medium', 'orange');
        display: inline-block;
        vertical-align: top;
      }

      &.button_yes {
        @include button-cabinet('medium', 'blue');
        display: inline-block;
        vertical-align: top;
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

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