@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,266 +0,0 @@
|
|
1
|
-
// compileCompressed: ../dist/home.min.css, sourceMap: true
|
2
|
-
|
3
|
-
@charset "utf-8";
|
4
|
-
@import "_colors";
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
body{
|
9
|
-
-webkit-font-smoothing: antialiased;
|
10
|
-
-moz-osx-font-smoothing: grayscale;
|
11
|
-
background-color: white;
|
12
|
-
font-family: 'Open Sans', sans-serif;
|
13
|
-
color: #1c1c1b;
|
14
|
-
}
|
15
|
-
[v-cloak] { display: none; }
|
16
|
-
header{
|
17
|
-
background-color: $color-header-common;
|
18
|
-
margin-bottom: 70px;
|
19
|
-
|
20
|
-
.flex{
|
21
|
-
display: flex;
|
22
|
-
|
23
|
-
.col-1{
|
24
|
-
img{
|
25
|
-
padding: 4px 0;
|
26
|
-
}
|
27
|
-
}
|
28
|
-
|
29
|
-
.col-2{
|
30
|
-
flex-grow: 1;
|
31
|
-
flex-shrink: 1;
|
32
|
-
align-self: center;
|
33
|
-
margin-left: 15px;
|
34
|
-
|
35
|
-
.text-1{
|
36
|
-
font-size: 17px;
|
37
|
-
font-weight: bold;
|
38
|
-
line-height: 1;
|
39
|
-
// margin: 0;
|
40
|
-
@media (max-width: 991px){
|
41
|
-
display: none;
|
42
|
-
}
|
43
|
-
}
|
44
|
-
|
45
|
-
.text-2{
|
46
|
-
font-size: 14px;
|
47
|
-
font-weight: bold;
|
48
|
-
line-height: 1;
|
49
|
-
margin: 0;
|
50
|
-
@media (max-width: 991px){
|
51
|
-
display: none;
|
52
|
-
}
|
53
|
-
}
|
54
|
-
}
|
55
|
-
|
56
|
-
.col-3{
|
57
|
-
text-align: right;
|
58
|
-
position: relative;
|
59
|
-
|
60
|
-
a{
|
61
|
-
display: inline-block;
|
62
|
-
padding: 25px 1em;
|
63
|
-
font-size: 15px;
|
64
|
-
font-weight: bold;
|
65
|
-
|
66
|
-
svg{
|
67
|
-
vertical-align: middle;
|
68
|
-
margin: 0 .5em;
|
69
|
-
}
|
70
|
-
svg path{
|
71
|
-
fill: #1c1c1b;
|
72
|
-
}
|
73
|
-
|
74
|
-
&:hover,
|
75
|
-
&:active{
|
76
|
-
background-color: #f5f5f5;
|
77
|
-
color: $color-primary;
|
78
|
-
svg path{
|
79
|
-
fill: $color-primary;
|
80
|
-
}
|
81
|
-
}
|
82
|
-
}
|
83
|
-
|
84
|
-
ul{
|
85
|
-
position: absolute;
|
86
|
-
z-index: 1;
|
87
|
-
background-color: #f5f5f5;
|
88
|
-
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
|
89
|
-
width: 100%;
|
90
|
-
text-align: left;
|
91
|
-
display: none;
|
92
|
-
|
93
|
-
a{
|
94
|
-
width: 100%;
|
95
|
-
padding: 1em 1.2em;
|
96
|
-
font-size: 13px;
|
97
|
-
color: #1c1c1b;
|
98
|
-
|
99
|
-
&:hover,
|
100
|
-
&:active{
|
101
|
-
color: #1c1c1b;
|
102
|
-
background-color: #dadad9;
|
103
|
-
svg path{
|
104
|
-
fill: #1c1c1b;
|
105
|
-
}
|
106
|
-
}
|
107
|
-
}
|
108
|
-
}
|
109
|
-
|
110
|
-
&.menu-visible{
|
111
|
-
> a{
|
112
|
-
background-color: #f5f5f5;
|
113
|
-
color: $color-primary;
|
114
|
-
svg path{
|
115
|
-
fill: $color-primary;
|
116
|
-
}
|
117
|
-
}
|
118
|
-
> ul{
|
119
|
-
display: block;
|
120
|
-
}
|
121
|
-
}
|
122
|
-
}
|
123
|
-
}
|
124
|
-
}
|
125
|
-
|
126
|
-
table{
|
127
|
-
|
128
|
-
width: 100%;
|
129
|
-
border-spacing: 3px;
|
130
|
-
border-collapse: separate;
|
131
|
-
|
132
|
-
td, th{
|
133
|
-
padding: 7px 8px;
|
134
|
-
font-size: 15px;
|
135
|
-
|
136
|
-
svg{
|
137
|
-
vertical-align: middle;
|
138
|
-
}
|
139
|
-
}
|
140
|
-
|
141
|
-
thead{
|
142
|
-
td{
|
143
|
-
font-weight: bold;
|
144
|
-
background-color: #f5f5f5;
|
145
|
-
}
|
146
|
-
th{
|
147
|
-
font-weight: 400;
|
148
|
-
background-color: #dadad9;
|
149
|
-
}
|
150
|
-
|
151
|
-
|
152
|
-
}
|
153
|
-
|
154
|
-
tbody{
|
155
|
-
td{
|
156
|
-
background-color: #f5f5f5;
|
157
|
-
font-weight: 600;
|
158
|
-
}
|
159
|
-
}
|
160
|
-
|
161
|
-
}
|
162
|
-
|
163
|
-
a{
|
164
|
-
color: inherit;
|
165
|
-
svg path{
|
166
|
-
fill: #1c1c1b;
|
167
|
-
}
|
168
|
-
&.block{
|
169
|
-
display: block;
|
170
|
-
}
|
171
|
-
|
172
|
-
&:hover,
|
173
|
-
&:focus,
|
174
|
-
&:active{
|
175
|
-
color: #005DB4;
|
176
|
-
text-decoration: none;
|
177
|
-
|
178
|
-
svg path{
|
179
|
-
fill: #005DB4;
|
180
|
-
}
|
181
|
-
}
|
182
|
-
}
|
183
|
-
|
184
|
-
footer{
|
185
|
-
display: flex;
|
186
|
-
width: 100%;
|
187
|
-
align-items: center;
|
188
|
-
justify-content: space-between;
|
189
|
-
margin: 50px 0;
|
190
|
-
|
191
|
-
.divider{
|
192
|
-
width: 1px;
|
193
|
-
height: 54px;
|
194
|
-
background-color: #434448;
|
195
|
-
}
|
196
|
-
|
197
|
-
.col-1, .col-2, .col-3{
|
198
|
-
margin: 0 15px;
|
199
|
-
}
|
200
|
-
|
201
|
-
.col-1{
|
202
|
-
margin-left: 0;
|
203
|
-
}
|
204
|
-
|
205
|
-
.col-2{
|
206
|
-
text-align: left;
|
207
|
-
}
|
208
|
-
|
209
|
-
.col-3{
|
210
|
-
text-align: left;
|
211
|
-
margin-right: 0;
|
212
|
-
}
|
213
|
-
|
214
|
-
h4{
|
215
|
-
font-size: 17px;
|
216
|
-
font-weight: bold;
|
217
|
-
color: #56565c;
|
218
|
-
}
|
219
|
-
|
220
|
-
p{
|
221
|
-
color: #58585e;
|
222
|
-
}
|
223
|
-
|
224
|
-
@media (max-width: 991px){
|
225
|
-
display: block;
|
226
|
-
.divider{
|
227
|
-
display: none;
|
228
|
-
}
|
229
|
-
.col-1, .col-2, .col-3{
|
230
|
-
text-align: center;
|
231
|
-
margin: 0 15px;
|
232
|
-
|
233
|
-
.img-responsive{
|
234
|
-
margin-left: auto;
|
235
|
-
margin-right: auto;
|
236
|
-
}
|
237
|
-
}
|
238
|
-
}
|
239
|
-
|
240
|
-
|
241
|
-
}
|
242
|
-
|
243
|
-
.row.equal {
|
244
|
-
display: flex;
|
245
|
-
flex-wrap: wrap;
|
246
|
-
}
|
247
|
-
.thumbnail {
|
248
|
-
width: 260px;
|
249
|
-
height: 100%;
|
250
|
-
}
|
251
|
-
.greenDot{
|
252
|
-
fill: #00cd15;
|
253
|
-
}
|
254
|
-
.redDot{
|
255
|
-
fill: #950000;
|
256
|
-
}
|
257
|
-
.rolesCaption{
|
258
|
-
margin: 20px;
|
259
|
-
}
|
260
|
-
.roleChooser {
|
261
|
-
background-color: #eee;
|
262
|
-
padding-top: 25px;
|
263
|
-
}
|
264
|
-
.roleChooser img {
|
265
|
-
padding-bottom: 25px;
|
266
|
-
}
|
@@ -1,240 +0,0 @@
|
|
1
|
-
// compileCompressed: ../dist/style-login.min.css, sourceMap: true
|
2
|
-
|
3
|
-
@charset "utf-8";
|
4
|
-
@import "_colors";
|
5
|
-
body{
|
6
|
-
margin: 0;
|
7
|
-
padding: 0;
|
8
|
-
font-family: 'Open Sans', sans-serif;
|
9
|
-
color: #1c1c1b;
|
10
|
-
background-color: white;
|
11
|
-
letter-spacing: -0.5px;
|
12
|
-
a{
|
13
|
-
color: inherit;
|
14
|
-
text-decoration: none;
|
15
|
-
}
|
16
|
-
}
|
17
|
-
|
18
|
-
.container{
|
19
|
-
width: 100%;
|
20
|
-
max-width: 700px;
|
21
|
-
padding: 0 15px;
|
22
|
-
margin: 0 auto;
|
23
|
-
box-sizing: border-box;;
|
24
|
-
}
|
25
|
-
|
26
|
-
.header{
|
27
|
-
background: $color-header-login;
|
28
|
-
padding: 5px 0;
|
29
|
-
margin-bottom: 60px;
|
30
|
-
background-color: $color-header-login;
|
31
|
-
.container{
|
32
|
-
max-width: 500px;
|
33
|
-
}
|
34
|
-
|
35
|
-
img.logo {
|
36
|
-
display: inline-block;
|
37
|
-
margin-right: 5px;
|
38
|
-
vertical-align: middle;
|
39
|
-
}
|
40
|
-
|
41
|
-
div.text{
|
42
|
-
display: inline-block;
|
43
|
-
vertical-align: middle;
|
44
|
-
max-width: 100%;
|
45
|
-
font-weight: bold;
|
46
|
-
|
47
|
-
div{
|
48
|
-
white-space: nowrap;
|
49
|
-
overflow: hidden;
|
50
|
-
text-overflow: ellipsis;
|
51
|
-
max-width: 100%;
|
52
|
-
|
53
|
-
&.a{ font-size: 17px; }
|
54
|
-
&.b{ font-size: 14px; }
|
55
|
-
}
|
56
|
-
|
57
|
-
}
|
58
|
-
@media (max-width: 620px){
|
59
|
-
text-align: center;
|
60
|
-
img.logo{
|
61
|
-
display: block;
|
62
|
-
margin: 20px auto;
|
63
|
-
}
|
64
|
-
div.text{
|
65
|
-
display: block;
|
66
|
-
}
|
67
|
-
}
|
68
|
-
}
|
69
|
-
|
70
|
-
.form-title{
|
71
|
-
width: 100%;
|
72
|
-
max-width: 450px;
|
73
|
-
margin: 0 auto 3px auto;
|
74
|
-
background-color: #dadad9;
|
75
|
-
box-sizing: border-box;
|
76
|
-
font-size: 13px;
|
77
|
-
text-transform: uppercase;
|
78
|
-
padding: 6px 10px;
|
79
|
-
font-weight: bold;
|
80
|
-
|
81
|
-
img,
|
82
|
-
span{
|
83
|
-
display: inline-block;
|
84
|
-
vertical-align: middle;
|
85
|
-
}
|
86
|
-
|
87
|
-
img{
|
88
|
-
margin: 0 6px 0 7px;
|
89
|
-
width: 23px;
|
90
|
-
height: 24px;
|
91
|
-
}
|
92
|
-
|
93
|
-
}
|
94
|
-
|
95
|
-
form{
|
96
|
-
font-size: 13px;
|
97
|
-
background-color: #f5f5f5;
|
98
|
-
width: 100%;
|
99
|
-
max-width: 450px;
|
100
|
-
margin: 0 auto;
|
101
|
-
margin-bottom: 100px;
|
102
|
-
padding: 12px 48px 1px 48px;
|
103
|
-
box-sizing: border-box;
|
104
|
-
|
105
|
-
.form-control,
|
106
|
-
.form-group{
|
107
|
-
margin: 8px 0;
|
108
|
-
|
109
|
-
&.form-group-double,
|
110
|
-
&.form-control-double{
|
111
|
-
margin: 2em 0;
|
112
|
-
}
|
113
|
-
}
|
114
|
-
label{
|
115
|
-
display: block;
|
116
|
-
font-size: 13px;
|
117
|
-
font-weight: bold;
|
118
|
-
line-height: 18px;
|
119
|
-
margin-bottom: 5px;
|
120
|
-
}
|
121
|
-
input[type=text],
|
122
|
-
input[type=password],
|
123
|
-
textarea{
|
124
|
-
border: none;
|
125
|
-
background-color: white;
|
126
|
-
border-radius: 3px;
|
127
|
-
padding: 8px 16px;
|
128
|
-
font-size: 14px;
|
129
|
-
|
130
|
-
&:focus,
|
131
|
-
&:active{
|
132
|
-
outline: none !important;
|
133
|
-
}
|
134
|
-
|
135
|
-
&.block{
|
136
|
-
width: 100%;
|
137
|
-
box-sizing: border-box;
|
138
|
-
}
|
139
|
-
}
|
140
|
-
|
141
|
-
button{
|
142
|
-
color: #005cb8;
|
143
|
-
background: none;
|
144
|
-
border: none;
|
145
|
-
padding: 0;
|
146
|
-
margin: 0;
|
147
|
-
font-size: 13px;
|
148
|
-
vertical-align: middle;
|
149
|
-
font-weight: bold;
|
150
|
-
text-transform: uppercase;
|
151
|
-
|
152
|
-
img{
|
153
|
-
vertical-align: middle;
|
154
|
-
margin-left: .1em;
|
155
|
-
margin-top: -3px;
|
156
|
-
width: 23px;
|
157
|
-
height: 24px;
|
158
|
-
}
|
159
|
-
}
|
160
|
-
}
|
161
|
-
|
162
|
-
.footer{
|
163
|
-
width: 100%;
|
164
|
-
max-width: 1000px;
|
165
|
-
margin: 25px auto;
|
166
|
-
|
167
|
-
@media (min-width: 850px){
|
168
|
-
display: flex;
|
169
|
-
flex-wrap: nowrap;
|
170
|
-
justify-content: space-between;
|
171
|
-
align-items: center;
|
172
|
-
}
|
173
|
-
@media (max-width: 849px){
|
174
|
-
text-align: center;
|
175
|
-
}
|
176
|
-
|
177
|
-
.title{
|
178
|
-
color: #58585e;
|
179
|
-
font-size: 17px;
|
180
|
-
text-transform: uppercase;
|
181
|
-
font-weight: bold;
|
182
|
-
}
|
183
|
-
|
184
|
-
.col{
|
185
|
-
padding: 1em;
|
186
|
-
color: #808089;
|
187
|
-
text-align: center;
|
188
|
-
font-size: 14px;
|
189
|
-
letter-spacing: 0;
|
190
|
-
|
191
|
-
&.col-1{
|
192
|
-
// img{ display: block; }
|
193
|
-
flex-basis: 33%;
|
194
|
-
}
|
195
|
-
&.col-2{
|
196
|
-
width: 420px;
|
197
|
-
border-left: 3px solid #6f6f6e;
|
198
|
-
border-right: 3px solid #6f6f6e;
|
199
|
-
flex-shrink: 0;
|
200
|
-
|
201
|
-
@media (max-width: 849px){
|
202
|
-
width: inherit;
|
203
|
-
border: none;
|
204
|
-
box-sizing: border-box;
|
205
|
-
}
|
206
|
-
}
|
207
|
-
&.col-3{
|
208
|
-
flex-basis: 33%;
|
209
|
-
}
|
210
|
-
|
211
|
-
}
|
212
|
-
|
213
|
-
.separator{
|
214
|
-
height: 50px;
|
215
|
-
background-color: #6f6f6e;
|
216
|
-
width: 3px;
|
217
|
-
display: none;
|
218
|
-
|
219
|
-
@media (max-width: 700px){
|
220
|
-
display: none;
|
221
|
-
}
|
222
|
-
}
|
223
|
-
|
224
|
-
}
|
225
|
-
.login-error{
|
226
|
-
color: red;
|
227
|
-
font-weight: bold;
|
228
|
-
text-align: center;
|
229
|
-
}
|
230
|
-
#loginError{
|
231
|
-
display: none;
|
232
|
-
}
|
233
|
-
#networkIndicatorOnline{
|
234
|
-
float: right;
|
235
|
-
display: none;
|
236
|
-
}
|
237
|
-
#networkIndicatorOffline{
|
238
|
-
float: right;
|
239
|
-
display: none;
|
240
|
-
}
|
@@ -1,166 +0,0 @@
|
|
1
|
-
// compileCompressed: ../dist/style.min.css, sourceMap: true
|
2
|
-
// Info del compilador: https://atom.io/packages/sass-autocompile
|
3
|
-
|
4
|
-
@charset "utf-8";
|
5
|
-
|
6
|
-
@import "_colors";
|
7
|
-
@import "_mixins";
|
8
|
-
@import "_header";
|
9
|
-
@import "_menu-toc";
|
10
|
-
@import "_menu-tools";
|
11
|
-
@import "_ol-map-controls";
|
12
|
-
@import "_toc-layouts";
|
13
|
-
@import "_toc-config";
|
14
|
-
@import "_tooltip";
|
15
|
-
@import "_bottom-sheet-2";
|
16
|
-
@import "_dropdown-form"; // This should replace _bottom-sheet
|
17
|
-
@import "_forms";
|
18
|
-
@import "_simplelightbox";
|
19
|
-
@import "_notifyjs";
|
20
|
-
|
21
|
-
.snackbar-buttons{
|
22
|
-
position: absolute;
|
23
|
-
bottom: -70px;
|
24
|
-
left: 50%;
|
25
|
-
transform: translateX(-50%);
|
26
|
-
z-index: 999;
|
27
|
-
width: 100%;
|
28
|
-
max-width: 350px;
|
29
|
-
background-color: #f5f5f5;
|
30
|
-
padding: 16px 25px;
|
31
|
-
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
|
32
|
-
transition: all .5s cubic-bezier(0, 0, 0, 1.29);
|
33
|
-
font-size: 0;
|
34
|
-
|
35
|
-
&.visible{
|
36
|
-
bottom: 30px;
|
37
|
-
}
|
38
|
-
|
39
|
-
.btn:nth-child(1){
|
40
|
-
width: calc(50% - 15px);
|
41
|
-
margin-right: 30px;
|
42
|
-
}
|
43
|
-
.btn:nth-child(2){
|
44
|
-
width: calc(50% - 15px);
|
45
|
-
margin-left: 0px;
|
46
|
-
}
|
47
|
-
}
|
48
|
-
|
49
|
-
.pull-right{
|
50
|
-
float: right;
|
51
|
-
}
|
52
|
-
.img-responsive{
|
53
|
-
max-width: 100%;
|
54
|
-
}
|
55
|
-
|
56
|
-
html, body{
|
57
|
-
max-width: 100%;
|
58
|
-
max-height: 100%;
|
59
|
-
overflow: hidden;
|
60
|
-
}
|
61
|
-
|
62
|
-
*{
|
63
|
-
box-sizing: border-box;
|
64
|
-
}
|
65
|
-
|
66
|
-
*::-webkit-scrollbar {
|
67
|
-
width: 3px;
|
68
|
-
padding: 1px
|
69
|
-
}
|
70
|
-
|
71
|
-
*::-webkit-scrollbar-track {
|
72
|
-
background: transparent;
|
73
|
-
}
|
74
|
-
|
75
|
-
*::-webkit-scrollbar-thumb {
|
76
|
-
background: #666;
|
77
|
-
}
|
78
|
-
|
79
|
-
|
80
|
-
body{
|
81
|
-
margin: 0;
|
82
|
-
padding: 0;
|
83
|
-
font-family: 'Open Sans', sans-serif;
|
84
|
-
font-weight: 600;
|
85
|
-
letter-spacing: -0.5px;
|
86
|
-
color: $color-text;
|
87
|
-
|
88
|
-
a{
|
89
|
-
color: inherit;
|
90
|
-
text-decoration: none;
|
91
|
-
}
|
92
|
-
}
|
93
|
-
|
94
|
-
#map{
|
95
|
-
background-color: $map-background-color;
|
96
|
-
position: absolute;
|
97
|
-
top: 0;
|
98
|
-
left: 0;
|
99
|
-
right: 0;
|
100
|
-
bottom: 0;
|
101
|
-
z-index: -1;
|
102
|
-
}
|
103
|
-
|
104
|
-
.clean-tag{
|
105
|
-
color: white;
|
106
|
-
font-size: 0;
|
107
|
-
|
108
|
-
> .ico{
|
109
|
-
font-size: 12px;
|
110
|
-
border-radius: 3px 0 0 3px;
|
111
|
-
padding: 6px;
|
112
|
-
background-color: darken($color-btn-default, 10);
|
113
|
-
display: inline-block;
|
114
|
-
vertical-align: middle;
|
115
|
-
img, svg{
|
116
|
-
vertical-align: middle;
|
117
|
-
display: block;
|
118
|
-
width: 17px;
|
119
|
-
height: 17px;
|
120
|
-
|
121
|
-
path{
|
122
|
-
fill: white;
|
123
|
-
}
|
124
|
-
}
|
125
|
-
}
|
126
|
-
|
127
|
-
> .tag{
|
128
|
-
font-size: 12px;
|
129
|
-
border-radius: 0 3px 3px 0;
|
130
|
-
padding: 6px 12px;
|
131
|
-
display: inline-block;
|
132
|
-
vertical-align: middle;
|
133
|
-
background-color: $color-btn-default;
|
134
|
-
}
|
135
|
-
}
|
136
|
-
|
137
|
-
div.typeahead-demo{
|
138
|
-
input{
|
139
|
-
width: 100%;
|
140
|
-
}
|
141
|
-
ul{
|
142
|
-
margin: 0;
|
143
|
-
padding: 0;
|
144
|
-
list-style: none;
|
145
|
-
background-color: white;
|
146
|
-
border: 1px solid #dadad9;
|
147
|
-
|
148
|
-
> li{
|
149
|
-
border-bottom: 1px solid #dadad9;
|
150
|
-
|
151
|
-
&:last-child{
|
152
|
-
border-bottom: none;
|
153
|
-
}
|
154
|
-
|
155
|
-
> a{
|
156
|
-
display: block;
|
157
|
-
padding: 10px;
|
158
|
-
|
159
|
-
&:hover{
|
160
|
-
background-color: #dadad9;
|
161
|
-
}
|
162
|
-
}
|
163
|
-
}
|
164
|
-
}
|
165
|
-
|
166
|
-
}
|
@@ -1,3 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44">
|
2
|
-
<path fill="#E0E0E0" fill-rule="nonzero" d="M13.75 25.25l5.536 6.5 7.75-9.75L37 35H6l7.75-9.75zM42 37.556V6.444C42 3.978 40 2 37.556 2H6.444A4.444 4.444 0 0 0 2 6.444v31.112A4.444 4.444 0 0 0 6.444 42h31.112A4.444 4.444 0 0 0 42 37.556z"/>
|
3
|
-
</svg>
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg width="26" height="26" viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg"><title>3BB7BFA0-1213-420D-9138-8524013E824E</title><path d="M16 15h1.5v2.82l2.44 1.41-.75 1.3L16 18.69V15zm4-5H6v11h4.67c-.43-.91-.67-1.93-.67-3a7 7 0 0 1 7-7c1.07 0 2.09.24 3 .67V10zM6 23a2 2 0 0 1-2-2V7c0-1.11.89-2 2-2h1V3h2v2h8V3h2v2h1a2 2 0 0 1 2 2v6.1c1.24 1.26 2 2.99 2 4.9a7 7 0 0 1-7 7c-1.91 0-3.64-.76-4.9-2H6zm11-9.85a4.85 4.85 0 1 0 0 9.7 4.85 4.85 0 0 0 0-9.7z" fill="#1c1c1b" fill-rule="evenodd"/></svg>
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg width="22" height="26" viewBox="0 0 22 26" xmlns="http://www.w3.org/2000/svg"><title>C6A2E1C4-CB50-4DC6-AA1C-BD7E67133EF5</title><path d="M7 12l4 4 4-4z" fill="#0FFFD5" fill-rule="evenodd"/></svg>
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg width="22" height="26" viewBox="0 0 22 26" xmlns="http://www.w3.org/2000/svg"><title>00B38D8E-DFE7-4213-8BAF-21ACF78B7231</title><path d="M11 15.5a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm7.43-2.53c.04-.32.07-.64.07-.97 0-.33-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46a.492.492 0 0 0-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 13 2H9c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L3.57 11c-.04.34-.07.67-.07 1 0 .33.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.66z" fill="#797979" fill-rule="evenodd"/></svg>
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg width="26" height="26" viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg"><title>67EB2477-61BA-49C5-8B94-227269D39E37</title><path d="M13 12.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM13 3a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7z" fill="#1c1c1b" fill-rule="evenodd"/></svg>
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg width="26" height="26" viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg"><title>3A468453-DE10-42C8-BC56-A48A421BE555</title><path d="M13 21c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-18C7.477 3 3 7.477 3 13A10 10 0 1 0 13 3zm-2 14.5l6-4.5-6-4.5v9z" fill="#FFF" fill-rule="evenodd"/></svg>
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg width="22" height="26" viewBox="0 0 22 26" xmlns="http://www.w3.org/2000/svg"><title>51088572-213E-48E9-881B-59A33DBB9ACA</title><path d="M15.56 6.44l-1.45 1.45A5.969 5.969 0 0 1 17 13a6 6 0 1 1-12 0c0-2.17 1.16-4.06 2.88-5.12L6.44 6.44A7.961 7.961 0 0 0 3 13a8 8 0 1 0 16 0c0-2.72-1.36-5.12-3.44-6.56M12 4h-2v10h2" fill="#FFF" fill-rule="evenodd"/></svg>
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg width="26" height="26" viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg"><title>0E6B5F71-70A6-460F-9E47-BB220A2A521B</title><path d="M4 12h8V4H4m0 18h8v-8H4m10 8h8v-8h-8m0-10v8h8V4" fill="#1c1c1b" fill-rule="evenodd"/></svg>
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg width="22" height="26" viewBox="0 0 22 26" xmlns="http://www.w3.org/2000/svg"><title>0278C8BF-A400-4D3C-BC2D-E51D9252F776</title><path d="M17 17H5v-.9c0-2 4-3.1 6-3.1s6 1.1 6 3.1v.9zM11 6.3c1.5 0 2.7 1.2 2.7 2.7 0 1.5-1.2 2.7-2.7 2.7-1.5 0-2.7-1.2-2.7-2.7 0-1.5 1.2-2.7 2.7-2.7zM18 3H4c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h4l3 3 3-3h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z" fill="#0FFFD5" fill-rule="evenodd"/></svg>
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg width="22" height="26" viewBox="0 0 22 26" xmlns="http://www.w3.org/2000/svg"><title>156C7416-CBAF-4EAA-B7FA-7AD5D59DB2FD</title><path d="M5 17c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1H5v-1zm9-8a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM2 5v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2z" fill="#FFF" fill-rule="evenodd"/></svg>
|