@fishawack/lab-velocity 1.4.2 → 1.4.3
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/general.scss +0 -1
- package/modules/_AuthModule.scss +4 -0
- package/package.json +1 -1
package/general.scss
CHANGED
package/modules/_AuthModule.scss
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@import "./AuthVariables";
|
|
1
2
|
@import "../components/button";
|
|
2
3
|
@import "../components/basic";
|
|
3
4
|
@import "./modal";
|
|
@@ -126,6 +127,9 @@
|
|
|
126
127
|
--el-input-inner-height:38px;
|
|
127
128
|
}
|
|
128
129
|
}
|
|
130
|
+
.el-button--primary {
|
|
131
|
+
--el-button-text-color:#ffffff;
|
|
132
|
+
}
|
|
129
133
|
}
|
|
130
134
|
|
|
131
135
|
.AuthModule__logo__container {
|