@department-of-veterans-affairs/css-library 0.6.0 → 0.7.3
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/{elements.css → base/headings.css} +17 -134
- package/dist/full.css +132 -120
- package/dist/tokens/css/variables.css +18 -1
- package/dist/tokens/json/variables.json +295 -0
- package/dist/tokens/scss/variables.scss +18 -1
- package/dist/uswds-typography.css +4224 -0
- package/package.json +4 -3
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/*! This is intentionally left empty for now */
|
|
2
1
|
/*
|
|
3
2
|
* * * * * ==============================
|
|
4
3
|
* * * * * ==============================
|
|
@@ -1383,62 +1382,6 @@ Sets:
|
|
|
1383
1382
|
Easing
|
|
1384
1383
|
----------------------------------------
|
|
1385
1384
|
*/
|
|
1386
|
-
html,
|
|
1387
|
-
body {
|
|
1388
|
-
padding: 0;
|
|
1389
|
-
margin: 0;
|
|
1390
|
-
}
|
|
1391
|
-
|
|
1392
|
-
html {
|
|
1393
|
-
font-weight: 500;
|
|
1394
|
-
}
|
|
1395
|
-
|
|
1396
|
-
body {
|
|
1397
|
-
background: #ffffff;
|
|
1398
|
-
color: #1b1b1b;
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
|
-
article > h1 {
|
|
1402
|
-
margin-top: 0;
|
|
1403
|
-
}
|
|
1404
|
-
|
|
1405
|
-
hr {
|
|
1406
|
-
margin: 2.5em 0;
|
|
1407
|
-
margin: 48px 0 40px;
|
|
1408
|
-
border: 1px solid #a9aeb1;
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
#content abbr {
|
|
1412
|
-
border-bottom: 0px;
|
|
1413
|
-
text-decoration: none;
|
|
1414
|
-
font-weight: inherit;
|
|
1415
|
-
font-style: inherit;
|
|
1416
|
-
color: inherit;
|
|
1417
|
-
cursor: pointer;
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
|
-
a {
|
|
1421
|
-
color: #005ea2;
|
|
1422
|
-
text-decoration: underline;
|
|
1423
|
-
-webkit-transition-duration: 0.3s;
|
|
1424
|
-
transition-duration: 0.3s;
|
|
1425
|
-
-webkit-transition-timing-function: ease-in-out;
|
|
1426
|
-
transition-timing-function: ease-in-out;
|
|
1427
|
-
-webkit-transition-property: color, background-color, border-color;
|
|
1428
|
-
transition-property: color, background-color, border-color;
|
|
1429
|
-
}
|
|
1430
|
-
a:hover {
|
|
1431
|
-
background-color: rgba(0, 0, 0, 0.05);
|
|
1432
|
-
color: inherit;
|
|
1433
|
-
text-decoration: underline;
|
|
1434
|
-
}
|
|
1435
|
-
a:active {
|
|
1436
|
-
background: rgba(0, 0, 0, 0.05);
|
|
1437
|
-
}
|
|
1438
|
-
a:visited, a:visited abbr {
|
|
1439
|
-
color: #54278f;
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
1385
|
h1 {
|
|
1443
1386
|
margin-top: 0;
|
|
1444
1387
|
}
|
|
@@ -1526,27 +1469,27 @@ h6 {
|
|
|
1526
1469
|
|
|
1527
1470
|
h1 {
|
|
1528
1471
|
margin-top: 0;
|
|
1529
|
-
font-size:
|
|
1472
|
+
font-size: 2.5rem;
|
|
1530
1473
|
}
|
|
1531
1474
|
|
|
1532
1475
|
h2 {
|
|
1533
|
-
font-size:
|
|
1476
|
+
font-size: 1.875rem;
|
|
1534
1477
|
}
|
|
1535
1478
|
|
|
1536
1479
|
h3 {
|
|
1537
|
-
font-size:
|
|
1480
|
+
font-size: 1.25rem;
|
|
1538
1481
|
}
|
|
1539
1482
|
|
|
1540
1483
|
h4 {
|
|
1541
|
-
font-size: 1.
|
|
1484
|
+
font-size: 1.0625rem;
|
|
1542
1485
|
}
|
|
1543
1486
|
|
|
1544
1487
|
h5 {
|
|
1545
|
-
font-size:
|
|
1488
|
+
font-size: 0.9375rem;
|
|
1546
1489
|
}
|
|
1547
1490
|
|
|
1548
1491
|
h6 {
|
|
1549
|
-
font-size:
|
|
1492
|
+
font-size: 0.9375rem;
|
|
1550
1493
|
}
|
|
1551
1494
|
|
|
1552
1495
|
@media (max-width: 481px) {
|
|
@@ -1563,78 +1506,18 @@ h6 {
|
|
|
1563
1506
|
font-weight: 700;
|
|
1564
1507
|
}
|
|
1565
1508
|
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
}
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
margin: 0 0 0 1.25em;
|
|
1573
|
-
list-style-position: outside;
|
|
1574
|
-
}
|
|
1575
|
-
|
|
1576
|
-
ul > ul,
|
|
1577
|
-
ul ol,
|
|
1578
|
-
ol > ul,
|
|
1579
|
-
ol ol {
|
|
1580
|
-
margin: 0.5em 0 0.5em 1.2em;
|
|
1581
|
-
}
|
|
1582
|
-
|
|
1583
|
-
dd {
|
|
1584
|
-
margin-left: 0;
|
|
1585
|
-
}
|
|
1586
|
-
|
|
1587
|
-
dd + dt {
|
|
1588
|
-
margin-top: 1.5em;
|
|
1589
|
-
}
|
|
1590
|
-
|
|
1591
|
-
figure {
|
|
1592
|
-
font-size: 0.85em;
|
|
1593
|
-
margin-left: -15px;
|
|
1594
|
-
margin-right: -15px;
|
|
1595
|
-
}
|
|
1596
|
-
@media screen and (min-width: 1201px), print and (min-width: 1201px) {
|
|
1597
|
-
figure {
|
|
1598
|
-
margin-left: -16.66667%;
|
|
1599
|
-
margin-right: -16.66667%;
|
|
1509
|
+
@media (max-width: 481px) {
|
|
1510
|
+
h1 {
|
|
1511
|
+
font-size: 30px;
|
|
1512
|
+
}
|
|
1513
|
+
h2 {
|
|
1514
|
+
font-size: 24px;
|
|
1600
1515
|
}
|
|
1601
1516
|
}
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
input::-webkit-input-placeholder {
|
|
1608
|
-
color: #565c65;
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
|
-
input::-moz-placeholder {
|
|
1612
|
-
color: #565c65;
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
input:-ms-input-placeholder {
|
|
1616
|
-
color: #565c65;
|
|
1617
|
-
}
|
|
1618
|
-
|
|
1619
|
-
input:focus::-webkit-input-placeholder {
|
|
1620
|
-
color: transparent;
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
|
-
input:focus::-moz-placeholder {
|
|
1624
|
-
color: transparent;
|
|
1625
|
-
}
|
|
1626
|
-
|
|
1627
|
-
input:focus:-ms-input-placeholder {
|
|
1628
|
-
color: transparent;
|
|
1629
|
-
}
|
|
1630
|
-
|
|
1631
|
-
.va-notice--banner p {
|
|
1632
|
-
margin: 0;
|
|
1633
|
-
}
|
|
1634
|
-
.va-notice--banner a {
|
|
1635
|
-
background-image: none;
|
|
1636
|
-
color: inherit;
|
|
1637
|
-
padding: 0;
|
|
1517
|
+
h6 {
|
|
1518
|
+
margin: 0.5em 0 0;
|
|
1519
|
+
text-transform: none;
|
|
1520
|
+
font-weight: 700;
|
|
1638
1521
|
}
|
|
1639
1522
|
|
|
1640
|
-
/*# sourceMappingURL=
|
|
1523
|
+
/*# sourceMappingURL=headings.css.map */
|
package/dist/full.css
CHANGED
|
@@ -3319,126 +3319,126 @@ through all possible variants
|
|
|
3319
3319
|
font-style: normal;
|
|
3320
3320
|
font-weight: 300;
|
|
3321
3321
|
font-display: fallback;
|
|
3322
|
-
src: url(
|
|
3322
|
+
src: url(~@uswds/uswds/dist/fonts/roboto-mono/roboto-mono-v5-latin-300.woff2) format("woff2");
|
|
3323
3323
|
}
|
|
3324
3324
|
@font-face {
|
|
3325
3325
|
font-family: "Roboto Mono Web";
|
|
3326
3326
|
font-style: normal;
|
|
3327
3327
|
font-weight: 400;
|
|
3328
3328
|
font-display: fallback;
|
|
3329
|
-
src: url(
|
|
3329
|
+
src: url(~@uswds/uswds/dist/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2) format("woff2");
|
|
3330
3330
|
}
|
|
3331
3331
|
@font-face {
|
|
3332
3332
|
font-family: "Roboto Mono Web";
|
|
3333
3333
|
font-style: normal;
|
|
3334
3334
|
font-weight: 700;
|
|
3335
3335
|
font-display: fallback;
|
|
3336
|
-
src: url(
|
|
3336
|
+
src: url(~@uswds/uswds/dist/fonts/roboto-mono/roboto-mono-v5-latin-700.woff2) format("woff2");
|
|
3337
3337
|
}
|
|
3338
3338
|
@font-face {
|
|
3339
3339
|
font-family: "Roboto Mono Web";
|
|
3340
3340
|
font-style: italic;
|
|
3341
3341
|
font-weight: 300;
|
|
3342
3342
|
font-display: fallback;
|
|
3343
|
-
src: url(
|
|
3343
|
+
src: url(~@uswds/uswds/dist/fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff2) format("woff2");
|
|
3344
3344
|
}
|
|
3345
3345
|
@font-face {
|
|
3346
3346
|
font-family: "Roboto Mono Web";
|
|
3347
3347
|
font-style: italic;
|
|
3348
3348
|
font-weight: 400;
|
|
3349
3349
|
font-display: fallback;
|
|
3350
|
-
src: url(
|
|
3350
|
+
src: url(~@uswds/uswds/dist/fonts/roboto-mono/roboto-mono-v5-latin-italic.woff2) format("woff2");
|
|
3351
3351
|
}
|
|
3352
3352
|
@font-face {
|
|
3353
3353
|
font-family: "Roboto Mono Web";
|
|
3354
3354
|
font-style: italic;
|
|
3355
3355
|
font-weight: 700;
|
|
3356
3356
|
font-display: fallback;
|
|
3357
|
-
src: url(
|
|
3357
|
+
src: url(~@uswds/uswds/dist/fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff2) format("woff2");
|
|
3358
3358
|
}
|
|
3359
3359
|
@font-face {
|
|
3360
3360
|
font-family: "Source Sans Pro Web";
|
|
3361
3361
|
font-style: normal;
|
|
3362
3362
|
font-weight: 300;
|
|
3363
3363
|
font-display: fallback;
|
|
3364
|
-
src: url(
|
|
3364
|
+
src: url(~@uswds/uswds/dist/fonts/source-sans-pro/sourcesanspro-light-webfont.woff2) format("woff2");
|
|
3365
3365
|
}
|
|
3366
3366
|
@font-face {
|
|
3367
3367
|
font-family: "Source Sans Pro Web";
|
|
3368
3368
|
font-style: normal;
|
|
3369
3369
|
font-weight: 400;
|
|
3370
3370
|
font-display: fallback;
|
|
3371
|
-
src: url(
|
|
3371
|
+
src: url(~@uswds/uswds/dist/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2) format("woff2");
|
|
3372
3372
|
}
|
|
3373
3373
|
@font-face {
|
|
3374
3374
|
font-family: "Source Sans Pro Web";
|
|
3375
3375
|
font-style: normal;
|
|
3376
3376
|
font-weight: 700;
|
|
3377
3377
|
font-display: fallback;
|
|
3378
|
-
src: url(
|
|
3378
|
+
src: url(~@uswds/uswds/dist/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2) format("woff2");
|
|
3379
3379
|
}
|
|
3380
3380
|
@font-face {
|
|
3381
3381
|
font-family: "Source Sans Pro Web";
|
|
3382
3382
|
font-style: italic;
|
|
3383
3383
|
font-weight: 300;
|
|
3384
3384
|
font-display: fallback;
|
|
3385
|
-
src: url(
|
|
3385
|
+
src: url(~@uswds/uswds/dist/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff2) format("woff2");
|
|
3386
3386
|
}
|
|
3387
3387
|
@font-face {
|
|
3388
3388
|
font-family: "Source Sans Pro Web";
|
|
3389
3389
|
font-style: italic;
|
|
3390
3390
|
font-weight: 400;
|
|
3391
3391
|
font-display: fallback;
|
|
3392
|
-
src: url(
|
|
3392
|
+
src: url(~@uswds/uswds/dist/fonts/source-sans-pro/sourcesanspro-italic-webfont.woff2) format("woff2");
|
|
3393
3393
|
}
|
|
3394
3394
|
@font-face {
|
|
3395
3395
|
font-family: "Source Sans Pro Web";
|
|
3396
3396
|
font-style: italic;
|
|
3397
3397
|
font-weight: 700;
|
|
3398
3398
|
font-display: fallback;
|
|
3399
|
-
src: url(
|
|
3399
|
+
src: url(~@uswds/uswds/dist/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2) format("woff2");
|
|
3400
3400
|
}
|
|
3401
3401
|
@font-face {
|
|
3402
3402
|
font-family: "Merriweather Web";
|
|
3403
3403
|
font-style: normal;
|
|
3404
3404
|
font-weight: 300;
|
|
3405
3405
|
font-display: fallback;
|
|
3406
|
-
src: url(
|
|
3406
|
+
src: url(~@uswds/uswds/dist/fonts/merriweather/Latin-Merriweather-Light.woff2) format("woff2");
|
|
3407
3407
|
}
|
|
3408
3408
|
@font-face {
|
|
3409
3409
|
font-family: "Merriweather Web";
|
|
3410
3410
|
font-style: normal;
|
|
3411
3411
|
font-weight: 400;
|
|
3412
3412
|
font-display: fallback;
|
|
3413
|
-
src: url(
|
|
3413
|
+
src: url(~@uswds/uswds/dist/fonts/merriweather/Latin-Merriweather-Regular.woff2) format("woff2");
|
|
3414
3414
|
}
|
|
3415
3415
|
@font-face {
|
|
3416
3416
|
font-family: "Merriweather Web";
|
|
3417
3417
|
font-style: normal;
|
|
3418
3418
|
font-weight: 700;
|
|
3419
3419
|
font-display: fallback;
|
|
3420
|
-
src: url(
|
|
3420
|
+
src: url(~@uswds/uswds/dist/fonts/merriweather/Latin-Merriweather-Bold.woff2) format("woff2");
|
|
3421
3421
|
}
|
|
3422
3422
|
@font-face {
|
|
3423
3423
|
font-family: "Merriweather Web";
|
|
3424
3424
|
font-style: italic;
|
|
3425
3425
|
font-weight: 300;
|
|
3426
3426
|
font-display: fallback;
|
|
3427
|
-
src: url(
|
|
3427
|
+
src: url(~@uswds/uswds/dist/fonts/merriweather/Latin-Merriweather-LightItalic.woff2) format("woff2");
|
|
3428
3428
|
}
|
|
3429
3429
|
@font-face {
|
|
3430
3430
|
font-family: "Merriweather Web";
|
|
3431
3431
|
font-style: italic;
|
|
3432
3432
|
font-weight: 400;
|
|
3433
3433
|
font-display: fallback;
|
|
3434
|
-
src: url(
|
|
3434
|
+
src: url(~@uswds/uswds/dist/fonts/merriweather/Latin-Merriweather-Italic.woff2) format("woff2");
|
|
3435
3435
|
}
|
|
3436
3436
|
@font-face {
|
|
3437
3437
|
font-family: "Merriweather Web";
|
|
3438
3438
|
font-style: italic;
|
|
3439
3439
|
font-weight: 700;
|
|
3440
3440
|
font-display: fallback;
|
|
3441
|
-
src: url(
|
|
3441
|
+
src: url(~@uswds/uswds/dist/fonts/merriweather/Latin-Merriweather-BoldItalic.woff2) format("woff2");
|
|
3442
3442
|
}
|
|
3443
3443
|
/* stylelint-enable */
|
|
3444
3444
|
/* latin */
|
|
@@ -4465,12 +4465,6 @@ body {
|
|
|
4465
4465
|
font-size: 16px;
|
|
4466
4466
|
}
|
|
4467
4467
|
|
|
4468
|
-
p {
|
|
4469
|
-
line-height: 1.5;
|
|
4470
|
-
margin-bottom: 1em;
|
|
4471
|
-
margin-top: 1em;
|
|
4472
|
-
}
|
|
4473
|
-
|
|
4474
4468
|
a {
|
|
4475
4469
|
color: #005ea2;
|
|
4476
4470
|
text-decoration: underline;
|
|
@@ -5564,6 +5558,96 @@ fieldset {
|
|
|
5564
5558
|
}
|
|
5565
5559
|
}
|
|
5566
5560
|
|
|
5561
|
+
html,
|
|
5562
|
+
body {
|
|
5563
|
+
padding: 0;
|
|
5564
|
+
margin: 0;
|
|
5565
|
+
}
|
|
5566
|
+
|
|
5567
|
+
html {
|
|
5568
|
+
font-size: 10px;
|
|
5569
|
+
font-weight: 500;
|
|
5570
|
+
}
|
|
5571
|
+
|
|
5572
|
+
body {
|
|
5573
|
+
background: #ffffff;
|
|
5574
|
+
color: #1b1b1b;
|
|
5575
|
+
font-size: 16px;
|
|
5576
|
+
font-family: inherit;
|
|
5577
|
+
}
|
|
5578
|
+
body.modal-open {
|
|
5579
|
+
overflow: hidden;
|
|
5580
|
+
}
|
|
5581
|
+
|
|
5582
|
+
.show-on-focus {
|
|
5583
|
+
position: absolute;
|
|
5584
|
+
top: -10em;
|
|
5585
|
+
background: #ffffff;
|
|
5586
|
+
padding: 1em;
|
|
5587
|
+
margin: 1em;
|
|
5588
|
+
color: #162e51;
|
|
5589
|
+
display: block;
|
|
5590
|
+
font-weight: 600;
|
|
5591
|
+
}
|
|
5592
|
+
.show-on-focus:focus {
|
|
5593
|
+
position: inherit;
|
|
5594
|
+
top: auto;
|
|
5595
|
+
outline: 2px solid #ffbe2e;
|
|
5596
|
+
}
|
|
5597
|
+
|
|
5598
|
+
body .row.full {
|
|
5599
|
+
width: 100%;
|
|
5600
|
+
max-width: 100%;
|
|
5601
|
+
}
|
|
5602
|
+
|
|
5603
|
+
.sr-only {
|
|
5604
|
+
border: 0;
|
|
5605
|
+
clip: rect(0, 0, 0, 0);
|
|
5606
|
+
clip-path: inset(50%);
|
|
5607
|
+
height: 1px;
|
|
5608
|
+
margin: -1px;
|
|
5609
|
+
overflow: hidden;
|
|
5610
|
+
padding: 0;
|
|
5611
|
+
position: absolute !important;
|
|
5612
|
+
width: 1px;
|
|
5613
|
+
word-wrap: normal !important;
|
|
5614
|
+
}
|
|
5615
|
+
|
|
5616
|
+
.no-print-no-sr {
|
|
5617
|
+
display: none !important;
|
|
5618
|
+
}
|
|
5619
|
+
|
|
5620
|
+
#content abbr {
|
|
5621
|
+
border-bottom: 0px;
|
|
5622
|
+
text-decoration: none;
|
|
5623
|
+
font-weight: inherit;
|
|
5624
|
+
font-style: inherit;
|
|
5625
|
+
color: inherit;
|
|
5626
|
+
cursor: pointer;
|
|
5627
|
+
}
|
|
5628
|
+
|
|
5629
|
+
a {
|
|
5630
|
+
color: #005ea2;
|
|
5631
|
+
text-decoration: underline;
|
|
5632
|
+
-webkit-transition-duration: 0.3s;
|
|
5633
|
+
transition-duration: 0.3s;
|
|
5634
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
5635
|
+
transition-timing-function: ease-in-out;
|
|
5636
|
+
-webkit-transition-property: color, background-color, border-color;
|
|
5637
|
+
transition-property: color, background-color, border-color;
|
|
5638
|
+
}
|
|
5639
|
+
a:hover {
|
|
5640
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
5641
|
+
color: inherit;
|
|
5642
|
+
text-decoration: underline;
|
|
5643
|
+
}
|
|
5644
|
+
a:active {
|
|
5645
|
+
background: rgba(0, 0, 0, 0.05);
|
|
5646
|
+
}
|
|
5647
|
+
a:visited, a:visited abbr {
|
|
5648
|
+
color: #54278f;
|
|
5649
|
+
}
|
|
5650
|
+
|
|
5567
5651
|
/*
|
|
5568
5652
|
* * * * * ==============================
|
|
5569
5653
|
* * * * * ==============================
|
|
@@ -6936,96 +7020,6 @@ Sets:
|
|
|
6936
7020
|
Easing
|
|
6937
7021
|
----------------------------------------
|
|
6938
7022
|
*/
|
|
6939
|
-
html,
|
|
6940
|
-
body {
|
|
6941
|
-
padding: 0;
|
|
6942
|
-
margin: 0;
|
|
6943
|
-
}
|
|
6944
|
-
|
|
6945
|
-
html {
|
|
6946
|
-
font-size: 10px;
|
|
6947
|
-
font-weight: 500;
|
|
6948
|
-
}
|
|
6949
|
-
|
|
6950
|
-
body {
|
|
6951
|
-
background: #ffffff;
|
|
6952
|
-
color: #1b1b1b;
|
|
6953
|
-
font-size: 16px;
|
|
6954
|
-
font-family: inherit;
|
|
6955
|
-
}
|
|
6956
|
-
body.modal-open {
|
|
6957
|
-
overflow: hidden;
|
|
6958
|
-
}
|
|
6959
|
-
|
|
6960
|
-
.show-on-focus {
|
|
6961
|
-
position: absolute;
|
|
6962
|
-
top: -10em;
|
|
6963
|
-
background: #ffffff;
|
|
6964
|
-
padding: 1em;
|
|
6965
|
-
margin: 1em;
|
|
6966
|
-
color: #162e51;
|
|
6967
|
-
display: block;
|
|
6968
|
-
font-weight: 600;
|
|
6969
|
-
}
|
|
6970
|
-
.show-on-focus:focus {
|
|
6971
|
-
position: inherit;
|
|
6972
|
-
top: auto;
|
|
6973
|
-
outline: 2px solid #ffbe2e;
|
|
6974
|
-
}
|
|
6975
|
-
|
|
6976
|
-
body .row.full {
|
|
6977
|
-
width: 100%;
|
|
6978
|
-
max-width: 100%;
|
|
6979
|
-
}
|
|
6980
|
-
|
|
6981
|
-
.sr-only {
|
|
6982
|
-
border: 0;
|
|
6983
|
-
clip: rect(0, 0, 0, 0);
|
|
6984
|
-
clip-path: inset(50%);
|
|
6985
|
-
height: 1px;
|
|
6986
|
-
margin: -1px;
|
|
6987
|
-
overflow: hidden;
|
|
6988
|
-
padding: 0;
|
|
6989
|
-
position: absolute !important;
|
|
6990
|
-
width: 1px;
|
|
6991
|
-
word-wrap: normal !important;
|
|
6992
|
-
}
|
|
6993
|
-
|
|
6994
|
-
.no-print-no-sr {
|
|
6995
|
-
display: none !important;
|
|
6996
|
-
}
|
|
6997
|
-
|
|
6998
|
-
#content abbr {
|
|
6999
|
-
border-bottom: 0px;
|
|
7000
|
-
text-decoration: none;
|
|
7001
|
-
font-weight: inherit;
|
|
7002
|
-
font-style: inherit;
|
|
7003
|
-
color: inherit;
|
|
7004
|
-
cursor: pointer;
|
|
7005
|
-
}
|
|
7006
|
-
|
|
7007
|
-
a {
|
|
7008
|
-
color: #005ea2;
|
|
7009
|
-
text-decoration: underline;
|
|
7010
|
-
-webkit-transition-duration: 0.3s;
|
|
7011
|
-
transition-duration: 0.3s;
|
|
7012
|
-
-webkit-transition-timing-function: ease-in-out;
|
|
7013
|
-
transition-timing-function: ease-in-out;
|
|
7014
|
-
-webkit-transition-property: color, background-color, border-color;
|
|
7015
|
-
transition-property: color, background-color, border-color;
|
|
7016
|
-
}
|
|
7017
|
-
a:hover {
|
|
7018
|
-
background-color: rgba(0, 0, 0, 0.05);
|
|
7019
|
-
color: inherit;
|
|
7020
|
-
text-decoration: underline;
|
|
7021
|
-
}
|
|
7022
|
-
a:active {
|
|
7023
|
-
background: rgba(0, 0, 0, 0.05);
|
|
7024
|
-
}
|
|
7025
|
-
a:visited, a:visited abbr {
|
|
7026
|
-
color: #54278f;
|
|
7027
|
-
}
|
|
7028
|
-
|
|
7029
7023
|
h1 {
|
|
7030
7024
|
margin-top: 0;
|
|
7031
7025
|
}
|
|
@@ -7101,27 +7095,41 @@ h6 {
|
|
|
7101
7095
|
|
|
7102
7096
|
h1 {
|
|
7103
7097
|
margin-top: 0;
|
|
7104
|
-
font-size:
|
|
7098
|
+
font-size: 2.5rem;
|
|
7105
7099
|
}
|
|
7106
7100
|
|
|
7107
7101
|
h2 {
|
|
7108
|
-
font-size:
|
|
7102
|
+
font-size: 1.875rem;
|
|
7109
7103
|
}
|
|
7110
7104
|
|
|
7111
7105
|
h3 {
|
|
7112
|
-
font-size:
|
|
7106
|
+
font-size: 1.25rem;
|
|
7113
7107
|
}
|
|
7114
7108
|
|
|
7115
7109
|
h4 {
|
|
7116
|
-
font-size: 1.
|
|
7110
|
+
font-size: 1.0625rem;
|
|
7117
7111
|
}
|
|
7118
7112
|
|
|
7119
7113
|
h5 {
|
|
7120
|
-
font-size:
|
|
7114
|
+
font-size: 0.9375rem;
|
|
7121
7115
|
}
|
|
7122
7116
|
|
|
7123
7117
|
h6 {
|
|
7124
|
-
font-size:
|
|
7118
|
+
font-size: 0.9375rem;
|
|
7119
|
+
}
|
|
7120
|
+
|
|
7121
|
+
@media (max-width: 481px) {
|
|
7122
|
+
h1 {
|
|
7123
|
+
font-size: 30px;
|
|
7124
|
+
}
|
|
7125
|
+
h2 {
|
|
7126
|
+
font-size: 24px;
|
|
7127
|
+
}
|
|
7128
|
+
}
|
|
7129
|
+
h6 {
|
|
7130
|
+
margin: 0.5em 0 0;
|
|
7131
|
+
text-transform: none;
|
|
7132
|
+
font-weight: 700;
|
|
7125
7133
|
}
|
|
7126
7134
|
|
|
7127
7135
|
@media (max-width: 481px) {
|
|
@@ -7314,6 +7322,7 @@ table {
|
|
|
7314
7322
|
}
|
|
7315
7323
|
|
|
7316
7324
|
.va-notice--banner p {
|
|
7325
|
+
font-size: 16px;
|
|
7317
7326
|
margin: 0;
|
|
7318
7327
|
}
|
|
7319
7328
|
.va-notice--banner a {
|
|
@@ -7352,6 +7361,8 @@ article > h1 {
|
|
|
7352
7361
|
max-width: 48.125rem;
|
|
7353
7362
|
}
|
|
7354
7363
|
.va-introtext p {
|
|
7364
|
+
font-size: 1.25rem;
|
|
7365
|
+
font-weight: 400;
|
|
7355
7366
|
line-height: 1.7;
|
|
7356
7367
|
}
|
|
7357
7368
|
|
|
@@ -7650,6 +7661,7 @@ p.usa-alert-heading {
|
|
|
7650
7661
|
}
|
|
7651
7662
|
|
|
7652
7663
|
.va-nav-breadcrumbs-list {
|
|
7664
|
+
font-size: 16px;
|
|
7653
7665
|
float: none !important;
|
|
7654
7666
|
position: relative;
|
|
7655
7667
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 30 May 2024 19:16:32 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -95,6 +95,16 @@
|
|
|
95
95
|
--vads-color-blue-cool: #345d96;
|
|
96
96
|
--vads-color-blue-cool-light: #4a77b4;
|
|
97
97
|
--vads-color-blue-cool-lightest: #98afd2;
|
|
98
|
+
--vads-color-action-surface-default-on-dark: #58b4ff;
|
|
99
|
+
--vads-color-action-surface-destructive-on-dark: #fb5a47;
|
|
100
|
+
--vads-color-action-border-base-active-on-light: #2e2e2e;
|
|
101
|
+
--vads-color-action-border-base-active-on-dark: #adadad;
|
|
102
|
+
--vads-color-feedback-surface-info-on-dark: #112f4e;
|
|
103
|
+
--vads-color-feedback-surface-success-on-dark: #19311e;
|
|
104
|
+
--vads-color-feedback-surface-warning-on-dark: #422d19;
|
|
105
|
+
--vads-color-feedback-surface-error-on-dark: #5c1111;
|
|
106
|
+
--vads-color-feedback-border-warning-on-dark: #face00;
|
|
107
|
+
--vads-color-bg-default-on-dark: #171716;
|
|
98
108
|
--font-family-sans: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
|
|
99
109
|
--font-family-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
|
|
100
110
|
--font-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
|
|
@@ -159,9 +169,11 @@
|
|
|
159
169
|
--uswds-system-color-blue-70: #274863;
|
|
160
170
|
--uswds-system-color-blue-80: #1f303e;
|
|
161
171
|
--uswds-system-color-blue-90: #11181d;
|
|
172
|
+
--uswds-system-color-blue-vivid-30: #58b4ff;
|
|
162
173
|
--uswds-system-color-blue-vivid-50: #0076d6;
|
|
163
174
|
--uswds-system-color-blue-vivid-60: #005ea2;
|
|
164
175
|
--uswds-system-color-blue-vivid-70: #0b4778;
|
|
176
|
+
--uswds-system-color-blue-vivid-80: #112f4e;
|
|
165
177
|
--uswds-system-color-blue-cool-60: #2e6276;
|
|
166
178
|
--uswds-system-color-blue-cool-vivid-5: #e1f3f8;
|
|
167
179
|
--uswds-system-color-blue-cool-vivid-20: #97d4ea;
|
|
@@ -215,6 +227,7 @@
|
|
|
215
227
|
--uswds-system-color-gray-cool-90: #1c1d1f;
|
|
216
228
|
--uswds-system-color-gray-warm-10: #e6e6e2;
|
|
217
229
|
--uswds-system-color-gray-warm-70: #454540;
|
|
230
|
+
--uswds-system-color-gray-warm-90: #171716;
|
|
218
231
|
--uswds-system-color-green-warm-50: #6f7a41;
|
|
219
232
|
--uswds-system-color-green-cool-5: #ecf3ec;
|
|
220
233
|
--uswds-system-color-green-cool-20: #b4d0b9;
|
|
@@ -225,14 +238,17 @@
|
|
|
225
238
|
--uswds-system-color-green-cool-vivid-50: #008817;
|
|
226
239
|
--uswds-system-color-green-cool-vivid-60: #216e1f;
|
|
227
240
|
--uswds-system-color-green-cool-vivid-70: #154c21;
|
|
241
|
+
--uswds-system-color-green-cool-vivid-80: #19311e;
|
|
228
242
|
--uswds-system-color-orange-40: #dd7533;
|
|
229
243
|
--uswds-system-color-orange-warm-50: #bd5727;
|
|
230
244
|
--uswds-system-color-red-30: #f2938c;
|
|
231
245
|
--uswds-system-color-red-50: #d83933;
|
|
232
246
|
--uswds-system-color-red-60: #a23737;
|
|
233
247
|
--uswds-system-color-red-70: #6f3331;
|
|
248
|
+
--uswds-system-color-red-vivid-40: #fb5a47;
|
|
234
249
|
--uswds-system-color-red-vivid-60: #b50909;
|
|
235
250
|
--uswds-system-color-red-vivid-70: #8b0a03;
|
|
251
|
+
--uswds-system-color-red-vivid-80: #5c1111;
|
|
236
252
|
--uswds-system-color-red-cool-vivid-10: #f8dfe2;
|
|
237
253
|
--uswds-system-color-red-cool-vivid-50: #e41d3d;
|
|
238
254
|
--uswds-system-color-red-cool-vivid-60: #b21d38;
|
|
@@ -248,6 +264,7 @@
|
|
|
248
264
|
--uswds-system-color-yellow-50: #8a7237;
|
|
249
265
|
--uswds-system-color-yellow-vivid-10: #fee685;
|
|
250
266
|
--uswds-system-color-yellow-vivid-20: #face00;
|
|
267
|
+
--uswds-system-color-yellow-vivid-80: #422d19;
|
|
251
268
|
--uswds-system-color-indigo-cool-60: #3f57a6;
|
|
252
269
|
--uswds-system-color-mint-cool-50: #40807e;
|
|
253
270
|
}
|