fleetio_spark 0.1.12 → 0.1.13

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: 68103689d024d81f69370357186891bd05e2e9791c9159d51d060d162c6ac00f
4
- data.tar.gz: 7d342c0a87b97de9029daf71543cf63d1c534c0eb2783c08d621a09a6336dc7e
3
+ metadata.gz: 5d675ff3e2dee1149cf07756e8f65a6ec14ea7e19973b290f60d84c5a8978521
4
+ data.tar.gz: 9224953c86671ccada9f4bd7364e337179ba0dfa94e0485049440632881e4c78
5
5
  SHA512:
6
- metadata.gz: f9ec590f0f4fa6233ef43c671c65b64390eea9e0ced18e0314635238bb9d795e19c08dc53be665e081c4092e381827c14782c1ff6ffff7e04ca61c6cc00e4ea4
7
- data.tar.gz: 5ff126e57aee20d1724a8dd68be4daa675ee4bb552455c6fbb3a1e4c9b176b1abf8d360aaae6d6f63ad87ff1b647e518aa0fa7aacb96b3ae6260b6fc9d0b83ba
6
+ metadata.gz: 207d250df46b7c4cd047f735583f404baf3726eb7251affcd99ede3eb241656ad9cb9070080c6a2db7eed669c38bfd066b91bb59e478d556f7f76c8c52f0c9f1
7
+ data.tar.gz: 0de06f62c307d3c75cdd4508ad90783c5f98810df835ef8cad1bfe6f6f3e7fb876beb05b4f7259b2427d1dc0650ba407c915924bce0a8d4aef317c3a9568ef4e
@@ -18,6 +18,10 @@
18
18
  ~ * { top: $app-admin-header-height; }
19
19
  ~ .app-container {
20
20
  min-height: calc(100vh - #{$app-admin-header-height});
21
+
22
+ .actions-bar.affix {
23
+ top: $app-nav-header-height + $app-admin-header-height;
24
+ }
21
25
  }
22
26
  ~ .sidebar-nav .nav-wrapper {
23
27
  height: calc(100% - #{$app-admin-header-height});
@@ -9,7 +9,9 @@
9
9
  }
10
10
 
11
11
  @include at-least( $width-md ) {
12
- margin-left: $sidebar-nav-width;
12
+ .app-container {
13
+ margin-left: $sidebar-nav-width;
14
+ }
13
15
  }
14
16
 
15
17
  // TODO: Refactor and move to more appropriate location
@@ -1,3 +1,3 @@
1
1
  module FleetioSpark
2
- VERSION = "0.1.12"
2
+ VERSION = "0.1.13"
3
3
  end
@@ -34,7 +34,7 @@ svg {
34
34
  .app-layout main {
35
35
  min-height: 100vh; }
36
36
  @media all and (min-width: 1000px) {
37
- .app-layout {
37
+ .app-layout .app-container {
38
38
  margin-left: 250px; } }
39
39
  .app-layout .affix-placeholder {
40
40
  height: 60px; }
@@ -1403,6 +1403,8 @@ input:checked + .check-switch-panel {
1403
1403
  top: 39px; }
1404
1404
  .app-admin-header ~ .app-container {
1405
1405
  min-height: calc(100vh - 39px); }
1406
+ .app-admin-header ~ .app-container .actions-bar.affix {
1407
+ top: 99px; }
1406
1408
  .app-admin-header ~ .sidebar-nav .nav-wrapper {
1407
1409
  height: calc(100% - 39px); }
1408
1410
  .app-admin-header .admin-user {
Binary file
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.12
4
+ version: 0.1.13
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-23 00:00:00.000000000 Z
11
+ date: 2019-01-24 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.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
189
+ - public/spark-0.1.13.css
190
+ - public/spark-0.1.13.css.gz
191
+ - public/spark-0.1.13.js
192
+ - public/spark-0.1.13.js.gz
193
193
  homepage:
194
194
  licenses:
195
195
  - MIT
Binary file