mod-base 1.0.39-beta.1 → 1.0.39-beta.2

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.39-beta.1",
3
+ "version": "1.0.39-beta.2",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -163,6 +163,13 @@ $contact-us-blue-light: #8498E7;
163
163
  border-color: $tcpa-color;
164
164
  color: $tcpa-color;
165
165
  }
166
+
167
+ a,
168
+ input[type=checkbox] {
169
+ &:focus {
170
+ outline-color: $color-white;
171
+ }
172
+ }
166
173
  }
167
174
 
168
175
  .icon-close:hover {