betterplace_explorer 0.0.1.pre.alpha30 → 0.0.1.pre.alpha31
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/betterplace_explorer/_explorer.sass +1 -1
- data/app/assets/stylesheets/betterplace_explorer/_map.sass +1 -1
- data/app/assets/stylesheets/betterplace_explorer/_variables.sass +4 -4
- data/app/assets/stylesheets/betterplace_explorer/_volunteering_list.sass +2 -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: 0b4b391639cf239671bf46783fa4da9d2dc67c9d
|
4
|
+
data.tar.gz: dad96cd36a7742f29051963b6d6e26c68e9c35ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e585a6f760c869c6fca0f51092126f72443bd90e8e75fb01e7edc0a2065565bef8744e1eeb12aae2e4230026d616ce0fbb025ff772c115454ff9030f9251bdb3
|
7
|
+
data.tar.gz: c9203a0600a1876e30cda6a221a33739cfcdcb36f539b0cf9762615d7cff9717fe455ea5434de47b478aa568ba15c9593c895d9b1a30cb649dcbebd9e23c8014
|
@@ -10,7 +10,7 @@ $medium-grey: #949494
|
|
10
10
|
$dark-grey: #636b70
|
11
11
|
$very-dark-grey: #3f3f3f
|
12
12
|
|
13
|
-
$
|
14
|
-
$
|
15
|
-
$
|
16
|
-
$
|
13
|
+
$betterplace_explorer_sidebar_width: 650px !default
|
14
|
+
$betterplace_explorer_location_input_height: 75px !default
|
15
|
+
$betterplace_explorer_mobile_breakpoint: 767px !default
|
16
|
+
$betterplace_explorer_additional_header_height: 0px !default
|
@@ -5,7 +5,8 @@
|
|
5
5
|
top: $betterplace_explorer_location_input_height
|
6
6
|
left: 0
|
7
7
|
width: $betterplace_explorer_sidebar_width
|
8
|
-
height: calc(#{$
|
8
|
+
height: calc(100vh - #{$betterplace_explorer_location_input_height} - #{$betterplace_explorer_additional_header_height})
|
9
|
+
|
9
10
|
overflow-x: hidden
|
10
11
|
overflow-y: scroll
|
11
12
|
padding: 20px
|