@cagovweb/state-template 6.3.0 → 6.3.1-beta1

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-beta1 */
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;