toggle-components-library 1.33.0-beta.10 → 1.33.0-beta.11

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