mod-base 1.0.21 → 1.0.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -70,7 +70,7 @@ $contact-us-blue-light: #8498E7;
70
70
 
71
71
  .progress-bar {
72
72
  &__background {
73
- background-color: lighten($background-color, 15%);
73
+ background-color: lighten($background-color, 20%);
74
74
  }
75
75
  }
76
76
 
@@ -82,16 +82,19 @@ $contact-us-blue-light: #8498E7;
82
82
  }
83
83
 
84
84
  &-group {
85
-
86
85
  &__label-input {
87
- color: $color-charcoal3;
88
86
  z-index: 1;
89
87
  }
90
88
 
91
89
  &:not(.has-error) {
90
+ .form-group__label-input {
91
+ color: $color-charcoal2;
92
+ z-index: 1;
93
+ }
94
+
92
95
  .form-input,
93
96
  .form-radio label {
94
- border-color: $color-charcoal3;
97
+ border-color: $color-charcoal2;
95
98
  }
96
99
 
97
100
  .form-input {
@@ -134,6 +137,24 @@ $contact-us-blue-light: #8498E7;
134
137
  .form-input-group__icon {
135
138
  color: $color-red4;
136
139
  }
140
+
141
+ .form-group__label-input {
142
+ color: $color-red4;
143
+ }
144
+
145
+ .form-input-group {
146
+ &--includes-label {
147
+ .form-input:focus {
148
+ ~ .form-input-group__icon {
149
+ color: $color-red4;
150
+ }
151
+
152
+ + label {
153
+ color: $color-red4;
154
+ }
155
+ }
156
+ }
157
+ }
137
158
  }
138
159
 
139
160
  .form-group__error-message {