tungsten 0.1.44 → 0.1.45

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: 64665d019543f16d8f8a3539f7d6c98b7b34d6cd
4
- data.tar.gz: 6d4df9c776ee4d9be66ede6f644f55b2168ab5e0
3
+ metadata.gz: 643db4bc45ba1c0836a5a690f700411ff430dcaa
4
+ data.tar.gz: e26579cde86e62197bae04421498d7b81ca01dc9
5
5
  SHA512:
6
- metadata.gz: 542d2392593a5a0763640b400ad42421bd420fbaf7ccd6fc9ade8af60b7801636e57cdc7f5b2d6bf348992b739a68164d9417ef196063cc164fa4cee85451f22
7
- data.tar.gz: 622d17e57de8514c74c056274e40049dba6cfda6878699d917ff8d75c7757e8f387fa69d12a139129a9d00010d2bef79e260762fb36a667b66547d6c39ac8798
6
+ metadata.gz: 171632610e5523249743541a325fcd0f2b589a23503c9f0f095e61e2308d76923bf8af1a98a25bf310a97cd66e179ab1e527a33b14ce8bf40b9bd5cc2bb2b77d
7
+ data.tar.gz: 22aad39925e9cc33e649c0107db92a93d3639acc54b718e955cc748db6de423e44b0db52e5df68e61aae5dcec3103a9f5e17c7922cfca734e566d6dafe80d1cf
@@ -3,7 +3,10 @@
3
3
  justify-content: center;
4
4
  position: relative;
5
5
  z-index: 1;
6
- margin-bottom: -35px;
6
+ margin: {
7
+ top: $card-padding / 2;
8
+ bottom: -35px;
9
+ }
7
10
 
8
11
  &-label {
9
12
  box-shadow: $input-shadow;
@@ -1,3 +1,3 @@
1
1
  module Tungsten
2
- VERSION = "0.1.44"
2
+ VERSION = "0.1.45"
3
3
  end
@@ -90,4 +90,4 @@ function move(o){document.documentElement.scrollTop=o,document.body.parentNode.s
90
90
  });
91
91
 
92
92
 
93
- //# sourceMappingURL=/assets/tungsten/code-0.1.44.map.json
93
+ //# sourceMappingURL=/assets/tungsten/code-0.1.45.map.json
@@ -3481,6 +3481,7 @@ table.card {
3481
3481
  justify-content: center;
3482
3482
  position: relative;
3483
3483
  z-index: 1;
3484
+ margin-top: 10px;
3484
3485
  margin-bottom: -35px; }
3485
3486
  .toggle-nav-label {
3486
3487
  box-shadow: 0 0 0 1px rgba(15, 33, 46, 0.2) inset, 0 0 0 transparent;
@@ -98,4 +98,4 @@ function request(e,n,t){return"function"==typeof t?new e("GET",n).end(t):2==argu
98
98
  });
99
99
 
100
100
 
101
- //# sourceMappingURL=/assets/tungsten/tungsten-0.1.44.map.json
101
+ //# sourceMappingURL=/assets/tungsten/tungsten-0.1.45.map.json
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tungsten
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.44
4
+ version: 0.1.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-11-10 00:00:00.000000000 Z
12
+ date: 2017-11-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -288,14 +288,14 @@ files:
288
288
  - lib/tungsten.rb
289
289
  - lib/tungsten/helper.rb
290
290
  - lib/tungsten/version.rb
291
- - public/code-0.1.44.js
292
- - public/code-0.1.44.js.gz
293
- - public/code-0.1.44.map.json
294
- - public/tungsten-0.1.44.css
295
- - public/tungsten-0.1.44.css.gz
296
- - public/tungsten-0.1.44.js
297
- - public/tungsten-0.1.44.js.gz
298
- - public/tungsten-0.1.44.map.json
291
+ - public/code-0.1.45.js
292
+ - public/code-0.1.45.js.gz
293
+ - public/code-0.1.45.map.json
294
+ - public/tungsten-0.1.45.css
295
+ - public/tungsten-0.1.45.css.gz
296
+ - public/tungsten-0.1.45.js
297
+ - public/tungsten-0.1.45.js.gz
298
+ - public/tungsten-0.1.45.map.json
299
299
  homepage:
300
300
  licenses:
301
301
  - MIT