fleetio_spark 0.1.11 → 0.1.12

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: f12478a7ad5a3dd1eaf7d188cf6ae2a5e30ffc2cfb99458b85940a17c65c89a1
4
- data.tar.gz: 2fa0b30e94454f649e547e702b7024c73e43798008ca63963f40fbf19d1663be
3
+ metadata.gz: 68103689d024d81f69370357186891bd05e2e9791c9159d51d060d162c6ac00f
4
+ data.tar.gz: 7d342c0a87b97de9029daf71543cf63d1c534c0eb2783c08d621a09a6336dc7e
5
5
  SHA512:
6
- metadata.gz: 5c3aee3c8490452999dbd6ae7103ce40d653e972210db499a141e8030d769c95965c2ca37f3e2631708688c8ed2a49e7a9496c50dd0ff8ae7424d2f66fff71d8
7
- data.tar.gz: 81b1a222621e7ef4b0e58befc43ecc6f95511b0b38b1ec78916c0b8718758403b7461d78ab00f4706f4d61f0b4642e44c63eda07f94afb9888226514de6650f4
6
+ metadata.gz: f9ec590f0f4fa6233ef43c671c65b64390eea9e0ced18e0314635238bb9d795e19c08dc53be665e081c4092e381827c14782c1ff6ffff7e04ca61c6cc00e4ea4
7
+ data.tar.gz: 5ff126e57aee20d1724a8dd68be4daa675ee4bb552455c6fbb3a1e4c9b176b1abf8d360aaae6d6f63ad87ff1b647e518aa0fa7aacb96b3ae6260b6fc9d0b83ba
@@ -10,6 +10,7 @@
10
10
  border-radius: 6px;
11
11
  padding: $pad-md 0;
12
12
  font-size: $base-size;
13
+ z-index: 1060;
13
14
 
14
15
  .divider {
15
16
  margin: $pad-base $pad-lg;
@@ -1,3 +1,3 @@
1
1
  module FleetioSpark
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
3
3
  end
@@ -1177,7 +1177,8 @@ input:checked + .check-switch-panel {
1177
1177
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.1), 0px 16px 24px 2px rgba(0, 0, 0, 0.06), 0px 6px 32px 6px rgba(0, 0, 0, 0.08);
1178
1178
  border-radius: 6px;
1179
1179
  padding: 12px 0;
1180
- font-size: 14px; }
1180
+ font-size: 14px;
1181
+ z-index: 1060; }
1181
1182
  .app-nav-header .dropdown-menu .divider, .sidebar-nav .dropdown-menu .divider {
1182
1183
  margin: 8px 16px; }
1183
1184
  .app-nav-header .dropdown-menu .divider.full-width, .sidebar-nav .dropdown-menu .divider.full-width {
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fleetio_spark
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-22 00:00:00.000000000 Z
11
+ date: 2019-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -186,10 +186,10 @@ files:
186
186
  - lib/fleetio_spark.rb
187
187
  - lib/fleetio_spark/helper.rb
188
188
  - lib/fleetio_spark/version.rb
189
- - public/spark-0.1.11.css
190
- - public/spark-0.1.11.css.gz
191
- - public/spark-0.1.11.js
192
- - public/spark-0.1.11.js.gz
189
+ - public/spark-0.1.12.css
190
+ - public/spark-0.1.12.css.gz
191
+ - public/spark-0.1.12.js
192
+ - public/spark-0.1.12.js.gz
193
193
  homepage:
194
194
  licenses:
195
195
  - MIT