effective_bootstrap 0.9.24 → 0.9.25

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e3b9c4a0be1d9efbe01b7cc9d4fbd40cc9c2b5be9b069e4ed38603bdf650316
4
- data.tar.gz: 013a278ce24f5a45c44be26d57943ae5c263a97182175964b47adb6ad8705fc5
3
+ metadata.gz: 5e19036cbc5ba7c72ce69abfb28e378da7bfdfa44c1fdec54f9ee8ccb0d3accb
4
+ data.tar.gz: 3265c09b9ee579838ddaa0b67c5dbc3776e5cc3abd24f1e3e010a83d3f557227
5
5
  SHA512:
6
- metadata.gz: 8be225273013f47a0cb79e8d5849d494c13005393db8128bbe935b7f3c9d3d35b1b1d430239770f97bdb13b4e109386996c8c99a0e0b167c5160daaaff1cbc57
7
- data.tar.gz: '08db95e5b85da09ffe4db682d0936f571ad2ffa8253eb21fd7f00e41880b54a7c56c900ff218a7cdf162b7c72c2f804aed3a6e3bc2b58bd43f46b687dc3bd166'
6
+ metadata.gz: e31e8c6d8fad036a62d5ab8fd304135825d34eb74f94c849c35476716b8fd3bad19d7dd50a135db4a42ee2d24744d08db48708ce9e095b1f91993ac241ca55eb
7
+ data.tar.gz: a410f0f31d043e878bf55f6675c04b18ab93c9745e48de0a7b77e6bccbbb39dbe4fd5c03f639607a843bc018e8c1763c71436a8d0a582e019790d1a806ae221c
@@ -61,19 +61,7 @@ trix-editor {
61
61
  }
62
62
 
63
63
  .trix-content {
64
- h1, h2, h3, h4, h5, h6 {
65
- line-height: 1.2;
66
- margin: 0;
67
- }
68
-
69
- h1 { font-size: 36px; }
70
- h2 { font-size: 26px; }
71
- h3 { font-size: 18px; }
72
- h4 { font-size: 18px; }
73
- h5 { font-size: 14px; }
74
- h6 { font-size: 12px; }
75
-
76
- .attachment { width: 100%; }
64
+ .attachment { max-width: 100%; }
77
65
 
78
66
  .attachment--content.attachment--horizontal-rule,
79
67
  .attachment--content[data-trix-content-type~='vnd.rubyonrails.horizontal-rule.html'] {
@@ -12,11 +12,6 @@
12
12
  }
13
13
  }
14
14
 
15
- // Trix image caption
16
- .trix-content {
17
- figcaption.attachment__caption { display: none; }
18
- }
19
-
20
15
  // Bootstrap 4 Feedback client side
21
16
  .was-validated .form-control:invalid ~ .trix-content, { border-color: #dc3545 !important; }
22
17
  .was-validated .form-control:valid ~ .trix-content { border-color: #28a745 !important; }
@@ -1,3 +1,3 @@
1
1
  module EffectiveBootstrap
2
- VERSION = '0.9.24'.freeze
2
+ VERSION = '0.9.25'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.24
4
+ version: 0.9.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-09 00:00:00.000000000 Z
11
+ date: 2021-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -81,7 +81,7 @@ dependencies:
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  - !ruby/object:Gem::Dependency
84
- name: sass
84
+ name: sassc
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - ">="