activeadmin_quill_editor 0.1.4 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.gitignore DELETED
@@ -1,3 +0,0 @@
1
- _misc/
2
-
3
- *.orig
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec
4
-
@@ -1,19 +0,0 @@
1
- lib = File.expand_path('../lib', __FILE__)
2
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
- require 'activeadmin/quill_editor/version'
4
-
5
- Gem::Specification.new do |spec|
6
- spec.name = 'activeadmin_quill_editor'
7
- spec.version = ActiveAdmin::QuillEditor::VERSION
8
- spec.summary = 'Quill Editor for ActiveAdmin'
9
- spec.description = 'An Active Admin plugin to use Quill Rich Text Editor'
10
- spec.license = 'MIT'
11
- spec.authors = ['Mattia Roccoberton']
12
- spec.email = 'mat@blocknot.es'
13
- spec.homepage = 'https://github.com/blocknotes/activeadmin_quill_editor'
14
-
15
- spec.files = `git ls-files -z`.split("\x0")
16
- spec.require_paths = ['lib']
17
-
18
- spec.add_runtime_dependency 'activeadmin', '~> 1.0'
19
- end
@@ -1,24 +0,0 @@
1
- @import 'activeadmin/quill_editor/quill.snow'
2
-
3
- body.active_admin form .quill-editor
4
- display: inline-block
5
- width: calc(80% - 22px)
6
- .ql-editor
7
- background-color: #fff
8
- max-height: 300px
9
- min-height: 150px
10
- padding: 10px
11
- // reset internal elements
12
- *
13
- margin: initial
14
- padding: initial
15
- text-align: initial
16
- p
17
- margin-bottom: 1em
18
- ol
19
- list-style-type: decimal
20
- ul
21
- list-style-type: disc
22
- ul, ol
23
- margin: 0 1.5em 1.5em 0
24
- padding-left: 1.5em
Binary file