Sha256: 795d90301328fe222651d87c0aef3bc1e48727a45d84617d24c73eadac61c651

Contents?: true

Size: 625 Bytes

Versions: 1

Compression:

Stored size: 625 Bytes

Contents

body.active_admin .quill-editor {
  display: inline-block;
  width: calc(80% - 22px);

  button:hover {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .ql-editor {
    background-color: #fff;
    max-height: 300px;
    min-height: 150px;
    padding: 10px;

    // reset internal elements
    * {
      margin: initial;
      padding: initial;
      text-align: initial;
    }

    ol {
      list-style-type: decimal;
    }

    p {
      margin-bottom: 1em;
    }

    ul {
      list-style-type: disc;
    }

    ul, ol {
      margin: 0 1.5em 1.5em 0;
      padding-left: 1.5em;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activeadmin_quill_editor-0.2.4 app/assets/stylesheets/activeadmin/_quill_editor_input.scss