@cloudtower/eagle 0.26.23 → 0.26.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Card/CardWrapper.d.ts +1 -1
- package/dist/components/Modal/AsideModal.d.ts +5 -0
- package/dist/components.css +182 -178
- package/dist/esm/index.js +467 -445
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +278 -274
- package/dist/umd/index.js +464 -442
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +7 -1
- package/package.json +5 -5
|
@@ -4,7 +4,7 @@ interface IProps {
|
|
|
4
4
|
className?: string;
|
|
5
5
|
style?: CSSProperties;
|
|
6
6
|
}
|
|
7
|
-
declare const CardWrapper: import("@linaria/react").StyledMeta & React.ForwardRefExoticComponent<IProps & {
|
|
7
|
+
declare const CardWrapper: import("@linaria/react").StyledMeta & React.ForwardRefExoticComponent<IProps & React.DOMAttributes<HTMLDivElement> & {
|
|
8
8
|
children?: React.ReactNode;
|
|
9
9
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
10
10
|
export default CardWrapper;
|
package/dist/components.css
CHANGED
|
@@ -28310,6 +28310,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28310
28310
|
/* dim */
|
|
28311
28311
|
/* box shadow */
|
|
28312
28312
|
/* fisheye */
|
|
28313
|
+
/* z-index */
|
|
28313
28314
|
@keyframes rotate {
|
|
28314
28315
|
from {
|
|
28315
28316
|
transform: rotate(0deg);
|
|
@@ -28363,6 +28364,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28363
28364
|
/* dim */
|
|
28364
28365
|
/* box shadow */
|
|
28365
28366
|
/* fisheye */
|
|
28367
|
+
/* z-index */
|
|
28366
28368
|
.loading {
|
|
28367
28369
|
width: 64px;
|
|
28368
28370
|
height: 64px;
|
|
@@ -28523,6 +28525,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28523
28525
|
/* dim */
|
|
28524
28526
|
/* box shadow */
|
|
28525
28527
|
/* fisheye */
|
|
28528
|
+
/* z-index */
|
|
28526
28529
|
.ant-dropdown,
|
|
28527
28530
|
.ant-dropdown-menu-submenu {
|
|
28528
28531
|
background: #fff;
|
|
@@ -28744,6 +28747,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28744
28747
|
/* dim */
|
|
28745
28748
|
/* box shadow */
|
|
28746
28749
|
/* fisheye */
|
|
28750
|
+
/* z-index */
|
|
28747
28751
|
.ant-dropdown,
|
|
28748
28752
|
.ant-dropdown-menu-submenu {
|
|
28749
28753
|
background: #fff;
|
|
@@ -29832,6 +29836,68 @@ html body {
|
|
|
29832
29836
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29833
29837
|
}
|
|
29834
29838
|
}
|
|
29839
|
+
.fde5mpd {
|
|
29840
|
+
width: 100%;
|
|
29841
|
+
height: 100%;
|
|
29842
|
+
min-height: 124px;
|
|
29843
|
+
display: flex;
|
|
29844
|
+
flex-direction: column;
|
|
29845
|
+
justify-content: center;
|
|
29846
|
+
align-items: center;
|
|
29847
|
+
}
|
|
29848
|
+
.fde5mpd .error-text {
|
|
29849
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29850
|
+
margin-bottom: 16px;
|
|
29851
|
+
font-size: 18px;
|
|
29852
|
+
}
|
|
29853
|
+
|
|
29854
|
+
.bpq0js6 {
|
|
29855
|
+
padding: 4px 11px;
|
|
29856
|
+
}
|
|
29857
|
+
|
|
29858
|
+
.b15sn34c {
|
|
29859
|
+
white-space: nowrap;
|
|
29860
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29861
|
+
}
|
|
29862
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29863
|
+
--color: #0080ff;
|
|
29864
|
+
}
|
|
29865
|
+
.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] {
|
|
29866
|
+
--color: #0080ff;
|
|
29867
|
+
}
|
|
29868
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29869
|
+
margin-left: 1px;
|
|
29870
|
+
}
|
|
29871
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29872
|
+
border-top-right-radius: 0;
|
|
29873
|
+
border-bottom-right-radius: 0;
|
|
29874
|
+
}
|
|
29875
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29876
|
+
border-top-left-radius: 0;
|
|
29877
|
+
border-bottom-left-radius: 0;
|
|
29878
|
+
}
|
|
29879
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29880
|
+
border-radius: unset;
|
|
29881
|
+
}
|
|
29882
|
+
|
|
29883
|
+
.i1mrf09m {
|
|
29884
|
+
display: inline-flex;
|
|
29885
|
+
align-items: center;
|
|
29886
|
+
}
|
|
29887
|
+
.i1mrf09m .icon-inner {
|
|
29888
|
+
display: inline-flex;
|
|
29889
|
+
align-items: center;
|
|
29890
|
+
justify-content: center;
|
|
29891
|
+
}
|
|
29892
|
+
.i1mrf09m .icon-inner + span,
|
|
29893
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29894
|
+
margin-left: 4px;
|
|
29895
|
+
}
|
|
29896
|
+
.i1mrf09m.is-rotate img,
|
|
29897
|
+
.i1mrf09m.is-rotate svg {
|
|
29898
|
+
animation: rotate 680ms linear infinite;
|
|
29899
|
+
}
|
|
29900
|
+
|
|
29835
29901
|
.buj61ew.ant-btn-icon-only {
|
|
29836
29902
|
justify-content: center;
|
|
29837
29903
|
}
|
|
@@ -30090,68 +30156,6 @@ html body {
|
|
|
30090
30156
|
padding: 0;
|
|
30091
30157
|
}
|
|
30092
30158
|
|
|
30093
|
-
.bpq0js6 {
|
|
30094
|
-
padding: 4px 11px;
|
|
30095
|
-
}
|
|
30096
|
-
|
|
30097
|
-
.b15sn34c {
|
|
30098
|
-
white-space: nowrap;
|
|
30099
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30100
|
-
}
|
|
30101
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30102
|
-
--color: #0080ff;
|
|
30103
|
-
}
|
|
30104
|
-
.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] {
|
|
30105
|
-
--color: #0080ff;
|
|
30106
|
-
}
|
|
30107
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30108
|
-
margin-left: 1px;
|
|
30109
|
-
}
|
|
30110
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30111
|
-
border-top-right-radius: 0;
|
|
30112
|
-
border-bottom-right-radius: 0;
|
|
30113
|
-
}
|
|
30114
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30115
|
-
border-top-left-radius: 0;
|
|
30116
|
-
border-bottom-left-radius: 0;
|
|
30117
|
-
}
|
|
30118
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30119
|
-
border-radius: unset;
|
|
30120
|
-
}
|
|
30121
|
-
|
|
30122
|
-
.fde5mpd {
|
|
30123
|
-
width: 100%;
|
|
30124
|
-
height: 100%;
|
|
30125
|
-
min-height: 124px;
|
|
30126
|
-
display: flex;
|
|
30127
|
-
flex-direction: column;
|
|
30128
|
-
justify-content: center;
|
|
30129
|
-
align-items: center;
|
|
30130
|
-
}
|
|
30131
|
-
.fde5mpd .error-text {
|
|
30132
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30133
|
-
margin-bottom: 16px;
|
|
30134
|
-
font-size: 18px;
|
|
30135
|
-
}
|
|
30136
|
-
|
|
30137
|
-
.i1mrf09m {
|
|
30138
|
-
display: inline-flex;
|
|
30139
|
-
align-items: center;
|
|
30140
|
-
}
|
|
30141
|
-
.i1mrf09m .icon-inner {
|
|
30142
|
-
display: inline-flex;
|
|
30143
|
-
align-items: center;
|
|
30144
|
-
justify-content: center;
|
|
30145
|
-
}
|
|
30146
|
-
.i1mrf09m .icon-inner + span,
|
|
30147
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
30148
|
-
margin-left: 4px;
|
|
30149
|
-
}
|
|
30150
|
-
.i1mrf09m.is-rotate img,
|
|
30151
|
-
.i1mrf09m.is-rotate svg {
|
|
30152
|
-
animation: rotate 680ms linear infinite;
|
|
30153
|
-
}
|
|
30154
|
-
|
|
30155
30159
|
.iap75of {
|
|
30156
30160
|
height: 18px;
|
|
30157
30161
|
line-height: 18px;
|
|
@@ -30165,15 +30169,6 @@ html body {
|
|
|
30165
30169
|
margin-right: 4px;
|
|
30166
30170
|
}
|
|
30167
30171
|
|
|
30168
|
-
.obf05yr {
|
|
30169
|
-
display: inline-block;
|
|
30170
|
-
}
|
|
30171
|
-
|
|
30172
|
-
.hsms1n6 {
|
|
30173
|
-
visibility: hidden;
|
|
30174
|
-
position: absolute;
|
|
30175
|
-
}
|
|
30176
|
-
|
|
30177
30172
|
.p12gwtiw {
|
|
30178
30173
|
display: flex;
|
|
30179
30174
|
justify-content: space-between;
|
|
@@ -30231,6 +30226,15 @@ html body {
|
|
|
30231
30226
|
line-height: 18px;
|
|
30232
30227
|
}
|
|
30233
30228
|
|
|
30229
|
+
.obf05yr {
|
|
30230
|
+
display: inline-block;
|
|
30231
|
+
}
|
|
30232
|
+
|
|
30233
|
+
.hsms1n6 {
|
|
30234
|
+
visibility: hidden;
|
|
30235
|
+
position: absolute;
|
|
30236
|
+
}
|
|
30237
|
+
|
|
30234
30238
|
.rxbeqvl.ant-radio-wrapper {
|
|
30235
30239
|
display: inline-flex;
|
|
30236
30240
|
align-items: baseline;
|
|
@@ -30377,6 +30381,61 @@ html body {
|
|
|
30377
30381
|
width: 36px;
|
|
30378
30382
|
}
|
|
30379
30383
|
|
|
30384
|
+
.s34f1qb.ant-switch {
|
|
30385
|
+
min-width: 40px;
|
|
30386
|
+
height: 24px;
|
|
30387
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30388
|
+
overflow: hidden;
|
|
30389
|
+
}
|
|
30390
|
+
.s34f1qb.ant-switch:focus {
|
|
30391
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30392
|
+
}
|
|
30393
|
+
.s34f1qb.ant-switch-small {
|
|
30394
|
+
min-width: 26px;
|
|
30395
|
+
height: 16px;
|
|
30396
|
+
}
|
|
30397
|
+
.s34f1qb.ant-switch-large {
|
|
30398
|
+
min-width: 52px;
|
|
30399
|
+
height: 32px;
|
|
30400
|
+
}
|
|
30401
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30402
|
+
height: 20px;
|
|
30403
|
+
width: 20px;
|
|
30404
|
+
}
|
|
30405
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30406
|
+
border-radius: 10px;
|
|
30407
|
+
transition-delay: 120ms;
|
|
30408
|
+
}
|
|
30409
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30410
|
+
height: 14px;
|
|
30411
|
+
width: 14px;
|
|
30412
|
+
top: 1px;
|
|
30413
|
+
left: 1px;
|
|
30414
|
+
}
|
|
30415
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30416
|
+
height: 28px;
|
|
30417
|
+
width: 28px;
|
|
30418
|
+
}
|
|
30419
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30420
|
+
border-radius: 14px;
|
|
30421
|
+
}
|
|
30422
|
+
.s34f1qb.ant-switch-checked {
|
|
30423
|
+
background-color: #00ba5d;
|
|
30424
|
+
}
|
|
30425
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30426
|
+
left: calc(100% - 20px - 2px);
|
|
30427
|
+
}
|
|
30428
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30429
|
+
left: calc(100% - 14px - 1px);
|
|
30430
|
+
}
|
|
30431
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30432
|
+
left: calc(100% - 28px - 2px);
|
|
30433
|
+
}
|
|
30434
|
+
|
|
30435
|
+
.c1to9vb9 {
|
|
30436
|
+
margin-left: 5px;
|
|
30437
|
+
}
|
|
30438
|
+
|
|
30380
30439
|
.cz04yix {
|
|
30381
30440
|
display: flex;
|
|
30382
30441
|
flex-direction: column;
|
|
@@ -30988,61 +31047,6 @@ input.rrg1fkn.ant-input {
|
|
|
30988
31047
|
border-bottom-left-radius: 0;
|
|
30989
31048
|
}
|
|
30990
31049
|
|
|
30991
|
-
.s34f1qb.ant-switch {
|
|
30992
|
-
min-width: 40px;
|
|
30993
|
-
height: 24px;
|
|
30994
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30995
|
-
overflow: hidden;
|
|
30996
|
-
}
|
|
30997
|
-
.s34f1qb.ant-switch:focus {
|
|
30998
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30999
|
-
}
|
|
31000
|
-
.s34f1qb.ant-switch-small {
|
|
31001
|
-
min-width: 26px;
|
|
31002
|
-
height: 16px;
|
|
31003
|
-
}
|
|
31004
|
-
.s34f1qb.ant-switch-large {
|
|
31005
|
-
min-width: 52px;
|
|
31006
|
-
height: 32px;
|
|
31007
|
-
}
|
|
31008
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31009
|
-
height: 20px;
|
|
31010
|
-
width: 20px;
|
|
31011
|
-
}
|
|
31012
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31013
|
-
border-radius: 10px;
|
|
31014
|
-
transition-delay: 120ms;
|
|
31015
|
-
}
|
|
31016
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31017
|
-
height: 14px;
|
|
31018
|
-
width: 14px;
|
|
31019
|
-
top: 1px;
|
|
31020
|
-
left: 1px;
|
|
31021
|
-
}
|
|
31022
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31023
|
-
height: 28px;
|
|
31024
|
-
width: 28px;
|
|
31025
|
-
}
|
|
31026
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31027
|
-
border-radius: 14px;
|
|
31028
|
-
}
|
|
31029
|
-
.s34f1qb.ant-switch-checked {
|
|
31030
|
-
background-color: #00ba5d;
|
|
31031
|
-
}
|
|
31032
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31033
|
-
left: calc(100% - 20px - 2px);
|
|
31034
|
-
}
|
|
31035
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31036
|
-
left: calc(100% - 14px - 1px);
|
|
31037
|
-
}
|
|
31038
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31039
|
-
left: calc(100% - 28px - 2px);
|
|
31040
|
-
}
|
|
31041
|
-
|
|
31042
|
-
.c1to9vb9 {
|
|
31043
|
-
margin-left: 5px;
|
|
31044
|
-
}
|
|
31045
|
-
|
|
31046
31050
|
.t1upn1sz {
|
|
31047
31051
|
height: 100%;
|
|
31048
31052
|
}
|
|
@@ -32300,6 +32304,36 @@ input.rrg1fkn.ant-input {
|
|
|
32300
32304
|
background-color: #6b7d99;
|
|
32301
32305
|
}
|
|
32302
32306
|
|
|
32307
|
+
.t1gz6wqf {
|
|
32308
|
+
height: 100%;
|
|
32309
|
+
}
|
|
32310
|
+
.t1gz6wqf .table-loading-item {
|
|
32311
|
+
padding: 12px 4px;
|
|
32312
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32313
|
+
display: flex;
|
|
32314
|
+
}
|
|
32315
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32316
|
+
height: 16px;
|
|
32317
|
+
margin: 4px;
|
|
32318
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32319
|
+
border-radius: 2px;
|
|
32320
|
+
}
|
|
32321
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32322
|
+
width: 16px;
|
|
32323
|
+
}
|
|
32324
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32325
|
+
flex: 1;
|
|
32326
|
+
}
|
|
32327
|
+
.t1gz6wqf :nth-child(1) {
|
|
32328
|
+
padding: 8px 4px;
|
|
32329
|
+
}
|
|
32330
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32331
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32332
|
+
}
|
|
32333
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32334
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32335
|
+
}
|
|
32336
|
+
|
|
32303
32337
|
.sq6vos1 {
|
|
32304
32338
|
--item-min-width: 60px;
|
|
32305
32339
|
}
|
|
@@ -32485,36 +32519,6 @@ input.rrg1fkn.ant-input {
|
|
|
32485
32519
|
justify-content: center;
|
|
32486
32520
|
}
|
|
32487
32521
|
|
|
32488
|
-
.t1gz6wqf {
|
|
32489
|
-
height: 100%;
|
|
32490
|
-
}
|
|
32491
|
-
.t1gz6wqf .table-loading-item {
|
|
32492
|
-
padding: 12px 4px;
|
|
32493
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32494
|
-
display: flex;
|
|
32495
|
-
}
|
|
32496
|
-
.t1gz6wqf .table-loading-item > * {
|
|
32497
|
-
height: 16px;
|
|
32498
|
-
margin: 4px;
|
|
32499
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32500
|
-
border-radius: 2px;
|
|
32501
|
-
}
|
|
32502
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32503
|
-
width: 16px;
|
|
32504
|
-
}
|
|
32505
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32506
|
-
flex: 1;
|
|
32507
|
-
}
|
|
32508
|
-
.t1gz6wqf :nth-child(1) {
|
|
32509
|
-
padding: 8px 4px;
|
|
32510
|
-
}
|
|
32511
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32512
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32513
|
-
}
|
|
32514
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32515
|
-
background: rgba(163, 180, 204, 0.18);
|
|
32516
|
-
}
|
|
32517
|
-
|
|
32518
32522
|
.m1thnes4 {
|
|
32519
32523
|
color: rgba(44, 56, 82, 0.6);
|
|
32520
32524
|
text-align: center;
|
|
@@ -32676,9 +32680,13 @@ input.rrg1fkn.ant-input {
|
|
|
32676
32680
|
margin-left: 8px;
|
|
32677
32681
|
}
|
|
32678
32682
|
|
|
32683
|
+
.c1k4vanq {
|
|
32684
|
+
padding: 0 12px 14px 12px;
|
|
32685
|
+
}
|
|
32686
|
+
|
|
32679
32687
|
.c1udgdh2 {
|
|
32680
32688
|
color: #2d3a56;
|
|
32681
|
-
padding: 12px
|
|
32689
|
+
padding: 7px 12px;
|
|
32682
32690
|
display: flex;
|
|
32683
32691
|
justify-content: space-between;
|
|
32684
32692
|
align-items: center;
|
|
@@ -32716,10 +32724,6 @@ input.rrg1fkn.ant-input {
|
|
|
32716
32724
|
margin-right: 2px;
|
|
32717
32725
|
}
|
|
32718
32726
|
|
|
32719
|
-
.c1k4vanq {
|
|
32720
|
-
padding: 0 16px 14px 16px;
|
|
32721
|
-
}
|
|
32722
|
-
|
|
32723
32727
|
.rrwcpby {
|
|
32724
32728
|
display: flex;
|
|
32725
32729
|
align-items: center;
|
|
@@ -32736,23 +32740,6 @@ input.rrg1fkn.ant-input {
|
|
|
32736
32740
|
margin-right: 6px;
|
|
32737
32741
|
}
|
|
32738
32742
|
|
|
32739
|
-
.bab9xum {
|
|
32740
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32741
|
-
}
|
|
32742
|
-
|
|
32743
|
-
.cav4gt6 {
|
|
32744
|
-
border-radius: 4px;
|
|
32745
|
-
background-color: white;
|
|
32746
|
-
}
|
|
32747
|
-
.cav4gt6.hoverable {
|
|
32748
|
-
cursor: pointer;
|
|
32749
|
-
}
|
|
32750
|
-
.cav4gt6.hoverable:hover {
|
|
32751
|
-
transition: all 200ms ease;
|
|
32752
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32753
|
-
transform: translateY(-4px);
|
|
32754
|
-
}
|
|
32755
|
-
|
|
32756
32743
|
.f1p9ti6d {
|
|
32757
32744
|
width: 100%;
|
|
32758
32745
|
margin-bottom: 0 !important;
|
|
@@ -32784,6 +32771,23 @@ input.rrg1fkn.ant-input {
|
|
|
32784
32771
|
min-height: 0px;
|
|
32785
32772
|
}
|
|
32786
32773
|
|
|
32774
|
+
.bab9xum {
|
|
32775
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32776
|
+
}
|
|
32777
|
+
|
|
32778
|
+
.cav4gt6 {
|
|
32779
|
+
border-radius: 8px;
|
|
32780
|
+
background-color: white;
|
|
32781
|
+
}
|
|
32782
|
+
.cav4gt6.hoverable {
|
|
32783
|
+
cursor: pointer;
|
|
32784
|
+
}
|
|
32785
|
+
.cav4gt6.hoverable:hover {
|
|
32786
|
+
transition: all 200ms ease;
|
|
32787
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32788
|
+
transform: translateY(-4px);
|
|
32789
|
+
}
|
|
32790
|
+
|
|
32787
32791
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
32788
32792
|
display: var(--at4ovwe-0);
|
|
32789
32793
|
}
|