@fishawack/lab-velocity 1.4.1 → 1.4.2
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/_variables.scss +1 -1
- package/general.scss +1 -0
- package/modules/_AuthModule.scss +3 -1
- package/modules/_AuthVariables.scss +6 -1
- package/package.json +1 -1
package/_variables.scss
CHANGED
package/general.scss
CHANGED
package/modules/_AuthModule.scss
CHANGED
|
@@ -117,9 +117,11 @@
|
|
|
117
117
|
}
|
|
118
118
|
.vel-basic__textbox {
|
|
119
119
|
--el-border-color:#CFD8DD;
|
|
120
|
+
--el-input-text-color :#666666;
|
|
121
|
+
--el-input-focus-border-color:#CFD8DD;
|
|
122
|
+
--el-input-hover-border-color:#CFD8DD;
|
|
120
123
|
font-size: 14px;
|
|
121
124
|
padding-bottom: $am-spacing * 2.5;
|
|
122
|
-
|
|
123
125
|
.el-input__inner {
|
|
124
126
|
--el-input-inner-height:38px;
|
|
125
127
|
}
|