active_frontend 16.0.2 → 16.0.3

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
  SHA256:
3
- metadata.gz: 6dbb7feaeb9236b8ab60f86b0286edd8ec3104ed499d5940f108833c68e95115
4
- data.tar.gz: 82c16d8488e9aed5dcd95c2f3e8cfb93f2df226641b12895f053e674dc46e7bc
3
+ metadata.gz: 92f8b527486b31ae6f63f8884928f9d5353f8ee7bcda49f302fbd8760e8f0747
4
+ data.tar.gz: 312c076aeaa64b2cd45ba3686a9e2c649d558982bfa38b199c8e959fbeb0ada4
5
5
  SHA512:
6
- metadata.gz: 82f1c6af730286a1d0c631daa7f39602f3fc579d3d7484c03fc04dabf59412815f5123cb264f8a79b3f61e0499f86a406a4a5b075062f1465fd4272bdca33df2
7
- data.tar.gz: 39b05a010dfff487157ff924b7937871acc0323f888d802a9355deaea8ea1ecc31c5edd407f0868a08a8d1a96ec7ab80743db0d22108bf4e7bed482a39ed3757
6
+ metadata.gz: 601b1b313e617012e25adc737bab2afbab49ee358d846cd266a96692d3364196f08e45da36b7c608dbb7dab2e3b695a912b6c5c08cf75657bc7faec916479d36
7
+ data.tar.gz: bff372db5c51e0f83ce6ccec49e74332f928217f6eb4d4e3e3553fcc2f96b714dace9f55c12a277347b9d3d2e4ae196f55b98632dc4eb782ca8b2f5efa1748d8
data/.DS_Store CHANGED
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '16.0.2'
4
+ VERSION ||= '16.0.3'
5
5
  end
Binary file
@@ -59,7 +59,7 @@
59
59
  bottom: 0;
60
60
  box-sizing: border-box;
61
61
  margin: 0;
62
- padding-top: 6px;
62
+ padding-top: 5px;
63
63
  position: absolute;
64
64
  top: 0;
65
65
  }
@@ -122,10 +122,7 @@
122
122
  width: 32px;
123
123
  }
124
124
  .switch-off,
125
- .switch-on {
126
- font-size: text-size(l);
127
- padding-top: 5px;
128
- }
125
+ .switch-on { font-size: text-size(l); }
129
126
  .switch-off { padding-right: 12px; }
130
127
  .switch-on { padding-left: 12px; }
131
128
  }
@@ -138,10 +135,7 @@
138
135
  width: 24px;
139
136
  }
140
137
  .switch-off,
141
- .switch-on {
142
- font-size: text-size(s);
143
- padding-top: 5px;
144
- }
138
+ .switch-on { font-size: text-size(s); }
145
139
  .switch-off { padding-right: 8px; }
146
140
  .switch-on { padding-left: 8px; }
147
141
  }
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: 16.0.2
4
+ version: 16.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-31 00:00:00.000000000 Z
11
+ date: 2018-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails