@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
@@ -29,5 +29,5 @@ $color9: #ff0000;
29
29
  $color10: #dcdbdb;
30
30
  $color11: #8C8C8C; //Used
31
31
  $color12: #5C5C5C;
32
- $colorAlert: #D53A3A;
33
32
  $color13: #3C976E;
33
+ $colorAlert: #D53A3A;
@@ -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 {
@@ -1,2 +1,7 @@
1
1
  $am-spacing: 8px;
2
- $am-highlight: #3C976E;
2
+ $am-highlight: #3C976E;
3
+
4
+ $color8: #f2f2f2; //Used
5
+ $color10: #dcdbdb;
6
+ $color12: #5C5C5C;
7
+ $colorAlert: #D53A3A;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-velocity",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
4
4
  "description": "Avalere Health branded style system",
5
5
  "scripts": {
6
6
  "setup": "npm ci || npm i && npm run content",