@lambo-design/shared 1.0.0-beta.60 → 1.0.0-beta.62

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.
@@ -1,252 +1,252 @@
1
- :root {
2
- --primary-color: #3EAF7C;
3
- --primary-color-tint-20: #65bf96;
4
- --primary-color-tint-90: #ecf7f2;
5
- --primary-color-tint-80: #d8efe5;
6
- --primary-color-tint-5: #48b383;
7
- --primary-color-tint-95-fade-50: rgba(245, 251, 248, 0.5);
8
- --primary-color-fade-20: rgba(62, 175, 124, 0.2);
9
- --primary-color-shade-5: #3ba676;
10
- --info-color: #2db7f5;
11
- --info-color-tint-20: #57c5f7;
12
- --info-color-tint-90: #eaf8fe;
13
- --info-color-tint-80: #d5f1fd;
14
- --info-color-tint-5: #38bbf6;
15
- --info-color-tint-95-fade-50: rgba(245, 251, 254, 0.5);
16
- --info-color-fade-20: rgba(45, 183, 245, 0.2);
17
- --info-color-shade-5: #2baee9;
18
- --success-color: #19be6b;
19
- --success-color-tint-20: #47cb89;
20
- --success-color-tint-90: #e8f9f0;
21
- --success-color-tint-80: #d1f2e1;
22
- --success-color-tint-5: #25c172;
23
- --success-color-tint-95-fade-50: rgba(244, 252, 248, 0.5);
24
- --success-color-fade-20: rgba(25, 190, 107, 0.2);
25
- --success-color-shade-5: #18b566;
26
- --processing-color: #3EAF7C;
27
- --warning-color: #ff9900;
28
- --warning-color-tint-20: #ffad33;
29
- --warning-color-tint-90: #fff5e6;
30
- --warning-color-tint-5: #ff9e0d;
31
- --warning-color-tint-80: #ffebcc;
32
- --warning-color-tint-95-fade-50: rgba(255, 250, 242, 0.5);
33
- --warning-color-fade-20: rgba(255, 153, 0, 0.2);
34
- --warning-color-shade-5: #f29100;
35
- --error-color: #ed4014;
36
- --error-color-tint-20: #f16643;
37
- --error-color-tint-90: #fdece8;
38
- --error-color-tint-5: #ee4a20;
39
- --error-color-tint-80: #fbd9d0;
40
- --error-color-tint-95-fade-50: rgba(254, 245, 243, 0.5);
41
- --error-color-fade-20: rgba(237, 64, 20, 0.2);
42
- --error-color-shade-5: #e13d13;
43
- --normal-color: #e6ebf1;
44
- --link-color: #3EAF7C;
45
- --link-hover-color: #65bf96;
46
- --link-active-color: #3ba676;
47
- --selected-color: rgba(62, 175, 124, 0.9);
48
- --selected-color-shade-10: rgba(55, 154, 109, 0.91);
49
- --tooltip-color: #fff;
50
- --subsidiary-color: #808695;
51
- --rate-star-color: #f5a623;
52
- --rate-star-color-tint-20: #f7b84f;
53
- --white: #fff;
54
- --black: #000;
55
- --body-background: #fff;
56
- --component-background: #fff;
57
- --font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
58
- --code-family: Consolas, Menlo, Courier, monospace;
59
- --title-color: #17233d;
60
- --text-color: #515a6e;
61
- --text-color-secondary: rgba(0, 0, 0, 0.45);
62
- --heading-color: rgba(0, 0, 0, 0.85);
63
- --heading-color-dark: #ffffff;
64
- --font-size-base: 14px;
65
- --font-size-small: 12px;
66
- --font-size-large: 16px;
67
- --line-height-base: 1.5;
68
- --line-height-computed: 21px;
69
- --border-radius-base: 6px;
70
- --border-radius-small: 4px;
71
- --cursor-disabled: not-allowed;
72
- --padding-lg: 24px;
73
- --padding-md: 16px;
74
- --padding-sm: 12px;
75
- --padding-xs: 8px;
76
- --border-color-base: #dcdee2;
77
- --border-color-split: #e8eaec;
78
- --border-width-base: 1px;
79
- --border-style-base: solid;
80
- --background-color-base: #f7f7f7;
81
- --background-color-select-hover: #f3f3f3;
82
- --tooltip-bg: rgba(70, 76, 91, 0.9);
83
- --head-bg: #f9fafc;
84
- --table-thead-bg: #f8f8f9;
85
- --table-td-stripe-bg: #f8f8f9;
86
- --table-td-hover-bg: #ebf7ff;
87
- --table-td-highlight-bg: #ebf7ff;
88
- --menu-dark-title: #333333;
89
- --menu-dark-active-bg: #363e4f;
90
- --menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
91
- --menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
92
- --date-picker-cell-hover-bg: #e1f0fe;
93
- --shadow-color: rgba(0, 0, 0, 0.2);
94
- --shadow-base: 0 1px 6px rgba(0, 0, 0, 0.2);
95
- --shadow-card: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
96
- --shadow-up: 0 -1px 6px rgba(0, 0, 0, 0.2);
97
- --shadow-down: 0 1px 6px rgba(0, 0, 0, 0.2);
98
- --shadow-left: -1px 0 6px rgba(0, 0, 0, 0.2);
99
- --shadow-right: 1px 0 6px rgba(0, 0, 0, 0.2);
100
- --btn-height-base: 32px;
101
- --btn-height-large: 40px;
102
- --btn-height-small: 24px;
103
- --btn-padding-base: 0 15px;
104
- --btn-padding-large: 0 15px;
105
- --btn-padding-small: 0 7px;
106
- --btn-font-weight: normal;
107
- --btn-padding-base-icon: 5px 15px 6px;
108
- --btn-padding-large-icon: 6px 15px 6px 15px;
109
- --btn-padding-small-icon: 1px 7px 2px;
110
- --btn-font-size: 14px;
111
- --btn-font-size-large: 16px;
112
- --btn-font-size-small: 14px;
113
- --btn-border-radius: 4px;
114
- --btn-border-radius-small: 3px;
115
- --btn-group-border: #3ba676;
116
- --btn-disable-color: #c5c8ce;
117
- --btn-disable-bg: #f7f7f7;
118
- --btn-disable-border: #dcdee2;
119
- --btn-default-color: #515a6e;
120
- --btn-default-color-tint-20: #747b8b;
121
- --btn-default-color-shade-5: #4d5669;
122
- --btn-default-bg: #fff;
123
- --btn-default-bg-tint-20: #ffffff;
124
- --btn-default-bg-shade-5: #f2f2f2;
125
- --btn-default-border: #dcdee2;
126
- --btn-default-border-tint-20: #e3e5e8;
127
- --btn-default-border-shade-5: #d1d3d7;
128
- --btn-primary-color: #fff;
129
- --btn-primary-color-tint-20: #ffffff;
130
- --btn-primary-color-tint-5: #ffffff;
131
- --btn-primary-color-shade-5: #f2f2f2;
132
- --btn-primary-bg: #3EAF7C;
133
- --btn-primary-bg-tint-20: #65bf96;
134
- --btn-primary-bg-tint-5: #48b383;
135
- --btn-primary-bg-shade-5: #3ba676;
136
- --btn-ghost-color: #515a6e;
137
- --btn-ghost-color-tint-20: #747b8b;
138
- --btn-ghost-color-shade-5: #4d5669;
139
- --btn-ghost-bg: #fff;
140
- --btn-ghost-bg-tint-20: #ffffff;
141
- --btn-ghost-bg-shade-5: #f2f2f2;
142
- --btn-ghost-border: #dcdee2;
143
- --btn-ghost-border-tint-20: #e3e5e8;
144
- --btn-ghost-border-shade-5: #d1d3d7;
145
- --btn-circle-size: 32px;
146
- --btn-circle-size-large: 40px;
147
- --btn-circle-size-small: 24px;
148
- --btn-square-size: 32px;
149
- --btn-square-size-large: 40px;
150
- --btn-square-size-small: 24px;
151
- --grid-columns: 24;
152
- --grid-gutter-width: 0;
153
- --layout-body-background: #f5f7f9;
154
- --layout-header-background: #333333;
155
- --layout-header-height: 64px;
156
- --layout-header-padding: 0 50px;
157
- --layout-footer-padding: 24px 50px;
158
- --layout-footer-background: #f5f7f9;
159
- --layout-sider-background: #333333;
160
- --layout-sider-background-tint-10: #474747;
161
- --layout-trigger-height: 48px;
162
- --layout-trigger-color: #fff;
163
- --layout-zero-trigger-width: 36px;
164
- --layout-zero-trigger-height: 42px;
165
- --legend-color: #999;
166
- --input-height-base: 32px;
167
- --input-height-large: 40px;
168
- --input-height-small: 24px;
169
- --input-padding-horizontal: 7px;
170
- --input-padding-vertical-base: 4px;
171
- --input-padding-vertical-small: 1px;
172
- --input-padding-vertical-large: 6px;
173
- --input-placeholder-color: #c5c8ce;
174
- --input-color: #515a6e;
175
- --input-border-color: #dcdee2;
176
- --input-border-color-tint-20: #e3e5e8;
177
- --input-bg: #fff;
178
- --input-group-bg: #f8f8f9;
179
- --input-hover-border-color: #3EAF7C;
180
- --input-hover-border-color-tint-20: #65bf96;
181
- --input-hover-border-color-fade-20: rgba(62, 175, 124, 0.2);
182
- --input-focus-border-color: #3EAF7C;
183
- --input-disabled-bg: #f3f3f3;
184
- --tag-font-size: 12px;
185
- --screen-xs: 480px;
186
- --screen-xs-min: 480px;
187
- --screen-xs-max: 479px;
188
- --screen-sm: 576px;
189
- --screen-sm-min: 576px;
190
- --screen-sm-max: 575px;
191
- --screen-md: 768px;
192
- --screen-md-min: 768px;
193
- --screen-md-max: 767px;
194
- --screen-lg: 992px;
195
- --screen-lg-min: 992px;
196
- --screen-lg-max: 991px;
197
- --screen-xl: 1200px;
198
- --screen-xl-min: 1200px;
199
- --screen-xl-max: 1199px;
200
- --screen-xxl: 1600px;
201
- --screen-xxl-min: 1600px;
202
- --screen-xxl-max: 1599px;
203
- --zindex-spin: 8;
204
- --zindex-affix: 10;
205
- --zindex-back-top: 10;
206
- --zindex-select: 900;
207
- --zindex-modal: 1000;
208
- --zindex-drawer: 1000;
209
- --zindex-message: 1010;
210
- --zindex-notification: 1010;
211
- --zindex-tooltip: 1060;
212
- --zindex-transfer: 1060;
213
- --zindex-loading-bar: 2000;
214
- --zindex-spin-fullscreen: 2010;
215
- --animation-time: 0.3s;
216
- --animation-time-quick: 0.15s;
217
- --transition-time: 0.2s;
218
- --ease-in-out: ease-in-out;
219
- --slider-color: #65bf96;
220
- --slider-height: 4px;
221
- --slider-margin: 16px 0;
222
- --slider-button-wrap-size: 18px;
223
- --slider-button-wrap-offset: -5px;
224
- --slider-disabled-color: #ccc;
225
- --avatar-size-base: 32px;
226
- --avatar-size-lg: 40px;
227
- --avatar-size-sm: 24px;
228
- --avatar-font-size-base: 18px;
229
- --avatar-font-size-lg: 24px;
230
- --avatar-font-size-sm: 14px;
231
- --avatar-bg: #ccc;
232
- --avatar-color: #fff;
233
- --avatar-border-radius: 4px;
234
- --anchor-border-width: 2px;
235
- --list-header-background: transparent;
236
- --list-footer-background: transparent;
237
- --list-empty-text-padding: 16px;
238
- --list-item-padding: 12px 0;
239
- --list-item-meta-margin-bottom: 16px;
240
- --list-item-meta-avatar-margin-right: 16px;
241
- --list-item-meta-title-margin-bottom: 12px;
242
- --table-border-style-base: solid;
243
- --table-header-color: #515a6e;
244
- --table-header-font-weight: bold;
245
- --table-cell-height: 48px;
246
- --table-header-text-align: center;
247
- --table-data-text-align: left;
248
- --select-dropdown-max-height: 400px;
249
- --tab-card-bg: #f8f8f9;
250
- --form-item-label-font-weight: normal;
251
- }
1
+ :root {
2
+ --primary-color: #3EAF7C;
3
+ --primary-color-tint-20: #65bf96;
4
+ --primary-color-tint-90: #ecf7f2;
5
+ --primary-color-tint-80: #d8efe5;
6
+ --primary-color-tint-5: #48b383;
7
+ --primary-color-tint-95-fade-50: rgba(245, 251, 248, 0.5);
8
+ --primary-color-fade-20: rgba(62, 175, 124, 0.2);
9
+ --primary-color-shade-5: #3ba676;
10
+ --info-color: #2db7f5;
11
+ --info-color-tint-20: #57c5f7;
12
+ --info-color-tint-90: #eaf8fe;
13
+ --info-color-tint-80: #d5f1fd;
14
+ --info-color-tint-5: #38bbf6;
15
+ --info-color-tint-95-fade-50: rgba(245, 251, 254, 0.5);
16
+ --info-color-fade-20: rgba(45, 183, 245, 0.2);
17
+ --info-color-shade-5: #2baee9;
18
+ --success-color: #19be6b;
19
+ --success-color-tint-20: #47cb89;
20
+ --success-color-tint-90: #e8f9f0;
21
+ --success-color-tint-80: #d1f2e1;
22
+ --success-color-tint-5: #25c172;
23
+ --success-color-tint-95-fade-50: rgba(244, 252, 248, 0.5);
24
+ --success-color-fade-20: rgba(25, 190, 107, 0.2);
25
+ --success-color-shade-5: #18b566;
26
+ --processing-color: #3EAF7C;
27
+ --warning-color: #ff9900;
28
+ --warning-color-tint-20: #ffad33;
29
+ --warning-color-tint-90: #fff5e6;
30
+ --warning-color-tint-5: #ff9e0d;
31
+ --warning-color-tint-80: #ffebcc;
32
+ --warning-color-tint-95-fade-50: rgba(255, 250, 242, 0.5);
33
+ --warning-color-fade-20: rgba(255, 153, 0, 0.2);
34
+ --warning-color-shade-5: #f29100;
35
+ --error-color: #ed4014;
36
+ --error-color-tint-20: #f16643;
37
+ --error-color-tint-90: #fdece8;
38
+ --error-color-tint-5: #ee4a20;
39
+ --error-color-tint-80: #fbd9d0;
40
+ --error-color-tint-95-fade-50: rgba(254, 245, 243, 0.5);
41
+ --error-color-fade-20: rgba(237, 64, 20, 0.2);
42
+ --error-color-shade-5: #e13d13;
43
+ --normal-color: #e6ebf1;
44
+ --link-color: #3EAF7C;
45
+ --link-hover-color: #65bf96;
46
+ --link-active-color: #3ba676;
47
+ --selected-color: rgba(62, 175, 124, 0.9);
48
+ --selected-color-shade-10: rgba(55, 154, 109, 0.91);
49
+ --tooltip-color: #fff;
50
+ --subsidiary-color: #808695;
51
+ --rate-star-color: #f5a623;
52
+ --rate-star-color-tint-20: #f7b84f;
53
+ --white: #fff;
54
+ --black: #000;
55
+ --body-background: #fff;
56
+ --component-background: #fff;
57
+ --font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
58
+ --code-family: Consolas, Menlo, Courier, monospace;
59
+ --title-color: #17233d;
60
+ --text-color: #515a6e;
61
+ --text-color-secondary: rgba(0, 0, 0, 0.45);
62
+ --heading-color: rgba(0, 0, 0, 0.85);
63
+ --heading-color-dark: #ffffff;
64
+ --font-size-base: 14px;
65
+ --font-size-small: 12px;
66
+ --font-size-large: 16px;
67
+ --line-height-base: 1.5;
68
+ --line-height-computed: 21px;
69
+ --border-radius-base: 6px;
70
+ --border-radius-small: 4px;
71
+ --cursor-disabled: not-allowed;
72
+ --padding-lg: 24px;
73
+ --padding-md: 16px;
74
+ --padding-sm: 12px;
75
+ --padding-xs: 8px;
76
+ --border-color-base: #dcdee2;
77
+ --border-color-split: #e8eaec;
78
+ --border-width-base: 1px;
79
+ --border-style-base: solid;
80
+ --background-color-base: #f7f7f7;
81
+ --background-color-select-hover: #f3f3f3;
82
+ --tooltip-bg: rgba(70, 76, 91, 0.9);
83
+ --head-bg: #f9fafc;
84
+ --table-thead-bg: #f8f8f9;
85
+ --table-td-stripe-bg: #f8f8f9;
86
+ --table-td-hover-bg: #ebf7ff;
87
+ --table-td-highlight-bg: #ebf7ff;
88
+ --menu-dark-title: #333333;
89
+ --menu-dark-active-bg: #363e4f;
90
+ --menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
91
+ --menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
92
+ --date-picker-cell-hover-bg: #e1f0fe;
93
+ --shadow-color: rgba(0, 0, 0, 0.2);
94
+ --shadow-base: 0 1px 6px rgba(0, 0, 0, 0.2);
95
+ --shadow-card: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
96
+ --shadow-up: 0 -1px 6px rgba(0, 0, 0, 0.2);
97
+ --shadow-down: 0 1px 6px rgba(0, 0, 0, 0.2);
98
+ --shadow-left: -1px 0 6px rgba(0, 0, 0, 0.2);
99
+ --shadow-right: 1px 0 6px rgba(0, 0, 0, 0.2);
100
+ --btn-height-base: 32px;
101
+ --btn-height-large: 40px;
102
+ --btn-height-small: 24px;
103
+ --btn-padding-base: 0 15px;
104
+ --btn-padding-large: 0 15px;
105
+ --btn-padding-small: 0 7px;
106
+ --btn-font-weight: normal;
107
+ --btn-padding-base-icon: 5px 15px 6px;
108
+ --btn-padding-large-icon: 6px 15px 6px 15px;
109
+ --btn-padding-small-icon: 1px 7px 2px;
110
+ --btn-font-size: 14px;
111
+ --btn-font-size-large: 16px;
112
+ --btn-font-size-small: 14px;
113
+ --btn-border-radius: 4px;
114
+ --btn-border-radius-small: 3px;
115
+ --btn-group-border: #3ba676;
116
+ --btn-disable-color: #c5c8ce;
117
+ --btn-disable-bg: #f7f7f7;
118
+ --btn-disable-border: #dcdee2;
119
+ --btn-default-color: #515a6e;
120
+ --btn-default-color-tint-20: #747b8b;
121
+ --btn-default-color-shade-5: #4d5669;
122
+ --btn-default-bg: #fff;
123
+ --btn-default-bg-tint-20: #ffffff;
124
+ --btn-default-bg-shade-5: #f2f2f2;
125
+ --btn-default-border: #dcdee2;
126
+ --btn-default-border-tint-20: #e3e5e8;
127
+ --btn-default-border-shade-5: #d1d3d7;
128
+ --btn-primary-color: #fff;
129
+ --btn-primary-color-tint-20: #ffffff;
130
+ --btn-primary-color-tint-5: #ffffff;
131
+ --btn-primary-color-shade-5: #f2f2f2;
132
+ --btn-primary-bg: #3EAF7C;
133
+ --btn-primary-bg-tint-20: #65bf96;
134
+ --btn-primary-bg-tint-5: #48b383;
135
+ --btn-primary-bg-shade-5: #3ba676;
136
+ --btn-ghost-color: #515a6e;
137
+ --btn-ghost-color-tint-20: #747b8b;
138
+ --btn-ghost-color-shade-5: #4d5669;
139
+ --btn-ghost-bg: #fff;
140
+ --btn-ghost-bg-tint-20: #ffffff;
141
+ --btn-ghost-bg-shade-5: #f2f2f2;
142
+ --btn-ghost-border: #dcdee2;
143
+ --btn-ghost-border-tint-20: #e3e5e8;
144
+ --btn-ghost-border-shade-5: #d1d3d7;
145
+ --btn-circle-size: 32px;
146
+ --btn-circle-size-large: 40px;
147
+ --btn-circle-size-small: 24px;
148
+ --btn-square-size: 32px;
149
+ --btn-square-size-large: 40px;
150
+ --btn-square-size-small: 24px;
151
+ --grid-columns: 24;
152
+ --grid-gutter-width: 0;
153
+ --layout-body-background: #f5f7f9;
154
+ --layout-header-background: #333333;
155
+ --layout-header-height: 64px;
156
+ --layout-header-padding: 0 50px;
157
+ --layout-footer-padding: 24px 50px;
158
+ --layout-footer-background: #f5f7f9;
159
+ --layout-sider-background: #333333;
160
+ --layout-sider-background-tint-10: #474747;
161
+ --layout-trigger-height: 48px;
162
+ --layout-trigger-color: #fff;
163
+ --layout-zero-trigger-width: 36px;
164
+ --layout-zero-trigger-height: 42px;
165
+ --legend-color: #999;
166
+ --input-height-base: 32px;
167
+ --input-height-large: 40px;
168
+ --input-height-small: 24px;
169
+ --input-padding-horizontal: 7px;
170
+ --input-padding-vertical-base: 4px;
171
+ --input-padding-vertical-small: 1px;
172
+ --input-padding-vertical-large: 6px;
173
+ --input-placeholder-color: #c5c8ce;
174
+ --input-color: #515a6e;
175
+ --input-border-color: #dcdee2;
176
+ --input-border-color-tint-20: #e3e5e8;
177
+ --input-bg: #fff;
178
+ --input-group-bg: #f8f8f9;
179
+ --input-hover-border-color: #3EAF7C;
180
+ --input-hover-border-color-tint-20: #65bf96;
181
+ --input-hover-border-color-fade-20: rgba(62, 175, 124, 0.2);
182
+ --input-focus-border-color: #3EAF7C;
183
+ --input-disabled-bg: #f3f3f3;
184
+ --tag-font-size: 12px;
185
+ --screen-xs: 480px;
186
+ --screen-xs-min: 480px;
187
+ --screen-xs-max: 479px;
188
+ --screen-sm: 576px;
189
+ --screen-sm-min: 576px;
190
+ --screen-sm-max: 575px;
191
+ --screen-md: 768px;
192
+ --screen-md-min: 768px;
193
+ --screen-md-max: 767px;
194
+ --screen-lg: 992px;
195
+ --screen-lg-min: 992px;
196
+ --screen-lg-max: 991px;
197
+ --screen-xl: 1200px;
198
+ --screen-xl-min: 1200px;
199
+ --screen-xl-max: 1199px;
200
+ --screen-xxl: 1600px;
201
+ --screen-xxl-min: 1600px;
202
+ --screen-xxl-max: 1599px;
203
+ --zindex-spin: 8;
204
+ --zindex-affix: 10;
205
+ --zindex-back-top: 10;
206
+ --zindex-select: 900;
207
+ --zindex-modal: 1000;
208
+ --zindex-drawer: 1000;
209
+ --zindex-message: 1010;
210
+ --zindex-notification: 1010;
211
+ --zindex-tooltip: 1060;
212
+ --zindex-transfer: 1060;
213
+ --zindex-loading-bar: 2000;
214
+ --zindex-spin-fullscreen: 2010;
215
+ --animation-time: 0.3s;
216
+ --animation-time-quick: 0.15s;
217
+ --transition-time: 0.2s;
218
+ --ease-in-out: ease-in-out;
219
+ --slider-color: #65bf96;
220
+ --slider-height: 4px;
221
+ --slider-margin: 16px 0;
222
+ --slider-button-wrap-size: 18px;
223
+ --slider-button-wrap-offset: -5px;
224
+ --slider-disabled-color: #ccc;
225
+ --avatar-size-base: 32px;
226
+ --avatar-size-lg: 40px;
227
+ --avatar-size-sm: 24px;
228
+ --avatar-font-size-base: 18px;
229
+ --avatar-font-size-lg: 24px;
230
+ --avatar-font-size-sm: 14px;
231
+ --avatar-bg: #ccc;
232
+ --avatar-color: #fff;
233
+ --avatar-border-radius: 4px;
234
+ --anchor-border-width: 2px;
235
+ --list-header-background: transparent;
236
+ --list-footer-background: transparent;
237
+ --list-empty-text-padding: 16px;
238
+ --list-item-padding: 12px 0;
239
+ --list-item-meta-margin-bottom: 16px;
240
+ --list-item-meta-avatar-margin-right: 16px;
241
+ --list-item-meta-title-margin-bottom: 12px;
242
+ --table-border-style-base: solid;
243
+ --table-header-color: #515a6e;
244
+ --table-header-font-weight: bold;
245
+ --table-cell-height: 48px;
246
+ --table-header-text-align: center;
247
+ --table-data-text-align: left;
248
+ --select-dropdown-max-height: 400px;
249
+ --tab-card-bg: #f8f8f9;
250
+ --form-item-label-font-weight: normal;
251
+ }
252
252
  /*# sourceMappingURL=atrovirens.css.map */