@department-of-veterans-affairs/css-library 0.13.0 → 0.13.1-rc1
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/dist/stylesheets/_mixins.scss +2 -3
- package/dist/stylesheets/base/headings.css +1 -1
- package/dist/stylesheets/base/utils.css +2 -2
- package/dist/stylesheets/base/va.css +72 -1523
- package/dist/stylesheets/core.css +4077 -3669
- package/dist/stylesheets/formation-overrides/core/base.css +6 -6
- package/dist/stylesheets/formation-overrides/elements/buttons.css +1 -1
- package/dist/stylesheets/formation-overrides/elements/inputs.css +5 -5
- package/dist/stylesheets/formation-overrides/elements/typography.css +4 -4
- package/dist/stylesheets/modules/m-action-link.css +2 -2
- package/dist/stylesheets/modules/m-alert.css +9 -5
- package/dist/stylesheets/modules/m-emergency-banner.css +1 -1
- package/dist/stylesheets/modules/m-form-process.css +1 -1
- package/dist/stylesheets/modules/m-maintenance-banner.css +1 -1
- package/dist/stylesheets/modules/m-megamenu.css +2 -2
- package/dist/stylesheets/modules/m-nav-sidebar.css +1 -1
- package/dist/stylesheets/shame.css +3 -2
- package/dist/stylesheets/utilities.css +2 -2
- package/dist/tokens/css/variables.css +3 -3
- package/dist/tokens/json/variables.json +4 -4
- package/dist/tokens/scss/variables.scss +3 -3
- package/package.json +2 -2
|
@@ -49,9 +49,8 @@ $default-feature: min-width;
|
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
$color-
|
|
53
|
-
$focus-
|
|
54
|
-
$focus-spacing: 3px;
|
|
52
|
+
$focus-outline: 2px solid $vads-color-action-focus-on-light;
|
|
53
|
+
$focus-spacing: 2px;
|
|
55
54
|
|
|
56
55
|
// Focus state mixin
|
|
57
56
|
@mixin focus {
|
|
@@ -1463,7 +1463,7 @@ h1, h2, h3, h4, h5 {
|
|
|
1463
1463
|
}
|
|
1464
1464
|
|
|
1465
1465
|
h6 {
|
|
1466
|
-
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
1466
|
+
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
1467
1467
|
font-weight: 700;
|
|
1468
1468
|
}
|
|
1469
1469
|
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
background: rgba(0, 0, 0, 0.05);
|
|
77
77
|
}
|
|
78
78
|
.va-button-link:focus {
|
|
79
|
-
outline: 2px
|
|
79
|
+
outline: 2px solid #face00;
|
|
80
80
|
outline-offset: 2px;
|
|
81
81
|
outline-offset: 0;
|
|
82
82
|
}
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
font-weight: 400;
|
|
132
132
|
line-height: 1.5;
|
|
133
133
|
text-transform: uppercase;
|
|
134
|
-
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
134
|
+
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
/*# sourceMappingURL=utils.css.map */
|