@fishawack/lab-velocity 1.2.0 → 1.2.1

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.
@@ -33,27 +33,27 @@
33
33
  padding: 24px;
34
34
  width: calc(100% - 80px);
35
35
  h2 .h2 {
36
- font-size: get-ratio(24px);
37
- line-height: get-ratio(32px);
36
+ font-size: 24px;
37
+ line-height: 32px;
38
38
  }
39
39
  }
40
40
 
41
41
  h2, .h2 {
42
- line-height: get-ratio(50px);
43
- font-size: get-ratio(48px);
42
+ line-height: 50px;
43
+ font-size: 48px;
44
44
  }
45
45
  .h2--small {
46
- font-size: get-ratio(36px);
47
- line-height: get-ratio(44px);
46
+ font-size: 36px;
47
+ line-height: 44px;
48
48
  }
49
49
 
50
50
  p {
51
- font-size: get-ratio(14px);
52
- line-height: get-ratio(20px);
53
- margin-bottom: get-ratio(24px);
51
+ font-size: 14px;
52
+ line-height: 20px;
53
+ margin-bottom: 24px;
54
54
  letter-spacing: -0.1px;
55
55
  &.disclaimer {
56
- font-size: get-ratio(12px);
56
+ font-size: 12px;
57
57
  color: rgba($color1, 0.5);
58
58
  margin: 0;
59
59
  }
@@ -61,8 +61,8 @@
61
61
  color: $color1;
62
62
  }
63
63
  &.form__error {
64
- font-size: 1.2rem;
65
- line-height: 1.5;
64
+ font-size: 12px;
65
+ line-height: 18px;
66
66
  }
67
67
  }
68
68
 
@@ -81,13 +81,13 @@
81
81
  &.error {
82
82
  .form__input {
83
83
  .el-input__wrapper {
84
- border: 0.2rem solid red;
84
+ border: 0.4px solid red;
85
85
  }
86
86
  }
87
87
  .form__input.error {
88
88
  border:none;
89
89
  .el-input__wrapper {
90
- border: 0.2rem solid red;
90
+ border: 0.4px solid red;
91
91
  }
92
92
  }
93
93
  }
@@ -104,12 +104,12 @@
104
104
  }
105
105
  }
106
106
  .vel-basic__label {
107
- font-size: get-ratio(12px);
107
+ font-size: 12px;
108
108
  color: rgba($color1, 0.5);
109
109
  }
110
110
  .vel-basic__textbox {
111
111
  --el-border-color:#CFD8DD;
112
- font-size: get-ratio(14px);
112
+ font-size: 14px;
113
113
  padding-bottom: $am-spacing * 2.5;
114
114
 
115
115
  .el-input__inner {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-velocity",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Avalere Health branded style system",
5
5
  "scripts": {
6
6
  "setup": "npm ci || npm i && npm run content",