@department-of-veterans-affairs/css-library 0.8.2 → 0.8.4
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/core.css +82 -44
- package/dist/stylesheets/formation-overrides/elements/inputs.css +6 -6
- package/dist/stylesheets/formation-overrides/elements/typography.css +47 -9
- package/dist/stylesheets/modules/m-dropdown.css +2 -2
- package/dist/stylesheets/modules/m-external-link.css +1 -1
- package/dist/stylesheets/modules/m-hub-page-link-list.css +1 -1
- package/dist/stylesheets/modules/m-megamenu.css +5 -0
- package/dist/stylesheets/modules/m-nav-sidebar.css +3 -3
- package/dist/stylesheets/shame.css +2 -2
- package/dist/stylesheets/uswds-typography.css +0 -23
- package/dist/tokens/css/variables.css +1 -1
- package/dist/tokens/scss/variables.scss +1 -1
- package/package.json +1 -1
|
@@ -4157,8 +4157,8 @@ textarea {
|
|
|
4157
4157
|
select {
|
|
4158
4158
|
appearance: none;
|
|
4159
4159
|
background-color: #ffffff;
|
|
4160
|
-
background-image: url("/
|
|
4161
|
-
background-image: none, url("/
|
|
4160
|
+
background-image: url("/img/arrow-both.png");
|
|
4161
|
+
background-image: none, url("/img/arrow-both.svg"), url("/img/arrow-both.png");
|
|
4162
4162
|
background-position: right 0.8125rem center;
|
|
4163
4163
|
background-repeat: no-repeat;
|
|
4164
4164
|
background-size: 0.625rem;
|
|
@@ -4256,8 +4256,8 @@ legend {
|
|
|
4256
4256
|
|
|
4257
4257
|
[type=checkbox]:checked + label::before,
|
|
4258
4258
|
[type=checkbox]:checked:disabled + label::before {
|
|
4259
|
-
background-image: url("/
|
|
4260
|
-
background-image: url("/
|
|
4259
|
+
background-image: url("/img/correct8.png");
|
|
4260
|
+
background-image: url("/img/correct8.svg");
|
|
4261
4261
|
background-position: 50%;
|
|
4262
4262
|
background-repeat: no-repeat;
|
|
4263
4263
|
}
|
|
@@ -4288,8 +4288,8 @@ legend {
|
|
|
4288
4288
|
[type=checkbox]:checked:disabled + label::before {
|
|
4289
4289
|
background-image: none;
|
|
4290
4290
|
background-color: #ffffff;
|
|
4291
|
-
content: url("/
|
|
4292
|
-
content: url("/
|
|
4291
|
+
content: url("/img/correct8-alt.png");
|
|
4292
|
+
content: url("/img/correct8-alt.svg");
|
|
4293
4293
|
text-indent: 0;
|
|
4294
4294
|
}
|
|
4295
4295
|
[type=radio]:checked:disabled + label::before,
|
|
@@ -4611,6 +4611,12 @@ body {
|
|
|
4611
4611
|
font-size: 16px;
|
|
4612
4612
|
}
|
|
4613
4613
|
|
|
4614
|
+
p {
|
|
4615
|
+
line-height: 1.5;
|
|
4616
|
+
margin-bottom: 1em;
|
|
4617
|
+
margin-top: 1em;
|
|
4618
|
+
}
|
|
4619
|
+
|
|
4614
4620
|
a {
|
|
4615
4621
|
color: #005ea2;
|
|
4616
4622
|
text-decoration: underline;
|
|
@@ -4627,8 +4633,8 @@ a:visited {
|
|
|
4627
4633
|
}
|
|
4628
4634
|
|
|
4629
4635
|
.usa-external_link::after {
|
|
4630
|
-
background: url("/
|
|
4631
|
-
background: url("/
|
|
4636
|
+
background: url("/img/external-link.png") no-repeat 0 0;
|
|
4637
|
+
background: url("/img/external-link.svg") no-repeat 0 0;
|
|
4632
4638
|
background-size: 100%;
|
|
4633
4639
|
content: "";
|
|
4634
4640
|
display: inline-block;
|
|
@@ -4638,13 +4644,13 @@ a:visited {
|
|
|
4638
4644
|
width: 0.65em;
|
|
4639
4645
|
}
|
|
4640
4646
|
.usa-external_link:hover::after {
|
|
4641
|
-
background-image: url("/
|
|
4642
|
-
background-image: url("/
|
|
4647
|
+
background-image: url("/img/external-link-hover.png");
|
|
4648
|
+
background-image: url("/img/external-link-hover.svg");
|
|
4643
4649
|
}
|
|
4644
4650
|
|
|
4645
4651
|
.usa-external_link-alt::after {
|
|
4646
|
-
background: url("/
|
|
4647
|
-
background: url("/
|
|
4652
|
+
background: url("/img/external-link-alt.png") no-repeat 0 0;
|
|
4653
|
+
background: url("/img/external-link-alt.svg") no-repeat 0 0;
|
|
4648
4654
|
background-size: 100%;
|
|
4649
4655
|
content: "";
|
|
4650
4656
|
display: inline-block;
|
|
@@ -4654,8 +4660,8 @@ a:visited {
|
|
|
4654
4660
|
width: 0.65em;
|
|
4655
4661
|
}
|
|
4656
4662
|
.usa-external_link-alt:hover::after {
|
|
4657
|
-
background-image: url("/
|
|
4658
|
-
background-image: url("/
|
|
4663
|
+
background-image: url("/img/external-link-alt-hover.png");
|
|
4664
|
+
background-image: url("/img/external-link-alt-hover.svg");
|
|
4659
4665
|
}
|
|
4660
4666
|
|
|
4661
4667
|
h1,
|
|
@@ -4675,33 +4681,65 @@ h1 {
|
|
|
4675
4681
|
font-size: 2.5rem;
|
|
4676
4682
|
font-weight: 700;
|
|
4677
4683
|
}
|
|
4684
|
+
h1 a {
|
|
4685
|
+
font-size: 2.5rem;
|
|
4686
|
+
font-weight: 700;
|
|
4687
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
4688
|
+
}
|
|
4678
4689
|
|
|
4679
4690
|
h2 {
|
|
4680
4691
|
font-size: 1.875rem;
|
|
4681
4692
|
font-weight: 700;
|
|
4682
4693
|
}
|
|
4694
|
+
h2 a {
|
|
4695
|
+
font-size: 1.875rem;
|
|
4696
|
+
font-weight: 700;
|
|
4697
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
4698
|
+
}
|
|
4683
4699
|
|
|
4684
4700
|
h3 {
|
|
4685
4701
|
font-size: 1.25rem;
|
|
4686
4702
|
font-weight: 700;
|
|
4687
4703
|
}
|
|
4704
|
+
h3 a {
|
|
4705
|
+
font-size: 1.25rem;
|
|
4706
|
+
font-weight: 700;
|
|
4707
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
4708
|
+
}
|
|
4688
4709
|
|
|
4689
4710
|
h4 {
|
|
4690
4711
|
font-size: 1.0625rem;
|
|
4691
4712
|
font-weight: 700;
|
|
4692
4713
|
}
|
|
4714
|
+
h4 a {
|
|
4715
|
+
font-size: 1.0625rem;
|
|
4716
|
+
font-weight: 700;
|
|
4717
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
4718
|
+
}
|
|
4693
4719
|
|
|
4694
4720
|
h5 {
|
|
4695
4721
|
font-size: 0.9375rem;
|
|
4696
4722
|
font-weight: 700;
|
|
4697
4723
|
}
|
|
4724
|
+
h5 a {
|
|
4725
|
+
font-size: 0.9375rem;
|
|
4726
|
+
font-weight: 700;
|
|
4727
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
4728
|
+
}
|
|
4698
4729
|
|
|
4699
4730
|
h6 {
|
|
4700
4731
|
font-size: 0.8125rem;
|
|
4701
4732
|
font-weight: 400;
|
|
4702
4733
|
line-height: 1.5;
|
|
4703
4734
|
text-transform: uppercase;
|
|
4704
|
-
font-family:
|
|
4735
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
4736
|
+
}
|
|
4737
|
+
h6 a {
|
|
4738
|
+
font-size: 0.8125rem;
|
|
4739
|
+
font-weight: 400;
|
|
4740
|
+
line-height: 1.5;
|
|
4741
|
+
text-transform: uppercase;
|
|
4742
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
4705
4743
|
}
|
|
4706
4744
|
|
|
4707
4745
|
cite,
|
|
@@ -4915,8 +4953,8 @@ dfn {
|
|
|
4915
4953
|
text-align: left;
|
|
4916
4954
|
-webkit-font-smoothing: auto;
|
|
4917
4955
|
background-color: #f0f0f0;
|
|
4918
|
-
background-image: url("/
|
|
4919
|
-
background-image: url("/
|
|
4956
|
+
background-image: url("/img/minus.png");
|
|
4957
|
+
background-image: url("/img/minus.svg");
|
|
4920
4958
|
background-position: right 1.25rem center;
|
|
4921
4959
|
background-repeat: no-repeat;
|
|
4922
4960
|
background-size: 0.9375rem;
|
|
@@ -4954,8 +4992,8 @@ dfn {
|
|
|
4954
4992
|
}
|
|
4955
4993
|
.usa-accordion > ul [aria-expanded=false],
|
|
4956
4994
|
.usa-accordion-bordered > ul [aria-expanded=false] {
|
|
4957
|
-
background-image: url("/
|
|
4958
|
-
background-image: url("/
|
|
4995
|
+
background-image: url("/img/plus.png");
|
|
4996
|
+
background-image: url("/img/plus.svg");
|
|
4959
4997
|
background-repeat: no-repeat;
|
|
4960
4998
|
background-size: 0.9375rem;
|
|
4961
4999
|
}
|
|
@@ -5003,8 +5041,8 @@ dfn {
|
|
|
5003
5041
|
text-align: left;
|
|
5004
5042
|
-webkit-font-smoothing: auto;
|
|
5005
5043
|
background-color: #f0f0f0;
|
|
5006
|
-
background-image: url("/
|
|
5007
|
-
background-image: url("/
|
|
5044
|
+
background-image: url("/img/minus.png");
|
|
5045
|
+
background-image: url("/img/minus.svg");
|
|
5008
5046
|
background-position: right 1.25rem center;
|
|
5009
5047
|
background-repeat: no-repeat;
|
|
5010
5048
|
background-size: 0.9375rem;
|
|
@@ -5034,8 +5072,8 @@ dfn {
|
|
|
5034
5072
|
}
|
|
5035
5073
|
|
|
5036
5074
|
.usa-accordion-button[aria-expanded=false] {
|
|
5037
|
-
background-image: url("/
|
|
5038
|
-
background-image: url("/
|
|
5075
|
+
background-image: url("/img/plus.png");
|
|
5076
|
+
background-image: url("/img/plus.svg");
|
|
5039
5077
|
background-repeat: no-repeat;
|
|
5040
5078
|
background-size: 0.9375rem;
|
|
5041
5079
|
}
|
|
@@ -5114,8 +5152,8 @@ dfn {
|
|
|
5114
5152
|
|
|
5115
5153
|
.usa-alert-success {
|
|
5116
5154
|
background-color: #ecf3ec;
|
|
5117
|
-
background-image: url("/
|
|
5118
|
-
background-image: url("/
|
|
5155
|
+
background-image: url("/img/alerts/success.png");
|
|
5156
|
+
background-image: url("/img/alerts/success.svg");
|
|
5119
5157
|
}
|
|
5120
5158
|
.usa-alert-success::before {
|
|
5121
5159
|
background-color: #008817;
|
|
@@ -5126,8 +5164,8 @@ dfn {
|
|
|
5126
5164
|
|
|
5127
5165
|
.usa-alert-warning {
|
|
5128
5166
|
background-color: #fef0c8;
|
|
5129
|
-
background-image: url("/
|
|
5130
|
-
background-image: url("/
|
|
5167
|
+
background-image: url("/img/alerts/warning.png");
|
|
5168
|
+
background-image: url("/img/alerts/warning.svg");
|
|
5131
5169
|
}
|
|
5132
5170
|
.usa-alert-warning::before {
|
|
5133
5171
|
background-color: #ffbe2e;
|
|
@@ -5138,8 +5176,8 @@ dfn {
|
|
|
5138
5176
|
|
|
5139
5177
|
.usa-alert-error {
|
|
5140
5178
|
background-color: #f8dfe2;
|
|
5141
|
-
background-image: url("/
|
|
5142
|
-
background-image: url("/
|
|
5179
|
+
background-image: url("/img/alerts/error.png");
|
|
5180
|
+
background-image: url("/img/alerts/error.svg");
|
|
5143
5181
|
}
|
|
5144
5182
|
.usa-alert-error::before {
|
|
5145
5183
|
background-color: #d83933;
|
|
@@ -5150,8 +5188,8 @@ dfn {
|
|
|
5150
5188
|
|
|
5151
5189
|
.usa-alert-info {
|
|
5152
5190
|
background-color: #e1f3f8;
|
|
5153
|
-
background-image: url("/
|
|
5154
|
-
background-image: url("/
|
|
5191
|
+
background-image: url("/img/alerts/info.png");
|
|
5192
|
+
background-image: url("/img/alerts/info.svg");
|
|
5155
5193
|
}
|
|
5156
5194
|
.usa-alert-info::before {
|
|
5157
5195
|
background-color: #00bde3;
|
|
@@ -5377,8 +5415,8 @@ dfn {
|
|
|
5377
5415
|
background-image: none;
|
|
5378
5416
|
}
|
|
5379
5417
|
.usa-banner-button[aria-expanded=false]::after {
|
|
5380
|
-
background-image: url("/
|
|
5381
|
-
background-image: url("/
|
|
5418
|
+
background-image: url("/img/angle-arrow-down-primary.png");
|
|
5419
|
+
background-image: url("/img/angle-arrow-down-primary.svg");
|
|
5382
5420
|
background-size: 100%;
|
|
5383
5421
|
content: "";
|
|
5384
5422
|
display: inline-block;
|
|
@@ -5389,8 +5427,8 @@ dfn {
|
|
|
5389
5427
|
/* stylelint-enable */
|
|
5390
5428
|
}
|
|
5391
5429
|
.usa-banner-button[aria-expanded=false]:hover::after {
|
|
5392
|
-
background-image: url("/
|
|
5393
|
-
background-image: url("/
|
|
5430
|
+
background-image: url("/img/angle-arrow-down-primary-hover.png");
|
|
5431
|
+
background-image: url("/img/angle-arrow-down-primary-hover.svg");
|
|
5394
5432
|
}
|
|
5395
5433
|
.usa-banner-button[aria-expanded=false]::after {
|
|
5396
5434
|
background-position-y: 1px;
|
|
@@ -5400,8 +5438,8 @@ dfn {
|
|
|
5400
5438
|
height: 3.5rem;
|
|
5401
5439
|
}
|
|
5402
5440
|
.usa-banner-button[aria-expanded=true]::after {
|
|
5403
|
-
background-image: url("/
|
|
5404
|
-
background-image: url("/
|
|
5441
|
+
background-image: url("/img/close.png");
|
|
5442
|
+
background-image: url("/img/close.svg");
|
|
5405
5443
|
background-size: 100%;
|
|
5406
5444
|
content: "";
|
|
5407
5445
|
display: inline-block;
|
|
@@ -5418,8 +5456,8 @@ dfn {
|
|
|
5418
5456
|
position: relative;
|
|
5419
5457
|
}
|
|
5420
5458
|
.usa-banner-button[aria-expanded=true]::after {
|
|
5421
|
-
background-image: url("/
|
|
5422
|
-
background-image: url("/
|
|
5459
|
+
background-image: url("/img/angle-arrow-up-primary.png");
|
|
5460
|
+
background-image: url("/img/angle-arrow-up-primary.svg");
|
|
5423
5461
|
background-size: 100%;
|
|
5424
5462
|
content: "";
|
|
5425
5463
|
display: inline-block;
|
|
@@ -5430,8 +5468,8 @@ dfn {
|
|
|
5430
5468
|
/* stylelint-enable */
|
|
5431
5469
|
}
|
|
5432
5470
|
.usa-banner-button[aria-expanded=true]:hover::after {
|
|
5433
|
-
background-image: url("/
|
|
5434
|
-
background-image: url("/
|
|
5471
|
+
background-image: url("/img/angle-arrow-up-primary-hover.png");
|
|
5472
|
+
background-image: url("/img/angle-arrow-up-primary-hover.svg");
|
|
5435
5473
|
}
|
|
5436
5474
|
.usa-banner-button[aria-expanded=true]::after {
|
|
5437
5475
|
background-position-y: 1px;
|
|
@@ -5601,8 +5639,8 @@ fieldset {
|
|
|
5601
5639
|
}
|
|
5602
5640
|
|
|
5603
5641
|
.usa-checklist-checked::before {
|
|
5604
|
-
background-image: url("/
|
|
5605
|
-
background-image: url("/
|
|
5642
|
+
background-image: url("/img/correct9.png");
|
|
5643
|
+
background-image: url("/img/correct9.svg");
|
|
5606
5644
|
background-position: 100%;
|
|
5607
5645
|
background-repeat: no-repeat;
|
|
5608
5646
|
background-size: 100%;
|
|
@@ -7561,7 +7599,7 @@ article > h1 {
|
|
|
7561
7599
|
working while we work on deprecation.
|
|
7562
7600
|
**/
|
|
7563
7601
|
.external-link-icon-black {
|
|
7564
|
-
background-image: url("/
|
|
7602
|
+
background-image: url("/img/exit-icon.png");
|
|
7565
7603
|
background-position: 100% 50%;
|
|
7566
7604
|
background-repeat: no-repeat;
|
|
7567
7605
|
background-size: 1em auto;
|
|
@@ -127,8 +127,8 @@ textarea {
|
|
|
127
127
|
select {
|
|
128
128
|
appearance: none;
|
|
129
129
|
background-color: #ffffff;
|
|
130
|
-
background-image: url("/
|
|
131
|
-
background-image: none, url("/
|
|
130
|
+
background-image: url("/img/arrow-both.png");
|
|
131
|
+
background-image: none, url("/img/arrow-both.svg"), url("/img/arrow-both.png");
|
|
132
132
|
background-position: right 0.8125rem center;
|
|
133
133
|
background-repeat: no-repeat;
|
|
134
134
|
background-size: 0.625rem;
|
|
@@ -226,8 +226,8 @@ legend {
|
|
|
226
226
|
|
|
227
227
|
[type=checkbox]:checked + label::before,
|
|
228
228
|
[type=checkbox]:checked:disabled + label::before {
|
|
229
|
-
background-image: url("/
|
|
230
|
-
background-image: url("/
|
|
229
|
+
background-image: url("/img/correct8.png");
|
|
230
|
+
background-image: url("/img/correct8.svg");
|
|
231
231
|
background-position: 50%;
|
|
232
232
|
background-repeat: no-repeat;
|
|
233
233
|
}
|
|
@@ -258,8 +258,8 @@ legend {
|
|
|
258
258
|
[type=checkbox]:checked:disabled + label::before {
|
|
259
259
|
background-image: none;
|
|
260
260
|
background-color: #ffffff;
|
|
261
|
-
content: url("/
|
|
262
|
-
content: url("/
|
|
261
|
+
content: url("/img/correct8-alt.png");
|
|
262
|
+
content: url("/img/correct8-alt.svg");
|
|
263
263
|
text-indent: 0;
|
|
264
264
|
}
|
|
265
265
|
[type=radio]:checked:disabled + label::before,
|
|
@@ -38,6 +38,12 @@ body {
|
|
|
38
38
|
font-size: 16px;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
+
p {
|
|
42
|
+
line-height: 1.5;
|
|
43
|
+
margin-bottom: 1em;
|
|
44
|
+
margin-top: 1em;
|
|
45
|
+
}
|
|
46
|
+
|
|
41
47
|
a {
|
|
42
48
|
color: #005ea2;
|
|
43
49
|
text-decoration: underline;
|
|
@@ -54,8 +60,8 @@ a:visited {
|
|
|
54
60
|
}
|
|
55
61
|
|
|
56
62
|
.usa-external_link::after {
|
|
57
|
-
background: url("/
|
|
58
|
-
background: url("/
|
|
63
|
+
background: url("/img/external-link.png") no-repeat 0 0;
|
|
64
|
+
background: url("/img/external-link.svg") no-repeat 0 0;
|
|
59
65
|
background-size: 100%;
|
|
60
66
|
content: "";
|
|
61
67
|
display: inline-block;
|
|
@@ -65,13 +71,13 @@ a:visited {
|
|
|
65
71
|
width: 0.65em;
|
|
66
72
|
}
|
|
67
73
|
.usa-external_link:hover::after {
|
|
68
|
-
background-image: url("/
|
|
69
|
-
background-image: url("/
|
|
74
|
+
background-image: url("/img/external-link-hover.png");
|
|
75
|
+
background-image: url("/img/external-link-hover.svg");
|
|
70
76
|
}
|
|
71
77
|
|
|
72
78
|
.usa-external_link-alt::after {
|
|
73
|
-
background: url("/
|
|
74
|
-
background: url("/
|
|
79
|
+
background: url("/img/external-link-alt.png") no-repeat 0 0;
|
|
80
|
+
background: url("/img/external-link-alt.svg") no-repeat 0 0;
|
|
75
81
|
background-size: 100%;
|
|
76
82
|
content: "";
|
|
77
83
|
display: inline-block;
|
|
@@ -81,8 +87,8 @@ a:visited {
|
|
|
81
87
|
width: 0.65em;
|
|
82
88
|
}
|
|
83
89
|
.usa-external_link-alt:hover::after {
|
|
84
|
-
background-image: url("/
|
|
85
|
-
background-image: url("/
|
|
90
|
+
background-image: url("/img/external-link-alt-hover.png");
|
|
91
|
+
background-image: url("/img/external-link-alt-hover.svg");
|
|
86
92
|
}
|
|
87
93
|
|
|
88
94
|
h1,
|
|
@@ -102,33 +108,65 @@ h1 {
|
|
|
102
108
|
font-size: 2.5rem;
|
|
103
109
|
font-weight: 700;
|
|
104
110
|
}
|
|
111
|
+
h1 a {
|
|
112
|
+
font-size: 2.5rem;
|
|
113
|
+
font-weight: 700;
|
|
114
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
115
|
+
}
|
|
105
116
|
|
|
106
117
|
h2 {
|
|
107
118
|
font-size: 1.875rem;
|
|
108
119
|
font-weight: 700;
|
|
109
120
|
}
|
|
121
|
+
h2 a {
|
|
122
|
+
font-size: 1.875rem;
|
|
123
|
+
font-weight: 700;
|
|
124
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
125
|
+
}
|
|
110
126
|
|
|
111
127
|
h3 {
|
|
112
128
|
font-size: 1.25rem;
|
|
113
129
|
font-weight: 700;
|
|
114
130
|
}
|
|
131
|
+
h3 a {
|
|
132
|
+
font-size: 1.25rem;
|
|
133
|
+
font-weight: 700;
|
|
134
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
135
|
+
}
|
|
115
136
|
|
|
116
137
|
h4 {
|
|
117
138
|
font-size: 1.0625rem;
|
|
118
139
|
font-weight: 700;
|
|
119
140
|
}
|
|
141
|
+
h4 a {
|
|
142
|
+
font-size: 1.0625rem;
|
|
143
|
+
font-weight: 700;
|
|
144
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
145
|
+
}
|
|
120
146
|
|
|
121
147
|
h5 {
|
|
122
148
|
font-size: 0.9375rem;
|
|
123
149
|
font-weight: 700;
|
|
124
150
|
}
|
|
151
|
+
h5 a {
|
|
152
|
+
font-size: 0.9375rem;
|
|
153
|
+
font-weight: 700;
|
|
154
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
155
|
+
}
|
|
125
156
|
|
|
126
157
|
h6 {
|
|
127
158
|
font-size: 0.8125rem;
|
|
128
159
|
font-weight: 400;
|
|
129
160
|
line-height: 1.5;
|
|
130
161
|
text-transform: uppercase;
|
|
131
|
-
font-family:
|
|
162
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
163
|
+
}
|
|
164
|
+
h6 a {
|
|
165
|
+
font-size: 0.8125rem;
|
|
166
|
+
font-weight: 400;
|
|
167
|
+
line-height: 1.5;
|
|
168
|
+
text-transform: uppercase;
|
|
169
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
132
170
|
}
|
|
133
171
|
|
|
134
172
|
cite,
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
position: relative;
|
|
7
7
|
}
|
|
8
8
|
.va-dropdown-trigger {
|
|
9
|
-
background: transparent url("/
|
|
9
|
+
background: transparent url("/img/arrow-down-white.svg") no-repeat;
|
|
10
10
|
background-position: right 8px center;
|
|
11
11
|
background-size: 10px 10px;
|
|
12
12
|
border-radius: 0;
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
.va-dropdown-trigger[aria-expanded=true] {
|
|
21
21
|
border-top-color: #8a7237;
|
|
22
22
|
background-color: #ffffff;
|
|
23
|
-
background-image: url("/
|
|
23
|
+
background-image: url("/img/arrow-up.svg") !important;
|
|
24
24
|
color: #1b1b1b;
|
|
25
25
|
}
|
|
26
26
|
.va-dropdown-trigger[aria-expanded=true] path {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
working while we work on deprecation.
|
|
4
4
|
**/
|
|
5
5
|
.external-link-icon-black {
|
|
6
|
-
background-image: url("/
|
|
6
|
+
background-image: url("/img/exit-icon.png");
|
|
7
7
|
background-position: 100% 50%;
|
|
8
8
|
background-repeat: no-repeat;
|
|
9
9
|
background-size: 1em auto;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
}
|
|
16
16
|
.hub-page-link-list__item > a:hover .all-link-arrow, .hub-page-link-list__item > a:focus .all-link-arrow {
|
|
17
17
|
margin-left: 10px;
|
|
18
|
-
content: url("/
|
|
18
|
+
content: url("/img/arrow-right.svg");
|
|
19
19
|
}
|
|
20
20
|
.hub-page-link-list__item > a:hover .hub-page-link-list__header, .hub-page-link-list__item > a:focus .hub-page-link-list__header {
|
|
21
21
|
text-decoration: underline;
|
|
@@ -239,8 +239,13 @@
|
|
|
239
239
|
.mega-menu .mm-marketing-container .mm-marketing-text {
|
|
240
240
|
padding: 20px;
|
|
241
241
|
}
|
|
242
|
+
#mega-menu .mm-marketing-container .mm-marketing-text a,
|
|
243
|
+
.mega-menu .mm-marketing-container .mm-marketing-text a {
|
|
244
|
+
font-size: 16px;
|
|
245
|
+
}
|
|
242
246
|
#mega-menu .mm-marketing-container p,
|
|
243
247
|
.mega-menu .mm-marketing-container p {
|
|
248
|
+
font-size: 16px;
|
|
244
249
|
margin-top: 5px;
|
|
245
250
|
}
|
|
246
251
|
#mega-menu #vetnav-column-one-col .panel-bottom-link,
|
|
@@ -264,11 +264,11 @@
|
|
|
264
264
|
background-color: #e1f3f8;
|
|
265
265
|
}
|
|
266
266
|
.va-sidebarnav .usa-accordion .usa-accordion-button[aria-expanded=false] {
|
|
267
|
-
background-image: url("/
|
|
267
|
+
background-image: url("/img/plus-blue.svg");
|
|
268
268
|
}
|
|
269
269
|
.va-sidebarnav .usa-accordion .usa-accordion-button[aria-expanded=true] {
|
|
270
270
|
border-bottom: 0;
|
|
271
|
-
background-image: url("/
|
|
271
|
+
background-image: url("/img/minus-blue.svg");
|
|
272
272
|
}
|
|
273
273
|
.va-sidebarnav .usa-accordion .usa-accordion-button[aria-expanded=true]:focus {
|
|
274
274
|
border: 2px solid #fdb81e;
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
.va-btn-close-icon {
|
|
340
|
-
background: transparent url("/
|
|
340
|
+
background: transparent url("/img/close.svg") center no-repeat;
|
|
341
341
|
background-size: 0.625rem 0.625rem;
|
|
342
342
|
height: 1.375rem;
|
|
343
343
|
padding: 1.375rem;
|
|
@@ -139,8 +139,8 @@ fieldset {
|
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
.usa-checklist-checked::before {
|
|
142
|
-
background-image: url("/
|
|
143
|
-
background-image: url("/
|
|
142
|
+
background-image: url("/img/correct9.png");
|
|
143
|
+
background-image: url("/img/correct9.svg");
|
|
144
144
|
background-position: 100%;
|
|
145
145
|
background-repeat: no-repeat;
|
|
146
146
|
background-size: 100%;
|
|
@@ -4198,27 +4198,4 @@ p, a, ol, ul, li, dl, dt, dd, form, label, button {
|
|
|
4198
4198
|
line-height: 1.5;
|
|
4199
4199
|
}
|
|
4200
4200
|
|
|
4201
|
-
/**
|
|
4202
|
-
USWDS paragraph style
|
|
4203
|
-
|
|
4204
|
-
p {
|
|
4205
|
-
line-height: 1.5;
|
|
4206
|
-
max-width: 68ex;
|
|
4207
|
-
margin-bottom: 0;
|
|
4208
|
-
margin-top: 0;
|
|
4209
|
-
}
|
|
4210
|
-
*/
|
|
4211
|
-
p {
|
|
4212
|
-
line-height: 1.5;
|
|
4213
|
-
max-width: 68ex;
|
|
4214
|
-
margin-bottom: 0;
|
|
4215
|
-
margin-top: 0;
|
|
4216
|
-
}
|
|
4217
|
-
* + p {
|
|
4218
|
-
margin-top: 1em;
|
|
4219
|
-
}
|
|
4220
|
-
p + * {
|
|
4221
|
-
margin-top: 1em;
|
|
4222
|
-
}
|
|
4223
|
-
|
|
4224
4201
|
/*# sourceMappingURL=uswds-typography.css.map */
|