@department-of-veterans-affairs/css-library 0.21.2 → 0.22.0
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.
|
@@ -6306,204 +6306,6 @@ dfn {
|
|
|
6306
6306
|
}
|
|
6307
6307
|
}
|
|
6308
6308
|
|
|
6309
|
-
/*
|
|
6310
|
-
Original: @import "~uswds/src/stylesheets/components/accordions";
|
|
6311
|
-
***THIS IS USWDS v1***
|
|
6312
|
-
*/
|
|
6313
|
-
.usa-accordion,
|
|
6314
|
-
.usa-accordion-bordered {
|
|
6315
|
-
margin-bottom: 0;
|
|
6316
|
-
margin-top: 0;
|
|
6317
|
-
list-style-type: none;
|
|
6318
|
-
padding-left: 0;
|
|
6319
|
-
color: #212121;
|
|
6320
|
-
margin: 0;
|
|
6321
|
-
padding: 0;
|
|
6322
|
-
width: 100%;
|
|
6323
|
-
}
|
|
6324
|
-
.usa-accordion > li,
|
|
6325
|
-
.usa-accordion-bordered > li {
|
|
6326
|
-
margin-bottom: 0;
|
|
6327
|
-
max-width: unset;
|
|
6328
|
-
}
|
|
6329
|
-
.usa-accordion > ul li ul,
|
|
6330
|
-
.usa-accordion-bordered > ul li ul {
|
|
6331
|
-
list-style: disc;
|
|
6332
|
-
}
|
|
6333
|
-
.usa-accordion > ul li ul > li > ul,
|
|
6334
|
-
.usa-accordion-bordered > ul li ul > li > ul {
|
|
6335
|
-
list-style: circle;
|
|
6336
|
-
}
|
|
6337
|
-
.usa-accordion > ul li ul > li > ul > li > ul,
|
|
6338
|
-
.usa-accordion-bordered > ul li ul > li > ul > li > ul {
|
|
6339
|
-
list-style: square;
|
|
6340
|
-
}
|
|
6341
|
-
.usa-accordion + .usa-accordion,
|
|
6342
|
-
.usa-accordion + .usa-accordion-bordered,
|
|
6343
|
-
.usa-accordion-bordered + .usa-accordion,
|
|
6344
|
-
.usa-accordion-bordered + .usa-accordion-bordered {
|
|
6345
|
-
margin-top: 0.625rem;
|
|
6346
|
-
}
|
|
6347
|
-
.usa-accordion > ul,
|
|
6348
|
-
.usa-accordion-bordered > ul {
|
|
6349
|
-
margin-bottom: 0;
|
|
6350
|
-
margin-top: 0;
|
|
6351
|
-
list-style-type: none;
|
|
6352
|
-
padding-left: 0;
|
|
6353
|
-
color: #212121;
|
|
6354
|
-
margin: 0;
|
|
6355
|
-
padding: 0;
|
|
6356
|
-
width: 100%;
|
|
6357
|
-
}
|
|
6358
|
-
.usa-accordion > ul > li,
|
|
6359
|
-
.usa-accordion-bordered > ul > li {
|
|
6360
|
-
margin-bottom: 0;
|
|
6361
|
-
max-width: unset;
|
|
6362
|
-
}
|
|
6363
|
-
.usa-accordion > ul > li,
|
|
6364
|
-
.usa-accordion-bordered > ul > li {
|
|
6365
|
-
background-color: #f0f0f0;
|
|
6366
|
-
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
6367
|
-
list-style: none;
|
|
6368
|
-
margin-bottom: 0.3125rem;
|
|
6369
|
-
width: 100%;
|
|
6370
|
-
}
|
|
6371
|
-
.usa-accordion > ul button,
|
|
6372
|
-
.usa-accordion-bordered > ul button {
|
|
6373
|
-
background-color: transparent;
|
|
6374
|
-
border: 0;
|
|
6375
|
-
border-radius: 0;
|
|
6376
|
-
font-weight: 400;
|
|
6377
|
-
margin: 0;
|
|
6378
|
-
padding: 0;
|
|
6379
|
-
text-align: left;
|
|
6380
|
-
-webkit-font-smoothing: auto;
|
|
6381
|
-
background-color: #f0f0f0;
|
|
6382
|
-
background-image: url(~@department-of-veterans-affairs/css-library/dist/img/minus.png);
|
|
6383
|
-
background-image: url(~@department-of-veterans-affairs/css-library/dist/img/minus.svg);
|
|
6384
|
-
background-position: right 1.25rem center;
|
|
6385
|
-
background-repeat: no-repeat;
|
|
6386
|
-
background-size: 0.9375rem;
|
|
6387
|
-
color: #212121;
|
|
6388
|
-
cursor: pointer;
|
|
6389
|
-
display: inline-block;
|
|
6390
|
-
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
6391
|
-
font-weight: 700;
|
|
6392
|
-
margin: 0;
|
|
6393
|
-
padding: 0.9375rem 3.4375rem 0.9375rem 1.25rem;
|
|
6394
|
-
width: 100%;
|
|
6395
|
-
}
|
|
6396
|
-
.usa-accordion > ul button:hover,
|
|
6397
|
-
.usa-accordion-bordered > ul button:hover {
|
|
6398
|
-
background-color: transparent;
|
|
6399
|
-
}
|
|
6400
|
-
.usa-accordion > ul button:hover,
|
|
6401
|
-
.usa-accordion-bordered > ul button:hover {
|
|
6402
|
-
background-color: #d6d7d9;
|
|
6403
|
-
color: #212121;
|
|
6404
|
-
}
|
|
6405
|
-
.usa-accordion > ul button h1,
|
|
6406
|
-
.usa-accordion > ul button h2,
|
|
6407
|
-
.usa-accordion > ul button h3,
|
|
6408
|
-
.usa-accordion > ul button h4,
|
|
6409
|
-
.usa-accordion > ul button h5,
|
|
6410
|
-
.usa-accordion > ul button h6,
|
|
6411
|
-
.usa-accordion-bordered > ul button h1,
|
|
6412
|
-
.usa-accordion-bordered > ul button h2,
|
|
6413
|
-
.usa-accordion-bordered > ul button h3,
|
|
6414
|
-
.usa-accordion-bordered > ul button h4,
|
|
6415
|
-
.usa-accordion-bordered > ul button h5,
|
|
6416
|
-
.usa-accordion-bordered > ul button h6 {
|
|
6417
|
-
margin: 0;
|
|
6418
|
-
}
|
|
6419
|
-
.usa-accordion > ul [aria-expanded=false],
|
|
6420
|
-
.usa-accordion-bordered > ul [aria-expanded=false] {
|
|
6421
|
-
background-image: url(~@department-of-veterans-affairs/css-library/dist/img/plus.png);
|
|
6422
|
-
background-image: url(~@department-of-veterans-affairs/css-library/dist/img/plus.svg);
|
|
6423
|
-
background-repeat: no-repeat;
|
|
6424
|
-
background-size: 0.9375rem;
|
|
6425
|
-
}
|
|
6426
|
-
.usa-accordion > li,
|
|
6427
|
-
.usa-accordion-bordered > li {
|
|
6428
|
-
background-color: #f0f0f0;
|
|
6429
|
-
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
6430
|
-
list-style: none;
|
|
6431
|
-
margin-bottom: 0.3125rem;
|
|
6432
|
-
width: 100%;
|
|
6433
|
-
}
|
|
6434
|
-
|
|
6435
|
-
.usa-accordion-bordered .usa-accordion-content {
|
|
6436
|
-
border-bottom: 3px solid #f0f0f0;
|
|
6437
|
-
border-left: 3px solid #f0f0f0;
|
|
6438
|
-
border-right: 3px solid #f0f0f0;
|
|
6439
|
-
}
|
|
6440
|
-
|
|
6441
|
-
.usa-accordion-content {
|
|
6442
|
-
background-color: #ffffff;
|
|
6443
|
-
overflow: auto;
|
|
6444
|
-
padding: 0.9375rem 1.25rem;
|
|
6445
|
-
}
|
|
6446
|
-
.usa-accordion-content > *:first-child {
|
|
6447
|
-
margin-top: 0;
|
|
6448
|
-
}
|
|
6449
|
-
.usa-accordion-content > *:last-child {
|
|
6450
|
-
margin-bottom: 0;
|
|
6451
|
-
}
|
|
6452
|
-
.usa-accordion-content:not([aria-hidden]) {
|
|
6453
|
-
position: absolute;
|
|
6454
|
-
left: -999em;
|
|
6455
|
-
}
|
|
6456
|
-
.usa-accordion-content[aria-hidden=true] {
|
|
6457
|
-
display: none;
|
|
6458
|
-
}
|
|
6459
|
-
|
|
6460
|
-
.usa-accordion-button {
|
|
6461
|
-
background-color: transparent;
|
|
6462
|
-
border: 0;
|
|
6463
|
-
border-radius: 0;
|
|
6464
|
-
font-weight: 400;
|
|
6465
|
-
margin: 0;
|
|
6466
|
-
padding: 0;
|
|
6467
|
-
text-align: left;
|
|
6468
|
-
-webkit-font-smoothing: auto;
|
|
6469
|
-
background-color: #f0f0f0;
|
|
6470
|
-
background-image: url(~@department-of-veterans-affairs/css-library/dist/img/minus.png);
|
|
6471
|
-
background-image: url(~@department-of-veterans-affairs/css-library/dist/img/minus.svg);
|
|
6472
|
-
background-position: right 1.25rem center;
|
|
6473
|
-
background-repeat: no-repeat;
|
|
6474
|
-
background-size: 0.9375rem;
|
|
6475
|
-
color: #212121;
|
|
6476
|
-
cursor: pointer;
|
|
6477
|
-
display: inline-block;
|
|
6478
|
-
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
6479
|
-
font-weight: 700;
|
|
6480
|
-
margin: 0;
|
|
6481
|
-
padding: 0.9375rem 3.4375rem 0.9375rem 1.25rem;
|
|
6482
|
-
width: 100%;
|
|
6483
|
-
}
|
|
6484
|
-
.usa-accordion-button:hover {
|
|
6485
|
-
background-color: transparent;
|
|
6486
|
-
}
|
|
6487
|
-
.usa-accordion-button:hover {
|
|
6488
|
-
background-color: #d6d7d9;
|
|
6489
|
-
color: #212121;
|
|
6490
|
-
}
|
|
6491
|
-
.usa-accordion-button h1,
|
|
6492
|
-
.usa-accordion-button h2,
|
|
6493
|
-
.usa-accordion-button h3,
|
|
6494
|
-
.usa-accordion-button h4,
|
|
6495
|
-
.usa-accordion-button h5,
|
|
6496
|
-
.usa-accordion-button h6 {
|
|
6497
|
-
margin: 0;
|
|
6498
|
-
}
|
|
6499
|
-
|
|
6500
|
-
.usa-accordion-button[aria-expanded=false] {
|
|
6501
|
-
background-image: url(~@department-of-veterans-affairs/css-library/dist/img/plus.png);
|
|
6502
|
-
background-image: url(~@department-of-veterans-affairs/css-library/dist/img/plus.svg);
|
|
6503
|
-
background-repeat: no-repeat;
|
|
6504
|
-
background-size: 0.9375rem;
|
|
6505
|
-
}
|
|
6506
|
-
|
|
6507
6309
|
/*
|
|
6508
6310
|
Original: @import "~uswds/src/stylesheets/components/alerts";
|
|
6509
6311
|
***THIS IS USWDS v1***
|