betterplace_explorer 0.0.1.pre.alpha43 → 0.0.1.pre.alpha44
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: dc11691829378c96d06c76cda6ab07302d14422f
|
4
|
+
data.tar.gz: 9fc260c7e7f9f5009fddeea0468ae4579ad49fe7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69c25d19ce8d94175aedada6e2df0d956eb628161575c448065c2ea065e8a4e7e2465f60d7ee1076ade6e6efe5057b05168b361164472464fcbd28048046a0f8
|
7
|
+
data.tar.gz: 0acc96a4d2a991052cccfe9e65956c8628087cb01f486883697e56c5eb9b75a4b551268ce72c9dc57662b8beca13301e01186cf462224ecafb39f45b99b5b498
|
@@ -22,6 +22,12 @@
|
|
22
22
|
opacity: 0.6
|
23
23
|
background: white
|
24
24
|
|
25
|
+
+phone
|
26
|
+
&.loading
|
27
|
+
// ugly solution to make sure that stuff that is placed
|
28
|
+
// below the explorer never ends up beneath the loading-spinner 😢
|
29
|
+
min-height: 210px
|
30
|
+
|
25
31
|
.no-results
|
26
32
|
p
|
27
33
|
font-size: 22px
|