-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancement [DEV-10065] conform legends to ux specs (#1792)
* enhancement: conform legends to ux specs * fix: remove extra bootstrap import * enhancement: change themes to ts * enhancement: move scaling css to global * enhancement: replace more css with bootstrap * fix: add modules to sb * fix: added map container scope * fix: bootstrap ml and mr to 5.0 ms and me
- Loading branch information
Showing
38 changed files
with
479 additions
and
349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
declare module '*.svg' { | ||
const content: string | ||
|
||
export default content | ||
} | ||
|
||
declare module '*.json' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
<script> | ||
window.global = window; | ||
window.process = { // vite does not polyfill process https://github.com/storybookjs/storybook/issues/18920 | ||
"env": { | ||
"NODE_ENV": "production" | ||
window.global = window | ||
window.process = { | ||
// vite does not polyfill process https://github.com/storybookjs/storybook/issues/18920 | ||
env: { | ||
NODE_ENV: 'production' | ||
} | ||
} | ||
</script> | ||
<style> | ||
.search-result-item--label { | ||
color: #a3a3a3 !important; | ||
} | ||
.search-result-item--label { | ||
color: #a3a3a3 !important; | ||
} | ||
|
||
.search-result-item--label .sto-1xkb16p { | ||
color: #005eaa !important; | ||
} | ||
.search-result-item--label .sto-1xkb16p { | ||
color: #005eaa !important; | ||
} | ||
|
||
.sbdocs-h3 { | ||
color: #3a569b !important; | ||
} | ||
.sbdocs-h3 { | ||
color: #3a569b !important; | ||
} | ||
</style> | ||
<link rel="stylesheet prefetch" href="https://www.cdc.gov/TemplatePackage/contrib/libs/bootstrap/latest/css/bootstrap.min.css?_=39423"> | ||
<link rel="stylesheet prefetch" href="https://www.cdc.gov/TemplatePackage/4.0/assets/css/app.min.css?_=39423"> | ||
|
||
<!-- to toggle on tp5 --> | ||
<!-- <link rel="stylesheet prefetch" href="https://wcms-wp-test.cdc.gov/TemplatePackage/5.0/css/app.css?_=81698"> --> | ||
<link rel="stylesheet prefetch" href="https://www.cdc.gov/TemplatePackage/5.0/css/app.min.css?_=71669" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.