@harbour-enterprises/superdoc 1.0.0-alpha.64 → 1.0.0-alpha.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +183 -145
- package/dist/superdoc.es.js +1495 -992
- package/dist/superdoc.es.js.map +1 -1
- package/package.json +3 -2
package/dist/style.css
CHANGED
|
@@ -72,10 +72,6 @@ body {
|
|
|
72
72
|
.superdoc {
|
|
73
73
|
display: flex;
|
|
74
74
|
}
|
|
75
|
-
.superdoc .ProseMirror p {
|
|
76
|
-
margin: 0;
|
|
77
|
-
padding: 0;
|
|
78
|
-
}
|
|
79
75
|
|
|
80
76
|
.superdoc-field {
|
|
81
77
|
border-radius: 8px;
|
|
@@ -167,6 +163,21 @@ body {
|
|
|
167
163
|
.input-active {
|
|
168
164
|
border: 1px solid #1355FF !important;
|
|
169
165
|
}
|
|
166
|
+
|
|
167
|
+
/* li,ol,ul {
|
|
168
|
+
margin: 0;
|
|
169
|
+
padding: 0;
|
|
170
|
+
} */
|
|
171
|
+
.custom-list-item {
|
|
172
|
+
list-style-type: none;
|
|
173
|
+
}
|
|
174
|
+
.custom-list-item::before {
|
|
175
|
+
margin-right: 0.5em;
|
|
176
|
+
content: attr(data-bullet-type);
|
|
177
|
+
}
|
|
178
|
+
.custom-list-item p {
|
|
179
|
+
display: inline;
|
|
180
|
+
}
|
|
170
181
|
.open-link-icon[data-v-68133520] {
|
|
171
182
|
margin-left: 10px;
|
|
172
183
|
width: 30px;
|
|
@@ -309,7 +320,7 @@ body {
|
|
|
309
320
|
transition: all 0.2s ease;
|
|
310
321
|
}
|
|
311
322
|
|
|
312
|
-
.option-grid-ctn[data-v-
|
|
323
|
+
.option-grid-ctn[data-v-91b0a068] {
|
|
313
324
|
display: flex;
|
|
314
325
|
flex-direction: column;
|
|
315
326
|
padding: 5px;
|
|
@@ -317,11 +328,11 @@ body {
|
|
|
317
328
|
background-color: #fff;
|
|
318
329
|
z-index: 3;
|
|
319
330
|
}
|
|
320
|
-
.option-row[data-v-
|
|
331
|
+
.option-row[data-v-91b0a068] {
|
|
321
332
|
display: flex;
|
|
322
333
|
flex-direction: row;
|
|
323
334
|
}
|
|
324
|
-
.option[data-v-
|
|
335
|
+
.option[data-v-91b0a068] {
|
|
325
336
|
border-radius: 50%;
|
|
326
337
|
cursor: pointer;
|
|
327
338
|
padding: 3px;
|
|
@@ -330,20 +341,20 @@ body {
|
|
|
330
341
|
justify-content: center;
|
|
331
342
|
position: relative;
|
|
332
343
|
}
|
|
333
|
-
.option[data-v-
|
|
344
|
+
.option[data-v-91b0a068]:hover {
|
|
334
345
|
background-color: #DBDBDB;
|
|
335
346
|
}
|
|
336
|
-
.active-check[data-v-
|
|
347
|
+
.active-check[data-v-91b0a068] {
|
|
337
348
|
position: absolute;
|
|
338
349
|
}
|
|
339
350
|
|
|
340
|
-
.alignment-buttons[data-v-
|
|
351
|
+
.alignment-buttons[data-v-888328d5] {
|
|
341
352
|
display: flex;
|
|
342
353
|
justify-content: space-between;
|
|
343
354
|
width: 100%;
|
|
344
355
|
padding: 8px;
|
|
345
356
|
}
|
|
346
|
-
.button-icon[data-v-
|
|
357
|
+
.button-icon[data-v-888328d5] {
|
|
347
358
|
cursor: pointer;
|
|
348
359
|
padding: 12px;
|
|
349
360
|
font-size: 16px;
|
|
@@ -354,7 +365,7 @@ body {
|
|
|
354
365
|
justify-content: center;
|
|
355
366
|
align-items: center;
|
|
356
367
|
}
|
|
357
|
-
.button-icon[data-v-
|
|
368
|
+
.button-icon[data-v-888328d5]:hover {
|
|
358
369
|
background-color: #d8dee5;
|
|
359
370
|
}
|
|
360
371
|
|
|
@@ -431,19 +442,17 @@ body {
|
|
|
431
442
|
margin-top: -3px;
|
|
432
443
|
}
|
|
433
444
|
|
|
434
|
-
.toolbar-item[data-v-
|
|
445
|
+
.toolbar-item[data-v-9aaab741] {
|
|
435
446
|
position: relative;
|
|
436
447
|
z-index: 100;
|
|
437
|
-
margin: 0 1px;
|
|
438
448
|
min-width: 30px;
|
|
449
|
+
margin: 0 1px;
|
|
439
450
|
}
|
|
440
|
-
.toolbar-button[data-v-
|
|
441
|
-
padding:
|
|
451
|
+
.toolbar-button[data-v-9aaab741] {
|
|
452
|
+
padding: 5px;
|
|
442
453
|
height: 32px;
|
|
443
454
|
max-height: 32px;
|
|
444
455
|
border-radius: 6px;
|
|
445
|
-
margin-top: 3.5px;
|
|
446
|
-
margin-bottom: 4px;
|
|
447
456
|
|
|
448
457
|
overflow-y: visible;
|
|
449
458
|
display: flex;
|
|
@@ -455,17 +464,14 @@ body {
|
|
|
455
464
|
user-select: none;
|
|
456
465
|
position: relative;
|
|
457
466
|
}
|
|
458
|
-
.
|
|
459
|
-
margin-right: 5px;
|
|
460
|
-
}
|
|
461
|
-
.toolbar-button[data-v-05264249]:hover {
|
|
467
|
+
.toolbar-button[data-v-9aaab741]:hover {
|
|
462
468
|
background-color: #DBDBDB;
|
|
463
469
|
}
|
|
464
|
-
.toolbar-button[data-v-
|
|
465
|
-
.active[data-v-
|
|
470
|
+
.toolbar-button[data-v-9aaab741]:active,
|
|
471
|
+
.active[data-v-9aaab741] {
|
|
466
472
|
background-color: #c8d0d8;
|
|
467
473
|
}
|
|
468
|
-
.button-label[data-v-
|
|
474
|
+
.button-label[data-v-9aaab741] {
|
|
469
475
|
overflow: hidden;
|
|
470
476
|
width: 100%;
|
|
471
477
|
text-align: center;
|
|
@@ -474,38 +480,35 @@ body {
|
|
|
474
480
|
font-weight: 400;
|
|
475
481
|
font-size: 15px;
|
|
476
482
|
margin: 5px;
|
|
477
|
-
text-align: center;
|
|
478
483
|
}
|
|
479
|
-
.toolbar-icon[data-v-
|
|
480
|
-
margin:
|
|
484
|
+
.toolbar-icon + .dropdown-caret[data-v-9aaab741] {
|
|
485
|
+
margin-left: 4px;
|
|
481
486
|
}
|
|
482
|
-
.left[data-v-
|
|
487
|
+
.left[data-v-9aaab741], .right[data-v-9aaab741] {
|
|
483
488
|
width: 50%;
|
|
484
489
|
height: 100%;
|
|
485
490
|
background-color: #DBDBDB;
|
|
486
491
|
border-radius: 60%;
|
|
487
492
|
}
|
|
488
|
-
.has-inline-text-input[data-v-
|
|
493
|
+
.has-inline-text-input[data-v-9aaab741]:hover {
|
|
489
494
|
cursor: text;
|
|
490
495
|
}
|
|
491
|
-
.disabled[data-v-
|
|
496
|
+
.disabled[data-v-9aaab741] {
|
|
492
497
|
cursor: default;
|
|
493
498
|
}
|
|
494
|
-
.disabled[data-v-
|
|
499
|
+
.disabled[data-v-9aaab741]:hover {
|
|
495
500
|
cursor: default;
|
|
496
501
|
background-color: initial;
|
|
497
502
|
}
|
|
498
|
-
.disabled .toolbar-icon[data-v-
|
|
503
|
+
.disabled .toolbar-icon[data-v-9aaab741], .disabled .caret[data-v-9aaab741], .disabled .button-label[data-v-9aaab741] {
|
|
499
504
|
opacity: .35;
|
|
500
505
|
}
|
|
501
|
-
.caret[data-v-
|
|
506
|
+
.caret[data-v-9aaab741] {
|
|
502
507
|
font-size: 1em;
|
|
503
508
|
padding-left: 2px;
|
|
504
509
|
padding-right: 2px;
|
|
505
510
|
}
|
|
506
|
-
.button-text-input[data-v-
|
|
507
|
-
border: none;
|
|
508
|
-
outline: none;
|
|
511
|
+
.button-text-input[data-v-9aaab741] {
|
|
509
512
|
border-radius: 4px;
|
|
510
513
|
text-align: center;
|
|
511
514
|
width: 30px;
|
|
@@ -517,16 +520,19 @@ body {
|
|
|
517
520
|
outline: none;
|
|
518
521
|
border: 1px solid #d8dee5;
|
|
519
522
|
}
|
|
523
|
+
@media (max-width: 1120px) {
|
|
524
|
+
.doc-mode .button-label[data-v-9aaab741] {
|
|
525
|
+
display: none;
|
|
526
|
+
}
|
|
527
|
+
.doc-mode .toolbar-icon[data-v-9aaab741] {
|
|
528
|
+
margin-right: 5px;
|
|
529
|
+
}
|
|
530
|
+
}
|
|
520
531
|
|
|
521
|
-
.toolbar-separator[data-v-
|
|
532
|
+
.toolbar-separator[data-v-149293cd] {
|
|
522
533
|
height: 32px;
|
|
523
|
-
/* padding-left: 12px;
|
|
524
|
-
padding-right: 12px; */
|
|
525
534
|
border-radius: 6px;
|
|
526
|
-
margin-top: 3.5px;
|
|
527
|
-
margin-bottom: 4px;
|
|
528
535
|
text-overflow: ellipsis;
|
|
529
|
-
overflow-y: visible;
|
|
530
536
|
display: flex;
|
|
531
537
|
align-items: center;
|
|
532
538
|
justify-content: center;
|
|
@@ -535,20 +541,47 @@ body {
|
|
|
535
541
|
user-select: none;
|
|
536
542
|
overflow: hidden;
|
|
537
543
|
}
|
|
538
|
-
.toolbar-separator .separator-inner[data-v-
|
|
544
|
+
.toolbar-separator .separator-inner[data-v-149293cd] {
|
|
539
545
|
width: 1.5px;
|
|
540
546
|
height: 20px;
|
|
541
547
|
background-color: #DBDBDB;
|
|
542
548
|
}
|
|
543
|
-
.toolbar-button[data-v-
|
|
549
|
+
.toolbar-button[data-v-149293cd]:hover {
|
|
544
550
|
color: black;
|
|
545
551
|
background-color: #d8dee5;
|
|
546
552
|
}
|
|
547
|
-
.toolbar-button[data-v-
|
|
548
|
-
.active[data-v-
|
|
553
|
+
.toolbar-button[data-v-149293cd]:active,
|
|
554
|
+
.active[data-v-149293cd] {
|
|
549
555
|
background-color: #c8d0d8;
|
|
550
556
|
}
|
|
551
557
|
|
|
558
|
+
.overflow-menu[data-v-7623b594] {
|
|
559
|
+
position: relative;
|
|
560
|
+
}
|
|
561
|
+
.overflow-menu_items[data-v-7623b594] {
|
|
562
|
+
position: absolute;
|
|
563
|
+
width: 200px;
|
|
564
|
+
top: calc(100% + 3px);
|
|
565
|
+
right: 0;
|
|
566
|
+
padding: 4px 8px;
|
|
567
|
+
background-color: #fff;
|
|
568
|
+
border-radius: 8px;
|
|
569
|
+
z-index: 100;
|
|
570
|
+
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
|
|
571
|
+
}
|
|
572
|
+
.superdoc-toolbar-overflow[data-v-7623b594] {
|
|
573
|
+
min-width: auto !important;
|
|
574
|
+
max-width: 200px;
|
|
575
|
+
flex-wrap: wrap;
|
|
576
|
+
}
|
|
577
|
+
@media (max-width: 300px) {
|
|
578
|
+
.overflow-menu_items[data-v-7623b594] {
|
|
579
|
+
right: auto;
|
|
580
|
+
left: 0;
|
|
581
|
+
transform: translateX(-50%);
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
|
|
552
585
|
.n-dropdown {
|
|
553
586
|
border-radius: 8px;
|
|
554
587
|
min-width: 80px;
|
|
@@ -558,50 +591,32 @@ body {
|
|
|
558
591
|
font-size: 14px;
|
|
559
592
|
border-radius: 8px !important;
|
|
560
593
|
}
|
|
561
|
-
.n-dropdown-option-body:hover::before,
|
|
562
|
-
|
|
563
|
-
background-color: #d8dee5 !important;
|
|
594
|
+
.n-dropdown-option-body:hover::before, .n-dropdown-option-body:hover::after {
|
|
595
|
+
background-color: #d8dee5 !important;
|
|
564
596
|
}
|
|
565
597
|
.toolbar-dropdown {
|
|
566
598
|
cursor: pointer;
|
|
567
599
|
}
|
|
568
600
|
|
|
569
|
-
.button-group[data-v-
|
|
601
|
+
.button-group[data-v-7282bacf] {
|
|
570
602
|
display: flex;
|
|
571
603
|
}
|
|
572
|
-
@media (max-width: 700px) {
|
|
573
|
-
.mobile[data-v-e4a974a1] {
|
|
574
|
-
display: initial;
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
@media (min-width: 700px) and (max-width: 800px) {
|
|
578
|
-
.mobile[data-v-e4a974a1] {
|
|
579
|
-
display: none;
|
|
580
|
-
}
|
|
581
|
-
.tablet[data-v-e4a974a1] {
|
|
582
|
-
display: initial;
|
|
583
|
-
}
|
|
584
|
-
}
|
|
585
|
-
@media (min-width: 800px) {
|
|
586
|
-
.mobile[data-v-e4a974a1] {
|
|
587
|
-
display: none;
|
|
588
|
-
}
|
|
589
|
-
.tablet[data-v-e4a974a1] {
|
|
590
|
-
display: none;
|
|
591
|
-
}
|
|
592
|
-
.desktop[data-v-e4a974a1] {
|
|
593
|
-
display: initial;
|
|
594
|
-
}
|
|
595
|
-
}
|
|
596
604
|
|
|
597
|
-
.superdoc-toolbar[data-v-
|
|
605
|
+
.superdoc-toolbar[data-v-d6286fd6] {
|
|
598
606
|
display: flex;
|
|
599
607
|
width: 100%;
|
|
600
|
-
height: 39px;
|
|
601
608
|
justify-content: space-between;
|
|
609
|
+
padding: 4px 16px;
|
|
610
|
+
}
|
|
611
|
+
@media (max-width: 1120px) {
|
|
612
|
+
.superdoc-toolbar-group-side[data-v-d6286fd6] {
|
|
613
|
+
min-width: auto !important;
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
@media (max-width: 768px) {
|
|
617
|
+
.superdoc-toolbar[data-v-d6286fd6] {
|
|
618
|
+
padding: 4px 10px;
|
|
602
619
|
}
|
|
603
|
-
.superdoc-toolbar-group-side[data-v-b18849d0] {
|
|
604
|
-
width: 200px;
|
|
605
620
|
}
|
|
606
621
|
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
|
|
607
622
|
.super-editor[data-v-15fe97d5] {
|
|
@@ -18699,7 +18714,7 @@ readers do not read off random characters that represent icons */
|
|
|
18699
18714
|
border:2px solid transparent;
|
|
18700
18715
|
}
|
|
18701
18716
|
.superdoc-viewer{
|
|
18702
|
-
|
|
18717
|
+
|
|
18703
18718
|
position: relative;
|
|
18704
18719
|
display: flex;
|
|
18705
18720
|
flex-direction: column;
|
|
@@ -18731,23 +18746,23 @@ readers do not read off random characters that represent icons */
|
|
|
18731
18746
|
mix-blend-mode: difference;
|
|
18732
18747
|
}
|
|
18733
18748
|
|
|
18734
|
-
.comment-doc[data-v-
|
|
18749
|
+
.comment-doc[data-v-4783d332] {
|
|
18735
18750
|
position: relative;
|
|
18736
18751
|
}
|
|
18737
|
-
.comments-layer[data-v-
|
|
18752
|
+
.comments-layer[data-v-4783d332] {
|
|
18738
18753
|
position: relative;
|
|
18739
18754
|
}
|
|
18740
|
-
.comment-anchor[data-v-
|
|
18755
|
+
.comment-anchor[data-v-4783d332] {
|
|
18741
18756
|
position: absolute;
|
|
18742
18757
|
cursor: pointer;
|
|
18743
18758
|
z-index: 3;
|
|
18744
18759
|
border-radius: 4px;
|
|
18745
18760
|
transition: background-color 250ms ease;
|
|
18746
18761
|
}
|
|
18747
|
-
.bypass[data-v-
|
|
18762
|
+
.bypass[data-v-4783d332] {
|
|
18748
18763
|
display: none;
|
|
18749
18764
|
}
|
|
18750
|
-
.comments-container[data-v-
|
|
18765
|
+
.comments-container[data-v-4783d332] {
|
|
18751
18766
|
/* pointer-events: none; */
|
|
18752
18767
|
}
|
|
18753
18768
|
|
|
@@ -18800,23 +18815,23 @@ span[data-v-36fffb56] {
|
|
|
18800
18815
|
background-color: #F3F3F5;
|
|
18801
18816
|
}
|
|
18802
18817
|
|
|
18803
|
-
.change-type[data-v-
|
|
18818
|
+
.change-type[data-v-ecf623de] {
|
|
18804
18819
|
font-style: italic;
|
|
18805
18820
|
font-weight: 600;
|
|
18806
18821
|
}
|
|
18807
|
-
.comment-separator[data-v-
|
|
18822
|
+
.comment-separator[data-v-ecf623de] {
|
|
18808
18823
|
background-color: #DBDBDB;
|
|
18809
18824
|
height: 1px;
|
|
18810
18825
|
width: 100%;
|
|
18811
18826
|
margin: 15px 0;
|
|
18812
18827
|
}
|
|
18813
|
-
.existing-internal-input[data-v-
|
|
18828
|
+
.existing-internal-input[data-v-ecf623de] {
|
|
18814
18829
|
margin-bottom: 10px;
|
|
18815
18830
|
}
|
|
18816
|
-
.initial-internal-dropdown[data-v-
|
|
18831
|
+
.initial-internal-dropdown[data-v-ecf623de] {
|
|
18817
18832
|
margin-top: 10px;
|
|
18818
18833
|
}
|
|
18819
|
-
.comments-dialog[data-v-
|
|
18834
|
+
.comments-dialog[data-v-ecf623de] {
|
|
18820
18835
|
position: absolute;
|
|
18821
18836
|
display: flex;
|
|
18822
18837
|
flex-direction: column;
|
|
@@ -18830,14 +18845,14 @@ span[data-v-36fffb56] {
|
|
|
18830
18845
|
z-index: 5;
|
|
18831
18846
|
width: 300px;
|
|
18832
18847
|
}
|
|
18833
|
-
.is-active[data-v-
|
|
18848
|
+
.is-active[data-v-ecf623de] {
|
|
18834
18849
|
z-index: 10;
|
|
18835
18850
|
}
|
|
18836
|
-
.overflow-menu[data-v-
|
|
18851
|
+
.overflow-menu[data-v-ecf623de] {
|
|
18837
18852
|
flex-shrink: 1;
|
|
18838
18853
|
display: flex;
|
|
18839
18854
|
}
|
|
18840
|
-
.overflow-
|
|
18855
|
+
.overflow-menu__icon[data-v-ecf623de] {
|
|
18841
18856
|
width: 20px;
|
|
18842
18857
|
height: 20px;
|
|
18843
18858
|
display: flex;
|
|
@@ -18846,77 +18861,84 @@ span[data-v-36fffb56] {
|
|
|
18846
18861
|
border-radius: 50%;
|
|
18847
18862
|
cursor: pointer;
|
|
18848
18863
|
transition: all 250ms ease;
|
|
18864
|
+
padding: 3px;
|
|
18849
18865
|
margin-left: 2px;
|
|
18850
18866
|
cursor: pointer;
|
|
18851
18867
|
}
|
|
18852
|
-
.overflow-
|
|
18868
|
+
.overflow-menu__icon[data-v-ecf623de]:hover {
|
|
18853
18869
|
background-color: #DBDBDB;
|
|
18854
18870
|
}
|
|
18855
|
-
.
|
|
18871
|
+
.overflow-menu__icon[data-v-ecf623de] svg {
|
|
18872
|
+
max-width: 100%;
|
|
18873
|
+
max-height: 100%;
|
|
18874
|
+
display: block;
|
|
18875
|
+
fill: currentColor;
|
|
18876
|
+
}
|
|
18877
|
+
.comment-header[data-v-ecf623de] {
|
|
18856
18878
|
display: flex;
|
|
18857
18879
|
align-items: center;
|
|
18858
18880
|
justify-content: space-between;
|
|
18859
18881
|
margin-bottom: 10px;
|
|
18860
18882
|
}
|
|
18861
|
-
.comment-header-left[data-v-
|
|
18883
|
+
.comment-header-left[data-v-ecf623de] {
|
|
18862
18884
|
display: flex;
|
|
18863
18885
|
justify-content: space-between;
|
|
18864
18886
|
align-items: center;
|
|
18865
18887
|
}
|
|
18866
|
-
.avatar[data-v-
|
|
18888
|
+
.avatar[data-v-ecf623de] {
|
|
18867
18889
|
margin-right: 10px;
|
|
18868
18890
|
}
|
|
18869
|
-
.user-info[data-v-
|
|
18891
|
+
.user-info[data-v-ecf623de] {
|
|
18870
18892
|
display: flex;
|
|
18871
18893
|
flex-direction: column;
|
|
18872
18894
|
font-size: 12px;
|
|
18873
18895
|
}
|
|
18874
|
-
.user-name[data-v-
|
|
18896
|
+
.user-name[data-v-ecf623de] {
|
|
18875
18897
|
font-weight: 600;
|
|
18876
18898
|
line-height: 1.2em;
|
|
18877
18899
|
}
|
|
18878
|
-
.user-timestamp[data-v-
|
|
18900
|
+
.user-timestamp[data-v-ecf623de] {
|
|
18879
18901
|
line-height: 1.2em;
|
|
18880
18902
|
font-size: 12px;
|
|
18881
18903
|
color: #999;
|
|
18882
18904
|
}
|
|
18883
|
-
.input-section[data-v-
|
|
18905
|
+
.input-section[data-v-ecf623de] {
|
|
18884
18906
|
margin-top: 10px;
|
|
18885
18907
|
}
|
|
18886
|
-
.sd-button[data-v-
|
|
18908
|
+
.sd-button[data-v-ecf623de] {
|
|
18887
18909
|
font-size: 12px;
|
|
18888
18910
|
margin-left: 5px;
|
|
18889
18911
|
}
|
|
18890
|
-
.comment[data-v-
|
|
18912
|
+
.comment[data-v-ecf623de] {
|
|
18891
18913
|
font-size: 13px;
|
|
18892
18914
|
margin: 10px 0;
|
|
18893
18915
|
}
|
|
18894
|
-
.conversation-item[data-v-
|
|
18916
|
+
.conversation-item[data-v-ecf623de] {
|
|
18895
18917
|
border-bottom: 1px solid #DBDBDB;
|
|
18896
18918
|
padding-bottom: 10px;
|
|
18897
18919
|
}
|
|
18898
|
-
.comment-footer[data-v-
|
|
18920
|
+
.comment-footer[data-v-ecf623de] {
|
|
18899
18921
|
margin: 5px 0 5px;
|
|
18900
18922
|
display: flex;
|
|
18901
18923
|
justify-content: flex-end;
|
|
18902
18924
|
width: 100%;
|
|
18903
18925
|
}
|
|
18904
|
-
.internal-dropdown[data-v-
|
|
18926
|
+
.internal-dropdown[data-v-ecf623de] {
|
|
18905
18927
|
display: inline-block;
|
|
18906
18928
|
}
|
|
18907
|
-
.comment-editing[data-v-
|
|
18929
|
+
.comment-editing[data-v-ecf623de] {
|
|
18908
18930
|
padding-bottom: 10px;
|
|
18909
18931
|
}
|
|
18910
|
-
.comment-editing button[data-v-
|
|
18932
|
+
.comment-editing button[data-v-ecf623de] {
|
|
18911
18933
|
margin-left: 5px;
|
|
18912
18934
|
}
|
|
18913
|
-
.comment-entry[data-v-
|
|
18935
|
+
.comment-entry[data-v-ecf623de] {
|
|
18914
18936
|
border-radius: 8px;
|
|
18915
18937
|
border: 1px solid #DBDBDB !important;
|
|
18916
18938
|
width: 100%;
|
|
18917
18939
|
transition: all 250ms ease;
|
|
18918
18940
|
}
|
|
18919
|
-
.tracked-change[data-v-
|
|
18941
|
+
.tracked-change[data-v-ecf623de] {
|
|
18920
18942
|
margin: 0;
|
|
18921
18943
|
}
|
|
18922
18944
|
|
|
@@ -18974,7 +18996,7 @@ img[data-v-718ded21] {
|
|
|
18974
18996
|
border: 2px solid #B015B3;
|
|
18975
18997
|
}
|
|
18976
18998
|
|
|
18977
|
-
.super-editor {
|
|
18999
|
+
.super-editor-in-viewer {
|
|
18978
19000
|
--header-height: 36px;
|
|
18979
19001
|
|
|
18980
19002
|
font-family: sans-serif;
|
|
@@ -18983,7 +19005,7 @@ img[data-v-718ded21] {
|
|
|
18983
19005
|
height: 100%;
|
|
18984
19006
|
position: relative;
|
|
18985
19007
|
}
|
|
18986
|
-
.super-
|
|
19008
|
+
.super-editor-in-viewer__header {
|
|
18987
19009
|
display: flex;
|
|
18988
19010
|
align-items: center;
|
|
18989
19011
|
height: var(--header-height);
|
|
@@ -18991,39 +19013,39 @@ img[data-v-718ded21] {
|
|
|
18991
19013
|
background: #fff;
|
|
18992
19014
|
box-shadow: rgb(0 0 0 / 10%) 0px -1px 0px 0px inset;
|
|
18993
19015
|
}
|
|
18994
|
-
.super-
|
|
19016
|
+
.super-editor-in-viewer__header .signer-redlining__yes-no-ctn {
|
|
18995
19017
|
margin-top: 0;
|
|
18996
19018
|
}
|
|
18997
|
-
.super-
|
|
19019
|
+
.super-editor-in-viewer__header-zoom-btns {
|
|
18998
19020
|
display: flex;
|
|
18999
19021
|
align-items: center;
|
|
19000
19022
|
gap: 10px;
|
|
19001
19023
|
}
|
|
19002
|
-
.super-
|
|
19024
|
+
.super-editor-in-viewer__zoom-btn {
|
|
19003
19025
|
font-size: 18px;
|
|
19004
19026
|
color: #363636;
|
|
19005
19027
|
cursor: pointer;
|
|
19006
19028
|
transition: all 0.2s;
|
|
19007
19029
|
}
|
|
19008
|
-
.super-
|
|
19009
|
-
.super-
|
|
19030
|
+
.super-editor-in-viewer__zoom-btn--active,
|
|
19031
|
+
.super-editor-in-viewer__zoom-btn:hover {
|
|
19010
19032
|
color: var(--hrbr-primary-color-active);
|
|
19011
19033
|
}
|
|
19012
|
-
.super-
|
|
19034
|
+
.super-editor-in-viewer__zoom-btn--disabled {
|
|
19013
19035
|
color: #848484;
|
|
19014
19036
|
pointer-events: none;
|
|
19015
19037
|
}
|
|
19016
|
-
.super-
|
|
19038
|
+
.super-editor-in-viewer__zoom-btn i {
|
|
19017
19039
|
display: block;
|
|
19018
19040
|
}
|
|
19019
|
-
.super-
|
|
19041
|
+
.super-editor-in-viewer__main {
|
|
19020
19042
|
position: absolute;
|
|
19021
19043
|
top: var(--header-height);
|
|
19022
19044
|
left: 0;
|
|
19023
19045
|
right: 0;
|
|
19024
19046
|
bottom: 0;
|
|
19025
19047
|
}
|
|
19026
|
-
.super-
|
|
19048
|
+
.super-editor-in-viewer__document {
|
|
19027
19049
|
position: absolute;
|
|
19028
19050
|
top: 0;
|
|
19029
19051
|
left: 0;
|
|
@@ -19033,15 +19055,15 @@ img[data-v-718ded21] {
|
|
|
19033
19055
|
overflow: auto;
|
|
19034
19056
|
background: #fff;
|
|
19035
19057
|
}
|
|
19036
|
-
.super-
|
|
19058
|
+
.super-editor-in-viewer__document-wrapper {
|
|
19037
19059
|
width: 100%;
|
|
19038
19060
|
height: auto;
|
|
19039
19061
|
}
|
|
19040
|
-
.super-
|
|
19062
|
+
.super-editor-in-viewer__content-container {
|
|
19041
19063
|
max-height: 0;
|
|
19042
19064
|
overflow: visible;
|
|
19043
19065
|
}
|
|
19044
|
-
.super-
|
|
19066
|
+
.super-editor-in-viewer__content {
|
|
19045
19067
|
min-width: 800px;
|
|
19046
19068
|
padding: 38px 75px 75px;
|
|
19047
19069
|
/* opacity: 0;
|
|
@@ -19049,7 +19071,7 @@ img[data-v-718ded21] {
|
|
|
19049
19071
|
transition: opacity 0.3s ease, visibility 0.3s ease;
|
|
19050
19072
|
transform-origin: 0 0;
|
|
19051
19073
|
}
|
|
19052
|
-
.super-
|
|
19074
|
+
.super-editor-in-viewer__content--visible {
|
|
19053
19075
|
opacity: 1;
|
|
19054
19076
|
visibility: visible;
|
|
19055
19077
|
}
|
|
@@ -19059,74 +19081,74 @@ img[data-v-718ded21] {
|
|
|
19059
19081
|
}
|
|
19060
19082
|
}
|
|
19061
19083
|
|
|
19062
|
-
.selection-layer[data-v-
|
|
19084
|
+
.selection-layer[data-v-f8be1585] {
|
|
19063
19085
|
position: absolute;
|
|
19064
19086
|
min-height: 100%;
|
|
19065
19087
|
min-width: 100%;
|
|
19066
19088
|
z-index: 10;
|
|
19067
19089
|
pointer-events: none;
|
|
19068
19090
|
}
|
|
19069
|
-
.temp-selection[data-v-
|
|
19091
|
+
.temp-selection[data-v-f8be1585] {
|
|
19070
19092
|
position: absolute;
|
|
19071
19093
|
}
|
|
19072
19094
|
/* Right sidebar drawer */
|
|
19073
|
-
.right-sidebar[data-v-
|
|
19095
|
+
.right-sidebar[data-v-f8be1585] {
|
|
19074
19096
|
width: 320px;
|
|
19075
19097
|
padding: 0 10px;
|
|
19076
19098
|
min-height: 100%;
|
|
19077
19099
|
position: relative;
|
|
19078
19100
|
z-index: 100;
|
|
19079
19101
|
}
|
|
19080
|
-
.fa-tool-icon[data-v-
|
|
19102
|
+
.fa-tool-icon[data-v-f8be1585] {
|
|
19081
19103
|
cursor: pointer;
|
|
19082
19104
|
}
|
|
19083
19105
|
|
|
19084
19106
|
/* General Styles */
|
|
19085
|
-
.box-sizing[data-v-
|
|
19107
|
+
.box-sizing[data-v-f8be1585], .layers[data-v-f8be1585] {
|
|
19086
19108
|
box-sizing: border-box;
|
|
19087
19109
|
}
|
|
19088
|
-
.cursor-pointer[data-v-
|
|
19110
|
+
.cursor-pointer[data-v-f8be1585], .tools .tool-icon[data-v-f8be1585], .toolbar-item[data-v-f8be1585] {
|
|
19089
19111
|
cursor: pointer;
|
|
19090
19112
|
}
|
|
19091
|
-
.flex[data-v-
|
|
19113
|
+
.flex[data-v-f8be1585] {
|
|
19092
19114
|
display: flex;
|
|
19093
19115
|
}
|
|
19094
|
-
.flex-column[data-v-
|
|
19116
|
+
.flex-column[data-v-f8be1585] {
|
|
19095
19117
|
flex-direction: column;
|
|
19096
19118
|
}
|
|
19097
|
-
.flex-center[data-v-
|
|
19119
|
+
.flex-center[data-v-f8be1585] {
|
|
19098
19120
|
display: flex;
|
|
19099
19121
|
align-items: center;
|
|
19100
19122
|
justify-content: center;
|
|
19101
19123
|
}
|
|
19102
19124
|
|
|
19103
19125
|
/* Layer Styles */
|
|
19104
|
-
.comments-layer[data-v-
|
|
19126
|
+
.comments-layer[data-v-f8be1585] {
|
|
19105
19127
|
position: absolute;
|
|
19106
19128
|
top: 0;
|
|
19107
19129
|
height: 100%;
|
|
19108
19130
|
position: relative;
|
|
19109
19131
|
}
|
|
19110
|
-
.layers[data-v-
|
|
19132
|
+
.layers[data-v-f8be1585] {
|
|
19111
19133
|
position: relative;
|
|
19112
19134
|
}
|
|
19113
19135
|
|
|
19114
19136
|
/* Document Styles */
|
|
19115
|
-
.docx[data-v-
|
|
19137
|
+
.docx[data-v-f8be1585] {
|
|
19116
19138
|
border: 1px solid #DFDFDF;
|
|
19117
19139
|
pointer-events: auto;
|
|
19118
19140
|
}
|
|
19119
|
-
.sub-document[data-v-
|
|
19141
|
+
.sub-document[data-v-f8be1585] {
|
|
19120
19142
|
position: relative;
|
|
19121
19143
|
}
|
|
19122
19144
|
|
|
19123
19145
|
/* Toolbar Styles */
|
|
19124
|
-
.toolbar[data-v-
|
|
19146
|
+
.toolbar[data-v-f8be1585] {
|
|
19125
19147
|
height: 25px;
|
|
19126
19148
|
background-color: #fff;
|
|
19127
19149
|
margin-bottom: 5px;
|
|
19128
19150
|
}
|
|
19129
|
-
.toolbar-item[data-v-
|
|
19151
|
+
.toolbar-item[data-v-f8be1585] {
|
|
19130
19152
|
width: 20px;
|
|
19131
19153
|
height: 20px;
|
|
19132
19154
|
border-radius: 8px;
|
|
@@ -19138,12 +19160,12 @@ img[data-v-718ded21] {
|
|
|
19138
19160
|
justify-content: center;
|
|
19139
19161
|
transition: all 250ms ease;
|
|
19140
19162
|
}
|
|
19141
|
-
.toolbar-item[data-v-
|
|
19163
|
+
.toolbar-item[data-v-f8be1585]:hover {
|
|
19142
19164
|
background-color: #DBDBDB;
|
|
19143
19165
|
}
|
|
19144
19166
|
|
|
19145
19167
|
/* Tools Styles */
|
|
19146
|
-
.tools[data-v-
|
|
19168
|
+
.tools[data-v-f8be1585] {
|
|
19147
19169
|
position: absolute;
|
|
19148
19170
|
width: 50px;
|
|
19149
19171
|
height: 50px;
|
|
@@ -19154,19 +19176,35 @@ img[data-v-718ded21] {
|
|
|
19154
19176
|
align-items: center;
|
|
19155
19177
|
justify-content: center;
|
|
19156
19178
|
}
|
|
19157
|
-
.tools .tool-icon[data-v-
|
|
19179
|
+
.tools .tool-icon[data-v-f8be1585] {
|
|
19158
19180
|
font-size: 20px;
|
|
19159
19181
|
border-radius: 12px;
|
|
19160
19182
|
border: none;
|
|
19161
19183
|
outline: none;
|
|
19162
19184
|
background-color: #DBDBDB;
|
|
19185
|
+
cursor: pointer;
|
|
19186
|
+
}
|
|
19187
|
+
.tools__icon[data-v-f8be1585] svg {
|
|
19188
|
+
max-width: 100%;
|
|
19189
|
+
max-height: 100%;
|
|
19190
|
+
display: block;
|
|
19191
|
+
fill: currentColor;
|
|
19192
|
+
}
|
|
19193
|
+
.layers[data-v-f8be1585] {
|
|
19194
|
+
position: relative;
|
|
19195
|
+
height: 100%;
|
|
19196
|
+
width: 100%;
|
|
19197
|
+
overflow: auto;
|
|
19198
|
+
}
|
|
19199
|
+
.document[data-v-f8be1585] {
|
|
19200
|
+
position: relative;
|
|
19163
19201
|
}
|
|
19164
19202
|
@media (max-width: 768px) {
|
|
19165
|
-
.sub-document[data-v-
|
|
19203
|
+
.sub-document[data-v-f8be1585] {
|
|
19166
19204
|
max-width: 100%;
|
|
19167
19205
|
overflow: hidden;
|
|
19168
19206
|
}
|
|
19169
|
-
.right-sidebar[data-v-
|
|
19207
|
+
.right-sidebar[data-v-f8be1585] {
|
|
19170
19208
|
padding: 10px;
|
|
19171
19209
|
width: 55px;
|
|
19172
19210
|
position: relative;
|