@bifrostui/styles 2.0.0-beta.11 → 2.0.0-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +7 -7
- package/package.json +1 -1
- package/theme/pioneer-light.less +7 -7
package/dist/index.css
CHANGED
|
@@ -262,9 +262,9 @@ xhs-page,
|
|
|
262
262
|
--bui-color-red-light: #ffefe6;
|
|
263
263
|
--bui-color-red-dark: #b31800;
|
|
264
264
|
/** 活力橙 */
|
|
265
|
-
--bui-color-orange: #
|
|
266
|
-
--bui-color-orange-light: #
|
|
267
|
-
--bui-color-orange-dark: #
|
|
265
|
+
--bui-color-orange: #ff5000;
|
|
266
|
+
--bui-color-orange-light: #fff2e6;
|
|
267
|
+
--bui-color-orange-dark: #d93d00;
|
|
268
268
|
/** 活力黄 */
|
|
269
269
|
--bui-color-yellow: #ffa608;
|
|
270
270
|
--bui-color-yellow-light: #fffae6;
|
|
@@ -297,10 +297,10 @@ xhs-page,
|
|
|
297
297
|
--bui-title-size-4: var(--bui-font-size-md1);
|
|
298
298
|
--bui-color-fg-disabled: rgba(3, 11, 26, 0.5);
|
|
299
299
|
/** 分割线、边框 */
|
|
300
|
-
--bui-color-border-primary: rgba(255,
|
|
300
|
+
--bui-color-border-primary: rgba(255, 80, 0, 0.4);
|
|
301
301
|
--bui-color-border-info: rgba(34, 154, 240, 0.4);
|
|
302
302
|
--bui-color-border-success: rgba(64, 191, 0, 0.4);
|
|
303
|
-
--bui-color-border-warning: rgba(255,
|
|
303
|
+
--bui-color-border-warning: rgba(255, 80, 0, 0.4);
|
|
304
304
|
--bui-color-border-danger: rgba(255, 71, 26, 0.4);
|
|
305
305
|
/** 主题色渐变 */
|
|
306
306
|
--bui-color-primary-start: #ffb300;
|
|
@@ -349,11 +349,11 @@ xhs-page,
|
|
|
349
349
|
}
|
|
350
350
|
.bui-pioneer-light .bui-btn-medium,
|
|
351
351
|
[data-color-mode][data-theme='pioneer'] .bui-btn-medium {
|
|
352
|
-
--bui-btn-border-radius: var(--bui-
|
|
352
|
+
--bui-btn-border-radius: var(--bui-radius-3);
|
|
353
353
|
}
|
|
354
354
|
.bui-pioneer-light .bui-btn-small,
|
|
355
355
|
[data-color-mode][data-theme='pioneer'] .bui-btn-small {
|
|
356
|
-
--bui-btn-border-radius: var(--bui-
|
|
356
|
+
--bui-btn-border-radius: var(--bui-radius-3);
|
|
357
357
|
}
|
|
358
358
|
.bui-pioneer-light .bui-tabs,
|
|
359
359
|
[data-color-mode][data-theme='pioneer'] .bui-tabs {
|
package/package.json
CHANGED
package/theme/pioneer-light.less
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
--bui-color-red-dark: #b31800;
|
|
11
11
|
|
|
12
12
|
/** 活力橙 */
|
|
13
|
-
--bui-color-orange: #
|
|
14
|
-
--bui-color-orange-light: #
|
|
15
|
-
--bui-color-orange-dark: #
|
|
13
|
+
--bui-color-orange: #ff5000;
|
|
14
|
+
--bui-color-orange-light: #fff2e6;
|
|
15
|
+
--bui-color-orange-dark: #d93d00;
|
|
16
16
|
|
|
17
17
|
/** 活力黄 */
|
|
18
18
|
--bui-color-yellow: #ffa608;
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
--bui-color-fg-disabled: fade(#030b1a, 50%);
|
|
57
57
|
|
|
58
58
|
/** 分割线、边框 */
|
|
59
|
-
--bui-color-border-primary: fade(#
|
|
59
|
+
--bui-color-border-primary: fade(#ff5000, 40%);
|
|
60
60
|
--bui-color-border-info: fade(#229af0, 40%);
|
|
61
61
|
--bui-color-border-success: fade(#40bf00, 40%);
|
|
62
|
-
--bui-color-border-warning: fade(#
|
|
62
|
+
--bui-color-border-warning: fade(#ff5000, 40%);
|
|
63
63
|
--bui-color-border-danger: fade(#ff471a, 40%);
|
|
64
64
|
|
|
65
65
|
/** 主题色渐变 */
|
|
@@ -135,11 +135,11 @@
|
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
.bui-btn-medium {
|
|
138
|
-
--bui-btn-border-radius: var(--bui-
|
|
138
|
+
--bui-btn-border-radius: var(--bui-radius-3);
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
.bui-btn-small {
|
|
142
|
-
--bui-btn-border-radius: var(--bui-
|
|
142
|
+
--bui-btn-border-radius: var(--bui-radius-3);
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
.bui-tabs {
|