@bmlt-enabled/croutonjs 3.12.5 → 3.13.0
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.
- package/build/croutonjs-build1065-d51591651b6f8e170ff87d7041d9000e01c5a24f.zip +0 -0
- package/crouton.css +4 -0
- package/crouton.js +849 -148
- package/crouton.min.css +1 -1
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +849 -148
- package/crouton.nojquery.min.js +1 -1
- package/dist_croutonjs/github/croutonjs.zip +0 -0
- package/dist_croutonjs/s3/croutonjs-build1065-d51591651b6f8e170ff87d7041d9000e01c5a24f.zip +0 -0
- package/package.json +1 -1
- package/templates/themes/asheboro.json +3 -0
- package/templates/themes/florida-nights.css +22 -0
- package/templates/themes/florida-nights.json +163 -0
- package/templates/themes/frog.css +22 -0
- package/templates/themes/frog.json +163 -0
- package/templates/themes/gold-coast.json +3 -0
- package/templates/themes/jack.json +3 -0
- package/templates/themes/kevin.css +6 -4
- package/templates/themes/kevin.json +3 -0
- package/templates/themes/lucy.json +3 -0
- package/templates/themes/one-nine.json +3 -0
- package/templates/themes/orange-monster.json +3 -0
- package/templates/themes/patrick.json +3 -0
- package/templates/themes/quebec.json +3 -0
- package/templates/themes/seattle-rain.json +3 -0
- package/templates/themes/sezf.json +3 -0
- package/templates/themes/truth.css +22 -0
- package/templates/themes/truth.json +163 -0
- package/build/croutonjs-build967-cc52f58c310eb76a4a23abbb9ee24e6ff7fb1eba.zip +0 -0
- package/dist_croutonjs/s3/croutonjs-build967-cc52f58c310eb76a4a23abbb9ee24e6ff7fb1eba.zip +0 -0
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -139,3 +139,25 @@
|
|
|
139
139
|
color: #7DABD0;
|
|
140
140
|
text-decoration: underline;
|
|
141
141
|
}
|
|
142
|
+
|
|
143
|
+
.mapcontrolslabel {
|
|
144
|
+
background-color: #555;
|
|
145
|
+
color: #aaa
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.mapcontrolcontainer {
|
|
149
|
+
background-color: #555;
|
|
150
|
+
border: 2px solid #000;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.mapcontrols {
|
|
154
|
+
color: #aaa
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.mapcontrols input[type=radio] {
|
|
158
|
+
background-color: #7DABD0;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.mapcontrols input[type=radio]:checked {
|
|
162
|
+
background-color: #DB4865;
|
|
163
|
+
}
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
{
|
|
2
|
+
"google_map_theme": [
|
|
3
|
+
{
|
|
4
|
+
"elementType": "geometry",
|
|
5
|
+
"stylers": [
|
|
6
|
+
{
|
|
7
|
+
"color": "#242f3e"
|
|
8
|
+
}
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"elementType": "labels.text.stroke",
|
|
13
|
+
"stylers": [
|
|
14
|
+
{
|
|
15
|
+
"color": "#242f3e"
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"elementType": "labels.text.fill",
|
|
21
|
+
"stylers": [
|
|
22
|
+
{
|
|
23
|
+
"color": "#746855"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"featureType": "administrative.locality",
|
|
29
|
+
"elementType": "labels.text.fill",
|
|
30
|
+
"stylers": [
|
|
31
|
+
{
|
|
32
|
+
"color": "#d59563"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"featureType": "poi",
|
|
38
|
+
"elementType": "labels.text.fill",
|
|
39
|
+
"stylers": [
|
|
40
|
+
{
|
|
41
|
+
"color": "#d59563"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"featureType": "poi.park",
|
|
47
|
+
"elementType": "geometry",
|
|
48
|
+
"stylers": [
|
|
49
|
+
{
|
|
50
|
+
"color": "#263c3f"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"featureType": "poi.park",
|
|
56
|
+
"elementType": "labels.text.fill",
|
|
57
|
+
"stylers": [
|
|
58
|
+
{
|
|
59
|
+
"color": "#6b9a76"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"featureType": "road",
|
|
65
|
+
"elementType": "geometry",
|
|
66
|
+
"stylers": [
|
|
67
|
+
{
|
|
68
|
+
"color": "#38414e"
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"featureType": "road",
|
|
74
|
+
"elementType": "geometry.stroke",
|
|
75
|
+
"stylers": [
|
|
76
|
+
{
|
|
77
|
+
"color": "#212a37"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"featureType": "road",
|
|
83
|
+
"elementType": "labels.text.fill",
|
|
84
|
+
"stylers": [
|
|
85
|
+
{
|
|
86
|
+
"color": "#9ca5b3"
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"featureType": "road.highway",
|
|
92
|
+
"elementType": "geometry",
|
|
93
|
+
"stylers": [
|
|
94
|
+
{
|
|
95
|
+
"color": "#746855"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"featureType": "road.highway",
|
|
101
|
+
"elementType": "geometry.stroke",
|
|
102
|
+
"stylers": [
|
|
103
|
+
{
|
|
104
|
+
"color": "#1f2835"
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"featureType": "road.highway",
|
|
110
|
+
"elementType": "labels.text.fill",
|
|
111
|
+
"stylers": [
|
|
112
|
+
{
|
|
113
|
+
"color": "#f3d19c"
|
|
114
|
+
}
|
|
115
|
+
]
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"featureType": "transit",
|
|
119
|
+
"elementType": "geometry",
|
|
120
|
+
"stylers": [
|
|
121
|
+
{
|
|
122
|
+
"color": "#2f3948"
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"featureType": "transit.station",
|
|
128
|
+
"elementType": "labels.text.fill",
|
|
129
|
+
"stylers": [
|
|
130
|
+
{
|
|
131
|
+
"color": "#d59563"
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"featureType": "water",
|
|
137
|
+
"elementType": "geometry",
|
|
138
|
+
"stylers": [
|
|
139
|
+
{
|
|
140
|
+
"color": "#17263c"
|
|
141
|
+
}
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"featureType": "water",
|
|
146
|
+
"elementType": "labels.text.fill",
|
|
147
|
+
"stylers": [
|
|
148
|
+
{
|
|
149
|
+
"color": "#515c6d"
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"featureType": "water",
|
|
155
|
+
"elementType": "labels.text.stroke",
|
|
156
|
+
"stylers": [
|
|
157
|
+
{
|
|
158
|
+
"color": "#17263c"
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
}
|
|
@@ -147,3 +147,25 @@
|
|
|
147
147
|
color: lightseagreen;
|
|
148
148
|
text-decoration: underline;
|
|
149
149
|
}
|
|
150
|
+
|
|
151
|
+
.mapcontrolslabel {
|
|
152
|
+
background-color: #555;
|
|
153
|
+
color: #aaa
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.mapcontrolcontainer {
|
|
157
|
+
background-color: #555;
|
|
158
|
+
border: 2px solid #000;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.mapcontrols {
|
|
162
|
+
color: #aaa
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.mapcontrols input[type=radio] {
|
|
166
|
+
background-color: lightseagreen;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.mapcontrols input[type=radio]:checked {
|
|
170
|
+
background-color: rebeccapurple;
|
|
171
|
+
}
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
{
|
|
2
|
+
"google_map_theme": [
|
|
3
|
+
{
|
|
4
|
+
"elementType": "geometry",
|
|
5
|
+
"stylers": [
|
|
6
|
+
{
|
|
7
|
+
"color": "#242f3e"
|
|
8
|
+
}
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"elementType": "labels.text.stroke",
|
|
13
|
+
"stylers": [
|
|
14
|
+
{
|
|
15
|
+
"color": "#242f3e"
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"elementType": "labels.text.fill",
|
|
21
|
+
"stylers": [
|
|
22
|
+
{
|
|
23
|
+
"color": "#746855"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"featureType": "administrative.locality",
|
|
29
|
+
"elementType": "labels.text.fill",
|
|
30
|
+
"stylers": [
|
|
31
|
+
{
|
|
32
|
+
"color": "#d59563"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"featureType": "poi",
|
|
38
|
+
"elementType": "labels.text.fill",
|
|
39
|
+
"stylers": [
|
|
40
|
+
{
|
|
41
|
+
"color": "#d59563"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"featureType": "poi.park",
|
|
47
|
+
"elementType": "geometry",
|
|
48
|
+
"stylers": [
|
|
49
|
+
{
|
|
50
|
+
"color": "#263c3f"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"featureType": "poi.park",
|
|
56
|
+
"elementType": "labels.text.fill",
|
|
57
|
+
"stylers": [
|
|
58
|
+
{
|
|
59
|
+
"color": "#6b9a76"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"featureType": "road",
|
|
65
|
+
"elementType": "geometry",
|
|
66
|
+
"stylers": [
|
|
67
|
+
{
|
|
68
|
+
"color": "#38414e"
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"featureType": "road",
|
|
74
|
+
"elementType": "geometry.stroke",
|
|
75
|
+
"stylers": [
|
|
76
|
+
{
|
|
77
|
+
"color": "#212a37"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"featureType": "road",
|
|
83
|
+
"elementType": "labels.text.fill",
|
|
84
|
+
"stylers": [
|
|
85
|
+
{
|
|
86
|
+
"color": "#9ca5b3"
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"featureType": "road.highway",
|
|
92
|
+
"elementType": "geometry",
|
|
93
|
+
"stylers": [
|
|
94
|
+
{
|
|
95
|
+
"color": "#746855"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"featureType": "road.highway",
|
|
101
|
+
"elementType": "geometry.stroke",
|
|
102
|
+
"stylers": [
|
|
103
|
+
{
|
|
104
|
+
"color": "#1f2835"
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"featureType": "road.highway",
|
|
110
|
+
"elementType": "labels.text.fill",
|
|
111
|
+
"stylers": [
|
|
112
|
+
{
|
|
113
|
+
"color": "#f3d19c"
|
|
114
|
+
}
|
|
115
|
+
]
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"featureType": "transit",
|
|
119
|
+
"elementType": "geometry",
|
|
120
|
+
"stylers": [
|
|
121
|
+
{
|
|
122
|
+
"color": "#2f3948"
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"featureType": "transit.station",
|
|
128
|
+
"elementType": "labels.text.fill",
|
|
129
|
+
"stylers": [
|
|
130
|
+
{
|
|
131
|
+
"color": "#d59563"
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"featureType": "water",
|
|
137
|
+
"elementType": "geometry",
|
|
138
|
+
"stylers": [
|
|
139
|
+
{
|
|
140
|
+
"color": "#17263c"
|
|
141
|
+
}
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"featureType": "water",
|
|
146
|
+
"elementType": "labels.text.fill",
|
|
147
|
+
"stylers": [
|
|
148
|
+
{
|
|
149
|
+
"color": "#515c6d"
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"featureType": "water",
|
|
155
|
+
"elementType": "labels.text.stroke",
|
|
156
|
+
"stylers": [
|
|
157
|
+
{
|
|
158
|
+
"color": "#17263c"
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
}
|
|
@@ -35,10 +35,12 @@
|
|
|
35
35
|
padding: 6px 12px;
|
|
36
36
|
border-radius: 0;
|
|
37
37
|
}
|
|
38
|
-
#bmlt-tabs .bmlt-header .bmlt-dropdown-container:nth-child(3) {
|
|
39
|
-
margin-left: 10px;
|
|
40
|
-
}
|
|
41
38
|
|
|
39
|
+
@media (min-width: 40em) {
|
|
40
|
+
#bmlt-tabs .bmlt-header .bmlt-dropdown-container:nth-child(3) {
|
|
41
|
+
margin-left: 10px;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
42
44
|
.select2-container--default .select2-selection--single {
|
|
43
45
|
border-radius: 0;
|
|
44
46
|
border: 1px solid #ccc;
|
|
@@ -52,4 +54,4 @@
|
|
|
52
54
|
#bmlt-tabs .rowHighlight {
|
|
53
55
|
background-color: #DB4865;
|
|
54
56
|
color: black;
|
|
55
|
-
}
|
|
57
|
+
}
|
|
@@ -147,3 +147,25 @@
|
|
|
147
147
|
color: lightseagreen;
|
|
148
148
|
text-decoration: underline;
|
|
149
149
|
}
|
|
150
|
+
|
|
151
|
+
.mapcontrolslabel {
|
|
152
|
+
background-color: #555;
|
|
153
|
+
color: #aaa
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.mapcontrolcontainer {
|
|
157
|
+
background-color: #555;
|
|
158
|
+
border: 2px solid #000;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.mapcontrols {
|
|
162
|
+
color: #aaa
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.mapcontrols input[type=radio] {
|
|
166
|
+
background-color: lightseagreen;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.mapcontrols input[type=radio]:checked {
|
|
170
|
+
background-color: mediumvioletred;
|
|
171
|
+
}
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
{
|
|
2
|
+
"google_map_theme": [
|
|
3
|
+
{
|
|
4
|
+
"elementType": "geometry",
|
|
5
|
+
"stylers": [
|
|
6
|
+
{
|
|
7
|
+
"color": "#242f3e"
|
|
8
|
+
}
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"elementType": "labels.text.stroke",
|
|
13
|
+
"stylers": [
|
|
14
|
+
{
|
|
15
|
+
"color": "#242f3e"
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"elementType": "labels.text.fill",
|
|
21
|
+
"stylers": [
|
|
22
|
+
{
|
|
23
|
+
"color": "#746855"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"featureType": "administrative.locality",
|
|
29
|
+
"elementType": "labels.text.fill",
|
|
30
|
+
"stylers": [
|
|
31
|
+
{
|
|
32
|
+
"color": "#d59563"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"featureType": "poi",
|
|
38
|
+
"elementType": "labels.text.fill",
|
|
39
|
+
"stylers": [
|
|
40
|
+
{
|
|
41
|
+
"color": "#d59563"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"featureType": "poi.park",
|
|
47
|
+
"elementType": "geometry",
|
|
48
|
+
"stylers": [
|
|
49
|
+
{
|
|
50
|
+
"color": "#263c3f"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"featureType": "poi.park",
|
|
56
|
+
"elementType": "labels.text.fill",
|
|
57
|
+
"stylers": [
|
|
58
|
+
{
|
|
59
|
+
"color": "#6b9a76"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"featureType": "road",
|
|
65
|
+
"elementType": "geometry",
|
|
66
|
+
"stylers": [
|
|
67
|
+
{
|
|
68
|
+
"color": "#38414e"
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"featureType": "road",
|
|
74
|
+
"elementType": "geometry.stroke",
|
|
75
|
+
"stylers": [
|
|
76
|
+
{
|
|
77
|
+
"color": "#212a37"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"featureType": "road",
|
|
83
|
+
"elementType": "labels.text.fill",
|
|
84
|
+
"stylers": [
|
|
85
|
+
{
|
|
86
|
+
"color": "#9ca5b3"
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"featureType": "road.highway",
|
|
92
|
+
"elementType": "geometry",
|
|
93
|
+
"stylers": [
|
|
94
|
+
{
|
|
95
|
+
"color": "#746855"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"featureType": "road.highway",
|
|
101
|
+
"elementType": "geometry.stroke",
|
|
102
|
+
"stylers": [
|
|
103
|
+
{
|
|
104
|
+
"color": "#1f2835"
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"featureType": "road.highway",
|
|
110
|
+
"elementType": "labels.text.fill",
|
|
111
|
+
"stylers": [
|
|
112
|
+
{
|
|
113
|
+
"color": "#f3d19c"
|
|
114
|
+
}
|
|
115
|
+
]
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"featureType": "transit",
|
|
119
|
+
"elementType": "geometry",
|
|
120
|
+
"stylers": [
|
|
121
|
+
{
|
|
122
|
+
"color": "#2f3948"
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"featureType": "transit.station",
|
|
128
|
+
"elementType": "labels.text.fill",
|
|
129
|
+
"stylers": [
|
|
130
|
+
{
|
|
131
|
+
"color": "#d59563"
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"featureType": "water",
|
|
137
|
+
"elementType": "geometry",
|
|
138
|
+
"stylers": [
|
|
139
|
+
{
|
|
140
|
+
"color": "#17263c"
|
|
141
|
+
}
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"featureType": "water",
|
|
146
|
+
"elementType": "labels.text.fill",
|
|
147
|
+
"stylers": [
|
|
148
|
+
{
|
|
149
|
+
"color": "#515c6d"
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"featureType": "water",
|
|
155
|
+
"elementType": "labels.text.stroke",
|
|
156
|
+
"stylers": [
|
|
157
|
+
{
|
|
158
|
+
"color": "#17263c"
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
}
|
|
Binary file
|