fortitude-sass 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/app/assets/stylesheets/fortitude/trumps/_responsive-column.scss +5 -2
- data/bower.json +1 -1
- data/lib/fortitude-sass/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2a5adc340645e6f1b280f8bbe346363c9ebd0a4a
|
4
|
+
data.tar.gz: 3567c40cb455d91631853935536a023a7052b927
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b17e6ed930db0c7cb436a3170bac1a5e5393399913cfcbe43a2055e8d9f7c4f33c823f5758711b01da7e89a18bb27fe5fffd2284fd0cb17f91763795c6f141fb
|
7
|
+
data.tar.gz: 5ae75c9818639223b65478b262c721aadbff7da4f97485bfefe036116053388e02f7d75edea23fe46fa6d93e3fe3443c3d461915391792b31ac551643f9ac04a
|
data/Gemfile.lock
CHANGED
@@ -5,14 +5,17 @@ $fortitude-responsive-column-total: 12 !default;
|
|
5
5
|
&-#{$fortitude-index}of#{$fortitude-responsive-column-total} {
|
6
6
|
width: percentage($fortitude-index / $fortitude-responsive-column-total) !important;
|
7
7
|
}
|
8
|
+
|
8
9
|
&-offset#{$fortitude-index}of#{$fortitude-responsive-column-total} {
|
9
10
|
margin-left: percentage($fortitude-index / $fortitude-responsive-column-total) !important;
|
10
11
|
}
|
12
|
+
|
11
13
|
&-push#{$fortitude-index}of#{$fortitude-responsive-column-total} {
|
12
|
-
|
14
|
+
left: percentage($fortitude-index / $fortitude-responsive-column-total) !important;
|
13
15
|
}
|
16
|
+
|
14
17
|
&-pull#{$fortitude-index}of#{$fortitude-responsive-column-total} {
|
15
|
-
|
18
|
+
right: percentage($fortitude-index / $fortitude-responsive-column-total) !important;
|
16
19
|
}
|
17
20
|
}
|
18
21
|
}
|
data/bower.json
CHANGED