@policystudio/policy-studio-ui-vue 1.2.0-access.6 → 1.2.0-access.61

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.
Files changed (72) hide show
  1. package/dist/composables/useCollapseAnimation.d.ts +8 -0
  2. package/dist/composables/useCollapseAnimation.js +65 -0
  3. package/dist/composables/useCollapseAnimation.js.map +1 -0
  4. package/dist/css/psui_styles_output.css +2954 -2258
  5. package/doc/src/stories/Colors.mdx +3 -3
  6. package/doc/src/stories/Dropdown.stories.ts +4 -4
  7. package/doc/src/stories/Input.stories.ts +9 -9
  8. package/package.json +1 -1
  9. package/src/assets/scss/base.scss +3 -1
  10. package/src/assets/scss/components/PsAccordion.scss +20 -29
  11. package/src/assets/scss/components/PsBadgeWithIcon.scss +2 -2
  12. package/src/assets/scss/components/PsButton.scss +117 -72
  13. package/src/assets/scss/components/PsCardInfos.scss +13 -3
  14. package/src/assets/scss/components/PsChartLegend.scss +2 -2
  15. package/src/assets/scss/components/PsCheckbox.scss +63 -48
  16. package/src/assets/scss/components/PsChips.scss +81 -31
  17. package/src/assets/scss/components/PsClimateZoneBadge.scss +1 -1
  18. package/src/assets/scss/components/PsCollapse.scss +52 -56
  19. package/src/assets/scss/components/PsDateCardInfo.scss +7 -4
  20. package/src/assets/scss/components/PsDialog.scss +114 -39
  21. package/src/assets/scss/components/PsDraggable.scss +28 -36
  22. package/src/assets/scss/components/PsDropdown.scss +7 -15
  23. package/src/assets/scss/components/PsIcon.scss +21 -0
  24. package/src/assets/scss/components/PsInlineSelector.scss +1 -1
  25. package/src/assets/scss/components/PsInput.scss +27 -64
  26. package/src/assets/scss/components/PsInputSelect.scss +6 -6
  27. package/src/assets/scss/components/PsInputTextArea.scss +1 -1
  28. package/src/assets/scss/components/PsMiniTag.scss +25 -30
  29. package/src/assets/scss/components/PsRadioButton.scss +90 -75
  30. package/src/assets/scss/components/PsSimpleAlert.scss +16 -13
  31. package/src/assets/scss/components/PsSlider.scss +2 -2
  32. package/src/assets/scss/components/PsSwitch.scss +39 -21
  33. package/src/assets/scss/components/PsTabHeader.scss +124 -133
  34. package/src/assets/scss/components/PsTableResults.scss +16 -723
  35. package/src/assets/scss/components/PsTagScope.scss +1 -1
  36. package/src/assets/scss/components/PsTestimonialCard.scss +2 -2
  37. package/src/assets/scss/components/PsToast.scss +62 -60
  38. package/src/assets/scss/components/PsToggle.scss +3 -6
  39. package/src/assets/scss/components/PsTooltip.scss +1 -1
  40. package/src/assets/scss/components/_PsTableResults.scss +1 -1
  41. package/src/assets/scss/components/table-layouts/LayoutComparison.scss +200 -0
  42. package/src/assets/scss/components/table-layouts/LayoutFlexible.scss +325 -0
  43. package/src/assets/scss/components/table-layouts/LayoutResults.scss +102 -0
  44. package/src/components/accordion/PsAccordionItem.vue +4 -62
  45. package/src/components/badges-and-tags/PsCardInfos.vue +6 -2
  46. package/src/components/badges-and-tags/PsChartLegend.vue +1 -1
  47. package/src/components/badges-and-tags/PsDateCardInfo.vue +16 -5
  48. package/src/components/badges-and-tags/PsMiniTag.vue +5 -5
  49. package/src/components/badges-and-tags/PsTestimonialCard.vue +8 -6
  50. package/src/components/buttons/PsButton.vue +62 -9
  51. package/src/components/chips/PsChips.vue +2 -2
  52. package/src/components/collapse/PsCollapse.vue +18 -16
  53. package/src/components/controls/PsCheckboxSimple.vue +7 -2
  54. package/src/components/controls/PsDraggable.vue +4 -4
  55. package/src/components/controls/PsRadioButton.vue +3 -1
  56. package/src/components/controls/PsRadioButtonSimple.vue +2 -0
  57. package/src/components/datatable/PsDataTableItem.vue +1 -1
  58. package/src/components/forms/PsDropdown.vue +77 -27
  59. package/src/components/forms/PsDropdownList.vue +5 -1
  60. package/src/components/forms/PsInput.vue +1 -1
  61. package/src/components/notifications/PsDialog.vue +60 -11
  62. package/src/components/notifications/PsSimpleAlert.vue +6 -7
  63. package/src/components/notifications/PsToast.vue +5 -5
  64. package/src/components/table-results/PsTableResults.vue +27 -21
  65. package/src/components/table-results/PsTableResultsHead.vue +5 -5
  66. package/src/components/table-results/PsTableResultsHeadComparison.vue +2 -2
  67. package/src/components/table-results/PsTableResultsHeadFlexible.vue +7 -7
  68. package/src/components/tabs/PsTabHeader.vue +6 -2
  69. package/src/components/tooltip/PsTooltip.vue +11 -1
  70. package/src/components/ui/PsIcon.vue +14 -6
  71. package/src/composables/useCollapseAnimation.ts +76 -0
  72. package/tailwind.config.js +50 -79
