ng-alain 14.1.1 → 14.3.0
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/application/files/i18n/en-US.json +1 -1
- package/application/files/i18n/zh-CN.json +1 -1
- package/application/files/i18n/zh-TW.json +1 -1
- package/application/files/root/.nvmrc +1 -1
- package/application/files/src/app/layout/basic/widgets/search.component.ts +1 -0
- package/application/files/src/assets/color.less +591 -2027
- package/application/files/src/assets/tmp/i18n/en-US.json +1 -1
- package/application/files/src/assets/tmp/i18n/zh-CN.json +1 -1
- package/application/files/src/assets/tmp/i18n/zh-TW.json +1 -1
- package/docs/sta.en-US.md +21 -0
- package/docs/sta.zh-CN.md +21 -0
- package/package.json +2 -2
- package/sta/index.js +17 -3
- package/sta/index.js.map +1 -1
- package/sta/index.spec.ts +8 -2
- package/sta/index.ts +17 -8
- package/sta/schema.json +7 -0
- package/sta/types.ts +5 -0
- package/utils/lib-versions.js +1 -1
- package/utils/lib-versions.ts +1 -1
- package/utils/versions.js +1 -1
- package/utils/versions.ts +1 -1
|
@@ -1,2105 +1,143 @@
|
|
|
1
1
|
@primary-color: @blue-6;
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
h1,
|
|
5
|
-
h2,
|
|
6
|
-
h3,
|
|
7
|
-
h4,
|
|
8
|
-
h5,
|
|
9
|
-
h6 {color: rgba(0, 0, 0, 0.85);}
|
|
10
|
-
abbr[title],
|
|
11
|
-
abbr[data-original-title] {border-bottom: 0;}
|
|
12
|
-
a {color: @primary-color;background-color: transparent;}
|
|
13
|
-
a:hover {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
14
|
-
a:active {color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
15
|
-
a[disabled] {color: rgba(0, 0, 0, 0.25);}
|
|
16
|
-
img {border-style: none;}
|
|
17
|
-
table {border-collapse: collapse;}
|
|
18
|
-
caption {color: rgba(0, 0, 0, 0.45);}
|
|
19
|
-
input,
|
|
20
|
-
button,
|
|
21
|
-
select,
|
|
22
|
-
optgroup,
|
|
23
|
-
textarea {color: inherit;}
|
|
24
|
-
button::-moz-focus-inner,
|
|
25
|
-
[type='button']::-moz-focus-inner,
|
|
26
|
-
[type='reset']::-moz-focus-inner,
|
|
27
|
-
[type='submit']::-moz-focus-inner {border-style: none;}
|
|
28
|
-
fieldset {border: 0;}
|
|
29
|
-
legend {color: inherit;}
|
|
30
|
-
mark {background-color: #feffe6;}
|
|
31
|
-
::selection {color: #fff;background: @primary-color;}
|
|
32
|
-
.anticon {color: inherit;}
|
|
2
|
+
a {color: @primary-color;}
|
|
3
|
+
::selection {background: @primary-color;}
|
|
33
4
|
html {--antd-wave-shadow-color: @primary-color;}
|
|
34
|
-
[ant-click-animating-without-extra-node='true']::after, .ant-click-animating-node {border-radius: inherit;box-shadow: 0 0 0 0 @primary-color;box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);}
|
|
35
|
-
.cdk-visually-hidden {border: 0;}
|
|
36
|
-
.cdk-overlay-backdrop {-webkit-tap-highlight-color: transparent;}
|
|
37
|
-
.ant-alert {color: rgba(0, 0, 0, 0.85);border-radius: 2px;}
|
|
38
|
-
.ant-alert-success {background-color: #f6ffed;border: 1px solid #b7eb8f;}
|
|
39
|
-
.ant-alert-success .ant-alert-icon {color: #52c41a;}
|
|
40
|
-
.ant-alert-info {background-color: color(~`colorPalette("@{primary-color}", 1)`);border: 1px solid color(~`colorPalette("@{primary-color}", 3)`);}
|
|
41
5
|
.ant-alert-info .ant-alert-icon {color: @primary-color;}
|
|
42
|
-
.ant-alert-warning {background-color: #fffbe6;border: 1px solid #ffe58f;}
|
|
43
|
-
.ant-alert-warning .ant-alert-icon {color: #faad14;}
|
|
44
|
-
.ant-alert-error {background-color: #fff2f0;border: 1px solid #ffccc7;}
|
|
45
|
-
.ant-alert-error .ant-alert-icon {color: #ff4d4f;}
|
|
46
|
-
.ant-alert-close-icon {background-color: transparent;border: none;}
|
|
47
|
-
.ant-alert-close-icon .anticon-close {color: rgba(0, 0, 0, 0.45);}
|
|
48
|
-
.ant-alert-close-icon .anticon-close:hover {color: rgba(0, 0, 0, 0.75);}
|
|
49
|
-
.ant-alert-close-text {color: rgba(0, 0, 0, 0.45);}
|
|
50
|
-
.ant-alert-close-text:hover {color: rgba(0, 0, 0, 0.75);}
|
|
51
|
-
.ant-alert-with-description .ant-alert-message {color: rgba(0, 0, 0, 0.85);}
|
|
52
|
-
.ant-alert-message {color: rgba(0, 0, 0, 0.85);}
|
|
53
|
-
.ant-alert-banner {border: 0;border-radius: 0;}
|
|
54
|
-
.ant-anchor {color: rgba(0, 0, 0, 0.85);}
|
|
55
|
-
.ant-anchor-wrapper {background-color: #fff;}
|
|
56
|
-
.ant-anchor-ink::before {background-color: #f0f0f0;}
|
|
57
|
-
.ant-anchor-ink-ball {background-color: #fff;border: 2px solid @primary-color;border-radius: 8px;}
|
|
58
|
-
.ant-anchor-link-title {color: rgba(0, 0, 0, 0.85);}
|
|
59
6
|
.ant-anchor-link-active > .ant-anchor-link-title {color: @primary-color;}
|
|
60
|
-
.ant-
|
|
61
|
-
.ant-
|
|
62
|
-
.ant-
|
|
63
|
-
.ant-
|
|
64
|
-
.ant-avatar-square {border-radius: 2px;}
|
|
65
|
-
.ant-avatar-group .ant-avatar {border: 1px solid #fff;}
|
|
66
|
-
.ant-back-top {color: rgba(0, 0, 0, 0.85);}
|
|
67
|
-
.ant-back-top-content {color: #fff;background-color: rgba(0, 0, 0, 0.45);border-radius: 20px;}
|
|
68
|
-
.ant-back-top-content:hover {background-color: rgba(0, 0, 0, 0.85);}
|
|
69
|
-
.ant-badge {color: rgba(0, 0, 0, 0.85);}
|
|
70
|
-
.ant-badge-count {color: #fff;background: #ff4d4f;border-radius: 10px;box-shadow: 0 0 0 1px #fff;}
|
|
71
|
-
.ant-badge-count a, .ant-badge-count a:hover {color: #fff;}
|
|
72
|
-
.ant-badge-count-sm {border-radius: 7px;}
|
|
73
|
-
.ant-badge-dot {background: #ff4d4f;border-radius: 100%;box-shadow: 0 0 0 1px #fff;}
|
|
74
|
-
.ant-badge-status-dot {border-radius: 50%;}
|
|
75
|
-
.ant-badge-status-success {background-color: #52c41a;}
|
|
76
|
-
.ant-badge-status-processing {background-color: #1890ff;}
|
|
77
|
-
.ant-badge-status-processing::after {border: 1px solid #1890ff;border-radius: 50%;}
|
|
78
|
-
.ant-badge-status-default {background-color: #d9d9d9;}
|
|
79
|
-
.ant-badge-status-error {background-color: #ff4d4f;}
|
|
80
|
-
.ant-badge-status-warning {background-color: #faad14;}
|
|
81
|
-
.ant-badge-status-pink {background: #eb2f96;}
|
|
82
|
-
.ant-badge-status-magenta {background: #eb2f96;}
|
|
83
|
-
.ant-badge-status-red {background: #f5222d;}
|
|
84
|
-
.ant-badge-status-volcano {background: #fa541c;}
|
|
85
|
-
.ant-badge-status-orange {background: #fa8c16;}
|
|
86
|
-
.ant-badge-status-yellow {background: #fadb14;}
|
|
87
|
-
.ant-badge-status-gold {background: #faad14;}
|
|
88
|
-
.ant-badge-status-cyan {background: #13c2c2;}
|
|
89
|
-
.ant-badge-status-lime {background: #a0d911;}
|
|
90
|
-
.ant-badge-status-green {background: #52c41a;}
|
|
91
|
-
.ant-badge-status-blue {background: #1890ff;}
|
|
92
|
-
.ant-badge-status-geekblue {background: #2f54eb;}
|
|
93
|
-
.ant-badge-status-purple {background: #722ed1;}
|
|
94
|
-
.ant-badge-status-text {color: rgba(0, 0, 0, 0.85);}
|
|
95
|
-
.ant-ribbon {color: rgba(0, 0, 0, 0.85);color: #fff;background-color: @primary-color;border-radius: 2px;}
|
|
96
|
-
.ant-ribbon-text {color: #fff;}
|
|
97
|
-
.ant-ribbon-corner {color: currentColor;border: 4px solid;}
|
|
98
|
-
.ant-ribbon-corner::after {color: rgba(0, 0, 0, 0.25);border: inherit;}
|
|
99
|
-
.ant-ribbon-color-pink {color: #eb2f96;background: #eb2f96;}
|
|
100
|
-
.ant-ribbon-color-magenta {color: #eb2f96;background: #eb2f96;}
|
|
101
|
-
.ant-ribbon-color-red {color: #f5222d;background: #f5222d;}
|
|
102
|
-
.ant-ribbon-color-volcano {color: #fa541c;background: #fa541c;}
|
|
103
|
-
.ant-ribbon-color-orange {color: #fa8c16;background: #fa8c16;}
|
|
104
|
-
.ant-ribbon-color-yellow {color: #fadb14;background: #fadb14;}
|
|
105
|
-
.ant-ribbon-color-gold {color: #faad14;background: #faad14;}
|
|
106
|
-
.ant-ribbon-color-cyan {color: #13c2c2;background: #13c2c2;}
|
|
107
|
-
.ant-ribbon-color-lime {color: #a0d911;background: #a0d911;}
|
|
108
|
-
.ant-ribbon-color-green {color: #52c41a;background: #52c41a;}
|
|
109
|
-
.ant-ribbon-color-blue {color: #1890ff;background: #1890ff;}
|
|
110
|
-
.ant-ribbon-color-geekblue {color: #2f54eb;background: #2f54eb;}
|
|
111
|
-
.ant-ribbon-color-purple {color: #722ed1;background: #722ed1;}
|
|
112
|
-
.ant-ribbon.ant-ribbon-placement-end {border-bottom-right-radius: 0;}
|
|
113
|
-
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {border-color: currentColor transparent transparent currentColor;}
|
|
114
|
-
.ant-ribbon.ant-ribbon-placement-start {border-bottom-left-radius: 0;}
|
|
115
|
-
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {border-color: currentColor currentColor transparent transparent;}
|
|
116
|
-
.ant-ribbon-rtl.ant-ribbon-placement-end {border-bottom-right-radius: 2px;border-bottom-left-radius: 0;}
|
|
117
|
-
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {border-color: currentColor currentColor transparent transparent;}
|
|
118
|
-
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {border-color: currentColor currentColor transparent transparent;}
|
|
119
|
-
.ant-ribbon-rtl.ant-ribbon-placement-start {border-bottom-right-radius: 0;border-bottom-left-radius: 2px;}
|
|
120
|
-
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {border-color: currentColor transparent transparent currentColor;}
|
|
121
|
-
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {border-color: currentColor transparent transparent currentColor;}
|
|
122
|
-
.ant-breadcrumb {color: rgba(0, 0, 0, 0.85);color: rgba(0, 0, 0, 0.45);}
|
|
123
|
-
.ant-breadcrumb a {color: rgba(0, 0, 0, 0.45);}
|
|
124
|
-
.ant-breadcrumb a:hover {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
125
|
-
.ant-breadcrumb > span:last-child {color: rgba(0, 0, 0, 0.85);}
|
|
126
|
-
.ant-breadcrumb > span:last-child a {color: rgba(0, 0, 0, 0.85);}
|
|
127
|
-
.ant-breadcrumb-separator {color: rgba(0, 0, 0, 0.45);}
|
|
128
|
-
.ant-breadcrumb > nz-breadcrumb-item:last-child {color: rgba(0, 0, 0, 0.85);}
|
|
129
|
-
.ant-breadcrumb > nz-breadcrumb-item:last-child a {color: rgba(0, 0, 0, 0.85);}
|
|
130
|
-
.ant-btn {background-image: none;border: 1px solid transparent;box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);border-radius: 2px;color: rgba(0, 0, 0, 0.85);background: #fff;border-color: #d9d9d9;}
|
|
131
|
-
.ant-btn:not([disabled]):active {box-shadow: none;}
|
|
132
|
-
.ant-btn-lg {border-radius: 2px;}
|
|
133
|
-
.ant-btn-sm {border-radius: 2px;}
|
|
134
|
-
.ant-btn > a:only-child {color: currentColor;}
|
|
135
|
-
.ant-btn > a:only-child::after {background: transparent;}
|
|
136
|
-
.ant-btn:hover, .ant-btn:focus {color: color(~`colorPalette("@{primary-color}", 5)`);background: #fff;border-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
137
|
-
.ant-btn:hover > a:only-child, .ant-btn:focus > a:only-child {color: currentColor;}
|
|
138
|
-
.ant-btn:hover > a:only-child::after, .ant-btn:focus > a:only-child::after {background: transparent;}
|
|
139
|
-
.ant-btn:active {color: color(~`colorPalette("@{primary-color}", 7)`);background: #fff;border-color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
140
|
-
.ant-btn:active > a:only-child {color: currentColor;}
|
|
141
|
-
.ant-btn:active > a:only-child::after {background: transparent;}
|
|
142
|
-
.ant-btn[disabled], .ant-btn[disabled]:hover, .ant-btn[disabled]:focus, .ant-btn[disabled]:active {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;border-color: #d9d9d9;box-shadow: none;}
|
|
143
|
-
.ant-btn[disabled] > a:only-child, .ant-btn[disabled]:hover > a:only-child, .ant-btn[disabled]:focus > a:only-child, .ant-btn[disabled]:active > a:only-child {color: currentColor;}
|
|
144
|
-
.ant-btn[disabled] > a:only-child::after, .ant-btn[disabled]:hover > a:only-child::after, .ant-btn[disabled]:focus > a:only-child::after, .ant-btn[disabled]:active > a:only-child::after {background: transparent;}
|
|
145
|
-
.ant-btn:hover, .ant-btn:focus, .ant-btn:active {background: #fff;}
|
|
146
|
-
.ant-btn-primary {color: #fff;background: @primary-color;border-color: @primary-color;box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);}
|
|
147
|
-
.ant-btn-primary > a:only-child {color: currentColor;}
|
|
148
|
-
.ant-btn-primary > a:only-child::after {background: transparent;}
|
|
149
|
-
.ant-btn-primary:hover, .ant-btn-primary:focus {color: #fff;background: color(~`colorPalette("@{primary-color}", 5)`);border-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
150
|
-
.ant-btn-primary:hover > a:only-child, .ant-btn-primary:focus > a:only-child {color: currentColor;}
|
|
151
|
-
.ant-btn-primary:hover > a:only-child::after, .ant-btn-primary:focus > a:only-child::after {background: transparent;}
|
|
152
|
-
.ant-btn-primary:active {color: #fff;background: color(~`colorPalette("@{primary-color}", 7)`);border-color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
153
|
-
.ant-btn-primary:active > a:only-child {color: currentColor;}
|
|
154
|
-
.ant-btn-primary:active > a:only-child::after {background: transparent;}
|
|
155
|
-
.ant-btn-primary[disabled], .ant-btn-primary[disabled]:hover, .ant-btn-primary[disabled]:focus, .ant-btn-primary[disabled]:active {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;border-color: #d9d9d9;box-shadow: none;}
|
|
156
|
-
.ant-btn-primary[disabled] > a:only-child, .ant-btn-primary[disabled]:hover > a:only-child, .ant-btn-primary[disabled]:focus > a:only-child, .ant-btn-primary[disabled]:active > a:only-child {color: currentColor;}
|
|
157
|
-
.ant-btn-primary[disabled] > a:only-child::after, .ant-btn-primary[disabled]:hover > a:only-child::after, .ant-btn-primary[disabled]:focus > a:only-child::after, .ant-btn-primary[disabled]:active > a:only-child::after {background: transparent;}
|
|
158
|
-
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {border-right-color: color(~`colorPalette("@{primary-color}", 5)`);border-left-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
159
|
-
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {border-color: #d9d9d9;}
|
|
160
|
-
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {border-right-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
161
|
-
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {border-right-color: #d9d9d9;}
|
|
162
|
-
.ant-btn-group .ant-btn-primary:last-child:not(:first-child), .ant-btn-group .ant-btn-primary + .ant-btn-primary {border-left-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
163
|
-
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled], .ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {border-left-color: #d9d9d9;}
|
|
164
|
-
.ant-btn-ghost {color: rgba(0, 0, 0, 0.85);background: transparent;border-color: #d9d9d9;}
|
|
165
|
-
.ant-btn-ghost > a:only-child {color: currentColor;}
|
|
166
|
-
.ant-btn-ghost > a:only-child::after {background: transparent;}
|
|
167
|
-
.ant-btn-ghost:hover, .ant-btn-ghost:focus {color: color(~`colorPalette("@{primary-color}", 5)`);background: transparent;border-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
168
|
-
.ant-btn-ghost:hover > a:only-child, .ant-btn-ghost:focus > a:only-child {color: currentColor;}
|
|
169
|
-
.ant-btn-ghost:hover > a:only-child::after, .ant-btn-ghost:focus > a:only-child::after {background: transparent;}
|
|
170
|
-
.ant-btn-ghost:active {color: color(~`colorPalette("@{primary-color}", 7)`);background: transparent;border-color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
171
|
-
.ant-btn-ghost:active > a:only-child {color: currentColor;}
|
|
172
|
-
.ant-btn-ghost:active > a:only-child::after {background: transparent;}
|
|
173
|
-
.ant-btn-ghost[disabled], .ant-btn-ghost[disabled]:hover, .ant-btn-ghost[disabled]:focus, .ant-btn-ghost[disabled]:active {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;border-color: #d9d9d9;box-shadow: none;}
|
|
174
|
-
.ant-btn-ghost[disabled] > a:only-child, .ant-btn-ghost[disabled]:hover > a:only-child, .ant-btn-ghost[disabled]:focus > a:only-child, .ant-btn-ghost[disabled]:active > a:only-child {color: currentColor;}
|
|
175
|
-
.ant-btn-ghost[disabled] > a:only-child::after, .ant-btn-ghost[disabled]:hover > a:only-child::after, .ant-btn-ghost[disabled]:focus > a:only-child::after, .ant-btn-ghost[disabled]:active > a:only-child::after {background: transparent;}
|
|
176
|
-
.ant-btn-dashed {color: rgba(0, 0, 0, 0.85);background: #fff;border-color: #d9d9d9;border-style: dashed;}
|
|
177
|
-
.ant-btn-dashed > a:only-child {color: currentColor;}
|
|
178
|
-
.ant-btn-dashed > a:only-child::after {background: transparent;}
|
|
179
|
-
.ant-btn-dashed:hover, .ant-btn-dashed:focus {color: color(~`colorPalette("@{primary-color}", 5)`);background: #fff;border-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
180
|
-
.ant-btn-dashed:hover > a:only-child, .ant-btn-dashed:focus > a:only-child {color: currentColor;}
|
|
181
|
-
.ant-btn-dashed:hover > a:only-child::after, .ant-btn-dashed:focus > a:only-child::after {background: transparent;}
|
|
182
|
-
.ant-btn-dashed:active {color: color(~`colorPalette("@{primary-color}", 7)`);background: #fff;border-color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
183
|
-
.ant-btn-dashed:active > a:only-child {color: currentColor;}
|
|
184
|
-
.ant-btn-dashed:active > a:only-child::after {background: transparent;}
|
|
185
|
-
.ant-btn-dashed[disabled], .ant-btn-dashed[disabled]:hover, .ant-btn-dashed[disabled]:focus, .ant-btn-dashed[disabled]:active {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;border-color: #d9d9d9;box-shadow: none;}
|
|
186
|
-
.ant-btn-dashed[disabled] > a:only-child, .ant-btn-dashed[disabled]:hover > a:only-child, .ant-btn-dashed[disabled]:focus > a:only-child, .ant-btn-dashed[disabled]:active > a:only-child {color: currentColor;}
|
|
187
|
-
.ant-btn-dashed[disabled] > a:only-child::after, .ant-btn-dashed[disabled]:hover > a:only-child::after, .ant-btn-dashed[disabled]:focus > a:only-child::after, .ant-btn-dashed[disabled]:active > a:only-child::after {background: transparent;}
|
|
188
|
-
.ant-btn-danger {color: #fff;background: #ff4d4f;border-color: #ff4d4f;box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);}
|
|
189
|
-
.ant-btn-danger > a:only-child {color: currentColor;}
|
|
190
|
-
.ant-btn-danger > a:only-child::after {background: transparent;}
|
|
191
|
-
.ant-btn-danger:hover, .ant-btn-danger:focus {color: #fff;background: #ff7875;border-color: #ff7875;}
|
|
192
|
-
.ant-btn-danger:hover > a:only-child, .ant-btn-danger:focus > a:only-child {color: currentColor;}
|
|
193
|
-
.ant-btn-danger:hover > a:only-child::after, .ant-btn-danger:focus > a:only-child::after {background: transparent;}
|
|
194
|
-
.ant-btn-danger:active {color: #fff;background: #d9363e;border-color: #d9363e;}
|
|
195
|
-
.ant-btn-danger:active > a:only-child {color: currentColor;}
|
|
196
|
-
.ant-btn-danger:active > a:only-child::after {background: transparent;}
|
|
197
|
-
.ant-btn-danger[disabled], .ant-btn-danger[disabled]:hover, .ant-btn-danger[disabled]:focus, .ant-btn-danger[disabled]:active {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;border-color: #d9d9d9;box-shadow: none;}
|
|
198
|
-
.ant-btn-danger[disabled] > a:only-child, .ant-btn-danger[disabled]:hover > a:only-child, .ant-btn-danger[disabled]:focus > a:only-child, .ant-btn-danger[disabled]:active > a:only-child {color: currentColor;}
|
|
199
|
-
.ant-btn-danger[disabled] > a:only-child::after, .ant-btn-danger[disabled]:hover > a:only-child::after, .ant-btn-danger[disabled]:focus > a:only-child::after, .ant-btn-danger[disabled]:active > a:only-child::after {background: transparent;}
|
|
200
|
-
.ant-btn-link {color: @primary-color;background: transparent;border-color: transparent;box-shadow: none;}
|
|
201
|
-
.ant-btn-link > a:only-child {color: currentColor;}
|
|
202
|
-
.ant-btn-link > a:only-child::after {background: transparent;}
|
|
203
|
-
.ant-btn-link:hover, .ant-btn-link:focus {color: color(~`colorPalette("@{primary-color}", 5)`);background: transparent;border-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
204
|
-
.ant-btn-link:hover > a:only-child, .ant-btn-link:focus > a:only-child {color: currentColor;}
|
|
205
|
-
.ant-btn-link:hover > a:only-child::after, .ant-btn-link:focus > a:only-child::after {background: transparent;}
|
|
206
|
-
.ant-btn-link:active {color: color(~`colorPalette("@{primary-color}", 7)`);background: transparent;border-color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
207
|
-
.ant-btn-link:active > a:only-child {color: currentColor;}
|
|
208
|
-
.ant-btn-link:active > a:only-child::after {background: transparent;}
|
|
209
|
-
.ant-btn-link[disabled], .ant-btn-link[disabled]:hover, .ant-btn-link[disabled]:focus, .ant-btn-link[disabled]:active {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;border-color: #d9d9d9;box-shadow: none;}
|
|
210
|
-
.ant-btn-link[disabled] > a:only-child, .ant-btn-link[disabled]:hover > a:only-child, .ant-btn-link[disabled]:focus > a:only-child, .ant-btn-link[disabled]:active > a:only-child {color: currentColor;}
|
|
211
|
-
.ant-btn-link[disabled] > a:only-child::after, .ant-btn-link[disabled]:hover > a:only-child::after, .ant-btn-link[disabled]:focus > a:only-child::after, .ant-btn-link[disabled]:active > a:only-child::after {background: transparent;}
|
|
212
|
-
.ant-btn-link:hover {background: transparent;}
|
|
213
|
-
.ant-btn-link:hover, .ant-btn-link:focus, .ant-btn-link:active {border-color: transparent;}
|
|
214
|
-
.ant-btn-link[disabled], .ant-btn-link[disabled]:hover, .ant-btn-link[disabled]:focus, .ant-btn-link[disabled]:active {color: rgba(0, 0, 0, 0.25);background: transparent;border-color: transparent;box-shadow: none;}
|
|
215
|
-
.ant-btn-link[disabled] > a:only-child, .ant-btn-link[disabled]:hover > a:only-child, .ant-btn-link[disabled]:focus > a:only-child, .ant-btn-link[disabled]:active > a:only-child {color: currentColor;}
|
|
216
|
-
.ant-btn-link[disabled] > a:only-child::after, .ant-btn-link[disabled]:hover > a:only-child::after, .ant-btn-link[disabled]:focus > a:only-child::after, .ant-btn-link[disabled]:active > a:only-child::after {background: transparent;}
|
|
217
|
-
.ant-btn-text {color: rgba(0, 0, 0, 0.85);background: transparent;border-color: transparent;box-shadow: none;}
|
|
218
|
-
.ant-btn-text > a:only-child {color: currentColor;}
|
|
219
|
-
.ant-btn-text > a:only-child::after {background: transparent;}
|
|
220
|
-
.ant-btn-text:hover, .ant-btn-text:focus {color: color(~`colorPalette("@{primary-color}", 5)`);background: transparent;border-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
221
|
-
.ant-btn-text:hover > a:only-child, .ant-btn-text:focus > a:only-child {color: currentColor;}
|
|
222
|
-
.ant-btn-text:hover > a:only-child::after, .ant-btn-text:focus > a:only-child::after {background: transparent;}
|
|
223
|
-
.ant-btn-text:active {color: color(~`colorPalette("@{primary-color}", 7)`);background: transparent;border-color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
224
|
-
.ant-btn-text:active > a:only-child {color: currentColor;}
|
|
225
|
-
.ant-btn-text:active > a:only-child::after {background: transparent;}
|
|
226
|
-
.ant-btn-text[disabled], .ant-btn-text[disabled]:hover, .ant-btn-text[disabled]:focus, .ant-btn-text[disabled]:active {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;border-color: #d9d9d9;box-shadow: none;}
|
|
227
|
-
.ant-btn-text[disabled] > a:only-child, .ant-btn-text[disabled]:hover > a:only-child, .ant-btn-text[disabled]:focus > a:only-child, .ant-btn-text[disabled]:active > a:only-child {color: currentColor;}
|
|
228
|
-
.ant-btn-text[disabled] > a:only-child::after, .ant-btn-text[disabled]:hover > a:only-child::after, .ant-btn-text[disabled]:focus > a:only-child::after, .ant-btn-text[disabled]:active > a:only-child::after {background: transparent;}
|
|
229
|
-
.ant-btn-text:hover, .ant-btn-text:focus {color: rgba(0, 0, 0, 0.85);background: rgba(0, 0, 0, 0.018);border-color: transparent;}
|
|
230
|
-
.ant-btn-text:active {color: rgba(0, 0, 0, 0.85);background: rgba(0, 0, 0, 0.028);border-color: transparent;}
|
|
231
|
-
.ant-btn-text[disabled], .ant-btn-text[disabled]:hover, .ant-btn-text[disabled]:focus, .ant-btn-text[disabled]:active {color: rgba(0, 0, 0, 0.25);background: transparent;border-color: transparent;box-shadow: none;}
|
|
232
|
-
.ant-btn-text[disabled] > a:only-child, .ant-btn-text[disabled]:hover > a:only-child, .ant-btn-text[disabled]:focus > a:only-child, .ant-btn-text[disabled]:active > a:only-child {color: currentColor;}
|
|
233
|
-
.ant-btn-text[disabled] > a:only-child::after, .ant-btn-text[disabled]:hover > a:only-child::after, .ant-btn-text[disabled]:focus > a:only-child::after, .ant-btn-text[disabled]:active > a:only-child::after {background: transparent;}
|
|
234
|
-
.ant-btn-dangerous {color: #ff4d4f;background: #fff;border-color: #ff4d4f;}
|
|
235
|
-
.ant-btn-dangerous > a:only-child {color: currentColor;}
|
|
236
|
-
.ant-btn-dangerous > a:only-child::after {background: transparent;}
|
|
237
|
-
.ant-btn-dangerous:hover, .ant-btn-dangerous:focus {color: #ff7875;background: #fff;border-color: #ff7875;}
|
|
238
|
-
.ant-btn-dangerous:hover > a:only-child, .ant-btn-dangerous:focus > a:only-child {color: currentColor;}
|
|
239
|
-
.ant-btn-dangerous:hover > a:only-child::after, .ant-btn-dangerous:focus > a:only-child::after {background: transparent;}
|
|
240
|
-
.ant-btn-dangerous:active {color: #d9363e;background: #fff;border-color: #d9363e;}
|
|
241
|
-
.ant-btn-dangerous:active > a:only-child {color: currentColor;}
|
|
242
|
-
.ant-btn-dangerous:active > a:only-child::after {background: transparent;}
|
|
243
|
-
.ant-btn-dangerous[disabled], .ant-btn-dangerous[disabled]:hover, .ant-btn-dangerous[disabled]:focus, .ant-btn-dangerous[disabled]:active {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;border-color: #d9d9d9;box-shadow: none;}
|
|
244
|
-
.ant-btn-dangerous[disabled] > a:only-child, .ant-btn-dangerous[disabled]:hover > a:only-child, .ant-btn-dangerous[disabled]:focus > a:only-child, .ant-btn-dangerous[disabled]:active > a:only-child {color: currentColor;}
|
|
245
|
-
.ant-btn-dangerous[disabled] > a:only-child::after, .ant-btn-dangerous[disabled]:hover > a:only-child::after, .ant-btn-dangerous[disabled]:focus > a:only-child::after, .ant-btn-dangerous[disabled]:active > a:only-child::after {background: transparent;}
|
|
246
|
-
.ant-btn-dangerous.ant-btn-primary {color: #fff;background: #ff4d4f;border-color: #ff4d4f;box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);}
|
|
247
|
-
.ant-btn-dangerous.ant-btn-primary > a:only-child {color: currentColor;}
|
|
248
|
-
.ant-btn-dangerous.ant-btn-primary > a:only-child::after {background: transparent;}
|
|
249
|
-
.ant-btn-dangerous.ant-btn-primary:hover, .ant-btn-dangerous.ant-btn-primary:focus {color: #fff;background: #ff7875;border-color: #ff7875;}
|
|
250
|
-
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child, .ant-btn-dangerous.ant-btn-primary:focus > a:only-child {color: currentColor;}
|
|
251
|
-
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {background: transparent;}
|
|
252
|
-
.ant-btn-dangerous.ant-btn-primary:active {color: #fff;background: #d9363e;border-color: #d9363e;}
|
|
253
|
-
.ant-btn-dangerous.ant-btn-primary:active > a:only-child {color: currentColor;}
|
|
254
|
-
.ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {background: transparent;}
|
|
255
|
-
.ant-btn-dangerous.ant-btn-primary[disabled], .ant-btn-dangerous.ant-btn-primary[disabled]:hover, .ant-btn-dangerous.ant-btn-primary[disabled]:focus, .ant-btn-dangerous.ant-btn-primary[disabled]:active {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;border-color: #d9d9d9;box-shadow: none;}
|
|
256
|
-
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child, .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child, .ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child, .ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {color: currentColor;}
|
|
257
|
-
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after, .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after, .ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {background: transparent;}
|
|
258
|
-
.ant-btn-dangerous.ant-btn-link {color: #ff4d4f;background: transparent;border-color: transparent;box-shadow: none;}
|
|
259
|
-
.ant-btn-dangerous.ant-btn-link > a:only-child {color: currentColor;}
|
|
260
|
-
.ant-btn-dangerous.ant-btn-link > a:only-child::after {background: transparent;}
|
|
261
|
-
.ant-btn-dangerous.ant-btn-link:hover, .ant-btn-dangerous.ant-btn-link:focus {color: color(~`colorPalette("@{primary-color}", 5)`);background: transparent;border-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
262
|
-
.ant-btn-dangerous.ant-btn-link:hover > a:only-child, .ant-btn-dangerous.ant-btn-link:focus > a:only-child {color: currentColor;}
|
|
263
|
-
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {background: transparent;}
|
|
264
|
-
.ant-btn-dangerous.ant-btn-link:active {color: color(~`colorPalette("@{primary-color}", 7)`);background: transparent;border-color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
265
|
-
.ant-btn-dangerous.ant-btn-link:active > a:only-child {color: currentColor;}
|
|
266
|
-
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {background: transparent;}
|
|
267
|
-
.ant-btn-dangerous.ant-btn-link[disabled], .ant-btn-dangerous.ant-btn-link[disabled]:hover, .ant-btn-dangerous.ant-btn-link[disabled]:focus, .ant-btn-dangerous.ant-btn-link[disabled]:active {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;border-color: #d9d9d9;box-shadow: none;}
|
|
268
|
-
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child, .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child, .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child, .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {color: currentColor;}
|
|
269
|
-
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after, .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after, .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {background: transparent;}
|
|
270
|
-
.ant-btn-dangerous.ant-btn-link:hover, .ant-btn-dangerous.ant-btn-link:focus {color: #ff7875;background: transparent;border-color: transparent;}
|
|
271
|
-
.ant-btn-dangerous.ant-btn-link:hover > a:only-child, .ant-btn-dangerous.ant-btn-link:focus > a:only-child {color: currentColor;}
|
|
272
|
-
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {background: transparent;}
|
|
273
|
-
.ant-btn-dangerous.ant-btn-link:active {color: #d9363e;background: transparent;border-color: transparent;}
|
|
274
|
-
.ant-btn-dangerous.ant-btn-link:active > a:only-child {color: currentColor;}
|
|
275
|
-
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {background: transparent;}
|
|
276
|
-
.ant-btn-dangerous.ant-btn-link[disabled], .ant-btn-dangerous.ant-btn-link[disabled]:hover, .ant-btn-dangerous.ant-btn-link[disabled]:focus, .ant-btn-dangerous.ant-btn-link[disabled]:active {color: rgba(0, 0, 0, 0.25);background: transparent;border-color: transparent;box-shadow: none;}
|
|
277
|
-
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child, .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child, .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child, .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {color: currentColor;}
|
|
278
|
-
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after, .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after, .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {background: transparent;}
|
|
279
|
-
.ant-btn-dangerous.ant-btn-text {color: #ff4d4f;background: transparent;border-color: transparent;box-shadow: none;}
|
|
280
|
-
.ant-btn-dangerous.ant-btn-text > a:only-child {color: currentColor;}
|
|
281
|
-
.ant-btn-dangerous.ant-btn-text > a:only-child::after {background: transparent;}
|
|
282
|
-
.ant-btn-dangerous.ant-btn-text:hover, .ant-btn-dangerous.ant-btn-text:focus {color: color(~`colorPalette("@{primary-color}", 5)`);background: transparent;border-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
283
|
-
.ant-btn-dangerous.ant-btn-text:hover > a:only-child, .ant-btn-dangerous.ant-btn-text:focus > a:only-child {color: currentColor;}
|
|
284
|
-
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {background: transparent;}
|
|
285
|
-
.ant-btn-dangerous.ant-btn-text:active {color: color(~`colorPalette("@{primary-color}", 7)`);background: transparent;border-color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
286
|
-
.ant-btn-dangerous.ant-btn-text:active > a:only-child {color: currentColor;}
|
|
287
|
-
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {background: transparent;}
|
|
288
|
-
.ant-btn-dangerous.ant-btn-text[disabled], .ant-btn-dangerous.ant-btn-text[disabled]:hover, .ant-btn-dangerous.ant-btn-text[disabled]:focus, .ant-btn-dangerous.ant-btn-text[disabled]:active {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;border-color: #d9d9d9;box-shadow: none;}
|
|
289
|
-
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child, .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child, .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child, .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {color: currentColor;}
|
|
290
|
-
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after, .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after, .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {background: transparent;}
|
|
291
|
-
.ant-btn-dangerous.ant-btn-text:hover, .ant-btn-dangerous.ant-btn-text:focus {color: #ff7875;background: rgba(0, 0, 0, 0.018);border-color: transparent;}
|
|
292
|
-
.ant-btn-dangerous.ant-btn-text:hover > a:only-child, .ant-btn-dangerous.ant-btn-text:focus > a:only-child {color: currentColor;}
|
|
293
|
-
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {background: transparent;}
|
|
294
|
-
.ant-btn-dangerous.ant-btn-text:active {color: #d9363e;background: rgba(0, 0, 0, 0.028);border-color: transparent;}
|
|
295
|
-
.ant-btn-dangerous.ant-btn-text:active > a:only-child {color: currentColor;}
|
|
296
|
-
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {background: transparent;}
|
|
297
|
-
.ant-btn-dangerous.ant-btn-text[disabled], .ant-btn-dangerous.ant-btn-text[disabled]:hover, .ant-btn-dangerous.ant-btn-text[disabled]:focus, .ant-btn-dangerous.ant-btn-text[disabled]:active {color: rgba(0, 0, 0, 0.25);background: transparent;border-color: transparent;box-shadow: none;}
|
|
298
|
-
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child, .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child, .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child, .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {color: currentColor;}
|
|
299
|
-
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after, .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after, .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {background: transparent;}
|
|
300
|
-
.ant-btn-icon-only {border-radius: 2px;}
|
|
301
|
-
.ant-btn-icon-only.ant-btn-lg {border-radius: 2px;}
|
|
302
|
-
.ant-btn-icon-only.ant-btn-sm {border-radius: 2px;}
|
|
303
|
-
.ant-btn-round {border-radius: 32px;}
|
|
304
|
-
.ant-btn-round.ant-btn-lg {border-radius: 40px;}
|
|
305
|
-
.ant-btn-round.ant-btn-sm {border-radius: 24px;}
|
|
306
|
-
.ant-btn-circle {border-radius: 50%;}
|
|
307
|
-
.ant-btn-circle.ant-btn-lg {border-radius: 50%;}
|
|
308
|
-
.ant-btn-circle.ant-btn-sm {border-radius: 50%;}
|
|
309
|
-
.ant-btn::before {background: #fff;border-radius: inherit;}
|
|
310
|
-
.ant-btn-group-lg > .ant-btn, .ant-btn-group-lg > span > .ant-btn {border-radius: 0;}
|
|
311
|
-
.ant-btn-group-sm > .ant-btn, .ant-btn-group-sm > span > .ant-btn {border-radius: 0;}
|
|
312
|
-
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {border-left-color: transparent;}
|
|
313
|
-
.ant-btn-group .ant-btn {border-radius: 0;}
|
|
314
|
-
.ant-btn-group > .ant-btn:only-child {border-radius: 2px;}
|
|
315
|
-
.ant-btn-group > span:only-child > .ant-btn {border-radius: 2px;}
|
|
316
|
-
.ant-btn-group > .ant-btn:first-child:not(:last-child), .ant-btn-group > span:first-child:not(:last-child) > .ant-btn {border-top-left-radius: 2px;border-bottom-left-radius: 2px;}
|
|
317
|
-
.ant-btn-group > .ant-btn:last-child:not(:first-child), .ant-btn-group > span:last-child:not(:first-child) > .ant-btn {border-top-right-radius: 2px;border-bottom-right-radius: 2px;}
|
|
318
|
-
.ant-btn-group-sm > .ant-btn:only-child {border-radius: 2px;}
|
|
319
|
-
.ant-btn-group-sm > span:only-child > .ant-btn {border-radius: 2px;}
|
|
320
|
-
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child), .ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {border-top-left-radius: 2px;border-bottom-left-radius: 2px;}
|
|
321
|
-
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child), .ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {border-top-right-radius: 2px;border-bottom-right-radius: 2px;}
|
|
322
|
-
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {border-radius: 0;}
|
|
323
|
-
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {border-top-right-radius: 0;border-bottom-right-radius: 0;}
|
|
324
|
-
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {border-top-left-radius: 0;border-bottom-left-radius: 0;}
|
|
325
|
-
.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child), .ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {border-top-left-radius: 0;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 0;}
|
|
326
|
-
.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child), .ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {border-top-left-radius: 2px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 2px;}
|
|
327
|
-
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child), .ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {border-top-left-radius: 0;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 0;}
|
|
328
|
-
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child), .ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {border-top-left-radius: 2px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 2px;}
|
|
329
|
-
.ant-btn-background-ghost {color: #fff;background: transparent !important;border-color: #fff;}
|
|
330
|
-
.ant-btn-background-ghost.ant-btn-primary {color: @primary-color;background: transparent;border-color: @primary-color;}
|
|
331
|
-
.ant-btn-background-ghost.ant-btn-primary > a:only-child {color: currentColor;}
|
|
332
|
-
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {background: transparent;}
|
|
333
|
-
.ant-btn-background-ghost.ant-btn-primary:hover, .ant-btn-background-ghost.ant-btn-primary:focus {color: color(~`colorPalette("@{primary-color}", 5)`);background: transparent;border-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
334
|
-
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child, .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {color: currentColor;}
|
|
335
|
-
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {background: transparent;}
|
|
336
|
-
.ant-btn-background-ghost.ant-btn-primary:active {color: color(~`colorPalette("@{primary-color}", 7)`);background: transparent;border-color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
337
|
-
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {color: currentColor;}
|
|
338
|
-
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {background: transparent;}
|
|
339
|
-
.ant-btn-background-ghost.ant-btn-primary[disabled], .ant-btn-background-ghost.ant-btn-primary[disabled]:hover, .ant-btn-background-ghost.ant-btn-primary[disabled]:focus, .ant-btn-background-ghost.ant-btn-primary[disabled]:active {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;border-color: #d9d9d9;box-shadow: none;}
|
|
340
|
-
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child, .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child, .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child, .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {color: currentColor;}
|
|
341
|
-
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after, .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after, .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {background: transparent;}
|
|
342
|
-
.ant-btn-background-ghost.ant-btn-danger {color: #ff4d4f;background: transparent;border-color: #ff4d4f;}
|
|
343
|
-
.ant-btn-background-ghost.ant-btn-danger > a:only-child {color: currentColor;}
|
|
344
|
-
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {background: transparent;}
|
|
345
|
-
.ant-btn-background-ghost.ant-btn-danger:hover, .ant-btn-background-ghost.ant-btn-danger:focus {color: #ff7875;background: transparent;border-color: #ff7875;}
|
|
346
|
-
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child, .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {color: currentColor;}
|
|
347
|
-
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {background: transparent;}
|
|
348
|
-
.ant-btn-background-ghost.ant-btn-danger:active {color: #d9363e;background: transparent;border-color: #d9363e;}
|
|
349
|
-
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {color: currentColor;}
|
|
350
|
-
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {background: transparent;}
|
|
351
|
-
.ant-btn-background-ghost.ant-btn-danger[disabled], .ant-btn-background-ghost.ant-btn-danger[disabled]:hover, .ant-btn-background-ghost.ant-btn-danger[disabled]:focus, .ant-btn-background-ghost.ant-btn-danger[disabled]:active {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;border-color: #d9d9d9;box-shadow: none;}
|
|
352
|
-
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child, .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child, .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child, .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {color: currentColor;}
|
|
353
|
-
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after, .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after, .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {background: transparent;}
|
|
354
|
-
.ant-btn-background-ghost.ant-btn-dangerous {color: #ff4d4f;background: transparent;border-color: #ff4d4f;}
|
|
355
|
-
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {color: currentColor;}
|
|
356
|
-
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {background: transparent;}
|
|
357
|
-
.ant-btn-background-ghost.ant-btn-dangerous:hover, .ant-btn-background-ghost.ant-btn-dangerous:focus {color: #ff7875;background: transparent;border-color: #ff7875;}
|
|
358
|
-
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child, .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {color: currentColor;}
|
|
359
|
-
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {background: transparent;}
|
|
360
|
-
.ant-btn-background-ghost.ant-btn-dangerous:active {color: #d9363e;background: transparent;border-color: #d9363e;}
|
|
361
|
-
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {color: currentColor;}
|
|
362
|
-
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {background: transparent;}
|
|
363
|
-
.ant-btn-background-ghost.ant-btn-dangerous[disabled], .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover, .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus, .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;border-color: #d9d9d9;box-shadow: none;}
|
|
364
|
-
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child, .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child, .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child, .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {color: currentColor;}
|
|
365
|
-
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after, .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after, .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {background: transparent;}
|
|
366
|
-
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {color: #ff4d4f;background: transparent;border-color: transparent;}
|
|
367
|
-
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {color: currentColor;}
|
|
368
|
-
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {background: transparent;}
|
|
369
|
-
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {color: #ff7875;background: transparent;border-color: transparent;}
|
|
370
|
-
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {color: currentColor;}
|
|
371
|
-
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {background: transparent;}
|
|
372
|
-
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {color: #d9363e;background: transparent;border-color: transparent;}
|
|
373
|
-
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {color: currentColor;}
|
|
374
|
-
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {background: transparent;}
|
|
375
|
-
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled], .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;border-color: #d9d9d9;box-shadow: none;}
|
|
376
|
-
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {color: currentColor;}
|
|
377
|
-
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {background: transparent;}
|
|
378
|
-
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child), .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {border-right-color: color(~`colorPalette("@{primary-color}", 5)`);border-left-color: #d9d9d9;}
|
|
379
|
-
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled], .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {border-right-color: #d9d9d9;border-left-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
380
|
-
.ant-card {color: rgba(0, 0, 0, 0.85);background: #fff;border-radius: 2px;}
|
|
381
|
-
.ant-card-hoverable:hover {border-color: transparent;box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);}
|
|
382
|
-
.ant-card-bordered {border: 1px solid #f0f0f0;}
|
|
383
|
-
.ant-card-head {color: rgba(0, 0, 0, 0.85);background: transparent;border-bottom: 1px solid #f0f0f0;border-radius: 2px 2px 0 0;}
|
|
384
|
-
.ant-card-head .ant-tabs {color: rgba(0, 0, 0, 0.85);}
|
|
385
|
-
.ant-card-head .ant-tabs-bar {border-bottom: 1px solid #f0f0f0;}
|
|
386
|
-
.ant-card-extra {color: rgba(0, 0, 0, 0.85);}
|
|
387
|
-
.ant-card-grid {border: 0;border-radius: 0;box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;}
|
|
388
|
-
.ant-card-grid-hoverable:hover {box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);}
|
|
389
|
-
.ant-card-cover img {border-radius: 2px 2px 0 0;}
|
|
390
|
-
.ant-card-actions {background: #fff;border-top: 1px solid #f0f0f0;}
|
|
391
|
-
.ant-card-actions > li {color: rgba(0, 0, 0, 0.45);}
|
|
7
|
+
.ant-ribbon {background-color: @primary-color;}
|
|
8
|
+
.ant-btn-primary {border-color: @primary-color;background: @primary-color;}
|
|
9
|
+
.ant-btn-link {color: @primary-color;}
|
|
10
|
+
.ant-btn-background-ghost.ant-btn-primary {color: @primary-color;border-color: @primary-color;}
|
|
392
11
|
.ant-card-actions > li > span:hover {color: @primary-color;}
|
|
393
|
-
.ant-card-actions > li > span a:not(.ant-btn), .ant-card-actions > li > span > .anticon {color: rgba(0, 0, 0, 0.45);}
|
|
394
12
|
.ant-card-actions > li > span a:not(.ant-btn):hover, .ant-card-actions > li > span > .anticon:hover {color: @primary-color;}
|
|
395
|
-
.ant-card-actions > li:not(:last-child) {border-right: 1px solid #f0f0f0;}
|
|
396
|
-
.ant-card-rtl .ant-card-actions > li:not(:last-child) {border-right: none;border-left: 1px solid #f0f0f0;}
|
|
397
|
-
.ant-card-type-inner .ant-card-head {background: #fafafa;}
|
|
398
|
-
.ant-card-meta-title {color: rgba(0, 0, 0, 0.85);}
|
|
399
|
-
.ant-card-meta-description {color: rgba(0, 0, 0, 0.45);}
|
|
400
|
-
.ant-card-loading-block {background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));background-size: 600% 600%;border-radius: 2px;}
|
|
401
|
-
.ant-carousel {color: rgba(0, 0, 0, 0.85);}
|
|
402
|
-
.ant-carousel .slick-slider {-webkit-tap-highlight-color: transparent;}
|
|
403
|
-
.ant-carousel .slick-prev, .ant-carousel .slick-next {color: transparent;background: transparent;border: 0;}
|
|
404
|
-
.ant-carousel .slick-prev:hover, .ant-carousel .slick-next:hover, .ant-carousel .slick-prev:focus, .ant-carousel .slick-next:focus {color: transparent;background: transparent;}
|
|
405
|
-
.ant-carousel .slick-dots li button {color: transparent;background: #fff;border: 0;border-radius: 1px;}
|
|
406
|
-
.ant-carousel .slick-dots li.slick-active button {background: #fff;}
|
|
407
|
-
.ant-checkbox {color: rgba(0, 0, 0, 0.85);}
|
|
408
13
|
.ant-checkbox-wrapper:hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner, .ant-checkbox-input:focus + .ant-checkbox-inner {border-color: @primary-color;}
|
|
409
|
-
.ant-checkbox-checked::after {border: 1px solid @primary-color;border-radius: 2px;}
|
|
410
|
-
.ant-checkbox-inner {background-color: #fff;border: 1px solid #d9d9d9;border-radius: 2px;border-collapse: separate;}
|
|
411
|
-
.ant-checkbox-inner::after {border: 2px solid #fff;border-top: 0;border-left: 0;}
|
|
412
|
-
.ant-checkbox-checked .ant-checkbox-inner::after {border: 2px solid #fff;border-top: 0;border-left: 0;}
|
|
413
14
|
.ant-checkbox-checked .ant-checkbox-inner {background-color: @primary-color;border-color: @primary-color;}
|
|
414
|
-
.ant-checkbox-
|
|
415
|
-
.ant-checkbox-disabled .ant-checkbox-inner {background-color: #f5f5f5;border-color: #d9d9d9 !important;}
|
|
416
|
-
.ant-checkbox-disabled .ant-checkbox-inner::after {border-color: #f5f5f5;border-collapse: separate;}
|
|
417
|
-
.ant-checkbox-disabled + span {color: rgba(0, 0, 0, 0.25);}
|
|
418
|
-
.ant-checkbox-wrapper {color: rgba(0, 0, 0, 0.85);}
|
|
419
|
-
.ant-checkbox-group {color: rgba(0, 0, 0, 0.85);}
|
|
420
|
-
.ant-checkbox-indeterminate .ant-checkbox-inner {background-color: #fff;border-color: #d9d9d9;}
|
|
421
|
-
.ant-checkbox-indeterminate .ant-checkbox-inner::after {background-color: @primary-color;border: 0;}
|
|
422
|
-
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {background-color: rgba(0, 0, 0, 0.25);border-color: rgba(0, 0, 0, 0.25);}
|
|
423
|
-
.ant-collapse {color: rgba(0, 0, 0, 0.85);background-color: #fafafa;border: 1px solid #d9d9d9;border-bottom: 0;border-radius: 2px;}
|
|
424
|
-
.ant-collapse > .ant-collapse-item {border-bottom: 1px solid #d9d9d9;}
|
|
425
|
-
.ant-collapse > .ant-collapse-item:last-child, .ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {border-radius: 0 0 2px 2px;}
|
|
426
|
-
.ant-collapse > .ant-collapse-item > .ant-collapse-header {color: rgba(0, 0, 0, 0.85);}
|
|
427
|
-
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {color: inherit;}
|
|
428
|
-
.ant-collapse-content {color: rgba(0, 0, 0, 0.85);background-color: #fff;border-top: 1px solid #d9d9d9;}
|
|
429
|
-
.ant-collapse-item:last-child > .ant-collapse-content {border-radius: 0 0 2px 2px;}
|
|
430
|
-
.ant-collapse-borderless {background-color: #fafafa;border: 0;}
|
|
431
|
-
.ant-collapse-borderless > .ant-collapse-item {border-bottom: 1px solid #d9d9d9;}
|
|
432
|
-
.ant-collapse-borderless > .ant-collapse-item:last-child, .ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {border-radius: 0;}
|
|
433
|
-
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {background-color: transparent;border-top: 0;}
|
|
434
|
-
.ant-collapse-ghost {background-color: transparent;border: 0;}
|
|
435
|
-
.ant-collapse-ghost > .ant-collapse-item {border-bottom: 0;}
|
|
436
|
-
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {background-color: transparent;border-top: 0;}
|
|
437
|
-
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header, .ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {color: rgba(0, 0, 0, 0.25);}
|
|
438
|
-
.ant-comment {background-color: inherit;}
|
|
439
|
-
.ant-comment-avatar img {border-radius: 50%;}
|
|
440
|
-
.ant-comment-content-author-name {color: rgba(0, 0, 0, 0.45);}
|
|
441
|
-
.ant-comment-content-author-name > * {color: rgba(0, 0, 0, 0.45);}
|
|
442
|
-
.ant-comment-content-author-name > *:hover {color: rgba(0, 0, 0, 0.45);}
|
|
443
|
-
.ant-comment-content-author-time {color: #ccc;}
|
|
444
|
-
.ant-comment-actions > li {color: rgba(0, 0, 0, 0.45);}
|
|
445
|
-
.ant-comment-actions > li > span {color: rgba(0, 0, 0, 0.45);}
|
|
446
|
-
.ant-comment-actions > li > span:hover {color: #595959;}
|
|
447
|
-
.ant-picker {color: rgba(0, 0, 0, 0.85);background: #fff;border: 1px solid #d9d9d9;border-radius: 2px;}
|
|
448
|
-
.ant-picker:hover, .ant-picker-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;}
|
|
449
|
-
.ant-input-rtl .ant-picker:hover, .ant-input-rtl .ant-picker-focused {border-right-width: 0;border-left-width: 1px !important;}
|
|
450
|
-
.ant-picker-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(76, 169, 165, 0.2);}
|
|
451
|
-
.ant-input-rtl .ant-picker-focused {border-right-width: 0;border-left-width: 1px !important;}
|
|
452
|
-
.ant-picker.ant-picker-disabled {background: #f5f5f5;border-color: #d9d9d9;}
|
|
453
|
-
.ant-picker.ant-picker-disabled .ant-picker-suffix {color: rgba(0, 0, 0, 0.25);}
|
|
454
|
-
.ant-picker.ant-picker-borderless {background-color: transparent !important;border-color: transparent !important;box-shadow: none !important;}
|
|
455
|
-
.ant-picker-input > input {color: rgba(0, 0, 0, 0.85);background-color: #fff;background-image: none;border: 1px solid #d9d9d9;border-radius: 2px;background: transparent;border: 0;}
|
|
456
|
-
.ant-picker-input > input::placeholder {color: #bfbfbf;}
|
|
457
|
-
.ant-picker-input > input::placeholder {color: #bfbfbf;}
|
|
458
|
-
.ant-picker-input > input:hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;}
|
|
459
|
-
.ant-input-rtl .ant-picker-input > input:hover {border-right-width: 0;border-left-width: 1px !important;}
|
|
460
|
-
.ant-picker-input > input:focus, .ant-picker-input > input-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(76, 169, 165, 0.2);}
|
|
461
|
-
.ant-input-rtl .ant-picker-input > input:focus, .ant-input-rtl .ant-picker-input > input-focused {border-right-width: 0;border-left-width: 1px !important;}
|
|
462
|
-
.ant-picker-input > input-disabled {background-color: #f5f5f5;color: rgba(0, 0, 0, 0.25);}
|
|
463
|
-
.ant-picker-input > input-disabled:hover {border-color: #d9d9d9;border-right-width: 1px !important;}
|
|
464
|
-
.ant-picker-input > input[disabled] {background-color: #f5f5f5;color: rgba(0, 0, 0, 0.25);}
|
|
465
|
-
.ant-picker-input > input[disabled]:hover {border-color: #d9d9d9;border-right-width: 1px !important;}
|
|
466
|
-
.ant-picker-input > input-borderless, .ant-picker-input > input-borderless:hover, .ant-picker-input > input-borderless:focus, .ant-picker-input > input-borderless-focused, .ant-picker-input > input-borderless-disabled, .ant-picker-input > input-borderless[disabled] {background-color: transparent;border: none;box-shadow: none;}
|
|
467
|
-
.ant-picker-input > input:focus {box-shadow: none;}
|
|
468
|
-
.ant-picker-input > input[disabled] {background: transparent;}
|
|
469
|
-
.ant-picker-input-placeholder > input {color: #bfbfbf;}
|
|
470
|
-
.ant-picker-suffix {color: rgba(0, 0, 0, 0.25);}
|
|
471
|
-
.ant-picker-clear {color: rgba(0, 0, 0, 0.25);background: #fff;}
|
|
472
|
-
.ant-picker-clear:hover {color: rgba(0, 0, 0, 0.45);}
|
|
473
|
-
.ant-picker-separator {color: rgba(0, 0, 0, 0.25);}
|
|
474
|
-
.ant-picker-focused .ant-picker-separator {color: rgba(0, 0, 0, 0.45);}
|
|
15
|
+
.ant-checkbox-indeterminate .ant-checkbox-inner::after {background-color: @primary-color;}
|
|
475
16
|
.ant-picker-range .ant-picker-active-bar {background: @primary-color;}
|
|
476
|
-
.ant-picker-
|
|
477
|
-
.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {color: @primary-color;background: color(~`colorPalette("@{primary-color}", 1)`);border-color: color(~`colorPalette("@{primary-color}", 3)`);}
|
|
478
|
-
.ant-picker-range-arrow {box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);}
|
|
479
|
-
.ant-picker-range-arrow::after {border: 5px solid #f0f0f0;border-color: #fff #fff transparent transparent;}
|
|
480
|
-
.ant-picker-panel-container {background: #fff;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);}
|
|
481
|
-
.ant-picker-panel-container .ant-picker-panel {background: transparent;border-width: 0 0 1px 0;border-radius: 0;}
|
|
482
|
-
.ant-picker-panel-container .ant-picker-panel-focused {border-color: #f0f0f0;}
|
|
483
|
-
.ant-picker-panel {background: #fff;border: 1px solid #f0f0f0;border-radius: 2px;}
|
|
17
|
+
.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {color: @primary-color;}
|
|
484
18
|
.ant-picker-panel-focused {border-color: @primary-color;}
|
|
485
|
-
.ant-picker-header {color: rgba(0, 0, 0, 0.85);border-bottom: 1px solid #f0f0f0;}
|
|
486
|
-
.ant-picker-header button {color: rgba(0, 0, 0, 0.25);background: transparent;border: 0;}
|
|
487
|
-
.ant-picker-header > button:hover {color: rgba(0, 0, 0, 0.85);}
|
|
488
|
-
.ant-picker-header-view button {color: inherit;}
|
|
489
19
|
.ant-picker-header-view button:hover {color: @primary-color;}
|
|
490
|
-
.ant-picker-
|
|
491
|
-
.ant-picker-super-prev-icon::after, .ant-picker-super-next-icon::after {border: 0 solid currentColor;border-width: 1.5px 0 0 1.5px;}
|
|
492
|
-
.ant-picker-content {border-collapse: collapse;}
|
|
493
|
-
.ant-picker-content th {color: rgba(0, 0, 0, 0.85);}
|
|
494
|
-
.ant-picker-cell {color: rgba(0, 0, 0, 0.25);}
|
|
495
|
-
.ant-picker-cell-in-view {color: rgba(0, 0, 0, 0.85);}
|
|
496
|
-
.ant-picker-cell .ant-picker-cell-inner {border-radius: 2px;}
|
|
497
|
-
.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner, .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {background: #f5f5f5;}
|
|
498
|
-
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {border: 1px solid @primary-color;border-radius: 2px;}
|
|
499
|
-
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {background: color(~`colorPalette("@{primary-color}", 1)`);}
|
|
500
|
-
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner, .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner, .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {color: #fff;background: @primary-color;}
|
|
501
|
-
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before, .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {background: color(~`colorPalette("@{primary-color}", 1)`);}
|
|
502
|
-
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {border-top: 1px dashed #8fccca;border-bottom: 1px dashed #8fccca;}
|
|
503
|
-
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before, .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before, .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before, .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before, .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before, .ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before, .ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {background: #c3e4e3;}
|
|
504
|
-
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {border-radius: 2px 0 0 2px;}
|
|
505
|
-
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {border-radius: 0 2px 2px 0;}
|
|
506
|
-
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after, .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {background: #c3e4e3;}
|
|
507
|
-
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
|
|
508
|
-
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after, .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {border-left: 1px dashed #8fccca;border-top-left-radius: 2px;border-bottom-left-radius: 2px;}
|
|
509
|
-
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
|
|
510
|
-
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after, .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {border-right: 1px dashed #8fccca;border-top-right-radius: 2px;border-bottom-right-radius: 2px;}
|
|
511
|
-
.ant-picker-cell-disabled .ant-picker-cell-inner {color: rgba(0, 0, 0, 0.25);background: transparent;}
|
|
512
|
-
.ant-picker-cell-disabled::before {background: #f5f5f5;}
|
|
513
|
-
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {border-color: rgba(0, 0, 0, 0.25);}
|
|
514
|
-
.ant-picker-decade-panel .ant-picker-cell-disabled .ant-picker-cell-inner, .ant-picker-year-panel .ant-picker-cell-disabled .ant-picker-cell-inner, .ant-picker-quarter-panel .ant-picker-cell-disabled .ant-picker-cell-inner, .ant-picker-month-panel .ant-picker-cell-disabled .ant-picker-cell-inner {background: #f5f5f5;}
|
|
515
|
-
.ant-picker-footer {border-bottom: 1px solid transparent;}
|
|
516
|
-
.ant-picker-panel .ant-picker-footer {border-top: 1px solid #f0f0f0;}
|
|
517
|
-
.ant-picker-footer-extra:not(:last-child) {border-bottom: 1px solid #f0f0f0;}
|
|
20
|
+
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner, .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner, .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {background: @primary-color;}
|
|
518
21
|
.ant-picker-today-btn {color: @primary-color;}
|
|
519
|
-
.ant-picker-today-btn:hover {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
520
|
-
.ant-picker-today-btn:active {color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
521
|
-
.ant-picker-today-btn.ant-picker-today-btn-disabled {color: rgba(0, 0, 0, 0.25);}
|
|
522
|
-
.ant-picker-year-panel .ant-picker-cell-range-hover-start::after, .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after, .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {border-left: 1px dashed #8fccca;border-radius: 2px 0 0 2px;}
|
|
523
|
-
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after, .ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after, .ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {border-right: 1px dashed #8fccca;border-radius: 0 2px 2px 0;}
|
|
524
|
-
.ant-picker-year-panel .ant-picker-cell-range-hover-end::after, .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after, .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {border-right: 1px dashed #8fccca;border-radius: 0 2px 2px 0;}
|
|
525
|
-
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after, .ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after, .ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {border-left: 1px dashed #8fccca;border-radius: 2px 0 0 2px;}
|
|
526
|
-
.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner, .ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner, .ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {background: transparent !important;}
|
|
527
|
-
.ant-picker-week-panel-row:hover td {background: #f5f5f5;}
|
|
528
22
|
.ant-picker-week-panel-row-selected td, .ant-picker-week-panel-row-selected:hover td {background: @primary-color;}
|
|
529
|
-
.ant-
|
|
530
|
-
.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before, .ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {border-color: #fff;}
|
|
531
|
-
.ant-picker-week-panel-row-selected td .ant-picker-cell-inner, .ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {color: #fff;}
|
|
532
|
-
.ant-picker-datetime-panel .ant-picker-time-panel {border-left: 1px solid #f0f0f0;}
|
|
533
|
-
.ant-picker-time-panel-column:not(:first-child) {border-left: 1px solid #f0f0f0;}
|
|
534
|
-
.ant-picker-time-panel-column-active {background: rgba(218, 232, 229, 0.2);}
|
|
535
|
-
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {color: rgba(0, 0, 0, 0.85);border-radius: 0;}
|
|
536
|
-
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {background: #f5f5f5;}
|
|
537
|
-
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {background: color(~`colorPalette("@{primary-color}", 1)`);}
|
|
538
|
-
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {color: rgba(0, 0, 0, 0.25);background: transparent;}
|
|
539
|
-
.ant-picker-cell .ant-picker-cell-inner {border-radius: 2px;}
|
|
540
|
-
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {border-radius: 0 2px 2px 0;}
|
|
541
|
-
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {border-radius: 2px 0 0 2px;}
|
|
542
|
-
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {border-right: 1px dashed #8fccca;border-left: none;border-top-left-radius: 0;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 0;}
|
|
543
|
-
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {border-right: none;border-left: 1px dashed #8fccca;border-top-left-radius: 2px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 2px;}
|
|
544
|
-
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after, .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover)::after, .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after, .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {border-right: 1px dashed #8fccca;border-left: 1px dashed #8fccca;border-radius: 2px;}
|
|
545
|
-
.ant-picker-inline {border: none;}
|
|
546
|
-
.ant-descriptions-title {color: rgba(0, 0, 0, 0.85);}
|
|
547
|
-
.ant-descriptions-extra {color: rgba(0, 0, 0, 0.85);}
|
|
548
|
-
.ant-descriptions-view {border-radius: 2px;}
|
|
549
|
-
.ant-descriptions-row:last-child {border-bottom: none;}
|
|
550
|
-
.ant-descriptions-item-label {color: rgba(0, 0, 0, 0.85);}
|
|
551
|
-
.ant-descriptions-item-content {color: rgba(0, 0, 0, 0.85);}
|
|
552
|
-
.ant-descriptions-bordered .ant-descriptions-view {border: 1px solid #f0f0f0;}
|
|
553
|
-
.ant-descriptions-bordered .ant-descriptions-item-label, .ant-descriptions-bordered .ant-descriptions-item-content {border-right: 1px solid #f0f0f0;}
|
|
554
|
-
.ant-descriptions-bordered .ant-descriptions-item-label:last-child, .ant-descriptions-bordered .ant-descriptions-item-content:last-child {border-right: none;}
|
|
555
|
-
.ant-descriptions-bordered .ant-descriptions-item-label {background-color: #fafafa;}
|
|
556
|
-
.ant-descriptions-bordered .ant-descriptions-row {border-bottom: 1px solid #f0f0f0;}
|
|
557
|
-
.ant-descriptions-bordered .ant-descriptions-row:last-child {border-bottom: none;}
|
|
558
|
-
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label, .ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content {border-right: none;border-left: 1px solid #f0f0f0;}
|
|
559
|
-
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label:last-child, .ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content:last-child {border-left: none;}
|
|
560
|
-
.ant-divider {color: rgba(0, 0, 0, 0.85);border-top: 1px solid rgba(0, 0, 0, 0.06);}
|
|
561
|
-
.ant-divider-vertical {border-top: 0;border-left: 1px solid rgba(0, 0, 0, 0.06);}
|
|
562
|
-
.ant-divider-horizontal.ant-divider-with-text {color: rgba(0, 0, 0, 0.85);border-top: 0;border-top-color: rgba(0, 0, 0, 0.06);}
|
|
563
|
-
.ant-divider-horizontal.ant-divider-with-text::before, .ant-divider-horizontal.ant-divider-with-text::after {border-top: 1px solid transparent;border-top-color: inherit;border-bottom: 0;}
|
|
564
|
-
.ant-divider-dashed {background: none;border-color: rgba(0, 0, 0, 0.06);border-style: dashed;border-width: 1px 0 0;}
|
|
565
|
-
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {border-top: 0;}
|
|
566
|
-
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before, .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {border-style: dashed none none;}
|
|
567
|
-
.ant-divider-vertical.ant-divider-dashed {border-width: 0 0 0 1px;}
|
|
568
|
-
.ant-divider-plain.ant-divider-with-text {color: rgba(0, 0, 0, 0.85);}
|
|
569
|
-
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);}
|
|
570
|
-
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);}
|
|
571
|
-
.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);}
|
|
572
|
-
.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);}
|
|
573
|
-
.ant-drawer-title {color: rgba(0, 0, 0, 0.85);}
|
|
574
|
-
.ant-drawer-content {background-color: #fff;background-clip: padding-box;border: 0;}
|
|
575
|
-
.ant-drawer-close {color: rgba(0, 0, 0, 0.45);background: transparent;border: 0;}
|
|
576
|
-
.ant-drawer-close:focus, .ant-drawer-close:hover {color: rgba(0, 0, 0, 0.75);}
|
|
577
|
-
.ant-drawer-header {color: rgba(0, 0, 0, 0.85);background: #fff;border-bottom: 1px solid #f0f0f0;border-radius: 2px 2px 0 0;}
|
|
578
|
-
.ant-drawer-header-no-title {color: rgba(0, 0, 0, 0.85);background: #fff;}
|
|
579
|
-
.ant-drawer-footer {border-top: 1px solid #f0f0f0;}
|
|
580
|
-
.ant-drawer-mask {background-color: rgba(0, 0, 0, 0.45);}
|
|
581
|
-
.ant-drawer-open-content {box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);}
|
|
582
|
-
.ant-drawer .ant-picker-clear {background: #fff;}
|
|
583
|
-
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {color: #ff4d4f;}
|
|
584
|
-
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {color: #fff;background-color: #ff4d4f;}
|
|
585
|
-
.ant-dropdown {color: rgba(0, 0, 0, 0.85);}
|
|
586
|
-
.ant-dropdown-arrow {background: transparent;border-style: solid;border-width: 4.24264069px;}
|
|
587
|
-
.ant-dropdown-placement-topCenter > .ant-dropdown-arrow, .ant-dropdown-placement-topLeft > .ant-dropdown-arrow, .ant-dropdown-placement-topRight > .ant-dropdown-arrow {border-top-color: transparent;border-right-color: #fff;border-bottom-color: #fff;border-left-color: transparent;box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);}
|
|
588
|
-
.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow, .ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow, .ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {border-top-color: #fff;border-right-color: transparent;border-bottom-color: transparent;border-left-color: #fff;box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);}
|
|
589
|
-
.ant-dropdown-menu {background-color: #fff;background-clip: padding-box;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);}
|
|
590
|
-
.ant-dropdown-menu-item-group-title {color: rgba(0, 0, 0, 0.45);}
|
|
591
|
-
.ant-dropdown-menu-submenu-popup {background: transparent;box-shadow: none;}
|
|
592
|
-
.ant-dropdown-menu-item, .ant-dropdown-menu-submenu-title {color: rgba(0, 0, 0, 0.85);}
|
|
593
|
-
.ant-dropdown-menu-item > a, .ant-dropdown-menu-submenu-title > a {color: rgba(0, 0, 0, 0.85);}
|
|
594
|
-
.ant-dropdown-menu-item > a:hover, .ant-dropdown-menu-submenu-title > a:hover {color: rgba(0, 0, 0, 0.85);}
|
|
595
|
-
.ant-dropdown-menu-item > .anticon + span > a, .ant-dropdown-menu-submenu-title > .anticon + span > a {color: rgba(0, 0, 0, 0.85);}
|
|
596
|
-
.ant-dropdown-menu-item > .anticon + span > a:hover, .ant-dropdown-menu-submenu-title > .anticon + span > a:hover {color: rgba(0, 0, 0, 0.85);}
|
|
597
|
-
.ant-dropdown-menu-item-selected, .ant-dropdown-menu-submenu-title-selected, .ant-dropdown-menu-item-selected > a, .ant-dropdown-menu-submenu-title-selected > a {color: @primary-color;background-color: color(~`colorPalette("@{primary-color}", 1)`);}
|
|
598
|
-
.ant-dropdown-menu-item:hover, .ant-dropdown-menu-submenu-title:hover {background-color: #f5f5f5;}
|
|
599
|
-
.ant-dropdown-menu-item-disabled, .ant-dropdown-menu-submenu-title-disabled {color: rgba(0, 0, 0, 0.25);}
|
|
600
|
-
.ant-dropdown-menu-item-disabled:hover, .ant-dropdown-menu-submenu-title-disabled:hover {color: rgba(0, 0, 0, 0.25);background-color: #fff;}
|
|
601
|
-
.ant-dropdown-menu-item-disabled > .anticon + span > a, .ant-dropdown-menu-submenu-title-disabled > .anticon + span > a, .ant-dropdown-menu-item-disabled > a, .ant-dropdown-menu-submenu-title-disabled > a {color: rgba(0, 0, 0, 0.25);}
|
|
602
|
-
.ant-dropdown-menu-item-divider, .ant-dropdown-menu-submenu-title-divider {background-color: #f0f0f0;}
|
|
603
|
-
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon, .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {color: rgba(0, 0, 0, 0.45);}
|
|
604
|
-
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title, .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {color: rgba(0, 0, 0, 0.25);background-color: #fff;}
|
|
23
|
+
.ant-dropdown-menu-item-selected, .ant-dropdown-menu-submenu-title-selected {color: @primary-color;}
|
|
605
24
|
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {color: @primary-color;}
|
|
606
|
-
.ant-dropdown-menu-dark, .ant-dropdown-menu-dark .ant-dropdown-menu {background:
|
|
607
|
-
.ant-dropdown-menu-dark .ant-dropdown-menu-item, .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title, .ant-dropdown-menu-dark .ant-dropdown-menu-item > a, .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a {color: rgba(255, 255, 255, 0.65);}
|
|
608
|
-
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after, .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after, .ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after, .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow::after {color: rgba(255, 255, 255, 0.65);}
|
|
609
|
-
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover, .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover, .ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover, .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {color: #fff;background: transparent;}
|
|
610
|
-
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected, .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover, .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {color: #fff;background: @primary-color;}
|
|
611
|
-
.ant-empty-normal {color: rgba(0, 0, 0, 0.25);}
|
|
612
|
-
.ant-empty-small {color: rgba(0, 0, 0, 0.25);}
|
|
613
|
-
.ant-input-affix-wrapper {color: rgba(0, 0, 0, 0.85);background-color: #fff;background-image: none;border: 1px solid #d9d9d9;border-radius: 2px;}
|
|
614
|
-
.ant-input-affix-wrapper::placeholder {color: #bfbfbf;}
|
|
615
|
-
.ant-input-affix-wrapper::placeholder {color: #bfbfbf;}
|
|
616
|
-
.ant-input-affix-wrapper:hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;}
|
|
617
|
-
.ant-input-rtl .ant-input-affix-wrapper:hover {border-right-width: 0;border-left-width: 1px !important;}
|
|
618
|
-
.ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(76, 169, 165, 0.2);}
|
|
619
|
-
.ant-input-rtl .ant-input-affix-wrapper:focus, .ant-input-rtl .ant-input-affix-wrapper-focused {border-right-width: 0;border-left-width: 1px !important;}
|
|
620
|
-
.ant-input-affix-wrapper-disabled {background-color: #f5f5f5;color: rgba(0, 0, 0, 0.25);}
|
|
621
|
-
.ant-input-affix-wrapper-disabled:hover {border-color: #d9d9d9;border-right-width: 1px !important;}
|
|
622
|
-
.ant-input-affix-wrapper[disabled] {background-color: #f5f5f5;color: rgba(0, 0, 0, 0.25);}
|
|
623
|
-
.ant-input-affix-wrapper[disabled]:hover {border-color: #d9d9d9;border-right-width: 1px !important;}
|
|
624
|
-
.ant-input-affix-wrapper-borderless, .ant-input-affix-wrapper-borderless:hover, .ant-input-affix-wrapper-borderless:focus, .ant-input-affix-wrapper-borderless-focused, .ant-input-affix-wrapper-borderless-disabled, .ant-input-affix-wrapper-borderless[disabled] {background-color: transparent;border: none;box-shadow: none;}
|
|
625
|
-
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;}
|
|
626
|
-
.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {border-right-width: 0;border-left-width: 1px !important;}
|
|
627
|
-
.ant-input-affix-wrapper-disabled .ant-input[disabled] {background: transparent;}
|
|
628
|
-
.ant-input-affix-wrapper > input.ant-input {border: none;}
|
|
629
|
-
.ant-input-affix-wrapper > input.ant-input:focus {box-shadow: none;}
|
|
630
|
-
.ant-input-clear-icon {color: rgba(0, 0, 0, 0.25);}
|
|
631
|
-
.ant-input-clear-icon:hover {color: rgba(0, 0, 0, 0.45);}
|
|
632
|
-
.ant-input-clear-icon:active {color: rgba(0, 0, 0, 0.85);}
|
|
633
|
-
.ant-input-affix-wrapper-textarea-with-clear-btn {border: 0 !important;}
|
|
634
|
-
.ant-input {color: rgba(0, 0, 0, 0.85);background-color: #fff;background-image: none;border: 1px solid #d9d9d9;border-radius: 2px;}
|
|
635
|
-
.ant-input::placeholder {color: #bfbfbf;}
|
|
636
|
-
.ant-input::placeholder {color: #bfbfbf;}
|
|
637
|
-
.ant-input:hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;}
|
|
638
|
-
.ant-input-rtl .ant-input:hover {border-right-width: 0;border-left-width: 1px !important;}
|
|
639
|
-
.ant-input:focus, .ant-input-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(76, 169, 165, 0.2);}
|
|
640
|
-
.ant-input-rtl .ant-input:focus, .ant-input-rtl .ant-input-focused {border-right-width: 0;border-left-width: 1px !important;}
|
|
641
|
-
.ant-input-disabled {background-color: #f5f5f5;color: rgba(0, 0, 0, 0.25);}
|
|
642
|
-
.ant-input-disabled:hover {border-color: #d9d9d9;border-right-width: 1px !important;}
|
|
643
|
-
.ant-input[disabled] {background-color: #f5f5f5;color: rgba(0, 0, 0, 0.25);}
|
|
644
|
-
.ant-input[disabled]:hover {border-color: #d9d9d9;border-right-width: 1px !important;}
|
|
645
|
-
.ant-input-borderless, .ant-input-borderless:hover, .ant-input-borderless:focus, .ant-input-borderless-focused, .ant-input-borderless-disabled, .ant-input-borderless[disabled] {background-color: transparent;border: none;box-shadow: none;}
|
|
646
|
-
.ant-input-group {color: rgba(0, 0, 0, 0.85);border-collapse: separate;border-spacing: 0;}
|
|
647
|
-
.ant-input-group-addon:not(:first-child):not(:last-child), .ant-input-group-wrap:not(:first-child):not(:last-child), .ant-input-group > .ant-input:not(:first-child):not(:last-child) {border-radius: 0;}
|
|
648
|
-
.ant-input-group .ant-input:focus {border-right-width: 1px;}
|
|
649
|
-
.ant-input-group .ant-input:hover {border-right-width: 1px;}
|
|
650
|
-
.ant-input-group-addon {color: rgba(0, 0, 0, 0.85);background-color: #fafafa;border: 1px solid #d9d9d9;border-radius: 2px;}
|
|
651
|
-
.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {background-color: inherit;border: 1px solid transparent;box-shadow: none;}
|
|
25
|
+
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected, .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover, .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {background: @primary-color;}
|
|
652
26
|
.ant-input-group-addon .ant-select-open .ant-select-selector, .ant-input-group-addon .ant-select-focused .ant-select-selector {color: @primary-color;}
|
|
653
|
-
.ant-input-group
|
|
654
|
-
.ant-
|
|
655
|
-
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {border-top-left-radius: 0;border-bottom-left-radius: 0;}
|
|
656
|
-
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {border-top-right-radius: 0;border-bottom-right-radius: 0;}
|
|
657
|
-
.ant-input-group-addon:first-child {border-right: 0;}
|
|
658
|
-
.ant-input-group-addon:last-child {border-left: 0;}
|
|
659
|
-
.ant-input-group > .ant-input:last-child, .ant-input-group-addon:last-child {border-top-left-radius: 0;border-bottom-left-radius: 0;}
|
|
660
|
-
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selector, .ant-input-group-addon:last-child .ant-select .ant-select-selector {border-top-left-radius: 0;border-bottom-left-radius: 0;}
|
|
661
|
-
.ant-input-group .ant-input-affix-wrapper:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0;}
|
|
662
|
-
.ant-input-group .ant-input-affix-wrapper:not(:last-child) {border-top-right-radius: 0;border-bottom-right-radius: 0;}
|
|
663
|
-
.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child) {border-top-left-radius: 2px;border-bottom-left-radius: 2px;}
|
|
664
|
-
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child), .ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child), .ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {border-right-width: 1px;}
|
|
665
|
-
.ant-input-group.ant-input-group-compact > * {border-radius: 0;}
|
|
666
|
-
.ant-input-group.ant-input-group-compact > *:not(:last-child) {border-right-width: 1px;}
|
|
667
|
-
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector, .ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input, .ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input, .ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {border-right-width: 1px;border-radius: 0;}
|
|
668
|
-
.ant-input-group.ant-input-group-compact > *:first-child, .ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {border-top-left-radius: 2px;border-bottom-left-radius: 2px;}
|
|
669
|
-
.ant-input-group.ant-input-group-compact > *:last-child, .ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {border-right-width: 1px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;}
|
|
670
|
-
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {border-radius: 0;}
|
|
671
|
-
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {border-radius: 0;}
|
|
672
|
-
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {border-radius: 2px 0 0 2px;}
|
|
673
|
-
.ant-input-group > .ant-input-rtl:first-child, .ant-input-group-rtl .ant-input-group-addon:first-child {border-radius: 0 2px 2px 0;}
|
|
674
|
-
.ant-input-group-rtl .ant-input-group-addon:first-child {border-right: 1px solid #d9d9d9;border-left: 0;}
|
|
675
|
-
.ant-input-group-rtl .ant-input-group-addon:last-child {border-right: 0;border-left: 1px solid #d9d9d9;}
|
|
676
|
-
.ant-input-group-rtl.ant-input-group > .ant-input:last-child, .ant-input-group-rtl.ant-input-group-addon:last-child {border-radius: 2px 0 0 2px;}
|
|
677
|
-
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) {border-radius: 2px 0 0 2px;}
|
|
678
|
-
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {border-radius: 0 2px 2px 0;}
|
|
679
|
-
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:not(:last-child) {border-left-width: 1px;}
|
|
680
|
-
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:first-child, .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {border-radius: 0 2px 2px 0;}
|
|
681
|
-
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:last-child, .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {border-left-width: 1px;border-radius: 2px 0 0 2px;}
|
|
682
|
-
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {border-radius: 0 2px 2px 0;}
|
|
683
|
-
.ant-input-password-icon {color: rgba(0, 0, 0, 0.45);}
|
|
684
|
-
.ant-input-password-icon:hover {color: rgba(0, 0, 0, 0.85);}
|
|
685
|
-
.ant-input-textarea-show-count::after {color: rgba(0, 0, 0, 0.45);}
|
|
686
|
-
.ant-input-search .ant-input:hover, .ant-input-search .ant-input:focus {border-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
687
|
-
.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary), .ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {border-left-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
688
|
-
.ant-input-search .ant-input-affix-wrapper {border-radius: 0;}
|
|
689
|
-
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {border: 0;}
|
|
690
|
-
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {border-radius: 0 2px 2px 0;}
|
|
691
|
-
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {color: rgba(0, 0, 0, 0.45);}
|
|
692
|
-
.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl > input.ant-input {border: none;}
|
|
693
|
-
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary), .ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {border-right-color: color(~`colorPalette("@{primary-color}", 5)`);border-left-color: #d9d9d9;}
|
|
694
|
-
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover, .ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {border-right-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
695
|
-
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon .ant-input-search-button {border-radius: 2px 0 0 2px;}
|
|
696
|
-
.ant-input-number {color: rgba(0, 0, 0, 0.85);background-color: #fff;background-image: none;border: 1px solid #d9d9d9;border-radius: 2px;}
|
|
697
|
-
.ant-input-number::placeholder {color: #bfbfbf;}
|
|
698
|
-
.ant-input-number::placeholder {color: #bfbfbf;}
|
|
699
|
-
.ant-input-number:hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;}
|
|
700
|
-
.ant-input-rtl .ant-input-number:hover {border-right-width: 0;border-left-width: 1px !important;}
|
|
701
|
-
.ant-input-number:focus, .ant-input-number-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(76, 169, 165, 0.2);}
|
|
702
|
-
.ant-input-rtl .ant-input-number:focus, .ant-input-rtl .ant-input-number-focused {border-right-width: 0;border-left-width: 1px !important;}
|
|
703
|
-
.ant-input-number-disabled {background-color: #f5f5f5;color: rgba(0, 0, 0, 0.25);}
|
|
704
|
-
.ant-input-number-disabled:hover {border-color: #d9d9d9;border-right-width: 1px !important;}
|
|
705
|
-
.ant-input-number[disabled] {background-color: #f5f5f5;color: rgba(0, 0, 0, 0.25);}
|
|
706
|
-
.ant-input-number[disabled]:hover {border-color: #d9d9d9;border-right-width: 1px !important;}
|
|
707
|
-
.ant-input-number-borderless, .ant-input-number-borderless:hover, .ant-input-number-borderless:focus, .ant-input-number-borderless-focused, .ant-input-number-borderless-disabled, .ant-input-number-borderless[disabled] {background-color: transparent;border: none;box-shadow: none;}
|
|
708
|
-
.ant-input-number-handler {color: rgba(0, 0, 0, 0.45);}
|
|
709
|
-
.ant-input-number-handler:active {background: #f4f4f4;}
|
|
710
|
-
.ant-input-number-handler:hover .ant-input-number-handler-up-inner, .ant-input-number-handler:hover .ant-input-number-handler-down-inner {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
711
|
-
.ant-input-number-handler-up-inner, .ant-input-number-handler-down-inner {color: inherit;color: rgba(0, 0, 0, 0.45);}
|
|
712
|
-
.ant-input-number:hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;}
|
|
713
|
-
.ant-input-number-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(76, 169, 165, 0.2);}
|
|
714
|
-
.ant-input-rtl .ant-input-number-focused {border-right-width: 0;border-left-width: 1px !important;}
|
|
715
|
-
.ant-input-number-disabled {background-color: #f5f5f5;color: rgba(0, 0, 0, 0.25);}
|
|
716
|
-
.ant-input-number-disabled:hover {border-color: #d9d9d9;border-right-width: 1px !important;}
|
|
717
|
-
.ant-input-number-input {background-color: transparent;border: 0;border-radius: 2px;}
|
|
718
|
-
.ant-input-number-input::placeholder {color: #bfbfbf;}
|
|
719
|
-
.ant-input-number-input::placeholder {color: #bfbfbf;}
|
|
720
|
-
.ant-input-number-handler-wrap {background: #fff;border-left: 1px solid #d9d9d9;border-radius: 0 2px 2px 0;}
|
|
721
|
-
.ant-input-number-borderless .ant-input-number-handler-wrap {border-left-width: 0;}
|
|
722
|
-
.ant-input-number-handler-up {border-top-right-radius: 2px;}
|
|
723
|
-
.ant-input-number-handler-down {border-top: 1px solid #d9d9d9;border-bottom-right-radius: 2px;}
|
|
724
|
-
.ant-input-number-borderless .ant-input-number-handler-down {border-top-width: 0;}
|
|
725
|
-
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner, .ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {color: rgba(0, 0, 0, 0.25);}
|
|
726
|
-
.ant-input-number-borderless {box-shadow: none;}
|
|
727
|
-
.ant-input-number-out-of-range input {color: #ff4d4f;}
|
|
728
|
-
.ant-input-number-rtl .ant-input-number-handler-wrap {border-right: 1px solid #d9d9d9;border-left: 0;border-radius: 2px 0 0 2px;}
|
|
729
|
-
.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap {border-right-width: 0;}
|
|
730
|
-
.ant-layout {background: #f0f2f5;}
|
|
731
|
-
.ant-layout-header {color: rgba(0, 0, 0, 0.85);background: #001529;}
|
|
732
|
-
.ant-layout-footer {color: rgba(0, 0, 0, 0.85);background: #f0f2f5;}
|
|
733
|
-
.ant-layout-sider {background: #001529;}
|
|
734
|
-
.ant-layout-sider-trigger {color: #fff;background: #002140;}
|
|
735
|
-
.ant-layout-sider-zero-width-trigger {color: #fff;background: #001529;border-radius: 0 2px 2px 0;}
|
|
736
|
-
.ant-layout-sider-zero-width-trigger::after {background: transparent;}
|
|
737
|
-
.ant-layout-sider-zero-width-trigger:hover::after {background: rgba(255, 255, 255, 0.1);}
|
|
738
|
-
.ant-layout-sider-zero-width-trigger-right {border-radius: 2px 0 0 2px;}
|
|
739
|
-
.ant-layout-sider-light {background: #fff;}
|
|
740
|
-
.ant-layout-sider-light .ant-layout-sider-trigger {color: rgba(0, 0, 0, 0.85);background: #fff;}
|
|
741
|
-
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {color: rgba(0, 0, 0, 0.85);background: #fff;}
|
|
742
|
-
.ant-form-item .ant-upload {background: transparent;}
|
|
743
|
-
.ant-form-item .ant-upload.ant-upload-drag {background: #fafafa;}
|
|
744
|
-
.ant-form-item-explain.ant-form-item-explain-error {color: #ff4d4f;}
|
|
745
|
-
.ant-form-item-explain.ant-form-item-explain-warning {color: #faad14;}
|
|
746
|
-
.ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon {color: #52c41a;}
|
|
747
|
-
.ant-form-item-has-warning .ant-form-item-split {color: #faad14;}
|
|
748
|
-
.ant-form-item-has-warning .ant-input, .ant-form-item-has-warning .ant-input-affix-wrapper, .ant-form-item-has-warning .ant-input:hover, .ant-form-item-has-warning .ant-input-affix-wrapper:hover {background-color: #fff;border-color: #faad14;}
|
|
749
|
-
.ant-form-item-has-warning .ant-input:focus, .ant-form-item-has-warning .ant-input-affix-wrapper:focus, .ant-form-item-has-warning .ant-input-focused, .ant-form-item-has-warning .ant-input-affix-wrapper-focused {border-color: #ffc53d;border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);}
|
|
750
|
-
.ant-form-item-has-warning .ant-input-disabled {background-color: #f5f5f5;border-color: #d9d9d9;}
|
|
751
|
-
.ant-form-item-has-warning .ant-input-affix-wrapper-disabled {background-color: #f5f5f5;border-color: #d9d9d9;}
|
|
752
|
-
.ant-form-item-has-warning .ant-input-affix-wrapper-disabled input:focus {box-shadow: none !important;}
|
|
753
|
-
.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {border-color: #ffc53d;border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);}
|
|
754
|
-
.ant-form-item-has-warning .ant-input-prefix {color: #faad14;}
|
|
755
|
-
.ant-form-item-has-warning .ant-input-group-addon {color: #faad14;border-color: #faad14;}
|
|
756
|
-
.ant-form-item-has-warning .has-feedback {color: #faad14;}
|
|
757
|
-
.ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon {color: #faad14;}
|
|
758
|
-
.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {background-color: #fff;border-color: #faad14 !important;}
|
|
759
|
-
.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector, .ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {border-color: #ffc53d;border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);}
|
|
760
|
-
.ant-form-item-has-warning .ant-input-number, .ant-form-item-has-warning .ant-picker {background-color: #fff;border-color: #faad14;}
|
|
761
|
-
.ant-form-item-has-warning .ant-input-number-focused, .ant-form-item-has-warning .ant-picker-focused, .ant-form-item-has-warning .ant-input-number:focus, .ant-form-item-has-warning .ant-picker:focus {border-color: #ffc53d;border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);}
|
|
762
|
-
.ant-form-item-has-warning .ant-input-number:not([disabled]):hover, .ant-form-item-has-warning .ant-picker:not([disabled]):hover {background-color: #fff;border-color: #faad14;}
|
|
763
|
-
.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {border-color: #ffc53d;border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);}
|
|
764
|
-
.ant-form-item-has-error .ant-form-item-split {color: #ff4d4f;}
|
|
765
|
-
.ant-form-item-has-error .ant-input, .ant-form-item-has-error .ant-input-affix-wrapper, .ant-form-item-has-error .ant-input:hover, .ant-form-item-has-error .ant-input-affix-wrapper:hover {background-color: #fff;border-color: #ff4d4f;}
|
|
766
|
-
.ant-form-item-has-error .ant-input:focus, .ant-form-item-has-error .ant-input-affix-wrapper:focus, .ant-form-item-has-error .ant-input-focused, .ant-form-item-has-error .ant-input-affix-wrapper-focused {border-color: #ff7875;border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);}
|
|
767
|
-
.ant-form-item-has-error .ant-input-disabled {background-color: #f5f5f5;border-color: #d9d9d9;}
|
|
768
|
-
.ant-form-item-has-error .ant-input-affix-wrapper-disabled {background-color: #f5f5f5;border-color: #d9d9d9;}
|
|
769
|
-
.ant-form-item-has-error .ant-input-affix-wrapper-disabled input:focus {box-shadow: none !important;}
|
|
770
|
-
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {border-color: #ff7875;border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);}
|
|
771
|
-
.ant-form-item-has-error .ant-input-prefix {color: #ff4d4f;}
|
|
772
|
-
.ant-form-item-has-error .ant-input-group-addon {color: #ff4d4f;border-color: #ff4d4f;}
|
|
773
|
-
.ant-form-item-has-error .has-feedback {color: #ff4d4f;}
|
|
774
|
-
.ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon {color: #ff4d4f;}
|
|
775
|
-
.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {background-color: #fff;border-color: #ff4d4f !important;}
|
|
776
|
-
.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector, .ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {border-color: #ff7875;border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);}
|
|
777
|
-
.ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {border: 0;}
|
|
778
|
-
.ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {border-color: #ff4d4f;}
|
|
779
|
-
.ant-form-item-has-error .ant-input-number, .ant-form-item-has-error .ant-picker {background-color: #fff;border-color: #ff4d4f;}
|
|
780
|
-
.ant-form-item-has-error .ant-input-number-focused, .ant-form-item-has-error .ant-picker-focused, .ant-form-item-has-error .ant-input-number:focus, .ant-form-item-has-error .ant-picker:focus {border-color: #ff7875;border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);}
|
|
781
|
-
.ant-form-item-has-error .ant-input-number:not([disabled]):hover, .ant-form-item-has-error .ant-picker:not([disabled]):hover {background-color: #fff;border-color: #ff4d4f;}
|
|
782
|
-
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {background-color: #fff;border-color: #ff4d4f;}
|
|
783
|
-
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {border-color: #ff7875;border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);}
|
|
784
|
-
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {background-color: #fff;border-color: #ff7875;border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);}
|
|
785
|
-
.ant-form-item-has-error .ant-transfer-list {border-color: #ff4d4f;}
|
|
786
|
-
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {border-color: #d9d9d9;}
|
|
787
|
-
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;}
|
|
788
|
-
.ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {border-right-width: 0;border-left-width: 1px !important;}
|
|
789
|
-
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(76, 169, 165, 0.2);}
|
|
790
|
-
.ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {border-right-width: 0;border-left-width: 1px !important;}
|
|
791
|
-
.ant-form-item-has-error .ant-radio-button-wrapper {border-color: #ff4d4f !important;}
|
|
792
|
-
.ant-form-item-has-error .ant-radio-button-wrapper:not(:first-child)::before {background-color: #ff4d4f;}
|
|
793
|
-
.ant-form-item-is-validating.ant-form-item-has-feedback .ant-form-item-children-icon {color: @primary-color;}
|
|
794
|
-
.ant-form {color: rgba(0, 0, 0, 0.85);}
|
|
795
|
-
.ant-form legend {color: rgba(0, 0, 0, 0.45);border: 0;border-bottom: 1px solid #d9d9d9;}
|
|
796
|
-
.ant-form output {color: rgba(0, 0, 0, 0.85);}
|
|
797
|
-
.ant-form-item {color: rgba(0, 0, 0, 0.85);}
|
|
798
|
-
.ant-form-item-label > label {color: rgba(0, 0, 0, 0.85);}
|
|
799
|
-
.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {color: #ff4d4f;}
|
|
800
|
-
.ant-form-item-label > label .ant-form-item-optional {color: rgba(0, 0, 0, 0.45);}
|
|
801
|
-
.ant-form-item-label > label .ant-form-item-tooltip {color: rgba(0, 0, 0, 0.45);}
|
|
802
|
-
.ant-form-item-explain, .ant-form-item-extra {color: rgba(0, 0, 0, 0.45);}
|
|
803
|
-
.ant-list {color: rgba(0, 0, 0, 0.85);}
|
|
804
|
-
.ant-list-empty-text {color: rgba(0, 0, 0, 0.25);}
|
|
805
|
-
.ant-list-item {color: rgba(0, 0, 0, 0.85);}
|
|
806
|
-
.ant-list-item-meta-content {color: rgba(0, 0, 0, 0.85);}
|
|
807
|
-
.ant-list-item-meta-title {color: rgba(0, 0, 0, 0.85);}
|
|
808
|
-
.ant-list-item-meta-title > a {color: rgba(0, 0, 0, 0.85);}
|
|
27
|
+
.ant-input-number-group-addon .ant-select-open .ant-select-selector, .ant-input-number-group-addon .ant-select-focused .ant-select-selector {color: @primary-color;}
|
|
28
|
+
.ant-form-item-feedback-icon-validating {color: @primary-color;}
|
|
809
29
|
.ant-list-item-meta-title > a:hover {color: @primary-color;}
|
|
810
|
-
.ant-list-item-meta-description {color: rgba(0, 0, 0, 0.45);}
|
|
811
|
-
.ant-list-item-action > li {color: rgba(0, 0, 0, 0.45);}
|
|
812
|
-
.ant-list-item-action-split {background-color: #f0f0f0;}
|
|
813
|
-
.ant-list-header {background: transparent;}
|
|
814
|
-
.ant-list-footer {background: transparent;}
|
|
815
|
-
.ant-list-empty {color: rgba(0, 0, 0, 0.45);}
|
|
816
|
-
.ant-list-split .ant-list-item {border-bottom: 1px solid #f0f0f0;}
|
|
817
|
-
.ant-list-split .ant-list-item:last-child {border-bottom: none;}
|
|
818
|
-
.ant-list-split .ant-list-header {border-bottom: 1px solid #f0f0f0;}
|
|
819
|
-
.ant-list-split.ant-list-empty .ant-list-footer {border-top: 1px solid #f0f0f0;}
|
|
820
|
-
.ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {border-bottom: 1px solid #f0f0f0;}
|
|
821
|
-
.ant-list-vertical .ant-list-item-meta-title {color: rgba(0, 0, 0, 0.85);}
|
|
822
|
-
.ant-list-grid .ant-col > .ant-list-item {border-bottom: none;}
|
|
823
|
-
.ant-list-bordered {border: 1px solid #d9d9d9;border-radius: 2px;}
|
|
824
|
-
.ant-menu-item-danger.ant-menu-item {color: #ff4d4f;}
|
|
825
|
-
.ant-menu-item-danger.ant-menu-item:hover, .ant-menu-item-danger.ant-menu-item-active {color: #ff4d4f;}
|
|
826
|
-
.ant-menu-item-danger.ant-menu-item:active {background: #fff1f0;}
|
|
827
|
-
.ant-menu-item-danger.ant-menu-item-selected {color: #ff4d4f;}
|
|
828
|
-
.ant-menu-item-danger.ant-menu-item-selected > a, .ant-menu-item-danger.ant-menu-item-selected > a:hover {color: #ff4d4f;}
|
|
829
|
-
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {background-color: #fff1f0;}
|
|
830
|
-
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {border-right-color: #ff4d4f;}
|
|
831
|
-
.ant-menu-dark .ant-menu-item-danger.ant-menu-item, .ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover, .ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {color: #ff4d4f;}
|
|
832
|
-
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {color: #fff;background-color: #ff4d4f;}
|
|
833
|
-
.ant-menu {color: rgba(0, 0, 0, 0.85);background: #fff;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);}
|
|
834
|
-
.ant-menu-item-group-title {color: rgba(0, 0, 0, 0.45);}
|
|
835
30
|
.ant-menu-submenu-selected {color: @primary-color;}
|
|
836
|
-
.ant-menu-item:active, .ant-menu-submenu-title:active {background: color(~`colorPalette("@{primary-color}", 1)`);}
|
|
837
|
-
.ant-menu-item a {color: rgba(0, 0, 0, 0.85);}
|
|
838
31
|
.ant-menu-item a:hover {color: @primary-color;}
|
|
839
|
-
.ant-menu-item a::before {background-color: transparent;}
|
|
840
|
-
.ant-menu-item > .ant-badge a {color: rgba(0, 0, 0, 0.85);}
|
|
841
32
|
.ant-menu-item > .ant-badge a:hover {color: @primary-color;}
|
|
842
|
-
.ant-menu-item-divider {background-color: #f0f0f0;}
|
|
843
|
-
.ant-menu-item:hover, .ant-menu-item-active, .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open, .ant-menu-submenu-active, .ant-menu-submenu-title:hover {color: @primary-color;}
|
|
844
|
-
.ant-menu-horizontal > .ant-menu-item:hover, .ant-menu-horizontal > .ant-menu-item-active, .ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {background-color: transparent;}
|
|
845
33
|
.ant-menu-item-selected {color: @primary-color;}
|
|
846
34
|
.ant-menu-item-selected a, .ant-menu-item-selected a:hover {color: @primary-color;}
|
|
847
|
-
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {background-color: color(~`colorPalette("@{primary-color}", 1)`);}
|
|
848
|
-
.ant-menu-inline, .ant-menu-vertical, .ant-menu-vertical-left {border-right: 1px solid #f0f0f0;}
|
|
849
|
-
.ant-menu-vertical-right {border-left: 1px solid #f0f0f0;}
|
|
850
|
-
.ant-menu-vertical.ant-menu-sub, .ant-menu-vertical-left.ant-menu-sub, .ant-menu-vertical-right.ant-menu-sub {border-right: 0;}
|
|
851
|
-
.ant-menu-vertical.ant-menu-sub .ant-menu-item, .ant-menu-vertical-left.ant-menu-sub .ant-menu-item, .ant-menu-vertical-right.ant-menu-sub .ant-menu-item {border-right: 0;}
|
|
852
|
-
.ant-menu-vertical.ant-menu-sub .ant-menu-item::after, .ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after, .ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {border-right: 0;}
|
|
853
|
-
.ant-menu > .ant-menu-item-divider {background-color: #f0f0f0;}
|
|
854
|
-
.ant-menu-submenu-popup {background: transparent;border-radius: 2px;box-shadow: none;}
|
|
855
|
-
.ant-menu-submenu > .ant-menu {background-color: #fff;border-radius: 2px;}
|
|
856
|
-
.ant-menu-submenu-popup > .ant-menu {background-color: #fff;}
|
|
857
|
-
.ant-menu-submenu-expand-icon, .ant-menu-submenu-arrow {color: rgba(0, 0, 0, 0.85);}
|
|
858
|
-
.ant-menu-submenu-arrow::before, .ant-menu-submenu-arrow::after {background-color: currentColor;border-radius: 2px;}
|
|
859
35
|
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon, .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {color: @primary-color;}
|
|
860
36
|
.ant-menu-vertical .ant-menu-submenu-selected, .ant-menu-vertical-left .ant-menu-submenu-selected, .ant-menu-vertical-right .ant-menu-submenu-selected {color: @primary-color;}
|
|
861
|
-
.ant-menu-horizontal
|
|
862
|
-
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {color: @primary-color;border-bottom: 2px solid @primary-color;}
|
|
863
|
-
.ant-menu-horizontal > .ant-menu-item, .ant-menu-horizontal > .ant-menu-submenu {border-bottom: 2px solid transparent;}
|
|
864
|
-
.ant-menu-horizontal > .ant-menu-item a {color: rgba(0, 0, 0, 0.85);}
|
|
37
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {color: @primary-color;}
|
|
865
38
|
.ant-menu-horizontal > .ant-menu-item a:hover {color: @primary-color;}
|
|
866
39
|
.ant-menu-horizontal > .ant-menu-item-selected a {color: @primary-color;}
|
|
867
|
-
.ant-menu-
|
|
868
|
-
.ant-menu-inline-collapsed-tooltip a {color: rgba(255, 255, 255, 0.85);}
|
|
869
|
-
.ant-menu-root.ant-menu-vertical, .ant-menu-root.ant-menu-vertical-left, .ant-menu-root.ant-menu-vertical-right, .ant-menu-root.ant-menu-inline {box-shadow: none;}
|
|
870
|
-
.ant-menu-sub.ant-menu-inline {background: #fafafa;border: 0;border-radius: 0;box-shadow: none;}
|
|
871
|
-
.ant-menu-item-disabled, .ant-menu-submenu-disabled {color: rgba(0, 0, 0, 0.25) !important;background: none;border-color: transparent !important;}
|
|
872
|
-
.ant-menu-item-disabled a, .ant-menu-submenu-disabled a {color: rgba(0, 0, 0, 0.25) !important;}
|
|
873
|
-
.ant-menu-item-disabled > .ant-menu-submenu-title, .ant-menu-submenu-disabled > .ant-menu-submenu-title {color: rgba(0, 0, 0, 0.25) !important;}
|
|
874
|
-
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {background: rgba(0, 0, 0, 0.25) !important;}
|
|
875
|
-
.ant-menu.ant-menu-dark, .ant-menu-dark .ant-menu-sub, .ant-menu.ant-menu-dark .ant-menu-sub {color: rgba(255, 255, 255, 0.65);background: #001529;}
|
|
876
|
-
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after, .ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after, .ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before, .ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {background: #fff;}
|
|
877
|
-
.ant-menu-dark.ant-menu-submenu-popup {background: transparent;}
|
|
878
|
-
.ant-menu-dark .ant-menu-inline.ant-menu-sub {background: #000c17;}
|
|
879
|
-
.ant-menu-dark.ant-menu-horizontal {border-bottom: 0;}
|
|
880
|
-
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item, .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {border-color: #001529;border-bottom: 0;}
|
|
40
|
+
.ant-menu-light .ant-menu-item:hover, .ant-menu-light .ant-menu-item-active, .ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open, .ant-menu-light .ant-menu-submenu-active, .ant-menu-light .ant-menu-submenu-title:hover {color: @primary-color;}
|
|
881
41
|
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {background-color: @primary-color;}
|
|
882
|
-
.ant-menu-dark .ant-menu-item, .ant-menu-dark .ant-menu-item-group-title, .ant-menu-dark .ant-menu-item > a, .ant-menu-dark .ant-menu-item > span > a {color: rgba(255, 255, 255, 0.65);}
|
|
883
|
-
.ant-menu-dark.ant-menu-inline, .ant-menu-dark.ant-menu-vertical, .ant-menu-dark.ant-menu-vertical-left, .ant-menu-dark.ant-menu-vertical-right {border-right: 0;}
|
|
884
|
-
.ant-menu-dark.ant-menu-inline .ant-menu-item, .ant-menu-dark.ant-menu-vertical .ant-menu-item, .ant-menu-dark.ant-menu-vertical-left .ant-menu-item, .ant-menu-dark.ant-menu-vertical-right .ant-menu-item {border-right: 0;}
|
|
885
|
-
.ant-menu-dark.ant-menu-inline .ant-menu-item::after, .ant-menu-dark.ant-menu-vertical .ant-menu-item::after, .ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after, .ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {border-right: 0;}
|
|
886
|
-
.ant-menu-dark .ant-menu-item:hover, .ant-menu-dark .ant-menu-item-active, .ant-menu-dark .ant-menu-submenu-active, .ant-menu-dark .ant-menu-submenu-open, .ant-menu-dark .ant-menu-submenu-selected, .ant-menu-dark .ant-menu-submenu-title:hover {color: #fff;background-color: transparent;}
|
|
887
|
-
.ant-menu-dark .ant-menu-item:hover > a, .ant-menu-dark .ant-menu-item-active > a, .ant-menu-dark .ant-menu-submenu-active > a, .ant-menu-dark .ant-menu-submenu-open > a, .ant-menu-dark .ant-menu-submenu-selected > a, .ant-menu-dark .ant-menu-submenu-title:hover > a, .ant-menu-dark .ant-menu-item:hover > span > a, .ant-menu-dark .ant-menu-item-active > span > a, .ant-menu-dark .ant-menu-submenu-active > span > a, .ant-menu-dark .ant-menu-submenu-open > span > a, .ant-menu-dark .ant-menu-submenu-selected > span > a, .ant-menu-dark .ant-menu-submenu-title:hover > span > a {color: #fff;}
|
|
888
|
-
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before {background: #fff;}
|
|
889
|
-
.ant-menu-dark .ant-menu-item:hover {background-color: transparent;}
|
|
890
42
|
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {background-color: @primary-color;}
|
|
891
|
-
.ant-menu-dark .ant-menu-item-selected {color: #fff;border-right: 0;}
|
|
892
|
-
.ant-menu-dark .ant-menu-item-selected::after {border-right: 0;}
|
|
893
|
-
.ant-menu-dark .ant-menu-item-selected > a, .ant-menu-dark .ant-menu-item-selected > span > a, .ant-menu-dark .ant-menu-item-selected > a:hover, .ant-menu-dark .ant-menu-item-selected > span > a:hover {color: #fff;}
|
|
894
|
-
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon, .ant-menu-dark .ant-menu-item-selected .anticon {color: #fff;}
|
|
895
|
-
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span, .ant-menu-dark .ant-menu-item-selected .anticon + span {color: #fff;}
|
|
896
43
|
.ant-menu.ant-menu-dark .ant-menu-item-selected, .ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {background-color: @primary-color;}
|
|
897
|
-
.ant-menu-dark .ant-menu-item-disabled, .ant-menu-dark .ant-menu-submenu-disabled, .ant-menu-dark .ant-menu-item-disabled > a, .ant-menu-dark .ant-menu-submenu-disabled > a, .ant-menu-dark .ant-menu-item-disabled > span > a, .ant-menu-dark .ant-menu-submenu-disabled > span > a {color: rgba(255, 255, 255, 0.35) !important;}
|
|
898
|
-
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title, .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {color: rgba(255, 255, 255, 0.35) !important;}
|
|
899
|
-
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {background: rgba(255, 255, 255, 0.35) !important;}
|
|
900
|
-
.ant-menu-rtl.ant-menu-inline, .ant-menu-rtl.ant-menu-vertical {border-right: none;border-left: 1px solid #f0f0f0;}
|
|
901
|
-
.ant-menu-rtl.ant-menu-dark.ant-menu-inline, .ant-menu-rtl.ant-menu-dark.ant-menu-vertical {border-left: none;}
|
|
902
|
-
.ant-menu-sub.ant-menu-inline {border: 0;}
|
|
903
|
-
.ant-mention-wrapper {color: rgba(0, 0, 0, 0.85);}
|
|
904
|
-
.ant-mention-wrapper .ant-mention-editor {color: rgba(0, 0, 0, 0.85);background-color: #fff;background-image: none;border: 1px solid #d9d9d9;border-radius: 2px;}
|
|
905
|
-
.ant-mention-wrapper .ant-mention-editor::placeholder {color: #bfbfbf;}
|
|
906
|
-
.ant-mention-wrapper .ant-mention-editor::placeholder {color: #bfbfbf;}
|
|
907
|
-
.ant-mention-wrapper .ant-mention-editor:hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;}
|
|
908
|
-
.ant-input-rtl .ant-mention-wrapper .ant-mention-editor:hover {border-right-width: 0;border-left-width: 1px !important;}
|
|
909
|
-
.ant-mention-wrapper .ant-mention-editor:focus, .ant-mention-wrapper .ant-mention-editor-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(76, 169, 165, 0.2);}
|
|
910
|
-
.ant-input-rtl .ant-mention-wrapper .ant-mention-editor:focus, .ant-input-rtl .ant-mention-wrapper .ant-mention-editor-focused {border-right-width: 0;border-left-width: 1px !important;}
|
|
911
|
-
.ant-mention-wrapper .ant-mention-editor-disabled {background-color: #f5f5f5;color: rgba(0, 0, 0, 0.25);}
|
|
912
|
-
.ant-mention-wrapper .ant-mention-editor-disabled:hover {border-color: #d9d9d9;border-right-width: 1px !important;}
|
|
913
|
-
.ant-mention-wrapper .ant-mention-editor[disabled] {background-color: #f5f5f5;color: rgba(0, 0, 0, 0.25);}
|
|
914
|
-
.ant-mention-wrapper .ant-mention-editor[disabled]:hover {border-color: #d9d9d9;border-right-width: 1px !important;}
|
|
915
|
-
.ant-mention-wrapper .ant-mention-editor-borderless, .ant-mention-wrapper .ant-mention-editor-borderless:hover, .ant-mention-wrapper .ant-mention-editor-borderless:focus, .ant-mention-wrapper .ant-mention-editor-borderless-focused, .ant-mention-wrapper .ant-mention-editor-borderless-disabled, .ant-mention-wrapper .ant-mention-editor-borderless[disabled] {background-color: transparent;border: none;box-shadow: none;}
|
|
916
|
-
.ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(76, 169, 165, 0.2);}
|
|
917
|
-
.ant-input-rtl .ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {border-right-width: 0;border-left-width: 1px !important;}
|
|
918
|
-
.ant-mention-wrapper.disabled .ant-mention-editor {background-color: #f5f5f5;color: rgba(0, 0, 0, 0.25);}
|
|
919
|
-
.ant-mention-wrapper.disabled .ant-mention-editor:hover {border-color: #d9d9d9;border-right-width: 1px !important;}
|
|
920
|
-
.ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {color: #bfbfbf;}
|
|
921
|
-
.ant-mention-dropdown {color: rgba(0, 0, 0, 0.85);background-color: #fff;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);}
|
|
922
|
-
.ant-mention-dropdown-notfound.ant-mention-dropdown-item {color: rgba(0, 0, 0, 0.25);}
|
|
923
|
-
.ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading {color: @primary-color;}
|
|
924
|
-
.ant-mention-dropdown-item {color: rgba(0, 0, 0, 0.85);}
|
|
925
|
-
.ant-mention-dropdown-item:hover {background-color: #f5f5f5;}
|
|
926
|
-
.ant-mention-dropdown-item.focus, .ant-mention-dropdown-item-active {background-color: color(~`colorPalette("@{primary-color}", 1)`);}
|
|
927
|
-
.ant-mention-dropdown-item-disabled {color: rgba(0, 0, 0, 0.25);}
|
|
928
|
-
.ant-mention-dropdown-item-disabled:hover {color: rgba(0, 0, 0, 0.25);background-color: #fff;}
|
|
929
|
-
.ant-mention-dropdown-item-selected, .ant-mention-dropdown-item-selected:hover {color: rgba(0, 0, 0, 0.85);background-color: #f5f5f5;}
|
|
930
|
-
.ant-mention-dropdown-item-divider {background-color: #f0f0f0;}
|
|
931
|
-
.ant-message {color: rgba(0, 0, 0, 0.85);}
|
|
932
|
-
.ant-message-notice-content {background: #fff;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);}
|
|
933
|
-
.ant-message-success .anticon {color: #52c41a;}
|
|
934
|
-
.ant-message-error .anticon {color: #ff4d4f;}
|
|
935
|
-
.ant-message-warning .anticon {color: #faad14;}
|
|
936
44
|
.ant-message-info .anticon, .ant-message-loading .anticon {color: @primary-color;}
|
|
937
|
-
.ant-modal {color: rgba(0, 0, 0, 0.85);}
|
|
938
|
-
.ant-modal-mask {background-color: rgba(0, 0, 0, 0.45);}
|
|
939
|
-
.ant-modal-mask {background-color: rgba(0, 0, 0, 0.45);}
|
|
940
|
-
.ant-modal-title {color: rgba(0, 0, 0, 0.85);}
|
|
941
|
-
.ant-modal-content {background-color: #fff;background-clip: padding-box;border: 0;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);}
|
|
942
|
-
.ant-modal-close {color: rgba(0, 0, 0, 0.45);background: transparent;border: 0;}
|
|
943
|
-
.ant-modal-close:focus, .ant-modal-close:hover {color: rgba(0, 0, 0, 0.75);}
|
|
944
|
-
.ant-modal-header {color: rgba(0, 0, 0, 0.85);background: #fff;border-bottom: 1px solid #f0f0f0;border-radius: 2px 2px 0 0;}
|
|
945
|
-
.ant-modal-footer {background: transparent;border-top: 1px solid #f0f0f0;border-radius: 0 0 2px 2px;}
|
|
946
|
-
.ant-modal-confirm-body .ant-modal-confirm-title {color: rgba(0, 0, 0, 0.85);}
|
|
947
|
-
.ant-modal-confirm-body .ant-modal-confirm-content {color: rgba(0, 0, 0, 0.85);}
|
|
948
|
-
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {color: #ff4d4f;}
|
|
949
|
-
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon, .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {color: #faad14;}
|
|
950
45
|
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {color: @primary-color;}
|
|
951
|
-
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {color: #52c41a;}
|
|
952
|
-
.ant-notification {color: rgba(0, 0, 0, 0.85);}
|
|
953
|
-
.ant-notification-hook-holder, .ant-notification-notice {background: #fff;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);}
|
|
954
|
-
.ant-notification-hook-holder > .ant-notification-notice {box-shadow: none;}
|
|
955
|
-
.ant-notification-notice-message {color: rgba(0, 0, 0, 0.85);}
|
|
956
|
-
.ant-notification-notice-message-single-line-auto-margin {background-color: transparent;}
|
|
957
|
-
.anticon.ant-notification-notice-icon-success {color: #52c41a;}
|
|
958
46
|
.anticon.ant-notification-notice-icon-info {color: @primary-color;}
|
|
959
|
-
.
|
|
960
|
-
.
|
|
961
|
-
.ant-
|
|
962
|
-
.ant-
|
|
963
|
-
.ant-
|
|
964
|
-
.ant-
|
|
965
|
-
.ant-page-header-back-button {color: @primary-color;color: #000;}
|
|
966
|
-
.ant-page-header-back-button:focus, .ant-page-header-back-button:hover {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
967
|
-
.ant-page-header-back-button:active {color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
968
|
-
.ant-page-header-back-button:focus, .ant-page-header-back-button:hover {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
969
|
-
.ant-page-header-back-button:active {color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
970
|
-
.ant-page-header-heading-title {color: rgba(0, 0, 0, 0.85);}
|
|
971
|
-
.ant-page-header-heading-sub-title {color: rgba(0, 0, 0, 0.45);}
|
|
972
|
-
.ant-page-header-footer .ant-tabs > .ant-tabs-nav::before {border: none;}
|
|
973
|
-
.ant-page-header-back-button {border: 0;background: transparent;}
|
|
974
|
-
.ant-pagination {color: rgba(0, 0, 0, 0.85);}
|
|
975
|
-
.ant-pagination-item {background-color: #fff;border: 1px solid #d9d9d9;border-radius: 2px;}
|
|
976
|
-
.ant-pagination-item a {color: rgba(0, 0, 0, 0.85);}
|
|
977
|
-
.ant-pagination-item:focus-visible, .ant-pagination-item:hover {border-color: @primary-color;}
|
|
978
|
-
.ant-pagination-item:focus-visible a, .ant-pagination-item:hover a {color: @primary-color;}
|
|
979
|
-
.ant-pagination-item-active {background: #fff;border-color: @primary-color;}
|
|
47
|
+
.ant-page-header-back-button {color: @primary-color;}
|
|
48
|
+
.ant-pagination-item:hover {border-color: @primary-color;}
|
|
49
|
+
.ant-pagination-item:hover a {color: @primary-color;}
|
|
50
|
+
.ant-pagination-item:focus-visible {border-color: @primary-color;}
|
|
51
|
+
.ant-pagination-item:focus-visible a {color: @primary-color;}
|
|
52
|
+
.ant-pagination-item-active {border-color: @primary-color;}
|
|
980
53
|
.ant-pagination-item-active a {color: @primary-color;}
|
|
981
|
-
.ant-pagination-item-active:focus-visible, .ant-pagination-item-active:hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
982
|
-
.ant-pagination-item-active:focus-visible a, .ant-pagination-item-active:hover a {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
983
54
|
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon, .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {color: @primary-color;}
|
|
984
|
-
.ant-pagination-
|
|
985
|
-
.ant-pagination-prev
|
|
986
|
-
.ant-pagination-prev button, .ant-pagination-next button {color: rgba(0, 0, 0, 0.85);}
|
|
987
|
-
.ant-pagination-prev:hover button, .ant-pagination-next:hover button {border-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
988
|
-
.ant-pagination-prev .ant-pagination-item-link, .ant-pagination-next .ant-pagination-item-link {background-color: #fff;border: 1px solid #d9d9d9;border-radius: 2px;}
|
|
989
|
-
.ant-pagination-prev:focus-visible .ant-pagination-item-link, .ant-pagination-next:focus-visible .ant-pagination-item-link, .ant-pagination-prev:hover .ant-pagination-item-link, .ant-pagination-next:hover .ant-pagination-item-link {color: @primary-color;border-color: @primary-color;}
|
|
990
|
-
.ant-pagination-disabled .ant-pagination-item-link, .ant-pagination-disabled:hover .ant-pagination-item-link, .ant-pagination-disabled:focus-visible .ant-pagination-item-link {color: rgba(0, 0, 0, 0.25);border-color: #d9d9d9;}
|
|
991
|
-
.ant-pagination-options-quick-jumper input {color: rgba(0, 0, 0, 0.85);background-color: #fff;background-image: none;border: 1px solid #d9d9d9;border-radius: 2px;}
|
|
992
|
-
.ant-pagination-options-quick-jumper input::placeholder {color: #bfbfbf;}
|
|
993
|
-
.ant-pagination-options-quick-jumper input::placeholder {color: #bfbfbf;}
|
|
994
|
-
.ant-pagination-options-quick-jumper input:hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;}
|
|
995
|
-
.ant-input-rtl .ant-pagination-options-quick-jumper input:hover {border-right-width: 0;border-left-width: 1px !important;}
|
|
996
|
-
.ant-pagination-options-quick-jumper input:focus, .ant-pagination-options-quick-jumper input-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(76, 169, 165, 0.2);}
|
|
997
|
-
.ant-input-rtl .ant-pagination-options-quick-jumper input:focus, .ant-input-rtl .ant-pagination-options-quick-jumper input-focused {border-right-width: 0;border-left-width: 1px !important;}
|
|
998
|
-
.ant-pagination-options-quick-jumper input-disabled {background-color: #f5f5f5;color: rgba(0, 0, 0, 0.25);}
|
|
999
|
-
.ant-pagination-options-quick-jumper input-disabled:hover {border-color: #d9d9d9;border-right-width: 1px !important;}
|
|
1000
|
-
.ant-pagination-options-quick-jumper input[disabled] {background-color: #f5f5f5;color: rgba(0, 0, 0, 0.25);}
|
|
1001
|
-
.ant-pagination-options-quick-jumper input[disabled]:hover {border-color: #d9d9d9;border-right-width: 1px !important;}
|
|
1002
|
-
.ant-pagination-options-quick-jumper input-borderless, .ant-pagination-options-quick-jumper input-borderless:hover, .ant-pagination-options-quick-jumper input-borderless:focus, .ant-pagination-options-quick-jumper input-borderless-focused, .ant-pagination-options-quick-jumper input-borderless-disabled, .ant-pagination-options-quick-jumper input-borderless[disabled] {background-color: transparent;border: none;box-shadow: none;}
|
|
1003
|
-
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link, .ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {background-color: transparent;border: 0;}
|
|
1004
|
-
.ant-pagination-simple .ant-pagination-simple-pager input {background-color: #fff;border: 1px solid #d9d9d9;border-radius: 2px;}
|
|
55
|
+
.ant-pagination-prev:focus-visible .ant-pagination-item-link, .ant-pagination-next:focus-visible .ant-pagination-item-link {color: @primary-color;border-color: @primary-color;}
|
|
56
|
+
.ant-pagination-prev:hover .ant-pagination-item-link, .ant-pagination-next:hover .ant-pagination-item-link {color: @primary-color;border-color: @primary-color;}
|
|
1005
57
|
.ant-pagination-simple .ant-pagination-simple-pager input:hover {border-color: @primary-color;}
|
|
1006
|
-
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;border-color: #d9d9d9;}
|
|
1007
|
-
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {background: transparent;border-color: transparent;}
|
|
1008
|
-
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link, .ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {background: transparent;border-color: transparent;}
|
|
1009
|
-
.ant-pagination.ant-pagination-disabled .ant-pagination-item {background: #f5f5f5;border-color: #d9d9d9;}
|
|
1010
|
-
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {color: rgba(0, 0, 0, 0.25);background: transparent;border: none;}
|
|
1011
|
-
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {background: #dbdbdb;border-color: transparent;}
|
|
1012
|
-
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {color: #fff;}
|
|
1013
|
-
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;border-color: #d9d9d9;}
|
|
1014
|
-
.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {background: transparent;}
|
|
1015
|
-
.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {color: rgba(0, 0, 0, 0.25);}
|
|
1016
|
-
.ant-popover {color: rgba(0, 0, 0, 0.85);}
|
|
1017
|
-
.ant-popover::after {background: rgba(255, 255, 255, 0.01);}
|
|
1018
|
-
.ant-popover-inner {background-color: #fff;background-clip: padding-box;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) ;}
|
|
1019
|
-
.ant-popover-title {color: rgba(0, 0, 0, 0.85);border-bottom: 1px solid #f0f0f0;}
|
|
1020
|
-
.ant-popover-inner-content {color: rgba(0, 0, 0, 0.85);}
|
|
1021
|
-
.ant-popover-message {color: rgba(0, 0, 0, 0.85);}
|
|
1022
|
-
.ant-popover-message > .anticon {color: #faad14;}
|
|
1023
|
-
.ant-popover-arrow {background: transparent;border-style: solid;border-width: 4.24264069px;}
|
|
1024
|
-
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow, .ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow, .ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {border-top-color: transparent;border-right-color: #fff;border-bottom-color: #fff;border-left-color: transparent;box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);}
|
|
1025
|
-
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow, .ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow, .ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {border-top-color: transparent;border-right-color: transparent;border-bottom-color: #fff;border-left-color: #fff;box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);}
|
|
1026
|
-
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow, .ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow, .ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {border-top-color: #fff;border-right-color: transparent;border-bottom-color: transparent;border-left-color: #fff;box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);}
|
|
1027
|
-
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow, .ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow, .ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {border-top-color: #fff;border-right-color: #fff;border-bottom-color: transparent;border-left-color: transparent;box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);}
|
|
1028
|
-
.ant-progress {color: rgba(0, 0, 0, 0.85);}
|
|
1029
|
-
.ant-progress-steps-item {background: #f3f3f3;}
|
|
1030
|
-
.ant-progress-steps-item-active {background: #1890ff;}
|
|
1031
|
-
.ant-progress-inner {background-color: #f5f5f5;border-radius: 100px;}
|
|
1032
|
-
.ant-progress-success-bg, .ant-progress-bg {background-color: #1890ff;border-radius: 100px;}
|
|
1033
|
-
.ant-progress-success-bg {background-color: #52c41a;}
|
|
1034
|
-
.ant-progress-text {color: rgba(0, 0, 0, 0.85);}
|
|
1035
|
-
.ant-progress-status-active .ant-progress-bg::before {background: #fff;border-radius: 10px;}
|
|
1036
|
-
.ant-progress-status-exception .ant-progress-bg {background-color: #ff4d4f;}
|
|
1037
|
-
.ant-progress-status-exception .ant-progress-text {color: #ff4d4f;}
|
|
1038
|
-
.ant-progress-status-success .ant-progress-bg {background-color: #52c41a;}
|
|
1039
|
-
.ant-progress-status-success .ant-progress-text {color: #52c41a;}
|
|
1040
|
-
.ant-progress-circle .ant-progress-inner {background-color: transparent;}
|
|
1041
|
-
.ant-progress-circle .ant-progress-text {color: rgba(0, 0, 0, 0.85);}
|
|
1042
|
-
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {color: #ff4d4f;}
|
|
1043
|
-
.ant-progress-circle.ant-progress-status-success .ant-progress-text {color: #52c41a;}
|
|
1044
|
-
.ant-radio-group {color: rgba(0, 0, 0, 0.85);}
|
|
1045
|
-
.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {border-left: none;}
|
|
1046
|
-
.ant-radio-wrapper {color: rgba(0, 0, 0, 0.85);}
|
|
1047
|
-
.ant-radio {color: rgba(0, 0, 0, 0.85);}
|
|
1048
58
|
.ant-radio-wrapper:hover .ant-radio, .ant-radio:hover .ant-radio-inner, .ant-radio-input:focus + .ant-radio-inner {border-color: @primary-color;}
|
|
1049
|
-
.ant-radio-
|
|
1050
|
-
.ant-radio-checked::after {border: 1px solid @primary-color;border-radius: 50%;}
|
|
1051
|
-
.ant-radio-inner {background-color: #fff;border-color: #d9d9d9;border-style: solid;border-width: 1px;border-radius: 50%;}
|
|
1052
|
-
.ant-radio-inner::after {background-color: @primary-color;border-top: 0;border-left: 0;border-radius: 8px;}
|
|
59
|
+
.ant-radio-inner::after {background-color: @primary-color;}
|
|
1053
60
|
.ant-radio-checked .ant-radio-inner {border-color: @primary-color;}
|
|
1054
|
-
.ant-radio-disabled .ant-radio-inner {background-color: #f5f5f5;border-color: #d9d9d9 !important;}
|
|
1055
|
-
.ant-radio-disabled .ant-radio-inner::after {background-color: rgba(0, 0, 0, 0.2);}
|
|
1056
|
-
.ant-radio-disabled + span {color: rgba(0, 0, 0, 0.25);}
|
|
1057
|
-
.ant-radio-button-wrapper {color: rgba(0, 0, 0, 0.85);background: #fff;border: 1px solid #d9d9d9;border-top-width: 1.02px;border-left-width: 0;}
|
|
1058
|
-
.ant-radio-button-wrapper a {color: rgba(0, 0, 0, 0.85);}
|
|
1059
|
-
.ant-radio-button-wrapper:not(:first-child)::before {background-color: #d9d9d9;}
|
|
1060
|
-
.ant-radio-button-wrapper:first-child {border-left: 1px solid #d9d9d9;border-radius: 2px 0 0 2px;}
|
|
1061
|
-
.ant-radio-button-wrapper:last-child {border-radius: 0 2px 2px 0;}
|
|
1062
|
-
.ant-radio-button-wrapper:first-child:last-child {border-radius: 2px;}
|
|
1063
61
|
.ant-radio-button-wrapper:hover {color: @primary-color;}
|
|
1064
|
-
.ant-radio-button-wrapper:
|
|
1065
|
-
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {color: @primary-color;background: #fff;border-color: @primary-color;}
|
|
62
|
+
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {color: @primary-color;border-color: @primary-color;}
|
|
1066
63
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {background-color: @primary-color;}
|
|
1067
64
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {border-color: @primary-color;}
|
|
1068
|
-
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)
|
|
1069
|
-
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {background-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
1070
|
-
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {color: color(~`colorPalette("@{primary-color}", 7)`);border-color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
1071
|
-
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {background-color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
1072
|
-
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {box-shadow: 0 0 0 3px rgba(76, 169, 165, 0.08);}
|
|
1073
|
-
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {color: #fff;background: @primary-color;border-color: @primary-color;}
|
|
1074
|
-
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {color: #fff;background: color(~`colorPalette("@{primary-color}", 5)`);border-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
1075
|
-
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {color: #fff;background: color(~`colorPalette("@{primary-color}", 7)`);border-color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
1076
|
-
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {box-shadow: 0 0 0 3px rgba(76, 169, 165, 0.08);}
|
|
1077
|
-
.ant-radio-button-wrapper-disabled {color: rgba(0, 0, 0, 0.25);background-color: #f5f5f5;border-color: #d9d9d9;}
|
|
1078
|
-
.ant-radio-button-wrapper-disabled:first-child, .ant-radio-button-wrapper-disabled:hover {color: rgba(0, 0, 0, 0.25);background-color: #f5f5f5;border-color: #d9d9d9;}
|
|
1079
|
-
.ant-radio-button-wrapper-disabled:first-child {border-left-color: #d9d9d9;}
|
|
1080
|
-
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {color: rgba(0, 0, 0, 0.25);background-color: #e6e6e6;border-color: #d9d9d9;box-shadow: none;}
|
|
1081
|
-
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {border-right-width: 0;border-left-width: 1px;}
|
|
1082
|
-
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {border-right: 1px solid #d9d9d9;border-radius: 0 2px 2px 0;}
|
|
1083
|
-
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {border-right-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
1084
|
-
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {border-radius: 2px 0 0 2px;}
|
|
1085
|
-
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {border-right-color: #d9d9d9;}
|
|
1086
|
-
.ant-rate {color: rgba(0, 0, 0, 0.85);color: #fadb14;}
|
|
1087
|
-
.ant-rate-star {color: inherit;}
|
|
1088
|
-
.ant-rate-star-first, .ant-rate-star-second {color: #f0f0f0;}
|
|
1089
|
-
.ant-rate-star-half .ant-rate-star-first, .ant-rate-star-full .ant-rate-star-second {color: inherit;}
|
|
1090
|
-
.ant-select-single.ant-select-open .ant-select-selection-item {color: #bfbfbf;}
|
|
1091
|
-
.ant-select-disabled.ant-select-multiple .ant-select-selector {background: #f5f5f5;}
|
|
1092
|
-
.ant-select-multiple .ant-select-selection-item {background: #f5f5f5;border: 1px solid #f0f0f0;border-radius: 2px;}
|
|
1093
|
-
.ant-select-disabled.ant-select-multiple .ant-select-selection-item {color: #bfbfbf;border-color: #d9d9d9;}
|
|
1094
|
-
.ant-select-multiple .ant-select-selection-item-remove {color: inherit;color: rgba(0, 0, 0, 0.45);}
|
|
1095
|
-
.ant-select-multiple .ant-select-selection-item-remove:hover {color: rgba(0, 0, 0, 0.75);}
|
|
1096
|
-
.ant-select {color: rgba(0, 0, 0, 0.85);}
|
|
1097
|
-
.ant-select:not(.ant-select-customize-input) .ant-select-selector {background-color: #fff;border: 1px solid #d9d9d9;border-radius: 2px;}
|
|
1098
|
-
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(76, 169, 165, 0.2);}
|
|
1099
|
-
.ant-input-rtl .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {border-right-width: 0;border-left-width: 1px !important;}
|
|
1100
|
-
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;}
|
|
1101
|
-
.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {background: #f5f5f5;}
|
|
1102
|
-
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {background: transparent;border: none;}
|
|
1103
|
-
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;}
|
|
1104
|
-
.ant-input-rtl .ant-select:not(.ant-select-disabled):hover .ant-select-selector {border-right-width: 0;border-left-width: 1px !important;}
|
|
1105
|
-
.ant-select-selection-placeholder {color: #bfbfbf;}
|
|
1106
|
-
.ant-select-arrow {color: inherit;color: rgba(0, 0, 0, 0.25);}
|
|
1107
|
-
.ant-select-clear {color: rgba(0, 0, 0, 0.25);background: #fff;}
|
|
1108
|
-
.ant-select-clear:hover {color: rgba(0, 0, 0, 0.45);}
|
|
1109
|
-
.ant-select-dropdown {color: rgba(0, 0, 0, 0.85);background-color: #fff;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);}
|
|
1110
|
-
.ant-select-dropdown-empty {color: rgba(0, 0, 0, 0.25);}
|
|
1111
|
-
.ant-select-item-empty {color: rgba(0, 0, 0, 0.85);color: rgba(0, 0, 0, 0.25);}
|
|
1112
|
-
.ant-select-item {color: rgba(0, 0, 0, 0.85);}
|
|
1113
|
-
.ant-select-item-group {color: rgba(0, 0, 0, 0.45);}
|
|
1114
|
-
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {background-color: #f5f5f5;}
|
|
1115
|
-
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {color: rgba(0, 0, 0, 0.85);background-color: color(~`colorPalette("@{primary-color}", 1)`);}
|
|
65
|
+
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {background: @primary-color;border-color: @primary-color;}
|
|
1116
66
|
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {color: @primary-color;}
|
|
1117
|
-
.ant-select-item-option-disabled {color: rgba(0, 0, 0, 0.25);}
|
|
1118
|
-
.ant-select-borderless .ant-select-selector {background-color: transparent !important;border-color: transparent !important;box-shadow: none !important;}
|
|
1119
|
-
.ant-skeleton-header .ant-skeleton-avatar {background: rgba(190, 190, 190, 0.2);}
|
|
1120
|
-
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {border-radius: 50%;}
|
|
1121
|
-
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {border-radius: 50%;}
|
|
1122
|
-
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {border-radius: 50%;}
|
|
1123
|
-
.ant-skeleton-content .ant-skeleton-title {background: rgba(190, 190, 190, 0.2);border-radius: 4px;}
|
|
1124
|
-
.ant-skeleton-content .ant-skeleton-paragraph > li {background: rgba(190, 190, 190, 0.2);border-radius: 4px;}
|
|
1125
|
-
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title, .ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {border-radius: 100px;}
|
|
1126
|
-
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title, .ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);background-size: 400% 100%;}
|
|
1127
|
-
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);background-size: 400% 100%;}
|
|
1128
|
-
.ant-skeleton.ant-skeleton-active .ant-skeleton-button {background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);background-size: 400% 100%;}
|
|
1129
|
-
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);background-size: 400% 100%;}
|
|
1130
|
-
.ant-skeleton.ant-skeleton-active .ant-skeleton-image {background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);background-size: 400% 100%;}
|
|
1131
|
-
.ant-skeleton-element .ant-skeleton-button {background: rgba(190, 190, 190, 0.2);border-radius: 2px;}
|
|
1132
|
-
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {border-radius: 50%;}
|
|
1133
|
-
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {border-radius: 32px;}
|
|
1134
|
-
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {border-radius: 50%;}
|
|
1135
|
-
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {border-radius: 40px;}
|
|
1136
|
-
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {border-radius: 50%;}
|
|
1137
|
-
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {border-radius: 24px;}
|
|
1138
|
-
.ant-skeleton-element .ant-skeleton-avatar {background: rgba(190, 190, 190, 0.2);}
|
|
1139
|
-
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {border-radius: 50%;}
|
|
1140
|
-
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {border-radius: 50%;}
|
|
1141
|
-
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {border-radius: 50%;}
|
|
1142
|
-
.ant-skeleton-element .ant-skeleton-input {background: rgba(190, 190, 190, 0.2);}
|
|
1143
|
-
.ant-skeleton-element .ant-skeleton-image {background: rgba(190, 190, 190, 0.2);}
|
|
1144
|
-
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {border-radius: 50%;}
|
|
1145
|
-
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {border-radius: 50%;}
|
|
1146
|
-
.ant-slider {color: rgba(0, 0, 0, 0.85);}
|
|
1147
|
-
.ant-slider-rail {background-color: #f5f5f5;border-radius: 2px;}
|
|
1148
|
-
.ant-slider-track {background-color: color(~`colorPalette("@{primary-color}", 3)`);border-radius: 2px;}
|
|
1149
|
-
.ant-slider-handle {background-color: #fff;border: solid 2px color(~`colorPalette("@{primary-color}", 3)`);border-radius: 50%;box-shadow: 0;}
|
|
1150
|
-
.ant-slider-handle-dragging.ant-slider-handle-dragging.ant-slider-handle-dragging {border-color: #70bab7;box-shadow: 0 0 0 5px rgba(76, 169, 165, 0.12);}
|
|
1151
|
-
.ant-slider-handle:focus {border-color: #70bab7;box-shadow: 0 0 0 5px rgba(76, 169, 165, 0.12);}
|
|
1152
67
|
.ant-slider-handle.ant-tooltip-open {border-color: @primary-color;}
|
|
1153
|
-
.ant-
|
|
1154
|
-
.ant-
|
|
1155
|
-
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {border-color: color(~`colorPalette("@{primary-color}", 4)`);}
|
|
1156
|
-
.ant-slider-mark-text {color: rgba(0, 0, 0, 0.45);}
|
|
1157
|
-
.ant-slider-mark-text-active {color: rgba(0, 0, 0, 0.85);}
|
|
1158
|
-
.ant-slider-step {background: transparent;}
|
|
1159
|
-
.ant-slider-dot {background-color: #fff;border: 2px solid #f0f0f0;border-radius: 50%;}
|
|
1160
|
-
.ant-slider-dot-active {border-color: #a6d4d2;}
|
|
1161
|
-
.ant-slider-disabled .ant-slider-track {background-color: rgba(0, 0, 0, 0.25) !important;}
|
|
1162
|
-
.ant-slider-disabled .ant-slider-handle, .ant-slider-disabled .ant-slider-dot {background-color: #fff;border-color: rgba(0, 0, 0, 0.25) !important;box-shadow: none;}
|
|
1163
|
-
.ant-spin {color: rgba(0, 0, 0, 0.85);color: @primary-color;}
|
|
1164
|
-
.ant-spin-container::after {background: #fff;}
|
|
1165
|
-
.ant-spin-tip {color: rgba(0, 0, 0, 0.45);}
|
|
1166
|
-
.ant-spin-dot-item {background-color: @primary-color;border-radius: 100%;}
|
|
1167
|
-
.ant-statistic {color: rgba(0, 0, 0, 0.85);}
|
|
1168
|
-
.ant-statistic-title {color: rgba(0, 0, 0, 0.45);}
|
|
1169
|
-
.ant-statistic-content {color: rgba(0, 0, 0, 0.85);}
|
|
1170
|
-
.ant-steps {color: rgba(0, 0, 0, 0.85);}
|
|
1171
|
-
.ant-steps-item-icon {border: 1px solid rgba(0, 0, 0, 0.25);border-radius: 32px;}
|
|
68
|
+
.ant-spin {color: @primary-color;}
|
|
69
|
+
.ant-spin-dot-item {background-color: @primary-color;}
|
|
1172
70
|
.ant-steps-item-icon .ant-steps-icon {color: @primary-color;}
|
|
1173
|
-
.ant-steps-item-
|
|
1174
|
-
.ant-steps-item-title {color: rgba(0, 0, 0, 0.85);}
|
|
1175
|
-
.ant-steps-item-title::after {background: #f0f0f0;}
|
|
1176
|
-
.ant-steps-item-subtitle {color: rgba(0, 0, 0, 0.45);}
|
|
1177
|
-
.ant-steps-item-description {color: rgba(0, 0, 0, 0.45);}
|
|
1178
|
-
.ant-steps-item-wait .ant-steps-item-icon {background-color: #fff;border-color: rgba(0, 0, 0, 0.25);}
|
|
1179
|
-
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {color: rgba(0, 0, 0, 0.25);}
|
|
1180
|
-
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {background: rgba(0, 0, 0, 0.25);}
|
|
1181
|
-
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {color: rgba(0, 0, 0, 0.45);}
|
|
1182
|
-
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {background-color: #f0f0f0;}
|
|
1183
|
-
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {color: rgba(0, 0, 0, 0.45);}
|
|
1184
|
-
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {background-color: #f0f0f0;}
|
|
1185
|
-
.ant-steps-item-process .ant-steps-item-icon {background-color: #fff;border-color: @primary-color;}
|
|
71
|
+
.ant-steps-item-process .ant-steps-item-icon {border-color: @primary-color;}
|
|
1186
72
|
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {color: @primary-color;}
|
|
1187
73
|
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {background: @primary-color;}
|
|
1188
|
-
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {color: rgba(0, 0, 0, 0.85);}
|
|
1189
|
-
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {background-color: #f0f0f0;}
|
|
1190
|
-
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {color: rgba(0, 0, 0, 0.85);}
|
|
1191
|
-
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {background-color: #f0f0f0;}
|
|
1192
74
|
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {background: @primary-color;}
|
|
1193
|
-
.ant-steps-item-
|
|
1194
|
-
.ant-steps-item-finish .ant-steps-item-icon {background-color: #fff;border-color: @primary-color;}
|
|
75
|
+
.ant-steps-item-finish .ant-steps-item-icon {border-color: @primary-color;}
|
|
1195
76
|
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {color: @primary-color;}
|
|
1196
77
|
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {background: @primary-color;}
|
|
1197
|
-
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {color: rgba(0, 0, 0, 0.85);}
|
|
1198
78
|
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {background-color: @primary-color;}
|
|
1199
|
-
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {color: rgba(0, 0, 0, 0.45);}
|
|
1200
79
|
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {background-color: @primary-color;}
|
|
1201
|
-
.ant-steps-item-error .ant-steps-item-icon {background-color: #fff;border-color: #ff4d4f;}
|
|
1202
|
-
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {color: #ff4d4f;}
|
|
1203
|
-
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {background: #ff4d4f;}
|
|
1204
|
-
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {color: #ff4d4f;}
|
|
1205
|
-
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {background-color: #f0f0f0;}
|
|
1206
|
-
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {color: #ff4d4f;}
|
|
1207
|
-
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {background-color: #f0f0f0;}
|
|
1208
|
-
.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {background: #ff4d4f;}
|
|
1209
80
|
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title, .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle, .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {color: @primary-color;}
|
|
1210
81
|
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {border-color: @primary-color;}
|
|
1211
82
|
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {color: @primary-color;}
|
|
1212
|
-
.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon {background: none;border: 0;}
|
|
1213
83
|
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {color: @primary-color;}
|
|
1214
|
-
.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {background: none;}
|
|
1215
|
-
.ant-steps-small .ant-steps-item-icon {border-radius: 24px;}
|
|
1216
|
-
.ant-steps-small .ant-steps-item-description {color: rgba(0, 0, 0, 0.45);}
|
|
1217
|
-
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {background: none;border: 0;border-radius: 0;}
|
|
1218
|
-
.ant-steps-dot .ant-steps-item-icon, .ant-steps-dot.ant-steps-small .ant-steps-item-icon {background: transparent;border: 0;}
|
|
1219
|
-
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot, .ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {border-radius: 100px;}
|
|
1220
|
-
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after, .ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {background: rgba(0, 0, 0, 0.001);}
|
|
1221
|
-
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon, .ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {background: none;}
|
|
1222
|
-
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {background: none;}
|
|
1223
|
-
.ant-steps-navigation .ant-steps-item::after {border: 1px solid rgba(0, 0, 0, 0.25);border-bottom: none;border-left: none;}
|
|
1224
84
|
.ant-steps-navigation .ant-steps-item::before {background-color: @primary-color;}
|
|
1225
|
-
.ant-switch {
|
|
1226
|
-
.ant-switch:focus {box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);}
|
|
1227
|
-
.ant-switch-checked:focus {box-shadow: 0 0 0 2px rgba(76, 169, 165, 0.2);}
|
|
1228
|
-
.ant-switch:focus:hover {box-shadow: none;}
|
|
1229
|
-
.ant-switch-checked {background-color: @primary-color;}
|
|
1230
|
-
.ant-switch-loading *, .ant-switch-disabled * {box-shadow: none;}
|
|
1231
|
-
.ant-switch-inner {color: #fff;}
|
|
1232
|
-
.ant-switch-handle::before {background-color: #fff;border-radius: 9px;box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);}
|
|
1233
|
-
.ant-switch-loading-icon {color: rgba(0, 0, 0, 0.65);}
|
|
85
|
+
.ant-switch-checked {background: @primary-color;}
|
|
1234
86
|
.ant-switch-checked .ant-switch-loading-icon {color: @primary-color;}
|
|
1235
|
-
.ant-table-
|
|
1236
|
-
.ant-table.ant-table-bordered > .ant-table-title {border: 1px solid #f0f0f0;border-bottom: 0;}
|
|
1237
|
-
.ant-table.ant-table-bordered > .ant-table-container {border: 1px solid #f0f0f0;border-right: 0;border-bottom: 0;}
|
|
1238
|
-
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td {border-right: 1px solid #f0f0f0;}
|
|
1239
|
-
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th {border-bottom: 1px solid #f0f0f0;}
|
|
1240
|
-
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after {border-right: 1px solid #f0f0f0;}
|
|
1241
|
-
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {border-right: 1px solid #f0f0f0;}
|
|
1242
|
-
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td, .ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {border-right: 0;}
|
|
1243
|
-
.ant-table.ant-table-bordered > .ant-table-footer {border: 1px solid #f0f0f0;border-top: 0;}
|
|
1244
|
-
.ant-table-cell .ant-table-container:first-child {border-top: 0;}
|
|
1245
|
-
.ant-table-cell-scrollbar {box-shadow: 0 1px 0 1px #fafafa;}
|
|
1246
|
-
.ant-table {color: rgba(0, 0, 0, 0.85);background: #fff;border-radius: 2px;}
|
|
1247
|
-
.ant-table table {border-radius: 2px 2px 0 0;border-collapse: separate;border-spacing: 0;}
|
|
1248
|
-
.ant-table-footer {color: rgba(0, 0, 0, 0.85);background: #fafafa;}
|
|
1249
|
-
.ant-table-thead > tr > th {color: rgba(0, 0, 0, 0.85);background: #fafafa;border-bottom: 1px solid #f0f0f0;}
|
|
1250
|
-
.ant-table-thead > tr:not(:last-child) > th[colspan] {border-bottom: 0;}
|
|
1251
|
-
.ant-table-tbody > tr > td {border-bottom: 1px solid #f0f0f0;}
|
|
1252
|
-
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {border-bottom: 0;}
|
|
1253
|
-
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child, .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {border-radius: 0;}
|
|
1254
|
-
.ant-table-tbody > tr.ant-table-row:hover > td {background: #fafafa;}
|
|
1255
|
-
.ant-table-tbody > tr.ant-table-row-selected > td {background: color(~`colorPalette("@{primary-color}", 1)`);border-color: rgba(0, 0, 0, 0.03);}
|
|
1256
|
-
.ant-table-tbody > tr.ant-table-row-selected:hover > td {background: #d4e4e1;}
|
|
1257
|
-
.ant-table tfoot > tr > th, .ant-table tfoot > tr > td {border-bottom: 1px solid #f0f0f0;}
|
|
1258
|
-
.ant-table-thead th.ant-table-column-has-sorters:hover {background: #f2f2f2;}
|
|
1259
|
-
.ant-table-thead th.ant-table-column-has-sorters:hover .ant-table-filter-trigger-container {background: #f7f7f7;}
|
|
1260
|
-
.ant-table-thead th.ant-table-column-sort {background: #f5f5f5;}
|
|
1261
|
-
td.ant-table-column-sort {background: #fafafa;}
|
|
1262
|
-
.ant-table-column-sorter {color: #bfbfbf;}
|
|
87
|
+
.ant-table-thead th.ant-table-column-has-sorters:focus-visible {color: @primary-color;}
|
|
1263
88
|
.ant-table-column-sorter-up.active, .ant-table-column-sorter-down.active {color: @primary-color;}
|
|
1264
|
-
.ant-table-filter-trigger-container-open, .ant-table-filter-trigger-container:hover, .ant-table-thead th.ant-table-column-has-sorters:hover .ant-table-filter-trigger-container:hover {background: #e5e5e5;}
|
|
1265
|
-
.ant-table-filter-trigger {color: #bfbfbf;}
|
|
1266
|
-
.ant-table-filter-trigger-container-open .ant-table-filter-trigger, .ant-table-filter-trigger:hover {color: rgba(0, 0, 0, 0.45);}
|
|
1267
89
|
.ant-table-filter-trigger.active {color: @primary-color;}
|
|
1268
|
-
.ant-table-
|
|
1269
|
-
.ant-
|
|
1270
|
-
.ant-table-filter-dropdown-btns {background-color: inherit;border-top: 1px solid #f0f0f0;}
|
|
1271
|
-
.ant-table-selection-extra .anticon {color: #bfbfbf;}
|
|
1272
|
-
.ant-table-selection-extra .anticon:hover {color: #a6a6a6;}
|
|
1273
|
-
.ant-table-row-expand-icon {color: @primary-color;color: inherit;background: #fff;border: 1px solid #f0f0f0;border-radius: 2px;}
|
|
1274
|
-
.ant-table-row-expand-icon:focus, .ant-table-row-expand-icon:hover {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
1275
|
-
.ant-table-row-expand-icon:active {color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
1276
|
-
.ant-table-row-expand-icon:focus, .ant-table-row-expand-icon:hover {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
1277
|
-
.ant-table-row-expand-icon:active {color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
1278
|
-
.ant-table-row-expand-icon:focus, .ant-table-row-expand-icon:hover, .ant-table-row-expand-icon:active {border-color: currentColor;}
|
|
1279
|
-
.ant-table-row-expand-icon::before, .ant-table-row-expand-icon::after {background: currentColor;}
|
|
1280
|
-
.ant-table-row-expand-icon-spaced {background: transparent;border: 0;}
|
|
1281
|
-
tr.ant-table-expanded-row > td,
|
|
1282
|
-
tr.ant-table-expanded-row:hover > td {background: #fbfbfb;}
|
|
1283
|
-
.ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {color: rgba(0, 0, 0, 0.25);}
|
|
1284
|
-
.ant-table-tbody > tr.ant-table-placeholder:hover > td {background: #fff;}
|
|
1285
|
-
.ant-table-cell-fix-left, .ant-table-cell-fix-right {background: #fff;}
|
|
1286
|
-
.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);}
|
|
1287
|
-
.ant-table-ping-left .ant-table-cell-fix-left-first::after, .ant-table-ping-left .ant-table-cell-fix-left-last::after {box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);}
|
|
1288
|
-
.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);}
|
|
1289
|
-
.ant-table-ping-right .ant-table-cell-fix-right-first::after, .ant-table-ping-right .ant-table-cell-fix-right-last::after {box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);}
|
|
1290
|
-
.ant-table-sticky-scroll {background: #ffffff;border-top: 1px solid #f0f0f0;}
|
|
1291
|
-
.ant-table-sticky-scroll-bar {background-color: rgba(0, 0, 0, 0.35);border-radius: 4px;}
|
|
1292
|
-
.ant-table-sticky-scroll-bar:hover {background-color: rgba(0, 0, 0, 0.8);}
|
|
1293
|
-
.ant-table-sticky-scroll-bar-active {background-color: rgba(0, 0, 0, 0.8);}
|
|
1294
|
-
.ant-table-title {border-radius: 2px 2px 0 0;}
|
|
1295
|
-
.ant-table-title + .ant-table-container {border-top-left-radius: 0;border-top-right-radius: 0;}
|
|
1296
|
-
.ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {border-radius: 0;}
|
|
1297
|
-
.ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {border-radius: 0;}
|
|
1298
|
-
.ant-table-container {border-top-left-radius: 2px;border-top-right-radius: 2px;}
|
|
1299
|
-
.ant-table-container table > thead > tr:first-child th:first-child {border-top-left-radius: 2px;}
|
|
1300
|
-
.ant-table-container table > thead > tr:first-child th:last-child {border-top-right-radius: 2px;}
|
|
1301
|
-
.ant-table-footer {border-radius: 0 0 2px 2px;}
|
|
1302
|
-
.nz-table-out-bordered > .ant-table-title {border: 1px solid #f0f0f0;border-bottom: 0;}
|
|
1303
|
-
.nz-table-out-bordered > .ant-table-container {border: 1px solid #f0f0f0;border-bottom: 0;}
|
|
1304
|
-
.nz-table-out-bordered > .ant-table-footer {border: 1px solid #f0f0f0;border-top: 0;}
|
|
1305
|
-
.nz-table-hide-scrollbar {scrollbar-color: #fafafa #fafafa;}
|
|
1306
|
-
.nz-table-hide-scrollbar::-webkit-scrollbar {background-color: #fafafa;}
|
|
1307
|
-
.ant-table.ant-table-small .nz-table-hide-scrollbar {scrollbar-color: #fafafa #fafafa;}
|
|
1308
|
-
.ant-table.ant-table-small .nz-table-hide-scrollbar::-webkit-scrollbar {background-color: transparent;}
|
|
1309
|
-
.ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > thead > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tbody > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tfoot > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tfoot > tr > td {border-right: 1px solid #f0f0f0;}
|
|
1310
|
-
.ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > thead > tr:not(:last-child) > th {border-bottom: 1px solid #f0f0f0;}
|
|
1311
|
-
.ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > thead > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tbody > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tfoot > tr > .ant-table-cell-fix-right-first::after {border-right: 1px solid #f0f0f0;}
|
|
1312
|
-
.ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {border-right: 1px solid #f0f0f0;}
|
|
1313
|
-
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tbody > tr.ant-table-expanded-row > td, .ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tbody > tr.ant-table-placeholder > td {border-right: 0;}
|
|
1314
|
-
.ant-tabs-top > .ant-tabs-nav::before, .ant-tabs-bottom > .ant-tabs-nav::before, .ant-tabs-top > div > .ant-tabs-nav::before, .ant-tabs-bottom > div > .ant-tabs-nav::before {border-bottom: 1px solid #f0f0f0;}
|
|
1315
|
-
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);}
|
|
1316
|
-
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);}
|
|
1317
|
-
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);}
|
|
1318
|
-
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);}
|
|
1319
|
-
.ant-tabs-left > .ant-tabs-content-holder, .ant-tabs-left > div > .ant-tabs-content-holder {border-left: 1px solid #f0f0f0;}
|
|
1320
|
-
.ant-tabs-right > .ant-tabs-content-holder, .ant-tabs-right > div > .ant-tabs-content-holder {border-right: 1px solid #f0f0f0;}
|
|
1321
|
-
.ant-tabs-dropdown {color: rgba(0, 0, 0, 0.85);}
|
|
1322
|
-
.ant-tabs-dropdown-menu {background-color: #fff;background-clip: padding-box;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);}
|
|
1323
|
-
.ant-tabs-dropdown-menu-item {color: rgba(0, 0, 0, 0.85);}
|
|
1324
|
-
.ant-tabs-dropdown-menu-item:hover {background: #f5f5f5;}
|
|
1325
|
-
.ant-tabs-dropdown-menu-item-disabled, .ant-tabs-dropdown-menu-item-disabled:hover {color: rgba(0, 0, 0, 0.25);background: transparent;}
|
|
1326
|
-
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {background: #fafafa;border: 1px solid #f0f0f0;}
|
|
1327
|
-
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {color: @primary-color;background: #fff;}
|
|
1328
|
-
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {border-radius: 2px 2px 0 0;}
|
|
1329
|
-
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {border-bottom-color: #fff;}
|
|
1330
|
-
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {border-radius: 0 0 2px 2px;}
|
|
1331
|
-
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {border-top-color: #fff;}
|
|
1332
|
-
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {border-radius: 2px 0 0 2px;}
|
|
1333
|
-
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {border-right-color: #fff;}
|
|
1334
|
-
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {border-radius: 0 2px 2px 0;}
|
|
1335
|
-
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {border-left-color: #fff;}
|
|
1336
|
-
.ant-tabs {color: rgba(0, 0, 0, 0.85);}
|
|
1337
|
-
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {background: transparent;border: 0;}
|
|
1338
|
-
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {background: #fafafa;border: 1px solid #f0f0f0;border-radius: 2px 2px 0 0;}
|
|
1339
|
-
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
1340
|
-
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active, .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
90
|
+
.ant-table-row-expand-icon {color: @primary-color;}
|
|
91
|
+
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {color: @primary-color;}
|
|
1341
92
|
.ant-tabs-ink-bar {background: @primary-color;}
|
|
1342
|
-
.ant-tabs-tab {background: transparent;border: 0;}
|
|
1343
|
-
.ant-tabs-tab-btn:focus, .ant-tabs-tab-remove:focus, .ant-tabs-tab-btn:active, .ant-tabs-tab-remove:active {color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
1344
|
-
.ant-tabs-tab-remove {color: rgba(0, 0, 0, 0.45);background: transparent;border: none;}
|
|
1345
|
-
.ant-tabs-tab-remove:hover {color: rgba(0, 0, 0, 0.85);}
|
|
1346
|
-
.ant-tabs-tab:hover {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
1347
93
|
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {color: @primary-color;}
|
|
1348
|
-
.ant-tabs-tab.ant-tabs-tab-disabled {color: rgba(0, 0, 0, 0.25);}
|
|
1349
|
-
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus, .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus, .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active, .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {color: rgba(0, 0, 0, 0.25);}
|
|
1350
|
-
a[nz-tab-link]::before {background-color: transparent;}
|
|
1351
|
-
.nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu {background-color: #fff;background-clip: padding-box;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);}
|
|
1352
|
-
.nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu-item {color: rgba(0, 0, 0, 0.85);}
|
|
1353
|
-
.nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu-item:hover {background: #f5f5f5;}
|
|
1354
|
-
.nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu-item-disabled, .nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu-item-disabled:hover {color: rgba(0, 0, 0, 0.25);background: transparent;}
|
|
1355
|
-
.nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu-item-disabled a, .nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu-item-disabled:hover a {color: rgba(0, 0, 0, 0.25);}
|
|
1356
|
-
.ant-tabs-tab-disabled a {color: rgba(0, 0, 0, 0.25);}
|
|
1357
|
-
.ant-tag {color: rgba(0, 0, 0, 0.85);background: #fafafa;border: 1px solid #d9d9d9;border-radius: 2px;}
|
|
1358
|
-
.ant-tag, .ant-tag a, .ant-tag a:hover {color: rgba(0, 0, 0, 0.85);}
|
|
1359
|
-
.ant-tag-close-icon {color: rgba(0, 0, 0, 0.45);}
|
|
1360
|
-
.ant-tag-close-icon:hover {color: rgba(0, 0, 0, 0.85);}
|
|
1361
|
-
.ant-tag-has-color {border-color: transparent;}
|
|
1362
|
-
.ant-tag-has-color, .ant-tag-has-color a, .ant-tag-has-color a:hover, .ant-tag-has-color .anticon-close, .ant-tag-has-color .anticon-close:hover {color: #fff;}
|
|
1363
|
-
.ant-tag-checkable {background-color: transparent;border-color: transparent;}
|
|
1364
94
|
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {color: @primary-color;}
|
|
1365
|
-
.ant-tag-checkable:active, .ant-tag-checkable-checked {color: #fff;}
|
|
1366
95
|
.ant-tag-checkable-checked {background-color: @primary-color;}
|
|
1367
|
-
.ant-tag-
|
|
1368
|
-
.ant-tag-pink {color: #c41d7f;background: #fff0f6;border-color: #ffadd2;}
|
|
1369
|
-
.ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
|
|
1370
|
-
.ant-tag-magenta {color: #c41d7f;background: #fff0f6;border-color: #ffadd2;}
|
|
1371
|
-
.ant-tag-magenta-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
|
|
1372
|
-
.ant-tag-red {color: #cf1322;background: #fff1f0;border-color: #ffa39e;}
|
|
1373
|
-
.ant-tag-red-inverse {color: #fff;background: #f5222d;border-color: #f5222d;}
|
|
1374
|
-
.ant-tag-volcano {color: #d4380d;background: #fff2e8;border-color: #ffbb96;}
|
|
1375
|
-
.ant-tag-volcano-inverse {color: #fff;background: #fa541c;border-color: #fa541c;}
|
|
1376
|
-
.ant-tag-orange {color: #d46b08;background: #fff7e6;border-color: #ffd591;}
|
|
1377
|
-
.ant-tag-orange-inverse {color: #fff;background: #fa8c16;border-color: #fa8c16;}
|
|
1378
|
-
.ant-tag-yellow {color: #d4b106;background: #feffe6;border-color: #fffb8f;}
|
|
1379
|
-
.ant-tag-yellow-inverse {color: #fff;background: #fadb14;border-color: #fadb14;}
|
|
1380
|
-
.ant-tag-gold {color: #d48806;background: #fffbe6;border-color: #ffe58f;}
|
|
1381
|
-
.ant-tag-gold-inverse {color: #fff;background: #faad14;border-color: #faad14;}
|
|
1382
|
-
.ant-tag-cyan {color: #08979c;background: #e6fffb;border-color: #87e8de;}
|
|
1383
|
-
.ant-tag-cyan-inverse {color: #fff;background: #13c2c2;border-color: #13c2c2;}
|
|
1384
|
-
.ant-tag-lime {color: #7cb305;background: #fcffe6;border-color: #eaff8f;}
|
|
1385
|
-
.ant-tag-lime-inverse {color: #fff;background: #a0d911;border-color: #a0d911;}
|
|
1386
|
-
.ant-tag-green {color: #389e0d;background: #f6ffed;border-color: #b7eb8f;}
|
|
1387
|
-
.ant-tag-green-inverse {color: #fff;background: #52c41a;border-color: #52c41a;}
|
|
1388
|
-
.ant-tag-blue {color: #096dd9;background: #e6f7ff;border-color: #91d5ff;}
|
|
1389
|
-
.ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;}
|
|
1390
|
-
.ant-tag-geekblue {color: #1d39c4;background: #f0f5ff;border-color: #adc6ff;}
|
|
1391
|
-
.ant-tag-geekblue-inverse {color: #fff;background: #2f54eb;border-color: #2f54eb;}
|
|
1392
|
-
.ant-tag-purple {color: #531dab;background: #f9f0ff;border-color: #d3adf7;}
|
|
1393
|
-
.ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;}
|
|
1394
|
-
.ant-tag-success {color: #52c41a;background: #f6ffed;border-color: #b7eb8f;}
|
|
1395
|
-
.ant-tag-processing {color: #1890ff;background: #e6f7ff;border-color: #91d5ff;}
|
|
1396
|
-
.ant-tag-error {color: #f5222d;background: #fff1f0;border-color: #ffa39e;}
|
|
1397
|
-
.ant-tag-warning {color: #fa8c16;background: #fff7e6;border-color: #ffd591;}
|
|
1398
|
-
.ant-timeline {color: rgba(0, 0, 0, 0.85);}
|
|
1399
|
-
.ant-timeline-item-tail {border-left: 2px solid #f0f0f0;}
|
|
1400
|
-
.ant-timeline-item-pending .ant-timeline-item-head {background-color: transparent;}
|
|
1401
|
-
.ant-timeline-item-head {background-color: #fff;border: 2px solid transparent;border-radius: 100px;}
|
|
96
|
+
.ant-tag-processing {color: @primary-color;}
|
|
1402
97
|
.ant-timeline-item-head-blue {color: @primary-color;border-color: @primary-color;}
|
|
1403
|
-
.ant-
|
|
1404
|
-
.ant-timeline-item-head-green {color: #52c41a;border-color: #52c41a;}
|
|
1405
|
-
.ant-timeline-item-head-gray {color: rgba(0, 0, 0, 0.25);border-color: rgba(0, 0, 0, 0.25);}
|
|
1406
|
-
.ant-timeline-item-head-custom {border: 0;border-radius: 0;}
|
|
1407
|
-
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {border-left: 2px dotted #f0f0f0;}
|
|
1408
|
-
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {border-left: 2px dotted #f0f0f0;}
|
|
1409
|
-
.ant-timeline-rtl .ant-timeline-item-tail {border-right: 2px solid #f0f0f0;border-left: none;}
|
|
1410
|
-
.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {border-right: 2px dotted #f0f0f0;border-left: none;}
|
|
1411
|
-
.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {border-right: 2px dotted #f0f0f0;border-left: none;}
|
|
1412
|
-
.ant-tooltip {color: rgba(0, 0, 0, 0.85);}
|
|
1413
|
-
.ant-tooltip-inner {color: #fff;background-color: rgba(0, 0, 0, 0.75);border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);}
|
|
1414
|
-
.ant-tooltip-arrow {background: transparent;}
|
|
1415
|
-
.ant-tooltip-arrow-content {background-color: rgba(0, 0, 0, 0.75);}
|
|
1416
|
-
.ant-tooltip-placement-top .ant-tooltip-arrow-content, .ant-tooltip-placement-topLeft .ant-tooltip-arrow-content, .ant-tooltip-placement-topRight .ant-tooltip-arrow-content {box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);}
|
|
1417
|
-
.ant-tooltip-placement-right .ant-tooltip-arrow-content, .ant-tooltip-placement-rightTop .ant-tooltip-arrow-content, .ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);}
|
|
1418
|
-
.ant-tooltip-placement-left .ant-tooltip-arrow-content, .ant-tooltip-placement-leftTop .ant-tooltip-arrow-content, .ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);}
|
|
1419
|
-
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content, .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content, .ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);}
|
|
1420
|
-
.ant-tooltip-pink .ant-tooltip-inner {background-color: #eb2f96;}
|
|
1421
|
-
.ant-tooltip-pink .ant-tooltip-arrow-content {background-color: #eb2f96;}
|
|
1422
|
-
.ant-tooltip-magenta .ant-tooltip-inner {background-color: #eb2f96;}
|
|
1423
|
-
.ant-tooltip-magenta .ant-tooltip-arrow-content {background-color: #eb2f96;}
|
|
1424
|
-
.ant-tooltip-red .ant-tooltip-inner {background-color: #f5222d;}
|
|
1425
|
-
.ant-tooltip-red .ant-tooltip-arrow-content {background-color: #f5222d;}
|
|
1426
|
-
.ant-tooltip-volcano .ant-tooltip-inner {background-color: #fa541c;}
|
|
1427
|
-
.ant-tooltip-volcano .ant-tooltip-arrow-content {background-color: #fa541c;}
|
|
1428
|
-
.ant-tooltip-orange .ant-tooltip-inner {background-color: #fa8c16;}
|
|
1429
|
-
.ant-tooltip-orange .ant-tooltip-arrow-content {background-color: #fa8c16;}
|
|
1430
|
-
.ant-tooltip-yellow .ant-tooltip-inner {background-color: #fadb14;}
|
|
1431
|
-
.ant-tooltip-yellow .ant-tooltip-arrow-content {background-color: #fadb14;}
|
|
1432
|
-
.ant-tooltip-gold .ant-tooltip-inner {background-color: #faad14;}
|
|
1433
|
-
.ant-tooltip-gold .ant-tooltip-arrow-content {background-color: #faad14;}
|
|
1434
|
-
.ant-tooltip-cyan .ant-tooltip-inner {background-color: #13c2c2;}
|
|
1435
|
-
.ant-tooltip-cyan .ant-tooltip-arrow-content {background-color: #13c2c2;}
|
|
1436
|
-
.ant-tooltip-lime .ant-tooltip-inner {background-color: #a0d911;}
|
|
1437
|
-
.ant-tooltip-lime .ant-tooltip-arrow-content {background-color: #a0d911;}
|
|
1438
|
-
.ant-tooltip-green .ant-tooltip-inner {background-color: #52c41a;}
|
|
1439
|
-
.ant-tooltip-green .ant-tooltip-arrow-content {background-color: #52c41a;}
|
|
1440
|
-
.ant-tooltip-blue .ant-tooltip-inner {background-color: #1890ff;}
|
|
1441
|
-
.ant-tooltip-blue .ant-tooltip-arrow-content {background-color: #1890ff;}
|
|
1442
|
-
.ant-tooltip-geekblue .ant-tooltip-inner {background-color: #2f54eb;}
|
|
1443
|
-
.ant-tooltip-geekblue .ant-tooltip-arrow-content {background-color: #2f54eb;}
|
|
1444
|
-
.ant-tooltip-purple .ant-tooltip-inner {background-color: #722ed1;}
|
|
1445
|
-
.ant-tooltip-purple .ant-tooltip-arrow-content {background-color: #722ed1;}
|
|
1446
|
-
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {border: 0;border-radius: 0;}
|
|
1447
|
-
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {background: #fafafa;}
|
|
1448
|
-
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {border-bottom: 1px solid #f0f0f0;}
|
|
1449
|
-
.ant-transfer-customize-list .ant-input[disabled] {background-color: transparent;}
|
|
1450
|
-
.ant-transfer {color: rgba(0, 0, 0, 0.85);}
|
|
1451
|
-
.ant-transfer-disabled .ant-transfer-list {background: #f5f5f5;}
|
|
1452
|
-
.ant-transfer-list {border: 1px solid #d9d9d9;border-radius: 2px;}
|
|
1453
|
-
.ant-transfer-list-search-action {color: rgba(0, 0, 0, 0.25);}
|
|
1454
|
-
.ant-transfer-list-search-action .anticon {color: rgba(0, 0, 0, 0.25);}
|
|
1455
|
-
.ant-transfer-list-search-action .anticon:hover {color: rgba(0, 0, 0, 0.45);}
|
|
1456
|
-
.ant-transfer-list-header {color: rgba(0, 0, 0, 0.85);background: #fff;border-bottom: 1px solid #f0f0f0;border-radius: 2px 2px 0 0;}
|
|
1457
|
-
.ant-transfer-list-content-item-remove {color: @primary-color;color: #d9d9d9;}
|
|
1458
|
-
.ant-transfer-list-content-item-remove:focus, .ant-transfer-list-content-item-remove:hover {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
1459
|
-
.ant-transfer-list-content-item-remove:active {color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
1460
|
-
.ant-transfer-list-content-item-remove:focus, .ant-transfer-list-content-item-remove:hover {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
1461
|
-
.ant-transfer-list-content-item-remove:active {color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
1462
|
-
.ant-transfer-list-content-item-remove:hover {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
1463
|
-
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {background-color: #f5f5f5;}
|
|
1464
|
-
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover {background-color: #d4e4e1;}
|
|
1465
|
-
.ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {background: transparent;}
|
|
1466
|
-
.ant-transfer-list-content-item-checked {background-color: color(~`colorPalette("@{primary-color}", 1)`);}
|
|
1467
|
-
.ant-transfer-list-content-item-disabled {color: rgba(0, 0, 0, 0.25);}
|
|
1468
|
-
.ant-transfer-list-pagination {border-top: 1px solid #f0f0f0;}
|
|
1469
|
-
.ant-transfer-list-body-not-found {color: rgba(0, 0, 0, 0.25);}
|
|
1470
|
-
.ant-transfer-list-footer {border-top: 1px solid #f0f0f0;}
|
|
1471
|
-
.ant-typography {color: rgba(0, 0, 0, 0.85);}
|
|
1472
|
-
.ant-typography.ant-typography-secondary {color: rgba(0, 0, 0, 0.45);}
|
|
1473
|
-
.ant-typography.ant-typography-success {color: #52c41a;}
|
|
1474
|
-
.ant-typography.ant-typography-warning {color: #faad14;}
|
|
1475
|
-
.ant-typography.ant-typography-danger {color: #ff4d4f;}
|
|
1476
|
-
a.ant-typography.ant-typography-danger:active,
|
|
1477
|
-
a.ant-typography.ant-typography-danger:focus,
|
|
1478
|
-
a.ant-typography.ant-typography-danger:hover {color: #ff7875;}
|
|
1479
|
-
.ant-typography.ant-typography-disabled {color: rgba(0, 0, 0, 0.25);}
|
|
1480
|
-
h1.ant-typography, .ant-typography h1 {color: rgba(0, 0, 0, 0.85);}
|
|
1481
|
-
h2.ant-typography, .ant-typography h2 {color: rgba(0, 0, 0, 0.85);}
|
|
1482
|
-
h3.ant-typography, .ant-typography h3 {color: rgba(0, 0, 0, 0.85);}
|
|
1483
|
-
h4.ant-typography, .ant-typography h4 {color: rgba(0, 0, 0, 0.85);}
|
|
1484
|
-
h5.ant-typography, .ant-typography h5 {color: rgba(0, 0, 0, 0.85);}
|
|
98
|
+
.ant-transfer-list-content-item-remove {color: @primary-color;}
|
|
1485
99
|
a.ant-typography, .ant-typography a {color: @primary-color;}
|
|
1486
|
-
a.ant-typography:focus, .ant-typography a:focus,
|
|
1487
|
-
a.ant-typography:hover, .ant-typography a:hover {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
1488
|
-
a.ant-typography:active, .ant-typography a:active {color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
1489
|
-
a.ant-typography:focus, .ant-typography a:focus,
|
|
1490
|
-
a.ant-typography:hover, .ant-typography a:hover {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
1491
|
-
a.ant-typography:active, .ant-typography a:active {color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
1492
|
-
a.ant-typography[disabled], .ant-typography a[disabled],
|
|
1493
|
-
a.ant-typography.ant-typography-disabled, .ant-typography a.ant-typography-disabled {color: rgba(0, 0, 0, 0.25);}
|
|
1494
|
-
a.ant-typography[disabled]:active, .ant-typography a[disabled]:active,
|
|
1495
|
-
a.ant-typography.ant-typography-disabled:active, .ant-typography a.ant-typography-disabled:active,
|
|
1496
|
-
a.ant-typography[disabled]:hover, .ant-typography a[disabled]:hover,
|
|
1497
|
-
a.ant-typography.ant-typography-disabled:hover, .ant-typography a.ant-typography-disabled:hover {color: rgba(0, 0, 0, 0.25);}
|
|
1498
|
-
.ant-typography code {background: rgba(150, 150, 150, 0.1);border: 1px solid rgba(100, 100, 100, 0.2);border-radius: 3px;}
|
|
1499
|
-
.ant-typography kbd {background: rgba(150, 150, 150, 0.06);border: 1px solid rgba(100, 100, 100, 0.2);border-bottom-width: 2px;border-radius: 3px;}
|
|
1500
|
-
.ant-typography mark {background-color: #ffe58f;}
|
|
1501
100
|
.ant-typography-expand, .ant-typography-edit, .ant-typography-copy {color: @primary-color;}
|
|
1502
|
-
.ant-typography-expand:focus, .ant-typography-edit:focus, .ant-typography-copy:focus, .ant-typography-expand:hover, .ant-typography-edit:hover, .ant-typography-copy:hover {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
1503
|
-
.ant-typography-expand:active, .ant-typography-edit:active, .ant-typography-copy:active {color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
1504
|
-
.ant-typography-expand:focus, .ant-typography-edit:focus, .ant-typography-copy:focus, .ant-typography-expand:hover, .ant-typography-edit:hover, .ant-typography-copy:hover {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
1505
|
-
.ant-typography-expand:active, .ant-typography-edit:active, .ant-typography-copy:active {color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
1506
|
-
.ant-typography-copy-success, .ant-typography-copy-success:hover, .ant-typography-copy-success:focus {color: #52c41a;}
|
|
1507
|
-
.ant-typography-edit-content-confirm {color: rgba(0, 0, 0, 0.45);}
|
|
1508
|
-
.ant-typography pre {background: rgba(150, 150, 150, 0.1);border: 1px solid rgba(100, 100, 100, 0.2);border-radius: 3px;}
|
|
1509
|
-
.ant-typography pre code {background: transparent;border: 0;}
|
|
1510
|
-
.ant-typography blockquote {border-left: 4px solid rgba(100, 100, 100, 0.2);}
|
|
1511
|
-
.ant-upload {color: rgba(0, 0, 0, 0.85);}
|
|
1512
|
-
.ant-upload.ant-upload-select-picture-card {background-color: #fafafa;border: 1px dashed #d9d9d9;border-radius: 2px;}
|
|
1513
101
|
.ant-upload.ant-upload-select-picture-card:hover {border-color: @primary-color;}
|
|
1514
|
-
.ant-
|
|
1515
|
-
.ant-
|
|
1516
|
-
.ant-
|
|
1517
|
-
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
1518
|
-
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {color: color(~`colorPalette("@{primary-color}", 5)`);}
|
|
1519
|
-
.ant-upload.ant-upload-drag p.ant-upload-text {color: rgba(0, 0, 0, 0.85);}
|
|
1520
|
-
.ant-upload.ant-upload-drag p.ant-upload-hint {color: rgba(0, 0, 0, 0.45);}
|
|
1521
|
-
.ant-upload.ant-upload-drag .anticon-plus {color: rgba(0, 0, 0, 0.25);}
|
|
1522
|
-
.ant-upload.ant-upload-drag .anticon-plus:hover {color: rgba(0, 0, 0, 0.45);}
|
|
1523
|
-
.ant-upload.ant-upload-drag:hover .anticon-plus {color: rgba(0, 0, 0, 0.45);}
|
|
1524
|
-
.ant-upload-list {color: rgba(0, 0, 0, 0.85);}
|
|
1525
|
-
.ant-upload-list-item-card-actions .anticon {color: rgba(0, 0, 0, 0.45);}
|
|
1526
|
-
.ant-upload-list-item-info .anticon-loading .anticon, .ant-upload-list-item-info .ant-upload-text-icon .anticon {color: rgba(0, 0, 0, 0.45);}
|
|
1527
|
-
.ant-upload-list-item .anticon-close {color: rgba(0, 0, 0, 0.45);}
|
|
1528
|
-
.ant-upload-list-item .anticon-close:hover {color: rgba(0, 0, 0, 0.85);}
|
|
1529
|
-
.ant-upload-list-item:hover .ant-upload-list-item-info {background-color: #f5f5f5;}
|
|
1530
|
-
.ant-upload-list-item-error, .ant-upload-list-item-error .ant-upload-text-icon > .anticon, .ant-upload-list-item-error .ant-upload-list-item-name {color: #ff4d4f;}
|
|
1531
|
-
.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {color: #ff4d4f;}
|
|
1532
|
-
.ant-upload-list-picture .ant-upload-list-item, .ant-upload-list-picture-card .ant-upload-list-item {border: 1px solid #d9d9d9;border-radius: 2px;}
|
|
1533
|
-
.ant-upload-list-picture .ant-upload-list-item:hover, .ant-upload-list-picture-card .ant-upload-list-item:hover {background: transparent;}
|
|
1534
|
-
.ant-upload-list-picture .ant-upload-list-item-error, .ant-upload-list-picture-card .ant-upload-list-item-error {border-color: #ff4d4f;}
|
|
1535
|
-
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info, .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {background: transparent;}
|
|
1536
|
-
.ant-upload-list-picture .ant-upload-list-item-uploading, .ant-upload-list-picture-card .ant-upload-list-item-uploading {border-style: dashed;}
|
|
1537
|
-
.ant-upload-list-picture-card .ant-upload-list-item-info::before {background-color: rgba(0, 0, 0, 0.5);}
|
|
1538
|
-
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {color: rgba(255, 255, 255, 0.85);}
|
|
1539
|
-
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {color: #fff;}
|
|
1540
|
-
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {background-color: #fafafa;}
|
|
1541
|
-
.ant-select-auto-complete {color: rgba(0, 0, 0, 0.85);}
|
|
1542
|
-
.ant-cascader {color: rgba(0, 0, 0, 0.85);}
|
|
1543
|
-
.ant-cascader-input.ant-input {background-color: transparent !important;}
|
|
1544
|
-
.ant-cascader-picker {color: rgba(0, 0, 0, 0.85);background-color: #fff;border-radius: 2px;}
|
|
1545
|
-
.ant-cascader-picker-with-value .ant-cascader-picker-label {color: transparent;}
|
|
1546
|
-
.ant-cascader-picker-disabled {color: rgba(0, 0, 0, 0.25);background: #f5f5f5;}
|
|
1547
|
-
.ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(76, 169, 165, 0.2);}
|
|
1548
|
-
.ant-input-rtl .ant-cascader-picker:focus .ant-cascader-input {border-right-width: 0;border-left-width: 1px !important;}
|
|
1549
|
-
.ant-cascader-picker-borderless .ant-cascader-input {border-color: transparent !important;box-shadow: none !important;}
|
|
1550
|
-
.ant-cascader-picker-show-search.ant-cascader-picker-focused {color: rgba(0, 0, 0, 0.25);}
|
|
1551
|
-
.ant-cascader-picker-clear {color: rgba(0, 0, 0, 0.25);background: #fff;}
|
|
1552
|
-
.ant-cascader-picker-clear:hover {color: rgba(0, 0, 0, 0.45);}
|
|
1553
|
-
.ant-cascader-picker-arrow {color: rgba(0, 0, 0, 0.25);}
|
|
1554
|
-
.ant-cascader-picker-label:hover + .ant-cascader-input:not(.ant-cascader-picker-disabled .ant-cascader-picker-label:hover + .ant-cascader-input) {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;}
|
|
1555
|
-
.ant-input-rtl .ant-cascader-picker-label:hover + .ant-cascader-input:not(.ant-cascader-picker-disabled .ant-cascader-picker-label:hover + .ant-cascader-input) {border-right-width: 0;border-left-width: 1px !important;}
|
|
1556
|
-
.ant-cascader-menus {background: #fff;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);}
|
|
1557
|
-
.ant-cascader-menu {border-right: 1px solid #f0f0f0;}
|
|
1558
|
-
.ant-cascader-menu:first-child {border-radius: 2px 0 0 2px;}
|
|
1559
|
-
.ant-cascader-menu:last-child {border-right-color: transparent;border-radius: 0 2px 2px 0;}
|
|
1560
|
-
.ant-cascader-menu:only-child {border-radius: 2px;}
|
|
1561
|
-
.ant-cascader-menu-item:hover {background: #f5f5f5;}
|
|
1562
|
-
.ant-cascader-menu-item-disabled {color: rgba(0, 0, 0, 0.25);}
|
|
1563
|
-
.ant-cascader-menu-item-disabled:hover {background: transparent;}
|
|
1564
|
-
.ant-cascader-menu-empty .ant-cascader-menu-item {color: rgba(0, 0, 0, 0.25);}
|
|
1565
|
-
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled), .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {background-color: color(~`colorPalette("@{primary-color}", 1)`);}
|
|
1566
|
-
.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon, .ant-cascader-menu-item-loading-icon {color: rgba(0, 0, 0, 0.45);}
|
|
1567
|
-
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon, .ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {color: rgba(0, 0, 0, 0.25);}
|
|
1568
|
-
.ant-cascader-menu-item .ant-cascader-menu-item-keyword {color: #ff4d4f;}
|
|
1569
|
-
.ant-cascader-menu-rtl .ant-cascader-menu {border-right: none;border-left: 1px solid #f0f0f0;}
|
|
1570
|
-
.ant-cascader-menu-rtl .ant-cascader-menu:first-child {border-radius: 0 2px 2px 0;}
|
|
1571
|
-
.ant-cascader-menu-rtl .ant-cascader-menu:last-child {border-left-color: transparent;border-radius: 2px 0 0 2px;}
|
|
1572
|
-
.ant-cascader-menu-rtl .ant-cascader-menu:only-child {border-radius: 2px;}
|
|
1573
|
-
.ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {background: #f5f5f5;}
|
|
1574
|
-
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {border-radius: 0;}
|
|
1575
|
-
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {background: transparent;}
|
|
1576
|
-
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {color: #fff;background: transparent;}
|
|
102
|
+
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner, .ant-cascader-checkbox:hover .ant-cascader-checkbox-inner, .ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {border-color: @primary-color;}
|
|
103
|
+
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {background-color: @primary-color;border-color: @primary-color;}
|
|
104
|
+
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {background-color: @primary-color;}
|
|
1577
105
|
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before, .ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {background: @primary-color;}
|
|
1578
|
-
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {color: #fff;}
|
|
1579
|
-
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {color: #fff;background: transparent;}
|
|
1580
|
-
.ant-tree-checkbox {color: rgba(0, 0, 0, 0.85);}
|
|
1581
106
|
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner, .ant-tree-checkbox:hover .ant-tree-checkbox-inner, .ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {border-color: @primary-color;}
|
|
1582
|
-
.ant-tree-checkbox-checked::after {border: 1px solid @primary-color;border-radius: 2px;}
|
|
1583
|
-
.ant-tree-checkbox-inner {background-color: #fff;border: 1px solid #d9d9d9;border-radius: 2px;border-collapse: separate;}
|
|
1584
|
-
.ant-tree-checkbox-inner::after {border: 2px solid #fff;border-top: 0;border-left: 0;}
|
|
1585
|
-
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {border: 2px solid #fff;border-top: 0;border-left: 0;}
|
|
1586
107
|
.ant-tree-checkbox-checked .ant-tree-checkbox-inner {background-color: @primary-color;border-color: @primary-color;}
|
|
1587
|
-
.ant-tree-checkbox-
|
|
1588
|
-
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {background-color: #f5f5f5;border-color: #d9d9d9 !important;}
|
|
1589
|
-
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {border-color: #f5f5f5;border-collapse: separate;}
|
|
1590
|
-
.ant-tree-checkbox-disabled + span {color: rgba(0, 0, 0, 0.25);}
|
|
1591
|
-
.ant-tree-checkbox-wrapper {color: rgba(0, 0, 0, 0.85);}
|
|
1592
|
-
.ant-tree-checkbox-group {color: rgba(0, 0, 0, 0.85);}
|
|
1593
|
-
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {background-color: #fff;border-color: #d9d9d9;}
|
|
1594
|
-
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {background-color: @primary-color;border: 0;}
|
|
1595
|
-
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {background-color: rgba(0, 0, 0, 0.25);border-color: rgba(0, 0, 0, 0.25);}
|
|
1596
|
-
.ant-tree {color: rgba(0, 0, 0, 0.85);background: #fff;border-radius: 2px;}
|
|
1597
|
-
.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {background: color(~`colorPalette("@{primary-color}", 1)`);}
|
|
1598
|
-
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {color: rgba(0, 0, 0, 0.25);}
|
|
1599
|
-
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {background: transparent;}
|
|
1600
|
-
.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {background: #f5f5f5;}
|
|
1601
|
-
.ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title {color: inherit;}
|
|
108
|
+
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {background-color: @primary-color;}
|
|
1602
109
|
.ant-tree-switcher-loading-icon {color: @primary-color;}
|
|
1603
|
-
.ant-tree-
|
|
1604
|
-
.ant-tree-switcher-leaf-line::after {border-bottom: 1px solid #d9d9d9;}
|
|
1605
|
-
.ant-tree .ant-tree-node-content-wrapper {color: inherit;background: transparent;border-radius: 2px;}
|
|
1606
|
-
.ant-tree .ant-tree-node-content-wrapper:hover {background-color: #f5f5f5;}
|
|
1607
|
-
.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {background-color: color(~`colorPalette("@{primary-color}", 2)`);}
|
|
1608
|
-
.ant-tree-unselectable .ant-tree-node-content-wrapper:hover {background-color: transparent;}
|
|
1609
|
-
.ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator {background-color: @primary-color;border-radius: 1px;}
|
|
1610
|
-
.ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {background-color: transparent;border: 2px solid @primary-color;border-radius: 50%;}
|
|
1611
|
-
.ant-tree .ant-tree-treenode.drop-container > [draggable] {box-shadow: 0 0 0 2px @primary-color;}
|
|
1612
|
-
.ant-tree-show-line .ant-tree-indent-unit::before {border-right: 1px solid #d9d9d9;}
|
|
1613
|
-
.ant-tree-show-line .ant-tree-switcher {background: #fff;}
|
|
1614
|
-
.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {border-right: none;border-left: 1px solid #d9d9d9;}
|
|
1615
|
-
.font-highlight {color: #ff4d4f;}
|
|
1616
|
-
.ant-select-tree-checkbox {color: rgba(0, 0, 0, 0.85);}
|
|
110
|
+
.ant-tree-node-content-wrapper .ant-tree-drop-indicator {background-color: @primary-color;}
|
|
1617
111
|
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner, .ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner, .ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {border-color: @primary-color;}
|
|
1618
|
-
.ant-select-tree-checkbox-checked::after {border: 1px solid @primary-color;border-radius: 2px;}
|
|
1619
|
-
.ant-select-tree-checkbox-inner {background-color: #fff;border: 1px solid #d9d9d9;border-radius: 2px;border-collapse: separate;}
|
|
1620
|
-
.ant-select-tree-checkbox-inner::after {border: 2px solid #fff;border-top: 0;border-left: 0;}
|
|
1621
|
-
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {border: 2px solid #fff;border-top: 0;border-left: 0;}
|
|
1622
112
|
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {background-color: @primary-color;border-color: @primary-color;}
|
|
1623
|
-
.ant-select-tree-checkbox-
|
|
1624
|
-
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {background-color: #f5f5f5;border-color: #d9d9d9 !important;}
|
|
1625
|
-
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {border-color: #f5f5f5;border-collapse: separate;}
|
|
1626
|
-
.ant-select-tree-checkbox-disabled + span {color: rgba(0, 0, 0, 0.25);}
|
|
1627
|
-
.ant-select-tree-checkbox-wrapper {color: rgba(0, 0, 0, 0.85);}
|
|
1628
|
-
.ant-select-tree-checkbox-group {color: rgba(0, 0, 0, 0.85);}
|
|
1629
|
-
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {background-color: #fff;border-color: #d9d9d9;}
|
|
1630
|
-
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {background-color: @primary-color;border: 0;}
|
|
1631
|
-
.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {background-color: rgba(0, 0, 0, 0.25);border-color: rgba(0, 0, 0, 0.25);}
|
|
1632
|
-
.ant-tree-select-dropdown .ant-select-tree {border-radius: 0;}
|
|
1633
|
-
.ant-select-tree {color: rgba(0, 0, 0, 0.85);background: #fff;border-radius: 2px;}
|
|
1634
|
-
.ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {background: color(~`colorPalette("@{primary-color}", 1)`);}
|
|
1635
|
-
.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {color: rgba(0, 0, 0, 0.25);}
|
|
1636
|
-
.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {background: transparent;}
|
|
1637
|
-
.ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper {background: #f5f5f5;}
|
|
1638
|
-
.ant-select-tree .ant-select-tree-treenode:not(.ant-select-tree .ant-select-tree-treenode-disabled).filter-node .ant-select-tree-title {color: inherit;}
|
|
113
|
+
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {background-color: @primary-color;}
|
|
1639
114
|
.ant-select-tree-switcher-loading-icon {color: @primary-color;}
|
|
1640
|
-
.ant-select-tree-
|
|
1641
|
-
.ant-select-tree-switcher-leaf-line::after {border-bottom: 1px solid #d9d9d9;}
|
|
1642
|
-
.ant-select-tree .ant-select-tree-node-content-wrapper {color: inherit;background: transparent;border-radius: 2px;}
|
|
1643
|
-
.ant-select-tree .ant-select-tree-node-content-wrapper:hover {background-color: #f5f5f5;}
|
|
1644
|
-
.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {background-color: color(~`colorPalette("@{primary-color}", 2)`);}
|
|
1645
|
-
.ant-select-tree-unselectable .ant-select-tree-node-content-wrapper:hover {background-color: transparent;}
|
|
1646
|
-
.ant-select-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator {background-color: @primary-color;border-radius: 1px;}
|
|
1647
|
-
.ant-select-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {background-color: transparent;border: 2px solid @primary-color;border-radius: 50%;}
|
|
1648
|
-
.ant-select-tree .ant-select-tree-treenode.drop-container > [draggable] {box-shadow: 0 0 0 2px @primary-color;}
|
|
1649
|
-
.ant-select-tree-show-line .ant-select-tree-indent-unit::before {border-right: 1px solid #d9d9d9;}
|
|
1650
|
-
.ant-select-tree-show-line .ant-select-tree-switcher {background: #fff;}
|
|
1651
|
-
.ant-tree.ant-select-tree.ant-tree-show-line nz-tree-node[builtin]:not(:last-child) > li::before {border-left: 1px solid #d9d9d9;}
|
|
1652
|
-
.ant-picker-calendar {color: rgba(0, 0, 0, 0.85);background: #fff;}
|
|
1653
|
-
.ant-picker-calendar .ant-picker-panel {background: #fff;border: 0;border-top: 1px solid #f0f0f0;border-radius: 0;}
|
|
1654
|
-
.ant-picker-calendar-mini {border-radius: 2px;}
|
|
1655
|
-
.ant-picker-calendar-mini .ant-picker-panel {border-radius: 0 0 2px 2px;}
|
|
1656
|
-
.ant-picker-calendar-full .ant-picker-panel {background: #fff;border: 0;}
|
|
1657
|
-
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:hover .ant-picker-calendar-date {background: #f5f5f5;}
|
|
1658
|
-
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date, .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date, .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today, .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today {background: color(~`colorPalette("@{primary-color}", 1)`);}
|
|
115
|
+
.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator {background-color: @primary-color;}
|
|
1659
116
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value, .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value, .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today .ant-picker-calendar-date-value, .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today .ant-picker-calendar-date-value {color: @primary-color;}
|
|
1660
|
-
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {border: 0;border-top: 2px solid #f0f0f0;border-radius: 0;}
|
|
1661
|
-
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {color: rgba(0, 0, 0, 0.85);}
|
|
1662
117
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today {border-color: @primary-color;}
|
|
1663
|
-
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today .ant-picker-calendar-date-value {color: rgba(0, 0, 0, 0.85);}
|
|
1664
|
-
.ant-result-success .ant-result-icon > .anticon {color: #52c41a;}
|
|
1665
|
-
.ant-result-error .ant-result-icon > .anticon {color: #ff4d4f;}
|
|
1666
118
|
.ant-result-info .ant-result-icon > .anticon {color: @primary-color;}
|
|
1667
|
-
.
|
|
1668
|
-
.ant-result-title {color: rgba(0, 0, 0, 0.85);}
|
|
1669
|
-
.ant-result-subtitle {color: rgba(0, 0, 0, 0.45);}
|
|
1670
|
-
.ant-result-content {background-color: #fafafa;}
|
|
1671
|
-
.ant-image-img-placeholder {background-color: #f5f5f5;background-repeat: no-repeat;background-position: center center;background-size: 30%;}
|
|
1672
|
-
.ant-image-mask {color: #fff;background: rgba(0, 0, 0, 0.5);}
|
|
1673
|
-
.ant-image-preview-mask {background-color: rgba(0, 0, 0, 0.45);}
|
|
1674
|
-
.ant-image-preview-mask {background-color: rgba(0, 0, 0, 0.45);}
|
|
1675
|
-
.ant-image-preview-operations {color: rgba(0, 0, 0, 0.85);color: rgba(255, 255, 255, 0.85);background: rgba(0, 0, 0, 0.1);}
|
|
1676
|
-
.ant-image-preview-operations-operation-disabled {color: rgba(255, 255, 255, 0.25);}
|
|
1677
|
-
.ant-image-preview-switch-left, .ant-image-preview-switch-right {color: rgba(255, 255, 255, 0.85);background: rgba(0, 0, 0, 0.1);border-radius: 50%;}
|
|
1678
|
-
.ant-image-preview-switch-left-disabled, .ant-image-preview-switch-right-disabled {color: rgba(255, 255, 255, 0.25);}
|
|
1679
|
-
.drawer-footer {background: #fff;border-top: 1px solid #f0f0f0;border-radius: 0 0 2px 2px;}
|
|
1680
|
-
.ant-form-item-label em {color: #bfbfbf;}
|
|
1681
|
-
.modal-header {background: #fff;border-bottom: 1px solid #f0f0f0;border-radius: 2px 2px 0 0;}
|
|
1682
|
-
.modal-title {color: rgba(0, 0, 0, 0.85);}
|
|
1683
|
-
.modal-title small {color: #8c8c8c;}
|
|
1684
|
-
.modal-footer {border-top: 1px solid #f0f0f0;border-radius: 0 0 2px 2px;}
|
|
1685
|
-
.ant-table td > img, .ant-table td .img {border-radius: 4px;}
|
|
1686
|
-
.ant-tag__plus .ant-tag {background: #fff;border-style: dashed;}
|
|
1687
|
-
fieldset {border: none;}
|
|
1688
|
-
.badge {color: #ff4d4f;border-radius: 2px;}
|
|
1689
|
-
.badge-dot {border-radius: 50%;}
|
|
1690
|
-
.badge-red {color: #fff;background-color: #f5222d;}
|
|
1691
|
-
.badge-volcano {color: #fff;background-color: #fa541c;}
|
|
1692
|
-
.badge-orange {color: #111;background-color: #fa8c16;}
|
|
1693
|
-
.badge-gold {color: #111;background-color: #faad14;}
|
|
1694
|
-
.badge-yellow {color: #111;background-color: #fadb14;}
|
|
1695
|
-
.badge-lime {color: #111;background-color: #a0d911;}
|
|
1696
|
-
.badge-green {color: #fff;background-color: #52c41a;}
|
|
1697
|
-
.badge-cyan {color: #fff;background-color: #13c2c2;}
|
|
1698
|
-
.badge-blue {color: #fff;background-color: #1890ff;}
|
|
1699
|
-
.badge-geekblue {color: #fff;background-color: #2f54eb;}
|
|
1700
|
-
.badge-purple {color: #fff;background-color: #722ed1;}
|
|
1701
|
-
.badge-magenta {color: #fff;background-color: #eb2f96;}
|
|
1702
|
-
.badge-grey {color: #111;background-color: #bfbfbf;}
|
|
1703
|
-
.badge-primary {color: #fff;background-color: @primary-color;}
|
|
1704
|
-
.badge-success {color: #fff;background-color: #52c41a;}
|
|
1705
|
-
.badge-error {color: #fff;background-color: #ff4d4f;}
|
|
1706
|
-
.badge-warning {color: #111;background-color: #faad14;}
|
|
1707
|
-
.badge-info {color: #fff;background-color: @primary-color;}
|
|
1708
|
-
.badge-processing {color: #fff;background-color: #1890ff;}
|
|
1709
|
-
.badge-highlight {color: #fff;background-color: #ff4d4f;}
|
|
1710
|
-
.badge-normal {color: #111;background-color: #d9d9d9;}
|
|
1711
|
-
.header-dropdown {background-color: #fff;border-radius: 4px;box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);}
|
|
1712
|
-
.sf__optional {color: rgba(0, 0, 0, 0.35);}
|
|
1713
|
-
.sf__array-container .ant-card .sf__array-remove {background: rgba(0, 0, 0, 0.26);border-radius: 50%;}
|
|
1714
|
-
.sf__array-container .ant-card .sf__array-remove i {color: #fff;}
|
|
1715
|
-
.sf .ant-upload-select-picture-card i {color: #999;}
|
|
1716
|
-
.sf .ant-transfer-list {background: #fff;}
|
|
1717
|
-
.setting-drawer__content {background: #fff;}
|
|
1718
|
-
.setting-drawer__title {color: rgba(0, 0, 0, 0.85);}
|
|
1719
|
-
.setting-drawer__theme-tag {color: #fff;border-radius: 2px;}
|
|
1720
|
-
.setting-drawer__handle {background: @primary-color;border-radius: 4px 0 0 4px;}
|
|
1721
|
-
.setting-drawer__handle-icon {color: #fff;}
|
|
1722
|
-
.setting-drawer-rtl .setting-drawer__handle {border-radius: 0 4px 4px 0;}
|
|
119
|
+
.setting-drawer__handle {background: @primary-color;}
|
|
1723
120
|
.theme-btn-active {color: @primary-color;}
|
|
1724
|
-
.theme-btn .ant-avatar {color: #000;background-color: #fff;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);}
|
|
1725
121
|
.theme-btn .ant-avatar:hover {color: @primary-color;}
|
|
1726
|
-
.yn__yes {color: #1890ff;}
|
|
1727
|
-
.yn__no {color: #8c8c8c;}
|
|
1728
|
-
.border {border: 1px solid #f0f0f0 !important;}
|
|
1729
|
-
.border-0 {border: 0 !important;}
|
|
1730
|
-
.border-top-0 {border-top: 0 !important;}
|
|
1731
|
-
.border-right-0 {border-right: 0 !important;}
|
|
1732
|
-
.border-bottom-0 {border-bottom: 0 !important;}
|
|
1733
|
-
.border-left-0 {border-left: 0 !important;}
|
|
1734
|
-
.border-1 {border: 1px solid #f0f0f0 !important;}
|
|
1735
|
-
.border-top-1 {border-top: 1px solid #f0f0f0 !important;}
|
|
1736
|
-
.border-right-1 {border-right: 1px solid #f0f0f0 !important;}
|
|
1737
|
-
.border-bottom-1 {border-bottom: 1px solid #f0f0f0 !important;}
|
|
1738
|
-
.border-left-1 {border-left: 1px solid #f0f0f0 !important;}
|
|
1739
|
-
.border-red {border-color: #f5222d !important;}
|
|
1740
|
-
.border-volcano {border-color: #fa541c !important;}
|
|
1741
|
-
.border-orange {border-color: #fa8c16 !important;}
|
|
1742
|
-
.border-gold {border-color: #faad14 !important;}
|
|
1743
|
-
.border-yellow {border-color: #fadb14 !important;}
|
|
1744
|
-
.border-lime {border-color: #a0d911 !important;}
|
|
1745
|
-
.border-green {border-color: #52c41a !important;}
|
|
1746
|
-
.border-cyan {border-color: #13c2c2 !important;}
|
|
1747
|
-
.border-blue {border-color: #1890ff !important;}
|
|
1748
|
-
.border-geekblue {border-color: #2f54eb !important;}
|
|
1749
|
-
.border-purple {border-color: #722ed1 !important;}
|
|
1750
|
-
.border-magenta {border-color: #eb2f96 !important;}
|
|
1751
|
-
.border-grey {border-color: #bfbfbf !important;}
|
|
1752
122
|
.border-primary {border-color: @primary-color !important;}
|
|
1753
|
-
.border-success {border-color: #52c41a !important;}
|
|
1754
|
-
.border-error {border-color: #ff4d4f !important;}
|
|
1755
|
-
.border-warning {border-color: #faad14 !important;}
|
|
1756
123
|
.border-info {border-color: @primary-color !important;}
|
|
1757
|
-
.border-processing {border-color: #1890ff !important;}
|
|
1758
|
-
.border-highlight {border-color: #ff4d4f !important;}
|
|
1759
|
-
.border-normal {border-color: #d9d9d9 !important;}
|
|
1760
|
-
.rounded-sm {border-radius: 2px;}
|
|
1761
|
-
.rounded-top-left-sm {border-top-left-radius: 2px;}
|
|
1762
|
-
.rounded-top-right-sm {border-top-right-radius: 2px;}
|
|
1763
|
-
.rounded-bottom-left-sm {border-bottom-left-radius: 2px;}
|
|
1764
|
-
.rounded-bottom-right-sm {border-bottom-right-radius: 2px;}
|
|
1765
|
-
.rounded-md {border-radius: 2px;}
|
|
1766
|
-
.rounded-top-left-md {border-top-left-radius: 2px;}
|
|
1767
|
-
.rounded-top-right-md {border-top-right-radius: 2px;}
|
|
1768
|
-
.rounded-bottom-left-md {border-bottom-left-radius: 2px;}
|
|
1769
|
-
.rounded-bottom-right-md {border-bottom-right-radius: 2px;}
|
|
1770
|
-
.rounded-lg {border-radius: 4px;}
|
|
1771
|
-
.rounded-top-left-lg {border-top-left-radius: 4px;}
|
|
1772
|
-
.rounded-top-right-lg {border-top-right-radius: 4px;}
|
|
1773
|
-
.rounded-bottom-left-lg {border-bottom-left-radius: 4px;}
|
|
1774
|
-
.rounded-bottom-right-lg {border-bottom-right-radius: 4px;}
|
|
1775
|
-
.rounded-circle {border-radius: 50%;}
|
|
1776
|
-
.rounded-0 {border-radius: 0;}
|
|
1777
|
-
.border-white {border-color: #fff !important;}
|
|
1778
|
-
code {background-color: #f7f7f7;border: 1px solid #eee;border-radius: 2px;}
|
|
1779
|
-
.bg-white {background-color: #fff !important;}
|
|
1780
|
-
.bg-transparent {background-color: transparent !important;}
|
|
1781
|
-
.text-white {color: #fff !important;}
|
|
1782
124
|
.text-hover:hover {color: @primary-color !important;}
|
|
1783
|
-
.bg-red-light {background-color: #ff4d4f !important;}
|
|
1784
|
-
.bg-red {background-color: #f5222d !important;}
|
|
1785
|
-
.bg-red-dark {background-color: #cf1322 !important;}
|
|
1786
|
-
.bg-red-light-h:hover {background-color: #ff4d4f !important;}
|
|
1787
|
-
.bg-red-h:hover {background-color: #f5222d !important;}
|
|
1788
|
-
.bg-red-dark-h:hover {background-color: #cf1322 !important;}
|
|
1789
|
-
.text-red-light {color: #ff4d4f !important;}
|
|
1790
|
-
.text-red {color: #f5222d !important;}
|
|
1791
|
-
.text-red-dark {color: #cf1322 !important;}
|
|
1792
|
-
.bg-volcano-light {background-color: #ff7a45 !important;}
|
|
1793
|
-
.bg-volcano {background-color: #fa541c !important;}
|
|
1794
|
-
.bg-volcano-dark {background-color: #d4380d !important;}
|
|
1795
|
-
.bg-volcano-light-h:hover {background-color: #ff7a45 !important;}
|
|
1796
|
-
.bg-volcano-h:hover {background-color: #fa541c !important;}
|
|
1797
|
-
.bg-volcano-dark-h:hover {background-color: #d4380d !important;}
|
|
1798
|
-
.text-volcano-light {color: #ff7a45 !important;}
|
|
1799
|
-
.text-volcano {color: #fa541c !important;}
|
|
1800
|
-
.text-volcano-dark {color: #d4380d !important;}
|
|
1801
|
-
.bg-orange-light {background-color: #ffa940 !important;}
|
|
1802
|
-
.bg-orange {background-color: #fa8c16 !important;}
|
|
1803
|
-
.bg-orange-dark {background-color: #d46b08 !important;}
|
|
1804
|
-
.bg-orange-light-h:hover {background-color: #ffa940 !important;}
|
|
1805
|
-
.bg-orange-h:hover {background-color: #fa8c16 !important;}
|
|
1806
|
-
.bg-orange-dark-h:hover {background-color: #d46b08 !important;}
|
|
1807
|
-
.text-orange-light {color: #ffa940 !important;}
|
|
1808
|
-
.text-orange {color: #fa8c16 !important;}
|
|
1809
|
-
.text-orange-dark {color: #d46b08 !important;}
|
|
1810
|
-
.bg-gold-light {background-color: #ffc53d !important;}
|
|
1811
|
-
.bg-gold {background-color: #faad14 !important;}
|
|
1812
|
-
.bg-gold-dark {background-color: #d48806 !important;}
|
|
1813
|
-
.bg-gold-light-h:hover {background-color: #ffc53d !important;}
|
|
1814
|
-
.bg-gold-h:hover {background-color: #faad14 !important;}
|
|
1815
|
-
.bg-gold-dark-h:hover {background-color: #d48806 !important;}
|
|
1816
|
-
.text-gold-light {color: #ffc53d !important;}
|
|
1817
|
-
.text-gold {color: #faad14 !important;}
|
|
1818
|
-
.text-gold-dark {color: #d48806 !important;}
|
|
1819
|
-
.bg-yellow-light {background-color: #ffec3d !important;}
|
|
1820
|
-
.bg-yellow {background-color: #fadb14 !important;}
|
|
1821
|
-
.bg-yellow-dark {background-color: #d4b106 !important;}
|
|
1822
|
-
.bg-yellow-light-h:hover {background-color: #ffec3d !important;}
|
|
1823
|
-
.bg-yellow-h:hover {background-color: #fadb14 !important;}
|
|
1824
|
-
.bg-yellow-dark-h:hover {background-color: #d4b106 !important;}
|
|
1825
|
-
.text-yellow-light {color: #ffec3d !important;}
|
|
1826
|
-
.text-yellow {color: #fadb14 !important;}
|
|
1827
|
-
.text-yellow-dark {color: #d4b106 !important;}
|
|
1828
|
-
.bg-lime-light {background-color: #bae637 !important;}
|
|
1829
|
-
.bg-lime {background-color: #a0d911 !important;}
|
|
1830
|
-
.bg-lime-dark {background-color: #7cb305 !important;}
|
|
1831
|
-
.bg-lime-light-h:hover {background-color: #bae637 !important;}
|
|
1832
|
-
.bg-lime-h:hover {background-color: #a0d911 !important;}
|
|
1833
|
-
.bg-lime-dark-h:hover {background-color: #7cb305 !important;}
|
|
1834
|
-
.text-lime-light {color: #bae637 !important;}
|
|
1835
|
-
.text-lime {color: #a0d911 !important;}
|
|
1836
|
-
.text-lime-dark {color: #7cb305 !important;}
|
|
1837
|
-
.bg-green-light {background-color: #73d13d !important;}
|
|
1838
|
-
.bg-green {background-color: #52c41a !important;}
|
|
1839
|
-
.bg-green-dark {background-color: #389e0d !important;}
|
|
1840
|
-
.bg-green-light-h:hover {background-color: #73d13d !important;}
|
|
1841
|
-
.bg-green-h:hover {background-color: #52c41a !important;}
|
|
1842
|
-
.bg-green-dark-h:hover {background-color: #389e0d !important;}
|
|
1843
|
-
.text-green-light {color: #73d13d !important;}
|
|
1844
|
-
.text-green {color: #52c41a !important;}
|
|
1845
|
-
.text-green-dark {color: #389e0d !important;}
|
|
1846
|
-
.bg-cyan-light {background-color: #36cfc9 !important;}
|
|
1847
|
-
.bg-cyan {background-color: #13c2c2 !important;}
|
|
1848
|
-
.bg-cyan-dark {background-color: #08979c !important;}
|
|
1849
|
-
.bg-cyan-light-h:hover {background-color: #36cfc9 !important;}
|
|
1850
|
-
.bg-cyan-h:hover {background-color: #13c2c2 !important;}
|
|
1851
|
-
.bg-cyan-dark-h:hover {background-color: #08979c !important;}
|
|
1852
|
-
.text-cyan-light {color: #36cfc9 !important;}
|
|
1853
|
-
.text-cyan {color: #13c2c2 !important;}
|
|
1854
|
-
.text-cyan-dark {color: #08979c !important;}
|
|
1855
|
-
.bg-blue-light {background-color: #40a9ff !important;}
|
|
1856
|
-
.bg-blue {background-color: #1890ff !important;}
|
|
1857
|
-
.bg-blue-dark {background-color: #096dd9 !important;}
|
|
1858
|
-
.bg-blue-light-h:hover {background-color: #40a9ff !important;}
|
|
1859
|
-
.bg-blue-h:hover {background-color: #1890ff !important;}
|
|
1860
|
-
.bg-blue-dark-h:hover {background-color: #096dd9 !important;}
|
|
1861
|
-
.text-blue-light {color: #40a9ff !important;}
|
|
1862
|
-
.text-blue {color: #1890ff !important;}
|
|
1863
|
-
.text-blue-dark {color: #096dd9 !important;}
|
|
1864
|
-
.bg-geekblue-light {background-color: #597ef7 !important;}
|
|
1865
|
-
.bg-geekblue {background-color: #2f54eb !important;}
|
|
1866
|
-
.bg-geekblue-dark {background-color: #1d39c4 !important;}
|
|
1867
|
-
.bg-geekblue-light-h:hover {background-color: #597ef7 !important;}
|
|
1868
|
-
.bg-geekblue-h:hover {background-color: #2f54eb !important;}
|
|
1869
|
-
.bg-geekblue-dark-h:hover {background-color: #1d39c4 !important;}
|
|
1870
|
-
.text-geekblue-light {color: #597ef7 !important;}
|
|
1871
|
-
.text-geekblue {color: #2f54eb !important;}
|
|
1872
|
-
.text-geekblue-dark {color: #1d39c4 !important;}
|
|
1873
|
-
.bg-purple-light {background-color: #9254de !important;}
|
|
1874
|
-
.bg-purple {background-color: #722ed1 !important;}
|
|
1875
|
-
.bg-purple-dark {background-color: #531dab !important;}
|
|
1876
|
-
.bg-purple-light-h:hover {background-color: #9254de !important;}
|
|
1877
|
-
.bg-purple-h:hover {background-color: #722ed1 !important;}
|
|
1878
|
-
.bg-purple-dark-h:hover {background-color: #531dab !important;}
|
|
1879
|
-
.text-purple-light {color: #9254de !important;}
|
|
1880
|
-
.text-purple {color: #722ed1 !important;}
|
|
1881
|
-
.text-purple-dark {color: #531dab !important;}
|
|
1882
|
-
.bg-magenta-light {background-color: #f759ab !important;}
|
|
1883
|
-
.bg-magenta {background-color: #eb2f96 !important;}
|
|
1884
|
-
.bg-magenta-dark {background-color: #c41d7f !important;}
|
|
1885
|
-
.bg-magenta-light-h:hover {background-color: #f759ab !important;}
|
|
1886
|
-
.bg-magenta-h:hover {background-color: #eb2f96 !important;}
|
|
1887
|
-
.bg-magenta-dark-h:hover {background-color: #c41d7f !important;}
|
|
1888
|
-
.text-magenta-light {color: #f759ab !important;}
|
|
1889
|
-
.text-magenta {color: #eb2f96 !important;}
|
|
1890
|
-
.text-magenta-dark {color: #c41d7f !important;}
|
|
1891
|
-
.bg-grey-light {background-color: #d9d9d9 !important;}
|
|
1892
|
-
.bg-grey {background-color: #bfbfbf !important;}
|
|
1893
|
-
.bg-grey-dark {background-color: #8c8c8c !important;}
|
|
1894
|
-
.bg-grey-light-h:hover {background-color: #d9d9d9 !important;}
|
|
1895
|
-
.bg-grey-h:hover {background-color: #bfbfbf !important;}
|
|
1896
|
-
.bg-grey-dark-h:hover {background-color: #8c8c8c !important;}
|
|
1897
|
-
.text-grey-light {color: #d9d9d9 !important;}
|
|
1898
|
-
.text-grey {color: #bfbfbf !important;}
|
|
1899
|
-
.text-grey-dark {color: #8c8c8c !important;}
|
|
1900
|
-
.bg-primary-light {background-color: color(~`colorPalette("@{primary-color}", 5)`) !important;}
|
|
1901
125
|
.bg-primary {background-color: @primary-color !important;}
|
|
1902
|
-
.bg-primary-dark {background-color: color(~`colorPalette("@{primary-color}", 7)`) !important;}
|
|
1903
126
|
.bg-primary-h:hover {background-color: @primary-color !important;}
|
|
1904
|
-
.text-primary-light {color: color(~`colorPalette("@{primary-color}", 5)`) !important;}
|
|
1905
127
|
.text-primary {color: @primary-color !important;}
|
|
1906
|
-
.text-primary-dark {color: color(~`colorPalette("@{primary-color}", 7)`) !important;}
|
|
1907
|
-
.bg-success-light {background-color: #73d13d !important;}
|
|
1908
|
-
.bg-success {background-color: #52c41a !important;}
|
|
1909
|
-
.bg-success-dark {background-color: #389e0d !important;}
|
|
1910
|
-
.bg-success-h:hover {background-color: #52c41a !important;}
|
|
1911
|
-
.text-success-light {color: #73d13d !important;}
|
|
1912
|
-
.text-success {color: #52c41a !important;}
|
|
1913
|
-
.text-success-dark {color: #389e0d !important;}
|
|
1914
|
-
.bg-error-light {background-color: #ff7875 !important;}
|
|
1915
|
-
.bg-error {background-color: #ff4d4f !important;}
|
|
1916
|
-
.bg-error-dark {background-color: #d9363e !important;}
|
|
1917
|
-
.bg-error-h:hover {background-color: #ff4d4f !important;}
|
|
1918
|
-
.text-error-light {color: #ff7875 !important;}
|
|
1919
|
-
.text-error {color: #ff4d4f !important;}
|
|
1920
|
-
.text-error-dark {color: #d9363e !important;}
|
|
1921
|
-
.bg-warning-light {background-color: #ffc53d !important;}
|
|
1922
|
-
.bg-warning {background-color: #faad14 !important;}
|
|
1923
|
-
.bg-warning-dark {background-color: #d48806 !important;}
|
|
1924
|
-
.bg-warning-h:hover {background-color: #faad14 !important;}
|
|
1925
|
-
.text-warning-light {color: #ffc53d !important;}
|
|
1926
|
-
.text-warning {color: #faad14 !important;}
|
|
1927
|
-
.text-warning-dark {color: #d48806 !important;}
|
|
1928
|
-
.bg-info-light {background-color: color(~`colorPalette("@{primary-color}", 5)`) !important;}
|
|
1929
128
|
.bg-info {background-color: @primary-color !important;}
|
|
1930
|
-
.bg-info-dark {background-color: color(~`colorPalette("@{primary-color}", 7)`) !important;}
|
|
1931
129
|
.bg-info-h:hover {background-color: @primary-color !important;}
|
|
1932
|
-
.text-info-light {color: color(~`colorPalette("@{primary-color}", 5)`) !important;}
|
|
1933
130
|
.text-info {color: @primary-color !important;}
|
|
1934
|
-
.text-info-dark {color: color(~`colorPalette("@{primary-color}", 7)`) !important;}
|
|
1935
|
-
.bg-processing-light {background-color: #40a9ff !important;}
|
|
1936
|
-
.bg-processing {background-color: #1890ff !important;}
|
|
1937
|
-
.bg-processing-dark {background-color: #096dd9 !important;}
|
|
1938
|
-
.bg-processing-h:hover {background-color: #1890ff !important;}
|
|
1939
|
-
.text-processing-light {color: #40a9ff !important;}
|
|
1940
|
-
.text-processing {color: #1890ff !important;}
|
|
1941
|
-
.text-processing-dark {color: #096dd9 !important;}
|
|
1942
|
-
.bg-highlight-light {background-color: #ff7875 !important;}
|
|
1943
|
-
.bg-highlight {background-color: #ff4d4f !important;}
|
|
1944
|
-
.bg-highlight-dark {background-color: #d9363e !important;}
|
|
1945
|
-
.bg-highlight-h:hover {background-color: #ff4d4f !important;}
|
|
1946
|
-
.text-highlight-light {color: #ff7875 !important;}
|
|
1947
|
-
.text-highlight {color: #ff4d4f !important;}
|
|
1948
|
-
.text-highlight-dark {color: #d9363e !important;}
|
|
1949
|
-
.bg-normal-light {background-color: #e6d8d8 !important;}
|
|
1950
|
-
.bg-normal {background-color: #d9d9d9 !important;}
|
|
1951
|
-
.bg-normal-dark {background-color: #b3a8a8 !important;}
|
|
1952
|
-
.bg-normal-h:hover {background-color: #d9d9d9 !important;}
|
|
1953
|
-
.text-normal-light {color: #e6d8d8 !important;}
|
|
1954
|
-
.text-normal {color: #d9d9d9 !important;}
|
|
1955
|
-
.text-normal-dark {color: #b3a8a8 !important;}
|
|
1956
|
-
.bg-grey-lighter {background-color: #f5f5f5 !important;}
|
|
1957
|
-
.bg-grey-lighter-h:hover {background-color: #f5f5f5 !important;}
|
|
1958
|
-
.text-grey-lighter {color: #f5f5f5 !important;}
|
|
1959
|
-
.bg-grey-darker {background-color: #262626 !important;}
|
|
1960
|
-
.bg-grey-darker-h:hover {background-color: #262626 !important;}
|
|
1961
|
-
.text-grey-darker {color: #262626 !important;}
|
|
1962
|
-
.no-data {color: rgba(0, 0, 0, 0.25);}
|
|
1963
|
-
.bg-center {background-position: center center;background-size: cover;}
|
|
1964
|
-
.page-loading {background: #f5f5f5;}
|
|
1965
|
-
.disabled {color: rgba(0, 0, 0, 0.25);}
|
|
1966
|
-
body, .scrollbar, .ant-dialog-wrap, .ant-drawer-body, .ant-drawer-wrapper-body, .ant-anchor-wrapper,
|
|
1967
|
-
textarea.ant-input {scrollbar-color: rgba(0, 0, 0, 0.3) #6e6e6e;}
|
|
1968
|
-
body::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track, .ant-dialog-wrap::-webkit-scrollbar-track, .ant-drawer-body::-webkit-scrollbar-track, .ant-drawer-wrapper-body::-webkit-scrollbar-track, .ant-anchor-wrapper::-webkit-scrollbar-track,
|
|
1969
|
-
textarea.ant-input::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);}
|
|
1970
|
-
body::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb, .ant-dialog-wrap::-webkit-scrollbar-thumb, .ant-drawer-body::-webkit-scrollbar-thumb, .ant-drawer-wrapper-body::-webkit-scrollbar-thumb, .ant-anchor-wrapper::-webkit-scrollbar-thumb,
|
|
1971
|
-
textarea.ant-input::-webkit-scrollbar-thumb {background-color: #6e6e6e;}
|
|
1972
|
-
.st__btn-sub .st__btn-text {color: inherit;}
|
|
1973
|
-
.st__btn-disabled .st__btn-text {color: rgba(0, 0, 0, 0.25);}
|
|
1974
|
-
.st .nz-resizable-handle > i {background: #f0f0f0;}
|
|
1975
|
-
.st .nz-resizable-preview {border-width: 0;border-right-width: 1px;}
|
|
1976
|
-
.st__head-optional, .st__head-tip {color: rgba(0, 0, 0, 0.35);}
|
|
1977
131
|
.st .ant-table-thead > tr > th .ant-table-filter-selected.ant-table-filter-icon {color: @primary-color;}
|
|
1978
|
-
.st .ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {border-bottom: 1px solid #f0f0f0;}
|
|
1979
|
-
.sv__title {color: rgba(0, 0, 0, 0.85);}
|
|
1980
|
-
.sv__label {color: rgba(0, 0, 0, 0.5);}
|
|
1981
|
-
.sv__label-optional {color: rgba(0, 0, 0, 0.35);}
|
|
1982
|
-
.sv__detail {color: rgba(0, 0, 0, 0.85);}
|
|
1983
132
|
.sv__type-primary .sv__detail {color: @primary-color;}
|
|
1984
|
-
.
|
|
1985
|
-
.sv__type-danger .sv__detail {color: #ff4d4f;}
|
|
1986
|
-
.sv__type-warning .sv__detail {color: #faad14;}
|
|
1987
|
-
.sv__unit {color: #8c8c8c;}
|
|
1988
|
-
.sv__small .sv__title {color: rgba(0, 0, 0, 0.85);}
|
|
1989
|
-
.sv__value-prefix, .sv__value-unit {color: rgba(0, 0, 0, 0.5);}
|
|
1990
|
-
.sv__value:not(:first-child)::before {color: rgba(0, 0, 0, 0.5);}
|
|
1991
|
-
.se__title {color: rgba(0, 0, 0, 0.85);}
|
|
1992
|
-
.se__label-optional {color: rgba(0, 0, 0, 0.35);}
|
|
1993
|
-
.se__line {border-bottom: 1px dashed #f0f0f0;}
|
|
1994
|
-
.avatar-list__item .ant-avatar {border: 1px solid #fff;}
|
|
1995
|
-
.ellipsis__shadow {color: transparent;}
|
|
1996
|
-
.error-collect {color: #f5222d;}
|
|
1997
|
-
.exception__img {background-repeat: no-repeat;background-position: 50% 50%;background-size: 100% 100%;}
|
|
1998
|
-
.exception__cont-title {color: #434e59;}
|
|
1999
|
-
.exception__cont-desc {color: rgba(0, 0, 0, 0.45);}
|
|
2000
|
-
.footer-toolbar {background: #fff;border-top: 1px solid #f0f0f0;box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03);}
|
|
2001
|
-
.global-footer__links-item {color: rgba(0, 0, 0, 0.45);}
|
|
2002
|
-
.global-footer__links-item:hover {color: rgba(0, 0, 0, 0.85);}
|
|
2003
|
-
.global-footer__copyright {color: rgba(0, 0, 0, 0.45);}
|
|
2004
|
-
.notice-icon .ant-list-item:last-child {border-bottom: 0;}
|
|
2005
|
-
.notice-icon .ant-list-item:hover {background: color(~`colorPalette("@{primary-color}", 1)`);}
|
|
2006
|
-
.notice-icon .ant-list-item .ant-avatar {background: #fff;}
|
|
2007
|
-
.notice-icon__notfound {color: rgba(0, 0, 0, 0.45);}
|
|
2008
|
-
.notice-icon__clear {color: rgba(0, 0, 0, 0.85);border-top: 1px solid #f0f0f0;border-radius: 0 0 2px 2px;}
|
|
2009
|
-
.notice-icon__clear:hover {color: rgba(0, 0, 0, 0.85);}
|
|
2010
|
-
.notice-icon__item-extra {color: rgba(0, 0, 0, 0.45);}
|
|
2011
|
-
.page-header {background-color: #fff;border-bottom: 1px solid #f0f0f0;}
|
|
2012
|
-
.page-header .ant-tabs-bar {border-bottom: 1px solid #f0f0f0;}
|
|
2013
|
-
.page-header__logo img {border-radius: 2px;}
|
|
2014
|
-
.page-header__title {color: rgba(0, 0, 0, 0.85);}
|
|
2015
|
-
.quick-menu, .quick-menu__ctrl {background-color: #fff;border: 1px solid #fff;box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);}
|
|
2016
|
-
.quick-menu__ctrl {border-right: 0;border-radius: 3px 0 0 3px;}
|
|
2017
|
-
.result__icon-success {color: #52c41a;}
|
|
2018
|
-
.result__icon-error {color: #ff4d4f;}
|
|
2019
|
-
.result__title {color: rgba(0, 0, 0, 0.85);}
|
|
2020
|
-
.result__desc {color: rgba(0, 0, 0, 0.45);}
|
|
2021
|
-
.result__extra {background: #fafafa;border-radius: 2px;}
|
|
2022
|
-
.result .ant-steps .ant-steps-head, .result .ant-steps .ant-steps-title {background: #fafafa;}
|
|
2023
|
-
.reuse-tab {background-color: #fff;}
|
|
2024
|
-
.reuse-tab .ant-tabs-nav .ant-tabs-tab .reuse-tab__op {color: rgba(0, 0, 0, 0.85);}
|
|
2025
|
-
.reuse-tab__line {border-bottom: 1px solid #d9d9d9;}
|
|
2026
|
-
.reuse-tab__line .ant-tabs-nav::before {border-bottom: none;}
|
|
2027
|
-
.reuse-tab__cm .ant-menu {border: 1px solid #e9e9e9;}
|
|
2028
|
-
.loading-backdrop {background-color: rgba(0, 0, 0, 0.15);}
|
|
133
|
+
.tag-select__trigger {color: @primary-color;}
|
|
2029
134
|
.loading-default__icon {color: @primary-color;}
|
|
2030
135
|
.loading-default__text {color: @primary-color;}
|
|
2031
|
-
.
|
|
2032
|
-
.
|
|
2033
|
-
.onboarding__total {color: rgba(0, 0, 0, 0.85);}
|
|
2034
|
-
.g2-card__meta {color: rgba(0, 0, 0, 0.45);}
|
|
2035
|
-
.g2-card__avatar img {border-radius: 100%;}
|
|
2036
|
-
.g2-card__total {color: rgba(0, 0, 0, 0.85);}
|
|
2037
|
-
.g2-card__footer {border-top: 1px solid #f0f0f0;}
|
|
2038
|
-
.g2-mini-progress__wrap {background-color: #f5f5f5;}
|
|
2039
|
-
.g2-mini-progress__value {background-color: @primary-color;border-radius: 1px 0 0 1px;}
|
|
2040
|
-
.g2-mini-progress__target-item {border-radius: 100px;}
|
|
2041
|
-
.g2-pie__legend-title {color: rgba(0, 0, 0, 0.85);}
|
|
2042
|
-
.g2-pie__legend-dot {border-radius: 8px;}
|
|
2043
|
-
.g2-pie__legend-percent {color: rgba(0, 0, 0, 0.45);}
|
|
2044
|
-
.g2-pie__total-title {color: rgba(0, 0, 0, 0.45);}
|
|
2045
|
-
.g2-pie__total-stat {color: rgba(0, 0, 0, 0.85);}
|
|
2046
|
-
.g2-radar__legend-item {color: rgba(0, 0, 0, 0.45);}
|
|
2047
|
-
.g2-radar__legend-item::after {background-color: #f0f0f0;}
|
|
2048
|
-
.g2-radar__legend-title {color: rgba(0, 0, 0, 0.85);}
|
|
2049
|
-
.g2-radar__legend-dot {border-radius: 6px;}
|
|
2050
|
-
.g2-water-wave__desc-title {color: rgba(0, 0, 0, 0.45);}
|
|
2051
|
-
.g2-water-wave__desc-percent {color: rgba(0, 0, 0, 0.85);}
|
|
2052
|
-
.number-info__title {color: rgba(0, 0, 0, 0.85);}
|
|
2053
|
-
.number-info__title-sub {color: rgba(0, 0, 0, 0.45);}
|
|
2054
|
-
.number-info__value-suffix {color: rgba(0, 0, 0, 0.85);}
|
|
2055
|
-
.number-info__value-text {color: rgba(0, 0, 0, 0.85);}
|
|
2056
|
-
.number-info__value-sub {color: rgba(0, 0, 0, 0.45);}
|
|
2057
|
-
.number-info__value-sub .anticon-caret-up {color: #f5222d;}
|
|
2058
|
-
.number-info__value-sub .anticon-caret-down {color: #52c41a;}
|
|
2059
|
-
.number-info__light .number-info__value-text {color: rgba(0, 0, 0, 0.85);}
|
|
2060
|
-
.number-info:not(:first-child)::after {background-color: #f0f0f0;}
|
|
2061
|
-
.trend__up {color: #f5222d;}
|
|
2062
|
-
.trend__down {color: #52c41a;}
|
|
2063
|
-
.trend__grey .trend__up, .trend__grey .trend__down {color: rgba(0, 0, 0, 0.85);}
|
|
2064
|
-
.trend__reverse .trend__up {color: #52c41a;}
|
|
2065
|
-
.trend__reverse .trend__down {color: #f5222d;}
|
|
2066
|
-
body {color: rgba(0, 0, 0, 0.85);background-color: #f5f7fa;}
|
|
2067
|
-
.alain-default__content-title {color: #929292;background-color: #fafbfc;border-bottom: 1px solid #efe3e5;}
|
|
2068
|
-
.alain-default__content-title > h1 > small {color: #8c8c8c;}
|
|
2069
|
-
.alain-default__header {background-color: @primary-color;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);}
|
|
2070
|
-
.alain-default__nav-item, .alain-default__nav nz-badge {color: #fff;}
|
|
2071
|
-
.alain-default__nav-item {border-radius: 2px;}
|
|
2072
|
-
.alain-default__nav-item:hover {color: #fff;background-color: rgba(255, 255, 255, 0.2) !important;}
|
|
2073
|
-
.alain-default__search .ant-input:focus {box-shadow: none;}
|
|
2074
|
-
.alain-default__search .ant-input, .alain-default__search .ant-input-group-addon, .alain-default__search .ant-input-affix-wrapper {color: #fff;background-color: rgba(255, 255, 255, 0.2);border: none;}
|
|
2075
|
-
.alain-default__search .ant-input::placeholder, .alain-default__search .ant-input-group-addon::placeholder, .alain-default__search .ant-input-affix-wrapper::placeholder {color: #fff;}
|
|
2076
|
-
.alain-default__search .ant-input-affix-wrapper .ant-input {background-color: transparent;}
|
|
2077
|
-
.alain-default__search .ant-input-group-addon i, .alain-default__search .ant-input-affix-wrapper i {color: #fff;}
|
|
2078
|
-
.alain-default__search-focus .ant-input, .alain-default__search-focus .ant-input-group-addon, .alain-default__search-focus .ant-input-affix-wrapper {color: #595959;background-color: #f3f3f3;}
|
|
2079
|
-
.alain-default__search-focus .ant-input::placeholder, .alain-default__search-focus .ant-input-group-addon::placeholder, .alain-default__search-focus .ant-input-affix-wrapper::placeholder {color: #595959;}
|
|
2080
|
-
.alain-default__search-focus .ant-input-group-addon i, .alain-default__search-focus .ant-input-affix-wrapper i {color: #595959;}
|
|
2081
|
-
.alain-default__aside {background-color: #fff;}
|
|
2082
|
-
.alain-default__aside::after {border-right: 1px solid #efe3e5;}
|
|
2083
|
-
.alain-default__aside-inner::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0 transparent;}
|
|
2084
|
-
.alain-default__aside-inner::-webkit-scrollbar-thumb {background-color: transparent;}
|
|
2085
|
-
.alain-default__progress-bar {background: rgba(221, 221, 221, 0.4);}
|
|
2086
|
-
.sidebar-nav__item {border-left: 3px solid transparent;}
|
|
2087
|
-
.sidebar-nav__item-link {color: rgba(0, 0, 0, 0.85);}
|
|
136
|
+
.g2-mini-progress__value {background-color: @primary-color;}
|
|
137
|
+
.alain-default__header {background-color: @primary-color;}
|
|
2088
138
|
.sidebar-nav__item-link:hover {color: @primary-color;}
|
|
2089
|
-
.sidebar-
|
|
2090
|
-
.sidebar-nav__selected {background-color: #fcfcfc;border-left-color: @primary-color;}
|
|
139
|
+
.sidebar-nav__selected {border-left-color: @primary-color;}
|
|
2091
140
|
.sidebar-nav__selected > .sidebar-nav__item-link {color: @primary-color;}
|
|
2092
|
-
.sidebar-nav__group-title {color: rgba(0, 0, 0, 0.45);}
|
|
2093
|
-
.sidebar-nav__sub .sidebar-nav__item {border-left: 0 !important;}
|
|
2094
|
-
.sidebar-nav__sub-arrow::before, .sidebar-nav__sub-arrow::after {background: #fff;background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));border-radius: 2px;}
|
|
2095
|
-
.sidebar-nav__floating {background-color: #fff;border: 1px solid #efe3e5;border-radius: 4px;}
|
|
2096
|
-
.alain-default .page-header {border-bottom: 1px solid #efe3e5;}
|
|
2097
|
-
.app-icons .ant-col-6 {border-radius: 4px;}
|
|
2098
|
-
.app-icons .ant-col-6:hover {background-color: #f5f5f5;}
|
|
2099
|
-
.app-icons i {border-radius: 50%;}
|
|
2100
|
-
.app-icons small {color: #9c9c9c;}
|
|
2101
|
-
.alain-default__aside-user-info {color: rgba(0, 0, 0, 0.85);}
|
|
2102
|
-
.alain-blank {background-color: #f5f7fa;}
|
|
2103
141
|
.bezierEasingMixin() {
|
|
2104
142
|
@functions: ~`(function() {var NEWTON_ITERATIONS = 4;var NEWTON_MIN_SLOPE = 0.001;var SUBDIVISION_PRECISION = 0.0000001;var SUBDIVISION_MAX_ITERATIONS = 10;var kSplineTableSize = 11;var kSampleStepSize = 1.0 / (kSplineTableSize - 1.0);var float32ArraySupported = typeof Float32Array === 'function';function A (aA1, aA2) { return 1.0 - 3.0 * aA2 + 3.0 * aA1; }
|
|
2105
143
|
function B (aA1, aA2) { return 3.0 * aA2 - 6.0 * aA1; }
|
|
@@ -2150,8 +188,10 @@ tinycolor.prototype = {isDark: function() {return this.getBrightness() < 128;},
|
|
|
2150
188
|
getOriginalInput: function() {return this._originalInput;},
|
|
2151
189
|
getFormat: function() {return this._format;},
|
|
2152
190
|
getAlpha: function() {return this._a;},
|
|
2153
|
-
getBrightness: function() {
|
|
2154
|
-
|
|
191
|
+
getBrightness: function() {//http://www.w3.org/TR/AERT#color-contrast
|
|
192
|
+
var rgb = this.toRgb();return (rgb.r * 299 + rgb.g * 587 + rgb.b * 114) / 1000;},
|
|
193
|
+
getLuminance: function() {//http://www.w3.org/TR/2008/REC-WCAG20-20081211/#relativeluminancedef
|
|
194
|
+
var rgb = this.toRgb();var RsRGB, GsRGB, BsRGB, R, G, B;RsRGB = rgb.r/255;GsRGB = rgb.g/255;BsRGB = rgb.b/255;if (RsRGB <= 0.03928) {R = RsRGB / 12.92;} else {R = Math.pow(((RsRGB + 0.055) / 1.055), 2.4);}
|
|
2155
195
|
if (GsRGB <= 0.03928) {G = GsRGB / 12.92;} else {G = Math.pow(((GsRGB + 0.055) / 1.055), 2.4);}
|
|
2156
196
|
if (BsRGB <= 0.03928) {B = BsRGB / 12.92;} else {B = Math.pow(((BsRGB + 0.055) / 1.055), 2.4);}
|
|
2157
197
|
return (0.2126 * R) + (0.7152 * G) + (0.0722 * B);},
|
|
@@ -2216,6 +256,8 @@ tinycolor.fromRatio = function(color, opts) {if (typeof color == "object") {var
|
|
|
2216
256
|
}
|
|
2217
257
|
color = newColor;}
|
|
2218
258
|
return tinycolor(color, opts);};
|
|
259
|
+
//
|
|
260
|
+
//
|
|
2219
261
|
function inputToRGB(color) {var rgb = { r: 0, g: 0, b: 0 };var a = 1;var s = null;var v = null;var l = null;var ok = false;var format = false;if (typeof color == "string") {color = stringInputToObject(color);}
|
|
2220
262
|
if (typeof color == "object") {if (isValidCSSUnit(color.r) && isValidCSSUnit(color.g) && isValidCSSUnit(color.b)) {rgb = rgbToRgb(color.r, color.g, color.b);ok = true;format = String(color.r).substr(-1) === "%" ? "prgb" : "rgb";}
|
|
2221
263
|
else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.v)) {s = convertToPercentage(color.s);v = convertToPercentage(color.v);rgb = hsvToRgb(color.h, s, v);ok = true;format = "hsv";}
|
|
@@ -2709,12 +751,32 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
2709
751
|
@theme: default;
|
|
2710
752
|
@ant-prefix: ant;
|
|
2711
753
|
@html-selector: html;
|
|
754
|
+
@primary-color-hover: color(~`colorPalette('@{primary-color}', 5) `);
|
|
755
|
+
@primary-color-active: color(~`colorPalette('@{primary-color}', 7) `);
|
|
756
|
+
@primary-color-outline: fade(@primary-color, @outline-fade);
|
|
757
|
+
@processing-color: @blue-6;
|
|
2712
758
|
@info-color: @primary-color;
|
|
759
|
+
@info-color-deprecated-bg: color(~`colorPalette('@{info-color}', 1) `);
|
|
760
|
+
@info-color-deprecated-border: color(~`colorPalette('@{info-color}', 3) `);
|
|
2713
761
|
@success-color: @green-6;
|
|
2714
|
-
@
|
|
762
|
+
@success-color-hover: color(~`colorPalette('@{success-color}', 5) `);
|
|
763
|
+
@success-color-active: color(~`colorPalette('@{success-color}', 7) `);
|
|
764
|
+
@success-color-outline: fade(@success-color, @outline-fade);
|
|
765
|
+
@success-color-deprecated-bg: color(~`colorPalette('@{success-color}', 1) `);
|
|
766
|
+
@success-color-deprecated-border: color(~`colorPalette('@{success-color}', 3) `);
|
|
767
|
+
@warning-color: @gold-6;
|
|
768
|
+
@warning-color-hover: color(~`colorPalette('@{warning-color}', 5) `);
|
|
769
|
+
@warning-color-active: color(~`colorPalette('@{warning-color}', 7) `);
|
|
770
|
+
@warning-color-outline: fade(@warning-color, @outline-fade);
|
|
771
|
+
@warning-color-deprecated-bg: color(~`colorPalette('@{warning-color}', 1) `);
|
|
772
|
+
@warning-color-deprecated-border: color(~`colorPalette('@{warning-color}', 3) `);
|
|
2715
773
|
@error-color: @red-5;
|
|
774
|
+
@error-color-hover: color(~`colorPalette('@{error-color}', 5) `);
|
|
775
|
+
@error-color-active: color(~`colorPalette('@{error-color}', 7) `);
|
|
776
|
+
@error-color-outline: fade(@error-color, @outline-fade);
|
|
777
|
+
@error-color-deprecated-bg: color(~`colorPalette('@{error-color}', 1) `);
|
|
778
|
+
@error-color-deprecated-border: color(~`colorPalette('@{error-color}', 3) `);
|
|
2716
779
|
@highlight-color: @red-5;
|
|
2717
|
-
@warning-color: @gold-6;
|
|
2718
780
|
@normal-color: #d9d9d9;
|
|
2719
781
|
@white: #fff;
|
|
2720
782
|
@black: #000;
|
|
@@ -2760,6 +822,8 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
2760
822
|
@line-height-base: 1.5715;
|
|
2761
823
|
@border-radius-base: 2px;
|
|
2762
824
|
@border-radius-sm: @border-radius-base;
|
|
825
|
+
@control-border-radius: @border-radius-base;
|
|
826
|
+
@arrow-border-radius: 2px;
|
|
2763
827
|
@padding-lg: 24px;
|
|
2764
828
|
@padding-md: 16px;
|
|
2765
829
|
@padding-sm: 12px;
|
|
@@ -2806,12 +870,13 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
2806
870
|
@border-style-base: solid;
|
|
2807
871
|
@outline-blur-size: 0;
|
|
2808
872
|
@outline-width: 2px;
|
|
2809
|
-
@outline-color: @primary-color;
|
|
873
|
+
@outline-color: @primary-color;
|
|
2810
874
|
@outline-fade: 20%;
|
|
2811
875
|
@background-color-light: hsv(0, 0, 98%);
|
|
2812
876
|
@background-color-base: hsv(0, 0, 96%);
|
|
2813
877
|
@disabled-color: fade(#000, 25%);
|
|
2814
878
|
@disabled-bg: @background-color-base;
|
|
879
|
+
@disabled-active-bg: tint(@black, 90%);
|
|
2815
880
|
@disabled-color-dark: fade(#fff, 35%);
|
|
2816
881
|
@shadow-color: rgba(0, 0, 0, 0.15);
|
|
2817
882
|
@shadow-color-inverse: @component-background;
|
|
@@ -2874,6 +939,7 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
2874
939
|
@checkbox-check-color: #fff;
|
|
2875
940
|
@checkbox-check-bg: @checkbox-check-color;
|
|
2876
941
|
@checkbox-border-width: @border-width-base;
|
|
942
|
+
@checkbox-border-radius: @border-radius-base;
|
|
2877
943
|
@checkbox-group-item-margin-right: 8px;
|
|
2878
944
|
@descriptions-bg: #fafafa;
|
|
2879
945
|
@descriptions-title-margin-bottom: 20px;
|
|
@@ -2888,8 +954,10 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
2888
954
|
@divider-text-padding: 1em;
|
|
2889
955
|
@divider-orientation-margin: 5%;
|
|
2890
956
|
@divider-color: rgba(0, 0, 0, 6%);
|
|
957
|
+
@divider-vertical-gutter: 8px;
|
|
2891
958
|
@dropdown-selected-color: @primary-color;
|
|
2892
959
|
@dropdown-menu-submenu-disabled-bg: @component-background;
|
|
960
|
+
@dropdown-selected-bg: @item-active-bg;
|
|
2893
961
|
@empty-font-size: @font-size-base;
|
|
2894
962
|
@radio-size: 16px;
|
|
2895
963
|
@radio-top: 0.2em;
|
|
@@ -2903,7 +971,8 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
2903
971
|
@radio-button-color: @btn-default-color;
|
|
2904
972
|
@radio-button-hover-color: @primary-5;
|
|
2905
973
|
@radio-button-active-color: @primary-7;
|
|
2906
|
-
@radio-
|
|
974
|
+
@radio-button-padding-horizontal: @padding-md - 1px;
|
|
975
|
+
@radio-disabled-button-checked-bg: @disabled-active-bg;
|
|
2907
976
|
@radio-disabled-button-checked-color: @disabled-color;
|
|
2908
977
|
@radio-wrapper-margin-right: 8px;
|
|
2909
978
|
@screen-xs: 480px;
|
|
@@ -2959,7 +1028,9 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
2959
1028
|
@animation-duration-slow: 0.3s;
|
|
2960
1029
|
@animation-duration-base: 0.2s;
|
|
2961
1030
|
@animation-duration-fast: 0.1s;
|
|
1031
|
+
//CollapsePanel
|
|
2962
1032
|
@collapse-panel-border-radius: @border-radius-base;
|
|
1033
|
+
//Dropdown
|
|
2963
1034
|
@dropdown-menu-bg: @component-background;
|
|
2964
1035
|
@dropdown-vertical-padding: 5px;
|
|
2965
1036
|
@dropdown-edge-child-vertical-padding: 4px;
|
|
@@ -3044,22 +1115,23 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
3044
1115
|
@cascader-dropdown-edge-child-vertical-padding: @dropdown-edge-child-vertical-padding;
|
|
3045
1116
|
@cascader-dropdown-font-size: @dropdown-font-size;
|
|
3046
1117
|
@cascader-dropdown-line-height: @dropdown-line-height;
|
|
3047
|
-
@anchor-bg:
|
|
1118
|
+
@anchor-bg: transparent;
|
|
3048
1119
|
@anchor-border-color: @border-color-split;
|
|
3049
|
-
@anchor-link-top:
|
|
1120
|
+
@anchor-link-top: 4px;
|
|
3050
1121
|
@anchor-link-left: 16px;
|
|
3051
1122
|
@anchor-link-padding: @anchor-link-top 0 @anchor-link-top @anchor-link-left;
|
|
3052
1123
|
@tooltip-max-width: 250px;
|
|
3053
1124
|
@tooltip-color: #fff;
|
|
3054
1125
|
@tooltip-bg: rgba(0, 0, 0, 0.75);
|
|
3055
|
-
@tooltip-arrow-width:
|
|
1126
|
+
@tooltip-arrow-width: 8px * sqrt(2);
|
|
3056
1127
|
@tooltip-distance: @tooltip-arrow-width - 1px + 4px;
|
|
3057
1128
|
@tooltip-arrow-color: @tooltip-bg;
|
|
1129
|
+
@tooltip-border-radius: @border-radius-base;
|
|
3058
1130
|
@popover-bg: @component-background;
|
|
3059
1131
|
@popover-color: @text-color;
|
|
3060
1132
|
@popover-min-width: 177px;
|
|
3061
1133
|
@popover-min-height: 32px;
|
|
3062
|
-
@popover-arrow-width:
|
|
1134
|
+
@popover-arrow-width: @tooltip-arrow-width;
|
|
3063
1135
|
@popover-arrow-color: @popover-bg;
|
|
3064
1136
|
@popover-arrow-outer-color: @popover-bg;
|
|
3065
1137
|
@popover-distance: @popover-arrow-width + 4px;
|
|
@@ -3086,6 +1158,7 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
3086
1158
|
@modal-footer-border-width: @border-width-base;
|
|
3087
1159
|
@modal-mask-bg: fade(@black, 45%);
|
|
3088
1160
|
@modal-confirm-body-padding: 32px 32px 24px;
|
|
1161
|
+
@modal-confirm-title-font-size: @font-size-lg;
|
|
3089
1162
|
@progress-default-color: @processing-color;
|
|
3090
1163
|
@progress-remaining-color: @background-color-base;
|
|
3091
1164
|
@progress-info-text-color: @progress-text-color;
|
|
@@ -3111,7 +1184,8 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
3111
1184
|
@menu-item-vertical-margin: 4px;
|
|
3112
1185
|
@menu-item-font-size: @font-size-base;
|
|
3113
1186
|
@menu-item-boundary-margin: 8px;
|
|
3114
|
-
@menu-item-padding:
|
|
1187
|
+
@menu-item-padding-horizontal: 20px;
|
|
1188
|
+
@menu-item-padding: 0 @menu-item-padding-horizontal;
|
|
3115
1189
|
@menu-horizontal-line-height: 46px;
|
|
3116
1190
|
@menu-icon-margin-right: 10px;
|
|
3117
1191
|
@menu-icon-size: @menu-item-font-size;
|
|
@@ -3156,14 +1230,17 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
3156
1230
|
@table-font-size: @font-size-base;
|
|
3157
1231
|
@table-font-size-md: @table-font-size;
|
|
3158
1232
|
@table-font-size-sm: @table-font-size;
|
|
3159
|
-
@table-header-
|
|
3160
|
-
@table-header-
|
|
1233
|
+
@table-header-cell-split-color: rgba(0, 0, 0, 0.06);
|
|
1234
|
+
@table-header-sort-active-bg: rgba(0, 0, 0, 0.04);
|
|
1235
|
+
@table-fixed-header-sort-active-bg: hsv(0, 0, 96%);
|
|
1236
|
+
@table-header-filter-active-bg: rgba(0, 0, 0, 0.04);
|
|
3161
1237
|
@table-filter-btns-bg: inherit;
|
|
3162
1238
|
@table-filter-dropdown-bg: @component-background;
|
|
3163
1239
|
@table-expand-icon-bg: @component-background;
|
|
3164
1240
|
@table-selection-column-width: 32px;
|
|
3165
1241
|
@table-sticky-scroll-bar-bg: fade(#000, 35%);
|
|
3166
1242
|
@table-sticky-scroll-bar-radius: 4px;
|
|
1243
|
+
@tag-border-radius: @border-radius-base;
|
|
3167
1244
|
@tag-default-bg: @background-color-light;
|
|
3168
1245
|
@tag-default-color: @text-color;
|
|
3169
1246
|
@tag-font-size: @font-size-sm;
|
|
@@ -3172,7 +1249,7 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
3172
1249
|
@picker-basic-cell-hover-color: @item-hover-bg;
|
|
3173
1250
|
@picker-basic-cell-active-with-range-color: @primary-1;
|
|
3174
1251
|
@picker-basic-cell-hover-with-range-color: lighten(@primary-color, 35%);
|
|
3175
|
-
@picker-basic-cell-disabled-bg:
|
|
1252
|
+
@picker-basic-cell-disabled-bg: rgba(0, 0, 0, 0.04);
|
|
3176
1253
|
@picker-border-color: @border-color-split;
|
|
3177
1254
|
@picker-date-hover-range-border-color: lighten(@primary-color, 20%);
|
|
3178
1255
|
@picker-date-hover-range-color: @picker-basic-cell-hover-with-range-color;
|
|
@@ -3187,6 +1264,7 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
3187
1264
|
@calendar-input-bg: @input-bg;
|
|
3188
1265
|
@calendar-border-color: @border-color-inverse;
|
|
3189
1266
|
@calendar-item-active-bg: @item-active-bg;
|
|
1267
|
+
@calendar-column-active-bg: fade(@calendar-item-active-bg, 20%);
|
|
3190
1268
|
@calendar-full-bg: @calendar-bg;
|
|
3191
1269
|
@calendar-full-panel-bg: @calendar-full-bg;
|
|
3192
1270
|
@carousel-dot-width: 16px;
|
|
@@ -3299,8 +1377,8 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
3299
1377
|
@pagination-font-weight-active: 500;
|
|
3300
1378
|
@pagination-item-bg-active: @component-background;
|
|
3301
1379
|
@pagination-item-link-bg: @component-background;
|
|
3302
|
-
@pagination-item-disabled-color-active: @
|
|
3303
|
-
@pagination-item-disabled-bg-active:
|
|
1380
|
+
@pagination-item-disabled-color-active: @disabled-color;
|
|
1381
|
+
@pagination-item-disabled-bg-active: @disabled-active-bg;
|
|
3304
1382
|
@pagination-item-input-bg: @component-background;
|
|
3305
1383
|
@pagination-mini-options-size-changer-top: 0px;
|
|
3306
1384
|
@page-header-padding: @padding-lg;
|
|
@@ -3317,7 +1395,7 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
3317
1395
|
@breadcrumb-font-size: @font-size-base;
|
|
3318
1396
|
@breadcrumb-icon-font-size: @font-size-base;
|
|
3319
1397
|
@breadcrumb-link-color: @text-color-secondary;
|
|
3320
|
-
@breadcrumb-link-color-hover: @
|
|
1398
|
+
@breadcrumb-link-color-hover: @text-color;
|
|
3321
1399
|
@breadcrumb-separator-color: @text-color-secondary;
|
|
3322
1400
|
@breadcrumb-separator-margin: 0 @padding-xs;
|
|
3323
1401
|
@slider-margin: 10px 6px 10px;
|
|
@@ -3364,6 +1442,7 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
3364
1442
|
@transfer-disabled-bg: @disabled-bg;
|
|
3365
1443
|
@transfer-list-height: 200px;
|
|
3366
1444
|
@transfer-item-hover-bg: @item-hover-bg;
|
|
1445
|
+
@transfer-item-selected-hover-bg: darken(@item-active-bg, 2%);
|
|
3367
1446
|
@transfer-item-padding-vertical: 6px;
|
|
3368
1447
|
@transfer-list-search-icon-top: 12px;
|
|
3369
1448
|
@message-notice-content-padding: 10px 16px;
|
|
@@ -3413,6 +1492,8 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
3413
1492
|
@drawer-footer-padding-vertical: @modal-footer-padding-vertical;
|
|
3414
1493
|
@drawer-footer-padding-horizontal: @modal-footer-padding-horizontal;
|
|
3415
1494
|
@drawer-header-close-size: 56px;
|
|
1495
|
+
@drawer-title-font-size: @font-size-lg;
|
|
1496
|
+
@drawer-title-line-height: 22px;
|
|
3416
1497
|
@timeline-width: 2px;
|
|
3417
1498
|
@timeline-color: @border-color-split;
|
|
3418
1499
|
@timeline-dot-border-width: 2px;
|
|
@@ -3459,3 +1540,486 @@ this.tinycolor = tinycolor;})()`;}
|
|
|
3459
1540
|
@image-preview-operation-size: 18px;
|
|
3460
1541
|
@image-preview-operation-color: @text-color-dark;
|
|
3461
1542
|
@image-preview-operation-disabled-color: fade(@image-preview-operation-color, 25%);
|
|
1543
|
+
@segmented-bg: fade(@black, 4%);
|
|
1544
|
+
@segmented-hover-bg: fade(@black, 6%);
|
|
1545
|
+
@segmented-selected-bg: @white;
|
|
1546
|
+
@segmented-label-color: fade(@black, 65%);
|
|
1547
|
+
@segmented-label-hover-color: #262626;
|
|
1548
|
+
.size(@width; @height) {width: @width;height: @height;}
|
|
1549
|
+
.square(@size) {.size(@size; @size);}
|
|
1550
|
+
.placeholder(@color: @input-placeholder-color) {&::-moz-placeholder {opacity: 1;
|
|
1551
|
+
}
|
|
1552
|
+
&::placeholder {color: @color;user-select: none;
|
|
1553
|
+
}
|
|
1554
|
+
&:placeholder-shown {text-overflow: ellipsis;}
|
|
1555
|
+
}
|
|
1556
|
+
.clearfix() {&::before {display: table;content: '';}
|
|
1557
|
+
&::after {display: table;clear: both;content: '';}
|
|
1558
|
+
}
|
|
1559
|
+
.iconfont-mixin() {display: inline-block;color: @icon-color;font-style: normal;line-height: 0;text-align: center;text-transform: none;vertical-align: -0.125em;
|
|
1560
|
+
text-rendering: optimizelegibility;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;> * {line-height: 1;}
|
|
1561
|
+
svg {display: inline-block;}
|
|
1562
|
+
&::before {display: none;
|
|
1563
|
+
}
|
|
1564
|
+
& &-icon {display: block;}
|
|
1565
|
+
}
|
|
1566
|
+
.typography-paragraph() {margin-bottom: 1em;}
|
|
1567
|
+
.typography-title(@fontSize; @fontWeight; @lineHeight; @headingColor; @headingMarginBottom;) {margin-bottom: @headingMarginBottom;color: @headingColor;font-weight: @fontWeight;font-size: @fontSize;line-height: @lineHeight;}
|
|
1568
|
+
.typography-title-1() {.typography-title(
|
|
1569
|
+
@heading-1-size,
|
|
1570
|
+
@typography-title-font-weight,
|
|
1571
|
+
1.23,
|
|
1572
|
+
@heading-color,
|
|
1573
|
+
@typography-title-margin-bottom
|
|
1574
|
+
);}
|
|
1575
|
+
.typography-title-2() {.typography-title(
|
|
1576
|
+
@heading-2-size,
|
|
1577
|
+
@typography-title-font-weight,
|
|
1578
|
+
1.35,
|
|
1579
|
+
@heading-color,
|
|
1580
|
+
@typography-title-margin-bottom
|
|
1581
|
+
);}
|
|
1582
|
+
.typography-title-3() {.typography-title(
|
|
1583
|
+
@heading-3-size,
|
|
1584
|
+
@typography-title-font-weight,
|
|
1585
|
+
1.35,
|
|
1586
|
+
@heading-color,
|
|
1587
|
+
@typography-title-margin-bottom
|
|
1588
|
+
);}
|
|
1589
|
+
.typography-title-4() {.typography-title(
|
|
1590
|
+
@heading-4-size,
|
|
1591
|
+
@typography-title-font-weight,
|
|
1592
|
+
1.4,
|
|
1593
|
+
@heading-color,
|
|
1594
|
+
@typography-title-margin-bottom
|
|
1595
|
+
);}
|
|
1596
|
+
.typography-title-5() {.typography-title(
|
|
1597
|
+
@heading-5-size,
|
|
1598
|
+
@typography-title-font-weight,
|
|
1599
|
+
1.5,
|
|
1600
|
+
@heading-color,
|
|
1601
|
+
@typography-title-margin-bottom
|
|
1602
|
+
);}
|
|
1603
|
+
.popover-customize-bg(@containerClass, @background: @popover-background, @prefix: @ant-prefix)
|
|
1604
|
+
when
|
|
1605
|
+
(@theme = dark) {@picker-prefix-cls: ~'@{prefix}-picker';@slider-prefix-cls: ~'@{prefix}-slider';@anchor-prefix-cls: ~'@{prefix}-anchor';@collapse-prefix-cls: ~'@{prefix}-collapse';@tab-prefix-cls: ~'@{prefix}-tabs';@timeline-prefix-cls: ~'@{prefix}-timeline';@tree-prefix-cls: ~'@{prefix}-tree';@card-prefix-cls: ~'@{prefix}-card';@badge-prefix-cls: ~'@{prefix}-badge';@transfer-prefix-cls: ~'@{prefix}-transfer';@calendar-prefix-cls: ~'@{prefix}-picker-calendar';@calendar-picker-prefix-cls: ~'@{prefix}-picker';@table-prefix-cls: ~'@{prefix}-table';@popover-border: @border-width-base @border-style-base @popover-customize-border-color;.@{containerClass} {.@{picker-prefix-cls}-clear,
|
|
1606
|
+
.@{slider-prefix-cls}-handle,
|
|
1607
|
+
.@{anchor-prefix-cls}-wrapper,
|
|
1608
|
+
.@{collapse-prefix-cls}-content,
|
|
1609
|
+
.@{timeline-prefix-cls}-item-head,
|
|
1610
|
+
.@{card-prefix-cls} {background-color: @background;}
|
|
1611
|
+
.@{transfer-prefix-cls} {&-list {&-header {background: @background;border-bottom: @popover-border;}
|
|
1612
|
+
&-content-item:not(.@{transfer-prefix-cls}-list-content-item-disabled):hover {background-color: @item-hover-bg;}
|
|
1613
|
+
}
|
|
1614
|
+
}
|
|
1615
|
+
tr.@{table-prefix-cls}-expanded-row {&,
|
|
1616
|
+
&:hover {> td {background: #272727;}
|
|
1617
|
+
}
|
|
1618
|
+
}
|
|
1619
|
+
.@{table-prefix-cls}.@{table-prefix-cls}-small {thead {> tr {> th {background-color: @background;border-bottom: @popover-border;}
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
}
|
|
1623
|
+
.@{table-prefix-cls} {background-color: @background;.@{table-prefix-cls}-row-expand-icon {border: @popover-border;}
|
|
1624
|
+
tfoot {> tr {> th,
|
|
1625
|
+
> td {border-bottom: @popover-border;}
|
|
1626
|
+
}
|
|
1627
|
+
}
|
|
1628
|
+
thead {> tr {> th {background-color: #272727;border-bottom: @popover-border;}
|
|
1629
|
+
}
|
|
1630
|
+
}
|
|
1631
|
+
tbody {> tr {> td {border-bottom: @popover-border;&.@{table-prefix-cls}-cell-fix-left,
|
|
1632
|
+
&.@{table-prefix-cls}-cell-fix-right {background-color: @background;}
|
|
1633
|
+
}
|
|
1634
|
+
&.@{table-prefix-cls}-row:hover {> td {background: @table-header-sort-active-bg;}
|
|
1635
|
+
}
|
|
1636
|
+
}
|
|
1637
|
+
}
|
|
1638
|
+
&.@{table-prefix-cls}-bordered {.@{table-prefix-cls}-title {border: @popover-border;}
|
|
1639
|
+
thead > tr > th,
|
|
1640
|
+
tbody > tr > td,
|
|
1641
|
+
tfoot > tr > th,
|
|
1642
|
+
tfoot > tr > td {border-right: @popover-border;}
|
|
1643
|
+
.@{table-prefix-cls}-cell-fix-right-first::after {border-right: @popover-border;}
|
|
1644
|
+
table > {thead {> tr:not(:last-child) > th {border-bottom: @border-width-base @border-style-base @border-color-split;}
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
.@{table-prefix-cls}-container {border: @popover-border;}
|
|
1648
|
+
.@{table-prefix-cls}-expanded-row-fixed {&::after {border-right: @popover-border;}
|
|
1649
|
+
}
|
|
1650
|
+
.@{table-prefix-cls}-footer {border: @popover-border;}
|
|
1651
|
+
}
|
|
1652
|
+
.@{table-prefix-cls}-filter-trigger-container-open {background-color: #525252;}
|
|
1653
|
+
}
|
|
1654
|
+
.@{calendar-prefix-cls}-full {background-color: @background;.@{calendar-picker-prefix-cls}-panel {background-color: @background;.@{calendar-prefix-cls}-date {border-top: 2px solid @popover-customize-border-color;}
|
|
1655
|
+
}
|
|
1656
|
+
}
|
|
1657
|
+
.@{tab-prefix-cls} {&.@{tab-prefix-cls}-card .@{tab-prefix-cls}-card-bar .@{tab-prefix-cls}-tab-active {background-color: @background;border-bottom: @border-width-base solid @background;}
|
|
1658
|
+
}
|
|
1659
|
+
.@{badge-prefix-cls} {&-count {box-shadow: 0 0 0 1px @background;}
|
|
1660
|
+
}
|
|
1661
|
+
.@{tree-prefix-cls} {&-show-line {.@{tree-prefix-cls}-switcher {background: @background;}
|
|
1662
|
+
}
|
|
1663
|
+
}
|
|
1664
|
+
}
|
|
1665
|
+
}
|
|
1666
|
+
.box(@position: absolute) {position: @position;top: 0;right: 0;bottom: 0;left: 0;}
|
|
1667
|
+
.box(@position: absolute) {position: @position;top: 0;right: 0;bottom: 0;left: 0;}
|
|
1668
|
+
.modal-mask() {pointer-events: none;&.@{ant-prefix}-zoom-enter,
|
|
1669
|
+
&.@{ant-prefix}-zoom-appear {transform: none;
|
|
1670
|
+
opacity: 0;animation-duration: @animation-duration-slow;user-select: none;
|
|
1671
|
+
}
|
|
1672
|
+
&-mask {.box(fixed);z-index: @zindex-modal-mask;height: 100%;background-color: @modal-mask-bg;&-hidden {display: none;}
|
|
1673
|
+
}
|
|
1674
|
+
&-wrap {.box(fixed);overflow: auto;outline: 0;-webkit-overflow-scrolling: touch;}
|
|
1675
|
+
}
|
|
1676
|
+
.motion-common(@duration: @animation-duration-base) {animation-duration: @duration;animation-fill-mode: both;}
|
|
1677
|
+
.motion-common-leave(@duration: @animation-duration-base) {animation-duration: @duration;animation-fill-mode: both;}
|
|
1678
|
+
.make-motion(@className, @keyframeName, @duration: @animation-duration-base) {.@{className}-enter,
|
|
1679
|
+
.@{className}-appear {.motion-common(@duration);animation-play-state: paused;}
|
|
1680
|
+
.@{className}-leave {.motion-common-leave(@duration);animation-play-state: paused;}
|
|
1681
|
+
.@{className}-enter.@{className}-enter-active,
|
|
1682
|
+
.@{className}-appear.@{className}-appear-active {animation-name: ~'@{keyframeName}In';animation-play-state: running;}
|
|
1683
|
+
.@{className}-leave.@{className}-leave-active {animation-name: ~'@{keyframeName}Out';animation-play-state: running;pointer-events: none;}
|
|
1684
|
+
}
|
|
1685
|
+
.reset-component() {box-sizing: border-box;margin: 0;padding: 0;color: @text-color;font-size: @font-size-base;font-variant: @font-variant-base;line-height: @line-height-base;list-style: none;font-feature-settings: @font-feature-settings-base;}
|
|
1686
|
+
.operation-unit() {color: @link-color;text-decoration: none;outline: none;cursor: pointer;transition: color 0.3s;&:focus,
|
|
1687
|
+
&:hover {color: @link-hover-color;}
|
|
1688
|
+
&:active {color: @link-active-color;}
|
|
1689
|
+
}
|
|
1690
|
+
.roundedArrow(@width, @outer-radius, @bg-color: var(--antd-arrow-background-color)) {@corner-height: unit(((@outer-radius) * (1 - 1 / sqrt(2))));@width-without-unit: unit(@width);@outer-radius-without-unit: unit(@outer-radius);@inner-radius-without-unit: unit(@arrow-border-radius);@a-x: @width-without-unit - @corner-height;@a-y: 2 * @width-without-unit + @corner-height;@b-x: @a-x + @outer-radius-without-unit * (1 / sqrt(2));@b-y: 2 * @width-without-unit;@c-x: 2 * @width-without-unit - @inner-radius-without-unit;@c-y: 2 * @width-without-unit;@d-x: 2 * @width-without-unit;@d-y: 2 * @width-without-unit - @inner-radius-without-unit;@e-x: 2 * @width-without-unit;@e-y: @f-y + @outer-radius-without-unit * (1 / sqrt(2));@f-x: 2 * @width-without-unit + @corner-height;@f-y: @width-without-unit - @corner-height;@g-x: @f-x - 1;@g-y: @f-y;@h-x: @a-x;@h-y: @a-y - 1;border-radius: 0 0 @arrow-border-radius;pointer-events: none;&::before {position: absolute;top: -@width;left: -@width;width: @width * 3;height: @width * 3;background: @bg-color;background-repeat: no-repeat;background-position: ceil(-@width + 1px) ceil(-@width + 1px);content: '';clip-path: path(
|
|
1691
|
+
'M @{a-x} @{a-y} A @{outer-radius-without-unit} @{outer-radius-without-unit} 0 0 1 @{b-x} @{b-y} L @{c-x} @{c-y} A @{inner-radius-without-unit} @{inner-radius-without-unit} 0 0 0 @{d-x} @{d-y} L @{e-x} @{e-y} A @{outer-radius-without-unit} @{outer-radius-without-unit} 0 0 1 @{f-x} @{f-y} L @{g-x} @{g-y} L @{h-x} @{h-y} Z'
|
|
1692
|
+
);}
|
|
1693
|
+
}
|
|
1694
|
+
.freakMixin() {@functions: ~`(function() {function toColorList(list) {list = list.slice(1, list.length - 1).split(',');var ret = [];for (var i = 0, c = list.length; i < c; i++) {ret.push(list[i].trim().split(' '));}
|
|
1695
|
+
return ret;}
|
|
1696
|
+
var catchColors;function _initColor(list) {if (!catchColors) catchColors = toColorList(list);}
|
|
1697
|
+
this.getColor = function(list, name, position) {_initColor(list);var ret = '';for (var i = 0, c = catchColors.length; i < c; i++) {if (catchColors[i][0] === name) {ret = catchColors[i][position - 1];break;}
|
|
1698
|
+
}
|
|
1699
|
+
return ret;}
|
|
1700
|
+
this.genComment = function(value, ...comments) {return '';}
|
|
1701
|
+
this.genCommentColor = function(color, ...comments) {var imgColor = '  + '/fff.png&text=+)';return '';}
|
|
1702
|
+
this.genCommentTypeColor = function(type, color) {var comments = [];switch (type) {case 'text':
|
|
1703
|
+
comments = ['Set the text color to {0}', '设置文本颜色为 {0}'];break;case 'background':
|
|
1704
|
+
comments = ['Set the background light color to {0}', '设置背景颜色为 {0}'];break;case 'hoverBackground':
|
|
1705
|
+
comments = ['Set the hover background color to {0}', '设置悬停时背景颜色为 {0}'];break;}
|
|
1706
|
+
if (comments.length === 0) return '';var imgColor = '  + '/fff.png&text=+)';return '';}
|
|
1707
|
+
})()`;}
|
|
1708
|
+
.freakMixin();
|
|
1709
|
+
.color-yiq(@color) {.yiq-mixin (@v) when (@v >= 150) {color: #111;}
|
|
1710
|
+
.yiq-mixin (@v) when (default()) {color: #fff;}
|
|
1711
|
+
@r: red(@color);@g: green(@color);@b: blue(@color);@yiq: (((@r * 299) + (@g * 587) + (@b * 114)) / 1000);.yiq-mixin(@yiq);}
|
|
1712
|
+
.for(@adList, @adCode) {& {.loop(@adI:1) when (@adI =< length(@adList)) {@adIndex: @adI - 1;@adItem: extract(@adList, @adI);@adCode();.loop(@adI + 1);}
|
|
1713
|
+
.loop();}
|
|
1714
|
+
}
|
|
1715
|
+
.for-each(@adList, @adCode) {& {.loop(@adI:1) when (@adI =< length(@adList)) {@adIndex: @adI - 1;@adItem: extract(@adList, @adI);@adKey: extract(@adItem, 1);@adValue: extract(@adItem, 2);@adCode();.loop(@adI + 1);}
|
|
1716
|
+
.loop();}
|
|
1717
|
+
}
|
|
1718
|
+
.text-truncate() {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
|
|
1719
|
+
.textOverflow() {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;word-break: break-all;}
|
|
1720
|
+
.textOverflowMulti(@line: 3, @bg: #fff) {position: relative;max-height: @line * 1.5em;margin-right: -1em;padding-right: 1em;overflow: hidden;line-height: 1.5em;text-align: justify;&::before {position: absolute;right: 14px;bottom: 0;padding: 0 1px;background: @bg;content: '...';}
|
|
1721
|
+
&::after {position: absolute;right: 14px;width: 1em;height: 1em;margin-top: 0.2em;background: white;content: '';}
|
|
1722
|
+
}
|
|
1723
|
+
.router-ant() {.router-ant-mixin(@enabled) when(@enabled=true) {router-outlet + * {display: block;animation-name: @router-animation-name;
|
|
1724
|
+
animation-duration: @router-animation-duration;}
|
|
1725
|
+
}
|
|
1726
|
+
.router-ant-mixin(@router-animation-enabled);}
|
|
1727
|
+
@root-entry-name: default;
|
|
1728
|
+
@white: #fff;
|
|
1729
|
+
@black: #000;
|
|
1730
|
+
@grey-1: #ffffff;
|
|
1731
|
+
@grey-2: #fafafa;
|
|
1732
|
+
@grey-3: #f5f5f5;
|
|
1733
|
+
@grey-4: #e8e8e8;
|
|
1734
|
+
@grey-5: #d9d9d9;
|
|
1735
|
+
@grey-6: #bfbfbf;
|
|
1736
|
+
@grey-7: #8c8c8c;
|
|
1737
|
+
@grey-8: #595959;
|
|
1738
|
+
@grey-9: #262626;
|
|
1739
|
+
@grey-10: #000000;
|
|
1740
|
+
@color-light-index: 5;
|
|
1741
|
+
@color-basic-index: 6;
|
|
1742
|
+
@color-dark-index: 7;
|
|
1743
|
+
@color-light-position: 2;
|
|
1744
|
+
@color-basic-position: 3;
|
|
1745
|
+
@color-dark-position: 4;
|
|
1746
|
+
@color-no-list: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10;
|
|
1747
|
+
@colors:
|
|
1748
|
+
red @red-5 @red-6 @red-7,
|
|
1749
|
+
volcano @volcano-5 @volcano-6 @volcano-7,
|
|
1750
|
+
orange @orange-5 @orange-6 @orange-7,
|
|
1751
|
+
gold @gold-5 @gold-6 @gold-7,
|
|
1752
|
+
yellow @yellow-5 @yellow-6 @yellow-7,
|
|
1753
|
+
lime @lime-5 @lime-6 @lime-7,
|
|
1754
|
+
green @green-5 @green-6 @green-7,
|
|
1755
|
+
cyan @cyan-5 @cyan-6 @cyan-7,
|
|
1756
|
+
blue @blue-5 @blue-6 @blue-7,
|
|
1757
|
+
geekblue @geekblue-5 @geekblue-6 @geekblue-7,
|
|
1758
|
+
purple @purple-5 @purple-6 @purple-7,
|
|
1759
|
+
magenta @magenta-5 @magenta-6 @magenta-7,
|
|
1760
|
+
grey @grey-5 @grey-6 @grey-7;
|
|
1761
|
+
@aliasColors:
|
|
1762
|
+
primary @primary-color,
|
|
1763
|
+
success @success-color,
|
|
1764
|
+
error @error-color,
|
|
1765
|
+
warning @warning-color,
|
|
1766
|
+
info @info-color,
|
|
1767
|
+
processing @processing-color,
|
|
1768
|
+
highlight @highlight-color,
|
|
1769
|
+
normal @normal-color;
|
|
1770
|
+
@greyColorer: lighter @grey-3, darker @grey-9;
|
|
1771
|
+
@layout-gutter: 8px;
|
|
1772
|
+
@xs: (@layout-gutter / 2);
|
|
1773
|
+
@sm: @layout-gutter;
|
|
1774
|
+
@md: (@layout-gutter * 2);
|
|
1775
|
+
@lg: (@layout-gutter * 3);
|
|
1776
|
+
@xl: (@layout-gutter * 4);
|
|
1777
|
+
@xxl: (@layout-gutter * 6);
|
|
1778
|
+
@grid-breakpoints:
|
|
1779
|
+
xs @screen-xs,
|
|
1780
|
+
sm @screen-sm,
|
|
1781
|
+
md @screen-md,
|
|
1782
|
+
lg @screen-lg,
|
|
1783
|
+
xl @screen-xl;
|
|
1784
|
+
@mobile-min: @screen-md-min;
|
|
1785
|
+
@mobile-max: @screen-md-min - 1px;
|
|
1786
|
+
@spacings:
|
|
1787
|
+
0 0,
|
|
1788
|
+
xs @xs,
|
|
1789
|
+
sm @sm,
|
|
1790
|
+
md @md,
|
|
1791
|
+
lg @lg,
|
|
1792
|
+
xl @xl,
|
|
1793
|
+
xxl @xxl;
|
|
1794
|
+
@rtl-enabled: true;
|
|
1795
|
+
@ul-ol-margin: 18px;
|
|
1796
|
+
@zindex-base: @zindex-back-top - 1;
|
|
1797
|
+
@zindex-fixed: @zindex-base;
|
|
1798
|
+
@zindex: @zindex-base;
|
|
1799
|
+
@text-xs: @font-size-base - 2;
|
|
1800
|
+
@text-sm: @font-size-base + 0;
|
|
1801
|
+
@text-md: @font-size-base + 2;
|
|
1802
|
+
@text-lg: @font-size-base + 4;
|
|
1803
|
+
@text-xl: @font-size-base + 8;
|
|
1804
|
+
@text-xxl: @font-size-base + 14;
|
|
1805
|
+
@icon-sm: @font-size-base * 2;
|
|
1806
|
+
@icon-md: @font-size-base * 4;
|
|
1807
|
+
@icon-lg: @font-size-base * 6;
|
|
1808
|
+
@icon-xl: @font-size-base * 8;
|
|
1809
|
+
@icon-xxl: @font-size-base * 10;
|
|
1810
|
+
@widths:
|
|
1811
|
+
xs @layout-gutter * 10,
|
|
1812
|
+
sm @layout-gutter * 20,
|
|
1813
|
+
md @layout-gutter * 30,
|
|
1814
|
+
lg @layout-gutter * 40,
|
|
1815
|
+
xl @layout-gutter * 50,
|
|
1816
|
+
xxl @layout-gutter * 60,
|
|
1817
|
+
10 10%,
|
|
1818
|
+
20 20%,
|
|
1819
|
+
30 30%,
|
|
1820
|
+
40 40%,
|
|
1821
|
+
50 50%,
|
|
1822
|
+
60 60%,
|
|
1823
|
+
70 70%,
|
|
1824
|
+
80 80%,
|
|
1825
|
+
90 90%,
|
|
1826
|
+
100 100%;
|
|
1827
|
+
@border-radius-md: @border-radius-base;
|
|
1828
|
+
@border-radius-lg: @border-radius-base + 2px;
|
|
1829
|
+
@muted-color: @grey-7;
|
|
1830
|
+
@white: #fff;
|
|
1831
|
+
@black: #000;
|
|
1832
|
+
@scrollbar-enabled: true;
|
|
1833
|
+
@scrollbar-width: 6px;
|
|
1834
|
+
@scrollbar-height: 6px;
|
|
1835
|
+
@scrollbar-track-color: rgba(0, 0, 0, 0.3);
|
|
1836
|
+
@scrollbar-thumb-color: #6e6e6e;
|
|
1837
|
+
@scrollbar-table-enabled: false;
|
|
1838
|
+
@font-size-large: @font-size-base + 8;
|
|
1839
|
+
@font-size-small: @font-size-base;
|
|
1840
|
+
@h1-font-size: @font-size-base + 20;
|
|
1841
|
+
@h2-font-size: @font-size-base + 12;
|
|
1842
|
+
@h3-font-size: @font-size-base + 8;
|
|
1843
|
+
@h4-font-size: @font-size-base + 4;
|
|
1844
|
+
@h5-font-size: @font-size-base + 2;
|
|
1845
|
+
@h6-font-size: @font-size-base;
|
|
1846
|
+
@enable-all-colors: false;
|
|
1847
|
+
@code-border-color: #eee;
|
|
1848
|
+
@code-bg: #f7f7f7;
|
|
1849
|
+
@drawer-xl: 1200px;
|
|
1850
|
+
@drawer-lg: 900px;
|
|
1851
|
+
@drawer-md: 600px;
|
|
1852
|
+
@drawer-sm: 300px;
|
|
1853
|
+
@drawer-xl-height: 800px;
|
|
1854
|
+
@drawer-lg-height: 600px;
|
|
1855
|
+
@drawer-md-height: 400px;
|
|
1856
|
+
@drawer-sm-height: 200px;
|
|
1857
|
+
@modal-xl: 1200px;
|
|
1858
|
+
@modal-lg: 900px;
|
|
1859
|
+
@modal-md: 600px;
|
|
1860
|
+
@modal-sm: 300px;
|
|
1861
|
+
@router-animation-enabled: false;
|
|
1862
|
+
@router-animation-name: antFadeIn;
|
|
1863
|
+
@router-animation-duration: 1s;
|
|
1864
|
+
@rotate-count: 24;
|
|
1865
|
+
@preserve-white-spaces-enabled: true;
|
|
1866
|
+
@preserve-sf-and-st-spaces: @layout-gutter * 2;
|
|
1867
|
+
@preserve-buttons-spaces: @layout-gutter;
|
|
1868
|
+
@nz-table-img-radius: 4px;
|
|
1869
|
+
@nz-table-img-margin-right: 4px;
|
|
1870
|
+
@nz-table-img-max-height: 32px;
|
|
1871
|
+
@nz-table-img-max-width: 32px;
|
|
1872
|
+
@nz-table-even-background: none;
|
|
1873
|
+
@nz-table-rep-max-width: @mobile-max;
|
|
1874
|
+
@nz-table-rep-min-width: @nz-table-rep-max-width + 1;
|
|
1875
|
+
@nz-table-rep-header-background: @border-color-split;
|
|
1876
|
+
@nz-table-rep-even-background: #f9f9f9;
|
|
1877
|
+
@nz-table-rep-padding-vertical: (@table-padding-vertical / 2);
|
|
1878
|
+
@nz-table-rep-padding-horizontal: (@table-padding-horizontal / 2);
|
|
1879
|
+
@nz-table-rep-column-name-width: 100px;
|
|
1880
|
+
@nz-table-rep-column-name-text-align: right;
|
|
1881
|
+
@nz-table-rep-column-name-padding-right: 8px;
|
|
1882
|
+
@nz-table-rep-column-name-color: rgba(0, 0, 0, 0.5);
|
|
1883
|
+
@forced-turn-off-nz-modal-animation-enabled: false;
|
|
1884
|
+
@sf-title-text-align: left;
|
|
1885
|
+
@sf-optional-color: rgba(0, 0, 0, 0.35);
|
|
1886
|
+
@sf-optional-margin: 2px;
|
|
1887
|
+
@sf-inline-ant-select-min-width: 100px;
|
|
1888
|
+
@sf-widget-array-type-card-remove-bg: rgba(0, 0, 0, 0.26);
|
|
1889
|
+
@sf-widget-array-transfer-bg: #fff;
|
|
1890
|
+
@yn-yes-color: @blue-6;
|
|
1891
|
+
@yn-no-color: @grey-7;
|
|
1892
|
+
@setting-drawer-enabled: true;
|
|
1893
|
+
@setting-drawer-width: 500px;
|
|
1894
|
+
@theme-btn-enabled: true;
|
|
1895
|
+
@enabled-util-align: true;
|
|
1896
|
+
@enabled-util-border: true;
|
|
1897
|
+
@enabled-util-code: true;
|
|
1898
|
+
@enabled-util-color: true;
|
|
1899
|
+
@enabled-util-display: true;
|
|
1900
|
+
@enabled-util-float: true;
|
|
1901
|
+
@enabled-util-icon: true;
|
|
1902
|
+
@enabled-util-img: true;
|
|
1903
|
+
@enabled-util-position: true;
|
|
1904
|
+
@enabled-util-overflow: true;
|
|
1905
|
+
@enabled-util-responsive: true;
|
|
1906
|
+
@enabled-util-spacing: true;
|
|
1907
|
+
@enabled-util-text: true;
|
|
1908
|
+
@enabled-util-width: true;
|
|
1909
|
+
@enabled-util-scrollbar: true;
|
|
1910
|
+
@enabled-util-other: true;
|
|
1911
|
+
@abs-enabled: false;
|
|
1912
|
+
@search__form-enabled: true;
|
|
1913
|
+
@search-form-bg: #fbfbfb;
|
|
1914
|
+
@search-form-radius: 4px;
|
|
1915
|
+
@hafl-enabled: true;
|
|
1916
|
+
@hafl-float-size: sm @layout-gutter * 8, md @layout-gutter * 10, lg @layout-gutter * 12;
|
|
1917
|
+
@masonry-enabled: true;
|
|
1918
|
+
@masonry-column-gap: @layout-gutter * 2;
|
|
1919
|
+
@alain-default-prefix: ~'.alain-default';
|
|
1920
|
+
@alain-default-zindex: @zindex-base;
|
|
1921
|
+
@alain-default-ease: cubic-bezier(0.25, 0, 0.15, 1);
|
|
1922
|
+
@alain-default-header-hg: 64px;
|
|
1923
|
+
@alain-default-header-bg: @primary-color;
|
|
1924
|
+
@alain-default-header-padding: @layout-gutter * 2;
|
|
1925
|
+
@alain-default-header-search-enabled: true;
|
|
1926
|
+
@alain-default-header-icon-fs: 18px;
|
|
1927
|
+
@alain-default-header-logo-max-height: 36px;
|
|
1928
|
+
@alain-default-header-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
|
|
1929
|
+
@alain-default-aside-wd: 200px;
|
|
1930
|
+
@alain-default-aside-bg: #fff;
|
|
1931
|
+
@alain-default-aside-scrollbar-width: 0;
|
|
1932
|
+
@alain-default-aside-scrollbar-height: 0;
|
|
1933
|
+
@alain-default-aside-scrollbar-track-color: transparent;
|
|
1934
|
+
@alain-default-aside-scrollbar-thumb-color: transparent;
|
|
1935
|
+
@alain-default-aside-nav-fs: 14px;
|
|
1936
|
+
@alain-default-aside-nav-icon-width: 14px;
|
|
1937
|
+
@alain-default-aside-nav-img-wh: 14px;
|
|
1938
|
+
@alain-default-aside-nav-padding-top-bottom: @layout-gutter;
|
|
1939
|
+
@alain-default-aside-nav-padding-left-right: @layout-gutter * 2;
|
|
1940
|
+
@alain-default-aside-nav-text-color: @text-color;
|
|
1941
|
+
@alain-default-aside-nav-text-hover-color: @primary-color;
|
|
1942
|
+
@alain-default-aside-nav-group-text-color: @text-color-secondary;
|
|
1943
|
+
@alain-default-aside-nav-selected-text-color: @primary-color;
|
|
1944
|
+
@alain-default-aside-nav-selected-bg: #fcfcfc;
|
|
1945
|
+
@alain-default-aside-nav-item-height: 38px;
|
|
1946
|
+
@alain-default-aside-nav-depth1-padding-left: @layout-gutter * 3;
|
|
1947
|
+
@alain-default-aside-nav-depth2-padding-left: @layout-gutter * 4;
|
|
1948
|
+
@alain-default-aside-nav-depth3-padding-left: @layout-gutter * 5;
|
|
1949
|
+
@alain-default-aside-nav-depth4-padding-left: @layout-gutter * 6;
|
|
1950
|
+
@alain-default-aside-nav-depth5-padding-left: @layout-gutter * 7;
|
|
1951
|
+
@alain-default-aside-collapsed-wd: @layout-gutter * 8;
|
|
1952
|
+
@alain-default-aside-collapsed-nav-fs: 24px;
|
|
1953
|
+
@alain-default-aside-collapsed-nav-img-wh: 24px;
|
|
1954
|
+
@alain-default-content-heading-bg: #fafbfc;
|
|
1955
|
+
@alain-default-content-heading-border: #efe3e5;
|
|
1956
|
+
@alain-default-content-padding: @layout-gutter * 3;
|
|
1957
|
+
@alain-default-content-bg: #f5f7fa;
|
|
1958
|
+
@alain-default-widget-app-icons-enabled: true;
|
|
1959
|
+
@alain-default-aside-user-enabled: true;
|
|
1960
|
+
@alain-blank-prefix: ~'.alain-blank';
|
|
1961
|
+
@alain-blank-zindex: @zindex-base;
|
|
1962
|
+
@alain-blank-bg: #f5f7fa;
|
|
1963
|
+
@alain-blank-content-padding-vertical: 0;
|
|
1964
|
+
@alain-blank-content-padding-horizontal: @layout-gutter * 2;
|
|
1965
|
+
@st-btn-disabled-color: rgba(0, 0, 0, 0.25);
|
|
1966
|
+
@st-title-optional-color: rgba(0, 0, 0, 0.35);
|
|
1967
|
+
@st-resizable-handle-width: 1px;
|
|
1968
|
+
@st-resizable-handle-height: 60%;
|
|
1969
|
+
@st-resizable-handle-color: @border-color-base;
|
|
1970
|
+
@sv-label-color: rgba(0, 0, 0, 0.5);
|
|
1971
|
+
@sv-label-optional-color: rgba(0, 0, 0, 0.35);
|
|
1972
|
+
@sv-detail-color: @text-color;
|
|
1973
|
+
@sv-type-primary-color: @primary-color;
|
|
1974
|
+
@sv-type-success-color: @success-color;
|
|
1975
|
+
@sv-type-danger-color: @error-color;
|
|
1976
|
+
@sv-type-warning-color: @warning-color;
|
|
1977
|
+
@sv-bottom: @layout-gutter * 2;
|
|
1978
|
+
@sv-default-text: '-';
|
|
1979
|
+
@sv-unit-margin: 8px;
|
|
1980
|
+
@sv-unit-color: @grey-7;
|
|
1981
|
+
@sv-optional-margin: 2px;
|
|
1982
|
+
@sv-value-prefix-unit-color: @sv-label-color;
|
|
1983
|
+
@sv-value-prefix-unit-font-size: 12px;
|
|
1984
|
+
@sv-value-default-value-font-size: 18px;
|
|
1985
|
+
@sv-value-large-value-font-size: 24px;
|
|
1986
|
+
@sv-value-small-value-font-size: 14px;
|
|
1987
|
+
@sv-value-mulit-padding: 8px;
|
|
1988
|
+
@sv-value-mulit-content: '/';
|
|
1989
|
+
@sv-value-mulit-content-width: 6px;
|
|
1990
|
+
@se-label-optional-color: rgba(0, 0, 0, 0.35);
|
|
1991
|
+
@se-compact-bottom: @layout-gutter;
|
|
1992
|
+
@se-optional-margin: 2px;
|
|
1993
|
+
@avatar-list-mini-wh: 20px;
|
|
1994
|
+
@error-collect-color: #f5222d;
|
|
1995
|
+
@footer-toolbar-height: 56px;
|
|
1996
|
+
@footer-toolbar-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03);
|
|
1997
|
+
@footer-toolbar-bg: #fff;
|
|
1998
|
+
@footer-toolbar-border-top: 1px solid @border-color-split;
|
|
1999
|
+
@footer-toolbar-padding: 0 24px;
|
|
2000
|
+
@page-header-bg: #fff;
|
|
2001
|
+
@page-header-padding: 16px 32px 0 32px;
|
|
2002
|
+
@page-header-wide: 1200px;
|
|
2003
|
+
@quick-menu-border-width: 1px;
|
|
2004
|
+
@quick-menu-ctrl-hw: 50px;
|
|
2005
|
+
@quick-menu-border-color: #fff;
|
|
2006
|
+
@quick-menu-bg: #fff;
|
|
2007
|
+
@result-extra-bg: #fafafa;
|
|
2008
|
+
@reuse-tab-height: 52px;
|
|
2009
|
+
@reuse-tab-bg: #fff;
|
|
2010
|
+
@reuse-tab-padding: 8px;
|
|
2011
|
+
@reuse-tab-border-color: #d9d9d9;
|
|
2012
|
+
@down-file-not-support-behavior: 'hidden';
|
|
2013
|
+
@loading-zindex: 9999;
|
|
2014
|
+
@loading-backdrop-bg: rgba(0, 0, 0, 0.15);
|
|
2015
|
+
@loading-icon-color: @primary-color;
|
|
2016
|
+
@loading-text-color: @primary-color;
|
|
2017
|
+
@onboarding-mask-opacity: 0.5;
|
|
2018
|
+
@onboarding-mask-background-color: #000;
|
|
2019
|
+
@onboarding-light-background-color: rgba(255, 255, 255, 0.9);
|
|
2020
|
+
@onboarding-light-ant: 2500ms cubic-bezier(0.55, 0.05, 0.6, 0.2) 0s infinite normal none running onboardingAnt;
|
|
2021
|
+
@onboarding-light-ant-color: rgb(255, 255, 255);
|
|
2022
|
+
@onboarding-changing-ant: all 0.3s ease-out;
|
|
2023
|
+
@onboarding-zindex: 99999;
|
|
2024
|
+
@tag-select-margin: 16px;
|
|
2025
|
+
@tag-select-item-margin-right: 24px;
|