Sha256: 59070e4b0ac8c789237ef0da367540b90aaa4ab54cad15d6247fc9ed2b010c08
Contents?: true
Size: 847 Bytes
Versions: 3
Compression:
Stored size: 847 Bytes
Contents
// reset internal elements .ql-editor * { margin: initial; padding: initial; text-align: initial; } body.active_admin [data-aa-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
3 entries across 3 versions & 1 rubygems