betterplace_explorer 0.0.1.pre.alpha1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,43 @@
1
+ .bpe--volunteering-list {
2
+ /*position: fixed;*/
3
+ /*top: 0;*/
4
+ /*left: 0;*/
5
+ /*overflow-y: scroll;*/
6
+ /*css wtf*/
7
+ }
8
+
9
+ .bpe--volunteering {
10
+ display: flex;
11
+ margin-bottom: 20px;
12
+ }
13
+
14
+ .bpe--volunteering--image {
15
+ margin-right: 10px;
16
+ /*width: 100px;*/
17
+ }
18
+
19
+ .bpe--volunteering--body {
20
+ flex-grow: 1;
21
+ }
22
+
23
+ .bpe--location-input--input {
24
+ display: block;
25
+ margin: 20px;
26
+ padding: 5px;
27
+ padding-right: 30px;
28
+ width: 100%;
29
+ }
30
+
31
+ .bpe--location-input--reset {
32
+ position: absolute;
33
+ right: 0px;
34
+ top: 13px;
35
+ z-index: 1000;
36
+ font-size: 3rem;
37
+ font-weight: 100;
38
+ cursor: pointer;
39
+ }
40
+ .bpe--location-input--reset:hover {
41
+ text-decoration: none;
42
+ }
43
+
@@ -0,0 +1,6 @@
1
+ module BetterplaceExplorer
2
+ module Rails
3
+ class Engine < ::Rails::Engine
4
+ end
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: betterplace_explorer
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1.pre.alpha1
5
+ platform: ruby
6
+ authors:
7
+ - betterplace developers
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-06-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: An awesome explorer
14
+ email:
15
+ - developers@betterplace.org
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - app/assets/javascripts/betterplace_explorer.js
21
+ - app/assets/stylesheets/betterplace_explorer.css
22
+ - lib/betterplace_explorer.rb
23
+ homepage: https://github.com/betterplace/betterplace_explorer
24
+ licenses:
25
+ - Apache v2
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">"
39
+ - !ruby/object:Gem::Version
40
+ version: 1.3.1
41
+ requirements: []
42
+ rubyforge_project:
43
+ rubygems_version: 2.5.1
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: An awesome explorer
47
+ test_files: []
48
+ has_rdoc: