@caweb/html-webpack-plugin 1.4.4 → 1.4.6

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.
Files changed (56) hide show
  1. package/build/delta-rtl.css +329 -235
  2. package/build/delta.asset.php +1 -1
  3. package/build/delta.css +329 -235
  4. package/build/delta.css.map +1 -1
  5. package/build/eureka-rtl.css +329 -235
  6. package/build/eureka.asset.php +1 -1
  7. package/build/eureka.css +329 -235
  8. package/build/eureka.css.map +1 -1
  9. package/build/mono-rtl.css +329 -235
  10. package/build/mono.asset.php +1 -1
  11. package/build/mono.css +329 -235
  12. package/build/mono.css.map +1 -1
  13. package/build/oceanside-rtl.css +329 -235
  14. package/build/oceanside.asset.php +1 -1
  15. package/build/oceanside.css +329 -235
  16. package/build/oceanside.css.map +1 -1
  17. package/build/orangecounty-rtl.css +329 -235
  18. package/build/orangecounty.asset.php +1 -1
  19. package/build/orangecounty.css +329 -235
  20. package/build/orangecounty.css.map +1 -1
  21. package/build/pasorobles-rtl.css +329 -235
  22. package/build/pasorobles.asset.php +1 -1
  23. package/build/pasorobles.css +329 -235
  24. package/build/pasorobles.css.map +1 -1
  25. package/build/sacramento-rtl.css +329 -235
  26. package/build/sacramento.asset.php +1 -1
  27. package/build/sacramento.css +329 -235
  28. package/build/sacramento.css.map +1 -1
  29. package/build/santabarbara-rtl.css +329 -235
  30. package/build/santabarbara.asset.php +1 -1
  31. package/build/santabarbara.css +329 -235
  32. package/build/santabarbara.css.map +1 -1
  33. package/build/santacruz-rtl.css +329 -235
  34. package/build/santacruz.asset.php +1 -1
  35. package/build/santacruz.css +329 -235
  36. package/build/santacruz.css.map +1 -1
  37. package/build/shasta-rtl.css +329 -235
  38. package/build/shasta.asset.php +1 -1
  39. package/build/shasta.css +329 -235
  40. package/build/shasta.css.map +1 -1
  41. package/build/sierra-rtl.css +329 -235
  42. package/build/sierra.asset.php +1 -1
  43. package/build/sierra.css +329 -235
  44. package/build/sierra.css.map +1 -1
  45. package/build/trinity-rtl.css +329 -235
  46. package/build/trinity.asset.php +1 -1
  47. package/build/trinity.css +329 -235
  48. package/build/trinity.css.map +1 -1
  49. package/index.js +1 -1
  50. package/package.json +1 -1
  51. package/sample/components/cards.html +1 -1
  52. package/sample/components/lists.html +3 -0
  53. package/sample/components/service-tiles.html +56 -28
  54. package/sample/default.html +0 -3
  55. package/sample/index.html +2 -1
  56. package/sample/structural/navigation.html +3 -1
package/build/mono.css CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!**********************************************************************************************************************************************************************************************************************************************************!*\
2
2
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/styles/colorschemes/mono.scss ***!
3
3
  \**********************************************************************************************************************************************************************************************************************************************************/
