File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ module.exports = async function() {
7373 await generator . install ( [
7474 'tslib' ,
7575 '@rhds/elements' ,
76- '@rhds/elements/rh-footer/rh-global- footer.js' ,
76+ '@rhds/elements/rh-footer/rh-footer-universal .js' ,
7777 `prismjs@${ PRISM_VERSION } ` ,
7878 'element-internals-polyfill' ,
7979 `fuse.js@${ FUSE_VERSION } ` ,
Original file line number Diff line number Diff line change 44 {% endif %}
55{% endfor %}
66
7- <rh-global- footer >
7+ <rh-footer-universal >
88 <h3 slot =" links-primary" hidden >Community</h3 >
99 <ul slot =" links-primary" >
1010 <li ><a href =" https://github.com/patternfly/patternfly-elements" >GitHub</a ></li >
2323 <a slot =" tertiary" href =" https://www.netlify.com" >
2424 <img src =" https://www.netlify.com/img/global/badges/netlify-color-accent.svg" alt =" Deploys by Netlify" >
2525 </a >
26- </rh-global- footer >
26+ </rh-footer-universal >
Original file line number Diff line number Diff line change 4444 --pf-cta--Color : # 06c ;
4545}
4646
47- # home-header a .cta .primary : hover ,
47+ # home-header a .cta .primary : hover ,
4848# home-header a .cta .primary : focus {
4949 --pf-cta--BackgroundColor : transparent;
5050}
114114 margin : 0 auto;
115115}
116116
117- rh-global- footer {
117+ rh-footer-universal {
118118 width : 100vw !important ;
119119 translate : none !important ;
120120 transform : none;
Original file line number Diff line number Diff line change @@ -1106,7 +1106,7 @@ dl.member dd {
11061106}
11071107
11081108@media (min-width : 820px ) {
1109- rh-global- footer {
1109+ rh-footer-universal {
11101110 width : calc (100vw - 17.5rem );
11111111 transform : translate (17.5rem );
11121112 }
Original file line number Diff line number Diff line change 1- import '@rhds/elements/rh-footer/rh-global- footer.js' ;
1+ import '@rhds/elements/rh-footer/rh-footer-universal .js' ;
22import 'element-internals-polyfill' ;
33import { PfIcon } from '@patternfly/elements/pf-icon/pf-icon.js' ;
44
You can’t perform that action at this time.
0 commit comments