Sha256: bddff85b38e525ff15426f80d3bff357a602b738278ea6129c22785a33f1fd7c

Contents?: true

Size: 822 Bytes

Versions: 2

Compression:

Stored size: 822 Bytes

Contents

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

.input {
  margin-bottom: 20px;
}

#active_admin_content {
  .formtastic {
    li {
      list-style: none;
    }
    
    legend:not(.label) {
      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

2 entries across 2 versions & 1 rubygems

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