@vidro/map-handler 1.1.3 → 1.1.15
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +39 -91
- package/dist/map-handler.js +1 -1
- package/examples/full/cachedToken.dat +1 -1
- package/examples/full/cachedTokenData.dat +1 -1
- package/examples/full/index.php +9 -78
- package/examples/full/tester.js +12 -177
- package/examples/serverLess/dist/index.23420cfa.js +117 -120
- package/examples/serverLess/dist/index.23420cfa.js.map +1 -1
- package/examples/serverLess/dist/index.html +1 -38
- package/examples/serverLess/index.html +1 -2
- package/examples/serverLess/main.js +2 -2
- package/examples/simple/index.html +1 -1
- package/examples/taigua/index.html +46 -8
- package/examples/taigua/main.js +467 -18
- package/examples/vidromap/index.php +1 -1
- package/package.json +1 -1
- package/src/index.js +178 -318
- package/examples/externalwms/index.js +0 -20
- package/examples/externalwms/index.php +0 -88
- package/examples/integration/tool/css/dist/home.css.min.css +0 -0
- package/examples/integration/tool/css/dist/home.min.css +0 -1
- package/examples/integration/tool/css/dist/home.min.css.map +0 -10
- package/examples/integration/tool/css/dist/style-login.css.min.css +0 -0
- package/examples/integration/tool/css/dist/style-login.min.css +0 -1
- package/examples/integration/tool/css/dist/style-login.min.css.map +0 -10
- package/examples/integration/tool/css/dist/style.css.min.css +0 -0
- package/examples/integration/tool/css/dist/style.min.css +0 -1
- package/examples/integration/tool/css/dist/style.min.css.map +0 -23
- package/examples/integration/tool/css/master/_bottom-sheet-2.scss +0 -103
- package/examples/integration/tool/css/master/_bottom-sheet.scss +0 -142
- package/examples/integration/tool/css/master/_colors.scss +0 -35
- package/examples/integration/tool/css/master/_dropdown-form.scss +0 -167
- package/examples/integration/tool/css/master/_forms.scss +0 -416
- package/examples/integration/tool/css/master/_header.scss +0 -134
- package/examples/integration/tool/css/master/_menu-toc.scss +0 -135
- package/examples/integration/tool/css/master/_menu-tools.scss +0 -187
- package/examples/integration/tool/css/master/_mixins.scss +0 -42
- package/examples/integration/tool/css/master/_notifyjs.scss +0 -39
- package/examples/integration/tool/css/master/_ol-map-controls.scss +0 -117
- package/examples/integration/tool/css/master/_simplelightbox.scss +0 -287
- package/examples/integration/tool/css/master/_toc-config.scss +0 -28
- package/examples/integration/tool/css/master/_toc-layouts.scss +0 -173
- package/examples/integration/tool/css/master/_tooltip.scss +0 -34
- package/examples/integration/tool/css/master/home.scss +0 -266
- package/examples/integration/tool/css/master/style-login.scss +0 -240
- package/examples/integration/tool/css/master/style.scss +0 -166
- package/examples/integration/tool/img/doc-gallery-placeholder.svg +0 -3
- package/examples/integration/tool/img/home/ic_calendar-clock.svg +0 -1
- package/examples/integration/tool/img/home/ic_caret-down.svg +0 -1
- package/examples/integration/tool/img/home/ic_cog.svg +0 -1
- package/examples/integration/tool/img/home/ic_marker.svg +0 -1
- package/examples/integration/tool/img/home/ic_play-circle.svg +0 -1
- package/examples/integration/tool/img/home/ic_power.svg +0 -1
- package/examples/integration/tool/img/home/ic_squares.svg +0 -1
- package/examples/integration/tool/img/home/ic_user-pointer.svg +0 -1
- package/examples/integration/tool/img/home/ic_user-square.svg +0 -1
- package/examples/integration/tool/img/home/logo_footer.svg +0 -1
- package/examples/integration/tool/img/ic/accessControl.svg +0 -1
- package/examples/integration/tool/img/ic/account-location.svg +0 -1
- package/examples/integration/tool/img/ic/actionDelete.svg +0 -64
- package/examples/integration/tool/img/ic/actionOpen.svg +0 -64
- package/examples/integration/tool/img/ic/addFile.svg +0 -100
- package/examples/integration/tool/img/ic/addFile_off.svg +0 -102
- package/examples/integration/tool/img/ic/arrow-left.svg +0 -1
- package/examples/integration/tool/img/ic/arrow-right-drop-circle-outline.svg +0 -1
- package/examples/integration/tool/img/ic/bt_add_photo.svg +0 -3
- package/examples/integration/tool/img/ic/bug.svg +0 -1
- package/examples/integration/tool/img/ic/caret-down-bottomsheet.svg +0 -3
- package/examples/integration/tool/img/ic/checkbox-blank-outline-grey.svg +0 -8
- package/examples/integration/tool/img/ic/checkbox-blank-outline-white.svg +0 -8
- package/examples/integration/tool/img/ic/checkbox-blank-outline.svg +0 -1
- package/examples/integration/tool/img/ic/checkbox-marked-outline-grey.svg +0 -8
- package/examples/integration/tool/img/ic/checkbox-marked-outline-white.svg +0 -8
- package/examples/integration/tool/img/ic/checkbox-marked-outline.svg +0 -1
- package/examples/integration/tool/img/ic/chevron-down-grey.svg +0 -7
- package/examples/integration/tool/img/ic/chevron-down-white.svg +0 -7
- package/examples/integration/tool/img/ic/chevron-down.svg +0 -1
- package/examples/integration/tool/img/ic/chevron-right-grey.svg +0 -7
- package/examples/integration/tool/img/ic/chevron-right-white.svg +0 -7
- package/examples/integration/tool/img/ic/chevron-right.svg +0 -1
- package/examples/integration/tool/img/ic/comment-text-outline.svg +0 -1
- package/examples/integration/tool/img/ic/cookie.svg +0 -1
- package/examples/integration/tool/img/ic/delete.svg +0 -1
- package/examples/integration/tool/img/ic/dot.svg +0 -1
- package/examples/integration/tool/img/ic/dump.svg +0 -1
- package/examples/integration/tool/img/ic/e.svg +0 -9
- package/examples/integration/tool/img/ic/eye-off.svg +0 -1
- package/examples/integration/tool/img/ic/eye.svg +0 -1
- package/examples/integration/tool/img/ic/forbidden.svg +0 -1
- package/examples/integration/tool/img/ic/form-title-1.svg +0 -3
- package/examples/integration/tool/img/ic/group.svg +0 -1
- package/examples/integration/tool/img/ic/hamburger.svg +0 -1
- package/examples/integration/tool/img/ic/ic-users.svg +0 -1
- package/examples/integration/tool/img/ic/ic_dropdown-form-close.svg +0 -3
- package/examples/integration/tool/img/ic/ic_dropdown-form-link.svg +0 -3
- package/examples/integration/tool/img/ic/ic_feature-edit-cancel.svg +0 -14
- package/examples/integration/tool/img/ic/ic_feature-edit-save.svg +0 -14
- package/examples/integration/tool/img/ic/ic_gallery-item-delete.svg +0 -3
- package/examples/integration/tool/img/ic/ic_gallery-item-view.svg +0 -3
- package/examples/integration/tool/img/ic/ic_gps.svg +0 -3
- package/examples/integration/tool/img/ic/ic_search.svg +0 -5
- package/examples/integration/tool/img/ic/ic_selector_fechas.svg +0 -63
- package/examples/integration/tool/img/ic/ic_zoom-to-extent.svg +0 -3
- package/examples/integration/tool/img/ic/icon_reminder.png +0 -0
- package/examples/integration/tool/img/ic/image-gallery-placeholder.svg +0 -55
- package/examples/integration/tool/img/ic/imaqua.svg +0 -87
- package/examples/integration/tool/img/ic/incidencia.svg +0 -77
- package/examples/integration/tool/img/ic/info_multi_selection.svg +0 -230
- package/examples/integration/tool/img/ic/layers.svg +0 -1
- package/examples/integration/tool/img/ic/map-marker.svg +0 -3
- package/examples/integration/tool/img/ic/map.svg +0 -1
- package/examples/integration/tool/img/ic/measure_area.svg +0 -111
- package/examples/integration/tool/img/ic/minus.svg +0 -7
- package/examples/integration/tool/img/ic/notification.svg +0 -1
- package/examples/integration/tool/img/ic/offline.svg +0 -3
- package/examples/integration/tool/img/ic/online.svg +0 -1
- package/examples/integration/tool/img/ic/pencil.svg +0 -3
- package/examples/integration/tool/img/ic/plus.svg +0 -1
- package/examples/integration/tool/img/ic/polygon_selection.svg +0 -68
- package/examples/integration/tool/img/ic/power.svg +0 -1
- package/examples/integration/tool/img/ic/remoteLocalized.svg +0 -4
- package/examples/integration/tool/img/ic/remoteStartLocalize.svg +0 -4
- package/examples/integration/tool/img/ic/ruler.svg +0 -125
- package/examples/integration/tool/img/ic/selection-plus.svg +0 -10
- package/examples/integration/tool/img/ic/selection.svg +0 -1
- package/examples/integration/tool/img/ic/settings.svg +0 -1
- package/examples/integration/tool/img/ic/sort.svg +0 -1
- package/examples/integration/tool/img/ic/sort_asc.svg +0 -1
- package/examples/integration/tool/img/ic/sort_desc.svg +0 -1
- package/examples/integration/tool/img/ic/spreadsheet.svg +0 -3
- package/examples/integration/tool/img/ic/times.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/AB3.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/AB4.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/IC1.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB1.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB11.svg +0 -5
- package/examples/integration/tool/img/ic/toolbar/TB2.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB20.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB21.svg +0 -54
- package/examples/integration/tool/img/ic/toolbar/TB3.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB31.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB32.svg +0 -57
- package/examples/integration/tool/img/ic/toolbar/TB4.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB5.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB6.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB7.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB8.svg +0 -1
- package/examples/integration/tool/img/ic/tools.svg +0 -28
- package/examples/integration/tool/img/ic/user.svg +0 -1
- package/examples/integration/tool/img/ic/vector-polygon.svg +0 -1
- package/examples/integration/tool/img/ic/visit_manager.svg +0 -135
- package/examples/integration/tool/img/logo-footer-login.png +0 -0
- package/examples/integration/tool/img/logo-footer.png +0 -0
- package/examples/integration/tool/img/logo-header-login.png +0 -0
- package/examples/integration/tool/img/logo-header-login@2x.png +0 -0
- package/examples/integration/tool/img/logo-header-login@3x.png +0 -0
- package/examples/integration/tool/img/logo-header.png +0 -0
- package/examples/integration/tool/img/logo-header@2x.png +0 -0
- package/examples/integration/tool/img/logo-header@3x.png +0 -0
- package/examples/integration/tool/img/logo_project.png +0 -0
- package/examples/integration/tool/img/photo-gallery-placeholder.svg +0 -3
- package/examples/integration/tool/img/pixel.png +0 -0
- package/examples/integration/tool/index.html +0 -228
- package/examples/integration/tool/js/demo.js +0 -238
- package/examples/integration/tool/js/interface.js +0 -147
- package/examples/integration/tool/js/jquery.js +0 -4
- package/examples/integration/vanguardia.html +0 -6636
- package/examples/taigua/global.css +0 -10
- package/examples/xavi/index.html +0 -37
- package/examples/xavi/main.js +0 -168
@@ -1,287 +0,0 @@
|
|
1
|
-
// You can customize Simplelightbox with the following variables:
|
2
|
-
|
3
|
-
$sl-font-family: Arial, Baskerville, monospace;
|
4
|
-
$sl-overlay-background: #fff;
|
5
|
-
$sl-navigation-color: #000;
|
6
|
-
$sl-caption-color: #fff;
|
7
|
-
$sl-caption-background: #000;
|
8
|
-
|
9
|
-
$sl-counter-fontsize: 1rem;
|
10
|
-
$sl-close-fontsize: 3rem;
|
11
|
-
|
12
|
-
$sl-breakpoint-medium: 35.5em; // 568px, when 1em == 16px
|
13
|
-
$sl-breakpoint-large: 50em; // 800px, when 1em == 16px
|
14
|
-
|
15
|
-
$sl-arrow-fontsize-small: 2rem;
|
16
|
-
$sl-arrow-fontsize-medium: 3rem;
|
17
|
-
$sl-arrow-fontsize-large: 3rem;
|
18
|
-
$sl-img-border-small: 0 none;
|
19
|
-
$sl-img-border-medium: 0 none;
|
20
|
-
$sl-img-border-large: 0 none;
|
21
|
-
$sl-iframe-border-small: 0 none;
|
22
|
-
$sl-iframe-border-medium: 0 none;
|
23
|
-
$sl-iframe-border-large: 0 none;
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
body.hidden-scroll {
|
28
|
-
overflow: hidden;
|
29
|
-
}
|
30
|
-
.sl-overlay {
|
31
|
-
position: fixed;
|
32
|
-
left: 0;
|
33
|
-
right: 0;
|
34
|
-
top: 0;
|
35
|
-
bottom: 0;
|
36
|
-
background: $sl-overlay-background;
|
37
|
-
opacity: 0.7;
|
38
|
-
display: none;
|
39
|
-
z-index: 1006;
|
40
|
-
}
|
41
|
-
.sl-wrapper {
|
42
|
-
z-index: 1000;
|
43
|
-
button {
|
44
|
-
border: 0 none;
|
45
|
-
background: transparent;
|
46
|
-
font-size: 28px;
|
47
|
-
padding: 0;
|
48
|
-
cursor: pointer;
|
49
|
-
&:hover {
|
50
|
-
opacity: 0.7;
|
51
|
-
}
|
52
|
-
}
|
53
|
-
|
54
|
-
.sl-close {
|
55
|
-
display: none;
|
56
|
-
position: fixed;
|
57
|
-
right: 30px;
|
58
|
-
top: 30px;
|
59
|
-
z-index: 1015;
|
60
|
-
margin-top: -14px;
|
61
|
-
margin-right: -14px;
|
62
|
-
height: 44px;
|
63
|
-
width: 44px;
|
64
|
-
line-height: 44px;
|
65
|
-
font-family: $sl-font-family;
|
66
|
-
color: $sl-navigation-color;
|
67
|
-
font-size: $sl-close-fontsize;
|
68
|
-
}
|
69
|
-
|
70
|
-
.sl-counter {
|
71
|
-
display: none;
|
72
|
-
position: fixed;
|
73
|
-
top: 30px;
|
74
|
-
left: 30px;
|
75
|
-
z-index: 1015;
|
76
|
-
color: $sl-navigation-color;
|
77
|
-
font-size: $sl-counter-fontsize;
|
78
|
-
}
|
79
|
-
|
80
|
-
.sl-navigation {
|
81
|
-
width: 100%;
|
82
|
-
display: none;
|
83
|
-
button {
|
84
|
-
position: fixed;
|
85
|
-
top: 50%;
|
86
|
-
margin-top: -22px;
|
87
|
-
height: 44px;
|
88
|
-
width: 22px;
|
89
|
-
line-height: 44px;
|
90
|
-
text-align: center;
|
91
|
-
display: block;
|
92
|
-
z-index: 1015;
|
93
|
-
font-family: $sl-font-family;
|
94
|
-
color: $sl-navigation-color;
|
95
|
-
&.sl-next {
|
96
|
-
right: 5px;
|
97
|
-
font-size: $sl-arrow-fontsize-small;
|
98
|
-
}
|
99
|
-
|
100
|
-
&.sl-prev {
|
101
|
-
left: 5px;
|
102
|
-
font-size: $sl-arrow-fontsize-small;
|
103
|
-
}
|
104
|
-
@media (min-width: $sl-breakpoint-medium) {
|
105
|
-
width: 44px;
|
106
|
-
|
107
|
-
&.sl-next {
|
108
|
-
right: 10px;
|
109
|
-
font-size: $sl-arrow-fontsize-medium;
|
110
|
-
}
|
111
|
-
|
112
|
-
&.sl-prev {
|
113
|
-
left: 10px;
|
114
|
-
font-size: $sl-arrow-fontsize-medium;
|
115
|
-
}
|
116
|
-
}
|
117
|
-
@media (min-width: $sl-breakpoint-large) {
|
118
|
-
width: 44px;
|
119
|
-
|
120
|
-
&.sl-next {
|
121
|
-
right: 20px;
|
122
|
-
font-size: $sl-arrow-fontsize-large;
|
123
|
-
}
|
124
|
-
|
125
|
-
&.sl-prev {
|
126
|
-
left: 20px;
|
127
|
-
font-size: $sl-arrow-fontsize-large;
|
128
|
-
}
|
129
|
-
}
|
130
|
-
}
|
131
|
-
}
|
132
|
-
|
133
|
-
.sl-image {
|
134
|
-
position: fixed;
|
135
|
-
-ms-touch-action: none;
|
136
|
-
touch-action: none;
|
137
|
-
z-index: 10000;
|
138
|
-
img {
|
139
|
-
margin: 0;
|
140
|
-
padding: 0;
|
141
|
-
display: block;
|
142
|
-
border: $sl-img-border-small;
|
143
|
-
@media (min-width: $sl-breakpoint-medium) {
|
144
|
-
border: $sl-img-border-medium;
|
145
|
-
}
|
146
|
-
@media (min-width: $sl-breakpoint-large) {
|
147
|
-
border: $sl-img-border-large;
|
148
|
-
}
|
149
|
-
|
150
|
-
}
|
151
|
-
iframe {
|
152
|
-
background: #000;
|
153
|
-
border: $sl-iframe-border-small;
|
154
|
-
@media (min-width: $sl-breakpoint-medium) {
|
155
|
-
border: $sl-iframe-border-medium;
|
156
|
-
}
|
157
|
-
@media (min-width: $sl-breakpoint-large) {
|
158
|
-
border: $sl-iframe-border-large;
|
159
|
-
}
|
160
|
-
}
|
161
|
-
.sl-caption {
|
162
|
-
display: none;
|
163
|
-
padding: 10px;
|
164
|
-
color: $sl-caption-color;
|
165
|
-
background: $sl-caption-background;
|
166
|
-
opacity: 0.8;
|
167
|
-
position: absolute;
|
168
|
-
bottom: 0;
|
169
|
-
left: 0;
|
170
|
-
right: 0;
|
171
|
-
|
172
|
-
&.pos-top {
|
173
|
-
bottom: auto;
|
174
|
-
top: 0;
|
175
|
-
}
|
176
|
-
|
177
|
-
&.pos-outside {
|
178
|
-
bottom: auto;
|
179
|
-
}
|
180
|
-
}
|
181
|
-
|
182
|
-
.sl-download {
|
183
|
-
display: none;
|
184
|
-
position: absolute;
|
185
|
-
bottom: 5px;
|
186
|
-
right: 5px;
|
187
|
-
color: $sl-navigation-color;
|
188
|
-
z-index: 1005;
|
189
|
-
}
|
190
|
-
}
|
191
|
-
}
|
192
|
-
|
193
|
-
.sl-spinner {
|
194
|
-
display: none;
|
195
|
-
border: 5px solid #333;
|
196
|
-
border-radius: 40px;
|
197
|
-
height: 40px;
|
198
|
-
left: 50%;
|
199
|
-
margin: -20px 0 0 -20px;
|
200
|
-
opacity: 0;
|
201
|
-
position: fixed;
|
202
|
-
top: 50%;
|
203
|
-
width: 40px;
|
204
|
-
z-index: 1007;
|
205
|
-
-webkit-animation: pulsate 1s ease-out infinite;
|
206
|
-
-moz-animation: pulsate 1s ease-out infinite;
|
207
|
-
-ms-animation: pulsate 1s ease-out infinite;
|
208
|
-
-o-animation: pulsate 1s ease-out infinite;
|
209
|
-
animation: pulsate 1s ease-out infinite;
|
210
|
-
}
|
211
|
-
|
212
|
-
.sl-scrollbar-measure {
|
213
|
-
position: absolute;
|
214
|
-
top: -9999px;
|
215
|
-
width: 50px;
|
216
|
-
height: 50px;
|
217
|
-
overflow: scroll;
|
218
|
-
}
|
219
|
-
|
220
|
-
@-webkit-keyframes pulsate{
|
221
|
-
0% {
|
222
|
-
transform: scale(.1);
|
223
|
-
opacity: 0.0;
|
224
|
-
}
|
225
|
-
50% {
|
226
|
-
opacity: 1;
|
227
|
-
}
|
228
|
-
100% {
|
229
|
-
transform: scale(1.2);
|
230
|
-
opacity: 0;
|
231
|
-
}
|
232
|
-
}
|
233
|
-
@keyframes pulsate {
|
234
|
-
0% {
|
235
|
-
transform: scale(.1);
|
236
|
-
opacity: 0.0;
|
237
|
-
}
|
238
|
-
50% {
|
239
|
-
opacity: 1;
|
240
|
-
}
|
241
|
-
100% {
|
242
|
-
transform: scale(1.2);
|
243
|
-
opacity: 0;
|
244
|
-
}
|
245
|
-
}
|
246
|
-
|
247
|
-
@-moz-keyframes pulsate{
|
248
|
-
0% {
|
249
|
-
transform: scale(.1);
|
250
|
-
opacity: 0.0;
|
251
|
-
}
|
252
|
-
50% {
|
253
|
-
opacity: 1;
|
254
|
-
}
|
255
|
-
100% {
|
256
|
-
transform: scale(1.2);
|
257
|
-
opacity: 0;
|
258
|
-
}
|
259
|
-
}
|
260
|
-
|
261
|
-
@-o-keyframes pulsate{
|
262
|
-
0% {
|
263
|
-
transform: scale(.1);
|
264
|
-
opacity: 0.0;
|
265
|
-
}
|
266
|
-
50% {
|
267
|
-
opacity: 1;
|
268
|
-
}
|
269
|
-
100% {
|
270
|
-
transform: scale(1.2);
|
271
|
-
opacity: 0;
|
272
|
-
}
|
273
|
-
}
|
274
|
-
|
275
|
-
@-ms-keyframes pulsate{
|
276
|
-
0% {
|
277
|
-
transform: scale(.1);
|
278
|
-
opacity: 0.0;
|
279
|
-
}
|
280
|
-
50% {
|
281
|
-
opacity: 1;
|
282
|
-
}
|
283
|
-
100% {
|
284
|
-
transform: scale(1.2);
|
285
|
-
opacity: 0;
|
286
|
-
}
|
287
|
-
}
|
@@ -1,28 +0,0 @@
|
|
1
|
-
//main: style.scss
|
2
|
-
|
3
|
-
.toc-config{
|
4
|
-
font-size: 14px;
|
5
|
-
|
6
|
-
.uib-datepicker-popup{
|
7
|
-
list-style: none;
|
8
|
-
margin: 20px 0 0 0;
|
9
|
-
padding: 0;
|
10
|
-
.btn{
|
11
|
-
margin-left: .2em;
|
12
|
-
margin-right: .2em;
|
13
|
-
border-radius: 0px;
|
14
|
-
padding: 5px;
|
15
|
-
font-size: 11px;
|
16
|
-
}
|
17
|
-
|
18
|
-
button.btn.btn-default.btn-sm.pull-left.uib-left:before {
|
19
|
-
content: "←";
|
20
|
-
}
|
21
|
-
|
22
|
-
button.btn.btn-default.btn-sm.pull-right.uib-right:before {
|
23
|
-
content: "→";
|
24
|
-
}
|
25
|
-
|
26
|
-
}
|
27
|
-
|
28
|
-
}
|
@@ -1,173 +0,0 @@
|
|
1
|
-
// main: style.scss
|
2
|
-
|
3
|
-
// All levels
|
4
|
-
|
5
|
-
.toc-layouts{
|
6
|
-
font-size: 13px;
|
7
|
-
font-weight: bold;
|
8
|
-
|
9
|
-
ul{
|
10
|
-
list-style: none;
|
11
|
-
margin: 0;
|
12
|
-
padding: 0;
|
13
|
-
|
14
|
-
li{
|
15
|
-
padding: 0;
|
16
|
-
margin: 0;
|
17
|
-
display: block;
|
18
|
-
|
19
|
-
@include only-mobile-and-tablet{
|
20
|
-
&:not(:last-child) .title{
|
21
|
-
border-bottom: 1px solid #e2e2e2;
|
22
|
-
}
|
23
|
-
}
|
24
|
-
|
25
|
-
.title{
|
26
|
-
overflow: hidden;
|
27
|
-
text-transform: uppercase;
|
28
|
-
display:flex;
|
29
|
-
flex-wrap: nowrap;
|
30
|
-
|
31
|
-
.title-text{
|
32
|
-
cursor: pointer;
|
33
|
-
padding: 6px 10px 6px 0;
|
34
|
-
display: inline-block;
|
35
|
-
white-space: nowrap;
|
36
|
-
text-overflow: ellipsis;
|
37
|
-
overflow: hidden;
|
38
|
-
flex-grow: 1;
|
39
|
-
}
|
40
|
-
}
|
41
|
-
|
42
|
-
&.no-margin{
|
43
|
-
margin: 0;
|
44
|
-
}
|
45
|
-
|
46
|
-
img.chevron,
|
47
|
-
svg.chevron{
|
48
|
-
transition: all .2s cubic-bezier(0, 0, 0.5, 1.5);
|
49
|
-
transform: rotate(-90deg);
|
50
|
-
cursor: pointer;
|
51
|
-
margin: 6px;
|
52
|
-
flex-shrink: 0;
|
53
|
-
|
54
|
-
path{ fill: $color-menu-text; }
|
55
|
-
}
|
56
|
-
|
57
|
-
&.active{
|
58
|
-
> .title > img.chevron,
|
59
|
-
> .title > svg.chevron{
|
60
|
-
transform: rotate(0deg);
|
61
|
-
}
|
62
|
-
>ul{
|
63
|
-
display: block;
|
64
|
-
}
|
65
|
-
}
|
66
|
-
|
67
|
-
&.selected{
|
68
|
-
background-color: #ececec;
|
69
|
-
}
|
70
|
-
}
|
71
|
-
|
72
|
-
.legend{
|
73
|
-
overflow: hidden;
|
74
|
-
|
75
|
-
.ico-space{
|
76
|
-
vertical-align: middle;
|
77
|
-
}
|
78
|
-
|
79
|
-
img{
|
80
|
-
display: inline-block;
|
81
|
-
vertical-align: middle;
|
82
|
-
margin: -5px 10px 8px 6px;
|
83
|
-
}
|
84
|
-
}
|
85
|
-
}
|
86
|
-
|
87
|
-
}
|
88
|
-
|
89
|
-
// First level
|
90
|
-
|
91
|
-
.toc-layouts > ul{
|
92
|
-
margin: 0px 0;
|
93
|
-
|
94
|
-
> li {
|
95
|
-
&:first-child(){
|
96
|
-
margin-top: 0;
|
97
|
-
}
|
98
|
-
}
|
99
|
-
}
|
100
|
-
|
101
|
-
// Second level
|
102
|
-
|
103
|
-
.toc-layouts > ul > li > ul{
|
104
|
-
display: none;
|
105
|
-
color: $color-menu-text-dimmed;
|
106
|
-
|
107
|
-
> li > .title{
|
108
|
-
padding-left: 29px;
|
109
|
-
}
|
110
|
-
|
111
|
-
> .legend{
|
112
|
-
padding-left: 19px;
|
113
|
-
}
|
114
|
-
|
115
|
-
}
|
116
|
-
|
117
|
-
// Third level
|
118
|
-
|
119
|
-
.toc-layouts > ul > li > ul > li > ul{
|
120
|
-
display: none;
|
121
|
-
|
122
|
-
> li >.title{
|
123
|
-
padding-left: 57px;
|
124
|
-
}
|
125
|
-
|
126
|
-
> .legend{
|
127
|
-
padding-left: 47px;
|
128
|
-
}
|
129
|
-
|
130
|
-
}
|
131
|
-
|
132
|
-
// Fourth level
|
133
|
-
|
134
|
-
.toc-layouts > ul > li > ul > li > ul > li > ul{
|
135
|
-
display: none;
|
136
|
-
|
137
|
-
> .legend{
|
138
|
-
padding-left: 75px;
|
139
|
-
}
|
140
|
-
}
|
141
|
-
|
142
|
-
.ico-space{
|
143
|
-
float: left;
|
144
|
-
padding: 9px;
|
145
|
-
|
146
|
-
svg{
|
147
|
-
width: 16px;
|
148
|
-
height: 16px;
|
149
|
-
display:block;
|
150
|
-
|
151
|
-
path{
|
152
|
-
fill: $color-menu-text;
|
153
|
-
}
|
154
|
-
}
|
155
|
-
}
|
156
|
-
|
157
|
-
.watchable{
|
158
|
-
float: left;
|
159
|
-
cursor: pointer;
|
160
|
-
|
161
|
-
svg.eye{ display:none; path{ fill: $color-accent; } }
|
162
|
-
svg.eye-off{ display:block; path { fill: $color-menu-text; } }
|
163
|
-
|
164
|
-
&.watching{
|
165
|
-
svg.eye{ display:block;}
|
166
|
-
svg.eye-off{ display:none;}
|
167
|
-
}
|
168
|
-
|
169
|
-
&.disabled{
|
170
|
-
opacity: .3;
|
171
|
-
cursor: not-allowed;
|
172
|
-
}
|
173
|
-
}
|
@@ -1,34 +0,0 @@
|
|
1
|
-
// main: style.scss
|
2
|
-
|
3
|
-
.tooltipbase {
|
4
|
-
position: relative;
|
5
|
-
background: rgba(0, 0, 0, 0.5);
|
6
|
-
border-radius: 4px;
|
7
|
-
color: white;
|
8
|
-
padding: 4px 8px;
|
9
|
-
opacity: 0.7;
|
10
|
-
white-space: nowrap;
|
11
|
-
}
|
12
|
-
.tooltip-measure {
|
13
|
-
opacity: 1;
|
14
|
-
font-weight: bold;
|
15
|
-
&:before,
|
16
|
-
&:before {
|
17
|
-
border-top: 6px solid rgba(0, 0, 0, 0.5);
|
18
|
-
border-right: 6px solid transparent;
|
19
|
-
border-left: 6px solid transparent;
|
20
|
-
content: "";
|
21
|
-
position: absolute;
|
22
|
-
bottom: -6px;
|
23
|
-
margin-left: -7px;
|
24
|
-
left: 50%;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
.tooltip-static {
|
28
|
-
background-color: #ffcc33;
|
29
|
-
color: black;
|
30
|
-
border: 1px solid white;
|
31
|
-
&:before {
|
32
|
-
border-top-color: #ffcc33;
|
33
|
-
}
|
34
|
-
}
|