@oliasoft-open-source/react-ui-library 4.0.0-beta-21 → 4.0.0-beta-22
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/global.css +484 -477
- package/dist/index.js +234 -234
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -601,8 +601,8 @@ a {
|
|
|
601
601
|
html[data-theme='dark'] {
|
|
602
602
|
color-scheme: dark;
|
|
603
603
|
--color-text: var(--color-neutral-100);
|
|
604
|
-
--color-text-muted: var(--color-neutral-
|
|
605
|
-
--color-text-faint: var(--color-neutral-
|
|
604
|
+
--color-text-muted: var(--color-neutral-300);
|
|
605
|
+
--color-text-faint: var(--color-neutral-500);
|
|
606
606
|
--color-text-primary: var(--color-primary-450);
|
|
607
607
|
--color-text-primary-active: var(--color-primary-350);
|
|
608
608
|
--color-text-primary-hover: var(--color-primary-400);
|
|
@@ -970,17 +970,17 @@ a {
|
|
|
970
970
|
._contentWrapper_1p7x7_16 {
|
|
971
971
|
border-radius: inherit;
|
|
972
972
|
}
|
|
973
|
-
.
|
|
973
|
+
._wrapper_2zria_1 {
|
|
974
974
|
display: inline-flex;
|
|
975
975
|
max-width: 100%;
|
|
976
976
|
}
|
|
977
|
-
.
|
|
977
|
+
._layer_2zria_5 ._wrapper_2zria_1 {
|
|
978
978
|
width: 100%;
|
|
979
979
|
}
|
|
980
|
-
.
|
|
980
|
+
._layerContainer_2zria_8 {
|
|
981
981
|
z-index: var(--zindex-dropdown);
|
|
982
982
|
}
|
|
983
|
-
.
|
|
983
|
+
._layer_2zria_5 {
|
|
984
984
|
border: 1px solid var(--color-border);
|
|
985
985
|
border-radius: var(--border-radius);
|
|
986
986
|
overflow: hidden;
|
|
@@ -992,178 +992,178 @@ a {
|
|
|
992
992
|
position: relative;
|
|
993
993
|
overflow-y: auto;
|
|
994
994
|
}
|
|
995
|
-
.
|
|
995
|
+
._layer_2zria_5._nested_2zria_23 {
|
|
996
996
|
margin: -1px 2px;
|
|
997
997
|
}
|
|
998
|
-
.
|
|
998
|
+
._layer_2zria_5 ul {
|
|
999
999
|
margin: 0;
|
|
1000
1000
|
padding: 0;
|
|
1001
1001
|
list-style-type: none;
|
|
1002
1002
|
}
|
|
1003
|
-
.
|
|
1003
|
+
._layer_2zria_5 ul li {
|
|
1004
1004
|
list-style: none;
|
|
1005
1005
|
display: block;
|
|
1006
1006
|
}
|
|
1007
|
-
.
|
|
1007
|
+
._fileInput_2zria_35 {
|
|
1008
1008
|
width: 100%;
|
|
1009
1009
|
height: 100%;
|
|
1010
1010
|
opacity: 0;
|
|
1011
1011
|
position: absolute;
|
|
1012
1012
|
}
|
|
1013
|
-
.
|
|
1013
|
+
._trigger_2zria_41 {
|
|
1014
1014
|
display: inline-flex;
|
|
1015
1015
|
align-items: center;
|
|
1016
1016
|
cursor: pointer;
|
|
1017
1017
|
max-width: 100%;
|
|
1018
1018
|
}
|
|
1019
|
-
.
|
|
1019
|
+
._layer_2zria_5 ._trigger_2zria_41 {
|
|
1020
1020
|
width: 100%;
|
|
1021
1021
|
}
|
|
1022
|
-
.
|
|
1022
|
+
._middleAlignedInline_2zria_50 {
|
|
1023
1023
|
display: flex;
|
|
1024
1024
|
align-items: center;
|
|
1025
1025
|
overflow: hidden;
|
|
1026
1026
|
width: 100%;
|
|
1027
1027
|
}
|
|
1028
|
-
.
|
|
1028
|
+
._heading_2zria_56 {
|
|
1029
1029
|
color: var(--color-text-muted);
|
|
1030
1030
|
letter-spacing: 0.1em;
|
|
1031
1031
|
text-transform: uppercase;
|
|
1032
1032
|
font-size: var(--font-size-sm);
|
|
1033
1033
|
}
|
|
1034
|
-
.
|
|
1034
|
+
._heading_2zria_56 ._headingIcon_2zria_62 {
|
|
1035
1035
|
float: right;
|
|
1036
1036
|
}
|
|
1037
|
-
.
|
|
1037
|
+
._heading_2zria_56 ._headingIcon_2zria_62 svg {
|
|
1038
1038
|
color: var(--color-text-faint);
|
|
1039
1039
|
}
|
|
1040
|
-
.
|
|
1040
|
+
._heading_2zria_56 ._headingIcon_2zria_62:hover {
|
|
1041
1041
|
cursor: pointer;
|
|
1042
1042
|
}
|
|
1043
|
-
.
|
|
1043
|
+
._heading_2zria_56 ._headingIcon_2zria_62:hover svg {
|
|
1044
1044
|
color: var(--color-text-primary-hover);
|
|
1045
1045
|
}
|
|
1046
|
-
.
|
|
1046
|
+
._option_2zria_74 {
|
|
1047
1047
|
color: inherit;
|
|
1048
1048
|
display: block;
|
|
1049
1049
|
}
|
|
1050
|
-
.
|
|
1051
|
-
.
|
|
1052
|
-
.
|
|
1050
|
+
._heading_2zria_56,
|
|
1051
|
+
._option_2zria_74,
|
|
1052
|
+
._layer_2zria_5 ._trigger_2zria_41 {
|
|
1053
1053
|
padding: var(--padding-input);
|
|
1054
1054
|
border: 1px solid transparent;
|
|
1055
1055
|
}
|
|
1056
|
-
.
|
|
1057
|
-
.
|
|
1056
|
+
._option_2zria_74,
|
|
1057
|
+
._layer_2zria_5 ._trigger_2zria_41 {
|
|
1058
1058
|
line-height: var(--line-height);
|
|
1059
1059
|
display: flex;
|
|
1060
1060
|
align-items: flex-start;
|
|
1061
1061
|
}
|
|
1062
|
-
.
|
|
1063
|
-
.
|
|
1064
|
-
.
|
|
1065
|
-
.
|
|
1062
|
+
._option_2zria_74:hover,
|
|
1063
|
+
._layer_2zria_5 ._trigger_2zria_41:hover,
|
|
1064
|
+
._option_2zria_74._active_2zria_92,
|
|
1065
|
+
._layer_2zria_5 ._trigger_2zria_41._active_2zria_92 {
|
|
1066
1066
|
background-color: var(--color-background-listitem-hover);
|
|
1067
1067
|
cursor: pointer;
|
|
1068
1068
|
}
|
|
1069
|
-
.
|
|
1069
|
+
._option_2zria_74._selected_2zria_97 {
|
|
1070
1070
|
background-color: var(--color-background-listitem-active);
|
|
1071
|
-
font-weight: bold;
|
|
1072
1071
|
}
|
|
1073
|
-
.
|
|
1072
|
+
._layer_2zria_5 ._trigger_2zria_41 {
|
|
1074
1073
|
align-items: center;
|
|
1075
1074
|
}
|
|
1076
|
-
.
|
|
1075
|
+
._optionContent_2zria_103 {
|
|
1077
1076
|
flex-wrap: wrap;
|
|
1078
1077
|
margin-right: auto;
|
|
1079
1078
|
position: relative;
|
|
1080
1079
|
}
|
|
1081
|
-
.
|
|
1080
|
+
._inline_2zria_108 ._optionContent_2zria_103 {
|
|
1082
1081
|
display: flex;
|
|
1083
1082
|
justify-content: space-between;
|
|
1084
1083
|
flex-grow: 1;
|
|
1085
1084
|
}
|
|
1086
|
-
.
|
|
1087
|
-
.
|
|
1085
|
+
._icon_2zria_113,
|
|
1086
|
+
._check_2zria_114 {
|
|
1088
1087
|
display: flex;
|
|
1089
1088
|
flex-shrink: 1;
|
|
1090
1089
|
width: var(--size-xs);
|
|
1091
1090
|
height: var(--line-height);
|
|
1091
|
+
font-size: 1.25em;
|
|
1092
1092
|
justify-content: center;
|
|
1093
1093
|
align-items: center;
|
|
1094
1094
|
}
|
|
1095
|
-
.
|
|
1095
|
+
._icon_2zria_113 {
|
|
1096
1096
|
margin-right: var(--spacing-2);
|
|
1097
1097
|
color: var(--color-text-primary);
|
|
1098
1098
|
}
|
|
1099
|
-
.
|
|
1099
|
+
._icon_2zria_113:empty {
|
|
1100
1100
|
display: none;
|
|
1101
1101
|
}
|
|
1102
|
-
.
|
|
1102
|
+
._icon_2zria_113 img {
|
|
1103
1103
|
max-height: 16px;
|
|
1104
1104
|
max-width: 16px;
|
|
1105
1105
|
width: auto;
|
|
1106
1106
|
height: auto;
|
|
1107
1107
|
}
|
|
1108
|
-
.
|
|
1108
|
+
._text_2zria_136 {
|
|
1109
1109
|
display: inline-flex;
|
|
1110
1110
|
align-items: center;
|
|
1111
1111
|
cursor: pointer;
|
|
1112
1112
|
}
|
|
1113
|
-
.
|
|
1113
|
+
._label_2zria_141 {
|
|
1114
1114
|
margin-right: auto;
|
|
1115
1115
|
}
|
|
1116
|
-
.
|
|
1117
|
-
.
|
|
1116
|
+
._label_2zria_141,
|
|
1117
|
+
._heading_2zria_56 {
|
|
1118
1118
|
max-width: 100%;
|
|
1119
1119
|
display: block;
|
|
1120
1120
|
overflow: hidden;
|
|
1121
1121
|
text-overflow: ellipsis;
|
|
1122
1122
|
white-space: nowrap;
|
|
1123
1123
|
}
|
|
1124
|
-
.
|
|
1124
|
+
._description_2zria_152 {
|
|
1125
1125
|
color: #999;
|
|
1126
1126
|
display: block;
|
|
1127
1127
|
}
|
|
1128
|
-
.
|
|
1128
|
+
._arrow_2zria_156 {
|
|
1129
1129
|
margin-left: var(--spacing-1);
|
|
1130
1130
|
display: flex;
|
|
1131
1131
|
}
|
|
1132
|
-
.
|
|
1132
|
+
._divider_2zria_160 {
|
|
1133
1133
|
border: 0;
|
|
1134
1134
|
border-top: 1px solid var(--color-border);
|
|
1135
1135
|
}
|
|
1136
|
-
.
|
|
1136
|
+
._deprecatedSemanticIcon_2zria_164 {
|
|
1137
1137
|
color: var(--color-text-primary) !important;
|
|
1138
1138
|
margin: -5px 0 0 !important;
|
|
1139
1139
|
}
|
|
1140
|
-
.
|
|
1140
|
+
._disabled_2zria_168 {
|
|
1141
1141
|
color: var(--color-text-faint);
|
|
1142
1142
|
pointer-events: none;
|
|
1143
1143
|
cursor: not-allowed !important;
|
|
1144
1144
|
}
|
|
1145
|
-
.
|
|
1145
|
+
._buttonLabel_2zria_173 {
|
|
1146
1146
|
overflow: hidden;
|
|
1147
1147
|
text-overflow: ellipsis;
|
|
1148
1148
|
display: block;
|
|
1149
1149
|
margin-right: auto;
|
|
1150
1150
|
}
|
|
1151
|
-
.
|
|
1151
|
+
._buttonCaret_2zria_179 {
|
|
1152
1152
|
display: flex;
|
|
1153
1153
|
margin-left: var(--spacing-1);
|
|
1154
1154
|
}
|
|
1155
|
-
.
|
|
1155
|
+
._component_2zria_183 {
|
|
1156
1156
|
display: inline-flex;
|
|
1157
1157
|
align-items: center;
|
|
1158
1158
|
justify-content: center;
|
|
1159
1159
|
cursor: pointer;
|
|
1160
1160
|
}
|
|
1161
|
-
.
|
|
1161
|
+
._right_2zria_189 {
|
|
1162
1162
|
margin-left: auto;
|
|
1163
1163
|
display: flex;
|
|
1164
1164
|
align-items: center;
|
|
1165
1165
|
}
|
|
1166
|
-
.
|
|
1166
|
+
._actions_2zria_194 {
|
|
1167
1167
|
margin-left: var(--spacing-2);
|
|
1168
1168
|
display: flex;
|
|
1169
1169
|
align-items: center;
|
|
@@ -1711,7 +1711,7 @@ html[data-theme='dark'] {
|
|
|
1711
1711
|
margin: 0 var(--spacing-2);
|
|
1712
1712
|
color: var(--color-border);
|
|
1713
1713
|
}
|
|
1714
|
-
.
|
|
1714
|
+
._label_iu2wi_1 {
|
|
1715
1715
|
display: inline-block;
|
|
1716
1716
|
width: auto;
|
|
1717
1717
|
margin: 0 0.85714286em 0 0;
|
|
@@ -1721,13 +1721,12 @@ html[data-theme='dark'] {
|
|
|
1721
1721
|
color: var(--color-text);
|
|
1722
1722
|
text-transform: none;
|
|
1723
1723
|
}
|
|
1724
|
-
.
|
|
1724
|
+
._buttonGroup_iu2wi_11 {
|
|
1725
1725
|
display: inline-flex;
|
|
1726
1726
|
flex-direction: row;
|
|
1727
1727
|
vertical-align: baseline;
|
|
1728
|
-
margin: 0 0.25em 0 0;
|
|
1729
1728
|
}
|
|
1730
|
-
.
|
|
1729
|
+
._buttonGroup_iu2wi_11 > *:not(:last-child) {
|
|
1731
1730
|
margin-right: -1px;
|
|
1732
1731
|
}
|
|
1733
1732
|
._card_1febj_1 {
|
|
@@ -1850,30 +1849,30 @@ html[data-theme='dark'] {
|
|
|
1850
1849
|
._icons_16g9g_20 > * {
|
|
1851
1850
|
margin-left: var(--spacing-1);
|
|
1852
1851
|
}
|
|
1853
|
-
.
|
|
1852
|
+
._dialog_gpudp_1 {
|
|
1854
1853
|
border-radius: var(--border-radius);
|
|
1855
1854
|
background: var(--color-background-raised);
|
|
1856
1855
|
line-height: var(--line-height);
|
|
1857
1856
|
color: var(--color-text);
|
|
1858
|
-
box-shadow:
|
|
1857
|
+
box-shadow: var(--shadow-layer);
|
|
1859
1858
|
display: flex;
|
|
1860
1859
|
flex-direction: column;
|
|
1861
1860
|
}
|
|
1862
|
-
.
|
|
1861
|
+
._dialog_gpudp_1 > :first-child {
|
|
1863
1862
|
border-top-left-radius: inherit;
|
|
1864
1863
|
border-top-right-radius: inherit;
|
|
1865
1864
|
}
|
|
1866
|
-
.
|
|
1865
|
+
._dialog_gpudp_1 > :last-child {
|
|
1867
1866
|
border-bottom-left-radius: inherit;
|
|
1868
1867
|
border-bottom-right-radius: inherit;
|
|
1869
1868
|
}
|
|
1870
|
-
.
|
|
1869
|
+
._dialog_gpudp_1._inline_gpudp_18 {
|
|
1871
1870
|
display: inline-flex;
|
|
1872
1871
|
}
|
|
1873
|
-
.
|
|
1872
|
+
._dialog_gpudp_1._scroll_gpudp_21 {
|
|
1874
1873
|
max-height: 100%;
|
|
1875
1874
|
}
|
|
1876
|
-
.
|
|
1875
|
+
._header_gpudp_24 {
|
|
1877
1876
|
display: flex;
|
|
1878
1877
|
justify-content: space-between;
|
|
1879
1878
|
align-items: flex-start;
|
|
@@ -1882,28 +1881,28 @@ html[data-theme='dark'] {
|
|
|
1882
1881
|
border-bottom: 1px solid var(--color-border);
|
|
1883
1882
|
flex-shrink: 0;
|
|
1884
1883
|
}
|
|
1885
|
-
.
|
|
1884
|
+
._header_gpudp_24 ._dismiss_gpudp_33 {
|
|
1886
1885
|
margin-right: calc(var(--spacing-1) * -1);
|
|
1887
1886
|
margin-left: var(--spacing-2);
|
|
1888
1887
|
flex-shrink: 0;
|
|
1889
1888
|
}
|
|
1890
|
-
.
|
|
1889
|
+
._content_gpudp_38 {
|
|
1891
1890
|
flex-grow: 1;
|
|
1892
1891
|
}
|
|
1893
|
-
.
|
|
1892
|
+
._scroll_gpudp_21 ._content_gpudp_38 {
|
|
1894
1893
|
overflow: auto;
|
|
1895
1894
|
min-height: 0;
|
|
1896
1895
|
height: 100%;
|
|
1897
1896
|
flex: 1 1 auto;
|
|
1898
1897
|
}
|
|
1899
|
-
.
|
|
1898
|
+
._footer_gpudp_47 {
|
|
1900
1899
|
display: flex;
|
|
1901
1900
|
padding: var(--padding);
|
|
1902
1901
|
background-color: var(--color-background);
|
|
1903
1902
|
border-top: 1px solid var(--color-border);
|
|
1904
1903
|
flex-shrink: 0;
|
|
1905
1904
|
}
|
|
1906
|
-
.
|
|
1905
|
+
._footer_gpudp_47 button:not(:last-child) {
|
|
1907
1906
|
margin-right: var(--spacing-3);
|
|
1908
1907
|
}
|
|
1909
1908
|
._inputInTable_1yqw7_1 {
|
|
@@ -2453,123 +2452,123 @@ html[data-theme='dark'] {
|
|
|
2453
2452
|
border-top-left-radius: 0 !important;
|
|
2454
2453
|
border-bottom-left-radius: 0 !important;
|
|
2455
2454
|
}
|
|
2456
|
-
.
|
|
2455
|
+
._inputInTable_3ijn4_1 {
|
|
2457
2456
|
background-color: transparent;
|
|
2458
2457
|
border-radius: inherit !important;
|
|
2459
2458
|
height: var(--size);
|
|
2460
2459
|
min-height: 100%;
|
|
2461
2460
|
}
|
|
2462
|
-
.
|
|
2461
|
+
._inputInTable_3ijn4_1:not(:hover) {
|
|
2463
2462
|
border-color: transparent;
|
|
2464
2463
|
}
|
|
2465
|
-
.
|
|
2464
|
+
._inputInTable_3ijn4_1:not(:focus) {
|
|
2466
2465
|
box-shadow: none;
|
|
2467
2466
|
}
|
|
2468
|
-
.
|
|
2467
|
+
._inputHover_3ijn4_13 {
|
|
2469
2468
|
position: relative;
|
|
2470
2469
|
border-color: var(--color-border-hover);
|
|
2471
2470
|
z-index: 2;
|
|
2472
2471
|
}
|
|
2473
|
-
.
|
|
2472
|
+
._inputFocus_3ijn4_18 {
|
|
2474
2473
|
position: relative;
|
|
2475
2474
|
outline: none !important;
|
|
2476
2475
|
border-color: var(--color-border-focus) !important;
|
|
2477
2476
|
box-shadow: var(--shadow-focus);
|
|
2478
2477
|
z-index: 3;
|
|
2479
2478
|
}
|
|
2480
|
-
.
|
|
2481
|
-
.
|
|
2479
|
+
._inputError_3ijn4_25,
|
|
2480
|
+
._inputWarning_3ijn4_26 {
|
|
2482
2481
|
position: relative;
|
|
2483
2482
|
}
|
|
2484
|
-
.
|
|
2483
|
+
._inputError_3ijn4_25 {
|
|
2485
2484
|
z-index: 2;
|
|
2486
2485
|
border-color: var(--color-border-error);
|
|
2487
2486
|
color: var(--color-text-error) !important;
|
|
2488
2487
|
background-color: var(--color-background-error);
|
|
2489
2488
|
}
|
|
2490
|
-
.
|
|
2489
|
+
._inputError_3ijn4_25:hover {
|
|
2491
2490
|
border-color: var(--color-border-error-hover) !important;
|
|
2492
2491
|
}
|
|
2493
|
-
.
|
|
2492
|
+
._inputError_3ijn4_25:focus {
|
|
2494
2493
|
position: relative;
|
|
2495
2494
|
outline: none !important;
|
|
2496
2495
|
border-color: var(--color-border-focus) !important;
|
|
2497
2496
|
box-shadow: var(--shadow-focus);
|
|
2498
2497
|
z-index: 3;
|
|
2499
2498
|
}
|
|
2500
|
-
.
|
|
2499
|
+
._inputWarning_3ijn4_26 {
|
|
2501
2500
|
z-index: 1;
|
|
2502
2501
|
border-color: var(--color-border-warning);
|
|
2503
2502
|
color: var(--color-text-warning) !important;
|
|
2504
2503
|
background-color: var(--color-background-warning);
|
|
2505
2504
|
}
|
|
2506
|
-
.
|
|
2505
|
+
._inputWarning_3ijn4_26:hover {
|
|
2507
2506
|
border-color: var(--color-border-warning-hover) !important;
|
|
2508
2507
|
}
|
|
2509
|
-
.
|
|
2508
|
+
._inputWarning_3ijn4_26:focus {
|
|
2510
2509
|
position: relative;
|
|
2511
2510
|
outline: none !important;
|
|
2512
2511
|
border-color: var(--color-border-focus) !important;
|
|
2513
2512
|
box-shadow: var(--shadow-focus);
|
|
2514
2513
|
z-index: 3;
|
|
2515
2514
|
}
|
|
2516
|
-
.
|
|
2515
|
+
._inputDisabled_3ijn4_61 {
|
|
2517
2516
|
pointer-events: none;
|
|
2518
2517
|
background-color: var(--color-background-disabled);
|
|
2519
2518
|
color: var(--color-text-muted);
|
|
2520
2519
|
box-shadow: none;
|
|
2521
2520
|
}
|
|
2522
|
-
.
|
|
2521
|
+
._hideScrollbars_3ijn4_67 {
|
|
2523
2522
|
/* Firefox */
|
|
2524
2523
|
scrollbar-width: none;
|
|
2525
2524
|
/* IE 10+ */
|
|
2526
2525
|
-ms-overflow-style: none;
|
|
2527
2526
|
/* Chrome, Safari and Opera */
|
|
2528
2527
|
}
|
|
2529
|
-
.
|
|
2528
|
+
._hideScrollbars_3ijn4_67::-webkit-scrollbar {
|
|
2530
2529
|
display: none;
|
|
2531
2530
|
}
|
|
2532
|
-
.
|
|
2533
|
-
.
|
|
2531
|
+
._header_3ijn4_77 ._headerTitle_3ijn4_77,
|
|
2532
|
+
._heading_3ijn4_78 ._itemHeader_3ijn4_78 {
|
|
2534
2533
|
transition: opacity 0.3s;
|
|
2535
2534
|
}
|
|
2536
|
-
.
|
|
2537
|
-
.
|
|
2535
|
+
._narrow_3ijn4_81 ._header_3ijn4_77 ._headerTitle_3ijn4_77,
|
|
2536
|
+
._narrow_3ijn4_81 ._heading_3ijn4_78 ._itemHeader_3ijn4_78 {
|
|
2538
2537
|
opacity: 0;
|
|
2539
2538
|
}
|
|
2540
|
-
.
|
|
2539
|
+
._stickyHeader_3ijn4_85 {
|
|
2541
2540
|
position: sticky;
|
|
2542
2541
|
top: 0;
|
|
2543
2542
|
background-color: var(--color-background);
|
|
2544
2543
|
z-index: 10;
|
|
2545
2544
|
}
|
|
2546
|
-
.
|
|
2545
|
+
._itemHeader_3ijn4_78 {
|
|
2547
2546
|
padding: var(--spacing-2) var(--padding-x);
|
|
2548
2547
|
display: flex;
|
|
2549
2548
|
align-items: flex-start;
|
|
2550
2549
|
}
|
|
2551
|
-
.
|
|
2550
|
+
._itemHeader_3ijn4_78 ._title_3ijn4_96 {
|
|
2552
2551
|
margin: 0;
|
|
2553
2552
|
padding: 0;
|
|
2554
2553
|
flex-grow: 1;
|
|
2555
2554
|
min-width: 0;
|
|
2556
2555
|
}
|
|
2557
|
-
.
|
|
2556
|
+
._itemHeader_3ijn4_78 ._name_3ijn4_102 {
|
|
2558
2557
|
font-weight: 400;
|
|
2559
2558
|
}
|
|
2560
|
-
.
|
|
2559
|
+
._itemHeader_3ijn4_78 ._iconTooltipMargin_3ijn4_105 {
|
|
2561
2560
|
margin-left: var(--spacing-2);
|
|
2562
2561
|
}
|
|
2563
|
-
.
|
|
2562
|
+
._itemHeader_3ijn4_78 ._bold_3ijn4_108 {
|
|
2564
2563
|
font-weight: bold;
|
|
2565
2564
|
}
|
|
2566
|
-
.
|
|
2565
|
+
._header_3ijn4_77 {
|
|
2567
2566
|
padding: var(--padding);
|
|
2568
2567
|
display: flex;
|
|
2569
2568
|
align-items: center;
|
|
2570
2569
|
border-bottom: 1px solid var(--color-border);
|
|
2571
2570
|
}
|
|
2572
|
-
.
|
|
2571
|
+
._toggleNarrow_3ijn4_117 {
|
|
2573
2572
|
margin-right: 16px;
|
|
2574
2573
|
margin-left: -5px;
|
|
2575
2574
|
color: #c8c8c8;
|
|
@@ -2578,16 +2577,16 @@ html[data-theme='dark'] {
|
|
|
2578
2577
|
width: 22px;
|
|
2579
2578
|
justify-content: center;
|
|
2580
2579
|
}
|
|
2581
|
-
.
|
|
2580
|
+
._toggleNarrow_3ijn4_117:hover {
|
|
2582
2581
|
color: var(--color-text-primary-hover);
|
|
2583
2582
|
}
|
|
2584
|
-
.
|
|
2583
|
+
._toggleNarrow_3ijn4_117:active {
|
|
2585
2584
|
color: var(--color-text-primary-active);
|
|
2586
2585
|
}
|
|
2587
|
-
.
|
|
2586
|
+
._narrow_3ijn4_81 ._toggleNarrow_3ijn4_117 {
|
|
2588
2587
|
transform: scaleX(-1);
|
|
2589
2588
|
}
|
|
2590
|
-
.
|
|
2589
|
+
._drag_3ijn4_135 {
|
|
2591
2590
|
color: var(--color-text-faint);
|
|
2592
2591
|
display: flex;
|
|
2593
2592
|
align-items: center;
|
|
@@ -2598,28 +2597,28 @@ html[data-theme='dark'] {
|
|
|
2598
2597
|
height: 19px;
|
|
2599
2598
|
width: 19px;
|
|
2600
2599
|
}
|
|
2601
|
-
.
|
|
2600
|
+
._drag_3ijn4_135:hover {
|
|
2602
2601
|
color: var(--color-text-primary-hover);
|
|
2603
2602
|
}
|
|
2604
|
-
.
|
|
2603
|
+
._drag_3ijn4_135:active {
|
|
2605
2604
|
color: var(--color-text-primary-active);
|
|
2606
2605
|
}
|
|
2607
|
-
.
|
|
2606
|
+
._list_3ijn4_152 {
|
|
2608
2607
|
flex-shrink: 0;
|
|
2609
2608
|
background: var(--color-background);
|
|
2610
2609
|
}
|
|
2611
|
-
.
|
|
2612
|
-
.
|
|
2610
|
+
._list_3ijn4_152._bordered_3ijn4_156:first-child,
|
|
2611
|
+
._list_3ijn4_152._bordered_3ijn4_156:first-child > :first-child {
|
|
2613
2612
|
border-top-left-radius: inherit;
|
|
2614
2613
|
border-top-right-radius: inherit;
|
|
2615
2614
|
}
|
|
2616
|
-
.
|
|
2617
|
-
.
|
|
2615
|
+
._list_3ijn4_152._bordered_3ijn4_156:last-child,
|
|
2616
|
+
._list_3ijn4_152._bordered_3ijn4_156:last-child > :last-child {
|
|
2618
2617
|
border-bottom-left-radius: inherit;
|
|
2619
2618
|
border-bottom-right-radius: inherit;
|
|
2620
2619
|
border-bottom: 0;
|
|
2621
2620
|
}
|
|
2622
|
-
.
|
|
2621
|
+
._item_3ijn4_78 {
|
|
2623
2622
|
color: inherit;
|
|
2624
2623
|
display: block;
|
|
2625
2624
|
transition: background-color 0.2s;
|
|
@@ -2630,7 +2629,7 @@ html[data-theme='dark'] {
|
|
|
2630
2629
|
overflow-wrap: break-word;
|
|
2631
2630
|
hyphens: auto;
|
|
2632
2631
|
}
|
|
2633
|
-
.
|
|
2632
|
+
._item_3ijn4_78:not(._heading_3ijn4_78):after {
|
|
2634
2633
|
content: '';
|
|
2635
2634
|
position: absolute;
|
|
2636
2635
|
left: 0;
|
|
@@ -2641,98 +2640,99 @@ html[data-theme='dark'] {
|
|
|
2641
2640
|
border-bottom-left-radius: inherit;
|
|
2642
2641
|
transition: background 0.3s;
|
|
2643
2642
|
}
|
|
2644
|
-
.
|
|
2643
|
+
._item_3ijn4_78._action_3ijn4_189 {
|
|
2645
2644
|
cursor: pointer;
|
|
2646
2645
|
}
|
|
2647
|
-
.
|
|
2646
|
+
._item_3ijn4_78._action_3ijn4_189:not(._active_3ijn4_192):hover {
|
|
2648
2647
|
background: var(--color-background-listitem-hover);
|
|
2649
2648
|
}
|
|
2650
|
-
.
|
|
2649
|
+
._item_3ijn4_78._action_3ijn4_189:not(._active_3ijn4_192):hover:after {
|
|
2651
2650
|
background: rgba(0, 0, 0, 0.1);
|
|
2652
2651
|
}
|
|
2653
|
-
.
|
|
2652
|
+
._item_3ijn4_78._active_3ijn4_192 {
|
|
2654
2653
|
cursor: default;
|
|
2655
2654
|
position: relative;
|
|
2656
2655
|
z-index: 1;
|
|
2657
2656
|
background: var(--color-background-listitem-active);
|
|
2658
2657
|
}
|
|
2659
|
-
.
|
|
2658
|
+
._item_3ijn4_78._active_3ijn4_192:after {
|
|
2660
2659
|
background: var(--color-background-primary) !important;
|
|
2661
2660
|
}
|
|
2662
|
-
.
|
|
2661
|
+
._item_3ijn4_78._disabled_3ijn4_207 {
|
|
2663
2662
|
color: var(--color-text-faint);
|
|
2664
2663
|
pointer-events: none;
|
|
2665
2664
|
}
|
|
2666
|
-
.
|
|
2665
|
+
._item_3ijn4_78._heading_3ijn4_78 {
|
|
2667
2666
|
color: var(--color-text-muted);
|
|
2668
2667
|
background-color: transparent;
|
|
2669
2668
|
}
|
|
2670
|
-
.
|
|
2669
|
+
._item_3ijn4_78._heading_3ijn4_78._action_3ijn4_189:hover {
|
|
2671
2670
|
color: var(--color-text-primary-hover);
|
|
2672
2671
|
}
|
|
2673
|
-
.
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
margin-
|
|
2677
|
-
margin-bottom: -2px;
|
|
2672
|
+
._item_3ijn4_78 ._label_3ijn4_218 {
|
|
2673
|
+
display: flex;
|
|
2674
|
+
align-items: center;
|
|
2675
|
+
margin-right: var(--spacing-2);
|
|
2678
2676
|
flex-shrink: 0;
|
|
2679
2677
|
}
|
|
2680
|
-
.
|
|
2681
|
-
.
|
|
2678
|
+
._item_3ijn4_78 ._details_3ijn4_224,
|
|
2679
|
+
._item_3ijn4_78 ._metadata_3ijn4_225 {
|
|
2682
2680
|
display: block;
|
|
2683
2681
|
width: 100%;
|
|
2684
2682
|
font-weight: normal;
|
|
2685
2683
|
}
|
|
2686
|
-
.
|
|
2684
|
+
._item_3ijn4_78 ._metadata_3ijn4_225 {
|
|
2687
2685
|
color: var(--color-text-muted);
|
|
2688
2686
|
}
|
|
2689
|
-
.
|
|
2687
|
+
._item_3ijn4_78 ._itemContent_3ijn4_233 {
|
|
2690
2688
|
padding: 0 var(--padding-x) var(--spacing-2);
|
|
2691
2689
|
cursor: auto;
|
|
2692
2690
|
}
|
|
2693
|
-
.
|
|
2691
|
+
._item_3ijn4_78 ._itemContent_3ijn4_233:empty {
|
|
2694
2692
|
padding: inherit;
|
|
2695
2693
|
}
|
|
2696
|
-
.
|
|
2694
|
+
._indentIcon_3ijn4_240 {
|
|
2697
2695
|
color: var(--color-text-faint);
|
|
2698
|
-
width: 20px;
|
|
2699
2696
|
flex-shrink: 0;
|
|
2697
|
+
margin-right: var(--spacing-1);
|
|
2700
2698
|
}
|
|
2701
|
-
.
|
|
2702
|
-
width: 20px;
|
|
2699
|
+
._expandIcon_3ijn4_245 {
|
|
2703
2700
|
flex-shrink: 0;
|
|
2704
2701
|
position: relative;
|
|
2705
|
-
|
|
2702
|
+
display: flex;
|
|
2703
|
+
height: var(--line-height);
|
|
2704
|
+
margin-right: var(--spacing-1);
|
|
2706
2705
|
}
|
|
2707
|
-
.
|
|
2706
|
+
._expandIcon_3ijn4_245._expanded_3ijn4_252 svg {
|
|
2708
2707
|
transform: rotate(90deg);
|
|
2709
2708
|
}
|
|
2710
|
-
.
|
|
2709
|
+
._right_3ijn4_255 {
|
|
2711
2710
|
margin-left: auto;
|
|
2712
2711
|
display: flex;
|
|
2713
2712
|
align-items: center;
|
|
2714
|
-
margin-top: -
|
|
2715
|
-
margin-bottom: -
|
|
2716
|
-
margin-right: -
|
|
2713
|
+
margin-top: calc((var(--line-height) - var(--size-sm)) / 2);
|
|
2714
|
+
margin-bottom: calc((var(--line-height) - var(--size-sm)) / 2);
|
|
2715
|
+
margin-right: calc(var(--spacing-2) * -1);
|
|
2716
|
+
min-height: var(--size-sm);
|
|
2717
2717
|
}
|
|
2718
|
-
.
|
|
2718
|
+
._actions_3ijn4_264 {
|
|
2719
2719
|
margin-left: var(--spacing-2);
|
|
2720
2720
|
display: flex;
|
|
2721
2721
|
align-items: center;
|
|
2722
2722
|
}
|
|
2723
|
-
.
|
|
2723
|
+
._scrollableList_3ijn4_269 {
|
|
2724
2724
|
height: 100%;
|
|
2725
2725
|
overflow-y: auto;
|
|
2726
2726
|
scroll-behavior: smooth;
|
|
2727
2727
|
}
|
|
2728
|
-
.
|
|
2728
|
+
._hideScrollbar_3ijn4_67 {
|
|
2729
2729
|
/* Firefox */
|
|
2730
2730
|
scrollbar-width: none;
|
|
2731
2731
|
/* IE 10+ */
|
|
2732
2732
|
-ms-overflow-style: none;
|
|
2733
2733
|
/* Chrome, Safari and Opera */
|
|
2734
2734
|
}
|
|
2735
|
-
.
|
|
2735
|
+
._hideScrollbar_3ijn4_67::-webkit-scrollbar {
|
|
2736
2736
|
display: none;
|
|
2737
2737
|
}
|
|
2738
2738
|
._loader_1g5vh_1 {
|
|
@@ -2790,80 +2790,80 @@ html[data-theme='dark'] {
|
|
|
2790
2790
|
._details_1g5vh_53 {
|
|
2791
2791
|
margin-top: var(--spacing-2);
|
|
2792
2792
|
}
|
|
2793
|
-
.
|
|
2793
|
+
._inputInTable_ks2y1_1 {
|
|
2794
2794
|
background-color: transparent;
|
|
2795
2795
|
border-radius: inherit !important;
|
|
2796
2796
|
height: var(--size);
|
|
2797
2797
|
min-height: 100%;
|
|
2798
2798
|
}
|
|
2799
|
-
.
|
|
2799
|
+
._inputInTable_ks2y1_1:not(:hover) {
|
|
2800
2800
|
border-color: transparent;
|
|
2801
2801
|
}
|
|
2802
|
-
.
|
|
2802
|
+
._inputInTable_ks2y1_1:not(:focus) {
|
|
2803
2803
|
box-shadow: none;
|
|
2804
2804
|
}
|
|
2805
|
-
.
|
|
2805
|
+
._inputHover_ks2y1_13 {
|
|
2806
2806
|
position: relative;
|
|
2807
2807
|
border-color: var(--color-border-hover);
|
|
2808
2808
|
z-index: 2;
|
|
2809
2809
|
}
|
|
2810
|
-
.
|
|
2810
|
+
._inputFocus_ks2y1_18 {
|
|
2811
2811
|
position: relative;
|
|
2812
2812
|
outline: none !important;
|
|
2813
2813
|
border-color: var(--color-border-focus) !important;
|
|
2814
2814
|
box-shadow: var(--shadow-focus);
|
|
2815
2815
|
z-index: 3;
|
|
2816
2816
|
}
|
|
2817
|
-
.
|
|
2818
|
-
.
|
|
2817
|
+
._inputError_ks2y1_25,
|
|
2818
|
+
._inputWarning_ks2y1_26 {
|
|
2819
2819
|
position: relative;
|
|
2820
2820
|
}
|
|
2821
|
-
.
|
|
2821
|
+
._inputError_ks2y1_25 {
|
|
2822
2822
|
z-index: 2;
|
|
2823
2823
|
border-color: var(--color-border-error);
|
|
2824
2824
|
color: var(--color-text-error) !important;
|
|
2825
2825
|
background-color: var(--color-background-error);
|
|
2826
2826
|
}
|
|
2827
|
-
.
|
|
2827
|
+
._inputError_ks2y1_25:hover {
|
|
2828
2828
|
border-color: var(--color-border-error-hover) !important;
|
|
2829
2829
|
}
|
|
2830
|
-
.
|
|
2830
|
+
._inputError_ks2y1_25:focus {
|
|
2831
2831
|
position: relative;
|
|
2832
2832
|
outline: none !important;
|
|
2833
2833
|
border-color: var(--color-border-focus) !important;
|
|
2834
2834
|
box-shadow: var(--shadow-focus);
|
|
2835
2835
|
z-index: 3;
|
|
2836
2836
|
}
|
|
2837
|
-
.
|
|
2837
|
+
._inputWarning_ks2y1_26 {
|
|
2838
2838
|
z-index: 1;
|
|
2839
2839
|
border-color: var(--color-border-warning);
|
|
2840
2840
|
color: var(--color-text-warning) !important;
|
|
2841
2841
|
background-color: var(--color-background-warning);
|
|
2842
2842
|
}
|
|
2843
|
-
.
|
|
2843
|
+
._inputWarning_ks2y1_26:hover {
|
|
2844
2844
|
border-color: var(--color-border-warning-hover) !important;
|
|
2845
2845
|
}
|
|
2846
|
-
.
|
|
2846
|
+
._inputWarning_ks2y1_26:focus {
|
|
2847
2847
|
position: relative;
|
|
2848
2848
|
outline: none !important;
|
|
2849
2849
|
border-color: var(--color-border-focus) !important;
|
|
2850
2850
|
box-shadow: var(--shadow-focus);
|
|
2851
2851
|
z-index: 3;
|
|
2852
2852
|
}
|
|
2853
|
-
.
|
|
2853
|
+
._inputDisabled_ks2y1_61 {
|
|
2854
2854
|
pointer-events: none;
|
|
2855
2855
|
background-color: var(--color-background-disabled);
|
|
2856
2856
|
color: var(--color-text-muted);
|
|
2857
2857
|
box-shadow: none;
|
|
2858
2858
|
}
|
|
2859
|
-
.
|
|
2859
|
+
._hideScrollbars_ks2y1_67 {
|
|
2860
2860
|
/* Firefox */
|
|
2861
2861
|
scrollbar-width: none;
|
|
2862
2862
|
/* IE 10+ */
|
|
2863
2863
|
-ms-overflow-style: none;
|
|
2864
2864
|
/* Chrome, Safari and Opera */
|
|
2865
2865
|
}
|
|
2866
|
-
.
|
|
2866
|
+
._hideScrollbars_ks2y1_67::-webkit-scrollbar {
|
|
2867
2867
|
display: none;
|
|
2868
2868
|
}
|
|
2869
2869
|
:root {
|
|
@@ -2872,7 +2872,7 @@ html[data-theme='dark'] {
|
|
|
2872
2872
|
html[data-theme='dark'] {
|
|
2873
2873
|
--color-border-message: rgba(255, 255, 255, 0.1);
|
|
2874
2874
|
}
|
|
2875
|
-
.
|
|
2875
|
+
._container_ks2y1_83 {
|
|
2876
2876
|
padding: var(--padding-card);
|
|
2877
2877
|
border-radius: var(--border-radius);
|
|
2878
2878
|
display: inline-flex;
|
|
@@ -2887,77 +2887,77 @@ html[data-theme='dark'] {
|
|
|
2887
2887
|
-ms-overflow-style: none;
|
|
2888
2888
|
/* Chrome, Safari and Opera */
|
|
2889
2889
|
}
|
|
2890
|
-
.
|
|
2890
|
+
._container_ks2y1_83::-webkit-scrollbar {
|
|
2891
2891
|
display: none;
|
|
2892
2892
|
}
|
|
2893
|
-
.
|
|
2893
|
+
._container_ks2y1_83._block_ks2y1_101 {
|
|
2894
2894
|
display: flex;
|
|
2895
2895
|
}
|
|
2896
|
-
.
|
|
2896
|
+
._container_ks2y1_83._info_ks2y1_104 {
|
|
2897
2897
|
color: var(--color-text-info);
|
|
2898
2898
|
background-color: var(--color-background-info);
|
|
2899
2899
|
}
|
|
2900
|
-
.
|
|
2900
|
+
._container_ks2y1_83._success_ks2y1_108 {
|
|
2901
2901
|
color: var(--color-text-success);
|
|
2902
2902
|
background-color: var(--color-background-success);
|
|
2903
2903
|
}
|
|
2904
|
-
.
|
|
2904
|
+
._container_ks2y1_83._warning_ks2y1_112 {
|
|
2905
2905
|
color: var(--color-text-warning);
|
|
2906
2906
|
background-color: var(--color-background-warning);
|
|
2907
2907
|
}
|
|
2908
|
-
.
|
|
2908
|
+
._container_ks2y1_83._error_ks2y1_116 {
|
|
2909
2909
|
color: var(--color-text-error);
|
|
2910
2910
|
background-color: var(--color-background-error);
|
|
2911
2911
|
}
|
|
2912
|
-
.
|
|
2912
|
+
._content_ks2y1_120 {
|
|
2913
2913
|
flex: 1;
|
|
2914
2914
|
min-width: 0;
|
|
2915
2915
|
}
|
|
2916
|
-
.
|
|
2916
|
+
._heading_ks2y1_124 {
|
|
2917
2917
|
font-weight: bold;
|
|
2918
2918
|
letter-spacing: 0.1em;
|
|
2919
2919
|
text-transform: uppercase;
|
|
2920
2920
|
font-size: var(--font-size-sm);
|
|
2921
2921
|
line-height: var(--line-height);
|
|
2922
2922
|
}
|
|
2923
|
-
.
|
|
2923
|
+
._icon_ks2y1_131 {
|
|
2924
2924
|
display: flex;
|
|
2925
2925
|
justify-content: center;
|
|
2926
2926
|
align-items: center;
|
|
2927
2927
|
height: var(--line-height);
|
|
2928
2928
|
margin-right: 12px;
|
|
2929
|
-
font-size:
|
|
2929
|
+
font-size: 1.25em;
|
|
2930
2930
|
}
|
|
2931
|
-
.
|
|
2931
|
+
._dismiss_ks2y1_139 {
|
|
2932
2932
|
margin-left: 12px;
|
|
2933
2933
|
color: var(--color-text);
|
|
2934
2934
|
}
|
|
2935
|
-
.
|
|
2935
|
+
._dismiss_ks2y1_139._absolute_ks2y1_143 {
|
|
2936
2936
|
position: absolute;
|
|
2937
2937
|
top: var(--spacing-2);
|
|
2938
2938
|
right: var(--spacing-3);
|
|
2939
2939
|
}
|
|
2940
|
-
.
|
|
2940
|
+
._dismiss_ks2y1_139 {
|
|
2941
2941
|
display: flex;
|
|
2942
2942
|
margin-top: -2px;
|
|
2943
2943
|
margin-bottom: -2px;
|
|
2944
2944
|
margin-right: -6px;
|
|
2945
2945
|
}
|
|
2946
|
-
.
|
|
2946
|
+
._legendToggle_ks2y1_154 {
|
|
2947
2947
|
opacity: 0.6;
|
|
2948
2948
|
}
|
|
2949
|
-
.
|
|
2949
|
+
._legendToggle_ks2y1_154:hover {
|
|
2950
2950
|
opacity: 0.8;
|
|
2951
2951
|
cursor: pointer;
|
|
2952
2952
|
}
|
|
2953
|
-
.
|
|
2953
|
+
._legendToggle_ks2y1_154:active {
|
|
2954
2954
|
opacity: 1;
|
|
2955
2955
|
}
|
|
2956
|
-
.
|
|
2956
|
+
._detailsText_ks2y1_164 {
|
|
2957
2957
|
margin-top: var(--padding-y);
|
|
2958
2958
|
word-break: break-word;
|
|
2959
2959
|
}
|
|
2960
|
-
.
|
|
2960
|
+
._footer_ks2y1_168 {
|
|
2961
2961
|
display: flex;
|
|
2962
2962
|
flex-wrap: wrap;
|
|
2963
2963
|
gap: var(--spacing-3);
|
|
@@ -3381,83 +3381,83 @@ html[data-theme='dark'] {
|
|
|
3381
3381
|
display: inline;
|
|
3382
3382
|
white-space: nowrap;
|
|
3383
3383
|
}
|
|
3384
|
-
.
|
|
3384
|
+
._inputInTable_1st63_1 {
|
|
3385
3385
|
background-color: transparent;
|
|
3386
3386
|
border-radius: inherit !important;
|
|
3387
3387
|
height: var(--size);
|
|
3388
3388
|
min-height: 100%;
|
|
3389
3389
|
}
|
|
3390
|
-
.
|
|
3390
|
+
._inputInTable_1st63_1:not(:hover) {
|
|
3391
3391
|
border-color: transparent;
|
|
3392
3392
|
}
|
|
3393
|
-
.
|
|
3393
|
+
._inputInTable_1st63_1:not(:focus) {
|
|
3394
3394
|
box-shadow: none;
|
|
3395
3395
|
}
|
|
3396
|
-
.
|
|
3396
|
+
._inputHover_1st63_13 {
|
|
3397
3397
|
position: relative;
|
|
3398
3398
|
border-color: var(--color-border-hover);
|
|
3399
3399
|
z-index: 2;
|
|
3400
3400
|
}
|
|
3401
|
-
.
|
|
3401
|
+
._inputFocus_1st63_18 {
|
|
3402
3402
|
position: relative;
|
|
3403
3403
|
outline: none !important;
|
|
3404
3404
|
border-color: var(--color-border-focus) !important;
|
|
3405
3405
|
box-shadow: var(--shadow-focus);
|
|
3406
3406
|
z-index: 3;
|
|
3407
3407
|
}
|
|
3408
|
-
.
|
|
3409
|
-
.
|
|
3408
|
+
._inputError_1st63_25,
|
|
3409
|
+
._inputWarning_1st63_26 {
|
|
3410
3410
|
position: relative;
|
|
3411
3411
|
}
|
|
3412
|
-
.
|
|
3412
|
+
._inputError_1st63_25 {
|
|
3413
3413
|
z-index: 2;
|
|
3414
3414
|
border-color: var(--color-border-error);
|
|
3415
3415
|
color: var(--color-text-error) !important;
|
|
3416
3416
|
background-color: var(--color-background-error);
|
|
3417
3417
|
}
|
|
3418
|
-
.
|
|
3418
|
+
._inputError_1st63_25:hover {
|
|
3419
3419
|
border-color: var(--color-border-error-hover) !important;
|
|
3420
3420
|
}
|
|
3421
|
-
.
|
|
3421
|
+
._inputError_1st63_25:focus {
|
|
3422
3422
|
position: relative;
|
|
3423
3423
|
outline: none !important;
|
|
3424
3424
|
border-color: var(--color-border-focus) !important;
|
|
3425
3425
|
box-shadow: var(--shadow-focus);
|
|
3426
3426
|
z-index: 3;
|
|
3427
3427
|
}
|
|
3428
|
-
.
|
|
3428
|
+
._inputWarning_1st63_26 {
|
|
3429
3429
|
z-index: 1;
|
|
3430
3430
|
border-color: var(--color-border-warning);
|
|
3431
3431
|
color: var(--color-text-warning) !important;
|
|
3432
3432
|
background-color: var(--color-background-warning);
|
|
3433
3433
|
}
|
|
3434
|
-
.
|
|
3434
|
+
._inputWarning_1st63_26:hover {
|
|
3435
3435
|
border-color: var(--color-border-warning-hover) !important;
|
|
3436
3436
|
}
|
|
3437
|
-
.
|
|
3437
|
+
._inputWarning_1st63_26:focus {
|
|
3438
3438
|
position: relative;
|
|
3439
3439
|
outline: none !important;
|
|
3440
3440
|
border-color: var(--color-border-focus) !important;
|
|
3441
3441
|
box-shadow: var(--shadow-focus);
|
|
3442
3442
|
z-index: 3;
|
|
3443
3443
|
}
|
|
3444
|
-
.
|
|
3444
|
+
._inputDisabled_1st63_61 {
|
|
3445
3445
|
pointer-events: none;
|
|
3446
3446
|
background-color: var(--color-background-disabled);
|
|
3447
3447
|
color: var(--color-text-muted);
|
|
3448
3448
|
box-shadow: none;
|
|
3449
3449
|
}
|
|
3450
|
-
.
|
|
3450
|
+
._hideScrollbars_1st63_67 {
|
|
3451
3451
|
/* Firefox */
|
|
3452
3452
|
scrollbar-width: none;
|
|
3453
3453
|
/* IE 10+ */
|
|
3454
3454
|
-ms-overflow-style: none;
|
|
3455
3455
|
/* Chrome, Safari and Opera */
|
|
3456
3456
|
}
|
|
3457
|
-
.
|
|
3457
|
+
._hideScrollbars_1st63_67::-webkit-scrollbar {
|
|
3458
3458
|
display: none;
|
|
3459
3459
|
}
|
|
3460
|
-
.
|
|
3460
|
+
._trigger_1st63_77 {
|
|
3461
3461
|
font-weight: normal;
|
|
3462
3462
|
display: flex;
|
|
3463
3463
|
align-items: center;
|
|
@@ -3469,107 +3469,107 @@ html[data-theme='dark'] {
|
|
|
3469
3469
|
padding-left: var(--padding-input-x);
|
|
3470
3470
|
box-shadow: var(--shadow-button);
|
|
3471
3471
|
}
|
|
3472
|
-
.
|
|
3472
|
+
._trigger_1st63_77 input {
|
|
3473
3473
|
border: none !important;
|
|
3474
3474
|
background: transparent !important;
|
|
3475
3475
|
}
|
|
3476
|
-
.
|
|
3476
|
+
._trigger_1st63_77._isInTable_1st63_93 {
|
|
3477
3477
|
background-color: transparent;
|
|
3478
3478
|
border-radius: inherit !important;
|
|
3479
3479
|
height: var(--size);
|
|
3480
3480
|
min-height: 100%;
|
|
3481
3481
|
}
|
|
3482
|
-
.
|
|
3482
|
+
._trigger_1st63_77._isInTable_1st63_93:not(:hover) {
|
|
3483
3483
|
border-color: transparent;
|
|
3484
3484
|
}
|
|
3485
|
-
.
|
|
3485
|
+
._trigger_1st63_77._isInTable_1st63_93:not(:focus) {
|
|
3486
3486
|
box-shadow: none;
|
|
3487
3487
|
}
|
|
3488
|
-
.
|
|
3488
|
+
._trigger_1st63_77._isInTable_1st63_93 ._input_1st63_1 {
|
|
3489
3489
|
background: transparent !important;
|
|
3490
3490
|
}
|
|
3491
|
-
.
|
|
3491
|
+
._trigger_1st63_77:hover {
|
|
3492
3492
|
position: relative;
|
|
3493
3493
|
border-color: var(--color-border-hover);
|
|
3494
3494
|
z-index: 2;
|
|
3495
3495
|
cursor: pointer;
|
|
3496
3496
|
}
|
|
3497
|
-
.
|
|
3498
|
-
.
|
|
3497
|
+
._trigger_1st63_77._isOpen_1st63_114,
|
|
3498
|
+
._trigger_1st63_77:focus {
|
|
3499
3499
|
position: relative;
|
|
3500
3500
|
outline: none !important;
|
|
3501
3501
|
border-color: var(--color-border-focus) !important;
|
|
3502
3502
|
box-shadow: var(--shadow-focus);
|
|
3503
3503
|
z-index: 3;
|
|
3504
3504
|
}
|
|
3505
|
-
.
|
|
3505
|
+
._trigger_1st63_77._error_1st63_122 {
|
|
3506
3506
|
position: relative;
|
|
3507
3507
|
z-index: 2;
|
|
3508
3508
|
border-color: var(--color-border-error);
|
|
3509
3509
|
color: var(--color-text-error) !important;
|
|
3510
3510
|
background-color: var(--color-background-error);
|
|
3511
3511
|
}
|
|
3512
|
-
.
|
|
3512
|
+
._trigger_1st63_77._error_1st63_122:hover {
|
|
3513
3513
|
border-color: var(--color-border-error-hover) !important;
|
|
3514
3514
|
}
|
|
3515
|
-
.
|
|
3515
|
+
._trigger_1st63_77._error_1st63_122:focus {
|
|
3516
3516
|
position: relative;
|
|
3517
3517
|
outline: none !important;
|
|
3518
3518
|
border-color: var(--color-border-focus) !important;
|
|
3519
3519
|
box-shadow: var(--shadow-focus);
|
|
3520
3520
|
z-index: 3;
|
|
3521
3521
|
}
|
|
3522
|
-
.
|
|
3522
|
+
._trigger_1st63_77._warning_1st63_139 {
|
|
3523
3523
|
position: relative;
|
|
3524
3524
|
z-index: 1;
|
|
3525
3525
|
border-color: var(--color-border-warning);
|
|
3526
3526
|
color: var(--color-text-warning) !important;
|
|
3527
3527
|
background-color: var(--color-background-warning);
|
|
3528
3528
|
}
|
|
3529
|
-
.
|
|
3529
|
+
._trigger_1st63_77._warning_1st63_139:hover {
|
|
3530
3530
|
border-color: var(--color-border-warning-hover) !important;
|
|
3531
3531
|
}
|
|
3532
|
-
.
|
|
3532
|
+
._trigger_1st63_77._warning_1st63_139:focus {
|
|
3533
3533
|
position: relative;
|
|
3534
3534
|
outline: none !important;
|
|
3535
3535
|
border-color: var(--color-border-focus) !important;
|
|
3536
3536
|
box-shadow: var(--shadow-focus);
|
|
3537
3537
|
z-index: 3;
|
|
3538
3538
|
}
|
|
3539
|
-
.
|
|
3539
|
+
._trigger_1st63_77._disabled_1st63_156 {
|
|
3540
3540
|
pointer-events: none;
|
|
3541
3541
|
background-color: var(--color-background-disabled);
|
|
3542
3542
|
color: var(--color-text-muted);
|
|
3543
3543
|
box-shadow: none;
|
|
3544
3544
|
}
|
|
3545
|
-
.
|
|
3545
|
+
._icons_1st63_162 {
|
|
3546
3546
|
display: flex;
|
|
3547
3547
|
flex-wrap: nowrap;
|
|
3548
3548
|
flex-shrink: 0;
|
|
3549
3549
|
position: relative;
|
|
3550
3550
|
z-index: 2;
|
|
3551
3551
|
}
|
|
3552
|
-
.
|
|
3553
|
-
.
|
|
3552
|
+
._icons_1st63_162 ._clearAll_1st63_169,
|
|
3553
|
+
._icons_1st63_162 ._iconOpen_1st63_170 {
|
|
3554
3554
|
width: calc((var(--size) + var(--font-size)) / 2);
|
|
3555
3555
|
height: var(--size);
|
|
3556
3556
|
display: flex;
|
|
3557
3557
|
justify-content: flex-start;
|
|
3558
3558
|
align-items: center;
|
|
3559
3559
|
}
|
|
3560
|
-
.
|
|
3561
|
-
.
|
|
3560
|
+
._disabled_1st63_156 ._icons_1st63_162 ._clearAll_1st63_169,
|
|
3561
|
+
._disabled_1st63_156 ._icons_1st63_162 ._iconOpen_1st63_170 {
|
|
3562
3562
|
color: var(--color-text-faint);
|
|
3563
3563
|
}
|
|
3564
|
-
.
|
|
3565
|
-
.
|
|
3564
|
+
._small_1st63_181 ._icons_1st63_162 ._clearAll_1st63_169,
|
|
3565
|
+
._small_1st63_181 ._icons_1st63_162 ._iconOpen_1st63_170 {
|
|
3566
3566
|
width: calc((var(--size-sm) + var(--font-size-sm)) / 2);
|
|
3567
3567
|
height: var(--size-sm);
|
|
3568
3568
|
}
|
|
3569
|
-
.
|
|
3569
|
+
._icons_1st63_162 ._clearAll_1st63_169:hover {
|
|
3570
3570
|
color: var(--color-text-primary);
|
|
3571
3571
|
}
|
|
3572
|
-
.
|
|
3572
|
+
._triggerInputContainer_1st63_189 {
|
|
3573
3573
|
display: flex;
|
|
3574
3574
|
align-items: center;
|
|
3575
3575
|
position: relative;
|
|
@@ -3578,28 +3578,28 @@ html[data-theme='dark'] {
|
|
|
3578
3578
|
min-width: 0;
|
|
3579
3579
|
margin-right: 4px;
|
|
3580
3580
|
}
|
|
3581
|
-
.
|
|
3581
|
+
._right_1st63_198 ._triggerInputContainer_1st63_189 {
|
|
3582
3582
|
justify-content: flex-end;
|
|
3583
3583
|
text-align: right;
|
|
3584
3584
|
}
|
|
3585
|
-
.
|
|
3585
|
+
._right_1st63_198 ._triggerInputContainer_1st63_189 input {
|
|
3586
3586
|
padding-right: 0;
|
|
3587
3587
|
padding-left: 0;
|
|
3588
3588
|
text-align: right;
|
|
3589
3589
|
width: 0;
|
|
3590
3590
|
}
|
|
3591
|
-
.
|
|
3591
|
+
._right_1st63_198 ._triggerInputContainer_1st63_189 input:focus {
|
|
3592
3592
|
width: auto;
|
|
3593
3593
|
}
|
|
3594
|
-
.
|
|
3594
|
+
._multiOptions_1st63_211 {
|
|
3595
3595
|
display: flex;
|
|
3596
3596
|
overflow: hidden;
|
|
3597
3597
|
margin-left: calc((var(--spacing-1) * -1) - 2px);
|
|
3598
3598
|
}
|
|
3599
|
-
.
|
|
3599
|
+
._multiOptions_1st63_211:empty {
|
|
3600
3600
|
display: none !important;
|
|
3601
3601
|
}
|
|
3602
|
-
.
|
|
3602
|
+
._multiOptions_1st63_211 ._multiOption_1st63_211 {
|
|
3603
3603
|
user-select: none;
|
|
3604
3604
|
pointer-events: none;
|
|
3605
3605
|
display: inline-flex;
|
|
@@ -3616,13 +3616,13 @@ html[data-theme='dark'] {
|
|
|
3616
3616
|
flex-shrink: 0;
|
|
3617
3617
|
margin-right: 2px;
|
|
3618
3618
|
}
|
|
3619
|
-
.
|
|
3619
|
+
._small_1st63_181 ._multiOptions_1st63_211 ._multiOption_1st63_211 {
|
|
3620
3620
|
height: calc(var(--size-sm) - 6px);
|
|
3621
3621
|
}
|
|
3622
|
-
.
|
|
3622
|
+
._multiOptions_1st63_211 ._multiOption_1st63_211 ._label_1st63_239 {
|
|
3623
3623
|
white-space: nowrap;
|
|
3624
3624
|
}
|
|
3625
|
-
.
|
|
3625
|
+
._multiOptions_1st63_211 ._multiOption_1st63_211 ._closeMultiOption_1st63_242 {
|
|
3626
3626
|
flex-shrink: 0;
|
|
3627
3627
|
display: flex;
|
|
3628
3628
|
align-items: center;
|
|
@@ -3632,13 +3632,13 @@ html[data-theme='dark'] {
|
|
|
3632
3632
|
opacity: 0.25;
|
|
3633
3633
|
aspect-ratio: 1;
|
|
3634
3634
|
}
|
|
3635
|
-
.
|
|
3636
|
-
.
|
|
3635
|
+
._multiOptions_1st63_211 ._multiOption_1st63_211 ._closeMultiOption_1st63_242:hover,
|
|
3636
|
+
._multiOptions_1st63_211 ._multiOption_1st63_211 ._closeMultiOption_1st63_242._focus_1st63_253 {
|
|
3637
3637
|
opacity: 1;
|
|
3638
3638
|
outline: 0;
|
|
3639
3639
|
}
|
|
3640
|
-
.
|
|
3641
|
-
.
|
|
3640
|
+
._selectedSingleValue_1st63_257,
|
|
3641
|
+
._placeHolder_1st63_258 {
|
|
3642
3642
|
line-height: calc(var(--size) - 2px);
|
|
3643
3643
|
right: 0;
|
|
3644
3644
|
left: 0;
|
|
@@ -3648,10 +3648,10 @@ html[data-theme='dark'] {
|
|
|
3648
3648
|
display: block;
|
|
3649
3649
|
position: absolute;
|
|
3650
3650
|
}
|
|
3651
|
-
.
|
|
3651
|
+
._placeHolder_1st63_258 {
|
|
3652
3652
|
color: var(--color-text-placeholder);
|
|
3653
3653
|
}
|
|
3654
|
-
.
|
|
3654
|
+
._input_1st63_1 {
|
|
3655
3655
|
font-family: var(--font-family);
|
|
3656
3656
|
background-color: transparent;
|
|
3657
3657
|
border: none;
|
|
@@ -3659,43 +3659,43 @@ html[data-theme='dark'] {
|
|
|
3659
3659
|
padding: 0;
|
|
3660
3660
|
width: 0;
|
|
3661
3661
|
}
|
|
3662
|
-
.
|
|
3662
|
+
._input_1st63_1._error_1st63_122 {
|
|
3663
3663
|
color: var(--color-text-error) !important;
|
|
3664
3664
|
}
|
|
3665
|
-
.
|
|
3665
|
+
._input_1st63_1:focus {
|
|
3666
3666
|
outline: none;
|
|
3667
3667
|
width: auto;
|
|
3668
3668
|
}
|
|
3669
|
-
.
|
|
3669
|
+
._small_1st63_181 {
|
|
3670
3670
|
height: var(--size-sm);
|
|
3671
3671
|
font-size: var(--font-size-sm);
|
|
3672
3672
|
padding-left: var(--padding-input-sm-x);
|
|
3673
3673
|
}
|
|
3674
|
-
.
|
|
3675
|
-
.
|
|
3676
|
-
.
|
|
3674
|
+
._small_1st63_181 ._selectedSingleValue_1st63_257,
|
|
3675
|
+
._small_1st63_181 ._placeHolder_1st63_258,
|
|
3676
|
+
._small_1st63_181 ._input_1st63_1 {
|
|
3677
3677
|
height: calc(var(--size-sm) - 2px);
|
|
3678
3678
|
line-height: calc(var(--size-sm) - 2px);
|
|
3679
3679
|
}
|
|
3680
|
-
.
|
|
3681
|
-
.
|
|
3680
|
+
._groupOrderFirst_1st63_297,
|
|
3681
|
+
._groupOrderMiddle_1st63_298 {
|
|
3682
3682
|
border-top-right-radius: 0 !important;
|
|
3683
3683
|
border-bottom-right-radius: 0 !important;
|
|
3684
3684
|
}
|
|
3685
|
-
.
|
|
3686
|
-
.
|
|
3685
|
+
._groupOrderLast_1st63_302,
|
|
3686
|
+
._groupOrderMiddle_1st63_298 {
|
|
3687
3687
|
border-top-left-radius: 0 !important;
|
|
3688
3688
|
border-bottom-left-radius: 0 !important;
|
|
3689
3689
|
}
|
|
3690
|
-
.
|
|
3690
|
+
._detailedLabel_1st63_307 {
|
|
3691
3691
|
width: 100%;
|
|
3692
3692
|
}
|
|
3693
|
-
.
|
|
3693
|
+
._detailedLabel_1st63_307 :first-child {
|
|
3694
3694
|
float: left;
|
|
3695
3695
|
position: absolute;
|
|
3696
|
-
padding-right:
|
|
3696
|
+
padding-right: var(--spacing-1);
|
|
3697
3697
|
}
|
|
3698
|
-
.
|
|
3698
|
+
._detailedLabel_1st63_307 :last-child {
|
|
3699
3699
|
float: right;
|
|
3700
3700
|
}
|
|
3701
3701
|
._paginationContainer_1tmz4_1 {
|
|
@@ -3783,17 +3783,17 @@ html[data-theme='dark'] {
|
|
|
3783
3783
|
font-weight: bold;
|
|
3784
3784
|
z-index: 1;
|
|
3785
3785
|
}
|
|
3786
|
-
.
|
|
3786
|
+
._wrapper_1huel_1._inline_1huel_1 {
|
|
3787
3787
|
display: flex;
|
|
3788
3788
|
align-items: center;
|
|
3789
3789
|
}
|
|
3790
|
-
.
|
|
3790
|
+
._wrapper_1huel_1._inline_1huel_1 ._radio_1huel_5:not(:last-child) {
|
|
3791
3791
|
margin-right: var(--spacing-3);
|
|
3792
3792
|
}
|
|
3793
|
-
.
|
|
3794
|
-
margin-right:
|
|
3793
|
+
._wrapper_1huel_1 ._labelMargin_1huel_8 {
|
|
3794
|
+
margin-right: var(--spacing-3);
|
|
3795
3795
|
}
|
|
3796
|
-
.
|
|
3796
|
+
._radio_1huel_5 {
|
|
3797
3797
|
--size-radio: var(--size-xs);
|
|
3798
3798
|
margin: calc((var(--size) - var(--size-radio)) / 2) 0;
|
|
3799
3799
|
position: relative;
|
|
@@ -3809,16 +3809,16 @@ html[data-theme='dark'] {
|
|
|
3809
3809
|
min-width: var(--size-radio);
|
|
3810
3810
|
outline: 0px;
|
|
3811
3811
|
}
|
|
3812
|
-
.
|
|
3812
|
+
._radio_1huel_5._small_1huel_27 {
|
|
3813
3813
|
--size-radio: calc(var(--size-xs) - 4px);
|
|
3814
3814
|
margin: calc((var(--size-sm) - var(--size-radio)) / 2) 0;
|
|
3815
3815
|
font-size: var(--font-size-sm);
|
|
3816
3816
|
}
|
|
3817
|
-
.
|
|
3817
|
+
._radio_1huel_5._noMargin_1huel_32 {
|
|
3818
3818
|
margin-top: 0;
|
|
3819
3819
|
margin-bottom: 0;
|
|
3820
3820
|
}
|
|
3821
|
-
.
|
|
3821
|
+
._radio_1huel_5 input {
|
|
3822
3822
|
cursor: pointer;
|
|
3823
3823
|
position: absolute;
|
|
3824
3824
|
top: 0;
|
|
@@ -3829,7 +3829,7 @@ html[data-theme='dark'] {
|
|
|
3829
3829
|
height: var(--size-radio);
|
|
3830
3830
|
z-index: -1;
|
|
3831
3831
|
}
|
|
3832
|
-
.
|
|
3832
|
+
._radio_1huel_5 label {
|
|
3833
3833
|
cursor: pointer;
|
|
3834
3834
|
position: relative;
|
|
3835
3835
|
display: block;
|
|
@@ -3838,8 +3838,8 @@ html[data-theme='dark'] {
|
|
|
3838
3838
|
color: var(--color-text);
|
|
3839
3839
|
transition: color 0.1s ease;
|
|
3840
3840
|
}
|
|
3841
|
-
.
|
|
3842
|
-
.
|
|
3841
|
+
._radio_1huel_5 label:before,
|
|
3842
|
+
._radio_1huel_5 label:after {
|
|
3843
3843
|
content: '';
|
|
3844
3844
|
position: absolute;
|
|
3845
3845
|
top: 0;
|
|
@@ -3850,45 +3850,45 @@ html[data-theme='dark'] {
|
|
|
3850
3850
|
border-radius: 50%;
|
|
3851
3851
|
transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
|
|
3852
3852
|
}
|
|
3853
|
-
.
|
|
3853
|
+
._radio_1huel_5 label:before {
|
|
3854
3854
|
background: var(--color-background-input);
|
|
3855
3855
|
border: 1px solid var(--color-border-checkbox);
|
|
3856
3856
|
transform: none;
|
|
3857
3857
|
}
|
|
3858
|
-
.
|
|
3858
|
+
._radio_1huel_5 label:hover:before {
|
|
3859
3859
|
border-color: var(--color-border-hover);
|
|
3860
3860
|
}
|
|
3861
|
-
.
|
|
3861
|
+
._radio_1huel_5 label:after {
|
|
3862
3862
|
border: none;
|
|
3863
3863
|
transform: scale(0.46666667);
|
|
3864
3864
|
background-color: white;
|
|
3865
3865
|
box-shadow: var(--shadow-button);
|
|
3866
3866
|
opacity: 0;
|
|
3867
3867
|
}
|
|
3868
|
-
.
|
|
3868
|
+
._radio_1huel_5 input:checked ~ label:before {
|
|
3869
3869
|
background-color: var(--color-background-primary);
|
|
3870
3870
|
border-color: transparent;
|
|
3871
3871
|
}
|
|
3872
|
-
.
|
|
3872
|
+
._radio_1huel_5 input:checked ~ label:after {
|
|
3873
3873
|
opacity: 1;
|
|
3874
3874
|
}
|
|
3875
|
-
.
|
|
3875
|
+
._radio_1huel_5._disabled_1huel_90 {
|
|
3876
3876
|
cursor: default;
|
|
3877
3877
|
pointer-events: none;
|
|
3878
3878
|
}
|
|
3879
|
-
.
|
|
3879
|
+
._radio_1huel_5._disabled_1huel_90 label {
|
|
3880
3880
|
color: var(--color-text-muted);
|
|
3881
3881
|
}
|
|
3882
|
-
.
|
|
3882
|
+
._radio_1huel_5._disabled_1huel_90 label:before {
|
|
3883
3883
|
background-color: var(--color-background-disabled) !important;
|
|
3884
3884
|
}
|
|
3885
|
-
.
|
|
3885
|
+
._radio_1huel_5._disabled_1huel_90 input:checked ~ label:before {
|
|
3886
3886
|
border-color: var(--color-border-checkbox);
|
|
3887
3887
|
}
|
|
3888
|
-
.
|
|
3888
|
+
._radio_1huel_5._disabled_1huel_90 input:checked ~ label:after {
|
|
3889
3889
|
background-color: var(--color-border-checkbox);
|
|
3890
3890
|
}
|
|
3891
|
-
.
|
|
3891
|
+
._isInTable_1huel_106 {
|
|
3892
3892
|
margin: 0;
|
|
3893
3893
|
position: relative;
|
|
3894
3894
|
top: 1px;
|
|
@@ -8527,121 +8527,121 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
8527
8527
|
min-height: 0;
|
|
8528
8528
|
flex-shrink: 0;
|
|
8529
8529
|
}
|
|
8530
|
-
.
|
|
8530
|
+
._inputInTable_kett7_1 {
|
|
8531
8531
|
background-color: transparent;
|
|
8532
8532
|
border-radius: inherit !important;
|
|
8533
8533
|
height: var(--size);
|
|
8534
8534
|
min-height: 100%;
|
|
8535
8535
|
}
|
|
8536
|
-
.
|
|
8536
|
+
._inputInTable_kett7_1:not(:hover) {
|
|
8537
8537
|
border-color: transparent;
|
|
8538
8538
|
}
|
|
8539
|
-
.
|
|
8539
|
+
._inputInTable_kett7_1:not(:focus) {
|
|
8540
8540
|
box-shadow: none;
|
|
8541
8541
|
}
|
|
8542
|
-
.
|
|
8542
|
+
._inputHover_kett7_13 {
|
|
8543
8543
|
position: relative;
|
|
8544
8544
|
border-color: var(--color-border-hover);
|
|
8545
8545
|
z-index: 2;
|
|
8546
8546
|
}
|
|
8547
|
-
.
|
|
8547
|
+
._inputFocus_kett7_18 {
|
|
8548
8548
|
position: relative;
|
|
8549
8549
|
outline: none !important;
|
|
8550
8550
|
border-color: var(--color-border-focus) !important;
|
|
8551
8551
|
box-shadow: var(--shadow-focus);
|
|
8552
8552
|
z-index: 3;
|
|
8553
8553
|
}
|
|
8554
|
-
.
|
|
8555
|
-
.
|
|
8554
|
+
._inputError_kett7_25,
|
|
8555
|
+
._inputWarning_kett7_26 {
|
|
8556
8556
|
position: relative;
|
|
8557
8557
|
}
|
|
8558
|
-
.
|
|
8558
|
+
._inputError_kett7_25 {
|
|
8559
8559
|
z-index: 2;
|
|
8560
8560
|
border-color: var(--color-border-error);
|
|
8561
8561
|
color: var(--color-text-error) !important;
|
|
8562
8562
|
background-color: var(--color-background-error);
|
|
8563
8563
|
}
|
|
8564
|
-
.
|
|
8564
|
+
._inputError_kett7_25:hover {
|
|
8565
8565
|
border-color: var(--color-border-error-hover) !important;
|
|
8566
8566
|
}
|
|
8567
|
-
.
|
|
8567
|
+
._inputError_kett7_25:focus {
|
|
8568
8568
|
position: relative;
|
|
8569
8569
|
outline: none !important;
|
|
8570
8570
|
border-color: var(--color-border-focus) !important;
|
|
8571
8571
|
box-shadow: var(--shadow-focus);
|
|
8572
8572
|
z-index: 3;
|
|
8573
8573
|
}
|
|
8574
|
-
.
|
|
8574
|
+
._inputWarning_kett7_26 {
|
|
8575
8575
|
z-index: 1;
|
|
8576
8576
|
border-color: var(--color-border-warning);
|
|
8577
8577
|
color: var(--color-text-warning) !important;
|
|
8578
8578
|
background-color: var(--color-background-warning);
|
|
8579
8579
|
}
|
|
8580
|
-
.
|
|
8580
|
+
._inputWarning_kett7_26:hover {
|
|
8581
8581
|
border-color: var(--color-border-warning-hover) !important;
|
|
8582
8582
|
}
|
|
8583
|
-
.
|
|
8583
|
+
._inputWarning_kett7_26:focus {
|
|
8584
8584
|
position: relative;
|
|
8585
8585
|
outline: none !important;
|
|
8586
8586
|
border-color: var(--color-border-focus) !important;
|
|
8587
8587
|
box-shadow: var(--shadow-focus);
|
|
8588
8588
|
z-index: 3;
|
|
8589
8589
|
}
|
|
8590
|
-
.
|
|
8590
|
+
._inputDisabled_kett7_61 {
|
|
8591
8591
|
pointer-events: none;
|
|
8592
8592
|
background-color: var(--color-background-disabled);
|
|
8593
8593
|
color: var(--color-text-muted);
|
|
8594
8594
|
box-shadow: none;
|
|
8595
8595
|
}
|
|
8596
|
-
.
|
|
8596
|
+
._hideScrollbars_kett7_67 {
|
|
8597
8597
|
/* Firefox */
|
|
8598
8598
|
scrollbar-width: none;
|
|
8599
8599
|
/* IE 10+ */
|
|
8600
8600
|
-ms-overflow-style: none;
|
|
8601
8601
|
/* Chrome, Safari and Opera */
|
|
8602
8602
|
}
|
|
8603
|
-
.
|
|
8603
|
+
._hideScrollbars_kett7_67::-webkit-scrollbar {
|
|
8604
8604
|
display: none;
|
|
8605
8605
|
}
|
|
8606
8606
|
:root {
|
|
8607
8607
|
--color-background-sidebar: var(--color-neutral-1000);
|
|
8608
8608
|
}
|
|
8609
|
-
.
|
|
8609
|
+
._sidebar_kett7_80 {
|
|
8610
8610
|
background-color: var(--color-background-sidebar);
|
|
8611
8611
|
color: white;
|
|
8612
8612
|
position: relative;
|
|
8613
8613
|
padding: var(--padding-y) 0;
|
|
8614
8614
|
}
|
|
8615
8615
|
@media print {
|
|
8616
|
-
.
|
|
8616
|
+
._sidebar_kett7_80 {
|
|
8617
8617
|
display: none;
|
|
8618
8618
|
}
|
|
8619
8619
|
}
|
|
8620
|
-
.
|
|
8620
|
+
._inner_kett7_91 {
|
|
8621
8621
|
/* Firefox */
|
|
8622
8622
|
scrollbar-width: none;
|
|
8623
8623
|
/* IE 10+ */
|
|
8624
8624
|
-ms-overflow-style: none;
|
|
8625
8625
|
/* Chrome, Safari and Opera */
|
|
8626
8626
|
}
|
|
8627
|
-
.
|
|
8627
|
+
._inner_kett7_91::-webkit-scrollbar {
|
|
8628
8628
|
display: none;
|
|
8629
8629
|
}
|
|
8630
|
-
.
|
|
8631
|
-
.
|
|
8632
|
-
.
|
|
8630
|
+
._title_kett7_101,
|
|
8631
|
+
._subtitle_kett7_102,
|
|
8632
|
+
._label_kett7_103 {
|
|
8633
8633
|
transition: opacity 0.2s, max-height 0.2s, margin 0.2s, color 0.2s;
|
|
8634
8634
|
max-height: 50px;
|
|
8635
8635
|
}
|
|
8636
|
-
.
|
|
8637
|
-
.
|
|
8638
|
-
.
|
|
8636
|
+
._collapsed_kett7_107 ._title_kett7_101,
|
|
8637
|
+
._collapsed_kett7_107 ._subtitle_kett7_102,
|
|
8638
|
+
._collapsed_kett7_107 ._label_kett7_103 {
|
|
8639
8639
|
opacity: 0;
|
|
8640
8640
|
max-height: 0;
|
|
8641
8641
|
margin-bottom: 0;
|
|
8642
8642
|
margin-top: 0;
|
|
8643
8643
|
}
|
|
8644
|
-
.
|
|
8644
|
+
._title_kett7_101 {
|
|
8645
8645
|
overflow: hidden;
|
|
8646
8646
|
max-width: 100%;
|
|
8647
8647
|
text-overflow: ellipsis;
|
|
@@ -8650,19 +8650,19 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
8650
8650
|
font-size: var(--font-size-lg);
|
|
8651
8651
|
padding: 0 var(--padding-x);
|
|
8652
8652
|
}
|
|
8653
|
-
.
|
|
8654
|
-
margin-bottom:
|
|
8653
|
+
._subtitle_kett7_102 {
|
|
8654
|
+
margin-bottom: var(--padding-y);
|
|
8655
8655
|
white-space: nowrap;
|
|
8656
8656
|
font-size: var(--font-size-sm);
|
|
8657
8657
|
letter-spacing: 0.1em;
|
|
8658
8658
|
opacity: 0.6;
|
|
8659
8659
|
padding: 0 var(--padding-x);
|
|
8660
8660
|
}
|
|
8661
|
-
.
|
|
8662
|
-
margin-bottom:
|
|
8661
|
+
._list_kett7_132 {
|
|
8662
|
+
margin-bottom: var(--padding-y);
|
|
8663
8663
|
margin-top: 0;
|
|
8664
8664
|
}
|
|
8665
|
-
.
|
|
8665
|
+
._item_kett7_136 {
|
|
8666
8666
|
min-height: var(--size-lg);
|
|
8667
8667
|
transition: padding 0.2s;
|
|
8668
8668
|
font-size: var(--font-size-lg);
|
|
@@ -8672,54 +8672,54 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
8672
8672
|
padding: 0 var(--padding-x);
|
|
8673
8673
|
align-items: center;
|
|
8674
8674
|
}
|
|
8675
|
-
.
|
|
8675
|
+
._collapsed_kett7_107 ._item_kett7_136 {
|
|
8676
8676
|
padding: 0 9px;
|
|
8677
8677
|
}
|
|
8678
|
-
.
|
|
8678
|
+
._item_kett7_136:focus {
|
|
8679
8679
|
outline: none;
|
|
8680
8680
|
}
|
|
8681
|
-
.
|
|
8681
|
+
._item_kett7_136::-moz-focus-inner {
|
|
8682
8682
|
border: 0;
|
|
8683
8683
|
}
|
|
8684
|
-
.
|
|
8685
|
-
.
|
|
8684
|
+
._item_kett7_136:hover,
|
|
8685
|
+
._item_kett7_136:focus {
|
|
8686
8686
|
color: var(--color-primary-400);
|
|
8687
8687
|
}
|
|
8688
|
-
.
|
|
8688
|
+
._item_kett7_136:active {
|
|
8689
8689
|
color: var(--color-primary-300);
|
|
8690
8690
|
}
|
|
8691
|
-
.
|
|
8691
|
+
._item_kett7_136._active_kett7_162 {
|
|
8692
8692
|
color: white;
|
|
8693
8693
|
background: black;
|
|
8694
8694
|
}
|
|
8695
|
-
.
|
|
8695
|
+
._item_kett7_136._experimental_kett7_166 {
|
|
8696
8696
|
background: #40130b;
|
|
8697
8697
|
}
|
|
8698
|
-
.
|
|
8699
|
-
margin-right:
|
|
8698
|
+
._icon_kett7_169 {
|
|
8699
|
+
margin-right: var(--spacing-3);
|
|
8700
8700
|
line-height: 0;
|
|
8701
8701
|
flex-shrink: 0;
|
|
8702
8702
|
transition: opacity 0.4s;
|
|
8703
8703
|
opacity: 0.4;
|
|
8704
8704
|
display: block;
|
|
8705
8705
|
}
|
|
8706
|
-
.
|
|
8707
|
-
.
|
|
8706
|
+
._item_kett7_136:hover ._icon_kett7_169,
|
|
8707
|
+
._item_kett7_136:focus ._icon_kett7_169 {
|
|
8708
8708
|
opacity: 0.6;
|
|
8709
8709
|
}
|
|
8710
|
-
.
|
|
8710
|
+
._item_kett7_136:active ._icon_kett7_169 {
|
|
8711
8711
|
opacity: 0.8;
|
|
8712
8712
|
}
|
|
8713
|
-
.
|
|
8713
|
+
._item_kett7_136._active_kett7_162 ._icon_kett7_169 {
|
|
8714
8714
|
opacity: 1;
|
|
8715
8715
|
}
|
|
8716
|
-
.
|
|
8716
|
+
._icon_kett7_169 > * {
|
|
8717
8717
|
opacity: 1;
|
|
8718
8718
|
}
|
|
8719
|
-
.
|
|
8719
|
+
._icon_kett7_169 > span {
|
|
8720
8720
|
display: block;
|
|
8721
8721
|
}
|
|
8722
|
-
.
|
|
8722
|
+
._label_kett7_103 {
|
|
8723
8723
|
white-space: nowrap;
|
|
8724
8724
|
overflow: hidden;
|
|
8725
8725
|
}
|
|
@@ -9029,111 +9029,111 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
9029
9029
|
.rc-slider-disabled .rc-slider-dot {
|
|
9030
9030
|
cursor: default !important;
|
|
9031
9031
|
}
|
|
9032
|
-
.
|
|
9032
|
+
._container_k6ypd_1 {
|
|
9033
9033
|
display: flex;
|
|
9034
9034
|
align-items: center;
|
|
9035
9035
|
min-height: var(--size);
|
|
9036
9036
|
gap: 4px;
|
|
9037
9037
|
}
|
|
9038
|
-
.
|
|
9038
|
+
._container_k6ypd_1._small_k6ypd_7 {
|
|
9039
9039
|
min-height: var(--size-sm);
|
|
9040
9040
|
}
|
|
9041
|
-
.
|
|
9041
|
+
._container_k6ypd_1._hasMarks_k6ypd_10 {
|
|
9042
9042
|
padding-bottom: 20px;
|
|
9043
9043
|
}
|
|
9044
|
-
.
|
|
9044
|
+
._container_k6ypd_1._vertical_k6ypd_13 {
|
|
9045
9045
|
flex-direction: column;
|
|
9046
9046
|
padding-bottom: 0;
|
|
9047
9047
|
}
|
|
9048
|
-
.
|
|
9048
|
+
._container_k6ypd_1._vertical_k6ypd_13 ._hasArrows_k6ypd_17 {
|
|
9049
9049
|
margin-top: 5px;
|
|
9050
9050
|
margin-bottom: 5px;
|
|
9051
9051
|
}
|
|
9052
|
-
.
|
|
9052
|
+
._container_k6ypd_1._vertical_k6ypd_13 ._button_k6ypd_21 svg {
|
|
9053
9053
|
transform: rotate(-90deg);
|
|
9054
9054
|
}
|
|
9055
|
-
.
|
|
9055
|
+
._label_k6ypd_24 {
|
|
9056
9056
|
white-space: nowrap;
|
|
9057
|
-
margin-left:
|
|
9057
|
+
margin-left: var(--spacing-2);
|
|
9058
9058
|
line-height: 1;
|
|
9059
9059
|
overflow: hidden;
|
|
9060
9060
|
text-overflow: ellipsis;
|
|
9061
9061
|
flex-shrink: 0;
|
|
9062
9062
|
}
|
|
9063
|
-
.
|
|
9063
|
+
._inputInTable_1ssxi_1 {
|
|
9064
9064
|
background-color: transparent;
|
|
9065
9065
|
border-radius: inherit !important;
|
|
9066
9066
|
height: var(--size);
|
|
9067
9067
|
min-height: 100%;
|
|
9068
9068
|
}
|
|
9069
|
-
.
|
|
9069
|
+
._inputInTable_1ssxi_1:not(:hover) {
|
|
9070
9070
|
border-color: transparent;
|
|
9071
9071
|
}
|
|
9072
|
-
.
|
|
9072
|
+
._inputInTable_1ssxi_1:not(:focus) {
|
|
9073
9073
|
box-shadow: none;
|
|
9074
9074
|
}
|
|
9075
|
-
.
|
|
9075
|
+
._inputHover_1ssxi_13 {
|
|
9076
9076
|
position: relative;
|
|
9077
9077
|
border-color: var(--color-border-hover);
|
|
9078
9078
|
z-index: 2;
|
|
9079
9079
|
}
|
|
9080
|
-
.
|
|
9080
|
+
._inputFocus_1ssxi_18 {
|
|
9081
9081
|
position: relative;
|
|
9082
9082
|
outline: none !important;
|
|
9083
9083
|
border-color: var(--color-border-focus) !important;
|
|
9084
9084
|
box-shadow: var(--shadow-focus);
|
|
9085
9085
|
z-index: 3;
|
|
9086
9086
|
}
|
|
9087
|
-
.
|
|
9088
|
-
.
|
|
9087
|
+
._inputError_1ssxi_25,
|
|
9088
|
+
._inputWarning_1ssxi_26 {
|
|
9089
9089
|
position: relative;
|
|
9090
9090
|
}
|
|
9091
|
-
.
|
|
9091
|
+
._inputError_1ssxi_25 {
|
|
9092
9092
|
z-index: 2;
|
|
9093
9093
|
border-color: var(--color-border-error);
|
|
9094
9094
|
color: var(--color-text-error) !important;
|
|
9095
9095
|
background-color: var(--color-background-error);
|
|
9096
9096
|
}
|
|
9097
|
-
.
|
|
9097
|
+
._inputError_1ssxi_25:hover {
|
|
9098
9098
|
border-color: var(--color-border-error-hover) !important;
|
|
9099
9099
|
}
|
|
9100
|
-
.
|
|
9100
|
+
._inputError_1ssxi_25:focus {
|
|
9101
9101
|
position: relative;
|
|
9102
9102
|
outline: none !important;
|
|
9103
9103
|
border-color: var(--color-border-focus) !important;
|
|
9104
9104
|
box-shadow: var(--shadow-focus);
|
|
9105
9105
|
z-index: 3;
|
|
9106
9106
|
}
|
|
9107
|
-
.
|
|
9107
|
+
._inputWarning_1ssxi_26 {
|
|
9108
9108
|
z-index: 1;
|
|
9109
9109
|
border-color: var(--color-border-warning);
|
|
9110
9110
|
color: var(--color-text-warning) !important;
|
|
9111
9111
|
background-color: var(--color-background-warning);
|
|
9112
9112
|
}
|
|
9113
|
-
.
|
|
9113
|
+
._inputWarning_1ssxi_26:hover {
|
|
9114
9114
|
border-color: var(--color-border-warning-hover) !important;
|
|
9115
9115
|
}
|
|
9116
|
-
.
|
|
9116
|
+
._inputWarning_1ssxi_26:focus {
|
|
9117
9117
|
position: relative;
|
|
9118
9118
|
outline: none !important;
|
|
9119
9119
|
border-color: var(--color-border-focus) !important;
|
|
9120
9120
|
box-shadow: var(--shadow-focus);
|
|
9121
9121
|
z-index: 3;
|
|
9122
9122
|
}
|
|
9123
|
-
.
|
|
9123
|
+
._inputDisabled_1ssxi_61 {
|
|
9124
9124
|
pointer-events: none;
|
|
9125
9125
|
background-color: var(--color-background-disabled);
|
|
9126
9126
|
color: var(--color-text-muted);
|
|
9127
9127
|
box-shadow: none;
|
|
9128
9128
|
}
|
|
9129
|
-
.
|
|
9129
|
+
._hideScrollbars_1ssxi_67 {
|
|
9130
9130
|
/* Firefox */
|
|
9131
9131
|
scrollbar-width: none;
|
|
9132
9132
|
/* IE 10+ */
|
|
9133
9133
|
-ms-overflow-style: none;
|
|
9134
9134
|
/* Chrome, Safari and Opera */
|
|
9135
9135
|
}
|
|
9136
|
-
.
|
|
9136
|
+
._hideScrollbars_1ssxi_67::-webkit-scrollbar {
|
|
9137
9137
|
display: none;
|
|
9138
9138
|
}
|
|
9139
9139
|
:root {
|
|
@@ -9142,11 +9142,11 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
9142
9142
|
--color-border-table: var(--color-neutral-200);
|
|
9143
9143
|
}
|
|
9144
9144
|
html[data-theme='dark'] {
|
|
9145
|
-
--color-background-table-header: var(--color-neutral-
|
|
9145
|
+
--color-background-table-header: var(--color-neutral-800);
|
|
9146
9146
|
--color-background-table-row-tinted: var(--color-neutral-850);
|
|
9147
9147
|
--color-border-table: var(--color-neutral-700);
|
|
9148
9148
|
}
|
|
9149
|
-
.
|
|
9149
|
+
._wrapper_1ssxi_87 {
|
|
9150
9150
|
border-radius: inherit;
|
|
9151
9151
|
max-height: 100%;
|
|
9152
9152
|
max-width: 100%;
|
|
@@ -9154,21 +9154,21 @@ html[data-theme='dark'] {
|
|
|
9154
9154
|
flex-direction: column;
|
|
9155
9155
|
overflow: hidden;
|
|
9156
9156
|
}
|
|
9157
|
-
.
|
|
9157
|
+
._wrapper_1ssxi_87._bordered_1ssxi_95 {
|
|
9158
9158
|
border-radius: var(--border-radius);
|
|
9159
9159
|
border: 1px solid var(--color-border-table);
|
|
9160
9160
|
}
|
|
9161
|
-
.
|
|
9161
|
+
._scroll_1ssxi_99 {
|
|
9162
9162
|
overflow-y: auto;
|
|
9163
9163
|
border-radius: inherit;
|
|
9164
9164
|
flex: 1;
|
|
9165
9165
|
min-height: 0;
|
|
9166
9166
|
}
|
|
9167
|
-
.
|
|
9167
|
+
._scroll_1ssxi_99:not(:first-child) {
|
|
9168
9168
|
border-top-left-radius: 0;
|
|
9169
9169
|
border-top-right-radius: 0;
|
|
9170
9170
|
}
|
|
9171
|
-
.
|
|
9171
|
+
._table_1ssxi_109 {
|
|
9172
9172
|
background: var(--color-background-raised);
|
|
9173
9173
|
color: var(--color-text);
|
|
9174
9174
|
border-collapse: separate;
|
|
@@ -9176,32 +9176,32 @@ html[data-theme='dark'] {
|
|
|
9176
9176
|
border-radius: inherit;
|
|
9177
9177
|
width: 100%;
|
|
9178
9178
|
}
|
|
9179
|
-
.
|
|
9179
|
+
._table_1ssxi_109 > :first-child {
|
|
9180
9180
|
border-top-left-radius: inherit;
|
|
9181
9181
|
border-top-right-radius: inherit;
|
|
9182
9182
|
}
|
|
9183
|
-
.
|
|
9183
|
+
._table_1ssxi_109 > :first-child > :first-child {
|
|
9184
9184
|
border-top-left-radius: inherit;
|
|
9185
9185
|
border-top-right-radius: inherit;
|
|
9186
9186
|
}
|
|
9187
|
-
.
|
|
9187
|
+
._table_1ssxi_109 > :first-child > :first-child > :first-child {
|
|
9188
9188
|
border-top-left-radius: inherit;
|
|
9189
9189
|
}
|
|
9190
|
-
.
|
|
9190
|
+
._table_1ssxi_109 > :first-child > :first-child > :last-child {
|
|
9191
9191
|
border-top-right-radius: inherit;
|
|
9192
9192
|
}
|
|
9193
|
-
.
|
|
9193
|
+
._table_1ssxi_109 > :last-child {
|
|
9194
9194
|
border-bottom-left-radius: inherit;
|
|
9195
9195
|
border-bottom-right-radius: inherit;
|
|
9196
9196
|
}
|
|
9197
|
-
.
|
|
9197
|
+
._table_1ssxi_109 > :last-child > :last-child {
|
|
9198
9198
|
border-bottom-left-radius: inherit;
|
|
9199
9199
|
border-bottom-right-radius: inherit;
|
|
9200
9200
|
}
|
|
9201
|
-
.
|
|
9201
|
+
._table_1ssxi_109 > :last-child > :last-child > :first-child {
|
|
9202
9202
|
border-bottom-left-radius: inherit;
|
|
9203
9203
|
}
|
|
9204
|
-
.
|
|
9204
|
+
._table_1ssxi_109 > :last-child > :last-child > :last-child {
|
|
9205
9205
|
border-bottom-right-radius: inherit;
|
|
9206
9206
|
}
|
|
9207
9207
|
th,
|
|
@@ -9217,10 +9217,10 @@ th:not(:first-child),
|
|
|
9217
9217
|
td:not(:first-child) {
|
|
9218
9218
|
border-left-width: 1px;
|
|
9219
9219
|
}
|
|
9220
|
-
.
|
|
9221
|
-
.
|
|
9222
|
-
.
|
|
9223
|
-
.
|
|
9220
|
+
._table_1ssxi_109 > *:not(:last-child) > tr th,
|
|
9221
|
+
._table_1ssxi_109 > *:not(:last-child) > tr td,
|
|
9222
|
+
._table_1ssxi_109 > *:last-child > tr:not(:last-child) th,
|
|
9223
|
+
._table_1ssxi_109 > *:last-child > tr:not(:last-child) td {
|
|
9224
9224
|
border-bottom-width: 1px;
|
|
9225
9225
|
}
|
|
9226
9226
|
@-moz-document url-prefix() {
|
|
@@ -9247,7 +9247,7 @@ tbody {
|
|
|
9247
9247
|
tbody tr {
|
|
9248
9248
|
background-color: var(--color-background-raised);
|
|
9249
9249
|
}
|
|
9250
|
-
.
|
|
9250
|
+
._striped_1ssxi_188 tbody tr:nth-child(even) {
|
|
9251
9251
|
background-color: var(--color-background-table-row-tinted);
|
|
9252
9252
|
}
|
|
9253
9253
|
._title_1hgtl_1 {
|
|
@@ -9275,125 +9275,125 @@ tbody tr {
|
|
|
9275
9275
|
justify-content: space-between;
|
|
9276
9276
|
border-top: 1px solid var(--color-border-table);
|
|
9277
9277
|
}
|
|
9278
|
-
.
|
|
9278
|
+
._inputInTable_hyzeo_1 {
|
|
9279
9279
|
background-color: transparent;
|
|
9280
9280
|
border-radius: inherit !important;
|
|
9281
9281
|
height: var(--size);
|
|
9282
9282
|
min-height: 100%;
|
|
9283
9283
|
}
|
|
9284
|
-
.
|
|
9284
|
+
._inputInTable_hyzeo_1:not(:hover) {
|
|
9285
9285
|
border-color: transparent;
|
|
9286
9286
|
}
|
|
9287
|
-
.
|
|
9287
|
+
._inputInTable_hyzeo_1:not(:focus) {
|
|
9288
9288
|
box-shadow: none;
|
|
9289
9289
|
}
|
|
9290
|
-
.
|
|
9290
|
+
._inputHover_hyzeo_13 {
|
|
9291
9291
|
position: relative;
|
|
9292
9292
|
border-color: var(--color-border-hover);
|
|
9293
9293
|
z-index: 2;
|
|
9294
9294
|
}
|
|
9295
|
-
.
|
|
9295
|
+
._inputFocus_hyzeo_18 {
|
|
9296
9296
|
position: relative;
|
|
9297
9297
|
outline: none !important;
|
|
9298
9298
|
border-color: var(--color-border-focus) !important;
|
|
9299
9299
|
box-shadow: var(--shadow-focus);
|
|
9300
9300
|
z-index: 3;
|
|
9301
9301
|
}
|
|
9302
|
-
.
|
|
9303
|
-
.
|
|
9302
|
+
._inputError_hyzeo_25,
|
|
9303
|
+
._inputWarning_hyzeo_26 {
|
|
9304
9304
|
position: relative;
|
|
9305
9305
|
}
|
|
9306
|
-
.
|
|
9306
|
+
._inputError_hyzeo_25 {
|
|
9307
9307
|
z-index: 2;
|
|
9308
9308
|
border-color: var(--color-border-error);
|
|
9309
9309
|
color: var(--color-text-error) !important;
|
|
9310
9310
|
background-color: var(--color-background-error);
|
|
9311
9311
|
}
|
|
9312
|
-
.
|
|
9312
|
+
._inputError_hyzeo_25:hover {
|
|
9313
9313
|
border-color: var(--color-border-error-hover) !important;
|
|
9314
9314
|
}
|
|
9315
|
-
.
|
|
9315
|
+
._inputError_hyzeo_25:focus {
|
|
9316
9316
|
position: relative;
|
|
9317
9317
|
outline: none !important;
|
|
9318
9318
|
border-color: var(--color-border-focus) !important;
|
|
9319
9319
|
box-shadow: var(--shadow-focus);
|
|
9320
9320
|
z-index: 3;
|
|
9321
9321
|
}
|
|
9322
|
-
.
|
|
9322
|
+
._inputWarning_hyzeo_26 {
|
|
9323
9323
|
z-index: 1;
|
|
9324
9324
|
border-color: var(--color-border-warning);
|
|
9325
9325
|
color: var(--color-text-warning) !important;
|
|
9326
9326
|
background-color: var(--color-background-warning);
|
|
9327
9327
|
}
|
|
9328
|
-
.
|
|
9328
|
+
._inputWarning_hyzeo_26:hover {
|
|
9329
9329
|
border-color: var(--color-border-warning-hover) !important;
|
|
9330
9330
|
}
|
|
9331
|
-
.
|
|
9331
|
+
._inputWarning_hyzeo_26:focus {
|
|
9332
9332
|
position: relative;
|
|
9333
9333
|
outline: none !important;
|
|
9334
9334
|
border-color: var(--color-border-focus) !important;
|
|
9335
9335
|
box-shadow: var(--shadow-focus);
|
|
9336
9336
|
z-index: 3;
|
|
9337
9337
|
}
|
|
9338
|
-
.
|
|
9338
|
+
._inputDisabled_hyzeo_61 {
|
|
9339
9339
|
pointer-events: none;
|
|
9340
9340
|
background-color: var(--color-background-disabled);
|
|
9341
9341
|
color: var(--color-text-muted);
|
|
9342
9342
|
box-shadow: none;
|
|
9343
9343
|
}
|
|
9344
|
-
.
|
|
9344
|
+
._hideScrollbars_hyzeo_67 {
|
|
9345
9345
|
/* Firefox */
|
|
9346
9346
|
scrollbar-width: none;
|
|
9347
9347
|
/* IE 10+ */
|
|
9348
9348
|
-ms-overflow-style: none;
|
|
9349
9349
|
/* Chrome, Safari and Opera */
|
|
9350
9350
|
}
|
|
9351
|
-
.
|
|
9351
|
+
._hideScrollbars_hyzeo_67::-webkit-scrollbar {
|
|
9352
9352
|
display: none;
|
|
9353
9353
|
}
|
|
9354
|
-
.
|
|
9354
|
+
._cell_hyzeo_77 a {
|
|
9355
9355
|
cursor: pointer;
|
|
9356
9356
|
color: var(--color-text-primary);
|
|
9357
9357
|
}
|
|
9358
|
-
.
|
|
9358
|
+
._cell_hyzeo_77 a:hover {
|
|
9359
9359
|
color: var(--color-text-primary-hover);
|
|
9360
9360
|
}
|
|
9361
|
-
.
|
|
9361
|
+
._cell_hyzeo_77 a:active {
|
|
9362
9362
|
color: var(--color-text-primary-active);
|
|
9363
9363
|
}
|
|
9364
|
-
.
|
|
9364
|
+
._cell_hyzeo_77 a._disabledLink_hyzeo_87 {
|
|
9365
9365
|
color: var(--color-text-faint) !important;
|
|
9366
9366
|
cursor: default !important;
|
|
9367
9367
|
}
|
|
9368
|
-
.
|
|
9368
|
+
._inputWrapper_hyzeo_91 {
|
|
9369
9369
|
height: 100%;
|
|
9370
9370
|
border-radius: inherit;
|
|
9371
9371
|
}
|
|
9372
|
-
.
|
|
9373
|
-
.
|
|
9374
|
-
.
|
|
9372
|
+
._inputWrapper_hyzeo_91 > span,
|
|
9373
|
+
._inputWrapper_hyzeo_91 > span > span,
|
|
9374
|
+
._inputWrapper_hyzeo_91 > span > span > div {
|
|
9375
9375
|
height: 100%;
|
|
9376
9376
|
border-radius: inherit;
|
|
9377
9377
|
}
|
|
9378
|
-
.
|
|
9379
|
-
.
|
|
9378
|
+
._inputWrapper_hyzeo_91 > div,
|
|
9379
|
+
._inputWrapper_hyzeo_91 > div > span {
|
|
9380
9380
|
height: 100%;
|
|
9381
9381
|
border-radius: inherit;
|
|
9382
9382
|
}
|
|
9383
|
-
.
|
|
9383
|
+
._breakWord_hyzeo_106 {
|
|
9384
9384
|
word-break: break-word;
|
|
9385
9385
|
}
|
|
9386
|
-
.
|
|
9386
|
+
._inputCell_hyzeo_109 {
|
|
9387
9387
|
padding: 0 !important;
|
|
9388
9388
|
}
|
|
9389
|
-
.
|
|
9389
|
+
._sliderCell_hyzeo_112 {
|
|
9390
9390
|
padding-top: 0 !important;
|
|
9391
9391
|
padding-bottom: 0 !important;
|
|
9392
9392
|
}
|
|
9393
|
-
.
|
|
9393
|
+
._staticCell_hyzeo_116 {
|
|
9394
9394
|
padding: 0 !important;
|
|
9395
9395
|
}
|
|
9396
|
-
.
|
|
9396
|
+
._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
9397
9397
|
line-height: 1.25;
|
|
9398
9398
|
min-height: 100%;
|
|
9399
9399
|
padding: var(--padding-input);
|
|
@@ -9402,56 +9402,63 @@ tbody tr {
|
|
|
9402
9402
|
display: flex;
|
|
9403
9403
|
align-items: center;
|
|
9404
9404
|
}
|
|
9405
|
-
tbody .
|
|
9405
|
+
tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
9406
9406
|
background-color: var(--color-background-disabled);
|
|
9407
9407
|
color: var(--color-text-muted);
|
|
9408
9408
|
}
|
|
9409
|
-
.
|
|
9410
|
-
.
|
|
9409
|
+
._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119._error_hyzeo_132,
|
|
9410
|
+
._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119._warning_hyzeo_133 {
|
|
9411
9411
|
border: 1px solid transparent;
|
|
9412
9412
|
}
|
|
9413
|
-
.
|
|
9413
|
+
._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119._error_hyzeo_132 {
|
|
9414
9414
|
background-color: var(--color-background-error);
|
|
9415
9415
|
}
|
|
9416
|
-
.
|
|
9416
|
+
._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119._warning_hyzeo_133 {
|
|
9417
9417
|
background-color: var(--color-background-warning);
|
|
9418
9418
|
}
|
|
9419
|
-
.
|
|
9419
|
+
._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119._unit_hyzeo_142 {
|
|
9420
9420
|
font-weight: normal;
|
|
9421
9421
|
}
|
|
9422
|
-
.
|
|
9422
|
+
._sortingCell_hyzeo_145 ._staticCellContent_hyzeo_119 {
|
|
9423
9423
|
position: relative;
|
|
9424
|
-
padding-right:
|
|
9424
|
+
padding-right: calc(var(--size) + var(--spacing-1)) !important;
|
|
9425
9425
|
cursor: pointer !important;
|
|
9426
9426
|
}
|
|
9427
|
-
.
|
|
9427
|
+
._sortingCell_hyzeo_145 ._staticCellContent_hyzeo_119:hover {
|
|
9428
9428
|
background-color: rgba(0, 0, 0, 0.05) !important;
|
|
9429
9429
|
}
|
|
9430
|
-
.
|
|
9430
|
+
[data-theme='dark'] ._sortingCell_hyzeo_145 ._staticCellContent_hyzeo_119:hover {
|
|
9431
|
+
background-color: rgba(255, 255, 255, 0.1) !important;
|
|
9432
|
+
}
|
|
9433
|
+
._sortingCell_hyzeo_145 ._sortingCellIcon_hyzeo_156 {
|
|
9431
9434
|
font-size: 1.25em;
|
|
9432
9435
|
position: absolute;
|
|
9433
|
-
right: calc(var(--padding-input-x) -
|
|
9436
|
+
right: calc(var(--padding-input-x) - var(--spacing-1));
|
|
9434
9437
|
top: 50%;
|
|
9435
9438
|
transform: translateY(-50%);
|
|
9439
|
+
display: flex;
|
|
9440
|
+
}
|
|
9441
|
+
._sortingCell_hyzeo_145 ._sortingCellIcon_hyzeo_156 > * {
|
|
9442
|
+
display: flex;
|
|
9436
9443
|
}
|
|
9437
|
-
.
|
|
9444
|
+
._icon_hyzeo_167 {
|
|
9438
9445
|
display: inline-flex;
|
|
9439
9446
|
margin-left: var(--spacing-1);
|
|
9440
9447
|
}
|
|
9441
|
-
.
|
|
9448
|
+
._checkBoxCell_hyzeo_171 {
|
|
9442
9449
|
padding-block: 0 !important;
|
|
9443
9450
|
width: var(--size);
|
|
9444
9451
|
}
|
|
9445
|
-
.
|
|
9452
|
+
._iconCell_hyzeo_175 {
|
|
9446
9453
|
width: var(--size);
|
|
9447
9454
|
text-align: center;
|
|
9448
9455
|
padding: 0 !important;
|
|
9449
9456
|
}
|
|
9450
|
-
.
|
|
9457
|
+
._iconCell_hyzeo_175 ._iconWrapper_hyzeo_180 {
|
|
9451
9458
|
display: flex;
|
|
9452
9459
|
justify-content: center;
|
|
9453
9460
|
}
|
|
9454
|
-
.
|
|
9461
|
+
._actionsCell_hyzeo_184 {
|
|
9455
9462
|
width: var(--size-sm);
|
|
9456
9463
|
padding: 0 calc((var(--size) - var(--size-sm)) / 2) !important;
|
|
9457
9464
|
position: sticky;
|
|
@@ -9459,25 +9466,25 @@ tbody ._staticCell_1qou3_116 ._staticCellContent_1qou3_119 {
|
|
|
9459
9466
|
background: inherit;
|
|
9460
9467
|
z-index: 4;
|
|
9461
9468
|
}
|
|
9462
|
-
.
|
|
9469
|
+
._rightAligned_hyzeo_192 {
|
|
9463
9470
|
text-align: right !important;
|
|
9464
9471
|
}
|
|
9465
|
-
.
|
|
9472
|
+
._rightAligned_hyzeo_192 ._staticCellContent_hyzeo_119 {
|
|
9466
9473
|
justify-content: flex-end;
|
|
9467
9474
|
}
|
|
9468
|
-
.
|
|
9475
|
+
._centerAligned_hyzeo_198 {
|
|
9469
9476
|
text-align: center !important;
|
|
9470
9477
|
}
|
|
9471
|
-
.
|
|
9478
|
+
._centerAligned_hyzeo_198 ._staticCellContent_hyzeo_119 {
|
|
9472
9479
|
justify-content: center;
|
|
9473
9480
|
}
|
|
9474
|
-
.
|
|
9481
|
+
._leftAligned_hyzeo_204 {
|
|
9475
9482
|
text-align: left !important;
|
|
9476
9483
|
}
|
|
9477
|
-
.
|
|
9484
|
+
._popover_hyzeo_207 {
|
|
9478
9485
|
padding: var(--padding-input);
|
|
9479
9486
|
}
|
|
9480
|
-
.
|
|
9487
|
+
._disabledPointerEvents_hyzeo_210 {
|
|
9481
9488
|
pointer-events: none;
|
|
9482
9489
|
}
|
|
9483
9490
|
._clickableRow_11d5t_1 {
|
|
@@ -9526,23 +9533,23 @@ tbody ._staticCell_1qou3_116 ._staticCellContent_1qou3_119 {
|
|
|
9526
9533
|
._dragIcon_11d5t_28:active {
|
|
9527
9534
|
color: var(--color-text-primary-active);
|
|
9528
9535
|
}
|
|
9529
|
-
.
|
|
9536
|
+
._tabs_bpi2q_1 {
|
|
9530
9537
|
display: flex;
|
|
9531
9538
|
flex-wrap: wrap;
|
|
9532
9539
|
border-bottom: 1px solid var(--color-border);
|
|
9533
9540
|
flex-shrink: 0;
|
|
9534
9541
|
}
|
|
9535
|
-
.
|
|
9542
|
+
._tabs_bpi2q_1._padding_bpi2q_7 {
|
|
9536
9543
|
padding-left: var(--padding-x);
|
|
9537
9544
|
padding-right: var(--padding-x);
|
|
9538
9545
|
}
|
|
9539
|
-
.
|
|
9546
|
+
._tabs_bpi2q_1._margin_bpi2q_11 {
|
|
9540
9547
|
margin: 1rem 0;
|
|
9541
9548
|
}
|
|
9542
|
-
.
|
|
9543
|
-
padding-top:
|
|
9549
|
+
._contentPadding_bpi2q_14 {
|
|
9550
|
+
padding-top: var(--padding-y);
|
|
9544
9551
|
}
|
|
9545
|
-
.
|
|
9552
|
+
._item_bpi2q_17 {
|
|
9546
9553
|
align-self: flex-end;
|
|
9547
9554
|
display: flex;
|
|
9548
9555
|
align-items: center;
|
|
@@ -9560,36 +9567,36 @@ tbody ._staticCell_1qou3_116 ._staticCellContent_1qou3_119 {
|
|
|
9560
9567
|
color: var(--color-text-primary);
|
|
9561
9568
|
cursor: pointer;
|
|
9562
9569
|
}
|
|
9563
|
-
.
|
|
9570
|
+
._item_bpi2q_17:not(:last-child) {
|
|
9564
9571
|
margin-right: var(--spacing-4);
|
|
9565
9572
|
}
|
|
9566
|
-
.
|
|
9573
|
+
._item_bpi2q_17:hover:not(._active_bpi2q_38) {
|
|
9567
9574
|
color: var(--color-text-primary-hover);
|
|
9568
9575
|
background: rgba(0, 0, 0, 0.025);
|
|
9569
9576
|
}
|
|
9570
|
-
[data-theme='dark'] .
|
|
9577
|
+
[data-theme='dark'] ._item_bpi2q_17:hover:not(._active_bpi2q_38) {
|
|
9571
9578
|
background: rgba(255, 255, 255, 0.1);
|
|
9572
9579
|
}
|
|
9573
|
-
.
|
|
9580
|
+
._item_bpi2q_17:active:not(._active_bpi2q_38) {
|
|
9574
9581
|
color: var(--color-text-primary-active);
|
|
9575
9582
|
background: rgba(0, 0, 0, 0.05);
|
|
9576
9583
|
}
|
|
9577
|
-
[data-theme='dark'] .
|
|
9584
|
+
[data-theme='dark'] ._item_bpi2q_17:active:not(._active_bpi2q_38) {
|
|
9578
9585
|
background: rgba(255, 255, 255, 0.2);
|
|
9579
9586
|
}
|
|
9580
|
-
.
|
|
9587
|
+
._item_bpi2q_17._active_bpi2q_38 {
|
|
9581
9588
|
border-color: var(--color-text);
|
|
9582
9589
|
color: var(--color-text);
|
|
9583
9590
|
cursor: default;
|
|
9584
9591
|
}
|
|
9585
|
-
.
|
|
9592
|
+
._item_bpi2q_17._hidden_bpi2q_57 {
|
|
9586
9593
|
display: none !important;
|
|
9587
9594
|
}
|
|
9588
|
-
.
|
|
9595
|
+
._item_bpi2q_17._disabled_bpi2q_60 {
|
|
9589
9596
|
color: var(--color-text-faint);
|
|
9590
9597
|
pointer-events: none;
|
|
9591
9598
|
}
|
|
9592
|
-
.
|
|
9599
|
+
._item_bpi2q_17._left_bpi2q_64 + ._item_bpi2q_17._right_bpi2q_64 {
|
|
9593
9600
|
margin-left: auto;
|
|
9594
9601
|
}
|
|
9595
9602
|
._inputInTable_hyht1_1 {
|
|
@@ -10439,7 +10446,7 @@ tbody ._staticCell_1qou3_116 ._staticCellContent_1qou3_119 {
|
|
|
10439
10446
|
}
|
|
10440
10447
|
|
|
10441
10448
|
.Toastify__toast .Toastify__toast-body > div > div {
|
|
10442
|
-
padding-right:
|
|
10449
|
+
padding-right: calc(var(--size-sm) + var(--padding-card-x) + var(--spacing-1));
|
|
10443
10450
|
}
|
|
10444
10451
|
|
|
10445
10452
|
/*# sourceMappingURL=toaster.less.map */:root {
|
|
@@ -10563,7 +10570,7 @@ tbody ._staticCell_1qou3_116 ._staticCellContent_1qou3_119 {
|
|
|
10563
10570
|
[data-theme='dark'] {
|
|
10564
10571
|
--color-link-border-hover: var(--color-neutral-600);
|
|
10565
10572
|
}
|
|
10566
|
-
.
|
|
10573
|
+
._topbar_hthqn_7 {
|
|
10567
10574
|
top: 0;
|
|
10568
10575
|
left: 0;
|
|
10569
10576
|
z-index: var(--zindex-topbar);
|
|
@@ -10572,15 +10579,15 @@ tbody ._staticCell_1qou3_116 ._staticCellContent_1qou3_119 {
|
|
|
10572
10579
|
background: var(--color-background-raised);
|
|
10573
10580
|
display: flex;
|
|
10574
10581
|
}
|
|
10575
|
-
.
|
|
10582
|
+
._topbar_hthqn_7._fixed_hthqn_16 {
|
|
10576
10583
|
position: fixed;
|
|
10577
10584
|
}
|
|
10578
10585
|
@media print {
|
|
10579
|
-
.
|
|
10586
|
+
._topbar_hthqn_7 {
|
|
10580
10587
|
display: none !important;
|
|
10581
10588
|
}
|
|
10582
10589
|
}
|
|
10583
|
-
.
|
|
10590
|
+
._appSwitcher_hthqn_24 {
|
|
10584
10591
|
color: white;
|
|
10585
10592
|
display: flex;
|
|
10586
10593
|
align-items: center;
|
|
@@ -10589,22 +10596,22 @@ tbody ._staticCell_1qou3_116 ._staticCellContent_1qou3_119 {
|
|
|
10589
10596
|
background-color: var(--color-neutral-700);
|
|
10590
10597
|
aspect-ratio: 1;
|
|
10591
10598
|
}
|
|
10592
|
-
.
|
|
10599
|
+
._appSwitcher_hthqn_24:hover {
|
|
10593
10600
|
background-color: var(--color-neutral-750);
|
|
10594
10601
|
}
|
|
10595
|
-
.
|
|
10602
|
+
._appSwitcher_hthqn_24:active {
|
|
10596
10603
|
background-color: var(--color-neutral-800);
|
|
10597
10604
|
}
|
|
10598
|
-
[data-theme='dark'] .
|
|
10605
|
+
[data-theme='dark'] ._appSwitcher_hthqn_24 {
|
|
10599
10606
|
background-color: var(--color-neutral-900);
|
|
10600
10607
|
}
|
|
10601
|
-
[data-theme='dark'] .
|
|
10608
|
+
[data-theme='dark'] ._appSwitcher_hthqn_24:hover {
|
|
10602
10609
|
background-color: var(--color-neutral-950);
|
|
10603
10610
|
}
|
|
10604
|
-
[data-theme='dark'] .
|
|
10611
|
+
[data-theme='dark'] ._appSwitcher_hthqn_24:active {
|
|
10605
10612
|
background-color: var(--color-neutral-1000);
|
|
10606
10613
|
}
|
|
10607
|
-
.
|
|
10614
|
+
._title_hthqn_48 {
|
|
10608
10615
|
display: flex;
|
|
10609
10616
|
align-items: center;
|
|
10610
10617
|
justify-content: center;
|
|
@@ -10612,55 +10619,55 @@ tbody ._staticCell_1qou3_116 ._staticCellContent_1qou3_119 {
|
|
|
10612
10619
|
padding: 0;
|
|
10613
10620
|
position: relative;
|
|
10614
10621
|
}
|
|
10615
|
-
.
|
|
10616
|
-
.
|
|
10617
|
-
max-height:
|
|
10622
|
+
._title_hthqn_48 img,
|
|
10623
|
+
._title_hthqn_48 svg {
|
|
10624
|
+
max-height: var(--size-lg);
|
|
10618
10625
|
max-width: 300px;
|
|
10619
10626
|
height: auto;
|
|
10620
10627
|
width: auto;
|
|
10621
10628
|
color: var(--color-text);
|
|
10622
10629
|
}
|
|
10623
|
-
.
|
|
10630
|
+
._title_hthqn_48 ._logo_hthqn_64 {
|
|
10624
10631
|
display: flex;
|
|
10625
10632
|
}
|
|
10626
|
-
.
|
|
10633
|
+
._title_hthqn_48 ._label_hthqn_67 {
|
|
10627
10634
|
color: var(--color-text);
|
|
10628
10635
|
white-space: nowrap;
|
|
10629
10636
|
font-weight: bold;
|
|
10630
10637
|
}
|
|
10631
|
-
.
|
|
10638
|
+
._brand_hthqn_72 {
|
|
10632
10639
|
padding: 0;
|
|
10633
10640
|
position: relative;
|
|
10634
10641
|
flex-shrink: 0;
|
|
10635
10642
|
}
|
|
10636
|
-
.
|
|
10643
|
+
._version_hthqn_77 {
|
|
10637
10644
|
line-height: 1;
|
|
10638
10645
|
position: absolute;
|
|
10639
10646
|
right: 0;
|
|
10640
10647
|
bottom: 100%;
|
|
10641
10648
|
font-size: var(--font-size-xs);
|
|
10642
10649
|
}
|
|
10643
|
-
.
|
|
10644
|
-
.
|
|
10650
|
+
._left_hthqn_84,
|
|
10651
|
+
._right_hthqn_85 {
|
|
10645
10652
|
display: flex;
|
|
10646
10653
|
min-width: 0;
|
|
10647
10654
|
}
|
|
10648
|
-
.
|
|
10655
|
+
._left_hthqn_84 {
|
|
10649
10656
|
gap: var(--spacing-4);
|
|
10650
10657
|
padding-left: var(--spacing-4);
|
|
10651
10658
|
}
|
|
10652
|
-
.
|
|
10659
|
+
._right_hthqn_85 {
|
|
10653
10660
|
margin-left: auto;
|
|
10654
10661
|
flex-shrink: 0;
|
|
10655
10662
|
padding-right: var(--spacing-2);
|
|
10656
10663
|
gap: var(--spacing-2);
|
|
10657
10664
|
}
|
|
10658
|
-
.
|
|
10659
|
-
.
|
|
10665
|
+
._item_hthqn_99,
|
|
10666
|
+
._link_hthqn_100 {
|
|
10660
10667
|
align-items: center;
|
|
10661
10668
|
display: flex;
|
|
10662
10669
|
}
|
|
10663
|
-
.
|
|
10670
|
+
._item_hthqn_99 {
|
|
10664
10671
|
position: relative;
|
|
10665
10672
|
transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
|
|
10666
10673
|
user-select: none;
|
|
@@ -10668,18 +10675,18 @@ tbody ._staticCell_1qou3_116 ._staticCellContent_1qou3_119 {
|
|
|
10668
10675
|
min-width: 0;
|
|
10669
10676
|
max-width: 50vw;
|
|
10670
10677
|
}
|
|
10671
|
-
.
|
|
10672
|
-
.
|
|
10678
|
+
._item_hthqn_99._button_hthqn_112,
|
|
10679
|
+
._item_hthqn_99._menu_hthqn_113 {
|
|
10673
10680
|
flex-shrink: 0;
|
|
10674
10681
|
}
|
|
10675
|
-
.
|
|
10682
|
+
._label_hthqn_67 {
|
|
10676
10683
|
text-overflow: ellipsis;
|
|
10677
10684
|
white-space: nowrap;
|
|
10678
10685
|
overflow: hidden;
|
|
10679
10686
|
display: block;
|
|
10680
10687
|
max-width: 100%;
|
|
10681
10688
|
}
|
|
10682
|
-
.
|
|
10689
|
+
._link_hthqn_100 {
|
|
10683
10690
|
text-decoration: none;
|
|
10684
10691
|
color: var(--color-text-primary);
|
|
10685
10692
|
cursor: pointer;
|
|
@@ -10687,24 +10694,24 @@ tbody ._staticCell_1qou3_116 ._staticCellContent_1qou3_119 {
|
|
|
10687
10694
|
font-weight: bold;
|
|
10688
10695
|
height: 100%;
|
|
10689
10696
|
}
|
|
10690
|
-
.
|
|
10691
|
-
margin-right:
|
|
10697
|
+
._link_hthqn_100 svg {
|
|
10698
|
+
margin-right: var(--spacing-1);
|
|
10692
10699
|
flex-shrink: 0;
|
|
10693
10700
|
}
|
|
10694
|
-
.
|
|
10701
|
+
._link_hthqn_100:hover {
|
|
10695
10702
|
color: var(--color-text-primary-hover);
|
|
10696
10703
|
}
|
|
10697
|
-
.
|
|
10704
|
+
._link_hthqn_100:active {
|
|
10698
10705
|
color: var(--color-text-primary-active);
|
|
10699
10706
|
}
|
|
10700
|
-
.
|
|
10707
|
+
._link_hthqn_100._active_hthqn_141 {
|
|
10701
10708
|
color: var(--color-text);
|
|
10702
10709
|
}
|
|
10703
|
-
.
|
|
10704
|
-
.
|
|
10710
|
+
._link_hthqn_100:hover,
|
|
10711
|
+
._link_hthqn_100._active_hthqn_141 {
|
|
10705
10712
|
background-color: transparent;
|
|
10706
10713
|
}
|
|
10707
|
-
.
|
|
10714
|
+
._link_hthqn_100:after {
|
|
10708
10715
|
content: '';
|
|
10709
10716
|
position: absolute;
|
|
10710
10717
|
left: 0;
|
|
@@ -10712,41 +10719,41 @@ tbody ._staticCell_1qou3_116 ._staticCellContent_1qou3_119 {
|
|
|
10712
10719
|
bottom: 0;
|
|
10713
10720
|
border-bottom: 2px solid transparent;
|
|
10714
10721
|
}
|
|
10715
|
-
.
|
|
10722
|
+
._link_hthqn_100:hover:after {
|
|
10716
10723
|
border-color: var(--color-link-border-hover);
|
|
10717
10724
|
}
|
|
10718
|
-
.
|
|
10725
|
+
._link_hthqn_100._active_hthqn_141:after {
|
|
10719
10726
|
border-color: var(--color-background-primary);
|
|
10720
10727
|
}
|
|
10721
|
-
.
|
|
10728
|
+
._link_hthqn_100[disabled] {
|
|
10722
10729
|
pointer-events: none;
|
|
10723
10730
|
color: var(--color-text-faint);
|
|
10724
10731
|
}
|
|
10725
|
-
.
|
|
10732
|
+
._alert_hthqn_166 {
|
|
10726
10733
|
background-color: var(--color-background-primary);
|
|
10727
10734
|
color: white;
|
|
10728
10735
|
text-align: center;
|
|
10729
10736
|
position: fixed;
|
|
10730
|
-
top:
|
|
10737
|
+
top: var(--size-xl);
|
|
10731
10738
|
left: 0;
|
|
10732
10739
|
right: 0;
|
|
10733
10740
|
z-index: var(--zindex-topbar-alert);
|
|
10734
|
-
padding:
|
|
10741
|
+
padding: var(--padding-card);
|
|
10735
10742
|
}
|
|
10736
|
-
.
|
|
10743
|
+
._popConfirm_1l7dy_1 {
|
|
10737
10744
|
max-width: 350px;
|
|
10738
10745
|
display: flex;
|
|
10739
10746
|
flex-direction: column;
|
|
10740
|
-
gap:
|
|
10747
|
+
gap: var(--padding-x);
|
|
10741
10748
|
}
|
|
10742
|
-
.
|
|
10749
|
+
._content_1l7dy_7 {
|
|
10743
10750
|
max-height: 200px;
|
|
10744
10751
|
word-wrap: break-word;
|
|
10745
10752
|
overflow-y: auto;
|
|
10746
10753
|
}
|
|
10747
|
-
.
|
|
10754
|
+
._buttons_1l7dy_12 {
|
|
10748
10755
|
display: flex;
|
|
10749
|
-
gap:
|
|
10756
|
+
gap: var(--padding-x);
|
|
10750
10757
|
justify-content: center;
|
|
10751
10758
|
}
|
|
10752
10759
|
._tree_7fki0_1 {
|