4
- @import url(https://fonts.googleapis.com/css2?family=Public+Sans);
4
+ @import url(https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=block);
5
5
  /*!******************************************************************************************************************************************************************************!*\
6
6
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/styles/font-only.css ***!
7
7
  \******************************************************************************************************************************************************************************/
@@ -6480,7 +6480,7 @@
6480
6480
  --bs-standout: #191919;
6481
6481
  --bs-facebook: #3d77ea;
6482
6482
  --bs-twitter: #000;
6483
- --bs-googleplus: #dc4a38;
6483
+ --bs-google-plus: #dc4a38;
6484
6484
  --bs-flickr: #0063dc;
6485
6485
  --bs-linkedin: #0976b4;
6486
6486
  --bs-instagram: #e73476;
@@ -6504,7 +6504,7 @@
6504
6504
  --bs-standout-rgb: 25, 25, 25;
6505
6505
  --bs-facebook-rgb: 61, 119, 234;
6506
6506
  --bs-twitter-rgb: 0, 0, 0;
6507
- --bs-googleplus-rgb: 220, 74, 56;
6507
+ --bs-google-plus-rgb: 220, 74, 56;
6508
6508
  --bs-flickr-rgb: 0, 99, 220;
6509
6509
  --bs-linkedin-rgb: 9, 118, 180;
6510
6510
  --bs-instagram-rgb: 231, 52, 118;
@@ -6596,18 +6596,18 @@
6596
6596
 
6597
6597
  [data-bs-theme=dark] {
6598
6598
  color-scheme: dark;
6599
- --bs-body-color: #bcbbc1;
6600
- --bs-body-color-rgb: 188, 187, 193;
6599
+ --bs-body-color: #FFF;
6600
+ --bs-body-color-rgb: 255, 255, 255;
6601
6601
  --bs-body-bg: #3b3a48;
6602
6602
  --bs-body-bg-rgb: 59, 58, 72;
6603
6603
  --bs-emphasis-color: #fff;
6604
6604
  --bs-emphasis-color-rgb: 255, 255, 255;
6605
- --bs-secondary-color: rgba(188, 187, 193, 0.75);
6606
- --bs-secondary-color-rgb: 188, 187, 193;
6605
+ --bs-secondary-color: rgba(255, 255, 255, 0.75);
6606
+ --bs-secondary-color-rgb: 255, 255, 255;
6607
6607
  --bs-secondary-bg: #4a4958;
6608
6608
  --bs-secondary-bg-rgb: 74, 73, 88;
6609
- --bs-tertiary-color: rgba(188, 187, 193, 0.5);
6610
- --bs-tertiary-color-rgb: 188, 187, 193;
6609
+ --bs-tertiary-color: rgba(255, 255, 255, 0.5);
6610
+ --bs-tertiary-color-rgb: 255, 255, 255;
6611
6611
  --bs-tertiary-bg: #434250;
6612
6612
  --bs-tertiary-bg-rgb: 67, 66, 80;
6613
6613
  --bs-primary-text-emphasis: #6ea8fe;
@@ -6640,7 +6640,7 @@
6640
6640
  --bs-link-color-rgb: 110, 168, 254;
6641
6641
  --bs-link-hover-color-rgb: 139, 185, 254;
6642
6642
  --bs-code-color: #e685b5;
6643
- --bs-highlight-color: #bcbbc1;
6643
+ --bs-highlight-color: #FFF;
6644
6644
  --bs-highlight-bg: #664d03;
6645
6645
  --bs-border-color: #5e5e6a;
6646
6646
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
@@ -6685,7 +6685,7 @@ hr {
6685
6685
 
6686
6686
  h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
6687
6687
  margin-top: 0;
6688
- margin-bottom: 0.5rem;
6688
+ margin-bottom: 0;
6689
6689
  font-weight: 700;
6690
6690
  line-height: 1.2;
6691
6691
  color: var(--bs-heading-color);
@@ -8821,7 +8821,7 @@ textarea.form-control-lg {
8821
8821
  }
8822
8822
 
8823
8823
  [data-bs-theme=dark] .form-select {
8824
- --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23bcbbc1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
8824
+ --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23FFF%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
8825
8825
  }
8826
8826
 
8827
8827
  .form-check {
@@ -9754,7 +9754,7 @@ textarea.form-control-lg {
9754
9754
  --bs-btn-disabled-border-color: #000;
9755
9755
  }
9756
9756
 
9757
- .btn-googleplus {
9757
+ .btn-google-plus {
9758
9758
  --bs-btn-color: #000;
9759
9759
  --bs-btn-bg: #dc4a38;
9760
9760
  --bs-btn-border-color: #dc4a38;
@@ -10162,7 +10162,7 @@ textarea.form-control-lg {
10162
10162
  --bs-gradient: none;
10163
10163
  }
10164
10164
 
10165
- .btn-outline-googleplus {
10165
+ .btn-outline-google-plus {
10166
10166
  --bs-btn-color: #dc4a38;
10167
10167
  --bs-btn-border-color: #dc4a38;
10168
10168
  --bs-btn-hover-color: #000;
@@ -12011,11 +12011,11 @@ textarea.form-control-lg {
12011
12011
  --bs-alert-link-color: var(--bs-twitter-text-emphasis);
12012
12012
  }
12013
12013
 
12014
- .alert-googleplus {
12015
- --bs-alert-color: var(--bs-googleplus-text-emphasis);
12016
- --bs-alert-bg: var(--bs-googleplus-bg-subtle);
12017
- --bs-alert-border-color: var(--bs-googleplus-border-subtle);
12018
- --bs-alert-link-color: var(--bs-googleplus-text-emphasis);
12014
+ .alert-google-plus {
12015
+ --bs-alert-color: var(--bs-google-plus-text-emphasis);
12016
+ --bs-alert-bg: var(--bs-google-plus-bg-subtle);
12017
+ --bs-alert-border-color: var(--bs-google-plus-border-subtle);
12018
+ --bs-alert-link-color: var(--bs-google-plus-text-emphasis);
12019
12019
  }
12020
12020
 
12021
12021
  .alert-flickr {
@@ -12564,17 +12564,17 @@ textarea.form-control-lg {
12564
12564
  --bs-list-group-active-border-color: var(--bs-twitter-text-emphasis);
12565
12565
  }
12566
12566
 
12567
- .list-group-item-googleplus {
12568
- --bs-list-group-color: var(--bs-googleplus-text-emphasis);
12569
- --bs-list-group-bg: var(--bs-googleplus-bg-subtle);
12570
- --bs-list-group-border-color: var(--bs-googleplus-border-subtle);
12567
+ .list-group-item-google-plus {
12568
+ --bs-list-group-color: var(--bs-google-plus-text-emphasis);
12569
+ --bs-list-group-bg: var(--bs-google-plus-bg-subtle);
12570
+ --bs-list-group-border-color: var(--bs-google-plus-border-subtle);
12571
12571
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
12572
- --bs-list-group-action-hover-bg: var(--bs-googleplus-border-subtle);
12572
+ --bs-list-group-action-hover-bg: var(--bs-google-plus-border-subtle);
12573
12573
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
12574
- --bs-list-group-action-active-bg: var(--bs-googleplus-border-subtle);
12575
- --bs-list-group-active-color: var(--bs-googleplus-bg-subtle);
12576
- --bs-list-group-active-bg: var(--bs-googleplus-text-emphasis);
12577
- --bs-list-group-active-border-color: var(--bs-googleplus-text-emphasis);
12574
+ --bs-list-group-action-active-bg: var(--bs-google-plus-border-subtle);
12575
+ --bs-list-group-active-color: var(--bs-google-plus-bg-subtle);
12576
+ --bs-list-group-active-bg: var(--bs-google-plus-text-emphasis);
12577
+ --bs-list-group-active-border-color: var(--bs-google-plus-text-emphasis);
12578
12578
  }
12579
12579
 
12580
12580
  .list-group-item-flickr {
@@ -14248,9 +14248,9 @@ textarea.form-control-lg {
14248
14248
  background-color: RGBA(var(--bs-twitter-rgb), var(--bs-bg-opacity, 1)) !important;
14249
14249
  }
14250
14250
 
14251
- .text-bg-googleplus {
14251
+ .text-bg-google-plus {
14252
14252
  color: #000 !important;
14253
- background-color: RGBA(var(--bs-googleplus-rgb), var(--bs-bg-opacity, 1)) !important;
14253
+ background-color: RGBA(var(--bs-google-plus-rgb), var(--bs-bg-opacity, 1)) !important;
14254
14254
  }
14255
14255
 
14256
14256
  .text-bg-flickr {
@@ -14424,11 +14424,11 @@ textarea.form-control-lg {
14424
14424
  text-decoration-color: RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
14425
14425
  }
14426
14426
 
14427
- .link-googleplus {
14428
- color: RGBA(var(--bs-googleplus-rgb), var(--bs-link-opacity, 1)) !important;
14429
- text-decoration-color: RGBA(var(--bs-googleplus-rgb), var(--bs-link-underline-opacity, 1)) !important;
14427
+ .link-google-plus {
14428
+ color: RGBA(var(--bs-google-plus-rgb), var(--bs-link-opacity, 1)) !important;
14429
+ text-decoration-color: RGBA(var(--bs-google-plus-rgb), var(--bs-link-underline-opacity, 1)) !important;
14430
14430
  }
14431
- .link-googleplus:hover, .link-googleplus:focus {
14431
+ .link-google-plus:hover, .link-google-plus:focus {
14432
14432
  color: RGBA(227, 110, 96, var(--bs-link-opacity, 1)) !important;
14433
14433
  text-decoration-color: RGBA(227, 110, 96, var(--bs-link-underline-opacity, 1)) !important;
14434
14434
  }
@@ -14982,8 +14982,8 @@ textarea.form-control-lg {
14982
14982
  --bs-focus-ring-color: rgba(var(--bs-twitter-rgb), var(--bs-focus-ring-opacity));
14983
14983
  }
14984
14984
 
14985
- .focus-ring-googleplus {
14986
- --bs-focus-ring-color: rgba(var(--bs-googleplus-rgb), var(--bs-focus-ring-opacity));
14985
+ .focus-ring-google-plus {
14986
+ --bs-focus-ring-color: rgba(var(--bs-google-plus-rgb), var(--bs-focus-ring-opacity));
14987
14987
  }
14988
14988
 
14989
14989
  .focus-ring-flickr {
@@ -16181,9 +16181,9 @@ textarea.form-control-lg {
16181
16181
  color: rgba(var(--bs-twitter-rgb), var(--bs-text-opacity)) !important;
16182
16182
  }
16183
16183
 
16184
- .text-googleplus {
16184
+ .text-google-plus {
16185
16185
  --bs-text-opacity: 1;
16186
- color: rgba(var(--bs-googleplus-rgb), var(--bs-text-opacity)) !important;
16186
+ color: rgba(var(--bs-google-plus-rgb), var(--bs-text-opacity)) !important;
16187
16187
  }
16188
16188
 
16189
16189
  .text-flickr {
@@ -16556,9 +16556,9 @@ textarea.form-control-lg {
16556
16556
  background-color: rgba(var(--bs-twitter-rgb), var(--bs-bg-opacity)) !important;
16557
16557
  }
16558
16558
 
16559
- .bg-googleplus {
16559
+ .bg-google-plus {
16560
16560
  --bs-bg-opacity: 1;
16561
- background-color: rgba(var(--bs-googleplus-rgb), var(--bs-bg-opacity)) !important;
16561
+ background-color: rgba(var(--bs-google-plus-rgb), var(--bs-bg-opacity)) !important;
16562
16562
  }
16563
16563
 
16564
16564
  .bg-flickr {
@@ -20103,32 +20103,8 @@ textarea.form-control-lg {
20103
20103
  GLOBALS
20104
20104
  /src/styles/components/globals.scss
20105
20105
  ----------------------------------------- */
20106
- h1, .h1 {
20107
- line-height: 1.25;
20108
- }
20109
-
20110
- h2, .h2 {
20111
- line-height: 1.375;
20112
- }
20113
-
20114
- h3, .h3 {
20115
- line-height: 1.5;
20116
- }
20117
-
20118
- h4, .h4 {
20119
- line-height: 1.625;
20120
- }
20121
-
20122
- h5, .h5 {
20123
- line-height: 1.75;
20124
- }
20125
-
20126
- h6, .h6 {
20127
- line-height: 1.75;
20128
- }
20129
-
20130
20106
  .ca-gov-logo-svg {
20131
- background: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 version=%271.1%27 viewBox=%270 0 1304 949%27><path fill=%27%23fdb71c%27 d=%27M799 398c3-11 12-42 27-91 3-13 12-38 27-77 14-40 26-71 34-95-28 19-53 42-76 67-92 100-200 220-238 283 14-4 43-34 136-66 29-11 59-18 90-21zm-16 64c-291 0-418 464-620 464-46 0-81-21-106-62-16-27-25-58-24-90 0-84 40-191 120-320 68-110 140-198 216-265 65-58 121-86 168-86 24-1 46 10 61 29 12 16 18 35 17 54 0 38-13 81-38 130-22 42-50 80-83 113-23 21-40 31-52 31-9-1-17-5-22-12-5-5-8-13-8-20 0-14 12-29 36-47 31-23 58-51 80-82 29-43 44-80 44-110 1-1-2-19-8-27-6-6-15-9-24-9-22 0-52 16-92 47-53 43-101 91-143 144-59 69-108 146-146 228-34 78-52 144-52 199-1 24 8 48 23 67 14 20 37 32 62 31 92-3 207-214 243-263C787 120 814 119 867 68c31-30 55-44 71-44 10 0 20 5 26 12s9 16 10 25c-2 20-8 39-16 58-19 48-37 100-54 155-15 49-25 86-30 112 5 0 9 0 14-1 11 0 21-1 29-1 23 0 34 9 34 26 0 8-3 16-7 22s-10 11-17 13c-6 1-13 1-19 1-17-1-33 1-50 4-4 12-15 117-31 121-49 43-45-95-44-109z%27/><path d=%27M495 779c12 0 24 5 33 14s14 20 14 33c0 26-21 46-46 46-26 0-46-21-46-46-1-26 19-47 45-47zm284-123-33 32c-18-21-44-33-72-33-22-1-44 8-60 24-16 15-25 36-24 58 0 22 9 44 25 59 16 16 39 25 62 24 14 0 28-3 40-10 12-8 21-19 26-31h-70v-43h122v10c0 21-6 42-17 60-10 18-25 33-43 44-19 10-40 16-62 15-24 0-47-5-67-16s-36-27-47-47-17-43-17-66c0-31 11-61 32-84 25-28 61-44 99-42 20 0 40 4 59 12 18 8 34 20 47 34zm159-45c33 0 65 13 89 37s38 57 37 91c1 34-12 66-36 90-50 49-130 49-179 0l-1-1c-49-50-49-131 1-180 23-24 55-37 89-37zm-1 45c-21 0-42 8-56 23-15 16-24 37-23 60-1 25 10 48 29 64 14 12 33 19 51 18 21 0 41-8 56-24 31-33 31-84 0-117-15-16-36-24-57-24zm118-36h47l61 172 62-172h47l-87 242h-45z%27 fill=%27%23003688%27/></svg>");
20107
+ background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201304%20949%22%3E%3Cpath%20fill%3D%22%23fdb71c%22%20d%3D%22M799%20398c3-11%2012-42%2027-91%203-13%2012-38%2027-77%2014-40%2026-71%2034-95-28%2019-53%2042-76%2067-92%20100-200%20220-238%20283%2014-4%2043-34%20136-66q43.5-16.5%2090-21m-16%2064c-291%200-418%20464-620%20464-46%200-81-21-106-62-16-27-25-58-24-90%200-84%2040-191%20120-320%2068-110%20140-198%20216-265%2065-58%20121-86%20168-86%2024-1%2046%2010%2061%2029%2012%2016%2018%2035%2017%2054%200%2038-13%2081-38%20130-22%2042-50%2080-83%20113-23%2021-40%2031-52%2031-9-1-17-5-22-12-5-5-8-13-8-20%200-14%2012-29%2036-47%2031-23%2058-51%2080-82%2029-43%2044-80%2044-110%201-1-2-19-8-27-6-6-15-9-24-9-22%200-52%2016-92%2047-53%2043-101%2091-143%20144-59%2069-108%20146-146%20228-34%2078-52%20144-52%20199-1%2024%208%2048%2023%2067%2014%2020%2037%2032%2062%2031%2092-3%20207-214%20243-263C787%20120%20814%20119%20867%2068c31-30%2055-44%2071-44%2010%200%2020%205%2026%2012s9%2016%2010%2025c-2%2020-8%2039-16%2058-19%2048-37%20100-54%20155-15%2049-25%2086-30%20112%205%200%209%200%2014-1%2011%200%2021-1%2029-1%2023%200%2034%209%2034%2026%200%208-3%2016-7%2022s-10%2011-17%2013c-6%201-13%201-19%201-17-1-33%201-50%204-4%2012-15%20117-31%20121-49%2043-45-95-44-109%22%2F%3E%3Cpath%20d%3D%22M495%20779c12%200%2024%205%2033%2014s14%2020%2014%2033c0%2026-21%2046-46%2046-26%200-46-21-46-46-1-26%2019-47%2045-47m284-123-33%2032c-18-21-44-33-72-33-22-1-44%208-60%2024-16%2015-25%2036-24%2058%200%2022%209%2044%2025%2059%2016%2016%2039%2025%2062%2024%2014%200%2028-3%2040-10%2012-8%2021-19%2026-31h-70v-43h122v10c0%2021-6%2042-17%2060-10%2018-25%2033-43%2044-19%2010-40%2016-62%2015-24%200-47-5-67-16s-36-27-47-47-17-43-17-66c0-31%2011-61%2032-84%2025-28%2061-44%2099-42%2020%200%2040%204%2059%2012%2018%208%2034%2020%2047%2034m159-45c33%200%2065%2013%2089%2037s38%2057%2037%2091c1%2034-12%2066-36%2090-50%2049-130%2049-179%200l-1-1c-49-50-49-131%201-180%2023-24%2055-37%2089-37m-1%2045c-21%200-42%208-56%2023-15%2016-24%2037-23%2060-1%2025%2010%2048%2029%2064%2014%2012%2033%2019%2051%2018%2021%200%2041-8%2056-24%2031-33%2031-84%200-117-15-16-36-24-57-24m118-36h47l61%20172%2062-172h47l-87%20242h-45z%22%20fill%3D%22%23003688%22%2F%3E%3C%2Fsvg%3E");
20132
20108
  aspect-ratio: 33/24;
20133
20109
  width: 33px;
20134
20110
  display: inline-block;
@@ -20159,29 +20135,55 @@ a .ca-gov-icon-external-link::before {
20159
20135
  border: 0 !important;
20160
20136
  }
20161
20137
 
20138
+ .pagination {
20139
+ display: block;
20140
+ }
20141
+
20142
+ .page-title,
20143
+ .page-date {
20144
+ --bs-gutter-x: 1.5rem;
20145
+ --bs-gutter-y: 0;
20146
+ display: flex;
20147
+ flex-wrap: wrap;
20148
+ margin-top: calc(-1 * var(--bs-gutter-y));
20149
+ margin-right: calc(-0.5 * var(--bs-gutter-x));
20150
+ margin-left: calc(-0.5 * var(--bs-gutter-x));
20151
+ margin: 0 auto;
20152
+ }
20153
+
20154
+ .page-date {
20155
+ color: var(--bs-secondary-color, #72717c);
20156
+ }
20157
+
20162
20158
  /* -----------------------------------------
20163
- ALERTS
20164
- /src/styles/components/alerts.scss
20159
+ Typography
20165
20160
  ----------------------------------------- */
20166
- header .alert {
20167
- border-radius: 0;
20168
- margin-bottom: 0;
20169
- padding: 0.5rem 0;
20161
+ h1, .h1 {
20162
+ line-height: 1.25;
20170
20163
  }
20171
20164
 
20172
- .alert .container {
20173
- display: flex;
20174
- flex-direction: row;
20175
- align-items: center;
20165
+ h2, .h2 {
20166
+ line-height: 1.375;
20176
20167
  }
20177
- .alert .container .alert-level {
20178
- font-weight: bold;
20179
- margin: 0 5px;
20168
+
20169
+ h3, .h3 {
20170
+ line-height: 1.5;
20180
20171
  }
20181
- .alert .container button[data-bs-dismiss=alert] {
20182
- position: relative;
20183
- margin-left: auto;
20184
- padding: 0.05rem;
20172
+
20173
+ h4, .h4 {
20174
+ line-height: 1.625;
20175
+ }
20176
+
20177
+ h5, .h5 {
20178
+ line-height: 1.75;
20179
+ }
20180
+
20181
+ h6, .h6 {
20182
+ line-height: 1.75;
20183
+ }
20184
+
20185
+ p {
20186
+ padding-bottom: 0;
20185
20187
  }
20186
20188
 
20187
20189
  /* -----------------------------------------
@@ -20214,8 +20216,7 @@ header.global-header .branding .header-organization-banner a img {
20214
20216
  }
20215
20217
 
20216
20218
  /* -----------------------------------------
20217
- FOOTER
20218
- /src/styles/components/footer.scss
20219
+ FOOTER - /src/styles/components/footer.scss
20219
20220
  ----------------------------------------- */
20220
20221
  footer.global-footer {
20221
20222
  background-color: var(--bs-gray-50, #fafafa);
@@ -20250,10 +20251,10 @@ footer.global-footer .nav-item a.ca-gov-icon-twitter, footer.global-footer .nav-
20250
20251
  footer.global-footer .nav-item a.ca-gov-icon-twitter:hover, footer.global-footer .nav-item a.ca-gov-icon-twitter:focus, footer.global-footer .nav-item a.ca-gov-icon-share-twitter:hover, footer.global-footer .nav-item a.ca-gov-icon-share-twitter:focus {
20251
20252
  color: black;
20252
20253
  }
20253
- footer.global-footer .nav-item a.ca-gov-icon-googleplus, footer.global-footer .nav-item a.ca-gov-icon-share-googleplus {
20254
+ footer.global-footer .nav-item a.ca-gov-icon-google-plus, footer.global-footer .nav-item a.ca-gov-icon-share-google-plus {
20254
20255
  color: #dc4a38;
20255
20256
  }
20256
- footer.global-footer .nav-item a.ca-gov-icon-googleplus:hover, footer.global-footer .nav-item a.ca-gov-icon-googleplus:focus, footer.global-footer .nav-item a.ca-gov-icon-share-googleplus:hover, footer.global-footer .nav-item a.ca-gov-icon-share-googleplus:focus {
20257
+ footer.global-footer .nav-item a.ca-gov-icon-google-plus:hover, footer.global-footer .nav-item a.ca-gov-icon-google-plus:focus, footer.global-footer .nav-item a.ca-gov-icon-share-google-plus:hover, footer.global-footer .nav-item a.ca-gov-icon-share-google-plus:focus {
20257
20258
  color: #bf3322;
20258
20259
  }
20259
20260
  footer.global-footer .nav-item a.ca-gov-icon-flickr, footer.global-footer .nav-item a.ca-gov-icon-share-flickr {
@@ -20408,6 +20409,99 @@ header.global-header .mobile-controlled.overlay {
20408
20409
  text-align: right;
20409
20410
  }
20410
20411
 
20412
+ /* -----------------------------------------
20413
+ MOBILE-CONTROLS
20414
+ /src/styles/components/mobile-controls.scss
20415
+ ----------------------------------------- */
20416
+ @media (max-width: 992px) {
20417
+ header.global-header .search-container {
20418
+ width: 80%;
20419
+ margin: auto;
20420
+ }
20421
+ header.global-header .search-container form .search-button {
20422
+ color: var(--bs-standout, #191919);
20423
+ background-color: var(--bs-white, #fff);
20424
+ border-color: var(--bs-standout, #191919);
20425
+ border-left: 0;
20426
+ }
20427
+ header.global-header .search-container form .search-button:focus {
20428
+ background-color: var(--bs-gray-75, #f3f3f4);
20429
+ }
20430
+ header.global-header .search-container form .search-button:hover {
20431
+ background-color: var(--bs-gray-75, #f3f3f4);
20432
+ outline: 0 !important;
20433
+ }
20434
+ header.global-header .search-container form .search-textfield {
20435
+ border-color: var(--bs-standout, #191919);
20436
+ border-right: 0;
20437
+ }
20438
+ header.global-header .mobile-controlled {
20439
+ position: fixed;
20440
+ width: 85%;
20441
+ height: 100%;
20442
+ background-color: var(--bs-standout, #191919);
20443
+ right: -100%;
20444
+ z-index: 16;
20445
+ transition: right 0.25s ease-in-out, width 0.25s ease !important;
20446
+ }
20447
+ header.global-header .mobile-controlled.show {
20448
+ right: 0;
20449
+ }
20450
+ header.global-header .mobile-controlled.navigation .container {
20451
+ margin-left: 0;
20452
+ margin-right: 0;
20453
+ max-width: 100%;
20454
+ }
20455
+ header.global-header .mobile-controlled.navigation .container .nav-item:first-child .nav-link {
20456
+ border-top: 0.5px solid var(--bs-gray-100, #ededef);
20457
+ }
20458
+ header.global-header .mobile-controlled.navigation .container .nav-item a {
20459
+ color: var(--bs-white, #fff);
20460
+ margin: 0 5px;
20461
+ border-left: 1px solid transparent !important;
20462
+ border-right: 1px solid transparent !important;
20463
+ border-bottom: 0.5px solid var(--bs-gray-100, #ededef);
20464
+ }
20465
+ header.global-header .mobile-controlled.navigation .container .nav-item a[aria-current=page] {
20466
+ color: var(--bs-white, #fff);
20467
+ background-color: var(--bs-standout-light, #191919);
20468
+ }
20469
+ header.global-header .mobile-controlled.navigation .container .nav-item a:hover, header.global-header .mobile-controlled.navigation .container .nav-item a:focus {
20470
+ background-color: var(--bs-standout-light, #191919);
20471
+ }
20472
+ header.global-header .mobile-controlled.navigation .container .nav-item a.dropdown-toggle:after {
20473
+ content: "5";
20474
+ float: right;
20475
+ }
20476
+ header.global-header .mobile-controlled.navigation .container .nav-item a.dropdown-toggle.show:after {
20477
+ transform: rotate(90deg);
20478
+ }
20479
+ header.global-header .mobile-controlled.navigation .container .nav-item .dropdown-menu.show {
20480
+ display: contents;
20481
+ }
20482
+ header.global-header .mobile-control.toggle-menu {
20483
+ display: inline-block;
20484
+ }
20485
+ }
20486
+
20487
+ @media (max-width: 992px) {
20488
+ footer.global-footer a {
20489
+ padding: 0;
20490
+ }
20491
+ footer.global-footer .d-flex {
20492
+ flex-direction: column;
20493
+ }
20494
+ footer.global-footer .footer-links {
20495
+ flex-direction: column;
20496
+ }
20497
+ footer.global-footer .footer-links .nav-item:first-child {
20498
+ margin-bottom: 1rem;
20499
+ }
20500
+ footer.global-footer .social-share-links {
20501
+ margin-left: 0;
20502
+ }
20503
+ }
20504
+
20411
20505
  /* -----------------------------------------
20412
20506
  NAVIGATION
20413
20507
  /src/styles/components/navigation.scss
@@ -20458,6 +20552,10 @@ header.global-header .navigation .container .nav-item .dropdown-menu.show {
20458
20552
  visibility: visible;
20459
20553
  opacity: 1;
20460
20554
  }
20555
+ header.global-header .navigation .container .nav-item .dropdown-menu .link-description {
20556
+ color: var(--bs-gray-700, #5e5e6a);
20557
+ font-size: 0.85rem;
20558
+ }
20461
20559
 
20462
20560
  /* -----------------------------------------
20463
20561
  RETURN TO TOP
@@ -20545,64 +20643,6 @@ header.global-header .search-container form .search-button:hover, header.global-
20545
20643
  border-color: var(--bs-gray-800, #4a4958);
20546
20644
  }
20547
20645
 
20548
- /* -----------------------------------------
20549
- SECTIONS
20550
- /src/styles/components/sections.scss
20551
- ----------------------------------------- */
20552
- .section {
20553
- padding: 1rem;
20554
- }
20555
-
20556
- /* -----------------------------------------
20557
- SERVICE TILES
20558
- /src/styles/components/service-tiles.scss
20559
- ----------------------------------------- */
20560
- .service-tiles .row {
20561
- margin-left: 0;
20562
- margin-right: 0;
20563
- }
20564
- .service-tiles .service-tile {
20565
- padding: 0;
20566
- }
20567
- .service-tiles .service-tile img {
20568
- height: 320px;
20569
- width: 100%;
20570
- }
20571
- .service-tiles .service-tile .teaser {
20572
- background-color: var(--bs-black, #000);
20573
- text-align: center;
20574
- color: var(--bs-white, #fff);
20575
- padding: 0.25rem 0;
20576
- }
20577
- .service-tiles .service-tile .teaser .title {
20578
- font-size: 1.6875rem;
20579
- text-decoration: none;
20580
- color: var(--bs-white, #fff);
20581
- line-height: 1.5;
20582
- }
20583
- .service-tiles .service-tile .teaser .ca-gov-icon-external-link {
20584
- display: none;
20585
- }
20586
- .service-tiles .collapse {
20587
- padding: 0;
20588
- }
20589
- .service-tiles .collapse .card {
20590
- margin-bottom: 0;
20591
- padding: 1.5rem 1rem;
20592
- display: block;
20593
- }
20594
- .service-tiles .collapse .card .card-block {
20595
- background-color: var(--bs-white, #fff);
20596
- padding: 1rem;
20597
- margin-bottom: 0;
20598
- }
20599
- .service-tiles .collapse .card .card-block .ca-gov-icon-close-mark {
20600
- float: right;
20601
- }
20602
- .service-tiles .collapse .card .card-block .group {
20603
- padding: 1rem 0;
20604
- }
20605
-
20606
20646
  /* -----------------------------------------
20607
20647
  UTILITY HEADER
20608
20648
  /src/styles/components/utility-header.scss
@@ -20689,6 +20729,31 @@ header.global-header .utility-header .social-media-links .official-tag {
20689
20729
  }*/
20690
20730
  }
20691
20731
 
20732
+ /* -----------------------------------------
20733
+ ALERTS
20734
+ /src/styles/components/alerts.scss
20735
+ ----------------------------------------- */
20736
+ header .alert {
20737
+ border-radius: 0;
20738
+ margin-bottom: 0;
20739
+ padding: 0.5rem 0;
20740
+ }
20741
+
20742
+ .alert .container {
20743
+ display: flex;
20744
+ flex-direction: row;
20745
+ align-items: center;
20746
+ }
20747
+ .alert .container .alert-level {
20748
+ font-weight: bold;
20749
+ margin: 0 5px;
20750
+ }
20751
+ .alert .container button[data-bs-dismiss=alert] {
20752
+ position: relative;
20753
+ margin-left: auto;
20754
+ padding: 0.05rem;
20755
+ }
20756
+
20692
20757
  /* -----------------------------------------
20693
20758
  BLOCKQUOTE
20694
20759
  /src/styles/components/blockquote.scss
@@ -20756,8 +20821,8 @@ blockquote footer::before {
20756
20821
  left: 50%;
20757
20822
  }
20758
20823
  .card.card-standout .card-header {
20759
- color: var(--bs-white, #fff);
20760
20824
  background-color: var(--bs-standout, #191919);
20825
+ color: var(--bs-white, #fff);
20761
20826
  }
20762
20827
  .card.card-standout .card-header .options .btn {
20763
20828
  background-color: var(--bs-standout-dark, #191919);
@@ -20766,8 +20831,8 @@ blockquote footer::before {
20766
20831
  background-color: var(--bs-standout-darker, #191919);
20767
20832
  }
20768
20833
  .card.card-overstated .card-header {
20769
- color: var(--bs-white, #fff);
20770
20834
  background-color: var(--bs-main, #545351);
20835
+ color: var(--bs-white, #fff);
20771
20836
  }
20772
20837
  .card.card-overstated .card-header .options .btn {
20773
20838
  color: var(--bs-white, #fff);
@@ -20777,8 +20842,8 @@ blockquote footer::before {
20777
20842
  background-color: var(--bs-main-darker, #545351);
20778
20843
  }
20779
20844
  .card.card-understated .card-header {
20780
- color: inherit;
20781
20845
  background-color: var(--bs-alt, #ededef);
20846
+ color: var(--bs-white, #fff);
20782
20847
  }
20783
20848
  .card.card-understated .card-header .options .btn {
20784
20849
  color: inherit;
@@ -20840,6 +20905,10 @@ figure.executive-profile.vertical .body {
20840
20905
  /* -----------------------------------------
20841
20906
  LIST STYLES /src/styles/components/lists.scss
20842
20907
  ----------------------------------------- */
20908
+ .list-overstated,
20909
+ .list-understated {
20910
+ padding-left: 0;
20911
+ }
20843
20912
  .list-overstated li,
20844
20913
  .list-understated li {
20845
20914
  list-style-type: "E";
@@ -20904,7 +20973,7 @@ figure.executive-profile.vertical .body {
20904
20973
  .location.mini > [class*=ca-gov-icon-]:first-child.ca-gov-icon-twitter, .location.mini > [class*=ca-gov-icon-]:first-child.ca-gov-icon-share-twitter {
20905
20974
  color: #000;
20906
20975
  }
20907
- .location.mini > [class*=ca-gov-icon-]:first-child.ca-gov-icon-googleplus, .location.mini > [class*=ca-gov-icon-]:first-child.ca-gov-icon-share-googleplus {
20976
+ .location.mini > [class*=ca-gov-icon-]:first-child.ca-gov-icon-google-plus, .location.mini > [class*=ca-gov-icon-]:first-child.ca-gov-icon-share-google-plus {
20908
20977
  color: #dc4a38;
20909
20978
  }
20910
20979
  .location.mini > [class*=ca-gov-icon-]:first-child.ca-gov-icon-flickr, .location.mini > [class*=ca-gov-icon-]:first-child.ca-gov-icon-share-flickr {
@@ -20957,96 +21026,121 @@ figure.executive-profile.vertical .body {
20957
21026
  }
20958
21027
 
20959
21028
  /* -----------------------------------------
20960
- MOBILE-CONTROLS
20961
- /src/styles/components/mobile-controls.scss
21029
+ SECTIONS
21030
+ /src/styles/components/sections.scss
20962
21031
  ----------------------------------------- */
20963
- @media (max-width: 992px) {
20964
- header.global-header .search-container {
20965
- width: 80%;
20966
- margin: auto;
20967
- }
20968
- header.global-header .search-container form .search-button {
20969
- color: var(--bs-standout, #191919);
20970
- background-color: var(--bs-white, #fff);
20971
- border-color: var(--bs-standout, #191919);
20972
- border-left: 0;
20973
- }
20974
- header.global-header .search-container form .search-button:focus {
20975
- background-color: var(--bs-gray-75, #f3f3f4);
20976
- }
20977
- header.global-header .search-container form .search-button:hover {
20978
- background-color: var(--bs-gray-75, #f3f3f4);
20979
- outline: 0 !important;
20980
- }
20981
- header.global-header .search-container form .search-textfield {
20982
- border-color: var(--bs-standout, #191919);
20983
- border-right: 0;
20984
- }
20985
- header.global-header .mobile-controlled {
20986
- position: fixed;
20987
- width: 85%;
20988
- height: 100%;
20989
- background-color: var(--bs-standout, #191919);
20990
- right: -100%;
20991
- z-index: 16;
20992
- transition: right 0.25s ease-in-out, width 0.25s ease !important;
20993
- }
20994
- header.global-header .mobile-controlled.show {
20995
- right: 0;
20996
- }
20997
- header.global-header .mobile-controlled.navigation .container {
20998
- margin-left: 0;
20999
- margin-right: 0;
21000
- max-width: 100%;
21001
- }
21002
- header.global-header .mobile-controlled.navigation .container .nav-item:first-child .nav-link {
21003
- border-top: 0.5px solid var(--bs-gray-100, #ededef);
21004
- }
21005
- header.global-header .mobile-controlled.navigation .container .nav-item a {
21006
- color: var(--bs-white, #fff);
21007
- margin: 0 5px;
21008
- border-left: 1px solid transparent !important;
21009
- border-right: 1px solid transparent !important;
21010
- border-bottom: 0.5px solid var(--bs-gray-100, #ededef);
21011
- }
21012
- header.global-header .mobile-controlled.navigation .container .nav-item a[aria-current=page] {
21013
- color: var(--bs-white, #fff);
21014
- background-color: var(--bs-standout-light, #191919);
21015
- }
21016
- header.global-header .mobile-controlled.navigation .container .nav-item a:hover, header.global-header .mobile-controlled.navigation .container .nav-item a:focus {
21017
- background-color: var(--bs-standout-light, #191919);
21018
- }
21019
- header.global-header .mobile-controlled.navigation .container .nav-item a.dropdown-toggle:after {
21020
- content: "5";
21021
- float: right;
21022
- }
21023
- header.global-header .mobile-controlled.navigation .container .nav-item a.dropdown-toggle.show:after {
21024
- transform: rotate(90deg);
21025
- }
21026
- header.global-header .mobile-controlled.navigation .container .nav-item .dropdown-menu.show {
21027
- display: contents;
21028
- }
21029
- header.global-header .mobile-control.toggle-menu {
21030
- display: inline-block;
21031
- }
21032
+ .section {
21033
+ padding: 1rem;
21032
21034
  }
21033
21035
 
21034
- @media (max-width: 992px) {
21035
- footer.global-footer a {
21036
- padding: 0;
21037
- }
21038
- footer.global-footer .d-flex {
21039
- flex-direction: column;
21040
- }
21041
- footer.global-footer .footer-links {
21042
- flex-direction: column;
21043
- }
21044
- footer.global-footer .footer-links .nav-item:first-child {
21045
- margin-bottom: 1rem;
21046
- }
21047
- footer.global-footer .social-share-links {
21048
- margin-left: 0;
21049
- }
21036
+ /* -----------------------------------------
21037
+ SERVICE TILES
21038
+ /src/styles/components/service-tiles.scss
21039
+ ----------------------------------------- */
21040
+ .service-tiles .row {
21041
+ margin-left: 0;
21042
+ margin-right: 0;
21043
+ }
21044
+ .service-tiles .service-tile {
21045
+ padding: 0;
21046
+ }
21047
+ .service-tiles .service-tile img {
21048
+ height: 320px;
21049
+ width: 100%;
21050
+ }
21051
+ .service-tiles .service-tile .teaser {
21052
+ background-color: var(--bs-black, #000);
21053
+ text-align: center;
21054
+ color: var(--bs-white, #fff);
21055
+ padding: 0.25rem 0;
21056
+ }
21057
+ .service-tiles .service-tile .teaser .title {
21058
+ font-size: 1.6875rem;
21059
+ text-decoration: none;
21060
+ color: var(--bs-white, #fff);
21061
+ line-height: 1.5;
21062
+ }
21063
+ .service-tiles .service-tile .teaser .ca-gov-icon-external-link {
21064
+ display: none;
21065
+ }
21066
+ .service-tiles .collapse {
21067
+ padding: 0;
21068
+ }
21069
+ .service-tiles .collapse .card {
21070
+ margin-bottom: 0;
21071
+ padding: 1.5rem 1rem;
21072
+ display: block;
21073
+ }
21074
+ .service-tiles .collapse .card .card-block {
21075
+ background-color: var(--bs-white, #fff);
21076
+ padding: 1rem;
21077
+ margin-bottom: 0;
21078
+ }
21079
+ .service-tiles .collapse .card .card-block .ca-gov-icon-close-mark {
21080
+ float: right;
21081
+ }
21082
+ .service-tiles .collapse .card .card-block .group {
21083
+ padding: 1rem 0;
21084
+ }
21085
+
21086
+ /* -----------------------------------------
21087
+ Dark Theme
21088
+ /src/styles/theme/dark.scss
21089
+ ----------------------------------------- */
21090
+ [data-bs-theme=dark] {
21091
+ /* -----------------------------------------
21092
+ GLOBALS - /src/styles/components/globals.scss
21093
+ ----------------------------------------- */
21094
+ /* -----------------------------------------
21095
+ FOOTER - /src/styles/components/footer.scss
21096
+ ----------------------------------------- */
21097
+ /* -----------------------------------------
21098
+ CARDS - /src/styles/components/cards.scss
21099
+ ----------------------------------------- */
21100
+ }
21101
+ [data-bs-theme=dark] .ca-gov-logo-svg {
21102
+ background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201304%20949%22%3E%3Cpath%20fill%3D%22%23fdb71c%22%20d%3D%22M799%20398c3-11%2012-42%2027-91%203-13%2012-38%2027-77%2014-40%2026-71%2034-95-28%2019-53%2042-76%2067-92%20100-200%20220-238%20283%2014-4%2043-34%20136-66q43.5-16.5%2090-21m-16%2064c-291%200-418%20464-620%20464-46%200-81-21-106-62-16-27-25-58-24-90%200-84%2040-191%20120-320%2068-110%20140-198%20216-265%2065-58%20121-86%20168-86%2024-1%2046%2010%2061%2029%2012%2016%2018%2035%2017%2054%200%2038-13%2081-38%20130-22%2042-50%2080-83%20113-23%2021-40%2031-52%2031-9-1-17-5-22-12-5-5-8-13-8-20%200-14%2012-29%2036-47%2031-23%2058-51%2080-82%2029-43%2044-80%2044-110%201-1-2-19-8-27-6-6-15-9-24-9-22%200-52%2016-92%2047-53%2043-101%2091-143%20144-59%2069-108%20146-146%20228-34%2078-52%20144-52%20199-1%2024%208%2048%2023%2067%2014%2020%2037%2032%2062%2031%2092-3%20207-214%20243-263C787%20120%20814%20119%20867%2068c31-30%2055-44%2071-44%2010%200%2020%205%2026%2012s9%2016%2010%2025c-2%2020-8%2039-16%2058-19%2048-37%20100-54%20155-15%2049-25%2086-30%20112%205%200%209%200%2014-1%2011%200%2021-1%2029-1%2023%200%2034%209%2034%2026%200%208-3%2016-7%2022s-10%2011-17%2013c-6%201-13%201-19%201-17-1-33%201-50%204-4%2012-15%20117-31%20121-49%2043-45-95-44-109%22%2F%3E%3Cpath%20d%3D%22M495%20779c12%200%2024%205%2033%2014s14%2020%2014%2033c0%2026-21%2046-46%2046-26%200-46-21-46-46-1-26%2019-47%2045-47m284-123-33%2032c-18-21-44-33-72-33-22-1-44%208-60%2024-16%2015-25%2036-24%2058%200%2022%209%2044%2025%2059%2016%2016%2039%2025%2062%2024%2014%200%2028-3%2040-10%2012-8%2021-19%2026-31h-70v-43h122v10c0%2021-6%2042-17%2060-10%2018-25%2033-43%2044-19%2010-40%2016-62%2015-24%200-47-5-67-16s-36-27-47-47-17-43-17-66c0-31%2011-61%2032-84%2025-28%2061-44%2099-42%2020%200%2040%204%2059%2012%2018%208%2034%2020%2047%2034m159-45c33%200%2065%2013%2089%2037s38%2057%2037%2091c1%2034-12%2066-36%2090-50%2049-130%2049-179%200l-1-1c-49-50-49-131%201-180%2023-24%2055-37%2089-37m-1%2045c-21%200-42%208-56%2023-15%2016-24%2037-23%2060-1%2025%2010%2048%2029%2064%2014%2012%2033%2019%2051%2018%2021%200%2041-8%2056-24%2031-33%2031-84%200-117-15-16-36-24-57-24m118-36h47l61%20172%2062-172h47l-87%20242h-45z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E");
21103
+ }
21104
+ [data-bs-theme=dark] footer.global-footer {
21105
+ background-color: #24232c;
21106
+ }
21107
+ [data-bs-theme=dark] footer.global-footer .nav-link {
21108
+ color: var(--bs-white, #fff);
21109
+ }
21110
+ [data-bs-theme=dark] footer.global-footer .nav-link:hover, [data-bs-theme=dark] footer.global-footer .nav-link:focus {
21111
+ color: var(--bs-gray-300, #bcbbc1);
21112
+ }
21113
+ [data-bs-theme=dark] footer.global-footer .nav-link.ca-gov-icon-github, [data-bs-theme=dark] footer.global-footer .nav-link.ca-gov-icon-share-github {
21114
+ color: var(--bs-gray-300, #bcbbc1);
21115
+ }
21116
+ [data-bs-theme=dark] footer.global-footer .nav-link.ca-gov-icon-github:hover, [data-bs-theme=dark] footer.global-footer .nav-link.ca-gov-icon-github:focus, [data-bs-theme=dark] footer.global-footer .nav-link.ca-gov-icon-share-github:hover, [data-bs-theme=dark] footer.global-footer .nav-link.ca-gov-icon-share-github:focus {
21117
+ color: #a2a0a9;
21118
+ }
21119
+ [data-bs-theme=dark] .card .card-body {
21120
+ color: var(--bs-white, #fff);
21121
+ }
21122
+ [data-bs-theme=dark] .card .options .btn {
21123
+ background-color: var(--bs-gray-400, #a4a3ab);
21124
+ }
21125
+ [data-bs-theme=dark] .card .options .btn:hover, [data-bs-theme=dark] .card .options .btn:focus {
21126
+ background-color: var(--bs-gray-75, #f3f3f4);
21127
+ }
21128
+ [data-bs-theme=dark] .card.card-standout.highlight .card-header:before {
21129
+ border-top: 12px solid var(--bs-standout-lightest, #a3a3a3);
21130
+ }
21131
+ [data-bs-theme=dark] .card.card-standout .card-header {
21132
+ background-color: var(--bs-standout-lightest, #a3a3a3);
21133
+ color: var(--bs-black);
21134
+ }
21135
+ [data-bs-theme=dark] .card.card-standout .card-header .options .btn {
21136
+ background-color: var(--bs-standout-light, #474747);
21137
+ }
21138
+ [data-bs-theme=dark] .card.card-standout .card-header .options .btn:hover, [data-bs-theme=dark] .card.card-standout .card-header .options .btn:focus {
21139
+ background-color: var(--bs-standout-lighter, #757575 t);
21140
+ }
21141
+ [data-bs-theme=dark] .card.card-understated .card-header {
21142
+ background-color: var(--bs-alt-darkest, #c7c7cd);
21143
+ color: var(--bs-black);
21050
21144
  }
21051
21145
 
21052
21146
  /*