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