@alifd/theme-fpx-warehouse 1.0.3 → 1.0.4
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/next-1.css +5 -5
- package/dist/next-2.css +1 -1
- package/dist/next-noreset-1.css +5 -5
- package/dist/next-noreset-2.css +1 -1
- package/dist/next-noreset.css +5 -5
- package/dist/next-noreset.min-1.css +2 -2
- package/dist/next-noreset.min-2.css +1 -1
- package/dist/next-noreset.min.css +2 -2
- package/dist/next-noreset.var-1.css +9 -9
- package/dist/next-noreset.var-2.css +1 -1
- package/dist/next-noreset.var.css +9 -9
- package/dist/next-noreset.var.min-1.css +2 -2
- package/dist/next-noreset.var.min-2.css +1 -1
- package/dist/next-noreset.var.min.css +2 -2
- package/dist/next.css +5 -5
- package/dist/next.js +1 -1
- package/dist/next.min-1.css +2 -2
- package/dist/next.min-2.css +1 -1
- package/dist/next.min.css +2 -2
- package/dist/next.var-1.css +9 -9
- package/dist/next.var-2.css +1 -1
- package/dist/next.var.css +9 -9
- package/dist/next.var.min-1.css +2 -2
- package/dist/next.var.min-2.css +1 -1
- package/dist/next.var.min.css +2 -2
- package/package.json +1 -1
- package/variables.css +8 -8
- package/variables.less +2 -2
- package/variables.scss +2 -2
- package/variables.scss2css.scss +6 -6
package/dist/next.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-fpx-warehouse@1.0.
|
|
2
|
+
* @alifd/theme-fpx-warehouse@1.0.4 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.27.33 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -5184,7 +5184,7 @@ small {
|
|
|
5184
5184
|
.next-input.next-input-textarea textarea {
|
|
5185
5185
|
color: #323643;
|
|
5186
5186
|
padding: 8px 8px;
|
|
5187
|
-
font-size:
|
|
5187
|
+
font-size: 14px;
|
|
5188
5188
|
border-radius: 4px; }
|
|
5189
5189
|
.next-input.next-input-textarea.next-small textarea {
|
|
5190
5190
|
font-size: 14px; }
|
|
@@ -5214,7 +5214,7 @@ small {
|
|
|
5214
5214
|
content: "|";
|
|
5215
5215
|
color: #dadfe8;
|
|
5216
5216
|
display: inline-block;
|
|
5217
|
-
font-size:
|
|
5217
|
+
font-size: 14px; }
|
|
5218
5218
|
.next-input-hint-wrap {
|
|
5219
5219
|
color: #c3cbd5;
|
|
5220
5220
|
position: relative; }
|
|
@@ -5276,8 +5276,8 @@ small {
|
|
|
5276
5276
|
box-shadow: none; }
|
|
5277
5277
|
.next-input-control .next-input-len,
|
|
5278
5278
|
.next-input-control .next-input-textarea-clear {
|
|
5279
|
-
font-size:
|
|
5280
|
-
line-height:
|
|
5279
|
+
font-size: 14px;
|
|
5280
|
+
line-height: 14px;
|
|
5281
5281
|
color: #c3cbd5;
|
|
5282
5282
|
display: table-cell;
|
|
5283
5283
|
width: 1px;
|
package/dist/next.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-fpx-warehouse@1.0.
|
|
2
|
+
* @alifd/theme-fpx-warehouse@1.0.4 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.27.33 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|