@cloudtower/eagle 0.26.22 → 0.26.24-dry
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/components/Card/CardWrapper.d.ts +1 -1
- package/dist/components/Modal/AsideModal.d.ts +5 -0
- package/dist/components/StatusCapsule/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/StatusCapsule/index.d.ts +8 -0
- package/dist/components.css +162 -73
- package/dist/esm/index.js +844 -737
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +10 -1
- package/dist/style.css +944 -855
- package/dist/umd/index.js +841 -734
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +36 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -28278,6 +28278,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28278
28278
|
/* green */
|
|
28279
28279
|
/* yellow */
|
|
28280
28280
|
/* red */
|
|
28281
|
+
/* purple */
|
|
28281
28282
|
/* palette global token*/
|
|
28282
28283
|
/* color opaque */
|
|
28283
28284
|
/* color transparent */
|
|
@@ -28310,6 +28311,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28310
28311
|
/* dim */
|
|
28311
28312
|
/* box shadow */
|
|
28312
28313
|
/* fisheye */
|
|
28314
|
+
/* z-index */
|
|
28313
28315
|
@keyframes rotate {
|
|
28314
28316
|
from {
|
|
28315
28317
|
transform: rotate(0deg);
|
|
@@ -28331,6 +28333,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28331
28333
|
/* green */
|
|
28332
28334
|
/* yellow */
|
|
28333
28335
|
/* red */
|
|
28336
|
+
/* purple */
|
|
28334
28337
|
/* palette global token*/
|
|
28335
28338
|
/* color opaque */
|
|
28336
28339
|
/* color transparent */
|
|
@@ -28363,6 +28366,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28363
28366
|
/* dim */
|
|
28364
28367
|
/* box shadow */
|
|
28365
28368
|
/* fisheye */
|
|
28369
|
+
/* z-index */
|
|
28366
28370
|
.loading {
|
|
28367
28371
|
width: 64px;
|
|
28368
28372
|
height: 64px;
|
|
@@ -28491,6 +28495,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28491
28495
|
/* green */
|
|
28492
28496
|
/* yellow */
|
|
28493
28497
|
/* red */
|
|
28498
|
+
/* purple */
|
|
28494
28499
|
/* palette global token*/
|
|
28495
28500
|
/* color opaque */
|
|
28496
28501
|
/* color transparent */
|
|
@@ -28523,6 +28528,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28523
28528
|
/* dim */
|
|
28524
28529
|
/* box shadow */
|
|
28525
28530
|
/* fisheye */
|
|
28531
|
+
/* z-index */
|
|
28526
28532
|
.ant-dropdown,
|
|
28527
28533
|
.ant-dropdown-menu-submenu {
|
|
28528
28534
|
background: #fff;
|
|
@@ -28712,6 +28718,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28712
28718
|
/* green */
|
|
28713
28719
|
/* yellow */
|
|
28714
28720
|
/* red */
|
|
28721
|
+
/* purple */
|
|
28715
28722
|
/* palette global token*/
|
|
28716
28723
|
/* color opaque */
|
|
28717
28724
|
/* color transparent */
|
|
@@ -28744,6 +28751,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28744
28751
|
/* dim */
|
|
28745
28752
|
/* box shadow */
|
|
28746
28753
|
/* fisheye */
|
|
28754
|
+
/* z-index */
|
|
28747
28755
|
.ant-dropdown,
|
|
28748
28756
|
.ant-dropdown-menu-submenu {
|
|
28749
28757
|
background: #fff;
|
|
@@ -29919,284 +29927,385 @@ html body {
|
|
|
29919
29927
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29920
29928
|
}
|
|
29921
29929
|
}
|
|
29922
|
-
.
|
|
29923
|
-
|
|
29924
|
-
line-height: 18px;
|
|
29925
|
-
padding: 0 4px;
|
|
29926
|
-
border-radius: 4px;
|
|
29927
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29928
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29929
|
-
display: flex;
|
|
29930
|
-
align-items: center;
|
|
29931
|
-
white-space: nowrap;
|
|
29932
|
-
margin-right: 4px;
|
|
29930
|
+
.bpq0js6 {
|
|
29931
|
+
padding: 4px 11px;
|
|
29933
29932
|
}
|
|
29934
29933
|
|
|
29935
|
-
.
|
|
29936
|
-
|
|
29934
|
+
.b15sn34c {
|
|
29935
|
+
white-space: nowrap;
|
|
29936
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29937
29937
|
}
|
|
29938
|
-
|
|
29939
|
-
|
|
29940
|
-
visibility: hidden;
|
|
29941
|
-
position: absolute;
|
|
29938
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29939
|
+
--color: #0080ff;
|
|
29942
29940
|
}
|
|
29943
|
-
|
|
29944
|
-
|
|
29945
|
-
display: flex;
|
|
29946
|
-
justify-content: space-between;
|
|
29947
|
-
align-items: center;
|
|
29948
|
-
padding: 10px 0;
|
|
29949
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29950
|
-
font-size: 12px;
|
|
29951
|
-
line-height: 24px;
|
|
29941
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29942
|
+
--color: #0080ff;
|
|
29952
29943
|
}
|
|
29953
|
-
.
|
|
29954
|
-
|
|
29944
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29945
|
+
margin-left: 1px;
|
|
29955
29946
|
}
|
|
29956
|
-
.
|
|
29957
|
-
|
|
29958
|
-
|
|
29959
|
-
border-radius: 6px;
|
|
29960
|
-
cursor: pointer;
|
|
29961
|
-
transition: all 0.3s ease;
|
|
29947
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29948
|
+
border-top-right-radius: 0;
|
|
29949
|
+
border-bottom-right-radius: 0;
|
|
29962
29950
|
}
|
|
29963
|
-
.
|
|
29964
|
-
|
|
29965
|
-
|
|
29951
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29952
|
+
border-top-left-radius: 0;
|
|
29953
|
+
border-bottom-left-radius: 0;
|
|
29966
29954
|
}
|
|
29967
|
-
.
|
|
29968
|
-
|
|
29955
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29956
|
+
border-radius: unset;
|
|
29969
29957
|
}
|
|
29970
|
-
|
|
29971
|
-
|
|
29972
|
-
|
|
29973
|
-
color: #0080ff;
|
|
29974
|
-
font-weight: bold;
|
|
29958
|
+
|
|
29959
|
+
.buj61ew.ant-btn-icon-only {
|
|
29960
|
+
justify-content: center;
|
|
29975
29961
|
}
|
|
29976
|
-
.
|
|
29977
|
-
|
|
29962
|
+
.buj61ew.ant-btn.ant-btn-link {
|
|
29963
|
+
padding: 0;
|
|
29978
29964
|
}
|
|
29979
|
-
.
|
|
29980
|
-
|
|
29981
|
-
|
|
29965
|
+
.buj61ew.ant-btn {
|
|
29966
|
+
padding: 5px 12px;
|
|
29967
|
+
height: 32px;
|
|
29968
|
+
border-radius: 6px;
|
|
29969
|
+
line-height: 22px;
|
|
29970
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
29971
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
29982
29972
|
}
|
|
29983
|
-
.
|
|
29984
|
-
|
|
29985
|
-
|
|
29973
|
+
.buj61ew.ant-btn.ant-btn-lg {
|
|
29974
|
+
height: 40px;
|
|
29975
|
+
line-height: 24px;
|
|
29976
|
+
padding: 8px 16px;
|
|
29986
29977
|
}
|
|
29987
|
-
.
|
|
29988
|
-
|
|
29978
|
+
.buj61ew.ant-btn.ant-btn-sm {
|
|
29979
|
+
padding: 2px 8px;
|
|
29980
|
+
height: 24px;
|
|
29981
|
+
line-height: 20px;
|
|
29989
29982
|
}
|
|
29990
|
-
|
|
29991
|
-
|
|
29992
|
-
max-height: calc(100vh - 128px);
|
|
29993
|
-
overflow-y: auto;
|
|
29983
|
+
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
29984
|
+
border-radius: 50%;
|
|
29994
29985
|
}
|
|
29995
|
-
.
|
|
29996
|
-
|
|
29997
|
-
font-
|
|
29998
|
-
|
|
29986
|
+
.buj61ew.ant-btn.ant-btn-primary, .buj61ew.ant-btn.ant-btn-secondary, .buj61ew.ant-btn.ant-btn-tertiary, .buj61ew.ant-btn.ant-btn-ordinary, .buj61ew.ant-btn.ant-btn-ordinary-onTint, .buj61ew.ant-btn.ant-btn-quiet {
|
|
29987
|
+
color: var(--color, #06101f);
|
|
29988
|
+
font-weight: var(--font-weight);
|
|
29989
|
+
background: var(--background-color, #fff);
|
|
29990
|
+
border-width: var(--border-width, 1px);
|
|
29991
|
+
border-color: var(--border-color, #d9d9d9);
|
|
29999
29992
|
}
|
|
30000
|
-
|
|
30001
|
-
|
|
30002
|
-
display: inline-flex;
|
|
30003
|
-
align-items: baseline;
|
|
30004
|
-
white-space: pre-wrap;
|
|
29993
|
+
.buj61ew.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
29994
|
+
display: none;
|
|
30005
29995
|
}
|
|
30006
|
-
.
|
|
30007
|
-
|
|
30008
|
-
top: 3px;
|
|
29996
|
+
.buj61ew.ant-btn.ant-btn-primary .anticon, .buj61ew.ant-btn.ant-btn-secondary .anticon, .buj61ew.ant-btn.ant-btn-tertiary .anticon, .buj61ew.ant-btn.ant-btn-ordinary .anticon, .buj61ew.ant-btn.ant-btn-ordinary-onTint .anticon, .buj61ew.ant-btn.ant-btn-quiet .anticon {
|
|
29997
|
+
color: var(--color, inherit);
|
|
30009
29998
|
}
|
|
30010
|
-
.
|
|
30011
|
-
|
|
29999
|
+
.buj61ew.ant-btn.ant-btn-primary:hover, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-secondary:hover, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-tertiary:hover, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary:hover, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-quiet:hover, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
30000
|
+
background: var(--background-color-hover, var(--background-color));
|
|
30001
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30012
30002
|
}
|
|
30013
|
-
.
|
|
30014
|
-
|
|
30003
|
+
.buj61ew.ant-btn.ant-btn-primary:active, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-secondary:active, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-tertiary:active, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary:active, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary-onTint:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-quiet:active, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
30004
|
+
--scale: 1;
|
|
30005
|
+
--transY: 1px;
|
|
30006
|
+
background: var(--background-color-active, var(--background-color));
|
|
30007
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30015
30008
|
}
|
|
30016
|
-
.
|
|
30017
|
-
|
|
30018
|
-
|
|
30009
|
+
.buj61ew.ant-btn.ant-btn-primary:focus, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-secondary:focus, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-tertiary:focus, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary:focus, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-quiet:focus, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
30010
|
+
background: var(--background-color-focus, var(--background-color));
|
|
30011
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30012
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30019
30013
|
}
|
|
30020
|
-
.
|
|
30021
|
-
|
|
30022
|
-
|
|
30023
|
-
|
|
30024
|
-
|
|
30025
|
-
background: #fff;
|
|
30014
|
+
.buj61ew.ant-btn.ant-btn-primary[disabled], .buj61ew.ant-btn.ant-btn-primary[disabled]:hover, .buj61ew.ant-btn.ant-btn-primary[disabled]:focus, .buj61ew.ant-btn.ant-btn-primary[disabled]:active, .buj61ew.ant-btn.ant-btn-secondary[disabled], .buj61ew.ant-btn.ant-btn-secondary[disabled]:hover, .buj61ew.ant-btn.ant-btn-secondary[disabled]:focus, .buj61ew.ant-btn.ant-btn-secondary[disabled]:active, .buj61ew.ant-btn.ant-btn-tertiary[disabled], .buj61ew.ant-btn.ant-btn-tertiary[disabled]:hover, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:focus, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary[disabled], .buj61ew.ant-btn.ant-btn-ordinary[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled], .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .buj61ew.ant-btn.ant-btn-quiet[disabled], .buj61ew.ant-btn.ant-btn-quiet[disabled]:hover, .buj61ew.ant-btn.ant-btn-quiet[disabled]:focus, .buj61ew.ant-btn.ant-btn-quiet[disabled]:active {
|
|
30015
|
+
color: var(--color-disabled, var(--color));
|
|
30016
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
30017
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30018
|
+
opacity: 0.5;
|
|
30026
30019
|
}
|
|
30027
|
-
.
|
|
30020
|
+
.buj61ew.ant-btn-link[disabled] {
|
|
30021
|
+
color: #0080ff;
|
|
30028
30022
|
opacity: 0.5;
|
|
30029
30023
|
}
|
|
30030
|
-
.
|
|
30031
|
-
|
|
30032
|
-
|
|
30024
|
+
.buj61ew.ant-btn-primary {
|
|
30025
|
+
--color: #fff;
|
|
30026
|
+
--font-weight: bold;
|
|
30027
|
+
--border-width: 0;
|
|
30028
|
+
--background-color: #0080ff;
|
|
30029
|
+
--background-color-hover: #009dff;
|
|
30030
|
+
--background-color-active: #005ed1;
|
|
30031
|
+
--background-color-focus: #0080ff;
|
|
30032
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30033
30033
|
}
|
|
30034
|
-
.
|
|
30035
|
-
background: #
|
|
30034
|
+
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
30035
|
+
--background-color: #f0483e;
|
|
30036
|
+
--background-color-hover: #ff5252;
|
|
30037
|
+
--background-color-active: #c73d31;
|
|
30038
|
+
--background-color-focus: #ff5252;
|
|
30039
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30036
30040
|
}
|
|
30037
|
-
.
|
|
30038
|
-
color: #
|
|
30039
|
-
|
|
30041
|
+
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
30042
|
+
--background-color: #fea008;
|
|
30043
|
+
--background-color-hover: #feba33;
|
|
30044
|
+
--background-color-active: #e07f00;
|
|
30045
|
+
--background-color-focus: #fea008;
|
|
30040
30046
|
}
|
|
30041
|
-
.
|
|
30042
|
-
color: #
|
|
30047
|
+
.buj61ew.ant-btn-secondary {
|
|
30048
|
+
--color: #0080ff;
|
|
30049
|
+
--font-weight: bold;
|
|
30050
|
+
--border-width: 0;
|
|
30051
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
30052
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30053
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30054
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
30055
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30043
30056
|
}
|
|
30044
|
-
.
|
|
30045
|
-
|
|
30046
|
-
|
|
30047
|
-
|
|
30057
|
+
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
30058
|
+
--color: #f0483e;
|
|
30059
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
30060
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30061
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30062
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
30063
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30048
30064
|
}
|
|
30049
|
-
.
|
|
30050
|
-
|
|
30051
|
-
|
|
30052
|
-
color: rgba(
|
|
30065
|
+
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
30066
|
+
--color: #fea008;
|
|
30067
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
30068
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
30069
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
30070
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
30053
30071
|
}
|
|
30054
|
-
.
|
|
30055
|
-
|
|
30072
|
+
.buj61ew.ant-btn-tertiary {
|
|
30073
|
+
--color: #0080ff;
|
|
30074
|
+
--font-weight: bold;
|
|
30075
|
+
--border-width: 0;
|
|
30076
|
+
--background-color: #fff;
|
|
30077
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30078
|
+
box-shadow: none;
|
|
30056
30079
|
}
|
|
30057
|
-
|
|
30058
|
-
|
|
30059
|
-
border-radius: 5px 0 0 5px;
|
|
30080
|
+
.buj61ew.ant-btn-tertiary:not([disabled]):hover, .buj61ew.ant-btn-tertiary:not([disabled]):active, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary:not(:focus):hover, .buj61ew.ant-btn-tertiary:not(:focus):active, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-active {
|
|
30081
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30060
30082
|
}
|
|
30061
|
-
.
|
|
30062
|
-
|
|
30083
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
30084
|
+
--color: #f0483e;
|
|
30085
|
+
--background-color: #fff;
|
|
30086
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30063
30087
|
}
|
|
30064
|
-
|
|
30065
|
-
.
|
|
30066
|
-
color: #00122e;
|
|
30067
|
-
border-color: #ccd4e3;
|
|
30088
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
|
|
30089
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
30068
30090
|
}
|
|
30069
|
-
.
|
|
30070
|
-
|
|
30091
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
30092
|
+
--color: #fea008;
|
|
30093
|
+
--background-color: #fff;
|
|
30071
30094
|
}
|
|
30072
|
-
.
|
|
30073
|
-
|
|
30074
|
-
line-height: 32px;
|
|
30075
|
-
height: 32px;
|
|
30095
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
|
|
30096
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
30076
30097
|
}
|
|
30077
|
-
.
|
|
30078
|
-
|
|
30098
|
+
.buj61ew.ant-btn-ordinary {
|
|
30099
|
+
--color: #1d326c;
|
|
30100
|
+
--border-color: #ccd4e3;
|
|
30101
|
+
--background-color: #fff;
|
|
30102
|
+
--background-color-hover: #edf0f7;
|
|
30103
|
+
--background-color-active: #e4e9f2;
|
|
30104
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30105
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30079
30106
|
}
|
|
30080
|
-
.ant-
|
|
30081
|
-
|
|
30082
|
-
padding: 0 7px;
|
|
30083
|
-
line-height: 20px;
|
|
30107
|
+
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
30108
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30084
30109
|
}
|
|
30085
|
-
.
|
|
30086
|
-
|
|
30110
|
+
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
30111
|
+
--color: #0080ff;
|
|
30112
|
+
--border-color: #0080ff;
|
|
30113
|
+
--background-color: #fff;
|
|
30114
|
+
--background-color-hover: linear-gradient(
|
|
30115
|
+
0deg,
|
|
30116
|
+
rgba(0, 136, 255, 0.16),
|
|
30117
|
+
rgba(0, 136, 255, 0.16)
|
|
30118
|
+
),
|
|
30119
|
+
#ffffff;
|
|
30120
|
+
--background-color-active: linear-gradient(
|
|
30121
|
+
0deg,
|
|
30122
|
+
rgba(0, 136, 255, 0.2),
|
|
30123
|
+
rgba(0, 136, 255, 0.2)
|
|
30124
|
+
),
|
|
30125
|
+
#ffffff;
|
|
30126
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30127
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30087
30128
|
}
|
|
30088
|
-
.
|
|
30089
|
-
|
|
30129
|
+
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
30130
|
+
--color: #f0483e;
|
|
30131
|
+
--border-color: #f0483e;
|
|
30132
|
+
--background-color: #fff;
|
|
30133
|
+
--background-color-hover: linear-gradient(
|
|
30134
|
+
0deg,
|
|
30135
|
+
rgba(255, 74, 74, 0.16),
|
|
30136
|
+
rgba(255, 74, 74, 0.16)
|
|
30137
|
+
),
|
|
30138
|
+
#ffffff;
|
|
30139
|
+
--background-color-active: linear-gradient(
|
|
30140
|
+
0deg,
|
|
30141
|
+
rgba(255, 74, 74, 0.2),
|
|
30142
|
+
rgba(255, 74, 74, 0.2)
|
|
30143
|
+
),
|
|
30144
|
+
#ffffff;
|
|
30145
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30090
30146
|
}
|
|
30091
|
-
.
|
|
30092
|
-
|
|
30093
|
-
|
|
30147
|
+
.buj61ew.ant-btn-ordinary-onTint {
|
|
30148
|
+
--color: #1d326c;
|
|
30149
|
+
--border-color: #fff;
|
|
30150
|
+
--background-color: #fff;
|
|
30151
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30152
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30153
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30154
|
+
box-shadow: none;
|
|
30094
30155
|
}
|
|
30095
|
-
.
|
|
30096
|
-
|
|
30156
|
+
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
30157
|
+
--color: #0080ff;
|
|
30158
|
+
--border-color: #fff;
|
|
30159
|
+
--background-color: #fff;
|
|
30160
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30161
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30162
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30163
|
+
box-shadow: none;
|
|
30097
30164
|
}
|
|
30098
|
-
.
|
|
30099
|
-
|
|
30165
|
+
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
30166
|
+
--color: #f0483e;
|
|
30167
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30168
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30169
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30100
30170
|
}
|
|
30101
|
-
.
|
|
30102
|
-
|
|
30171
|
+
.buj61ew.ant-btn-quiet {
|
|
30172
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
30173
|
+
--border-width: 0;
|
|
30174
|
+
--background-color: transparent;
|
|
30175
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30176
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30177
|
+
--background-color-focus: #fff;
|
|
30178
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30179
|
+
box-shadow: none;
|
|
30103
30180
|
}
|
|
30104
|
-
.
|
|
30105
|
-
|
|
30106
|
-
|
|
30107
|
-
|
|
30181
|
+
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
30182
|
+
--color: #f0483e;
|
|
30183
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30184
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30185
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30108
30186
|
}
|
|
30109
|
-
.
|
|
30110
|
-
color: #
|
|
30111
|
-
|
|
30187
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
30188
|
+
--color: #0080ff;
|
|
30189
|
+
--background-color: transparent;
|
|
30190
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30191
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30192
|
+
--background-color-focus: #fff;
|
|
30193
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30112
30194
|
}
|
|
30113
|
-
.
|
|
30114
|
-
|
|
30115
|
-
|
|
30116
|
-
|
|
30195
|
+
.buj61ew.has-icon {
|
|
30196
|
+
display: inline-flex;
|
|
30197
|
+
align-items: center;
|
|
30198
|
+
justify-content: center;
|
|
30117
30199
|
}
|
|
30118
|
-
.
|
|
30200
|
+
.buj61ew .button-prefix-icon {
|
|
30119
30201
|
margin-right: 8px;
|
|
30120
|
-
display: inline;
|
|
30121
|
-
border: none;
|
|
30122
|
-
padding: 0;
|
|
30123
|
-
width: 36px;
|
|
30124
|
-
background: transparent;
|
|
30202
|
+
display: inline-flex;
|
|
30125
30203
|
}
|
|
30126
|
-
.
|
|
30127
|
-
|
|
30204
|
+
.buj61ew .button-suffix-icon {
|
|
30205
|
+
margin-left: 8px;
|
|
30206
|
+
display: inline-flex;
|
|
30128
30207
|
}
|
|
30129
|
-
.
|
|
30130
|
-
|
|
30131
|
-
|
|
30132
|
-
box-shadow: none;
|
|
30208
|
+
.buj61ew .icon-wrapper {
|
|
30209
|
+
display: flex;
|
|
30210
|
+
justify-content: center;
|
|
30133
30211
|
}
|
|
30134
|
-
|
|
30135
|
-
|
|
30212
|
+
|
|
30213
|
+
.nchllas {
|
|
30214
|
+
padding: 0;
|
|
30136
30215
|
}
|
|
30137
|
-
|
|
30138
|
-
|
|
30216
|
+
|
|
30217
|
+
.fde5mpd {
|
|
30218
|
+
width: 100%;
|
|
30219
|
+
height: 100%;
|
|
30220
|
+
min-height: 124px;
|
|
30221
|
+
display: flex;
|
|
30222
|
+
flex-direction: column;
|
|
30223
|
+
justify-content: center;
|
|
30224
|
+
align-items: center;
|
|
30139
30225
|
}
|
|
30140
|
-
.
|
|
30141
|
-
|
|
30142
|
-
margin-
|
|
30143
|
-
|
|
30144
|
-
width: 36px;
|
|
30226
|
+
.fde5mpd .error-text {
|
|
30227
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30228
|
+
margin-bottom: 16px;
|
|
30229
|
+
font-size: 18px;
|
|
30145
30230
|
}
|
|
30146
30231
|
|
|
30147
|
-
.
|
|
30148
|
-
|
|
30149
|
-
height:
|
|
30150
|
-
|
|
30151
|
-
|
|
30232
|
+
.iap75of {
|
|
30233
|
+
height: 18px;
|
|
30234
|
+
line-height: 18px;
|
|
30235
|
+
padding: 0 4px;
|
|
30236
|
+
border-radius: 4px;
|
|
30237
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30238
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30239
|
+
display: flex;
|
|
30240
|
+
align-items: center;
|
|
30241
|
+
white-space: nowrap;
|
|
30242
|
+
margin-right: 4px;
|
|
30152
30243
|
}
|
|
30153
|
-
|
|
30154
|
-
|
|
30244
|
+
|
|
30245
|
+
.obf05yr {
|
|
30246
|
+
display: inline-block;
|
|
30155
30247
|
}
|
|
30156
|
-
|
|
30157
|
-
|
|
30158
|
-
|
|
30248
|
+
|
|
30249
|
+
.hsms1n6 {
|
|
30250
|
+
visibility: hidden;
|
|
30251
|
+
position: absolute;
|
|
30159
30252
|
}
|
|
30160
|
-
|
|
30161
|
-
|
|
30162
|
-
|
|
30253
|
+
|
|
30254
|
+
.p12gwtiw {
|
|
30255
|
+
display: flex;
|
|
30256
|
+
justify-content: space-between;
|
|
30257
|
+
align-items: center;
|
|
30258
|
+
padding: 10px 0;
|
|
30259
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30260
|
+
font-size: 12px;
|
|
30261
|
+
line-height: 24px;
|
|
30163
30262
|
}
|
|
30164
|
-
.
|
|
30165
|
-
|
|
30166
|
-
width: 20px;
|
|
30263
|
+
.p12gwtiw .pagination-left {
|
|
30264
|
+
padding: 2px 8px;
|
|
30167
30265
|
}
|
|
30168
|
-
.
|
|
30169
|
-
|
|
30170
|
-
|
|
30266
|
+
.p12gwtiw .dropdown-trigger {
|
|
30267
|
+
display: flex;
|
|
30268
|
+
align-items: center;
|
|
30269
|
+
border-radius: 6px;
|
|
30270
|
+
cursor: pointer;
|
|
30271
|
+
transition: all 0.3s ease;
|
|
30171
30272
|
}
|
|
30172
|
-
.
|
|
30173
|
-
|
|
30174
|
-
|
|
30175
|
-
top: 1px;
|
|
30176
|
-
left: 1px;
|
|
30273
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30274
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30275
|
+
color: #0080ff;
|
|
30177
30276
|
}
|
|
30178
|
-
.
|
|
30179
|
-
|
|
30180
|
-
width: 28px;
|
|
30277
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30278
|
+
margin-left: 4px;
|
|
30181
30279
|
}
|
|
30182
|
-
.
|
|
30183
|
-
|
|
30280
|
+
.p12gwtiw .pagination-right {
|
|
30281
|
+
display: flex;
|
|
30282
|
+
align-items: center;
|
|
30283
|
+
color: #0080ff;
|
|
30284
|
+
font-weight: bold;
|
|
30184
30285
|
}
|
|
30185
|
-
.
|
|
30186
|
-
|
|
30286
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30287
|
+
margin-left: 4px;
|
|
30187
30288
|
}
|
|
30188
|
-
.
|
|
30189
|
-
|
|
30289
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30290
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30291
|
+
padding: 0 8px;
|
|
30190
30292
|
}
|
|
30191
|
-
.
|
|
30192
|
-
|
|
30293
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30294
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30295
|
+
color: #0080ff;
|
|
30193
30296
|
}
|
|
30194
|
-
.
|
|
30195
|
-
|
|
30297
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30298
|
+
transform: rotate(180deg);
|
|
30196
30299
|
}
|
|
30197
30300
|
|
|
30198
|
-
.
|
|
30199
|
-
|
|
30301
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30302
|
+
max-height: calc(100vh - 128px);
|
|
30303
|
+
overflow-y: auto;
|
|
30304
|
+
}
|
|
30305
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30306
|
+
padding: 4px 20px;
|
|
30307
|
+
font-size: 12px;
|
|
30308
|
+
line-height: 18px;
|
|
30200
30309
|
}
|
|
30201
30310
|
|
|
30202
30311
|
.i1mrf09m {
|
|
@@ -30217,306 +30326,205 @@ html body {
|
|
|
30217
30326
|
animation: rotate 680ms linear infinite;
|
|
30218
30327
|
}
|
|
30219
30328
|
|
|
30220
|
-
.
|
|
30221
|
-
|
|
30222
|
-
|
|
30223
|
-
|
|
30224
|
-
display: flex;
|
|
30225
|
-
flex-direction: column;
|
|
30226
|
-
justify-content: center;
|
|
30227
|
-
align-items: center;
|
|
30329
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30330
|
+
display: inline-flex;
|
|
30331
|
+
align-items: baseline;
|
|
30332
|
+
white-space: pre-wrap;
|
|
30228
30333
|
}
|
|
30229
|
-
.
|
|
30230
|
-
|
|
30231
|
-
|
|
30232
|
-
font-size: 18px;
|
|
30334
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30335
|
+
position: relative;
|
|
30336
|
+
top: 3px;
|
|
30233
30337
|
}
|
|
30234
|
-
|
|
30235
|
-
.
|
|
30236
|
-
padding: 4px 11px;
|
|
30338
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30339
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30237
30340
|
}
|
|
30238
|
-
|
|
30239
|
-
|
|
30240
|
-
white-space: nowrap;
|
|
30241
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30341
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30342
|
+
border-color: #0080ff;
|
|
30242
30343
|
}
|
|
30243
|
-
.
|
|
30244
|
-
|
|
30344
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30345
|
+
border-color: #0080ff;
|
|
30346
|
+
background: #0080ff;
|
|
30245
30347
|
}
|
|
30246
|
-
.
|
|
30247
|
-
|
|
30348
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30349
|
+
top: 4px;
|
|
30350
|
+
left: 4px;
|
|
30351
|
+
width: 6px;
|
|
30352
|
+
height: 6px;
|
|
30353
|
+
background: #fff;
|
|
30248
30354
|
}
|
|
30249
|
-
.
|
|
30250
|
-
|
|
30355
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30356
|
+
opacity: 0.5;
|
|
30251
30357
|
}
|
|
30252
|
-
.
|
|
30253
|
-
border-
|
|
30254
|
-
|
|
30358
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30359
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30360
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30255
30361
|
}
|
|
30256
|
-
.
|
|
30257
|
-
|
|
30258
|
-
border-bottom-left-radius: 0;
|
|
30362
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30363
|
+
background: #00122e;
|
|
30259
30364
|
}
|
|
30260
|
-
.
|
|
30261
|
-
|
|
30365
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30366
|
+
color: #00122e;
|
|
30367
|
+
opacity: 0.5;
|
|
30262
30368
|
}
|
|
30263
|
-
|
|
30264
|
-
|
|
30265
|
-
justify-content: center;
|
|
30369
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30370
|
+
color: #00122e;
|
|
30266
30371
|
}
|
|
30267
|
-
.
|
|
30372
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30373
|
+
display: inline-block;
|
|
30268
30374
|
padding: 0;
|
|
30375
|
+
padding-left: 12px;
|
|
30269
30376
|
}
|
|
30270
|
-
.
|
|
30271
|
-
|
|
30272
|
-
|
|
30273
|
-
|
|
30274
|
-
line-height: 22px;
|
|
30275
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30276
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30377
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30378
|
+
margin-bottom: 0;
|
|
30379
|
+
white-space: pre-wrap;
|
|
30380
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30277
30381
|
}
|
|
30278
|
-
.
|
|
30279
|
-
|
|
30280
|
-
line-height: 24px;
|
|
30281
|
-
padding: 8px 16px;
|
|
30382
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30383
|
+
padding-left: 8px;
|
|
30282
30384
|
}
|
|
30283
|
-
|
|
30284
|
-
|
|
30285
|
-
|
|
30286
|
-
line-height: 20px;
|
|
30385
|
+
|
|
30386
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30387
|
+
border-radius: 5px 0 0 5px;
|
|
30287
30388
|
}
|
|
30288
|
-
.
|
|
30289
|
-
border-radius:
|
|
30389
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30390
|
+
border-radius: 0 5px 5px 0;
|
|
30290
30391
|
}
|
|
30291
|
-
|
|
30292
|
-
|
|
30293
|
-
|
|
30294
|
-
|
|
30295
|
-
border-width: var(--border-width, 1px);
|
|
30296
|
-
border-color: var(--border-color, #d9d9d9);
|
|
30392
|
+
|
|
30393
|
+
.r1f0aqcc {
|
|
30394
|
+
color: #00122e;
|
|
30395
|
+
border-color: #ccd4e3;
|
|
30297
30396
|
}
|
|
30298
|
-
.
|
|
30299
|
-
|
|
30397
|
+
.r1f0aqcc:first-child {
|
|
30398
|
+
border-color: #a3b4cc;
|
|
30300
30399
|
}
|
|
30301
|
-
.
|
|
30302
|
-
|
|
30400
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30401
|
+
padding: 0 12px;
|
|
30402
|
+
line-height: 32px;
|
|
30403
|
+
height: 32px;
|
|
30303
30404
|
}
|
|
30304
|
-
.
|
|
30305
|
-
|
|
30306
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30405
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30406
|
+
white-space: nowrap;
|
|
30307
30407
|
}
|
|
30308
|
-
.
|
|
30309
|
-
|
|
30310
|
-
|
|
30311
|
-
|
|
30312
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30408
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30409
|
+
height: 22px;
|
|
30410
|
+
padding: 0 7px;
|
|
30411
|
+
line-height: 20px;
|
|
30313
30412
|
}
|
|
30314
|
-
.
|
|
30315
|
-
background:
|
|
30316
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30317
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30413
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30414
|
+
background: #ccd4e3;
|
|
30318
30415
|
}
|
|
30319
|
-
.
|
|
30320
|
-
|
|
30321
|
-
background: var(--background-color-disabled, var(--background-color));
|
|
30322
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30323
|
-
opacity: 0.5;
|
|
30416
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30417
|
+
background: #0080ff;
|
|
30324
30418
|
}
|
|
30325
|
-
.
|
|
30326
|
-
|
|
30419
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30420
|
+
background: #ccd4e3;
|
|
30327
30421
|
opacity: 0.5;
|
|
30328
30422
|
}
|
|
30329
|
-
.
|
|
30330
|
-
|
|
30331
|
-
--font-weight: bold;
|
|
30332
|
-
--border-width: 0;
|
|
30333
|
-
--background-color: #0080ff;
|
|
30334
|
-
--background-color-hover: #009dff;
|
|
30335
|
-
--background-color-active: #005ed1;
|
|
30336
|
-
--background-color-focus: #0080ff;
|
|
30337
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30338
|
-
}
|
|
30339
|
-
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
30340
|
-
--background-color: #f0483e;
|
|
30341
|
-
--background-color-hover: #ff5252;
|
|
30342
|
-
--background-color-active: #c73d31;
|
|
30343
|
-
--background-color-focus: #ff5252;
|
|
30344
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30345
|
-
}
|
|
30346
|
-
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
30347
|
-
--background-color: #fea008;
|
|
30348
|
-
--background-color-hover: #feba33;
|
|
30349
|
-
--background-color-active: #e07f00;
|
|
30350
|
-
--background-color-focus: #fea008;
|
|
30423
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30424
|
+
border-right-color: #0080ff;
|
|
30351
30425
|
}
|
|
30352
|
-
.
|
|
30353
|
-
|
|
30354
|
-
--font-weight: bold;
|
|
30355
|
-
--border-width: 0;
|
|
30356
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
30357
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30358
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30359
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
30360
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30426
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30427
|
+
border-color: #0080ff;
|
|
30361
30428
|
}
|
|
30362
|
-
.
|
|
30363
|
-
|
|
30364
|
-
--background-color: rgba(255, 74, 74, 0.1);
|
|
30365
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30366
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30367
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
30368
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30429
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30430
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30369
30431
|
}
|
|
30370
|
-
.
|
|
30371
|
-
|
|
30372
|
-
|
|
30373
|
-
|
|
30374
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
30375
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
30432
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30433
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30434
|
+
border-color: #ccd4e3;
|
|
30435
|
+
opacity: 0.5;
|
|
30376
30436
|
}
|
|
30377
|
-
.
|
|
30378
|
-
|
|
30379
|
-
|
|
30380
|
-
--border-width: 0;
|
|
30381
|
-
--background-color: #fff;
|
|
30382
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30383
|
-
box-shadow: none;
|
|
30437
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30438
|
+
color: #00122e;
|
|
30439
|
+
border-color: #ccd4e3;
|
|
30384
30440
|
}
|
|
30385
|
-
.
|
|
30386
|
-
|
|
30441
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30442
|
+
color: #00122e;
|
|
30443
|
+
border-color: #ccd4e3;
|
|
30444
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30387
30445
|
}
|
|
30388
|
-
.
|
|
30389
|
-
|
|
30390
|
-
|
|
30391
|
-
|
|
30446
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30447
|
+
margin-right: 8px;
|
|
30448
|
+
display: inline;
|
|
30449
|
+
border: none;
|
|
30450
|
+
padding: 0;
|
|
30451
|
+
width: 36px;
|
|
30452
|
+
background: transparent;
|
|
30392
30453
|
}
|
|
30393
|
-
.
|
|
30394
|
-
|
|
30454
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30455
|
+
box-shadow: none;
|
|
30395
30456
|
}
|
|
30396
|
-
.
|
|
30397
|
-
|
|
30398
|
-
|
|
30457
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30458
|
+
margin-right: 0;
|
|
30459
|
+
width: initial;
|
|
30460
|
+
box-shadow: none;
|
|
30399
30461
|
}
|
|
30400
|
-
.
|
|
30401
|
-
|
|
30462
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30463
|
+
display: none;
|
|
30402
30464
|
}
|
|
30403
|
-
.
|
|
30404
|
-
|
|
30405
|
-
--border-color: #ccd4e3;
|
|
30406
|
-
--background-color: #fff;
|
|
30407
|
-
--background-color-hover: #edf0f7;
|
|
30408
|
-
--background-color-active: #e4e9f2;
|
|
30409
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30410
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30465
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30466
|
+
display: inline;
|
|
30411
30467
|
}
|
|
30412
|
-
.
|
|
30413
|
-
|
|
30468
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30469
|
+
display: inline;
|
|
30470
|
+
margin-right: 8px;
|
|
30471
|
+
padding: 0;
|
|
30472
|
+
width: 36px;
|
|
30414
30473
|
}
|
|
30415
|
-
|
|
30416
|
-
|
|
30417
|
-
|
|
30418
|
-
|
|
30419
|
-
|
|
30420
|
-
|
|
30421
|
-
rgba(0, 136, 255, 0.16),
|
|
30422
|
-
rgba(0, 136, 255, 0.16)
|
|
30423
|
-
),
|
|
30424
|
-
#ffffff;
|
|
30425
|
-
--background-color-active: linear-gradient(
|
|
30426
|
-
0deg,
|
|
30427
|
-
rgba(0, 136, 255, 0.2),
|
|
30428
|
-
rgba(0, 136, 255, 0.2)
|
|
30429
|
-
),
|
|
30430
|
-
#ffffff;
|
|
30431
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30432
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30474
|
+
|
|
30475
|
+
.s34f1qb.ant-switch {
|
|
30476
|
+
min-width: 40px;
|
|
30477
|
+
height: 24px;
|
|
30478
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30479
|
+
overflow: hidden;
|
|
30433
30480
|
}
|
|
30434
|
-
.
|
|
30435
|
-
|
|
30436
|
-
--border-color: #f0483e;
|
|
30437
|
-
--background-color: #fff;
|
|
30438
|
-
--background-color-hover: linear-gradient(
|
|
30439
|
-
0deg,
|
|
30440
|
-
rgba(255, 74, 74, 0.16),
|
|
30441
|
-
rgba(255, 74, 74, 0.16)
|
|
30442
|
-
),
|
|
30443
|
-
#ffffff;
|
|
30444
|
-
--background-color-active: linear-gradient(
|
|
30445
|
-
0deg,
|
|
30446
|
-
rgba(255, 74, 74, 0.2),
|
|
30447
|
-
rgba(255, 74, 74, 0.2)
|
|
30448
|
-
),
|
|
30449
|
-
#ffffff;
|
|
30450
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30481
|
+
.s34f1qb.ant-switch:focus {
|
|
30482
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30451
30483
|
}
|
|
30452
|
-
.
|
|
30453
|
-
|
|
30454
|
-
|
|
30455
|
-
--background-color: #fff;
|
|
30456
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30457
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30458
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30459
|
-
box-shadow: none;
|
|
30484
|
+
.s34f1qb.ant-switch-small {
|
|
30485
|
+
min-width: 26px;
|
|
30486
|
+
height: 16px;
|
|
30460
30487
|
}
|
|
30461
|
-
.
|
|
30462
|
-
|
|
30463
|
-
|
|
30464
|
-
--background-color: #fff;
|
|
30465
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30466
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30467
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30468
|
-
box-shadow: none;
|
|
30488
|
+
.s34f1qb.ant-switch-large {
|
|
30489
|
+
min-width: 52px;
|
|
30490
|
+
height: 32px;
|
|
30469
30491
|
}
|
|
30470
|
-
.
|
|
30471
|
-
|
|
30472
|
-
|
|
30473
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30474
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30492
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30493
|
+
height: 20px;
|
|
30494
|
+
width: 20px;
|
|
30475
30495
|
}
|
|
30476
|
-
.
|
|
30477
|
-
|
|
30478
|
-
|
|
30479
|
-
--background-color: transparent;
|
|
30480
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30481
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30482
|
-
--background-color-focus: #fff;
|
|
30483
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30484
|
-
box-shadow: none;
|
|
30496
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30497
|
+
border-radius: 10px;
|
|
30498
|
+
transition-delay: 120ms;
|
|
30485
30499
|
}
|
|
30486
|
-
.
|
|
30487
|
-
|
|
30488
|
-
|
|
30489
|
-
|
|
30490
|
-
|
|
30500
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30501
|
+
height: 14px;
|
|
30502
|
+
width: 14px;
|
|
30503
|
+
top: 1px;
|
|
30504
|
+
left: 1px;
|
|
30491
30505
|
}
|
|
30492
|
-
.
|
|
30493
|
-
|
|
30494
|
-
|
|
30495
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30496
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30497
|
-
--background-color-focus: #fff;
|
|
30498
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30506
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30507
|
+
height: 28px;
|
|
30508
|
+
width: 28px;
|
|
30499
30509
|
}
|
|
30500
|
-
.
|
|
30501
|
-
|
|
30502
|
-
align-items: center;
|
|
30503
|
-
justify-content: center;
|
|
30510
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30511
|
+
border-radius: 14px;
|
|
30504
30512
|
}
|
|
30505
|
-
.
|
|
30506
|
-
|
|
30507
|
-
display: inline-flex;
|
|
30513
|
+
.s34f1qb.ant-switch-checked {
|
|
30514
|
+
background-color: #00ba5d;
|
|
30508
30515
|
}
|
|
30509
|
-
.
|
|
30510
|
-
|
|
30511
|
-
display: inline-flex;
|
|
30516
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30517
|
+
left: calc(100% - 20px - 2px);
|
|
30512
30518
|
}
|
|
30513
|
-
.
|
|
30514
|
-
|
|
30515
|
-
|
|
30519
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30520
|
+
left: calc(100% - 14px - 1px);
|
|
30521
|
+
}
|
|
30522
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30523
|
+
left: calc(100% - 28px - 2px);
|
|
30516
30524
|
}
|
|
30517
30525
|
|
|
30518
|
-
.
|
|
30519
|
-
|
|
30526
|
+
.c1to9vb9 {
|
|
30527
|
+
margin-left: 5px;
|
|
30520
30528
|
}
|
|
30521
30529
|
|
|
30522
30530
|
.cz04yix {
|
|
@@ -31125,9 +31133,90 @@ input.rrg1fkn.ant-input {
|
|
|
31125
31133
|
border-bottom-right-radius: 0;
|
|
31126
31134
|
}
|
|
31127
31135
|
|
|
31128
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
31129
|
-
border-top-left-radius: 0;
|
|
31130
|
-
border-bottom-left-radius: 0;
|
|
31136
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
31137
|
+
border-top-left-radius: 0;
|
|
31138
|
+
border-bottom-left-radius: 0;
|
|
31139
|
+
}
|
|
31140
|
+
|
|
31141
|
+
.s1fc623g {
|
|
31142
|
+
width: 430px !important;
|
|
31143
|
+
}
|
|
31144
|
+
|
|
31145
|
+
.da3mx0o .ant-select-item-group {
|
|
31146
|
+
padding: 8px 16px;
|
|
31147
|
+
line-height: 18px;
|
|
31148
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31149
|
+
height: 34px;
|
|
31150
|
+
min-height: 34px;
|
|
31151
|
+
box-sizing: border-box;
|
|
31152
|
+
margin-top: 8px;
|
|
31153
|
+
}
|
|
31154
|
+
|
|
31155
|
+
.onr9gzt {
|
|
31156
|
+
display: flex;
|
|
31157
|
+
flex-direction: column;
|
|
31158
|
+
margin: 1px 8px;
|
|
31159
|
+
padding: 8px;
|
|
31160
|
+
border-radius: 4px;
|
|
31161
|
+
}
|
|
31162
|
+
.onr9gzt .selected-icon {
|
|
31163
|
+
display: none;
|
|
31164
|
+
}
|
|
31165
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31166
|
+
padding-left: 8px;
|
|
31167
|
+
}
|
|
31168
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31169
|
+
background-color: white;
|
|
31170
|
+
}
|
|
31171
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31172
|
+
color: #0080ff;
|
|
31173
|
+
}
|
|
31174
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31175
|
+
display: block;
|
|
31176
|
+
}
|
|
31177
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31178
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31179
|
+
}
|
|
31180
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31181
|
+
color: #0080ff;
|
|
31182
|
+
}
|
|
31183
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31184
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31185
|
+
color: #0080ff;
|
|
31186
|
+
}
|
|
31187
|
+
|
|
31188
|
+
.oiy0apc {
|
|
31189
|
+
display: flex;
|
|
31190
|
+
justify-content: space-between;
|
|
31191
|
+
height: 20px;
|
|
31192
|
+
line-height: 20px;
|
|
31193
|
+
}
|
|
31194
|
+
.oiy0apc .timezone-title {
|
|
31195
|
+
color: #2d3a56;
|
|
31196
|
+
overflow: hidden;
|
|
31197
|
+
text-overflow: ellipsis;
|
|
31198
|
+
}
|
|
31199
|
+
|
|
31200
|
+
.of4y382 {
|
|
31201
|
+
display: flex;
|
|
31202
|
+
justify-content: space-between;
|
|
31203
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31204
|
+
height: 18px;
|
|
31205
|
+
line-height: 18px;
|
|
31206
|
+
margin-top: 2px;
|
|
31207
|
+
}
|
|
31208
|
+
|
|
31209
|
+
.t19903l9 {
|
|
31210
|
+
border: none;
|
|
31211
|
+
margin-right: 0;
|
|
31212
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31213
|
+
}
|
|
31214
|
+
|
|
31215
|
+
.ohwbvxu {
|
|
31216
|
+
pointer-events: none;
|
|
31217
|
+
height: 32px;
|
|
31218
|
+
width: 100%;
|
|
31219
|
+
opacity: 0;
|
|
31131
31220
|
}
|
|
31132
31221
|
|
|
31133
31222
|
.t1upn1sz {
|
|
@@ -31494,91 +31583,6 @@ input.rrg1fkn.ant-input {
|
|
|
31494
31583
|
background: #fff;
|
|
31495
31584
|
}
|
|
31496
31585
|
|
|
31497
|
-
.s1fc623g {
|
|
31498
|
-
width: 430px !important;
|
|
31499
|
-
}
|
|
31500
|
-
|
|
31501
|
-
.da3mx0o .ant-select-item-group {
|
|
31502
|
-
padding: 8px 16px;
|
|
31503
|
-
line-height: 18px;
|
|
31504
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31505
|
-
height: 34px;
|
|
31506
|
-
min-height: 34px;
|
|
31507
|
-
box-sizing: border-box;
|
|
31508
|
-
margin-top: 8px;
|
|
31509
|
-
}
|
|
31510
|
-
|
|
31511
|
-
.onr9gzt {
|
|
31512
|
-
display: flex;
|
|
31513
|
-
flex-direction: column;
|
|
31514
|
-
margin: 1px 8px;
|
|
31515
|
-
padding: 8px;
|
|
31516
|
-
border-radius: 4px;
|
|
31517
|
-
}
|
|
31518
|
-
.onr9gzt .selected-icon {
|
|
31519
|
-
display: none;
|
|
31520
|
-
}
|
|
31521
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31522
|
-
padding-left: 8px;
|
|
31523
|
-
}
|
|
31524
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31525
|
-
background-color: white;
|
|
31526
|
-
}
|
|
31527
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31528
|
-
color: #0080ff;
|
|
31529
|
-
}
|
|
31530
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31531
|
-
display: block;
|
|
31532
|
-
}
|
|
31533
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31534
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31535
|
-
}
|
|
31536
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31537
|
-
color: #0080ff;
|
|
31538
|
-
}
|
|
31539
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31540
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31541
|
-
color: #0080ff;
|
|
31542
|
-
}
|
|
31543
|
-
|
|
31544
|
-
.oiy0apc {
|
|
31545
|
-
display: flex;
|
|
31546
|
-
justify-content: space-between;
|
|
31547
|
-
height: 20px;
|
|
31548
|
-
line-height: 20px;
|
|
31549
|
-
}
|
|
31550
|
-
.oiy0apc .timezone-title {
|
|
31551
|
-
color: #2d3a56;
|
|
31552
|
-
overflow: hidden;
|
|
31553
|
-
text-overflow: ellipsis;
|
|
31554
|
-
}
|
|
31555
|
-
|
|
31556
|
-
.of4y382 {
|
|
31557
|
-
display: flex;
|
|
31558
|
-
justify-content: space-between;
|
|
31559
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31560
|
-
height: 18px;
|
|
31561
|
-
line-height: 18px;
|
|
31562
|
-
margin-top: 2px;
|
|
31563
|
-
}
|
|
31564
|
-
|
|
31565
|
-
.t19903l9 {
|
|
31566
|
-
border: none;
|
|
31567
|
-
margin-right: 0;
|
|
31568
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31569
|
-
}
|
|
31570
|
-
|
|
31571
|
-
.ohwbvxu {
|
|
31572
|
-
pointer-events: none;
|
|
31573
|
-
height: 32px;
|
|
31574
|
-
width: 100%;
|
|
31575
|
-
opacity: 0;
|
|
31576
|
-
}
|
|
31577
|
-
|
|
31578
|
-
.i1e4sgug {
|
|
31579
|
-
display: inline-block;
|
|
31580
|
-
}
|
|
31581
|
-
|
|
31582
31586
|
.d6j0lbj {
|
|
31583
31587
|
font-family: Inter;
|
|
31584
31588
|
font-style: normal;
|
|
@@ -32054,6 +32058,10 @@ input.rrg1fkn.ant-input {
|
|
|
32054
32058
|
line-height: 12px;
|
|
32055
32059
|
}
|
|
32056
32060
|
|
|
32061
|
+
.i1e4sgug {
|
|
32062
|
+
display: inline-block;
|
|
32063
|
+
}
|
|
32064
|
+
|
|
32057
32065
|
.m15dvk92 {
|
|
32058
32066
|
display: flex;
|
|
32059
32067
|
justify-content: space-between;
|
|
@@ -32116,201 +32124,59 @@ input.rrg1fkn.ant-input {
|
|
|
32116
32124
|
}
|
|
32117
32125
|
.c198s9j3 .ant-checkbox + span,
|
|
32118
32126
|
.c198s9j3 .ant-checkbox-disabled + span {
|
|
32119
|
-
padding: 0;
|
|
32120
|
-
}
|
|
32121
|
-
.c198s9j3 .ant-checkbox + span .main,
|
|
32122
|
-
.c198s9j3 .ant-checkbox-disabled + span .main {
|
|
32123
|
-
display: inline-block;
|
|
32124
|
-
margin-left: 12px;
|
|
32125
|
-
color: #2d3a56;
|
|
32126
|
-
}
|
|
32127
|
-
.c198s9j3 .ant-checkbox + span .sub,
|
|
32128
|
-
.c198s9j3 .ant-checkbox-disabled + span .sub {
|
|
32129
|
-
margin-left: 28px;
|
|
32130
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32131
|
-
}
|
|
32132
|
-
.c198s9j3.compact .ant-checkbox + span .main,
|
|
32133
|
-
.c198s9j3.compact .ant-checkbox-disabled + span .main {
|
|
32134
|
-
margin-left: 8px;
|
|
32135
|
-
}
|
|
32136
|
-
.c198s9j3.compact .ant-checkbox + span .sub,
|
|
32137
|
-
.c198s9j3.compact .ant-checkbox-disabled + span .sub {
|
|
32138
|
-
margin-left: 24px;
|
|
32139
|
-
}
|
|
32140
|
-
|
|
32141
|
-
.c10crapj {
|
|
32142
|
-
border-radius: 8px;
|
|
32143
|
-
}
|
|
32144
|
-
.c10crapj .ant-card-body {
|
|
32145
|
-
padding: 20px 24px 24px 24px;
|
|
32146
|
-
}
|
|
32147
|
-
|
|
32148
|
-
.cav9p2m .ant-collapse-item {
|
|
32149
|
-
border: 0px;
|
|
32150
|
-
background-color: #fff;
|
|
32151
|
-
}
|
|
32152
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32153
|
-
padding-top: 0px;
|
|
32154
|
-
padding-bottom: 0px;
|
|
32155
|
-
padding-left: 0px !important;
|
|
32156
|
-
padding-right: 24px;
|
|
32157
|
-
}
|
|
32158
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32159
|
-
right: 0px;
|
|
32160
|
-
}
|
|
32161
|
-
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32162
|
-
padding: 0px;
|
|
32163
|
-
}
|
|
32164
|
-
|
|
32165
|
-
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32166
|
-
padding-right: 0px;
|
|
32167
|
-
cursor: default;
|
|
32168
|
-
}
|
|
32169
|
-
|
|
32170
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32171
|
-
display: flex;
|
|
32172
|
-
}
|
|
32173
|
-
|
|
32174
|
-
.igz4le8 {
|
|
32175
|
-
height: 24px;
|
|
32176
|
-
width: 56px !important;
|
|
32177
|
-
margin-right: 4px;
|
|
32178
|
-
}
|
|
32179
|
-
|
|
32180
|
-
.c1riexje {
|
|
32181
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32182
|
-
}
|
|
32183
|
-
|
|
32184
|
-
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32185
|
-
border-radius: 6px;
|
|
32186
|
-
}
|
|
32187
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
32188
|
-
width: 100%;
|
|
32189
|
-
color: #2d3a56;
|
|
32190
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32191
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32192
|
-
font-size: 13px;
|
|
32193
|
-
}
|
|
32194
|
-
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32195
|
-
height: 30px;
|
|
32196
|
-
}
|
|
32197
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32198
|
-
height: 38px;
|
|
32199
|
-
font-size: 13px;
|
|
32200
|
-
}
|
|
32201
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32202
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32203
|
-
transition: 160ms ease;
|
|
32204
|
-
}
|
|
32205
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32206
|
-
color: #0080ff;
|
|
32207
|
-
}
|
|
32208
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32209
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32210
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32211
|
-
}
|
|
32212
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32213
|
-
color: #0080ff;
|
|
32214
|
-
}
|
|
32215
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32216
|
-
border-color: #0080ff;
|
|
32217
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32218
|
-
}
|
|
32219
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32220
|
-
transform: rotate(180deg);
|
|
32221
|
-
}
|
|
32222
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32223
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32224
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32225
|
-
cursor: "not-allowed";
|
|
32226
|
-
}
|
|
32227
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32228
|
-
border-color: #f0483e !important;
|
|
32229
|
-
}
|
|
32230
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32231
|
-
color: #1d326c;
|
|
32232
|
-
}
|
|
32233
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32234
|
-
border-color: #0080ff;
|
|
32235
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32236
|
-
}
|
|
32237
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32238
|
-
transform: rotate(180deg);
|
|
32239
|
-
}
|
|
32240
|
-
|
|
32241
|
-
.s1uupxds {
|
|
32242
|
-
padding: 0 8px;
|
|
32243
|
-
border-radius: 4px;
|
|
32244
|
-
}
|
|
32245
|
-
|
|
32246
|
-
.m10sqwut {
|
|
32247
|
-
padding: 2px 8px;
|
|
32248
|
-
border-radius: 3px;
|
|
32249
|
-
}
|
|
32250
|
-
|
|
32251
|
-
.l1d492wb {
|
|
32252
|
-
padding: 3px 8px;
|
|
32253
|
-
border-radius: 2px;
|
|
32254
|
-
}
|
|
32255
|
-
|
|
32256
|
-
.t1lzavmu.ant-tag:hover {
|
|
32257
|
-
opacity: unset;
|
|
32258
|
-
}
|
|
32259
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32260
|
-
margin: 0;
|
|
32261
|
-
margin-right: 8px;
|
|
32262
|
-
display: inline-flex;
|
|
32263
|
-
align-items: center;
|
|
32264
|
-
border: none;
|
|
32265
|
-
}
|
|
32266
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32267
|
-
width: 16px;
|
|
32268
|
-
height: 16px;
|
|
32269
|
-
color: inherit;
|
|
32270
|
-
margin-left: 4px;
|
|
32271
|
-
opacity: 0.6;
|
|
32272
|
-
display: inline-flex;
|
|
32127
|
+
padding: 0;
|
|
32273
32128
|
}
|
|
32274
|
-
.
|
|
32275
|
-
|
|
32129
|
+
.c198s9j3 .ant-checkbox + span .main,
|
|
32130
|
+
.c198s9j3 .ant-checkbox-disabled + span .main {
|
|
32131
|
+
display: inline-block;
|
|
32132
|
+
margin-left: 12px;
|
|
32133
|
+
color: #2d3a56;
|
|
32276
32134
|
}
|
|
32277
|
-
.
|
|
32278
|
-
|
|
32279
|
-
|
|
32135
|
+
.c198s9j3 .ant-checkbox + span .sub,
|
|
32136
|
+
.c198s9j3 .ant-checkbox-disabled + span .sub {
|
|
32137
|
+
margin-left: 28px;
|
|
32138
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32280
32139
|
}
|
|
32281
|
-
.
|
|
32282
|
-
|
|
32283
|
-
|
|
32140
|
+
.c198s9j3.compact .ant-checkbox + span .main,
|
|
32141
|
+
.c198s9j3.compact .ant-checkbox-disabled + span .main {
|
|
32142
|
+
margin-left: 8px;
|
|
32284
32143
|
}
|
|
32285
|
-
.
|
|
32286
|
-
|
|
32287
|
-
|
|
32144
|
+
.c198s9j3.compact .ant-checkbox + span .sub,
|
|
32145
|
+
.c198s9j3.compact .ant-checkbox-disabled + span .sub {
|
|
32146
|
+
margin-left: 24px;
|
|
32288
32147
|
}
|
|
32289
|
-
|
|
32290
|
-
|
|
32291
|
-
|
|
32148
|
+
|
|
32149
|
+
.c10crapj {
|
|
32150
|
+
border-radius: 8px;
|
|
32292
32151
|
}
|
|
32293
|
-
.
|
|
32294
|
-
|
|
32295
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32152
|
+
.c10crapj .ant-card-body {
|
|
32153
|
+
padding: 20px 24px 24px 24px;
|
|
32296
32154
|
}
|
|
32297
|
-
|
|
32298
|
-
|
|
32155
|
+
|
|
32156
|
+
.cav9p2m .ant-collapse-item {
|
|
32157
|
+
border: 0px;
|
|
32158
|
+
background-color: #fff;
|
|
32299
32159
|
}
|
|
32300
|
-
.
|
|
32301
|
-
|
|
32160
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32161
|
+
padding-top: 0px;
|
|
32162
|
+
padding-bottom: 0px;
|
|
32163
|
+
padding-left: 0px !important;
|
|
32164
|
+
padding-right: 24px;
|
|
32302
32165
|
}
|
|
32303
|
-
.
|
|
32304
|
-
|
|
32166
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32167
|
+
right: 0px;
|
|
32305
32168
|
}
|
|
32306
|
-
.
|
|
32307
|
-
|
|
32169
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32170
|
+
padding: 0px;
|
|
32308
32171
|
}
|
|
32309
|
-
|
|
32310
|
-
|
|
32172
|
+
|
|
32173
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32174
|
+
padding-right: 0px;
|
|
32175
|
+
cursor: default;
|
|
32311
32176
|
}
|
|
32312
|
-
|
|
32313
|
-
|
|
32177
|
+
|
|
32178
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32179
|
+
display: flex;
|
|
32314
32180
|
}
|
|
32315
32181
|
|
|
32316
32182
|
.sq6vos1 {
|
|
@@ -32580,83 +32446,306 @@ input.rrg1fkn.ant-input {
|
|
|
32580
32446
|
background: #b4beca !important;
|
|
32581
32447
|
}
|
|
32582
32448
|
|
|
32583
|
-
.chhvk8b {
|
|
32584
|
-
display: inline-block;
|
|
32585
|
-
height: 8px;
|
|
32449
|
+
.chhvk8b {
|
|
32450
|
+
display: inline-block;
|
|
32451
|
+
height: 8px;
|
|
32452
|
+
width: 8px;
|
|
32453
|
+
margin-right: 8px;
|
|
32454
|
+
}
|
|
32455
|
+
|
|
32456
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32457
|
+
display: flex;
|
|
32458
|
+
align-items: center;
|
|
32459
|
+
font-size: 12px;
|
|
32460
|
+
margin: 0;
|
|
32461
|
+
}
|
|
32462
|
+
|
|
32463
|
+
.m16f7gpb {
|
|
32464
|
+
position: relative;
|
|
32465
|
+
}
|
|
32466
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32467
|
+
bottom: -12px;
|
|
32468
|
+
}
|
|
32469
|
+
.m16f7gpb .metric-toolbar {
|
|
32470
|
+
display: flex;
|
|
32471
|
+
justify-content: space-between;
|
|
32472
|
+
line-height: 30px;
|
|
32473
|
+
margin: 0 16px;
|
|
32474
|
+
}
|
|
32475
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32476
|
+
display: flex;
|
|
32477
|
+
font-size: 12px;
|
|
32478
|
+
align-items: center;
|
|
32479
|
+
}
|
|
32480
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32481
|
+
color: #a3b4cc;
|
|
32482
|
+
}
|
|
32483
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32484
|
+
margin-left: 10px;
|
|
32485
|
+
}
|
|
32486
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32487
|
+
margin-left: 10px;
|
|
32488
|
+
cursor: pointer;
|
|
32489
|
+
}
|
|
32490
|
+
.m16f7gpb .recharts-xAxis {
|
|
32491
|
+
font-size: 12px;
|
|
32492
|
+
}
|
|
32493
|
+
.m16f7gpb .pointer-wrapper {
|
|
32494
|
+
position: absolute;
|
|
32495
|
+
bottom: 10px;
|
|
32496
|
+
padding: 0 8px;
|
|
32497
|
+
border-radius: 4px;
|
|
32498
|
+
font-size: 12px;
|
|
32499
|
+
color: #fff;
|
|
32500
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32501
|
+
transform: translateX(-50%);
|
|
32502
|
+
}
|
|
32503
|
+
|
|
32504
|
+
.t1ipvk51 {
|
|
32505
|
+
min-width: 200px;
|
|
32506
|
+
}
|
|
32507
|
+
|
|
32508
|
+
.t1kgldps {
|
|
32509
|
+
display: flex;
|
|
32510
|
+
align-items: center;
|
|
32511
|
+
justify-content: space-between;
|
|
32512
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32513
|
+
color: #b4beca;
|
|
32514
|
+
font-size: 12px;
|
|
32515
|
+
padding: 3px 6px;
|
|
32516
|
+
}
|
|
32517
|
+
.t1kgldps:first-child {
|
|
32518
|
+
padding-top: 3px;
|
|
32519
|
+
}
|
|
32520
|
+
.t1kgldps:last-child {
|
|
32521
|
+
padding-bottom: 3px;
|
|
32522
|
+
}
|
|
32523
|
+
.t1kgldps .column-value {
|
|
32524
|
+
color: #fff;
|
|
32525
|
+
margin-left: 8px;
|
|
32526
|
+
}
|
|
32527
|
+
|
|
32528
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32529
|
+
border-radius: 6px;
|
|
32530
|
+
}
|
|
32531
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
32532
|
+
width: 100%;
|
|
32533
|
+
color: #2d3a56;
|
|
32534
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32535
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32536
|
+
font-size: 13px;
|
|
32537
|
+
}
|
|
32538
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32539
|
+
height: 30px;
|
|
32540
|
+
}
|
|
32541
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32542
|
+
height: 38px;
|
|
32543
|
+
font-size: 13px;
|
|
32544
|
+
}
|
|
32545
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32546
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32547
|
+
transition: 160ms ease;
|
|
32548
|
+
}
|
|
32549
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32550
|
+
color: #0080ff;
|
|
32551
|
+
}
|
|
32552
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32553
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32554
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32555
|
+
}
|
|
32556
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32557
|
+
color: #0080ff;
|
|
32558
|
+
}
|
|
32559
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32560
|
+
border-color: #0080ff;
|
|
32561
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32562
|
+
}
|
|
32563
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32564
|
+
transform: rotate(180deg);
|
|
32565
|
+
}
|
|
32566
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32567
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32568
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32569
|
+
cursor: "not-allowed";
|
|
32570
|
+
}
|
|
32571
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32572
|
+
border-color: #f0483e !important;
|
|
32573
|
+
}
|
|
32574
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32575
|
+
color: #1d326c;
|
|
32576
|
+
}
|
|
32577
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32578
|
+
border-color: #0080ff;
|
|
32579
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32580
|
+
}
|
|
32581
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32582
|
+
transform: rotate(180deg);
|
|
32583
|
+
}
|
|
32584
|
+
|
|
32585
|
+
.igz4le8 {
|
|
32586
|
+
height: 24px;
|
|
32587
|
+
width: 56px !important;
|
|
32588
|
+
margin-right: 4px;
|
|
32589
|
+
}
|
|
32590
|
+
|
|
32591
|
+
.c1riexje {
|
|
32592
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32593
|
+
}
|
|
32594
|
+
|
|
32595
|
+
.s14dk8r1 {
|
|
32596
|
+
margin: 0;
|
|
32597
|
+
border-radius: 20px;
|
|
32598
|
+
padding: 2px 10px;
|
|
32599
|
+
height: 22px;
|
|
32600
|
+
}
|
|
32601
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32602
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32603
|
+
}
|
|
32604
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32605
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32606
|
+
}
|
|
32607
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32608
|
+
color: #00122e;
|
|
32609
|
+
}
|
|
32610
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32611
|
+
margin-right: 6px;
|
|
32612
|
+
}
|
|
32613
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32614
|
+
margin-left: 4px;
|
|
32615
|
+
}
|
|
32616
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32617
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32618
|
+
}
|
|
32619
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32620
|
+
background-color: #0080ff;
|
|
32621
|
+
}
|
|
32622
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32623
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32624
|
+
}
|
|
32625
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32626
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32627
|
+
}
|
|
32628
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32629
|
+
background-color: #f0483e;
|
|
32630
|
+
}
|
|
32631
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32632
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32633
|
+
}
|
|
32634
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32635
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32636
|
+
}
|
|
32637
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32638
|
+
background-color: #fea008;
|
|
32639
|
+
}
|
|
32640
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32641
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32642
|
+
}
|
|
32643
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32644
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32645
|
+
}
|
|
32646
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32647
|
+
background-color: #00ba5d;
|
|
32648
|
+
}
|
|
32649
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32650
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32651
|
+
}
|
|
32652
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32653
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32654
|
+
}
|
|
32655
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32656
|
+
background-color: #6b7d99;
|
|
32657
|
+
}
|
|
32658
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32659
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32660
|
+
}
|
|
32661
|
+
|
|
32662
|
+
.s1uupoto {
|
|
32586
32663
|
width: 8px;
|
|
32587
|
-
|
|
32664
|
+
height: 8px;
|
|
32665
|
+
border-radius: 50%;
|
|
32666
|
+
display: inline-block;
|
|
32588
32667
|
}
|
|
32589
32668
|
|
|
32590
|
-
.
|
|
32591
|
-
|
|
32592
|
-
|
|
32593
|
-
font-size: 12px;
|
|
32594
|
-
margin: 0;
|
|
32669
|
+
.s1uupxds {
|
|
32670
|
+
padding: 0 8px;
|
|
32671
|
+
border-radius: 4px;
|
|
32595
32672
|
}
|
|
32596
32673
|
|
|
32597
|
-
.
|
|
32598
|
-
|
|
32674
|
+
.m10sqwut {
|
|
32675
|
+
padding: 2px 8px;
|
|
32676
|
+
border-radius: 3px;
|
|
32599
32677
|
}
|
|
32600
|
-
|
|
32601
|
-
|
|
32678
|
+
|
|
32679
|
+
.l1d492wb {
|
|
32680
|
+
padding: 3px 8px;
|
|
32681
|
+
border-radius: 2px;
|
|
32602
32682
|
}
|
|
32603
|
-
|
|
32604
|
-
|
|
32605
|
-
|
|
32606
|
-
line-height: 30px;
|
|
32607
|
-
margin: 0 16px;
|
|
32683
|
+
|
|
32684
|
+
.t1lzavmu.ant-tag:hover {
|
|
32685
|
+
opacity: unset;
|
|
32608
32686
|
}
|
|
32609
|
-
.
|
|
32610
|
-
|
|
32611
|
-
|
|
32687
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32688
|
+
margin: 0;
|
|
32689
|
+
margin-right: 8px;
|
|
32690
|
+
display: inline-flex;
|
|
32612
32691
|
align-items: center;
|
|
32692
|
+
border: none;
|
|
32613
32693
|
}
|
|
32614
|
-
.
|
|
32615
|
-
|
|
32694
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32695
|
+
width: 16px;
|
|
32696
|
+
height: 16px;
|
|
32697
|
+
color: inherit;
|
|
32698
|
+
margin-left: 4px;
|
|
32699
|
+
opacity: 0.6;
|
|
32700
|
+
display: inline-flex;
|
|
32616
32701
|
}
|
|
32617
|
-
.
|
|
32618
|
-
|
|
32702
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32703
|
+
opacity: 1;
|
|
32619
32704
|
}
|
|
32620
|
-
.
|
|
32621
|
-
|
|
32622
|
-
|
|
32705
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32706
|
+
color: #0080ff;
|
|
32707
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32623
32708
|
}
|
|
32624
|
-
.
|
|
32625
|
-
|
|
32709
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32710
|
+
color: #f0483e;
|
|
32711
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32626
32712
|
}
|
|
32627
|
-
.
|
|
32628
|
-
|
|
32629
|
-
|
|
32630
|
-
|
|
32631
|
-
|
|
32632
|
-
|
|
32713
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32714
|
+
color: #e07f00;
|
|
32715
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32716
|
+
}
|
|
32717
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32718
|
+
color: #008f4c;
|
|
32719
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32720
|
+
}
|
|
32721
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32722
|
+
color: #1d326c;
|
|
32723
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32724
|
+
}
|
|
32725
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32726
|
+
color: #7E41FF;
|
|
32727
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32728
|
+
}
|
|
32729
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32633
32730
|
color: #fff;
|
|
32634
|
-
background: rgba(0, 0, 0, 0.75);
|
|
32635
|
-
transform: translateX(-50%);
|
|
32636
32731
|
}
|
|
32637
|
-
|
|
32638
|
-
|
|
32639
|
-
min-width: 200px;
|
|
32732
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32733
|
+
background-color: #f0483e;
|
|
32640
32734
|
}
|
|
32641
|
-
|
|
32642
|
-
|
|
32643
|
-
display: flex;
|
|
32644
|
-
align-items: center;
|
|
32645
|
-
justify-content: space-between;
|
|
32646
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32647
|
-
color: #b4beca;
|
|
32648
|
-
font-size: 12px;
|
|
32649
|
-
padding: 3px 6px;
|
|
32735
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32736
|
+
background-color: #fea008;
|
|
32650
32737
|
}
|
|
32651
|
-
.
|
|
32652
|
-
|
|
32738
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32739
|
+
background-color: #00ba5d;
|
|
32653
32740
|
}
|
|
32654
|
-
.
|
|
32655
|
-
|
|
32741
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32742
|
+
background-color: #0080ff;
|
|
32656
32743
|
}
|
|
32657
|
-
.
|
|
32658
|
-
color: #
|
|
32659
|
-
|
|
32744
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32745
|
+
background-color: #6b7d99;
|
|
32746
|
+
}
|
|
32747
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32748
|
+
background-color: #7E41FF;
|
|
32660
32749
|
}
|
|
32661
32750
|
|
|
32662
32751
|
.t1gz6wqf {
|
|
@@ -32690,12 +32779,12 @@ input.rrg1fkn.ant-input {
|
|
|
32690
32779
|
}
|
|
32691
32780
|
|
|
32692
32781
|
.c1k4vanq {
|
|
32693
|
-
padding: 0
|
|
32782
|
+
padding: 0 12px 14px 12px;
|
|
32694
32783
|
}
|
|
32695
32784
|
|
|
32696
32785
|
.c1udgdh2 {
|
|
32697
32786
|
color: #2d3a56;
|
|
32698
|
-
padding: 12px
|
|
32787
|
+
padding: 7px 12px;
|
|
32699
32788
|
display: flex;
|
|
32700
32789
|
justify-content: space-between;
|
|
32701
32790
|
align-items: center;
|
|
@@ -32733,23 +32822,6 @@ input.rrg1fkn.ant-input {
|
|
|
32733
32822
|
margin-right: 2px;
|
|
32734
32823
|
}
|
|
32735
32824
|
|
|
32736
|
-
.bab9xum {
|
|
32737
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32738
|
-
}
|
|
32739
|
-
|
|
32740
|
-
.cav4gt6 {
|
|
32741
|
-
border-radius: 4px;
|
|
32742
|
-
background-color: white;
|
|
32743
|
-
}
|
|
32744
|
-
.cav4gt6.hoverable {
|
|
32745
|
-
cursor: pointer;
|
|
32746
|
-
}
|
|
32747
|
-
.cav4gt6.hoverable:hover {
|
|
32748
|
-
transition: all 200ms ease;
|
|
32749
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32750
|
-
transform: translateY(-4px);
|
|
32751
|
-
}
|
|
32752
|
-
|
|
32753
32825
|
.rrwcpby {
|
|
32754
32826
|
display: flex;
|
|
32755
32827
|
align-items: center;
|
|
@@ -32766,6 +32838,23 @@ input.rrg1fkn.ant-input {
|
|
|
32766
32838
|
margin-right: 6px;
|
|
32767
32839
|
}
|
|
32768
32840
|
|
|
32841
|
+
.bab9xum {
|
|
32842
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32843
|
+
}
|
|
32844
|
+
|
|
32845
|
+
.cav4gt6 {
|
|
32846
|
+
border-radius: 8px;
|
|
32847
|
+
background-color: white;
|
|
32848
|
+
}
|
|
32849
|
+
.cav4gt6.hoverable {
|
|
32850
|
+
cursor: pointer;
|
|
32851
|
+
}
|
|
32852
|
+
.cav4gt6.hoverable:hover {
|
|
32853
|
+
transition: all 200ms ease;
|
|
32854
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32855
|
+
transform: translateY(-4px);
|
|
32856
|
+
}
|
|
32857
|
+
|
|
32769
32858
|
.tc40oxa {
|
|
32770
32859
|
margin-bottom: 4px;
|
|
32771
32860
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32959,37 +33048,6 @@ input.rrg1fkn.ant-input {
|
|
|
32959
33048
|
margin-right: 8px;
|
|
32960
33049
|
}
|
|
32961
33050
|
|
|
32962
|
-
.f1p9ti6d {
|
|
32963
|
-
width: 100%;
|
|
32964
|
-
margin-bottom: 0 !important;
|
|
32965
|
-
flex-flow: nowrap !important;
|
|
32966
|
-
line-break: auto;
|
|
32967
|
-
}
|
|
32968
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32969
|
-
text-align: left !important;
|
|
32970
|
-
padding-bottom: 0 !important;
|
|
32971
|
-
}
|
|
32972
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32973
|
-
min-height: 32px;
|
|
32974
|
-
height: auto;
|
|
32975
|
-
font-size: 13px;
|
|
32976
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32977
|
-
white-space: normal;
|
|
32978
|
-
}
|
|
32979
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32980
|
-
border-color: #ff4d4f !important;
|
|
32981
|
-
}
|
|
32982
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
32983
|
-
margin-top: 4px;
|
|
32984
|
-
font-size: 12px;
|
|
32985
|
-
min-height: 0px;
|
|
32986
|
-
}
|
|
32987
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
32988
|
-
font-size: 12px;
|
|
32989
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32990
|
-
min-height: 0px;
|
|
32991
|
-
}
|
|
32992
|
-
|
|
32993
33051
|
.w1xcixj5.outside-tag {
|
|
32994
33052
|
padding-left: 0;
|
|
32995
33053
|
}
|
|
@@ -33023,6 +33081,37 @@ input.rrg1fkn.ant-input {
|
|
|
33023
33081
|
height: 16px;
|
|
33024
33082
|
}
|
|
33025
33083
|
|
|
33084
|
+
.f1p9ti6d {
|
|
33085
|
+
width: 100%;
|
|
33086
|
+
margin-bottom: 0 !important;
|
|
33087
|
+
flex-flow: nowrap !important;
|
|
33088
|
+
line-break: auto;
|
|
33089
|
+
}
|
|
33090
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
33091
|
+
text-align: left !important;
|
|
33092
|
+
padding-bottom: 0 !important;
|
|
33093
|
+
}
|
|
33094
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
33095
|
+
min-height: 32px;
|
|
33096
|
+
height: auto;
|
|
33097
|
+
font-size: 13px;
|
|
33098
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33099
|
+
white-space: normal;
|
|
33100
|
+
}
|
|
33101
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33102
|
+
border-color: #ff4d4f !important;
|
|
33103
|
+
}
|
|
33104
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
33105
|
+
margin-top: 4px;
|
|
33106
|
+
font-size: 12px;
|
|
33107
|
+
min-height: 0px;
|
|
33108
|
+
}
|
|
33109
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
33110
|
+
font-size: 12px;
|
|
33111
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33112
|
+
min-height: 0px;
|
|
33113
|
+
}
|
|
33114
|
+
|
|
33026
33115
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33027
33116
|
display: var(--at4ovwe-0);
|
|
33028
33117
|
}
|
|
@@ -33072,25 +33161,6 @@ input.rrg1fkn.ant-input {
|
|
|
33072
33161
|
font-size: inherit;
|
|
33073
33162
|
}
|
|
33074
33163
|
|
|
33075
|
-
.feau332.ant-form-item {
|
|
33076
|
-
margin-bottom: 0;
|
|
33077
|
-
}
|
|
33078
|
-
.feau332 .ant-form-item-explain {
|
|
33079
|
-
display: none;
|
|
33080
|
-
min-height: 18px;
|
|
33081
|
-
margin-top: 5px;
|
|
33082
|
-
font-family: "Inter";
|
|
33083
|
-
font-weight: 400;
|
|
33084
|
-
font-size: 12px;
|
|
33085
|
-
line-height: 18px;
|
|
33086
|
-
}
|
|
33087
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33088
|
-
white-space: pre-wrap;
|
|
33089
|
-
}
|
|
33090
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33091
|
-
display: block;
|
|
33092
|
-
}
|
|
33093
|
-
|
|
33094
33164
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33095
33165
|
display: var(--a6dbbkm-0);
|
|
33096
33166
|
}
|
|
@@ -33120,4 +33190,23 @@ input.rrg1fkn.ant-input {
|
|
|
33120
33190
|
margin: 0;
|
|
33121
33191
|
height: auto;
|
|
33122
33192
|
font-size: inherit;
|
|
33193
|
+
}
|
|
33194
|
+
|
|
33195
|
+
.feau332.ant-form-item {
|
|
33196
|
+
margin-bottom: 0;
|
|
33197
|
+
}
|
|
33198
|
+
.feau332 .ant-form-item-explain {
|
|
33199
|
+
display: none;
|
|
33200
|
+
min-height: 18px;
|
|
33201
|
+
margin-top: 5px;
|
|
33202
|
+
font-family: "Inter";
|
|
33203
|
+
font-weight: 400;
|
|
33204
|
+
font-size: 12px;
|
|
33205
|
+
line-height: 18px;
|
|
33206
|
+
}
|
|
33207
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33208
|
+
white-space: pre-wrap;
|
|
33209
|
+
}
|
|
33210
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33211
|
+
display: block;
|
|
33123
33212
|
}
|