@delon/theme 13.4.2 → 13.5.2
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/compact.css +1609 -923
- package/compact.min.css +1 -1
- package/dark.css +1617 -930
- package/dark.min.css +1 -1
- package/default.css +1612 -926
- package/default.min.css +1 -1
- package/esm2020/layout-default/layout-header-item-trigger.directive.mjs +4 -4
- package/esm2020/layout-default/layout-header-item.component.mjs +4 -4
- package/esm2020/layout-default/layout-header.component.mjs +18 -15
- package/esm2020/layout-default/layout-nav.component.mjs +5 -6
- package/esm2020/layout-default/layout.component.mjs +5 -6
- package/esm2020/layout-default/layout.module.mjs +5 -5
- package/esm2020/layout-default/types.mjs +1 -1
- package/esm2020/setting-drawer/setting-drawer-item.component.mjs +4 -4
- package/esm2020/setting-drawer/setting-drawer.component.mjs +5 -6
- package/esm2020/setting-drawer/setting-drawer.module.mjs +5 -5
- package/esm2020/src/locale/locale.module.mjs +5 -5
- package/esm2020/src/locale/locale.service.mjs +4 -4
- package/esm2020/src/pipes/date/date.pipe.mjs +4 -4
- package/esm2020/src/pipes/keys/keys.pipe.mjs +4 -4
- package/esm2020/src/pipes/safe/html.pipe.mjs +4 -4
- package/esm2020/src/pipes/safe/url.pipe.mjs +4 -4
- package/esm2020/src/pipes/yn/yn.pipe.mjs +4 -4
- package/esm2020/src/router/optional-preloader.mjs +2 -3
- package/esm2020/src/services/drawer/drawer.helper.mjs +4 -4
- package/esm2020/src/services/http/http.client.mjs +5 -6
- package/esm2020/src/services/http/http.decorator.mjs +5 -5
- package/esm2020/src/services/i18n/i18n-url.guard.mjs +4 -4
- package/esm2020/src/services/i18n/i18n.mjs +8 -9
- package/esm2020/src/services/i18n/i18n.pipe.mjs +4 -4
- package/esm2020/src/services/menu/menu.service.mjs +5 -6
- package/esm2020/src/services/modal/modal.helper.mjs +4 -4
- package/esm2020/src/services/responsive/responsive.mjs +4 -4
- package/esm2020/src/services/rtl/rtl.service.mjs +5 -5
- package/esm2020/src/services/settings/settings.service.mjs +4 -4
- package/esm2020/src/services/title/title.service.mjs +5 -5
- package/esm2020/src/theme.module.mjs +5 -5
- package/esm2020/src/version.mjs +1 -1
- package/esm2020/theme-btn/theme-btn.component.mjs +5 -6
- package/esm2020/theme-btn/theme-btn.module.mjs +5 -5
- package/fesm2015/layout-default.mjs +33 -30
- package/fesm2015/layout-default.mjs.map +1 -1
- package/fesm2015/setting-drawer.mjs +11 -12
- package/fesm2015/setting-drawer.mjs.map +1 -1
- package/fesm2015/theme-btn.mjs +8 -9
- package/fesm2015/theme-btn.mjs.map +1 -1
- package/fesm2015/theme.mjs +68 -69
- package/fesm2015/theme.mjs.map +1 -1
- package/fesm2020/layout-default.mjs +33 -30
- package/fesm2020/layout-default.mjs.map +1 -1
- package/fesm2020/setting-drawer.mjs +11 -12
- package/fesm2020/setting-drawer.mjs.map +1 -1
- package/fesm2020/theme-btn.mjs +8 -9
- package/fesm2020/theme-btn.mjs.map +1 -1
- package/fesm2020/theme.mjs +68 -69
- package/fesm2020/theme.mjs.map +1 -1
- package/layout-default/style/_aside.less +13 -0
- package/layout-default/style/fix/_reuse-tab.less +24 -2
- package/layout-default/types.d.ts +8 -0
- package/package.json +4 -4
- package/src/services/http/http.client.d.ts +4 -0
- package/src/services/http/http.decorator.d.ts +2 -1
- package/system/theme-dark.less +1 -2
- package/system/theme-default.less +50 -51
package/dark.css
CHANGED
|
@@ -179,9 +179,6 @@ img {
|
|
|
179
179
|
vertical-align: middle;
|
|
180
180
|
border-style: none;
|
|
181
181
|
}
|
|
182
|
-
svg:not(:root) {
|
|
183
|
-
overflow: hidden;
|
|
184
|
-
}
|
|
185
182
|
a,
|
|
186
183
|
area,
|
|
187
184
|
button,
|
|
@@ -332,7 +329,7 @@ mark {
|
|
|
332
329
|
text-align: center;
|
|
333
330
|
text-transform: none;
|
|
334
331
|
vertical-align: -0.125em;
|
|
335
|
-
text-rendering:
|
|
332
|
+
text-rendering: optimizelegibility;
|
|
336
333
|
-webkit-font-smoothing: antialiased;
|
|
337
334
|
-moz-osx-font-smoothing: grayscale;
|
|
338
335
|
}
|
|
@@ -360,6 +357,10 @@ mark {
|
|
|
360
357
|
.anticon .anticon-icon {
|
|
361
358
|
display: block;
|
|
362
359
|
}
|
|
360
|
+
.anticon > .anticon {
|
|
361
|
+
line-height: 0;
|
|
362
|
+
vertical-align: 0;
|
|
363
|
+
}
|
|
363
364
|
.anticon[tabindex] {
|
|
364
365
|
cursor: pointer;
|
|
365
366
|
}
|
|
@@ -1927,13 +1928,12 @@ nz-alert {
|
|
|
1927
1928
|
display: none;
|
|
1928
1929
|
}
|
|
1929
1930
|
.ant-anchor-link {
|
|
1930
|
-
padding:
|
|
1931
|
-
line-height: 1.143;
|
|
1931
|
+
padding: 4px 0 4px 16px;
|
|
1932
1932
|
}
|
|
1933
1933
|
.ant-anchor-link-title {
|
|
1934
1934
|
position: relative;
|
|
1935
1935
|
display: block;
|
|
1936
|
-
margin-bottom:
|
|
1936
|
+
margin-bottom: 3px;
|
|
1937
1937
|
overflow: hidden;
|
|
1938
1938
|
color: rgba(255, 255, 255, 0.85);
|
|
1939
1939
|
white-space: nowrap;
|
|
@@ -1947,8 +1947,8 @@ nz-alert {
|
|
|
1947
1947
|
color: #177ddc;
|
|
1948
1948
|
}
|
|
1949
1949
|
.ant-anchor-link .ant-anchor-link {
|
|
1950
|
-
padding-top:
|
|
1951
|
-
padding-bottom:
|
|
1950
|
+
padding-top: 2px;
|
|
1951
|
+
padding-bottom: 2px;
|
|
1952
1952
|
}
|
|
1953
1953
|
.ant-anchor-rtl {
|
|
1954
1954
|
direction: rtl;
|
|
@@ -1969,7 +1969,7 @@ nz-alert {
|
|
|
1969
1969
|
transform: translateX(50%);
|
|
1970
1970
|
}
|
|
1971
1971
|
.ant-anchor-rtl .ant-anchor-link {
|
|
1972
|
-
padding:
|
|
1972
|
+
padding: 4px 16px 4px 0;
|
|
1973
1973
|
}
|
|
1974
1974
|
nz-link {
|
|
1975
1975
|
display: block;
|
|
@@ -2125,11 +2125,19 @@ nz-link {
|
|
|
2125
2125
|
.ant-back-top {
|
|
2126
2126
|
right: 60px;
|
|
2127
2127
|
}
|
|
2128
|
+
.ant-back-top-rtl {
|
|
2129
|
+
right: auto;
|
|
2130
|
+
left: 60px;
|
|
2131
|
+
}
|
|
2128
2132
|
}
|
|
2129
2133
|
@media screen and (max-width: 480px) {
|
|
2130
2134
|
.ant-back-top {
|
|
2131
2135
|
right: 20px;
|
|
2132
2136
|
}
|
|
2137
|
+
.ant-back-top-rtl {
|
|
2138
|
+
right: auto;
|
|
2139
|
+
left: 20px;
|
|
2140
|
+
}
|
|
2133
2141
|
}
|
|
2134
2142
|
.ant-badge {
|
|
2135
2143
|
box-sizing: border-box;
|
|
@@ -2426,7 +2434,7 @@ nz-link {
|
|
|
2426
2434
|
top: 100%;
|
|
2427
2435
|
width: 8px;
|
|
2428
2436
|
height: 8px;
|
|
2429
|
-
color:
|
|
2437
|
+
color: currentcolor;
|
|
2430
2438
|
border: 4px solid;
|
|
2431
2439
|
transform: scaleY(0.75);
|
|
2432
2440
|
transform-origin: top;
|
|
@@ -2499,7 +2507,7 @@ nz-link {
|
|
|
2499
2507
|
}
|
|
2500
2508
|
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
|
|
2501
2509
|
right: 0;
|
|
2502
|
-
border-color:
|
|
2510
|
+
border-color: currentcolor transparent transparent currentcolor;
|
|
2503
2511
|
}
|
|
2504
2512
|
.ant-ribbon.ant-ribbon-placement-start {
|
|
2505
2513
|
left: -8px;
|
|
@@ -2507,14 +2515,14 @@ nz-link {
|
|
|
2507
2515
|
}
|
|
2508
2516
|
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
|
|
2509
2517
|
left: 0;
|
|
2510
|
-
border-color:
|
|
2518
|
+
border-color: currentcolor currentcolor transparent transparent;
|
|
2511
2519
|
}
|
|
2512
2520
|
.ant-badge-rtl {
|
|
2513
2521
|
direction: rtl;
|
|
2514
2522
|
}
|
|
2515
|
-
.ant-badge-rtl
|
|
2516
|
-
.ant-badge-rtl
|
|
2517
|
-
.ant-badge-rtl
|
|
2523
|
+
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
|
|
2524
|
+
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
|
|
2525
|
+
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
|
|
2518
2526
|
right: auto;
|
|
2519
2527
|
left: 0;
|
|
2520
2528
|
direction: ltr;
|
|
@@ -2531,6 +2539,13 @@ nz-link {
|
|
|
2531
2539
|
margin-right: 8px;
|
|
2532
2540
|
margin-left: 0;
|
|
2533
2541
|
}
|
|
2542
|
+
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,
|
|
2543
|
+
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-enter {
|
|
2544
|
+
animation-name: antZoomBadgeInRtl;
|
|
2545
|
+
}
|
|
2546
|
+
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-leave {
|
|
2547
|
+
animation-name: antZoomBadgeOutRtl;
|
|
2548
|
+
}
|
|
2534
2549
|
.ant-ribbon-rtl {
|
|
2535
2550
|
direction: rtl;
|
|
2536
2551
|
}
|
|
@@ -2543,10 +2558,10 @@ nz-link {
|
|
|
2543
2558
|
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
|
|
2544
2559
|
right: unset;
|
|
2545
2560
|
left: 0;
|
|
2546
|
-
border-color:
|
|
2561
|
+
border-color: currentcolor currentcolor transparent transparent;
|
|
2547
2562
|
}
|
|
2548
2563
|
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
|
|
2549
|
-
border-color:
|
|
2564
|
+
border-color: currentcolor currentcolor transparent transparent;
|
|
2550
2565
|
}
|
|
2551
2566
|
.ant-ribbon-rtl.ant-ribbon-placement-start {
|
|
2552
2567
|
right: -8px;
|
|
@@ -2557,10 +2572,28 @@ nz-link {
|
|
|
2557
2572
|
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
|
|
2558
2573
|
right: 0;
|
|
2559
2574
|
left: unset;
|
|
2560
|
-
border-color:
|
|
2575
|
+
border-color: currentcolor transparent transparent currentcolor;
|
|
2561
2576
|
}
|
|
2562
2577
|
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
|
|
2563
|
-
border-color:
|
|
2578
|
+
border-color: currentcolor transparent transparent currentcolor;
|
|
2579
|
+
}
|
|
2580
|
+
@keyframes antZoomBadgeInRtl {
|
|
2581
|
+
0% {
|
|
2582
|
+
transform: scale(0) translate(-50%, -50%);
|
|
2583
|
+
opacity: 0;
|
|
2584
|
+
}
|
|
2585
|
+
100% {
|
|
2586
|
+
transform: scale(1) translate(-50%, -50%);
|
|
2587
|
+
}
|
|
2588
|
+
}
|
|
2589
|
+
@keyframes antZoomBadgeOutRtl {
|
|
2590
|
+
0% {
|
|
2591
|
+
transform: scale(1) translate(-50%, -50%);
|
|
2592
|
+
}
|
|
2593
|
+
100% {
|
|
2594
|
+
transform: scale(0) translate(-50%, -50%);
|
|
2595
|
+
opacity: 0;
|
|
2596
|
+
}
|
|
2564
2597
|
}
|
|
2565
2598
|
.ant-badge .ant-scroll-number:only-child {
|
|
2566
2599
|
position: relative;
|
|
@@ -2588,20 +2621,27 @@ nz-ribbon {
|
|
|
2588
2621
|
.ant-breadcrumb .anticon {
|
|
2589
2622
|
font-size: 14px;
|
|
2590
2623
|
}
|
|
2624
|
+
.ant-breadcrumb ol {
|
|
2625
|
+
display: flex;
|
|
2626
|
+
flex-wrap: wrap;
|
|
2627
|
+
margin: 0;
|
|
2628
|
+
padding: 0;
|
|
2629
|
+
list-style: none;
|
|
2630
|
+
}
|
|
2591
2631
|
.ant-breadcrumb a {
|
|
2592
2632
|
color: rgba(255, 255, 255, 0.45);
|
|
2593
2633
|
transition: color 0.3s;
|
|
2594
2634
|
}
|
|
2595
2635
|
.ant-breadcrumb a:hover {
|
|
2596
|
-
color:
|
|
2636
|
+
color: rgba(255, 255, 255, 0.85);
|
|
2597
2637
|
}
|
|
2598
|
-
.ant-breadcrumb
|
|
2638
|
+
.ant-breadcrumb li:last-child {
|
|
2599
2639
|
color: rgba(255, 255, 255, 0.85);
|
|
2600
2640
|
}
|
|
2601
|
-
.ant-breadcrumb
|
|
2641
|
+
.ant-breadcrumb li:last-child a {
|
|
2602
2642
|
color: rgba(255, 255, 255, 0.85);
|
|
2603
2643
|
}
|
|
2604
|
-
|
|
2644
|
+
li:last-child .ant-breadcrumb-separator {
|
|
2605
2645
|
display: none;
|
|
2606
2646
|
}
|
|
2607
2647
|
.ant-breadcrumb-separator {
|
|
@@ -2740,7 +2780,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2740
2780
|
border-radius: 2px;
|
|
2741
2781
|
}
|
|
2742
2782
|
.ant-btn > a:only-child {
|
|
2743
|
-
color:
|
|
2783
|
+
color: currentcolor;
|
|
2744
2784
|
}
|
|
2745
2785
|
.ant-btn > a:only-child::after {
|
|
2746
2786
|
position: absolute;
|
|
@@ -2759,7 +2799,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2759
2799
|
}
|
|
2760
2800
|
.ant-btn:hover > a:only-child,
|
|
2761
2801
|
.ant-btn:focus > a:only-child {
|
|
2762
|
-
color:
|
|
2802
|
+
color: currentcolor;
|
|
2763
2803
|
}
|
|
2764
2804
|
.ant-btn:hover > a:only-child::after,
|
|
2765
2805
|
.ant-btn:focus > a:only-child::after {
|
|
@@ -2777,7 +2817,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2777
2817
|
background: transparent;
|
|
2778
2818
|
}
|
|
2779
2819
|
.ant-btn:active > a:only-child {
|
|
2780
|
-
color:
|
|
2820
|
+
color: currentcolor;
|
|
2781
2821
|
}
|
|
2782
2822
|
.ant-btn:active > a:only-child::after {
|
|
2783
2823
|
position: absolute;
|
|
@@ -2802,7 +2842,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2802
2842
|
.ant-btn[disabled]:hover > a:only-child,
|
|
2803
2843
|
.ant-btn[disabled]:focus > a:only-child,
|
|
2804
2844
|
.ant-btn[disabled]:active > a:only-child {
|
|
2805
|
-
color:
|
|
2845
|
+
color: currentcolor;
|
|
2806
2846
|
}
|
|
2807
2847
|
.ant-btn[disabled] > a:only-child::after,
|
|
2808
2848
|
.ant-btn[disabled]:hover > a:only-child::after,
|
|
@@ -2833,7 +2873,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2833
2873
|
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
|
2834
2874
|
}
|
|
2835
2875
|
.ant-btn-primary > a:only-child {
|
|
2836
|
-
color:
|
|
2876
|
+
color: currentcolor;
|
|
2837
2877
|
}
|
|
2838
2878
|
.ant-btn-primary > a:only-child::after {
|
|
2839
2879
|
position: absolute;
|
|
@@ -2852,7 +2892,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2852
2892
|
}
|
|
2853
2893
|
.ant-btn-primary:hover > a:only-child,
|
|
2854
2894
|
.ant-btn-primary:focus > a:only-child {
|
|
2855
|
-
color:
|
|
2895
|
+
color: currentcolor;
|
|
2856
2896
|
}
|
|
2857
2897
|
.ant-btn-primary:hover > a:only-child::after,
|
|
2858
2898
|
.ant-btn-primary:focus > a:only-child::after {
|
|
@@ -2870,7 +2910,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2870
2910
|
background: #3c9be8;
|
|
2871
2911
|
}
|
|
2872
2912
|
.ant-btn-primary:active > a:only-child {
|
|
2873
|
-
color:
|
|
2913
|
+
color: currentcolor;
|
|
2874
2914
|
}
|
|
2875
2915
|
.ant-btn-primary:active > a:only-child::after {
|
|
2876
2916
|
position: absolute;
|
|
@@ -2895,7 +2935,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2895
2935
|
.ant-btn-primary[disabled]:hover > a:only-child,
|
|
2896
2936
|
.ant-btn-primary[disabled]:focus > a:only-child,
|
|
2897
2937
|
.ant-btn-primary[disabled]:active > a:only-child {
|
|
2898
|
-
color:
|
|
2938
|
+
color: currentcolor;
|
|
2899
2939
|
}
|
|
2900
2940
|
.ant-btn-primary[disabled] > a:only-child::after,
|
|
2901
2941
|
.ant-btn-primary[disabled]:hover > a:only-child::after,
|
|
@@ -2936,7 +2976,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2936
2976
|
background: transparent;
|
|
2937
2977
|
}
|
|
2938
2978
|
.ant-btn-ghost > a:only-child {
|
|
2939
|
-
color:
|
|
2979
|
+
color: currentcolor;
|
|
2940
2980
|
}
|
|
2941
2981
|
.ant-btn-ghost > a:only-child::after {
|
|
2942
2982
|
position: absolute;
|
|
@@ -2955,7 +2995,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2955
2995
|
}
|
|
2956
2996
|
.ant-btn-ghost:hover > a:only-child,
|
|
2957
2997
|
.ant-btn-ghost:focus > a:only-child {
|
|
2958
|
-
color:
|
|
2998
|
+
color: currentcolor;
|
|
2959
2999
|
}
|
|
2960
3000
|
.ant-btn-ghost:hover > a:only-child::after,
|
|
2961
3001
|
.ant-btn-ghost:focus > a:only-child::after {
|
|
@@ -2973,7 +3013,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2973
3013
|
background: transparent;
|
|
2974
3014
|
}
|
|
2975
3015
|
.ant-btn-ghost:active > a:only-child {
|
|
2976
|
-
color:
|
|
3016
|
+
color: currentcolor;
|
|
2977
3017
|
}
|
|
2978
3018
|
.ant-btn-ghost:active > a:only-child::after {
|
|
2979
3019
|
position: absolute;
|
|
@@ -2998,7 +3038,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
2998
3038
|
.ant-btn-ghost[disabled]:hover > a:only-child,
|
|
2999
3039
|
.ant-btn-ghost[disabled]:focus > a:only-child,
|
|
3000
3040
|
.ant-btn-ghost[disabled]:active > a:only-child {
|
|
3001
|
-
color:
|
|
3041
|
+
color: currentcolor;
|
|
3002
3042
|
}
|
|
3003
3043
|
.ant-btn-ghost[disabled] > a:only-child::after,
|
|
3004
3044
|
.ant-btn-ghost[disabled]:hover > a:only-child::after,
|
|
@@ -3019,7 +3059,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3019
3059
|
border-style: dashed;
|
|
3020
3060
|
}
|
|
3021
3061
|
.ant-btn-dashed > a:only-child {
|
|
3022
|
-
color:
|
|
3062
|
+
color: currentcolor;
|
|
3023
3063
|
}
|
|
3024
3064
|
.ant-btn-dashed > a:only-child::after {
|
|
3025
3065
|
position: absolute;
|
|
@@ -3038,7 +3078,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3038
3078
|
}
|
|
3039
3079
|
.ant-btn-dashed:hover > a:only-child,
|
|
3040
3080
|
.ant-btn-dashed:focus > a:only-child {
|
|
3041
|
-
color:
|
|
3081
|
+
color: currentcolor;
|
|
3042
3082
|
}
|
|
3043
3083
|
.ant-btn-dashed:hover > a:only-child::after,
|
|
3044
3084
|
.ant-btn-dashed:focus > a:only-child::after {
|
|
@@ -3056,7 +3096,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3056
3096
|
background: transparent;
|
|
3057
3097
|
}
|
|
3058
3098
|
.ant-btn-dashed:active > a:only-child {
|
|
3059
|
-
color:
|
|
3099
|
+
color: currentcolor;
|
|
3060
3100
|
}
|
|
3061
3101
|
.ant-btn-dashed:active > a:only-child::after {
|
|
3062
3102
|
position: absolute;
|
|
@@ -3081,7 +3121,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3081
3121
|
.ant-btn-dashed[disabled]:hover > a:only-child,
|
|
3082
3122
|
.ant-btn-dashed[disabled]:focus > a:only-child,
|
|
3083
3123
|
.ant-btn-dashed[disabled]:active > a:only-child {
|
|
3084
|
-
color:
|
|
3124
|
+
color: currentcolor;
|
|
3085
3125
|
}
|
|
3086
3126
|
.ant-btn-dashed[disabled] > a:only-child::after,
|
|
3087
3127
|
.ant-btn-dashed[disabled]:hover > a:only-child::after,
|
|
@@ -3103,7 +3143,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3103
3143
|
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
|
3104
3144
|
}
|
|
3105
3145
|
.ant-btn-danger > a:only-child {
|
|
3106
|
-
color:
|
|
3146
|
+
color: currentcolor;
|
|
3107
3147
|
}
|
|
3108
3148
|
.ant-btn-danger > a:only-child::after {
|
|
3109
3149
|
position: absolute;
|
|
@@ -3122,7 +3162,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3122
3162
|
}
|
|
3123
3163
|
.ant-btn-danger:hover > a:only-child,
|
|
3124
3164
|
.ant-btn-danger:focus > a:only-child {
|
|
3125
|
-
color:
|
|
3165
|
+
color: currentcolor;
|
|
3126
3166
|
}
|
|
3127
3167
|
.ant-btn-danger:hover > a:only-child::after,
|
|
3128
3168
|
.ant-btn-danger:focus > a:only-child::after {
|
|
@@ -3140,7 +3180,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3140
3180
|
background: #b33b3d;
|
|
3141
3181
|
}
|
|
3142
3182
|
.ant-btn-danger:active > a:only-child {
|
|
3143
|
-
color:
|
|
3183
|
+
color: currentcolor;
|
|
3144
3184
|
}
|
|
3145
3185
|
.ant-btn-danger:active > a:only-child::after {
|
|
3146
3186
|
position: absolute;
|
|
@@ -3165,7 +3205,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3165
3205
|
.ant-btn-danger[disabled]:hover > a:only-child,
|
|
3166
3206
|
.ant-btn-danger[disabled]:focus > a:only-child,
|
|
3167
3207
|
.ant-btn-danger[disabled]:active > a:only-child {
|
|
3168
|
-
color:
|
|
3208
|
+
color: currentcolor;
|
|
3169
3209
|
}
|
|
3170
3210
|
.ant-btn-danger[disabled] > a:only-child::after,
|
|
3171
3211
|
.ant-btn-danger[disabled]:hover > a:only-child::after,
|
|
@@ -3186,7 +3226,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3186
3226
|
box-shadow: none;
|
|
3187
3227
|
}
|
|
3188
3228
|
.ant-btn-link > a:only-child {
|
|
3189
|
-
color:
|
|
3229
|
+
color: currentcolor;
|
|
3190
3230
|
}
|
|
3191
3231
|
.ant-btn-link > a:only-child::after {
|
|
3192
3232
|
position: absolute;
|
|
@@ -3205,7 +3245,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3205
3245
|
}
|
|
3206
3246
|
.ant-btn-link:hover > a:only-child,
|
|
3207
3247
|
.ant-btn-link:focus > a:only-child {
|
|
3208
|
-
color:
|
|
3248
|
+
color: currentcolor;
|
|
3209
3249
|
}
|
|
3210
3250
|
.ant-btn-link:hover > a:only-child::after,
|
|
3211
3251
|
.ant-btn-link:focus > a:only-child::after {
|
|
@@ -3223,7 +3263,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3223
3263
|
background: transparent;
|
|
3224
3264
|
}
|
|
3225
3265
|
.ant-btn-link:active > a:only-child {
|
|
3226
|
-
color:
|
|
3266
|
+
color: currentcolor;
|
|
3227
3267
|
}
|
|
3228
3268
|
.ant-btn-link:active > a:only-child::after {
|
|
3229
3269
|
position: absolute;
|
|
@@ -3248,7 +3288,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3248
3288
|
.ant-btn-link[disabled]:hover > a:only-child,
|
|
3249
3289
|
.ant-btn-link[disabled]:focus > a:only-child,
|
|
3250
3290
|
.ant-btn-link[disabled]:active > a:only-child {
|
|
3251
|
-
color:
|
|
3291
|
+
color: currentcolor;
|
|
3252
3292
|
}
|
|
3253
3293
|
.ant-btn-link[disabled] > a:only-child::after,
|
|
3254
3294
|
.ant-btn-link[disabled]:hover > a:only-child::after,
|
|
@@ -3284,7 +3324,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3284
3324
|
.ant-btn-link[disabled]:hover > a:only-child,
|
|
3285
3325
|
.ant-btn-link[disabled]:focus > a:only-child,
|
|
3286
3326
|
.ant-btn-link[disabled]:active > a:only-child {
|
|
3287
|
-
color:
|
|
3327
|
+
color: currentcolor;
|
|
3288
3328
|
}
|
|
3289
3329
|
.ant-btn-link[disabled] > a:only-child::after,
|
|
3290
3330
|
.ant-btn-link[disabled]:hover > a:only-child::after,
|
|
@@ -3305,7 +3345,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3305
3345
|
box-shadow: none;
|
|
3306
3346
|
}
|
|
3307
3347
|
.ant-btn-text > a:only-child {
|
|
3308
|
-
color:
|
|
3348
|
+
color: currentcolor;
|
|
3309
3349
|
}
|
|
3310
3350
|
.ant-btn-text > a:only-child::after {
|
|
3311
3351
|
position: absolute;
|
|
@@ -3324,7 +3364,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3324
3364
|
}
|
|
3325
3365
|
.ant-btn-text:hover > a:only-child,
|
|
3326
3366
|
.ant-btn-text:focus > a:only-child {
|
|
3327
|
-
color:
|
|
3367
|
+
color: currentcolor;
|
|
3328
3368
|
}
|
|
3329
3369
|
.ant-btn-text:hover > a:only-child::after,
|
|
3330
3370
|
.ant-btn-text:focus > a:only-child::after {
|
|
@@ -3342,7 +3382,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3342
3382
|
background: transparent;
|
|
3343
3383
|
}
|
|
3344
3384
|
.ant-btn-text:active > a:only-child {
|
|
3345
|
-
color:
|
|
3385
|
+
color: currentcolor;
|
|
3346
3386
|
}
|
|
3347
3387
|
.ant-btn-text:active > a:only-child::after {
|
|
3348
3388
|
position: absolute;
|
|
@@ -3367,7 +3407,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3367
3407
|
.ant-btn-text[disabled]:hover > a:only-child,
|
|
3368
3408
|
.ant-btn-text[disabled]:focus > a:only-child,
|
|
3369
3409
|
.ant-btn-text[disabled]:active > a:only-child {
|
|
3370
|
-
color:
|
|
3410
|
+
color: currentcolor;
|
|
3371
3411
|
}
|
|
3372
3412
|
.ant-btn-text[disabled] > a:only-child::after,
|
|
3373
3413
|
.ant-btn-text[disabled]:hover > a:only-child::after,
|
|
@@ -3406,7 +3446,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3406
3446
|
.ant-btn-text[disabled]:hover > a:only-child,
|
|
3407
3447
|
.ant-btn-text[disabled]:focus > a:only-child,
|
|
3408
3448
|
.ant-btn-text[disabled]:active > a:only-child {
|
|
3409
|
-
color:
|
|
3449
|
+
color: currentcolor;
|
|
3410
3450
|
}
|
|
3411
3451
|
.ant-btn-text[disabled] > a:only-child::after,
|
|
3412
3452
|
.ant-btn-text[disabled]:hover > a:only-child::after,
|
|
@@ -3426,7 +3466,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3426
3466
|
background: transparent;
|
|
3427
3467
|
}
|
|
3428
3468
|
.ant-btn-dangerous > a:only-child {
|
|
3429
|
-
color:
|
|
3469
|
+
color: currentcolor;
|
|
3430
3470
|
}
|
|
3431
3471
|
.ant-btn-dangerous > a:only-child::after {
|
|
3432
3472
|
position: absolute;
|
|
@@ -3445,7 +3485,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3445
3485
|
}
|
|
3446
3486
|
.ant-btn-dangerous:hover > a:only-child,
|
|
3447
3487
|
.ant-btn-dangerous:focus > a:only-child {
|
|
3448
|
-
color:
|
|
3488
|
+
color: currentcolor;
|
|
3449
3489
|
}
|
|
3450
3490
|
.ant-btn-dangerous:hover > a:only-child::after,
|
|
3451
3491
|
.ant-btn-dangerous:focus > a:only-child::after {
|
|
@@ -3463,7 +3503,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3463
3503
|
background: transparent;
|
|
3464
3504
|
}
|
|
3465
3505
|
.ant-btn-dangerous:active > a:only-child {
|
|
3466
|
-
color:
|
|
3506
|
+
color: currentcolor;
|
|
3467
3507
|
}
|
|
3468
3508
|
.ant-btn-dangerous:active > a:only-child::after {
|
|
3469
3509
|
position: absolute;
|
|
@@ -3488,7 +3528,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3488
3528
|
.ant-btn-dangerous[disabled]:hover > a:only-child,
|
|
3489
3529
|
.ant-btn-dangerous[disabled]:focus > a:only-child,
|
|
3490
3530
|
.ant-btn-dangerous[disabled]:active > a:only-child {
|
|
3491
|
-
color:
|
|
3531
|
+
color: currentcolor;
|
|
3492
3532
|
}
|
|
3493
3533
|
.ant-btn-dangerous[disabled] > a:only-child::after,
|
|
3494
3534
|
.ant-btn-dangerous[disabled]:hover > a:only-child::after,
|
|
@@ -3510,7 +3550,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3510
3550
|
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
|
3511
3551
|
}
|
|
3512
3552
|
.ant-btn-dangerous.ant-btn-primary > a:only-child {
|
|
3513
|
-
color:
|
|
3553
|
+
color: currentcolor;
|
|
3514
3554
|
}
|
|
3515
3555
|
.ant-btn-dangerous.ant-btn-primary > a:only-child::after {
|
|
3516
3556
|
position: absolute;
|
|
@@ -3529,7 +3569,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3529
3569
|
}
|
|
3530
3570
|
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
|
|
3531
3571
|
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
|
|
3532
|
-
color:
|
|
3572
|
+
color: currentcolor;
|
|
3533
3573
|
}
|
|
3534
3574
|
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
|
|
3535
3575
|
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
|
|
@@ -3547,7 +3587,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3547
3587
|
background: #b33b3d;
|
|
3548
3588
|
}
|
|
3549
3589
|
.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
|
|
3550
|
-
color:
|
|
3590
|
+
color: currentcolor;
|
|
3551
3591
|
}
|
|
3552
3592
|
.ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
|
|
3553
3593
|
position: absolute;
|
|
@@ -3572,7 +3612,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3572
3612
|
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
|
|
3573
3613
|
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
|
|
3574
3614
|
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
|
|
3575
|
-
color:
|
|
3615
|
+
color: currentcolor;
|
|
3576
3616
|
}
|
|
3577
3617
|
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
|
|
3578
3618
|
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
|
|
@@ -3593,7 +3633,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3593
3633
|
box-shadow: none;
|
|
3594
3634
|
}
|
|
3595
3635
|
.ant-btn-dangerous.ant-btn-link > a:only-child {
|
|
3596
|
-
color:
|
|
3636
|
+
color: currentcolor;
|
|
3597
3637
|
}
|
|
3598
3638
|
.ant-btn-dangerous.ant-btn-link > a:only-child::after {
|
|
3599
3639
|
position: absolute;
|
|
@@ -3612,7 +3652,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3612
3652
|
}
|
|
3613
3653
|
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
|
|
3614
3654
|
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
|
|
3615
|
-
color:
|
|
3655
|
+
color: currentcolor;
|
|
3616
3656
|
}
|
|
3617
3657
|
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
|
|
3618
3658
|
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
|
|
@@ -3630,7 +3670,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3630
3670
|
background: transparent;
|
|
3631
3671
|
}
|
|
3632
3672
|
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
|
|
3633
|
-
color:
|
|
3673
|
+
color: currentcolor;
|
|
3634
3674
|
}
|
|
3635
3675
|
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
|
|
3636
3676
|
position: absolute;
|
|
@@ -3655,7 +3695,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3655
3695
|
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
|
|
3656
3696
|
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
|
|
3657
3697
|
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
|
|
3658
|
-
color:
|
|
3698
|
+
color: currentcolor;
|
|
3659
3699
|
}
|
|
3660
3700
|
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
|
|
3661
3701
|
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
|
|
@@ -3677,7 +3717,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3677
3717
|
}
|
|
3678
3718
|
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
|
|
3679
3719
|
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
|
|
3680
|
-
color:
|
|
3720
|
+
color: currentcolor;
|
|
3681
3721
|
}
|
|
3682
3722
|
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
|
|
3683
3723
|
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
|
|
@@ -3695,7 +3735,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3695
3735
|
background: transparent;
|
|
3696
3736
|
}
|
|
3697
3737
|
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
|
|
3698
|
-
color:
|
|
3738
|
+
color: currentcolor;
|
|
3699
3739
|
}
|
|
3700
3740
|
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
|
|
3701
3741
|
position: absolute;
|
|
@@ -3720,7 +3760,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3720
3760
|
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
|
|
3721
3761
|
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
|
|
3722
3762
|
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
|
|
3723
|
-
color:
|
|
3763
|
+
color: currentcolor;
|
|
3724
3764
|
}
|
|
3725
3765
|
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
|
|
3726
3766
|
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
|
|
@@ -3741,7 +3781,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3741
3781
|
box-shadow: none;
|
|
3742
3782
|
}
|
|
3743
3783
|
.ant-btn-dangerous.ant-btn-text > a:only-child {
|
|
3744
|
-
color:
|
|
3784
|
+
color: currentcolor;
|
|
3745
3785
|
}
|
|
3746
3786
|
.ant-btn-dangerous.ant-btn-text > a:only-child::after {
|
|
3747
3787
|
position: absolute;
|
|
@@ -3760,7 +3800,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3760
3800
|
}
|
|
3761
3801
|
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
|
|
3762
3802
|
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
|
|
3763
|
-
color:
|
|
3803
|
+
color: currentcolor;
|
|
3764
3804
|
}
|
|
3765
3805
|
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
|
|
3766
3806
|
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
|
|
@@ -3778,7 +3818,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3778
3818
|
background: transparent;
|
|
3779
3819
|
}
|
|
3780
3820
|
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
|
|
3781
|
-
color:
|
|
3821
|
+
color: currentcolor;
|
|
3782
3822
|
}
|
|
3783
3823
|
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
|
|
3784
3824
|
position: absolute;
|
|
@@ -3803,7 +3843,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3803
3843
|
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
|
|
3804
3844
|
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
|
|
3805
3845
|
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
|
|
3806
|
-
color:
|
|
3846
|
+
color: currentcolor;
|
|
3807
3847
|
}
|
|
3808
3848
|
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
|
|
3809
3849
|
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
|
|
@@ -3825,7 +3865,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3825
3865
|
}
|
|
3826
3866
|
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
|
|
3827
3867
|
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
|
|
3828
|
-
color:
|
|
3868
|
+
color: currentcolor;
|
|
3829
3869
|
}
|
|
3830
3870
|
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
|
|
3831
3871
|
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
|
|
@@ -3843,7 +3883,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3843
3883
|
background: rgba(255, 255, 255, 0.04);
|
|
3844
3884
|
}
|
|
3845
3885
|
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
|
|
3846
|
-
color:
|
|
3886
|
+
color: currentcolor;
|
|
3847
3887
|
}
|
|
3848
3888
|
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
|
|
3849
3889
|
position: absolute;
|
|
@@ -3868,7 +3908,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
|
3868
3908
|
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
|
|
3869
3909
|
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
|
|
3870
3910
|
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
|
|
3871
|
-
color:
|
|
3911
|
+
color: currentcolor;
|
|
3872
3912
|
}
|
|
3873
3913
|
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
|
|
3874
3914
|
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
|
|
@@ -3979,7 +4019,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
3979
4019
|
}
|
|
3980
4020
|
.ant-btn .anticon.anticon-plus > svg,
|
|
3981
4021
|
.ant-btn .anticon.anticon-minus > svg {
|
|
3982
|
-
shape-rendering:
|
|
4022
|
+
shape-rendering: optimizespeed;
|
|
3983
4023
|
}
|
|
3984
4024
|
.ant-btn.ant-btn-loading {
|
|
3985
4025
|
position: relative;
|
|
@@ -4024,36 +4064,6 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4024
4064
|
.ant-btn-group .ant-btn-icon-only {
|
|
4025
4065
|
font-size: 14px;
|
|
4026
4066
|
}
|
|
4027
|
-
.ant-btn-group-lg > .ant-btn,
|
|
4028
|
-
.ant-btn-group-lg > span > .ant-btn {
|
|
4029
|
-
height: 40px;
|
|
4030
|
-
padding: 6.4px 15px;
|
|
4031
|
-
font-size: 16px;
|
|
4032
|
-
border-radius: 0;
|
|
4033
|
-
}
|
|
4034
|
-
.ant-btn-group-lg .ant-btn.ant-btn-icon-only {
|
|
4035
|
-
width: 40px;
|
|
4036
|
-
height: 40px;
|
|
4037
|
-
padding-right: 0;
|
|
4038
|
-
padding-left: 0;
|
|
4039
|
-
}
|
|
4040
|
-
.ant-btn-group-sm > .ant-btn,
|
|
4041
|
-
.ant-btn-group-sm > span > .ant-btn {
|
|
4042
|
-
height: 24px;
|
|
4043
|
-
padding: 0px 7px;
|
|
4044
|
-
font-size: 14px;
|
|
4045
|
-
border-radius: 0;
|
|
4046
|
-
}
|
|
4047
|
-
.ant-btn-group-sm > .ant-btn > .anticon,
|
|
4048
|
-
.ant-btn-group-sm > span > .ant-btn > .anticon {
|
|
4049
|
-
font-size: 14px;
|
|
4050
|
-
}
|
|
4051
|
-
.ant-btn-group-sm .ant-btn.ant-btn-icon-only {
|
|
4052
|
-
width: 24px;
|
|
4053
|
-
height: 24px;
|
|
4054
|
-
padding-right: 0;
|
|
4055
|
-
padding-left: 0;
|
|
4056
|
-
}
|
|
4057
4067
|
.ant-btn-group .ant-btn + .ant-btn,
|
|
4058
4068
|
.ant-btn + .ant-btn-group,
|
|
4059
4069
|
.ant-btn-group span + .ant-btn,
|
|
@@ -4195,7 +4205,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4195
4205
|
text-shadow: none;
|
|
4196
4206
|
}
|
|
4197
4207
|
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
|
|
4198
|
-
color:
|
|
4208
|
+
color: currentcolor;
|
|
4199
4209
|
}
|
|
4200
4210
|
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
|
|
4201
4211
|
position: absolute;
|
|
@@ -4213,7 +4223,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4213
4223
|
}
|
|
4214
4224
|
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
|
|
4215
4225
|
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
|
|
4216
|
-
color:
|
|
4226
|
+
color: currentcolor;
|
|
4217
4227
|
}
|
|
4218
4228
|
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
|
|
4219
4229
|
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
|
|
@@ -4230,7 +4240,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4230
4240
|
border-color: #3c9be8;
|
|
4231
4241
|
}
|
|
4232
4242
|
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
|
|
4233
|
-
color:
|
|
4243
|
+
color: currentcolor;
|
|
4234
4244
|
}
|
|
4235
4245
|
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
|
|
4236
4246
|
position: absolute;
|
|
@@ -4255,7 +4265,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4255
4265
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
|
|
4256
4266
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
|
|
4257
4267
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
|
|
4258
|
-
color:
|
|
4268
|
+
color: currentcolor;
|
|
4259
4269
|
}
|
|
4260
4270
|
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
|
|
4261
4271
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
|
|
@@ -4275,7 +4285,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4275
4285
|
text-shadow: none;
|
|
4276
4286
|
}
|
|
4277
4287
|
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
|
|
4278
|
-
color:
|
|
4288
|
+
color: currentcolor;
|
|
4279
4289
|
}
|
|
4280
4290
|
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
|
|
4281
4291
|
position: absolute;
|
|
@@ -4293,7 +4303,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4293
4303
|
}
|
|
4294
4304
|
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
|
|
4295
4305
|
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
|
|
4296
|
-
color:
|
|
4306
|
+
color: currentcolor;
|
|
4297
4307
|
}
|
|
4298
4308
|
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
|
|
4299
4309
|
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
|
|
@@ -4310,7 +4320,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4310
4320
|
border-color: #b33b3d;
|
|
4311
4321
|
}
|
|
4312
4322
|
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
|
|
4313
|
-
color:
|
|
4323
|
+
color: currentcolor;
|
|
4314
4324
|
}
|
|
4315
4325
|
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
|
|
4316
4326
|
position: absolute;
|
|
@@ -4335,7 +4345,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4335
4345
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
|
|
4336
4346
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
|
|
4337
4347
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
|
|
4338
|
-
color:
|
|
4348
|
+
color: currentcolor;
|
|
4339
4349
|
}
|
|
4340
4350
|
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
|
|
4341
4351
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
|
|
@@ -4355,7 +4365,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4355
4365
|
text-shadow: none;
|
|
4356
4366
|
}
|
|
4357
4367
|
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
|
|
4358
|
-
color:
|
|
4368
|
+
color: currentcolor;
|
|
4359
4369
|
}
|
|
4360
4370
|
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
|
|
4361
4371
|
position: absolute;
|
|
@@ -4373,7 +4383,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4373
4383
|
}
|
|
4374
4384
|
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
|
|
4375
4385
|
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
|
|
4376
|
-
color:
|
|
4386
|
+
color: currentcolor;
|
|
4377
4387
|
}
|
|
4378
4388
|
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
|
|
4379
4389
|
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
|
|
@@ -4390,7 +4400,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4390
4400
|
border-color: #b33b3d;
|
|
4391
4401
|
}
|
|
4392
4402
|
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
|
|
4393
|
-
color:
|
|
4403
|
+
color: currentcolor;
|
|
4394
4404
|
}
|
|
4395
4405
|
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
|
|
4396
4406
|
position: absolute;
|
|
@@ -4415,7 +4425,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4415
4425
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
|
|
4416
4426
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
|
|
4417
4427
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
|
|
4418
|
-
color:
|
|
4428
|
+
color: currentcolor;
|
|
4419
4429
|
}
|
|
4420
4430
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
|
|
4421
4431
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
|
|
@@ -4435,7 +4445,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4435
4445
|
text-shadow: none;
|
|
4436
4446
|
}
|
|
4437
4447
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
|
|
4438
|
-
color:
|
|
4448
|
+
color: currentcolor;
|
|
4439
4449
|
}
|
|
4440
4450
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
|
|
4441
4451
|
position: absolute;
|
|
@@ -4453,7 +4463,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4453
4463
|
}
|
|
4454
4464
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
|
|
4455
4465
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
|
|
4456
|
-
color:
|
|
4466
|
+
color: currentcolor;
|
|
4457
4467
|
}
|
|
4458
4468
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
|
|
4459
4469
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
|
|
@@ -4470,7 +4480,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4470
4480
|
border-color: transparent;
|
|
4471
4481
|
}
|
|
4472
4482
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
|
|
4473
|
-
color:
|
|
4483
|
+
color: currentcolor;
|
|
4474
4484
|
}
|
|
4475
4485
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
|
|
4476
4486
|
position: absolute;
|
|
@@ -4495,7 +4505,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4495
4505
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
|
|
4496
4506
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
|
|
4497
4507
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
|
|
4498
|
-
color:
|
|
4508
|
+
color: currentcolor;
|
|
4499
4509
|
}
|
|
4500
4510
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
|
|
4501
4511
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
|
|
@@ -4516,7 +4526,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4516
4526
|
margin-right: -0.34em;
|
|
4517
4527
|
letter-spacing: 0.34em;
|
|
4518
4528
|
}
|
|
4519
|
-
.ant-btn-block {
|
|
4529
|
+
.ant-btn.ant-btn-block {
|
|
4520
4530
|
width: 100%;
|
|
4521
4531
|
}
|
|
4522
4532
|
.ant-btn:empty {
|
|
@@ -5378,6 +5388,7 @@ nz-carousel {
|
|
|
5378
5388
|
}
|
|
5379
5389
|
.ant-checkbox-disabled .ant-checkbox-input {
|
|
5380
5390
|
cursor: not-allowed;
|
|
5391
|
+
pointer-events: none;
|
|
5381
5392
|
}
|
|
5382
5393
|
.ant-checkbox-disabled .ant-checkbox-inner {
|
|
5383
5394
|
background-color: rgba(255, 255, 255, 0.08);
|
|
@@ -5423,6 +5434,10 @@ nz-carousel {
|
|
|
5423
5434
|
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
|
|
5424
5435
|
margin-left: 8px;
|
|
5425
5436
|
}
|
|
5437
|
+
.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
|
|
5438
|
+
width: 14px;
|
|
5439
|
+
height: 14px;
|
|
5440
|
+
}
|
|
5426
5441
|
.ant-checkbox + span {
|
|
5427
5442
|
padding-right: 8px;
|
|
5428
5443
|
padding-left: 8px;
|
|
@@ -5578,6 +5593,9 @@ nz-carousel {
|
|
|
5578
5593
|
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
|
|
5579
5594
|
border-radius: 0;
|
|
5580
5595
|
}
|
|
5596
|
+
.ant-collapse-borderless > .ant-collapse-item:last-child {
|
|
5597
|
+
border-bottom: 0;
|
|
5598
|
+
}
|
|
5581
5599
|
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
|
|
5582
5600
|
background-color: transparent;
|
|
5583
5601
|
border-top: 0;
|
|
@@ -5744,6 +5762,30 @@ nz-comment {
|
|
|
5744
5762
|
nz-comment-content {
|
|
5745
5763
|
display: block;
|
|
5746
5764
|
}
|
|
5765
|
+
.ant-picker-status-error.ant-picker,
|
|
5766
|
+
.ant-picker-status-error.ant-picker:not([disabled]):hover {
|
|
5767
|
+
background-color: transparent;
|
|
5768
|
+
border-color: #a61d24;
|
|
5769
|
+
}
|
|
5770
|
+
.ant-picker-status-error.ant-picker-focused,
|
|
5771
|
+
.ant-picker-status-error.ant-picker:focus {
|
|
5772
|
+
border-color: #a61d24;
|
|
5773
|
+
box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
|
|
5774
|
+
border-right-width: 1px;
|
|
5775
|
+
outline: 0;
|
|
5776
|
+
}
|
|
5777
|
+
.ant-picker-status-warning.ant-picker,
|
|
5778
|
+
.ant-picker-status-warning.ant-picker:not([disabled]):hover {
|
|
5779
|
+
background-color: transparent;
|
|
5780
|
+
border-color: #d89614;
|
|
5781
|
+
}
|
|
5782
|
+
.ant-picker-status-warning.ant-picker-focused,
|
|
5783
|
+
.ant-picker-status-warning.ant-picker:focus {
|
|
5784
|
+
border-color: #d89614;
|
|
5785
|
+
box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
|
|
5786
|
+
border-right-width: 1px;
|
|
5787
|
+
outline: 0;
|
|
5788
|
+
}
|
|
5747
5789
|
.ant-picker {
|
|
5748
5790
|
box-sizing: border-box;
|
|
5749
5791
|
margin: 0;
|
|
@@ -5766,7 +5808,7 @@ nz-comment-content {
|
|
|
5766
5808
|
.ant-picker:hover,
|
|
5767
5809
|
.ant-picker-focused {
|
|
5768
5810
|
border-color: #165996;
|
|
5769
|
-
border-right-width: 1px
|
|
5811
|
+
border-right-width: 1px;
|
|
5770
5812
|
}
|
|
5771
5813
|
.ant-input-rtl .ant-picker:hover,
|
|
5772
5814
|
.ant-input-rtl .ant-picker-focused {
|
|
@@ -5776,7 +5818,7 @@ nz-comment-content {
|
|
|
5776
5818
|
.ant-picker-focused {
|
|
5777
5819
|
border-color: #177ddc;
|
|
5778
5820
|
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
5779
|
-
border-right-width: 1px
|
|
5821
|
+
border-right-width: 1px;
|
|
5780
5822
|
outline: 0;
|
|
5781
5823
|
}
|
|
5782
5824
|
.ant-input-rtl .ant-picker-focused {
|
|
@@ -5847,7 +5889,7 @@ nz-comment-content {
|
|
|
5847
5889
|
}
|
|
5848
5890
|
.ant-picker-input > input:hover {
|
|
5849
5891
|
border-color: #165996;
|
|
5850
|
-
border-right-width: 1px
|
|
5892
|
+
border-right-width: 1px;
|
|
5851
5893
|
}
|
|
5852
5894
|
.ant-input-rtl .ant-picker-input > input:hover {
|
|
5853
5895
|
border-right-width: 0;
|
|
@@ -5857,7 +5899,7 @@ nz-comment-content {
|
|
|
5857
5899
|
.ant-picker-input > input-focused {
|
|
5858
5900
|
border-color: #177ddc;
|
|
5859
5901
|
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
5860
|
-
border-right-width: 1px
|
|
5902
|
+
border-right-width: 1px;
|
|
5861
5903
|
outline: 0;
|
|
5862
5904
|
}
|
|
5863
5905
|
.ant-input-rtl .ant-picker-input > input:focus,
|
|
@@ -5876,7 +5918,7 @@ nz-comment-content {
|
|
|
5876
5918
|
}
|
|
5877
5919
|
.ant-picker-input > input-disabled:hover {
|
|
5878
5920
|
border-color: #434343;
|
|
5879
|
-
border-right-width: 1px
|
|
5921
|
+
border-right-width: 1px;
|
|
5880
5922
|
}
|
|
5881
5923
|
.ant-picker-input > input[disabled] {
|
|
5882
5924
|
background-color: rgba(255, 255, 255, 0.08);
|
|
@@ -5889,7 +5931,7 @@ nz-comment-content {
|
|
|
5889
5931
|
}
|
|
5890
5932
|
.ant-picker-input > input[disabled]:hover {
|
|
5891
5933
|
border-color: #434343;
|
|
5892
|
-
border-right-width: 1px
|
|
5934
|
+
border-right-width: 1px;
|
|
5893
5935
|
}
|
|
5894
5936
|
.ant-picker-input > input-borderless,
|
|
5895
5937
|
.ant-picker-input > input-borderless:hover,
|
|
@@ -5941,6 +5983,8 @@ textarea.ant-picker-input > input {
|
|
|
5941
5983
|
padding: 0px 7px 0px;
|
|
5942
5984
|
}
|
|
5943
5985
|
.ant-picker-suffix {
|
|
5986
|
+
display: flex;
|
|
5987
|
+
flex: none;
|
|
5944
5988
|
align-self: center;
|
|
5945
5989
|
margin-left: 4px;
|
|
5946
5990
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -5950,6 +5994,9 @@ textarea.ant-picker-input > input {
|
|
|
5950
5994
|
.ant-picker-suffix > * {
|
|
5951
5995
|
vertical-align: top;
|
|
5952
5996
|
}
|
|
5997
|
+
.ant-picker-suffix > *:not(:last-child) {
|
|
5998
|
+
margin-right: 8px;
|
|
5999
|
+
}
|
|
5953
6000
|
.ant-picker-clear {
|
|
5954
6001
|
position: absolute;
|
|
5955
6002
|
top: 50%;
|
|
@@ -6028,20 +6075,22 @@ textarea.ant-picker-input > input {
|
|
|
6028
6075
|
list-style: none;
|
|
6029
6076
|
font-feature-settings: 'tnum';
|
|
6030
6077
|
position: absolute;
|
|
6078
|
+
top: -9999px;
|
|
6079
|
+
left: -9999px;
|
|
6031
6080
|
z-index: 1050;
|
|
6032
6081
|
}
|
|
6033
6082
|
.ant-picker-dropdown-hidden {
|
|
6034
6083
|
display: none;
|
|
6035
6084
|
}
|
|
6036
6085
|
.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
|
|
6037
|
-
top:
|
|
6086
|
+
top: 2.58561808px;
|
|
6038
6087
|
display: block;
|
|
6039
|
-
transform: rotate(-
|
|
6088
|
+
transform: rotate(-135deg) translateY(1px);
|
|
6040
6089
|
}
|
|
6041
6090
|
.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
|
|
6042
|
-
bottom:
|
|
6091
|
+
bottom: 2.58561808px;
|
|
6043
6092
|
display: block;
|
|
6044
|
-
transform: rotate(
|
|
6093
|
+
transform: rotate(45deg);
|
|
6045
6094
|
}
|
|
6046
6095
|
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
|
|
6047
6096
|
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
|
|
@@ -6064,7 +6113,7 @@ textarea.ant-picker-input > input {
|
|
|
6064
6113
|
animation-name: antSlideUpOut;
|
|
6065
6114
|
}
|
|
6066
6115
|
.ant-picker-dropdown-range {
|
|
6067
|
-
padding:
|
|
6116
|
+
padding: 7.54247233px 0;
|
|
6068
6117
|
}
|
|
6069
6118
|
.ant-picker-dropdown-range-hidden {
|
|
6070
6119
|
display: none;
|
|
@@ -6100,21 +6149,38 @@ textarea.ant-picker-input > input {
|
|
|
6100
6149
|
position: absolute;
|
|
6101
6150
|
z-index: 1;
|
|
6102
6151
|
display: none;
|
|
6103
|
-
width:
|
|
6104
|
-
height:
|
|
6152
|
+
width: 11.3137085px;
|
|
6153
|
+
height: 11.3137085px;
|
|
6105
6154
|
margin-left: 16.5px;
|
|
6106
|
-
|
|
6155
|
+
background: linear-gradient(135deg, transparent 40%, #1f1f1f 40%);
|
|
6156
|
+
box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
|
|
6107
6157
|
transition: left 0.3s ease-out;
|
|
6158
|
+
border-radius: 0 0 2px;
|
|
6159
|
+
pointer-events: none;
|
|
6108
6160
|
}
|
|
6109
|
-
.ant-picker-range-arrow::
|
|
6161
|
+
.ant-picker-range-arrow::before {
|
|
6110
6162
|
position: absolute;
|
|
6111
|
-
top:
|
|
6112
|
-
|
|
6113
|
-
width:
|
|
6114
|
-
height:
|
|
6115
|
-
|
|
6116
|
-
|
|
6163
|
+
top: -11.3137085px;
|
|
6164
|
+
left: -11.3137085px;
|
|
6165
|
+
width: 33.9411255px;
|
|
6166
|
+
height: 33.9411255px;
|
|
6167
|
+
background: #1f1f1f;
|
|
6168
|
+
background-repeat: no-repeat;
|
|
6169
|
+
background-position: -10px -10px;
|
|
6170
|
+
content: '';
|
|
6171
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
6172
|
+
}
|
|
6173
|
+
.ant-picker-range-arrow::before {
|
|
6174
|
+
position: absolute;
|
|
6175
|
+
top: -11.3137085px;
|
|
6176
|
+
left: -11.3137085px;
|
|
6177
|
+
width: 33.9411255px;
|
|
6178
|
+
height: 33.9411255px;
|
|
6179
|
+
background: #1f1f1f;
|
|
6180
|
+
background-repeat: no-repeat;
|
|
6181
|
+
background-position: -10px -10px;
|
|
6117
6182
|
content: '';
|
|
6183
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
6118
6184
|
}
|
|
6119
6185
|
.ant-picker-panel-container {
|
|
6120
6186
|
overflow: hidden;
|
|
@@ -6224,7 +6290,7 @@ textarea.ant-picker-input > input {
|
|
|
6224
6290
|
display: inline-block;
|
|
6225
6291
|
width: 7px;
|
|
6226
6292
|
height: 7px;
|
|
6227
|
-
border: 0 solid
|
|
6293
|
+
border: 0 solid currentcolor;
|
|
6228
6294
|
border-width: 1.5px 0 0 1.5px;
|
|
6229
6295
|
content: '';
|
|
6230
6296
|
}
|
|
@@ -6236,7 +6302,7 @@ textarea.ant-picker-input > input {
|
|
|
6236
6302
|
display: inline-block;
|
|
6237
6303
|
width: 7px;
|
|
6238
6304
|
height: 7px;
|
|
6239
|
-
border: 0 solid
|
|
6305
|
+
border: 0 solid currentcolor;
|
|
6240
6306
|
border-width: 1.5px 0 0 1.5px;
|
|
6241
6307
|
content: '';
|
|
6242
6308
|
}
|
|
@@ -6638,7 +6704,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
|
6638
6704
|
background: transparent;
|
|
6639
6705
|
cursor: not-allowed;
|
|
6640
6706
|
}
|
|
6641
|
-
/* stylelint-disable
|
|
6707
|
+
/* stylelint-disable selector-type-no-unknown,selector-no-vendor-prefix */
|
|
6642
6708
|
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
|
|
6643
6709
|
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
|
|
6644
6710
|
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
|
|
@@ -6787,6 +6853,10 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6787
6853
|
.ant-picker-inline .ant-picker-dropdown {
|
|
6788
6854
|
z-index: auto;
|
|
6789
6855
|
}
|
|
6856
|
+
.ant-picker-dropdown {
|
|
6857
|
+
top: unset;
|
|
6858
|
+
left: unset;
|
|
6859
|
+
}
|
|
6790
6860
|
.ant-descriptions-header {
|
|
6791
6861
|
display: flex;
|
|
6792
6862
|
align-items: center;
|
|
@@ -6809,7 +6879,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6809
6879
|
}
|
|
6810
6880
|
.ant-descriptions-view {
|
|
6811
6881
|
width: 100%;
|
|
6812
|
-
overflow: hidden;
|
|
6813
6882
|
border-radius: 2px;
|
|
6814
6883
|
}
|
|
6815
6884
|
.ant-descriptions-view table {
|
|
@@ -7003,9 +7072,6 @@ nz-descriptions {
|
|
|
7003
7072
|
border-style: dashed;
|
|
7004
7073
|
border-width: 1px 0 0;
|
|
7005
7074
|
}
|
|
7006
|
-
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
|
|
7007
|
-
border-top: 0;
|
|
7008
|
-
}
|
|
7009
7075
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
|
|
7010
7076
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
|
|
7011
7077
|
border-style: dashed none none;
|
|
@@ -7018,6 +7084,24 @@ nz-descriptions {
|
|
|
7018
7084
|
font-weight: normal;
|
|
7019
7085
|
font-size: 14px;
|
|
7020
7086
|
}
|
|
7087
|
+
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
|
|
7088
|
+
width: 0;
|
|
7089
|
+
}
|
|
7090
|
+
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
|
|
7091
|
+
width: 100%;
|
|
7092
|
+
}
|
|
7093
|
+
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
|
|
7094
|
+
padding-left: 0;
|
|
7095
|
+
}
|
|
7096
|
+
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
|
|
7097
|
+
width: 100%;
|
|
7098
|
+
}
|
|
7099
|
+
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
|
|
7100
|
+
width: 0;
|
|
7101
|
+
}
|
|
7102
|
+
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
|
|
7103
|
+
padding-right: 0;
|
|
7104
|
+
}
|
|
7021
7105
|
.ant-divider-rtl {
|
|
7022
7106
|
direction: rtl;
|
|
7023
7107
|
}
|
|
@@ -7472,35 +7556,58 @@ nz-descriptions {
|
|
|
7472
7556
|
.ant-dropdown-menu-submenu-hidden {
|
|
7473
7557
|
display: none;
|
|
7474
7558
|
}
|
|
7475
|
-
.ant-dropdown-show-arrow.ant-dropdown-placement-topCenter,
|
|
7476
7559
|
.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
|
|
7560
|
+
.ant-dropdown-show-arrow.ant-dropdown-placement-top,
|
|
7477
7561
|
.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
|
|
7478
|
-
padding-bottom:
|
|
7562
|
+
padding-bottom: 15.3137085px;
|
|
7479
7563
|
}
|
|
7480
|
-
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomCenter,
|
|
7481
7564
|
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
|
|
7565
|
+
.ant-dropdown-show-arrow.ant-dropdown-placement-bottom,
|
|
7482
7566
|
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
|
|
7483
|
-
padding-top:
|
|
7567
|
+
padding-top: 15.3137085px;
|
|
7484
7568
|
}
|
|
7485
7569
|
.ant-dropdown-arrow {
|
|
7486
7570
|
position: absolute;
|
|
7487
7571
|
z-index: 1;
|
|
7488
7572
|
display: block;
|
|
7489
|
-
width:
|
|
7490
|
-
height:
|
|
7491
|
-
background: transparent;
|
|
7492
|
-
border-
|
|
7493
|
-
|
|
7494
|
-
|
|
7573
|
+
width: 11.3137085px;
|
|
7574
|
+
height: 11.3137085px;
|
|
7575
|
+
background: linear-gradient(135deg, transparent 40%, #1f1f1f 40%);
|
|
7576
|
+
border-radius: 0 0 2px;
|
|
7577
|
+
pointer-events: none;
|
|
7578
|
+
}
|
|
7579
|
+
.ant-dropdown-arrow::before {
|
|
7580
|
+
position: absolute;
|
|
7581
|
+
top: -11.3137085px;
|
|
7582
|
+
left: -11.3137085px;
|
|
7583
|
+
width: 33.9411255px;
|
|
7584
|
+
height: 33.9411255px;
|
|
7585
|
+
background: #1f1f1f;
|
|
7586
|
+
background-repeat: no-repeat;
|
|
7587
|
+
background-position: -10px -10px;
|
|
7588
|
+
content: '';
|
|
7589
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
7590
|
+
}
|
|
7591
|
+
.ant-dropdown-arrow::before {
|
|
7592
|
+
position: absolute;
|
|
7593
|
+
top: -11.3137085px;
|
|
7594
|
+
left: -11.3137085px;
|
|
7595
|
+
width: 33.9411255px;
|
|
7596
|
+
height: 33.9411255px;
|
|
7597
|
+
background: #1f1f1f;
|
|
7598
|
+
background-repeat: no-repeat;
|
|
7599
|
+
background-position: -10px -10px;
|
|
7600
|
+
content: '';
|
|
7601
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
7495
7602
|
}
|
|
7496
|
-
.ant-dropdown-placement-
|
|
7603
|
+
.ant-dropdown-placement-top > .ant-dropdown-arrow,
|
|
7497
7604
|
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
|
|
7498
7605
|
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
|
|
7499
|
-
bottom:
|
|
7500
|
-
|
|
7501
|
-
|
|
7606
|
+
bottom: 10px;
|
|
7607
|
+
box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.1);
|
|
7608
|
+
transform: rotate(45deg);
|
|
7502
7609
|
}
|
|
7503
|
-
.ant-dropdown-placement-
|
|
7610
|
+
.ant-dropdown-placement-top > .ant-dropdown-arrow {
|
|
7504
7611
|
left: 50%;
|
|
7505
7612
|
transform: translateX(-50%) rotate(45deg);
|
|
7506
7613
|
}
|
|
@@ -7510,16 +7617,16 @@ nz-descriptions {
|
|
|
7510
7617
|
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
|
|
7511
7618
|
right: 16px;
|
|
7512
7619
|
}
|
|
7513
|
-
.ant-dropdown-placement-
|
|
7620
|
+
.ant-dropdown-placement-bottom > .ant-dropdown-arrow,
|
|
7514
7621
|
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
|
|
7515
7622
|
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
|
|
7516
|
-
top:
|
|
7517
|
-
|
|
7518
|
-
|
|
7623
|
+
top: 9.41421356px;
|
|
7624
|
+
box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
|
|
7625
|
+
transform: rotate(-135deg) translateY(-0.5px);
|
|
7519
7626
|
}
|
|
7520
|
-
.ant-dropdown-placement-
|
|
7627
|
+
.ant-dropdown-placement-bottom > .ant-dropdown-arrow {
|
|
7521
7628
|
left: 50%;
|
|
7522
|
-
transform: translateX(-50%) rotate(
|
|
7629
|
+
transform: translateX(-50%) rotate(-135deg) translateY(-0.5px);
|
|
7523
7630
|
}
|
|
7524
7631
|
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
|
|
7525
7632
|
left: 16px;
|
|
@@ -7596,7 +7703,6 @@ nz-descriptions {
|
|
|
7596
7703
|
font-weight: normal;
|
|
7597
7704
|
font-size: 14px;
|
|
7598
7705
|
line-height: 22px;
|
|
7599
|
-
white-space: nowrap;
|
|
7600
7706
|
cursor: pointer;
|
|
7601
7707
|
transition: all 0.3s;
|
|
7602
7708
|
}
|
|
@@ -7606,7 +7712,11 @@ nz-descriptions {
|
|
|
7606
7712
|
background-color: #111b26;
|
|
7607
7713
|
}
|
|
7608
7714
|
.ant-dropdown-menu-item:hover,
|
|
7609
|
-
.ant-dropdown-menu-submenu-title:hover
|
|
7715
|
+
.ant-dropdown-menu-submenu-title:hover,
|
|
7716
|
+
.ant-dropdown-menu-item.ant-dropdown-menu-item-active,
|
|
7717
|
+
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,
|
|
7718
|
+
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,
|
|
7719
|
+
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active {
|
|
7610
7720
|
background-color: rgba(255, 255, 255, 0.08);
|
|
7611
7721
|
}
|
|
7612
7722
|
.ant-dropdown-menu-item-disabled,
|
|
@@ -7674,27 +7784,27 @@ nz-descriptions {
|
|
|
7674
7784
|
}
|
|
7675
7785
|
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
|
|
7676
7786
|
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
|
|
7677
|
-
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-
|
|
7678
|
-
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-
|
|
7787
|
+
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,
|
|
7788
|
+
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,
|
|
7679
7789
|
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
|
|
7680
7790
|
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
|
|
7681
7791
|
animation-name: antSlideUpIn;
|
|
7682
7792
|
}
|
|
7683
7793
|
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
|
|
7684
7794
|
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
|
|
7685
|
-
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-
|
|
7686
|
-
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-
|
|
7795
|
+
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,
|
|
7796
|
+
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,
|
|
7687
7797
|
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
|
|
7688
7798
|
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
|
|
7689
7799
|
animation-name: antSlideDownIn;
|
|
7690
7800
|
}
|
|
7691
7801
|
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
|
|
7692
|
-
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-
|
|
7802
|
+
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,
|
|
7693
7803
|
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
|
|
7694
7804
|
animation-name: antSlideUpOut;
|
|
7695
7805
|
}
|
|
7696
7806
|
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
|
|
7697
|
-
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-
|
|
7807
|
+
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,
|
|
7698
7808
|
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
|
|
7699
7809
|
animation-name: antSlideDownOut;
|
|
7700
7810
|
}
|
|
@@ -7707,6 +7817,14 @@ nz-descriptions {
|
|
|
7707
7817
|
.ant-dropdown-button {
|
|
7708
7818
|
white-space: nowrap;
|
|
7709
7819
|
}
|
|
7820
|
+
.ant-dropdown-button.ant-btn-group > .ant-btn-loading,
|
|
7821
|
+
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
|
|
7822
|
+
cursor: default;
|
|
7823
|
+
pointer-events: none;
|
|
7824
|
+
}
|
|
7825
|
+
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
|
|
7826
|
+
display: block;
|
|
7827
|
+
}
|
|
7710
7828
|
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
|
|
7711
7829
|
padding-right: 8px;
|
|
7712
7830
|
padding-left: 8px;
|
|
@@ -7910,6 +8028,9 @@ nz-empty {
|
|
|
7910
8028
|
.ant-row-space-around {
|
|
7911
8029
|
justify-content: space-around;
|
|
7912
8030
|
}
|
|
8031
|
+
.ant-row-space-evenly {
|
|
8032
|
+
justify-content: space-evenly;
|
|
8033
|
+
}
|
|
7913
8034
|
.ant-row-top {
|
|
7914
8035
|
align-items: flex-start;
|
|
7915
8036
|
}
|
|
@@ -13101,7 +13222,7 @@ nz-empty {
|
|
|
13101
13222
|
}
|
|
13102
13223
|
.ant-input-affix-wrapper:hover {
|
|
13103
13224
|
border-color: #165996;
|
|
13104
|
-
border-right-width: 1px
|
|
13225
|
+
border-right-width: 1px;
|
|
13105
13226
|
}
|
|
13106
13227
|
.ant-input-rtl .ant-input-affix-wrapper:hover {
|
|
13107
13228
|
border-right-width: 0;
|
|
@@ -13111,7 +13232,7 @@ nz-empty {
|
|
|
13111
13232
|
.ant-input-affix-wrapper-focused {
|
|
13112
13233
|
border-color: #177ddc;
|
|
13113
13234
|
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
13114
|
-
border-right-width: 1px
|
|
13235
|
+
border-right-width: 1px;
|
|
13115
13236
|
outline: 0;
|
|
13116
13237
|
}
|
|
13117
13238
|
.ant-input-rtl .ant-input-affix-wrapper:focus,
|
|
@@ -13130,7 +13251,7 @@ nz-empty {
|
|
|
13130
13251
|
}
|
|
13131
13252
|
.ant-input-affix-wrapper-disabled:hover {
|
|
13132
13253
|
border-color: #434343;
|
|
13133
|
-
border-right-width: 1px
|
|
13254
|
+
border-right-width: 1px;
|
|
13134
13255
|
}
|
|
13135
13256
|
.ant-input-affix-wrapper[disabled] {
|
|
13136
13257
|
background-color: rgba(255, 255, 255, 0.08);
|
|
@@ -13143,7 +13264,7 @@ nz-empty {
|
|
|
13143
13264
|
}
|
|
13144
13265
|
.ant-input-affix-wrapper[disabled]:hover {
|
|
13145
13266
|
border-color: #434343;
|
|
13146
|
-
border-right-width: 1px
|
|
13267
|
+
border-right-width: 1px;
|
|
13147
13268
|
}
|
|
13148
13269
|
.ant-input-affix-wrapper-borderless,
|
|
13149
13270
|
.ant-input-affix-wrapper-borderless:hover,
|
|
@@ -13175,7 +13296,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
13175
13296
|
}
|
|
13176
13297
|
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
|
|
13177
13298
|
border-color: #165996;
|
|
13178
|
-
border-right-width: 1px
|
|
13299
|
+
border-right-width: 1px;
|
|
13179
13300
|
z-index: 1;
|
|
13180
13301
|
}
|
|
13181
13302
|
.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
|
|
@@ -13211,13 +13332,24 @@ textarea.ant-input-affix-wrapper {
|
|
|
13211
13332
|
flex: none;
|
|
13212
13333
|
align-items: center;
|
|
13213
13334
|
}
|
|
13335
|
+
.ant-input-prefix > *:not(:last-child),
|
|
13336
|
+
.ant-input-suffix > *:not(:last-child) {
|
|
13337
|
+
margin-right: 8px;
|
|
13338
|
+
}
|
|
13339
|
+
.ant-input-show-count-suffix {
|
|
13340
|
+
color: rgba(255, 255, 255, 0.45);
|
|
13341
|
+
}
|
|
13342
|
+
.ant-input-show-count-has-suffix {
|
|
13343
|
+
margin-right: 2px;
|
|
13344
|
+
}
|
|
13214
13345
|
.ant-input-prefix {
|
|
13215
13346
|
margin-right: 4px;
|
|
13216
13347
|
}
|
|
13217
13348
|
.ant-input-suffix {
|
|
13218
13349
|
margin-left: 4px;
|
|
13219
13350
|
}
|
|
13220
|
-
.anticon.ant-input-clear-icon
|
|
13351
|
+
.anticon.ant-input-clear-icon,
|
|
13352
|
+
.ant-input-clear-icon {
|
|
13221
13353
|
margin: 0;
|
|
13222
13354
|
color: rgba(255, 255, 255, 0.3);
|
|
13223
13355
|
font-size: 12px;
|
|
@@ -13225,16 +13357,20 @@ textarea.ant-input-affix-wrapper {
|
|
|
13225
13357
|
cursor: pointer;
|
|
13226
13358
|
transition: color 0.3s;
|
|
13227
13359
|
}
|
|
13228
|
-
.anticon.ant-input-clear-icon:hover
|
|
13360
|
+
.anticon.ant-input-clear-icon:hover,
|
|
13361
|
+
.ant-input-clear-icon:hover {
|
|
13229
13362
|
color: rgba(255, 255, 255, 0.45);
|
|
13230
13363
|
}
|
|
13231
|
-
.anticon.ant-input-clear-icon:active
|
|
13364
|
+
.anticon.ant-input-clear-icon:active,
|
|
13365
|
+
.ant-input-clear-icon:active {
|
|
13232
13366
|
color: rgba(255, 255, 255, 0.85);
|
|
13233
13367
|
}
|
|
13234
|
-
.anticon.ant-input-clear-icon-hidden
|
|
13368
|
+
.anticon.ant-input-clear-icon-hidden,
|
|
13369
|
+
.ant-input-clear-icon-hidden {
|
|
13235
13370
|
visibility: hidden;
|
|
13236
13371
|
}
|
|
13237
|
-
.anticon.ant-input-clear-icon-has-suffix
|
|
13372
|
+
.anticon.ant-input-clear-icon-has-suffix,
|
|
13373
|
+
.ant-input-clear-icon-has-suffix {
|
|
13238
13374
|
margin: 0 4px;
|
|
13239
13375
|
}
|
|
13240
13376
|
.ant-input-affix-wrapper-textarea-with-clear-btn {
|
|
@@ -13247,6 +13383,80 @@ textarea.ant-input-affix-wrapper {
|
|
|
13247
13383
|
right: 8px;
|
|
13248
13384
|
z-index: 1;
|
|
13249
13385
|
}
|
|
13386
|
+
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
|
13387
|
+
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
|
|
13388
|
+
background: transparent;
|
|
13389
|
+
border-color: #a61d24;
|
|
13390
|
+
}
|
|
13391
|
+
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
|
13392
|
+
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
|
|
13393
|
+
border-color: #a61d24;
|
|
13394
|
+
box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
|
|
13395
|
+
border-right-width: 1px;
|
|
13396
|
+
outline: 0;
|
|
13397
|
+
}
|
|
13398
|
+
.ant-input-status-error .ant-input-prefix {
|
|
13399
|
+
color: #a61d24;
|
|
13400
|
+
}
|
|
13401
|
+
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
|
13402
|
+
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
|
|
13403
|
+
background: transparent;
|
|
13404
|
+
border-color: #d89614;
|
|
13405
|
+
}
|
|
13406
|
+
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
|
13407
|
+
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
|
|
13408
|
+
border-color: #d89614;
|
|
13409
|
+
box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
|
|
13410
|
+
border-right-width: 1px;
|
|
13411
|
+
outline: 0;
|
|
13412
|
+
}
|
|
13413
|
+
.ant-input-status-warning .ant-input-prefix {
|
|
13414
|
+
color: #d89614;
|
|
13415
|
+
}
|
|
13416
|
+
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
|
13417
|
+
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
|
|
13418
|
+
background: transparent;
|
|
13419
|
+
border-color: #a61d24;
|
|
13420
|
+
}
|
|
13421
|
+
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
|
13422
|
+
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
|
|
13423
|
+
border-color: #a61d24;
|
|
13424
|
+
box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
|
|
13425
|
+
border-right-width: 1px;
|
|
13426
|
+
outline: 0;
|
|
13427
|
+
}
|
|
13428
|
+
.ant-input-affix-wrapper-status-error .ant-input-prefix {
|
|
13429
|
+
color: #a61d24;
|
|
13430
|
+
}
|
|
13431
|
+
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
|
13432
|
+
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
|
|
13433
|
+
background: transparent;
|
|
13434
|
+
border-color: #d89614;
|
|
13435
|
+
}
|
|
13436
|
+
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
|
13437
|
+
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
|
|
13438
|
+
border-color: #d89614;
|
|
13439
|
+
box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
|
|
13440
|
+
border-right-width: 1px;
|
|
13441
|
+
outline: 0;
|
|
13442
|
+
}
|
|
13443
|
+
.ant-input-affix-wrapper-status-warning .ant-input-prefix {
|
|
13444
|
+
color: #d89614;
|
|
13445
|
+
}
|
|
13446
|
+
.ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
|
|
13447
|
+
.ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
|
|
13448
|
+
.ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
|
|
13449
|
+
.ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
|
|
13450
|
+
padding-right: 24px;
|
|
13451
|
+
}
|
|
13452
|
+
.ant-input-group-wrapper-status-error .ant-input-group-addon {
|
|
13453
|
+
color: #a61d24;
|
|
13454
|
+
border-color: #a61d24;
|
|
13455
|
+
}
|
|
13456
|
+
.ant-input-group-wrapper-status-warning .ant-input-group-addon {
|
|
13457
|
+
color: #d89614;
|
|
13458
|
+
border-color: #d89614;
|
|
13459
|
+
}
|
|
13250
13460
|
.ant-input {
|
|
13251
13461
|
box-sizing: border-box;
|
|
13252
13462
|
margin: 0;
|
|
@@ -13292,7 +13502,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
13292
13502
|
}
|
|
13293
13503
|
.ant-input:hover {
|
|
13294
13504
|
border-color: #165996;
|
|
13295
|
-
border-right-width: 1px
|
|
13505
|
+
border-right-width: 1px;
|
|
13296
13506
|
}
|
|
13297
13507
|
.ant-input-rtl .ant-input:hover {
|
|
13298
13508
|
border-right-width: 0;
|
|
@@ -13302,7 +13512,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
13302
13512
|
.ant-input-focused {
|
|
13303
13513
|
border-color: #177ddc;
|
|
13304
13514
|
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
13305
|
-
border-right-width: 1px
|
|
13515
|
+
border-right-width: 1px;
|
|
13306
13516
|
outline: 0;
|
|
13307
13517
|
}
|
|
13308
13518
|
.ant-input-rtl .ant-input:focus,
|
|
@@ -13321,7 +13531,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
13321
13531
|
}
|
|
13322
13532
|
.ant-input-disabled:hover {
|
|
13323
13533
|
border-color: #434343;
|
|
13324
|
-
border-right-width: 1px
|
|
13534
|
+
border-right-width: 1px;
|
|
13325
13535
|
}
|
|
13326
13536
|
.ant-input[disabled] {
|
|
13327
13537
|
background-color: rgba(255, 255, 255, 0.08);
|
|
@@ -13334,7 +13544,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
13334
13544
|
}
|
|
13335
13545
|
.ant-input[disabled]:hover {
|
|
13336
13546
|
border-color: #434343;
|
|
13337
|
-
border-right-width: 1px
|
|
13547
|
+
border-right-width: 1px;
|
|
13338
13548
|
}
|
|
13339
13549
|
.ant-input-borderless,
|
|
13340
13550
|
.ant-input-borderless:hover,
|
|
@@ -13704,12 +13914,12 @@ textarea.ant-input {
|
|
|
13704
13914
|
text-align: start;
|
|
13705
13915
|
vertical-align: top;
|
|
13706
13916
|
}
|
|
13707
|
-
.ant-input-password-icon {
|
|
13917
|
+
.ant-input-password-icon.anticon {
|
|
13708
13918
|
color: rgba(255, 255, 255, 0.45);
|
|
13709
13919
|
cursor: pointer;
|
|
13710
13920
|
transition: all 0.3s;
|
|
13711
13921
|
}
|
|
13712
|
-
.ant-input-password-icon:hover {
|
|
13922
|
+
.ant-input-password-icon.anticon:hover {
|
|
13713
13923
|
color: rgba(255, 255, 255, 0.85);
|
|
13714
13924
|
}
|
|
13715
13925
|
.ant-input[type='color'] {
|
|
@@ -13733,6 +13943,19 @@ textarea.ant-input {
|
|
|
13733
13943
|
content: attr(data-count);
|
|
13734
13944
|
pointer-events: none;
|
|
13735
13945
|
}
|
|
13946
|
+
.ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
|
|
13947
|
+
margin-bottom: -22px;
|
|
13948
|
+
}
|
|
13949
|
+
.ant-input-textarea-suffix {
|
|
13950
|
+
position: absolute;
|
|
13951
|
+
top: 0;
|
|
13952
|
+
right: 11px;
|
|
13953
|
+
bottom: 0;
|
|
13954
|
+
z-index: 1;
|
|
13955
|
+
display: inline-flex;
|
|
13956
|
+
align-items: center;
|
|
13957
|
+
margin: auto;
|
|
13958
|
+
}
|
|
13736
13959
|
.ant-input-search .ant-input:hover,
|
|
13737
13960
|
.ant-input-search .ant-input:focus {
|
|
13738
13961
|
border-color: #165996;
|
|
@@ -13862,12 +14085,32 @@ textarea.nz-textarea-autosize-measuring {
|
|
|
13862
14085
|
width: 40px;
|
|
13863
14086
|
height: 40px;
|
|
13864
14087
|
}
|
|
13865
|
-
.ant-input-
|
|
13866
|
-
|
|
13867
|
-
|
|
13868
|
-
|
|
13869
|
-
|
|
13870
|
-
|
|
14088
|
+
.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-suffix {
|
|
14089
|
+
margin-left: 0;
|
|
14090
|
+
}
|
|
14091
|
+
nz-form-item-feedback-icon.ant-input-suffix {
|
|
14092
|
+
display: flex;
|
|
14093
|
+
flex: none;
|
|
14094
|
+
align-items: center;
|
|
14095
|
+
pointer-events: none;
|
|
14096
|
+
}
|
|
14097
|
+
nz-form-item-feedback-icon.ant-input-suffix {
|
|
14098
|
+
position: absolute;
|
|
14099
|
+
top: 0;
|
|
14100
|
+
right: 0;
|
|
14101
|
+
z-index: 1;
|
|
14102
|
+
height: 100%;
|
|
14103
|
+
margin-right: 12px;
|
|
14104
|
+
margin-left: 4px;
|
|
14105
|
+
}
|
|
14106
|
+
.ant-input-status-error.ant-input-has-feedback,
|
|
14107
|
+
.ant-input-status-warning.ant-input-has-feedback,
|
|
14108
|
+
.ant-input-status-validating.ant-input-has-feedback,
|
|
14109
|
+
.ant-input-status-success.ant-input-has-feedback {
|
|
14110
|
+
padding-right: 28px;
|
|
14111
|
+
}
|
|
14112
|
+
.ant-input-number-affix-wrapper {
|
|
14113
|
+
display: inline-block;
|
|
13871
14114
|
width: 100%;
|
|
13872
14115
|
min-width: 0;
|
|
13873
14116
|
padding: 4px 11px;
|
|
@@ -13876,15 +14119,259 @@ textarea.nz-textarea-autosize-measuring {
|
|
|
13876
14119
|
line-height: 1.5715;
|
|
13877
14120
|
background-color: transparent;
|
|
13878
14121
|
background-image: none;
|
|
14122
|
+
border: 1px solid #434343;
|
|
14123
|
+
border-radius: 2px;
|
|
13879
14124
|
transition: all 0.3s;
|
|
13880
14125
|
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
13881
14126
|
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
13882
|
-
|
|
14127
|
+
position: relative;
|
|
14128
|
+
display: inline-flex;
|
|
13883
14129
|
width: 90px;
|
|
13884
|
-
margin: 0;
|
|
13885
14130
|
padding: 0;
|
|
13886
|
-
|
|
13887
|
-
|
|
14131
|
+
padding-inline-start: 11px;
|
|
14132
|
+
}
|
|
14133
|
+
.ant-input-number-affix-wrapper::-moz-placeholder {
|
|
14134
|
+
opacity: 1;
|
|
14135
|
+
}
|
|
14136
|
+
.ant-input-number-affix-wrapper::placeholder {
|
|
14137
|
+
color: rgba(255, 255, 255, 0.3);
|
|
14138
|
+
user-select: none;
|
|
14139
|
+
}
|
|
14140
|
+
.ant-input-number-affix-wrapper:placeholder-shown {
|
|
14141
|
+
text-overflow: ellipsis;
|
|
14142
|
+
}
|
|
14143
|
+
.ant-input-number-affix-wrapper::-moz-placeholder {
|
|
14144
|
+
opacity: 1;
|
|
14145
|
+
}
|
|
14146
|
+
.ant-input-number-affix-wrapper::placeholder {
|
|
14147
|
+
color: rgba(255, 255, 255, 0.3);
|
|
14148
|
+
user-select: none;
|
|
14149
|
+
}
|
|
14150
|
+
.ant-input-number-affix-wrapper:placeholder-shown {
|
|
14151
|
+
text-overflow: ellipsis;
|
|
14152
|
+
}
|
|
14153
|
+
.ant-input-number-affix-wrapper:hover {
|
|
14154
|
+
border-color: #165996;
|
|
14155
|
+
border-right-width: 1px;
|
|
14156
|
+
}
|
|
14157
|
+
.ant-input-rtl .ant-input-number-affix-wrapper:hover {
|
|
14158
|
+
border-right-width: 0;
|
|
14159
|
+
border-left-width: 1px !important;
|
|
14160
|
+
}
|
|
14161
|
+
.ant-input-number-affix-wrapper:focus,
|
|
14162
|
+
.ant-input-number-affix-wrapper-focused {
|
|
14163
|
+
border-color: #177ddc;
|
|
14164
|
+
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
14165
|
+
border-right-width: 1px;
|
|
14166
|
+
outline: 0;
|
|
14167
|
+
}
|
|
14168
|
+
.ant-input-rtl .ant-input-number-affix-wrapper:focus,
|
|
14169
|
+
.ant-input-rtl .ant-input-number-affix-wrapper-focused {
|
|
14170
|
+
border-right-width: 0;
|
|
14171
|
+
border-left-width: 1px !important;
|
|
14172
|
+
}
|
|
14173
|
+
.ant-input-number-affix-wrapper-disabled {
|
|
14174
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
14175
|
+
border-color: #434343;
|
|
14176
|
+
box-shadow: none;
|
|
14177
|
+
cursor: not-allowed;
|
|
14178
|
+
opacity: 1;
|
|
14179
|
+
color: rgba(255, 255, 255, 0.3);
|
|
14180
|
+
pointer-events: none;
|
|
14181
|
+
}
|
|
14182
|
+
.ant-input-number-affix-wrapper-disabled:hover {
|
|
14183
|
+
border-color: #434343;
|
|
14184
|
+
border-right-width: 1px;
|
|
14185
|
+
}
|
|
14186
|
+
.ant-input-number-affix-wrapper[disabled] {
|
|
14187
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
14188
|
+
border-color: #434343;
|
|
14189
|
+
box-shadow: none;
|
|
14190
|
+
cursor: not-allowed;
|
|
14191
|
+
opacity: 1;
|
|
14192
|
+
color: rgba(255, 255, 255, 0.3);
|
|
14193
|
+
pointer-events: none;
|
|
14194
|
+
}
|
|
14195
|
+
.ant-input-number-affix-wrapper[disabled]:hover {
|
|
14196
|
+
border-color: #434343;
|
|
14197
|
+
border-right-width: 1px;
|
|
14198
|
+
}
|
|
14199
|
+
.ant-input-number-affix-wrapper-borderless,
|
|
14200
|
+
.ant-input-number-affix-wrapper-borderless:hover,
|
|
14201
|
+
.ant-input-number-affix-wrapper-borderless:focus,
|
|
14202
|
+
.ant-input-number-affix-wrapper-borderless-focused,
|
|
14203
|
+
.ant-input-number-affix-wrapper-borderless-disabled,
|
|
14204
|
+
.ant-input-number-affix-wrapper-borderless[disabled] {
|
|
14205
|
+
background-color: transparent;
|
|
14206
|
+
border: none;
|
|
14207
|
+
box-shadow: none;
|
|
14208
|
+
}
|
|
14209
|
+
textarea.ant-input-number-affix-wrapper {
|
|
14210
|
+
max-width: 100%;
|
|
14211
|
+
height: auto;
|
|
14212
|
+
min-height: 32px;
|
|
14213
|
+
line-height: 1.5715;
|
|
14214
|
+
vertical-align: bottom;
|
|
14215
|
+
transition: all 0.3s, height 0s;
|
|
14216
|
+
}
|
|
14217
|
+
.ant-input-number-affix-wrapper-lg {
|
|
14218
|
+
padding: 6.5px 11px;
|
|
14219
|
+
font-size: 16px;
|
|
14220
|
+
}
|
|
14221
|
+
.ant-input-number-affix-wrapper-sm {
|
|
14222
|
+
padding: 0px 7px;
|
|
14223
|
+
}
|
|
14224
|
+
.ant-input-number-affix-wrapper-rtl {
|
|
14225
|
+
direction: rtl;
|
|
14226
|
+
}
|
|
14227
|
+
.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
|
|
14228
|
+
border-color: #165996;
|
|
14229
|
+
border-right-width: 1px;
|
|
14230
|
+
z-index: 1;
|
|
14231
|
+
}
|
|
14232
|
+
.ant-input-rtl .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
|
|
14233
|
+
border-right-width: 0;
|
|
14234
|
+
border-left-width: 1px !important;
|
|
14235
|
+
}
|
|
14236
|
+
.ant-input-number-affix-wrapper-focused,
|
|
14237
|
+
.ant-input-number-affix-wrapper:focus {
|
|
14238
|
+
z-index: 1;
|
|
14239
|
+
}
|
|
14240
|
+
.ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
|
|
14241
|
+
background: transparent;
|
|
14242
|
+
}
|
|
14243
|
+
.ant-input-number-affix-wrapper > div.ant-input-number {
|
|
14244
|
+
width: 100%;
|
|
14245
|
+
border: none;
|
|
14246
|
+
outline: none;
|
|
14247
|
+
}
|
|
14248
|
+
.ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
|
|
14249
|
+
box-shadow: none !important;
|
|
14250
|
+
}
|
|
14251
|
+
.ant-input-number-affix-wrapper input.ant-input-number-input {
|
|
14252
|
+
padding: 0;
|
|
14253
|
+
}
|
|
14254
|
+
.ant-input-number-affix-wrapper::before {
|
|
14255
|
+
width: 0;
|
|
14256
|
+
visibility: hidden;
|
|
14257
|
+
content: '\a0';
|
|
14258
|
+
}
|
|
14259
|
+
.ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
|
|
14260
|
+
z-index: 2;
|
|
14261
|
+
}
|
|
14262
|
+
.ant-input-number-prefix,
|
|
14263
|
+
.ant-input-number-suffix {
|
|
14264
|
+
display: flex;
|
|
14265
|
+
flex: none;
|
|
14266
|
+
align-items: center;
|
|
14267
|
+
pointer-events: none;
|
|
14268
|
+
}
|
|
14269
|
+
.ant-input-number-prefix {
|
|
14270
|
+
margin-inline-end: 4px;
|
|
14271
|
+
}
|
|
14272
|
+
.ant-input-number-suffix {
|
|
14273
|
+
position: absolute;
|
|
14274
|
+
top: 0;
|
|
14275
|
+
right: 0;
|
|
14276
|
+
z-index: 1;
|
|
14277
|
+
height: 100%;
|
|
14278
|
+
margin-right: 11px;
|
|
14279
|
+
margin-left: 4px;
|
|
14280
|
+
}
|
|
14281
|
+
.ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
|
|
14282
|
+
width: 100%;
|
|
14283
|
+
}
|
|
14284
|
+
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
|
|
14285
|
+
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
|
|
14286
|
+
background: transparent;
|
|
14287
|
+
border-color: #a61d24;
|
|
14288
|
+
}
|
|
14289
|
+
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
|
|
14290
|
+
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
|
|
14291
|
+
border-color: #a61d24;
|
|
14292
|
+
box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
|
|
14293
|
+
border-right-width: 1px;
|
|
14294
|
+
outline: 0;
|
|
14295
|
+
}
|
|
14296
|
+
.ant-input-number-status-error .ant-input-number-prefix {
|
|
14297
|
+
color: #a61d24;
|
|
14298
|
+
}
|
|
14299
|
+
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
|
|
14300
|
+
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
|
|
14301
|
+
background: transparent;
|
|
14302
|
+
border-color: #d89614;
|
|
14303
|
+
}
|
|
14304
|
+
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
|
|
14305
|
+
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
|
|
14306
|
+
border-color: #d89614;
|
|
14307
|
+
box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
|
|
14308
|
+
border-right-width: 1px;
|
|
14309
|
+
outline: 0;
|
|
14310
|
+
}
|
|
14311
|
+
.ant-input-number-status-warning .ant-input-number-prefix {
|
|
14312
|
+
color: #d89614;
|
|
14313
|
+
}
|
|
14314
|
+
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
|
|
14315
|
+
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
|
|
14316
|
+
background: transparent;
|
|
14317
|
+
border-color: #a61d24;
|
|
14318
|
+
}
|
|
14319
|
+
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
|
|
14320
|
+
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
|
|
14321
|
+
border-color: #a61d24;
|
|
14322
|
+
box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
|
|
14323
|
+
border-right-width: 1px;
|
|
14324
|
+
outline: 0;
|
|
14325
|
+
}
|
|
14326
|
+
.ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
|
|
14327
|
+
color: #a61d24;
|
|
14328
|
+
}
|
|
14329
|
+
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
|
|
14330
|
+
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
|
|
14331
|
+
background: transparent;
|
|
14332
|
+
border-color: #d89614;
|
|
14333
|
+
}
|
|
14334
|
+
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
|
|
14335
|
+
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
|
|
14336
|
+
border-color: #d89614;
|
|
14337
|
+
box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
|
|
14338
|
+
border-right-width: 1px;
|
|
14339
|
+
outline: 0;
|
|
14340
|
+
}
|
|
14341
|
+
.ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
|
|
14342
|
+
color: #d89614;
|
|
14343
|
+
}
|
|
14344
|
+
.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
|
|
14345
|
+
color: #a61d24;
|
|
14346
|
+
border-color: #a61d24;
|
|
14347
|
+
}
|
|
14348
|
+
.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
|
|
14349
|
+
color: #d89614;
|
|
14350
|
+
border-color: #d89614;
|
|
14351
|
+
}
|
|
14352
|
+
.ant-input-number {
|
|
14353
|
+
box-sizing: border-box;
|
|
14354
|
+
font-variant: tabular-nums;
|
|
14355
|
+
list-style: none;
|
|
14356
|
+
font-feature-settings: 'tnum';
|
|
14357
|
+
position: relative;
|
|
14358
|
+
width: 100%;
|
|
14359
|
+
min-width: 0;
|
|
14360
|
+
padding: 4px 11px;
|
|
14361
|
+
color: rgba(255, 255, 255, 0.85);
|
|
14362
|
+
font-size: 14px;
|
|
14363
|
+
line-height: 1.5715;
|
|
14364
|
+
background-color: transparent;
|
|
14365
|
+
background-image: none;
|
|
14366
|
+
transition: all 0.3s;
|
|
14367
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
14368
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
14369
|
+
display: inline-block;
|
|
14370
|
+
width: 90px;
|
|
14371
|
+
margin: 0;
|
|
14372
|
+
padding: 0;
|
|
14373
|
+
border: 1px solid #434343;
|
|
14374
|
+
border-radius: 2px;
|
|
13888
14375
|
}
|
|
13889
14376
|
.ant-input-number::-moz-placeholder {
|
|
13890
14377
|
opacity: 1;
|
|
@@ -13908,7 +14395,7 @@ textarea.nz-textarea-autosize-measuring {
|
|
|
13908
14395
|
}
|
|
13909
14396
|
.ant-input-number:hover {
|
|
13910
14397
|
border-color: #165996;
|
|
13911
|
-
border-right-width: 1px
|
|
14398
|
+
border-right-width: 1px;
|
|
13912
14399
|
}
|
|
13913
14400
|
.ant-input-rtl .ant-input-number:hover {
|
|
13914
14401
|
border-right-width: 0;
|
|
@@ -13918,7 +14405,7 @@ textarea.nz-textarea-autosize-measuring {
|
|
|
13918
14405
|
.ant-input-number-focused {
|
|
13919
14406
|
border-color: #177ddc;
|
|
13920
14407
|
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
13921
|
-
border-right-width: 1px
|
|
14408
|
+
border-right-width: 1px;
|
|
13922
14409
|
outline: 0;
|
|
13923
14410
|
}
|
|
13924
14411
|
.ant-input-rtl .ant-input-number:focus,
|
|
@@ -13937,7 +14424,7 @@ textarea.nz-textarea-autosize-measuring {
|
|
|
13937
14424
|
}
|
|
13938
14425
|
.ant-input-number-disabled:hover {
|
|
13939
14426
|
border-color: #434343;
|
|
13940
|
-
border-right-width: 1px
|
|
14427
|
+
border-right-width: 1px;
|
|
13941
14428
|
}
|
|
13942
14429
|
.ant-input-number[disabled] {
|
|
13943
14430
|
background-color: rgba(255, 255, 255, 0.08);
|
|
@@ -13950,7 +14437,7 @@ textarea.nz-textarea-autosize-measuring {
|
|
|
13950
14437
|
}
|
|
13951
14438
|
.ant-input-number[disabled]:hover {
|
|
13952
14439
|
border-color: #434343;
|
|
13953
|
-
border-right-width: 1px
|
|
14440
|
+
border-right-width: 1px;
|
|
13954
14441
|
}
|
|
13955
14442
|
.ant-input-number-borderless,
|
|
13956
14443
|
.ant-input-number-borderless:hover,
|
|
@@ -14348,7 +14835,7 @@ textarea.ant-input-number {
|
|
|
14348
14835
|
text-align: center;
|
|
14349
14836
|
text-transform: none;
|
|
14350
14837
|
vertical-align: -0.125em;
|
|
14351
|
-
text-rendering:
|
|
14838
|
+
text-rendering: optimizelegibility;
|
|
14352
14839
|
-webkit-font-smoothing: antialiased;
|
|
14353
14840
|
-moz-osx-font-smoothing: grayscale;
|
|
14354
14841
|
position: absolute;
|
|
@@ -14398,7 +14885,7 @@ textarea.ant-input-number {
|
|
|
14398
14885
|
}
|
|
14399
14886
|
.ant-input-number:hover {
|
|
14400
14887
|
border-color: #165996;
|
|
14401
|
-
border-right-width: 1px
|
|
14888
|
+
border-right-width: 1px;
|
|
14402
14889
|
}
|
|
14403
14890
|
.ant-input-number:hover + .ant-form-item-children-icon {
|
|
14404
14891
|
opacity: 0;
|
|
@@ -14407,7 +14894,7 @@ textarea.ant-input-number {
|
|
|
14407
14894
|
.ant-input-number-focused {
|
|
14408
14895
|
border-color: #177ddc;
|
|
14409
14896
|
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
14410
|
-
border-right-width: 1px
|
|
14897
|
+
border-right-width: 1px;
|
|
14411
14898
|
outline: 0;
|
|
14412
14899
|
}
|
|
14413
14900
|
.ant-input-rtl .ant-input-number-focused {
|
|
@@ -14425,7 +14912,7 @@ textarea.ant-input-number {
|
|
|
14425
14912
|
}
|
|
14426
14913
|
.ant-input-number-disabled:hover {
|
|
14427
14914
|
border-color: #434343;
|
|
14428
|
-
border-right-width: 1px
|
|
14915
|
+
border-right-width: 1px;
|
|
14429
14916
|
}
|
|
14430
14917
|
.ant-input-number-disabled .ant-input-number-input {
|
|
14431
14918
|
cursor: not-allowed;
|
|
@@ -14588,6 +15075,17 @@ textarea.ant-input-number {
|
|
|
14588
15075
|
direction: ltr;
|
|
14589
15076
|
text-align: right;
|
|
14590
15077
|
}
|
|
15078
|
+
.ant-input-number-affix-wrapper > nz-input-number.ant-input-number {
|
|
15079
|
+
width: 100%;
|
|
15080
|
+
border: none;
|
|
15081
|
+
outline: none;
|
|
15082
|
+
}
|
|
15083
|
+
.ant-input-number-affix-wrapper > nz-input-number.ant-input-number.ant-input-number-focused {
|
|
15084
|
+
box-shadow: none !important;
|
|
15085
|
+
}
|
|
15086
|
+
.ant-input-number.ant-input-number-has-feedback .ant-input-number-handler-wrap {
|
|
15087
|
+
z-index: 2;
|
|
15088
|
+
}
|
|
14591
15089
|
.ant-layout {
|
|
14592
15090
|
display: flex;
|
|
14593
15091
|
flex: auto;
|
|
@@ -14721,55 +15219,9 @@ nz-footer {
|
|
|
14721
15219
|
nz-header {
|
|
14722
15220
|
display: block;
|
|
14723
15221
|
}
|
|
14724
|
-
.ant-form-item .ant-upload {
|
|
14725
|
-
background: transparent;
|
|
14726
|
-
}
|
|
14727
|
-
.ant-form-item .ant-upload.ant-upload-drag {
|
|
14728
|
-
background: rgba(255, 255, 255, 0.04);
|
|
14729
|
-
}
|
|
14730
|
-
.ant-form-item input[type='radio'],
|
|
14731
|
-
.ant-form-item input[type='checkbox'] {
|
|
14732
|
-
width: 14px;
|
|
14733
|
-
height: 14px;
|
|
14734
|
-
}
|
|
14735
|
-
.ant-form-item .ant-radio-inline,
|
|
14736
|
-
.ant-form-item .ant-checkbox-inline {
|
|
14737
|
-
display: inline-block;
|
|
14738
|
-
margin-left: 8px;
|
|
14739
|
-
font-weight: normal;
|
|
14740
|
-
vertical-align: middle;
|
|
14741
|
-
cursor: pointer;
|
|
14742
|
-
}
|
|
14743
|
-
.ant-form-item .ant-radio-inline:first-child,
|
|
14744
|
-
.ant-form-item .ant-checkbox-inline:first-child {
|
|
14745
|
-
margin-left: 0;
|
|
14746
|
-
}
|
|
14747
|
-
.ant-form-item .ant-checkbox-vertical,
|
|
14748
|
-
.ant-form-item .ant-radio-vertical {
|
|
14749
|
-
display: block;
|
|
14750
|
-
}
|
|
14751
|
-
.ant-form-item .ant-checkbox-vertical + .ant-checkbox-vertical,
|
|
14752
|
-
.ant-form-item .ant-radio-vertical + .ant-radio-vertical {
|
|
14753
|
-
margin-left: 0;
|
|
14754
|
-
}
|
|
14755
15222
|
.ant-form-item .ant-input-number + .ant-form-text {
|
|
14756
15223
|
margin-left: 8px;
|
|
14757
15224
|
}
|
|
14758
|
-
.ant-form-item .ant-input-number-handler-wrap {
|
|
14759
|
-
z-index: 2;
|
|
14760
|
-
}
|
|
14761
|
-
.ant-form-item .ant-select,
|
|
14762
|
-
.ant-form-item .ant-cascader-picker {
|
|
14763
|
-
width: 100%;
|
|
14764
|
-
}
|
|
14765
|
-
.ant-form-item .ant-picker-calendar-year-select,
|
|
14766
|
-
.ant-form-item .ant-picker-calendar-month-select,
|
|
14767
|
-
.ant-form-item .ant-input-group .ant-select,
|
|
14768
|
-
.ant-form-item .ant-input-group .ant-cascader-picker,
|
|
14769
|
-
.ant-form-item .ant-input-number-group .ant-select,
|
|
14770
|
-
.ant-form-item .ant-input-number-group .ant-cascader-picker {
|
|
14771
|
-
width: auto;
|
|
14772
|
-
}
|
|
14773
15225
|
.ant-form-inline {
|
|
14774
15226
|
display: flex;
|
|
14775
15227
|
flex-wrap: wrap;
|
|
@@ -14802,10 +15254,12 @@ nz-header {
|
|
|
14802
15254
|
}
|
|
14803
15255
|
.ant-form-horizontal .ant-form-item-control {
|
|
14804
15256
|
flex: 1 1 0;
|
|
14805
|
-
}
|
|
14806
|
-
.ant-form-horizontal .ant-form-item-control:not(.ant-col) {
|
|
14807
15257
|
min-width: 0;
|
|
14808
15258
|
}
|
|
15259
|
+
.ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control,
|
|
15260
|
+
.ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control {
|
|
15261
|
+
min-width: unset;
|
|
15262
|
+
}
|
|
14809
15263
|
.ant-form-vertical .ant-form-item {
|
|
14810
15264
|
flex-direction: column;
|
|
14811
15265
|
}
|
|
@@ -14913,328 +15367,54 @@ nz-header {
|
|
|
14913
15367
|
.ant-col-lg-24.ant-form-item-label {
|
|
14914
15368
|
padding: 0 0 8px;
|
|
14915
15369
|
line-height: 1.5715;
|
|
14916
|
-
white-space: initial;
|
|
14917
|
-
text-align: left;
|
|
14918
|
-
}
|
|
14919
|
-
.ant-col-lg-24.ant-form-item-label > label {
|
|
14920
|
-
margin: 0;
|
|
14921
|
-
}
|
|
14922
|
-
.ant-col-lg-24.ant-form-item-label > label::after {
|
|
14923
|
-
display: none;
|
|
14924
|
-
}
|
|
14925
|
-
.ant-form-rtl.ant-col-lg-24.ant-form-item-label {
|
|
14926
|
-
text-align: right;
|
|
14927
|
-
}
|
|
14928
|
-
}
|
|
14929
|
-
@media (max-width: 1599px) {
|
|
14930
|
-
.ant-col-xl-24.ant-form-item-label {
|
|
14931
|
-
padding: 0 0 8px;
|
|
14932
|
-
line-height: 1.5715;
|
|
14933
|
-
white-space: initial;
|
|
14934
|
-
text-align: left;
|
|
14935
|
-
}
|
|
14936
|
-
.ant-col-xl-24.ant-form-item-label > label {
|
|
14937
|
-
margin: 0;
|
|
14938
|
-
}
|
|
14939
|
-
.ant-col-xl-24.ant-form-item-label > label::after {
|
|
14940
|
-
display: none;
|
|
14941
|
-
}
|
|
14942
|
-
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
|
|
14943
|
-
text-align: right;
|
|
14944
|
-
}
|
|
14945
|
-
}
|
|
14946
|
-
.ant-form-item {
|
|
14947
|
-
/* Some non-status related component style is in `components.less` */
|
|
14948
|
-
/* To support leave along ErrorList. We add additional className to handle explain style */
|
|
14949
|
-
}
|
|
14950
|
-
.ant-form-item-explain-error {
|
|
14951
|
-
color: #a61d24;
|
|
14952
|
-
}
|
|
14953
|
-
.ant-form-item-explain-warning {
|
|
14954
|
-
color: #d89614;
|
|
14955
|
-
}
|
|
14956
|
-
.ant-form-item-has-feedback .ant-input {
|
|
14957
|
-
padding-right: 24px;
|
|
14958
|
-
}
|
|
14959
|
-
.ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
|
|
14960
|
-
padding-right: 18px;
|
|
14961
|
-
}
|
|
14962
|
-
.ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
|
|
14963
|
-
right: 28px;
|
|
14964
|
-
}
|
|
14965
|
-
.ant-form-item-has-feedback .ant-switch {
|
|
14966
|
-
margin: 2px 0 4px;
|
|
14967
|
-
}
|
|
14968
|
-
.ant-form-item-has-feedback > .ant-select .ant-select-arrow,
|
|
14969
|
-
.ant-form-item-has-feedback > .ant-select .ant-select-clear,
|
|
14970
|
-
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
|
|
14971
|
-
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
|
|
14972
|
-
.ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
|
|
14973
|
-
.ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
|
|
14974
|
-
right: 32px;
|
|
14975
|
-
}
|
|
14976
|
-
.ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
|
|
14977
|
-
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
|
|
14978
|
-
.ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
|
|
14979
|
-
padding-right: 42px;
|
|
14980
|
-
}
|
|
14981
|
-
.ant-form-item-has-feedback .ant-cascader-picker-arrow {
|
|
14982
|
-
margin-right: 19px;
|
|
14983
|
-
}
|
|
14984
|
-
.ant-form-item-has-feedback .ant-cascader-picker-clear {
|
|
14985
|
-
right: 32px;
|
|
14986
|
-
}
|
|
14987
|
-
.ant-form-item-has-feedback .ant-picker {
|
|
14988
|
-
padding-right: 29.2px;
|
|
14989
|
-
}
|
|
14990
|
-
.ant-form-item-has-feedback .ant-picker-large {
|
|
14991
|
-
padding-right: 29.2px;
|
|
14992
|
-
}
|
|
14993
|
-
.ant-form-item-has-feedback .ant-picker-small {
|
|
14994
|
-
padding-right: 25.2px;
|
|
14995
|
-
}
|
|
14996
|
-
.ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
|
|
14997
|
-
.ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
|
|
14998
|
-
.ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
|
|
14999
|
-
.ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
|
|
15000
|
-
position: absolute;
|
|
15001
|
-
top: 50%;
|
|
15002
|
-
right: 0;
|
|
15003
|
-
z-index: 1;
|
|
15004
|
-
width: 32px;
|
|
15005
|
-
height: 20px;
|
|
15006
|
-
margin-top: -10px;
|
|
15007
|
-
font-size: 14px;
|
|
15008
|
-
line-height: 20px;
|
|
15009
|
-
text-align: center;
|
|
15010
|
-
visibility: visible;
|
|
15011
|
-
animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
|
|
15012
|
-
pointer-events: none;
|
|
15013
|
-
}
|
|
15014
|
-
.ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon {
|
|
15015
|
-
color: #49aa19;
|
|
15016
|
-
animation-name: diffZoomIn1 !important;
|
|
15017
|
-
}
|
|
15018
|
-
.ant-form-item-has-warning .ant-form-item-split {
|
|
15019
|
-
color: #d89614;
|
|
15020
|
-
}
|
|
15021
|
-
.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
|
15022
|
-
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
|
15023
|
-
.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
|
|
15024
|
-
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
|
|
15025
|
-
background-color: transparent;
|
|
15026
|
-
border-color: #d89614;
|
|
15027
|
-
}
|
|
15028
|
-
.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
|
15029
|
-
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
|
15030
|
-
.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
|
|
15031
|
-
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
|
|
15032
|
-
border-color: #d89614;
|
|
15033
|
-
box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
|
|
15034
|
-
border-right-width: 1px !important;
|
|
15035
|
-
outline: 0;
|
|
15036
|
-
}
|
|
15037
|
-
.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
|
|
15038
|
-
border-color: #d89614;
|
|
15039
|
-
box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
|
|
15040
|
-
border-right-width: 1px !important;
|
|
15041
|
-
outline: 0;
|
|
15042
|
-
}
|
|
15043
|
-
.ant-form-item-has-warning .ant-input-prefix {
|
|
15044
|
-
color: #d89614;
|
|
15045
|
-
}
|
|
15046
|
-
.ant-form-item-has-warning .ant-input-group-addon,
|
|
15047
|
-
.ant-form-item-has-warning .ant-input-number-group-addon {
|
|
15048
|
-
color: #d89614;
|
|
15049
|
-
border-color: #d89614;
|
|
15050
|
-
}
|
|
15051
|
-
.ant-form-item-has-warning .has-feedback {
|
|
15052
|
-
color: #d89614;
|
|
15053
|
-
}
|
|
15054
|
-
.ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon {
|
|
15055
|
-
color: #d89614;
|
|
15056
|
-
animation-name: diffZoomIn3 !important;
|
|
15057
|
-
}
|
|
15058
|
-
.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
|
|
15059
|
-
background-color: transparent;
|
|
15060
|
-
border-color: #d89614 !important;
|
|
15061
|
-
}
|
|
15062
|
-
.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
|
|
15063
|
-
.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
|
|
15064
|
-
border-color: #d89614;
|
|
15065
|
-
box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
|
|
15066
|
-
border-right-width: 1px !important;
|
|
15067
|
-
outline: 0;
|
|
15068
|
-
}
|
|
15069
|
-
.ant-form-item-has-warning .ant-input-number,
|
|
15070
|
-
.ant-form-item-has-warning .ant-picker {
|
|
15071
|
-
background-color: transparent;
|
|
15072
|
-
border-color: #d89614;
|
|
15073
|
-
}
|
|
15074
|
-
.ant-form-item-has-warning .ant-input-number-focused,
|
|
15075
|
-
.ant-form-item-has-warning .ant-picker-focused,
|
|
15076
|
-
.ant-form-item-has-warning .ant-input-number:focus,
|
|
15077
|
-
.ant-form-item-has-warning .ant-picker:focus {
|
|
15078
|
-
border-color: #d89614;
|
|
15079
|
-
box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
|
|
15080
|
-
border-right-width: 1px !important;
|
|
15081
|
-
outline: 0;
|
|
15082
|
-
}
|
|
15083
|
-
.ant-form-item-has-warning .ant-input-number:not([disabled]):hover,
|
|
15084
|
-
.ant-form-item-has-warning .ant-picker:not([disabled]):hover {
|
|
15085
|
-
background-color: transparent;
|
|
15086
|
-
border-color: #d89614;
|
|
15087
|
-
}
|
|
15088
|
-
.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {
|
|
15089
|
-
border-color: #d89614;
|
|
15090
|
-
box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
|
|
15091
|
-
border-right-width: 1px !important;
|
|
15092
|
-
outline: 0;
|
|
15093
|
-
}
|
|
15094
|
-
.ant-form-item-has-error .ant-form-item-split {
|
|
15095
|
-
color: #a61d24;
|
|
15096
|
-
}
|
|
15097
|
-
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
|
15098
|
-
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
|
15099
|
-
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
|
|
15100
|
-
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
|
|
15101
|
-
background-color: transparent;
|
|
15102
|
-
border-color: #a61d24;
|
|
15103
|
-
}
|
|
15104
|
-
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
|
15105
|
-
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
|
15106
|
-
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
|
|
15107
|
-
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
|
|
15108
|
-
border-color: #a61d24;
|
|
15109
|
-
box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
|
|
15110
|
-
border-right-width: 1px !important;
|
|
15111
|
-
outline: 0;
|
|
15112
|
-
}
|
|
15113
|
-
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {
|
|
15114
|
-
border-color: #a61d24;
|
|
15115
|
-
box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
|
|
15116
|
-
border-right-width: 1px !important;
|
|
15117
|
-
outline: 0;
|
|
15118
|
-
}
|
|
15119
|
-
.ant-form-item-has-error .ant-input-prefix {
|
|
15120
|
-
color: #a61d24;
|
|
15121
|
-
}
|
|
15122
|
-
.ant-form-item-has-error .ant-input-group-addon,
|
|
15123
|
-
.ant-form-item-has-error .ant-input-number-group-addon {
|
|
15124
|
-
color: #a61d24;
|
|
15125
|
-
border-color: #a61d24;
|
|
15126
|
-
}
|
|
15127
|
-
.ant-form-item-has-error .has-feedback {
|
|
15128
|
-
color: #a61d24;
|
|
15129
|
-
}
|
|
15130
|
-
.ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon {
|
|
15131
|
-
color: #a61d24;
|
|
15132
|
-
animation-name: diffZoomIn2 !important;
|
|
15133
|
-
}
|
|
15134
|
-
.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
|
|
15135
|
-
background-color: transparent;
|
|
15136
|
-
border-color: #a61d24 !important;
|
|
15137
|
-
}
|
|
15138
|
-
.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
|
|
15139
|
-
.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
|
|
15140
|
-
border-color: #a61d24;
|
|
15141
|
-
box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
|
|
15142
|
-
border-right-width: 1px !important;
|
|
15143
|
-
outline: 0;
|
|
15144
|
-
}
|
|
15145
|
-
.ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
|
|
15146
|
-
.ant-form-item-has-error .ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
|
15147
|
-
background-color: inherit;
|
|
15148
|
-
border: 0;
|
|
15149
|
-
box-shadow: none;
|
|
15150
|
-
}
|
|
15151
|
-
.ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {
|
|
15152
|
-
border-color: #a61d24;
|
|
15153
|
-
}
|
|
15154
|
-
.ant-form-item-has-error .ant-input-number,
|
|
15155
|
-
.ant-form-item-has-error .ant-picker {
|
|
15156
|
-
background-color: transparent;
|
|
15157
|
-
border-color: #a61d24;
|
|
15158
|
-
}
|
|
15159
|
-
.ant-form-item-has-error .ant-input-number-focused,
|
|
15160
|
-
.ant-form-item-has-error .ant-picker-focused,
|
|
15161
|
-
.ant-form-item-has-error .ant-input-number:focus,
|
|
15162
|
-
.ant-form-item-has-error .ant-picker:focus {
|
|
15163
|
-
border-color: #a61d24;
|
|
15164
|
-
box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
|
|
15165
|
-
border-right-width: 1px !important;
|
|
15166
|
-
outline: 0;
|
|
15167
|
-
}
|
|
15168
|
-
.ant-form-item-has-error .ant-input-number:not([disabled]):hover,
|
|
15169
|
-
.ant-form-item-has-error .ant-picker:not([disabled]):hover {
|
|
15170
|
-
background-color: transparent;
|
|
15171
|
-
border-color: #a61d24;
|
|
15172
|
-
}
|
|
15173
|
-
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor,
|
|
15174
|
-
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
|
|
15175
|
-
background-color: transparent;
|
|
15176
|
-
border-color: #a61d24;
|
|
15177
|
-
}
|
|
15178
|
-
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
|
|
15179
|
-
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
|
|
15180
|
-
border-color: #a61d24;
|
|
15181
|
-
box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
|
|
15182
|
-
border-right-width: 1px !important;
|
|
15183
|
-
outline: 0;
|
|
15184
|
-
}
|
|
15185
|
-
.ant-form-item-has-error .ant-cascader-picker:hover .ant-cascader-picker-label:hover + .ant-cascader-input.ant-input {
|
|
15186
|
-
border-color: #a61d24;
|
|
15187
|
-
}
|
|
15188
|
-
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {
|
|
15189
|
-
background-color: transparent;
|
|
15190
|
-
border-color: #a61d24;
|
|
15191
|
-
box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
|
|
15192
|
-
border-right-width: 1px !important;
|
|
15193
|
-
outline: 0;
|
|
15194
|
-
}
|
|
15195
|
-
.ant-form-item-has-error .ant-transfer-list {
|
|
15196
|
-
border-color: #a61d24;
|
|
15197
|
-
}
|
|
15198
|
-
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {
|
|
15199
|
-
border-color: #434343;
|
|
15200
|
-
}
|
|
15201
|
-
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
|
|
15202
|
-
border-color: #165996;
|
|
15203
|
-
border-right-width: 1px !important;
|
|
15204
|
-
}
|
|
15205
|
-
.ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
|
|
15206
|
-
border-right-width: 0;
|
|
15207
|
-
border-left-width: 1px !important;
|
|
15370
|
+
white-space: initial;
|
|
15371
|
+
text-align: left;
|
|
15372
|
+
}
|
|
15373
|
+
.ant-col-lg-24.ant-form-item-label > label {
|
|
15374
|
+
margin: 0;
|
|
15375
|
+
}
|
|
15376
|
+
.ant-col-lg-24.ant-form-item-label > label::after {
|
|
15377
|
+
display: none;
|
|
15378
|
+
}
|
|
15379
|
+
.ant-form-rtl.ant-col-lg-24.ant-form-item-label {
|
|
15380
|
+
text-align: right;
|
|
15381
|
+
}
|
|
15208
15382
|
}
|
|
15209
|
-
|
|
15210
|
-
|
|
15211
|
-
|
|
15212
|
-
|
|
15213
|
-
|
|
15383
|
+
@media (max-width: 1599px) {
|
|
15384
|
+
.ant-col-xl-24.ant-form-item-label {
|
|
15385
|
+
padding: 0 0 8px;
|
|
15386
|
+
line-height: 1.5715;
|
|
15387
|
+
white-space: initial;
|
|
15388
|
+
text-align: left;
|
|
15389
|
+
}
|
|
15390
|
+
.ant-col-xl-24.ant-form-item-label > label {
|
|
15391
|
+
margin: 0;
|
|
15392
|
+
}
|
|
15393
|
+
.ant-col-xl-24.ant-form-item-label > label::after {
|
|
15394
|
+
display: none;
|
|
15395
|
+
}
|
|
15396
|
+
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
|
|
15397
|
+
text-align: right;
|
|
15398
|
+
}
|
|
15214
15399
|
}
|
|
15215
|
-
.ant-
|
|
15216
|
-
|
|
15217
|
-
|
|
15400
|
+
.ant-form-item {
|
|
15401
|
+
/* Some non-status related component style is in `components.less` */
|
|
15402
|
+
/* To support leave along ErrorList. We add additional className to handle explain style */
|
|
15218
15403
|
}
|
|
15219
|
-
.ant-form-item-
|
|
15220
|
-
|
|
15404
|
+
.ant-form-item-explain-error {
|
|
15405
|
+
color: #a61d24;
|
|
15221
15406
|
}
|
|
15222
|
-
.ant-form-item-
|
|
15223
|
-
|
|
15407
|
+
.ant-form-item-explain-warning {
|
|
15408
|
+
color: #d89614;
|
|
15224
15409
|
}
|
|
15225
|
-
.ant-form-item-has-
|
|
15226
|
-
|
|
15410
|
+
.ant-form-item-has-feedback .ant-switch {
|
|
15411
|
+
margin: 2px 0 4px;
|
|
15227
15412
|
}
|
|
15228
|
-
.ant-form-item-has-
|
|
15229
|
-
|
|
15230
|
-
border-color: #a61d24;
|
|
15231
|
-
box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
|
|
15232
|
-
border-right-width: 1px !important;
|
|
15233
|
-
outline: 0;
|
|
15413
|
+
.ant-form-item-has-warning .ant-form-item-split {
|
|
15414
|
+
color: #d89614;
|
|
15234
15415
|
}
|
|
15235
|
-
.ant-form-item-
|
|
15236
|
-
|
|
15237
|
-
color: #177ddc;
|
|
15416
|
+
.ant-form-item-has-error .ant-form-item-split {
|
|
15417
|
+
color: #a61d24;
|
|
15238
15418
|
}
|
|
15239
15419
|
.ant-form {
|
|
15240
15420
|
box-sizing: border-box;
|
|
@@ -15342,6 +15522,11 @@ nz-header {
|
|
|
15342
15522
|
.ant-form-item-label-left {
|
|
15343
15523
|
text-align: left;
|
|
15344
15524
|
}
|
|
15525
|
+
.ant-form-item-label-wrap {
|
|
15526
|
+
overflow: unset;
|
|
15527
|
+
line-height: 1.3215em;
|
|
15528
|
+
white-space: unset;
|
|
15529
|
+
}
|
|
15345
15530
|
.ant-form-item-label > label {
|
|
15346
15531
|
position: relative;
|
|
15347
15532
|
display: inline-flex;
|
|
@@ -15424,14 +15609,30 @@ nz-header {
|
|
|
15424
15609
|
.ant-form-item-extra {
|
|
15425
15610
|
min-height: 24px;
|
|
15426
15611
|
}
|
|
15427
|
-
.ant-form-item .ant-input-textarea-show-count::after {
|
|
15428
|
-
margin-bottom: -22px;
|
|
15429
|
-
}
|
|
15430
15612
|
.ant-form-item-with-help .ant-form-item-explain {
|
|
15431
15613
|
height: auto;
|
|
15432
15614
|
min-height: 24px;
|
|
15433
15615
|
opacity: 1;
|
|
15434
15616
|
}
|
|
15617
|
+
.ant-form-item-feedback-icon {
|
|
15618
|
+
font-size: 14px;
|
|
15619
|
+
text-align: center;
|
|
15620
|
+
visibility: visible;
|
|
15621
|
+
animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
|
|
15622
|
+
pointer-events: none;
|
|
15623
|
+
}
|
|
15624
|
+
.ant-form-item-feedback-icon-success {
|
|
15625
|
+
color: #49aa19;
|
|
15626
|
+
}
|
|
15627
|
+
.ant-form-item-feedback-icon-error {
|
|
15628
|
+
color: #a61d24;
|
|
15629
|
+
}
|
|
15630
|
+
.ant-form-item-feedback-icon-warning {
|
|
15631
|
+
color: #d89614;
|
|
15632
|
+
}
|
|
15633
|
+
.ant-form-item-feedback-icon-validating {
|
|
15634
|
+
color: #177ddc;
|
|
15635
|
+
}
|
|
15435
15636
|
.ant-show-help {
|
|
15436
15637
|
transition: height 0.3s linear, min-height 0.3s linear, margin-bottom 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
15437
15638
|
}
|
|
@@ -15519,6 +15720,9 @@ nz-header {
|
|
|
15519
15720
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
|
|
15520
15721
|
padding: 0;
|
|
15521
15722
|
}
|
|
15723
|
+
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
|
|
15724
|
+
padding: 0;
|
|
15725
|
+
}
|
|
15522
15726
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
|
|
15523
15727
|
right: auto;
|
|
15524
15728
|
left: 28px;
|
|
@@ -15988,7 +16192,7 @@ nz-list-item-extra {
|
|
|
15988
16192
|
content: '';
|
|
15989
16193
|
}
|
|
15990
16194
|
.ant-menu.ant-menu-root:focus-visible {
|
|
15991
|
-
box-shadow: 0 0 0 2px #
|
|
16195
|
+
box-shadow: 0 0 0 2px #11263c;
|
|
15992
16196
|
}
|
|
15993
16197
|
.ant-menu ul,
|
|
15994
16198
|
.ant-menu ol {
|
|
@@ -16173,7 +16377,7 @@ nz-list-item-extra {
|
|
|
16173
16377
|
}
|
|
16174
16378
|
.ant-menu-item:focus-visible,
|
|
16175
16379
|
.ant-menu-submenu-title:focus-visible {
|
|
16176
|
-
box-shadow: 0 0 0 2px #
|
|
16380
|
+
box-shadow: 0 0 0 2px #11263c;
|
|
16177
16381
|
}
|
|
16178
16382
|
.ant-menu > .ant-menu-item-divider {
|
|
16179
16383
|
margin: 1px 0;
|
|
@@ -16228,7 +16432,7 @@ nz-list-item-extra {
|
|
|
16228
16432
|
position: absolute;
|
|
16229
16433
|
width: 6px;
|
|
16230
16434
|
height: 1.5px;
|
|
16231
|
-
background-color:
|
|
16435
|
+
background-color: currentcolor;
|
|
16232
16436
|
border-radius: 2px;
|
|
16233
16437
|
transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
16234
16438
|
content: '';
|
|
@@ -16572,6 +16776,13 @@ nz-list-item-extra {
|
|
|
16572
16776
|
.ant-menu-light .ant-menu-submenu-title:hover {
|
|
16573
16777
|
color: #177ddc;
|
|
16574
16778
|
}
|
|
16779
|
+
.ant-menu.ant-menu-root:focus-visible {
|
|
16780
|
+
box-shadow: 0 0 0 2px #388ed3;
|
|
16781
|
+
}
|
|
16782
|
+
.ant-menu-dark .ant-menu-item:focus-visible,
|
|
16783
|
+
.ant-menu-dark .ant-menu-submenu-title:focus-visible {
|
|
16784
|
+
box-shadow: 0 0 0 2px #388ed3;
|
|
16785
|
+
}
|
|
16575
16786
|
.ant-menu.ant-menu-dark,
|
|
16576
16787
|
.ant-menu-dark .ant-menu-sub,
|
|
16577
16788
|
.ant-menu.ant-menu-dark .ant-menu-sub {
|
|
@@ -16856,24 +17067,42 @@ nz-list-item-extra {
|
|
|
16856
17067
|
right: auto;
|
|
16857
17068
|
left: 4px;
|
|
16858
17069
|
}
|
|
16859
|
-
.ant-
|
|
17070
|
+
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
|
|
17071
|
+
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
|
|
17072
|
+
background: transparent;
|
|
17073
|
+
border-color: #a61d24;
|
|
17074
|
+
}
|
|
17075
|
+
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
|
|
17076
|
+
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
|
|
17077
|
+
border-color: #a61d24;
|
|
17078
|
+
box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
|
|
17079
|
+
border-right-width: 1px;
|
|
17080
|
+
outline: 0;
|
|
17081
|
+
}
|
|
17082
|
+
.ant-mentions-status-error .ant-input-prefix {
|
|
17083
|
+
color: #a61d24;
|
|
17084
|
+
}
|
|
17085
|
+
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
|
|
17086
|
+
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
|
|
17087
|
+
background: transparent;
|
|
17088
|
+
border-color: #d89614;
|
|
17089
|
+
}
|
|
17090
|
+
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
|
|
17091
|
+
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
|
|
17092
|
+
border-color: #d89614;
|
|
17093
|
+
box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
|
|
17094
|
+
border-right-width: 1px;
|
|
17095
|
+
outline: 0;
|
|
17096
|
+
}
|
|
17097
|
+
.ant-mentions-status-warning .ant-input-prefix {
|
|
17098
|
+
color: #d89614;
|
|
17099
|
+
}
|
|
17100
|
+
.ant-mentions {
|
|
16860
17101
|
box-sizing: border-box;
|
|
16861
17102
|
margin: 0;
|
|
16862
|
-
padding: 0;
|
|
16863
|
-
color: rgba(255, 255, 255, 0.85);
|
|
16864
|
-
font-size: 14px;
|
|
16865
17103
|
font-variant: tabular-nums;
|
|
16866
|
-
line-height: 1.5715;
|
|
16867
17104
|
list-style: none;
|
|
16868
17105
|
font-feature-settings: 'tnum';
|
|
16869
|
-
position: relative;
|
|
16870
|
-
display: inline-block;
|
|
16871
|
-
width: 100%;
|
|
16872
|
-
vertical-align: middle;
|
|
16873
|
-
}
|
|
16874
|
-
.ant-mention-wrapper .ant-mention-editor {
|
|
16875
|
-
position: relative;
|
|
16876
|
-
display: inline-block;
|
|
16877
17106
|
width: 100%;
|
|
16878
17107
|
min-width: 0;
|
|
16879
17108
|
padding: 4px 11px;
|
|
@@ -16886,53 +17115,56 @@ nz-list-item-extra {
|
|
|
16886
17115
|
transition: all 0.3s;
|
|
16887
17116
|
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
16888
17117
|
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
16889
|
-
|
|
17118
|
+
position: relative;
|
|
17119
|
+
display: inline-block;
|
|
16890
17120
|
height: auto;
|
|
16891
|
-
min-height: 32px;
|
|
16892
17121
|
padding: 0;
|
|
17122
|
+
overflow: hidden;
|
|
16893
17123
|
line-height: 1.5715;
|
|
17124
|
+
white-space: pre-wrap;
|
|
17125
|
+
vertical-align: bottom;
|
|
16894
17126
|
}
|
|
16895
|
-
.ant-
|
|
17127
|
+
.ant-mentions::-moz-placeholder {
|
|
16896
17128
|
opacity: 1;
|
|
16897
17129
|
}
|
|
16898
|
-
.ant-
|
|
17130
|
+
.ant-mentions::placeholder {
|
|
16899
17131
|
color: rgba(255, 255, 255, 0.3);
|
|
16900
17132
|
user-select: none;
|
|
16901
17133
|
}
|
|
16902
|
-
.ant-
|
|
17134
|
+
.ant-mentions:placeholder-shown {
|
|
16903
17135
|
text-overflow: ellipsis;
|
|
16904
17136
|
}
|
|
16905
|
-
.ant-
|
|
17137
|
+
.ant-mentions::-moz-placeholder {
|
|
16906
17138
|
opacity: 1;
|
|
16907
17139
|
}
|
|
16908
|
-
.ant-
|
|
17140
|
+
.ant-mentions::placeholder {
|
|
16909
17141
|
color: rgba(255, 255, 255, 0.3);
|
|
16910
17142
|
user-select: none;
|
|
16911
17143
|
}
|
|
16912
|
-
.ant-
|
|
17144
|
+
.ant-mentions:placeholder-shown {
|
|
16913
17145
|
text-overflow: ellipsis;
|
|
16914
17146
|
}
|
|
16915
|
-
.ant-
|
|
17147
|
+
.ant-mentions:hover {
|
|
16916
17148
|
border-color: #165996;
|
|
16917
|
-
border-right-width: 1px
|
|
17149
|
+
border-right-width: 1px;
|
|
16918
17150
|
}
|
|
16919
|
-
.ant-input-rtl .ant-
|
|
17151
|
+
.ant-input-rtl .ant-mentions:hover {
|
|
16920
17152
|
border-right-width: 0;
|
|
16921
17153
|
border-left-width: 1px !important;
|
|
16922
17154
|
}
|
|
16923
|
-
.ant-
|
|
16924
|
-
.ant-
|
|
17155
|
+
.ant-mentions:focus,
|
|
17156
|
+
.ant-mentions-focused {
|
|
16925
17157
|
border-color: #177ddc;
|
|
16926
17158
|
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
16927
|
-
border-right-width: 1px
|
|
17159
|
+
border-right-width: 1px;
|
|
16928
17160
|
outline: 0;
|
|
16929
17161
|
}
|
|
16930
|
-
.ant-input-rtl .ant-
|
|
16931
|
-
.ant-input-rtl .ant-
|
|
17162
|
+
.ant-input-rtl .ant-mentions:focus,
|
|
17163
|
+
.ant-input-rtl .ant-mentions-focused {
|
|
16932
17164
|
border-right-width: 0;
|
|
16933
17165
|
border-left-width: 1px !important;
|
|
16934
17166
|
}
|
|
16935
|
-
.ant-
|
|
17167
|
+
.ant-mentions-disabled {
|
|
16936
17168
|
background-color: rgba(255, 255, 255, 0.08);
|
|
16937
17169
|
border-color: #434343;
|
|
16938
17170
|
box-shadow: none;
|
|
@@ -16941,11 +17173,11 @@ nz-list-item-extra {
|
|
|
16941
17173
|
color: rgba(255, 255, 255, 0.3);
|
|
16942
17174
|
pointer-events: none;
|
|
16943
17175
|
}
|
|
16944
|
-
.ant-
|
|
17176
|
+
.ant-mentions-disabled:hover {
|
|
16945
17177
|
border-color: #434343;
|
|
16946
|
-
border-right-width: 1px
|
|
17178
|
+
border-right-width: 1px;
|
|
16947
17179
|
}
|
|
16948
|
-
.ant-
|
|
17180
|
+
.ant-mentions[disabled] {
|
|
16949
17181
|
background-color: rgba(255, 255, 255, 0.08);
|
|
16950
17182
|
border-color: #434343;
|
|
16951
17183
|
box-shadow: none;
|
|
@@ -16954,21 +17186,21 @@ nz-list-item-extra {
|
|
|
16954
17186
|
color: rgba(255, 255, 255, 0.3);
|
|
16955
17187
|
pointer-events: none;
|
|
16956
17188
|
}
|
|
16957
|
-
.ant-
|
|
17189
|
+
.ant-mentions[disabled]:hover {
|
|
16958
17190
|
border-color: #434343;
|
|
16959
|
-
border-right-width: 1px
|
|
16960
|
-
}
|
|
16961
|
-
.ant-
|
|
16962
|
-
.ant-
|
|
16963
|
-
.ant-
|
|
16964
|
-
.ant-
|
|
16965
|
-
.ant-
|
|
16966
|
-
.ant-
|
|
17191
|
+
border-right-width: 1px;
|
|
17192
|
+
}
|
|
17193
|
+
.ant-mentions-borderless,
|
|
17194
|
+
.ant-mentions-borderless:hover,
|
|
17195
|
+
.ant-mentions-borderless:focus,
|
|
17196
|
+
.ant-mentions-borderless-focused,
|
|
17197
|
+
.ant-mentions-borderless-disabled,
|
|
17198
|
+
.ant-mentions-borderless[disabled] {
|
|
16967
17199
|
background-color: transparent;
|
|
16968
17200
|
border: none;
|
|
16969
17201
|
box-shadow: none;
|
|
16970
17202
|
}
|
|
16971
|
-
textarea.ant-
|
|
17203
|
+
textarea.ant-mentions {
|
|
16972
17204
|
max-width: 100%;
|
|
16973
17205
|
height: auto;
|
|
16974
17206
|
min-height: 32px;
|
|
@@ -16976,31 +17208,17 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
16976
17208
|
vertical-align: bottom;
|
|
16977
17209
|
transition: all 0.3s, height 0s;
|
|
16978
17210
|
}
|
|
16979
|
-
.ant-
|
|
17211
|
+
.ant-mentions-lg {
|
|
16980
17212
|
padding: 6.5px 11px;
|
|
16981
17213
|
font-size: 16px;
|
|
16982
17214
|
}
|
|
16983
|
-
.ant-
|
|
17215
|
+
.ant-mentions-sm {
|
|
16984
17216
|
padding: 0px 7px;
|
|
16985
17217
|
}
|
|
16986
|
-
.ant-
|
|
17218
|
+
.ant-mentions-rtl {
|
|
16987
17219
|
direction: rtl;
|
|
16988
17220
|
}
|
|
16989
|
-
.ant-
|
|
16990
|
-
height: auto;
|
|
16991
|
-
overflow-y: auto;
|
|
16992
|
-
}
|
|
16993
|
-
.ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
|
|
16994
|
-
border-color: #177ddc;
|
|
16995
|
-
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
16996
|
-
border-right-width: 1px !important;
|
|
16997
|
-
outline: 0;
|
|
16998
|
-
}
|
|
16999
|
-
.ant-input-rtl .ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
|
|
17000
|
-
border-right-width: 0;
|
|
17001
|
-
border-left-width: 1px !important;
|
|
17002
|
-
}
|
|
17003
|
-
.ant-mention-wrapper.disabled .ant-mention-editor {
|
|
17221
|
+
.ant-mentions-disabled > textarea {
|
|
17004
17222
|
background-color: rgba(255, 255, 255, 0.08);
|
|
17005
17223
|
border-color: #434343;
|
|
17006
17224
|
box-shadow: none;
|
|
@@ -17009,33 +17227,94 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
17009
17227
|
color: rgba(255, 255, 255, 0.3);
|
|
17010
17228
|
pointer-events: none;
|
|
17011
17229
|
}
|
|
17012
|
-
.ant-
|
|
17230
|
+
.ant-mentions-disabled > textarea:hover {
|
|
17013
17231
|
border-color: #434343;
|
|
17014
|
-
border-right-width: 1px
|
|
17232
|
+
border-right-width: 1px;
|
|
17015
17233
|
}
|
|
17016
|
-
.ant-
|
|
17017
|
-
|
|
17018
|
-
|
|
17234
|
+
.ant-mentions-focused {
|
|
17235
|
+
border-color: #177ddc;
|
|
17236
|
+
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
17237
|
+
border-right-width: 1px;
|
|
17238
|
+
outline: 0;
|
|
17019
17239
|
}
|
|
17020
|
-
.ant-
|
|
17021
|
-
|
|
17022
|
-
|
|
17023
|
-
|
|
17024
|
-
|
|
17240
|
+
.ant-input-rtl .ant-mentions-focused {
|
|
17241
|
+
border-right-width: 0;
|
|
17242
|
+
border-left-width: 1px !important;
|
|
17243
|
+
}
|
|
17244
|
+
.ant-mentions > textarea,
|
|
17245
|
+
.ant-mentions-measure {
|
|
17246
|
+
min-height: 30px;
|
|
17247
|
+
margin: 0;
|
|
17248
|
+
padding: 4px 11px;
|
|
17249
|
+
overflow: inherit;
|
|
17250
|
+
overflow-x: hidden;
|
|
17251
|
+
overflow-y: auto;
|
|
17252
|
+
/* stylelint-disable declaration-block-no-redundant-longhand-properties */
|
|
17253
|
+
font-weight: inherit;
|
|
17254
|
+
font-size: inherit;
|
|
17255
|
+
font-family: inherit;
|
|
17256
|
+
font-style: inherit;
|
|
17257
|
+
font-variant: inherit;
|
|
17258
|
+
font-size-adjust: inherit;
|
|
17259
|
+
font-stretch: inherit;
|
|
17260
|
+
line-height: inherit;
|
|
17261
|
+
/* stylelint-enable declaration-block-no-redundant-longhand-properties */
|
|
17262
|
+
direction: inherit;
|
|
17263
|
+
letter-spacing: inherit;
|
|
17264
|
+
white-space: inherit;
|
|
17265
|
+
text-align: inherit;
|
|
17266
|
+
vertical-align: top;
|
|
17025
17267
|
word-wrap: break-word;
|
|
17268
|
+
word-break: inherit;
|
|
17269
|
+
tab-size: inherit;
|
|
17270
|
+
}
|
|
17271
|
+
.ant-mentions > textarea {
|
|
17272
|
+
width: 100%;
|
|
17273
|
+
border: none;
|
|
17026
17274
|
outline: none;
|
|
17275
|
+
resize: none;
|
|
17276
|
+
background-color: transparent;
|
|
17277
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
17278
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
17279
|
+
}
|
|
17280
|
+
.ant-mentions > textarea::-moz-placeholder {
|
|
17027
17281
|
opacity: 1;
|
|
17028
17282
|
}
|
|
17029
|
-
.ant-
|
|
17030
|
-
|
|
17031
|
-
|
|
17283
|
+
.ant-mentions > textarea::placeholder {
|
|
17284
|
+
color: rgba(255, 255, 255, 0.3);
|
|
17285
|
+
user-select: none;
|
|
17032
17286
|
}
|
|
17033
|
-
.ant-
|
|
17034
|
-
|
|
17287
|
+
.ant-mentions > textarea:placeholder-shown {
|
|
17288
|
+
text-overflow: ellipsis;
|
|
17289
|
+
}
|
|
17290
|
+
.ant-mentions > textarea::-moz-placeholder {
|
|
17291
|
+
opacity: 1;
|
|
17292
|
+
}
|
|
17293
|
+
.ant-mentions > textarea::placeholder {
|
|
17294
|
+
color: rgba(255, 255, 255, 0.3);
|
|
17295
|
+
user-select: none;
|
|
17296
|
+
}
|
|
17297
|
+
.ant-mentions > textarea:placeholder-shown {
|
|
17298
|
+
text-overflow: ellipsis;
|
|
17299
|
+
}
|
|
17300
|
+
.ant-mentions-measure {
|
|
17301
|
+
position: absolute;
|
|
17302
|
+
top: 0;
|
|
17303
|
+
right: 0;
|
|
17304
|
+
bottom: 0;
|
|
17305
|
+
left: 0;
|
|
17306
|
+
z-index: -1;
|
|
17307
|
+
color: transparent;
|
|
17308
|
+
pointer-events: none;
|
|
17309
|
+
}
|
|
17310
|
+
.ant-mentions-measure > span {
|
|
17311
|
+
display: inline-block;
|
|
17312
|
+
min-height: 1em;
|
|
17313
|
+
}
|
|
17314
|
+
.ant-mentions-dropdown {
|
|
17035
17315
|
margin: 0;
|
|
17036
17316
|
padding: 0;
|
|
17037
17317
|
color: rgba(255, 255, 255, 0.85);
|
|
17038
|
-
font-size: 14px;
|
|
17039
17318
|
font-variant: tabular-nums;
|
|
17040
17319
|
line-height: 1.5715;
|
|
17041
17320
|
list-style: none;
|
|
@@ -17044,76 +17323,107 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
17044
17323
|
top: -9999px;
|
|
17045
17324
|
left: -9999px;
|
|
17046
17325
|
z-index: 1050;
|
|
17047
|
-
|
|
17048
|
-
|
|
17049
|
-
|
|
17050
|
-
|
|
17051
|
-
overflow-y: auto;
|
|
17052
|
-
background-color: #141414;
|
|
17326
|
+
box-sizing: border-box;
|
|
17327
|
+
font-size: 14px;
|
|
17328
|
+
font-variant: initial;
|
|
17329
|
+
background-color: #1f1f1f;
|
|
17053
17330
|
border-radius: 2px;
|
|
17054
17331
|
outline: none;
|
|
17055
17332
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2);
|
|
17056
17333
|
}
|
|
17057
|
-
.ant-
|
|
17058
|
-
|
|
17059
|
-
}
|
|
17060
|
-
.ant-mention-dropdown-notfound.ant-mention-dropdown-item {
|
|
17061
|
-
color: rgba(255, 255, 255, 0.3);
|
|
17334
|
+
.ant-mentions-dropdown-hidden {
|
|
17335
|
+
display: none;
|
|
17062
17336
|
}
|
|
17063
|
-
.ant-
|
|
17064
|
-
|
|
17065
|
-
|
|
17066
|
-
|
|
17337
|
+
.ant-mentions-dropdown-menu {
|
|
17338
|
+
max-height: 250px;
|
|
17339
|
+
margin-bottom: 0;
|
|
17340
|
+
padding-left: 0;
|
|
17341
|
+
overflow: auto;
|
|
17342
|
+
list-style: none;
|
|
17343
|
+
outline: none;
|
|
17067
17344
|
}
|
|
17068
|
-
.ant-
|
|
17345
|
+
.ant-mentions-dropdown-menu-item {
|
|
17069
17346
|
position: relative;
|
|
17070
17347
|
display: block;
|
|
17348
|
+
min-width: 100px;
|
|
17071
17349
|
padding: 5px 12px;
|
|
17072
17350
|
overflow: hidden;
|
|
17073
17351
|
color: rgba(255, 255, 255, 0.85);
|
|
17074
17352
|
font-weight: normal;
|
|
17075
|
-
line-height:
|
|
17353
|
+
line-height: 1.5715;
|
|
17076
17354
|
white-space: nowrap;
|
|
17077
17355
|
text-overflow: ellipsis;
|
|
17078
17356
|
cursor: pointer;
|
|
17079
|
-
transition: background 0.3s;
|
|
17357
|
+
transition: background 0.3s ease;
|
|
17080
17358
|
}
|
|
17081
|
-
.ant-
|
|
17359
|
+
.ant-mentions-dropdown-menu-item:hover {
|
|
17082
17360
|
background-color: rgba(255, 255, 255, 0.08);
|
|
17083
17361
|
}
|
|
17084
|
-
.ant-
|
|
17085
|
-
|
|
17086
|
-
|
|
17362
|
+
.ant-mentions-dropdown-menu-item:first-child {
|
|
17363
|
+
border-radius: 2px 2px 0 0;
|
|
17364
|
+
}
|
|
17365
|
+
.ant-mentions-dropdown-menu-item:last-child {
|
|
17366
|
+
border-radius: 0 0 2px 2px;
|
|
17087
17367
|
}
|
|
17088
|
-
.ant-
|
|
17368
|
+
.ant-mentions-dropdown-menu-item-disabled {
|
|
17089
17369
|
color: rgba(255, 255, 255, 0.3);
|
|
17090
17370
|
cursor: not-allowed;
|
|
17091
17371
|
}
|
|
17092
|
-
.ant-
|
|
17372
|
+
.ant-mentions-dropdown-menu-item-disabled:hover {
|
|
17093
17373
|
color: rgba(255, 255, 255, 0.3);
|
|
17094
|
-
background-color: #
|
|
17374
|
+
background-color: #1f1f1f;
|
|
17095
17375
|
cursor: not-allowed;
|
|
17096
17376
|
}
|
|
17097
|
-
.ant-
|
|
17098
|
-
.ant-mention-dropdown-item-selected:hover {
|
|
17377
|
+
.ant-mentions-dropdown-menu-item-selected {
|
|
17099
17378
|
color: rgba(255, 255, 255, 0.85);
|
|
17100
|
-
font-weight:
|
|
17379
|
+
font-weight: 600;
|
|
17380
|
+
background-color: rgba(255, 255, 255, 0.04);
|
|
17381
|
+
}
|
|
17382
|
+
.ant-mentions-dropdown-menu-item-active {
|
|
17101
17383
|
background-color: rgba(255, 255, 255, 0.08);
|
|
17102
17384
|
}
|
|
17103
|
-
.ant-
|
|
17104
|
-
|
|
17105
|
-
|
|
17106
|
-
|
|
17107
|
-
|
|
17108
|
-
|
|
17385
|
+
.ant-mentions-suffix {
|
|
17386
|
+
position: absolute;
|
|
17387
|
+
top: 0;
|
|
17388
|
+
right: 11px;
|
|
17389
|
+
bottom: 0;
|
|
17390
|
+
z-index: 1;
|
|
17391
|
+
display: inline-flex;
|
|
17392
|
+
align-items: center;
|
|
17393
|
+
margin: auto;
|
|
17394
|
+
}
|
|
17395
|
+
.ant-mentions-rtl {
|
|
17396
|
+
direction: rtl;
|
|
17397
|
+
}
|
|
17398
|
+
.ant-mentions-dropdown {
|
|
17399
|
+
top: 100%;
|
|
17400
|
+
left: 12px;
|
|
17401
|
+
position: relative;
|
|
17402
|
+
width: 100%;
|
|
17403
|
+
margin-top: 8px;
|
|
17404
|
+
margin-bottom: 4px;
|
|
17405
|
+
}
|
|
17406
|
+
.ant-mentions:focus-within {
|
|
17407
|
+
border-color: #177ddc;
|
|
17408
|
+
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
17409
|
+
border-right-width: 1px;
|
|
17410
|
+
outline: 0;
|
|
17411
|
+
}
|
|
17412
|
+
.ant-input-rtl .ant-mentions:focus-within {
|
|
17413
|
+
border-right-width: 0;
|
|
17414
|
+
border-left-width: 1px !important;
|
|
17415
|
+
}
|
|
17416
|
+
.ant-mentions.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus-within {
|
|
17417
|
+
border-color: #a61d24;
|
|
17418
|
+
box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
|
|
17419
|
+
border-right-width: 1px;
|
|
17420
|
+
outline: 0;
|
|
17109
17421
|
}
|
|
17110
|
-
.ant-
|
|
17111
|
-
|
|
17112
|
-
|
|
17113
|
-
|
|
17114
|
-
|
|
17115
|
-
margin-top: 4px;
|
|
17116
|
-
margin-bottom: 4px;
|
|
17422
|
+
.ant-mentions.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus-within {
|
|
17423
|
+
border-color: #d89614;
|
|
17424
|
+
box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
|
|
17425
|
+
border-right-width: 1px;
|
|
17426
|
+
outline: 0;
|
|
17117
17427
|
}
|
|
17118
17428
|
.ant-message {
|
|
17119
17429
|
box-sizing: border-box;
|
|
@@ -17208,7 +17518,7 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
17208
17518
|
padding-bottom: 24px;
|
|
17209
17519
|
}
|
|
17210
17520
|
.ant-modal.ant-zoom-enter,
|
|
17211
|
-
.ant-modal.
|
|
17521
|
+
.ant-modal.ant-zoom-appear {
|
|
17212
17522
|
transform: none;
|
|
17213
17523
|
opacity: 0;
|
|
17214
17524
|
animation-duration: 0.3s;
|
|
@@ -17238,7 +17548,7 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
17238
17548
|
-webkit-overflow-scrolling: touch;
|
|
17239
17549
|
}
|
|
17240
17550
|
.ant-modal.ant-zoom-enter,
|
|
17241
|
-
.ant-modal.
|
|
17551
|
+
.ant-modal.ant-zoom-appear {
|
|
17242
17552
|
transform: none;
|
|
17243
17553
|
opacity: 0;
|
|
17244
17554
|
animation-duration: 0.3s;
|
|
@@ -17878,17 +18188,6 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
17878
18188
|
z-index: 1010;
|
|
17879
18189
|
margin-right: 24px;
|
|
17880
18190
|
}
|
|
17881
|
-
.ant-notification-topLeft,
|
|
17882
|
-
.ant-notification-bottomLeft {
|
|
17883
|
-
margin-right: 0;
|
|
17884
|
-
margin-left: 24px;
|
|
17885
|
-
}
|
|
17886
|
-
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
|
|
17887
|
-
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
|
|
17888
|
-
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
|
|
17889
|
-
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
|
|
17890
|
-
animation-name: NotificationLeftFadeIn;
|
|
17891
|
-
}
|
|
17892
18191
|
.ant-notification-close-icon {
|
|
17893
18192
|
font-size: 14px;
|
|
17894
18193
|
cursor: pointer;
|
|
@@ -17910,6 +18209,11 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
17910
18209
|
border-radius: 2px;
|
|
17911
18210
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2);
|
|
17912
18211
|
}
|
|
18212
|
+
.ant-notification-top .ant-notification-notice,
|
|
18213
|
+
.ant-notification-bottom .ant-notification-notice {
|
|
18214
|
+
margin-right: auto;
|
|
18215
|
+
margin-left: auto;
|
|
18216
|
+
}
|
|
17913
18217
|
.ant-notification-topLeft .ant-notification-notice,
|
|
17914
18218
|
.ant-notification-bottomLeft .ant-notification-notice {
|
|
17915
18219
|
margin-right: auto;
|
|
@@ -18018,16 +18322,6 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
18018
18322
|
opacity: 1;
|
|
18019
18323
|
}
|
|
18020
18324
|
}
|
|
18021
|
-
@keyframes NotificationLeftFadeIn {
|
|
18022
|
-
0% {
|
|
18023
|
-
right: 384px;
|
|
18024
|
-
opacity: 0;
|
|
18025
|
-
}
|
|
18026
|
-
100% {
|
|
18027
|
-
right: 0;
|
|
18028
|
-
opacity: 1;
|
|
18029
|
-
}
|
|
18030
|
-
}
|
|
18031
18325
|
@keyframes NotificationFadeOut {
|
|
18032
18326
|
0% {
|
|
18033
18327
|
max-height: 150px;
|
|
@@ -18068,6 +18362,60 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
18068
18362
|
.ant-notification-rtl .ant-notification-notice-btn {
|
|
18069
18363
|
float: left;
|
|
18070
18364
|
}
|
|
18365
|
+
.ant-notification-top,
|
|
18366
|
+
.ant-notification-bottom {
|
|
18367
|
+
margin-right: 0;
|
|
18368
|
+
margin-left: 0;
|
|
18369
|
+
}
|
|
18370
|
+
.ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,
|
|
18371
|
+
.ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active {
|
|
18372
|
+
animation-name: NotificationTopFadeIn;
|
|
18373
|
+
}
|
|
18374
|
+
.ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,
|
|
18375
|
+
.ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active {
|
|
18376
|
+
animation-name: NotificationBottomFadeIn;
|
|
18377
|
+
}
|
|
18378
|
+
.ant-notification-topLeft,
|
|
18379
|
+
.ant-notification-bottomLeft {
|
|
18380
|
+
margin-right: 0;
|
|
18381
|
+
margin-left: 24px;
|
|
18382
|
+
}
|
|
18383
|
+
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
|
|
18384
|
+
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
|
|
18385
|
+
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
|
|
18386
|
+
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
|
|
18387
|
+
animation-name: NotificationLeftFadeIn;
|
|
18388
|
+
}
|
|
18389
|
+
@keyframes NotificationTopFadeIn {
|
|
18390
|
+
0% {
|
|
18391
|
+
margin-top: -100%;
|
|
18392
|
+
opacity: 0;
|
|
18393
|
+
}
|
|
18394
|
+
100% {
|
|
18395
|
+
margin-top: 0;
|
|
18396
|
+
opacity: 1;
|
|
18397
|
+
}
|
|
18398
|
+
}
|
|
18399
|
+
@keyframes NotificationBottomFadeIn {
|
|
18400
|
+
0% {
|
|
18401
|
+
margin-bottom: -100%;
|
|
18402
|
+
opacity: 0;
|
|
18403
|
+
}
|
|
18404
|
+
100% {
|
|
18405
|
+
margin-bottom: 0;
|
|
18406
|
+
opacity: 1;
|
|
18407
|
+
}
|
|
18408
|
+
}
|
|
18409
|
+
@keyframes NotificationLeftFadeIn {
|
|
18410
|
+
0% {
|
|
18411
|
+
right: 384px;
|
|
18412
|
+
opacity: 0;
|
|
18413
|
+
}
|
|
18414
|
+
100% {
|
|
18415
|
+
right: 0;
|
|
18416
|
+
opacity: 1;
|
|
18417
|
+
}
|
|
18418
|
+
}
|
|
18071
18419
|
.ant-page-header {
|
|
18072
18420
|
box-sizing: border-box;
|
|
18073
18421
|
margin: 0;
|
|
@@ -18164,12 +18512,8 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
18164
18512
|
white-space: nowrap;
|
|
18165
18513
|
}
|
|
18166
18514
|
.ant-page-header-heading-extra > * {
|
|
18167
|
-
margin-left: 12px;
|
|
18168
18515
|
white-space: unset;
|
|
18169
18516
|
}
|
|
18170
|
-
.ant-page-header-heading-extra > *:first-child {
|
|
18171
|
-
margin-left: 0;
|
|
18172
|
-
}
|
|
18173
18517
|
.ant-page-header-content {
|
|
18174
18518
|
padding-top: 12px;
|
|
18175
18519
|
}
|
|
@@ -18297,15 +18641,20 @@ nz-page-header-footer {
|
|
|
18297
18641
|
.ant-pagination-item a:hover {
|
|
18298
18642
|
text-decoration: none;
|
|
18299
18643
|
}
|
|
18300
|
-
.ant-pagination-item:focus-visible,
|
|
18301
18644
|
.ant-pagination-item:hover {
|
|
18302
18645
|
border-color: #177ddc;
|
|
18303
18646
|
transition: all 0.3s;
|
|
18304
18647
|
}
|
|
18305
|
-
.ant-pagination-item:focus-visible a,
|
|
18306
18648
|
.ant-pagination-item:hover a {
|
|
18307
18649
|
color: #177ddc;
|
|
18308
18650
|
}
|
|
18651
|
+
.ant-pagination-item:focus-visible {
|
|
18652
|
+
border-color: #177ddc;
|
|
18653
|
+
transition: all 0.3s;
|
|
18654
|
+
}
|
|
18655
|
+
.ant-pagination-item:focus-visible a {
|
|
18656
|
+
color: #177ddc;
|
|
18657
|
+
}
|
|
18309
18658
|
.ant-pagination-item-active {
|
|
18310
18659
|
font-weight: 500;
|
|
18311
18660
|
background: transparent;
|
|
@@ -18314,14 +18663,18 @@ nz-page-header-footer {
|
|
|
18314
18663
|
.ant-pagination-item-active a {
|
|
18315
18664
|
color: #177ddc;
|
|
18316
18665
|
}
|
|
18317
|
-
.ant-pagination-item-active:focus-visible,
|
|
18318
18666
|
.ant-pagination-item-active:hover {
|
|
18319
18667
|
border-color: #165996;
|
|
18320
18668
|
}
|
|
18321
|
-
.ant-pagination-item-active:focus-visible
|
|
18669
|
+
.ant-pagination-item-active:focus-visible {
|
|
18670
|
+
border-color: #165996;
|
|
18671
|
+
}
|
|
18322
18672
|
.ant-pagination-item-active:hover a {
|
|
18323
18673
|
color: #165996;
|
|
18324
18674
|
}
|
|
18675
|
+
.ant-pagination-item-active:focus-visible a {
|
|
18676
|
+
color: #165996;
|
|
18677
|
+
}
|
|
18325
18678
|
.ant-pagination-jump-prev,
|
|
18326
18679
|
.ant-pagination-jump-next {
|
|
18327
18680
|
outline: 0;
|
|
@@ -18363,18 +18716,22 @@ nz-page-header-footer {
|
|
|
18363
18716
|
opacity: 1;
|
|
18364
18717
|
transition: all 0.2s;
|
|
18365
18718
|
}
|
|
18366
|
-
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
|
|
18367
|
-
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon,
|
|
18368
18719
|
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
|
|
18369
18720
|
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
|
|
18370
18721
|
opacity: 1;
|
|
18371
18722
|
}
|
|
18372
|
-
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
|
|
18373
|
-
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis,
|
|
18374
18723
|
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
|
|
18375
18724
|
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
|
|
18376
18725
|
opacity: 0;
|
|
18377
18726
|
}
|
|
18727
|
+
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
|
|
18728
|
+
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
|
|
18729
|
+
opacity: 1;
|
|
18730
|
+
}
|
|
18731
|
+
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
|
|
18732
|
+
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
|
|
18733
|
+
opacity: 0;
|
|
18734
|
+
}
|
|
18378
18735
|
.ant-pagination-prev,
|
|
18379
18736
|
.ant-pagination-jump-prev,
|
|
18380
18737
|
.ant-pagination-jump-next {
|
|
@@ -18427,19 +18784,28 @@ nz-page-header-footer {
|
|
|
18427
18784
|
transition: all 0.3s;
|
|
18428
18785
|
}
|
|
18429
18786
|
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
|
|
18430
|
-
.ant-pagination-next:focus-visible .ant-pagination-item-link
|
|
18787
|
+
.ant-pagination-next:focus-visible .ant-pagination-item-link {
|
|
18788
|
+
color: #177ddc;
|
|
18789
|
+
border-color: #177ddc;
|
|
18790
|
+
}
|
|
18431
18791
|
.ant-pagination-prev:hover .ant-pagination-item-link,
|
|
18432
18792
|
.ant-pagination-next:hover .ant-pagination-item-link {
|
|
18433
18793
|
color: #177ddc;
|
|
18434
18794
|
border-color: #177ddc;
|
|
18435
18795
|
}
|
|
18436
18796
|
.ant-pagination-disabled,
|
|
18437
|
-
.ant-pagination-disabled:hover
|
|
18438
|
-
.ant-pagination-disabled:focus-visible {
|
|
18797
|
+
.ant-pagination-disabled:hover {
|
|
18439
18798
|
cursor: not-allowed;
|
|
18440
18799
|
}
|
|
18441
18800
|
.ant-pagination-disabled .ant-pagination-item-link,
|
|
18442
|
-
.ant-pagination-disabled:hover .ant-pagination-item-link
|
|
18801
|
+
.ant-pagination-disabled:hover .ant-pagination-item-link {
|
|
18802
|
+
color: rgba(255, 255, 255, 0.3);
|
|
18803
|
+
border-color: #434343;
|
|
18804
|
+
cursor: not-allowed;
|
|
18805
|
+
}
|
|
18806
|
+
.ant-pagination-disabled:focus-visible {
|
|
18807
|
+
cursor: not-allowed;
|
|
18808
|
+
}
|
|
18443
18809
|
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
|
|
18444
18810
|
color: rgba(255, 255, 255, 0.3);
|
|
18445
18811
|
border-color: #434343;
|
|
@@ -18512,7 +18878,7 @@ nz-page-header-footer {
|
|
|
18512
18878
|
}
|
|
18513
18879
|
.ant-pagination-options-quick-jumper input:hover {
|
|
18514
18880
|
border-color: #165996;
|
|
18515
|
-
border-right-width: 1px
|
|
18881
|
+
border-right-width: 1px;
|
|
18516
18882
|
}
|
|
18517
18883
|
.ant-input-rtl .ant-pagination-options-quick-jumper input:hover {
|
|
18518
18884
|
border-right-width: 0;
|
|
@@ -18522,7 +18888,7 @@ nz-page-header-footer {
|
|
|
18522
18888
|
.ant-pagination-options-quick-jumper input-focused {
|
|
18523
18889
|
border-color: #177ddc;
|
|
18524
18890
|
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
18525
|
-
border-right-width: 1px
|
|
18891
|
+
border-right-width: 1px;
|
|
18526
18892
|
outline: 0;
|
|
18527
18893
|
}
|
|
18528
18894
|
.ant-input-rtl .ant-pagination-options-quick-jumper input:focus,
|
|
@@ -18541,7 +18907,7 @@ nz-page-header-footer {
|
|
|
18541
18907
|
}
|
|
18542
18908
|
.ant-pagination-options-quick-jumper input-disabled:hover {
|
|
18543
18909
|
border-color: #434343;
|
|
18544
|
-
border-right-width: 1px
|
|
18910
|
+
border-right-width: 1px;
|
|
18545
18911
|
}
|
|
18546
18912
|
.ant-pagination-options-quick-jumper input[disabled] {
|
|
18547
18913
|
background-color: rgba(255, 255, 255, 0.08);
|
|
@@ -18554,7 +18920,7 @@ nz-page-header-footer {
|
|
|
18554
18920
|
}
|
|
18555
18921
|
.ant-pagination-options-quick-jumper input[disabled]:hover {
|
|
18556
18922
|
border-color: #434343;
|
|
18557
|
-
border-right-width: 1px
|
|
18923
|
+
border-right-width: 1px;
|
|
18558
18924
|
}
|
|
18559
18925
|
.ant-pagination-options-quick-jumper input-borderless,
|
|
18560
18926
|
.ant-pagination-options-quick-jumper input-borderless:hover,
|
|
@@ -18807,22 +19173,22 @@ nz-pagination {
|
|
|
18807
19173
|
.ant-popover-placement-top,
|
|
18808
19174
|
.ant-popover-placement-topLeft,
|
|
18809
19175
|
.ant-popover-placement-topRight {
|
|
18810
|
-
padding-bottom:
|
|
19176
|
+
padding-bottom: 15.3137085px;
|
|
18811
19177
|
}
|
|
18812
19178
|
.ant-popover-placement-right,
|
|
18813
19179
|
.ant-popover-placement-rightTop,
|
|
18814
19180
|
.ant-popover-placement-rightBottom {
|
|
18815
|
-
padding-left:
|
|
19181
|
+
padding-left: 15.3137085px;
|
|
18816
19182
|
}
|
|
18817
19183
|
.ant-popover-placement-bottom,
|
|
18818
19184
|
.ant-popover-placement-bottomLeft,
|
|
18819
19185
|
.ant-popover-placement-bottomRight {
|
|
18820
|
-
padding-top:
|
|
19186
|
+
padding-top: 15.3137085px;
|
|
18821
19187
|
}
|
|
18822
19188
|
.ant-popover-placement-left,
|
|
18823
19189
|
.ant-popover-placement-leftTop,
|
|
18824
19190
|
.ant-popover-placement-leftBottom {
|
|
18825
|
-
padding-right:
|
|
19191
|
+
padding-right: 15.3137085px;
|
|
18826
19192
|
}
|
|
18827
19193
|
.ant-popover-inner {
|
|
18828
19194
|
background-color: #1f1f1f;
|
|
@@ -18877,8 +19243,8 @@ nz-pagination {
|
|
|
18877
19243
|
.ant-popover-arrow {
|
|
18878
19244
|
position: absolute;
|
|
18879
19245
|
display: block;
|
|
18880
|
-
width:
|
|
18881
|
-
height:
|
|
19246
|
+
width: 16px;
|
|
19247
|
+
height: 16px;
|
|
18882
19248
|
overflow: hidden;
|
|
18883
19249
|
background: transparent;
|
|
18884
19250
|
pointer-events: none;
|
|
@@ -18890,23 +19256,49 @@ nz-pagination {
|
|
|
18890
19256
|
bottom: 0;
|
|
18891
19257
|
left: 0;
|
|
18892
19258
|
display: block;
|
|
18893
|
-
width:
|
|
18894
|
-
height:
|
|
19259
|
+
width: 11.3137085px;
|
|
19260
|
+
height: 11.3137085px;
|
|
18895
19261
|
margin: auto;
|
|
18896
19262
|
background-color: #1f1f1f;
|
|
18897
19263
|
content: '';
|
|
18898
19264
|
pointer-events: auto;
|
|
19265
|
+
border-radius: 0 0 2px;
|
|
19266
|
+
pointer-events: none;
|
|
19267
|
+
}
|
|
19268
|
+
.ant-popover-arrow-content::before {
|
|
19269
|
+
position: absolute;
|
|
19270
|
+
top: -11.3137085px;
|
|
19271
|
+
left: -11.3137085px;
|
|
19272
|
+
width: 33.9411255px;
|
|
19273
|
+
height: 33.9411255px;
|
|
19274
|
+
background: #1f1f1f;
|
|
19275
|
+
background-repeat: no-repeat;
|
|
19276
|
+
background-position: -10px -10px;
|
|
19277
|
+
content: '';
|
|
19278
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
19279
|
+
}
|
|
19280
|
+
.ant-popover-arrow-content::before {
|
|
19281
|
+
position: absolute;
|
|
19282
|
+
top: -11.3137085px;
|
|
19283
|
+
left: -11.3137085px;
|
|
19284
|
+
width: 33.9411255px;
|
|
19285
|
+
height: 33.9411255px;
|
|
19286
|
+
background: #1f1f1f;
|
|
19287
|
+
background-repeat: no-repeat;
|
|
19288
|
+
background-position: -10px -10px;
|
|
19289
|
+
content: '';
|
|
19290
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
18899
19291
|
}
|
|
18900
19292
|
.ant-popover-placement-top .ant-popover-arrow,
|
|
18901
19293
|
.ant-popover-placement-topLeft .ant-popover-arrow,
|
|
18902
19294
|
.ant-popover-placement-topRight .ant-popover-arrow {
|
|
18903
|
-
bottom:
|
|
19295
|
+
bottom: -0.6862915px;
|
|
18904
19296
|
}
|
|
18905
19297
|
.ant-popover-placement-top .ant-popover-arrow-content,
|
|
18906
19298
|
.ant-popover-placement-topLeft .ant-popover-arrow-content,
|
|
18907
19299
|
.ant-popover-placement-topRight .ant-popover-arrow-content {
|
|
18908
19300
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
18909
|
-
transform: translateY(-
|
|
19301
|
+
transform: translateY(-8px) rotate(45deg);
|
|
18910
19302
|
}
|
|
18911
19303
|
.ant-popover-placement-top .ant-popover-arrow {
|
|
18912
19304
|
left: 50%;
|
|
@@ -18921,13 +19313,13 @@ nz-pagination {
|
|
|
18921
19313
|
.ant-popover-placement-right .ant-popover-arrow,
|
|
18922
19314
|
.ant-popover-placement-rightTop .ant-popover-arrow,
|
|
18923
19315
|
.ant-popover-placement-rightBottom .ant-popover-arrow {
|
|
18924
|
-
left:
|
|
19316
|
+
left: -0.6862915px;
|
|
18925
19317
|
}
|
|
18926
19318
|
.ant-popover-placement-right .ant-popover-arrow-content,
|
|
18927
19319
|
.ant-popover-placement-rightTop .ant-popover-arrow-content,
|
|
18928
19320
|
.ant-popover-placement-rightBottom .ant-popover-arrow-content {
|
|
18929
|
-
box-shadow:
|
|
18930
|
-
transform: translateX(
|
|
19321
|
+
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
19322
|
+
transform: translateX(8px) rotate(135deg);
|
|
18931
19323
|
}
|
|
18932
19324
|
.ant-popover-placement-right .ant-popover-arrow {
|
|
18933
19325
|
top: 50%;
|
|
@@ -18942,13 +19334,13 @@ nz-pagination {
|
|
|
18942
19334
|
.ant-popover-placement-bottom .ant-popover-arrow,
|
|
18943
19335
|
.ant-popover-placement-bottomLeft .ant-popover-arrow,
|
|
18944
19336
|
.ant-popover-placement-bottomRight .ant-popover-arrow {
|
|
18945
|
-
top:
|
|
19337
|
+
top: -0.6862915px;
|
|
18946
19338
|
}
|
|
18947
19339
|
.ant-popover-placement-bottom .ant-popover-arrow-content,
|
|
18948
19340
|
.ant-popover-placement-bottomLeft .ant-popover-arrow-content,
|
|
18949
19341
|
.ant-popover-placement-bottomRight .ant-popover-arrow-content {
|
|
18950
|
-
box-shadow:
|
|
18951
|
-
transform: translateY(
|
|
19342
|
+
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
|
|
19343
|
+
transform: translateY(8px) rotate(-135deg);
|
|
18952
19344
|
}
|
|
18953
19345
|
.ant-popover-placement-bottom .ant-popover-arrow {
|
|
18954
19346
|
left: 50%;
|
|
@@ -18963,13 +19355,13 @@ nz-pagination {
|
|
|
18963
19355
|
.ant-popover-placement-left .ant-popover-arrow,
|
|
18964
19356
|
.ant-popover-placement-leftTop .ant-popover-arrow,
|
|
18965
19357
|
.ant-popover-placement-leftBottom .ant-popover-arrow {
|
|
18966
|
-
right:
|
|
19358
|
+
right: -0.6862915px;
|
|
18967
19359
|
}
|
|
18968
19360
|
.ant-popover-placement-left .ant-popover-arrow-content,
|
|
18969
19361
|
.ant-popover-placement-leftTop .ant-popover-arrow-content,
|
|
18970
19362
|
.ant-popover-placement-leftBottom .ant-popover-arrow-content {
|
|
18971
|
-
box-shadow: 3px
|
|
18972
|
-
transform: translateX(-
|
|
19363
|
+
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
19364
|
+
transform: translateX(-8px) rotate(-45deg);
|
|
18973
19365
|
}
|
|
18974
19366
|
.ant-popover-placement-left .ant-popover-arrow {
|
|
18975
19367
|
top: 50%;
|
|
@@ -19307,6 +19699,10 @@ nz-pagination {
|
|
|
19307
19699
|
overflow: hidden;
|
|
19308
19700
|
content: '\a0';
|
|
19309
19701
|
}
|
|
19702
|
+
.ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] {
|
|
19703
|
+
width: 14px;
|
|
19704
|
+
height: 14px;
|
|
19705
|
+
}
|
|
19310
19706
|
.ant-radio {
|
|
19311
19707
|
box-sizing: border-box;
|
|
19312
19708
|
margin: 0;
|
|
@@ -19624,7 +20020,7 @@ span.ant-radio + * {
|
|
|
19624
20020
|
.ant-rate-disabled .ant-rate-star {
|
|
19625
20021
|
cursor: default;
|
|
19626
20022
|
}
|
|
19627
|
-
.ant-rate-disabled .ant-rate-star:hover {
|
|
20023
|
+
.ant-rate-disabled .ant-rate-star > div:hover {
|
|
19628
20024
|
transform: scale(1);
|
|
19629
20025
|
}
|
|
19630
20026
|
.ant-rate-star {
|
|
@@ -19639,8 +20035,7 @@ span.ant-radio + * {
|
|
|
19639
20035
|
.ant-rate-star > div {
|
|
19640
20036
|
transition: all 0.3s, outline 0s;
|
|
19641
20037
|
}
|
|
19642
|
-
.ant-rate-star > div:hover
|
|
19643
|
-
.ant-rate-star > div:focus-visible {
|
|
20038
|
+
.ant-rate-star > div:hover {
|
|
19644
20039
|
transform: scale(1.1);
|
|
19645
20040
|
}
|
|
19646
20041
|
.ant-rate-star > div:focus {
|
|
@@ -19648,6 +20043,7 @@ span.ant-radio + * {
|
|
|
19648
20043
|
}
|
|
19649
20044
|
.ant-rate-star > div:focus-visible {
|
|
19650
20045
|
outline: 1px dashed #d8bd14;
|
|
20046
|
+
transform: scale(1.1);
|
|
19651
20047
|
}
|
|
19652
20048
|
.ant-rate-star-first,
|
|
19653
20049
|
.ant-rate-star-second {
|
|
@@ -19888,7 +20284,7 @@ span.ant-radio + * {
|
|
|
19888
20284
|
text-align: center;
|
|
19889
20285
|
text-transform: none;
|
|
19890
20286
|
vertical-align: -0.125em;
|
|
19891
|
-
text-rendering:
|
|
20287
|
+
text-rendering: optimizelegibility;
|
|
19892
20288
|
-webkit-font-smoothing: antialiased;
|
|
19893
20289
|
-moz-osx-font-smoothing: grayscale;
|
|
19894
20290
|
display: inline-block;
|
|
@@ -19923,7 +20319,7 @@ span.ant-radio + * {
|
|
|
19923
20319
|
display: block;
|
|
19924
20320
|
}
|
|
19925
20321
|
.ant-select-multiple .ant-select-selection-item-remove > .anticon {
|
|
19926
|
-
vertical-align:
|
|
20322
|
+
vertical-align: middle;
|
|
19927
20323
|
}
|
|
19928
20324
|
.ant-select-multiple .ant-select-selection-item-remove:hover {
|
|
19929
20325
|
color: rgba(255, 255, 255, 0.75);
|
|
@@ -19934,8 +20330,6 @@ span.ant-radio + * {
|
|
|
19934
20330
|
.ant-select-multiple .ant-select-selection-search {
|
|
19935
20331
|
position: relative;
|
|
19936
20332
|
max-width: 100%;
|
|
19937
|
-
margin-top: 2px;
|
|
19938
|
-
margin-bottom: 2px;
|
|
19939
20333
|
margin-inline-start: 7px;
|
|
19940
20334
|
}
|
|
19941
20335
|
.ant-select-multiple .ant-select-selection-search-input,
|
|
@@ -20010,6 +20404,40 @@ span.ant-radio + * {
|
|
|
20010
20404
|
.ant-select-disabled .ant-select-selection-item-remove {
|
|
20011
20405
|
display: none;
|
|
20012
20406
|
}
|
|
20407
|
+
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
|
|
20408
|
+
background-color: transparent;
|
|
20409
|
+
border-color: #a61d24 !important;
|
|
20410
|
+
}
|
|
20411
|
+
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
|
|
20412
|
+
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
|
|
20413
|
+
border-color: #a61d24;
|
|
20414
|
+
box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
|
|
20415
|
+
border-right-width: 1px;
|
|
20416
|
+
outline: 0;
|
|
20417
|
+
}
|
|
20418
|
+
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
|
|
20419
|
+
background-color: transparent;
|
|
20420
|
+
border-color: #d89614 !important;
|
|
20421
|
+
}
|
|
20422
|
+
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
|
|
20423
|
+
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
|
|
20424
|
+
border-color: #d89614;
|
|
20425
|
+
box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
|
|
20426
|
+
border-right-width: 1px;
|
|
20427
|
+
outline: 0;
|
|
20428
|
+
}
|
|
20429
|
+
.ant-select-status-error.ant-select-has-feedback .ant-select-clear,
|
|
20430
|
+
.ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
|
|
20431
|
+
.ant-select-status-success.ant-select-has-feedback .ant-select-clear,
|
|
20432
|
+
.ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
|
|
20433
|
+
right: 32px;
|
|
20434
|
+
}
|
|
20435
|
+
.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
|
|
20436
|
+
.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
|
|
20437
|
+
.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
|
|
20438
|
+
.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
|
|
20439
|
+
padding-right: 42px;
|
|
20440
|
+
}
|
|
20013
20441
|
/* Reset search input style */
|
|
20014
20442
|
.ant-select {
|
|
20015
20443
|
box-sizing: border-box;
|
|
@@ -20044,7 +20472,7 @@ span.ant-radio + * {
|
|
|
20044
20472
|
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
20045
20473
|
border-color: #177ddc;
|
|
20046
20474
|
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
20047
|
-
border-right-width: 1px
|
|
20475
|
+
border-right-width: 1px;
|
|
20048
20476
|
outline: 0;
|
|
20049
20477
|
}
|
|
20050
20478
|
.ant-input-rtl .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
@@ -20077,7 +20505,7 @@ span.ant-radio + * {
|
|
|
20077
20505
|
}
|
|
20078
20506
|
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
|
20079
20507
|
border-color: #165996;
|
|
20080
|
-
border-right-width: 1px
|
|
20508
|
+
border-right-width: 1px;
|
|
20081
20509
|
}
|
|
20082
20510
|
.ant-input-rtl .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
|
20083
20511
|
border-right-width: 0;
|
|
@@ -20117,13 +20545,14 @@ span.ant-radio + * {
|
|
|
20117
20545
|
line-height: 0;
|
|
20118
20546
|
text-transform: none;
|
|
20119
20547
|
vertical-align: -0.125em;
|
|
20120
|
-
text-rendering:
|
|
20548
|
+
text-rendering: optimizelegibility;
|
|
20121
20549
|
-webkit-font-smoothing: antialiased;
|
|
20122
20550
|
-moz-osx-font-smoothing: grayscale;
|
|
20123
20551
|
position: absolute;
|
|
20124
20552
|
top: 50%;
|
|
20125
20553
|
right: 11px;
|
|
20126
|
-
|
|
20554
|
+
display: flex;
|
|
20555
|
+
align-items: center;
|
|
20127
20556
|
height: 12px;
|
|
20128
20557
|
margin-top: -6px;
|
|
20129
20558
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -20169,6 +20598,9 @@ span.ant-radio + * {
|
|
|
20169
20598
|
.ant-select-disabled .ant-select-arrow {
|
|
20170
20599
|
cursor: not-allowed;
|
|
20171
20600
|
}
|
|
20601
|
+
.ant-select-arrow > *:not(:last-child) {
|
|
20602
|
+
margin-inline-end: 8px;
|
|
20603
|
+
}
|
|
20172
20604
|
.ant-select-clear {
|
|
20173
20605
|
position: absolute;
|
|
20174
20606
|
top: 50%;
|
|
@@ -20310,6 +20742,9 @@ span.ant-radio + * {
|
|
|
20310
20742
|
border-color: transparent !important;
|
|
20311
20743
|
box-shadow: none !important;
|
|
20312
20744
|
}
|
|
20745
|
+
.ant-select.ant-select-in-form-item {
|
|
20746
|
+
width: 100%;
|
|
20747
|
+
}
|
|
20313
20748
|
.ant-select-rtl {
|
|
20314
20749
|
direction: rtl;
|
|
20315
20750
|
}
|
|
@@ -20375,23 +20810,151 @@ span.ant-radio + * {
|
|
|
20375
20810
|
padding-right: 0;
|
|
20376
20811
|
padding-left: 21px;
|
|
20377
20812
|
}
|
|
20378
|
-
.ant-select-dropdown {
|
|
20379
|
-
top: 100%;
|
|
20813
|
+
.ant-select-dropdown {
|
|
20814
|
+
top: 100%;
|
|
20815
|
+
left: 0;
|
|
20816
|
+
position: relative;
|
|
20817
|
+
width: 100%;
|
|
20818
|
+
margin-top: 4px;
|
|
20819
|
+
margin-bottom: 4px;
|
|
20820
|
+
display: block;
|
|
20821
|
+
}
|
|
20822
|
+
.ant-select-dropdown .cdk-virtual-scroll-content-wrapper {
|
|
20823
|
+
right: 0;
|
|
20824
|
+
}
|
|
20825
|
+
.ant-select-dropdown .full-width {
|
|
20826
|
+
contain: initial;
|
|
20827
|
+
}
|
|
20828
|
+
.ant-select-dropdown .full-width .cdk-virtual-scroll-content-wrapper {
|
|
20829
|
+
position: static;
|
|
20830
|
+
}
|
|
20831
|
+
.segmented-disabled-item,
|
|
20832
|
+
.segmented-disabled-item:hover,
|
|
20833
|
+
.segmented-disabled-item:focus {
|
|
20834
|
+
color: rgba(255, 255, 255, 0.3);
|
|
20835
|
+
cursor: not-allowed;
|
|
20836
|
+
}
|
|
20837
|
+
.segmented-item-selected {
|
|
20838
|
+
background-color: #333333;
|
|
20839
|
+
border-radius: 2px;
|
|
20840
|
+
box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
|
|
20841
|
+
}
|
|
20842
|
+
.segmented-text-ellipsis {
|
|
20843
|
+
overflow: hidden;
|
|
20844
|
+
white-space: nowrap;
|
|
20845
|
+
text-overflow: ellipsis;
|
|
20846
|
+
word-break: keep-all;
|
|
20847
|
+
}
|
|
20848
|
+
.ant-segmented {
|
|
20849
|
+
box-sizing: border-box;
|
|
20850
|
+
margin: 0;
|
|
20851
|
+
padding: 0;
|
|
20852
|
+
color: rgba(255, 255, 255, 0.85);
|
|
20853
|
+
font-size: 14px;
|
|
20854
|
+
font-variant: tabular-nums;
|
|
20855
|
+
line-height: 1.5715;
|
|
20856
|
+
list-style: none;
|
|
20857
|
+
font-feature-settings: 'tnum';
|
|
20858
|
+
display: inline-block;
|
|
20859
|
+
padding: 2px;
|
|
20860
|
+
color: rgba(255, 255, 255, 0.65);
|
|
20861
|
+
background-color: rgba(0, 0, 0, 0.25);
|
|
20862
|
+
border-radius: 2px;
|
|
20863
|
+
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
20864
|
+
}
|
|
20865
|
+
.ant-segmented-group {
|
|
20866
|
+
position: relative;
|
|
20867
|
+
display: flex;
|
|
20868
|
+
align-items: stretch;
|
|
20869
|
+
justify-items: flex-start;
|
|
20870
|
+
width: 100%;
|
|
20871
|
+
}
|
|
20872
|
+
.ant-segmented.ant-segmented-block {
|
|
20873
|
+
display: flex;
|
|
20874
|
+
}
|
|
20875
|
+
.ant-segmented.ant-segmented-block .ant-segmented-item {
|
|
20876
|
+
flex: 1;
|
|
20877
|
+
min-width: 0;
|
|
20878
|
+
}
|
|
20879
|
+
.ant-segmented:not(.ant-segmented-disabled):hover,
|
|
20880
|
+
.ant-segmented:not(.ant-segmented-disabled):focus {
|
|
20881
|
+
background-color: rgba(0, 0, 0, 0.45);
|
|
20882
|
+
}
|
|
20883
|
+
.ant-segmented-item {
|
|
20884
|
+
position: relative;
|
|
20885
|
+
text-align: center;
|
|
20886
|
+
cursor: pointer;
|
|
20887
|
+
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
20888
|
+
}
|
|
20889
|
+
.ant-segmented-item-selected {
|
|
20890
|
+
background-color: #333333;
|
|
20891
|
+
border-radius: 2px;
|
|
20892
|
+
box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
|
|
20893
|
+
color: rgba(255, 255, 255, 0.85);
|
|
20894
|
+
}
|
|
20895
|
+
.ant-segmented-item:hover,
|
|
20896
|
+
.ant-segmented-item:focus {
|
|
20897
|
+
color: rgba(255, 255, 255, 0.85);
|
|
20898
|
+
}
|
|
20899
|
+
.ant-segmented-item-label {
|
|
20900
|
+
min-height: 28px;
|
|
20901
|
+
padding: 0 11px;
|
|
20902
|
+
line-height: 28px;
|
|
20903
|
+
overflow: hidden;
|
|
20904
|
+
white-space: nowrap;
|
|
20905
|
+
text-overflow: ellipsis;
|
|
20906
|
+
word-break: keep-all;
|
|
20907
|
+
}
|
|
20908
|
+
.ant-segmented-item-icon + * {
|
|
20909
|
+
margin-left: 12px / 2;
|
|
20910
|
+
}
|
|
20911
|
+
.ant-segmented-item-input {
|
|
20912
|
+
position: absolute;
|
|
20913
|
+
top: 0;
|
|
20914
|
+
left: 0;
|
|
20915
|
+
width: 0;
|
|
20916
|
+
height: 0;
|
|
20917
|
+
opacity: 0;
|
|
20918
|
+
pointer-events: none;
|
|
20919
|
+
}
|
|
20920
|
+
.ant-segmented.ant-segmented-lg .ant-segmented-item-label {
|
|
20921
|
+
min-height: 36px;
|
|
20922
|
+
padding: 0 11px;
|
|
20923
|
+
font-size: 16px;
|
|
20924
|
+
line-height: 36px;
|
|
20925
|
+
}
|
|
20926
|
+
.ant-segmented.ant-segmented-sm .ant-segmented-item-label {
|
|
20927
|
+
min-height: 20px;
|
|
20928
|
+
padding: 0 7px;
|
|
20929
|
+
line-height: 20px;
|
|
20930
|
+
}
|
|
20931
|
+
.ant-segmented-item-disabled,
|
|
20932
|
+
.ant-segmented-item-disabled:hover,
|
|
20933
|
+
.ant-segmented-item-disabled:focus {
|
|
20934
|
+
color: rgba(255, 255, 255, 0.3);
|
|
20935
|
+
cursor: not-allowed;
|
|
20936
|
+
}
|
|
20937
|
+
.ant-segmented-thumb {
|
|
20938
|
+
background-color: #333333;
|
|
20939
|
+
border-radius: 2px;
|
|
20940
|
+
box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
|
|
20941
|
+
position: absolute;
|
|
20942
|
+
top: 0;
|
|
20380
20943
|
left: 0;
|
|
20381
|
-
|
|
20382
|
-
|
|
20383
|
-
|
|
20384
|
-
margin-bottom: 4px;
|
|
20385
|
-
display: block;
|
|
20944
|
+
width: 0;
|
|
20945
|
+
height: 100%;
|
|
20946
|
+
padding: 4px 0;
|
|
20386
20947
|
}
|
|
20387
|
-
.ant-
|
|
20388
|
-
|
|
20948
|
+
.ant-segmented-thumb-motion-appear-active {
|
|
20949
|
+
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
20950
|
+
will-change: transform, width;
|
|
20389
20951
|
}
|
|
20390
|
-
.ant-
|
|
20391
|
-
|
|
20952
|
+
.ant-segmented.ant-segmented-rtl {
|
|
20953
|
+
direction: rtl;
|
|
20392
20954
|
}
|
|
20393
|
-
.ant-
|
|
20394
|
-
|
|
20955
|
+
.ant-segmented.ant-segmented-rtl .ant-segmented-item-icon {
|
|
20956
|
+
margin-right: 0;
|
|
20957
|
+
margin-left: 6px;
|
|
20395
20958
|
}
|
|
20396
20959
|
.ant-skeleton {
|
|
20397
20960
|
display: table;
|
|
@@ -20502,6 +21065,9 @@ span.ant-radio + * {
|
|
|
20502
21065
|
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
|
|
20503
21066
|
width: 100%;
|
|
20504
21067
|
}
|
|
21068
|
+
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
|
|
21069
|
+
width: 100%;
|
|
21070
|
+
}
|
|
20505
21071
|
.ant-skeleton-element {
|
|
20506
21072
|
display: inline-block;
|
|
20507
21073
|
width: auto;
|
|
@@ -20583,17 +21149,20 @@ span.ant-radio + * {
|
|
|
20583
21149
|
display: inline-block;
|
|
20584
21150
|
vertical-align: top;
|
|
20585
21151
|
background: rgba(190, 190, 190, 0.2);
|
|
20586
|
-
width:
|
|
21152
|
+
width: 160px;
|
|
21153
|
+
min-width: 160px;
|
|
20587
21154
|
height: 32px;
|
|
20588
21155
|
line-height: 32px;
|
|
20589
21156
|
}
|
|
20590
21157
|
.ant-skeleton-element .ant-skeleton-input-lg {
|
|
20591
|
-
width:
|
|
21158
|
+
width: 200px;
|
|
21159
|
+
min-width: 200px;
|
|
20592
21160
|
height: 40px;
|
|
20593
21161
|
line-height: 40px;
|
|
20594
21162
|
}
|
|
20595
21163
|
.ant-skeleton-element .ant-skeleton-input-sm {
|
|
20596
|
-
width:
|
|
21164
|
+
width: 120px;
|
|
21165
|
+
min-width: 120px;
|
|
20597
21166
|
height: 24px;
|
|
20598
21167
|
line-height: 24px;
|
|
20599
21168
|
}
|
|
@@ -20703,8 +21272,7 @@ span.ant-radio + * {
|
|
|
20703
21272
|
}
|
|
20704
21273
|
.ant-slider-vertical .ant-slider-dot {
|
|
20705
21274
|
top: auto;
|
|
20706
|
-
left: 2px;
|
|
20707
|
-
margin-bottom: -4px;
|
|
21275
|
+
margin-left: -2px;
|
|
20708
21276
|
}
|
|
20709
21277
|
.ant-slider-tooltip .ant-tooltip-inner {
|
|
20710
21278
|
min-width: unset;
|
|
@@ -20755,9 +21323,8 @@ span.ant-radio + * {
|
|
|
20755
21323
|
cursor: pointer;
|
|
20756
21324
|
transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
|
|
20757
21325
|
}
|
|
20758
|
-
.ant-slider-handle-dragging
|
|
20759
|
-
|
|
20760
|
-
box-shadow: 0 0 0 5px rgba(23, 125, 220, 0.12);
|
|
21326
|
+
.ant-slider-handle-dragging {
|
|
21327
|
+
z-index: 1;
|
|
20761
21328
|
}
|
|
20762
21329
|
.ant-slider-handle:focus {
|
|
20763
21330
|
border-color: #4697e3;
|
|
@@ -20800,30 +21367,27 @@ span.ant-radio + * {
|
|
|
20800
21367
|
width: 100%;
|
|
20801
21368
|
height: 4px;
|
|
20802
21369
|
background: transparent;
|
|
21370
|
+
pointer-events: none;
|
|
20803
21371
|
}
|
|
20804
21372
|
.ant-slider-dot {
|
|
20805
21373
|
position: absolute;
|
|
20806
21374
|
top: -2px;
|
|
20807
21375
|
width: 8px;
|
|
20808
21376
|
height: 8px;
|
|
20809
|
-
margin-left: -4px;
|
|
20810
21377
|
background-color: #141414;
|
|
20811
21378
|
border: 2px solid #303030;
|
|
20812
21379
|
border-radius: 50%;
|
|
20813
21380
|
cursor: pointer;
|
|
20814
21381
|
}
|
|
20815
|
-
.ant-slider-dot:first-child {
|
|
20816
|
-
margin-left: -4px;
|
|
20817
|
-
}
|
|
20818
|
-
.ant-slider-dot:last-child {
|
|
20819
|
-
margin-left: -4px;
|
|
20820
|
-
}
|
|
20821
21382
|
.ant-slider-dot-active {
|
|
20822
21383
|
border-color: #16436e;
|
|
20823
21384
|
}
|
|
20824
21385
|
.ant-slider-disabled {
|
|
20825
21386
|
cursor: not-allowed;
|
|
20826
21387
|
}
|
|
21388
|
+
.ant-slider-disabled .ant-slider-rail {
|
|
21389
|
+
background-color: #262626 !important;
|
|
21390
|
+
}
|
|
20827
21391
|
.ant-slider-disabled .ant-slider-track {
|
|
20828
21392
|
background-color: rgba(255, 255, 255, 0.3) !important;
|
|
20829
21393
|
}
|
|
@@ -20845,18 +21409,6 @@ span.ant-radio + * {
|
|
|
20845
21409
|
right: 0;
|
|
20846
21410
|
left: auto;
|
|
20847
21411
|
}
|
|
20848
|
-
.ant-slider-rtl .ant-slider-dot {
|
|
20849
|
-
margin-right: -4px;
|
|
20850
|
-
margin-left: 0;
|
|
20851
|
-
}
|
|
20852
|
-
.ant-slider-rtl .ant-slider-dot:first-child {
|
|
20853
|
-
margin-right: -4px;
|
|
20854
|
-
margin-left: 0;
|
|
20855
|
-
}
|
|
20856
|
-
.ant-slider-rtl .ant-slider-dot:last-child {
|
|
20857
|
-
margin-right: -4px;
|
|
20858
|
-
margin-left: 0;
|
|
20859
|
-
}
|
|
20860
21412
|
.ant-spin {
|
|
20861
21413
|
box-sizing: border-box;
|
|
20862
21414
|
margin: 0;
|
|
@@ -20999,7 +21551,7 @@ span.ant-radio + * {
|
|
|
20999
21551
|
animation-delay: 1.2s;
|
|
21000
21552
|
}
|
|
21001
21553
|
.ant-spin-dot-spin {
|
|
21002
|
-
transform: rotate(
|
|
21554
|
+
transform: rotate(0deg);
|
|
21003
21555
|
animation: antRotate 1.2s infinite linear;
|
|
21004
21556
|
}
|
|
21005
21557
|
.ant-spin-sm .ant-spin-dot {
|
|
@@ -21033,7 +21585,7 @@ span.ant-radio + * {
|
|
|
21033
21585
|
}
|
|
21034
21586
|
@keyframes antRotate {
|
|
21035
21587
|
to {
|
|
21036
|
-
transform: rotate(
|
|
21588
|
+
transform: rotate(360deg);
|
|
21037
21589
|
}
|
|
21038
21590
|
}
|
|
21039
21591
|
.ant-spin-rtl {
|
|
@@ -21564,6 +22116,12 @@ nz-spin {
|
|
|
21564
22116
|
margin: 0;
|
|
21565
22117
|
padding: 22px 0 4px;
|
|
21566
22118
|
}
|
|
22119
|
+
.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
|
|
22120
|
+
margin-top: 10px;
|
|
22121
|
+
}
|
|
22122
|
+
.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
|
|
22123
|
+
top: 3.5px;
|
|
22124
|
+
}
|
|
21567
22125
|
.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
|
|
21568
22126
|
left: 0;
|
|
21569
22127
|
}
|
|
@@ -21676,6 +22234,9 @@ nz-spin {
|
|
|
21676
22234
|
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
|
|
21677
22235
|
visibility: hidden;
|
|
21678
22236
|
}
|
|
22237
|
+
.ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
|
|
22238
|
+
visibility: hidden;
|
|
22239
|
+
}
|
|
21679
22240
|
.ant-steps-rtl {
|
|
21680
22241
|
direction: rtl;
|
|
21681
22242
|
}
|
|
@@ -21691,6 +22252,11 @@ nz-spin {
|
|
|
21691
22252
|
padding-right: 0;
|
|
21692
22253
|
padding-left: 16px;
|
|
21693
22254
|
}
|
|
22255
|
+
.ant-steps-rtl .ant-steps-item-title .ant-steps-item-subtitle {
|
|
22256
|
+
float: left;
|
|
22257
|
+
margin-right: 8px;
|
|
22258
|
+
margin-left: 0;
|
|
22259
|
+
}
|
|
21694
22260
|
.ant-steps-rtl .ant-steps-item-title::after {
|
|
21695
22261
|
right: 100%;
|
|
21696
22262
|
left: auto;
|
|
@@ -21803,6 +22369,10 @@ nz-spin {
|
|
|
21803
22369
|
right: -2px;
|
|
21804
22370
|
left: auto;
|
|
21805
22371
|
}
|
|
22372
|
+
.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child {
|
|
22373
|
+
padding-right: 4px;
|
|
22374
|
+
padding-left: 0;
|
|
22375
|
+
}
|
|
21806
22376
|
.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
|
|
21807
22377
|
padding-right: 4px;
|
|
21808
22378
|
}
|
|
@@ -21842,7 +22412,7 @@ nz-spin {
|
|
|
21842
22412
|
height: 22px;
|
|
21843
22413
|
line-height: 22px;
|
|
21844
22414
|
vertical-align: middle;
|
|
21845
|
-
background-
|
|
22415
|
+
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(to right, #141414, #141414);
|
|
21846
22416
|
border: 0;
|
|
21847
22417
|
border-radius: 100px;
|
|
21848
22418
|
cursor: pointer;
|
|
@@ -21860,7 +22430,7 @@ nz-spin {
|
|
|
21860
22430
|
box-shadow: none;
|
|
21861
22431
|
}
|
|
21862
22432
|
.ant-switch-checked {
|
|
21863
|
-
background
|
|
22433
|
+
background: #177ddc;
|
|
21864
22434
|
}
|
|
21865
22435
|
.ant-switch-loading,
|
|
21866
22436
|
.ant-switch-disabled {
|
|
@@ -21995,6 +22565,9 @@ nz-switch {
|
|
|
21995
22565
|
.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
|
|
21996
22566
|
margin: -12px -8px -12px 25px;
|
|
21997
22567
|
}
|
|
22568
|
+
.ant-table.ant-table-middle .ant-table-selection-column {
|
|
22569
|
+
padding-inline-start: 2px;
|
|
22570
|
+
}
|
|
21998
22571
|
.ant-table.ant-table-small {
|
|
21999
22572
|
font-size: 14px;
|
|
22000
22573
|
}
|
|
@@ -22015,12 +22588,8 @@ nz-switch {
|
|
|
22015
22588
|
.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
|
|
22016
22589
|
margin: -8px -8px -8px 25px;
|
|
22017
22590
|
}
|
|
22018
|
-
.ant-table-small .ant-table-
|
|
22019
|
-
|
|
22020
|
-
}
|
|
22021
|
-
.ant-table-small .ant-table-selection-column {
|
|
22022
|
-
width: 46px;
|
|
22023
|
-
min-width: 46px;
|
|
22591
|
+
.ant-table.ant-table-small .ant-table-selection-column {
|
|
22592
|
+
padding-inline-start: 2px;
|
|
22024
22593
|
}
|
|
22025
22594
|
.ant-table.ant-table-bordered > .ant-table-title {
|
|
22026
22595
|
border: 1px solid #303030;
|
|
@@ -22113,7 +22682,7 @@ nz-switch {
|
|
|
22113
22682
|
.ant-table-cell .ant-table-container:first-child {
|
|
22114
22683
|
border-top: 0;
|
|
22115
22684
|
}
|
|
22116
|
-
.ant-table-cell-scrollbar {
|
|
22685
|
+
.ant-table-cell-scrollbar:not([rowspan]) {
|
|
22117
22686
|
box-shadow: 0 1px 0 1px #1d1d1d;
|
|
22118
22687
|
}
|
|
22119
22688
|
.ant-table-wrapper {
|
|
@@ -22302,6 +22871,7 @@ div.ant-table-summary {
|
|
|
22302
22871
|
justify-content: flex-end;
|
|
22303
22872
|
}
|
|
22304
22873
|
.ant-table-thead th.ant-table-column-has-sorters {
|
|
22874
|
+
outline: none;
|
|
22305
22875
|
cursor: pointer;
|
|
22306
22876
|
transition: all 0.3s;
|
|
22307
22877
|
}
|
|
@@ -22311,6 +22881,9 @@ div.ant-table-summary {
|
|
|
22311
22881
|
.ant-table-thead th.ant-table-column-has-sorters:hover::before {
|
|
22312
22882
|
background-color: transparent !important;
|
|
22313
22883
|
}
|
|
22884
|
+
.ant-table-thead th.ant-table-column-has-sorters:focus-visible {
|
|
22885
|
+
color: #177ddc;
|
|
22886
|
+
}
|
|
22314
22887
|
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
|
|
22315
22888
|
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
|
|
22316
22889
|
background: #222;
|
|
@@ -22556,12 +23129,12 @@ table tr th.ant-table-selection-column::after {
|
|
|
22556
23129
|
.ant-table-row-expand-icon:focus,
|
|
22557
23130
|
.ant-table-row-expand-icon:hover,
|
|
22558
23131
|
.ant-table-row-expand-icon:active {
|
|
22559
|
-
border-color:
|
|
23132
|
+
border-color: currentcolor;
|
|
22560
23133
|
}
|
|
22561
23134
|
.ant-table-row-expand-icon::before,
|
|
22562
23135
|
.ant-table-row-expand-icon::after {
|
|
22563
23136
|
position: absolute;
|
|
22564
|
-
background:
|
|
23137
|
+
background: currentcolor;
|
|
22565
23138
|
transition: transform 0.3s ease-out;
|
|
22566
23139
|
content: '';
|
|
22567
23140
|
}
|
|
@@ -23332,7 +23905,6 @@ cdk-virtual-scroll-viewport.ant-table-body {
|
|
|
23332
23905
|
list-style: none;
|
|
23333
23906
|
font-feature-settings: 'tnum';
|
|
23334
23907
|
display: flex;
|
|
23335
|
-
overflow: hidden;
|
|
23336
23908
|
}
|
|
23337
23909
|
.ant-tabs > .ant-tabs-nav,
|
|
23338
23910
|
.ant-tabs > div > .ant-tabs-nav {
|
|
@@ -23472,7 +24044,7 @@ cdk-virtual-scroll-viewport.ant-table-body {
|
|
|
23472
24044
|
}
|
|
23473
24045
|
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
23474
24046
|
color: #177ddc;
|
|
23475
|
-
text-shadow: 0 0 0.25px
|
|
24047
|
+
text-shadow: 0 0 0.25px currentcolor;
|
|
23476
24048
|
}
|
|
23477
24049
|
.ant-tabs-tab.ant-tabs-tab-disabled {
|
|
23478
24050
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -23529,6 +24101,7 @@ nz-tabset,
|
|
|
23529
24101
|
nz-tab-nav-operation,
|
|
23530
24102
|
nz-tabs-nav {
|
|
23531
24103
|
display: block;
|
|
24104
|
+
overflow: hidden;
|
|
23532
24105
|
}
|
|
23533
24106
|
.nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu {
|
|
23534
24107
|
max-height: 200px;
|
|
@@ -23790,23 +24363,23 @@ nz-tabs-nav {
|
|
|
23790
24363
|
}
|
|
23791
24364
|
.ant-tag-success {
|
|
23792
24365
|
color: #49aa19;
|
|
23793
|
-
background: #
|
|
23794
|
-
border-color: #
|
|
24366
|
+
background: #162312;
|
|
24367
|
+
border-color: #274916;
|
|
23795
24368
|
}
|
|
23796
24369
|
.ant-tag-processing {
|
|
23797
24370
|
color: #177ddc;
|
|
23798
|
-
background: #
|
|
23799
|
-
border-color: #
|
|
24371
|
+
background: #111b26;
|
|
24372
|
+
border-color: #153450;
|
|
23800
24373
|
}
|
|
23801
24374
|
.ant-tag-error {
|
|
23802
24375
|
color: #a61d24;
|
|
23803
|
-
background: #
|
|
23804
|
-
border-color: #
|
|
24376
|
+
background: #2a1215;
|
|
24377
|
+
border-color: #58181c;
|
|
23805
24378
|
}
|
|
23806
24379
|
.ant-tag-warning {
|
|
23807
24380
|
color: #d89614;
|
|
23808
|
-
background: #
|
|
23809
|
-
border-color: #
|
|
24381
|
+
background: #2b1d11;
|
|
24382
|
+
border-color: #593815;
|
|
23810
24383
|
}
|
|
23811
24384
|
.ant-tag > .anticon + span,
|
|
23812
24385
|
.ant-tag > span + .anticon {
|
|
@@ -24073,31 +24646,35 @@ nz-tabs-nav {
|
|
|
24073
24646
|
z-index: 1070;
|
|
24074
24647
|
display: block;
|
|
24075
24648
|
width: max-content;
|
|
24649
|
+
width: intrinsic;
|
|
24076
24650
|
max-width: 250px;
|
|
24077
24651
|
visibility: visible;
|
|
24078
24652
|
}
|
|
24653
|
+
.ant-tooltip-content {
|
|
24654
|
+
position: relative;
|
|
24655
|
+
}
|
|
24079
24656
|
.ant-tooltip-hidden {
|
|
24080
24657
|
display: none;
|
|
24081
24658
|
}
|
|
24082
24659
|
.ant-tooltip-placement-top,
|
|
24083
24660
|
.ant-tooltip-placement-topLeft,
|
|
24084
24661
|
.ant-tooltip-placement-topRight {
|
|
24085
|
-
padding-bottom:
|
|
24662
|
+
padding-bottom: 14.3137085px;
|
|
24086
24663
|
}
|
|
24087
24664
|
.ant-tooltip-placement-right,
|
|
24088
24665
|
.ant-tooltip-placement-rightTop,
|
|
24089
24666
|
.ant-tooltip-placement-rightBottom {
|
|
24090
|
-
padding-left:
|
|
24667
|
+
padding-left: 14.3137085px;
|
|
24091
24668
|
}
|
|
24092
24669
|
.ant-tooltip-placement-bottom,
|
|
24093
24670
|
.ant-tooltip-placement-bottomLeft,
|
|
24094
24671
|
.ant-tooltip-placement-bottomRight {
|
|
24095
|
-
padding-top:
|
|
24672
|
+
padding-top: 14.3137085px;
|
|
24096
24673
|
}
|
|
24097
24674
|
.ant-tooltip-placement-left,
|
|
24098
24675
|
.ant-tooltip-placement-leftTop,
|
|
24099
24676
|
.ant-tooltip-placement-leftBottom {
|
|
24100
|
-
padding-right:
|
|
24677
|
+
padding-right: 14.3137085px;
|
|
24101
24678
|
}
|
|
24102
24679
|
.ant-tooltip-inner {
|
|
24103
24680
|
min-width: 30px;
|
|
@@ -24113,41 +24690,70 @@ nz-tabs-nav {
|
|
|
24113
24690
|
}
|
|
24114
24691
|
.ant-tooltip-arrow {
|
|
24115
24692
|
position: absolute;
|
|
24693
|
+
z-index: 2;
|
|
24116
24694
|
display: block;
|
|
24117
|
-
width:
|
|
24118
|
-
height:
|
|
24695
|
+
width: 22px;
|
|
24696
|
+
height: 22px;
|
|
24119
24697
|
overflow: hidden;
|
|
24120
24698
|
background: transparent;
|
|
24121
24699
|
pointer-events: none;
|
|
24122
24700
|
}
|
|
24123
24701
|
.ant-tooltip-arrow-content {
|
|
24702
|
+
--antd-arrow-background-color: linear-gradient(to right bottom, rgba(67, 67, 67, 0.9), #434343);
|
|
24124
24703
|
position: absolute;
|
|
24125
24704
|
top: 0;
|
|
24126
24705
|
right: 0;
|
|
24127
24706
|
bottom: 0;
|
|
24128
24707
|
left: 0;
|
|
24129
24708
|
display: block;
|
|
24130
|
-
width:
|
|
24131
|
-
height:
|
|
24709
|
+
width: 11.3137085px;
|
|
24710
|
+
height: 11.3137085px;
|
|
24132
24711
|
margin: auto;
|
|
24133
|
-
background-color:
|
|
24712
|
+
background-color: transparent;
|
|
24134
24713
|
content: '';
|
|
24135
24714
|
pointer-events: auto;
|
|
24715
|
+
border-radius: 0 0 2px;
|
|
24716
|
+
pointer-events: none;
|
|
24717
|
+
}
|
|
24718
|
+
.ant-tooltip-arrow-content::before {
|
|
24719
|
+
position: absolute;
|
|
24720
|
+
top: -11.3137085px;
|
|
24721
|
+
left: -11.3137085px;
|
|
24722
|
+
width: 33.9411255px;
|
|
24723
|
+
height: 33.9411255px;
|
|
24724
|
+
background: var(--antd-arrow-background-color);
|
|
24725
|
+
background-repeat: no-repeat;
|
|
24726
|
+
background-position: -10px -10px;
|
|
24727
|
+
content: '';
|
|
24728
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
24729
|
+
}
|
|
24730
|
+
.ant-tooltip-arrow-content::before {
|
|
24731
|
+
position: absolute;
|
|
24732
|
+
top: -11.3137085px;
|
|
24733
|
+
left: -11.3137085px;
|
|
24734
|
+
width: 33.9411255px;
|
|
24735
|
+
height: 33.9411255px;
|
|
24736
|
+
background: var(--antd-arrow-background-color);
|
|
24737
|
+
background-repeat: no-repeat;
|
|
24738
|
+
background-position: -10px -10px;
|
|
24739
|
+
content: '';
|
|
24740
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
24136
24741
|
}
|
|
24137
24742
|
.ant-tooltip-placement-top .ant-tooltip-arrow,
|
|
24138
24743
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
|
|
24139
24744
|
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
|
24140
|
-
bottom:
|
|
24745
|
+
bottom: 0;
|
|
24746
|
+
transform: translateY(100%);
|
|
24141
24747
|
}
|
|
24142
24748
|
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
|
|
24143
24749
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
|
|
24144
24750
|
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
|
|
24145
24751
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
24146
|
-
transform: translateY(-
|
|
24752
|
+
transform: translateY(-11px) rotate(45deg);
|
|
24147
24753
|
}
|
|
24148
24754
|
.ant-tooltip-placement-top .ant-tooltip-arrow {
|
|
24149
24755
|
left: 50%;
|
|
24150
|
-
transform: translateX(-50%);
|
|
24756
|
+
transform: translateY(100%) translateX(-50%);
|
|
24151
24757
|
}
|
|
24152
24758
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
|
|
24153
24759
|
left: 13px;
|
|
@@ -24158,17 +24764,18 @@ nz-tabs-nav {
|
|
|
24158
24764
|
.ant-tooltip-placement-right .ant-tooltip-arrow,
|
|
24159
24765
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
|
|
24160
24766
|
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
|
24161
|
-
left:
|
|
24767
|
+
left: 0;
|
|
24768
|
+
transform: translateX(-100%);
|
|
24162
24769
|
}
|
|
24163
24770
|
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
|
|
24164
24771
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
|
|
24165
24772
|
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
|
|
24166
24773
|
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
24167
|
-
transform: translateX(
|
|
24774
|
+
transform: translateX(11px) rotate(135deg);
|
|
24168
24775
|
}
|
|
24169
24776
|
.ant-tooltip-placement-right .ant-tooltip-arrow {
|
|
24170
24777
|
top: 50%;
|
|
24171
|
-
transform: translateY(-50%);
|
|
24778
|
+
transform: translateX(-100%) translateY(-50%);
|
|
24172
24779
|
}
|
|
24173
24780
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
|
|
24174
24781
|
top: 5px;
|
|
@@ -24179,17 +24786,18 @@ nz-tabs-nav {
|
|
|
24179
24786
|
.ant-tooltip-placement-left .ant-tooltip-arrow,
|
|
24180
24787
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
|
|
24181
24788
|
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
|
24182
|
-
right:
|
|
24789
|
+
right: 0;
|
|
24790
|
+
transform: translateX(100%);
|
|
24183
24791
|
}
|
|
24184
24792
|
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
|
|
24185
24793
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
|
|
24186
24794
|
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
|
|
24187
24795
|
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
|
24188
|
-
transform: translateX(-
|
|
24796
|
+
transform: translateX(-11px) rotate(315deg);
|
|
24189
24797
|
}
|
|
24190
24798
|
.ant-tooltip-placement-left .ant-tooltip-arrow {
|
|
24191
24799
|
top: 50%;
|
|
24192
|
-
transform: translateY(-50%);
|
|
24800
|
+
transform: translateX(100%) translateY(-50%);
|
|
24193
24801
|
}
|
|
24194
24802
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
|
|
24195
24803
|
top: 5px;
|
|
@@ -24200,17 +24808,18 @@ nz-tabs-nav {
|
|
|
24200
24808
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
|
|
24201
24809
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
|
|
24202
24810
|
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
|
24203
|
-
top:
|
|
24811
|
+
top: 0;
|
|
24812
|
+
transform: translateY(-100%);
|
|
24204
24813
|
}
|
|
24205
24814
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
|
|
24206
24815
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
|
|
24207
24816
|
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
|
|
24208
24817
|
box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
|
|
24209
|
-
transform: translateY(
|
|
24818
|
+
transform: translateY(11px) rotate(225deg);
|
|
24210
24819
|
}
|
|
24211
24820
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
|
|
24212
24821
|
left: 50%;
|
|
24213
|
-
transform: translateX(-50%);
|
|
24822
|
+
transform: translateY(-100%) translateX(-50%);
|
|
24214
24823
|
}
|
|
24215
24824
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
|
|
24216
24825
|
left: 13px;
|
|
@@ -24221,80 +24830,80 @@ nz-tabs-nav {
|
|
|
24221
24830
|
.ant-tooltip-pink .ant-tooltip-inner {
|
|
24222
24831
|
background-color: #cb2b83;
|
|
24223
24832
|
}
|
|
24224
|
-
.ant-tooltip-pink .ant-tooltip-arrow-content {
|
|
24225
|
-
background
|
|
24833
|
+
.ant-tooltip-pink .ant-tooltip-arrow-content::before {
|
|
24834
|
+
background: #cb2b83;
|
|
24226
24835
|
}
|
|
24227
24836
|
.ant-tooltip-magenta .ant-tooltip-inner {
|
|
24228
24837
|
background-color: #cb2b83;
|
|
24229
24838
|
}
|
|
24230
|
-
.ant-tooltip-magenta .ant-tooltip-arrow-content {
|
|
24231
|
-
background
|
|
24839
|
+
.ant-tooltip-magenta .ant-tooltip-arrow-content::before {
|
|
24840
|
+
background: #cb2b83;
|
|
24232
24841
|
}
|
|
24233
24842
|
.ant-tooltip-red .ant-tooltip-inner {
|
|
24234
24843
|
background-color: #d32029;
|
|
24235
24844
|
}
|
|
24236
|
-
.ant-tooltip-red .ant-tooltip-arrow-content {
|
|
24237
|
-
background
|
|
24845
|
+
.ant-tooltip-red .ant-tooltip-arrow-content::before {
|
|
24846
|
+
background: #d32029;
|
|
24238
24847
|
}
|
|
24239
24848
|
.ant-tooltip-volcano .ant-tooltip-inner {
|
|
24240
24849
|
background-color: #d84a1b;
|
|
24241
24850
|
}
|
|
24242
|
-
.ant-tooltip-volcano .ant-tooltip-arrow-content {
|
|
24243
|
-
background
|
|
24851
|
+
.ant-tooltip-volcano .ant-tooltip-arrow-content::before {
|
|
24852
|
+
background: #d84a1b;
|
|
24244
24853
|
}
|
|
24245
24854
|
.ant-tooltip-orange .ant-tooltip-inner {
|
|
24246
24855
|
background-color: #d87a16;
|
|
24247
24856
|
}
|
|
24248
|
-
.ant-tooltip-orange .ant-tooltip-arrow-content {
|
|
24249
|
-
background
|
|
24857
|
+
.ant-tooltip-orange .ant-tooltip-arrow-content::before {
|
|
24858
|
+
background: #d87a16;
|
|
24250
24859
|
}
|
|
24251
24860
|
.ant-tooltip-yellow .ant-tooltip-inner {
|
|
24252
24861
|
background-color: #d8bd14;
|
|
24253
24862
|
}
|
|
24254
|
-
.ant-tooltip-yellow .ant-tooltip-arrow-content {
|
|
24255
|
-
background
|
|
24863
|
+
.ant-tooltip-yellow .ant-tooltip-arrow-content::before {
|
|
24864
|
+
background: #d8bd14;
|
|
24256
24865
|
}
|
|
24257
24866
|
.ant-tooltip-gold .ant-tooltip-inner {
|
|
24258
24867
|
background-color: #d89614;
|
|
24259
24868
|
}
|
|
24260
|
-
.ant-tooltip-gold .ant-tooltip-arrow-content {
|
|
24261
|
-
background
|
|
24869
|
+
.ant-tooltip-gold .ant-tooltip-arrow-content::before {
|
|
24870
|
+
background: #d89614;
|
|
24262
24871
|
}
|
|
24263
24872
|
.ant-tooltip-cyan .ant-tooltip-inner {
|
|
24264
24873
|
background-color: #13a8a8;
|
|
24265
24874
|
}
|
|
24266
|
-
.ant-tooltip-cyan .ant-tooltip-arrow-content {
|
|
24267
|
-
background
|
|
24875
|
+
.ant-tooltip-cyan .ant-tooltip-arrow-content::before {
|
|
24876
|
+
background: #13a8a8;
|
|
24268
24877
|
}
|
|
24269
24878
|
.ant-tooltip-lime .ant-tooltip-inner {
|
|
24270
24879
|
background-color: #8bbb11;
|
|
24271
24880
|
}
|
|
24272
|
-
.ant-tooltip-lime .ant-tooltip-arrow-content {
|
|
24273
|
-
background
|
|
24881
|
+
.ant-tooltip-lime .ant-tooltip-arrow-content::before {
|
|
24882
|
+
background: #8bbb11;
|
|
24274
24883
|
}
|
|
24275
24884
|
.ant-tooltip-green .ant-tooltip-inner {
|
|
24276
24885
|
background-color: #49aa19;
|
|
24277
24886
|
}
|
|
24278
|
-
.ant-tooltip-green .ant-tooltip-arrow-content {
|
|
24279
|
-
background
|
|
24887
|
+
.ant-tooltip-green .ant-tooltip-arrow-content::before {
|
|
24888
|
+
background: #49aa19;
|
|
24280
24889
|
}
|
|
24281
24890
|
.ant-tooltip-blue .ant-tooltip-inner {
|
|
24282
24891
|
background-color: #177ddc;
|
|
24283
24892
|
}
|
|
24284
|
-
.ant-tooltip-blue .ant-tooltip-arrow-content {
|
|
24285
|
-
background
|
|
24893
|
+
.ant-tooltip-blue .ant-tooltip-arrow-content::before {
|
|
24894
|
+
background: #177ddc;
|
|
24286
24895
|
}
|
|
24287
24896
|
.ant-tooltip-geekblue .ant-tooltip-inner {
|
|
24288
24897
|
background-color: #2b4acb;
|
|
24289
24898
|
}
|
|
24290
|
-
.ant-tooltip-geekblue .ant-tooltip-arrow-content {
|
|
24291
|
-
background
|
|
24899
|
+
.ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
|
|
24900
|
+
background: #2b4acb;
|
|
24292
24901
|
}
|
|
24293
24902
|
.ant-tooltip-purple .ant-tooltip-inner {
|
|
24294
24903
|
background-color: #642ab5;
|
|
24295
24904
|
}
|
|
24296
|
-
.ant-tooltip-purple .ant-tooltip-arrow-content {
|
|
24297
|
-
background
|
|
24905
|
+
.ant-tooltip-purple .ant-tooltip-arrow-content::before {
|
|
24906
|
+
background: #642ab5;
|
|
24298
24907
|
}
|
|
24299
24908
|
.ant-tooltip-rtl {
|
|
24300
24909
|
direction: rtl;
|
|
@@ -24334,6 +24943,54 @@ nz-tabs-nav {
|
|
|
24334
24943
|
.ant-transfer-customize-list .ant-input[disabled] {
|
|
24335
24944
|
background-color: transparent;
|
|
24336
24945
|
}
|
|
24946
|
+
.ant-transfer-status-error .ant-transfer-list {
|
|
24947
|
+
border-color: #a61d24;
|
|
24948
|
+
}
|
|
24949
|
+
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]) {
|
|
24950
|
+
border-color: #434343;
|
|
24951
|
+
}
|
|
24952
|
+
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
|
|
24953
|
+
border-color: #165996;
|
|
24954
|
+
border-right-width: 1px;
|
|
24955
|
+
}
|
|
24956
|
+
.ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
|
|
24957
|
+
border-right-width: 0;
|
|
24958
|
+
border-left-width: 1px !important;
|
|
24959
|
+
}
|
|
24960
|
+
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
|
|
24961
|
+
border-color: #177ddc;
|
|
24962
|
+
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
24963
|
+
border-right-width: 1px;
|
|
24964
|
+
outline: 0;
|
|
24965
|
+
}
|
|
24966
|
+
.ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
|
|
24967
|
+
border-right-width: 0;
|
|
24968
|
+
border-left-width: 1px !important;
|
|
24969
|
+
}
|
|
24970
|
+
.ant-transfer-status-warning .ant-transfer-list {
|
|
24971
|
+
border-color: #d89614;
|
|
24972
|
+
}
|
|
24973
|
+
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]) {
|
|
24974
|
+
border-color: #434343;
|
|
24975
|
+
}
|
|
24976
|
+
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
|
|
24977
|
+
border-color: #165996;
|
|
24978
|
+
border-right-width: 1px;
|
|
24979
|
+
}
|
|
24980
|
+
.ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
|
|
24981
|
+
border-right-width: 0;
|
|
24982
|
+
border-left-width: 1px !important;
|
|
24983
|
+
}
|
|
24984
|
+
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
|
|
24985
|
+
border-color: #177ddc;
|
|
24986
|
+
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
24987
|
+
border-right-width: 1px;
|
|
24988
|
+
outline: 0;
|
|
24989
|
+
}
|
|
24990
|
+
.ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
|
|
24991
|
+
border-right-width: 0;
|
|
24992
|
+
border-left-width: 1px !important;
|
|
24993
|
+
}
|
|
24337
24994
|
.ant-transfer {
|
|
24338
24995
|
box-sizing: border-box;
|
|
24339
24996
|
margin: 0;
|
|
@@ -24574,7 +25231,9 @@ nz-tabs-nav {
|
|
|
24574
25231
|
color: #a61d24;
|
|
24575
25232
|
}
|
|
24576
25233
|
a.ant-typography.ant-typography-danger:active,
|
|
24577
|
-
a.ant-typography.ant-typography-danger:focus
|
|
25234
|
+
a.ant-typography.ant-typography-danger:focus {
|
|
25235
|
+
color: #800f19;
|
|
25236
|
+
}
|
|
24578
25237
|
a.ant-typography.ant-typography-danger:hover {
|
|
24579
25238
|
color: #b33b3d;
|
|
24580
25239
|
}
|
|
@@ -24588,6 +25247,8 @@ div.ant-typography,
|
|
|
24588
25247
|
margin-bottom: 1em;
|
|
24589
25248
|
}
|
|
24590
25249
|
h1.ant-typography,
|
|
25250
|
+
div.ant-typography-h1,
|
|
25251
|
+
div.ant-typography-h1 > textarea,
|
|
24591
25252
|
.ant-typography h1 {
|
|
24592
25253
|
margin-bottom: 0.5em;
|
|
24593
25254
|
color: rgba(255, 255, 255, 0.85);
|
|
@@ -24596,6 +25257,8 @@ h1.ant-typography,
|
|
|
24596
25257
|
line-height: 1.23;
|
|
24597
25258
|
}
|
|
24598
25259
|
h2.ant-typography,
|
|
25260
|
+
div.ant-typography-h2,
|
|
25261
|
+
div.ant-typography-h2 > textarea,
|
|
24599
25262
|
.ant-typography h2 {
|
|
24600
25263
|
margin-bottom: 0.5em;
|
|
24601
25264
|
color: rgba(255, 255, 255, 0.85);
|
|
@@ -24604,6 +25267,8 @@ h2.ant-typography,
|
|
|
24604
25267
|
line-height: 1.35;
|
|
24605
25268
|
}
|
|
24606
25269
|
h3.ant-typography,
|
|
25270
|
+
div.ant-typography-h3,
|
|
25271
|
+
div.ant-typography-h3 > textarea,
|
|
24607
25272
|
.ant-typography h3 {
|
|
24608
25273
|
margin-bottom: 0.5em;
|
|
24609
25274
|
color: rgba(255, 255, 255, 0.85);
|
|
@@ -24612,6 +25277,8 @@ h3.ant-typography,
|
|
|
24612
25277
|
line-height: 1.35;
|
|
24613
25278
|
}
|
|
24614
25279
|
h4.ant-typography,
|
|
25280
|
+
div.ant-typography-h4,
|
|
25281
|
+
div.ant-typography-h4 > textarea,
|
|
24615
25282
|
.ant-typography h4 {
|
|
24616
25283
|
margin-bottom: 0.5em;
|
|
24617
25284
|
color: rgba(255, 255, 255, 0.85);
|
|
@@ -24620,6 +25287,8 @@ h4.ant-typography,
|
|
|
24620
25287
|
line-height: 1.4;
|
|
24621
25288
|
}
|
|
24622
25289
|
h5.ant-typography,
|
|
25290
|
+
div.ant-typography-h5,
|
|
25291
|
+
div.ant-typography-h5 > textarea,
|
|
24623
25292
|
.ant-typography h5 {
|
|
24624
25293
|
margin-bottom: 0.5em;
|
|
24625
25294
|
color: rgba(255, 255, 255, 0.85);
|
|
@@ -24830,9 +25499,14 @@ div.ant-typography-edit-content {
|
|
|
24830
25499
|
right: 10px;
|
|
24831
25500
|
bottom: 8px;
|
|
24832
25501
|
color: rgba(255, 255, 255, 0.45);
|
|
25502
|
+
font-weight: normal;
|
|
25503
|
+
font-size: 14px;
|
|
25504
|
+
font-style: normal;
|
|
24833
25505
|
pointer-events: none;
|
|
24834
25506
|
}
|
|
24835
25507
|
.ant-typography-edit-content textarea {
|
|
25508
|
+
height: 1em;
|
|
25509
|
+
margin: 0 !important;
|
|
24836
25510
|
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
24837
25511
|
-moz-transition: none;
|
|
24838
25512
|
}
|
|
@@ -25148,8 +25822,9 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25148
25822
|
opacity: 0;
|
|
25149
25823
|
}
|
|
25150
25824
|
.ant-upload-list-item-card-actions-btn.ant-btn-sm {
|
|
25151
|
-
height:
|
|
25825
|
+
height: 22.001px;
|
|
25152
25826
|
line-height: 1;
|
|
25827
|
+
vertical-align: top;
|
|
25153
25828
|
}
|
|
25154
25829
|
.ant-upload-list-item-card-actions.picture {
|
|
25155
25830
|
top: 22px;
|
|
@@ -25161,10 +25836,13 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25161
25836
|
}
|
|
25162
25837
|
.ant-upload-list-item-card-actions .anticon {
|
|
25163
25838
|
color: rgba(255, 255, 255, 0.45);
|
|
25839
|
+
transition: all 0.3s;
|
|
25840
|
+
}
|
|
25841
|
+
.ant-upload-list-item-card-actions:hover .anticon {
|
|
25842
|
+
color: rgba(255, 255, 255, 0.85);
|
|
25164
25843
|
}
|
|
25165
25844
|
.ant-upload-list-item-info {
|
|
25166
25845
|
height: 100%;
|
|
25167
|
-
padding: 0 4px;
|
|
25168
25846
|
transition: background-color 0.3s;
|
|
25169
25847
|
}
|
|
25170
25848
|
.ant-upload-list-item-info > span {
|
|
@@ -25179,26 +25857,9 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25179
25857
|
color: rgba(255, 255, 255, 0.45);
|
|
25180
25858
|
font-size: 14px;
|
|
25181
25859
|
}
|
|
25182
|
-
.ant-upload-list-item .anticon-close {
|
|
25183
|
-
position: absolute;
|
|
25184
|
-
top: 6px;
|
|
25185
|
-
right: 4px;
|
|
25186
|
-
color: rgba(255, 255, 255, 0.45);
|
|
25187
|
-
font-size: 10px;
|
|
25188
|
-
line-height: 0;
|
|
25189
|
-
cursor: pointer;
|
|
25190
|
-
opacity: 0;
|
|
25191
|
-
transition: all 0.3s;
|
|
25192
|
-
}
|
|
25193
|
-
.ant-upload-list-item .anticon-close:hover {
|
|
25194
|
-
color: rgba(255, 255, 255, 0.85);
|
|
25195
|
-
}
|
|
25196
25860
|
.ant-upload-list-item:hover .ant-upload-list-item-info {
|
|
25197
25861
|
background-color: rgba(255, 255, 255, 0.08);
|
|
25198
25862
|
}
|
|
25199
|
-
.ant-upload-list-item:hover .anticon-close {
|
|
25200
|
-
opacity: 1;
|
|
25201
|
-
}
|
|
25202
25863
|
.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
|
|
25203
25864
|
opacity: 1;
|
|
25204
25865
|
}
|
|
@@ -25263,7 +25924,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25263
25924
|
}
|
|
25264
25925
|
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
|
|
25265
25926
|
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
|
|
25266
|
-
fill: #
|
|
25927
|
+
fill: #2a1215;
|
|
25267
25928
|
}
|
|
25268
25929
|
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
|
|
25269
25930
|
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
|
|
@@ -25317,14 +25978,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25317
25978
|
margin-top: 0;
|
|
25318
25979
|
padding-left: 56px;
|
|
25319
25980
|
}
|
|
25320
|
-
.ant-upload-list-picture .anticon-close,
|
|
25321
|
-
.ant-upload-list-picture-card .anticon-close {
|
|
25322
|
-
position: absolute;
|
|
25323
|
-
top: 8px;
|
|
25324
|
-
right: 8px;
|
|
25325
|
-
line-height: 1;
|
|
25326
|
-
opacity: 1;
|
|
25327
|
-
}
|
|
25328
25981
|
.ant-upload-list-picture-card-container {
|
|
25329
25982
|
display: inline-block;
|
|
25330
25983
|
width: 104px;
|
|
@@ -25332,9 +25985,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25332
25985
|
margin: 0 8px 8px 0;
|
|
25333
25986
|
vertical-align: top;
|
|
25334
25987
|
}
|
|
25335
|
-
.ant-upload-list-picture-card.ant-upload-list::after {
|
|
25336
|
-
display: none;
|
|
25337
|
-
}
|
|
25338
25988
|
.ant-upload-list-picture-card .ant-upload-list-item {
|
|
25339
25989
|
height: 100%;
|
|
25340
25990
|
margin: 0;
|
|
@@ -25528,10 +26178,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25528
26178
|
.ant-upload-list-rtl .ant-upload-list-item-info {
|
|
25529
26179
|
padding: 0 4px 0 12px;
|
|
25530
26180
|
}
|
|
25531
|
-
.ant-upload-list-rtl .ant-upload-list-item .anticon-close {
|
|
25532
|
-
right: auto;
|
|
25533
|
-
left: 4px;
|
|
25534
|
-
}
|
|
25535
26181
|
.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
|
|
25536
26182
|
padding-right: 0;
|
|
25537
26183
|
padding-left: 5px;
|
|
@@ -25576,11 +26222,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25576
26222
|
padding-right: 0;
|
|
25577
26223
|
padding-left: 0;
|
|
25578
26224
|
}
|
|
25579
|
-
.ant-upload-list-rtl.ant-upload-list-picture .anticon-close,
|
|
25580
|
-
.ant-upload-list-rtl.ant-upload-list-picture-card .anticon-close {
|
|
25581
|
-
right: auto;
|
|
25582
|
-
left: 8px;
|
|
25583
|
-
}
|
|
25584
26225
|
.ant-upload-list-rtl .ant-upload-list-picture-card-container {
|
|
25585
26226
|
margin: 0 0 8px 8px;
|
|
25586
26227
|
}
|
|
@@ -25717,6 +26358,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25717
26358
|
}
|
|
25718
26359
|
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
|
|
25719
26360
|
cursor: not-allowed;
|
|
26361
|
+
pointer-events: none;
|
|
25720
26362
|
}
|
|
25721
26363
|
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
|
|
25722
26364
|
background-color: rgba(255, 255, 255, 0.08);
|
|
@@ -25762,6 +26404,10 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25762
26404
|
.ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
|
|
25763
26405
|
margin-left: 8px;
|
|
25764
26406
|
}
|
|
26407
|
+
.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-in-form-item input[type='checkbox'] {
|
|
26408
|
+
width: 14px;
|
|
26409
|
+
height: 14px;
|
|
26410
|
+
}
|
|
25765
26411
|
.ant-cascader-checkbox + span {
|
|
25766
26412
|
padding-right: 8px;
|
|
25767
26413
|
padding-left: 8px;
|
|
@@ -25836,6 +26482,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25836
26482
|
height: auto;
|
|
25837
26483
|
}
|
|
25838
26484
|
.ant-cascader-menu {
|
|
26485
|
+
flex-grow: 1;
|
|
25839
26486
|
min-width: 111px;
|
|
25840
26487
|
height: 180px;
|
|
25841
26488
|
margin: 0;
|
|
@@ -26095,6 +26742,7 @@ nz-tree-view .ant-tree-list-holder-inner {
|
|
|
26095
26742
|
}
|
|
26096
26743
|
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
|
|
26097
26744
|
cursor: not-allowed;
|
|
26745
|
+
pointer-events: none;
|
|
26098
26746
|
}
|
|
26099
26747
|
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
|
|
26100
26748
|
background-color: rgba(255, 255, 255, 0.08);
|
|
@@ -26140,6 +26788,10 @@ nz-tree-view .ant-tree-list-holder-inner {
|
|
|
26140
26788
|
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
|
|
26141
26789
|
margin-left: 8px;
|
|
26142
26790
|
}
|
|
26791
|
+
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
|
|
26792
|
+
width: 14px;
|
|
26793
|
+
height: 14px;
|
|
26794
|
+
}
|
|
26143
26795
|
.ant-tree-checkbox + span {
|
|
26144
26796
|
padding-right: 8px;
|
|
26145
26797
|
padding-left: 8px;
|
|
@@ -26440,7 +27092,7 @@ nz-tree-view .ant-tree-list-holder-inner {
|
|
|
26440
27092
|
border-right: none;
|
|
26441
27093
|
border-left: 1px solid #434343;
|
|
26442
27094
|
}
|
|
26443
|
-
.ant-tree-rtl.ant-tree-checkbox {
|
|
27095
|
+
.ant-tree-rtl .ant-tree-checkbox {
|
|
26444
27096
|
margin: 4px 0 0 8px;
|
|
26445
27097
|
}
|
|
26446
27098
|
.ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
|
|
@@ -26563,6 +27215,7 @@ nz-tree {
|
|
|
26563
27215
|
}
|
|
26564
27216
|
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
|
|
26565
27217
|
cursor: not-allowed;
|
|
27218
|
+
pointer-events: none;
|
|
26566
27219
|
}
|
|
26567
27220
|
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
|
|
26568
27221
|
background-color: rgba(255, 255, 255, 0.08);
|
|
@@ -26608,6 +27261,10 @@ nz-tree {
|
|
|
26608
27261
|
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
|
|
26609
27262
|
margin-left: 8px;
|
|
26610
27263
|
}
|
|
27264
|
+
.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
|
|
27265
|
+
width: 14px;
|
|
27266
|
+
height: 14px;
|
|
27267
|
+
}
|
|
26611
27268
|
.ant-select-tree-checkbox + span {
|
|
26612
27269
|
padding-right: 8px;
|
|
26613
27270
|
padding-left: 8px;
|
|
@@ -26989,6 +27646,9 @@ nz-tree {
|
|
|
26989
27646
|
padding: 0;
|
|
26990
27647
|
line-height: 18px;
|
|
26991
27648
|
}
|
|
27649
|
+
.ant-picker-calendar-mini .ant-picker-cell::before {
|
|
27650
|
+
pointer-events: none;
|
|
27651
|
+
}
|
|
26992
27652
|
.ant-picker-calendar-full .ant-picker-panel {
|
|
26993
27653
|
display: block;
|
|
26994
27654
|
width: 100%;
|
|
@@ -27195,9 +27855,9 @@ nz-space-item {
|
|
|
27195
27855
|
display: inline-block;
|
|
27196
27856
|
}
|
|
27197
27857
|
.ant-image-img {
|
|
27198
|
-
display: block;
|
|
27199
27858
|
width: 100%;
|
|
27200
27859
|
height: auto;
|
|
27860
|
+
vertical-align: middle;
|
|
27201
27861
|
}
|
|
27202
27862
|
.ant-image-img-placeholder {
|
|
27203
27863
|
background-color: #f5f5f5;
|
|
@@ -27246,7 +27906,7 @@ nz-space-item {
|
|
|
27246
27906
|
text-align: center;
|
|
27247
27907
|
}
|
|
27248
27908
|
.ant-image-preview.ant-zoom-enter,
|
|
27249
|
-
.ant-image-preview.
|
|
27909
|
+
.ant-image-preview.ant-zoom-appear {
|
|
27250
27910
|
transform: none;
|
|
27251
27911
|
opacity: 0;
|
|
27252
27912
|
animation-duration: 0.3s;
|
|
@@ -27276,7 +27936,7 @@ nz-space-item {
|
|
|
27276
27936
|
-webkit-overflow-scrolling: touch;
|
|
27277
27937
|
}
|
|
27278
27938
|
.ant-image-preview.ant-zoom-enter,
|
|
27279
|
-
.ant-image-preview.
|
|
27939
|
+
.ant-image-preview.ant-zoom-appear {
|
|
27280
27940
|
transform: none;
|
|
27281
27941
|
opacity: 0;
|
|
27282
27942
|
animation-duration: 0.3s;
|
|
@@ -27380,6 +28040,11 @@ nz-space-item {
|
|
|
27380
28040
|
.ant-image-preview-operations-operation:last-of-type {
|
|
27381
28041
|
margin-left: 0;
|
|
27382
28042
|
}
|
|
28043
|
+
.ant-image-preview-operations-progress {
|
|
28044
|
+
position: absolute;
|
|
28045
|
+
left: 50%;
|
|
28046
|
+
transform: translateX(-50%);
|
|
28047
|
+
}
|
|
27383
28048
|
.ant-image-preview-operations-icon {
|
|
27384
28049
|
font-size: 18px;
|
|
27385
28050
|
}
|
|
@@ -31490,6 +32155,17 @@ body {
|
|
|
31490
32155
|
right: inherit;
|
|
31491
32156
|
left: 0;
|
|
31492
32157
|
}
|
|
32158
|
+
@media (max-width: 767px) {
|
|
32159
|
+
[dir='rtl'] .alain-default__content {
|
|
32160
|
+
transform: translate3d(-200px, 0, 0);
|
|
32161
|
+
}
|
|
32162
|
+
[dir='rtl'] .alain-default__collapsed .alain-default__aside {
|
|
32163
|
+
transform: translate3d(100%, 0, 0);
|
|
32164
|
+
}
|
|
32165
|
+
[dir='rtl'] .alain-default__collapsed .alain-default__content {
|
|
32166
|
+
transform: translateZ(0);
|
|
32167
|
+
}
|
|
32168
|
+
}
|
|
31493
32169
|
.alain-default__progress-bar {
|
|
31494
32170
|
position: fixed;
|
|
31495
32171
|
z-index: 29;
|
|
@@ -31803,6 +32479,14 @@ body {
|
|
|
31803
32479
|
margin-top: 52px;
|
|
31804
32480
|
}
|
|
31805
32481
|
}
|
|
32482
|
+
[dir='rtl'] .alain-default__fixed .reuse-tab {
|
|
32483
|
+
right: 224px;
|
|
32484
|
+
left: 24px;
|
|
32485
|
+
}
|
|
32486
|
+
[dir='rtl'] .alain-default__collapsed .reuse-tab {
|
|
32487
|
+
right: 88px;
|
|
32488
|
+
left: 0;
|
|
32489
|
+
}
|
|
31806
32490
|
.alain-default__nav-item .ant-badge-count {
|
|
31807
32491
|
top: 6px;
|
|
31808
32492
|
right: 18px;
|
|
@@ -32895,6 +33579,9 @@ ellipsis {
|
|
|
32895
33579
|
.reuse-tab__cm .ant-menu {
|
|
32896
33580
|
border: 1px solid #e9e9e9;
|
|
32897
33581
|
}
|
|
33582
|
+
.reuse-tab-rtl {
|
|
33583
|
+
direction: rtl;
|
|
33584
|
+
}
|
|
32898
33585
|
.tag-select {
|
|
32899
33586
|
position: relative;
|
|
32900
33587
|
display: block;
|