@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 CHANGED
@@ -29,7 +29,6 @@
29
29
  @import "./components/_collapse.scss";
30
30
  @import "./components/_tooltip.scss";
31
31
  @import "./components/_loader.scss";
32
- @import "./modules/_AuthVariables.scss";
33
32
  @import "./modules/_AuthModule.scss";
34
33
 
35
34
 
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-velocity",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
4
4
  "description": "Avalere Health branded style system",
5
5
  "scripts": {
6
6
  "setup": "npm ci || npm i && npm run content",