@department-of-veterans-affairs/css-library 0.8.3 → 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 +76 -44
- package/dist/stylesheets/formation-overrides/elements/inputs.css +6 -6
- package/dist/stylesheets/formation-overrides/elements/typography.css +41 -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 -1
- package/dist/stylesheets/modules/m-nav-sidebar.css +3 -3
- package/dist/stylesheets/shame.css +2 -2
- 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,
|
|
@@ -4633,8 +4633,8 @@ a:visited {
|
|
|
4633
4633
|
}
|
|
4634
4634
|
|
|
4635
4635
|
.usa-external_link::after {
|
|
4636
|
-
background: url("/
|
|
4637
|
-
background: url("/
|
|
4636
|
+
background: url("/img/external-link.png") no-repeat 0 0;
|
|
4637
|
+
background: url("/img/external-link.svg") no-repeat 0 0;
|
|
4638
4638
|
background-size: 100%;
|
|
4639
4639
|
content: "";
|
|
4640
4640
|
display: inline-block;
|
|
@@ -4644,13 +4644,13 @@ a:visited {
|
|
|
4644
4644
|
width: 0.65em;
|
|
4645
4645
|
}
|
|
4646
4646
|
.usa-external_link:hover::after {
|
|
4647
|
-
background-image: url("/
|
|
4648
|
-
background-image: url("/
|
|
4647
|
+
background-image: url("/img/external-link-hover.png");
|
|
4648
|
+
background-image: url("/img/external-link-hover.svg");
|
|
4649
4649
|
}
|
|
4650
4650
|
|
|
4651
4651
|
.usa-external_link-alt::after {
|
|
4652
|
-
background: url("/
|
|
4653
|
-
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;
|
|
4654
4654
|
background-size: 100%;
|
|
4655
4655
|
content: "";
|
|
4656
4656
|
display: inline-block;
|
|
@@ -4660,8 +4660,8 @@ a:visited {
|
|
|
4660
4660
|
width: 0.65em;
|
|
4661
4661
|
}
|
|
4662
4662
|
.usa-external_link-alt:hover::after {
|
|
4663
|
-
background-image: url("/
|
|
4664
|
-
background-image: url("/
|
|
4663
|
+
background-image: url("/img/external-link-alt-hover.png");
|
|
4664
|
+
background-image: url("/img/external-link-alt-hover.svg");
|
|
4665
4665
|
}
|
|
4666
4666
|
|
|
4667
4667
|
h1,
|
|
@@ -4681,33 +4681,65 @@ h1 {
|
|
|
4681
4681
|
font-size: 2.5rem;
|
|
4682
4682
|
font-weight: 700;
|
|
4683
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
|
+
}
|
|
4684
4689
|
|
|
4685
4690
|
h2 {
|
|
4686
4691
|
font-size: 1.875rem;
|
|
4687
4692
|
font-weight: 700;
|
|
4688
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
|
+
}
|
|
4689
4699
|
|
|
4690
4700
|
h3 {
|
|
4691
4701
|
font-size: 1.25rem;
|
|
4692
4702
|
font-weight: 700;
|
|
4693
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
|
+
}
|
|
4694
4709
|
|
|
4695
4710
|
h4 {
|
|
4696
4711
|
font-size: 1.0625rem;
|
|
4697
4712
|
font-weight: 700;
|
|
4698
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
|
+
}
|
|
4699
4719
|
|
|
4700
4720
|
h5 {
|
|
4701
4721
|
font-size: 0.9375rem;
|
|
4702
4722
|
font-weight: 700;
|
|
4703
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
|
+
}
|
|
4704
4729
|
|
|
4705
4730
|
h6 {
|
|
4706
4731
|
font-size: 0.8125rem;
|
|
4707
4732
|
font-weight: 400;
|
|
4708
4733
|
line-height: 1.5;
|
|
4709
4734
|
text-transform: uppercase;
|
|
4710
|
-
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;
|
|
4711
4743
|
}
|
|
4712
4744
|
|
|
4713
4745
|
cite,
|
|
@@ -4921,8 +4953,8 @@ dfn {
|
|
|
4921
4953
|
text-align: left;
|
|
4922
4954
|
-webkit-font-smoothing: auto;
|
|
4923
4955
|
background-color: #f0f0f0;
|
|
4924
|
-
background-image: url("/
|
|
4925
|
-
background-image: url("/
|
|
4956
|
+
background-image: url("/img/minus.png");
|
|
4957
|
+
background-image: url("/img/minus.svg");
|
|
4926
4958
|
background-position: right 1.25rem center;
|
|
4927
4959
|
background-repeat: no-repeat;
|
|
4928
4960
|
background-size: 0.9375rem;
|
|
@@ -4960,8 +4992,8 @@ dfn {
|
|
|
4960
4992
|
}
|
|
4961
4993
|
.usa-accordion > ul [aria-expanded=false],
|
|
4962
4994
|
.usa-accordion-bordered > ul [aria-expanded=false] {
|
|
4963
|
-
background-image: url("/
|
|
4964
|
-
background-image: url("/
|
|
4995
|
+
background-image: url("/img/plus.png");
|
|
4996
|
+
background-image: url("/img/plus.svg");
|
|
4965
4997
|
background-repeat: no-repeat;
|
|
4966
4998
|
background-size: 0.9375rem;
|
|
4967
4999
|
}
|
|
@@ -5009,8 +5041,8 @@ dfn {
|
|
|
5009
5041
|
text-align: left;
|
|
5010
5042
|
-webkit-font-smoothing: auto;
|
|
5011
5043
|
background-color: #f0f0f0;
|
|
5012
|
-
background-image: url("/
|
|
5013
|
-
background-image: url("/
|
|
5044
|
+
background-image: url("/img/minus.png");
|
|
5045
|
+
background-image: url("/img/minus.svg");
|
|
5014
5046
|
background-position: right 1.25rem center;
|
|
5015
5047
|
background-repeat: no-repeat;
|
|
5016
5048
|
background-size: 0.9375rem;
|
|
@@ -5040,8 +5072,8 @@ dfn {
|
|
|
5040
5072
|
}
|
|
5041
5073
|
|
|
5042
5074
|
.usa-accordion-button[aria-expanded=false] {
|
|
5043
|
-
background-image: url("/
|
|
5044
|
-
background-image: url("/
|
|
5075
|
+
background-image: url("/img/plus.png");
|
|
5076
|
+
background-image: url("/img/plus.svg");
|
|
5045
5077
|
background-repeat: no-repeat;
|
|
5046
5078
|
background-size: 0.9375rem;
|
|
5047
5079
|
}
|
|
@@ -5120,8 +5152,8 @@ dfn {
|
|
|
5120
5152
|
|
|
5121
5153
|
.usa-alert-success {
|
|
5122
5154
|
background-color: #ecf3ec;
|
|
5123
|
-
background-image: url("/
|
|
5124
|
-
background-image: url("/
|
|
5155
|
+
background-image: url("/img/alerts/success.png");
|
|
5156
|
+
background-image: url("/img/alerts/success.svg");
|
|
5125
5157
|
}
|
|
5126
5158
|
.usa-alert-success::before {
|
|
5127
5159
|
background-color: #008817;
|
|
@@ -5132,8 +5164,8 @@ dfn {
|
|
|
5132
5164
|
|
|
5133
5165
|
.usa-alert-warning {
|
|
5134
5166
|
background-color: #fef0c8;
|
|
5135
|
-
background-image: url("/
|
|
5136
|
-
background-image: url("/
|
|
5167
|
+
background-image: url("/img/alerts/warning.png");
|
|
5168
|
+
background-image: url("/img/alerts/warning.svg");
|
|
5137
5169
|
}
|
|
5138
5170
|
.usa-alert-warning::before {
|
|
5139
5171
|
background-color: #ffbe2e;
|
|
@@ -5144,8 +5176,8 @@ dfn {
|
|
|
5144
5176
|
|
|
5145
5177
|
.usa-alert-error {
|
|
5146
5178
|
background-color: #f8dfe2;
|
|
5147
|
-
background-image: url("/
|
|
5148
|
-
background-image: url("/
|
|
5179
|
+
background-image: url("/img/alerts/error.png");
|
|
5180
|
+
background-image: url("/img/alerts/error.svg");
|
|
5149
5181
|
}
|
|
5150
5182
|
.usa-alert-error::before {
|
|
5151
5183
|
background-color: #d83933;
|
|
@@ -5156,8 +5188,8 @@ dfn {
|
|
|
5156
5188
|
|
|
5157
5189
|
.usa-alert-info {
|
|
5158
5190
|
background-color: #e1f3f8;
|
|
5159
|
-
background-image: url("/
|
|
5160
|
-
background-image: url("/
|
|
5191
|
+
background-image: url("/img/alerts/info.png");
|
|
5192
|
+
background-image: url("/img/alerts/info.svg");
|
|
5161
5193
|
}
|
|
5162
5194
|
.usa-alert-info::before {
|
|
5163
5195
|
background-color: #00bde3;
|
|
@@ -5383,8 +5415,8 @@ dfn {
|
|
|
5383
5415
|
background-image: none;
|
|
5384
5416
|
}
|
|
5385
5417
|
.usa-banner-button[aria-expanded=false]::after {
|
|
5386
|
-
background-image: url("/
|
|
5387
|
-
background-image: url("/
|
|
5418
|
+
background-image: url("/img/angle-arrow-down-primary.png");
|
|
5419
|
+
background-image: url("/img/angle-arrow-down-primary.svg");
|
|
5388
5420
|
background-size: 100%;
|
|
5389
5421
|
content: "";
|
|
5390
5422
|
display: inline-block;
|
|
@@ -5395,8 +5427,8 @@ dfn {
|
|
|
5395
5427
|
/* stylelint-enable */
|
|
5396
5428
|
}
|
|
5397
5429
|
.usa-banner-button[aria-expanded=false]:hover::after {
|
|
5398
|
-
background-image: url("/
|
|
5399
|
-
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");
|
|
5400
5432
|
}
|
|
5401
5433
|
.usa-banner-button[aria-expanded=false]::after {
|
|
5402
5434
|
background-position-y: 1px;
|
|
@@ -5406,8 +5438,8 @@ dfn {
|
|
|
5406
5438
|
height: 3.5rem;
|
|
5407
5439
|
}
|
|
5408
5440
|
.usa-banner-button[aria-expanded=true]::after {
|
|
5409
|
-
background-image: url("/
|
|
5410
|
-
background-image: url("/
|
|
5441
|
+
background-image: url("/img/close.png");
|
|
5442
|
+
background-image: url("/img/close.svg");
|
|
5411
5443
|
background-size: 100%;
|
|
5412
5444
|
content: "";
|
|
5413
5445
|
display: inline-block;
|
|
@@ -5424,8 +5456,8 @@ dfn {
|
|
|
5424
5456
|
position: relative;
|
|
5425
5457
|
}
|
|
5426
5458
|
.usa-banner-button[aria-expanded=true]::after {
|
|
5427
|
-
background-image: url("/
|
|
5428
|
-
background-image: url("/
|
|
5459
|
+
background-image: url("/img/angle-arrow-up-primary.png");
|
|
5460
|
+
background-image: url("/img/angle-arrow-up-primary.svg");
|
|
5429
5461
|
background-size: 100%;
|
|
5430
5462
|
content: "";
|
|
5431
5463
|
display: inline-block;
|
|
@@ -5436,8 +5468,8 @@ dfn {
|
|
|
5436
5468
|
/* stylelint-enable */
|
|
5437
5469
|
}
|
|
5438
5470
|
.usa-banner-button[aria-expanded=true]:hover::after {
|
|
5439
|
-
background-image: url("/
|
|
5440
|
-
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");
|
|
5441
5473
|
}
|
|
5442
5474
|
.usa-banner-button[aria-expanded=true]::after {
|
|
5443
5475
|
background-position-y: 1px;
|
|
@@ -5607,8 +5639,8 @@ fieldset {
|
|
|
5607
5639
|
}
|
|
5608
5640
|
|
|
5609
5641
|
.usa-checklist-checked::before {
|
|
5610
|
-
background-image: url("/
|
|
5611
|
-
background-image: url("/
|
|
5642
|
+
background-image: url("/img/correct9.png");
|
|
5643
|
+
background-image: url("/img/correct9.svg");
|
|
5612
5644
|
background-position: 100%;
|
|
5613
5645
|
background-repeat: no-repeat;
|
|
5614
5646
|
background-size: 100%;
|
|
@@ -7567,7 +7599,7 @@ article > h1 {
|
|
|
7567
7599
|
working while we work on deprecation.
|
|
7568
7600
|
**/
|
|
7569
7601
|
.external-link-icon-black {
|
|
7570
|
-
background-image: url("/
|
|
7602
|
+
background-image: url("/img/exit-icon.png");
|
|
7571
7603
|
background-position: 100% 50%;
|
|
7572
7604
|
background-repeat: no-repeat;
|
|
7573
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,
|
|
@@ -60,8 +60,8 @@ a:visited {
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.usa-external_link::after {
|
|
63
|
-
background: url("/
|
|
64
|
-
background: url("/
|
|
63
|
+
background: url("/img/external-link.png") no-repeat 0 0;
|
|
64
|
+
background: url("/img/external-link.svg") no-repeat 0 0;
|
|
65
65
|
background-size: 100%;
|
|
66
66
|
content: "";
|
|
67
67
|
display: inline-block;
|
|
@@ -71,13 +71,13 @@ a:visited {
|
|
|
71
71
|
width: 0.65em;
|
|
72
72
|
}
|
|
73
73
|
.usa-external_link:hover::after {
|
|
74
|
-
background-image: url("/
|
|
75
|
-
background-image: url("/
|
|
74
|
+
background-image: url("/img/external-link-hover.png");
|
|
75
|
+
background-image: url("/img/external-link-hover.svg");
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
.usa-external_link-alt::after {
|
|
79
|
-
background: url("/
|
|
80
|
-
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;
|
|
81
81
|
background-size: 100%;
|
|
82
82
|
content: "";
|
|
83
83
|
display: inline-block;
|
|
@@ -87,8 +87,8 @@ a:visited {
|
|
|
87
87
|
width: 0.65em;
|
|
88
88
|
}
|
|
89
89
|
.usa-external_link-alt:hover::after {
|
|
90
|
-
background-image: url("/
|
|
91
|
-
background-image: url("/
|
|
90
|
+
background-image: url("/img/external-link-alt-hover.png");
|
|
91
|
+
background-image: url("/img/external-link-alt-hover.svg");
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
h1,
|
|
@@ -108,33 +108,65 @@ h1 {
|
|
|
108
108
|
font-size: 2.5rem;
|
|
109
109
|
font-weight: 700;
|
|
110
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
|
+
}
|
|
111
116
|
|
|
112
117
|
h2 {
|
|
113
118
|
font-size: 1.875rem;
|
|
114
119
|
font-weight: 700;
|
|
115
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
|
+
}
|
|
116
126
|
|
|
117
127
|
h3 {
|
|
118
128
|
font-size: 1.25rem;
|
|
119
129
|
font-weight: 700;
|
|
120
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
|
+
}
|
|
121
136
|
|
|
122
137
|
h4 {
|
|
123
138
|
font-size: 1.0625rem;
|
|
124
139
|
font-weight: 700;
|
|
125
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
|
+
}
|
|
126
146
|
|
|
127
147
|
h5 {
|
|
128
148
|
font-size: 0.9375rem;
|
|
129
149
|
font-weight: 700;
|
|
130
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
|
+
}
|
|
131
156
|
|
|
132
157
|
h6 {
|
|
133
158
|
font-size: 0.8125rem;
|
|
134
159
|
font-weight: 400;
|
|
135
160
|
line-height: 1.5;
|
|
136
161
|
text-transform: uppercase;
|
|
137
|
-
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;
|
|
138
170
|
}
|
|
139
171
|
|
|
140
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,9 +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 {
|
|
244
|
-
font-size:
|
|
248
|
+
font-size: 16px;
|
|
245
249
|
margin-top: 5px;
|
|
246
250
|
}
|
|
247
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%;
|