Sha256: 6df1aaa00ab529065922b4be9ffeb8e63a36b0f5cc040c1d2ffc620dd8de65d9

Contents?: true

Size: 875 Bytes

Versions: 1

Compression:

Stored size: 875 Bytes

Contents

.form_container {

  &.callback_simple_form {

    margin-top: 35px;

    .form-group {
      margin-bottom: 6px;
    }
    .actions {
      margin-top: 16px;
    }

    input {
      margin-left: 44px;
      width: 151px;

      &::-webkit-input-placeholder {
        color: #c3c3c3;
      }

      &:-moz-placeholder { /* Firefox 18- */
        color: #c3c3c3;
      }

      &::-moz-placeholder {  /* Firefox 19+ */
        color: #c3c3c3;
      }

      &:-ms-input-placeholder {
        color: #c3c3c3;
      }

    }
    input[type=text] {
      border-radius: 0 !important;
      height: 30px;
    }

    .has-error {
      input {
        border: 2px solid rgba(255, 153, 0, 0.67) !important;
      }
    }

    .kapcha {
      position: absolute;
      top: 0;
      bottom: 0;
      display: block;
      width: 0 !important;
      overflow: hidden;

    }

  }

}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
c80_callback-0.1.0.2 app/assets/stylesheets/c80_callback/callback_simple_form.scss