@plaso-infi/whiteboard-sdk 0.2.1 → 0.2.4
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/cjs/icon_map-1061dd68-a40cab55.js +1 -0
- package/dist/cjs/{index-302250cc-3699586c.js → index-2e1cf1c7-f8ae4c3b.js} +1 -1
- package/dist/cjs/index-bcb005e9.js +73 -0
- package/dist/cjs/index.css +1841 -396
- package/dist/cjs/index.d.ts +233 -176
- package/dist/cjs/index.js +1 -1
- package/dist/esm/icon_map-1061dd68-edeaa87c.js +1 -0
- package/dist/esm/{index-302250cc-59a26a4f.js → index-2e1cf1c7-61f18e94.js} +1 -1
- package/dist/esm/index-b3b6111a.js +73 -0
- package/dist/esm/index.css +1841 -396
- package/dist/esm/index.d.ts +233 -176
- package/dist/esm/index.js +1 -1
- package/package.json +4 -3
- package/dist/cjs/icon_map-3588278e-6789e6a8.js +0 -1
- package/dist/cjs/index-2d9fe749.js +0 -73
- package/dist/esm/icon_map-3588278e-c339730f.js +0 -1
- package/dist/esm/index-78d849ca.js +0 -73
- package/dist/worker/decoder.worker.js +0 -1
- /package/dist/cjs/{hls-e0a51e69-bcc658be.js → hls-f833f70f-246a5eb0.js} +0 -0
- /package/dist/cjs/{pdf_lib-24f922b4-b6260916.js → pdf_lib-d7139e90-3cfd1809.js} +0 -0
- /package/dist/esm/{hls-e0a51e69-bf9556ce.js → hls-f833f70f-935e9202.js} +0 -0
- /package/dist/esm/{pdf_lib-24f922b4-ed88d9ab.js → pdf_lib-d7139e90-5a6712fe.js} +0 -0
package/dist/esm/index.css
CHANGED
|
@@ -80,9 +80,18 @@
|
|
|
80
80
|
justify-content: center;
|
|
81
81
|
align-items: center;
|
|
82
82
|
}
|
|
83
|
+
.color_editor_1EsR8 .tick_slider_container_hxlBb {
|
|
84
|
+
width: 166px;
|
|
85
|
+
display: flex;
|
|
86
|
+
align-items: center;
|
|
87
|
+
justify-content: center;
|
|
88
|
+
}
|
|
83
89
|
.color_editor_1EsR8 .tick_slider_XgIcV {
|
|
84
90
|
width: 136px;
|
|
85
91
|
}
|
|
92
|
+
.tick_slider_wrapper__yite:last-child {
|
|
93
|
+
margin-bottom: 12px;
|
|
94
|
+
}
|
|
86
95
|
.label_1VFgw {
|
|
87
96
|
display: block;
|
|
88
97
|
width: 136px;
|
|
@@ -126,6 +135,7 @@
|
|
|
126
135
|
.element_name_3XNlf {
|
|
127
136
|
position: absolute;
|
|
128
137
|
transform-origin: 0 0;
|
|
138
|
+
width: -moz-max-content;
|
|
129
139
|
width: max-content;
|
|
130
140
|
height: 100%;
|
|
131
141
|
padding: 0;
|
|
@@ -189,6 +199,13 @@
|
|
|
189
199
|
.type_select_3-Oju {
|
|
190
200
|
margin-top: 8px;
|
|
191
201
|
}
|
|
202
|
+
.type_select_3-Oju:last-child {
|
|
203
|
+
margin-bottom: 12px;
|
|
204
|
+
}
|
|
205
|
+
.type_select_3-Oju.type_select_padding_2PIr7 {
|
|
206
|
+
width: 180px;
|
|
207
|
+
padding: 0 12px;
|
|
208
|
+
}
|
|
192
209
|
.video_player_1AehI {
|
|
193
210
|
position: absolute;
|
|
194
211
|
}
|
|
@@ -268,6 +285,12 @@
|
|
|
268
285
|
color: #d8d8d8;
|
|
269
286
|
cursor: not-allowed;
|
|
270
287
|
}
|
|
288
|
+
.do-hovers .shape_switch_2j51f .option_list_RHtlS .shape_1C_Nn:hover {
|
|
289
|
+
background-color: #f5f6f6;
|
|
290
|
+
}
|
|
291
|
+
.do-hovers .shape_switch_2j51f .option_list_RHtlS .shape_1C_Nn.disabledHover_3wcEy:hover {
|
|
292
|
+
background-color: transparent;
|
|
293
|
+
}
|
|
271
294
|
.phoneLinePropsColorFcContainer_Qka04 {
|
|
272
295
|
background-color: white;
|
|
273
296
|
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
@@ -308,7 +331,9 @@
|
|
|
308
331
|
line-height: 18px;
|
|
309
332
|
z-index: 1;
|
|
310
333
|
-webkit-user-select: none;
|
|
334
|
+
-moz-user-select: none;
|
|
311
335
|
user-select: none;
|
|
336
|
+
width: -moz-max-content;
|
|
312
337
|
width: max-content;
|
|
313
338
|
max-width: 184px;
|
|
314
339
|
display: -webkit-box;
|
|
@@ -317,7 +342,7 @@
|
|
|
317
342
|
overflow: hidden;
|
|
318
343
|
}
|
|
319
344
|
.tipBorder_2k1FY .contentWrapper_2zcHR:after {
|
|
320
|
-
content:
|
|
345
|
+
content: "";
|
|
321
346
|
position: absolute;
|
|
322
347
|
display: block;
|
|
323
348
|
width: 8px;
|
|
@@ -584,6 +609,10 @@
|
|
|
584
609
|
font-size: 14px;
|
|
585
610
|
color: var(--upime-main-text);
|
|
586
611
|
}
|
|
612
|
+
.inputContainer_2VcIz ::-moz-placeholder {
|
|
613
|
+
color: var(--upime-disable);
|
|
614
|
+
font-size: 14px;
|
|
615
|
+
}
|
|
587
616
|
.inputContainer_2VcIz ::placeholder {
|
|
588
617
|
color: var(--upime-disable);
|
|
589
618
|
font-size: 14px;
|
|
@@ -636,6 +665,9 @@
|
|
|
636
665
|
font-size: 14px;
|
|
637
666
|
height: 40px;
|
|
638
667
|
}
|
|
668
|
+
.input_TOTyV::-moz-placeholder {
|
|
669
|
+
color: #91939C;
|
|
670
|
+
}
|
|
639
671
|
.input_TOTyV::placeholder {
|
|
640
672
|
color: #91939C;
|
|
641
673
|
}
|
|
@@ -659,7 +691,7 @@
|
|
|
659
691
|
}
|
|
660
692
|
.delete_btn_3XEwh.addInputClearBtn_ip6az {
|
|
661
693
|
right: 12px;
|
|
662
|
-
top:
|
|
694
|
+
top: 11px;
|
|
663
695
|
}
|
|
664
696
|
.delete_btn_3XEwh.editInputClearBtn_1xBs9 {
|
|
665
697
|
right: 24px;
|
|
@@ -667,10 +699,10 @@
|
|
|
667
699
|
}
|
|
668
700
|
.error_msg_3X6Uq {
|
|
669
701
|
margin-top: 4px;
|
|
670
|
-
height: 20px;
|
|
671
702
|
line-height: 20px;
|
|
672
703
|
color: #fe5250;
|
|
673
704
|
font-size: 14px;
|
|
705
|
+
word-break: break-word;
|
|
674
706
|
}
|
|
675
707
|
|
|
676
708
|
.root_2V9EJ {
|
|
@@ -943,6 +975,7 @@
|
|
|
943
975
|
.mainUI_3WaUf *::after {
|
|
944
976
|
box-sizing: border-box;
|
|
945
977
|
-webkit-user-select: none;
|
|
978
|
+
-moz-user-select: none;
|
|
946
979
|
user-select: none;
|
|
947
980
|
word-break: break-all;
|
|
948
981
|
}
|
|
@@ -951,6 +984,7 @@
|
|
|
951
984
|
outline: none !important;
|
|
952
985
|
resize: none !important;
|
|
953
986
|
-webkit-user-select: text !important;
|
|
987
|
+
-moz-user-select: text !important;
|
|
954
988
|
user-select: text !important;
|
|
955
989
|
}
|
|
956
990
|
.popWindow_2hDkA,
|
|
@@ -995,9 +1029,11 @@
|
|
|
995
1029
|
line-height: 22px;
|
|
996
1030
|
font-size: 14px;
|
|
997
1031
|
color: #ffffff;
|
|
1032
|
+
word-break: break-word;
|
|
998
1033
|
}
|
|
999
1034
|
.toastWidget_32Rd4 .normalContent_13S0r {
|
|
1000
1035
|
margin-left: 0;
|
|
1036
|
+
width: -moz-max-content;
|
|
1001
1037
|
width: max-content;
|
|
1002
1038
|
text-align: center;
|
|
1003
1039
|
}
|
|
@@ -1343,6 +1379,7 @@
|
|
|
1343
1379
|
cursor: pointer;
|
|
1344
1380
|
vertical-align: middle;
|
|
1345
1381
|
-webkit-user-select: none;
|
|
1382
|
+
-moz-user-select: none;
|
|
1346
1383
|
user-select: none;
|
|
1347
1384
|
outline: none;
|
|
1348
1385
|
box-shadow: none;
|
|
@@ -1641,13 +1678,16 @@
|
|
|
1641
1678
|
line-height: 18px;
|
|
1642
1679
|
z-index: 1;
|
|
1643
1680
|
-webkit-user-select: none;
|
|
1681
|
+
-moz-user-select: none;
|
|
1644
1682
|
user-select: none;
|
|
1683
|
+
width: -moz-max-content;
|
|
1645
1684
|
width: max-content;
|
|
1646
1685
|
max-width: 184px;
|
|
1647
1686
|
display: -webkit-box;
|
|
1648
1687
|
-webkit-box-orient: vertical;
|
|
1649
1688
|
-webkit-line-clamp: 2;
|
|
1650
1689
|
overflow: hidden;
|
|
1690
|
+
word-break: break-word;
|
|
1651
1691
|
}
|
|
1652
1692
|
.contentWrapper_Ywfey .content_1JZaP.large_3V4Zf {
|
|
1653
1693
|
display: -webkit-box;
|
|
@@ -1676,13 +1716,13 @@
|
|
|
1676
1716
|
left: 50%;
|
|
1677
1717
|
}
|
|
1678
1718
|
.contentWrapper_Ywfey.top {
|
|
1679
|
-
bottom: calc(100% + 12px);
|
|
1719
|
+
bottom: calc(100% + 12px + var(--tip-extra-distance));
|
|
1680
1720
|
}
|
|
1681
1721
|
.contentWrapper_Ywfey.top:after {
|
|
1682
1722
|
bottom: -8px;
|
|
1683
1723
|
}
|
|
1684
1724
|
.contentWrapper_Ywfey.bottom {
|
|
1685
|
-
top: calc(100% + 12px);
|
|
1725
|
+
top: calc(100% + 12px + var(--tip-extra-distance));
|
|
1686
1726
|
}
|
|
1687
1727
|
.contentWrapper_Ywfey.bottom:after {
|
|
1688
1728
|
top: 0px;
|
|
@@ -1693,21 +1733,21 @@
|
|
|
1693
1733
|
transform: translate(0, -50%);
|
|
1694
1734
|
}
|
|
1695
1735
|
.contentWrapper_Ywfey.right {
|
|
1696
|
-
left: calc(100% + 12px);
|
|
1736
|
+
left: calc(100% + 12px + var(--tip-extra-distance));
|
|
1697
1737
|
}
|
|
1698
1738
|
.contentWrapper_Ywfey.right:after {
|
|
1699
1739
|
top: 50%;
|
|
1700
1740
|
left: 0px;
|
|
1701
1741
|
}
|
|
1702
1742
|
.contentWrapper_Ywfey.left {
|
|
1703
|
-
right: calc(100% + 12px);
|
|
1743
|
+
right: calc(100% + 12px + var(--tip-extra-distance));
|
|
1704
1744
|
}
|
|
1705
1745
|
.contentWrapper_Ywfey.left:after {
|
|
1706
1746
|
top: 50%;
|
|
1707
1747
|
right: -12px;
|
|
1708
1748
|
}
|
|
1709
1749
|
.contentWrapper_Ywfey.topLeft {
|
|
1710
|
-
bottom: calc(100% + 12px);
|
|
1750
|
+
bottom: calc(100% + 12px + var(--tip-extra-distance));
|
|
1711
1751
|
left: 0;
|
|
1712
1752
|
}
|
|
1713
1753
|
.contentWrapper_Ywfey.topLeft:after {
|
|
@@ -1717,7 +1757,7 @@
|
|
|
1717
1757
|
left: var(--tip-width-offset);
|
|
1718
1758
|
}
|
|
1719
1759
|
.contentWrapper_Ywfey.topRight {
|
|
1720
|
-
bottom: calc(100% + 12px);
|
|
1760
|
+
bottom: calc(100% + 12px + var(--tip-extra-distance));
|
|
1721
1761
|
right: 0;
|
|
1722
1762
|
}
|
|
1723
1763
|
.contentWrapper_Ywfey.topRight:after {
|
|
@@ -1727,7 +1767,7 @@
|
|
|
1727
1767
|
right: calc(var(--tip-width-offset) - 8px);
|
|
1728
1768
|
}
|
|
1729
1769
|
.contentWrapper_Ywfey.bottomLeft {
|
|
1730
|
-
top: calc(100% + 12px);
|
|
1770
|
+
top: calc(100% + 12px + var(--tip-extra-distance));
|
|
1731
1771
|
left: 0;
|
|
1732
1772
|
}
|
|
1733
1773
|
.contentWrapper_Ywfey.bottomLeft:after {
|
|
@@ -1737,7 +1777,7 @@
|
|
|
1737
1777
|
left: var(--tip-width-offset);
|
|
1738
1778
|
}
|
|
1739
1779
|
.contentWrapper_Ywfey.bottomRight {
|
|
1740
|
-
top: calc(100% + 12px);
|
|
1780
|
+
top: calc(100% + 12px + var(--tip-extra-distance));
|
|
1741
1781
|
right: 0;
|
|
1742
1782
|
}
|
|
1743
1783
|
.contentWrapper_Ywfey.bottomRight:after {
|
|
@@ -2091,10 +2131,12 @@
|
|
|
2091
2131
|
font-size: 20px;
|
|
2092
2132
|
text-align: center;
|
|
2093
2133
|
-webkit-user-select: none;
|
|
2134
|
+
-moz-user-select: none;
|
|
2094
2135
|
user-select: none;
|
|
2095
2136
|
}
|
|
2096
2137
|
.fontsize_editor_OPm6B .size_list_DMNKn {
|
|
2097
2138
|
width: 60px;
|
|
2139
|
+
height: -moz-max-content;
|
|
2098
2140
|
height: max-content;
|
|
2099
2141
|
padding: 5px 0;
|
|
2100
2142
|
display: flex;
|
|
@@ -2320,7 +2362,7 @@
|
|
|
2320
2362
|
border-bottom-left-radius: 4px;
|
|
2321
2363
|
}
|
|
2322
2364
|
.dragIcon_1grwA > svg {
|
|
2323
|
-
font-size:
|
|
2365
|
+
font-size: 24px;
|
|
2324
2366
|
color: #91939c;
|
|
2325
2367
|
}
|
|
2326
2368
|
.dragIcon_1grwA:hover {
|
|
@@ -2427,6 +2469,7 @@
|
|
|
2427
2469
|
line-height: 38px;
|
|
2428
2470
|
text-align: left;
|
|
2429
2471
|
-webkit-user-select: none;
|
|
2472
|
+
-moz-user-select: none;
|
|
2430
2473
|
user-select: none;
|
|
2431
2474
|
}
|
|
2432
2475
|
.ctrl-option_3Tvb5.disabled_2JCCv {
|
|
@@ -2677,7 +2720,8 @@
|
|
|
2677
2720
|
display: flex;
|
|
2678
2721
|
align-items: flex-end;
|
|
2679
2722
|
overflow: hidden;
|
|
2680
|
-
clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--paddingY) - 50px), calc(100% - 12px) calc(100% - var(--paddingY) - 50px), calc(100% - 12px) calc(100%), 12px calc(100%), 12px calc(100% - var(--paddingY) - 50px), 0 calc(100% - var(--paddingY) - 50px));
|
|
2723
|
+
-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--paddingY) - 50px), calc(100% - 12px) calc(100% - var(--paddingY) - 50px), calc(100% - 12px) calc(100%), 12px calc(100%), 12px calc(100% - var(--paddingY) - 50px), 0 calc(100% - var(--paddingY) - 50px));
|
|
2724
|
+
clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--paddingY) - 50px), calc(100% - 12px) calc(100% - var(--paddingY) - 50px), calc(100% - 12px) calc(100%), 12px calc(100%), 12px calc(100% - var(--paddingY) - 50px), 0 calc(100% - var(--paddingY) - 50px));
|
|
2681
2725
|
}
|
|
2682
2726
|
.phoneToolbarEditorContainer_3DdsS.pwa_1lILK {
|
|
2683
2727
|
--paddingY: 32px;
|
|
@@ -2695,6 +2739,7 @@
|
|
|
2695
2739
|
.phoneToolbarEditorContainer_3DdsS .phoneToolbarBar_IwP6I .phoneToolBarInner_1jgOr {
|
|
2696
2740
|
display: flex;
|
|
2697
2741
|
height: 50px;
|
|
2742
|
+
width: -moz-fit-content;
|
|
2698
2743
|
width: fit-content;
|
|
2699
2744
|
align-items: center;
|
|
2700
2745
|
}
|
|
@@ -2780,7 +2825,7 @@
|
|
|
2780
2825
|
width: 24px;
|
|
2781
2826
|
height: 24px;
|
|
2782
2827
|
transform-origin: 0.5 0.5;
|
|
2783
|
-
transition:
|
|
2828
|
+
transition: transform 0.1s linear;
|
|
2784
2829
|
}
|
|
2785
2830
|
.root_3DPyd .right_3Ruxk.opened_3T5W7 {
|
|
2786
2831
|
transform: rotate(180deg);
|
|
@@ -2993,6 +3038,7 @@
|
|
|
2993
3038
|
line-height: 38px;
|
|
2994
3039
|
text-align: left;
|
|
2995
3040
|
-webkit-user-select: none;
|
|
3041
|
+
-moz-user-select: none;
|
|
2996
3042
|
user-select: none;
|
|
2997
3043
|
cursor: pointer;
|
|
2998
3044
|
}
|
|
@@ -3136,6 +3182,7 @@
|
|
|
3136
3182
|
}
|
|
3137
3183
|
.draftContainer_UuOXY .textPart_GSblp .editor_12tyR {
|
|
3138
3184
|
-webkit-user-select: text !important;
|
|
3185
|
+
-moz-user-select: text !important;
|
|
3139
3186
|
user-select: text !important;
|
|
3140
3187
|
}
|
|
3141
3188
|
.draftContainer_UuOXY .textPart_GSblp .editor_12tyR {
|
|
@@ -3168,6 +3215,7 @@
|
|
|
3168
3215
|
}
|
|
3169
3216
|
.draftContainer_UuOXY .textPart_GSblp .editor_12tyR * {
|
|
3170
3217
|
-webkit-user-select: text !important;
|
|
3218
|
+
-moz-user-select: text !important;
|
|
3171
3219
|
user-select: text !important;
|
|
3172
3220
|
}
|
|
3173
3221
|
.draftContainer_UuOXY .textPart_GSblp .actionRow_3GZwe {
|
|
@@ -3681,7 +3729,6 @@
|
|
|
3681
3729
|
|
|
3682
3730
|
.link_38yHX {
|
|
3683
3731
|
color: var(--upime-active);
|
|
3684
|
-
-webkit-text-decoration: underline;
|
|
3685
3732
|
text-decoration: underline;
|
|
3686
3733
|
}
|
|
3687
3734
|
.link_38yHX.clickable_1ikEY {
|
|
@@ -3929,6 +3976,7 @@
|
|
|
3929
3976
|
}
|
|
3930
3977
|
.draftContainer_3wxyN .textPart_2_6bY .editor_VRdAP {
|
|
3931
3978
|
-webkit-user-select: text !important;
|
|
3979
|
+
-moz-user-select: text !important;
|
|
3932
3980
|
user-select: text !important;
|
|
3933
3981
|
}
|
|
3934
3982
|
.draftContainer_3wxyN .textPart_2_6bY .editor_VRdAP {
|
|
@@ -3961,6 +4009,7 @@
|
|
|
3961
4009
|
}
|
|
3962
4010
|
.draftContainer_3wxyN .textPart_2_6bY .editor_VRdAP * {
|
|
3963
4011
|
-webkit-user-select: text !important;
|
|
4012
|
+
-moz-user-select: text !important;
|
|
3964
4013
|
user-select: text !important;
|
|
3965
4014
|
}
|
|
3966
4015
|
.draftContainer_3wxyN .textPart_2_6bY .actionRow_IgBSG {
|
|
@@ -4404,6 +4453,7 @@
|
|
|
4404
4453
|
}
|
|
4405
4454
|
.messageItemRoot_3URk_ .content_oxA_u * {
|
|
4406
4455
|
-webkit-user-select: text !important;
|
|
4456
|
+
-moz-user-select: text !important;
|
|
4407
4457
|
user-select: text !important;
|
|
4408
4458
|
}
|
|
4409
4459
|
.messageItemRoot_3URk_ .actions_nqOrM {
|
|
@@ -4840,7 +4890,8 @@
|
|
|
4840
4890
|
align-items: center;
|
|
4841
4891
|
}
|
|
4842
4892
|
.root_2YuiZ > img {
|
|
4843
|
-
object-fit: cover;
|
|
4893
|
+
-o-object-fit: cover;
|
|
4894
|
+
object-fit: cover;
|
|
4844
4895
|
border-radius: 4px;
|
|
4845
4896
|
max-width: 100%;
|
|
4846
4897
|
}
|
|
@@ -5066,6 +5117,7 @@
|
|
|
5066
5117
|
font-size: 10px;
|
|
5067
5118
|
text-align: center;
|
|
5068
5119
|
-webkit-user-select: none;
|
|
5120
|
+
-moz-user-select: none;
|
|
5069
5121
|
user-select: none;
|
|
5070
5122
|
}
|
|
5071
5123
|
.fontSizeSelect_mZrQe .rightOption_MD7Qa .btn_mBY8_:hover {
|
|
@@ -5106,55 +5158,47 @@
|
|
|
5106
5158
|
background-color: var(--upime-pane-bg);
|
|
5107
5159
|
border-radius: 4px;
|
|
5108
5160
|
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
5161
|
+
width: 400px;
|
|
5162
|
+
display: flex;
|
|
5163
|
+
flex-direction: row;
|
|
5164
|
+
justify-content: space-between;
|
|
5165
|
+
align-items: flex-start;
|
|
5166
|
+
gap: 16px;
|
|
5109
5167
|
border-radius: 2px;
|
|
5168
|
+
padding: 16px;
|
|
5110
5169
|
position: absolute;
|
|
5111
|
-
display: flex;
|
|
5112
|
-
align-items: center;
|
|
5113
|
-
width: 400px;
|
|
5114
|
-
min-height: 72px;
|
|
5115
5170
|
}
|
|
5116
5171
|
.add_anchor_3mHnl .add_input_n9bTK {
|
|
5117
5172
|
width: 296px;
|
|
5118
|
-
|
|
5119
|
-
|
|
5173
|
+
display: flex;
|
|
5174
|
+
flex-direction: column;
|
|
5175
|
+
align-items: flex-start;
|
|
5176
|
+
flex-shrink: 1;
|
|
5120
5177
|
position: relative;
|
|
5121
5178
|
}
|
|
5122
5179
|
.add_anchor_3mHnl .add_input_n9bTK input {
|
|
5123
5180
|
padding-right: 40px;
|
|
5124
5181
|
}
|
|
5125
|
-
.add_btns_1-y9z {
|
|
5126
|
-
position: absolute;
|
|
5127
|
-
right: 0;
|
|
5128
|
-
top: 0;
|
|
5129
|
-
flex-shrink: 0;
|
|
5182
|
+
.add_anchor_3mHnl .add_btns_1-y9z {
|
|
5130
5183
|
display: flex;
|
|
5131
|
-
|
|
5132
|
-
|
|
5184
|
+
flex-shrink: 0;
|
|
5185
|
+
flex-direction: row;
|
|
5186
|
+
justify-content: space-between;
|
|
5187
|
+
align-items: center;
|
|
5188
|
+
gap: 16px;
|
|
5189
|
+
height: 40px;
|
|
5133
5190
|
}
|
|
5134
|
-
.add_btns_1-y9z .btn_17KQi {
|
|
5135
|
-
margin-top: 26px;
|
|
5136
|
-
margin-bottom: 48px;
|
|
5191
|
+
.add_anchor_3mHnl .add_btns_1-y9z .btn_17KQi {
|
|
5137
5192
|
position: relative;
|
|
5138
5193
|
font-size: 14px;
|
|
5139
5194
|
color: #2E73E5;
|
|
5140
5195
|
white-space: nowrap;
|
|
5141
|
-
margin-left: 16px;
|
|
5142
5196
|
cursor: pointer;
|
|
5143
5197
|
}
|
|
5144
|
-
.add_btns_1-y9z .btn_17KQi.disable_3k8tZ {
|
|
5198
|
+
.add_anchor_3mHnl .add_btns_1-y9z .btn_17KQi.disable_3k8tZ {
|
|
5145
5199
|
color: #ABC7F5;
|
|
5146
5200
|
pointer-events: none;
|
|
5147
5201
|
}
|
|
5148
|
-
.add_btns_1-y9z .btn_17KQi::before {
|
|
5149
|
-
content: "";
|
|
5150
|
-
background: transparent;
|
|
5151
|
-
position: absolute;
|
|
5152
|
-
left: -10px;
|
|
5153
|
-
top: -20px;
|
|
5154
|
-
right: -10px;
|
|
5155
|
-
bottom: -20px;
|
|
5156
|
-
z-index: -1;
|
|
5157
|
-
}
|
|
5158
5202
|
.hover_anchor_2SjZq {
|
|
5159
5203
|
background-color: var(--upime-pane-bg);
|
|
5160
5204
|
border-radius: 4px;
|
|
@@ -5519,33 +5563,66 @@
|
|
|
5519
5563
|
font-size: 14px;
|
|
5520
5564
|
}
|
|
5521
5565
|
.pin-start-page_3-DLn .pinning-page_3oZPa {
|
|
5522
|
-
|
|
5523
|
-
padding:
|
|
5566
|
+
width: 218px;
|
|
5567
|
+
padding: 8px 0;
|
|
5568
|
+
display: flex;
|
|
5569
|
+
flex-direction: column;
|
|
5570
|
+
justify-content: flex-start;
|
|
5571
|
+
align-items: stretch;
|
|
5524
5572
|
}
|
|
5525
5573
|
.pin-start-page_3-DLn .pinning-page_3oZPa .pinning-page-item_3b2Vt {
|
|
5574
|
+
display: flex;
|
|
5575
|
+
flex-direction: row;
|
|
5526
5576
|
justify-content: space-between;
|
|
5527
|
-
|
|
5577
|
+
align-items: center;
|
|
5528
5578
|
width: 100%;
|
|
5529
|
-
height:
|
|
5530
|
-
padding: 0
|
|
5531
|
-
font-size:
|
|
5532
|
-
cursor: pointer;
|
|
5579
|
+
height: 40px;
|
|
5580
|
+
padding: 0 8px 0 16px;
|
|
5581
|
+
font-size: 14px;
|
|
5533
5582
|
white-space: nowrap;
|
|
5534
|
-
|
|
5535
|
-
.pin-start-page_3-DLn .pinning-page_3oZPa .pinning-page-item_3b2Vt .hint_1pdGk {
|
|
5536
|
-
color: #5f5c80;
|
|
5537
|
-
padding-left: 8px;
|
|
5583
|
+
cursor: default;
|
|
5538
5584
|
}
|
|
5539
5585
|
.pin-start-page_3-DLn .pinning-page_3oZPa .pinning-page-item_3b2Vt.disabled_1EiYV {
|
|
5540
5586
|
opacity: 0.2;
|
|
5541
5587
|
cursor: default;
|
|
5542
5588
|
}
|
|
5543
|
-
.
|
|
5589
|
+
.pin-start-page_3-DLn .pinning-page_3oZPa .pinning-page-item-hoverable_uMwDn {
|
|
5590
|
+
cursor: pointer;
|
|
5591
|
+
}
|
|
5592
|
+
.pin-start-page_3-DLn .pinning-page_3oZPa .divider_Q7GM9 {
|
|
5593
|
+
max-width: 100%;
|
|
5594
|
+
height: 1px;
|
|
5595
|
+
border-bottom: 1px solid #E6E7E9;
|
|
5596
|
+
margin: 8px;
|
|
5597
|
+
}
|
|
5598
|
+
.pin-start-page_3-DLn .pinning-page_3oZPa .currentStartPage_38Frz {
|
|
5599
|
+
display: flex;
|
|
5600
|
+
flex-direction: row;
|
|
5601
|
+
justify-content: flex-start;
|
|
5602
|
+
align-items: center;
|
|
5603
|
+
}
|
|
5604
|
+
.pin-start-page_3-DLn .pinning-page_3oZPa .goToStartPage_3RFt3 {
|
|
5605
|
+
display: flex;
|
|
5606
|
+
flex-direction: row;
|
|
5607
|
+
justify-content: center;
|
|
5608
|
+
align-items: center;
|
|
5609
|
+
padding: 7px 8px;
|
|
5610
|
+
font-size: 14px;
|
|
5611
|
+
line-height: 22px;
|
|
5612
|
+
color: #2E5CE5;
|
|
5613
|
+
border-radius: 2px;
|
|
5614
|
+
cursor: pointer;
|
|
5615
|
+
}
|
|
5616
|
+
.do-hovers .pin-start-page_3-DLn .pinning-page_3oZPa .pinning-page-item-hoverable_uMwDn:hover {
|
|
5544
5617
|
background-color: #f5f5f7;
|
|
5545
5618
|
}
|
|
5546
|
-
.do-hovers .pin-start-page_3-DLn .pinning-page_3oZPa .pinning-page-
|
|
5619
|
+
.do-hovers .pin-start-page_3-DLn .pinning-page_3oZPa .pinning-page-item-hoverable_uMwDn.disabled_1EiYV:hover {
|
|
5547
5620
|
background: transparent;
|
|
5548
5621
|
}
|
|
5622
|
+
.do-hovers .goToStartPage_3RFt3:hover {
|
|
5623
|
+
color: #2E73E5;
|
|
5624
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
5625
|
+
}
|
|
5549
5626
|
.pageExtractor_2hxe0 {
|
|
5550
5627
|
min-width: 478px;
|
|
5551
5628
|
height: 62px;
|
|
@@ -5789,7 +5866,8 @@
|
|
|
5789
5866
|
.content_j7Z8k.video_at_K0 video {
|
|
5790
5867
|
width: 100%;
|
|
5791
5868
|
height: 100%;
|
|
5792
|
-
object-fit: contain;
|
|
5869
|
+
-o-object-fit: contain;
|
|
5870
|
+
object-fit: contain;
|
|
5793
5871
|
}
|
|
5794
5872
|
.resize_dom_fuoNI {
|
|
5795
5873
|
position: absolute;
|
|
@@ -6218,6 +6296,7 @@
|
|
|
6218
6296
|
align-items: center;
|
|
6219
6297
|
margin: 4px 4px;
|
|
6220
6298
|
padding: 4px 4px;
|
|
6299
|
+
border-radius: 2px;
|
|
6221
6300
|
cursor: pointer;
|
|
6222
6301
|
}
|
|
6223
6302
|
.ratioBlock_2jjJB span {
|
|
@@ -6226,10 +6305,7 @@
|
|
|
6226
6305
|
text-align: center;
|
|
6227
6306
|
}
|
|
6228
6307
|
.do-hovers .ratioBlock_2jjJB:hover {
|
|
6229
|
-
background-color:
|
|
6230
|
-
}
|
|
6231
|
-
.do-hovers .ratioBlock_2jjJB:hover svg {
|
|
6232
|
-
color: var(--upime-active);
|
|
6308
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
6233
6309
|
}
|
|
6234
6310
|
.frameTypeEditor_20mvL {
|
|
6235
6311
|
min-width: 74px;
|
|
@@ -6588,6 +6664,9 @@
|
|
|
6588
6664
|
outline: none;
|
|
6589
6665
|
color: #0c1024;
|
|
6590
6666
|
}
|
|
6667
|
+
.inputContainer_2v9CT .input_s7rot::-moz-placeholder {
|
|
6668
|
+
color: #c2c3c8;
|
|
6669
|
+
}
|
|
6591
6670
|
.inputContainer_2v9CT .input_s7rot::placeholder {
|
|
6592
6671
|
color: #c2c3c8;
|
|
6593
6672
|
}
|
|
@@ -6961,15 +7040,79 @@
|
|
|
6961
7040
|
font-size: 14px;
|
|
6962
7041
|
cursor: default;
|
|
6963
7042
|
}
|
|
7043
|
+
.dateSelectorContainer_7OPhd.phone_1imQn {
|
|
7044
|
+
padding-top: 0;
|
|
7045
|
+
}
|
|
7046
|
+
.dateSelectorContainer_7OPhd .actionRow_32BLD {
|
|
7047
|
+
display: flex;
|
|
7048
|
+
justify-content: space-between;
|
|
7049
|
+
align-items: center;
|
|
7050
|
+
border-bottom: 1px solid #e6e7e9;
|
|
7051
|
+
position: relative;
|
|
7052
|
+
padding: 16px 4px;
|
|
7053
|
+
padding-top: 0px;
|
|
7054
|
+
}
|
|
7055
|
+
.dateSelectorContainer_7OPhd .actionRow_32BLD .cancel_290iU {
|
|
7056
|
+
font-size: 16px;
|
|
7057
|
+
color: #303445;
|
|
7058
|
+
}
|
|
7059
|
+
.dateSelectorContainer_7OPhd .actionRow_32BLD .note_3sNXN {
|
|
7060
|
+
font-size: 18px;
|
|
7061
|
+
font-weight: 600;
|
|
7062
|
+
color: #000;
|
|
7063
|
+
}
|
|
7064
|
+
.dateSelectorContainer_7OPhd .actionRow_32BLD .queding_1xQeb {
|
|
7065
|
+
font-size: 16px;
|
|
7066
|
+
color: #2e73e5;
|
|
7067
|
+
}
|
|
7068
|
+
.dateSelectorContainer_7OPhd .actionRow_32BLD::after {
|
|
7069
|
+
content: "";
|
|
7070
|
+
height: 1px;
|
|
7071
|
+
display: block;
|
|
7072
|
+
width: 25px;
|
|
7073
|
+
border-bottom: 1px solid #e6e7e9;
|
|
7074
|
+
position: absolute;
|
|
7075
|
+
bottom: -1px;
|
|
7076
|
+
right: -25px;
|
|
7077
|
+
}
|
|
7078
|
+
.dateSelectorContainer_7OPhd .actionRow_32BLD::before {
|
|
7079
|
+
content: "";
|
|
7080
|
+
height: 1px;
|
|
7081
|
+
display: block;
|
|
7082
|
+
width: 25px;
|
|
7083
|
+
border-bottom: 1px solid #e6e7e9;
|
|
7084
|
+
position: absolute;
|
|
7085
|
+
bottom: -1px;
|
|
7086
|
+
left: -25px;
|
|
7087
|
+
}
|
|
6964
7088
|
.dateSelectorContainer_7OPhd .dateSelectorHead_3eUQz {
|
|
6965
7089
|
display: flex;
|
|
6966
7090
|
align-items: center;
|
|
6967
7091
|
justify-content: space-between;
|
|
6968
7092
|
color: #0c1024;
|
|
7093
|
+
gap: 4px;
|
|
6969
7094
|
}
|
|
6970
7095
|
.dateSelectorContainer_7OPhd .dateSelectorHead_3eUQz .iconArrow_2KtBy {
|
|
6971
7096
|
cursor: pointer;
|
|
6972
7097
|
}
|
|
7098
|
+
.dateSelectorContainer_7OPhd .dateSelectorHead_3eUQz .dateTitle_1mgFE {
|
|
7099
|
+
flex: 1;
|
|
7100
|
+
text-align: center;
|
|
7101
|
+
}
|
|
7102
|
+
.dateSelectorContainer_7OPhd .dateSelectorHead_3eUQz .dateTitle_1mgFE.useHover_2r_9X {
|
|
7103
|
+
cursor: pointer;
|
|
7104
|
+
}
|
|
7105
|
+
.dateSelectorContainer_7OPhd .dateSelectorHead_3eUQz .dateTitle_1mgFE.useHover_2r_9X:hover {
|
|
7106
|
+
color: var(--upime-active);
|
|
7107
|
+
}
|
|
7108
|
+
.dateSelectorContainer_7OPhd .dateSelectorHead_3eUQz.phone_1imQn {
|
|
7109
|
+
color: #91939c;
|
|
7110
|
+
height: 53px;
|
|
7111
|
+
}
|
|
7112
|
+
.dateSelectorContainer_7OPhd .dateSelectorHead_3eUQz.phone_1imQn > b {
|
|
7113
|
+
font-size: 17px;
|
|
7114
|
+
color: #0c1024;
|
|
7115
|
+
}
|
|
6973
7116
|
.dateSelectorContainer_7OPhd .dateListContainer_3zcVm {
|
|
6974
7117
|
margin-top: 14px;
|
|
6975
7118
|
display: grid;
|
|
@@ -6994,10 +7137,45 @@
|
|
|
6994
7137
|
.dateSelectorContainer_7OPhd .dateListContainer_3zcVm .dateCell_23lOw.today_30ts6 {
|
|
6995
7138
|
border: 1px solid var(--upime-active);
|
|
6996
7139
|
}
|
|
7140
|
+
.dateSelectorContainer_7OPhd .dateListContainer_3zcVm .dateCell_23lOw.today_30ts6.phone_1imQn {
|
|
7141
|
+
border: none;
|
|
7142
|
+
color: #2e73e5;
|
|
7143
|
+
}
|
|
6997
7144
|
.dateSelectorContainer_7OPhd .dateListContainer_3zcVm .dateCell_23lOw.active_gVmSQ {
|
|
6998
7145
|
background-color: var(--upime-active);
|
|
6999
7146
|
color: white;
|
|
7000
7147
|
}
|
|
7148
|
+
.dateSelectorContainer_7OPhd .monthListContainer_1feVK {
|
|
7149
|
+
margin-top: 14px;
|
|
7150
|
+
display: grid;
|
|
7151
|
+
grid-template-columns: repeat(3, 1fr);
|
|
7152
|
+
grid-row-gap: 32px;
|
|
7153
|
+
row-gap: 32px;
|
|
7154
|
+
grid-column-gap: 12px;
|
|
7155
|
+
-moz-column-gap: 12px;
|
|
7156
|
+
column-gap: 12px;
|
|
7157
|
+
justify-items: center;
|
|
7158
|
+
border-top: 1px solid #e6e7e9;
|
|
7159
|
+
padding-top: 14px;
|
|
7160
|
+
}
|
|
7161
|
+
.dateSelectorContainer_7OPhd .monthListContainer_1feVK.phone_1imQn {
|
|
7162
|
+
-moz-column-gap: 40px;
|
|
7163
|
+
column-gap: 40px;
|
|
7164
|
+
margin-top: 0px;
|
|
7165
|
+
}
|
|
7166
|
+
.dateSelectorContainer_7OPhd .monthListContainer_1feVK .monCell_2kpcK {
|
|
7167
|
+
width: 100%;
|
|
7168
|
+
height: 32px;
|
|
7169
|
+
border-radius: 24px;
|
|
7170
|
+
cursor: pointer;
|
|
7171
|
+
display: flex;
|
|
7172
|
+
align-items: center;
|
|
7173
|
+
justify-content: center;
|
|
7174
|
+
}
|
|
7175
|
+
.dateSelectorContainer_7OPhd .monthListContainer_1feVK .monCell_2kpcK.monCellActive_248eX {
|
|
7176
|
+
background-color: var(--upime-active);
|
|
7177
|
+
color: white;
|
|
7178
|
+
}
|
|
7001
7179
|
|
|
7002
7180
|
.cm_item_3C_mO {
|
|
7003
7181
|
width: 40px;
|
|
@@ -7302,6 +7480,9 @@
|
|
|
7302
7480
|
margin-bottom: 8px;
|
|
7303
7481
|
width: 100%;
|
|
7304
7482
|
}
|
|
7483
|
+
.cardEditModalContainer_3CGgB .textTitle_2ByIg::-moz-placeholder {
|
|
7484
|
+
color: #c2c3c8;
|
|
7485
|
+
}
|
|
7305
7486
|
.cardEditModalContainer_3CGgB .textTitle_2ByIg::placeholder {
|
|
7306
7487
|
color: #c2c3c8;
|
|
7307
7488
|
}
|
|
@@ -7387,6 +7568,9 @@
|
|
|
7387
7568
|
scrollbar-color: var(--upime-scrollbar-thumb) transparent;
|
|
7388
7569
|
scrollbar-width: thin;
|
|
7389
7570
|
}
|
|
7571
|
+
.cardEditModalContainer_3CGgB .descContainer_3mYME .textDescContainer_1m0SK .textDesc_bExXH::-moz-placeholder {
|
|
7572
|
+
color: #c2c3c8;
|
|
7573
|
+
}
|
|
7390
7574
|
.cardEditModalContainer_3CGgB .descContainer_3mYME .textDescContainer_1m0SK .textDesc_bExXH::placeholder {
|
|
7391
7575
|
color: #c2c3c8;
|
|
7392
7576
|
}
|
|
@@ -7409,6 +7593,7 @@
|
|
|
7409
7593
|
left: 0;
|
|
7410
7594
|
opacity: 0;
|
|
7411
7595
|
-webkit-user-select: none;
|
|
7596
|
+
-moz-user-select: none;
|
|
7412
7597
|
user-select: none;
|
|
7413
7598
|
pointer-events: none;
|
|
7414
7599
|
}
|
|
@@ -7477,6 +7662,7 @@
|
|
|
7477
7662
|
}
|
|
7478
7663
|
.selectContainer_YVQ79 .box_3MeK9 {
|
|
7479
7664
|
height: 100%;
|
|
7665
|
+
width: -moz-fit-content;
|
|
7480
7666
|
width: fit-content;
|
|
7481
7667
|
max-width: 100%;
|
|
7482
7668
|
display: flex;
|
|
@@ -7728,6 +7914,7 @@
|
|
|
7728
7914
|
display: flex;
|
|
7729
7915
|
align-items: center;
|
|
7730
7916
|
color: #2e73e5;
|
|
7917
|
+
width: -moz-fit-content;
|
|
7731
7918
|
width: fit-content;
|
|
7732
7919
|
height: 100%;
|
|
7733
7920
|
padding: 0 8px 0 2px;
|
|
@@ -7763,6 +7950,7 @@
|
|
|
7763
7950
|
position: relative;
|
|
7764
7951
|
}
|
|
7765
7952
|
.viewerContainer_3f1Ay.imgContainer_2svvI {
|
|
7953
|
+
width: -moz-fit-content;
|
|
7766
7954
|
width: fit-content;
|
|
7767
7955
|
}
|
|
7768
7956
|
.viewerContainer_3f1Ay .uploadCover_1xurO {
|
|
@@ -7815,7 +8003,8 @@
|
|
|
7815
8003
|
.viewerContainer_3f1Ay .imgContainer_2svvI img {
|
|
7816
8004
|
width: 100%;
|
|
7817
8005
|
height: 100%;
|
|
7818
|
-
object-fit: scale-down;
|
|
8006
|
+
-o-object-fit: scale-down;
|
|
8007
|
+
object-fit: scale-down;
|
|
7819
8008
|
display: block;
|
|
7820
8009
|
}
|
|
7821
8010
|
.viewerContainer_3f1Ay .officeContainer_1mf6v {
|
|
@@ -7914,7 +8103,8 @@
|
|
|
7914
8103
|
.viewerContainer_3f1Ay .videoContainer_qXhrY .videoDom_1jG0t {
|
|
7915
8104
|
width: 100%;
|
|
7916
8105
|
max-height: 180px;
|
|
7917
|
-
object-fit: scale-down;
|
|
8106
|
+
-o-object-fit: scale-down;
|
|
8107
|
+
object-fit: scale-down;
|
|
7918
8108
|
display: block;
|
|
7919
8109
|
}
|
|
7920
8110
|
.viewerContainer_3f1Ay .videoContainer_qXhrY .mask_1m9yl {
|
|
@@ -7985,7 +8175,7 @@
|
|
|
7985
8175
|
border-radius: 4px;
|
|
7986
8176
|
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
7987
8177
|
position: absolute;
|
|
7988
|
-
width:
|
|
8178
|
+
width: 101px;
|
|
7989
8179
|
padding: 8px 0;
|
|
7990
8180
|
z-index: 99;
|
|
7991
8181
|
right: 0;
|
|
@@ -8109,6 +8299,7 @@
|
|
|
8109
8299
|
.phoneViewContainer_2q1mj .scrollContainer_2RECx {
|
|
8110
8300
|
flex: 1;
|
|
8111
8301
|
overflow: auto;
|
|
8302
|
+
position: relative;
|
|
8112
8303
|
}
|
|
8113
8304
|
.phoneViewContainer_2q1mj .partContainer_3-nRO {
|
|
8114
8305
|
background-color: white;
|
|
@@ -8126,56 +8317,375 @@
|
|
|
8126
8317
|
text-align: justify;
|
|
8127
8318
|
}
|
|
8128
8319
|
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb.fileRow_3s5Sg {
|
|
8129
|
-
justify-content:
|
|
8320
|
+
justify-content: space-between;
|
|
8130
8321
|
gap: 4px;
|
|
8131
8322
|
}
|
|
8132
|
-
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .
|
|
8133
|
-
padding: 0 8px;
|
|
8134
|
-
height: 26px;
|
|
8135
|
-
border-radius: 4px;
|
|
8323
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb.fileRow_3s5Sg .content_ZlyKc {
|
|
8136
8324
|
display: flex;
|
|
8137
8325
|
align-items: center;
|
|
8138
|
-
|
|
8139
|
-
}
|
|
8140
|
-
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .avaImage_3NGSS {
|
|
8141
|
-
width: 28px;
|
|
8142
|
-
height: 28px;
|
|
8143
|
-
border-radius: 14px;
|
|
8144
|
-
margin-right: 6px;
|
|
8145
|
-
}
|
|
8146
|
-
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .fakeAva_3yRWU {
|
|
8147
|
-
width: 28px;
|
|
8148
|
-
height: 28px;
|
|
8149
|
-
border-radius: 14px;
|
|
8150
|
-
margin-right: 6px;
|
|
8151
|
-
background-color: #dfdfdf;
|
|
8326
|
+
color: #91939c;
|
|
8152
8327
|
}
|
|
8153
|
-
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .
|
|
8154
|
-
|
|
8155
|
-
|
|
8156
|
-
color: #616371;
|
|
8328
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb.fileRow_3s5Sg .content_ZlyKc > svg {
|
|
8329
|
+
font-size: 16px;
|
|
8330
|
+
margin-left: 4px;
|
|
8157
8331
|
}
|
|
8158
|
-
.
|
|
8159
|
-
padding:
|
|
8332
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb.descRow_xXIxo {
|
|
8333
|
+
padding-top: 0px;
|
|
8160
8334
|
position: relative;
|
|
8335
|
+
min-height: 102px;
|
|
8336
|
+
display: block;
|
|
8161
8337
|
}
|
|
8162
|
-
.
|
|
8338
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb.descRow_xXIxo > span {
|
|
8339
|
+
display: block;
|
|
8340
|
+
line-height: 23px;
|
|
8341
|
+
font-size: 15px;
|
|
8342
|
+
color: #91939c;
|
|
8343
|
+
}
|
|
8344
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb.descRow_xXIxo .descTextarea_1jMC0 {
|
|
8163
8345
|
position: absolute;
|
|
8164
8346
|
top: 0;
|
|
8165
|
-
right: 0;
|
|
8166
|
-
bottom: 0;
|
|
8167
8347
|
left: 0;
|
|
8168
|
-
|
|
8169
|
-
|
|
8170
|
-
|
|
8171
|
-
|
|
8348
|
+
width: 100%;
|
|
8349
|
+
height: 100%;
|
|
8350
|
+
border: none;
|
|
8351
|
+
font-size: 15px;
|
|
8352
|
+
line-height: 23px;
|
|
8353
|
+
padding: 0 20px;
|
|
8172
8354
|
}
|
|
8173
|
-
.
|
|
8174
|
-
|
|
8175
|
-
|
|
8176
|
-
|
|
8177
|
-
|
|
8178
|
-
|
|
8355
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb.descRow_xXIxo .descBox__smnE {
|
|
8356
|
+
outline: none;
|
|
8357
|
+
line-height: 23px;
|
|
8358
|
+
}
|
|
8359
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb.descRow_xXIxo .descBox__smnE:empty::before {
|
|
8360
|
+
content: attr(placeholder);
|
|
8361
|
+
color: #91939c;
|
|
8362
|
+
}
|
|
8363
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb.descRow_xXIxo .descBox__smnE:focus::before {
|
|
8364
|
+
content: none;
|
|
8365
|
+
}
|
|
8366
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .titleInput_hwfMP {
|
|
8367
|
+
border: none;
|
|
8368
|
+
height: 26px;
|
|
8369
|
+
width: calc(100% - 30px);
|
|
8370
|
+
line-height: 26px;
|
|
8371
|
+
font-size: 18px;
|
|
8372
|
+
padding: 0px;
|
|
8373
|
+
overflow: hidden;
|
|
8374
|
+
text-overflow: ellipsis;
|
|
8375
|
+
}
|
|
8376
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .titleInput_hwfMP::-moz-placeholder {
|
|
8377
|
+
color: #91939c;
|
|
8378
|
+
}
|
|
8379
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .titleInput_hwfMP::placeholder {
|
|
8380
|
+
color: #91939c;
|
|
8381
|
+
}
|
|
8382
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .titleInput_hwfMP:focus ~ div {
|
|
8383
|
+
display: flex;
|
|
8384
|
+
}
|
|
8385
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .clearBox_3UlPC {
|
|
8386
|
+
width: 54px;
|
|
8387
|
+
height: 54px;
|
|
8388
|
+
position: absolute;
|
|
8389
|
+
top: 0;
|
|
8390
|
+
right: 0;
|
|
8391
|
+
display: flex;
|
|
8392
|
+
justify-content: center;
|
|
8393
|
+
align-items: center;
|
|
8394
|
+
display: none;
|
|
8395
|
+
}
|
|
8396
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .clearBox_3UlPC .clearInput_1SaWL {
|
|
8397
|
+
width: 14px;
|
|
8398
|
+
height: 14px;
|
|
8399
|
+
border-radius: 50%;
|
|
8400
|
+
background-color: #dedede;
|
|
8401
|
+
display: flex;
|
|
8402
|
+
justify-content: center;
|
|
8403
|
+
align-items: center;
|
|
8404
|
+
}
|
|
8405
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .clearBox_3UlPC .clearInput_1SaWL svg {
|
|
8406
|
+
color: white;
|
|
8407
|
+
width: 10px;
|
|
8408
|
+
height: 10px;
|
|
8409
|
+
}
|
|
8410
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .tagContainer_38g2U {
|
|
8411
|
+
padding: 0 8px;
|
|
8412
|
+
height: 26px;
|
|
8413
|
+
border-radius: 4px;
|
|
8414
|
+
display: flex;
|
|
8415
|
+
align-items: center;
|
|
8416
|
+
justify-content: center;
|
|
8417
|
+
}
|
|
8418
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .avaImage_3NGSS {
|
|
8419
|
+
width: 28px;
|
|
8420
|
+
height: 28px;
|
|
8421
|
+
border-radius: 14px;
|
|
8422
|
+
margin-right: 6px;
|
|
8423
|
+
}
|
|
8424
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .fakeAva_3yRWU {
|
|
8425
|
+
width: 28px;
|
|
8426
|
+
height: 28px;
|
|
8427
|
+
border-radius: 14px;
|
|
8428
|
+
margin-right: 6px;
|
|
8429
|
+
background-color: #dfdfdf;
|
|
8430
|
+
}
|
|
8431
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .userListUser_2qKck {
|
|
8432
|
+
display: flex;
|
|
8433
|
+
align-items: center;
|
|
8434
|
+
color: #616371;
|
|
8435
|
+
}
|
|
8436
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .content_ZlyKc {
|
|
8437
|
+
display: flex;
|
|
8438
|
+
align-items: center;
|
|
8439
|
+
}
|
|
8440
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .content_ZlyKc .timerangeContent_3iTF8 {
|
|
8441
|
+
border-radius: 4px;
|
|
8442
|
+
background-color: #f5f6f6;
|
|
8443
|
+
padding: 3px 8px;
|
|
8444
|
+
display: flex;
|
|
8445
|
+
align-items: center;
|
|
8446
|
+
}
|
|
8447
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .content_ZlyKc .timerangeContent_3iTF8 > svg {
|
|
8448
|
+
margin-left: 6px;
|
|
8449
|
+
font-size: 16px;
|
|
8450
|
+
}
|
|
8451
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .content_ZlyKc .jiantou_2aSSs {
|
|
8452
|
+
font-size: 16px;
|
|
8453
|
+
color: #91939c;
|
|
8454
|
+
margin-left: 4px;
|
|
8455
|
+
}
|
|
8456
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .colorRow_uF5t1 .content_ZlyKc .colorCircle_2oE9M {
|
|
8457
|
+
width: 20px;
|
|
8458
|
+
height: 20px;
|
|
8459
|
+
}
|
|
8460
|
+
.phoneViewContainer_2q1mj .partContainer_3-nRO .colorRow_uF5t1 .content_ZlyKc .colorCircle_2oE9M > div {
|
|
8461
|
+
width: 20px;
|
|
8462
|
+
height: 20px;
|
|
8463
|
+
}
|
|
8464
|
+
.phoneViewContainer_2q1mj .actionContainer_21IKL {
|
|
8465
|
+
margin-bottom: 0px;
|
|
8466
|
+
}
|
|
8467
|
+
.phoneViewContainer_2q1mj .actionContainer_21IKL .row_2tCJb .confirmBtn_p-3Wu {
|
|
8468
|
+
height: 48px;
|
|
8469
|
+
width: 100%;
|
|
8470
|
+
padding: 13px 0px;
|
|
8471
|
+
background-color: #2e73e5;
|
|
8472
|
+
color: #fff;
|
|
8473
|
+
text-align: center;
|
|
8474
|
+
border-radius: 4px;
|
|
8475
|
+
}
|
|
8476
|
+
.fileListSelectPhoneBox_27K3v .hiddenInput_3Sct_ {
|
|
8477
|
+
visibility: hidden;
|
|
8478
|
+
display: none;
|
|
8479
|
+
}
|
|
8480
|
+
.timeRangeErrorToast_3kqgW {
|
|
8481
|
+
width: 200px;
|
|
8482
|
+
word-break: break-all;
|
|
8483
|
+
text-align: center;
|
|
8484
|
+
border-radius: 8px;
|
|
8485
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
8486
|
+
color: #fff;
|
|
8487
|
+
padding: 16px 24px;
|
|
8488
|
+
position: absolute;
|
|
8489
|
+
bottom: 160px;
|
|
8490
|
+
left: 50%;
|
|
8491
|
+
transform: translate(-50%);
|
|
8492
|
+
z-index: 200;
|
|
8493
|
+
}
|
|
8494
|
+
.colorPalettePhone_BsBTv {
|
|
8495
|
+
width: 100%;
|
|
8496
|
+
padding: 0;
|
|
8497
|
+
flex-wrap: wrap;
|
|
8498
|
+
box-shadow: none;
|
|
8499
|
+
box-shadow: initial;
|
|
8500
|
+
background-color: transparent;
|
|
8501
|
+
background-color: initial;
|
|
8502
|
+
}
|
|
8503
|
+
.colorPalettePhone_BsBTv > div {
|
|
8504
|
+
width: calc(100% / 7);
|
|
8505
|
+
height: 48px;
|
|
8506
|
+
display: flex;
|
|
8507
|
+
justify-content: center;
|
|
8508
|
+
align-items: center;
|
|
8509
|
+
}
|
|
8510
|
+
.cardColorPickDrawer_SuQLa {
|
|
8511
|
+
width: 100% !important;
|
|
8512
|
+
padding: 0 !important;
|
|
8513
|
+
flex-wrap: wrap !important;
|
|
8514
|
+
box-shadow: none !important;
|
|
8515
|
+
box-shadow: initial !important;
|
|
8516
|
+
background-color: transparent !important;
|
|
8517
|
+
background-color: initial !important;
|
|
8518
|
+
}
|
|
8519
|
+
.cardColorPickDrawer_SuQLa > div {
|
|
8520
|
+
width: calc(100% / 7) !important;
|
|
8521
|
+
height: 48px !important;
|
|
8522
|
+
display: flex !important;
|
|
8523
|
+
justify-content: center !important;
|
|
8524
|
+
align-items: center !important;
|
|
8525
|
+
}
|
|
8526
|
+
.cardEditDrawer {
|
|
8527
|
+
z-index: 200;
|
|
8528
|
+
padding: 20px 19px;
|
|
8529
|
+
max-height: calc(100% - 98px);
|
|
8530
|
+
min-height: 236px;
|
|
8531
|
+
}
|
|
8532
|
+
.coverCardEditDrawer {
|
|
8533
|
+
z-index: 199;
|
|
8534
|
+
}
|
|
8535
|
+
.radioSelectDrawerBox_2Hw1j {
|
|
8536
|
+
overflow: auto;
|
|
8537
|
+
scrollbar-color: var(--upime-scrollbar-thumb) transparent;
|
|
8538
|
+
scrollbar-width: thin;
|
|
8539
|
+
}
|
|
8540
|
+
.radioSelectDrawerBox_2Hw1j::-webkit-scrollbar {
|
|
8541
|
+
width: 4px;
|
|
8542
|
+
}
|
|
8543
|
+
.radioSelectDrawerBox_2Hw1j::-webkit-scrollbar-track {
|
|
8544
|
+
border-radius: 5px;
|
|
8545
|
+
background-color: transparent;
|
|
8546
|
+
}
|
|
8547
|
+
.radioSelectDrawerBox_2Hw1j::-webkit-scrollbar-thumb {
|
|
8548
|
+
border-radius: 2px;
|
|
8549
|
+
background-color: var(--upime-scrollbar-thumb);
|
|
8550
|
+
}
|
|
8551
|
+
.radioSelectDrawerBox_2Hw1j .row_2tCJb {
|
|
8552
|
+
padding: 16px 4px;
|
|
8553
|
+
display: flex;
|
|
8554
|
+
justify-content: space-between;
|
|
8555
|
+
}
|
|
8556
|
+
.userSelectDrawerBox_2iZMV .actionRow_3pNf5 {
|
|
8557
|
+
padding: 16px 4px;
|
|
8558
|
+
padding-top: 0px;
|
|
8559
|
+
display: flex;
|
|
8560
|
+
justify-content: space-between;
|
|
8561
|
+
border-bottom: 1px solid #e6e7e9;
|
|
8562
|
+
position: relative;
|
|
8563
|
+
}
|
|
8564
|
+
.userSelectDrawerBox_2iZMV .actionRow_3pNf5::after {
|
|
8565
|
+
content: "";
|
|
8566
|
+
height: 1px;
|
|
8567
|
+
display: block;
|
|
8568
|
+
width: 20px;
|
|
8569
|
+
border-bottom: 1px solid #e6e7e9;
|
|
8570
|
+
position: absolute;
|
|
8571
|
+
bottom: -1px;
|
|
8572
|
+
right: -20px;
|
|
8573
|
+
}
|
|
8574
|
+
.userSelectDrawerBox_2iZMV .actionRow_3pNf5::before {
|
|
8575
|
+
content: "";
|
|
8576
|
+
height: 1px;
|
|
8577
|
+
display: block;
|
|
8578
|
+
width: 20px;
|
|
8579
|
+
border-bottom: 1px solid #e6e7e9;
|
|
8580
|
+
position: absolute;
|
|
8581
|
+
bottom: -1px;
|
|
8582
|
+
left: -20px;
|
|
8583
|
+
}
|
|
8584
|
+
.userSelectDrawerBox_2iZMV .searchRow_34A87 {
|
|
8585
|
+
padding: 16px 0px;
|
|
8586
|
+
}
|
|
8587
|
+
.userSelectDrawerBox_2iZMV .searchRow_34A87 .inputBox_2PIFc {
|
|
8588
|
+
height: 44px;
|
|
8589
|
+
padding: 12px 16px;
|
|
8590
|
+
border-radius: 999px;
|
|
8591
|
+
border: 1px solid #c2c3c8;
|
|
8592
|
+
display: flex;
|
|
8593
|
+
gap: 8px;
|
|
8594
|
+
}
|
|
8595
|
+
.userSelectDrawerBox_2iZMV .searchRow_34A87 .inputBox_2PIFc > svg {
|
|
8596
|
+
font-size: 18px;
|
|
8597
|
+
}
|
|
8598
|
+
.userSelectDrawerBox_2iZMV .searchRow_34A87 .inputBox_2PIFc > input {
|
|
8599
|
+
border: none;
|
|
8600
|
+
flex: 1;
|
|
8601
|
+
line-height: 23px;
|
|
8602
|
+
font-size: 15px;
|
|
8603
|
+
}
|
|
8604
|
+
.userSelectDrawerBox_2iZMV .searchRow_34A87 .inputBox_2PIFc .clearInput_1SaWL {
|
|
8605
|
+
width: 18px;
|
|
8606
|
+
height: 18px;
|
|
8607
|
+
border-radius: 50%;
|
|
8608
|
+
background-color: #dedede;
|
|
8609
|
+
display: flex;
|
|
8610
|
+
justify-content: center;
|
|
8611
|
+
align-items: center;
|
|
8612
|
+
align-self: center;
|
|
8613
|
+
}
|
|
8614
|
+
.userSelectDrawerBox_2iZMV .searchRow_34A87 .inputBox_2PIFc .clearInput_1SaWL svg {
|
|
8615
|
+
color: white;
|
|
8616
|
+
width: 12px;
|
|
8617
|
+
height: 12px;
|
|
8618
|
+
}
|
|
8619
|
+
.userSelectDrawerBox_2iZMV .listBox_1twLk {
|
|
8620
|
+
overflow: auto;
|
|
8621
|
+
height: 425px;
|
|
8622
|
+
scrollbar-color: var(--upime-scrollbar-thumb) transparent;
|
|
8623
|
+
scrollbar-width: thin;
|
|
8624
|
+
}
|
|
8625
|
+
.userSelectDrawerBox_2iZMV .listBox_1twLk::-webkit-scrollbar {
|
|
8626
|
+
width: 4px;
|
|
8627
|
+
}
|
|
8628
|
+
.userSelectDrawerBox_2iZMV .listBox_1twLk::-webkit-scrollbar-track {
|
|
8629
|
+
border-radius: 5px;
|
|
8630
|
+
background-color: transparent;
|
|
8631
|
+
}
|
|
8632
|
+
.userSelectDrawerBox_2iZMV .listBox_1twLk::-webkit-scrollbar-thumb {
|
|
8633
|
+
border-radius: 2px;
|
|
8634
|
+
background-color: var(--upime-scrollbar-thumb);
|
|
8635
|
+
}
|
|
8636
|
+
.userSelectDrawerBox_2iZMV .listBox_1twLk .userRow_KKhgi {
|
|
8637
|
+
display: flex;
|
|
8638
|
+
justify-content: space-between;
|
|
8639
|
+
align-items: center;
|
|
8640
|
+
padding: 14px 4px;
|
|
8641
|
+
}
|
|
8642
|
+
.userSelectDrawerBox_2iZMV .listBox_1twLk .userRow_KKhgi .nameBox_3J5To {
|
|
8643
|
+
display: flex;
|
|
8644
|
+
gap: 8px;
|
|
8645
|
+
align-items: center;
|
|
8646
|
+
}
|
|
8647
|
+
.userSelectDrawerBox_2iZMV .listBox_1twLk .userRow_KKhgi .nameBox_3J5To .avatar_1OG7B {
|
|
8648
|
+
border-radius: 20px;
|
|
8649
|
+
}
|
|
8650
|
+
.userSelectDrawerBox_2iZMV .listBox_1twLk .userRow_KKhgi .nameBox_3J5To .userName_kU155 {
|
|
8651
|
+
max-width: 260px;
|
|
8652
|
+
overflow: hidden;
|
|
8653
|
+
text-overflow: ellipsis;
|
|
8654
|
+
white-space: nowrap;
|
|
8655
|
+
}
|
|
8656
|
+
.userSelectDrawerBox_2iZMV .listBox_1twLk .noUsersBox_3EMhb {
|
|
8657
|
+
text-align: center;
|
|
8658
|
+
font-size: 14px;
|
|
8659
|
+
color: #303445;
|
|
8660
|
+
line-height: 22px;
|
|
8661
|
+
margin-top: 90px;
|
|
8662
|
+
}
|
|
8663
|
+
.userSelectDrawerBox_2iZMV .listBox_1twLk::-webkit-scrollbar {
|
|
8664
|
+
display: none;
|
|
8665
|
+
}
|
|
8666
|
+
.phoneFileListContainer_3_IqJ {
|
|
8667
|
+
position: relative;
|
|
8668
|
+
}
|
|
8669
|
+
.phoneFileListContainer_3_IqJ.hasFiles_263Gr {
|
|
8670
|
+
padding: 8px 20px;
|
|
8671
|
+
}
|
|
8672
|
+
.kanbanConfigWrapper_zrjFR {
|
|
8673
|
+
position: absolute;
|
|
8674
|
+
top: 0;
|
|
8675
|
+
right: 0;
|
|
8676
|
+
bottom: 0;
|
|
8677
|
+
left: 0;
|
|
8678
|
+
display: flex;
|
|
8679
|
+
align-items: center;
|
|
8680
|
+
justify-content: center;
|
|
8681
|
+
overflow: hidden;
|
|
8682
|
+
}
|
|
8683
|
+
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP {
|
|
8684
|
+
width: 750px;
|
|
8685
|
+
border-radius: 12px;
|
|
8686
|
+
background-color: #ffffff;
|
|
8687
|
+
font-size: 14px;
|
|
8688
|
+
height: 580px;
|
|
8179
8689
|
max-height: 95vh;
|
|
8180
8690
|
display: grid;
|
|
8181
8691
|
grid-template-rows: 76px 1fr;
|
|
@@ -8368,6 +8878,9 @@
|
|
|
8368
8878
|
background-color: #f5f6f6;
|
|
8369
8879
|
cursor: not-allowed;
|
|
8370
8880
|
}
|
|
8881
|
+
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .inputContainer_zn0oa .input_129hJ::-moz-placeholder {
|
|
8882
|
+
color: #c2c3c8;
|
|
8883
|
+
}
|
|
8371
8884
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .inputContainer_zn0oa .input_129hJ::placeholder {
|
|
8372
8885
|
color: #c2c3c8;
|
|
8373
8886
|
}
|
|
@@ -8491,6 +9004,9 @@
|
|
|
8491
9004
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .optionListContainer_3gQwd .opRow_8piVY .opInputContainer_3F-t_:focus {
|
|
8492
9005
|
border: 1px solid #2e73e5;
|
|
8493
9006
|
}
|
|
9007
|
+
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .optionListContainer_3gQwd .opRow_8piVY .opInputContainer_3F-t_::-moz-placeholder {
|
|
9008
|
+
color: #c2c3c8;
|
|
9009
|
+
}
|
|
8494
9010
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .optionListContainer_3gQwd .opRow_8piVY .opInputContainer_3F-t_::placeholder {
|
|
8495
9011
|
color: #c2c3c8;
|
|
8496
9012
|
}
|
|
@@ -8650,6 +9166,7 @@
|
|
|
8650
9166
|
.element_name_39TT- {
|
|
8651
9167
|
position: absolute;
|
|
8652
9168
|
transform-origin: 0 0;
|
|
9169
|
+
width: -moz-max-content;
|
|
8653
9170
|
width: max-content;
|
|
8654
9171
|
height: 100%;
|
|
8655
9172
|
padding: 0;
|
|
@@ -8679,6 +9196,10 @@
|
|
|
8679
9196
|
pointer-events: auto;
|
|
8680
9197
|
font-weight: 600;
|
|
8681
9198
|
}
|
|
9199
|
+
.textarea_element_name_3uw6w::-moz-placeholder {
|
|
9200
|
+
color: #c2c3c8;
|
|
9201
|
+
font-weight: 400;
|
|
9202
|
+
}
|
|
8682
9203
|
.textarea_element_name_3uw6w::placeholder {
|
|
8683
9204
|
color: #c2c3c8;
|
|
8684
9205
|
font-weight: 400;
|
|
@@ -8801,6 +9322,9 @@
|
|
|
8801
9322
|
.addNewColContainer_2U3es .attrInputContainer_hhG9O .attrInput_9uRCq.error_1F0s4 {
|
|
8802
9323
|
border: 1px solid #fe5250;
|
|
8803
9324
|
}
|
|
9325
|
+
.addNewColContainer_2U3es .attrInputContainer_hhG9O .attrInput_9uRCq::-moz-placeholder {
|
|
9326
|
+
color: #c2c3c8;
|
|
9327
|
+
}
|
|
8804
9328
|
.addNewColContainer_2U3es .attrInputContainer_hhG9O .attrInput_9uRCq::placeholder {
|
|
8805
9329
|
color: #c2c3c8;
|
|
8806
9330
|
}
|
|
@@ -9235,6 +9759,21 @@
|
|
|
9235
9759
|
width: 28px;
|
|
9236
9760
|
height: 28px;
|
|
9237
9761
|
}
|
|
9762
|
+
.iconWrap_2MBnC {
|
|
9763
|
+
width: 36px;
|
|
9764
|
+
height: 36px;
|
|
9765
|
+
display: flex;
|
|
9766
|
+
justify-content: center;
|
|
9767
|
+
align-items: center;
|
|
9768
|
+
border-radius: 2px;
|
|
9769
|
+
cursor: pointer;
|
|
9770
|
+
}
|
|
9771
|
+
.do-hovers .iconWrap_2MBnC:hover {
|
|
9772
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
9773
|
+
}
|
|
9774
|
+
.do-hovers .active_2r-OK .iconWrap_2MBnC:hover {
|
|
9775
|
+
background-color: #EAF1FC;
|
|
9776
|
+
}
|
|
9238
9777
|
.draggableRoot_2qSTc {
|
|
9239
9778
|
position: absolute;
|
|
9240
9779
|
top: 0;
|
|
@@ -9555,6 +10094,9 @@
|
|
|
9555
10094
|
.dashboardContainer_mRFS- .dashbardContentContainer_33BP7 .inputRow_2fmro .input_3AwAe.oneLine_3BVqx.phone_1kP_V {
|
|
9556
10095
|
padding-right: 36px;
|
|
9557
10096
|
}
|
|
10097
|
+
.dashboardContainer_mRFS- .dashbardContentContainer_33BP7 .inputRow_2fmro .input_3AwAe::-moz-placeholder {
|
|
10098
|
+
color: #c2c3c8;
|
|
10099
|
+
}
|
|
9558
10100
|
.dashboardContainer_mRFS- .dashbardContentContainer_33BP7 .inputRow_2fmro .input_3AwAe::placeholder {
|
|
9559
10101
|
color: #c2c3c8;
|
|
9560
10102
|
}
|
|
@@ -9584,6 +10126,7 @@
|
|
|
9584
10126
|
left: 0;
|
|
9585
10127
|
opacity: 0;
|
|
9586
10128
|
-webkit-user-select: none;
|
|
10129
|
+
-moz-user-select: none;
|
|
9587
10130
|
user-select: none;
|
|
9588
10131
|
pointer-events: none;
|
|
9589
10132
|
}
|
|
@@ -10097,6 +10640,7 @@
|
|
|
10097
10640
|
.border_Q60AG *::after {
|
|
10098
10641
|
box-sizing: border-box;
|
|
10099
10642
|
-webkit-user-select: none;
|
|
10643
|
+
-moz-user-select: none;
|
|
10100
10644
|
user-select: none;
|
|
10101
10645
|
}
|
|
10102
10646
|
.border_Q60AG input,
|
|
@@ -10104,6 +10648,7 @@
|
|
|
10104
10648
|
outline: none !important;
|
|
10105
10649
|
resize: none !important;
|
|
10106
10650
|
-webkit-user-select: text !important;
|
|
10651
|
+
-moz-user-select: text !important;
|
|
10107
10652
|
user-select: text !important;
|
|
10108
10653
|
}
|
|
10109
10654
|
.goToLinkToolTip_Jo9f- {
|
|
@@ -10300,23 +10845,36 @@
|
|
|
10300
10845
|
color: #2E73E5;
|
|
10301
10846
|
}
|
|
10302
10847
|
|
|
10303
|
-
.
|
|
10304
|
-
width:
|
|
10305
|
-
height:
|
|
10848
|
+
.iconWrap_2PzPU {
|
|
10849
|
+
width: 36px;
|
|
10850
|
+
height: 36px;
|
|
10851
|
+
border-radius: 2px;
|
|
10306
10852
|
display: flex;
|
|
10307
10853
|
justify-content: center;
|
|
10308
10854
|
align-items: center;
|
|
10309
|
-
|
|
10855
|
+
cursor: pointer;
|
|
10310
10856
|
}
|
|
10311
|
-
.
|
|
10857
|
+
.iconWrapActive_9X9U_ {
|
|
10312
10858
|
color: var(--upime-active);
|
|
10859
|
+
background-color: #EAF1FC;
|
|
10860
|
+
}
|
|
10861
|
+
.do-hovers .iconWrap_2PzPU:hover {
|
|
10862
|
+
color: inherit;
|
|
10863
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
10864
|
+
}
|
|
10865
|
+
.do-hovers .iconWrapActive_9X9U_:hover {
|
|
10866
|
+
color: var(--upime-active);
|
|
10867
|
+
background-color: #EAF1FC;
|
|
10868
|
+
}
|
|
10869
|
+
.iconContainer_2evAK {
|
|
10870
|
+
position: relative;
|
|
10313
10871
|
}
|
|
10314
10872
|
.iconContainer_2evAK .unreadHintContainer_SCRFL {
|
|
10315
10873
|
border: 1px solid white;
|
|
10316
10874
|
border-radius: 8px;
|
|
10317
10875
|
position: absolute;
|
|
10318
|
-
top:
|
|
10319
|
-
right:
|
|
10876
|
+
top: -2px;
|
|
10877
|
+
right: -2px;
|
|
10320
10878
|
}
|
|
10321
10879
|
.iconContainer_2evAK .unreadHintContainer_SCRFL .unreadHint_1ZtXu {
|
|
10322
10880
|
background-color: #fe5250;
|
|
@@ -10511,6 +11069,10 @@
|
|
|
10511
11069
|
padding-left: 40px;
|
|
10512
11070
|
padding-right: 32px;
|
|
10513
11071
|
}
|
|
11072
|
+
.filterContainer_3-Rd6 .participantContainer_2IQRQ .searchContainer_110-h > input::-moz-placeholder {
|
|
11073
|
+
color: #c2c3c8;
|
|
11074
|
+
font-size: 14px;
|
|
11075
|
+
}
|
|
10514
11076
|
.filterContainer_3-Rd6 .participantContainer_2IQRQ .searchContainer_110-h > input::placeholder {
|
|
10515
11077
|
color: #c2c3c8;
|
|
10516
11078
|
font-size: 14px;
|
|
@@ -10619,23 +11181,36 @@
|
|
|
10619
11181
|
color: var(--upime-active);
|
|
10620
11182
|
}
|
|
10621
11183
|
|
|
10622
|
-
.
|
|
10623
|
-
width:
|
|
10624
|
-
height:
|
|
11184
|
+
.iconWrap_55JeL {
|
|
11185
|
+
width: 36px;
|
|
11186
|
+
height: 36px;
|
|
11187
|
+
border-radius: 2px;
|
|
10625
11188
|
display: flex;
|
|
10626
11189
|
justify-content: center;
|
|
10627
11190
|
align-items: center;
|
|
10628
|
-
|
|
11191
|
+
cursor: pointer;
|
|
10629
11192
|
}
|
|
10630
|
-
.
|
|
11193
|
+
.iconWrapActive_4T4h1 {
|
|
10631
11194
|
color: var(--upime-active);
|
|
11195
|
+
background-color: #EAF1FC;
|
|
11196
|
+
}
|
|
11197
|
+
.do-hovers .iconWrap_55JeL:hover {
|
|
11198
|
+
color: inherit;
|
|
11199
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
11200
|
+
}
|
|
11201
|
+
.do-hovers .iconWrapActive_4T4h1:hover {
|
|
11202
|
+
color: var(--upime-active);
|
|
11203
|
+
background-color: #EAF1FC;
|
|
11204
|
+
}
|
|
11205
|
+
.iconContainer_3d_MB {
|
|
11206
|
+
position: relative;
|
|
10632
11207
|
}
|
|
10633
11208
|
.iconContainer_3d_MB .unreadHintContainer_D6nwQ {
|
|
10634
11209
|
border: 1px solid white;
|
|
10635
11210
|
border-radius: 8px;
|
|
10636
11211
|
position: absolute;
|
|
10637
|
-
top:
|
|
10638
|
-
right:
|
|
11212
|
+
top: -2px;
|
|
11213
|
+
right: -2px;
|
|
10639
11214
|
}
|
|
10640
11215
|
.iconContainer_3d_MB .unreadHintContainer_D6nwQ .unreadHint_jpuVu {
|
|
10641
11216
|
background-color: #fe5250;
|
|
@@ -10830,6 +11405,10 @@
|
|
|
10830
11405
|
padding-left: 40px;
|
|
10831
11406
|
padding-right: 32px;
|
|
10832
11407
|
}
|
|
11408
|
+
.filterContainer_2BCmt .participantContainer_2cqqd .searchContainer_2UViR > input::-moz-placeholder {
|
|
11409
|
+
color: #c2c3c8;
|
|
11410
|
+
font-size: 14px;
|
|
11411
|
+
}
|
|
10833
11412
|
.filterContainer_2BCmt .participantContainer_2cqqd .searchContainer_2UViR > input::placeholder {
|
|
10834
11413
|
color: #c2c3c8;
|
|
10835
11414
|
font-size: 14px;
|
|
@@ -11358,7 +11937,6 @@
|
|
|
11358
11937
|
}
|
|
11359
11938
|
.submenuWrapper_390s6 .submenu_3utq8 {
|
|
11360
11939
|
width: 89px;
|
|
11361
|
-
height: 130px;
|
|
11362
11940
|
background-color: var(--upime-pane-bg);
|
|
11363
11941
|
border-radius: 4px;
|
|
11364
11942
|
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
@@ -11447,10 +12025,12 @@
|
|
|
11447
12025
|
flex-direction: column;
|
|
11448
12026
|
padding: 24px;
|
|
11449
12027
|
justify-content: space-between;
|
|
12028
|
+
border-radius: 12px;
|
|
11450
12029
|
}
|
|
11451
12030
|
.root_m21ec .content_bVoEx {
|
|
11452
12031
|
display: flex;
|
|
11453
12032
|
flex-direction: column;
|
|
12033
|
+
margin-bottom: 24px;
|
|
11454
12034
|
}
|
|
11455
12035
|
.root_m21ec .content_bVoEx .title_3VGI6 {
|
|
11456
12036
|
height: 28px;
|
|
@@ -11510,6 +12090,7 @@
|
|
|
11510
12090
|
flex-direction: column;
|
|
11511
12091
|
justify-content: space-between;
|
|
11512
12092
|
align-items: center;
|
|
12093
|
+
border-radius: 8px;
|
|
11513
12094
|
}
|
|
11514
12095
|
.endMeetingRoot_2bkWY .forceLeave_3gjGk {
|
|
11515
12096
|
max-width: 320px;
|
|
@@ -11528,6 +12109,19 @@
|
|
|
11528
12109
|
.endMeetingRoot_2bkWY .placeholderImg_1GUUu {
|
|
11529
12110
|
width: 140px;
|
|
11530
12111
|
}
|
|
12112
|
+
.cannotJoinBox_2G-Vj {
|
|
12113
|
+
min-height: auto;
|
|
12114
|
+
border-radius: 12px;
|
|
12115
|
+
width: 480px;
|
|
12116
|
+
}
|
|
12117
|
+
.cannotJoinBox_2G-Vj .content_bVoEx .title_3VGI6 {
|
|
12118
|
+
font-weight: 600;
|
|
12119
|
+
font-size: 20px;
|
|
12120
|
+
margin-bottom: 8px;
|
|
12121
|
+
}
|
|
12122
|
+
.cannotJoinBox_2G-Vj .content_bVoEx .subtitle_2_nR6 {
|
|
12123
|
+
color: #616371;
|
|
12124
|
+
}
|
|
11531
12125
|
.phoneModal_1Ar6S .phoneForceLeave_2yuQo {
|
|
11532
12126
|
line-height: 24px;
|
|
11533
12127
|
color: var(--upime-main-text);
|
|
@@ -11555,12 +12149,14 @@
|
|
|
11555
12149
|
}
|
|
11556
12150
|
.phoneModal_1Ar6S .imgContainer_1mue6 {
|
|
11557
12151
|
text-align: center;
|
|
12152
|
+
padding-top: 15px;
|
|
11558
12153
|
}
|
|
11559
12154
|
.phoneModal_1Ar6S .imgContainer_1mue6 .placeholderImg_1GUUu {
|
|
11560
12155
|
width: 110px;
|
|
11561
12156
|
}
|
|
11562
12157
|
.nickNameInput_RAs3H {
|
|
11563
|
-
margin:
|
|
12158
|
+
margin: 0px;
|
|
12159
|
+
margin-bottom: 16px;
|
|
11564
12160
|
height: 44px;
|
|
11565
12161
|
}
|
|
11566
12162
|
.noPermissionJoinBox_2qDRl {
|
|
@@ -11664,22 +12260,24 @@
|
|
|
11664
12260
|
.requestMediaBox_HOoWc .actionRow_NMogH .confirm_1c35u:hover {
|
|
11665
12261
|
opacity: 0.7;
|
|
11666
12262
|
}
|
|
11667
|
-
.outMeetingModalBox_24pEe
|
|
12263
|
+
.outMeetingModalBox_24pEe,
|
|
12264
|
+
.endModalBox_21TuR {
|
|
11668
12265
|
width: 480px;
|
|
11669
12266
|
height: 170px;
|
|
11670
12267
|
border-radius: 12px;
|
|
11671
12268
|
padding: 24px;
|
|
11672
|
-
padding-top: 30px;
|
|
11673
12269
|
background-color: #fff;
|
|
11674
12270
|
position: absolute;
|
|
11675
12271
|
top: 50%;
|
|
11676
12272
|
left: 50%;
|
|
11677
12273
|
transform: translate(-50%, -50%);
|
|
11678
12274
|
}
|
|
11679
|
-
.outMeetingModalBox_24pEe .headRow_2ZRHv
|
|
12275
|
+
.outMeetingModalBox_24pEe .headRow_2ZRHv,
|
|
12276
|
+
.endModalBox_21TuR .headRow_2ZRHv {
|
|
11680
12277
|
margin-bottom: 40px;
|
|
11681
12278
|
}
|
|
11682
|
-
.outMeetingModalBox_24pEe .headRow_2ZRHv > svg
|
|
12279
|
+
.outMeetingModalBox_24pEe .headRow_2ZRHv > svg,
|
|
12280
|
+
.endModalBox_21TuR .headRow_2ZRHv > svg {
|
|
11683
12281
|
width: 28px;
|
|
11684
12282
|
height: 28px;
|
|
11685
12283
|
color: #ffa519;
|
|
@@ -11687,25 +12285,44 @@
|
|
|
11687
12285
|
position: relative;
|
|
11688
12286
|
top: 7px;
|
|
11689
12287
|
}
|
|
11690
|
-
.outMeetingModalBox_24pEe .headRow_2ZRHv .wording_TcMYU
|
|
11691
|
-
|
|
12288
|
+
.outMeetingModalBox_24pEe .headRow_2ZRHv .wording_TcMYU,
|
|
12289
|
+
.endModalBox_21TuR .headRow_2ZRHv .wording_TcMYU {
|
|
12290
|
+
font-size: 20px;
|
|
11692
12291
|
}
|
|
11693
|
-
.outMeetingModalBox_24pEe .actionRow_NMogH
|
|
12292
|
+
.outMeetingModalBox_24pEe .actionRow_NMogH,
|
|
12293
|
+
.endModalBox_21TuR .actionRow_NMogH {
|
|
11694
12294
|
text-align: right;
|
|
11695
12295
|
}
|
|
11696
|
-
.outMeetingModalBox_24pEe .actionRow_NMogH .btn_1fd3R
|
|
12296
|
+
.outMeetingModalBox_24pEe .actionRow_NMogH .btn_1fd3R,
|
|
12297
|
+
.endModalBox_21TuR .actionRow_NMogH .btn_1fd3R {
|
|
11697
12298
|
display: inline-block;
|
|
11698
12299
|
padding: 8px 20px;
|
|
11699
12300
|
width: 104px;
|
|
11700
|
-
|
|
12301
|
+
text-align: center;
|
|
11701
12302
|
border-radius: 4px;
|
|
11702
12303
|
background-color: #2e73e5;
|
|
11703
12304
|
color: #fff;
|
|
11704
12305
|
cursor: pointer;
|
|
11705
12306
|
}
|
|
11706
|
-
.outMeetingModalBox_24pEe .actionRow_NMogH .btn_1fd3R:hover
|
|
12307
|
+
.outMeetingModalBox_24pEe .actionRow_NMogH .btn_1fd3R:hover,
|
|
12308
|
+
.endModalBox_21TuR .actionRow_NMogH .btn_1fd3R:hover {
|
|
11707
12309
|
opacity: 0.7;
|
|
11708
12310
|
}
|
|
12311
|
+
.endModalBox_21TuR {
|
|
12312
|
+
height: auto;
|
|
12313
|
+
padding-top: 24px;
|
|
12314
|
+
}
|
|
12315
|
+
.endModalBox_21TuR .headRow_2ZRHv {
|
|
12316
|
+
font-weight: 600;
|
|
12317
|
+
margin-bottom: 24px;
|
|
12318
|
+
}
|
|
12319
|
+
.endModalBox_21TuR .headRow_2ZRHv .wording_TcMYU {
|
|
12320
|
+
font-size: 20px;
|
|
12321
|
+
}
|
|
12322
|
+
.endModalBox_21TuR .actionRow_NMogH .btn_1fd3R {
|
|
12323
|
+
text-align: center;
|
|
12324
|
+
height: auto;
|
|
12325
|
+
}
|
|
11709
12326
|
.inRecordingDialogBox_1Rmfm,
|
|
11710
12327
|
.endRecordingDialogBox_2Wz20 {
|
|
11711
12328
|
width: 380px;
|
|
@@ -11743,6 +12360,7 @@
|
|
|
11743
12360
|
color: #616371;
|
|
11744
12361
|
margin-bottom: 16px;
|
|
11745
12362
|
text-align: left;
|
|
12363
|
+
word-break: break-word;
|
|
11746
12364
|
}
|
|
11747
12365
|
.inRecordingDialogBox_1Rmfm .footerRow_1VCfS,
|
|
11748
12366
|
.endRecordingDialogBox_2Wz20 .footerRow_1VCfS {
|
|
@@ -11775,6 +12393,7 @@
|
|
|
11775
12393
|
}
|
|
11776
12394
|
.endRecordingDialogBox_2Wz20 .bodyRow__0o5c {
|
|
11777
12395
|
padding-left: 0px;
|
|
12396
|
+
word-break: break-word;
|
|
11778
12397
|
}
|
|
11779
12398
|
.inRecordingFirstModalBox_3uFfF {
|
|
11780
12399
|
width: 480px;
|
|
@@ -12078,6 +12697,9 @@
|
|
|
12078
12697
|
top: 3px;
|
|
12079
12698
|
position: relative;
|
|
12080
12699
|
}
|
|
12700
|
+
.body_3jDAr .searchBar_28EEk > input::-moz-placeholder {
|
|
12701
|
+
color: #91939c;
|
|
12702
|
+
}
|
|
12081
12703
|
.body_3jDAr .searchBar_28EEk > input::placeholder {
|
|
12082
12704
|
color: #91939c;
|
|
12083
12705
|
}
|
|
@@ -12766,7 +13388,7 @@
|
|
|
12766
13388
|
.textContainer_1JELQ .textBox_2F1tW .textItem_198Os .textArea_3s9sD .textHead_1RAD3 .popBox_2ddu7 {
|
|
12767
13389
|
position: absolute;
|
|
12768
13390
|
width: 160px;
|
|
12769
|
-
height:
|
|
13391
|
+
height: 82px;
|
|
12770
13392
|
border-radius: 4px;
|
|
12771
13393
|
background-color: #ffffff;
|
|
12772
13394
|
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
|
|
@@ -12774,7 +13396,7 @@
|
|
|
12774
13396
|
top: 20px;
|
|
12775
13397
|
display: none;
|
|
12776
13398
|
z-index: 1;
|
|
12777
|
-
padding:
|
|
13399
|
+
padding: 8px 16px;
|
|
12778
13400
|
color: #0c1024;
|
|
12779
13401
|
}
|
|
12780
13402
|
.textContainer_1JELQ .textBox_2F1tW .textItem_198Os .textArea_3s9sD .textHead_1RAD3 .popBox_2ddu7 .row_2f4Em {
|
|
@@ -12789,6 +13411,7 @@
|
|
|
12789
13411
|
}
|
|
12790
13412
|
.textContainer_1JELQ .textBox_2F1tW .textItem_198Os .textArea_3s9sD .textContent_1lDEl {
|
|
12791
13413
|
-webkit-user-select: text;
|
|
13414
|
+
-moz-user-select: text;
|
|
12792
13415
|
user-select: text;
|
|
12793
13416
|
font-size: 14px;
|
|
12794
13417
|
color: #0c1024;
|
|
@@ -12987,6 +13610,27 @@
|
|
|
12987
13610
|
}
|
|
12988
13611
|
}
|
|
12989
13612
|
|
|
13613
|
+
.iconWrap_1BOO_ {
|
|
13614
|
+
width: 36px;
|
|
13615
|
+
height: 36px;
|
|
13616
|
+
border-radius: 2px;
|
|
13617
|
+
display: flex;
|
|
13618
|
+
justify-content: center;
|
|
13619
|
+
align-items: center;
|
|
13620
|
+
cursor: pointer;
|
|
13621
|
+
}
|
|
13622
|
+
.iconWrapActive_r6QNM {
|
|
13623
|
+
color: var(--upime-active);
|
|
13624
|
+
background-color: #EAF1FC;
|
|
13625
|
+
}
|
|
13626
|
+
.do-hovers .iconWrap_1BOO_:hover {
|
|
13627
|
+
color: inherit;
|
|
13628
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
13629
|
+
}
|
|
13630
|
+
.do-hovers .iconWrapActive_r6QNM:hover {
|
|
13631
|
+
color: var(--upime-active);
|
|
13632
|
+
background-color: #EAF1FC;
|
|
13633
|
+
}
|
|
12990
13634
|
.root_3wRSW {
|
|
12991
13635
|
height: 48px;
|
|
12992
13636
|
display: flex;
|
|
@@ -13018,9 +13662,6 @@
|
|
|
13018
13662
|
.root_3wRSW.extension_3hSxb .extensionItem_P_yjW.active_2ybfM {
|
|
13019
13663
|
color: var(--upime-active);
|
|
13020
13664
|
}
|
|
13021
|
-
.do-hovers .extension_3hSxb .extensionItem_P_yjW > svg:hover {
|
|
13022
|
-
color: var(--upime-active);
|
|
13023
|
-
}
|
|
13024
13665
|
.extensionRoot_3XozC {
|
|
13025
13666
|
width: 340px;
|
|
13026
13667
|
height: 100%;
|
|
@@ -13047,101 +13688,449 @@
|
|
|
13047
13688
|
color: var(--upime-main-text);
|
|
13048
13689
|
font-weight: 500;
|
|
13049
13690
|
}
|
|
13050
|
-
.extensionRoot_3XozC .header_3nTR7 .closeIcon_2pwh3 {
|
|
13051
|
-
font-size: 24px;
|
|
13052
|
-
color: var(--upime-main-text);
|
|
13053
|
-
cursor: pointer;
|
|
13691
|
+
.extensionRoot_3XozC .header_3nTR7 .closeIcon_2pwh3 {
|
|
13692
|
+
font-size: 24px;
|
|
13693
|
+
color: var(--upime-main-text);
|
|
13694
|
+
cursor: pointer;
|
|
13695
|
+
}
|
|
13696
|
+
.do-hovers .closeIcon_2pwh3:hover {
|
|
13697
|
+
color: var(--upime-active);
|
|
13698
|
+
}
|
|
13699
|
+
|
|
13700
|
+
.root_1Xg0h {
|
|
13701
|
+
position: absolute;
|
|
13702
|
+
width: 264px;
|
|
13703
|
+
padding-left: 24px;
|
|
13704
|
+
min-height: 216px;
|
|
13705
|
+
top: 300px;
|
|
13706
|
+
right: 8px;
|
|
13707
|
+
overflow-y: hidden;
|
|
13708
|
+
display: flex;
|
|
13709
|
+
flex-direction: column;
|
|
13710
|
+
align-items: center;
|
|
13711
|
+
height: 216px;
|
|
13712
|
+
transition: height 0.3s ease;
|
|
13713
|
+
}
|
|
13714
|
+
.root_1Xg0h.listHided_3PtEo {
|
|
13715
|
+
top: 50% !important;
|
|
13716
|
+
transform: translate(248px, -50%) !important;
|
|
13717
|
+
}
|
|
13718
|
+
.root_1Xg0h.hide_vbNDq {
|
|
13719
|
+
visibility: hidden;
|
|
13720
|
+
}
|
|
13721
|
+
.container_1IWYf {
|
|
13722
|
+
display: flex;
|
|
13723
|
+
flex-direction: column;
|
|
13724
|
+
justify-content: center;
|
|
13725
|
+
align-items: center;
|
|
13726
|
+
}
|
|
13727
|
+
.viewport_d7NeH {
|
|
13728
|
+
margin-top: 26px;
|
|
13729
|
+
overflow: hidden;
|
|
13730
|
+
}
|
|
13731
|
+
.transList_Cu1b6 {
|
|
13732
|
+
transition: transform 0.2s ease;
|
|
13733
|
+
}
|
|
13734
|
+
.sliderBtn_hx7ft {
|
|
13735
|
+
position: absolute;
|
|
13736
|
+
width: 48px;
|
|
13737
|
+
height: 24px;
|
|
13738
|
+
border-radius: 14px;
|
|
13739
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
13740
|
+
cursor: pointer;
|
|
13741
|
+
display: flex;
|
|
13742
|
+
justify-content: center;
|
|
13743
|
+
align-items: center;
|
|
13744
|
+
color: white;
|
|
13745
|
+
}
|
|
13746
|
+
.upBtn_3o8kc {
|
|
13747
|
+
top: 0px;
|
|
13748
|
+
}
|
|
13749
|
+
.downBtn_TA366 {
|
|
13750
|
+
bottom: 4px;
|
|
13751
|
+
}
|
|
13752
|
+
.btnDisabled_1P510 {
|
|
13753
|
+
cursor: not-allowed;
|
|
13754
|
+
background-color: rgba(0, 0, 0, 0.2);
|
|
13755
|
+
}
|
|
13756
|
+
.sideToggle_33aEd {
|
|
13757
|
+
position: absolute;
|
|
13758
|
+
height: 48px;
|
|
13759
|
+
width: 24px;
|
|
13760
|
+
background-color: #303030;
|
|
13761
|
+
top: 50%;
|
|
13762
|
+
left: 0;
|
|
13763
|
+
transform: translate(0, -50%);
|
|
13764
|
+
display: flex;
|
|
13765
|
+
flex-direction: column;
|
|
13766
|
+
justify-content: center;
|
|
13767
|
+
border-top-left-radius: 12px;
|
|
13768
|
+
border-bottom-left-radius: 12px;
|
|
13769
|
+
cursor: pointer;
|
|
13770
|
+
}
|
|
13771
|
+
.sideToggle_33aEd.listHided_3PtEo svg {
|
|
13772
|
+
transform: rotate(180deg);
|
|
13773
|
+
}
|
|
13774
|
+
.sideToggle_33aEd svg {
|
|
13775
|
+
width: 24px;
|
|
13776
|
+
height: 24px;
|
|
13777
|
+
color: white;
|
|
13778
|
+
}
|
|
13779
|
+
.enlargedVideoCon_3V0mN {
|
|
13780
|
+
height: 0px;
|
|
13781
|
+
position: absolute;
|
|
13782
|
+
width: 100%;
|
|
13783
|
+
top: 0;
|
|
13784
|
+
left: 0;
|
|
13785
|
+
transform: translate(0, 0);
|
|
13786
|
+
}
|
|
13787
|
+
.sideTogglePhone_Lu7s6 {
|
|
13788
|
+
position: absolute;
|
|
13789
|
+
height: 48px;
|
|
13790
|
+
width: 24px;
|
|
13791
|
+
background-color: #303030;
|
|
13792
|
+
top: 50%;
|
|
13793
|
+
right: 0;
|
|
13794
|
+
transform: translate(0, -50%);
|
|
13795
|
+
display: flex;
|
|
13796
|
+
flex-direction: column;
|
|
13797
|
+
justify-content: center;
|
|
13798
|
+
border-top-left-radius: 12px;
|
|
13799
|
+
border-bottom-left-radius: 12px;
|
|
13800
|
+
cursor: pointer;
|
|
13801
|
+
}
|
|
13802
|
+
.sideTogglePhone_Lu7s6 svg {
|
|
13803
|
+
width: 24px;
|
|
13804
|
+
height: 24px;
|
|
13805
|
+
color: white;
|
|
13806
|
+
}
|
|
13807
|
+
.enlargedVideoConPhone_3439O {
|
|
13808
|
+
position: absolute;
|
|
13809
|
+
width: 100%;
|
|
13810
|
+
height: 100%;
|
|
13811
|
+
top: 0;
|
|
13812
|
+
z-index: -1;
|
|
13813
|
+
}
|
|
13814
|
+
.enlargedVideoConPhone_3439O.open_1r4pC {
|
|
13815
|
+
z-index: 21;
|
|
13816
|
+
}
|
|
13817
|
+
.detachedBoxLandscape_1Qy6I {
|
|
13818
|
+
width: 100%;
|
|
13819
|
+
height: 100%;
|
|
13820
|
+
display: flex;
|
|
13821
|
+
}
|
|
13822
|
+
.detachedBoxLandscape_1Qy6I .mixBox_21ds9 {
|
|
13823
|
+
flex: 1;
|
|
13824
|
+
height: 100%;
|
|
13825
|
+
position: relative;
|
|
13826
|
+
background-color: #000;
|
|
13827
|
+
}
|
|
13828
|
+
.detachedBoxLandscape_1Qy6I .mixBox_21ds9 .videoContainer_FYBCH {
|
|
13829
|
+
height: 100%;
|
|
13830
|
+
width: 100%;
|
|
13831
|
+
padding: 0 39px;
|
|
13832
|
+
}
|
|
13833
|
+
.detachedBoxLandscape_1Qy6I .mixBox_21ds9 .avatarContainer_3Pd_3 {
|
|
13834
|
+
position: absolute;
|
|
13835
|
+
display: flex;
|
|
13836
|
+
justify-content: center;
|
|
13837
|
+
align-items: center;
|
|
13838
|
+
top: 0;
|
|
13839
|
+
bottom: 0;
|
|
13840
|
+
left: 0;
|
|
13841
|
+
right: 0;
|
|
13842
|
+
background: #303445;
|
|
13843
|
+
margin: 0 39px;
|
|
13844
|
+
}
|
|
13845
|
+
.detachedBoxLandscape_1Qy6I .mixBox_21ds9 .avatarContainer_3Pd_3 .avatar_tG9OX {
|
|
13846
|
+
width: 100px;
|
|
13847
|
+
height: 100px;
|
|
13848
|
+
}
|
|
13849
|
+
.detachedBoxLandscape_1Qy6I .mixBox_21ds9 .micIconBox_117Sg {
|
|
13850
|
+
position: absolute;
|
|
13851
|
+
bottom: 16px;
|
|
13852
|
+
right: 16px;
|
|
13853
|
+
width: 46px;
|
|
13854
|
+
height: 46px;
|
|
13855
|
+
padding: 11px;
|
|
13856
|
+
border-radius: 999px;
|
|
13857
|
+
background-color: rgba(48, 52, 69, 0.6);
|
|
13858
|
+
}
|
|
13859
|
+
.detachedBoxLandscape_1Qy6I .mixBox_21ds9 .micIconBox_117Sg > svg {
|
|
13860
|
+
color: #fff;
|
|
13861
|
+
}
|
|
13862
|
+
.detachedBoxLandscape_1Qy6I .mixBox_21ds9 .micIconBox_117Sg .volume_2mOVS {
|
|
13863
|
+
position: absolute;
|
|
13864
|
+
bottom: 21px;
|
|
13865
|
+
left: 50%;
|
|
13866
|
+
transform: translate(-50%);
|
|
13867
|
+
background: #05caae;
|
|
13868
|
+
transition: height 0.1s ease;
|
|
13869
|
+
border-radius: 4px;
|
|
13870
|
+
width: 4px;
|
|
13871
|
+
}
|
|
13872
|
+
.detachedBoxLandscape_1Qy6I .mixBox_21ds9 .micIconBox_117Sg .volume_2mOVS.hide_vbNDq {
|
|
13873
|
+
display: none;
|
|
13874
|
+
}
|
|
13875
|
+
.detachedBoxLandscape_1Qy6I .mixBox_21ds9 .header_2iIOt {
|
|
13876
|
+
position: absolute;
|
|
13877
|
+
top: 16px;
|
|
13878
|
+
}
|
|
13879
|
+
.detachedBoxLandscape_1Qy6I .mixBox_21ds9 .header_2iIOt > span {
|
|
13880
|
+
line-height: 18px;
|
|
13881
|
+
color: white;
|
|
13882
|
+
text-overflow: ellipsis;
|
|
13883
|
+
white-space: nowrap;
|
|
13884
|
+
overflow: hidden;
|
|
13885
|
+
margin-left: 8px;
|
|
13886
|
+
position: absolute;
|
|
13887
|
+
font-size: 16px;
|
|
13888
|
+
height: 24px;
|
|
13889
|
+
max-width: 300px;
|
|
13890
|
+
}
|
|
13891
|
+
.detachedBoxLandscape_1Qy6I .mixBox_21ds9 .header_2iIOt > span > span {
|
|
13892
|
+
position: relative;
|
|
13893
|
+
bottom: 7px;
|
|
13894
|
+
}
|
|
13895
|
+
.detachedBoxLandscape_1Qy6I .mixBox_21ds9 .header_2iIOt .shareIconBox_2rRd_ {
|
|
13896
|
+
display: inline-block;
|
|
13897
|
+
border-radius: 2px;
|
|
13898
|
+
background-color: #00c78b;
|
|
13899
|
+
margin-right: 4px;
|
|
13900
|
+
width: 18px;
|
|
13901
|
+
height: 18px;
|
|
13902
|
+
margin-left: 4px;
|
|
13903
|
+
position: relative;
|
|
13904
|
+
bottom: 7px;
|
|
13905
|
+
}
|
|
13906
|
+
.detachedBoxLandscape_1Qy6I .mixBox_21ds9 .header_2iIOt .shareIconBox_2rRd_ > svg {
|
|
13907
|
+
font-size: 14px;
|
|
13908
|
+
margin-right: 4px;
|
|
13909
|
+
position: relative;
|
|
13910
|
+
top: 2px;
|
|
13911
|
+
left: 2px;
|
|
13912
|
+
}
|
|
13913
|
+
.detachedBoxLandscape_1Qy6I .profileBox_162fR {
|
|
13914
|
+
padding: 8px;
|
|
13915
|
+
background-color: #1d1e32;
|
|
13916
|
+
display: flex;
|
|
13917
|
+
flex-direction: column;
|
|
13918
|
+
justify-content: space-between;
|
|
13919
|
+
}
|
|
13920
|
+
.detachedBoxLandscape_1Qy6I .profileBox_162fR .btnRow_1D4EA {
|
|
13921
|
+
height: 20px;
|
|
13922
|
+
}
|
|
13923
|
+
.detachedBoxLandscape_1Qy6I .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft {
|
|
13924
|
+
position: static;
|
|
13925
|
+
width: 48px;
|
|
13926
|
+
height: 20px;
|
|
13927
|
+
border-radius: 999px;
|
|
13928
|
+
padding: 0px 12px;
|
|
13929
|
+
margin: auto;
|
|
13930
|
+
background-color: rgba(0, 0, 0, 0.45);
|
|
13931
|
+
-webkit-backdrop-filter: blur(1px);
|
|
13932
|
+
backdrop-filter: blur(1px);
|
|
13933
|
+
}
|
|
13934
|
+
.detachedBoxLandscape_1Qy6I .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft > svg {
|
|
13935
|
+
font-size: 20px;
|
|
13936
|
+
}
|
|
13937
|
+
.detachedBoxLandscape_1Qy6I .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft.btnDisabled_1P510 > svg {
|
|
13938
|
+
color: rgba(255, 255, 255, 0.25);
|
|
13939
|
+
}
|
|
13940
|
+
.detachedBoxLandscape_1Qy6I .profileBox_162fR .listbox_1thcv {
|
|
13941
|
+
margin: 4px 0px;
|
|
13942
|
+
height: 100%;
|
|
13943
|
+
display: flex;
|
|
13944
|
+
flex-direction: column;
|
|
13945
|
+
gap: 4px;
|
|
13946
|
+
}
|
|
13947
|
+
.detachedBoxPortrait_1TFEe {
|
|
13948
|
+
display: flex;
|
|
13949
|
+
flex-direction: column;
|
|
13950
|
+
height: 100%;
|
|
13951
|
+
width: 100%;
|
|
13952
|
+
background-color: #000;
|
|
13953
|
+
position: relative;
|
|
13954
|
+
}
|
|
13955
|
+
.detachedBoxPortrait_1TFEe .header_2iIOt {
|
|
13956
|
+
height: 48px;
|
|
13957
|
+
padding: 12px 16px;
|
|
13958
|
+
background-color: #1d1e23;
|
|
13959
|
+
border-bottom: 2px solid #000;
|
|
13960
|
+
}
|
|
13961
|
+
.detachedBoxPortrait_1TFEe .header_2iIOt > span {
|
|
13962
|
+
line-height: 18px;
|
|
13963
|
+
color: white;
|
|
13964
|
+
text-overflow: ellipsis;
|
|
13965
|
+
white-space: nowrap;
|
|
13966
|
+
overflow: hidden;
|
|
13967
|
+
font-size: 16px;
|
|
13968
|
+
height: 24px;
|
|
13969
|
+
max-width: 300px;
|
|
13970
|
+
display: flex;
|
|
13971
|
+
align-items: center;
|
|
13972
|
+
}
|
|
13973
|
+
.detachedBoxPortrait_1TFEe .header_2iIOt .shareIconBox_2rRd_ {
|
|
13974
|
+
display: inline-block;
|
|
13975
|
+
border-radius: 2px;
|
|
13976
|
+
background-color: #00c78b;
|
|
13977
|
+
margin-right: 4px;
|
|
13978
|
+
width: 18px;
|
|
13979
|
+
height: 18px;
|
|
13980
|
+
margin-left: 4px;
|
|
13981
|
+
}
|
|
13982
|
+
.detachedBoxPortrait_1TFEe .header_2iIOt .shareIconBox_2rRd_ > svg {
|
|
13983
|
+
font-size: 14px;
|
|
13984
|
+
margin-right: 4px;
|
|
13985
|
+
position: relative;
|
|
13986
|
+
top: 2px;
|
|
13987
|
+
left: 2px;
|
|
13988
|
+
}
|
|
13989
|
+
.detachedBoxPortrait_1TFEe .profileBox_162fR {
|
|
13990
|
+
padding: 8px;
|
|
13991
|
+
display: flex;
|
|
13992
|
+
justify-content: space-between;
|
|
13993
|
+
align-items: center;
|
|
13994
|
+
background-color: #1d1e23;
|
|
13995
|
+
}
|
|
13996
|
+
.detachedBoxPortrait_1TFEe .profileBox_162fR .btnRow_1D4EA {
|
|
13997
|
+
width: 24px;
|
|
13998
|
+
}
|
|
13999
|
+
.detachedBoxPortrait_1TFEe .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft {
|
|
14000
|
+
position: static;
|
|
14001
|
+
width: 24px;
|
|
14002
|
+
height: 48px;
|
|
14003
|
+
border-radius: 999px;
|
|
14004
|
+
padding: 12px 0;
|
|
14005
|
+
margin: auto;
|
|
14006
|
+
background-color: rgba(0, 0, 0, 0.45);
|
|
14007
|
+
-webkit-backdrop-filter: blur(1px);
|
|
14008
|
+
backdrop-filter: blur(1px);
|
|
14009
|
+
}
|
|
14010
|
+
.detachedBoxPortrait_1TFEe .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft > svg {
|
|
14011
|
+
font-size: 20px;
|
|
13054
14012
|
}
|
|
13055
|
-
.
|
|
13056
|
-
color:
|
|
14013
|
+
.detachedBoxPortrait_1TFEe .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft.btnDisabled_1P510 > svg {
|
|
14014
|
+
color: rgba(255, 255, 255, 0.25);
|
|
13057
14015
|
}
|
|
13058
|
-
|
|
13059
|
-
|
|
13060
|
-
|
|
13061
|
-
width: 264px;
|
|
13062
|
-
padding-left: 24px;
|
|
13063
|
-
min-height: 216px;
|
|
13064
|
-
top: 300px;
|
|
13065
|
-
right: 8px;
|
|
13066
|
-
overflow-y: hidden;
|
|
14016
|
+
.detachedBoxPortrait_1TFEe .profileBox_162fR .listbox_1thcv {
|
|
14017
|
+
margin: 0px 4px;
|
|
14018
|
+
height: 100%;
|
|
13067
14019
|
display: flex;
|
|
13068
|
-
|
|
13069
|
-
|
|
13070
|
-
height: 216px;
|
|
13071
|
-
transition: height 0.3s ease;
|
|
14020
|
+
gap: 4px;
|
|
14021
|
+
flex: 1;
|
|
13072
14022
|
}
|
|
13073
|
-
.
|
|
13074
|
-
|
|
13075
|
-
|
|
14023
|
+
.detachedBoxPortrait_1TFEe .mixBox_21ds9 {
|
|
14024
|
+
flex: 1;
|
|
14025
|
+
position: relative;
|
|
13076
14026
|
}
|
|
13077
|
-
.
|
|
13078
|
-
|
|
14027
|
+
.detachedBoxPortrait_1TFEe .mixBox_21ds9 .videoContainer_FYBCH {
|
|
14028
|
+
height: 100%;
|
|
14029
|
+
width: 100%;
|
|
13079
14030
|
}
|
|
13080
|
-
.
|
|
14031
|
+
.detachedBoxPortrait_1TFEe .mixBox_21ds9 .avatarContainer_3Pd_3 {
|
|
14032
|
+
position: absolute;
|
|
13081
14033
|
display: flex;
|
|
13082
|
-
flex-direction: column;
|
|
13083
14034
|
justify-content: center;
|
|
13084
14035
|
align-items: center;
|
|
14036
|
+
top: 50%;
|
|
14037
|
+
height: 210px;
|
|
14038
|
+
transform: translateY(-50%);
|
|
14039
|
+
left: 0;
|
|
14040
|
+
right: 0;
|
|
14041
|
+
background: #303445;
|
|
13085
14042
|
}
|
|
13086
|
-
.
|
|
13087
|
-
|
|
13088
|
-
|
|
14043
|
+
.detachedBoxPortrait_1TFEe .mixBox_21ds9 .avatarContainer_3Pd_3 .avatar_tG9OX {
|
|
14044
|
+
width: 100px;
|
|
14045
|
+
height: 100px;
|
|
13089
14046
|
}
|
|
13090
|
-
.
|
|
13091
|
-
|
|
14047
|
+
.detachedBoxPortrait_1TFEe .micIconBox_117Sg {
|
|
14048
|
+
position: absolute;
|
|
14049
|
+
bottom: 34px;
|
|
14050
|
+
left: 50%;
|
|
14051
|
+
transform: translate(-50%);
|
|
14052
|
+
width: 46px;
|
|
14053
|
+
height: 46px;
|
|
14054
|
+
padding: 11px;
|
|
14055
|
+
border-radius: 999px;
|
|
14056
|
+
background-color: rgba(48, 52, 69, 0.6);
|
|
13092
14057
|
}
|
|
13093
|
-
.
|
|
14058
|
+
.detachedBoxPortrait_1TFEe .micIconBox_117Sg > svg {
|
|
14059
|
+
color: #fff;
|
|
14060
|
+
}
|
|
14061
|
+
.detachedBoxPortrait_1TFEe .micIconBox_117Sg .volume_2mOVS {
|
|
13094
14062
|
position: absolute;
|
|
13095
|
-
|
|
13096
|
-
|
|
13097
|
-
|
|
13098
|
-
background
|
|
13099
|
-
|
|
14063
|
+
bottom: 21px;
|
|
14064
|
+
left: 50%;
|
|
14065
|
+
transform: translate(-50%);
|
|
14066
|
+
background: #05caae;
|
|
14067
|
+
transition: height 0.1s ease;
|
|
14068
|
+
border-radius: 4px;
|
|
14069
|
+
width: 4px;
|
|
14070
|
+
}
|
|
14071
|
+
.detachedBoxPortrait_1TFEe .micIconBox_117Sg .volume_2mOVS.hide_vbNDq {
|
|
14072
|
+
display: none;
|
|
14073
|
+
}
|
|
14074
|
+
.rtcBlockPhoneBox_4atKJ {
|
|
14075
|
+
color: #fff;
|
|
14076
|
+
border-radius: 4px;
|
|
14077
|
+
background-color: #303445;
|
|
13100
14078
|
display: flex;
|
|
13101
14079
|
justify-content: center;
|
|
13102
14080
|
align-items: center;
|
|
13103
|
-
|
|
13104
|
-
|
|
13105
|
-
.upBtn_3o8kc {
|
|
13106
|
-
top: 0px;
|
|
14081
|
+
position: relative;
|
|
14082
|
+
border: 1px solid #303445;
|
|
13107
14083
|
}
|
|
13108
|
-
.
|
|
14084
|
+
.rtcBlockPhoneBox_4atKJ .footer_2wYBX {
|
|
14085
|
+
position: absolute;
|
|
13109
14086
|
bottom: 4px;
|
|
14087
|
+
left: 4px;
|
|
14088
|
+
font-size: 10px;
|
|
14089
|
+
display: flex;
|
|
14090
|
+
width: 100%;
|
|
13110
14091
|
}
|
|
13111
|
-
.
|
|
13112
|
-
|
|
13113
|
-
|
|
14092
|
+
.rtcBlockPhoneBox_4atKJ .footer_2wYBX .shareIconBox_2rRd_ {
|
|
14093
|
+
width: 14px;
|
|
14094
|
+
height: 14px;
|
|
14095
|
+
display: flex;
|
|
14096
|
+
justify-content: center;
|
|
14097
|
+
align-items: center;
|
|
13114
14098
|
}
|
|
13115
|
-
.
|
|
14099
|
+
.rtcBlockPhoneBox_4atKJ .footer_2wYBX .shareIconBox_2rRd_ > svg {
|
|
14100
|
+
font-size: 12px;
|
|
14101
|
+
color: #00c78b;
|
|
14102
|
+
margin-right: 4px;
|
|
14103
|
+
}
|
|
14104
|
+
.rtcBlockPhoneBox_4atKJ .footer_2wYBX > svg {
|
|
14105
|
+
width: 12px;
|
|
14106
|
+
height: 12px;
|
|
13116
14107
|
position: absolute;
|
|
13117
|
-
|
|
13118
|
-
|
|
13119
|
-
|
|
13120
|
-
|
|
13121
|
-
|
|
13122
|
-
|
|
14108
|
+
right: 6px;
|
|
14109
|
+
bottom: 1px;
|
|
14110
|
+
}
|
|
14111
|
+
.rtcBlockPhoneBox_4atKJ .topLeftFloat_kmYo- {
|
|
14112
|
+
position: absolute;
|
|
14113
|
+
top: 4px;
|
|
14114
|
+
left: 4px;
|
|
14115
|
+
background: var(--upime-active);
|
|
14116
|
+
width: 14px;
|
|
14117
|
+
height: 14px;
|
|
14118
|
+
border-radius: 2px;
|
|
13123
14119
|
display: flex;
|
|
13124
|
-
flex-direction: column;
|
|
13125
14120
|
justify-content: center;
|
|
13126
|
-
|
|
13127
|
-
border-bottom-left-radius: 12px;
|
|
13128
|
-
cursor: pointer;
|
|
13129
|
-
}
|
|
13130
|
-
.sideToggle_33aEd.listHided_3PtEo svg {
|
|
13131
|
-
transform: rotate(180deg);
|
|
14121
|
+
align-items: center;
|
|
13132
14122
|
}
|
|
13133
|
-
.
|
|
13134
|
-
width:
|
|
13135
|
-
height:
|
|
14123
|
+
.rtcBlockPhoneBox_4atKJ .topLeftFloat_kmYo- svg {
|
|
14124
|
+
width: 10px;
|
|
14125
|
+
height: 10px;
|
|
13136
14126
|
color: white;
|
|
13137
14127
|
}
|
|
13138
|
-
.
|
|
13139
|
-
height:
|
|
13140
|
-
position: absolute;
|
|
14128
|
+
.rtcBlockPhoneBox_4atKJ .videoContainer_FYBCH {
|
|
14129
|
+
height: 100%;
|
|
13141
14130
|
width: 100%;
|
|
13142
|
-
|
|
13143
|
-
|
|
13144
|
-
|
|
14131
|
+
}
|
|
14132
|
+
.rtcBlockPhoneBox_4atKJ.detached_2X6p1 {
|
|
14133
|
+
border: 1px solid #00c78b;
|
|
13145
14134
|
}
|
|
13146
14135
|
|
|
13147
14136
|
.blockRoot_1yVfR {
|
|
@@ -13234,24 +14223,33 @@
|
|
|
13234
14223
|
width: 16px;
|
|
13235
14224
|
height: 16px;
|
|
13236
14225
|
}
|
|
14226
|
+
.micIconContainer_31rri.detached_2ZdnP {
|
|
14227
|
+
margin-right: 24px;
|
|
14228
|
+
}
|
|
13237
14229
|
.videoContainer_2MFyP {
|
|
13238
14230
|
width: 100%;
|
|
13239
14231
|
height: 100%;
|
|
13240
14232
|
}
|
|
14233
|
+
.videoContainer_2MFyP > div {
|
|
14234
|
+
border-radius: 4px;
|
|
14235
|
+
}
|
|
13241
14236
|
.coverContainer_3El0F {
|
|
13242
14237
|
position: absolute;
|
|
13243
14238
|
width: 100%;
|
|
13244
14239
|
height: 100%;
|
|
13245
14240
|
background: rgba(48, 52, 69, 0.9);
|
|
13246
14241
|
top: 0;
|
|
14242
|
+
display: flex;
|
|
14243
|
+
flex-direction: column;
|
|
14244
|
+
justify-content: center;
|
|
14245
|
+
align-items: center;
|
|
13247
14246
|
}
|
|
13248
14247
|
.coverContainer_3El0F .title_1Ow65 {
|
|
13249
14248
|
color: #fff;
|
|
13250
14249
|
text-align: center;
|
|
13251
|
-
font-size:
|
|
14250
|
+
font-size: 18px;
|
|
13252
14251
|
font-weight: 600;
|
|
13253
14252
|
line-height: 30px;
|
|
13254
|
-
margin-top: 22%;
|
|
13255
14253
|
margin-bottom: 4px;
|
|
13256
14254
|
}
|
|
13257
14255
|
.coverContainer_3El0F .subtitle_bbjxr {
|
|
@@ -13259,7 +14257,9 @@
|
|
|
13259
14257
|
text-align: center;
|
|
13260
14258
|
font-size: 14px;
|
|
13261
14259
|
line-height: 22px;
|
|
13262
|
-
margin-bottom:
|
|
14260
|
+
margin-bottom: 5%;
|
|
14261
|
+
padding: 0px 24px;
|
|
14262
|
+
word-break: break-word;
|
|
13263
14263
|
}
|
|
13264
14264
|
.coverContainer_3El0F .actionRow_Ip0zs {
|
|
13265
14265
|
text-align: center;
|
|
@@ -13399,8 +14399,6 @@
|
|
|
13399
14399
|
align-items: center;
|
|
13400
14400
|
border-radius: 4px;
|
|
13401
14401
|
cursor: pointer;
|
|
13402
|
-
margin-left: 8px;
|
|
13403
|
-
margin-right: 8px;
|
|
13404
14402
|
}
|
|
13405
14403
|
.moreCtrlBox_3H5ND svg {
|
|
13406
14404
|
font-size: 24px;
|
|
@@ -13470,6 +14468,8 @@
|
|
|
13470
14468
|
position: absolute;
|
|
13471
14469
|
left: 50%;
|
|
13472
14470
|
transform: translate(-50%);
|
|
14471
|
+
border-radius: 4px;
|
|
14472
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
|
|
13473
14473
|
}
|
|
13474
14474
|
.panelRoot_2VoAv .row_zfvlt {
|
|
13475
14475
|
width: 100%;
|
|
@@ -13506,11 +14506,16 @@
|
|
|
13506
14506
|
margin-left: 8px;
|
|
13507
14507
|
cursor: pointer;
|
|
13508
14508
|
}
|
|
14509
|
+
.screenShareWidgetBox_3DBJ5 > .rightArrow_14hwk {
|
|
14510
|
+
color: #000;
|
|
14511
|
+
margin-right: 0;
|
|
14512
|
+
}
|
|
13509
14513
|
.screenShareWidgetBox_3DBJ5.miniMode_1ompl {
|
|
13510
|
-
bottom:
|
|
14514
|
+
bottom: 38px;
|
|
13511
14515
|
}
|
|
13512
14516
|
.screenShareWidgetBox_3DBJ5.phoneMode_3fKSg {
|
|
13513
14517
|
bottom: 59px;
|
|
14518
|
+
pointer-events: auto;
|
|
13514
14519
|
}
|
|
13515
14520
|
.shareWarningModal_UVO8o {
|
|
13516
14521
|
width: 432px;
|
|
@@ -13532,6 +14537,9 @@
|
|
|
13532
14537
|
margin-right: 12px;
|
|
13533
14538
|
font-size: 28px;
|
|
13534
14539
|
}
|
|
14540
|
+
.shareWarningModal_UVO8o .wordingBox_21dBN > span {
|
|
14541
|
+
word-break: break-word;
|
|
14542
|
+
}
|
|
13535
14543
|
.shareWarningModal_UVO8o .actionBtn_2cCU1 {
|
|
13536
14544
|
width: 104px;
|
|
13537
14545
|
border-radius: 4px;
|
|
@@ -13611,7 +14619,8 @@
|
|
|
13611
14619
|
position: absolute;
|
|
13612
14620
|
transform-origin: 0 0;
|
|
13613
14621
|
opacity: 0.9;
|
|
13614
|
-
object-fit: cover;
|
|
14622
|
+
-o-object-fit: cover;
|
|
14623
|
+
object-fit: cover;
|
|
13615
14624
|
pointer-events: none;
|
|
13616
14625
|
background-size: cover;
|
|
13617
14626
|
}
|
|
@@ -13649,13 +14658,14 @@
|
|
|
13649
14658
|
}
|
|
13650
14659
|
.root_3a9wT .actions_3o6w6 {
|
|
13651
14660
|
display: flex;
|
|
13652
|
-
width: 132px;
|
|
13653
14661
|
flex-direction: row;
|
|
13654
14662
|
justify-content: space-between;
|
|
14663
|
+
min-width: 132px;
|
|
13655
14664
|
height: 36px;
|
|
14665
|
+
gap: 12px;
|
|
13656
14666
|
}
|
|
13657
14667
|
.root_3a9wT .actions_3o6w6 .button_2FLul {
|
|
13658
|
-
width: 60px;
|
|
14668
|
+
min-width: 60px;
|
|
13659
14669
|
line-height: 22px;
|
|
13660
14670
|
font-size: 14px;
|
|
13661
14671
|
}
|
|
@@ -13934,6 +14944,9 @@
|
|
|
13934
14944
|
font-size: 14px;
|
|
13935
14945
|
text-align: left;
|
|
13936
14946
|
}
|
|
14947
|
+
.input__gVok::-moz-placeholder {
|
|
14948
|
+
color: #91939c;
|
|
14949
|
+
}
|
|
13937
14950
|
.input__gVok::placeholder {
|
|
13938
14951
|
color: #91939c;
|
|
13939
14952
|
}
|
|
@@ -13961,6 +14974,25 @@
|
|
|
13961
14974
|
font-size: 14px;
|
|
13962
14975
|
}
|
|
13963
14976
|
|
|
14977
|
+
.iconWrap_3GEPj {
|
|
14978
|
+
width: 38px;
|
|
14979
|
+
height: 38px;
|
|
14980
|
+
border-radius: 2px;
|
|
14981
|
+
display: flex;
|
|
14982
|
+
justify-content: center;
|
|
14983
|
+
align-items: center;
|
|
14984
|
+
cursor: pointer;
|
|
14985
|
+
}
|
|
14986
|
+
.iconWrapActive_28duN {
|
|
14987
|
+
color: var(--upime-active);
|
|
14988
|
+
background-color: #EAF1FC;
|
|
14989
|
+
}
|
|
14990
|
+
.do-hovers .iconWrap_3GEPj:hover {
|
|
14991
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
14992
|
+
}
|
|
14993
|
+
.do-hovers .iconWrapActive_28duN:hover {
|
|
14994
|
+
background-color: #EAF1FC;
|
|
14995
|
+
}
|
|
13964
14996
|
.toolbar_1Y3X_ {
|
|
13965
14997
|
pointer-events: auto;
|
|
13966
14998
|
flex-shrink: 0;
|
|
@@ -13978,45 +15010,38 @@
|
|
|
13978
15010
|
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
13979
15011
|
}
|
|
13980
15012
|
.toolbar_1Y3X_ .tool_2bEen {
|
|
13981
|
-
padding-top: 8px;
|
|
13982
|
-
padding-bottom: 8px;
|
|
13983
|
-
padding-left: 16px;
|
|
13984
|
-
padding-right: 16px;
|
|
13985
15013
|
display: flex;
|
|
13986
15014
|
justify-content: center;
|
|
13987
15015
|
align-items: center;
|
|
13988
15016
|
color: #000;
|
|
13989
15017
|
text-align: center;
|
|
13990
|
-
cursor: pointer;
|
|
13991
15018
|
}
|
|
13992
15019
|
.toolbar_1Y3X_ .tool_2bEen.disable_1lzsx {
|
|
13993
15020
|
pointer-events: none;
|
|
13994
15021
|
color: #D8D8D8;
|
|
13995
15022
|
}
|
|
15023
|
+
.toolbar_1Y3X_ .selectTool_1NBmR {
|
|
15024
|
+
padding: 0px 9px;
|
|
15025
|
+
}
|
|
13996
15026
|
.toolbar_1Y3X_ .moreApps_4PfYv {
|
|
13997
|
-
padding: 8px 16px;
|
|
13998
15027
|
display: flex;
|
|
13999
15028
|
justify-content: center;
|
|
14000
15029
|
align-items: center;
|
|
14001
15030
|
position: relative;
|
|
14002
15031
|
}
|
|
14003
15032
|
.toolbar_1Y3X_ .moreApps_4PfYv .moreAppBtnCon_38AtV {
|
|
14004
|
-
|
|
14005
|
-
display: flex;
|
|
14006
|
-
justify-content: center;
|
|
14007
|
-
align-items: center;
|
|
14008
|
-
cursor: pointer;
|
|
15033
|
+
padding: 0px 9px 2px 9px;
|
|
14009
15034
|
}
|
|
14010
15035
|
.toolbar_1Y3X_ .moreApps_4PfYv .moreAppBtnCon_38AtV.moreAppBtnConDisable_1bD2p {
|
|
14011
15036
|
pointer-events: none;
|
|
14012
15037
|
}
|
|
14013
|
-
.toolbar_1Y3X_ .moreApps_4PfYv .moreAppBtnCon_38AtV.moreAppBtnConDisable_1bD2p
|
|
15038
|
+
.toolbar_1Y3X_ .moreApps_4PfYv .moreAppBtnCon_38AtV.moreAppBtnConDisable_1bD2p svg {
|
|
14014
15039
|
color: #D8D8D8 !important;
|
|
14015
15040
|
}
|
|
14016
|
-
.toolbar_1Y3X_ .moreApps_4PfYv .moreAppBtnCon_38AtV
|
|
15041
|
+
.toolbar_1Y3X_ .moreApps_4PfYv .moreAppBtnCon_38AtV svg {
|
|
14017
15042
|
color: var(--upime-main-text) !important;
|
|
14018
15043
|
}
|
|
14019
|
-
.toolbar_1Y3X_ .moreApps_4PfYv .moreAppBtnCon_38AtV
|
|
15044
|
+
.toolbar_1Y3X_ .moreApps_4PfYv .moreAppBtnCon_38AtV svg {
|
|
14020
15045
|
transform: rotate(90deg);
|
|
14021
15046
|
}
|
|
14022
15047
|
.toolbar_1Y3X_ .moreApps_4PfYv.fix_IYCjU {
|
|
@@ -14031,13 +15056,13 @@
|
|
|
14031
15056
|
.toolbar_1Y3X_ .active_385f2 {
|
|
14032
15057
|
color: var(--upime-active);
|
|
14033
15058
|
}
|
|
15059
|
+
.toolbar_1Y3X_ .active_385f2 .iconWrap_3GEPj {
|
|
15060
|
+
background-color: #EAF1FC;
|
|
15061
|
+
}
|
|
14034
15062
|
.toolCenter_Pw7tw {
|
|
14035
15063
|
transition: height 0.2s linear;
|
|
14036
15064
|
overflow-y: hidden;
|
|
14037
15065
|
}
|
|
14038
|
-
.do-hovers .toolbar_1Y3X_ .tool_2bEen:hover {
|
|
14039
|
-
color: var(--upime-active);
|
|
14040
|
-
}
|
|
14041
15066
|
.shortcutContainer_3J1vW {
|
|
14042
15067
|
display: flex;
|
|
14043
15068
|
align-items: center;
|
|
@@ -14060,7 +15085,7 @@
|
|
|
14060
15085
|
}
|
|
14061
15086
|
.dragableWrapper_X-HBJ {
|
|
14062
15087
|
position: absolute;
|
|
14063
|
-
left:
|
|
15088
|
+
left: 9px;
|
|
14064
15089
|
}
|
|
14065
15090
|
.dragableWrapper_X-HBJ .fakeIcon_3xaPw {
|
|
14066
15091
|
position: absolute;
|
|
@@ -14100,65 +15125,80 @@
|
|
|
14100
15125
|
opacity: 1;
|
|
14101
15126
|
visibility: visible;
|
|
14102
15127
|
}
|
|
14103
|
-
.
|
|
14104
|
-
|
|
14105
|
-
|
|
14106
|
-
|
|
14107
|
-
|
|
14108
|
-
|
|
15128
|
+
.iconWrap_2Unj9 {
|
|
15129
|
+
display: flex;
|
|
15130
|
+
justify-content: center;
|
|
15131
|
+
align-items: center;
|
|
15132
|
+
height: 36px;
|
|
15133
|
+
width: 36px;
|
|
15134
|
+
border-radius: 2px;
|
|
14109
15135
|
cursor: pointer;
|
|
14110
15136
|
}
|
|
14111
|
-
.
|
|
14112
|
-
color:
|
|
15137
|
+
.do-hovers .iconWrap_2Unj9:hover {
|
|
15138
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
15139
|
+
}
|
|
15140
|
+
.shape_3Ic52 {
|
|
15141
|
+
height: 36px;
|
|
15142
|
+
width: 36px;
|
|
15143
|
+
display: flex;
|
|
15144
|
+
justify-content: center;
|
|
15145
|
+
align-items: center;
|
|
14113
15146
|
}
|
|
14114
15147
|
.shapePannel_19HX4 {
|
|
15148
|
+
position: relative;
|
|
14115
15149
|
left: 0;
|
|
14116
15150
|
top: 0;
|
|
14117
|
-
width:
|
|
14118
|
-
|
|
15151
|
+
width: 144px;
|
|
15152
|
+
display: flex;
|
|
15153
|
+
justify-content: space-between;
|
|
15154
|
+
align-content: space-between;
|
|
15155
|
+
padding: 14px;
|
|
14119
15156
|
}
|
|
14120
15157
|
.uploadFileTypeSeletor_29BDm {
|
|
14121
15158
|
position: relative;
|
|
14122
15159
|
bottom: 0;
|
|
14123
15160
|
top: auto;
|
|
14124
|
-
padding:
|
|
15161
|
+
padding: 20px 10px 10px 10px;
|
|
14125
15162
|
min-width: 300px;
|
|
15163
|
+
width: -moz-max-content;
|
|
14126
15164
|
width: max-content;
|
|
14127
15165
|
display: flex;
|
|
14128
15166
|
flex-direction: column;
|
|
14129
15167
|
}
|
|
14130
15168
|
.uploadFileTypeSeletor_29BDm .explain_1DicM {
|
|
14131
|
-
line-height: 20px;
|
|
14132
|
-
font-size: 12px;
|
|
14133
15169
|
color: #0c1024;
|
|
14134
|
-
|
|
14135
|
-
|
|
15170
|
+
font-size: 12px;
|
|
15171
|
+
line-height: 20px;
|
|
14136
15172
|
}
|
|
14137
15173
|
.uploadFileTypeSeletor_29BDm .divider_BTNNe {
|
|
14138
15174
|
height: 1px;
|
|
14139
15175
|
background-color: #e6e7e9;
|
|
14140
|
-
margin
|
|
15176
|
+
margin: 7px 0;
|
|
14141
15177
|
}
|
|
14142
15178
|
.uploadFileTypeSeletor_29BDm ul {
|
|
15179
|
+
margin: 13px 0 0 0 ;
|
|
14143
15180
|
padding: 0;
|
|
14144
|
-
margin: 0;
|
|
14145
15181
|
list-style: none;
|
|
14146
15182
|
display: flex;
|
|
14147
15183
|
flex-direction: column;
|
|
14148
15184
|
justify-content: space-between;
|
|
14149
|
-
|
|
15185
|
+
gap: 6px;
|
|
14150
15186
|
}
|
|
14151
15187
|
.uploadFileTypeSeletor_29BDm ul li {
|
|
14152
|
-
|
|
15188
|
+
height: 58px;
|
|
15189
|
+
display: flex;
|
|
15190
|
+
flex-direction: column;
|
|
15191
|
+
justify-content: space-between;
|
|
15192
|
+
align-items: flex-start;
|
|
15193
|
+
padding: 8px 10px;
|
|
15194
|
+
border-radius: 2px;
|
|
14153
15195
|
cursor: pointer;
|
|
14154
|
-
margin-bottom: 20px;
|
|
14155
15196
|
}
|
|
14156
15197
|
.uploadFileTypeSeletor_29BDm ul li h1 {
|
|
14157
15198
|
font-size: 14px;
|
|
14158
15199
|
font-weight: normal;
|
|
14159
15200
|
color: var(--upime-main-text);
|
|
14160
15201
|
margin: 0;
|
|
14161
|
-
margin-bottom: 4px;
|
|
14162
15202
|
height: 22px;
|
|
14163
15203
|
line-height: 22px;
|
|
14164
15204
|
white-space: nowrap;
|
|
@@ -14169,68 +15209,51 @@
|
|
|
14169
15209
|
vertical-align: middle;
|
|
14170
15210
|
}
|
|
14171
15211
|
.uploadFileTypeSeletor_29BDm ul li p {
|
|
14172
|
-
|
|
15212
|
+
max-width: 240px;
|
|
15213
|
+
font-size: 12px;
|
|
14173
15214
|
color: var(--upime-second-text);
|
|
14174
15215
|
line-height: 18px;
|
|
14175
|
-
|
|
15216
|
+
margin: 0;
|
|
15217
|
+
}
|
|
15218
|
+
.do-hovers .uploadFileTypeSeletor_29BDm li:hover {
|
|
15219
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
14176
15220
|
}
|
|
14177
15221
|
.timerPanelSelector_TWSIQ {
|
|
14178
|
-
|
|
14179
|
-
bottom: 0;
|
|
14180
|
-
top: auto;
|
|
14181
|
-
padding: 15px;
|
|
15222
|
+
width: -moz-max-content;
|
|
14182
15223
|
width: max-content;
|
|
14183
|
-
|
|
15224
|
+
padding: 13px 12px;
|
|
14184
15225
|
border-radius: 4px;
|
|
15226
|
+
position: relative;
|
|
15227
|
+
bottom: 0;
|
|
15228
|
+
top: auto;
|
|
14185
15229
|
}
|
|
14186
15230
|
.timerPanelSelector_TWSIQ ul {
|
|
14187
|
-
padding: 0;
|
|
14188
|
-
margin: 0;
|
|
14189
15231
|
list-style: none;
|
|
14190
|
-
text-align: left;
|
|
14191
15232
|
display: flex;
|
|
14192
15233
|
flex-direction: column;
|
|
14193
|
-
|
|
15234
|
+
gap: 6px;
|
|
15235
|
+
margin: 0;
|
|
15236
|
+
padding: 0;
|
|
14194
15237
|
}
|
|
14195
15238
|
.timerPanelSelector_TWSIQ ul li {
|
|
15239
|
+
padding: 7px 8px;
|
|
15240
|
+
color: var(--upime-main-text);
|
|
14196
15241
|
font-size: 14px;
|
|
14197
|
-
|
|
15242
|
+
line-height: 22px;
|
|
15243
|
+
border-radius: 2px;
|
|
14198
15244
|
cursor: pointer;
|
|
14199
15245
|
}
|
|
14200
|
-
.timerPanelSelector_TWSIQ
|
|
14201
|
-
|
|
14202
|
-
height: 18px;
|
|
14203
|
-
line-height: 18px;
|
|
14204
|
-
}
|
|
14205
|
-
.timerPanelSelector_TWSIQ ul li:hover {
|
|
14206
|
-
color: #2e73e5;
|
|
15246
|
+
.do-hovers .timerPanelSelector_TWSIQ li:hover {
|
|
15247
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
14207
15248
|
}
|
|
14208
15249
|
.mindmapSelector_3K9I8 {
|
|
14209
15250
|
width: 100px;
|
|
14210
15251
|
height: 100px;
|
|
15252
|
+
padding: 10px;
|
|
15253
|
+
display: flex;
|
|
14211
15254
|
justify-content: space-between;
|
|
14212
15255
|
align-content: space-between;
|
|
14213
15256
|
}
|
|
14214
|
-
.mindmapSelector_3K9I8 .mindmapCell_2Ap0r {
|
|
14215
|
-
display: flex;
|
|
14216
|
-
cursor: pointer;
|
|
14217
|
-
overflow: hidden;
|
|
14218
|
-
width: 26px;
|
|
14219
|
-
height: 26px;
|
|
14220
|
-
}
|
|
14221
|
-
.mindmapSelector_3K9I8 .mindmapCell_2Ap0r:hover {
|
|
14222
|
-
color: var(--upime-active);
|
|
14223
|
-
}
|
|
14224
|
-
.mindmapSelector_3K9I8 .mindmapCell_2Ap0r svg {
|
|
14225
|
-
width: 100%;
|
|
14226
|
-
height: 100%;
|
|
14227
|
-
}
|
|
14228
|
-
.do-hovers .uploadFileTypeSeletor_29BDm ul li:hover h1 {
|
|
14229
|
-
color: var(--upime-active);
|
|
14230
|
-
}
|
|
14231
|
-
.do-hovers .uploadFileTypeSeletor_29BDm ul li:hover p {
|
|
14232
|
-
color: var(--upime-active);
|
|
14233
|
-
}
|
|
14234
15257
|
.stickerPannel_197ds {
|
|
14235
15258
|
position: relative;
|
|
14236
15259
|
width: 160px;
|
|
@@ -14288,37 +15311,37 @@
|
|
|
14288
15311
|
display: flex;
|
|
14289
15312
|
flex-direction: column;
|
|
14290
15313
|
align-items: center;
|
|
14291
|
-
padding: 0;
|
|
15314
|
+
padding: 10px 0 16px 0;
|
|
14292
15315
|
background-color: transparent;
|
|
14293
15316
|
box-shadow: none;
|
|
14294
|
-
padding-top: 8px;
|
|
14295
15317
|
background-color: var(--upime-pane-bg);
|
|
14296
15318
|
border-radius: 4px;
|
|
14297
15319
|
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
14298
15320
|
}
|
|
15321
|
+
.drawPannel_2cV-B .drawTools_3BZgF {
|
|
15322
|
+
display: flex;
|
|
15323
|
+
flex-direction: column;
|
|
15324
|
+
justify-content: space-between;
|
|
15325
|
+
align-items: center;
|
|
15326
|
+
gap: 4px;
|
|
15327
|
+
}
|
|
14299
15328
|
.drawPannel_2cV-B .type_bLowo {
|
|
14300
|
-
width:
|
|
15329
|
+
width: 24px;
|
|
14301
15330
|
height: 24px;
|
|
14302
|
-
cursor: pointer;
|
|
14303
|
-
margin: 8px 0;
|
|
14304
|
-
}
|
|
14305
|
-
.drawPannel_2cV-B .type_bLowo.active_ZAwwb {
|
|
14306
|
-
color: var(--upime-active);
|
|
14307
15331
|
}
|
|
14308
15332
|
.drawPannel_2cV-B .divider_BTNNe {
|
|
14309
15333
|
height: 1px;
|
|
14310
15334
|
width: 24px;
|
|
14311
15335
|
background-color: var(--upime-divider-bg);
|
|
14312
|
-
margin
|
|
15336
|
+
margin: 10px 0 16px 0;
|
|
14313
15337
|
}
|
|
14314
15338
|
.drawPannel_2cV-B .penList_2cm5b {
|
|
14315
|
-
padding-top: 0 16px;
|
|
14316
15339
|
width: 48px;
|
|
14317
|
-
height: 154px;
|
|
14318
15340
|
display: flex;
|
|
14319
15341
|
flex-direction: column;
|
|
14320
|
-
justify-content: space-
|
|
15342
|
+
justify-content: space-between;
|
|
14321
15343
|
align-items: center;
|
|
15344
|
+
gap: 16px;
|
|
14322
15345
|
}
|
|
14323
15346
|
.drawPannel_2cV-B .penList_2cm5b .penWrapper_dQkA6 {
|
|
14324
15347
|
width: 30px;
|
|
@@ -14413,28 +15436,18 @@
|
|
|
14413
15436
|
opacity: 0;
|
|
14414
15437
|
transform: scale(0);
|
|
14415
15438
|
}
|
|
14416
|
-
.do-hovers .drawPannel_2cV-B .type_bLowo:hover {
|
|
14417
|
-
color: var(--upime-active);
|
|
14418
|
-
}
|
|
14419
|
-
.do-hovers .connectLinePanel_2Hkc8 .item_18TMg:hover {
|
|
14420
|
-
color: var(--upime-active);
|
|
14421
|
-
}
|
|
14422
|
-
.do-hovers .plusIcon_aVh_W:hover svg {
|
|
14423
|
-
color: var(--upime-active);
|
|
14424
|
-
}
|
|
14425
15439
|
.connectLinePanel_2Hkc8 {
|
|
14426
15440
|
width: 48px;
|
|
14427
15441
|
display: flex;
|
|
14428
15442
|
flex-direction: column;
|
|
14429
|
-
padding: 16px 12px;
|
|
14430
|
-
align-items: center;
|
|
14431
15443
|
justify-content: space-between;
|
|
14432
|
-
|
|
15444
|
+
align-items: center;
|
|
15445
|
+
gap: 4px;
|
|
15446
|
+
padding: 10px 0;
|
|
14433
15447
|
}
|
|
14434
15448
|
.connectLinePanel_2Hkc8 .item_18TMg {
|
|
14435
15449
|
width: 24px;
|
|
14436
15450
|
height: 24px;
|
|
14437
|
-
cursor: pointer;
|
|
14438
15451
|
}
|
|
14439
15452
|
.colorPalette_27jhk {
|
|
14440
15453
|
padding-bottom: 0;
|
|
@@ -14476,6 +15489,28 @@
|
|
|
14476
15489
|
background-repeat: no-repeat;
|
|
14477
15490
|
background-position: center;
|
|
14478
15491
|
}
|
|
15492
|
+
.moreIconBtn_35upA {
|
|
15493
|
+
height: 32px;
|
|
15494
|
+
width: 100%;
|
|
15495
|
+
display: flex;
|
|
15496
|
+
justify-content: center;
|
|
15497
|
+
align-items: center;
|
|
15498
|
+
border-radius: 2px;
|
|
15499
|
+
background: #f5f6f6;
|
|
15500
|
+
font-size: 14px;
|
|
15501
|
+
color: #000;
|
|
15502
|
+
margin: 8px 0px;
|
|
15503
|
+
cursor: pointer;
|
|
15504
|
+
}
|
|
15505
|
+
.moreIconBtn_35upA:hover {
|
|
15506
|
+
background: rgba(0, 0, 0, 0.06);
|
|
15507
|
+
}
|
|
15508
|
+
.moreIconBtnTip_3MfXC {
|
|
15509
|
+
width: 100%;
|
|
15510
|
+
font-size: 12px;
|
|
15511
|
+
color: #91939c;
|
|
15512
|
+
text-align: center;
|
|
15513
|
+
}
|
|
14479
15514
|
|
|
14480
15515
|
.rootWrapper_3e8wh {
|
|
14481
15516
|
overflow-y: auto;
|
|
@@ -14557,7 +15592,7 @@
|
|
|
14557
15592
|
|
|
14558
15593
|
.toolWrapper_2khTd {
|
|
14559
15594
|
position: absolute;
|
|
14560
|
-
left:
|
|
15595
|
+
left: 66px;
|
|
14561
15596
|
box-shadow: 0 8px 32px rgba(5, 0, 56, 0.08);
|
|
14562
15597
|
border-radius: 4px;
|
|
14563
15598
|
}
|
|
@@ -14639,18 +15674,21 @@
|
|
|
14639
15674
|
grid-row-gap: 8px;
|
|
14640
15675
|
row-gap: 8px;
|
|
14641
15676
|
grid-column-gap: 12px;
|
|
14642
|
-
column-gap: 12px;
|
|
15677
|
+
-moz-column-gap: 12px;
|
|
15678
|
+
column-gap: 12px;
|
|
14643
15679
|
padding: 0 10px 0 14px;
|
|
14644
15680
|
flex: 1;
|
|
14645
15681
|
overflow: auto;
|
|
14646
15682
|
-webkit-user-select: none;
|
|
15683
|
+
-moz-user-select: none;
|
|
14647
15684
|
user-select: none;
|
|
14648
15685
|
margin-bottom: 4px;
|
|
14649
15686
|
}
|
|
14650
15687
|
.panel_content_28GpE .content_iUra0 .panel_content_item_img_1rYlC {
|
|
14651
15688
|
width: 60px;
|
|
14652
15689
|
height: 60px;
|
|
14653
|
-
object-fit: contain;
|
|
15690
|
+
-o-object-fit: contain;
|
|
15691
|
+
object-fit: contain;
|
|
14654
15692
|
pointer-events: none;
|
|
14655
15693
|
}
|
|
14656
15694
|
.panel_content_28GpE .content_iUra0 .panel_content_item_img_1rYlC svg {
|
|
@@ -14665,6 +15703,7 @@
|
|
|
14665
15703
|
justify-content: center;
|
|
14666
15704
|
align-items: center;
|
|
14667
15705
|
-webkit-user-select: none;
|
|
15706
|
+
-moz-user-select: none;
|
|
14668
15707
|
user-select: none;
|
|
14669
15708
|
cursor: pointer;
|
|
14670
15709
|
}
|
|
@@ -14678,6 +15717,7 @@
|
|
|
14678
15717
|
margin: auto;
|
|
14679
15718
|
font-size: 12px;
|
|
14680
15719
|
-webkit-user-select: none;
|
|
15720
|
+
-moz-user-select: none;
|
|
14681
15721
|
user-select: none;
|
|
14682
15722
|
}
|
|
14683
15723
|
.panel_footer_96K0E .source_1c7CY {
|
|
@@ -14686,7 +15726,6 @@
|
|
|
14686
15726
|
}
|
|
14687
15727
|
.panel_footer_96K0E a {
|
|
14688
15728
|
color: #2e73e5;
|
|
14689
|
-
-webkit-text-decoration: none;
|
|
14690
15729
|
text-decoration: none;
|
|
14691
15730
|
background-color: transparent;
|
|
14692
15731
|
outline: none;
|
|
@@ -14695,7 +15734,6 @@
|
|
|
14695
15734
|
-webkit-text-decoration-skip: objects;
|
|
14696
15735
|
}
|
|
14697
15736
|
.panel_footer_96K0E a:hover .panel_footer_96K0E a:active .panel_footer_96K0E a:focus {
|
|
14698
|
-
-webkit-text-decoration: none;
|
|
14699
15737
|
text-decoration: none;
|
|
14700
15738
|
outline: 0;
|
|
14701
15739
|
}
|
|
@@ -14750,6 +15788,9 @@
|
|
|
14750
15788
|
border: none;
|
|
14751
15789
|
outline: none;
|
|
14752
15790
|
}
|
|
15791
|
+
.input_container_X-CMN input::-moz-placeholder {
|
|
15792
|
+
color: #c2c3c8;
|
|
15793
|
+
}
|
|
14753
15794
|
.input_container_X-CMN input::placeholder {
|
|
14754
15795
|
color: #c2c3c8;
|
|
14755
15796
|
}
|
|
@@ -14788,16 +15829,19 @@
|
|
|
14788
15829
|
flex-direction: column;
|
|
14789
15830
|
overflow: hidden;
|
|
14790
15831
|
-webkit-user-select: none;
|
|
15832
|
+
-moz-user-select: none;
|
|
14791
15833
|
user-select: none;
|
|
14792
15834
|
}
|
|
14793
15835
|
.drag_element_-Xwha {
|
|
14794
15836
|
position: absolute;
|
|
14795
|
-
object-fit: contain;
|
|
15837
|
+
-o-object-fit: contain;
|
|
15838
|
+
object-fit: contain;
|
|
14796
15839
|
top: 0;
|
|
14797
15840
|
left: 0;
|
|
14798
15841
|
cursor: pointer;
|
|
14799
15842
|
z-index: 100;
|
|
14800
15843
|
-webkit-user-select: none;
|
|
15844
|
+
-moz-user-select: none;
|
|
14801
15845
|
user-select: none;
|
|
14802
15846
|
}
|
|
14803
15847
|
|
|
@@ -14895,14 +15939,14 @@
|
|
|
14895
15939
|
transition: all 0.15s;
|
|
14896
15940
|
}
|
|
14897
15941
|
.toolBox_3ub1T .boxContent_2BDHb .toolBarInBox_2ABkM .item_3xDWh .tuding_IYhHj:hover {
|
|
14898
|
-
background-color: rgba(46, 115, 229, 0.1);
|
|
14899
15942
|
color: #2e73e5;
|
|
15943
|
+
background-color: rgba(46, 115, 229, 0.1);
|
|
14900
15944
|
}
|
|
14901
15945
|
.toolBox_3ub1T .boxContent_2BDHb .toolBarInBox_2ABkM .item_3xDWh .tuding_IYhHj.showInHover_2MflK {
|
|
14902
15946
|
display: none;
|
|
14903
15947
|
}
|
|
14904
15948
|
.toolBox_3ub1T .boxContent_2BDHb .toolBarInBox_2ABkM .item_3xDWh:hover {
|
|
14905
|
-
background:
|
|
15949
|
+
background: rgba(0, 0, 0, 0.06);
|
|
14906
15950
|
}
|
|
14907
15951
|
.toolBox_3ub1T .boxContent_2BDHb .toolBarInBox_2ABkM .item_3xDWh:hover .tuding_IYhHj {
|
|
14908
15952
|
display: flex;
|
|
@@ -14933,6 +15977,29 @@
|
|
|
14933
15977
|
transition: all 0.15s;
|
|
14934
15978
|
}
|
|
14935
15979
|
|
|
15980
|
+
.iconWrap_1Wmaq {
|
|
15981
|
+
width: 36px;
|
|
15982
|
+
height: 36px;
|
|
15983
|
+
border-radius: 2px;
|
|
15984
|
+
display: flex;
|
|
15985
|
+
justify-content: center;
|
|
15986
|
+
align-items: center;
|
|
15987
|
+
cursor: pointer;
|
|
15988
|
+
}
|
|
15989
|
+
.iconWrapActive_2tCGy {
|
|
15990
|
+
color: var(--upime-active);
|
|
15991
|
+
background-color: #EAF1FC;
|
|
15992
|
+
}
|
|
15993
|
+
.do-hovers .iconWrap_1Wmaq:hover {
|
|
15994
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
15995
|
+
}
|
|
15996
|
+
.do-hovers .iconWrapActive_2tCGy:hover {
|
|
15997
|
+
background-color: #EAF1FC;
|
|
15998
|
+
}
|
|
15999
|
+
.scaleToOriginWrap_3sUg8 {
|
|
16000
|
+
width: -moz-max-content;
|
|
16001
|
+
width: max-content;
|
|
16002
|
+
}
|
|
14936
16003
|
.scaleStatusBar_24ULR {
|
|
14937
16004
|
background-color: var(--upime-pane-bg);
|
|
14938
16005
|
border-radius: 4px;
|
|
@@ -14954,10 +16021,11 @@
|
|
|
14954
16021
|
.scaleStatusBar_24ULR .btns_rRn3C {
|
|
14955
16022
|
position: relative;
|
|
14956
16023
|
height: 40px;
|
|
14957
|
-
padding: 0
|
|
16024
|
+
padding: 0 10px;
|
|
14958
16025
|
display: flex;
|
|
14959
16026
|
justify-content: space-between;
|
|
14960
16027
|
align-items: center;
|
|
16028
|
+
gap: 2px;
|
|
14961
16029
|
}
|
|
14962
16030
|
.scaleStatusBar_24ULR .btns_rRn3C .on_1Gt3s {
|
|
14963
16031
|
color: var(--upime-active);
|
|
@@ -14970,7 +16038,9 @@
|
|
|
14970
16038
|
}
|
|
14971
16039
|
.scaleStatusBar_24ULR .btn_1CBmI {
|
|
14972
16040
|
padding: 0;
|
|
14973
|
-
margin:
|
|
16041
|
+
margin: 0;
|
|
16042
|
+
width: 100%;
|
|
16043
|
+
height: 100%;
|
|
14974
16044
|
}
|
|
14975
16045
|
.scaleStatusBar_24ULR .btn_1CBmI .zhiyin_dianji_3L8mG {
|
|
14976
16046
|
display: none;
|
|
@@ -14982,16 +16052,10 @@
|
|
|
14982
16052
|
font-size: 12px;
|
|
14983
16053
|
margin: 0 12px;
|
|
14984
16054
|
}
|
|
14985
|
-
.tip_14kxF {
|
|
14986
|
-
margin-bottom: 6px;
|
|
14987
|
-
}
|
|
14988
16055
|
.do-hovers .scaleStatusBar_24ULR .btn_1CBmI:hover {
|
|
14989
16056
|
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
|
|
14990
16057
|
background: initial !important;
|
|
14991
16058
|
}
|
|
14992
|
-
.do-hovers .scaleStatusBar_24ULR .btn_1CBmI:hover {
|
|
14993
|
-
color: var(--upime-active);
|
|
14994
|
-
}
|
|
14995
16059
|
.centerWrapper_2kh5H {
|
|
14996
16060
|
width: 100%;
|
|
14997
16061
|
height: 100%;
|
|
@@ -15004,6 +16068,7 @@
|
|
|
15004
16068
|
height: 32px;
|
|
15005
16069
|
border-radius: 4px;
|
|
15006
16070
|
background-color: transparent;
|
|
16071
|
+
cursor: pointer;
|
|
15007
16072
|
}
|
|
15008
16073
|
.fullscreen_setting_2AQD- .arrow_btn_3dUCg {
|
|
15009
16074
|
width: 100%;
|
|
@@ -15039,8 +16104,8 @@
|
|
|
15039
16104
|
flex-shrink: 0;
|
|
15040
16105
|
}
|
|
15041
16106
|
.do-hovers .fullscreen_setting_2AQD-:hover,
|
|
15042
|
-
.on_1Gt3s .fullscreen_setting_2AQD- {
|
|
15043
|
-
background-color:
|
|
16107
|
+
.do-hovers .on_1Gt3s .fullscreen_setting_2AQD- {
|
|
16108
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
15044
16109
|
}
|
|
15045
16110
|
.switch_btn_2MCW1 {
|
|
15046
16111
|
position: relative;
|
|
@@ -15109,6 +16174,10 @@
|
|
|
15109
16174
|
font-size: 14px;
|
|
15110
16175
|
line-height: 20px;
|
|
15111
16176
|
}
|
|
16177
|
+
.searchMenu_1d27V .inputContainer_Ka7Zr ::-moz-placeholder {
|
|
16178
|
+
color: var(--upime-disable);
|
|
16179
|
+
font-size: 14px;
|
|
16180
|
+
}
|
|
15112
16181
|
.searchMenu_1d27V .inputContainer_Ka7Zr ::placeholder {
|
|
15113
16182
|
color: var(--upime-disable);
|
|
15114
16183
|
font-size: 14px;
|
|
@@ -15185,12 +16254,28 @@
|
|
|
15185
16254
|
font-size: 14px;
|
|
15186
16255
|
}
|
|
15187
16256
|
.do-hovers .resItem_3veGW:hover {
|
|
15188
|
-
background-color:
|
|
16257
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
15189
16258
|
}
|
|
15190
|
-
.
|
|
15191
|
-
width:
|
|
15192
|
-
|
|
15193
|
-
|
|
16259
|
+
.iconWrap_2ynjE {
|
|
16260
|
+
width: 36px;
|
|
16261
|
+
height: 36px;
|
|
16262
|
+
border-radius: 2px;
|
|
16263
|
+
display: flex;
|
|
16264
|
+
justify-content: center;
|
|
16265
|
+
align-items: center;
|
|
16266
|
+
cursor: pointer;
|
|
16267
|
+
}
|
|
16268
|
+
.iconWrapActive_2fyFy {
|
|
16269
|
+
color: var(--upime-active);
|
|
16270
|
+
background-color: #EAF1FC;
|
|
16271
|
+
}
|
|
16272
|
+
.do-hovers .iconWrap_2ynjE:hover {
|
|
16273
|
+
color: inherit;
|
|
16274
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
16275
|
+
}
|
|
16276
|
+
.do-hovers .iconWrapActive_2fyFy:hover {
|
|
16277
|
+
color: var(--upime-active);
|
|
16278
|
+
background-color: #EAF1FC;
|
|
15194
16279
|
}
|
|
15195
16280
|
.shortcutContainer_1cjp7 {
|
|
15196
16281
|
display: flex;
|
|
@@ -15228,6 +16313,7 @@
|
|
|
15228
16313
|
flex-direction: row;
|
|
15229
16314
|
justify-content: space-between;
|
|
15230
16315
|
align-items: center;
|
|
16316
|
+
gap: 4px;
|
|
15231
16317
|
}
|
|
15232
16318
|
.titleBarTemplate_3phXE {
|
|
15233
16319
|
padding-left: 8px;
|
|
@@ -15243,6 +16329,27 @@
|
|
|
15243
16329
|
margin-right: 8px;
|
|
15244
16330
|
}
|
|
15245
16331
|
|
|
16332
|
+
.iconWrap_1CkvW {
|
|
16333
|
+
width: 36px;
|
|
16334
|
+
height: 36px;
|
|
16335
|
+
border-radius: 2px;
|
|
16336
|
+
display: flex;
|
|
16337
|
+
justify-content: center;
|
|
16338
|
+
align-items: center;
|
|
16339
|
+
cursor: pointer;
|
|
16340
|
+
}
|
|
16341
|
+
.iconWrapActive_1O5kX {
|
|
16342
|
+
color: var(--upime-active);
|
|
16343
|
+
background-color: #EAF1FC;
|
|
16344
|
+
}
|
|
16345
|
+
.do-hovers .iconWrap_1CkvW:hover {
|
|
16346
|
+
color: inherit;
|
|
16347
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
16348
|
+
}
|
|
16349
|
+
.do-hovers .iconWrapActive_1O5kX:hover {
|
|
16350
|
+
color: var(--upime-active);
|
|
16351
|
+
background-color: #EAF1FC;
|
|
16352
|
+
}
|
|
15246
16353
|
.exportDialog_18eap {
|
|
15247
16354
|
left: 20px;
|
|
15248
16355
|
top: 20px;
|
|
@@ -15333,6 +16440,7 @@
|
|
|
15333
16440
|
text-overflow: ellipsis;
|
|
15334
16441
|
cursor: pointer;
|
|
15335
16442
|
-webkit-user-select: none;
|
|
16443
|
+
-moz-user-select: none;
|
|
15336
16444
|
user-select: none;
|
|
15337
16445
|
min-width: 60px;
|
|
15338
16446
|
font-size: 14px;
|
|
@@ -15374,6 +16482,7 @@
|
|
|
15374
16482
|
cursor: pointer;
|
|
15375
16483
|
vertical-align: middle;
|
|
15376
16484
|
-webkit-user-select: none;
|
|
16485
|
+
-moz-user-select: none;
|
|
15377
16486
|
user-select: none;
|
|
15378
16487
|
outline: none;
|
|
15379
16488
|
box-shadow: none;
|
|
@@ -15424,6 +16533,9 @@
|
|
|
15424
16533
|
margin-left: 8px;
|
|
15425
16534
|
font-size: 18px;
|
|
15426
16535
|
}
|
|
16536
|
+
.do-hovers .download_options_1PcvQ .option_3HoR_:hover {
|
|
16537
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
16538
|
+
}
|
|
15427
16539
|
|
|
15428
16540
|
.user_2K78E {
|
|
15429
16541
|
position: relative;
|
|
@@ -15522,6 +16634,7 @@
|
|
|
15522
16634
|
}
|
|
15523
16635
|
.follow_tip_H3mDc .name_31K8R,
|
|
15524
16636
|
.follow_tip_H3mDc .info_veEdt {
|
|
16637
|
+
width: -moz-max-content;
|
|
15525
16638
|
width: max-content;
|
|
15526
16639
|
max-width: 184px;
|
|
15527
16640
|
display: -webkit-box;
|
|
@@ -15542,6 +16655,7 @@
|
|
|
15542
16655
|
display: flex;
|
|
15543
16656
|
align-items: center;
|
|
15544
16657
|
margin-left: 8px;
|
|
16658
|
+
gap: 4px;
|
|
15545
16659
|
background-color: var(--upime-pane-bg);
|
|
15546
16660
|
border-radius: 4px;
|
|
15547
16661
|
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
@@ -15715,22 +16829,40 @@
|
|
|
15715
16829
|
}
|
|
15716
16830
|
.cursor_btn_3ZHOT {
|
|
15717
16831
|
position: relative;
|
|
15718
|
-
|
|
15719
|
-
|
|
16832
|
+
}
|
|
16833
|
+
.iconWrap_1LwK7 {
|
|
16834
|
+
width: 36px;
|
|
16835
|
+
height: 36px;
|
|
16836
|
+
border-radius: 2px;
|
|
15720
16837
|
display: flex;
|
|
16838
|
+
justify-content: center;
|
|
16839
|
+
align-items: center;
|
|
16840
|
+
cursor: pointer;
|
|
15721
16841
|
}
|
|
15722
|
-
.
|
|
15723
|
-
|
|
16842
|
+
.iconWrapActive_3-Sbv {
|
|
16843
|
+
color: var(--upime-active);
|
|
16844
|
+
background-color: #EAF1FC;
|
|
16845
|
+
}
|
|
16846
|
+
.do-hovers .iconWrap_1LwK7:hover {
|
|
16847
|
+
color: inherit;
|
|
16848
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
16849
|
+
}
|
|
16850
|
+
.do-hovers .iconWrapActive_3-Sbv:hover {
|
|
16851
|
+
color: var(--upime-active);
|
|
16852
|
+
background-color: #EAF1FC;
|
|
15724
16853
|
}
|
|
15725
16854
|
|
|
15726
16855
|
.toggleBarIcon_2w8m9 {
|
|
15727
|
-
pointer-events: auto;
|
|
15728
16856
|
width: 40px;
|
|
15729
16857
|
height: 40px;
|
|
15730
|
-
align-items: center;
|
|
15731
|
-
justify-content: center;
|
|
15732
16858
|
display: flex;
|
|
15733
|
-
|
|
16859
|
+
justify-content: center;
|
|
16860
|
+
align-items: center;
|
|
16861
|
+
pointer-events: auto;
|
|
16862
|
+
}
|
|
16863
|
+
.toggleBarIconOpened_3e-nh {
|
|
16864
|
+
color: var(--upime-active);
|
|
16865
|
+
background-color: #EAF1FC;
|
|
15734
16866
|
}
|
|
15735
16867
|
.sideBar_-tPPD {
|
|
15736
16868
|
display: flex;
|
|
@@ -15906,11 +17038,10 @@
|
|
|
15906
17038
|
padding: 16px 0;
|
|
15907
17039
|
}
|
|
15908
17040
|
.undo_2rUzu {
|
|
15909
|
-
height: 40px;
|
|
15910
|
-
cursor: pointer;
|
|
15911
17041
|
display: flex;
|
|
15912
17042
|
justify-content: center;
|
|
15913
17043
|
align-items: center;
|
|
17044
|
+
padding: 2px 10px;
|
|
15914
17045
|
}
|
|
15915
17046
|
.undo_2rUzu.disable_wvgDj {
|
|
15916
17047
|
pointer-events: none;
|
|
@@ -15926,8 +17057,24 @@
|
|
|
15926
17057
|
.undo_2rUzu.phoneMode_3yRy9.active_1Es1e {
|
|
15927
17058
|
color: var(--upime-active);
|
|
15928
17059
|
}
|
|
15929
|
-
.
|
|
17060
|
+
.iconWrap_2kiOx {
|
|
17061
|
+
width: 38px;
|
|
17062
|
+
height: 38px;
|
|
17063
|
+
border-radius: 2px;
|
|
17064
|
+
display: flex;
|
|
17065
|
+
justify-content: center;
|
|
17066
|
+
align-items: center;
|
|
17067
|
+
cursor: pointer;
|
|
17068
|
+
}
|
|
17069
|
+
.iconWrap_2kiOx.active_1Es1e {
|
|
15930
17070
|
color: var(--upime-active);
|
|
17071
|
+
background-color: #EAF1FC;
|
|
17072
|
+
}
|
|
17073
|
+
.do-hovers .iconWrap_2kiOx:hover {
|
|
17074
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
17075
|
+
}
|
|
17076
|
+
.do-hovers .iconWrap_2kiOx.active_1Es1e:hover {
|
|
17077
|
+
background-color: #EAF1FC;
|
|
15931
17078
|
}
|
|
15932
17079
|
.do-hovers .close_box_jw1IS:hover {
|
|
15933
17080
|
color: var(--upime-active);
|
|
@@ -15935,8 +17082,8 @@
|
|
|
15935
17082
|
.do-hovers .more_box_3TCN6:hover {
|
|
15936
17083
|
color: var(--upime-active);
|
|
15937
17084
|
}
|
|
15938
|
-
.do-hovers .undo_2rUzu:hover {
|
|
15939
|
-
color:
|
|
17085
|
+
.do-hovers .undo_2rUzu .iconWrap_2kiOx:hover {
|
|
17086
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
15940
17087
|
}
|
|
15941
17088
|
.do-hovers .cell_2xHN3:hover {
|
|
15942
17089
|
background-color: var(--upime-btn-bg-hover);
|
|
@@ -16130,6 +17277,7 @@
|
|
|
16130
17277
|
display: flex;
|
|
16131
17278
|
justify-content: center;
|
|
16132
17279
|
align-items: center;
|
|
17280
|
+
gap: 4px;
|
|
16133
17281
|
padding: 0 8px;
|
|
16134
17282
|
margin-left: 8px;
|
|
16135
17283
|
background-color: var(--upime-pane-bg);
|
|
@@ -16140,7 +17288,7 @@
|
|
|
16140
17288
|
width: 1px;
|
|
16141
17289
|
height: 20px;
|
|
16142
17290
|
background-color: var(--upime-divider-bg);
|
|
16143
|
-
margin: 0
|
|
17291
|
+
margin: 0 4px;
|
|
16144
17292
|
}
|
|
16145
17293
|
.root_Ba7Ia.extension_jk_zv {
|
|
16146
17294
|
margin-right: 8px;
|
|
@@ -16164,15 +17312,38 @@
|
|
|
16164
17312
|
color: var(--upime-active);
|
|
16165
17313
|
}
|
|
16166
17314
|
|
|
16167
|
-
.
|
|
16168
|
-
|
|
17315
|
+
.iconWrap_Z_vke {
|
|
17316
|
+
width: -moz-max-content;
|
|
17317
|
+
width: max-content;
|
|
17318
|
+
height: 36px;
|
|
17319
|
+
border-radius: 2px;
|
|
16169
17320
|
display: flex;
|
|
16170
17321
|
justify-content: center;
|
|
16171
17322
|
align-items: center;
|
|
16172
|
-
position: relative;
|
|
16173
17323
|
cursor: pointer;
|
|
16174
17324
|
}
|
|
17325
|
+
.iconWrapActive_r40j0 {
|
|
17326
|
+
color: var(--upime-active);
|
|
17327
|
+
background-color: #EAF1FC;
|
|
17328
|
+
}
|
|
17329
|
+
.iconWrapActive_r40j0 .meetingTxt_jp3Ne {
|
|
17330
|
+
color: var(--upime-active);
|
|
17331
|
+
}
|
|
17332
|
+
.do-hovers .iconWrap_Z_vke:hover {
|
|
17333
|
+
color: inherit;
|
|
17334
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
17335
|
+
}
|
|
17336
|
+
.do-hovers .iconWrapActive_r40j0:hover {
|
|
17337
|
+
color: var(--upime-active);
|
|
17338
|
+
background-color: #EAF1FC;
|
|
17339
|
+
}
|
|
17340
|
+
.iconContainer_nKIMh {
|
|
17341
|
+
position: relative;
|
|
17342
|
+
}
|
|
16175
17343
|
.iconContainer_nKIMh.phone_Y15oY {
|
|
17344
|
+
display: flex;
|
|
17345
|
+
justify-content: center;
|
|
17346
|
+
align-items: center;
|
|
16176
17347
|
border-radius: 50%;
|
|
16177
17348
|
background-color: #fff;
|
|
16178
17349
|
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
@@ -16236,8 +17407,8 @@
|
|
|
16236
17407
|
}
|
|
16237
17408
|
.tingzhiIcon_1_vlb {
|
|
16238
17409
|
color: #FE5250;
|
|
16239
|
-
width:
|
|
16240
|
-
height:
|
|
17410
|
+
width: 22px;
|
|
17411
|
+
height: 22px;
|
|
16241
17412
|
}
|
|
16242
17413
|
.inMeeting_1Ev94::before {
|
|
16243
17414
|
content: "";
|
|
@@ -16246,7 +17417,7 @@
|
|
|
16246
17417
|
height: 4px;
|
|
16247
17418
|
border-radius: 50%;
|
|
16248
17419
|
background-color: var(--upime-active);
|
|
16249
|
-
top:
|
|
17420
|
+
top: 2px;
|
|
16250
17421
|
left: 16px;
|
|
16251
17422
|
}
|
|
16252
17423
|
.meetingRecording_2KG6D::before {
|
|
@@ -16256,7 +17427,7 @@
|
|
|
16256
17427
|
border: 1px solid white;
|
|
16257
17428
|
border-radius: 8px;
|
|
16258
17429
|
position: absolute;
|
|
16259
|
-
top:
|
|
17430
|
+
top: -2px;
|
|
16260
17431
|
left: 24px;
|
|
16261
17432
|
}
|
|
16262
17433
|
.meetingsNumContainer_2T2V3 .meetingsNum_1B6vT {
|
|
@@ -16277,17 +17448,12 @@
|
|
|
16277
17448
|
height: 20px;
|
|
16278
17449
|
line-height: 20px;
|
|
16279
17450
|
color: var(--upime-active);
|
|
17451
|
+
width: -moz-max-content;
|
|
16280
17452
|
width: max-content;
|
|
16281
17453
|
}
|
|
16282
17454
|
.meetingTxt_jp3Ne {
|
|
16283
17455
|
color: var(--upime-main-text);
|
|
16284
17456
|
}
|
|
16285
|
-
.do-hovers .iconContainer_nKIMh:hover {
|
|
16286
|
-
color: var(--upime-active);
|
|
16287
|
-
}
|
|
16288
|
-
.do-hovers .iconContainer_nKIMh:hover .meetingTxt_jp3Ne {
|
|
16289
|
-
color: var(--upime-active);
|
|
16290
|
-
}
|
|
16291
17457
|
|
|
16292
17458
|
.root_37rmg {
|
|
16293
17459
|
position: absolute;
|
|
@@ -16593,7 +17759,7 @@
|
|
|
16593
17759
|
width: 240px;
|
|
16594
17760
|
top: auto;
|
|
16595
17761
|
top: initial;
|
|
16596
|
-
bottom:
|
|
17762
|
+
bottom: 64px;
|
|
16597
17763
|
}
|
|
16598
17764
|
.mini_3LG51 .memberListCon_1zEDN {
|
|
16599
17765
|
bottom: 32px;
|
|
@@ -16669,22 +17835,36 @@
|
|
|
16669
17835
|
flex-direction: row;
|
|
16670
17836
|
align-items: center;
|
|
16671
17837
|
}
|
|
16672
|
-
.viewport_uTaEU .list_N3pFO .row_30-CO .left_2vrEW .
|
|
17838
|
+
.viewport_uTaEU .list_N3pFO .row_30-CO .left_2vrEW .nameWrap_Wftjc {
|
|
17839
|
+
height: 100%;
|
|
17840
|
+
display: flex;
|
|
17841
|
+
flex-direction: column;
|
|
17842
|
+
justify-content: space-between;
|
|
17843
|
+
align-items: flex-start;
|
|
16673
17844
|
margin-left: 12px;
|
|
16674
|
-
|
|
17845
|
+
}
|
|
17846
|
+
.viewport_uTaEU .list_N3pFO .row_30-CO .left_2vrEW .nameWrap_Wftjc .name_1A2Gq {
|
|
16675
17847
|
font-size: 14px;
|
|
17848
|
+
line-height: 18px;
|
|
17849
|
+
height: 18px;
|
|
16676
17850
|
color: var(--upime-main-text);
|
|
16677
17851
|
overflow: hidden;
|
|
16678
17852
|
white-space: nowrap;
|
|
16679
17853
|
text-overflow: ellipsis;
|
|
16680
17854
|
max-width: 90px;
|
|
16681
17855
|
}
|
|
16682
|
-
.viewport_uTaEU .list_N3pFO .row_30-CO .left_2vrEW .name_1A2Gq em {
|
|
17856
|
+
.viewport_uTaEU .list_N3pFO .row_30-CO .left_2vrEW .nameWrap_Wftjc .name_1A2Gq em {
|
|
16683
17857
|
font-style: inherit !important;
|
|
16684
17858
|
}
|
|
16685
|
-
.viewport_uTaEU .list_N3pFO .row_30-CO .left_2vrEW .name_1A2Gq em.highlight_-lfrK {
|
|
17859
|
+
.viewport_uTaEU .list_N3pFO .row_30-CO .left_2vrEW .nameWrap_Wftjc .name_1A2Gq em.highlight_-lfrK {
|
|
16686
17860
|
color: var(--upime-active);
|
|
16687
17861
|
}
|
|
17862
|
+
.viewport_uTaEU .list_N3pFO .row_30-CO .left_2vrEW .nameWrap_Wftjc .note_33n-a {
|
|
17863
|
+
font-size: 12px;
|
|
17864
|
+
height: 14px;
|
|
17865
|
+
line-height: 14px;
|
|
17866
|
+
color: var(--upime-second-text);
|
|
17867
|
+
}
|
|
16688
17868
|
.viewport_uTaEU .list_N3pFO .row_30-CO .followingMark_1RnBy {
|
|
16689
17869
|
line-height: 18px;
|
|
16690
17870
|
color: var(--upime-active);
|
|
@@ -16989,23 +18169,26 @@
|
|
|
16989
18169
|
pointer-events: all;
|
|
16990
18170
|
position: relative;
|
|
16991
18171
|
}
|
|
16992
|
-
.
|
|
16993
|
-
width:
|
|
16994
|
-
height:
|
|
18172
|
+
.iconWrap_rI8hN {
|
|
18173
|
+
width: 36px;
|
|
18174
|
+
height: 36px;
|
|
18175
|
+
border-radius: 2px;
|
|
16995
18176
|
display: flex;
|
|
16996
18177
|
justify-content: center;
|
|
16997
18178
|
align-items: center;
|
|
16998
|
-
}
|
|
16999
|
-
.root_pr_1N > svg {
|
|
17000
|
-
width: 24px;
|
|
17001
|
-
height: 24px;
|
|
17002
18179
|
cursor: pointer;
|
|
17003
18180
|
}
|
|
17004
|
-
.
|
|
18181
|
+
.iconWrapActive_FV5S4 {
|
|
17005
18182
|
color: var(--upime-active);
|
|
18183
|
+
background-color: #EAF1FC;
|
|
18184
|
+
}
|
|
18185
|
+
.do-hovers .iconWrap_rI8hN:hover {
|
|
18186
|
+
color: inherit;
|
|
18187
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
17006
18188
|
}
|
|
17007
|
-
.do-hovers .
|
|
18189
|
+
.do-hovers .iconWrapActive_FV5S4:hover {
|
|
17008
18190
|
color: var(--upime-active);
|
|
18191
|
+
background-color: #EAF1FC;
|
|
17009
18192
|
}
|
|
17010
18193
|
|
|
17011
18194
|
.cm_item_1BrZW {
|
|
@@ -17261,24 +18444,29 @@
|
|
|
17261
18444
|
pointer-events: all;
|
|
17262
18445
|
position: relative;
|
|
17263
18446
|
}
|
|
17264
|
-
.
|
|
17265
|
-
width:
|
|
17266
|
-
height:
|
|
18447
|
+
.iconWrap_G_xA_ {
|
|
18448
|
+
width: 36px;
|
|
18449
|
+
height: 36px;
|
|
18450
|
+
border-radius: 2px;
|
|
17267
18451
|
display: flex;
|
|
17268
18452
|
justify-content: center;
|
|
17269
18453
|
align-items: center;
|
|
17270
|
-
position: relative;
|
|
17271
|
-
}
|
|
17272
|
-
.root_2GiVc svg {
|
|
17273
|
-
width: 22px;
|
|
17274
|
-
height: 22px;
|
|
17275
18454
|
cursor: pointer;
|
|
17276
18455
|
}
|
|
17277
|
-
.
|
|
17278
|
-
color:
|
|
18456
|
+
.iconWrapActive_tqdxb {
|
|
18457
|
+
color: var(--upime-active);
|
|
18458
|
+
background-color: #EAF1FC;
|
|
17279
18459
|
}
|
|
17280
|
-
.
|
|
17281
|
-
color:
|
|
18460
|
+
.do-hovers .iconWrap_G_xA_:hover {
|
|
18461
|
+
color: inherit;
|
|
18462
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
18463
|
+
}
|
|
18464
|
+
.do-hovers .iconWrapActive_tqdxb:hover {
|
|
18465
|
+
color: var(--upime-active);
|
|
18466
|
+
background-color: #EAF1FC;
|
|
18467
|
+
}
|
|
18468
|
+
.root_2GiVc {
|
|
18469
|
+
position: relative;
|
|
17282
18470
|
}
|
|
17283
18471
|
.root_2GiVc.phoneMode_1xK4q {
|
|
17284
18472
|
width: 44px;
|
|
@@ -17313,8 +18501,8 @@
|
|
|
17313
18501
|
border-radius: 11px;
|
|
17314
18502
|
background-color: #2e73e5;
|
|
17315
18503
|
position: absolute;
|
|
17316
|
-
bottom:
|
|
17317
|
-
left:
|
|
18504
|
+
bottom: 18px;
|
|
18505
|
+
left: 19px;
|
|
17318
18506
|
color: #fff;
|
|
17319
18507
|
line-height: 20px;
|
|
17320
18508
|
text-align: center;
|
|
@@ -17715,6 +18903,7 @@
|
|
|
17715
18903
|
cursor: pointer;
|
|
17716
18904
|
}
|
|
17717
18905
|
.addtime_root_2tldj .content_3V4uI {
|
|
18906
|
+
width: -moz-fit-content;
|
|
17718
18907
|
width: fit-content;
|
|
17719
18908
|
height: 16px;
|
|
17720
18909
|
line-height: 16px;
|
|
@@ -17747,6 +18936,7 @@
|
|
|
17747
18936
|
cursor: pointer;
|
|
17748
18937
|
}
|
|
17749
18938
|
.addtime_root_m_2Jhxz .content_3V4uI {
|
|
18939
|
+
width: -moz-fit-content;
|
|
17750
18940
|
width: fit-content;
|
|
17751
18941
|
height: 16px;
|
|
17752
18942
|
line-height: 16px;
|
|
@@ -18143,7 +19333,7 @@
|
|
|
18143
19333
|
.subWin_22apU {
|
|
18144
19334
|
top: auto;
|
|
18145
19335
|
top: initial;
|
|
18146
|
-
bottom:
|
|
19336
|
+
bottom: 64px;
|
|
18147
19337
|
position: absolute;
|
|
18148
19338
|
width: 240px;
|
|
18149
19339
|
background-color: var(--upime-pane-bg);
|
|
@@ -18362,7 +19552,7 @@
|
|
|
18362
19552
|
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
18363
19553
|
top: auto;
|
|
18364
19554
|
top: initial;
|
|
18365
|
-
bottom:
|
|
19555
|
+
bottom: 60px;
|
|
18366
19556
|
width: 340px;
|
|
18367
19557
|
}
|
|
18368
19558
|
.panelRoot_2exv- {
|
|
@@ -18623,6 +19813,7 @@
|
|
|
18623
19813
|
}
|
|
18624
19814
|
.morePanel_740CJ {
|
|
18625
19815
|
position: absolute;
|
|
19816
|
+
width: -moz-max-content;
|
|
18626
19817
|
width: max-content;
|
|
18627
19818
|
padding: 8px 0px;
|
|
18628
19819
|
display: flex;
|
|
@@ -18669,15 +19860,18 @@
|
|
|
18669
19860
|
font-size: 14px;
|
|
18670
19861
|
color: #616371;
|
|
18671
19862
|
margin-bottom: 8px;
|
|
19863
|
+
margin-left: 38px;
|
|
18672
19864
|
}
|
|
18673
19865
|
.kickoutModalBox_2Lmr9 .forbidBox_iRWDm {
|
|
18674
19866
|
font-size: 14px;
|
|
18675
19867
|
margin-bottom: 24px;
|
|
19868
|
+
margin-left: 34px;
|
|
18676
19869
|
}
|
|
18677
19870
|
.kickoutModalBox_2Lmr9 .forbidBox_iRWDm > input {
|
|
18678
19871
|
position: relative;
|
|
18679
19872
|
top: 1px;
|
|
18680
19873
|
margin-right: 8px;
|
|
19874
|
+
border-color: #dbdbde;
|
|
18681
19875
|
}
|
|
18682
19876
|
.kickoutModalBox_2Lmr9 .actionBox_3UMNs {
|
|
18683
19877
|
text-align: right;
|
|
@@ -18762,7 +19956,7 @@
|
|
|
18762
19956
|
flex-direction: column;
|
|
18763
19957
|
top: auto;
|
|
18764
19958
|
top: initial;
|
|
18765
|
-
bottom:
|
|
19959
|
+
bottom: 60px;
|
|
18766
19960
|
}
|
|
18767
19961
|
.panelRoot_3SIhM .row_53E7n {
|
|
18768
19962
|
width: 100%;
|
|
@@ -18905,6 +20099,11 @@
|
|
|
18905
20099
|
top: 4px;
|
|
18906
20100
|
color: #ffa519;
|
|
18907
20101
|
}
|
|
20102
|
+
.recordConfirmModal_1bduL .headerRow_AuASu > span,
|
|
20103
|
+
.openAudioModal_1lZHw .headerRow_AuASu > span,
|
|
20104
|
+
.endRecordConfirmModal_3cpua .headerRow_AuASu > span {
|
|
20105
|
+
word-break: break-word;
|
|
20106
|
+
}
|
|
18908
20107
|
.recordConfirmModal_1bduL .bodyRow_3KPZ0,
|
|
18909
20108
|
.openAudioModal_1lZHw .bodyRow_3KPZ0,
|
|
18910
20109
|
.endRecordConfirmModal_3cpua .bodyRow_3KPZ0 {
|
|
@@ -18912,6 +20111,7 @@
|
|
|
18912
20111
|
font-size: 14px;
|
|
18913
20112
|
color: #616371;
|
|
18914
20113
|
margin-bottom: 24px;
|
|
20114
|
+
word-break: break-word;
|
|
18915
20115
|
}
|
|
18916
20116
|
.recordConfirmModal_1bduL .footerRow_2-U7l,
|
|
18917
20117
|
.openAudioModal_1lZHw .footerRow_2-U7l,
|
|
@@ -19162,6 +20362,7 @@
|
|
|
19162
20362
|
font-size: 14px;
|
|
19163
20363
|
border-left: 2px solid #dbdbde;
|
|
19164
20364
|
-webkit-user-select: text;
|
|
20365
|
+
-moz-user-select: text;
|
|
19165
20366
|
user-select: text;
|
|
19166
20367
|
}
|
|
19167
20368
|
.itemRoot_2O3KW .subContent_1UGIp .text_1hHQ5.defaultSpan_k-hqh {
|
|
@@ -19455,6 +20656,248 @@
|
|
|
19455
20656
|
color: var(--upime-active);
|
|
19456
20657
|
}
|
|
19457
20658
|
|
|
20659
|
+
.graphicSideContainer_jScOm {
|
|
20660
|
+
position: relative;
|
|
20661
|
+
width: 100%;
|
|
20662
|
+
height: 100%;
|
|
20663
|
+
display: flex;
|
|
20664
|
+
flex-direction: column;
|
|
20665
|
+
}
|
|
20666
|
+
.title_2y8qG {
|
|
20667
|
+
padding-left: 24px;
|
|
20668
|
+
padding-right: 54px;
|
|
20669
|
+
height: 64px;
|
|
20670
|
+
width: 100%;
|
|
20671
|
+
background-color: var(--upime-pane-bg);
|
|
20672
|
+
align-items: center;
|
|
20673
|
+
justify-content: space-between;
|
|
20674
|
+
display: flex;
|
|
20675
|
+
flex-shrink: 0;
|
|
20676
|
+
font-size: 20px;
|
|
20677
|
+
color: var(--upime-main-text);
|
|
20678
|
+
font-weight: 600;
|
|
20679
|
+
line-height: 30px;
|
|
20680
|
+
}
|
|
20681
|
+
.title_2y8qG .titleIconContainer_2HpFh {
|
|
20682
|
+
width: 44px;
|
|
20683
|
+
height: 44px;
|
|
20684
|
+
display: flex;
|
|
20685
|
+
align-items: center;
|
|
20686
|
+
justify-content: center;
|
|
20687
|
+
position: relative;
|
|
20688
|
+
cursor: pointer;
|
|
20689
|
+
}
|
|
20690
|
+
.title_2y8qG .titleIconContainer_2HpFh::after {
|
|
20691
|
+
position: absolute;
|
|
20692
|
+
content: "";
|
|
20693
|
+
right: 0px;
|
|
20694
|
+
top: 12px;
|
|
20695
|
+
bottom: 12px;
|
|
20696
|
+
width: 1px;
|
|
20697
|
+
background-color: #e6e7e9;
|
|
20698
|
+
}
|
|
20699
|
+
.title_2y8qG .titleIconContainer_2HpFh .rotate_3mkgL {
|
|
20700
|
+
transform: rotate(180deg);
|
|
20701
|
+
}
|
|
20702
|
+
.searchContentContainer_2aGCw {
|
|
20703
|
+
margin-top: 8px;
|
|
20704
|
+
height: 40px;
|
|
20705
|
+
padding: 0 20px;
|
|
20706
|
+
}
|
|
20707
|
+
.searchContentContainer_2aGCw .inputDomContainer_aORAa {
|
|
20708
|
+
position: relative;
|
|
20709
|
+
height: 100%;
|
|
20710
|
+
}
|
|
20711
|
+
.searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuHotarea_CavnD {
|
|
20712
|
+
position: absolute;
|
|
20713
|
+
width: 24px;
|
|
20714
|
+
height: 24px;
|
|
20715
|
+
right: 12px;
|
|
20716
|
+
top: 8px;
|
|
20717
|
+
display: flex;
|
|
20718
|
+
align-items: center;
|
|
20719
|
+
justify-content: center;
|
|
20720
|
+
cursor: pointer;
|
|
20721
|
+
}
|
|
20722
|
+
.searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuIcon_2Z2NJ {
|
|
20723
|
+
color: #dbdbde;
|
|
20724
|
+
}
|
|
20725
|
+
.searchContentContainer_2aGCw .inputDomContainer_aORAa .searchIcon_2yMds {
|
|
20726
|
+
position: absolute;
|
|
20727
|
+
left: 12px;
|
|
20728
|
+
top: 10px;
|
|
20729
|
+
}
|
|
20730
|
+
.searchContentContainer_2aGCw .input_S5_HS {
|
|
20731
|
+
width: 100%;
|
|
20732
|
+
height: 100%;
|
|
20733
|
+
border-radius: 4px;
|
|
20734
|
+
background-color: white;
|
|
20735
|
+
border: 1px solid #ececee;
|
|
20736
|
+
outline: none;
|
|
20737
|
+
color: #303133;
|
|
20738
|
+
font-size: 14px;
|
|
20739
|
+
padding: 0 48px 0 40px;
|
|
20740
|
+
display: block;
|
|
20741
|
+
}
|
|
20742
|
+
.searchContentContainer_2aGCw .input_S5_HS::-moz-placeholder {
|
|
20743
|
+
color: #c2c3c8;
|
|
20744
|
+
}
|
|
20745
|
+
.searchContentContainer_2aGCw .input_S5_HS::placeholder {
|
|
20746
|
+
color: #c2c3c8;
|
|
20747
|
+
}
|
|
20748
|
+
.searchContentContainer_2aGCw .input_S5_HS:focus {
|
|
20749
|
+
border: 1px solid #2e73e5;
|
|
20750
|
+
}
|
|
20751
|
+
.categroyWrapper_2QXR0 {
|
|
20752
|
+
flex: 1;
|
|
20753
|
+
overflow: auto;
|
|
20754
|
+
margin-top: 20px;
|
|
20755
|
+
scrollbar-color: var(--upime-scrollbar-thumb) transparent;
|
|
20756
|
+
scrollbar-width: thin;
|
|
20757
|
+
}
|
|
20758
|
+
.categroyWrapper_2QXR0::-webkit-scrollbar {
|
|
20759
|
+
width: 4px;
|
|
20760
|
+
}
|
|
20761
|
+
.categroyWrapper_2QXR0::-webkit-scrollbar-track {
|
|
20762
|
+
border-radius: 5px;
|
|
20763
|
+
background-color: transparent;
|
|
20764
|
+
}
|
|
20765
|
+
.categroyWrapper_2QXR0::-webkit-scrollbar-thumb {
|
|
20766
|
+
border-radius: 2px;
|
|
20767
|
+
background-color: var(--upime-scrollbar-thumb);
|
|
20768
|
+
}
|
|
20769
|
+
.categroyWrapper_2QXR0 .emptyContainer_1tl6E {
|
|
20770
|
+
width: 100%;
|
|
20771
|
+
height: 100%;
|
|
20772
|
+
display: flex;
|
|
20773
|
+
flex-direction: column;
|
|
20774
|
+
align-items: center;
|
|
20775
|
+
justify-content: center;
|
|
20776
|
+
color: #616371;
|
|
20777
|
+
}
|
|
20778
|
+
.categroyWrapper_2QXR0 .emptyContainer_1tl6E .emptyImg_PnK1N {
|
|
20779
|
+
width: 140px;
|
|
20780
|
+
}
|
|
20781
|
+
.categroyContainer_2fReq {
|
|
20782
|
+
margin-top: 20px;
|
|
20783
|
+
padding: 0 16px 0 20px;
|
|
20784
|
+
}
|
|
20785
|
+
.categroyContainer_2fReq:first-child {
|
|
20786
|
+
margin-top: 0;
|
|
20787
|
+
}
|
|
20788
|
+
.categroyContainer_2fReq .categroyTitle_1jXxy {
|
|
20789
|
+
font-size: 16px;
|
|
20790
|
+
display: flex;
|
|
20791
|
+
align-items: center;
|
|
20792
|
+
justify-content: space-between;
|
|
20793
|
+
height: 24px;
|
|
20794
|
+
cursor: pointer;
|
|
20795
|
+
}
|
|
20796
|
+
.categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e {
|
|
20797
|
+
flex-shrink: 0;
|
|
20798
|
+
width: 24px;
|
|
20799
|
+
height: 24px;
|
|
20800
|
+
display: flex;
|
|
20801
|
+
align-items: center;
|
|
20802
|
+
justify-content: center;
|
|
20803
|
+
}
|
|
20804
|
+
.categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e.iconRotate_R8Zzg {
|
|
20805
|
+
transform: rotate(180deg);
|
|
20806
|
+
}
|
|
20807
|
+
.categroyContainer_2fReq .colorpalettesContaienr_2Tw5t {
|
|
20808
|
+
margin-top: 10px;
|
|
20809
|
+
height: 24px;
|
|
20810
|
+
padding: 2px;
|
|
20811
|
+
display: flex;
|
|
20812
|
+
align-items: center;
|
|
20813
|
+
gap: 4px;
|
|
20814
|
+
border-radius: 2px;
|
|
20815
|
+
width: -moz-fit-content;
|
|
20816
|
+
width: fit-content;
|
|
20817
|
+
cursor: pointer;
|
|
20818
|
+
}
|
|
20819
|
+
.defaultColorTheme_2B6iW {
|
|
20820
|
+
display: flex;
|
|
20821
|
+
align-items: center;
|
|
20822
|
+
gap: 4px;
|
|
20823
|
+
color: var(--upime-main-text);
|
|
20824
|
+
}
|
|
20825
|
+
.simpleColorTheme_21RUC {
|
|
20826
|
+
display: flex;
|
|
20827
|
+
align-items: center;
|
|
20828
|
+
}
|
|
20829
|
+
.simpleColorTheme_21RUC .simpleColorCircle_314Rw {
|
|
20830
|
+
width: 20px;
|
|
20831
|
+
height: 20px;
|
|
20832
|
+
border-radius: 50%;
|
|
20833
|
+
border-width: 2px;
|
|
20834
|
+
border-style: solid;
|
|
20835
|
+
margin-left: -5px;
|
|
20836
|
+
}
|
|
20837
|
+
.simpleColorTheme_21RUC .simpleColorCircle_314Rw:first-child {
|
|
20838
|
+
margin-left: 0;
|
|
20839
|
+
}
|
|
20840
|
+
.childrenOptionContainer_3c2BF {
|
|
20841
|
+
width: 160px;
|
|
20842
|
+
padding: 8px 0;
|
|
20843
|
+
border-radius: 2px;
|
|
20844
|
+
background-color: white;
|
|
20845
|
+
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
20846
|
+
}
|
|
20847
|
+
.childrenOptionContainer_3c2BF .options_39ftb {
|
|
20848
|
+
height: 40px;
|
|
20849
|
+
padding: 0 16px;
|
|
20850
|
+
display: flex;
|
|
20851
|
+
align-items: center;
|
|
20852
|
+
justify-content: space-between;
|
|
20853
|
+
cursor: pointer;
|
|
20854
|
+
color: var(--upime-active);
|
|
20855
|
+
}
|
|
20856
|
+
.iconListContainer_92Ipt {
|
|
20857
|
+
margin-top: 10px;
|
|
20858
|
+
}
|
|
20859
|
+
.iconListContainer_92Ipt .iconListView_sqkVV {
|
|
20860
|
+
width: 100%;
|
|
20861
|
+
display: flex;
|
|
20862
|
+
flex-wrap: wrap;
|
|
20863
|
+
gap: 12px;
|
|
20864
|
+
}
|
|
20865
|
+
.iconListContainer_92Ipt .iconListView_sqkVV .iconCell_2I3tD {
|
|
20866
|
+
width: 40px;
|
|
20867
|
+
height: 40px;
|
|
20868
|
+
display: flex;
|
|
20869
|
+
align-items: center;
|
|
20870
|
+
justify-content: center;
|
|
20871
|
+
cursor: pointer;
|
|
20872
|
+
border-radius: 2px;
|
|
20873
|
+
}
|
|
20874
|
+
.iconListContainer_92Ipt .iconListView_sqkVV .draggingIcon_1wKts {
|
|
20875
|
+
position: fixed;
|
|
20876
|
+
z-index: 9999;
|
|
20877
|
+
width: 44px;
|
|
20878
|
+
height: 44px;
|
|
20879
|
+
display: flex;
|
|
20880
|
+
align-items: center;
|
|
20881
|
+
justify-content: center;
|
|
20882
|
+
cursor: pointer;
|
|
20883
|
+
border-radius: 4px;
|
|
20884
|
+
background-color: white;
|
|
20885
|
+
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
|
|
20886
|
+
transform: translateX(-50%) translateY(-50%);
|
|
20887
|
+
}
|
|
20888
|
+
.do-hovers .colorpalettesContaienr_2Tw5t:hover {
|
|
20889
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
20890
|
+
}
|
|
20891
|
+
.do-hovers .titleIconContainer_2HpFh:hover {
|
|
20892
|
+
color: var(--upime-active);
|
|
20893
|
+
}
|
|
20894
|
+
.do-hovers .childrenOptionContainer_3c2BF .options_39ftb:hover {
|
|
20895
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
20896
|
+
}
|
|
20897
|
+
.do-hovers .iconListView_sqkVV .iconCell_2I3tD:hover {
|
|
20898
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
20899
|
+
}
|
|
20900
|
+
|
|
19458
20901
|
:root {
|
|
19459
20902
|
--upime-btn-bg-active: #090909;
|
|
19460
20903
|
--upime-btn-bg-hover: #F5F6F6;
|
|
@@ -20087,7 +21530,6 @@
|
|
|
20087
21530
|
padding-right: 16px;
|
|
20088
21531
|
line-height: 64px;
|
|
20089
21532
|
font-size: 14px;
|
|
20090
|
-
-webkit-text-decoration: underline;
|
|
20091
21533
|
text-decoration: underline;
|
|
20092
21534
|
border-radius: 4px;
|
|
20093
21535
|
border: 1px solid #e6e7e9;
|
|
@@ -20579,6 +22021,9 @@
|
|
|
20579
22021
|
border-radius: 4px;
|
|
20580
22022
|
padding-left: 40px;
|
|
20581
22023
|
}
|
|
22024
|
+
.groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi input::-moz-placeholder {
|
|
22025
|
+
color: #c2c3c8;
|
|
22026
|
+
}
|
|
20582
22027
|
.groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi input::placeholder {
|
|
20583
22028
|
color: #c2c3c8;
|
|
20584
22029
|
}
|