waygo-maps 1.1.5 → 1.1.6

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.
Files changed (2) hide show
  1. package/dist/style.css +5 -5
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -126,9 +126,9 @@
126
126
 
127
127
  width: 80px;
128
128
  z-index: 10;
129
- height: 100%;
130
- opacity: 1;
131
- background-color: orange;
129
+ height: 20px;
130
+ opacity: 0.3;
131
+ /* background-color: orange; */
132
132
  }
133
133
 
134
134
  .logo-fill-element {
@@ -136,9 +136,9 @@
136
136
  bottom: 0;
137
137
  right: 0;
138
138
  width: 80px;
139
- height: 20;
139
+ height: 20px;
140
140
  opacity: 1;
141
- background-color: purple;
141
+ /* background-color: purple; */
142
142
  }
143
143
 
144
144
  .website-container {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waygo-maps",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "main": "dist/bundle.js",
5
5
  "files": [
6
6
  "dist/bundle.js",