Sha256: e021619e1563722e9a7d54639aaf0ae3e5651434e7323002576f8e2ab59aef7a

Contents?: true

Size: 838 Bytes

Versions: 2

Compression:

Stored size: 838 Bytes

Contents

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

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;

    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

2 entries across 2 versions & 1 rubygems

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