effective_bootstrap 0.11.5 → 0.11.6

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: 1f0ccb808e2101e184506f062ceacf3fdcdd8c3f8b0499affdc3c01cf075b452
4
- data.tar.gz: 42c5895f90754d5fa21e3242a75788c67a3e3fd568eeecba754e5f47306adaf3
3
+ metadata.gz: 581fe9821221d64682e69511216ae306c75c30b8c2e2fa687f8d773b45f3c8ef
4
+ data.tar.gz: c104e40dd51eaaa23bba6250000dccccd80a0262882604110d1a514b1cbeb755
5
5
  SHA512:
6
- metadata.gz: a390508a168891d61b4be0a378ee17884cb7733679135597839b4f5d8c0e4a0b691d06d59aaf4bf47b4bf528c60b1b56ce7f20dae359580a0e4d109a28162d7d
7
- data.tar.gz: 4aed2fbee3c9066beb8019ba9e4d1e70ff531b75522910b811ba6e0776c46271fcf8ba2ed03b9e81b1398b3df6fb2862ea44f79270453e81c6ee296680ed9125
6
+ metadata.gz: e71f0e3c1dc6977a2909b84dc1926a8fdea0aa1f3a05c602bb01d8fe7ff67ef499cd40918275c000345c223062063e5258fa83394b02283715d959a74f0e9726
7
+ data.tar.gz: 838e858a4036e587792e8df15ccd630136308451b3b45c939b46109db472bd8c7f3b7405891381f93b2e29706addd84974cc253e40f86bda89f48e9a83b436c1
@@ -70,10 +70,3 @@ div.form-group > label + .btn-group { display: block; }
70
70
 
71
71
  // File Control
72
72
  .form-control-file { border: none !important; }
73
-
74
- // Has Many
75
- .form-has-many .has-many-remove {
76
- margin-top: 0;
77
- margin-bottom: 1rem;
78
- .eb-icon { height: 1.5rem; width: 1.5rem; }
79
- }
@@ -21,15 +21,16 @@
21
21
 
22
22
  .form-has-many .has-many-remove {
23
23
  margin-top: 0;
24
- .eb-icon { height: $font-size-sm; width: $font-size-sm; margin-bottom: 2px; }
24
+ margin-bottom: 1rem;
25
+ .eb-icon { height: 1.0rem; width: 1.0rem; margin-bottom: 2px; }
25
26
  }
26
27
 
27
28
  .form-has-many .has-many-add {
28
29
  margin-top: 0;
29
- .eb-icon { height: $font-size-sm; width: $font-size-sm; margin-bottom: 2px; }
30
+ .eb-icon { height: 1.0rem; width: 1.0rem; margin-bottom: 2px; }
30
31
  }
31
32
 
32
33
  .form-has-many .has-many-reorder {
33
34
  margin-top: 0;
34
- .eb-icon { height: $font-size-sm; width: $font-size-sm; margin-bottom: 2px; }
35
+ .eb-icon { height: 1.0rem; width: 1.0rem; margin-bottom: 2px; }
35
36
  }
@@ -1,3 +1,3 @@
1
1
  module EffectiveBootstrap
2
- VERSION = '0.11.5'.freeze
2
+ VERSION = '0.11.6'.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.11.5
4
+ version: 0.11.6
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: 2022-09-14 00:00:00.000000000 Z
11
+ date: 2022-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails