GIPainter-helpers 0.2.7 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/stylesheets/Base/_positioning.scss +9 -1
- data/lib/GIPainter-helpers/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: 6991c73a9c32f965bd27e31c9f548c9058984527
|
4
|
+
data.tar.gz: c4556e16b25132de88c286dc4dabc6fac78c088b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 877c8a62bf539947551fe3a36e10830f9fc74072da1118511f43524999b12bbb1730a173ed4b67d279fa2ed8817e1800655c56d74b6a9b5881b5488057deb72a
|
7
|
+
data.tar.gz: 9e14bca59ecf299edd39df7b0978a09805b8faff29d911e273f4b574ec7be201cacbc8984992f668693daede980feab8c29ba1025f1e09ea3f40c368a32e6e5e
|
@@ -36,6 +36,14 @@
|
|
36
36
|
display: none !important;
|
37
37
|
}
|
38
38
|
|
39
|
+
@each $breakpoint-name, $breakpoint-value in $default_breakpoints {
|
40
|
+
@include mquery($breakpoint-value) {
|
41
|
+
.hidden-#{$breakpoint-name} {
|
42
|
+
display: none !important;
|
43
|
+
}
|
44
|
+
}
|
45
|
+
}
|
46
|
+
|
39
47
|
/// Absolute
|
40
48
|
.absolute{
|
41
49
|
position:absolute;
|
@@ -53,7 +61,7 @@
|
|
53
61
|
|
54
62
|
/// Vertical Align
|
55
63
|
.vertical-align-inline{
|
56
|
-
@include vertical-align-inline;
|
64
|
+
@include vertical-align-inline();
|
57
65
|
}
|
58
66
|
|
59
67
|
/// Fixed Top
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: GIPainter-helpers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.8
|
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-03-
|
11
|
+
date: 2017-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: GIPainter-base
|