active_frontend 14.1.28 → 14.1.29

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 638f18d36ace070dd928c87d9faaf75062529606
4
- data.tar.gz: 61e23e7565d82e0932f8368cda19eeace1c2d96b
3
+ metadata.gz: 4bfe5688f8f1dc8cf1ff1cadec64a3760f5b7e8d
4
+ data.tar.gz: 3617c145ad6139c1b57ed67e4c966767c267c5f6
5
5
  SHA512:
6
- metadata.gz: 5f8e045081fba253da16299e6561f2afc24cad4afb88b2758e55d1116300cb96baf9712b79b20a388c6993227ac8b801edb5a7df883c69e9a5173f6fa0286ea3
7
- data.tar.gz: 170552cc69d612ecd1eb70256f9a683a48310c4897456da63643643f7844e876783bcfa3f10854ee438959d4c261f67e6c4c46bae09950d6eaf6a837595f6c64
6
+ metadata.gz: 1743c93c42420ef8159bd620dd46560bd5c068f8c68eb9fb59a9671a25cfa7fef234627041fa4da7c8bbd1aaa1c80ae2074280b913c85d387f4c6f1edacda081
7
+ data.tar.gz: b1851a5594c1cb06f25e778fac059e6267e6a35e41e271450f312eb80d91a760cad8d1fc3b1201b36499826f7eaf49d8c68427fded4c045ab302c9b526e2562a
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.1.28'.freeze
2
+ VERSION = '14.1.29'.freeze
3
3
  end
@@ -163,8 +163,8 @@
163
163
  padding: 14px 0;
164
164
  }
165
165
  &.btn-size-s {
166
- min-width: 32px;
167
- padding: 7px 0;
166
+ min-width: 34px;
167
+ padding: 9px 0 7px;
168
168
  }
169
169
  &.btn-link { padding: 0; }
170
170
  }
@@ -653,6 +653,10 @@ textarea {
653
653
  }
654
654
  }
655
655
  &.form-size-s {
656
+ .btn-size-s {
657
+ min-width: 32px;
658
+ padding: 7px 0;
659
+ }
656
660
  .form-addon {
657
661
  font-size: text-size(s);
658
662
  min-width: 30px;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.1.28
4
+ version: 14.1.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-28 00:00:00.000000000 Z
11
+ date: 2017-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -341,7 +341,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
341
341
  version: '0'
342
342
  requirements: []
343
343
  rubyforge_project:
344
- rubygems_version: 2.6.12
344
+ rubygems_version: 2.6.13
345
345
  signing_key:
346
346
  specification_version: 4
347
347
  summary: ActiveFrontend Responsive Web Framework