tetrons 2.4.2 → 2.4.3
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/index.css +917 -965
- package/dist/index.css.map +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -230,7 +230,6 @@
|
|
|
230
230
|
display: flex;
|
|
231
231
|
align-items: center;
|
|
232
232
|
background: transparent;
|
|
233
|
-
flex-wrap: wrap;
|
|
234
233
|
gap: 0.5rem;
|
|
235
234
|
}
|
|
236
235
|
.tetrons-editor__premium-separator {
|
|
@@ -243,13 +242,9 @@
|
|
|
243
242
|
width: 100%;
|
|
244
243
|
height: 100%;
|
|
245
244
|
transition: transform 0.2s ease;
|
|
246
|
-
overflow: visible !important;
|
|
247
245
|
}
|
|
248
246
|
@media (max-width: 768px) {
|
|
249
247
|
.tetrons-editor__premium-groups {
|
|
250
|
-
flex-wrap: nowrap;
|
|
251
|
-
overflow-x: auto;
|
|
252
|
-
-ms-overflow-style: auto;
|
|
253
248
|
padding: 4px 0;
|
|
254
249
|
min-height: 40px;
|
|
255
250
|
gap: 0.5rem;
|
|
@@ -499,17 +494,22 @@
|
|
|
499
494
|
}
|
|
500
495
|
.tetrons-toolbar__basic {
|
|
501
496
|
display: flex;
|
|
502
|
-
flex-wrap: nowrap;
|
|
503
497
|
align-items: center;
|
|
504
498
|
padding: 6px;
|
|
505
499
|
background: var(--background);
|
|
506
500
|
border-radius: 4px 4px 0 0;
|
|
507
|
-
overflow: visible !important;
|
|
508
501
|
}
|
|
509
502
|
@media (max-width: 768px) {
|
|
510
503
|
.tetrons-toolbar__wrapper {
|
|
511
504
|
overflow-x: auto;
|
|
505
|
+
overflow-y: hidden;
|
|
506
|
+
white-space: nowrap;
|
|
507
|
+
}
|
|
508
|
+
.tetrons-toolbar__basic {
|
|
509
|
+
display: inline-flex;
|
|
510
|
+
flex-wrap: nowrap;
|
|
512
511
|
white-space: nowrap;
|
|
512
|
+
min-width: max-content;
|
|
513
513
|
}
|
|
514
514
|
.tetrons-toolbar__basic > * {
|
|
515
515
|
flex: 0 0 auto;
|
|
@@ -1470,14 +1470,6 @@
|
|
|
1470
1470
|
top: 0;
|
|
1471
1471
|
z-index: 400000000 !important;
|
|
1472
1472
|
}
|
|
1473
|
-
.tetrons-toolbar__wrapper,
|
|
1474
|
-
.tetrons-toolbar__basic {
|
|
1475
|
-
position: relative;
|
|
1476
|
-
z-index: 50;
|
|
1477
|
-
background: var(--background, #fff);
|
|
1478
|
-
-webkit-user-select: none;
|
|
1479
|
-
user-select: none;
|
|
1480
|
-
}
|
|
1481
1473
|
.top-menu-dropdown-root,
|
|
1482
1474
|
.top-menu-submenu,
|
|
1483
1475
|
.dropdown-menu,
|
|
@@ -2184,20 +2176,9 @@
|
|
|
2184
2176
|
@media (max-width: 576px) {
|
|
2185
2177
|
.platinum-group-platinumGroupContainer {
|
|
2186
2178
|
display: flex;
|
|
2187
|
-
flex-wrap: nowrap;
|
|
2188
|
-
overflow-x: auto;
|
|
2189
|
-
overflow-y: hidden;
|
|
2190
|
-
white-space: nowrap;
|
|
2191
2179
|
gap: 0.35rem;
|
|
2192
2180
|
padding-bottom: 4px;
|
|
2193
2181
|
}
|
|
2194
|
-
.platinum-group-platinumGroupContainer::-webkit-scrollbar {
|
|
2195
|
-
height: 6px;
|
|
2196
|
-
}
|
|
2197
|
-
.platinum-group-platinumGroupContainer::-webkit-scrollbar-thumb {
|
|
2198
|
-
background: rgba(0, 0, 0, 0.25);
|
|
2199
|
-
border-radius: 3px;
|
|
2200
|
-
}
|
|
2201
2182
|
.platinum-group-button {
|
|
2202
2183
|
flex: 0 0 auto;
|
|
2203
2184
|
width: auto;
|
|
@@ -2433,7 +2414,6 @@
|
|
|
2433
2414
|
.insert-group-group {
|
|
2434
2415
|
display: flex;
|
|
2435
2416
|
align-items: center;
|
|
2436
|
-
flex-wrap: wrap;
|
|
2437
2417
|
gap: 6px;
|
|
2438
2418
|
padding: 4px 6px;
|
|
2439
2419
|
}
|
|
@@ -2710,18 +2690,9 @@
|
|
|
2710
2690
|
}
|
|
2711
2691
|
@media (max-width: 768px) {
|
|
2712
2692
|
.insert-group-group {
|
|
2713
|
-
flex-wrap: nowrap;
|
|
2714
|
-
overflow-x: auto;
|
|
2715
2693
|
gap: 6px;
|
|
2716
2694
|
padding: 8px;
|
|
2717
2695
|
}
|
|
2718
|
-
.insert-group-group::-webkit-scrollbar {
|
|
2719
|
-
height: 6px;
|
|
2720
|
-
}
|
|
2721
|
-
.insert-group-group::-webkit-scrollbar-thumb {
|
|
2722
|
-
background: rgba(0, 0, 0, 0.2);
|
|
2723
|
-
border-radius: 3px;
|
|
2724
|
-
}
|
|
2725
2696
|
}
|
|
2726
2697
|
@media (max-width: 576px) {
|
|
2727
2698
|
.insert-group-group {
|
|
@@ -2731,7 +2702,6 @@
|
|
|
2731
2702
|
}
|
|
2732
2703
|
.list-group-group {
|
|
2733
2704
|
position: static !important;
|
|
2734
|
-
overflow: visible !important;
|
|
2735
2705
|
display: flex;
|
|
2736
2706
|
align-items: center;
|
|
2737
2707
|
gap: 12px;
|
|
@@ -2751,7 +2721,6 @@
|
|
|
2751
2721
|
}
|
|
2752
2722
|
.list-group-dropdown {
|
|
2753
2723
|
position: relative !important;
|
|
2754
|
-
overflow: visible !important;
|
|
2755
2724
|
z-index: 99999999 !important;
|
|
2756
2725
|
}
|
|
2757
2726
|
.list-group-dropdown > button {
|
|
@@ -2879,18 +2848,6 @@
|
|
|
2879
2848
|
background: rgba(0, 0, 0, 0.12);
|
|
2880
2849
|
border-radius: 6px;
|
|
2881
2850
|
}
|
|
2882
|
-
.tetrons-editor__third-row,
|
|
2883
|
-
.tetrons-editor__premium-groups,
|
|
2884
|
-
.tetrons-editor__toolbar,
|
|
2885
|
-
.list-group-group {
|
|
2886
|
-
overflow: visible !important;
|
|
2887
|
-
}
|
|
2888
|
-
.tetrons-editor__wrapper,
|
|
2889
|
-
.tetrons-editor__wrapper-page {
|
|
2890
|
-
overflow: visible !important;
|
|
2891
|
-
position: relative;
|
|
2892
|
-
z-index: 1;
|
|
2893
|
-
}
|
|
2894
2851
|
.tetrons-editor__area,
|
|
2895
2852
|
.tetrons-editor__area-page {
|
|
2896
2853
|
z-index: 1 !important;
|
|
@@ -3476,7 +3433,6 @@
|
|
|
3476
3433
|
}
|
|
3477
3434
|
.tetrons-editor__container:fullscreen .tetrons-editor__wrapper {
|
|
3478
3435
|
height: calc(100vh - 80px);
|
|
3479
|
-
overflow: visible !important;
|
|
3480
3436
|
}
|
|
3481
3437
|
.tetrons-editor__main-area {
|
|
3482
3438
|
height: calc(100vh - 220px);
|
|
@@ -3911,7 +3867,6 @@
|
|
|
3911
3867
|
}
|
|
3912
3868
|
.tetrons-editor__wrapper,
|
|
3913
3869
|
.tetrons-editor__wrapper-page {
|
|
3914
|
-
overflow: visible !important;
|
|
3915
3870
|
position: relative !important;
|
|
3916
3871
|
z-index: 2 !important;
|
|
3917
3872
|
}
|
|
@@ -3919,1037 +3874,1034 @@
|
|
|
3919
3874
|
z-index: 1 !important;
|
|
3920
3875
|
position: relative;
|
|
3921
3876
|
}
|
|
3922
|
-
.tetrons-toolbar__wrapper,
|
|
3923
|
-
.tetrons-toolbar__basic,
|
|
3924
|
-
.tetrons-editor__third-row {
|
|
3925
|
-
overflow: visible !important;
|
|
3926
|
-
}
|
|
3927
|
-
@media (min-width: 769px) {
|
|
3928
|
-
.tetrons-toolbar__wrapper,
|
|
3929
|
-
.tetrons-toolbar__basic,
|
|
3930
|
-
.tetrons-editor__third-row {
|
|
3931
|
-
overflow: visible;
|
|
3932
|
-
}
|
|
3933
|
-
}
|
|
3934
3877
|
@media (max-width: 768px) {
|
|
3935
|
-
.tetrons-toolbar__wrapper {
|
|
3936
|
-
overflow-x: auto !important;
|
|
3937
|
-
overflow-y: hidden !important;
|
|
3938
|
-
white-space: nowrap !important;
|
|
3939
|
-
}
|
|
3940
|
-
.tetrons-toolbar__basic {
|
|
3941
|
-
overflow-x: auto !important;
|
|
3942
|
-
overflow-y: hidden !important;
|
|
3943
|
-
white-space: nowrap !important;
|
|
3944
|
-
flex-wrap: nowrap !important;
|
|
3945
|
-
}
|
|
3946
3878
|
.tetrons-toolbar__basic > * {
|
|
3947
3879
|
flex: 0 0 auto !important;
|
|
3948
3880
|
display: inline-flex !important;
|
|
3949
3881
|
}
|
|
3950
3882
|
.tetrons-editor__premium-groups {
|
|
3951
|
-
overflow-x: auto !important;
|
|
3952
3883
|
overflow-y: hidden !important;
|
|
3953
|
-
white-space: nowrap !important;
|
|
3954
3884
|
flex-wrap: nowrap !important;
|
|
3955
3885
|
}
|
|
3956
3886
|
.tetrons-editor__premium-groups > * {
|
|
3957
3887
|
flex: 0 0 auto !important;
|
|
3958
3888
|
display: inline-flex !important;
|
|
3959
3889
|
}
|
|
3960
|
-
.
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3890
|
+
.sharelink-overlay {
|
|
3891
|
+
position: fixed;
|
|
3892
|
+
inset: 0;
|
|
3893
|
+
background: rgba(0, 0, 0, 0.45);
|
|
3894
|
+
display: flex;
|
|
3895
|
+
align-items: center;
|
|
3896
|
+
justify-content: center;
|
|
3897
|
+
padding: 16px;
|
|
3898
|
+
z-index: 9999;
|
|
3968
3899
|
}
|
|
3969
|
-
}
|
|
3970
|
-
.sharelink-overlay {
|
|
3971
|
-
position: fixed;
|
|
3972
|
-
inset: 0;
|
|
3973
|
-
background: rgba(0, 0, 0, 0.45);
|
|
3974
|
-
display: flex;
|
|
3975
|
-
align-items: center;
|
|
3976
|
-
justify-content: center;
|
|
3977
|
-
padding: 16px;
|
|
3978
|
-
z-index: 9999;
|
|
3979
|
-
}
|
|
3980
|
-
.sharelink-modal {
|
|
3981
|
-
width: 100%;
|
|
3982
|
-
max-width: 420px;
|
|
3983
|
-
background: #fff;
|
|
3984
|
-
padding: 20px;
|
|
3985
|
-
border-radius: 12px;
|
|
3986
|
-
box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
|
|
3987
|
-
animation: fadeInScale 0.25s ease-out;
|
|
3988
|
-
}
|
|
3989
|
-
.sharelink-title {
|
|
3990
|
-
margin-bottom: 12px;
|
|
3991
|
-
font-size: 1.125rem;
|
|
3992
|
-
font-weight: 600;
|
|
3993
|
-
text-align: center;
|
|
3994
|
-
}
|
|
3995
|
-
.sharelink-label {
|
|
3996
|
-
display: block;
|
|
3997
|
-
margin-bottom: 6px;
|
|
3998
|
-
font-size: 0.9rem;
|
|
3999
|
-
font-weight: 500;
|
|
4000
|
-
}
|
|
4001
|
-
.sharelink-input {
|
|
4002
|
-
width: 100%;
|
|
4003
|
-
padding: 10px;
|
|
4004
|
-
font-size: 0.9rem;
|
|
4005
|
-
border: 1px solid #ccc;
|
|
4006
|
-
border-radius: 6px;
|
|
4007
|
-
margin-bottom: 16px;
|
|
4008
|
-
word-break: break-all;
|
|
4009
|
-
}
|
|
4010
|
-
.sharelink-button-row {
|
|
4011
|
-
display: flex;
|
|
4012
|
-
flex-direction: row;
|
|
4013
|
-
gap: 10px;
|
|
4014
|
-
margin-bottom: 16px;
|
|
4015
|
-
}
|
|
4016
|
-
.sharelink-btn {
|
|
4017
|
-
flex: 1;
|
|
4018
|
-
padding: 10px;
|
|
4019
|
-
border: none;
|
|
4020
|
-
border-radius: 6px;
|
|
4021
|
-
cursor: pointer;
|
|
4022
|
-
font-size: 0.9rem;
|
|
4023
|
-
font-weight: 500;
|
|
4024
|
-
transition: background 0.2s ease, transform 0.15s ease;
|
|
4025
|
-
}
|
|
4026
|
-
.sharelink-btn:hover {
|
|
4027
|
-
transform: translateY(-1px);
|
|
4028
|
-
}
|
|
4029
|
-
.sharelink-copy {
|
|
4030
|
-
background: #007bff;
|
|
4031
|
-
color: white;
|
|
4032
|
-
}
|
|
4033
|
-
.sharelink-open {
|
|
4034
|
-
background: #28a745;
|
|
4035
|
-
color: white;
|
|
4036
|
-
}
|
|
4037
|
-
.sharelink-close {
|
|
4038
|
-
width: 100%;
|
|
4039
|
-
background: #ccc;
|
|
4040
|
-
color: #333;
|
|
4041
|
-
}
|
|
4042
|
-
@media (max-width: 480px) {
|
|
4043
3900
|
.sharelink-modal {
|
|
4044
|
-
|
|
4045
|
-
|
|
3901
|
+
width: 100%;
|
|
3902
|
+
max-width: 420px;
|
|
3903
|
+
background: #fff;
|
|
3904
|
+
padding: 20px;
|
|
3905
|
+
border-radius: 12px;
|
|
3906
|
+
box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
|
|
3907
|
+
animation: fadeInScale 0.25s ease-out;
|
|
4046
3908
|
}
|
|
4047
3909
|
.sharelink-title {
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
font-size: 0.85rem;
|
|
4053
|
-
}
|
|
4054
|
-
.sharelink-button-row {
|
|
4055
|
-
flex-direction: column;
|
|
3910
|
+
margin-bottom: 12px;
|
|
3911
|
+
font-size: 1.125rem;
|
|
3912
|
+
font-weight: 600;
|
|
3913
|
+
text-align: center;
|
|
4056
3914
|
}
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
3915
|
+
.sharelink-label {
|
|
3916
|
+
display: block;
|
|
3917
|
+
margin-bottom: 6px;
|
|
3918
|
+
font-size: 0.9rem;
|
|
3919
|
+
font-weight: 500;
|
|
4061
3920
|
}
|
|
4062
3921
|
.sharelink-input {
|
|
4063
|
-
|
|
3922
|
+
width: 100%;
|
|
3923
|
+
padding: 10px;
|
|
3924
|
+
font-size: 0.9rem;
|
|
3925
|
+
border: 1px solid #ccc;
|
|
3926
|
+
border-radius: 6px;
|
|
3927
|
+
margin-bottom: 16px;
|
|
3928
|
+
word-break: break-all;
|
|
4064
3929
|
}
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
3930
|
+
.sharelink-button-row {
|
|
3931
|
+
display: flex;
|
|
3932
|
+
flex-direction: row;
|
|
3933
|
+
gap: 10px;
|
|
3934
|
+
margin-bottom: 16px;
|
|
4069
3935
|
}
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
3936
|
+
.sharelink-btn {
|
|
3937
|
+
flex: 1;
|
|
3938
|
+
padding: 10px;
|
|
3939
|
+
border: none;
|
|
3940
|
+
border-radius: 6px;
|
|
3941
|
+
cursor: pointer;
|
|
3942
|
+
font-size: 0.9rem;
|
|
3943
|
+
font-weight: 500;
|
|
3944
|
+
transition: background 0.2s ease, transform 0.15s ease;
|
|
4074
3945
|
}
|
|
4075
3946
|
.sharelink-btn:hover {
|
|
4076
|
-
transform:
|
|
3947
|
+
transform: translateY(-1px);
|
|
4077
3948
|
}
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
|
-
opacity: 0;
|
|
4082
|
-
transform: scale(0.96);
|
|
3949
|
+
.sharelink-copy {
|
|
3950
|
+
background: #007bff;
|
|
3951
|
+
color: white;
|
|
4083
3952
|
}
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
|
|
3953
|
+
.sharelink-open {
|
|
3954
|
+
background: #28a745;
|
|
3955
|
+
color: white;
|
|
3956
|
+
}
|
|
3957
|
+
.sharelink-close {
|
|
3958
|
+
width: 100%;
|
|
3959
|
+
background: #ccc;
|
|
3960
|
+
color: #333;
|
|
3961
|
+
}
|
|
3962
|
+
@media (max-width: 480px) {
|
|
3963
|
+
.sharelink-modal {
|
|
3964
|
+
padding: 16px;
|
|
3965
|
+
border-radius: 10px;
|
|
3966
|
+
}
|
|
3967
|
+
.sharelink-title {
|
|
3968
|
+
font-size: 1.05rem;
|
|
3969
|
+
}
|
|
3970
|
+
.sharelink-btn {
|
|
3971
|
+
padding: 9px;
|
|
3972
|
+
font-size: 0.85rem;
|
|
3973
|
+
}
|
|
3974
|
+
.sharelink-button-row {
|
|
3975
|
+
flex-direction: column;
|
|
3976
|
+
}
|
|
3977
|
+
}
|
|
3978
|
+
@media (max-width: 768px) {
|
|
3979
|
+
.sharelink-modal {
|
|
3980
|
+
max-width: 90%;
|
|
3981
|
+
}
|
|
3982
|
+
.sharelink-input {
|
|
3983
|
+
font-size: 0.95rem;
|
|
3984
|
+
}
|
|
3985
|
+
}
|
|
3986
|
+
@media (min-width: 1200px) {
|
|
3987
|
+
.sharelink-modal {
|
|
3988
|
+
max-width: 460px;
|
|
3989
|
+
}
|
|
3990
|
+
}
|
|
3991
|
+
@media (prefers-reduced-motion: reduce) {
|
|
3992
|
+
.sharelink-modal {
|
|
3993
|
+
animation: none;
|
|
3994
|
+
}
|
|
3995
|
+
.sharelink-btn:hover {
|
|
3996
|
+
transform: none;
|
|
3997
|
+
}
|
|
3998
|
+
}
|
|
3999
|
+
@keyframes fadeInScale {
|
|
4000
|
+
from {
|
|
4001
|
+
opacity: 0;
|
|
4002
|
+
transform: scale(0.96);
|
|
4003
|
+
}
|
|
4004
|
+
to {
|
|
4005
|
+
opacity: 1;
|
|
4006
|
+
transform: scale(1);
|
|
4007
|
+
}
|
|
4008
|
+
}
|
|
4009
|
+
.docContainer {
|
|
4010
|
+
max-width: 800px;
|
|
4011
|
+
margin: 40px auto;
|
|
4012
|
+
padding: 20px;
|
|
4013
|
+
background: #ffffff;
|
|
4014
|
+
border-radius: 8px;
|
|
4015
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
4087
4016
|
}
|
|
4088
|
-
}
|
|
4089
|
-
.docContainer {
|
|
4090
|
-
max-width: 800px;
|
|
4091
|
-
margin: 40px auto;
|
|
4092
|
-
padding: 20px;
|
|
4093
|
-
background: #ffffff;
|
|
4094
|
-
border-radius: 8px;
|
|
4095
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
4096
|
-
}
|
|
4097
|
-
.tetrons-link-preview-popup {
|
|
4098
|
-
position: fixed;
|
|
4099
|
-
z-index: 999999;
|
|
4100
|
-
max-width: 280px;
|
|
4101
|
-
width: calc(100vw - 40px);
|
|
4102
|
-
background: #ffffff;
|
|
4103
|
-
border: 1px solid #ddd;
|
|
4104
|
-
border-radius: 8px;
|
|
4105
|
-
padding: 12px;
|
|
4106
|
-
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.15);
|
|
4107
|
-
font-family: sans-serif;
|
|
4108
|
-
transition: opacity 0.15s ease-out, transform 0.15s ease-out;
|
|
4109
|
-
will-change: opacity, transform;
|
|
4110
|
-
max-height: calc(100vh - 40px);
|
|
4111
|
-
overflow-y: auto;
|
|
4112
|
-
}
|
|
4113
|
-
.tetrons-link-preview-title {
|
|
4114
|
-
font-size: 15px;
|
|
4115
|
-
font-weight: 600;
|
|
4116
|
-
margin-bottom: 6px;
|
|
4117
|
-
line-height: 1.3;
|
|
4118
|
-
}
|
|
4119
|
-
.tetrons-link-preview-desc {
|
|
4120
|
-
font-size: 13px;
|
|
4121
|
-
color: #555;
|
|
4122
|
-
margin: 6px 0;
|
|
4123
|
-
line-height: 1.4;
|
|
4124
|
-
}
|
|
4125
|
-
.tetrons-link-preview-url {
|
|
4126
|
-
font-size: 12px;
|
|
4127
|
-
color: #888;
|
|
4128
|
-
word-break: break-all;
|
|
4129
|
-
}
|
|
4130
|
-
.tetrons-link-preview-img-wrapper {
|
|
4131
|
-
width: 100%;
|
|
4132
|
-
overflow: hidden;
|
|
4133
|
-
border-radius: 6px;
|
|
4134
|
-
margin-bottom: 6px;
|
|
4135
|
-
}
|
|
4136
|
-
.tetrons-link-preview-img {
|
|
4137
|
-
width: 100% !important;
|
|
4138
|
-
height: auto !important;
|
|
4139
|
-
object-fit: cover !important;
|
|
4140
|
-
border-radius: 6px;
|
|
4141
|
-
}
|
|
4142
|
-
@media (max-width: 1024px) {
|
|
4143
4017
|
.tetrons-link-preview-popup {
|
|
4144
|
-
|
|
4145
|
-
|
|
4018
|
+
position: fixed;
|
|
4019
|
+
z-index: 999999;
|
|
4020
|
+
max-width: 280px;
|
|
4021
|
+
width: calc(100vw - 40px);
|
|
4022
|
+
background: #ffffff;
|
|
4023
|
+
border: 1px solid #ddd;
|
|
4024
|
+
border-radius: 8px;
|
|
4025
|
+
padding: 12px;
|
|
4026
|
+
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.15);
|
|
4027
|
+
font-family: sans-serif;
|
|
4028
|
+
transition: opacity 0.15s ease-out, transform 0.15s ease-out;
|
|
4029
|
+
will-change: opacity, transform;
|
|
4030
|
+
max-height: calc(100vh - 40px);
|
|
4031
|
+
overflow-y: auto;
|
|
4146
4032
|
}
|
|
4147
4033
|
.tetrons-link-preview-title {
|
|
4148
|
-
font-size:
|
|
4034
|
+
font-size: 15px;
|
|
4035
|
+
font-weight: 600;
|
|
4036
|
+
margin-bottom: 6px;
|
|
4037
|
+
line-height: 1.3;
|
|
4149
4038
|
}
|
|
4150
4039
|
.tetrons-link-preview-desc {
|
|
4040
|
+
font-size: 13px;
|
|
4041
|
+
color: #555;
|
|
4042
|
+
margin: 6px 0;
|
|
4043
|
+
line-height: 1.4;
|
|
4044
|
+
}
|
|
4045
|
+
.tetrons-link-preview-url {
|
|
4151
4046
|
font-size: 12px;
|
|
4047
|
+
color: #888;
|
|
4048
|
+
word-break: break-all;
|
|
4152
4049
|
}
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
left: 8px !important;
|
|
4157
|
-
right: 8px !important;
|
|
4158
|
-
max-width: none;
|
|
4159
|
-
width: auto;
|
|
4160
|
-
padding: 10px;
|
|
4050
|
+
.tetrons-link-preview-img-wrapper {
|
|
4051
|
+
width: 100%;
|
|
4052
|
+
overflow: hidden;
|
|
4161
4053
|
border-radius: 6px;
|
|
4054
|
+
margin-bottom: 6px;
|
|
4162
4055
|
}
|
|
4163
|
-
.tetrons-link-preview-
|
|
4164
|
-
|
|
4165
|
-
|
|
4056
|
+
.tetrons-link-preview-img {
|
|
4057
|
+
width: 100% !important;
|
|
4058
|
+
height: auto !important;
|
|
4059
|
+
object-fit: cover !important;
|
|
4060
|
+
border-radius: 6px;
|
|
4166
4061
|
}
|
|
4167
|
-
|
|
4168
|
-
|
|
4062
|
+
@media (max-width: 1024px) {
|
|
4063
|
+
.tetrons-link-preview-popup {
|
|
4064
|
+
max-width: 300px;
|
|
4065
|
+
padding: 10px;
|
|
4066
|
+
}
|
|
4067
|
+
.tetrons-link-preview-title {
|
|
4068
|
+
font-size: 14px;
|
|
4069
|
+
}
|
|
4070
|
+
.tetrons-link-preview-desc {
|
|
4071
|
+
font-size: 12px;
|
|
4072
|
+
}
|
|
4073
|
+
}
|
|
4074
|
+
@media (max-width: 600px) {
|
|
4075
|
+
.tetrons-link-preview-popup {
|
|
4076
|
+
left: 8px !important;
|
|
4077
|
+
right: 8px !important;
|
|
4078
|
+
max-width: none;
|
|
4079
|
+
width: auto;
|
|
4080
|
+
padding: 10px;
|
|
4081
|
+
border-radius: 6px;
|
|
4082
|
+
}
|
|
4083
|
+
.tetrons-link-preview-title {
|
|
4084
|
+
font-size: 14px;
|
|
4085
|
+
margin-bottom: 4px;
|
|
4086
|
+
}
|
|
4087
|
+
.tetrons-link-preview-desc {
|
|
4088
|
+
font-size: 12px;
|
|
4089
|
+
}
|
|
4090
|
+
.tetrons-link-preview-img-wrapper {
|
|
4091
|
+
max-height: 140px;
|
|
4092
|
+
}
|
|
4093
|
+
}
|
|
4094
|
+
@media (max-width: 380px) {
|
|
4095
|
+
.tetrons-link-preview-popup {
|
|
4096
|
+
padding: 8px;
|
|
4097
|
+
border-radius: 5px;
|
|
4098
|
+
}
|
|
4099
|
+
.tetrons-link-preview-title {
|
|
4100
|
+
font-size: 13px;
|
|
4101
|
+
}
|
|
4102
|
+
.tetrons-link-preview-desc {
|
|
4103
|
+
font-size: 11px;
|
|
4104
|
+
}
|
|
4105
|
+
.tetrons-link-preview-url {
|
|
4106
|
+
font-size: 11px;
|
|
4107
|
+
}
|
|
4169
4108
|
}
|
|
4170
|
-
.tetrons-
|
|
4171
|
-
|
|
4109
|
+
.tetrons-editor__modal-overlay {
|
|
4110
|
+
position: fixed;
|
|
4111
|
+
inset: 0;
|
|
4112
|
+
background: rgba(0, 0, 0, 0.45);
|
|
4113
|
+
display: flex;
|
|
4114
|
+
justify-content: center;
|
|
4115
|
+
align-items: center;
|
|
4116
|
+
z-index: 99999;
|
|
4117
|
+
padding: 16px;
|
|
4118
|
+
box-sizing: border-box;
|
|
4172
4119
|
}
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
padding:
|
|
4177
|
-
|
|
4120
|
+
.email-modal {
|
|
4121
|
+
width: 520px;
|
|
4122
|
+
max-width: 100%;
|
|
4123
|
+
padding: 24px;
|
|
4124
|
+
background: #fff;
|
|
4125
|
+
border-radius: 10px;
|
|
4126
|
+
box-sizing: border-box;
|
|
4127
|
+
overflow-y: auto;
|
|
4128
|
+
max-height: 90vh;
|
|
4178
4129
|
}
|
|
4179
|
-
.
|
|
4180
|
-
|
|
4130
|
+
.email-modal h2 {
|
|
4131
|
+
margin-top: 0;
|
|
4132
|
+
margin-bottom: 16px;
|
|
4133
|
+
font-size: 20px;
|
|
4134
|
+
font-weight: 600;
|
|
4181
4135
|
}
|
|
4182
|
-
.
|
|
4183
|
-
|
|
4136
|
+
.email-field {
|
|
4137
|
+
margin-bottom: 14px;
|
|
4138
|
+
display: flex;
|
|
4139
|
+
flex-direction: column;
|
|
4184
4140
|
}
|
|
4185
|
-
.
|
|
4186
|
-
font-size:
|
|
4187
|
-
|
|
4188
|
-
}
|
|
4189
|
-
.tetrons-editor__modal-overlay {
|
|
4190
|
-
position: fixed;
|
|
4191
|
-
inset: 0;
|
|
4192
|
-
background: rgba(0, 0, 0, 0.45);
|
|
4193
|
-
display: flex;
|
|
4194
|
-
justify-content: center;
|
|
4195
|
-
align-items: center;
|
|
4196
|
-
z-index: 99999;
|
|
4197
|
-
padding: 16px;
|
|
4198
|
-
box-sizing: border-box;
|
|
4199
|
-
}
|
|
4200
|
-
.email-modal {
|
|
4201
|
-
width: 520px;
|
|
4202
|
-
max-width: 100%;
|
|
4203
|
-
padding: 24px;
|
|
4204
|
-
background: #fff;
|
|
4205
|
-
border-radius: 10px;
|
|
4206
|
-
box-sizing: border-box;
|
|
4207
|
-
overflow-y: auto;
|
|
4208
|
-
max-height: 90vh;
|
|
4209
|
-
}
|
|
4210
|
-
.email-modal h2 {
|
|
4211
|
-
margin-top: 0;
|
|
4212
|
-
margin-bottom: 16px;
|
|
4213
|
-
font-size: 20px;
|
|
4214
|
-
font-weight: 600;
|
|
4215
|
-
}
|
|
4216
|
-
.email-field {
|
|
4217
|
-
margin-bottom: 14px;
|
|
4218
|
-
display: flex;
|
|
4219
|
-
flex-direction: column;
|
|
4220
|
-
}
|
|
4221
|
-
.email-field label {
|
|
4222
|
-
font-size: 14px;
|
|
4223
|
-
margin-bottom: 5px;
|
|
4224
|
-
}
|
|
4225
|
-
.email-field input,
|
|
4226
|
-
.email-field textarea {
|
|
4227
|
-
padding: 8px 10px;
|
|
4228
|
-
border: 1px solid #ccc;
|
|
4229
|
-
border-radius: 6px;
|
|
4230
|
-
font-size: 14px;
|
|
4231
|
-
box-sizing: border-box;
|
|
4232
|
-
width: 100%;
|
|
4233
|
-
}
|
|
4234
|
-
textarea#email-body {
|
|
4235
|
-
resize: vertical;
|
|
4236
|
-
}
|
|
4237
|
-
.email-actions {
|
|
4238
|
-
display: flex;
|
|
4239
|
-
justify-content: flex-end;
|
|
4240
|
-
margin-top: 16px;
|
|
4241
|
-
gap: 12px;
|
|
4242
|
-
}
|
|
4243
|
-
.email-actions button {
|
|
4244
|
-
min-width: 100px;
|
|
4245
|
-
padding: 10px 16px;
|
|
4246
|
-
font-size: 14px;
|
|
4247
|
-
font-weight: 500;
|
|
4248
|
-
border-radius: 6px;
|
|
4249
|
-
border: none;
|
|
4250
|
-
cursor: pointer;
|
|
4251
|
-
transition: all 0.18s ease;
|
|
4252
|
-
}
|
|
4253
|
-
.email-actions button:first-child {
|
|
4254
|
-
background: #f3f4f6;
|
|
4255
|
-
color: #374151;
|
|
4256
|
-
border: 1px solid #e5e7eb;
|
|
4257
|
-
}
|
|
4258
|
-
.email-actions button:first-child:hover {
|
|
4259
|
-
background: #e5e7eb;
|
|
4260
|
-
}
|
|
4261
|
-
.email-actions button:first-child:active {
|
|
4262
|
-
background: #d1d5db;
|
|
4263
|
-
}
|
|
4264
|
-
.email-actions button:last-child {
|
|
4265
|
-
background: #2563eb;
|
|
4266
|
-
color: #ffffff;
|
|
4267
|
-
border: 1px solid #1e4fd4;
|
|
4268
|
-
}
|
|
4269
|
-
.email-actions button:last-child:hover {
|
|
4270
|
-
background: #1e4fd4;
|
|
4271
|
-
}
|
|
4272
|
-
.email-actions button:last-child:active {
|
|
4273
|
-
background: #1b44b8;
|
|
4274
|
-
}
|
|
4275
|
-
@media (max-width: 1200px) {
|
|
4276
|
-
.email-modal {
|
|
4277
|
-
width: 480px;
|
|
4278
|
-
padding: 22px;
|
|
4279
|
-
}
|
|
4280
|
-
}
|
|
4281
|
-
@media (max-width: 992px) {
|
|
4282
|
-
.email-modal {
|
|
4283
|
-
width: 440px;
|
|
4284
|
-
padding: 20px;
|
|
4285
|
-
}
|
|
4286
|
-
.email-field label {
|
|
4287
|
-
font-size: 13px;
|
|
4141
|
+
.email-field label {
|
|
4142
|
+
font-size: 14px;
|
|
4143
|
+
margin-bottom: 5px;
|
|
4288
4144
|
}
|
|
4289
4145
|
.email-field input,
|
|
4290
4146
|
.email-field textarea {
|
|
4291
|
-
|
|
4292
|
-
|
|
4147
|
+
padding: 8px 10px;
|
|
4148
|
+
border: 1px solid #ccc;
|
|
4149
|
+
border-radius: 6px;
|
|
4150
|
+
font-size: 14px;
|
|
4151
|
+
box-sizing: border-box;
|
|
4152
|
+
width: 100%;
|
|
4293
4153
|
}
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
.email-modal {
|
|
4297
|
-
width: 380px;
|
|
4298
|
-
padding: 18px;
|
|
4154
|
+
textarea#email-body {
|
|
4155
|
+
resize: vertical;
|
|
4299
4156
|
}
|
|
4300
4157
|
.email-actions {
|
|
4158
|
+
display: flex;
|
|
4159
|
+
justify-content: flex-end;
|
|
4160
|
+
margin-top: 16px;
|
|
4161
|
+
gap: 12px;
|
|
4162
|
+
}
|
|
4163
|
+
.email-actions button {
|
|
4164
|
+
min-width: 100px;
|
|
4165
|
+
padding: 10px 16px;
|
|
4166
|
+
font-size: 14px;
|
|
4167
|
+
font-weight: 500;
|
|
4168
|
+
border-radius: 6px;
|
|
4169
|
+
border: none;
|
|
4170
|
+
cursor: pointer;
|
|
4171
|
+
transition: all 0.18s ease;
|
|
4172
|
+
}
|
|
4173
|
+
.email-actions button:first-child {
|
|
4174
|
+
background: #f3f4f6;
|
|
4175
|
+
color: #374151;
|
|
4176
|
+
border: 1px solid #e5e7eb;
|
|
4177
|
+
}
|
|
4178
|
+
.email-actions button:first-child:hover {
|
|
4179
|
+
background: #e5e7eb;
|
|
4180
|
+
}
|
|
4181
|
+
.email-actions button:first-child:active {
|
|
4182
|
+
background: #d1d5db;
|
|
4183
|
+
}
|
|
4184
|
+
.email-actions button:last-child {
|
|
4185
|
+
background: #2563eb;
|
|
4186
|
+
color: #ffffff;
|
|
4187
|
+
border: 1px solid #1e4fd4;
|
|
4188
|
+
}
|
|
4189
|
+
.email-actions button:last-child:hover {
|
|
4190
|
+
background: #1e4fd4;
|
|
4191
|
+
}
|
|
4192
|
+
.email-actions button:last-child:active {
|
|
4193
|
+
background: #1b44b8;
|
|
4194
|
+
}
|
|
4195
|
+
@media (max-width: 1200px) {
|
|
4196
|
+
.email-modal {
|
|
4197
|
+
width: 480px;
|
|
4198
|
+
padding: 22px;
|
|
4199
|
+
}
|
|
4200
|
+
}
|
|
4201
|
+
@media (max-width: 992px) {
|
|
4202
|
+
.email-modal {
|
|
4203
|
+
width: 440px;
|
|
4204
|
+
padding: 20px;
|
|
4205
|
+
}
|
|
4206
|
+
.email-field label {
|
|
4207
|
+
font-size: 13px;
|
|
4208
|
+
}
|
|
4209
|
+
.email-field input,
|
|
4210
|
+
.email-field textarea {
|
|
4211
|
+
font-size: 13px;
|
|
4212
|
+
padding: 7px 9px;
|
|
4213
|
+
}
|
|
4214
|
+
}
|
|
4215
|
+
@media (max-width: 768px) {
|
|
4216
|
+
.email-modal {
|
|
4217
|
+
width: 380px;
|
|
4218
|
+
padding: 18px;
|
|
4219
|
+
}
|
|
4220
|
+
.email-actions {
|
|
4221
|
+
flex-direction: column;
|
|
4222
|
+
gap: 10px;
|
|
4223
|
+
align-items: stretch;
|
|
4224
|
+
}
|
|
4225
|
+
.email-actions button {
|
|
4226
|
+
width: 100%;
|
|
4227
|
+
}
|
|
4228
|
+
}
|
|
4229
|
+
@media (max-width: 576px) {
|
|
4230
|
+
.email-modal {
|
|
4231
|
+
width: 100%;
|
|
4232
|
+
padding: 16px;
|
|
4233
|
+
border-radius: 8px;
|
|
4234
|
+
}
|
|
4235
|
+
.email-field {
|
|
4236
|
+
margin-bottom: 10px;
|
|
4237
|
+
}
|
|
4238
|
+
.email-field label {
|
|
4239
|
+
font-size: 12.5px;
|
|
4240
|
+
}
|
|
4241
|
+
.email-field input,
|
|
4242
|
+
.email-field textarea {
|
|
4243
|
+
font-size: 12.5px;
|
|
4244
|
+
padding: 6px 8px;
|
|
4245
|
+
}
|
|
4246
|
+
.email-actions {
|
|
4247
|
+
margin-top: 12px;
|
|
4248
|
+
}
|
|
4249
|
+
}
|
|
4250
|
+
@media (max-width: 400px) {
|
|
4251
|
+
.email-modal {
|
|
4252
|
+
width: 100%;
|
|
4253
|
+
padding: 14px;
|
|
4254
|
+
}
|
|
4255
|
+
.email-field input,
|
|
4256
|
+
.email-field textarea {
|
|
4257
|
+
font-size: 12px;
|
|
4258
|
+
padding: 6px;
|
|
4259
|
+
}
|
|
4260
|
+
.email-actions {
|
|
4261
|
+
flex-direction: column;
|
|
4262
|
+
gap: 8px;
|
|
4263
|
+
}
|
|
4264
|
+
}
|
|
4265
|
+
@media (max-width: 360px) {
|
|
4266
|
+
.email-modal {
|
|
4267
|
+
width: 100%;
|
|
4268
|
+
padding: 12px;
|
|
4269
|
+
}
|
|
4270
|
+
.email-field label {
|
|
4271
|
+
font-size: 12px;
|
|
4272
|
+
}
|
|
4273
|
+
.email-field input,
|
|
4274
|
+
.email-field textarea {
|
|
4275
|
+
font-size: 11.5px;
|
|
4276
|
+
padding: 5px 7px;
|
|
4277
|
+
}
|
|
4278
|
+
}
|
|
4279
|
+
.cc-bcc {
|
|
4280
|
+
display: flex;
|
|
4301
4281
|
flex-direction: column;
|
|
4302
4282
|
gap: 10px;
|
|
4303
|
-
align-items: stretch;
|
|
4304
4283
|
}
|
|
4305
|
-
.email-
|
|
4306
|
-
|
|
4284
|
+
.email-show-toggle,
|
|
4285
|
+
.email-hide-toggle {
|
|
4286
|
+
background: none;
|
|
4287
|
+
border: none;
|
|
4288
|
+
padding: 0;
|
|
4289
|
+
margin: 4px 0 10px 0;
|
|
4290
|
+
color: #0073e6;
|
|
4291
|
+
font-size: 14px;
|
|
4292
|
+
text-align: left;
|
|
4293
|
+
cursor: pointer;
|
|
4307
4294
|
}
|
|
4308
|
-
|
|
4309
|
-
|
|
4310
|
-
|
|
4311
|
-
|
|
4295
|
+
.email-show-toggle:hover,
|
|
4296
|
+
.email-hide-toggle:hover {
|
|
4297
|
+
text-decoration: underline;
|
|
4298
|
+
}
|
|
4299
|
+
.email-collapsible {
|
|
4300
|
+
animation: slideDown 0.25s ease-out;
|
|
4301
|
+
}
|
|
4302
|
+
@keyframes slideDown {
|
|
4303
|
+
from {
|
|
4304
|
+
opacity: 0;
|
|
4305
|
+
transform: translateY(-4px);
|
|
4306
|
+
}
|
|
4307
|
+
to {
|
|
4308
|
+
opacity: 1;
|
|
4309
|
+
transform: translateY(0);
|
|
4310
|
+
}
|
|
4311
|
+
}
|
|
4312
|
+
.tetrons-modal-overlay {
|
|
4313
|
+
position: fixed;
|
|
4314
|
+
inset: 0;
|
|
4315
|
+
background: rgba(0, 0, 0, 0.45);
|
|
4316
|
+
display: flex;
|
|
4317
|
+
align-items: center;
|
|
4318
|
+
justify-content: center;
|
|
4312
4319
|
padding: 16px;
|
|
4313
|
-
|
|
4314
|
-
}
|
|
4315
|
-
.email-field {
|
|
4316
|
-
margin-bottom: 10px;
|
|
4317
|
-
}
|
|
4318
|
-
.email-field label {
|
|
4319
|
-
font-size: 12.5px;
|
|
4320
|
+
z-index: 9999;
|
|
4320
4321
|
}
|
|
4321
|
-
.
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
}
|
|
4330
|
-
@media (max-width: 400px) {
|
|
4331
|
-
.email-modal {
|
|
4332
|
-
width: 100%;
|
|
4333
|
-
padding: 14px;
|
|
4322
|
+
.tetrons-modal.image-to-text-modal {
|
|
4323
|
+
width: 420px;
|
|
4324
|
+
max-width: 100%;
|
|
4325
|
+
background: #ffffff;
|
|
4326
|
+
border-radius: 10px;
|
|
4327
|
+
padding: 20px;
|
|
4328
|
+
box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
|
|
4329
|
+
box-sizing: border-box;
|
|
4334
4330
|
}
|
|
4335
|
-
.
|
|
4336
|
-
|
|
4337
|
-
font-
|
|
4338
|
-
|
|
4331
|
+
.image-to-text-title {
|
|
4332
|
+
font-size: 18px;
|
|
4333
|
+
font-weight: 600;
|
|
4334
|
+
margin-bottom: 16px;
|
|
4339
4335
|
}
|
|
4340
|
-
.
|
|
4341
|
-
|
|
4342
|
-
|
|
4336
|
+
.image-to-text-label {
|
|
4337
|
+
display: block;
|
|
4338
|
+
font-size: 14px;
|
|
4339
|
+
font-weight: 500;
|
|
4340
|
+
margin-bottom: 6px;
|
|
4343
4341
|
}
|
|
4344
|
-
|
|
4345
|
-
@media (max-width: 360px) {
|
|
4346
|
-
.email-modal {
|
|
4342
|
+
.image-to-text-file-input {
|
|
4347
4343
|
width: 100%;
|
|
4348
|
-
padding:
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
.email-field textarea {
|
|
4355
|
-
font-size: 11.5px;
|
|
4356
|
-
padding: 5px 7px;
|
|
4344
|
+
padding: 6px 4px;
|
|
4345
|
+
font-size: 14px;
|
|
4346
|
+
border: 1px solid #dddddd;
|
|
4347
|
+
border-radius: 6px;
|
|
4348
|
+
background: #fafafa;
|
|
4349
|
+
box-sizing: border-box;
|
|
4357
4350
|
}
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
gap: 10px;
|
|
4363
|
-
}
|
|
4364
|
-
.email-show-toggle,
|
|
4365
|
-
.email-hide-toggle {
|
|
4366
|
-
background: none;
|
|
4367
|
-
border: none;
|
|
4368
|
-
padding: 0;
|
|
4369
|
-
margin: 4px 0 10px 0;
|
|
4370
|
-
color: #0073e6;
|
|
4371
|
-
font-size: 14px;
|
|
4372
|
-
text-align: left;
|
|
4373
|
-
cursor: pointer;
|
|
4374
|
-
}
|
|
4375
|
-
.email-show-toggle:hover,
|
|
4376
|
-
.email-hide-toggle:hover {
|
|
4377
|
-
text-decoration: underline;
|
|
4378
|
-
}
|
|
4379
|
-
.email-collapsible {
|
|
4380
|
-
animation: slideDown 0.25s ease-out;
|
|
4381
|
-
}
|
|
4382
|
-
@keyframes slideDown {
|
|
4383
|
-
from {
|
|
4384
|
-
opacity: 0;
|
|
4385
|
-
transform: translateY(-4px);
|
|
4351
|
+
.image-to-text-selected {
|
|
4352
|
+
margin-top: 10px;
|
|
4353
|
+
font-size: 14px;
|
|
4354
|
+
color: #444;
|
|
4386
4355
|
}
|
|
4387
|
-
to {
|
|
4388
|
-
|
|
4389
|
-
|
|
4356
|
+
.image-to-text-actions {
|
|
4357
|
+
margin-top: 20px;
|
|
4358
|
+
display: flex;
|
|
4359
|
+
justify-content: flex-end;
|
|
4360
|
+
gap: 12px;
|
|
4390
4361
|
}
|
|
4391
|
-
|
|
4392
|
-
.tetrons-modal-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
|
|
4418
|
-
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
|
|
4424
|
-
|
|
4425
|
-
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
box-sizing: border-box;
|
|
4430
|
-
}
|
|
4431
|
-
.image-to-text-selected {
|
|
4432
|
-
margin-top: 10px;
|
|
4433
|
-
font-size: 14px;
|
|
4434
|
-
color: #444;
|
|
4435
|
-
}
|
|
4436
|
-
.image-to-text-actions {
|
|
4437
|
-
margin-top: 20px;
|
|
4438
|
-
display: flex;
|
|
4439
|
-
justify-content: flex-end;
|
|
4440
|
-
gap: 12px;
|
|
4441
|
-
}
|
|
4442
|
-
@media (max-width: 480px) {
|
|
4443
|
-
.tetrons-modal.image-to-text-modal {
|
|
4444
|
-
width: 100%;
|
|
4445
|
-
padding: 16px;
|
|
4446
|
-
border-radius: 8px;
|
|
4362
|
+
@media (max-width: 480px) {
|
|
4363
|
+
.tetrons-modal.image-to-text-modal {
|
|
4364
|
+
width: 100%;
|
|
4365
|
+
padding: 16px;
|
|
4366
|
+
border-radius: 8px;
|
|
4367
|
+
}
|
|
4368
|
+
.image-to-text-title {
|
|
4369
|
+
font-size: 16px;
|
|
4370
|
+
margin-bottom: 12px;
|
|
4371
|
+
}
|
|
4372
|
+
.image-to-text-actions {
|
|
4373
|
+
flex-direction: column;
|
|
4374
|
+
gap: 8px;
|
|
4375
|
+
}
|
|
4376
|
+
.image-to-text-actions button {
|
|
4377
|
+
width: 100%;
|
|
4378
|
+
}
|
|
4379
|
+
}
|
|
4380
|
+
@media (max-width: 768px) {
|
|
4381
|
+
.tetrons-modal.image-to-text-modal {
|
|
4382
|
+
width: 90%;
|
|
4383
|
+
}
|
|
4384
|
+
}
|
|
4385
|
+
@media (max-width: 1024px) {
|
|
4386
|
+
.tetrons-modal.image-to-text-modal {
|
|
4387
|
+
width: 70%;
|
|
4388
|
+
}
|
|
4389
|
+
}
|
|
4390
|
+
.tetrons-btn-primary {
|
|
4391
|
+
background: #0066ff;
|
|
4392
|
+
color: #ffffff;
|
|
4393
|
+
font-size: 14px;
|
|
4394
|
+
font-weight: 500;
|
|
4395
|
+
border: none;
|
|
4396
|
+
padding: 10px 18px;
|
|
4397
|
+
border-radius: 6px;
|
|
4398
|
+
cursor: pointer;
|
|
4399
|
+
transition: background 0.2s ease, opacity 0.2s ease;
|
|
4447
4400
|
}
|
|
4448
|
-
.
|
|
4449
|
-
|
|
4450
|
-
margin-bottom: 12px;
|
|
4401
|
+
.tetrons-btn-primary:hover:not(:disabled) {
|
|
4402
|
+
background: #0057d6;
|
|
4451
4403
|
}
|
|
4452
|
-
.
|
|
4453
|
-
|
|
4454
|
-
gap: 8px;
|
|
4404
|
+
.tetrons-btn-primary:active:not(:disabled) {
|
|
4405
|
+
background: #004bb8;
|
|
4455
4406
|
}
|
|
4456
|
-
.
|
|
4457
|
-
|
|
4407
|
+
.tetrons-btn-primary:disabled {
|
|
4408
|
+
background: #a7c4ff;
|
|
4409
|
+
cursor: not-allowed;
|
|
4410
|
+
opacity: 0.6;
|
|
4458
4411
|
}
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4412
|
+
.tetrons-btn-secondary {
|
|
4413
|
+
background: #f3f3f3;
|
|
4414
|
+
color: #333333;
|
|
4415
|
+
font-size: 14px;
|
|
4416
|
+
font-weight: 500;
|
|
4417
|
+
border: 1px solid #d0d0d0;
|
|
4418
|
+
padding: 10px 18px;
|
|
4419
|
+
border-radius: 6px;
|
|
4420
|
+
cursor: pointer;
|
|
4421
|
+
transition: background 0.2s ease, border-color 0.2s ease;
|
|
4463
4422
|
}
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
width: 70%;
|
|
4423
|
+
.tetrons-btn-secondary:hover:not(:disabled) {
|
|
4424
|
+
background: #e8e8e8;
|
|
4425
|
+
border-color: #bababa;
|
|
4468
4426
|
}
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
color: #ffffff;
|
|
4473
|
-
font-size: 14px;
|
|
4474
|
-
font-weight: 500;
|
|
4475
|
-
border: none;
|
|
4476
|
-
padding: 10px 18px;
|
|
4477
|
-
border-radius: 6px;
|
|
4478
|
-
cursor: pointer;
|
|
4479
|
-
transition: background 0.2s ease, opacity 0.2s ease;
|
|
4480
|
-
}
|
|
4481
|
-
.tetrons-btn-primary:hover:not(:disabled) {
|
|
4482
|
-
background: #0057d6;
|
|
4483
|
-
}
|
|
4484
|
-
.tetrons-btn-primary:active:not(:disabled) {
|
|
4485
|
-
background: #004bb8;
|
|
4486
|
-
}
|
|
4487
|
-
.tetrons-btn-primary:disabled {
|
|
4488
|
-
background: #a7c4ff;
|
|
4489
|
-
cursor: not-allowed;
|
|
4490
|
-
opacity: 0.6;
|
|
4491
|
-
}
|
|
4492
|
-
.tetrons-btn-secondary {
|
|
4493
|
-
background: #f3f3f3;
|
|
4494
|
-
color: #333333;
|
|
4495
|
-
font-size: 14px;
|
|
4496
|
-
font-weight: 500;
|
|
4497
|
-
border: 1px solid #d0d0d0;
|
|
4498
|
-
padding: 10px 18px;
|
|
4499
|
-
border-radius: 6px;
|
|
4500
|
-
cursor: pointer;
|
|
4501
|
-
transition: background 0.2s ease, border-color 0.2s ease;
|
|
4502
|
-
}
|
|
4503
|
-
.tetrons-btn-secondary:hover:not(:disabled) {
|
|
4504
|
-
background: #e8e8e8;
|
|
4505
|
-
border-color: #bababa;
|
|
4506
|
-
}
|
|
4507
|
-
.tetrons-btn-secondary:active:not(:disabled) {
|
|
4508
|
-
background: #dddddd;
|
|
4509
|
-
border-color: #b0b0b0;
|
|
4510
|
-
}
|
|
4511
|
-
.tetrons-btn-secondary:disabled {
|
|
4512
|
-
background: #f3f3f3;
|
|
4513
|
-
border-color: #e0e0e0;
|
|
4514
|
-
color: #999999;
|
|
4515
|
-
cursor: not-allowed;
|
|
4516
|
-
opacity: 0.6;
|
|
4517
|
-
}
|
|
4518
|
-
@media (max-width: 480px) {
|
|
4519
|
-
.tetrons-btn-primary,
|
|
4520
|
-
.tetrons-btn-secondary {
|
|
4521
|
-
width: 100%;
|
|
4522
|
-
text-align: center;
|
|
4427
|
+
.tetrons-btn-secondary:active:not(:disabled) {
|
|
4428
|
+
background: #dddddd;
|
|
4429
|
+
border-color: #b0b0b0;
|
|
4523
4430
|
}
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
border-radius: 10px;
|
|
4531
|
-
background: #fff;
|
|
4532
|
-
max-width: 95%;
|
|
4533
|
-
max-height: 95%;
|
|
4534
|
-
overflow: hidden;
|
|
4535
|
-
padding-bottom: 10px;
|
|
4536
|
-
}
|
|
4537
|
-
.help-modal-header {
|
|
4538
|
-
display: flex;
|
|
4539
|
-
justify-content: space-between;
|
|
4540
|
-
align-items: center;
|
|
4541
|
-
padding: 20px;
|
|
4542
|
-
border-bottom: 1px solid #ddd;
|
|
4543
|
-
}
|
|
4544
|
-
.help-modal-close {
|
|
4545
|
-
background: transparent;
|
|
4546
|
-
border: none;
|
|
4547
|
-
font-size: 22px;
|
|
4548
|
-
cursor: pointer;
|
|
4549
|
-
}
|
|
4550
|
-
.help-modal-body {
|
|
4551
|
-
display: flex;
|
|
4552
|
-
flex: 1;
|
|
4553
|
-
overflow: hidden;
|
|
4554
|
-
}
|
|
4555
|
-
.help-tabs {
|
|
4556
|
-
width: 220px;
|
|
4557
|
-
border-right: 1px solid #ddd;
|
|
4558
|
-
display: flex;
|
|
4559
|
-
flex-direction: column;
|
|
4560
|
-
background: #fafafa;
|
|
4561
|
-
padding: 12px 0;
|
|
4562
|
-
overflow-y: auto;
|
|
4563
|
-
}
|
|
4564
|
-
.help-tab-item {
|
|
4565
|
-
padding: 14px 20px;
|
|
4566
|
-
cursor: pointer;
|
|
4567
|
-
font-size: 15px;
|
|
4568
|
-
border-radius: 6px;
|
|
4569
|
-
margin: 3px 10px;
|
|
4570
|
-
transition: background 0.15s ease;
|
|
4571
|
-
white-space: nowrap;
|
|
4572
|
-
}
|
|
4573
|
-
.help-tab-item:hover {
|
|
4574
|
-
background: #e6e6e6;
|
|
4575
|
-
}
|
|
4576
|
-
.help-tab-item.active {
|
|
4577
|
-
background: #007bff;
|
|
4578
|
-
color: #fff;
|
|
4579
|
-
}
|
|
4580
|
-
.help-content-area {
|
|
4581
|
-
flex: 1;
|
|
4582
|
-
padding: 24px 28px;
|
|
4583
|
-
overflow-y: auto;
|
|
4584
|
-
line-height: 1.6;
|
|
4585
|
-
font-size: 15px;
|
|
4586
|
-
}
|
|
4587
|
-
.help-content-area h3 {
|
|
4588
|
-
margin-top: 0;
|
|
4589
|
-
margin-bottom: 18px;
|
|
4590
|
-
font-size: 22px;
|
|
4591
|
-
}
|
|
4592
|
-
.help-content-area h4 {
|
|
4593
|
-
margin-top: 20px;
|
|
4594
|
-
margin-bottom: 10px;
|
|
4595
|
-
font-size: 18px;
|
|
4596
|
-
}
|
|
4597
|
-
.help-content-area ul,
|
|
4598
|
-
.help-content-area ol {
|
|
4599
|
-
margin-left: 20px;
|
|
4600
|
-
margin-bottom: 14px;
|
|
4601
|
-
}
|
|
4602
|
-
.help-content-area li {
|
|
4603
|
-
margin-bottom: 6px;
|
|
4604
|
-
}
|
|
4605
|
-
@media (max-width: 992px) {
|
|
4606
|
-
.help-modal {
|
|
4607
|
-
width: 90%;
|
|
4608
|
-
height: 75%;
|
|
4431
|
+
.tetrons-btn-secondary:disabled {
|
|
4432
|
+
background: #f3f3f3;
|
|
4433
|
+
border-color: #e0e0e0;
|
|
4434
|
+
color: #999999;
|
|
4435
|
+
cursor: not-allowed;
|
|
4436
|
+
opacity: 0.6;
|
|
4609
4437
|
}
|
|
4610
|
-
|
|
4611
|
-
|
|
4438
|
+
@media (max-width: 480px) {
|
|
4439
|
+
.tetrons-btn-primary,
|
|
4440
|
+
.tetrons-btn-secondary {
|
|
4441
|
+
width: 100%;
|
|
4442
|
+
text-align: center;
|
|
4443
|
+
}
|
|
4612
4444
|
}
|
|
4613
|
-
.help-
|
|
4614
|
-
|
|
4615
|
-
|
|
4445
|
+
.help-modal {
|
|
4446
|
+
width: 820px;
|
|
4447
|
+
height: max-content;
|
|
4448
|
+
display: flex;
|
|
4449
|
+
flex-direction: column;
|
|
4450
|
+
border-radius: 10px;
|
|
4451
|
+
background: #fff;
|
|
4452
|
+
max-width: 95%;
|
|
4453
|
+
max-height: 95%;
|
|
4454
|
+
overflow: hidden;
|
|
4455
|
+
padding-bottom: 10px;
|
|
4616
4456
|
}
|
|
4617
|
-
.help-
|
|
4457
|
+
.help-modal-header {
|
|
4458
|
+
display: flex;
|
|
4459
|
+
justify-content: space-between;
|
|
4460
|
+
align-items: center;
|
|
4618
4461
|
padding: 20px;
|
|
4462
|
+
border-bottom: 1px solid #ddd;
|
|
4619
4463
|
}
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4623
|
-
|
|
4624
|
-
|
|
4464
|
+
.help-modal-close {
|
|
4465
|
+
background: transparent;
|
|
4466
|
+
border: none;
|
|
4467
|
+
font-size: 22px;
|
|
4468
|
+
cursor: pointer;
|
|
4625
4469
|
}
|
|
4626
4470
|
.help-modal-body {
|
|
4627
|
-
|
|
4471
|
+
display: flex;
|
|
4472
|
+
flex: 1;
|
|
4473
|
+
overflow: hidden;
|
|
4628
4474
|
}
|
|
4629
4475
|
.help-tabs {
|
|
4630
|
-
width:
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
padding: 10px 10px;
|
|
4638
|
-
gap: 8px;
|
|
4476
|
+
width: 220px;
|
|
4477
|
+
border-right: 1px solid #ddd;
|
|
4478
|
+
display: flex;
|
|
4479
|
+
flex-direction: column;
|
|
4480
|
+
background: #fafafa;
|
|
4481
|
+
padding: 12px 0;
|
|
4482
|
+
overflow-y: auto;
|
|
4639
4483
|
}
|
|
4640
4484
|
.help-tab-item {
|
|
4641
|
-
|
|
4642
|
-
|
|
4643
|
-
|
|
4644
|
-
|
|
4645
|
-
|
|
4485
|
+
padding: 14px 20px;
|
|
4486
|
+
cursor: pointer;
|
|
4487
|
+
font-size: 15px;
|
|
4488
|
+
border-radius: 6px;
|
|
4489
|
+
margin: 3px 10px;
|
|
4490
|
+
transition: background 0.15s ease;
|
|
4491
|
+
white-space: nowrap;
|
|
4492
|
+
}
|
|
4493
|
+
.help-tab-item:hover {
|
|
4494
|
+
background: #e6e6e6;
|
|
4495
|
+
}
|
|
4496
|
+
.help-tab-item.active {
|
|
4497
|
+
background: #007bff;
|
|
4498
|
+
color: #fff;
|
|
4646
4499
|
}
|
|
4647
4500
|
.help-content-area {
|
|
4648
|
-
|
|
4501
|
+
flex: 1;
|
|
4502
|
+
padding: 24px 28px;
|
|
4503
|
+
overflow-y: auto;
|
|
4504
|
+
line-height: 1.6;
|
|
4505
|
+
font-size: 15px;
|
|
4649
4506
|
}
|
|
4650
|
-
|
|
4651
|
-
|
|
4652
|
-
|
|
4653
|
-
|
|
4654
|
-
height: 100%;
|
|
4655
|
-
border-radius: 0;
|
|
4507
|
+
.help-content-area h3 {
|
|
4508
|
+
margin-top: 0;
|
|
4509
|
+
margin-bottom: 18px;
|
|
4510
|
+
font-size: 22px;
|
|
4656
4511
|
}
|
|
4657
|
-
.help-
|
|
4658
|
-
|
|
4512
|
+
.help-content-area h4 {
|
|
4513
|
+
margin-top: 20px;
|
|
4514
|
+
margin-bottom: 10px;
|
|
4515
|
+
font-size: 18px;
|
|
4659
4516
|
}
|
|
4660
|
-
.help-
|
|
4661
|
-
|
|
4662
|
-
|
|
4517
|
+
.help-content-area ul,
|
|
4518
|
+
.help-content-area ol {
|
|
4519
|
+
margin-left: 20px;
|
|
4520
|
+
margin-bottom: 14px;
|
|
4663
4521
|
}
|
|
4664
|
-
.help-content-area {
|
|
4665
|
-
|
|
4522
|
+
.help-content-area li {
|
|
4523
|
+
margin-bottom: 6px;
|
|
4666
4524
|
}
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
|
|
4525
|
+
@media (max-width: 992px) {
|
|
4526
|
+
.help-modal {
|
|
4527
|
+
width: 90%;
|
|
4528
|
+
height: 75%;
|
|
4529
|
+
}
|
|
4530
|
+
.help-tabs {
|
|
4531
|
+
width: 180px;
|
|
4532
|
+
}
|
|
4533
|
+
.help-tab-item {
|
|
4534
|
+
font-size: 14px;
|
|
4535
|
+
padding: 12px 16px;
|
|
4536
|
+
}
|
|
4537
|
+
.help-content-area {
|
|
4538
|
+
padding: 20px;
|
|
4539
|
+
}
|
|
4540
|
+
}
|
|
4541
|
+
@media (max-width: 768px) {
|
|
4542
|
+
.help-modal {
|
|
4543
|
+
width: 96%;
|
|
4544
|
+
height: 90%;
|
|
4545
|
+
}
|
|
4546
|
+
.help-modal-body {
|
|
4547
|
+
flex-direction: column;
|
|
4548
|
+
}
|
|
4549
|
+
.help-tabs {
|
|
4550
|
+
width: 100%;
|
|
4551
|
+
height: auto;
|
|
4552
|
+
border-right: none;
|
|
4553
|
+
border-bottom: 1px solid #ddd;
|
|
4554
|
+
flex-direction: row;
|
|
4555
|
+
overflow-x: auto;
|
|
4556
|
+
white-space: nowrap;
|
|
4557
|
+
padding: 10px 10px;
|
|
4558
|
+
gap: 8px;
|
|
4559
|
+
}
|
|
4560
|
+
.help-tab-item {
|
|
4561
|
+
margin: 0 4px;
|
|
4562
|
+
padding: 10px 14px;
|
|
4563
|
+
border-radius: 4px;
|
|
4564
|
+
display: inline-block;
|
|
4565
|
+
font-size: 14px;
|
|
4566
|
+
}
|
|
4567
|
+
.help-content-area {
|
|
4568
|
+
padding: 18px;
|
|
4569
|
+
}
|
|
4570
|
+
}
|
|
4571
|
+
@media (max-width: 480px) {
|
|
4572
|
+
.help-modal {
|
|
4573
|
+
width: 100%;
|
|
4574
|
+
height: 100%;
|
|
4575
|
+
border-radius: 0;
|
|
4576
|
+
}
|
|
4577
|
+
.help-modal-header {
|
|
4578
|
+
padding: 14px;
|
|
4579
|
+
}
|
|
4580
|
+
.help-tab-item {
|
|
4581
|
+
font-size: 13px;
|
|
4582
|
+
padding: 8px 12px;
|
|
4583
|
+
}
|
|
4584
|
+
.help-content-area {
|
|
4585
|
+
padding: 14px;
|
|
4586
|
+
}
|
|
4587
|
+
.ug-header,
|
|
4588
|
+
.faq-header {
|
|
4589
|
+
padding: 10px 0;
|
|
4590
|
+
}
|
|
4591
|
+
.ug-content,
|
|
4592
|
+
.faq-content {
|
|
4593
|
+
padding: 8px 0 14px 6px;
|
|
4594
|
+
}
|
|
4595
|
+
.ug-header h4,
|
|
4596
|
+
.faq-header h4 {
|
|
4597
|
+
font-size: 16px;
|
|
4598
|
+
}
|
|
4599
|
+
}
|
|
4600
|
+
@media (max-width: 360px) {
|
|
4601
|
+
.help-tab-item {
|
|
4602
|
+
font-size: 12px;
|
|
4603
|
+
padding: 6px 10px;
|
|
4604
|
+
}
|
|
4605
|
+
.help-content-area {
|
|
4606
|
+
padding: 10px;
|
|
4607
|
+
font-size: 14px;
|
|
4608
|
+
}
|
|
4609
|
+
.ug-content,
|
|
4610
|
+
.faq-content {
|
|
4611
|
+
padding-left: 4px !important;
|
|
4612
|
+
}
|
|
4613
|
+
}
|
|
4614
|
+
.user-guide-container {
|
|
4615
|
+
padding: 4px;
|
|
4616
|
+
}
|
|
4617
|
+
.ug-section {
|
|
4618
|
+
border-bottom: 1px solid #e4e4e4;
|
|
4619
|
+
padding: 8px 0;
|
|
4670
4620
|
}
|
|
4671
|
-
.ug-
|
|
4672
|
-
|
|
4673
|
-
|
|
4621
|
+
.ug-header {
|
|
4622
|
+
display: flex;
|
|
4623
|
+
justify-content: space-between;
|
|
4624
|
+
align-items: center;
|
|
4625
|
+
padding: 12px 0;
|
|
4626
|
+
cursor: pointer;
|
|
4674
4627
|
}
|
|
4675
|
-
.ug-header h4
|
|
4676
|
-
|
|
4628
|
+
.ug-header h4 {
|
|
4629
|
+
margin: 0;
|
|
4630
|
+
font-size: 17px;
|
|
4631
|
+
}
|
|
4632
|
+
.ug-arrow {
|
|
4677
4633
|
font-size: 16px;
|
|
4634
|
+
opacity: 0.6;
|
|
4678
4635
|
}
|
|
4679
|
-
|
|
4680
|
-
|
|
4681
|
-
|
|
4682
|
-
font-size: 12px;
|
|
4683
|
-
padding: 6px 10px;
|
|
4636
|
+
.ug-content {
|
|
4637
|
+
padding: 10px 0 16px 10px;
|
|
4638
|
+
animation: fadeIn 0.2s ease-in-out;
|
|
4684
4639
|
}
|
|
4685
|
-
.
|
|
4686
|
-
|
|
4687
|
-
|
|
4640
|
+
.ug-content h5 {
|
|
4641
|
+
margin-top: 12px;
|
|
4642
|
+
margin-bottom: 6px;
|
|
4643
|
+
font-size: 15px;
|
|
4644
|
+
font-weight: 600;
|
|
4688
4645
|
}
|
|
4689
|
-
.ug-content,
|
|
4690
|
-
.
|
|
4691
|
-
|
|
4646
|
+
.ug-content ul,
|
|
4647
|
+
.ug-content ol {
|
|
4648
|
+
margin-left: 18px;
|
|
4649
|
+
margin-bottom: 12px;
|
|
4692
4650
|
}
|
|
4693
|
-
|
|
4694
|
-
|
|
4695
|
-
padding: 4px;
|
|
4696
|
-
}
|
|
4697
|
-
.ug-section {
|
|
4698
|
-
border-bottom: 1px solid #e4e4e4;
|
|
4699
|
-
padding: 8px 0;
|
|
4700
|
-
}
|
|
4701
|
-
.ug-header {
|
|
4702
|
-
display: flex;
|
|
4703
|
-
justify-content: space-between;
|
|
4704
|
-
align-items: center;
|
|
4705
|
-
padding: 12px 0;
|
|
4706
|
-
cursor: pointer;
|
|
4707
|
-
}
|
|
4708
|
-
.ug-header h4 {
|
|
4709
|
-
margin: 0;
|
|
4710
|
-
font-size: 17px;
|
|
4711
|
-
}
|
|
4712
|
-
.ug-arrow {
|
|
4713
|
-
font-size: 16px;
|
|
4714
|
-
opacity: 0.6;
|
|
4715
|
-
}
|
|
4716
|
-
.ug-content {
|
|
4717
|
-
padding: 10px 0 16px 10px;
|
|
4718
|
-
animation: fadeIn 0.2s ease-in-out;
|
|
4719
|
-
}
|
|
4720
|
-
.ug-content h5 {
|
|
4721
|
-
margin-top: 12px;
|
|
4722
|
-
margin-bottom: 6px;
|
|
4723
|
-
font-size: 15px;
|
|
4724
|
-
font-weight: 600;
|
|
4725
|
-
}
|
|
4726
|
-
.ug-content ul,
|
|
4727
|
-
.ug-content ol {
|
|
4728
|
-
margin-left: 18px;
|
|
4729
|
-
margin-bottom: 12px;
|
|
4730
|
-
}
|
|
4731
|
-
.faq-container {
|
|
4732
|
-
padding: 4px;
|
|
4733
|
-
}
|
|
4734
|
-
.faq-section {
|
|
4735
|
-
border-bottom: 1px solid #e4e4e4;
|
|
4736
|
-
padding: 8px 0;
|
|
4737
|
-
}
|
|
4738
|
-
.faq-header {
|
|
4739
|
-
display: flex;
|
|
4740
|
-
justify-content: space-between;
|
|
4741
|
-
align-items: center;
|
|
4742
|
-
padding: 12px 0;
|
|
4743
|
-
cursor: pointer;
|
|
4744
|
-
}
|
|
4745
|
-
.faq-header h4 {
|
|
4746
|
-
margin: 0;
|
|
4747
|
-
font-size: 17px;
|
|
4748
|
-
}
|
|
4749
|
-
.faq-arrow {
|
|
4750
|
-
font-size: 16px;
|
|
4751
|
-
opacity: 0.6;
|
|
4752
|
-
}
|
|
4753
|
-
.faq-content {
|
|
4754
|
-
padding: 10px 0 16px 10px;
|
|
4755
|
-
animation: fadeIn 0.2s ease-in-out;
|
|
4756
|
-
}
|
|
4757
|
-
.faq-content ul,
|
|
4758
|
-
.faq-content ol {
|
|
4759
|
-
margin-left: 18px;
|
|
4760
|
-
margin-bottom: 12px;
|
|
4761
|
-
}
|
|
4762
|
-
.faq-content li {
|
|
4763
|
-
margin-bottom: 6px;
|
|
4764
|
-
}
|
|
4765
|
-
@keyframes fadeIn {
|
|
4766
|
-
from {
|
|
4767
|
-
opacity: 0;
|
|
4768
|
-
transform: translateY(-2px);
|
|
4651
|
+
.faq-container {
|
|
4652
|
+
padding: 4px;
|
|
4769
4653
|
}
|
|
4770
|
-
|
|
4771
|
-
|
|
4772
|
-
|
|
4654
|
+
.faq-section {
|
|
4655
|
+
border-bottom: 1px solid #e4e4e4;
|
|
4656
|
+
padding: 8px 0;
|
|
4773
4657
|
}
|
|
4774
|
-
|
|
4775
|
-
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
|
|
4779
|
-
|
|
4780
|
-
.version-info-container h3 {
|
|
4781
|
-
margin-top: 0;
|
|
4782
|
-
margin-bottom: 16px;
|
|
4783
|
-
font-size: 22px;
|
|
4784
|
-
}
|
|
4785
|
-
.version-info-container p {
|
|
4786
|
-
margin-bottom: 14px;
|
|
4787
|
-
}
|
|
4788
|
-
.version-info-container ul {
|
|
4789
|
-
margin-left: 20px;
|
|
4790
|
-
margin-bottom: 16px;
|
|
4791
|
-
}
|
|
4792
|
-
.version-info-container li {
|
|
4793
|
-
margin-bottom: 8px;
|
|
4794
|
-
}
|
|
4795
|
-
.version-info-container strong {
|
|
4796
|
-
font-weight: 600;
|
|
4797
|
-
}
|
|
4798
|
-
@media (max-width: 992px) {
|
|
4799
|
-
.version-info-container {
|
|
4800
|
-
padding: 8px 6px;
|
|
4658
|
+
.faq-header {
|
|
4659
|
+
display: flex;
|
|
4660
|
+
justify-content: space-between;
|
|
4661
|
+
align-items: center;
|
|
4662
|
+
padding: 12px 0;
|
|
4663
|
+
cursor: pointer;
|
|
4801
4664
|
}
|
|
4802
|
-
.
|
|
4803
|
-
|
|
4804
|
-
|
|
4665
|
+
.faq-header h4 {
|
|
4666
|
+
margin: 0;
|
|
4667
|
+
font-size: 17px;
|
|
4805
4668
|
}
|
|
4806
|
-
.
|
|
4807
|
-
|
|
4669
|
+
.faq-arrow {
|
|
4670
|
+
font-size: 16px;
|
|
4671
|
+
opacity: 0.6;
|
|
4808
4672
|
}
|
|
4809
|
-
|
|
4810
|
-
|
|
4811
|
-
|
|
4812
|
-
padding: 12px;
|
|
4813
|
-
font-size: 14px;
|
|
4673
|
+
.faq-content {
|
|
4674
|
+
padding: 10px 0 16px 10px;
|
|
4675
|
+
animation: fadeIn 0.2s ease-in-out;
|
|
4814
4676
|
}
|
|
4815
|
-
.
|
|
4816
|
-
|
|
4677
|
+
.faq-content ul,
|
|
4678
|
+
.faq-content ol {
|
|
4679
|
+
margin-left: 18px;
|
|
4680
|
+
margin-bottom: 12px;
|
|
4817
4681
|
}
|
|
4818
|
-
.
|
|
4819
|
-
margin-
|
|
4682
|
+
.faq-content li {
|
|
4683
|
+
margin-bottom: 6px;
|
|
4684
|
+
}
|
|
4685
|
+
@keyframes fadeIn {
|
|
4686
|
+
from {
|
|
4687
|
+
opacity: 0;
|
|
4688
|
+
transform: translateY(-2px);
|
|
4689
|
+
}
|
|
4690
|
+
to {
|
|
4691
|
+
opacity: 1;
|
|
4692
|
+
transform: translateY(0);
|
|
4693
|
+
}
|
|
4820
4694
|
}
|
|
4821
|
-
}
|
|
4822
|
-
@media (max-width: 480px) {
|
|
4823
4695
|
.version-info-container {
|
|
4824
|
-
padding:
|
|
4825
|
-
|
|
4696
|
+
padding: 8px;
|
|
4697
|
+
line-height: 1.6;
|
|
4698
|
+
font-size: 15px;
|
|
4826
4699
|
}
|
|
4827
4700
|
.version-info-container h3 {
|
|
4828
|
-
|
|
4829
|
-
margin-bottom:
|
|
4701
|
+
margin-top: 0;
|
|
4702
|
+
margin-bottom: 16px;
|
|
4703
|
+
font-size: 22px;
|
|
4704
|
+
}
|
|
4705
|
+
.version-info-container p {
|
|
4706
|
+
margin-bottom: 14px;
|
|
4830
4707
|
}
|
|
4831
4708
|
.version-info-container ul {
|
|
4832
|
-
margin-left:
|
|
4709
|
+
margin-left: 20px;
|
|
4710
|
+
margin-bottom: 16px;
|
|
4833
4711
|
}
|
|
4834
4712
|
.version-info-container li {
|
|
4835
|
-
margin-bottom:
|
|
4713
|
+
margin-bottom: 8px;
|
|
4836
4714
|
}
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
.version-info-container {
|
|
4840
|
-
padding: 8px;
|
|
4841
|
-
font-size: 13px;
|
|
4715
|
+
.version-info-container strong {
|
|
4716
|
+
font-weight: 600;
|
|
4842
4717
|
}
|
|
4843
|
-
|
|
4844
|
-
|
|
4718
|
+
@media (max-width: 992px) {
|
|
4719
|
+
.version-info-container {
|
|
4720
|
+
padding: 8px 6px;
|
|
4721
|
+
}
|
|
4722
|
+
.version-info-container h3 {
|
|
4723
|
+
font-size: 20px;
|
|
4724
|
+
margin-bottom: 14px;
|
|
4725
|
+
}
|
|
4726
|
+
.version-info-container li {
|
|
4727
|
+
margin-bottom: 7px;
|
|
4728
|
+
}
|
|
4729
|
+
}
|
|
4730
|
+
@media (max-width: 768px) {
|
|
4731
|
+
.version-info-container {
|
|
4732
|
+
padding: 12px;
|
|
4733
|
+
font-size: 14px;
|
|
4734
|
+
}
|
|
4735
|
+
.version-info-container h3 {
|
|
4736
|
+
font-size: 19px;
|
|
4737
|
+
}
|
|
4738
|
+
.version-info-container ul {
|
|
4739
|
+
margin-left: 16px;
|
|
4740
|
+
}
|
|
4741
|
+
}
|
|
4742
|
+
@media (max-width: 480px) {
|
|
4743
|
+
.version-info-container {
|
|
4744
|
+
padding: 10px;
|
|
4745
|
+
font-size: 14px;
|
|
4746
|
+
}
|
|
4747
|
+
.version-info-container h3 {
|
|
4748
|
+
font-size: 18px;
|
|
4749
|
+
margin-bottom: 12px;
|
|
4750
|
+
}
|
|
4751
|
+
.version-info-container ul {
|
|
4752
|
+
margin-left: 14px;
|
|
4753
|
+
}
|
|
4754
|
+
.version-info-container li {
|
|
4755
|
+
margin-bottom: 6px;
|
|
4756
|
+
}
|
|
4757
|
+
}
|
|
4758
|
+
@media (max-width: 360px) {
|
|
4759
|
+
.version-info-container {
|
|
4760
|
+
padding: 8px;
|
|
4761
|
+
font-size: 13px;
|
|
4762
|
+
}
|
|
4763
|
+
.version-info-container h3 {
|
|
4764
|
+
font-size: 17px;
|
|
4765
|
+
}
|
|
4766
|
+
.version-info-container ul {
|
|
4767
|
+
margin-left: 12px;
|
|
4768
|
+
}
|
|
4845
4769
|
}
|
|
4846
|
-
.
|
|
4847
|
-
|
|
4770
|
+
.tetrons-toolbar__wrapper,
|
|
4771
|
+
.tetrons-editor__third-row,
|
|
4772
|
+
.tetrons-toolbar__basic {
|
|
4773
|
+
position: relative !important;
|
|
4774
|
+
z-index: 500 !important;
|
|
4775
|
+
}
|
|
4776
|
+
.tetrons-editor__area,
|
|
4777
|
+
.tetrons-editor__area .ProseMirror {
|
|
4778
|
+
z-index: 1 !important;
|
|
4779
|
+
position: relative !important;
|
|
4780
|
+
}
|
|
4781
|
+
.tetrons-editor__modal-overlay,
|
|
4782
|
+
.ai-modal-overlay,
|
|
4783
|
+
.voice-modal-modalOverlay,
|
|
4784
|
+
.math-equation-modalOverlay,
|
|
4785
|
+
.modal-backdrop,
|
|
4786
|
+
.insert-group-modalBackdrop,
|
|
4787
|
+
.preview-modal-overlay,
|
|
4788
|
+
.confirm-modal-overlay,
|
|
4789
|
+
.tetrons-modal-overlay {
|
|
4790
|
+
z-index: 9999999999 !important;
|
|
4791
|
+
}
|
|
4792
|
+
.tetrons-editor__modal-content,
|
|
4793
|
+
.ai-modal-modal,
|
|
4794
|
+
.voice-modal-modalContent,
|
|
4795
|
+
.math-equation-modalContent,
|
|
4796
|
+
.modal-modal,
|
|
4797
|
+
.insert-group-modal,
|
|
4798
|
+
.preview-modal-modal,
|
|
4799
|
+
.confirm-modal-modal,
|
|
4800
|
+
.tetrons-modal.image-to-text-modal,
|
|
4801
|
+
.help-modal {
|
|
4802
|
+
z-index: 9999999999 !important;
|
|
4803
|
+
position: relative;
|
|
4848
4804
|
}
|
|
4849
|
-
}
|
|
4850
|
-
.tetrons-editor__main-area,
|
|
4851
|
-
.tetrons-editor__splitview {
|
|
4852
|
-
overflow: visible !important;
|
|
4853
|
-
}
|
|
4854
|
-
.tetrons-toolbar__wrapper,
|
|
4855
|
-
.tetrons-editor__third-row,
|
|
4856
|
-
.tetrons-toolbar__basic {
|
|
4857
|
-
position: relative !important;
|
|
4858
|
-
z-index: 500 !important;
|
|
4859
|
-
}
|
|
4860
|
-
.tetrons-editor__area,
|
|
4861
|
-
.tetrons-editor__area .ProseMirror {
|
|
4862
|
-
z-index: 1 !important;
|
|
4863
|
-
position: relative !important;
|
|
4864
|
-
}
|
|
4865
|
-
.tetrons-editor__modal-overlay,
|
|
4866
|
-
.ai-modal-overlay,
|
|
4867
|
-
.voice-modal-modalOverlay,
|
|
4868
|
-
.math-equation-modalOverlay,
|
|
4869
|
-
.modal-backdrop,
|
|
4870
|
-
.insert-group-modalBackdrop,
|
|
4871
|
-
.preview-modal-overlay,
|
|
4872
|
-
.confirm-modal-overlay,
|
|
4873
|
-
.tetrons-modal-overlay {
|
|
4874
|
-
z-index: 9999999999 !important;
|
|
4875
|
-
}
|
|
4876
|
-
.tetrons-editor__modal-content,
|
|
4877
|
-
.ai-modal-modal,
|
|
4878
|
-
.voice-modal-modalContent,
|
|
4879
|
-
.math-equation-modalContent,
|
|
4880
|
-
.modal-modal,
|
|
4881
|
-
.insert-group-modal,
|
|
4882
|
-
.preview-modal-modal,
|
|
4883
|
-
.confirm-modal-modal,
|
|
4884
|
-
.tetrons-modal.image-to-text-modal,
|
|
4885
|
-
.help-modal {
|
|
4886
|
-
z-index: 9999999999 !important;
|
|
4887
|
-
position: relative;
|
|
4888
|
-
}
|
|
4889
|
-
.ProseMirror table {
|
|
4890
|
-
border-collapse: collapse;
|
|
4891
|
-
table-layout: fixed;
|
|
4892
|
-
width: 100%;
|
|
4893
|
-
max-width: 100%;
|
|
4894
|
-
margin: 0.75em 0;
|
|
4895
|
-
background: #fff;
|
|
4896
|
-
}
|
|
4897
|
-
.ProseMirror th,
|
|
4898
|
-
.ProseMirror td {
|
|
4899
|
-
border: 1px solid #d0d0d0;
|
|
4900
|
-
padding: 6px 8px;
|
|
4901
|
-
vertical-align: top;
|
|
4902
|
-
word-break: break-word;
|
|
4903
|
-
overflow-wrap: anywhere;
|
|
4904
|
-
}
|
|
4905
|
-
.ProseMirror th {
|
|
4906
|
-
background-color: #f5f5f5;
|
|
4907
|
-
font-weight: 600;
|
|
4908
|
-
text-align: left;
|
|
4909
|
-
}
|
|
4910
|
-
.ProseMirror .selectedCell {
|
|
4911
|
-
background: rgba(200, 200, 255, 0.4);
|
|
4912
|
-
}
|
|
4913
|
-
.ProseMirror table p {
|
|
4914
|
-
margin: 0;
|
|
4915
|
-
}
|
|
4916
|
-
.ProseMirror {
|
|
4917
|
-
overflow-x: auto;
|
|
4918
|
-
}
|
|
4919
|
-
@media (max-width: 768px) {
|
|
4920
4805
|
.ProseMirror table {
|
|
4921
|
-
|
|
4922
|
-
|
|
4806
|
+
border-collapse: collapse;
|
|
4807
|
+
table-layout: fixed;
|
|
4808
|
+
width: 100%;
|
|
4923
4809
|
max-width: 100%;
|
|
4810
|
+
margin: 0.75em 0;
|
|
4811
|
+
background: #fff;
|
|
4924
4812
|
}
|
|
4925
4813
|
.ProseMirror th,
|
|
4926
4814
|
.ProseMirror td {
|
|
4927
|
-
|
|
4815
|
+
border: 1px solid #d0d0d0;
|
|
4816
|
+
padding: 6px 8px;
|
|
4817
|
+
vertical-align: top;
|
|
4818
|
+
word-break: break-word;
|
|
4819
|
+
overflow-wrap: anywhere;
|
|
4928
4820
|
}
|
|
4929
|
-
|
|
4930
|
-
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
4821
|
+
.ProseMirror th {
|
|
4822
|
+
background-color: #f5f5f5;
|
|
4823
|
+
font-weight: 600;
|
|
4824
|
+
text-align: left;
|
|
4825
|
+
}
|
|
4826
|
+
.ProseMirror .selectedCell {
|
|
4827
|
+
background: rgba(200, 200, 255, 0.4);
|
|
4828
|
+
}
|
|
4829
|
+
.ProseMirror table p {
|
|
4830
|
+
margin: 0;
|
|
4831
|
+
}
|
|
4832
|
+
.ProseMirror {
|
|
4833
|
+
overflow-x: auto;
|
|
4834
|
+
}
|
|
4835
|
+
@media (max-width: 768px) {
|
|
4836
|
+
.ProseMirror table {
|
|
4837
|
+
display: block;
|
|
4838
|
+
width: max-content;
|
|
4839
|
+
max-width: 100%;
|
|
4840
|
+
}
|
|
4841
|
+
.ProseMirror th,
|
|
4842
|
+
.ProseMirror td {
|
|
4843
|
+
min-width: 120px;
|
|
4844
|
+
}
|
|
4845
|
+
}
|
|
4846
|
+
@media (max-width: 480px) {
|
|
4847
|
+
.ProseMirror th,
|
|
4848
|
+
.ProseMirror td {
|
|
4849
|
+
min-width: 100px;
|
|
4850
|
+
padding: 6px;
|
|
4851
|
+
font-size: 13px;
|
|
4852
|
+
}
|
|
4853
|
+
}
|
|
4854
|
+
.ProseMirror .column-resize-handle {
|
|
4855
|
+
position: absolute;
|
|
4856
|
+
right: -2px;
|
|
4857
|
+
top: 0;
|
|
4858
|
+
bottom: 0;
|
|
4859
|
+
width: 4px;
|
|
4860
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
4861
|
+
pointer-events: none;
|
|
4862
|
+
}
|
|
4863
|
+
.ProseMirror th:hover .column-resize-handle,
|
|
4864
|
+
.ProseMirror td:hover .column-resize-handle {
|
|
4865
|
+
pointer-events: auto;
|
|
4866
|
+
}
|
|
4867
|
+
.ProseMirror table:focus-within {
|
|
4868
|
+
outline: 2px solid rgba(100, 150, 255, 0.35);
|
|
4869
|
+
outline-offset: 2px;
|
|
4870
|
+
}
|
|
4871
|
+
@media (min-width: 769px) {
|
|
4872
|
+
.tetrons-toolbar__wrapper {
|
|
4873
|
+
overflow: visible;
|
|
4874
|
+
white-space: normal;
|
|
4875
|
+
flex-wrap: wrap;
|
|
4876
|
+
}
|
|
4877
|
+
}
|
|
4878
|
+
@media (max-width: 768px) {
|
|
4879
|
+
.tetrons-toolbar__wrapper {
|
|
4880
|
+
overflow-x: auto;
|
|
4881
|
+
overflow-y: hidden;
|
|
4882
|
+
white-space: nowrap;
|
|
4883
|
+
}
|
|
4884
|
+
.tetrons-toolbar__basic {
|
|
4885
|
+
display: inline-flex;
|
|
4886
|
+
flex-wrap: nowrap;
|
|
4887
|
+
white-space: nowrap;
|
|
4888
|
+
min-width: max-content;
|
|
4889
|
+
}
|
|
4890
|
+
.tetrons-toolbar__basic > *,
|
|
4891
|
+
.platinum-group-platinumGroupContainer,
|
|
4892
|
+
.insert-group-group,
|
|
4893
|
+
.align-group-group,
|
|
4894
|
+
.utility-group-group {
|
|
4895
|
+
flex: 0 0 auto;
|
|
4896
|
+
width: auto;
|
|
4897
|
+
}
|
|
4898
|
+
}
|
|
4899
|
+
.tetrons-toolbar__wrapper::-webkit-scrollbar {
|
|
4900
|
+
height: 6px;
|
|
4901
|
+
}
|
|
4902
|
+
.tetrons-toolbar__wrapper::-webkit-scrollbar-thumb {
|
|
4903
|
+
background: rgba(0, 0, 0, 0.25);
|
|
4904
|
+
border-radius: 3px;
|
|
4936
4905
|
}
|
|
4937
|
-
}
|
|
4938
|
-
.ProseMirror .column-resize-handle {
|
|
4939
|
-
position: absolute;
|
|
4940
|
-
right: -2px;
|
|
4941
|
-
top: 0;
|
|
4942
|
-
bottom: 0;
|
|
4943
|
-
width: 4px;
|
|
4944
|
-
background-color: rgba(0, 0, 0, 0.15);
|
|
4945
|
-
pointer-events: none;
|
|
4946
|
-
}
|
|
4947
|
-
.ProseMirror th:hover .column-resize-handle,
|
|
4948
|
-
.ProseMirror td:hover .column-resize-handle {
|
|
4949
|
-
pointer-events: auto;
|
|
4950
|
-
}
|
|
4951
|
-
.ProseMirror table:focus-within {
|
|
4952
|
-
outline: 2px solid rgba(100, 150, 255, 0.35);
|
|
4953
|
-
outline-offset: 2px;
|
|
4954
4906
|
}
|
|
4955
4907
|
/*# sourceMappingURL=index.css.map */
|