@caweb/html-webpack-plugin 1.4.5 → 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.
- package/build/delta-rtl.css +329 -235
- package/build/delta.asset.php +1 -1
- package/build/delta.css +329 -235
- package/build/delta.css.map +1 -1
- package/build/eureka-rtl.css +329 -235
- package/build/eureka.asset.php +1 -1
- package/build/eureka.css +329 -235
- package/build/eureka.css.map +1 -1
- package/build/mono-rtl.css +329 -235
- package/build/mono.asset.php +1 -1
- package/build/mono.css +329 -235
- package/build/mono.css.map +1 -1
- package/build/oceanside-rtl.css +329 -235
- package/build/oceanside.asset.php +1 -1
- package/build/oceanside.css +329 -235
- package/build/oceanside.css.map +1 -1
- package/build/orangecounty-rtl.css +329 -235
- package/build/orangecounty.asset.php +1 -1
- package/build/orangecounty.css +329 -235
- package/build/orangecounty.css.map +1 -1
- package/build/pasorobles-rtl.css +329 -235
- package/build/pasorobles.asset.php +1 -1
- package/build/pasorobles.css +329 -235
- package/build/pasorobles.css.map +1 -1
- package/build/sacramento-rtl.css +329 -235
- package/build/sacramento.asset.php +1 -1
- package/build/sacramento.css +329 -235
- package/build/sacramento.css.map +1 -1
- package/build/santabarbara-rtl.css +329 -235
- package/build/santabarbara.asset.php +1 -1
- package/build/santabarbara.css +329 -235
- package/build/santabarbara.css.map +1 -1
- package/build/santacruz-rtl.css +329 -235
- package/build/santacruz.asset.php +1 -1
- package/build/santacruz.css +329 -235
- package/build/santacruz.css.map +1 -1
- package/build/shasta-rtl.css +329 -235
- package/build/shasta.asset.php +1 -1
- package/build/shasta.css +329 -235
- package/build/shasta.css.map +1 -1
- package/build/sierra-rtl.css +329 -235
- package/build/sierra.asset.php +1 -1
- package/build/sierra.css +329 -235
- package/build/sierra.css.map +1 -1
- package/build/trinity-rtl.css +329 -235
- package/build/trinity.asset.php +1 -1
- package/build/trinity.css +329 -235
- package/build/trinity.css.map +1 -1
- package/package.json +1 -1
- package/sample/components/cards.html +1 -1
- package/sample/components/lists.html +3 -0
- package/sample/components/service-tiles.html +56 -28
- package/sample/default.html +0 -3
- package/sample/index.html +2 -1
- package/sample/structural/navigation.html +3 -1
package/build/eureka.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/eureka.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: #21272a;
|
|
6481
6481
|
--bs-facebook: #3d77ea;
|
|
6482
6482
|
--bs-twitter: #000;
|
|
6483
|
-
--bs-
|
|
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: 33, 39, 42;
|
|
6505
6505
|
--bs-facebook-rgb: 61, 119, 234;
|
|
6506
6506
|
--bs-twitter-rgb: 0, 0, 0;
|
|
6507
|
-
--bs-
|
|
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: #
|
|
6600
|
-
--bs-body-color-rgb:
|
|
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(
|
|
6606
|
-
--bs-secondary-color-rgb:
|
|
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(
|
|
6610
|
-
--bs-tertiary-color-rgb:
|
|
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: #
|
|
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
|
|
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%
|
|
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-
|
|
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-
|
|
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-
|
|
12015
|
-
--bs-alert-color: var(--bs-
|
|
12016
|
-
--bs-alert-bg: var(--bs-
|
|
12017
|
-
--bs-alert-border-color: var(--bs-
|
|
12018
|
-
--bs-alert-link-color: var(--bs-
|
|
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-
|
|
12568
|
-
--bs-list-group-color: var(--bs-
|
|
12569
|
-
--bs-list-group-bg: var(--bs-
|
|
12570
|
-
--bs-list-group-border-color: var(--bs-
|
|
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-
|
|
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-
|
|
12575
|
-
--bs-list-group-active-color: var(--bs-
|
|
12576
|
-
--bs-list-group-active-bg: var(--bs-
|
|
12577
|
-
--bs-list-group-active-border-color: var(--bs-
|
|
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-
|
|
14251
|
+
.text-bg-google-plus {
|
|
14252
14252
|
color: #000 !important;
|
|
14253
|
-
background-color: RGBA(var(--bs-
|
|
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-
|
|
14428
|
-
color: RGBA(var(--bs-
|
|
14429
|
-
text-decoration-color: RGBA(var(--bs-
|
|
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-
|
|
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-
|
|
14986
|
-
--bs-focus-ring-color: rgba(var(--bs-
|
|
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-
|
|
16184
|
+
.text-google-plus {
|
|
16185
16185
|
--bs-text-opacity: 1;
|
|
16186
|
-
color: rgba(var(--bs-
|
|
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-
|
|
16559
|
+
.bg-google-plus {
|
|
16560
16560
|
--bs-bg-opacity: 1;
|
|
16561
|
-
background-color: rgba(var(--bs-
|
|
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
|
|
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
|
-
|
|
20164
|
-
/src/styles/components/alerts.scss
|
|
20159
|
+
Typography
|
|
20165
20160
|
----------------------------------------- */
|
|
20166
|
-
|
|
20167
|
-
|
|
20168
|
-
margin-bottom: 0;
|
|
20169
|
-
padding: 0.5rem 0;
|
|
20161
|
+
h1, .h1 {
|
|
20162
|
+
line-height: 1.25;
|
|
20170
20163
|
}
|
|
20171
20164
|
|
|
20172
|
-
|
|
20173
|
-
|
|
20174
|
-
flex-direction: row;
|
|
20175
|
-
align-items: center;
|
|
20165
|
+
h2, .h2 {
|
|
20166
|
+
line-height: 1.375;
|
|
20176
20167
|
}
|
|
20177
|
-
|
|
20178
|
-
|
|
20179
|
-
|
|
20168
|
+
|
|
20169
|
+
h3, .h3 {
|
|
20170
|
+
line-height: 1.5;
|
|
20180
20171
|
}
|
|
20181
|
-
|
|
20182
|
-
|
|
20183
|
-
|
|
20184
|
-
|
|
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
|
-
|
|
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-
|
|
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-
|
|
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, #21272a);
|
|
20423
|
+
background-color: var(--bs-white, #fff);
|
|
20424
|
+
border-color: var(--bs-standout, #21272a);
|
|
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, #21272a);
|
|
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, #21272a);
|
|
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, #21272a);
|
|
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, #21272a);
|
|
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, #21272a);
|
|
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, #21272a);
|
|
@@ -20766,8 +20831,8 @@ blockquote footer::before {
|
|
|
20766
20831
|
background-color: var(--bs-standout-darker, #21272a);
|
|
20767
20832
|
}
|
|
20768
20833
|
.card.card-overstated .card-header {
|
|
20769
|
-
color: var(--bs-white, #fff);
|
|
20770
20834
|
background-color: var(--bs-main, #3e4b4d);
|
|
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, #3e4b4d);
|
|
20778
20843
|
}
|
|
20779
20844
|
.card.card-understated .card-header {
|
|
20780
|
-
color: inherit;
|
|
20781
20845
|
background-color: var(--bs-alt, #f9f4f0);
|
|
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-
|
|
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
|
-
|
|
20961
|
-
/src/styles/components/
|
|
21029
|
+
SECTIONS
|
|
21030
|
+
/src/styles/components/sections.scss
|
|
20962
21031
|
----------------------------------------- */
|
|
20963
|
-
|
|
20964
|
-
|
|
20965
|
-
width: 80%;
|
|
20966
|
-
margin: auto;
|
|
20967
|
-
}
|
|
20968
|
-
header.global-header .search-container form .search-button {
|
|
20969
|
-
color: var(--bs-standout, #21272a);
|
|
20970
|
-
background-color: var(--bs-white, #fff);
|
|
20971
|
-
border-color: var(--bs-standout, #21272a);
|
|
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, #21272a);
|
|
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, #21272a);
|
|
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, #21272a);
|
|
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, #21272a);
|
|
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
|
-
|
|
21035
|
-
|
|
21036
|
-
|
|
21037
|
-
|
|
21038
|
-
|
|
21039
|
-
|
|
21040
|
-
|
|
21041
|
-
|
|
21042
|
-
|
|
21043
|
-
|
|
21044
|
-
|
|
21045
|
-
|
|
21046
|
-
|
|
21047
|
-
|
|
21048
|
-
|
|
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, #a6a9aa);
|
|
21130
|
+
}
|
|
21131
|
+
[data-bs-theme=dark] .card.card-standout .card-header {
|
|
21132
|
+
background-color: var(--bs-standout-lightest, #a6a9aa);
|
|
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, #4d5255);
|
|
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, #7a7d7f t);
|
|
21140
|
+
}
|
|
21141
|
+
[data-bs-theme=dark] .card.card-understated .card-header {
|
|
21142
|
+
background-color: var(--bs-alt-darkest, #e5cfbd);
|
|
21143
|
+
color: var(--bs-black);
|
|
21050
21144
|
}
|
|
21051
21145
|
|
|
21052
21146
|
/*
|