GIPainter-base 0.5.0 → 0.5.1

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
  SHA1:
3
- metadata.gz: 25cbd25b9b069a89df9ad316455c47064e233dc7
4
- data.tar.gz: ddcd21e21c5b007a0d56854925b2c2b7da442d42
3
+ metadata.gz: d83594900ea74358a0869de82e959e45535d4500
4
+ data.tar.gz: e4b748f3e85a85ea64a551231a126a0067f2278b
5
5
  SHA512:
6
- metadata.gz: 4e49857548dd4cf0c6855d184bb15e88138cb8d8375e695f4fe191f16b018c576fe39d518d73d7910d94fe7c8740d1cb46fef09f88d20ee30f9ba4c6c27c42c1
7
- data.tar.gz: 7c8093be05d241a09e67b5e4d07c47c9a50e15fa755ca5f772953391c2d340e12057395994850244ba786f7c5284b29d6dd2ad2e28be3d31299876d242fdde1e
6
+ metadata.gz: f32660bdbca03b4c2495cd79504b311de406298c97cbf4e4227dc5880c4aa597e17f1013a32334ff94a9ecb244f6c4c36cbe8dea64a9a6f64c326ed67703fab0
7
+ data.tar.gz: 802e8300af892e10e6caf9d4122e79de50f1481af426dd76e60eda9a9ef0096f0408ac09553921acbe69687d8ce306bb13a4e3bf8d45f9a2203253cc735d3885
@@ -14,7 +14,9 @@
14
14
  /// @prop {weight} zindex-modal-background [$zindex-modal-background]
15
15
  /// @prop {weight} zindex-modal [$zindex-modal]
16
16
 
17
- $zindex-popover: 1030 !default;
18
- $zindex-tooltip: 1030 !default;
19
- $zindex-modal-background: 1040 !default;
20
- $zindex-modal: 1050 !default;
17
+ $zindex-popover: 1020 !default;
18
+ $zindex-tooltip: 1020 !default;
19
+ $zindex-fixed: 1030 !default;
20
+ $zindex-sticky: 1030 !default;
21
+ $zindex-modal-background: 1040 !default;
22
+ $zindex-modal: 1050 !default;
@@ -1,3 +1,3 @@
1
1
  module GIPainter_base
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: GIPainter-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genious Interactive
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-17 00:00:00.000000000 Z
11
+ date: 2017-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass