@cagovweb/state-template 6.5.0 → 6.5.1

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,4 +1,4 @@
1
- /*! State Web Template Version 6.5.0 */
1
+ /*! State Web Template Version 6.5.1 */
2
2
  @charset "UTF-8";
3
3
  /*!
4
4
  * Bootstrap v5.3.3 (https://getbootstrap.com/)
@@ -12208,6 +12208,8 @@ textarea.form-control-lg {
12208
12208
  --alert-danger-border: color-mix(in srgb, var(--state-danger-bg), #000 7%);
12209
12209
  --blockquote-border-color: var(--gray-100, #ededef) !default;
12210
12210
  --text-field-color: rgba(255 255 255 / 80%);
12211
+ --ca-gov-logo: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8192 4563'><defs><linearGradient id='grad1' y1='2329' x2='0' y2='4499' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='%238b5a24'/><stop offset='1' stop-color='%23441a12'/></linearGradient><linearGradient id='grad2' y1='396' x2='0' y2='4498' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='%231b93b8'/><stop offset='.6' stop-color='%231b93b8'/><stop offset='1' stop-color='%2304628d'/></linearGradient></defs><path fill='url(%23grad1)' d='M7850 3454l-4 2c-6-125-108-382-197-463 39-115-15-173-46-212-18-23-79-39-106-49-97-147-304-280-593-365-188-55-410-91-661-96-11 0-24-1-37-1-25 0-53 1-84 3-230 13-583 64-665 64h-7c-35-2-120-40-221-79-119-47-257-98-360-98 0 0-21 0-31 2-97 12-324 157-409 203-58 32-335 150-345 153-133 45-227 197-267 223-4-16-54-86-125-86s-17 1-25 3c-86 36-80 99-80 130-17-7-42-38-89-37s-37 4-59 14c-95 51-44 134-66 163-34 45-146 157-188 234-18 32 2 115-12 148-37 91-238 251-256 288-7 17 47 71 114 123 61 48 82 79 175 104s385-51 443-57h1c17 0 47 11 86 21 34 9 75 17 121 17s26 0 39-2c60-13 100-40 133-73 54-55 86-125 148-152 47-21 108-37 161-37s50 4 70 13c-99 177-77 414-112 448-39 37-69 76-92 113-85 130-97 248-137 276-11 8-26 10-42 10-46 0-109-22-154-22s-20 1-29 4c-53 19-176 133-131 160 14 1 216 1 428 1h184c6 0 118-103 124-103h299c28-4 25-49 154-115 146-57 76-339 263-554 2 0 57-52 70-52 65 0 174 118 566 118s487-135 541-135 81 41 81 54c-175 298 266 632 230 653-1 1-3 1-4 1-15 0-58-24-122-24s-55 4-87 15c-72 24-129 114-74 141 15 0 190 1 364 1s194 0 263-1c22-3 20-45 19-86-1-27-1-53 5-68 18-24 35-108 81-167 46-50 81-89 119-89s31 7 47 21c83 45 282 70 395 111 47 17 80 36 82 62-2 14-13 18-29 18s-15-1-23-2c-28-4-64-13-99-13s-36 3-52 9c-51 19-103 75-118 116-8 22-5 40 16 45h470c54 0 34-108 154-348 18-68-151-160-175-288-16-84-32-250-34-412l3-1 1-1hZ'/><path fill='url(%23grad2)' d='M5362 193h774l711 1843c-187-43-388-67-598-72h-44c-30 0-61 1-90 3h-10c-13 1-26 2-39 3l-312-807-327 846c-9-4-18-8-27-11-19-8-39-16-59-24-156-62-269-113-422-121-153-7-208 25-208 25l651-1685ZM2279 4542c478 0 838-95 1157-264l69-174c-113 17-258 49-374 21s-180-75-289-161c-42-33-109-87-161-159-120 28-248 43-389 43-924 0-1569-643-1569-1563s681-1568 1550-1550c476 10 919 194 1318 593l283-718C3432 236 2874 30 2292 30S1107 249 685 646C246 1058 4 1639 4 2281c0 1332 936 2262 2275 2262v-1h0Z'/><path fill='%23b91f39' d='M2886 1844l-148-424-148 424h-446l361 276-128 424 361-276 361 276-128-424 361-276h-446 1-Z'/></svg>")
12212
+ no-repeat;
12211
12213
  }
12212
12214
  /* -----------------------------------------
12213
12215
  OCEANSIDE COLOR THEME
@@ -15440,8 +15442,10 @@ h2 {
15440
15442
  }
15441
15443
 
15442
15444
  .ca-gov-logo-svg {
15443
- height: 1.7rem;
15444
- width: auto;
15445
+ vertical-align: middle;
15446
+ aspect-ratio: 9 / 5;
15447
+ display: inline-block;
15448
+ width: 50px;
15445
15449
  }
15446
15450
  }
15447
15451
 
@@ -15647,7 +15651,7 @@ input[type="search"].search-textfield {
15647
15651
  border: 1px solid #72717c;
15648
15652
  border-radius: 5px 0 0 5px;
15649
15653
 
15650
- .search-container & {
15654
+ .search-container {
15651
15655
  @media (width <= 991px) {
15652
15656
  border-color: var(--white, #fff);
15653
15657
 
@@ -15680,7 +15684,7 @@ input[type="search"].search-textfield {
15680
15684
  width: 60%;
15681
15685
  left: 20%;
15682
15686
 
15683
- .flexbox & {
15687
+ .flexbox {
15684
15688
  left: 0;
15685
15689
  right: 0;
15686
15690
  margin: 0 auto;
@@ -16836,8 +16840,8 @@ input[type="search"]::-webkit-search-results-decoration {
16836
16840
  -moz-box-flex: 1;
16837
16841
  flex: 1 1 auto;
16838
16842
 
16839
- .noflex &,
16840
- .oldie & {
16843
+ .noflex,
16844
+ .oldie {
16841
16845
  display: table-cell;
16842
16846
  }
16843
16847
 
@@ -16906,7 +16910,7 @@ input[type="search"]::-webkit-search-results-decoration {
16906
16910
  .nav-item:hover .sub-nav {
16907
16911
  display: block;
16908
16912
 
16909
- .touch & {
16913
+ .touch {
16910
16914
  display: none;
16911
16915
  }
16912
16916
  }
@@ -18331,6 +18335,12 @@ header.nav-overlay {
18331
18335
  }
18332
18336
 
18333
18337
  .social-media-links {
18338
+ display: flex;
18339
+ flex-direction: row;
18340
+ justify-content: flex-start;
18341
+ min-height: 38px;
18342
+ align-items: center;
18343
+
18334
18344
  /* stylelint-disable-next-line no-descending-specificity */
18335
18345
  a {
18336
18346
  margin: 0 10px;
@@ -18343,12 +18353,6 @@ header.nav-overlay {
18343
18353
  }
18344
18354
  }
18345
18355
 
18346
- display: flex;
18347
- flex-direction: row;
18348
- justify-content: flex-start;
18349
- min-height: 38px;
18350
- align-items: center;
18351
-
18352
18356
  .header-cagov-logo {
18353
18357
  margin-right: 0.5rem;
18354
18358
 
@@ -18361,6 +18365,9 @@ header.nav-overlay {
18361
18365
 
18362
18366
  .ca-gov-logo-svg {
18363
18367
  vertical-align: middle;
18368
+ aspect-ratio: 9 / 5;
18369
+ display: inline-block;
18370
+ width: 45px;
18364
18371
  }
18365
18372
 
18366
18373
  a {
@@ -18484,7 +18491,7 @@ header.nav-overlay {
18484
18491
  &:not(:disabled, .disabled):active,
18485
18492
  &:not(:disabled, .disabled).active,
18486
18493
  .show > .dropdown-toggle,
18487
- .open > .dropdown-toggle & {
18494
+ .open > .dropdown-toggle {
18488
18495
  color: var(--white, #fff);
18489
18496
  background-color: var(--color-p2-darker, #214a68);
18490
18497
  border-color: var(--white, #fff);
@@ -18494,8 +18501,7 @@ header.nav-overlay {
18494
18501
 
18495
18502
  &.disabled,
18496
18503
  &[disabled],
18497
- fieldset[disabled] & {
18498
- &,
18504
+ fieldset[disabled] {
18499
18505
  &:hover,
18500
18506
  &:focus,
18501
18507
  &:active,
@@ -18522,7 +18528,7 @@ header.nav-overlay {
18522
18528
  &:not(:disabled, .disabled):active,
18523
18529
  &:not(:disabled, .disabled).active,
18524
18530
  .show > .dropdown-toggle,
18525
- .open > .dropdown-toggle & {
18531
+ .open > .dropdown-toggle {
18526
18532
  color: var(--white, #fff);
18527
18533
  background-color: var(--color-p3-darker, #242830);
18528
18534
  border-color: var(--white, #fff);
@@ -18532,8 +18538,7 @@ header.nav-overlay {
18532
18538
 
18533
18539
  &.disabled,
18534
18540
  &[disabled],
18535
- fieldset[disabled] & {
18536
- &,
18541
+ fieldset[disabled] {
18537
18542
  &:hover,
18538
18543
  &:focus,
18539
18544
  &:active,
@@ -18588,7 +18593,7 @@ header.nav-overlay {
18588
18593
  &:not(:disabled, .disabled):active,
18589
18594
  &:not(:disabled, .disabled).active,
18590
18595
  .show > .dropdown-toggle,
18591
- .open > .dropdown-toggle & {
18596
+ .open > .dropdown-toggle {
18592
18597
  color: var(--white, #fff);
18593
18598
  background-color: var(--color-p2-darker, #214a68);
18594
18599
  border-color: var(--white, #fff);
@@ -18598,8 +18603,7 @@ header.nav-overlay {
18598
18603
 
18599
18604
  &.disabled,
18600
18605
  &[disabled],
18601
- fieldset[disabled] & {
18602
- &,
18606
+ fieldset[disabled] {
18603
18607
  &:hover,
18604
18608
  &:focus,
18605
18609
  &:active,
@@ -18637,8 +18641,7 @@ header.nav-overlay {
18637
18641
 
18638
18642
  &.disabled,
18639
18643
  &[disabled],
18640
- fieldset[disabled] & {
18641
- &,
18644
+ fieldset[disabled] {
18642
18645
  &:hover,
18643
18646
  &:focus,
18644
18647
  &:active,
@@ -18693,7 +18696,7 @@ header.nav-overlay {
18693
18696
  &:not(:disabled, .disabled):active,
18694
18697
  &:not(:disabled, .disabled).active,
18695
18698
  .show > .dropdown-toggle,
18696
- .open > .dropdown-toggle & {
18699
+ .open > .dropdown-toggle {
18697
18700
  color: var(--white, #fff);
18698
18701
  background-color: var(--color-p2-darker, #214a68);
18699
18702
  border-color: var(--white, #fff);
@@ -18703,8 +18706,7 @@ header.nav-overlay {
18703
18706
 
18704
18707
  &.disabled,
18705
18708
  &[disabled],
18706
- fieldset[disabled] & {
18707
- &,
18709
+ fieldset[disabled] {
18708
18710
  &:hover,
18709
18711
  &:focus,
18710
18712
  &:active,
@@ -18732,7 +18734,7 @@ header.nav-overlay {
18732
18734
  &:not(:disabled, .disabled):active,
18733
18735
  &:not(:disabled, .disabled).active,
18734
18736
  .show > .dropdown-toggle,
18735
- .open > .dropdown-toggle & {
18737
+ .open > .dropdown-toggle {
18736
18738
  color: var(--white, #fff);
18737
18739
  background-color: var(--color-p3-darker, #242830);
18738
18740
  border-color: var(--white, #fff);
@@ -18742,8 +18744,7 @@ header.nav-overlay {
18742
18744
 
18743
18745
  &.disabled,
18744
18746
  &[disabled],
18745
- fieldset[disabled] & {
18746
- &,
18747
+ fieldset[disabled] {
18747
18748
  &:hover,
18748
18749
  &:focus,
18749
18750
  &:active,
@@ -18770,7 +18771,7 @@ header.nav-overlay {
18770
18771
  &:not(:disabled, .disabled):active,
18771
18772
  &:not(:disabled, .disabled).active,
18772
18773
  .show > .dropdown-toggle,
18773
- .open > .dropdown-toggle & {
18774
+ .open > .dropdown-toggle {
18774
18775
  color: var(--white, #fff);
18775
18776
  background-color: rgb(255 255 255 / 20%);
18776
18777
  border-color: var(--white, #fff);
@@ -18780,8 +18781,7 @@ header.nav-overlay {
18780
18781
 
18781
18782
  &.disabled,
18782
18783
  &[disabled],
18783
- fieldset[disabled] & {
18784
- &,
18784
+ fieldset[disabled] {
18785
18785
  &:hover,
18786
18786
  &:focus,
18787
18787
  &:active,
@@ -18837,7 +18837,7 @@ header.nav-overlay {
18837
18837
  &:not(:disabled, .disabled):active,
18838
18838
  &:not(:disabled, .disabled).active,
18839
18839
  .show > .dropdown-toggle,
18840
- .open > .dropdown-toggle & {
18840
+ .open > .dropdown-toggle {
18841
18841
  color: var(--white, #fff);
18842
18842
  background-color: var(--color-p2-darker, #214a68);
18843
18843
  border-color: var(--white, #fff);
@@ -18847,8 +18847,7 @@ header.nav-overlay {
18847
18847
 
18848
18848
  &.disabled,
18849
18849
  &[disabled],
18850
- fieldset[disabled] & {
18851
- &,
18850
+ fieldset[disabled] {
18852
18851
  &:hover,
18853
18852
  &:focus,
18854
18853
  &:active,
@@ -18876,7 +18875,7 @@ header.nav-overlay {
18876
18875
  &:not(:disabled, .disabled):active,
18877
18876
  &:not(:disabled, .disabled).active,
18878
18877
  .show > .dropdown-toggle,
18879
- .open > .dropdown-toggle & {
18878
+ .open > .dropdown-toggle {
18880
18879
  color: var(--white, #fff);
18881
18880
  background-color: var(--color-p3-darker, #242830);
18882
18881
  border-color: var(--white, #fff);
@@ -18886,8 +18885,7 @@ header.nav-overlay {
18886
18885
 
18887
18886
  &.disabled,
18888
18887
  &[disabled],
18889
- fieldset[disabled] & {
18890
- &,
18888
+ fieldset[disabled] {
18891
18889
  &:hover,
18892
18890
  &:focus,
18893
18891
  &:active,
@@ -18943,7 +18941,7 @@ header.nav-overlay {
18943
18941
  &:not(:disabled, .disabled):active,
18944
18942
  &:not(:disabled, .disabled).active,
18945
18943
  .show > .dropdown-toggle,
18946
- .open > .dropdown-toggle & {
18944
+ .open > .dropdown-toggle {
18947
18945
  color: var(--white, #fff);
18948
18946
  background-color: var(--color-p2-darker, #214a68);
18949
18947
  border-color: var(--white, #fff);
@@ -18953,8 +18951,7 @@ header.nav-overlay {
18953
18951
 
18954
18952
  &.disabled,
18955
18953
  &[disabled],
18956
- fieldset[disabled] & {
18957
- &,
18954
+ fieldset[disabled] {
18958
18955
  &:hover,
18959
18956
  &:focus,
18960
18957
  &:active,
@@ -18982,7 +18979,7 @@ header.nav-overlay {
18982
18979
  &:not(:disabled, .disabled):active,
18983
18980
  &:not(:disabled, .disabled).active,
18984
18981
  .show > .dropdown-toggle,
18985
- .open > .dropdown-toggle & {
18982
+ .open > .dropdown-toggle {
18986
18983
  color: var(--white, #fff);
18987
18984
  background-color: var(--color-p3-darker, #242830);
18988
18985
  border-color: var(--white, #fff);
@@ -18992,8 +18989,7 @@ header.nav-overlay {
18992
18989
 
18993
18990
  &.disabled,
18994
18991
  &[disabled],
18995
- fieldset[disabled] & {
18996
- &,
18992
+ fieldset[disabled] {
18997
18993
  &:hover,
18998
18994
  &:focus,
18999
18995
  &:active,
@@ -20023,7 +20019,6 @@ html {
20023
20019
  color: var(--link-color, #046b99);
20024
20020
  font-weight: 600;
20025
20021
 
20026
- &,
20027
20022
  &:hover {
20028
20023
  border: none;
20029
20024
  border-top: none !important;
@@ -20130,10 +20125,12 @@ html {
20130
20125
  }
20131
20126
  }
20132
20127
 
20128
+ /* stylelint-disable-next-line no-descending-specificity */
20133
20129
  .nav-tabs > li > a:hover {
20134
20130
  color: var(--brand-primary-darker, #29597f);
20135
20131
  }
20136
20132
 
20133
+ /* stylelint-disable-next-line no-descending-specificity */
20137
20134
  .nav-tabs > li > a:focus {
20138
20135
  outline: 2px solid var(--outline-default-color);
20139
20136
  outline-offset: -2px;
@@ -20305,6 +20302,7 @@ html {
20305
20302
  margin: 0;
20306
20303
  font-weight: 600;
20307
20304
 
20305
+ /* stylelint-disable-next-line no-descending-specificity */
20308
20306
  &:focus {
20309
20307
  outline: 2px solid var(--outline-default-color);
20310
20308
  outline-offset: -2px;
@@ -20333,6 +20331,7 @@ html {
20333
20331
  padding: 1.1rem;
20334
20332
  margin-top: -2px;
20335
20333
 
20334
+ /* stylelint-disable-next-line no-descending-specificity */
20336
20335
  a:focus {
20337
20336
  outline: 2px solid var(--outline-default-color);
20338
20337
  }
@@ -23760,7 +23759,7 @@ fieldset[disabled] .btn-more {
23760
23759
  Number Counter
23761
23760
  ----------------------------------------- */
23762
23761
  .number-counter {
23763
- .no-js & {
23762
+ .no-js {
23764
23763
  visibility: visible;
23765
23764
  }
23766
23765
  }
@@ -25124,11 +25123,7 @@ a.sidenav {
25124
25123
  GLOBALS - /src/css/cagov/globals.css
25125
25124
  ----------------------------------------- */
25126
25125
  .ca-gov-logo-svg {
25127
- background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8192 4563'><defs><linearGradient id='grad1' y1='2329' x2='0' y2='4499' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='%238b5a24'/><stop offset='1' stop-color='%23441a12'/></linearGradient><linearGradient id='grad2' y1='396' x2='0' y2='4498' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='%231b93b8'/><stop offset='.6' stop-color='%231b93b8'/><stop offset='1' stop-color='%2304628d'/></linearGradient></defs><path fill='url(%23grad1)' d='M7850 3454l-4 2c-6-125-108-382-197-463 39-115-15-173-46-212-18-23-79-39-106-49-97-147-304-280-593-365-188-55-410-91-661-96-11 0-24-1-37-1-25 0-53 1-84 3-230 13-583 64-665 64h-7c-35-2-120-40-221-79-119-47-257-98-360-98 0 0-21 0-31 2-97 12-324 157-409 203-58 32-335 150-345 153-133 45-227 197-267 223-4-16-54-86-125-86s-17 1-25 3c-86 36-80 99-80 130-17-7-42-38-89-37s-37 4-59 14c-95 51-44 134-66 163-34 45-146 157-188 234-18 32 2 115-12 148-37 91-238 251-256 288-7 17 47 71 114 123 61 48 82 79 175 104s385-51 443-57h1c17 0 47 11 86 21 34 9 75 17 121 17s26 0 39-2c60-13 100-40 133-73 54-55 86-125 148-152 47-21 108-37 161-37s50 4 70 13c-99 177-77 414-112 448-39 37-69 76-92 113-85 130-97 248-137 276-11 8-26 10-42 10-46 0-109-22-154-22s-20 1-29 4c-53 19-176 133-131 160 14 1 216 1 428 1h184c6 0 118-103 124-103h299c28-4 25-49 154-115 146-57 76-339 263-554 2 0 57-52 70-52 65 0 174 118 566 118s487-135 541-135 81 41 81 54c-175 298 266 632 230 653-1 1-3 1-4 1-15 0-58-24-122-24s-55 4-87 15c-72 24-129 114-74 141 15 0 190 1 364 1s194 0 263-1c22-3 20-45 19-86-1-27-1-53 5-68 18-24 35-108 81-167 46-50 81-89 119-89s31 7 47 21c83 45 282 70 395 111 47 17 80 36 82 62-2 14-13 18-29 18s-15-1-23-2c-28-4-64-13-99-13s-36 3-52 9c-51 19-103 75-118 116-8 22-5 40 16 45h470c54 0 34-108 154-348 18-68-151-160-175-288-16-84-32-250-34-412l3-1 1-1hZ'/><path fill='url(%23grad2)' d='M5362 193h774l711 1843c-187-43-388-67-598-72h-44c-30 0-61 1-90 3h-10c-13 1-26 2-39 3l-312-807-327 846c-9-4-18-8-27-11-19-8-39-16-59-24-156-62-269-113-422-121-153-7-208 25-208 25l651-1685ZM2279 4542c478 0 838-95 1157-264l69-174c-113 17-258 49-374 21s-180-75-289-161c-42-33-109-87-161-159-120 28-248 43-389 43-924 0-1569-643-1569-1563s681-1568 1550-1550c476 10 919 194 1318 593l283-718C3432 236 2874 30 2292 30S1107 249 685 646C246 1058 4 1639 4 2281c0 1332 936 2262 2275 2262v-1h0Z'/><path fill='%23b91f39' d='M2886 1844l-148-424-148 424h-446l361 276-128 424 361-276 361 276-128-424 361-276h-446 1-Z'/></svg>")
25128
- no-repeat;
25129
- aspect-ratio: 9 / 5;
25130
- width: 45px;
25131
- display: inline-block;
25126
+ background: var(--ca-gov-logo);
25132
25127
  }
25133
25128
 
25134
25129
  .overflow-hidden {