Sha256: 9914ff1a2f7cb062fc1c646b2f6e61bc48c76efb6e591dc0bba8290f717d2d49

Contents?: true

Size: 810 Bytes

Versions: 1

Compression:

Stored size: 810 Bytes

Contents

.label {
  display: inline-block;
  margin-bottom: 5px;
}

.input {
  margin-bottom: 20px;
}

#active_admin_content {
  .formtastic {
    li {
      list-style: none;
    }
    
    legend {
      margin-bottom: 28px;
      font-size: 18px;
      display: block;
      width: 100%;
      padding-bottom: 12px;
      border-bottom: 1px solid $body-background;
    }

    .field_with_errors {
      input {
        border-color: $error;
      }
    }

    .inline-errors {
      color: $error;
      margin-top: 5px;
      margin-bottom: 20px;
      font-size: 14px;
    }

    .actions {

      .action {
        display: inline-block;
        margin-right: 10px;

        input[type="submit"] {
          line-height: 43px;
        }
      }

      .cancel {
        display: inline-block;
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arctic_admin-1.2.7 app/assets/stylesheets/components/_form.scss