@fishawack/lab-velocity 1.4.2 → 1.4.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/general.scss +0 -1
- package/modules/_AuthModule.scss +7 -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,12 @@
|
|
|
126
127
|
--el-input-inner-height:38px;
|
|
127
128
|
}
|
|
128
129
|
}
|
|
130
|
+
.el-button--primary {
|
|
131
|
+
--el-button-text-color:#ffffff;
|
|
132
|
+
}
|
|
133
|
+
.el-input__inner {
|
|
134
|
+
border: none;
|
|
135
|
+
}
|
|
129
136
|
}
|
|
130
137
|
|
|
131
138
|
.AuthModule__logo__container {
|