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