@@ -1,4 +1,8 @@
1
- @layer components{
1
+ @import './table-layouts/LayoutResults.scss';
2
+ @import './table-layouts/LayoutFlexible.scss';
3
+ @import './table-layouts/LayoutComparison.scss';
4
+
5
+ @layer components {
2
6
  .psui-el-table-results-wrapper {
3
7
  @apply psui-w-full psui-whitespace-nowrap psui-flex psui-overflow-auto;
4
8
 
@@ -26,740 +30,29 @@
26
30
  }
27
31
 
28
32
  &.layout-results {
29
- tr {
30
- th, td {
31
- &:last-child {
32
- @apply psui-pr-2;
33
- }
34
- }
35
- }
36
-
37
- thead {
38
- @apply psui-bg-white psui-items-start psui-shadow-elevation-10 psui-sticky psui-top-0 psui-z-15;
39
-
40
- &:after {
41
- content: '';
42
- @apply psui-inline-block psui-absolute psui-top-0 psui-w-2 psui-h-full psui-bg-white;
43
- right: -8px;
44
- }
45
-
46
- tr {
47
- .title {
48
- @apply psui-text-14 psui-font-bold psui-leading-4 psui-text-gray-80;
49
- }
50
-
51
- th {
52
- @apply psui-pl-6 psui-text-gray-50 psui-text-right psui-w-auto psui-align-top;
53
- padding-top: 13px;
54
- padding-bottom: 13px;
55
-
56
- .description {
57
- @apply psui-text-xsmall psui-font-normal;
58
- line-height: 110%;
59
- }
60
-
61
- &:first-child {
62
- @apply psui-pl-0 psui-pr-8 psui-text-left psui-bg-white psui-sticky psui-z-10 psui-left-0;
63
- box-shadow: inset -1px 0px 0px #EBEEF0;
64
- min-width: 300px;
65
-
66
- > div {
67
- @apply psui-pl-0;
68
- }
69
- }
70
- }
71
-
72
- &:first-of-type {
73
- th {
74
- @apply psui-text-left;
75
- padding-top: 0;
76
- padding-bottom: 0;
77
-
78
- > div {
79
- @apply psui-flex psui-flex-row psui-border-b psui-border-gray-30;
80
- padding-top: 0.688rem;
81
- padding-bottom: 0.688rem;
82
- }
83
- }
84
-
85
- p {
86
- @apply psui-text-16;
87
- line-height: 18px;
88
- }
89
- }
90
- }
91
- }
92
-
93
- tbody {
94
- tr {
95
- @apply psui-border-b psui-border-gray-20;
96
-
97
- &.is-first {
98
- .title {
99
- @apply psui-font-bold psui-text-gray-80;
100
- }
101
- }
102
-
103
- .title {
104
- @apply psui-flex psui-items-center;
105
- line-height: 24px;
106
- }
107
-
108
- td {
109
- @apply psui-pl-8 psui-text-gray-80 psui-h-10 psui-text-right psui-text-14;
110
- padding-top: 0.688rem;
111
- padding-bottom: 0.688rem;
112
- min-height: 41.5px;
113
-
114
- > div {
115
- @apply psui-flex psui-items-center;
116
- }
117
-
118
- .actions {
119
- @apply psui-flex psui-items-center psui-h-full psui-relative;
120
-
121
- &-button {
122
- @apply psui-cursor-pointer psui-ml-1;
123
- }
124
-
125
- .is-last-deep {
126
- @apply psui-pl-10;
127
- }
128
- }
129
-
130
- &:not(:first-child) {
131
- > div {
132
- @apply psui-justify-end;
133
- }
134
- }
135
-
136
- &:first-child {
137
- @apply psui-pl-0 psui-pr-8 psui-text-left psui-block psui-bg-white psui-sticky psui-z-10 psui-left-0;
138
- box-shadow: inset -1px 0px 0px #EBEEF0;
139
- padding-top: 8px;
140
- padding-bottom: 8px;
141
- }
142
- }
143
-
144
- &.is-active {
145
- @apply psui-bg-gray-10;
146
-
147
- td:first-child {
148
- @apply psui-bg-gray-10;
149
- }
150
- }
151
- }
152
- }
33
+ @include renderResults;
153
34
  }
154
35
 
155
36
  &.layout-comparison {
156
-
157
- &.is-sticky {
158
- tr:first-of-type th:first-child,
159
- td:first-child {
160
- box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.15);
161
- border-right-color: transparent;
162
- }
163
- }
164
-
165
- tr {
166
- th, td {
167
- @apply psui-relative;
168
- }
169
- }
170
-
171
- thead {
172
- @apply psui-bg-gray-20 psui-items-start;
173
-
174
- div {
175
- @apply psui-relative;
176
- }
177
-
178
- tr {
179
- .title {
180
- @apply psui-text-14 psui-font-bold psui-leading-4 psui-text-gray-80;
181
- }
182
-
183
- th {
184
- @apply psui-px-6 psui-py-4 psui-text-gray-50 psui-text-center psui-align-top;
185
- padding-top: 0.688rem;
186
- padding-bottom: 0.188rem;
187
- min-width: 200px;
188
-
189
- .description {
190
- @apply psui-text-xsmall psui-font-normal;
191
- line-height: 110%;
192
- }
193
- }
194
-
195
- &:not(:first-of-type) {
196
- th {
197
- &:after {
198
- @apply psui-absolute psui-top-0 psui-inline-block psui-w-px;
199
- content: '';
200
- right: -1px;
201
- height: calc(100% + 0.5rem);
202
- background-color: #C3CAD1;
203
- }
204
-
205
- &:last-child:after {
206
- display: none;
207
- }
208
- }
209
- }
210
-
211
- &:first-of-type {
212
- th {
213
- @apply psui-text-left psui-text-gray-50 psui-text-16 psui-px-6;
214
- padding-top: 7px;
215
- padding-bottom: 7px;
216
-
217
- &:after {
218
- @apply psui-absolute psui-top-0 psui-right-0 psui-inline-block;
219
- content: '';
220
- width: 1px;
221
- height: calc(100% + 0.5rem);
222
- background-color: #C3CAD1;
223
- }
224
-
225
- &:first-child {
226
- @apply psui-align-middle psui-sticky psui-z-10 psui-left-0 psui-bg-gray-20;
227
- padding-left: 22px;
228
- min-width: 240px;
229
-
230
- .title {
231
- @apply psui-text-h6 psui-text-gray-80 psui-font-bold;
232
- }
233
-
234
- &:after {
235
- width: 2px;
236
- }
237
- }
238
-
239
- &:last-child:after {
240
- display: none;
241
- }
242
- }
243
-
244
- p {
245
- @apply psui-text-14;
246
- line-height: 18px;
247
-
248
- &.title {
249
- @apply psui-text-gray-50 psui-font-normal;
250
- }
251
- }
252
- }
253
- }
254
- }
255
-
256
- tbody {
257
- tr {
258
- border-bottom: 8px solid transparent;
259
-
260
- td {
261
- @apply psui-relative;
262
- border-right: 1px solid #C8D0D9;
263
-
264
- > div {
265
- position: relative;
266
- z-index: 3;
267
- }
268
-
269
- .title {
270
- @apply psui-text-14 psui-text-gray-80 psui-font-bold psui-truncate psui-leading-none psui-ml-1;
271
- width: 144px;
272
- }
273
-
274
- .badge {
275
- @apply psui-flex psui-items-center psui-justify-center psui-rounded psui-h-6;
276
- width: 28px;
277
- background-color: #D3EFDE;
278
- }
279
-
280
- &:before,
281
- &:after {
282
- content: '';
283
- position: absolute;
284
- left: 0;
285
- width: 100%;
286
- background-color: #fff;
287
- }
288
-
289
- &:before {
290
- top: 0;
291
- height: 100%;
292
- box-shadow: 0px 0px 4px rgb(0 0 0 / 3%), 0px 1px 2px rgb(0 0 0 / 10%);
293
- z-index: 1;
294
- }
295
-
296
- &:after {
297
- background-color: #fff;
298
- bottom: 0;
299
- height: 8px;
300
- z-index: 11;
301
- width: calc(100% - 1px);
302
- }
303
-
304
- &:first-child {
305
- @apply psui-px-3 psui-rounded-tl-md psui-rounded-bl-md psui-bg-white psui-sticky psui-z-10 psui-left-0;
306
- border-right-width: 2px;
307
- }
308
-
309
- &:last-child {
310
- @apply psui-px-3 psui-rounded-tr-md psui-rounded-br-md psui-border-r-0;
311
- }
312
- }
313
-
314
- &.opened {
315
- td {
316
- &:before {
317
- @apply psui-shadow-elevation-20;
318
- }
319
- }
320
- }
321
-
322
- &.is-first {
323
- &.opened {
324
-
325
- td {
326
- &:first-child {
327
- @apply psui-rounded-bl-none;
328
- }
329
-
330
- &:last-child {
331
- @apply psui-rounded-br-none;
332
- }
333
- }
334
- }
335
- }
336
-
337
- &:not(.is-first) {
338
- td {
339
- &:first-child {
340
- @apply psui-rounded-tl-none;
341
- }
342
- &:last-child {
343
- @apply psui-rounded-tr-none;
344
- }
345
- }
346
-
347
- &.opened {
348
- border-bottom-width: 14px;
349
- }
350
- }
351
- }
352
- }
37
+ @include renderComparison;
353
38
  }
354
39
 
355
40
  &.layout-flexible {
356
-
357
- tr {
358
- th, td {
359
- &:last-child {
360
- @apply psui-pr-2;
361
- }
362
- }
363
- }
364
-
365
- thead {
366
- @apply psui-bg-white psui-items-start psui-sticky psui-top-0 psui-z-15;
367
-
368
- &:after {
369
- content: '';
370
- @apply psui-inline-block psui-absolute psui-top-0 psui-w-2 psui-h-full psui-bg-white;
371
- right: -8px;
372
- }
373
-
374
- tr {
375
- .title {
376
- @apply psui-text-14 psui-leading-4;
377
- }
378
-
379
- th {
380
- @apply psui-text-gray-50 psui-text-right psui-w-auto psui-align-top;
381
-
382
- .description {
383
- @apply psui-text-xsmall psui-font-normal;
384
- line-height: 110%;
385
- }
386
-
387
- &:first-child {
388
- @apply psui-text-left psui-bg-white psui-sticky psui-z-10 psui-left-0;
389
- padding-left: 0;
390
-
391
- > div {
392
- @apply psui-items-start;
393
- }
394
-
395
- &.pseudo-line {
396
- &::after {
397
- content: '';
398
- position: absolute;
399
- top: 10px;
400
- right: 0;
401
- width: 1px;
402
- height: calc(100%);
403
- background-color: #D6DDE5;
404
- }
405
- }
406
- }
407
-
408
- }
409
-
410
- &:first-of-type {
411
- th {
412
- @apply psui-text-left;
413
- padding-top: 0;
414
- padding-bottom: 0;
415
- padding-left: 10px;
416
- position: sticky;
417
-
418
- &:first-child {
419
- padding-left: 0;
420
- width: 598px;
421
- }
422
-
423
- > div {
424
- @apply psui-flex psui-flex-row psui-border-b psui-border-gray-30 psui-py-2;
425
-
426
- > .title {
427
- @apply psui-text-accentSmall psui-text-blue-80 psui-font-bold psui-uppercase;
428
-
429
- }
430
- }
431
- }
432
-
433
- p {
434
- @apply psui-text-16;
435
- line-height: 18px;
436
- }
437
- }
438
-
439
- &:not(:first-of-type) {
440
- th {
441
- &:not(:first-of-type) {
442
- > div {
443
- > div {
444
- @apply psui-mx-auto;
445
- }
446
- }
447
- }
448
-
449
- > div {
450
- @apply psui-border-b psui-border-gray-20 psui-pr-[20px];
451
-
452
- }
453
-
454
- .title {
455
- @apply psui-text-blue-80;
456
- }
457
-
458
- p:not(:first-of-type) {
459
- @apply psui-text-gray-50;
460
- }
461
-
462
- &:first-child {
463
- @apply psui-text-left;
464
- width: 352px;
465
- padding-left: 0;
466
- }
467
-
468
- &:nth-child(2) {
469
- @apply psui-sticky psui-z-10 psui-bg-white;
470
- left: 352px;
471
- min-width: 140px;
472
- }
473
-
474
- &:nth-child(3) {
475
- @apply psui-sticky psui-z-10 psui-bg-white;
476
- left: 492px;
477
- }
478
- }
479
- }
480
- }
481
- }
482
-
483
- tbody {
484
- tr {
485
- @apply psui-border-gray-20;
486
- transition: background-color 0.5s ease;
487
-
488
- .title {
489
- @apply psui-flex psui-items-center;
490
- line-height: 24px;
491
- }
492
-
493
- &.removed-class {
494
- td {
495
- @apply psui-bg-gray-10 psui-text-gray-40 !important;
496
- transition: background-color 0.5s ease;
497
-
498
- &:first-child {
499
- > div {
500
- margin-left: 4px;
501
- }
502
- }
503
- }
504
- }
505
-
506
-
507
- &.is-disabled {
508
- td {
509
- &.hover-color {
510
- background-color: #E6ECF2 !important;
511
- opacity: 0.99;
512
- transition: background-color 0.5s ease;
513
- }
514
- }
515
- }
516
-
517
-
518
- td {
519
- @apply psui-text-gray-70 psui-h-[32px] psui-text-right psui-text-14;
520
-
521
- &.hover-color {
522
- background-color: #ECF7FB !important;
523
- opacity: 0.99;
524
- transition: background-color 0.5s ease;
525
- }
526
-
527
- > div {
528
- @apply psui-flex psui-items-center;
529
- }
530
-
531
- .actions {
532
- @apply psui-flex psui-items-center psui-h-full psui-relative;
533
-
534
- &-button {
535
- @apply psui-cursor-pointer;
536
- }
537
- }
538
-
539
- &:first-child {
540
- @apply psui-pr-8 psui-text-left psui-block psui-sticky psui-z-10 psui-left-0;
541
- width: 352px;
542
- }
543
-
544
- &:nth-child(2) {
545
- @apply psui-sticky psui-z-10;
546
- width: 140px;
547
- left: 352px;
548
- > div {
549
- @apply psui-justify-center;
550
- }
551
- }
552
-
553
- &:nth-child(3) {
554
- @apply psui-sticky psui-z-10;
555
- min-width: 140px;
556
- left: 492px;
557
- > div {
558
- @apply psui-justify-center;
559
- }
560
- }
561
-
562
- &:nth-child(n+3) {
563
- padding-right: 20px;
564
- }
565
-
566
- .psui-el-tooltip-dialog {
567
- text-align: left;
568
- max-width: 180px;
569
-
570
- .psui-el-tooltip-content-wrapper {
571
- white-space: normal;
572
- }
573
- }
574
- }
575
-
576
- &.is-first {
577
- @apply psui-border-transparent;
578
-
579
- .actions-button span {
580
- font-size: 16px !important;
581
- }
582
-
583
- .title {
584
- @apply psui-text-xsmall psui-font-bold psui-text-gray-60;
585
- }
586
-
587
- td {
588
- @apply psui-h-auto psui-py-1;
589
- min-height: 1rem;
590
- }
591
-
592
- &.removed-class {
593
- td {
594
- @apply psui-bg-gray-10 psui-text-gray-40;
595
- transition: background-color 0.5s ease;
596
-
597
- .title {
598
- margin-left: 6px;
599
- }
600
-
601
- .actions-button {
602
- margin-left: 2px;
603
- }
604
-
605
- &:first-child {
606
- @apply psui-sticky;
607
- min-width: 330px;
608
-
609
- &:after {
610
- content: '';
611
- @apply psui-absolute psui-top-0;
612
- }
613
-
614
- &:after {
615
- @apply psui-bg-gray-10 psui-rounded-tl-full ;
616
- box-shadow: -3px -3px 0px 0px #ffffff;
617
- z-index: 30;
618
- top: 0;
619
- left: 0;
620
- width: 10px;
621
- height: 10px;
622
- }
623
- }
624
- }
625
-
626
- &.closed {
627
- td {
628
- &:first-child {
629
- @apply psui-sticky;
630
-
631
- &:before,
632
- &:after {
633
- content: '';
634
- @apply psui-absolute psui-top-0;
635
- }
636
-
637
- &:after {
638
- @apply psui-bg-gray-10 psui-rounded-tl-full psui-rounded-bl-full;
639
- box-shadow: -8px 0px 0px 4px #ffffff;
640
- top: 0;
641
- left: 0px;
642
- height: calc(100%);
643
- }
644
-
645
- .actions-button {
646
- margin-left: 2px;
647
- }
648
- }
649
- }
650
- }
651
- }
652
-
653
- }
654
-
655
- &:not(.is-first):not(.removed-class) {
656
- td {
657
- &:first-child {
658
- @apply psui-sticky;
659
-
660
- &:before,
661
- &:after {
662
- content: '';
663
- @apply psui-absolute psui-top-0;
664
- }
665
-
666
- &:before {
667
- @apply psui-bg-white psui-left-0;
668
- width: 14px;
669
- height: calc(100% + 1px);
670
- }
671
-
672
- &:after {
673
- @apply psui-bg-gray-20 psui-w-px psui-h-0 psui-rounded-lg;
674
- left: 8px;
675
- }
676
- }
677
- }
678
-
679
- &:hover {
680
- td {
681
- @apply psui-bg-blue-10;
682
- }
683
- }
684
-
685
- &.opened {
686
- td:first-child {
687
- &:after {
688
- height: calc(100% + 1px);
689
- }
690
- }
691
- }
692
- }
693
-
694
- &:not(.is-first) {
695
- td {
696
- &:first-child {
697
- > div {
698
- margin-left: 10px;
699
- }
700
- }
701
- }
702
- }
703
-
704
- &.is-last {
705
- @apply psui-border-b-0;
706
-
707
- &.removed-class {
708
- td {
709
- @apply psui-bg-gray-10 psui-text-gray-40 !important;
710
- transition: background-color 0.5s ease;
711
-
712
- &:first-child {
713
- @apply psui-sticky;
714
-
715
-
716
- &:after {
717
- @apply psui-bg-gray-10 psui-rounded-bl-full psui-absolute psui-bottom-0 psui-overflow-hidden;
718
- box-shadow: -3px 3px 0px 0px #fff;
719
- content: '';
720
- z-index: 30;
721
- bottom: 0;
722
- left: 0;
723
- width: 10px;
724
- height: 10px;
725
- }
726
- }
727
-
728
- }
729
- }
730
- }
731
-
732
- &.is-active {
733
-
734
- td {
735
- padding-top: 9px;
736
- padding-bottom: 9px;
737
-
738
- .title {
739
- @apply psui-text-14 psui-text-gray-50;
740
- }
741
- }
742
-
743
- td:first-child {
744
- @apply psui-bg-gray-10;
745
- transition: background-color 0.5s ease;
746
- }
747
- }
748
- }
749
- }
41
+ @include renderFlexible;
750
42
  }
43
+
751
44
  .psui-show-childrens-on-hover:hover * {
752
- opacity: 1!important
45
+ opacity: 1 !important;
753
46
  }
754
-
47
+
755
48
  .psui-show-childrens-on-hover.absolute-childrens {
756
- position: relative
49
+ position: relative;
757
50
  }
758
-
51
+
759
52
  .psui-show-childrens-on-hover.absolute-childrens .helper {
760
53
  position: absolute;
761
- top: 0;
762
- right: -18px
54
+ top: 1px;
55
+ right: -18px;
763
56
  }
764
57
  }
765
- }
58
+ }