@lambo-design/shared 1.0.0-beta.89 → 1.0.0-beta.90
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/config/themes/atrovirens/atrovirens.css +1 -1
- package/config/themes/atrovirens/var.less +1 -1
- package/config/themes/blue/var.less +1 -1
- package/config/themes/default/default.css +2 -2
- package/config/themes/default/var.less +1 -1
- package/config/themes/eap/eap.css +2 -2
- package/config/themes/eap/var.less +1 -1
- package/config/themes/gold/gold.css +2 -2
- package/config/themes/gold/var.less +1 -1
- package/config/themes/lime/lime.css +2 -2
- package/config/themes/lime/var.less +1 -1
- package/config/themes/orange/orange.css +2 -2
- package/config/themes/orange/var.less +1 -1
- package/config/themes/red/red.css +2 -2
- package/config/themes/red/var.less +1 -1
- package/package.json +1 -1
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
@component-background : #fff;
|
|
73
73
|
@font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
|
|
74
74
|
@code-family : Consolas,Menlo,Courier,monospace;
|
|
75
|
-
@title-color : fade(@black,
|
|
75
|
+
@title-color : fade(@black, 85%);
|
|
76
76
|
@text-color : #515a6e;
|
|
77
77
|
@text-color-secondary: fade(@black, 45%);
|
|
78
78
|
@heading-color: fade(#000, 85%);
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
@component-background : #fff;
|
|
73
73
|
@font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
|
|
74
74
|
@code-family : Consolas,Menlo,Courier,monospace;
|
|
75
|
-
@title-color : rgb(2, 35,
|
|
75
|
+
@title-color : rgb(2, 35,76);
|
|
76
76
|
@text-color : #666666;
|
|
77
77
|
@text-color-secondary: fade(@black, 45%);
|
|
78
78
|
@heading-color: fade(#000, 85%);
|
|
@@ -84,7 +84,7 @@ vxe-table
|
|
|
84
84
|
--component-background: #fff;
|
|
85
85
|
--font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
|
86
86
|
--code-family: Consolas, Menlo, Courier, monospace;
|
|
87
|
-
--title-color:
|
|
87
|
+
--title-color: rgba(0, 0, 0, 0.85);
|
|
88
88
|
--text-color: #515a6e;
|
|
89
89
|
--text-color-secondary: rgba(0, 0, 0, 0.45);
|
|
90
90
|
--heading-color: rgba(0, 0, 0, 0.85);
|
|
@@ -530,4 +530,4 @@ vxe-table
|
|
|
530
530
|
/*pulldown*/
|
|
531
531
|
--vxe-pulldown-panel-background-color: #fff;
|
|
532
532
|
}
|
|
533
|
-
/*# sourceMappingURL=default.css.map */
|
|
533
|
+
/*# sourceMappingURL=default.css.map */
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
@component-background : #fff;
|
|
73
73
|
@font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
|
|
74
74
|
@code-family : Consolas,Menlo,Courier,monospace;
|
|
75
|
-
@title-color : fade(@black,
|
|
75
|
+
@title-color : fade(@black, 85%);
|
|
76
76
|
@text-color : #515a6e;
|
|
77
77
|
@text-color-secondary: fade(@black, 45%);
|
|
78
78
|
@heading-color: fade(#000, 85%);
|
|
@@ -84,7 +84,7 @@ vxe-table
|
|
|
84
84
|
--component-background: #fff;
|
|
85
85
|
--font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
|
86
86
|
--code-family: Consolas, Menlo, Courier, monospace;
|
|
87
|
-
--title-color:
|
|
87
|
+
--title-color: rgba(0, 0, 0, 0.85);
|
|
88
88
|
--text-color: #666666;
|
|
89
89
|
--text-color-secondary: rgba(0, 0, 0, 0.45);
|
|
90
90
|
--heading-color: rgba(0, 0, 0, 0.85);
|
|
@@ -530,4 +530,4 @@ vxe-table
|
|
|
530
530
|
/*pulldown*/
|
|
531
531
|
--vxe-pulldown-panel-background-color: #fff;
|
|
532
532
|
}
|
|
533
|
-
/*# sourceMappingURL=eap.css.map */
|
|
533
|
+
/*# sourceMappingURL=eap.css.map */
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
@component-background : #fff;
|
|
73
73
|
@font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
|
|
74
74
|
@code-family : Consolas,Menlo,Courier,monospace;
|
|
75
|
-
@title-color : fade(@black,
|
|
75
|
+
@title-color : fade(@black, 85%);
|
|
76
76
|
@text-color : #666666;
|
|
77
77
|
@text-color-secondary: fade(@black, 45%);
|
|
78
78
|
@heading-color: fade(#000, 85%);
|
|
@@ -84,7 +84,7 @@ vxe-table
|
|
|
84
84
|
--component-background: #fff;
|
|
85
85
|
--font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
|
86
86
|
--code-family: Consolas, Menlo, Courier, monospace;
|
|
87
|
-
--title-color:
|
|
87
|
+
--title-color: rgba(0, 0, 0, 0.85);
|
|
88
88
|
--text-color: #515a6e;
|
|
89
89
|
--text-color-secondary: rgba(0, 0, 0, 0.45);
|
|
90
90
|
--heading-color: rgba(0, 0, 0, 0.85);
|
|
@@ -530,4 +530,4 @@ vxe-table
|
|
|
530
530
|
/*pulldown*/
|
|
531
531
|
--vxe-pulldown-panel-background-color: #fff;
|
|
532
532
|
}
|
|
533
|
-
/*# sourceMappingURL=gold.css.map */
|
|
533
|
+
/*# sourceMappingURL=gold.css.map */
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
@component-background : #fff;
|
|
73
73
|
@font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
|
|
74
74
|
@code-family : Consolas,Menlo,Courier,monospace;
|
|
75
|
-
@title-color : fade(@black,
|
|
75
|
+
@title-color : fade(@black, 85%);
|
|
76
76
|
@text-color : #515a6e;
|
|
77
77
|
@text-color-secondary: fade(@black, 45%);
|
|
78
78
|
@heading-color: fade(#000, 85%);
|
|
@@ -84,7 +84,7 @@ vxe-table
|
|
|
84
84
|
--component-background: #fff;
|
|
85
85
|
--font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
|
86
86
|
--code-family: Consolas, Menlo, Courier, monospace;
|
|
87
|
-
--title-color:
|
|
87
|
+
--title-color: rgba(0, 0, 0, 0.85);
|
|
88
88
|
--text-color: #515a6e;
|
|
89
89
|
--text-color-secondary: rgba(0, 0, 0, 0.45);
|
|
90
90
|
--heading-color: rgba(0, 0, 0, 0.85);
|
|
@@ -530,4 +530,4 @@ vxe-table
|
|
|
530
530
|
/*pulldown*/
|
|
531
531
|
--vxe-pulldown-panel-background-color: #fff;
|
|
532
532
|
}
|
|
533
|
-
/*# sourceMappingURL=lime.css.map */
|
|
533
|
+
/*# sourceMappingURL=lime.css.map */
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
@component-background : #fff;
|
|
73
73
|
@font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
|
|
74
74
|
@code-family : Consolas,Menlo,Courier,monospace;
|
|
75
|
-
@title-color : fade(@black,
|
|
75
|
+
@title-color : fade(@black, 85%);
|
|
76
76
|
@text-color : #515a6e;
|
|
77
77
|
@text-color-secondary: fade(@black, 45%);
|
|
78
78
|
@heading-color: fade(#000, 85%);
|
|
@@ -84,7 +84,7 @@ vxe-table
|
|
|
84
84
|
--component-background: #fff;
|
|
85
85
|
--font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
|
86
86
|
--code-family: Consolas, Menlo, Courier, monospace;
|
|
87
|
-
--title-color:
|
|
87
|
+
--title-color: rgba(0, 0, 0, 0.85);
|
|
88
88
|
--text-color: #515a6e;
|
|
89
89
|
--text-color-secondary: rgba(0, 0, 0, 0.45);
|
|
90
90
|
--heading-color: rgba(0, 0, 0, 0.85);
|
|
@@ -530,4 +530,4 @@ vxe-table
|
|
|
530
530
|
/*pulldown*/
|
|
531
531
|
--vxe-pulldown-panel-background-color: #fff;
|
|
532
532
|
}
|
|
533
|
-
/*# sourceMappingURL=orange.css.map */
|
|
533
|
+
/*# sourceMappingURL=orange.css.map */
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
@component-background : #fff;
|
|
73
73
|
@font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
|
|
74
74
|
@code-family : Consolas,Menlo,Courier,monospace;
|
|
75
|
-
@title-color : fade(@black,
|
|
75
|
+
@title-color : fade(@black, 85%);
|
|
76
76
|
@text-color : #515a6e;
|
|
77
77
|
@text-color-secondary: fade(@black, 45%);
|
|
78
78
|
@heading-color: fade(#000, 85%);
|
|
@@ -84,7 +84,7 @@ vxe-table
|
|
|
84
84
|
--component-background: #fff;
|
|
85
85
|
--font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
|
86
86
|
--code-family: Consolas, Menlo, Courier, monospace;
|
|
87
|
-
--title-color:
|
|
87
|
+
--title-color: rgba(0, 0, 0, 0.85);
|
|
88
88
|
--text-color: #515a6e;
|
|
89
89
|
--text-color-secondary: rgba(0, 0, 0, 0.45);
|
|
90
90
|
--heading-color: rgba(0, 0, 0, 0.85);
|
|
@@ -530,4 +530,4 @@ vxe-table
|
|
|
530
530
|
/*pulldown*/
|
|
531
531
|
--vxe-pulldown-panel-background-color: #fff;
|
|
532
532
|
}
|
|
533
|
-
/*# sourceMappingURL=red.css.map */
|
|
533
|
+
/*# sourceMappingURL=red.css.map */
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
@component-background : #fff;
|
|
73
73
|
@font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
|
|
74
74
|
@code-family : Consolas,Menlo,Courier,monospace;
|
|
75
|
-
@title-color : fade(@black,
|
|
75
|
+
@title-color : fade(@black, 85%);
|
|
76
76
|
@text-color : #515a6e;
|
|
77
77
|
@text-color-secondary: fade(@black, 45%);
|
|
78
78
|
@heading-color: fade(#000, 85%);
|