toggle-components-library 1.36.1 → 1.36.3-beta.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/dist/img/airship-feedback-hover.a207c947.svg +10 -0
- package/dist/img/airship-feedback.1f7c858c.svg +10 -0
- package/dist/toggle-components-library.common.js +39486 -13335
- package/dist/toggle-components-library.common.js.map +1 -1
- package/dist/toggle-components-library.css +1 -1
- package/dist/toggle-components-library.umd.js +39486 -13335
- package/dist/toggle-components-library.umd.js.map +1 -1
- package/dist/toggle-components-library.umd.min.js +285 -8
- package/dist/toggle-components-library.umd.min.js.map +1 -1
- package/package.json +2 -1
- package/src/assets/icons/airship-feedback-hover.svg +10 -0
- package/src/assets/icons/airship-feedback.svg +10 -0
- package/src/components/buttons/ToggleMetricsButton.vue +22 -3
- package/src/components/cards/ToggleCommentCard.vue +55 -0
- package/src/components/carousel/ToggleCarousel.vue +29 -16
- package/src/components/carousel/ToggleCarouselSlide.vue +1 -1
- package/src/components/forms/ToggleDatePicker.vue +229 -138
- package/src/components/forms/ToggleInputCurrency.vue +10 -3
- package/src/components/forms/ToggleInputPercentage.vue +7 -1
- package/src/components/forms/ToggleInputSelect.vue +7 -13
- package/src/components/forms/ToggleInputText.vue +0 -11
- package/src/components/metrics/ToggleMetricSingleMetric.vue +12 -7
- package/src/components/metrics/ToggleMetricSparkLine.vue +7 -3
- package/src/components/mixins/mixins.js +2 -2
- package/src/components/statusbar/ToggleStatusBar.vue +74 -0
- package/src/components/tables/ToggleTable.vue +49 -114
- package/src/index.js +7 -4
- package/src/sass/includes/_as_buttons.scss +47 -4
- package/src/sass/includes/_as_cards.scss +33 -0
- package/src/sass/includes/_as_carousels.scss +12 -0
- package/src/sass/includes/_as_inputs.scss +830 -825
- package/src/sass/includes/_as_metrics.scss +5 -0
- package/src/sass/includes/_as_navs.scss +18 -2
- package/src/sass/includes/_as_statusbar.scss +183 -0
- package/src/sass/includes/_as_table.scss +163 -163
- package/src/sass/main.scss +1 -0
- package/dist/img/contacts-greyblue.ef6f8a9a.svg +0 -1
- package/dist/img/contacts-white.95d07c7a.svg +0 -1
- package/package-lock.json +0 -20285
|
@@ -8,223 +8,232 @@
|
|
|
8
8
|
.toggle-input-search-options,
|
|
9
9
|
.toggle-input-select,
|
|
10
10
|
.toggle-contact-search-container{
|
|
11
|
-
|
|
11
|
+
@include toggle-global-font-config;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.toggle-input-counter{
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
font-size: $toggle-font-size-small;
|
|
16
|
+
display : inline-block;
|
|
17
|
+
float : right;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.toggle-input, .toggle-input-select, .toggle-input-crud-container{
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
21
|
+
font-size : $toggle-font-size-large;
|
|
22
|
+
color : $toggle-input-colour;
|
|
23
|
+
width : 100%;
|
|
24
|
+
background-color: transparent;
|
|
25
|
+
background: none;
|
|
26
|
+
border : none;
|
|
27
|
+
font-weight : bold;
|
|
28
|
+
border-radius : 5px;
|
|
29
|
+
padding : 0 0 1rem 0;
|
|
30
|
+
box-sizing : border-box;
|
|
31
|
+
padding: 0rem 3.5rem 1rem 0rem;
|
|
32
|
+
position : relative;
|
|
33
|
+
box-shadow : none;
|
|
34
|
+
z-index : 1;
|
|
35
|
+
background-color : transparent;
|
|
36
|
+
background-image : none;
|
|
37
|
+
height: 2.8rem;
|
|
38
|
+
clear: both;
|
|
39
|
+
float: left;
|
|
40
|
+
margin: 0;
|
|
41
|
+
|
|
42
|
+
&.height-medium {
|
|
43
|
+
height: 6rem;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&.height-large {
|
|
47
|
+
height: 10rem;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&.height-extra-large {
|
|
51
|
+
height: 15rem;
|
|
52
|
+
}
|
|
53
53
|
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
.toggle-input-search-options-container{
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
57
|
+
position:relative;
|
|
58
|
+
float:left;
|
|
59
|
+
clear: both;
|
|
60
|
+
width: 100%;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
.toggle-input-search-options{
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
65
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
|
|
66
|
+
float:left;
|
|
67
|
+
clear: both;
|
|
68
|
+
background: $toggle-white;
|
|
69
|
+
margin:0;
|
|
70
|
+
width:100%;
|
|
71
|
+
padding: 0;
|
|
72
|
+
position:absolute;
|
|
73
|
+
list-style: none;
|
|
74
|
+
max-height: 10rem;
|
|
75
|
+
overflow: scroll;
|
|
76
|
+
z-index: 10;
|
|
77
|
+
|
|
78
|
+
li{
|
|
79
|
+
padding:0.5rem 0.5rem 0 0.5rem;
|
|
80
|
+
cursor: pointer;
|
|
81
|
+
opacity: 0.8;
|
|
82
|
+
|
|
83
|
+
&:hover{
|
|
84
|
+
opacity: 1;
|
|
85
|
+
}
|
|
86
|
+
&:last-child{
|
|
87
|
+
padding:0.5rem;
|
|
88
|
+
}
|
|
88
89
|
}
|
|
89
|
-
}
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
// placeholders
|
|
92
|
+
// placeholders
|
|
93
93
|
::-webkit-input-placeholder { /* Edge */
|
|
94
|
-
|
|
94
|
+
color:$toggle-placeholder-grey;
|
|
95
95
|
}
|
|
96
96
|
:-ms-input-placeholder { /* Internet Explorer 10-11 */
|
|
97
|
-
|
|
97
|
+
color:$toggle-placeholder-grey;
|
|
98
98
|
}
|
|
99
99
|
::placeholder {
|
|
100
|
-
|
|
100
|
+
color:$toggle-placeholder-grey;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.toggle-input-is-invalid{
|
|
104
|
-
|
|
104
|
+
border:1px solid $toggle-error-red !important;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
|
|
109
109
|
.toggle-input-container, .toggle-date-container, .toggle-input-group{
|
|
110
110
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
111
|
+
padding : 0.8rem 1.2rem 1.4rem 1.2rem;
|
|
112
|
+
background-color: $toggle-off-white;
|
|
113
|
+
border-radius : 9px;
|
|
114
|
+
box-sizing : border-box;
|
|
115
|
+
border : 1px solid $toggle-off-white;
|
|
116
|
+
position : relative;
|
|
117
|
+
float : left;
|
|
118
|
+
width : 100%;
|
|
119
|
+
&:hover {
|
|
120
|
+
background-color: $toggle-white;
|
|
121
|
+
}
|
|
122
|
+
&.margin-bottom-0{
|
|
123
|
+
padding-bottom:0;
|
|
124
|
+
}
|
|
125
125
|
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
// When inputs are inside input groups or modals, they look a bit different
|
|
129
129
|
.toggle-input-group, .toggle-modal-container, .toggle-input-radio-group-container{
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
130
|
+
.toggle-input-is-invalid{
|
|
131
|
+
border:none !important;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.toggle-input-container, .toggle-date-container{
|
|
135
|
+
padding: 0 0 1.4rem 0 ;
|
|
136
|
+
background:none;
|
|
137
|
+
border:none;
|
|
138
|
+
}
|
|
139
|
+
.toggle-input{
|
|
140
|
+
background:$toggle-dark-grey;
|
|
141
|
+
padding : 0.5rem 2.5rem 0.5rem 1rem;
|
|
142
|
+
}
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
|
|
146
146
|
.toggle-input-label {
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
147
|
+
display : inline-block;
|
|
148
|
+
font-size: 1rem;
|
|
149
|
+
color : $toggle-input-colour;
|
|
150
|
+
margin-bottom: 0.5rem;
|
|
151
|
+
float: left;
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
.toggle-input-label-error {
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
155
|
+
font-size: $toggle-font-size-small;
|
|
156
|
+
color : $toggle-error-red !important;
|
|
157
|
+
display : block;
|
|
158
|
+
position : absolute;
|
|
159
|
+
bottom : 0.3rem;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
// date picker
|
|
163
163
|
|
|
164
164
|
.toggle-date-container{
|
|
165
165
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
166
|
+
*{
|
|
167
|
+
font-family: $toggle-font-family;
|
|
168
|
+
color : $toggle-input-colour;
|
|
169
|
+
}
|
|
170
170
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
171
|
+
.toggle-input{
|
|
172
|
+
padding:0.5rem 3.5rem 0.5rem 1rem;
|
|
173
|
+
background-color: $toggle-dark-grey;
|
|
174
|
+
}
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
|
|
178
178
|
|
|
179
179
|
.toggle-clear{
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
180
|
+
background : transparent;
|
|
181
|
+
background-image : url('../assets/icons/delete.svg');
|
|
182
|
+
background-repeat: no-repeat;
|
|
183
|
+
cursor : pointer;
|
|
184
|
+
margin-left : 1rem;
|
|
185
|
+
height : 1.5rem;
|
|
186
|
+
width : 1.5rem;
|
|
187
|
+
border : none;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
.toggle-clear-dates {
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
191
|
+
position : absolute;
|
|
192
|
+
top : 1rem;
|
|
193
|
+
right : 1rem;
|
|
194
|
+
background: url("../assets/icons/grey_cross.svg") no-repeat;
|
|
195
|
+
width : 1rem;
|
|
196
|
+
height : 1rem;
|
|
197
|
+
opacity : 0.5;
|
|
198
|
+
cursor : pointer;
|
|
199
|
+
&:hover {
|
|
200
|
+
opacity: 1;
|
|
201
|
+
}
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
|
|
205
205
|
|
|
206
206
|
.toggle-date-input-container {
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
207
|
+
display: flex;
|
|
208
|
+
align-items: center;
|
|
209
|
+
width:100%;
|
|
210
|
+
clear: both;
|
|
211
|
+
float:left;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
.toggle-date-input-calendar-icon{
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
215
|
+
position:relative;
|
|
216
|
+
width: 100%;
|
|
217
|
+
&:after{
|
|
218
|
+
cursor: pointer;
|
|
219
|
+
content: url("../assets/icons/calendar.svg");
|
|
220
|
+
width: 1.5rem;
|
|
221
|
+
height: 1.5rem;
|
|
222
|
+
position: absolute;
|
|
223
|
+
right: 1rem;
|
|
224
|
+
top: 0.7rem;
|
|
225
|
+
pointer-events: none;
|
|
226
|
+
z-index: 2;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.toggle-date-input-calendar-icon-disabled {
|
|
231
|
+
cursor: default;
|
|
232
|
+
opacity: 0.4;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.toggle-date-input-disabled {
|
|
236
|
+
opacity: 0.7 !important;
|
|
228
237
|
}
|
|
229
238
|
|
|
230
239
|
.calendar-icon-disabled {
|
|
@@ -232,114 +241,110 @@
|
|
|
232
241
|
opacity: 0.5;
|
|
233
242
|
}
|
|
234
243
|
|
|
235
|
-
.toggle-input-select-container
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
container-type: inline-size;
|
|
244
|
-
@container (inline-size > 140px){
|
|
244
|
+
.toggle-input-select-container{
|
|
245
|
+
position:relative;
|
|
246
|
+
background-color: $toggle-dark-grey;
|
|
247
|
+
border-radius:5px;
|
|
248
|
+
overflow: auto;
|
|
249
|
+
float: left;
|
|
250
|
+
clear: both;
|
|
251
|
+
width: 100%;
|
|
245
252
|
&:after{
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
pointer-events: none;
|
|
253
|
+
content: '';
|
|
254
|
+
width: 1.5rem;
|
|
255
|
+
height: 1.5rem;
|
|
256
|
+
background: transparent url("../assets/icons/arrow_down.svg") no-repeat 100% 50%;
|
|
257
|
+
position: absolute;
|
|
258
|
+
right: 1rem;
|
|
259
|
+
top: 0.7rem;
|
|
260
|
+
pointer-events: none;
|
|
255
261
|
}
|
|
256
|
-
}
|
|
257
262
|
}
|
|
258
263
|
|
|
264
|
+
|
|
259
265
|
.toggle-input-select{
|
|
260
266
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
cursor : pointer;
|
|
267
|
+
padding : 0.5rem 2.5rem 0.5rem 1rem;
|
|
268
|
+
cursor : pointer;
|
|
264
269
|
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
270
|
+
-webkit-appearance: none;
|
|
271
|
+
-moz-appearance : none;
|
|
272
|
+
appearance : none;
|
|
268
273
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
274
|
+
&:focus {
|
|
275
|
+
outline: none;
|
|
276
|
+
}
|
|
272
277
|
}
|
|
273
278
|
|
|
274
279
|
// For multi tier side nav
|
|
275
280
|
.toggle-multi-tier-sidenav-container {
|
|
276
281
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
282
|
+
.toggle-input-container {
|
|
283
|
+
padding: 0.4rem 0rem 0rem 0.8rem;
|
|
284
|
+
}
|
|
280
285
|
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
286
|
+
.toggle-input-label {
|
|
287
|
+
margin-bottom: 0;
|
|
288
|
+
font-size: 0.8rem;
|
|
289
|
+
}
|
|
285
290
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
291
|
+
.toggle-input-select-container {
|
|
292
|
+
position: relative;
|
|
293
|
+
background-color: transparent;
|
|
294
|
+
}
|
|
290
295
|
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
296
|
+
.toggle-input-select {
|
|
297
|
+
padding: 0rem;
|
|
298
|
+
font-size: 0.9rem;
|
|
299
|
+
}
|
|
295
300
|
}
|
|
296
301
|
|
|
297
302
|
// radio
|
|
298
303
|
|
|
299
304
|
.toggle-input-radio-container{
|
|
300
305
|
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
306
|
+
display : flex;
|
|
307
|
+
padding-bottom:0.4rem;
|
|
308
|
+
width:100%;
|
|
309
|
+
clear: both;
|
|
310
|
+
float: left;
|
|
311
|
+
&.wrap {
|
|
312
|
+
flex-wrap: wrap;
|
|
313
|
+
}
|
|
314
|
+
.toggle-input-radio,.toggle-input-checkbox, .toggle-input-checkbox-inline{
|
|
315
|
+
background-color: $toggle-dark-grey;
|
|
316
|
+
}
|
|
312
317
|
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
318
|
+
.toggle-input-radio-button-img{
|
|
319
|
+
margin-left: 1rem;
|
|
320
|
+
}
|
|
321
|
+
.toggle-input-checkbox-icon {
|
|
322
|
+
height: 2rem;
|
|
323
|
+
margin-left: auto ;
|
|
324
|
+
}
|
|
320
325
|
|
|
321
326
|
}
|
|
322
327
|
|
|
323
328
|
.toggle-input-radio-group-container{
|
|
324
329
|
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
330
|
+
padding-bottom:0.4rem;
|
|
331
|
+
clear: both;
|
|
332
|
+
float: left;
|
|
328
333
|
|
|
329
|
-
|
|
330
|
-
|
|
334
|
+
.toggle-input-container{
|
|
335
|
+
padding-bottom:0;
|
|
331
336
|
|
|
332
|
-
|
|
337
|
+
}
|
|
333
338
|
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
339
|
+
.toggle-input-checkbox, .toggle-input-checkbox-inline{
|
|
340
|
+
background-color: $toggle-dark-grey;
|
|
341
|
+
}
|
|
337
342
|
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
+
.toggle-input-radio{
|
|
344
|
+
clear:both;
|
|
345
|
+
float: left;
|
|
346
|
+
margin-left:2.2rem;
|
|
347
|
+
}
|
|
343
348
|
|
|
344
349
|
}
|
|
345
350
|
|
|
@@ -347,154 +352,154 @@
|
|
|
347
352
|
|
|
348
353
|
|
|
349
354
|
.toggle-input-radio, .toggle-input-checkbox, .toggle-input-checkbox-inline{
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
background-color: $toggle-off-white;
|
|
356
|
-
border-radius : 6px;
|
|
357
|
-
margin-right : 1rem;
|
|
358
|
-
margin-bottom : 1rem;
|
|
359
|
-
&:hover {
|
|
355
|
+
cursor : pointer;
|
|
356
|
+
align-items : center;
|
|
357
|
+
float : left;
|
|
358
|
+
display : inline-block;
|
|
359
|
+
padding : 0 1rem;
|
|
360
360
|
background-color: $toggle-off-white;
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
361
|
+
border-radius : 6px;
|
|
362
|
+
margin-right : 1rem;
|
|
363
|
+
margin-bottom : 1rem;
|
|
364
|
+
&:hover {
|
|
365
|
+
background-color: $toggle-off-white;
|
|
366
|
+
}
|
|
367
|
+
span {
|
|
368
|
+
float: left;
|
|
369
|
+
display: inline-block;
|
|
370
|
+
}
|
|
371
|
+
min-height: 2.8rem;;
|
|
372
|
+
box-sizing:border-box;
|
|
373
|
+
display: flex;
|
|
373
374
|
align-items: center;
|
|
374
|
-
}
|
|
375
375
|
|
|
376
|
+
div{
|
|
377
|
+
display : flex;
|
|
378
|
+
align-items: center;
|
|
379
|
+
}
|
|
376
380
|
|
|
377
|
-
input[type="radio"], input[type="checkbox"]{
|
|
378
|
-
display: none;
|
|
379
|
-
}
|
|
380
381
|
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
background: #D1D1D1;
|
|
384
|
-
border-radius: 25px;
|
|
382
|
+
input[type="radio"], input[type="checkbox"]{
|
|
383
|
+
display: none;
|
|
385
384
|
}
|
|
386
|
-
|
|
387
|
-
|
|
385
|
+
|
|
386
|
+
&:hover > input + div {
|
|
387
|
+
.toggle-input-radio-check-element{
|
|
388
|
+
background: #D1D1D1;
|
|
389
|
+
border-radius: 25px;
|
|
390
|
+
}
|
|
391
|
+
.toggle-input-checkbox-check-element{
|
|
392
|
+
background: url('../assets/icons/checkbox_hover.svg') no-repeat;
|
|
393
|
+
}
|
|
388
394
|
}
|
|
389
|
-
}
|
|
390
395
|
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
396
|
+
> input:checked + div{ /* (RADIO CHECKED) IMAGE STYLES */
|
|
397
|
+
.toggle-input-radio-check-element {
|
|
398
|
+
background: url('../assets/icons/tick_circle.svg') no-repeat;
|
|
399
|
+
}
|
|
394
400
|
}
|
|
395
|
-
}
|
|
396
401
|
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
402
|
+
> input:checked + div{ /* (RADIO CHECKED) IMAGE STYLES */
|
|
403
|
+
.toggle-input-checkbox-check-element {
|
|
404
|
+
background: url('../assets/icons/checkbox_checked.svg') no-repeat;
|
|
405
|
+
}
|
|
400
406
|
}
|
|
401
|
-
}
|
|
402
407
|
|
|
403
408
|
|
|
404
409
|
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
410
|
+
> input:disabled:checked + div{
|
|
411
|
+
.toggle-input-radio-check-element {
|
|
412
|
+
background: url('../assets/icons/tick_circle_grey.svg') no-repeat !important;
|
|
413
|
+
}
|
|
414
|
+
|
|
408
415
|
}
|
|
409
416
|
|
|
410
|
-
|
|
417
|
+
> input:disabled:checked + div{
|
|
418
|
+
.toggle-input-checkbox-check-element {
|
|
419
|
+
background: url('../assets/icons/checkbox_inactive.svg') no-repeat !important;
|
|
420
|
+
}
|
|
411
421
|
|
|
412
|
-
> input:disabled:checked + div{
|
|
413
|
-
.toggle-input-checkbox-check-element {
|
|
414
|
-
background: url('../assets/icons/checkbox_inactive.svg') no-repeat !important;
|
|
415
422
|
}
|
|
416
423
|
|
|
417
|
-
}
|
|
418
|
-
|
|
419
424
|
}
|
|
420
425
|
|
|
421
426
|
.toggle-input-is-disabled{
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
+
.toggle-input-radio, .toggle-input-checkbox, .toggle-input-checkbox-inline{
|
|
428
|
+
&:hover > input + div {
|
|
429
|
+
.toggle-input-radio-check-element{
|
|
430
|
+
background: url('../assets/icons/circle_blank.svg') no-repeat;
|
|
431
|
+
}
|
|
432
|
+
}
|
|
427
433
|
}
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
434
|
+
.toggle-input-radio-label, .toggle-input-checkbox-label{
|
|
435
|
+
opacity: 0.5;
|
|
436
|
+
}
|
|
437
|
+
.toggle-input-label, .toggle-input, .toggle-contact-search-container{
|
|
438
|
+
opacity: 0.5;
|
|
439
|
+
}
|
|
440
|
+
.toggle-input-select-container{
|
|
441
|
+
&:after{
|
|
442
|
+
opacity: 0.3;
|
|
443
|
+
}
|
|
438
444
|
}
|
|
439
|
-
}
|
|
440
445
|
}
|
|
441
446
|
|
|
442
447
|
.toggle-input-is-readonly:focus {
|
|
443
|
-
|
|
448
|
+
outline: none;
|
|
444
449
|
}
|
|
445
450
|
|
|
446
451
|
.toggle-input-radio-label, .toggle-input-checkbox-label{
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
452
|
+
display : inline-block;
|
|
453
|
+
font-size: $toggle-font-size-large;
|
|
454
|
+
color : $toggle-input-colour;
|
|
455
|
+
border-radius: 3px;
|
|
456
|
+
font-weight: bold;
|
|
457
|
+
padding: 0.3rem 0;
|
|
458
|
+
display: inline-block;
|
|
459
|
+
text-align: left;
|
|
460
|
+
|
|
461
|
+
&.active{
|
|
462
|
+
padding: 0.25rem 1rem;
|
|
463
|
+
text-align: center;
|
|
464
|
+
color: white;
|
|
465
|
+
background-color: $toggle-success-green;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
&.inactive {
|
|
469
|
+
padding: 0.25rem 1rem;
|
|
470
|
+
text-align: center;
|
|
471
|
+
color: white;
|
|
472
|
+
background-color: $toggle-inactive-grey;
|
|
473
|
+
}
|
|
469
474
|
}
|
|
470
475
|
|
|
471
476
|
.toggle-input-radio-check-element, .toggle-input-checkbox-check-element {
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
477
|
+
background: url('../assets/icons/circle_blank.svg') no-repeat;
|
|
478
|
+
background-size: 100%;
|
|
479
|
+
margin: 0px 1rem 0 0;
|
|
480
|
+
vertical-align: text-top;
|
|
481
|
+
display: inline-block;
|
|
482
|
+
float: none;
|
|
483
|
+
height: 1.2rem;
|
|
484
|
+
min-width: 1.2rem;
|
|
485
|
+
float: left;
|
|
481
486
|
}
|
|
482
487
|
|
|
483
488
|
.toggle-input-checkbox-inline{
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
+
padding: 0;
|
|
490
|
+
min-height:0;
|
|
491
|
+
display: inline-block;
|
|
492
|
+
float: none;
|
|
493
|
+
margin:0;
|
|
489
494
|
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
495
|
+
.toggle-input-checkbox-check-element{
|
|
496
|
+
margin: 0;
|
|
497
|
+
}
|
|
493
498
|
|
|
494
499
|
}
|
|
495
500
|
|
|
496
501
|
.toggle-input-checkbox-check-element {
|
|
497
|
-
|
|
502
|
+
background: url('../assets/icons/checkbox_blank.svg') no-repeat;
|
|
498
503
|
}
|
|
499
504
|
|
|
500
505
|
// image input
|
|
@@ -504,461 +509,461 @@ $thumbnailWidth:80px;
|
|
|
504
509
|
$iconWidth:20px;
|
|
505
510
|
|
|
506
511
|
.toggle-helper-text {
|
|
507
|
-
|
|
512
|
+
font-size: 12px;
|
|
508
513
|
}
|
|
509
514
|
|
|
510
515
|
.toggle-dropzone-image-holder {
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
516
|
+
display:flex;
|
|
517
|
+
justify-content: left;
|
|
518
|
+
align-items: center;
|
|
519
|
+
width:100%;
|
|
520
|
+
.toggle-draggable-group {
|
|
521
|
+
min-height: 20px;
|
|
522
|
+
padding:0%;
|
|
523
|
+
span {
|
|
524
|
+
display: flex;
|
|
525
|
+
align-items: center;
|
|
526
|
+
.toggle-dark-grey {
|
|
527
|
+
border:7px solid inherit;
|
|
528
|
+
}
|
|
529
|
+
.toggle-draggable-group-item {
|
|
530
|
+
position: relative;
|
|
531
|
+
list-style: none;
|
|
532
|
+
margin:5px 10px 5px 0px;
|
|
533
|
+
.toggle-item-img {
|
|
534
|
+
margin:2px;
|
|
535
|
+
height:$thumbnailWidth;
|
|
536
|
+
width:$thumbnailWidth;
|
|
537
|
+
background-size: cover !important;
|
|
538
|
+
background-position: center;
|
|
539
|
+
border-radius:4px;
|
|
540
|
+
}
|
|
541
|
+
.toggle-center {
|
|
542
|
+
display: flex;
|
|
543
|
+
align-items: center;
|
|
544
|
+
justify-content: center;
|
|
545
|
+
}
|
|
546
|
+
.toggle-move-icon::after {
|
|
547
|
+
position: absolute;
|
|
548
|
+
content:'';
|
|
549
|
+
height: 100%;
|
|
550
|
+
width: 100%;
|
|
551
|
+
background-size: $iconWidth!important;
|
|
552
|
+
background: url('../assets/icons/draggable.svg') no-repeat center center;
|
|
553
|
+
cursor: move;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
}
|
|
557
|
+
.toggle-button-container{
|
|
558
|
+
border:0px solid transparent!important;
|
|
559
|
+
.toggle-button{
|
|
560
|
+
width:$iconWidth;
|
|
561
|
+
height:$iconWidth;
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
li:first-child div:first-child{
|
|
567
|
+
border:4px solid #189ED1;
|
|
568
|
+
margin:0px !important;
|
|
569
|
+
}
|
|
557
570
|
}
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
li:first-child div:first-child{
|
|
562
|
-
border:4px solid #189ED1;
|
|
563
|
-
margin:0px !important;
|
|
564
|
-
}
|
|
565
571
|
}
|
|
566
|
-
}
|
|
567
572
|
|
|
568
573
|
|
|
569
574
|
|
|
570
575
|
}
|
|
571
576
|
|
|
572
577
|
.toggle-dropzone-container{
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
border-radius: 4px;
|
|
580
|
-
display: block;
|
|
581
|
-
position:relative;
|
|
582
|
-
background: #F4F6F7 url('../assets/icons/upload.svg') no-repeat center center;
|
|
583
|
-
background-size: $iconWidth;
|
|
584
|
-
|
|
585
|
-
.toggle-fill-loader-container-background {
|
|
586
|
-
display: flex;
|
|
587
|
-
justify-content: center;
|
|
588
|
-
align-items: center;
|
|
589
|
-
height:100%;
|
|
590
|
-
width:100%;
|
|
591
|
-
.toggle-fill-loader {
|
|
592
|
-
position:static;
|
|
593
|
-
margin:0px;
|
|
594
|
-
width:0.5vw;
|
|
595
|
-
height:0.5vw;
|
|
596
|
-
}
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
.vue-dropzone {
|
|
601
|
-
border: 0;
|
|
578
|
+
margin:0px 5px 30px 0px;
|
|
579
|
+
margin-bottom:42px;
|
|
580
|
+
background: $toggle-dark-grey;
|
|
581
|
+
background-size: auto 100%;
|
|
582
|
+
background-position: center;
|
|
583
|
+
background-repeat: no-repeat;
|
|
602
584
|
border-radius: 4px;
|
|
603
|
-
|
|
604
|
-
background: none transparent;
|
|
605
|
-
height: 100%;
|
|
585
|
+
display: block;
|
|
606
586
|
position:relative;
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
587
|
+
background: #F4F6F7 url('../assets/icons/upload.svg') no-repeat center center;
|
|
588
|
+
background-size: $iconWidth;
|
|
589
|
+
|
|
590
|
+
.toggle-fill-loader-container-background {
|
|
591
|
+
display: flex;
|
|
592
|
+
justify-content: center;
|
|
593
|
+
align-items: center;
|
|
594
|
+
height:100%;
|
|
595
|
+
width:100%;
|
|
596
|
+
.toggle-fill-loader {
|
|
597
|
+
position:static;
|
|
598
|
+
margin:0px;
|
|
599
|
+
width:0.5vw;
|
|
600
|
+
height:0.5vw;
|
|
601
|
+
}
|
|
621
602
|
}
|
|
622
603
|
|
|
623
|
-
}
|
|
624
604
|
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
605
|
+
.vue-dropzone {
|
|
606
|
+
border: 0;
|
|
607
|
+
border-radius: 4px;
|
|
608
|
+
padding: 0;
|
|
609
|
+
background: none transparent;
|
|
610
|
+
height: 100%;
|
|
611
|
+
position:relative;
|
|
612
|
+
&:after{
|
|
613
|
+
content: '';
|
|
614
|
+
top:0;
|
|
615
|
+
left:0;
|
|
616
|
+
height:100%;
|
|
617
|
+
width: 100%;
|
|
618
|
+
position:absolute;
|
|
619
|
+
z-index: 0;
|
|
620
|
+
opacity: 0.2;
|
|
621
|
+
}
|
|
622
|
+
&:hover{
|
|
623
|
+
&:after{
|
|
624
|
+
background-color: $toggle-light-blue;
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
.dropzone{
|
|
631
|
+
min-height: 33px;
|
|
632
|
+
.dz-preview {
|
|
633
|
+
display:none !important;
|
|
634
|
+
}
|
|
629
635
|
}
|
|
630
|
-
}
|
|
631
636
|
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
637
|
+
.dropzone > .dz-message {
|
|
638
|
+
margin: 0;
|
|
639
|
+
display: block !important;
|
|
640
|
+
position:absolute;
|
|
641
|
+
left: 0;
|
|
642
|
+
height: 100%;
|
|
643
|
+
width:100%;
|
|
644
|
+
//padding: 10rem 0 0 0;
|
|
645
|
+
background-size: 2.61rem;
|
|
646
|
+
font-size: $toggle-font-size-small;
|
|
647
|
+
font-weight: bold;
|
|
648
|
+
color: #354B64;
|
|
649
|
+
z-index: 1;
|
|
650
|
+
span{
|
|
651
|
+
position: absolute;
|
|
652
|
+
bottom: 0;
|
|
653
|
+
width:100%;
|
|
654
|
+
left:0;
|
|
655
|
+
}
|
|
650
656
|
}
|
|
651
|
-
}
|
|
652
657
|
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
658
|
+
.dropzone > .dz-preview {
|
|
659
|
+
width: 40%;
|
|
660
|
+
}
|
|
656
661
|
|
|
657
662
|
}
|
|
658
663
|
|
|
659
664
|
.toggle-dropzone-file-container {
|
|
660
|
-
|
|
661
|
-
|
|
665
|
+
height: 15vw;
|
|
666
|
+
width: 15vw;
|
|
662
667
|
}
|
|
663
668
|
|
|
664
669
|
//Colour picker
|
|
665
670
|
|
|
666
671
|
.toggle-chrome-picker {
|
|
667
|
-
|
|
668
|
-
|
|
672
|
+
position: absolute;
|
|
673
|
+
z-index: 99;
|
|
669
674
|
}
|
|
670
675
|
|
|
671
676
|
|
|
672
677
|
.toggle-color-picker-current-color {
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
678
|
+
box-shadow: 0px 0px 1px $toggle-placeholder-grey;
|
|
679
|
+
display: inline-block;
|
|
680
|
+
width: 16px;
|
|
681
|
+
height: 16px;
|
|
682
|
+
background-color: #000;
|
|
683
|
+
cursor: pointer;
|
|
684
|
+
float:left;
|
|
685
|
+
height: 2rem;
|
|
686
|
+
width: 2rem;
|
|
687
|
+
border-radius: 0% 50% 50% 0%;
|
|
688
|
+
margin-left: -5px;
|
|
684
689
|
}
|
|
685
690
|
.toggle-input-colour-picker {
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
691
|
+
box-shadow: 0px 0px 1px $toggle-placeholder-grey;
|
|
692
|
+
height: 2rem;
|
|
693
|
+
width: 7rem;
|
|
694
|
+
float: left;
|
|
695
|
+
outline: 1px solid ;
|
|
696
|
+
outline-offset: -1px;
|
|
697
|
+
padding: 0 0 0 1rem !important;
|
|
693
698
|
}
|
|
694
699
|
|
|
695
700
|
|
|
696
701
|
// input crud buttons
|
|
697
702
|
//
|
|
698
703
|
.toggle-input-crud-container{
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
704
|
+
padding:1rem 3.5rem 1rem 1rem;;
|
|
705
|
+
height:auto;
|
|
706
|
+
background: $toggle-white;
|
|
707
|
+
padding-left:2rem;
|
|
708
|
+
width: 100%;
|
|
709
|
+
position:relative;
|
|
705
710
|
}
|
|
706
711
|
|
|
707
712
|
.toggle-input-crud-container-empty{
|
|
708
|
-
|
|
709
|
-
|
|
713
|
+
opacity: 0.5;
|
|
714
|
+
padding-left:3.5rem;
|
|
710
715
|
|
|
711
|
-
cursor: pointer;
|
|
712
|
-
*{
|
|
713
716
|
cursor: pointer;
|
|
714
|
-
|
|
717
|
+
*{
|
|
718
|
+
cursor: pointer;
|
|
719
|
+
}
|
|
715
720
|
|
|
716
721
|
|
|
717
722
|
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
723
|
+
.toggle-input-crud-container-description{
|
|
724
|
+
text-align: center;
|
|
725
|
+
width:100%;
|
|
726
|
+
}
|
|
722
727
|
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
728
|
+
.toggle-input-crud-container-label{
|
|
729
|
+
width: 100%;
|
|
730
|
+
padding:0;
|
|
731
|
+
text-align: center;
|
|
732
|
+
background: transparent;
|
|
733
|
+
border:none;
|
|
734
|
+
cursor: pointer;
|
|
735
|
+
outline: none;
|
|
736
|
+
&.toggle-input-crud-container-label-vertical-center{
|
|
737
|
+
position:relative;
|
|
738
|
+
top:0.5rem;
|
|
739
|
+
}
|
|
734
740
|
}
|
|
735
|
-
}
|
|
736
741
|
}
|
|
737
742
|
|
|
738
743
|
|
|
739
744
|
.toggle-input-crud-container-buttons{
|
|
740
|
-
|
|
745
|
+
.toggle-button-container{
|
|
746
|
+
display: block;
|
|
747
|
+
margin-bottom: 0.5rem;
|
|
748
|
+
}
|
|
741
749
|
display: block;
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
top: 0.8rem;
|
|
750
|
-
position: absolute;
|
|
751
|
-
width:2rem;
|
|
750
|
+
right:0;
|
|
751
|
+
height:100%;
|
|
752
|
+
box-sizing:border-box;
|
|
753
|
+
padding:1rem 0;
|
|
754
|
+
top: 0.8rem;
|
|
755
|
+
position: absolute;
|
|
756
|
+
width:2rem;
|
|
752
757
|
}
|
|
753
758
|
|
|
754
759
|
|
|
755
760
|
|
|
756
761
|
.toggle-input-crud-container-label{
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
+
@include toggle-global-font-config;
|
|
763
|
+
float:left;
|
|
764
|
+
font-size: $toggle-font-size-regular;
|
|
765
|
+
color: $toggle-header-colour;
|
|
766
|
+
font-weight: bold;
|
|
762
767
|
}
|
|
763
768
|
|
|
764
769
|
.toggle-input-crud-container-description{
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
770
|
+
@include toggle-global-font-config;
|
|
771
|
+
float:left;
|
|
772
|
+
clear: both;
|
|
773
|
+
font-size: $toggle-font-size-small;
|
|
774
|
+
color: $toggle-header-colour;
|
|
775
|
+
&.hide-overflow{
|
|
776
|
+
overflow-x: clip;
|
|
777
|
+
text-overflow: ellipsis;
|
|
778
|
+
white-space: nowrap;
|
|
779
|
+
width: inherit;
|
|
780
|
+
}
|
|
776
781
|
}
|
|
777
782
|
.toggle-input-protocol {
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
783
|
+
width: 100px;
|
|
784
|
+
float: left;
|
|
785
|
+
clear: left;
|
|
786
|
+
padding: 0.5rem 0 0.5rem 0;
|
|
782
787
|
}
|
|
783
788
|
|
|
784
789
|
.toggle-input-website {
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
790
|
+
width: 80%;
|
|
791
|
+
float: left;
|
|
792
|
+
padding: 1rem;
|
|
793
|
+
clear: right;
|
|
789
794
|
}
|
|
790
795
|
|
|
791
796
|
.toggle-input-file-background {
|
|
792
|
-
|
|
793
|
-
|
|
797
|
+
background-size: 5rem;
|
|
798
|
+
background-image : url('../assets/icons/file.svg');
|
|
794
799
|
}
|
|
795
800
|
|
|
796
801
|
.toggle-input-integration-container {
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
802
|
+
@include toggle-global-font-config;
|
|
803
|
+
display: grid;
|
|
804
|
+
align-items: center;
|
|
805
|
+
grid-template-columns: 4fr 4fr 1fr;
|
|
806
|
+
padding: 0.5rem 1.2rem;
|
|
807
|
+
background: $toggle-off-white;
|
|
808
|
+
border-radius: 9px;
|
|
809
|
+
border: 1px solid $toggle-off-white;
|
|
810
|
+
&:hover{
|
|
811
|
+
background: $toggle-white;
|
|
812
|
+
}
|
|
808
813
|
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
814
|
+
.toggle-input-is-invalid {
|
|
815
|
+
padding-bottom: 1rem !important;
|
|
816
|
+
.toggle-input-label-error{
|
|
817
|
+
z-index: 1;
|
|
818
|
+
}
|
|
813
819
|
}
|
|
814
|
-
}
|
|
815
820
|
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
821
|
+
.toggle-input-container,
|
|
822
|
+
.toggle-input {
|
|
823
|
+
background: $toggle-dark-grey;
|
|
824
|
+
padding-bottom: 0;
|
|
825
|
+
padding-top: 0;
|
|
826
|
+
border-radius: 9px;
|
|
827
|
+
}
|
|
823
828
|
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
829
|
+
p {
|
|
830
|
+
margin: 0;
|
|
831
|
+
};
|
|
827
832
|
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
833
|
+
.toggle-input-integration-unit {
|
|
834
|
+
grid-column-start: 1;
|
|
835
|
+
}
|
|
836
|
+
.toggle-input-integration-input-container {
|
|
837
|
+
grid-column-start: 2;
|
|
838
|
+
}
|
|
834
839
|
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
+
.toggle-input-integration-delete-button-container {
|
|
841
|
+
display: flex;
|
|
842
|
+
justify-self: flex-end;
|
|
843
|
+
grid-column-start: 3;
|
|
844
|
+
}
|
|
840
845
|
|
|
841
846
|
}
|
|
842
847
|
|
|
843
848
|
.toggle-country-wrapper {
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
849
|
+
display: inline-flex;
|
|
850
|
+
height:57px;
|
|
851
|
+
position: relative;
|
|
847
852
|
|
|
848
853
|
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
854
|
+
@mixin toggle-input-country-font-config {
|
|
855
|
+
color: black;
|
|
856
|
+
font-size: 12px;
|
|
857
|
+
line-height: 1.4;
|
|
858
|
+
-webkit-font-smoothing: antialiased;
|
|
859
|
+
-moz-osx-font-smoothing: grayscale;
|
|
860
|
+
}
|
|
856
861
|
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
862
|
+
@mixin toggle-input-border-base {
|
|
863
|
+
border: 1px solid #ccc;
|
|
864
|
+
}
|
|
860
865
|
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
@mixin toggle-input-border-country-left {
|
|
868
|
-
@include toggle-input-border-base;
|
|
869
|
-
border-top-left-radius: 4px;
|
|
870
|
-
border-bottom-left-radius: 4px;
|
|
871
|
-
border-right: none;
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
@mixin toggle-input-border-country-right {
|
|
875
|
-
@include toggle-input-border-base;
|
|
876
|
-
border-top-right-radius: 4px;
|
|
877
|
-
border-bottom-right-radius: 4px;
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
input, select, .toggle-selected-wraper{
|
|
881
|
-
@include toggle-input-country-font-config;
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
.toggle-country-selector {
|
|
885
|
-
position: relative;
|
|
886
|
-
display: inline-block;
|
|
887
|
-
width: 130px;
|
|
888
|
-
margin: 5px 0px;
|
|
889
|
-
@include toggle-input-border-country-left;
|
|
890
|
-
|
|
891
|
-
select{
|
|
892
|
-
position: relative;
|
|
893
|
-
opacity: 0;
|
|
894
|
-
width: 100% !important;
|
|
895
|
-
z-index: 2;
|
|
896
|
-
cursor: pointer;
|
|
897
|
-
height: 100%;
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
.toggle-selected-wraper {
|
|
901
|
-
top:20%;
|
|
902
|
-
font-size: 0.9em;
|
|
903
|
-
position: absolute;
|
|
904
|
-
padding: 3px;
|
|
905
|
-
left: 5px;
|
|
906
|
-
|
|
907
|
-
&:before{
|
|
908
|
-
float:left;
|
|
909
|
-
content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 317 275'><path id='Arrow_downw' data-name='Arrow_Down' d='M158.5,0,317,275H0Z' transform='translate(317 275) rotate(180)' fill='gray'/></svg>");
|
|
910
|
-
margin-top:1px;
|
|
911
|
-
margin-right: 2px;
|
|
912
|
-
}
|
|
866
|
+
@mixin toggle-input-border {
|
|
867
|
+
@include toggle-input-border-base;
|
|
868
|
+
border-radius: 4px;
|
|
869
|
+
box-sizing: border-box;
|
|
870
|
+
}
|
|
913
871
|
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
872
|
+
@mixin toggle-input-border-country-left {
|
|
873
|
+
@include toggle-input-border-base;
|
|
874
|
+
border-top-left-radius: 4px;
|
|
875
|
+
border-bottom-left-radius: 4px;
|
|
876
|
+
border-right: none;
|
|
877
|
+
}
|
|
917
878
|
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
879
|
+
@mixin toggle-input-border-country-right {
|
|
880
|
+
@include toggle-input-border-base;
|
|
881
|
+
border-top-right-radius: 4px;
|
|
882
|
+
border-bottom-right-radius: 4px;
|
|
922
883
|
}
|
|
923
884
|
|
|
885
|
+
input, select, .toggle-selected-wraper{
|
|
886
|
+
@include toggle-input-country-font-config;
|
|
887
|
+
}
|
|
924
888
|
|
|
925
|
-
|
|
889
|
+
.toggle-country-selector {
|
|
890
|
+
position: relative;
|
|
891
|
+
display: inline-block;
|
|
892
|
+
width: 130px;
|
|
893
|
+
margin: 5px 0px;
|
|
894
|
+
@include toggle-input-border-country-left;
|
|
895
|
+
|
|
896
|
+
select{
|
|
897
|
+
position: relative;
|
|
898
|
+
opacity: 0;
|
|
899
|
+
width: 100% !important;
|
|
900
|
+
z-index: 2;
|
|
901
|
+
cursor: pointer;
|
|
902
|
+
height: 100%;
|
|
903
|
+
}
|
|
926
904
|
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
905
|
+
.toggle-selected-wraper {
|
|
906
|
+
top:20%;
|
|
907
|
+
font-size: 0.9em;
|
|
908
|
+
position: absolute;
|
|
909
|
+
padding: 3px;
|
|
910
|
+
left: 5px;
|
|
911
|
+
|
|
912
|
+
&:before{
|
|
913
|
+
float:left;
|
|
914
|
+
content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 317 275'><path id='Arrow_downw' data-name='Arrow_Down' d='M158.5,0,317,275H0Z' transform='translate(317 275) rotate(180)' fill='gray'/></svg>");
|
|
915
|
+
margin-top:1px;
|
|
916
|
+
margin-right: 2px;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
div {
|
|
920
|
+
float:left;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
.toggle-selected-country-emoji {
|
|
924
|
+
margin-left: 5px;
|
|
925
|
+
margin-top: 2px;
|
|
926
|
+
}
|
|
927
|
+
}
|
|
931
928
|
|
|
932
|
-
.toggle-input-select-country {
|
|
933
|
-
padding: 3px 10px 22px 10px;
|
|
934
|
-
margin: 5px 0px 5px 0px;
|
|
935
929
|
|
|
936
|
-
|
|
930
|
+
}
|
|
937
931
|
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
@include toggle-input-border-country-right;
|
|
942
|
-
width: 80%;
|
|
932
|
+
.toggle-input-label-error {
|
|
933
|
+
position: absolute;
|
|
934
|
+
bottom:-17px;
|
|
943
935
|
}
|
|
944
936
|
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
937
|
+
.toggle-input-select-country {
|
|
938
|
+
padding: 3px 10px 22px 10px;
|
|
939
|
+
margin: 5px 0px 5px 0px;
|
|
940
|
+
|
|
941
|
+
&.toggle-number {
|
|
942
|
+
|
|
943
|
+
position: relative;
|
|
944
|
+
font-size:0.9em;
|
|
945
|
+
padding:10px;
|
|
946
|
+
@include toggle-input-border-country-right;
|
|
947
|
+
width: 80%;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
}
|
|
951
|
+
.toggle-invalid-number {
|
|
952
|
+
border:1px solid #ED7B7C !important;
|
|
953
|
+
}
|
|
949
954
|
|
|
950
955
|
}
|
|
951
956
|
|
|
952
957
|
.toggle-input-is-editable{
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
958
|
+
.toggle-input{
|
|
959
|
+
width: 90%;
|
|
960
|
+
}
|
|
961
|
+
.toggle-button-container{
|
|
962
|
+
position: absolute;
|
|
963
|
+
right: 20px;
|
|
964
|
+
top: 50%;
|
|
965
|
+
transform: translate(0, -50%);
|
|
966
|
+
}
|
|
962
967
|
}
|
|
963
968
|
|
|
964
969
|
//
|
|
@@ -966,218 +971,218 @@ $iconWidth:20px;
|
|
|
966
971
|
//
|
|
967
972
|
|
|
968
973
|
.toggle-contact-search-input-container {
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
+
width: 100%;
|
|
975
|
+
height: 40px;
|
|
976
|
+
background-color: $toggle-white;
|
|
977
|
+
border-radius: 8px;
|
|
978
|
+
min-width: 500px;
|
|
974
979
|
}
|
|
975
980
|
|
|
976
981
|
.toggle-contact-search-input-container-active {
|
|
977
|
-
|
|
982
|
+
border-radius: 8px 8px 0 0;
|
|
978
983
|
}
|
|
979
984
|
|
|
980
985
|
.toggle-contact-search-icon-input-container {
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
986
|
+
display: flex;
|
|
987
|
+
flex-direction: row;
|
|
988
|
+
width: 100%;
|
|
984
989
|
}
|
|
985
990
|
|
|
986
991
|
.toggle-contact-search-dropdown-container {
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
992
|
+
min-width: 550px;
|
|
993
|
+
background-color: $toggle-white;
|
|
994
|
+
border-radius: 0 0 8px 8px;
|
|
995
|
+
overflow: hidden;
|
|
996
|
+
position: absolute;
|
|
997
|
+
z-index: 1;
|
|
993
998
|
}
|
|
994
999
|
|
|
995
1000
|
.toggle-contact-search-input {
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1001
|
+
width: 100%;
|
|
1002
|
+
border: 0;
|
|
1003
|
+
border-radius: 0px;
|
|
1004
|
+
height: 30px;
|
|
1005
|
+
margin: 4px 5px 0px 14px;
|
|
1006
|
+
color: #3A4A62;
|
|
1007
|
+
font-family: $toggle-font-family;
|
|
1008
|
+
font-weight: 700;
|
|
1009
|
+
font-size: 16px;
|
|
1010
|
+
background-color: #FFFFFF;
|
|
1006
1011
|
}
|
|
1007
1012
|
|
|
1008
1013
|
.toggle-contact-search-input::placeholder {
|
|
1009
|
-
|
|
1010
|
-
|
|
1014
|
+
color: #C5CED8;
|
|
1015
|
+
opacity: 1;
|
|
1011
1016
|
}
|
|
1012
1017
|
.toggle-contact-search-input:-ms-input-placeholder {
|
|
1013
|
-
|
|
1014
|
-
|
|
1018
|
+
color: #C5CED8;
|
|
1019
|
+
opacity: 1;
|
|
1015
1020
|
}
|
|
1016
1021
|
.toggle-contact-search-input::-ms-input-placeholder {
|
|
1017
|
-
|
|
1018
|
-
|
|
1022
|
+
color: #C5CED8;
|
|
1023
|
+
opacity: 1;
|
|
1019
1024
|
}
|
|
1020
1025
|
.toggle-contact-search-input::-webkit-input-placeholder {
|
|
1021
|
-
|
|
1022
|
-
|
|
1026
|
+
color: #C5CED8;
|
|
1027
|
+
opacity: 1;
|
|
1023
1028
|
}
|
|
1024
1029
|
.toggle-contact-search-input:-moz-placeholder {
|
|
1025
|
-
|
|
1026
|
-
|
|
1030
|
+
color: #C5CED8;
|
|
1031
|
+
opacity: 1;
|
|
1027
1032
|
}
|
|
1028
1033
|
.toggle-contact-search-input::-ms-placeholder {
|
|
1029
|
-
|
|
1030
|
-
|
|
1034
|
+
color: #C5CED8;
|
|
1035
|
+
opacity: 1;
|
|
1031
1036
|
}
|
|
1032
1037
|
|
|
1033
1038
|
.toggle-contact-search-icon {
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1039
|
+
max-width: 20px;
|
|
1040
|
+
max-height: 20px;
|
|
1041
|
+
margin: 10px 16px 0 0;
|
|
1042
|
+
transition: transform .2s ease-in-out;
|
|
1043
|
+
width: 25px;
|
|
1044
|
+
height: 25px;
|
|
1045
|
+
background-repeat: no-repeat;
|
|
1046
|
+
background-size: contain;
|
|
1042
1047
|
}
|
|
1043
1048
|
|
|
1044
1049
|
.toggle-contact-search-icon-email {
|
|
1045
|
-
|
|
1050
|
+
background-image: url('../assets/icons/email-icon.svg');
|
|
1046
1051
|
}
|
|
1047
1052
|
|
|
1048
1053
|
.toggle-contact-search-icon-mobile {
|
|
1049
|
-
|
|
1054
|
+
background-image: url('../assets/icons/mobile-icon.svg');
|
|
1050
1055
|
}
|
|
1051
1056
|
|
|
1052
1057
|
.toggle-contact-search-icon-arrow-container:hover {
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1058
|
+
.toggle-contact-search-icon {
|
|
1059
|
+
transform: scale(1.1);
|
|
1060
|
+
}
|
|
1056
1061
|
}
|
|
1057
1062
|
|
|
1058
1063
|
.toggle-contact-search-icon-arrow-container {
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1064
|
+
display: flex;
|
|
1065
|
+
width: 100px;
|
|
1066
|
+
min-width: 60px;
|
|
1067
|
+
flex-direction: row;
|
|
1068
|
+
justify-content: center;
|
|
1069
|
+
cursor: pointer;
|
|
1065
1070
|
}
|
|
1066
1071
|
|
|
1067
1072
|
.toggle-contact-search-icon-arrow-container-disabled {
|
|
1068
|
-
|
|
1069
|
-
|
|
1073
|
+
cursor: default !important;
|
|
1074
|
+
opacity: 0.5;
|
|
1070
1075
|
}
|
|
1071
1076
|
|
|
1072
1077
|
.toggle-contact-search-magnifying-glass-icon {
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1078
|
+
cursor: pointer;
|
|
1079
|
+
margin: 10px 15px 0 3px;
|
|
1080
|
+
width: 25px;
|
|
1081
|
+
height: 25px;
|
|
1082
|
+
background-image: url('../assets/icons/magnifying-glass-icon.svg');
|
|
1083
|
+
background-repeat: no-repeat;
|
|
1084
|
+
background-size: contain;
|
|
1085
|
+
transition: transform .2s ease-in-out;
|
|
1081
1086
|
}
|
|
1082
1087
|
|
|
1083
1088
|
.toggle-contact-search-magnifying-glass-icon:hover {
|
|
1084
|
-
|
|
1089
|
+
transform: scale(1.1);
|
|
1085
1090
|
}
|
|
1086
1091
|
|
|
1087
1092
|
.toggle-contact-search-magnifying-glass-icon-disabled {
|
|
1088
|
-
|
|
1089
|
-
|
|
1093
|
+
cursor: default;
|
|
1094
|
+
opacity: 0.5;
|
|
1090
1095
|
}
|
|
1091
1096
|
|
|
1092
1097
|
.toggle-contact-search-arrow {
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1098
|
+
margin: 17px 0px 0px;
|
|
1099
|
+
width: 10px;
|
|
1100
|
+
height: 10px;
|
|
1101
|
+
background-image: url('../assets/icons/arrow-icon.svg');
|
|
1102
|
+
background-repeat: no-repeat;
|
|
1103
|
+
background-size: contain;
|
|
1099
1104
|
}
|
|
1100
1105
|
|
|
1101
1106
|
.toggle-contact-search-arrow-active {
|
|
1102
|
-
|
|
1103
|
-
|
|
1107
|
+
transition: all .2s ease;
|
|
1108
|
+
transform: rotate(-3.1416rad) translateY(5px);
|
|
1104
1109
|
}
|
|
1105
1110
|
|
|
1106
1111
|
.toggle-contact-search-divider {
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1112
|
+
height: 28px;
|
|
1113
|
+
margin: 7px 0 0 0;
|
|
1114
|
+
border-right: 2px solid #D9D9D9;
|
|
1110
1115
|
}
|
|
1111
1116
|
|
|
1112
1117
|
.toggle-contact-search-dropdown-item {
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1118
|
+
margin: 5px 5px 5px 10px;
|
|
1119
|
+
border-radius: 8px;
|
|
1120
|
+
cursor: pointer;
|
|
1121
|
+
font-size: 16px;
|
|
1122
|
+
display: flex;
|
|
1123
|
+
flex-direction: row;
|
|
1124
|
+
justify-content: left;
|
|
1125
|
+
align-items: center;
|
|
1126
|
+
padding: 5px;
|
|
1122
1127
|
}
|
|
1123
1128
|
|
|
1124
1129
|
.toggle-contact-search-dropdown-item-label {
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1130
|
+
cursor: pointer;
|
|
1131
|
+
font-weight: 700;
|
|
1132
|
+
color: #3A4A62;
|
|
1128
1133
|
}
|
|
1129
1134
|
|
|
1130
1135
|
.toggle-contact-search-dropwdown-item-highlighted {
|
|
1131
|
-
|
|
1136
|
+
color: #547DEE;
|
|
1132
1137
|
}
|
|
1133
1138
|
|
|
1134
1139
|
.toggle-contact-search-dropdown-item:hover {
|
|
1135
|
-
|
|
1136
|
-
|
|
1140
|
+
background-color: #F5F5F5;
|
|
1141
|
+
color: #3A4A62;
|
|
1137
1142
|
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1143
|
+
.toggle-contact-search-icon-dropdown {
|
|
1144
|
+
transform: scale(1.1);
|
|
1145
|
+
}
|
|
1141
1146
|
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1147
|
+
.toggle-contact-search-dropdown-item-label {
|
|
1148
|
+
color: #3A4A62;
|
|
1149
|
+
}
|
|
1145
1150
|
}
|
|
1146
1151
|
|
|
1147
1152
|
.toggle-contact-search-icon-dropdown {
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1153
|
+
width: 25px;
|
|
1154
|
+
height: 25px;
|
|
1155
|
+
background-repeat: no-repeat;
|
|
1156
|
+
background-size: contain;
|
|
1157
|
+
max-width: 20px;
|
|
1158
|
+
max-height: 20px;
|
|
1159
|
+
margin: 2px 14px 0 0;
|
|
1160
|
+
transition: transform .2s ease-in-out;
|
|
1156
1161
|
}
|
|
1157
1162
|
|
|
1158
1163
|
.toggle-contact-search-error {
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
+
height: 16.8px;
|
|
1165
|
+
text-align: right;
|
|
1166
|
+
color: #FF6F6F;
|
|
1167
|
+
font-size: 12px;
|
|
1168
|
+
margin: 0 0 10px 0;
|
|
1164
1169
|
}
|
|
1165
1170
|
|
|
1166
1171
|
.toggle-contact-search-input-disabled {
|
|
1167
|
-
|
|
1172
|
+
color: #D3D9DF !important;
|
|
1168
1173
|
}
|
|
1169
1174
|
|
|
1170
1175
|
.toggle-contact-search-input-disabled::placeholder,
|
|
1171
1176
|
.toggle-contact-search-input-disabled:-ms-input-placeholder,
|
|
1172
1177
|
.toggle-contact-search-input-disabled::-ms-input-placeholder {
|
|
1173
|
-
|
|
1174
|
-
|
|
1178
|
+
color: #D3D9DF !important;
|
|
1179
|
+
opacity: 1;
|
|
1175
1180
|
}
|
|
1176
1181
|
|
|
1177
1182
|
.toggle-contact-search-loading-container {
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1183
|
+
display: flex;
|
|
1184
|
+
align-items: center;
|
|
1185
|
+
margin: 0 0 3px 0;
|
|
1181
1186
|
}
|
|
1182
1187
|
|
|
1183
1188
|
//
|
|
@@ -1185,35 +1190,35 @@ $iconWidth:20px;
|
|
|
1185
1190
|
//
|
|
1186
1191
|
|
|
1187
1192
|
.drop-down-enter-active {
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1193
|
+
-moz-transition-duration: 0.4s;
|
|
1194
|
+
-webkit-transition-duration: 0.4s;
|
|
1195
|
+
-o-transition-duration: 0.4s;
|
|
1196
|
+
transition-duration: 0.4s;
|
|
1197
|
+
-moz-transition-timing-function: ease-in;
|
|
1198
|
+
-webkit-transition-timing-function: ease-in;
|
|
1199
|
+
-o-transition-timing-function: ease-in;
|
|
1200
|
+
transition-timing-function: ease-in;
|
|
1196
1201
|
}
|
|
1197
1202
|
|
|
1198
1203
|
.drop-down-leave-active {
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1204
|
+
-moz-transition-duration: 0.4s;
|
|
1205
|
+
-webkit-transition-duration: 0.4s;
|
|
1206
|
+
-o-transition-duration: 0.4s;
|
|
1207
|
+
transition-duration: 0.4s;
|
|
1208
|
+
-moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
|
|
1209
|
+
-webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
|
|
1210
|
+
-o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
|
|
1211
|
+
transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
|
|
1207
1212
|
}
|
|
1208
1213
|
|
|
1209
1214
|
.drop-down-enter-to,
|
|
1210
1215
|
.drop-down-leave {
|
|
1211
|
-
|
|
1212
|
-
|
|
1216
|
+
max-height: 100px;
|
|
1217
|
+
overflow: hidden;
|
|
1213
1218
|
}
|
|
1214
1219
|
|
|
1215
1220
|
.drop-down-enter,
|
|
1216
1221
|
.drop-down-leave-to {
|
|
1217
|
-
|
|
1218
|
-
|
|
1222
|
+
overflow: hidden;
|
|
1223
|
+
max-height: 0;
|
|
1219
1224
|
}
|