-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f3aaabf
commit b06e197
Showing
26 changed files
with
2,026 additions
and
2 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
68 changes: 68 additions & 0 deletions
68
packages/cdn-builds/build/@uvalib/web-styles/css/component-styles.css
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,68 @@ | ||
@import url("https://use.typekit.net/tgy5tlj.css"); | ||
/** | ||
* Screen Reader only text for use where text is needed for non visual users | ||
* | ||
* @mixin | ||
* @section Accessibility Mixins | ||
* @example | ||
* span.srOnly { | ||
* @include sr-only; | ||
* } | ||
*/ | ||
/* small media width */ | ||
:host { | ||
--uvalib-brand-blue-lightest: #87b9d9; | ||
--uvalib-brand-blue-lighter: #3395d4; | ||
--uvalib-brand-blue-light: #0370b7; | ||
--uvalib-brand-blue: #232d4b; | ||
--uvalib-brand-orange-lightest: #ffead6; | ||
--uvalib-brand-orange: #e57200; | ||
--uvalib-brand-orange-dark: #b35900; | ||
--uvalib-blue-alt-light: #55c4ec; | ||
--uvalib-blue-alt: #007bac; | ||
--uvalib-blue-alt-dark: #005679; | ||
--uvalib-blue-alt-darkest: #141e3c; | ||
--uvalib-teal-lightest: #c8f2f4; | ||
--uvalib-teal-light: #5bd7de; | ||
--uvalib-teal: #25cad3; | ||
--uvalib-teal-dark: #1da1a8; | ||
--uvalib-teal-darker: #16777c; | ||
--uvalib-green-lightest: #ddefdc; | ||
--uvalib-green: #62bb46; | ||
--uvalib-green-dark: #4e9737; | ||
--uvalib-red-lightest: #fbcfda; | ||
--uvalib-red: #ef3f6b; | ||
--uvalib-red-emergency: #b30000; | ||
--uvalib-red-darker: #b30000; | ||
--uvalib-red-dark: #df1e43; | ||
--uvalib-yellow-light: #fef6c8; | ||
--uvalib-yellow: #ecc602; | ||
--uvalib-yellow-dark: #b99c02; | ||
--uvalib-beige: #f7efe1; | ||
--uvalib-beige-dark: #c0b298; | ||
--uvalib-grey-lightest: #f1f1f1; | ||
--uvalib-grey-light: #dadada; | ||
--uvalib-grey: #808080; | ||
--uvalib-grey-dark: #4f4f4f; | ||
--uvalib-grey-darkest: #2b2b2b; | ||
--uvalib-white: #ffffff; | ||
--uvalib-text-light: #ffffff; | ||
--uvalib-text: #4f4f4f; | ||
--uvalib-text-dark: #2b2b2b; | ||
--uvalib-primary-orange: #e57200; | ||
--uvalib-accessibility-highlight: #0370b7; | ||
--uvalib-color-link: #005679; | ||
--uvalib-color-link-darker: #005679; | ||
--uvalib-color-primary-text: #4f4f4f; | ||
--uvalib-color-error: #b30000; | ||
--uvalib-font-size-unit: 16px; | ||
--uvalib-font-primary: franklin-gothic-urw, arial, sans-serif; | ||
--uvalib-font-decorative: bodoni-urw, georgia, serif; | ||
--uvalib-font-weight-light: 300; | ||
--uvalib-font-weight-book: 400; | ||
--uvalib-font-weight-medium: 500; | ||
--uvalib-font-weight-demi: 700; | ||
--uvalib-font-weight-heavy: 900; | ||
--uvalib-max-width: 1200px; | ||
font-family: var(--uvalib-font-primary); | ||
} |
4 changes: 4 additions & 0 deletions
4
packages/cdn-builds/build/@uvalib/web-styles/css/component-styles.css.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
137 changes: 137 additions & 0 deletions
137
packages/cdn-builds/build/@uvalib/web-styles/css/serialsolutions.css
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,137 @@ | ||
@import url("https://use.typekit.net/tgy5tlj.css"); | ||
/** | ||
* Screen Reader only text for use where text is needed for non visual users | ||
* | ||
* @mixin | ||
* @section Accessibility Mixins | ||
* @example | ||
* span.srOnly { | ||
* @include sr-only; | ||
* } | ||
*/ | ||
/* small media width */ | ||
:root { | ||
--uvalib-brand-blue-lightest: #87b9d9; | ||
--uvalib-brand-blue-lighter: #3395d4; | ||
--uvalib-brand-blue-light: #0370b7; | ||
--uvalib-brand-blue: #232d4b; | ||
--uvalib-brand-orange-lightest: #ffead6; | ||
--uvalib-brand-orange: #e57200; | ||
--uvalib-brand-orange-dark: #b35900; | ||
--uvalib-blue-alt-light: #55c4ec; | ||
--uvalib-blue-alt: #007bac; | ||
--uvalib-blue-alt-dark: #005679; | ||
--uvalib-blue-alt-darkest: #141e3c; | ||
--uvalib-teal-lightest: #c8f2f4; | ||
--uvalib-teal-light: #5bd7de; | ||
--uvalib-teal: #25cad3; | ||
--uvalib-teal-dark: #1da1a8; | ||
--uvalib-teal-darker: #16777c; | ||
--uvalib-green-lightest: #ddefdc; | ||
--uvalib-green: #62bb46; | ||
--uvalib-green-dark: #4e9737; | ||
--uvalib-red-lightest: #fbcfda; | ||
--uvalib-red: #ef3f6b; | ||
--uvalib-red-emergency: #b30000; | ||
--uvalib-red-darker: #b30000; | ||
--uvalib-red-dark: #df1e43; | ||
--uvalib-yellow-light: #fef6c8; | ||
--uvalib-yellow: #ecc602; | ||
--uvalib-yellow-dark: #b99c02; | ||
--uvalib-beige: #f7efe1; | ||
--uvalib-beige-dark: #c0b298; | ||
--uvalib-grey-lightest: #f1f1f1; | ||
--uvalib-grey-light: #dadada; | ||
--uvalib-grey: #808080; | ||
--uvalib-grey-dark: #4f4f4f; | ||
--uvalib-grey-darkest: #2b2b2b; | ||
--uvalib-white: #ffffff; | ||
--uvalib-text-light: #ffffff; | ||
--uvalib-text: #4f4f4f; | ||
--uvalib-text-dark: #2b2b2b; | ||
--uvalib-primary-orange: #e57200; | ||
--uvalib-accessibility-highlight: #0370b7; | ||
--uvalib-color-link: #005679; | ||
--uvalib-color-link-darker: #005679; | ||
--uvalib-color-primary-text: #4f4f4f; | ||
--uvalib-color-error: #b30000; | ||
font-family: "franklin-gothic-urw", arial, sans-serif; | ||
font-weight: 300; | ||
margin-top: 1em; | ||
margin-bottom: calc(1em/ 4); | ||
text-transform: none; | ||
color: #4f4f4f; | ||
} | ||
|
||
.apply-border { | ||
position: relative; | ||
padding: 0.75rem 1.25rem; | ||
margin-bottom: 1rem; | ||
border: 1px solid #dadada; | ||
} | ||
|
||
h1, | ||
.h1 { | ||
font-family: "franklin-gothic-urw", arial, sans-serif; | ||
font-weight: 700; | ||
font-size: calc(16px* 3.75); | ||
line-height: calc(16px* 3.75); | ||
color: #232d4b; | ||
margin-top: calc(1em/ 4); | ||
margin-bottom: calc(1em/ 1.5); | ||
} | ||
|
||
h2, | ||
.h2 { | ||
font-family: "franklin-gothic-urw", arial, sans-serif; | ||
font-weight: 500; | ||
font-size: calc(16px* 2); | ||
line-height: calc(16px* 2); | ||
color: #232d4b; | ||
} | ||
|
||
h3, | ||
.h3 { | ||
font-family: "franklin-gothic-urw", arial, sans-serif; | ||
font-weight: 500; | ||
font-size: calc(16px* 1.5); | ||
line-height: calc(16px* 1.5); | ||
color: #232d4b; | ||
} | ||
|
||
h4, | ||
.h4 { | ||
font-family: "franklin-gothic-urw", arial, sans-serif; | ||
font-weight: 500; | ||
font-size: calc(16px* 1.25); | ||
line-height: calc(16px* 1.25); | ||
color: #232d4b; | ||
} | ||
|
||
h5, | ||
.h5 { | ||
font-family: "franklin-gothic-urw", arial, sans-serif; | ||
font-weight: 500; | ||
font-size: 16px; | ||
line-height: 16px; | ||
color: #232d4b; | ||
} | ||
|
||
h6, | ||
.h6 { | ||
font-family: "franklin-gothic-urw", arial, sans-serif; | ||
font-weight: 400; | ||
font-size: 16px; | ||
line-height: 16px; | ||
color: #4f4f4f; | ||
} | ||
|
||
/* rid of FOUCE (Flash of Undefined Custom Elements) */ | ||
:not(:defined) { | ||
visibility: hidden; | ||
} | ||
|
||
/* Common Components used */ | ||
playground-ide { | ||
margin-top: 1em; | ||
} |
4 changes: 4 additions & 0 deletions
4
packages/cdn-builds/build/@uvalib/web-styles/css/serialsolutions.css.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
137 changes: 137 additions & 0 deletions
137
packages/cdn-builds/build/@uvalib/web-styles/css/styles.css
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,137 @@ | ||
@import url("https://use.typekit.net/tgy5tlj.css"); | ||
/** | ||
* Screen Reader only text for use where text is needed for non visual users | ||
* | ||
* @mixin | ||
* @section Accessibility Mixins | ||
* @example | ||
* span.srOnly { | ||
* @include sr-only; | ||
* } | ||
*/ | ||
/* small media width */ | ||
:root { | ||
--uvalib-brand-blue-lightest: #87b9d9; | ||
--uvalib-brand-blue-lighter: #3395d4; | ||
--uvalib-brand-blue-light: #0370b7; | ||
--uvalib-brand-blue: #232d4b; | ||
--uvalib-brand-orange-lightest: #ffead6; | ||
--uvalib-brand-orange: #e57200; | ||
--uvalib-brand-orange-dark: #b35900; | ||
--uvalib-blue-alt-light: #55c4ec; | ||
--uvalib-blue-alt: #007bac; | ||
--uvalib-blue-alt-dark: #005679; | ||
--uvalib-blue-alt-darkest: #141e3c; | ||
--uvalib-teal-lightest: #c8f2f4; | ||
--uvalib-teal-light: #5bd7de; | ||
--uvalib-teal: #25cad3; | ||
--uvalib-teal-dark: #1da1a8; | ||
--uvalib-teal-darker: #16777c; | ||
--uvalib-green-lightest: #ddefdc; | ||
--uvalib-green: #62bb46; | ||
--uvalib-green-dark: #4e9737; | ||
--uvalib-red-lightest: #fbcfda; | ||
--uvalib-red: #ef3f6b; | ||
--uvalib-red-emergency: #b30000; | ||
--uvalib-red-darker: #b30000; | ||
--uvalib-red-dark: #df1e43; | ||
--uvalib-yellow-light: #fef6c8; | ||
--uvalib-yellow: #ecc602; | ||
--uvalib-yellow-dark: #b99c02; | ||
--uvalib-beige: #f7efe1; | ||
--uvalib-beige-dark: #c0b298; | ||
--uvalib-grey-lightest: #f1f1f1; | ||
--uvalib-grey-light: #dadada; | ||
--uvalib-grey: #808080; | ||
--uvalib-grey-dark: #4f4f4f; | ||
--uvalib-grey-darkest: #2b2b2b; | ||
--uvalib-white: #ffffff; | ||
--uvalib-text-light: #ffffff; | ||
--uvalib-text: #4f4f4f; | ||
--uvalib-text-dark: #2b2b2b; | ||
--uvalib-primary-orange: #e57200; | ||
--uvalib-accessibility-highlight: #0370b7; | ||
--uvalib-color-link: #005679; | ||
--uvalib-color-link-darker: #005679; | ||
--uvalib-color-primary-text: #4f4f4f; | ||
--uvalib-color-error: #b30000; | ||
font-family: "franklin-gothic-urw", arial, sans-serif; | ||
font-weight: 300; | ||
margin-top: 1em; | ||
margin-bottom: calc(1em/ 4); | ||
text-transform: none; | ||
color: #4f4f4f; | ||
} | ||
|
||
.apply-border { | ||
position: relative; | ||
padding: 0.75rem 1.25rem; | ||
margin-bottom: 1rem; | ||
border: 1px solid #dadada; | ||
} | ||
|
||
h1, | ||
.h1 { | ||
font-family: "franklin-gothic-urw", arial, sans-serif; | ||
font-weight: 700; | ||
font-size: calc(16px* 3.75); | ||
line-height: calc(16px* 3.75); | ||
color: #232d4b; | ||
margin-top: calc(1em/ 4); | ||
margin-bottom: calc(1em/ 1.5); | ||
} | ||
|
||
h2, | ||
.h2 { | ||
font-family: "franklin-gothic-urw", arial, sans-serif; | ||
font-weight: 500; | ||
font-size: calc(16px* 2); | ||
line-height: calc(16px* 2); | ||
color: #232d4b; | ||
} | ||
|
||
h3, | ||
.h3 { | ||
font-family: "franklin-gothic-urw", arial, sans-serif; | ||
font-weight: 500; | ||
font-size: calc(16px* 1.5); | ||
line-height: calc(16px* 1.5); | ||
color: #232d4b; | ||
} | ||
|
||
h4, | ||
.h4 { | ||
font-family: "franklin-gothic-urw", arial, sans-serif; | ||
font-weight: 500; | ||
font-size: calc(16px* 1.25); | ||
line-height: calc(16px* 1.25); | ||
color: #232d4b; | ||
} | ||
|
||
h5, | ||
.h5 { | ||
font-family: "franklin-gothic-urw", arial, sans-serif; | ||
font-weight: 500; | ||
font-size: 16px; | ||
line-height: 16px; | ||
color: #232d4b; | ||
} | ||
|
||
h6, | ||
.h6 { | ||
font-family: "franklin-gothic-urw", arial, sans-serif; | ||
font-weight: 400; | ||
font-size: 16px; | ||
line-height: 16px; | ||
color: #4f4f4f; | ||
} | ||
|
||
/* rid of FOUCE (Flash of Undefined Custom Elements) */ | ||
:not(:defined) { | ||
visibility: hidden; | ||
} | ||
|
||
/* Common Components used */ | ||
playground-ide { | ||
margin-top: 1em; | ||
} |
4 changes: 4 additions & 0 deletions
4
packages/cdn-builds/build/@uvalib/web-styles/css/styles.css.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.