easy3wui 1.5.72-beta.1 → 1.5.72
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/assets/btn.css +0 -5
- package/assets/index.css +0 -1
- package/package.json +1 -1
package/assets/btn.css
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
2
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
3
|
-
/* stylelint-disable */
|
|
4
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
5
1
|
.e3wFootBtn {
|
|
6
2
|
margin: 0px 8px;
|
|
7
3
|
}
|
|
@@ -15,7 +11,6 @@
|
|
|
15
11
|
}
|
|
16
12
|
.e3wPositionA {
|
|
17
13
|
font-size: 15px;
|
|
18
|
-
color: #1890ff;
|
|
19
14
|
font-weight: 900;
|
|
20
15
|
margin-left: 15px;
|
|
21
16
|
}
|
package/assets/index.css
CHANGED