@cagovweb/state-template 6.3.1-beta1 → 6.3.1-beta2

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.
@@ -1,5 +1,5 @@
1
1
  @charset "UTF-8";
2
- /*! State Web Template Version 6.3.1-beta1 */
2
+ /*! State Web Template Version 6.3.1-beta2 */
3
3
  /*!
4
4
  * Bootstrap v5.3.0 (https://getbootstrap.com/)
5
5
  * Copyright 2011-2023 The Bootstrap Authors
@@ -20481,7 +20481,6 @@ cagov-accordion.sidenav details .accordion-body .side-subnav li:last-child {
20481
20481
  /* -----------------------------------------
20482
20482
  BREADCRUMBS - /source/scss/cagov/breadcrumbs.scss
20483
20483
  ----------------------------------------- */
20484
- .breadcrumb,
20485
20484
  .breadcrumbs ul,
20486
20485
  .breadcrumbs ol {
20487
20486
  padding: 0.5em 1rem;
@@ -20493,41 +20492,36 @@ cagov-accordion.sidenav details .accordion-body .side-subnav li:last-child {
20493
20492
  font-size: 0.85rem;
20494
20493
  }
20495
20494
  @media (min-width: 576px) {
20496
- .breadcrumb,
20497
20495
  .breadcrumbs ul,
20498
20496
  .breadcrumbs ol {
20499
20497
  font-size: calc(0.85rem + 0.1vw);
20500
20498
  }
20501
20499
  }
20502
- .breadcrumb li,
20503
20500
  .breadcrumbs ul li,
20504
20501
  .breadcrumbs ol li {
20505
20502
  position: relative;
20506
20503
  padding-left: 0.75rem;
20507
20504
  padding-right: 0.75rem;
20508
20505
  }
20509
- .breadcrumb li:first-child,
20510
20506
  .breadcrumbs ul li:first-child,
20511
20507
  .breadcrumbs ol li:first-child {
20512
20508
  padding-left: 0;
20513
20509
  }
20514
- .breadcrumb li::after,
20515
20510
  .breadcrumbs ul li::after,
20516
20511
  .breadcrumbs ol li::after {
20517
20512
  content: "";
20518
- color: var(--gray-300, #bcbbc1);
20513
+ color: var(--gray-900, #3b3a48);
20519
20514
  border: none;
20520
20515
  margin: 0 0.75rem;
20521
20516
  font-size: 1.125rem;
20522
20517
  font-weight: 200;
20523
20518
  position: absolute;
20524
- border-left: 1px solid var(--gray-900, #3b3a48);
20519
+ border-left: 1px solid;
20525
20520
  height: 70%;
20526
20521
  top: 5px;
20527
20522
  right: -12px;
20528
20523
  transform: rotate(15deg);
20529
20524
  }
20530
- .breadcrumb li:last-child::after,
20531
20525
  .breadcrumbs ul li:last-child::after,
20532
20526
  .breadcrumbs ol li:last-child::after {
20533
20527
  content: "";
@@ -20539,6 +20533,10 @@ cagov-accordion.sidenav details .accordion-body .side-subnav li:last-child {
20539
20533
  padding: 0;
20540
20534
  }
20541
20535
 
20536
+ .section--overstated .breadcrumbs ul li::after, .section--overstated .breadcrumbs ol li::after, .section-standout .breadcrumbs ul li::after, .section-standout .breadcrumbs ol li::after, .section-impact .breadcrumbs ul li::after, .section-impact .breadcrumbs ol li::after, .section-primary .breadcrumbs ul li::after, .section-primary .breadcrumbs ol li::after, .section-inverted .breadcrumbs ul li::after, .section-inverted .breadcrumbs ol li::after, .bg-primary .breadcrumbs ul li::after, .bg-primary .breadcrumbs ol li::after, .bg-standout .breadcrumbs ul li::after, .bg-standout .breadcrumbs ol li::after, .bg-p2 .breadcrumbs ul li::after, .bg-p2 .breadcrumbs ol li::after, .bg-p3 .breadcrumbs ul li::after, .bg-p3 .breadcrumbs ol li::after {
20537
+ color: var(--white, #FFF);
20538
+ }
20539
+
20542
20540
  /* -----------------------------------------
20543
20541
  KEYWORDS - /source/scss/cagov/keywords.scss
20544
20542
  ----------------------------------------- */