@cloudtower/eagle 0.26.20 → 0.26.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +339 -335
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +688 -684
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -29919,403 +29919,140 @@ html body {
|
|
|
29919
29919
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29920
29920
|
}
|
|
29921
29921
|
}
|
|
29922
|
-
.
|
|
29923
|
-
|
|
29922
|
+
.iap75of {
|
|
29923
|
+
height: 18px;
|
|
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;
|
|
29924
29933
|
}
|
|
29925
|
-
|
|
29926
|
-
|
|
29934
|
+
|
|
29935
|
+
.obf05yr {
|
|
29936
|
+
display: inline-block;
|
|
29927
29937
|
}
|
|
29928
|
-
|
|
29929
|
-
|
|
29930
|
-
|
|
29931
|
-
|
|
29932
|
-
line-height: 22px;
|
|
29933
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
29934
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
29938
|
+
|
|
29939
|
+
.hsms1n6 {
|
|
29940
|
+
visibility: hidden;
|
|
29941
|
+
position: absolute;
|
|
29935
29942
|
}
|
|
29936
|
-
|
|
29937
|
-
|
|
29943
|
+
|
|
29944
|
+
.p12gwtiw {
|
|
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;
|
|
29938
29951
|
line-height: 24px;
|
|
29939
|
-
padding: 8px 16px;
|
|
29940
29952
|
}
|
|
29941
|
-
.
|
|
29953
|
+
.p12gwtiw .pagination-left {
|
|
29942
29954
|
padding: 2px 8px;
|
|
29943
|
-
height: 24px;
|
|
29944
|
-
line-height: 20px;
|
|
29945
29955
|
}
|
|
29946
|
-
.
|
|
29947
|
-
|
|
29956
|
+
.p12gwtiw .dropdown-trigger {
|
|
29957
|
+
display: flex;
|
|
29958
|
+
align-items: center;
|
|
29959
|
+
border-radius: 6px;
|
|
29960
|
+
cursor: pointer;
|
|
29961
|
+
transition: all 0.3s ease;
|
|
29948
29962
|
}
|
|
29949
|
-
.
|
|
29950
|
-
|
|
29951
|
-
|
|
29952
|
-
background: var(--background-color, #fff);
|
|
29953
|
-
border-width: var(--border-width, 1px);
|
|
29954
|
-
border-color: var(--border-color, #d9d9d9);
|
|
29963
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
29964
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29965
|
+
color: #0080ff;
|
|
29955
29966
|
}
|
|
29956
|
-
.
|
|
29957
|
-
|
|
29967
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
29968
|
+
margin-left: 4px;
|
|
29958
29969
|
}
|
|
29959
|
-
.
|
|
29960
|
-
|
|
29970
|
+
.p12gwtiw .pagination-right {
|
|
29971
|
+
display: flex;
|
|
29972
|
+
align-items: center;
|
|
29973
|
+
color: #0080ff;
|
|
29974
|
+
font-weight: bold;
|
|
29961
29975
|
}
|
|
29962
|
-
.
|
|
29963
|
-
|
|
29964
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
29976
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
29977
|
+
margin-left: 4px;
|
|
29965
29978
|
}
|
|
29966
|
-
.
|
|
29967
|
-
|
|
29968
|
-
|
|
29969
|
-
background: var(--background-color-active, var(--background-color));
|
|
29970
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
29979
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
29980
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
29981
|
+
padding: 0 8px;
|
|
29971
29982
|
}
|
|
29972
|
-
.
|
|
29973
|
-
|
|
29974
|
-
|
|
29975
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
29983
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
29984
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
29985
|
+
color: #0080ff;
|
|
29976
29986
|
}
|
|
29977
|
-
.
|
|
29978
|
-
|
|
29979
|
-
background: var(--background-color-disabled, var(--background-color));
|
|
29980
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
29981
|
-
opacity: 0.5;
|
|
29987
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
29988
|
+
transform: rotate(180deg);
|
|
29982
29989
|
}
|
|
29983
|
-
|
|
29984
|
-
|
|
29985
|
-
|
|
29990
|
+
|
|
29991
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
29992
|
+
max-height: calc(100vh - 128px);
|
|
29993
|
+
overflow-y: auto;
|
|
29986
29994
|
}
|
|
29987
|
-
.
|
|
29988
|
-
|
|
29989
|
-
|
|
29990
|
-
|
|
29991
|
-
--background-color: #0080ff;
|
|
29992
|
-
--background-color-hover: #009dff;
|
|
29993
|
-
--background-color-active: #005ed1;
|
|
29994
|
-
--background-color-focus: #0080ff;
|
|
29995
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29995
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29996
|
+
padding: 4px 20px;
|
|
29997
|
+
font-size: 12px;
|
|
29998
|
+
line-height: 18px;
|
|
29996
29999
|
}
|
|
29997
|
-
|
|
29998
|
-
|
|
29999
|
-
|
|
30000
|
-
|
|
30001
|
-
|
|
30002
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30000
|
+
|
|
30001
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30002
|
+
display: inline-flex;
|
|
30003
|
+
align-items: baseline;
|
|
30004
|
+
white-space: pre-wrap;
|
|
30003
30005
|
}
|
|
30004
|
-
.
|
|
30005
|
-
|
|
30006
|
-
|
|
30007
|
-
--background-color-active: #e07f00;
|
|
30008
|
-
--background-color-focus: #fea008;
|
|
30006
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30007
|
+
position: relative;
|
|
30008
|
+
top: 3px;
|
|
30009
30009
|
}
|
|
30010
|
-
.
|
|
30011
|
-
|
|
30012
|
-
--font-weight: bold;
|
|
30013
|
-
--border-width: 0;
|
|
30014
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
30015
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30016
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30017
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
30018
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30010
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30011
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30019
30012
|
}
|
|
30020
|
-
.
|
|
30021
|
-
|
|
30022
|
-
--background-color: rgba(255, 74, 74, 0.1);
|
|
30023
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30024
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30025
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
30026
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30013
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30014
|
+
border-color: #0080ff;
|
|
30027
30015
|
}
|
|
30028
|
-
.
|
|
30029
|
-
|
|
30030
|
-
|
|
30031
|
-
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
30032
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
30033
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
30016
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30017
|
+
border-color: #0080ff;
|
|
30018
|
+
background: #0080ff;
|
|
30034
30019
|
}
|
|
30035
|
-
.
|
|
30036
|
-
|
|
30037
|
-
|
|
30038
|
-
|
|
30039
|
-
|
|
30040
|
-
|
|
30041
|
-
box-shadow: none;
|
|
30020
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30021
|
+
top: 4px;
|
|
30022
|
+
left: 4px;
|
|
30023
|
+
width: 6px;
|
|
30024
|
+
height: 6px;
|
|
30025
|
+
background: #fff;
|
|
30042
30026
|
}
|
|
30043
|
-
.
|
|
30044
|
-
|
|
30027
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30028
|
+
opacity: 0.5;
|
|
30045
30029
|
}
|
|
30046
|
-
.
|
|
30047
|
-
|
|
30048
|
-
|
|
30049
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30030
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30031
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30032
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30050
30033
|
}
|
|
30051
|
-
.
|
|
30052
|
-
|
|
30034
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30035
|
+
background: #00122e;
|
|
30053
30036
|
}
|
|
30054
|
-
.
|
|
30055
|
-
|
|
30056
|
-
|
|
30037
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30038
|
+
color: #00122e;
|
|
30039
|
+
opacity: 0.5;
|
|
30057
30040
|
}
|
|
30058
|
-
.
|
|
30059
|
-
|
|
30041
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30042
|
+
color: #00122e;
|
|
30060
30043
|
}
|
|
30061
|
-
.
|
|
30062
|
-
|
|
30063
|
-
|
|
30064
|
-
|
|
30065
|
-
--background-color-hover: #edf0f7;
|
|
30066
|
-
--background-color-active: #e4e9f2;
|
|
30067
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30068
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30044
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30045
|
+
display: inline-block;
|
|
30046
|
+
padding: 0;
|
|
30047
|
+
padding-left: 12px;
|
|
30069
30048
|
}
|
|
30070
|
-
.
|
|
30071
|
-
|
|
30049
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30050
|
+
margin-bottom: 0;
|
|
30051
|
+
white-space: pre-wrap;
|
|
30052
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30072
30053
|
}
|
|
30073
|
-
.
|
|
30074
|
-
|
|
30075
|
-
--border-color: #0080ff;
|
|
30076
|
-
--background-color: #fff;
|
|
30077
|
-
--background-color-hover: linear-gradient(
|
|
30078
|
-
0deg,
|
|
30079
|
-
rgba(0, 136, 255, 0.16),
|
|
30080
|
-
rgba(0, 136, 255, 0.16)
|
|
30081
|
-
),
|
|
30082
|
-
#ffffff;
|
|
30083
|
-
--background-color-active: linear-gradient(
|
|
30084
|
-
0deg,
|
|
30085
|
-
rgba(0, 136, 255, 0.2),
|
|
30086
|
-
rgba(0, 136, 255, 0.2)
|
|
30087
|
-
),
|
|
30088
|
-
#ffffff;
|
|
30089
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30090
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30091
|
-
}
|
|
30092
|
-
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
30093
|
-
--color: #f0483e;
|
|
30094
|
-
--border-color: #f0483e;
|
|
30095
|
-
--background-color: #fff;
|
|
30096
|
-
--background-color-hover: linear-gradient(
|
|
30097
|
-
0deg,
|
|
30098
|
-
rgba(255, 74, 74, 0.16),
|
|
30099
|
-
rgba(255, 74, 74, 0.16)
|
|
30100
|
-
),
|
|
30101
|
-
#ffffff;
|
|
30102
|
-
--background-color-active: linear-gradient(
|
|
30103
|
-
0deg,
|
|
30104
|
-
rgba(255, 74, 74, 0.2),
|
|
30105
|
-
rgba(255, 74, 74, 0.2)
|
|
30106
|
-
),
|
|
30107
|
-
#ffffff;
|
|
30108
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30109
|
-
}
|
|
30110
|
-
.buj61ew.ant-btn-ordinary-onTint {
|
|
30111
|
-
--color: #1d326c;
|
|
30112
|
-
--border-color: #fff;
|
|
30113
|
-
--background-color: #fff;
|
|
30114
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30115
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30116
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30117
|
-
box-shadow: none;
|
|
30118
|
-
}
|
|
30119
|
-
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
30120
|
-
--color: #0080ff;
|
|
30121
|
-
--border-color: #fff;
|
|
30122
|
-
--background-color: #fff;
|
|
30123
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30124
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30125
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30126
|
-
box-shadow: none;
|
|
30127
|
-
}
|
|
30128
|
-
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
30129
|
-
--color: #f0483e;
|
|
30130
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30131
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30132
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30133
|
-
}
|
|
30134
|
-
.buj61ew.ant-btn-quiet {
|
|
30135
|
-
--color: rgba(44, 56, 82, 0.6);
|
|
30136
|
-
--border-width: 0;
|
|
30137
|
-
--background-color: transparent;
|
|
30138
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30139
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30140
|
-
--background-color-focus: #fff;
|
|
30141
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30142
|
-
box-shadow: none;
|
|
30143
|
-
}
|
|
30144
|
-
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
30145
|
-
--color: #f0483e;
|
|
30146
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30147
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30148
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30149
|
-
}
|
|
30150
|
-
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
30151
|
-
--color: #0080ff;
|
|
30152
|
-
--background-color: transparent;
|
|
30153
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30154
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30155
|
-
--background-color-focus: #fff;
|
|
30156
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30157
|
-
}
|
|
30158
|
-
.buj61ew.has-icon {
|
|
30159
|
-
display: inline-flex;
|
|
30160
|
-
align-items: center;
|
|
30161
|
-
justify-content: center;
|
|
30162
|
-
}
|
|
30163
|
-
.buj61ew .button-prefix-icon {
|
|
30164
|
-
margin-right: 8px;
|
|
30165
|
-
display: inline-flex;
|
|
30166
|
-
}
|
|
30167
|
-
.buj61ew .button-suffix-icon {
|
|
30168
|
-
margin-left: 8px;
|
|
30169
|
-
display: inline-flex;
|
|
30170
|
-
}
|
|
30171
|
-
.buj61ew .icon-wrapper {
|
|
30172
|
-
display: flex;
|
|
30173
|
-
justify-content: center;
|
|
30174
|
-
}
|
|
30175
|
-
|
|
30176
|
-
.nchllas {
|
|
30177
|
-
padding: 0;
|
|
30178
|
-
}
|
|
30179
|
-
|
|
30180
|
-
.bpq0js6 {
|
|
30181
|
-
padding: 4px 11px;
|
|
30182
|
-
}
|
|
30183
|
-
|
|
30184
|
-
.b15sn34c {
|
|
30185
|
-
white-space: nowrap;
|
|
30186
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30187
|
-
}
|
|
30188
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30189
|
-
--color: #0080ff;
|
|
30190
|
-
}
|
|
30191
|
-
.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] {
|
|
30192
|
-
--color: #0080ff;
|
|
30193
|
-
}
|
|
30194
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30195
|
-
margin-left: 1px;
|
|
30196
|
-
}
|
|
30197
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30198
|
-
border-top-right-radius: 0;
|
|
30199
|
-
border-bottom-right-radius: 0;
|
|
30200
|
-
}
|
|
30201
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30202
|
-
border-top-left-radius: 0;
|
|
30203
|
-
border-bottom-left-radius: 0;
|
|
30204
|
-
}
|
|
30205
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30206
|
-
border-radius: unset;
|
|
30207
|
-
}
|
|
30208
|
-
|
|
30209
|
-
.fde5mpd {
|
|
30210
|
-
width: 100%;
|
|
30211
|
-
height: 100%;
|
|
30212
|
-
min-height: 124px;
|
|
30213
|
-
display: flex;
|
|
30214
|
-
flex-direction: column;
|
|
30215
|
-
justify-content: center;
|
|
30216
|
-
align-items: center;
|
|
30217
|
-
}
|
|
30218
|
-
.fde5mpd .error-text {
|
|
30219
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30220
|
-
margin-bottom: 16px;
|
|
30221
|
-
font-size: 18px;
|
|
30222
|
-
}
|
|
30223
|
-
|
|
30224
|
-
.i1mrf09m {
|
|
30225
|
-
display: inline-flex;
|
|
30226
|
-
align-items: center;
|
|
30227
|
-
}
|
|
30228
|
-
.i1mrf09m .icon-inner {
|
|
30229
|
-
display: inline-flex;
|
|
30230
|
-
align-items: center;
|
|
30231
|
-
justify-content: center;
|
|
30232
|
-
}
|
|
30233
|
-
.i1mrf09m .icon-inner + span,
|
|
30234
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
30235
|
-
margin-left: 4px;
|
|
30236
|
-
}
|
|
30237
|
-
.i1mrf09m.is-rotate img,
|
|
30238
|
-
.i1mrf09m.is-rotate svg {
|
|
30239
|
-
animation: rotate 680ms linear infinite;
|
|
30240
|
-
}
|
|
30241
|
-
|
|
30242
|
-
.iap75of {
|
|
30243
|
-
height: 18px;
|
|
30244
|
-
line-height: 18px;
|
|
30245
|
-
padding: 0 4px;
|
|
30246
|
-
border-radius: 4px;
|
|
30247
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30248
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30249
|
-
display: flex;
|
|
30250
|
-
align-items: center;
|
|
30251
|
-
white-space: nowrap;
|
|
30252
|
-
margin-right: 4px;
|
|
30253
|
-
}
|
|
30254
|
-
|
|
30255
|
-
.obf05yr {
|
|
30256
|
-
display: inline-block;
|
|
30257
|
-
}
|
|
30258
|
-
|
|
30259
|
-
.hsms1n6 {
|
|
30260
|
-
visibility: hidden;
|
|
30261
|
-
position: absolute;
|
|
30262
|
-
}
|
|
30263
|
-
|
|
30264
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
30265
|
-
display: inline-flex;
|
|
30266
|
-
align-items: baseline;
|
|
30267
|
-
white-space: pre-wrap;
|
|
30268
|
-
}
|
|
30269
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30270
|
-
position: relative;
|
|
30271
|
-
top: 3px;
|
|
30272
|
-
}
|
|
30273
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30274
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30275
|
-
}
|
|
30276
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30277
|
-
border-color: #0080ff;
|
|
30278
|
-
}
|
|
30279
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30280
|
-
border-color: #0080ff;
|
|
30281
|
-
background: #0080ff;
|
|
30282
|
-
}
|
|
30283
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30284
|
-
top: 4px;
|
|
30285
|
-
left: 4px;
|
|
30286
|
-
width: 6px;
|
|
30287
|
-
height: 6px;
|
|
30288
|
-
background: #fff;
|
|
30289
|
-
}
|
|
30290
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30291
|
-
opacity: 0.5;
|
|
30292
|
-
}
|
|
30293
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30294
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30295
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30296
|
-
}
|
|
30297
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30298
|
-
background: #00122e;
|
|
30299
|
-
}
|
|
30300
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30301
|
-
color: #00122e;
|
|
30302
|
-
opacity: 0.5;
|
|
30303
|
-
}
|
|
30304
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30305
|
-
color: #00122e;
|
|
30306
|
-
}
|
|
30307
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30308
|
-
display: inline-block;
|
|
30309
|
-
padding: 0;
|
|
30310
|
-
padding-left: 12px;
|
|
30311
|
-
}
|
|
30312
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30313
|
-
margin-bottom: 0;
|
|
30314
|
-
white-space: pre-wrap;
|
|
30315
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30316
|
-
}
|
|
30317
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30318
|
-
padding-left: 8px;
|
|
30054
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30055
|
+
padding-left: 8px;
|
|
30319
30056
|
}
|
|
30320
30057
|
|
|
30321
30058
|
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
@@ -30407,61 +30144,379 @@ html body {
|
|
|
30407
30144
|
width: 36px;
|
|
30408
30145
|
}
|
|
30409
30146
|
|
|
30410
|
-
.
|
|
30411
|
-
|
|
30412
|
-
|
|
30413
|
-
|
|
30414
|
-
|
|
30415
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30416
|
-
font-size: 12px;
|
|
30417
|
-
line-height: 24px;
|
|
30147
|
+
.s34f1qb.ant-switch {
|
|
30148
|
+
min-width: 40px;
|
|
30149
|
+
height: 24px;
|
|
30150
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30151
|
+
overflow: hidden;
|
|
30418
30152
|
}
|
|
30419
|
-
.
|
|
30420
|
-
|
|
30153
|
+
.s34f1qb.ant-switch:focus {
|
|
30154
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30421
30155
|
}
|
|
30422
|
-
.
|
|
30423
|
-
|
|
30424
|
-
|
|
30425
|
-
border-radius: 6px;
|
|
30426
|
-
cursor: pointer;
|
|
30427
|
-
transition: all 0.3s ease;
|
|
30156
|
+
.s34f1qb.ant-switch-small {
|
|
30157
|
+
min-width: 26px;
|
|
30158
|
+
height: 16px;
|
|
30428
30159
|
}
|
|
30429
|
-
.
|
|
30430
|
-
|
|
30431
|
-
|
|
30160
|
+
.s34f1qb.ant-switch-large {
|
|
30161
|
+
min-width: 52px;
|
|
30162
|
+
height: 32px;
|
|
30432
30163
|
}
|
|
30433
|
-
.
|
|
30434
|
-
|
|
30164
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30165
|
+
height: 20px;
|
|
30166
|
+
width: 20px;
|
|
30435
30167
|
}
|
|
30436
|
-
.
|
|
30437
|
-
|
|
30438
|
-
|
|
30439
|
-
color: #0080ff;
|
|
30440
|
-
font-weight: bold;
|
|
30168
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30169
|
+
border-radius: 10px;
|
|
30170
|
+
transition-delay: 120ms;
|
|
30441
30171
|
}
|
|
30442
|
-
.
|
|
30172
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30173
|
+
height: 14px;
|
|
30174
|
+
width: 14px;
|
|
30175
|
+
top: 1px;
|
|
30176
|
+
left: 1px;
|
|
30177
|
+
}
|
|
30178
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30179
|
+
height: 28px;
|
|
30180
|
+
width: 28px;
|
|
30181
|
+
}
|
|
30182
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30183
|
+
border-radius: 14px;
|
|
30184
|
+
}
|
|
30185
|
+
.s34f1qb.ant-switch-checked {
|
|
30186
|
+
background-color: #00ba5d;
|
|
30187
|
+
}
|
|
30188
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30189
|
+
left: calc(100% - 20px - 2px);
|
|
30190
|
+
}
|
|
30191
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30192
|
+
left: calc(100% - 14px - 1px);
|
|
30193
|
+
}
|
|
30194
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30195
|
+
left: calc(100% - 28px - 2px);
|
|
30196
|
+
}
|
|
30197
|
+
|
|
30198
|
+
.c1to9vb9 {
|
|
30199
|
+
margin-left: 5px;
|
|
30200
|
+
}
|
|
30201
|
+
|
|
30202
|
+
.i1mrf09m {
|
|
30203
|
+
display: inline-flex;
|
|
30204
|
+
align-items: center;
|
|
30205
|
+
}
|
|
30206
|
+
.i1mrf09m .icon-inner {
|
|
30207
|
+
display: inline-flex;
|
|
30208
|
+
align-items: center;
|
|
30209
|
+
justify-content: center;
|
|
30210
|
+
}
|
|
30211
|
+
.i1mrf09m .icon-inner + span,
|
|
30212
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
30443
30213
|
margin-left: 4px;
|
|
30444
30214
|
}
|
|
30445
|
-
.
|
|
30446
|
-
.
|
|
30447
|
-
|
|
30215
|
+
.i1mrf09m.is-rotate img,
|
|
30216
|
+
.i1mrf09m.is-rotate svg {
|
|
30217
|
+
animation: rotate 680ms linear infinite;
|
|
30448
30218
|
}
|
|
30449
|
-
|
|
30450
|
-
.
|
|
30219
|
+
|
|
30220
|
+
.fde5mpd {
|
|
30221
|
+
width: 100%;
|
|
30222
|
+
height: 100%;
|
|
30223
|
+
min-height: 124px;
|
|
30224
|
+
display: flex;
|
|
30225
|
+
flex-direction: column;
|
|
30226
|
+
justify-content: center;
|
|
30227
|
+
align-items: center;
|
|
30228
|
+
}
|
|
30229
|
+
.fde5mpd .error-text {
|
|
30230
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30231
|
+
margin-bottom: 16px;
|
|
30232
|
+
font-size: 18px;
|
|
30233
|
+
}
|
|
30234
|
+
|
|
30235
|
+
.bpq0js6 {
|
|
30236
|
+
padding: 4px 11px;
|
|
30237
|
+
}
|
|
30238
|
+
|
|
30239
|
+
.b15sn34c {
|
|
30240
|
+
white-space: nowrap;
|
|
30241
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30242
|
+
}
|
|
30243
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30244
|
+
--color: #0080ff;
|
|
30245
|
+
}
|
|
30246
|
+
.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] {
|
|
30247
|
+
--color: #0080ff;
|
|
30248
|
+
}
|
|
30249
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30250
|
+
margin-left: 1px;
|
|
30251
|
+
}
|
|
30252
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30253
|
+
border-top-right-radius: 0;
|
|
30254
|
+
border-bottom-right-radius: 0;
|
|
30255
|
+
}
|
|
30256
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30257
|
+
border-top-left-radius: 0;
|
|
30258
|
+
border-bottom-left-radius: 0;
|
|
30259
|
+
}
|
|
30260
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30261
|
+
border-radius: unset;
|
|
30262
|
+
}
|
|
30263
|
+
|
|
30264
|
+
.buj61ew.ant-btn-icon-only {
|
|
30265
|
+
justify-content: center;
|
|
30266
|
+
}
|
|
30267
|
+
.buj61ew.ant-btn.ant-btn-link {
|
|
30268
|
+
padding: 0;
|
|
30269
|
+
}
|
|
30270
|
+
.buj61ew.ant-btn {
|
|
30271
|
+
padding: 5px 12px;
|
|
30272
|
+
height: 32px;
|
|
30273
|
+
border-radius: 6px;
|
|
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);
|
|
30277
|
+
}
|
|
30278
|
+
.buj61ew.ant-btn.ant-btn-lg {
|
|
30279
|
+
height: 40px;
|
|
30280
|
+
line-height: 24px;
|
|
30281
|
+
padding: 8px 16px;
|
|
30282
|
+
}
|
|
30283
|
+
.buj61ew.ant-btn.ant-btn-sm {
|
|
30284
|
+
padding: 2px 8px;
|
|
30285
|
+
height: 24px;
|
|
30286
|
+
line-height: 20px;
|
|
30287
|
+
}
|
|
30288
|
+
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
30289
|
+
border-radius: 50%;
|
|
30290
|
+
}
|
|
30291
|
+
.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 {
|
|
30292
|
+
color: var(--color, #06101f);
|
|
30293
|
+
font-weight: var(--font-weight);
|
|
30294
|
+
background: var(--background-color, #fff);
|
|
30295
|
+
border-width: var(--border-width, 1px);
|
|
30296
|
+
border-color: var(--border-color, #d9d9d9);
|
|
30297
|
+
}
|
|
30298
|
+
.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 {
|
|
30299
|
+
display: none;
|
|
30300
|
+
}
|
|
30301
|
+
.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 {
|
|
30302
|
+
color: var(--color, inherit);
|
|
30303
|
+
}
|
|
30304
|
+
.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 {
|
|
30305
|
+
background: var(--background-color-hover, var(--background-color));
|
|
30306
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30307
|
+
}
|
|
30308
|
+
.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 {
|
|
30309
|
+
--scale: 1;
|
|
30310
|
+
--transY: 1px;
|
|
30311
|
+
background: var(--background-color-active, var(--background-color));
|
|
30312
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30313
|
+
}
|
|
30314
|
+
.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 {
|
|
30315
|
+
background: var(--background-color-focus, var(--background-color));
|
|
30316
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30317
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30318
|
+
}
|
|
30319
|
+
.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 {
|
|
30320
|
+
color: var(--color-disabled, var(--color));
|
|
30321
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
30322
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30323
|
+
opacity: 0.5;
|
|
30324
|
+
}
|
|
30325
|
+
.buj61ew.ant-btn-link[disabled] {
|
|
30451
30326
|
color: #0080ff;
|
|
30327
|
+
opacity: 0.5;
|
|
30452
30328
|
}
|
|
30453
|
-
.
|
|
30454
|
-
|
|
30329
|
+
.buj61ew.ant-btn-primary {
|
|
30330
|
+
--color: #fff;
|
|
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;
|
|
30351
|
+
}
|
|
30352
|
+
.buj61ew.ant-btn-secondary {
|
|
30353
|
+
--color: #0080ff;
|
|
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);
|
|
30361
|
+
}
|
|
30362
|
+
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
30363
|
+
--color: #f0483e;
|
|
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);
|
|
30369
|
+
}
|
|
30370
|
+
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
30371
|
+
--color: #fea008;
|
|
30372
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
30373
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
30374
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
30375
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
30376
|
+
}
|
|
30377
|
+
.buj61ew.ant-btn-tertiary {
|
|
30378
|
+
--color: #0080ff;
|
|
30379
|
+
--font-weight: bold;
|
|
30380
|
+
--border-width: 0;
|
|
30381
|
+
--background-color: #fff;
|
|
30382
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30383
|
+
box-shadow: none;
|
|
30384
|
+
}
|
|
30385
|
+
.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 {
|
|
30386
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30387
|
+
}
|
|
30388
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
30389
|
+
--color: #f0483e;
|
|
30390
|
+
--background-color: #fff;
|
|
30391
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30392
|
+
}
|
|
30393
|
+
.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 {
|
|
30394
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
30395
|
+
}
|
|
30396
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
30397
|
+
--color: #fea008;
|
|
30398
|
+
--background-color: #fff;
|
|
30399
|
+
}
|
|
30400
|
+
.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 {
|
|
30401
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
30402
|
+
}
|
|
30403
|
+
.buj61ew.ant-btn-ordinary {
|
|
30404
|
+
--color: #1d326c;
|
|
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);
|
|
30411
|
+
}
|
|
30412
|
+
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
30413
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30414
|
+
}
|
|
30415
|
+
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
30416
|
+
--color: #0080ff;
|
|
30417
|
+
--border-color: #0080ff;
|
|
30418
|
+
--background-color: #fff;
|
|
30419
|
+
--background-color-hover: linear-gradient(
|
|
30420
|
+
0deg,
|
|
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);
|
|
30433
|
+
}
|
|
30434
|
+
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
30435
|
+
--color: #f0483e;
|
|
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);
|
|
30451
|
+
}
|
|
30452
|
+
.buj61ew.ant-btn-ordinary-onTint {
|
|
30453
|
+
--color: #1d326c;
|
|
30454
|
+
--border-color: #fff;
|
|
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;
|
|
30460
|
+
}
|
|
30461
|
+
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
30462
|
+
--color: #0080ff;
|
|
30463
|
+
--border-color: #fff;
|
|
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;
|
|
30469
|
+
}
|
|
30470
|
+
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
30471
|
+
--color: #f0483e;
|
|
30472
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30473
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30474
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30475
|
+
}
|
|
30476
|
+
.buj61ew.ant-btn-quiet {
|
|
30477
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
30478
|
+
--border-width: 0;
|
|
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;
|
|
30485
|
+
}
|
|
30486
|
+
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
30487
|
+
--color: #f0483e;
|
|
30488
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30489
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30490
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30491
|
+
}
|
|
30492
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
30493
|
+
--color: #0080ff;
|
|
30494
|
+
--background-color: transparent;
|
|
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);
|
|
30499
|
+
}
|
|
30500
|
+
.buj61ew.has-icon {
|
|
30501
|
+
display: inline-flex;
|
|
30502
|
+
align-items: center;
|
|
30503
|
+
justify-content: center;
|
|
30504
|
+
}
|
|
30505
|
+
.buj61ew .button-prefix-icon {
|
|
30506
|
+
margin-right: 8px;
|
|
30507
|
+
display: inline-flex;
|
|
30508
|
+
}
|
|
30509
|
+
.buj61ew .button-suffix-icon {
|
|
30510
|
+
margin-left: 8px;
|
|
30511
|
+
display: inline-flex;
|
|
30455
30512
|
}
|
|
30456
|
-
|
|
30457
|
-
|
|
30458
|
-
|
|
30459
|
-
overflow-y: auto;
|
|
30513
|
+
.buj61ew .icon-wrapper {
|
|
30514
|
+
display: flex;
|
|
30515
|
+
justify-content: center;
|
|
30460
30516
|
}
|
|
30461
|
-
|
|
30462
|
-
|
|
30463
|
-
|
|
30464
|
-
line-height: 18px;
|
|
30517
|
+
|
|
30518
|
+
.nchllas {
|
|
30519
|
+
padding: 0;
|
|
30465
30520
|
}
|
|
30466
30521
|
|
|
30467
30522
|
.cz04yix {
|
|
@@ -30887,6 +30942,7 @@ html body {
|
|
|
30887
30942
|
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
30888
30943
|
border-color: rgba(107, 128, 167, 0.6);
|
|
30889
30944
|
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30945
|
+
z-index: 1;
|
|
30890
30946
|
}
|
|
30891
30947
|
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
30892
30948
|
border-color: #0096ff;
|
|
@@ -31074,61 +31130,6 @@ input.rrg1fkn.ant-input {
|
|
|
31074
31130
|
border-bottom-left-radius: 0;
|
|
31075
31131
|
}
|
|
31076
31132
|
|
|
31077
|
-
.s34f1qb.ant-switch {
|
|
31078
|
-
min-width: 40px;
|
|
31079
|
-
height: 24px;
|
|
31080
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31081
|
-
overflow: hidden;
|
|
31082
|
-
}
|
|
31083
|
-
.s34f1qb.ant-switch:focus {
|
|
31084
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31085
|
-
}
|
|
31086
|
-
.s34f1qb.ant-switch-small {
|
|
31087
|
-
min-width: 26px;
|
|
31088
|
-
height: 16px;
|
|
31089
|
-
}
|
|
31090
|
-
.s34f1qb.ant-switch-large {
|
|
31091
|
-
min-width: 52px;
|
|
31092
|
-
height: 32px;
|
|
31093
|
-
}
|
|
31094
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31095
|
-
height: 20px;
|
|
31096
|
-
width: 20px;
|
|
31097
|
-
}
|
|
31098
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31099
|
-
border-radius: 10px;
|
|
31100
|
-
transition-delay: 120ms;
|
|
31101
|
-
}
|
|
31102
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31103
|
-
height: 14px;
|
|
31104
|
-
width: 14px;
|
|
31105
|
-
top: 1px;
|
|
31106
|
-
left: 1px;
|
|
31107
|
-
}
|
|
31108
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31109
|
-
height: 28px;
|
|
31110
|
-
width: 28px;
|
|
31111
|
-
}
|
|
31112
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31113
|
-
border-radius: 14px;
|
|
31114
|
-
}
|
|
31115
|
-
.s34f1qb.ant-switch-checked {
|
|
31116
|
-
background-color: #00ba5d;
|
|
31117
|
-
}
|
|
31118
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31119
|
-
left: calc(100% - 20px - 2px);
|
|
31120
|
-
}
|
|
31121
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31122
|
-
left: calc(100% - 14px - 1px);
|
|
31123
|
-
}
|
|
31124
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31125
|
-
left: calc(100% - 28px - 2px);
|
|
31126
|
-
}
|
|
31127
|
-
|
|
31128
|
-
.c1to9vb9 {
|
|
31129
|
-
margin-left: 5px;
|
|
31130
|
-
}
|
|
31131
|
-
|
|
31132
31133
|
.t1upn1sz {
|
|
31133
31134
|
height: 100%;
|
|
31134
31135
|
}
|
|
@@ -32180,81 +32181,6 @@ input.rrg1fkn.ant-input {
|
|
|
32180
32181
|
color: rgba(44, 56, 82, 0.6);
|
|
32181
32182
|
}
|
|
32182
32183
|
|
|
32183
|
-
.s1uupxds {
|
|
32184
|
-
padding: 0 8px;
|
|
32185
|
-
border-radius: 4px;
|
|
32186
|
-
}
|
|
32187
|
-
|
|
32188
|
-
.m10sqwut {
|
|
32189
|
-
padding: 2px 8px;
|
|
32190
|
-
border-radius: 3px;
|
|
32191
|
-
}
|
|
32192
|
-
|
|
32193
|
-
.l1d492wb {
|
|
32194
|
-
padding: 3px 8px;
|
|
32195
|
-
border-radius: 2px;
|
|
32196
|
-
}
|
|
32197
|
-
|
|
32198
|
-
.t1lzavmu.ant-tag:hover {
|
|
32199
|
-
opacity: unset;
|
|
32200
|
-
}
|
|
32201
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32202
|
-
margin: 0;
|
|
32203
|
-
margin-right: 8px;
|
|
32204
|
-
display: inline-flex;
|
|
32205
|
-
align-items: center;
|
|
32206
|
-
border: none;
|
|
32207
|
-
}
|
|
32208
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32209
|
-
width: 16px;
|
|
32210
|
-
height: 16px;
|
|
32211
|
-
color: inherit;
|
|
32212
|
-
margin-left: 4px;
|
|
32213
|
-
opacity: 0.6;
|
|
32214
|
-
display: inline-flex;
|
|
32215
|
-
}
|
|
32216
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32217
|
-
opacity: 1;
|
|
32218
|
-
}
|
|
32219
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32220
|
-
color: #0080ff;
|
|
32221
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32222
|
-
}
|
|
32223
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32224
|
-
color: #f0483e;
|
|
32225
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32226
|
-
}
|
|
32227
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32228
|
-
color: #e07f00;
|
|
32229
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32230
|
-
}
|
|
32231
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32232
|
-
color: #008f4c;
|
|
32233
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32234
|
-
}
|
|
32235
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32236
|
-
color: #1d326c;
|
|
32237
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32238
|
-
}
|
|
32239
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32240
|
-
color: #fff;
|
|
32241
|
-
}
|
|
32242
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32243
|
-
background-color: #f0483e;
|
|
32244
|
-
}
|
|
32245
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32246
|
-
background-color: #fea008;
|
|
32247
|
-
}
|
|
32248
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32249
|
-
background-color: #00ba5d;
|
|
32250
|
-
}
|
|
32251
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32252
|
-
background-color: #0080ff;
|
|
32253
|
-
}
|
|
32254
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32255
|
-
background-color: #6b7d99;
|
|
32256
|
-
}
|
|
32257
|
-
|
|
32258
32184
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32259
32185
|
border-radius: 6px;
|
|
32260
32186
|
}
|
|
@@ -32312,165 +32238,79 @@ input.rrg1fkn.ant-input {
|
|
|
32312
32238
|
transform: rotate(180deg);
|
|
32313
32239
|
}
|
|
32314
32240
|
|
|
32315
|
-
.
|
|
32316
|
-
|
|
32317
|
-
|
|
32318
|
-
display: flex;
|
|
32319
|
-
align-items: center;
|
|
32320
|
-
justify-content: center;
|
|
32321
|
-
flex-direction: column;
|
|
32322
|
-
height: 100%;
|
|
32323
|
-
}
|
|
32324
|
-
.m1thnes4 .link {
|
|
32325
|
-
color: #0080ff;
|
|
32326
|
-
cursor: pointer;
|
|
32241
|
+
.s1uupxds {
|
|
32242
|
+
padding: 0 8px;
|
|
32243
|
+
border-radius: 4px;
|
|
32327
32244
|
}
|
|
32328
32245
|
|
|
32329
|
-
.
|
|
32330
|
-
|
|
32331
|
-
|
|
32332
|
-
display: flex;
|
|
32333
|
-
flex-direction: column;
|
|
32334
|
-
}
|
|
32335
|
-
.m1bixfdy .name-toolbar {
|
|
32336
|
-
width: 100%;
|
|
32337
|
-
display: flex;
|
|
32338
|
-
line-height: 30px;
|
|
32339
|
-
padding: 0 16px;
|
|
32340
|
-
justify-content: space-between;
|
|
32341
|
-
}
|
|
32342
|
-
.m1bixfdy .name-toolbar .metric-extra {
|
|
32343
|
-
display: flex;
|
|
32344
|
-
font-size: 12px;
|
|
32345
|
-
align-items: center;
|
|
32346
|
-
}
|
|
32347
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32348
|
-
color: #a3b4cc;
|
|
32349
|
-
}
|
|
32350
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32351
|
-
margin-left: 10px;
|
|
32352
|
-
}
|
|
32353
|
-
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32354
|
-
margin-left: 10px;
|
|
32355
|
-
cursor: pointer;
|
|
32356
|
-
}
|
|
32357
|
-
.m1bixfdy .content {
|
|
32358
|
-
flex: 1;
|
|
32359
|
-
width: 100%;
|
|
32360
|
-
display: flex;
|
|
32361
|
-
justify-content: center;
|
|
32362
|
-
align-items: center;
|
|
32363
|
-
}
|
|
32364
|
-
.m1bixfdy .single-content {
|
|
32365
|
-
height: 65px;
|
|
32246
|
+
.m10sqwut {
|
|
32247
|
+
padding: 2px 8px;
|
|
32248
|
+
border-radius: 3px;
|
|
32366
32249
|
}
|
|
32367
32250
|
|
|
32368
|
-
.
|
|
32369
|
-
|
|
32370
|
-
|
|
32371
|
-
white-space: nowrap;
|
|
32372
|
-
overflow: hidden;
|
|
32373
|
-
width: 100%;
|
|
32374
|
-
}
|
|
32375
|
-
.lfamfcw .ant-dropdown-trigger {
|
|
32376
|
-
margin-left: auto;
|
|
32377
|
-
font-size: 12px;
|
|
32251
|
+
.l1d492wb {
|
|
32252
|
+
padding: 3px 8px;
|
|
32253
|
+
border-radius: 2px;
|
|
32378
32254
|
}
|
|
32379
32255
|
|
|
32380
|
-
.
|
|
32381
|
-
|
|
32382
|
-
justify-content: flex-start;
|
|
32383
|
-
align-items: center;
|
|
32384
|
-
font-size: 12px;
|
|
32385
|
-
cursor: pointer;
|
|
32386
|
-
}
|
|
32387
|
-
.la6u9b4:not(:last-child) {
|
|
32388
|
-
margin-right: 20px;
|
|
32389
|
-
}
|
|
32390
|
-
.la6u9b4.deselected {
|
|
32391
|
-
opacity: 0.4;
|
|
32392
|
-
}
|
|
32393
|
-
.la6u9b4.deselected .color-block {
|
|
32394
|
-
background: #b4beca !important;
|
|
32256
|
+
.t1lzavmu.ant-tag:hover {
|
|
32257
|
+
opacity: unset;
|
|
32395
32258
|
}
|
|
32396
|
-
|
|
32397
|
-
|
|
32398
|
-
display: inline-block;
|
|
32399
|
-
height: 8px;
|
|
32400
|
-
width: 8px;
|
|
32259
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32260
|
+
margin: 0;
|
|
32401
32261
|
margin-right: 8px;
|
|
32402
|
-
|
|
32403
|
-
|
|
32404
|
-
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32405
|
-
display: flex;
|
|
32262
|
+
display: inline-flex;
|
|
32406
32263
|
align-items: center;
|
|
32407
|
-
|
|
32408
|
-
margin: 0;
|
|
32409
|
-
}
|
|
32410
|
-
|
|
32411
|
-
.m16f7gpb {
|
|
32412
|
-
position: relative;
|
|
32264
|
+
border: none;
|
|
32413
32265
|
}
|
|
32414
|
-
.
|
|
32415
|
-
|
|
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;
|
|
32416
32273
|
}
|
|
32417
|
-
.
|
|
32418
|
-
|
|
32419
|
-
justify-content: space-between;
|
|
32420
|
-
line-height: 30px;
|
|
32421
|
-
margin: 0 16px;
|
|
32274
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32275
|
+
opacity: 1;
|
|
32422
32276
|
}
|
|
32423
|
-
.
|
|
32424
|
-
|
|
32425
|
-
|
|
32426
|
-
align-items: center;
|
|
32277
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32278
|
+
color: #0080ff;
|
|
32279
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32427
32280
|
}
|
|
32428
|
-
.
|
|
32429
|
-
color: #
|
|
32281
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32282
|
+
color: #f0483e;
|
|
32283
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32430
32284
|
}
|
|
32431
|
-
.
|
|
32432
|
-
|
|
32285
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32286
|
+
color: #e07f00;
|
|
32287
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32433
32288
|
}
|
|
32434
|
-
.
|
|
32435
|
-
|
|
32436
|
-
|
|
32289
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32290
|
+
color: #008f4c;
|
|
32291
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32437
32292
|
}
|
|
32438
|
-
.
|
|
32439
|
-
|
|
32293
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32294
|
+
color: #1d326c;
|
|
32295
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32440
32296
|
}
|
|
32441
|
-
.
|
|
32442
|
-
position: absolute;
|
|
32443
|
-
bottom: 10px;
|
|
32444
|
-
padding: 0 8px;
|
|
32445
|
-
border-radius: 4px;
|
|
32446
|
-
font-size: 12px;
|
|
32297
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32447
32298
|
color: #fff;
|
|
32448
|
-
background: rgba(0, 0, 0, 0.75);
|
|
32449
|
-
transform: translateX(-50%);
|
|
32450
32299
|
}
|
|
32451
|
-
|
|
32452
|
-
|
|
32453
|
-
min-width: 200px;
|
|
32300
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32301
|
+
background-color: #f0483e;
|
|
32454
32302
|
}
|
|
32455
|
-
|
|
32456
|
-
|
|
32457
|
-
display: flex;
|
|
32458
|
-
align-items: center;
|
|
32459
|
-
justify-content: space-between;
|
|
32460
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32461
|
-
color: #b4beca;
|
|
32462
|
-
font-size: 12px;
|
|
32463
|
-
padding: 3px 6px;
|
|
32303
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32304
|
+
background-color: #fea008;
|
|
32464
32305
|
}
|
|
32465
|
-
.
|
|
32466
|
-
|
|
32306
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32307
|
+
background-color: #00ba5d;
|
|
32467
32308
|
}
|
|
32468
|
-
.
|
|
32469
|
-
|
|
32309
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32310
|
+
background-color: #0080ff;
|
|
32470
32311
|
}
|
|
32471
|
-
.
|
|
32472
|
-
color: #
|
|
32473
|
-
margin-left: 8px;
|
|
32312
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32313
|
+
background-color: #6b7d99;
|
|
32474
32314
|
}
|
|
32475
32315
|
|
|
32476
32316
|
.sq6vos1 {
|
|
@@ -32658,6 +32498,167 @@ input.rrg1fkn.ant-input {
|
|
|
32658
32498
|
justify-content: center;
|
|
32659
32499
|
}
|
|
32660
32500
|
|
|
32501
|
+
.m1thnes4 {
|
|
32502
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32503
|
+
text-align: center;
|
|
32504
|
+
display: flex;
|
|
32505
|
+
align-items: center;
|
|
32506
|
+
justify-content: center;
|
|
32507
|
+
flex-direction: column;
|
|
32508
|
+
height: 100%;
|
|
32509
|
+
}
|
|
32510
|
+
.m1thnes4 .link {
|
|
32511
|
+
color: #0080ff;
|
|
32512
|
+
cursor: pointer;
|
|
32513
|
+
}
|
|
32514
|
+
|
|
32515
|
+
.m1bixfdy {
|
|
32516
|
+
width: 100%;
|
|
32517
|
+
height: 100%;
|
|
32518
|
+
display: flex;
|
|
32519
|
+
flex-direction: column;
|
|
32520
|
+
}
|
|
32521
|
+
.m1bixfdy .name-toolbar {
|
|
32522
|
+
width: 100%;
|
|
32523
|
+
display: flex;
|
|
32524
|
+
line-height: 30px;
|
|
32525
|
+
padding: 0 16px;
|
|
32526
|
+
justify-content: space-between;
|
|
32527
|
+
}
|
|
32528
|
+
.m1bixfdy .name-toolbar .metric-extra {
|
|
32529
|
+
display: flex;
|
|
32530
|
+
font-size: 12px;
|
|
32531
|
+
align-items: center;
|
|
32532
|
+
}
|
|
32533
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32534
|
+
color: #a3b4cc;
|
|
32535
|
+
}
|
|
32536
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32537
|
+
margin-left: 10px;
|
|
32538
|
+
}
|
|
32539
|
+
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32540
|
+
margin-left: 10px;
|
|
32541
|
+
cursor: pointer;
|
|
32542
|
+
}
|
|
32543
|
+
.m1bixfdy .content {
|
|
32544
|
+
flex: 1;
|
|
32545
|
+
width: 100%;
|
|
32546
|
+
display: flex;
|
|
32547
|
+
justify-content: center;
|
|
32548
|
+
align-items: center;
|
|
32549
|
+
}
|
|
32550
|
+
.m1bixfdy .single-content {
|
|
32551
|
+
height: 65px;
|
|
32552
|
+
}
|
|
32553
|
+
|
|
32554
|
+
.lfamfcw {
|
|
32555
|
+
display: flex;
|
|
32556
|
+
align-items: center;
|
|
32557
|
+
white-space: nowrap;
|
|
32558
|
+
overflow: hidden;
|
|
32559
|
+
width: 100%;
|
|
32560
|
+
}
|
|
32561
|
+
.lfamfcw .ant-dropdown-trigger {
|
|
32562
|
+
margin-left: auto;
|
|
32563
|
+
font-size: 12px;
|
|
32564
|
+
}
|
|
32565
|
+
|
|
32566
|
+
.la6u9b4 {
|
|
32567
|
+
display: flex;
|
|
32568
|
+
justify-content: flex-start;
|
|
32569
|
+
align-items: center;
|
|
32570
|
+
font-size: 12px;
|
|
32571
|
+
cursor: pointer;
|
|
32572
|
+
}
|
|
32573
|
+
.la6u9b4:not(:last-child) {
|
|
32574
|
+
margin-right: 20px;
|
|
32575
|
+
}
|
|
32576
|
+
.la6u9b4.deselected {
|
|
32577
|
+
opacity: 0.4;
|
|
32578
|
+
}
|
|
32579
|
+
.la6u9b4.deselected .color-block {
|
|
32580
|
+
background: #b4beca !important;
|
|
32581
|
+
}
|
|
32582
|
+
|
|
32583
|
+
.chhvk8b {
|
|
32584
|
+
display: inline-block;
|
|
32585
|
+
height: 8px;
|
|
32586
|
+
width: 8px;
|
|
32587
|
+
margin-right: 8px;
|
|
32588
|
+
}
|
|
32589
|
+
|
|
32590
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32591
|
+
display: flex;
|
|
32592
|
+
align-items: center;
|
|
32593
|
+
font-size: 12px;
|
|
32594
|
+
margin: 0;
|
|
32595
|
+
}
|
|
32596
|
+
|
|
32597
|
+
.m16f7gpb {
|
|
32598
|
+
position: relative;
|
|
32599
|
+
}
|
|
32600
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32601
|
+
bottom: -12px;
|
|
32602
|
+
}
|
|
32603
|
+
.m16f7gpb .metric-toolbar {
|
|
32604
|
+
display: flex;
|
|
32605
|
+
justify-content: space-between;
|
|
32606
|
+
line-height: 30px;
|
|
32607
|
+
margin: 0 16px;
|
|
32608
|
+
}
|
|
32609
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32610
|
+
display: flex;
|
|
32611
|
+
font-size: 12px;
|
|
32612
|
+
align-items: center;
|
|
32613
|
+
}
|
|
32614
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32615
|
+
color: #a3b4cc;
|
|
32616
|
+
}
|
|
32617
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32618
|
+
margin-left: 10px;
|
|
32619
|
+
}
|
|
32620
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32621
|
+
margin-left: 10px;
|
|
32622
|
+
cursor: pointer;
|
|
32623
|
+
}
|
|
32624
|
+
.m16f7gpb .recharts-xAxis {
|
|
32625
|
+
font-size: 12px;
|
|
32626
|
+
}
|
|
32627
|
+
.m16f7gpb .pointer-wrapper {
|
|
32628
|
+
position: absolute;
|
|
32629
|
+
bottom: 10px;
|
|
32630
|
+
padding: 0 8px;
|
|
32631
|
+
border-radius: 4px;
|
|
32632
|
+
font-size: 12px;
|
|
32633
|
+
color: #fff;
|
|
32634
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32635
|
+
transform: translateX(-50%);
|
|
32636
|
+
}
|
|
32637
|
+
|
|
32638
|
+
.t1ipvk51 {
|
|
32639
|
+
min-width: 200px;
|
|
32640
|
+
}
|
|
32641
|
+
|
|
32642
|
+
.t1kgldps {
|
|
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;
|
|
32650
|
+
}
|
|
32651
|
+
.t1kgldps:first-child {
|
|
32652
|
+
padding-top: 3px;
|
|
32653
|
+
}
|
|
32654
|
+
.t1kgldps:last-child {
|
|
32655
|
+
padding-bottom: 3px;
|
|
32656
|
+
}
|
|
32657
|
+
.t1kgldps .column-value {
|
|
32658
|
+
color: #fff;
|
|
32659
|
+
margin-left: 8px;
|
|
32660
|
+
}
|
|
32661
|
+
|
|
32661
32662
|
.t1gz6wqf {
|
|
32662
32663
|
height: 100%;
|
|
32663
32664
|
}
|
|
@@ -32958,15 +32959,6 @@ input.rrg1fkn.ant-input {
|
|
|
32958
32959
|
margin-right: 8px;
|
|
32959
32960
|
}
|
|
32960
32961
|
|
|
32961
|
-
.w1xcixj5.outside-tag {
|
|
32962
|
-
padding-left: 0;
|
|
32963
|
-
}
|
|
32964
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
32965
|
-
border-radius: 4px 0 0 4px;
|
|
32966
|
-
padding-right: 4px;
|
|
32967
|
-
margin-right: 4px;
|
|
32968
|
-
}
|
|
32969
|
-
|
|
32970
32962
|
.f1p9ti6d {
|
|
32971
32963
|
width: 100%;
|
|
32972
32964
|
margin-bottom: 0 !important;
|
|
@@ -32998,6 +32990,15 @@ input.rrg1fkn.ant-input {
|
|
|
32998
32990
|
min-height: 0px;
|
|
32999
32991
|
}
|
|
33000
32992
|
|
|
32993
|
+
.w1xcixj5.outside-tag {
|
|
32994
|
+
padding-left: 0;
|
|
32995
|
+
}
|
|
32996
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
32997
|
+
border-radius: 4px 0 0 4px;
|
|
32998
|
+
padding-right: 4px;
|
|
32999
|
+
margin-right: 4px;
|
|
33000
|
+
}
|
|
33001
|
+
|
|
33001
33002
|
.sut42l0 {
|
|
33002
33003
|
padding: 0 8px;
|
|
33003
33004
|
height: 18px;
|
|
@@ -33049,6 +33050,9 @@ input.rrg1fkn.ant-input {
|
|
|
33049
33050
|
cursor: auto;
|
|
33050
33051
|
color: rgba(44, 56, 82, 0.6);
|
|
33051
33052
|
}
|
|
33053
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33054
|
+
border-radius: 0;
|
|
33055
|
+
}
|
|
33052
33056
|
.at4ovwe.ant-input-number {
|
|
33053
33057
|
width: 100%;
|
|
33054
33058
|
border-radius: 6px;
|