@cloudtower/eagle 0.26.26 → 0.26.27
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.css +406 -406
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +696 -696
- package/dist/umd/index.js +1 -1
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29869,6 +29869,308 @@ html body {
|
|
|
29869
29869
|
border-radius: unset;
|
|
29870
29870
|
}
|
|
29871
29871
|
|
|
29872
|
+
.buj61ew.ant-btn-icon-only {
|
|
29873
|
+
justify-content: center;
|
|
29874
|
+
}
|
|
29875
|
+
.buj61ew.ant-btn.ant-btn-link {
|
|
29876
|
+
padding: 0;
|
|
29877
|
+
}
|
|
29878
|
+
.buj61ew.ant-btn {
|
|
29879
|
+
display: inline-flex;
|
|
29880
|
+
align-items: center;
|
|
29881
|
+
justify-content: center;
|
|
29882
|
+
padding: 5px 12px;
|
|
29883
|
+
height: 32px;
|
|
29884
|
+
border-radius: 6px;
|
|
29885
|
+
line-height: 22px;
|
|
29886
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
29887
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
29888
|
+
}
|
|
29889
|
+
.buj61ew.ant-btn.ant-btn-lg {
|
|
29890
|
+
height: 40px;
|
|
29891
|
+
line-height: 24px;
|
|
29892
|
+
padding: 8px 16px;
|
|
29893
|
+
}
|
|
29894
|
+
.buj61ew.ant-btn.ant-btn-sm {
|
|
29895
|
+
padding: 2px 8px;
|
|
29896
|
+
height: 24px;
|
|
29897
|
+
line-height: 20px;
|
|
29898
|
+
}
|
|
29899
|
+
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
29900
|
+
border-radius: 50%;
|
|
29901
|
+
}
|
|
29902
|
+
.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 {
|
|
29903
|
+
color: var(--color, #06101f);
|
|
29904
|
+
font-weight: var(--font-weight);
|
|
29905
|
+
background: var(--background-color, #fff);
|
|
29906
|
+
border-width: var(--border-width, 1px);
|
|
29907
|
+
border-color: var(--border-color, #d9d9d9);
|
|
29908
|
+
}
|
|
29909
|
+
.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 {
|
|
29910
|
+
display: none;
|
|
29911
|
+
}
|
|
29912
|
+
.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 {
|
|
29913
|
+
color: var(--color, inherit);
|
|
29914
|
+
}
|
|
29915
|
+
.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 {
|
|
29916
|
+
background: var(--background-color-hover, var(--background-color));
|
|
29917
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
29918
|
+
}
|
|
29919
|
+
.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 {
|
|
29920
|
+
--scale: 1;
|
|
29921
|
+
--transY: 1px;
|
|
29922
|
+
background: var(--background-color-active, var(--background-color));
|
|
29923
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
29924
|
+
}
|
|
29925
|
+
.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 {
|
|
29926
|
+
background: var(--background-color-focus, var(--background-color));
|
|
29927
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
29928
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
29929
|
+
}
|
|
29930
|
+
.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 {
|
|
29931
|
+
color: var(--color-disabled, var(--color));
|
|
29932
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
29933
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
29934
|
+
opacity: 0.5;
|
|
29935
|
+
}
|
|
29936
|
+
.buj61ew.ant-btn-link[disabled] {
|
|
29937
|
+
color: #0080ff;
|
|
29938
|
+
opacity: 0.5;
|
|
29939
|
+
}
|
|
29940
|
+
.buj61ew.ant-btn-primary {
|
|
29941
|
+
--color: #fff;
|
|
29942
|
+
--font-weight: bold;
|
|
29943
|
+
--border-width: 0;
|
|
29944
|
+
--background-color: #0080ff;
|
|
29945
|
+
--background-color-hover: #009dff;
|
|
29946
|
+
--background-color-active: #005ed1;
|
|
29947
|
+
--background-color-focus: #0080ff;
|
|
29948
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29949
|
+
}
|
|
29950
|
+
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
29951
|
+
--background-color: #f0483e;
|
|
29952
|
+
--background-color-hover: #ff5252;
|
|
29953
|
+
--background-color-active: #c73d31;
|
|
29954
|
+
--background-color-focus: #ff5252;
|
|
29955
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29956
|
+
}
|
|
29957
|
+
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
29958
|
+
--background-color: #fea008;
|
|
29959
|
+
--background-color-hover: #feba33;
|
|
29960
|
+
--background-color-active: #e07f00;
|
|
29961
|
+
--background-color-focus: #fea008;
|
|
29962
|
+
}
|
|
29963
|
+
.buj61ew.ant-btn-secondary {
|
|
29964
|
+
--color: #0080ff;
|
|
29965
|
+
--font-weight: bold;
|
|
29966
|
+
--border-width: 0;
|
|
29967
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
29968
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
29969
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
29970
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
29971
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29972
|
+
}
|
|
29973
|
+
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
29974
|
+
--color: #f0483e;
|
|
29975
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
29976
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
29977
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
29978
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
29979
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29980
|
+
}
|
|
29981
|
+
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
29982
|
+
--color: #fea008;
|
|
29983
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
29984
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
29985
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
29986
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
29987
|
+
}
|
|
29988
|
+
.buj61ew.ant-btn-tertiary {
|
|
29989
|
+
--color: #0080ff;
|
|
29990
|
+
--font-weight: bold;
|
|
29991
|
+
--border-width: 0;
|
|
29992
|
+
--background-color: #fff;
|
|
29993
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29994
|
+
box-shadow: none;
|
|
29995
|
+
}
|
|
29996
|
+
.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 {
|
|
29997
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29998
|
+
}
|
|
29999
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
30000
|
+
--color: #f0483e;
|
|
30001
|
+
--background-color: #fff;
|
|
30002
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30003
|
+
}
|
|
30004
|
+
.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 {
|
|
30005
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
30006
|
+
}
|
|
30007
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
30008
|
+
--color: #fea008;
|
|
30009
|
+
--background-color: #fff;
|
|
30010
|
+
}
|
|
30011
|
+
.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 {
|
|
30012
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
30013
|
+
}
|
|
30014
|
+
.buj61ew.ant-btn-ordinary {
|
|
30015
|
+
--color: #1d326c;
|
|
30016
|
+
--border-color: #ccd4e3;
|
|
30017
|
+
--background-color: #fff;
|
|
30018
|
+
--background-color-hover: #edf0f7;
|
|
30019
|
+
--background-color-active: #e4e9f2;
|
|
30020
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30021
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30022
|
+
}
|
|
30023
|
+
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
30024
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30025
|
+
}
|
|
30026
|
+
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
30027
|
+
--color: #0080ff;
|
|
30028
|
+
--border-color: #0080ff;
|
|
30029
|
+
--background-color: #fff;
|
|
30030
|
+
--background-color-hover: linear-gradient(
|
|
30031
|
+
0deg,
|
|
30032
|
+
rgba(0, 136, 255, 0.16),
|
|
30033
|
+
rgba(0, 136, 255, 0.16)
|
|
30034
|
+
),
|
|
30035
|
+
#ffffff;
|
|
30036
|
+
--background-color-active: linear-gradient(
|
|
30037
|
+
0deg,
|
|
30038
|
+
rgba(0, 136, 255, 0.2),
|
|
30039
|
+
rgba(0, 136, 255, 0.2)
|
|
30040
|
+
),
|
|
30041
|
+
#ffffff;
|
|
30042
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30043
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30044
|
+
}
|
|
30045
|
+
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
30046
|
+
--color: #f0483e;
|
|
30047
|
+
--border-color: #f0483e;
|
|
30048
|
+
--background-color: #fff;
|
|
30049
|
+
--background-color-hover: linear-gradient(
|
|
30050
|
+
0deg,
|
|
30051
|
+
rgba(255, 74, 74, 0.16),
|
|
30052
|
+
rgba(255, 74, 74, 0.16)
|
|
30053
|
+
),
|
|
30054
|
+
#ffffff;
|
|
30055
|
+
--background-color-active: linear-gradient(
|
|
30056
|
+
0deg,
|
|
30057
|
+
rgba(255, 74, 74, 0.2),
|
|
30058
|
+
rgba(255, 74, 74, 0.2)
|
|
30059
|
+
),
|
|
30060
|
+
#ffffff;
|
|
30061
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30062
|
+
}
|
|
30063
|
+
.buj61ew.ant-btn-ordinary-onTint {
|
|
30064
|
+
--color: #1d326c;
|
|
30065
|
+
--border-color: #fff;
|
|
30066
|
+
--background-color: #fff;
|
|
30067
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30068
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30069
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30070
|
+
box-shadow: none;
|
|
30071
|
+
}
|
|
30072
|
+
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
30073
|
+
--color: #0080ff;
|
|
30074
|
+
--border-color: #fff;
|
|
30075
|
+
--background-color: #fff;
|
|
30076
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30077
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30078
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30079
|
+
box-shadow: none;
|
|
30080
|
+
}
|
|
30081
|
+
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
30082
|
+
--color: #f0483e;
|
|
30083
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30084
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30085
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30086
|
+
}
|
|
30087
|
+
.buj61ew.ant-btn-quiet {
|
|
30088
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
30089
|
+
--border-width: 0;
|
|
30090
|
+
--background-color: transparent;
|
|
30091
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30092
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30093
|
+
--background-color-focus: #fff;
|
|
30094
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30095
|
+
box-shadow: none;
|
|
30096
|
+
}
|
|
30097
|
+
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
30098
|
+
--color: #f0483e;
|
|
30099
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30100
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30101
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30102
|
+
}
|
|
30103
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
30104
|
+
--color: #0080ff;
|
|
30105
|
+
--background-color: transparent;
|
|
30106
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30107
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30108
|
+
--background-color-focus: #fff;
|
|
30109
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30110
|
+
}
|
|
30111
|
+
.buj61ew .button-prefix-icon {
|
|
30112
|
+
margin-right: 8px;
|
|
30113
|
+
display: inline-flex;
|
|
30114
|
+
}
|
|
30115
|
+
.buj61ew .button-suffix-icon {
|
|
30116
|
+
margin-left: 8px;
|
|
30117
|
+
display: inline-flex;
|
|
30118
|
+
}
|
|
30119
|
+
.buj61ew .icon-wrapper {
|
|
30120
|
+
display: flex;
|
|
30121
|
+
justify-content: center;
|
|
30122
|
+
}
|
|
30123
|
+
|
|
30124
|
+
.nchllas {
|
|
30125
|
+
padding: 0;
|
|
30126
|
+
}
|
|
30127
|
+
|
|
30128
|
+
.fde5mpd {
|
|
30129
|
+
width: 100%;
|
|
30130
|
+
height: 100%;
|
|
30131
|
+
min-height: 124px;
|
|
30132
|
+
display: flex;
|
|
30133
|
+
flex-direction: column;
|
|
30134
|
+
justify-content: center;
|
|
30135
|
+
align-items: center;
|
|
30136
|
+
}
|
|
30137
|
+
.fde5mpd .error-text {
|
|
30138
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30139
|
+
margin-bottom: 16px;
|
|
30140
|
+
font-size: 18px;
|
|
30141
|
+
}
|
|
30142
|
+
|
|
30143
|
+
.i1mrf09m {
|
|
30144
|
+
display: inline-flex;
|
|
30145
|
+
align-items: center;
|
|
30146
|
+
}
|
|
30147
|
+
.i1mrf09m .icon-inner {
|
|
30148
|
+
display: inline-flex;
|
|
30149
|
+
align-items: center;
|
|
30150
|
+
justify-content: center;
|
|
30151
|
+
}
|
|
30152
|
+
.i1mrf09m .icon-inner + span,
|
|
30153
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
30154
|
+
margin-left: 4px;
|
|
30155
|
+
}
|
|
30156
|
+
.i1mrf09m.is-rotate img,
|
|
30157
|
+
.i1mrf09m.is-rotate svg {
|
|
30158
|
+
animation: rotate 680ms linear infinite;
|
|
30159
|
+
}
|
|
30160
|
+
|
|
30161
|
+
.iap75of {
|
|
30162
|
+
height: 18px;
|
|
30163
|
+
line-height: 18px;
|
|
30164
|
+
padding: 0 4px;
|
|
30165
|
+
border-radius: 4px;
|
|
30166
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30167
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30168
|
+
display: flex;
|
|
30169
|
+
align-items: center;
|
|
30170
|
+
white-space: nowrap;
|
|
30171
|
+
margin-right: 4px;
|
|
30172
|
+
}
|
|
30173
|
+
|
|
29872
30174
|
.obf05yr {
|
|
29873
30175
|
display: inline-block;
|
|
29874
30176
|
}
|
|
@@ -30601,397 +30903,95 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
30601
30903
|
}
|
|
30602
30904
|
|
|
30603
30905
|
.kypn5o5 input, .kypn5o5.input-tags {
|
|
30604
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30605
|
-
border-radius: 4px;
|
|
30606
|
-
}
|
|
30607
|
-
.kypn5o5.input-tags {
|
|
30608
|
-
position: relative;
|
|
30609
|
-
padding: 6px;
|
|
30610
|
-
height: 32px;
|
|
30611
|
-
cursor: pointer;
|
|
30612
|
-
transition: border 150ms;
|
|
30613
|
-
}
|
|
30614
|
-
.kypn5o5.input-tags:hover {
|
|
30615
|
-
border-color: #0080ff;
|
|
30616
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30617
|
-
}
|
|
30618
|
-
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
30619
|
-
padding-right: 30px;
|
|
30620
|
-
}
|
|
30621
|
-
.kypn5o5.input-tags .input-tags-inner {
|
|
30622
|
-
display: flex;
|
|
30623
|
-
}
|
|
30624
|
-
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30625
|
-
display: flex;
|
|
30626
|
-
}
|
|
30627
|
-
.kypn5o5.input-tags .input-tag-suffix {
|
|
30628
|
-
position: absolute;
|
|
30629
|
-
right: 12px;
|
|
30630
|
-
top: 50%;
|
|
30631
|
-
transform: translateY(-50%);
|
|
30632
|
-
}
|
|
30633
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30634
|
-
color: rgba(0, 0, 0, 0.25);
|
|
30635
|
-
font-size: 12px;
|
|
30636
|
-
cursor: pointer;
|
|
30637
|
-
}
|
|
30638
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30639
|
-
color: rgba(0, 0, 0, 0.45);
|
|
30640
|
-
}
|
|
30641
|
-
.kypn5o5.has-focus-indicator {
|
|
30642
|
-
position: relative;
|
|
30643
|
-
overflow: hidden;
|
|
30644
|
-
}
|
|
30645
|
-
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
30646
|
-
position: absolute;
|
|
30647
|
-
top: 50%;
|
|
30648
|
-
transform: translateY(-50%);
|
|
30649
|
-
left: -16px;
|
|
30650
|
-
transition: left 150ms ease;
|
|
30651
|
-
opacity: 0;
|
|
30652
|
-
}
|
|
30653
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30654
|
-
left: 8px;
|
|
30655
|
-
opacity: 1;
|
|
30656
|
-
}
|
|
30657
|
-
.kypn5o5.has-focus-indicator input {
|
|
30658
|
-
transition: margin-left 150ms ease;
|
|
30659
|
-
margin-left: 0px;
|
|
30660
|
-
}
|
|
30661
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
30662
|
-
margin-left: 16px;
|
|
30663
|
-
}
|
|
30664
|
-
|
|
30665
|
-
input.l1ki27se.ant-input {
|
|
30666
|
-
border-top-right-radius: 0;
|
|
30667
|
-
border-bottom-right-radius: 0;
|
|
30668
|
-
}
|
|
30669
|
-
|
|
30670
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
30671
|
-
border-top-right-radius: 0;
|
|
30672
|
-
border-bottom-right-radius: 0;
|
|
30673
|
-
}
|
|
30674
|
-
|
|
30675
|
-
input.rrg1fkn.ant-input {
|
|
30676
|
-
border-top-left-radius: 0;
|
|
30677
|
-
border-bottom-left-radius: 0;
|
|
30678
|
-
}
|
|
30679
|
-
|
|
30680
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
30681
|
-
border-top-left-radius: 0;
|
|
30682
|
-
border-bottom-left-radius: 0;
|
|
30683
|
-
}
|
|
30684
|
-
|
|
30685
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30686
|
-
border-top-right-radius: 0;
|
|
30687
|
-
border-bottom-right-radius: 0;
|
|
30688
|
-
}
|
|
30689
|
-
|
|
30690
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30691
|
-
border-top-left-radius: 0;
|
|
30692
|
-
border-bottom-left-radius: 0;
|
|
30693
|
-
}
|
|
30694
|
-
|
|
30695
|
-
.iap75of {
|
|
30696
|
-
height: 18px;
|
|
30697
|
-
line-height: 18px;
|
|
30698
|
-
padding: 0 4px;
|
|
30699
|
-
border-radius: 4px;
|
|
30700
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30701
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30702
|
-
display: flex;
|
|
30703
|
-
align-items: center;
|
|
30704
|
-
white-space: nowrap;
|
|
30705
|
-
margin-right: 4px;
|
|
30706
|
-
}
|
|
30707
|
-
|
|
30708
|
-
.buj61ew.ant-btn-icon-only {
|
|
30709
|
-
justify-content: center;
|
|
30710
|
-
}
|
|
30711
|
-
.buj61ew.ant-btn.ant-btn-link {
|
|
30712
|
-
padding: 0;
|
|
30713
|
-
}
|
|
30714
|
-
.buj61ew.ant-btn {
|
|
30715
|
-
display: inline-flex;
|
|
30716
|
-
align-items: center;
|
|
30717
|
-
justify-content: center;
|
|
30718
|
-
padding: 5px 12px;
|
|
30719
|
-
height: 32px;
|
|
30720
|
-
border-radius: 6px;
|
|
30721
|
-
line-height: 22px;
|
|
30722
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30723
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30724
|
-
}
|
|
30725
|
-
.buj61ew.ant-btn.ant-btn-lg {
|
|
30726
|
-
height: 40px;
|
|
30727
|
-
line-height: 24px;
|
|
30728
|
-
padding: 8px 16px;
|
|
30729
|
-
}
|
|
30730
|
-
.buj61ew.ant-btn.ant-btn-sm {
|
|
30731
|
-
padding: 2px 8px;
|
|
30732
|
-
height: 24px;
|
|
30733
|
-
line-height: 20px;
|
|
30734
|
-
}
|
|
30735
|
-
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
30736
|
-
border-radius: 50%;
|
|
30737
|
-
}
|
|
30738
|
-
.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 {
|
|
30739
|
-
color: var(--color, #06101f);
|
|
30740
|
-
font-weight: var(--font-weight);
|
|
30741
|
-
background: var(--background-color, #fff);
|
|
30742
|
-
border-width: var(--border-width, 1px);
|
|
30743
|
-
border-color: var(--border-color, #d9d9d9);
|
|
30744
|
-
}
|
|
30745
|
-
.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 {
|
|
30746
|
-
display: none;
|
|
30747
|
-
}
|
|
30748
|
-
.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 {
|
|
30749
|
-
color: var(--color, inherit);
|
|
30750
|
-
}
|
|
30751
|
-
.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 {
|
|
30752
|
-
background: var(--background-color-hover, var(--background-color));
|
|
30753
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30754
|
-
}
|
|
30755
|
-
.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 {
|
|
30756
|
-
--scale: 1;
|
|
30757
|
-
--transY: 1px;
|
|
30758
|
-
background: var(--background-color-active, var(--background-color));
|
|
30759
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30760
|
-
}
|
|
30761
|
-
.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 {
|
|
30762
|
-
background: var(--background-color-focus, var(--background-color));
|
|
30763
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30764
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30765
|
-
}
|
|
30766
|
-
.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 {
|
|
30767
|
-
color: var(--color-disabled, var(--color));
|
|
30768
|
-
background: var(--background-color-disabled, var(--background-color));
|
|
30769
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30770
|
-
opacity: 0.5;
|
|
30771
|
-
}
|
|
30772
|
-
.buj61ew.ant-btn-link[disabled] {
|
|
30773
|
-
color: #0080ff;
|
|
30774
|
-
opacity: 0.5;
|
|
30775
|
-
}
|
|
30776
|
-
.buj61ew.ant-btn-primary {
|
|
30777
|
-
--color: #fff;
|
|
30778
|
-
--font-weight: bold;
|
|
30779
|
-
--border-width: 0;
|
|
30780
|
-
--background-color: #0080ff;
|
|
30781
|
-
--background-color-hover: #009dff;
|
|
30782
|
-
--background-color-active: #005ed1;
|
|
30783
|
-
--background-color-focus: #0080ff;
|
|
30784
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30785
|
-
}
|
|
30786
|
-
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
30787
|
-
--background-color: #f0483e;
|
|
30788
|
-
--background-color-hover: #ff5252;
|
|
30789
|
-
--background-color-active: #c73d31;
|
|
30790
|
-
--background-color-focus: #ff5252;
|
|
30791
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30792
|
-
}
|
|
30793
|
-
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
30794
|
-
--background-color: #fea008;
|
|
30795
|
-
--background-color-hover: #feba33;
|
|
30796
|
-
--background-color-active: #e07f00;
|
|
30797
|
-
--background-color-focus: #fea008;
|
|
30798
|
-
}
|
|
30799
|
-
.buj61ew.ant-btn-secondary {
|
|
30800
|
-
--color: #0080ff;
|
|
30801
|
-
--font-weight: bold;
|
|
30802
|
-
--border-width: 0;
|
|
30803
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
30804
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30805
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30806
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
30807
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30808
|
-
}
|
|
30809
|
-
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
30810
|
-
--color: #f0483e;
|
|
30811
|
-
--background-color: rgba(255, 74, 74, 0.1);
|
|
30812
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30813
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30814
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
30815
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30816
|
-
}
|
|
30817
|
-
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
30818
|
-
--color: #fea008;
|
|
30819
|
-
--background-color: rgba(255, 187, 0, 0.1);
|
|
30820
|
-
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
30821
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
30822
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
30823
|
-
}
|
|
30824
|
-
.buj61ew.ant-btn-tertiary {
|
|
30825
|
-
--color: #0080ff;
|
|
30826
|
-
--font-weight: bold;
|
|
30827
|
-
--border-width: 0;
|
|
30828
|
-
--background-color: #fff;
|
|
30829
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30830
|
-
box-shadow: none;
|
|
30831
|
-
}
|
|
30832
|
-
.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 {
|
|
30833
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30834
|
-
}
|
|
30835
|
-
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
30836
|
-
--color: #f0483e;
|
|
30837
|
-
--background-color: #fff;
|
|
30838
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30839
|
-
}
|
|
30840
|
-
.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 {
|
|
30841
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
30842
|
-
}
|
|
30843
|
-
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
30844
|
-
--color: #fea008;
|
|
30845
|
-
--background-color: #fff;
|
|
30846
|
-
}
|
|
30847
|
-
.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 {
|
|
30848
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
30849
|
-
}
|
|
30850
|
-
.buj61ew.ant-btn-ordinary {
|
|
30851
|
-
--color: #1d326c;
|
|
30852
|
-
--border-color: #ccd4e3;
|
|
30853
|
-
--background-color: #fff;
|
|
30854
|
-
--background-color-hover: #edf0f7;
|
|
30855
|
-
--background-color-active: #e4e9f2;
|
|
30856
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30857
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30906
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30907
|
+
border-radius: 4px;
|
|
30858
30908
|
}
|
|
30859
|
-
.
|
|
30860
|
-
|
|
30909
|
+
.kypn5o5.input-tags {
|
|
30910
|
+
position: relative;
|
|
30911
|
+
padding: 6px;
|
|
30912
|
+
height: 32px;
|
|
30913
|
+
cursor: pointer;
|
|
30914
|
+
transition: border 150ms;
|
|
30861
30915
|
}
|
|
30862
|
-
.
|
|
30863
|
-
|
|
30864
|
-
|
|
30865
|
-
--background-color: #fff;
|
|
30866
|
-
--background-color-hover: linear-gradient(
|
|
30867
|
-
0deg,
|
|
30868
|
-
rgba(0, 136, 255, 0.16),
|
|
30869
|
-
rgba(0, 136, 255, 0.16)
|
|
30870
|
-
),
|
|
30871
|
-
#ffffff;
|
|
30872
|
-
--background-color-active: linear-gradient(
|
|
30873
|
-
0deg,
|
|
30874
|
-
rgba(0, 136, 255, 0.2),
|
|
30875
|
-
rgba(0, 136, 255, 0.2)
|
|
30876
|
-
),
|
|
30877
|
-
#ffffff;
|
|
30878
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30879
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30916
|
+
.kypn5o5.input-tags:hover {
|
|
30917
|
+
border-color: #0080ff;
|
|
30918
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30880
30919
|
}
|
|
30881
|
-
.
|
|
30882
|
-
|
|
30883
|
-
--border-color: #f0483e;
|
|
30884
|
-
--background-color: #fff;
|
|
30885
|
-
--background-color-hover: linear-gradient(
|
|
30886
|
-
0deg,
|
|
30887
|
-
rgba(255, 74, 74, 0.16),
|
|
30888
|
-
rgba(255, 74, 74, 0.16)
|
|
30889
|
-
),
|
|
30890
|
-
#ffffff;
|
|
30891
|
-
--background-color-active: linear-gradient(
|
|
30892
|
-
0deg,
|
|
30893
|
-
rgba(255, 74, 74, 0.2),
|
|
30894
|
-
rgba(255, 74, 74, 0.2)
|
|
30895
|
-
),
|
|
30896
|
-
#ffffff;
|
|
30897
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30920
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
30921
|
+
padding-right: 30px;
|
|
30898
30922
|
}
|
|
30899
|
-
.
|
|
30900
|
-
|
|
30901
|
-
--border-color: #fff;
|
|
30902
|
-
--background-color: #fff;
|
|
30903
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30904
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30905
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30906
|
-
box-shadow: none;
|
|
30923
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
30924
|
+
display: flex;
|
|
30907
30925
|
}
|
|
30908
|
-
.
|
|
30909
|
-
|
|
30910
|
-
--border-color: #fff;
|
|
30911
|
-
--background-color: #fff;
|
|
30912
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30913
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30914
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30915
|
-
box-shadow: none;
|
|
30926
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30927
|
+
display: flex;
|
|
30916
30928
|
}
|
|
30917
|
-
.
|
|
30918
|
-
|
|
30919
|
-
|
|
30920
|
-
|
|
30921
|
-
|
|
30929
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
30930
|
+
position: absolute;
|
|
30931
|
+
right: 12px;
|
|
30932
|
+
top: 50%;
|
|
30933
|
+
transform: translateY(-50%);
|
|
30922
30934
|
}
|
|
30923
|
-
.
|
|
30924
|
-
|
|
30925
|
-
|
|
30926
|
-
|
|
30927
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30928
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30929
|
-
--background-color-focus: #fff;
|
|
30930
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30931
|
-
box-shadow: none;
|
|
30935
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30936
|
+
color: rgba(0, 0, 0, 0.25);
|
|
30937
|
+
font-size: 12px;
|
|
30938
|
+
cursor: pointer;
|
|
30932
30939
|
}
|
|
30933
|
-
.
|
|
30934
|
-
|
|
30935
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30936
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30937
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30940
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30941
|
+
color: rgba(0, 0, 0, 0.45);
|
|
30938
30942
|
}
|
|
30939
|
-
.
|
|
30940
|
-
|
|
30941
|
-
|
|
30942
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30943
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30944
|
-
--background-color-focus: #fff;
|
|
30945
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30943
|
+
.kypn5o5.has-focus-indicator {
|
|
30944
|
+
position: relative;
|
|
30945
|
+
overflow: hidden;
|
|
30946
30946
|
}
|
|
30947
|
-
.
|
|
30948
|
-
|
|
30949
|
-
|
|
30947
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
30948
|
+
position: absolute;
|
|
30949
|
+
top: 50%;
|
|
30950
|
+
transform: translateY(-50%);
|
|
30951
|
+
left: -16px;
|
|
30952
|
+
transition: left 150ms ease;
|
|
30953
|
+
opacity: 0;
|
|
30950
30954
|
}
|
|
30951
|
-
.
|
|
30952
|
-
|
|
30953
|
-
|
|
30955
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30956
|
+
left: 8px;
|
|
30957
|
+
opacity: 1;
|
|
30954
30958
|
}
|
|
30955
|
-
.
|
|
30956
|
-
|
|
30957
|
-
|
|
30959
|
+
.kypn5o5.has-focus-indicator input {
|
|
30960
|
+
transition: margin-left 150ms ease;
|
|
30961
|
+
margin-left: 0px;
|
|
30958
30962
|
}
|
|
30959
|
-
|
|
30960
|
-
|
|
30961
|
-
padding: 0;
|
|
30963
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
30964
|
+
margin-left: 16px;
|
|
30962
30965
|
}
|
|
30963
30966
|
|
|
30964
|
-
.
|
|
30965
|
-
|
|
30966
|
-
|
|
30967
|
+
input.l1ki27se.ant-input {
|
|
30968
|
+
border-top-right-radius: 0;
|
|
30969
|
+
border-bottom-right-radius: 0;
|
|
30967
30970
|
}
|
|
30968
|
-
|
|
30969
|
-
|
|
30970
|
-
|
|
30971
|
-
|
|
30971
|
+
|
|
30972
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
30973
|
+
border-top-right-radius: 0;
|
|
30974
|
+
border-bottom-right-radius: 0;
|
|
30972
30975
|
}
|
|
30973
|
-
|
|
30974
|
-
.
|
|
30975
|
-
|
|
30976
|
+
|
|
30977
|
+
input.rrg1fkn.ant-input {
|
|
30978
|
+
border-top-left-radius: 0;
|
|
30979
|
+
border-bottom-left-radius: 0;
|
|
30976
30980
|
}
|
|
30977
|
-
|
|
30978
|
-
.
|
|
30979
|
-
|
|
30981
|
+
|
|
30982
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
30983
|
+
border-top-left-radius: 0;
|
|
30984
|
+
border-bottom-left-radius: 0;
|
|
30980
30985
|
}
|
|
30981
30986
|
|
|
30982
|
-
.
|
|
30983
|
-
|
|
30984
|
-
|
|
30985
|
-
min-height: 124px;
|
|
30986
|
-
display: flex;
|
|
30987
|
-
flex-direction: column;
|
|
30988
|
-
justify-content: center;
|
|
30989
|
-
align-items: center;
|
|
30987
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30988
|
+
border-top-right-radius: 0;
|
|
30989
|
+
border-bottom-right-radius: 0;
|
|
30990
30990
|
}
|
|
30991
|
-
|
|
30992
|
-
|
|
30993
|
-
|
|
30994
|
-
|
|
30991
|
+
|
|
30992
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30993
|
+
border-top-left-radius: 0;
|
|
30994
|
+
border-bottom-left-radius: 0;
|
|
30995
30995
|
}
|
|
30996
30996
|
|
|
30997
30997
|
.s34f1qb.ant-switch {
|
|
@@ -32775,6 +32775,37 @@ input.rrg1fkn.ant-input {
|
|
|
32775
32775
|
transform: translateY(-4px);
|
|
32776
32776
|
}
|
|
32777
32777
|
|
|
32778
|
+
.f1p9ti6d {
|
|
32779
|
+
width: 100%;
|
|
32780
|
+
margin-bottom: 0 !important;
|
|
32781
|
+
flex-flow: nowrap !important;
|
|
32782
|
+
line-break: auto;
|
|
32783
|
+
}
|
|
32784
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
32785
|
+
text-align: left !important;
|
|
32786
|
+
padding-bottom: 0 !important;
|
|
32787
|
+
}
|
|
32788
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
32789
|
+
min-height: 32px;
|
|
32790
|
+
height: auto;
|
|
32791
|
+
font-size: 13px;
|
|
32792
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32793
|
+
white-space: normal;
|
|
32794
|
+
}
|
|
32795
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32796
|
+
border-color: #ff4d4f !important;
|
|
32797
|
+
}
|
|
32798
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
32799
|
+
margin-top: 4px;
|
|
32800
|
+
font-size: 12px;
|
|
32801
|
+
min-height: 0px;
|
|
32802
|
+
}
|
|
32803
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
32804
|
+
font-size: 12px;
|
|
32805
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32806
|
+
min-height: 0px;
|
|
32807
|
+
}
|
|
32808
|
+
|
|
32778
32809
|
.tc40oxa {
|
|
32779
32810
|
margin-bottom: 4px;
|
|
32780
32811
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32968,37 +32999,6 @@ input.rrg1fkn.ant-input {
|
|
|
32968
32999
|
margin-right: 8px;
|
|
32969
33000
|
}
|
|
32970
33001
|
|
|
32971
|
-
.f1p9ti6d {
|
|
32972
|
-
width: 100%;
|
|
32973
|
-
margin-bottom: 0 !important;
|
|
32974
|
-
flex-flow: nowrap !important;
|
|
32975
|
-
line-break: auto;
|
|
32976
|
-
}
|
|
32977
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32978
|
-
text-align: left !important;
|
|
32979
|
-
padding-bottom: 0 !important;
|
|
32980
|
-
}
|
|
32981
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32982
|
-
min-height: 32px;
|
|
32983
|
-
height: auto;
|
|
32984
|
-
font-size: 13px;
|
|
32985
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32986
|
-
white-space: normal;
|
|
32987
|
-
}
|
|
32988
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32989
|
-
border-color: #ff4d4f !important;
|
|
32990
|
-
}
|
|
32991
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
32992
|
-
margin-top: 4px;
|
|
32993
|
-
font-size: 12px;
|
|
32994
|
-
min-height: 0px;
|
|
32995
|
-
}
|
|
32996
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
32997
|
-
font-size: 12px;
|
|
32998
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32999
|
-
min-height: 0px;
|
|
33000
|
-
}
|
|
33001
|
-
|
|
33002
33002
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33003
33003
|
display: var(--at4ovwe-0);
|
|
33004
33004
|
}
|
|
@@ -33057,11 +33057,6 @@ input.rrg1fkn.ant-input {
|
|
|
33057
33057
|
margin-right: 4px;
|
|
33058
33058
|
}
|
|
33059
33059
|
|
|
33060
|
-
.iwsze0q {
|
|
33061
|
-
margin-right: 4px;
|
|
33062
|
-
height: 16px;
|
|
33063
|
-
}
|
|
33064
|
-
|
|
33065
33060
|
.sut42l0 {
|
|
33066
33061
|
padding: 0 8px;
|
|
33067
33062
|
height: 18px;
|
|
@@ -33081,6 +33076,11 @@ input.rrg1fkn.ant-input {
|
|
|
33081
33076
|
height: 16px;
|
|
33082
33077
|
}
|
|
33083
33078
|
|
|
33079
|
+
.iwsze0q {
|
|
33080
|
+
margin-right: 4px;
|
|
33081
|
+
height: 16px;
|
|
33082
|
+
}
|
|
33083
|
+
|
|
33084
33084
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33085
33085
|
display: var(--a6dbbkm-0);
|
|
33086
33086
|
}
|