waterfall_bourbon_neat_rails 0.1.9.4 → 0.1.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2049ef7a33a95040132922c410845839d485795
|
4
|
+
data.tar.gz: ced6bcbbce9868f5a1d7f577f354d7cfc2496f65
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e03868c9e2081c8f452748f6a093b628ab57857cd7479754f4ecc974457ffa1f401108b00899db21e965491a8001be7030f814e31c82d1d92582cf12a146803
|
7
|
+
data.tar.gz: b52d6575d08ef753a24994246917bca67c0cbafd25b8a4f71862565b161dac9db64e93d3b9f8963b15d230e37e745403050d7f5942dab288fae411a9aef8c06d
|
@@ -220,11 +220,13 @@ body#main{
|
|
220
220
|
}
|
221
221
|
|
222
222
|
.upload_actions{
|
223
|
-
|
223
|
+
position: relative;
|
224
|
+
.upload_btn{
|
225
|
+
@include btn(#fff, 120px, 40px, 1em, $light_blue, #f7f7f7, $light_blue);
|
226
|
+
margin: 15px 0;
|
227
|
+
}
|
224
228
|
input{
|
225
|
-
|
226
|
-
padding: 0;
|
227
|
-
margin-bottom: 0;
|
229
|
+
display: none;
|
228
230
|
}
|
229
231
|
}
|
230
232
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: waterfall_bourbon_neat_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.9.
|
4
|
+
version: 0.1.9.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Waterfall Software Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-08-
|
11
|
+
date: 2014-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|