@vidro/map-handler 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +87 -8
- package/dist/map-handler.js +1 -1
- package/doc/giswater.png +0 -0
- package/doc/giswaterInfo.png +0 -0
- package/doc/giswaterInfoApi.png +0 -0
- package/doc/giswatergeojson.png +0 -0
- package/doc/multiTile.png +0 -0
- package/doc/multiTileNoGutter.png +0 -0
- package/doc/togglelayergiswater.png +0 -0
- package/doc/vidromaps-basic.png +0 -0
- package/examples/full/apidemo.js +43 -1
- package/examples/full/cachedToken.dat +1 -1
- package/examples/full/cachedTokenData.dat +1 -1
- package/examples/full/index.php +32 -16
- package/examples/full/tester.js +122 -20
- package/examples/integration/tool/css/dist/home.css.min.css +0 -0
- package/examples/integration/tool/css/dist/home.min.css +1 -0
- package/examples/integration/tool/css/dist/home.min.css.map +10 -0
- package/examples/integration/tool/css/dist/style-login.css.min.css +0 -0
- package/examples/integration/tool/css/dist/style-login.min.css +1 -0
- package/examples/integration/tool/css/dist/style-login.min.css.map +10 -0
- package/examples/integration/tool/css/dist/style.css.min.css +0 -0
- package/examples/integration/tool/css/dist/style.min.css +1 -0
- package/examples/integration/tool/css/dist/style.min.css.map +23 -0
- package/examples/integration/tool/css/master/_bottom-sheet-2.scss +103 -0
- package/examples/integration/tool/css/master/_bottom-sheet.scss +142 -0
- package/examples/integration/tool/css/master/_colors.scss +35 -0
- package/examples/integration/tool/css/master/_dropdown-form.scss +167 -0
- package/examples/integration/tool/css/master/_forms.scss +416 -0
- package/examples/integration/tool/css/master/_header.scss +134 -0
- package/examples/integration/tool/css/master/_menu-toc.scss +135 -0
- package/examples/integration/tool/css/master/_menu-tools.scss +187 -0
- package/examples/integration/tool/css/master/_mixins.scss +42 -0
- package/examples/integration/tool/css/master/_notifyjs.scss +39 -0
- package/examples/integration/tool/css/master/_ol-map-controls.scss +117 -0
- package/examples/integration/tool/css/master/_simplelightbox.scss +287 -0
- package/examples/integration/tool/css/master/_toc-config.scss +28 -0
- package/examples/integration/tool/css/master/_toc-layouts.scss +173 -0
- package/examples/integration/tool/css/master/_tooltip.scss +34 -0
- package/examples/integration/tool/css/master/home.scss +266 -0
- package/examples/integration/tool/css/master/style-login.scss +240 -0
- package/examples/integration/tool/css/master/style.scss +166 -0
- package/examples/integration/tool/img/doc-gallery-placeholder.svg +3 -0
- package/examples/integration/tool/img/home/ic_calendar-clock.svg +1 -0
- package/examples/integration/tool/img/home/ic_caret-down.svg +1 -0
- package/examples/integration/tool/img/home/ic_cog.svg +1 -0
- package/examples/integration/tool/img/home/ic_marker.svg +1 -0
- package/examples/integration/tool/img/home/ic_play-circle.svg +1 -0
- package/examples/integration/tool/img/home/ic_power.svg +1 -0
- package/examples/integration/tool/img/home/ic_squares.svg +1 -0
- package/examples/integration/tool/img/home/ic_user-pointer.svg +1 -0
- package/examples/integration/tool/img/home/ic_user-square.svg +1 -0
- package/examples/integration/tool/img/home/logo_footer.svg +1 -0
- package/examples/integration/tool/img/ic/accessControl.svg +1 -0
- package/examples/integration/tool/img/ic/account-location.svg +1 -0
- package/examples/integration/tool/img/ic/actionDelete.svg +64 -0
- package/examples/integration/tool/img/ic/actionOpen.svg +64 -0
- package/examples/integration/tool/img/ic/addFile.svg +100 -0
- package/examples/integration/tool/img/ic/addFile_off.svg +102 -0
- package/examples/integration/tool/img/ic/arrow-left.svg +1 -0
- package/examples/integration/tool/img/ic/arrow-right-drop-circle-outline.svg +1 -0
- package/examples/integration/tool/img/ic/bt_add_photo.svg +3 -0
- package/examples/integration/tool/img/ic/bug.svg +1 -0
- package/examples/integration/tool/img/ic/caret-down-bottomsheet.svg +3 -0
- package/examples/integration/tool/img/ic/checkbox-blank-outline-grey.svg +8 -0
- package/examples/integration/tool/img/ic/checkbox-blank-outline-white.svg +8 -0
- package/examples/integration/tool/img/ic/checkbox-blank-outline.svg +1 -0
- package/examples/integration/tool/img/ic/checkbox-marked-outline-grey.svg +8 -0
- package/examples/integration/tool/img/ic/checkbox-marked-outline-white.svg +8 -0
- package/examples/integration/tool/img/ic/checkbox-marked-outline.svg +1 -0
- package/examples/integration/tool/img/ic/chevron-down-grey.svg +7 -0
- package/examples/integration/tool/img/ic/chevron-down-white.svg +7 -0
- package/examples/integration/tool/img/ic/chevron-down.svg +1 -0
- package/examples/integration/tool/img/ic/chevron-right-grey.svg +7 -0
- package/examples/integration/tool/img/ic/chevron-right-white.svg +7 -0
- package/examples/integration/tool/img/ic/chevron-right.svg +1 -0
- package/examples/integration/tool/img/ic/comment-text-outline.svg +1 -0
- package/examples/integration/tool/img/ic/cookie.svg +1 -0
- package/examples/integration/tool/img/ic/delete.svg +1 -0
- package/examples/integration/tool/img/ic/dot.svg +1 -0
- package/examples/integration/tool/img/ic/dump.svg +1 -0
- package/examples/integration/tool/img/ic/e.svg +9 -0
- package/examples/integration/tool/img/ic/eye-off.svg +1 -0
- package/examples/integration/tool/img/ic/eye.svg +1 -0
- package/examples/integration/tool/img/ic/forbidden.svg +1 -0
- package/examples/integration/tool/img/ic/form-title-1.svg +3 -0
- package/examples/integration/tool/img/ic/group.svg +1 -0
- package/examples/integration/tool/img/ic/hamburger.svg +1 -0
- package/examples/integration/tool/img/ic/ic-users.svg +1 -0
- package/examples/integration/tool/img/ic/ic_dropdown-form-close.svg +3 -0
- package/examples/integration/tool/img/ic/ic_dropdown-form-link.svg +3 -0
- package/examples/integration/tool/img/ic/ic_feature-edit-cancel.svg +14 -0
- package/examples/integration/tool/img/ic/ic_feature-edit-save.svg +14 -0
- package/examples/integration/tool/img/ic/ic_gallery-item-delete.svg +3 -0
- package/examples/integration/tool/img/ic/ic_gallery-item-view.svg +3 -0
- package/examples/integration/tool/img/ic/ic_gps.svg +3 -0
- package/examples/integration/tool/img/ic/ic_search.svg +5 -0
- package/examples/integration/tool/img/ic/ic_selector_fechas.svg +63 -0
- package/examples/integration/tool/img/ic/ic_zoom-to-extent.svg +3 -0
- package/examples/integration/tool/img/ic/icon_reminder.png +0 -0
- package/examples/integration/tool/img/ic/image-gallery-placeholder.svg +55 -0
- package/examples/integration/tool/img/ic/imaqua.svg +87 -0
- package/examples/integration/tool/img/ic/incidencia.svg +77 -0
- package/examples/integration/tool/img/ic/info_multi_selection.svg +230 -0
- package/examples/integration/tool/img/ic/layers.svg +1 -0
- package/examples/integration/tool/img/ic/map-marker.svg +3 -0
- package/examples/integration/tool/img/ic/map.svg +1 -0
- package/examples/integration/tool/img/ic/measure_area.svg +111 -0
- package/examples/integration/tool/img/ic/minus.svg +7 -0
- package/examples/integration/tool/img/ic/notification.svg +1 -0
- package/examples/integration/tool/img/ic/offline.svg +3 -0
- package/examples/integration/tool/img/ic/online.svg +1 -0
- package/examples/integration/tool/img/ic/pencil.svg +3 -0
- package/examples/integration/tool/img/ic/plus.svg +1 -0
- package/examples/integration/tool/img/ic/polygon_selection.svg +68 -0
- package/examples/integration/tool/img/ic/power.svg +1 -0
- package/examples/integration/tool/img/ic/remoteLocalized.svg +4 -0
- package/examples/integration/tool/img/ic/remoteStartLocalize.svg +4 -0
- package/examples/integration/tool/img/ic/ruler.svg +125 -0
- package/examples/integration/tool/img/ic/selection-plus.svg +10 -0
- package/examples/integration/tool/img/ic/selection.svg +1 -0
- package/examples/integration/tool/img/ic/settings.svg +1 -0
- package/examples/integration/tool/img/ic/sort.svg +1 -0
- package/examples/integration/tool/img/ic/sort_asc.svg +1 -0
- package/examples/integration/tool/img/ic/sort_desc.svg +1 -0
- package/examples/integration/tool/img/ic/spreadsheet.svg +3 -0
- package/examples/integration/tool/img/ic/times.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/AB3.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/AB4.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/IC1.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB1.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB11.svg +5 -0
- package/examples/integration/tool/img/ic/toolbar/TB2.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB20.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB21.svg +54 -0
- package/examples/integration/tool/img/ic/toolbar/TB3.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB31.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB32.svg +57 -0
- package/examples/integration/tool/img/ic/toolbar/TB4.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB5.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB6.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB7.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB8.svg +1 -0
- package/examples/integration/tool/img/ic/tools.svg +28 -0
- package/examples/integration/tool/img/ic/user.svg +1 -0
- package/examples/integration/tool/img/ic/vector-polygon.svg +1 -0
- package/examples/integration/tool/img/ic/visit_manager.svg +135 -0
- 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 +3 -0
- package/examples/integration/tool/img/pixel.png +0 -0
- package/examples/integration/tool/index.html +228 -0
- package/examples/integration/tool/js/demo.js +238 -0
- package/examples/integration/tool/js/interface.js +147 -0
- package/examples/integration/tool/js/jquery.js +4 -0
- package/examples/integration/vanguardia.html +6636 -0
- package/examples/simple/index.html +1 -1
- package/examples/vidromap/index.js +2 -2
- package/examples/vidromap/index.php +18 -3
- package/flows.md +73 -0
- package/package.json +1 -1
- package/src/index.js +75 -2
@@ -0,0 +1,173 @@
|
|
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
|
+
}
|
@@ -0,0 +1,34 @@
|
|
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
|
+
}
|
@@ -0,0 +1,266 @@
|
|
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
|
+
}
|
@@ -0,0 +1,240 @@
|
|
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
|
+
}
|