@cagovweb/state-template 6.3.0 → 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.0 */
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
@@ -16848,6 +16848,7 @@ input[type=search]::-webkit-search-results-decoration {
16848
16848
  #navigation {
16849
16849
  clear: both;
16850
16850
  width: 100%;
16851
+ margin-top: 2rem;
16851
16852
  }
16852
16853
  .main-navigation #nav-item-search button.first-level-link {
16853
16854
  background: none;
@@ -17599,7 +17600,7 @@ header::after {
17599
17600
  content: "";
17600
17601
  position: absolute;
17601
17602
  width: 100%;
17602
- height: 100vh;
17603
+ height: calc(100vh + 100px);
17603
17604
  background-color: rgba(0, 0, 0, 0.48);
17604
17605
  top: 0;
17605
17606
  left: 0;
@@ -17777,6 +17778,9 @@ header.nav-overlay::after {
17777
17778
  margin-right: 1rem;
17778
17779
  font-size: 1rem;
17779
17780
  }
17781
+ .navigation-search .settings-links a:last-child {
17782
+ margin-right: 0;
17783
+ }
17780
17784
  .navigation-search .settings-links a::before {
17781
17785
  content: "";
17782
17786
  color: var(--white, #fff);
@@ -17944,11 +17948,6 @@ header.nav-overlay::after {
17944
17948
  font-size: calc(1rem + 0.1vw);
17945
17949
  }
17946
17950
  }
17947
- @media (min-width: 992px) {
17948
- .utility-header .settings-links {
17949
- padding-right: 5px;
17950
- }
17951
- }
17952
17951
  .utility-header [class^=ca-gov-icon-] {
17953
17952
  font-size: 1.1rem;
17954
17953
  vertical-align: -2px;
@@ -17979,9 +17978,13 @@ header.nav-overlay::after {
17979
17978
  min-height: 38px;
17980
17979
  }
17981
17980
  .utility-header .flex-row .settings-links a {
17982
- margin: 0 10px;
17981
+ margin: 0;
17982
+ margin-left: 1rem;
17983
17983
  font-size: 0.95rem;
17984
17984
  }
17985
+ .utility-header .flex-row .settings-links a:last-child {
17986
+ margin-right: 0;
17987
+ }
17985
17988
  .utility-header .flex-row .settings-links button {
17986
17989
  margin: 0;
17987
17990
  padding-right: 0;
@@ -20478,7 +20481,6 @@ cagov-accordion.sidenav details .accordion-body .side-subnav li:last-child {
20478
20481
  /* -----------------------------------------
20479
20482
  BREADCRUMBS - /source/scss/cagov/breadcrumbs.scss
20480
20483
  ----------------------------------------- */
20481
- .breadcrumb,
20482
20484
  .breadcrumbs ul,
20483
20485
  .breadcrumbs ol {
20484
20486
  padding: 0.5em 1rem;
@@ -20490,41 +20492,36 @@ cagov-accordion.sidenav details .accordion-body .side-subnav li:last-child {
20490
20492
  font-size: 0.85rem;
20491
20493
  }
20492
20494
  @media (min-width: 576px) {
20493
- .breadcrumb,
20494
20495
  .breadcrumbs ul,
20495
20496
  .breadcrumbs ol {
20496
20497
  font-size: calc(0.85rem + 0.1vw);
20497
20498
  }
20498
20499
  }
20499
- .breadcrumb li,
20500
20500
  .breadcrumbs ul li,
20501
20501
  .breadcrumbs ol li {
20502
20502
  position: relative;
20503
20503
  padding-left: 0.75rem;
20504
20504
  padding-right: 0.75rem;
20505
20505
  }
20506
- .breadcrumb li:first-child,
20507
20506
  .breadcrumbs ul li:first-child,
20508
20507
  .breadcrumbs ol li:first-child {
20509
20508
  padding-left: 0;
20510
20509
  }
20511
- .breadcrumb li::after,
20512
20510
  .breadcrumbs ul li::after,
20513
20511
  .breadcrumbs ol li::after {
20514
20512
  content: "";
20515
- color: var(--gray-300, #bcbbc1);
20513
+ color: var(--gray-900, #3b3a48);
20516
20514
  border: none;
20517
20515
  margin: 0 0.75rem;
20518
20516
  font-size: 1.125rem;
20519
20517
  font-weight: 200;
20520
20518
  position: absolute;
20521
- border-left: 1px solid var(--gray-900, #3b3a48);
20519
+ border-left: 1px solid;
20522
20520
  height: 70%;
20523
20521
  top: 5px;
20524
20522
  right: -12px;
20525
20523
  transform: rotate(15deg);
20526
20524
  }
20527
- .breadcrumb li:last-child::after,
20528
20525
  .breadcrumbs ul li:last-child::after,
20529
20526
  .breadcrumbs ol li:last-child::after {
20530
20527
  content: "";
@@ -20536,6 +20533,10 @@ cagov-accordion.sidenav details .accordion-body .side-subnav li:last-child {
20536
20533
  padding: 0;
20537
20534
  }
20538
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
+
20539
20540
  /* -----------------------------------------
20540
20541
  KEYWORDS - /source/scss/cagov/keywords.scss
20541
20542
  ----------------------------------------- */