Sha256: 83f6556f59df9079b29bb9222a7eeb81e6bab5b466730b55e17ddbea3e9d495e

Contents?: true

Size: 851 Bytes

Versions: 1

Compression:

Stored size: 851 Bytes

Contents

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

  button {
    text-shadow: none;
    box-shadow: none;

    &:hover {
      background-image: none;
      background-color: transparent;
    }
  }

  .ql-container {
    border: 1px solid #c9d0d6;
    border-radius: 0 0 3px 3px;
  }

  .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;
    }
  }

  .ql-toolbar {
    border: 1px solid #c9d0d6;
    border-radius: 3px 3px 0 0;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

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