@fishawack/lab-velocity 1.4.1 → 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/_variables.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";
|
|
@@ -117,13 +118,18 @@
|
|
|
117
118
|
}
|
|
118
119
|
.vel-basic__textbox {
|
|
119
120
|
--el-border-color:#CFD8DD;
|
|
121
|
+
--el-input-text-color :#666666;
|
|
122
|
+
--el-input-focus-border-color:#CFD8DD;
|
|
123
|
+
--el-input-hover-border-color:#CFD8DD;
|
|
120
124
|
font-size: 14px;
|
|
121
125
|
padding-bottom: $am-spacing * 2.5;
|
|
122
|
-
|
|
123
126
|
.el-input__inner {
|
|
124
127
|
--el-input-inner-height:38px;
|
|
125
128
|
}
|
|
126
129
|
}
|
|
130
|
+
.el-button--primary {
|
|
131
|
+
--el-button-text-color:#ffffff;
|
|
132
|
+
}
|
|
127
133
|
}
|
|
128
134
|
|
|
129
135
|
.AuthModule__logo__container {
|