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 +4 -4
- data/assets/stylesheets/Variables/_weight.scss +6 -4
- data/lib/GIPainter-base/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d83594900ea74358a0869de82e959e45535d4500
|
4
|
+
data.tar.gz: e4b748f3e85a85ea64a551231a126a0067f2278b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
18
|
-
$zindex-tooltip:
|
19
|
-
$zindex-
|
20
|
-
$zindex-
|
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;
|
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.
|
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-
|
11
|
+
date: 2017-02-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: compass
|