applied variables and buttons styles
This commit is contained in:
@@ -20,6 +20,18 @@ export default function Footer(props) {
|
||||
|
||||
return (
|
||||
<footer className="govuk-footer " role="contentinfo">
|
||||
<div class="sharebar" id="sharebar">
|
||||
<div class="sharebar__components container-fluid">
|
||||
<div class="main__sharebar">
|
||||
<div
|
||||
id="sharebar__backtotop"
|
||||
class="btn--outlined btn--arrow-up"
|
||||
>
|
||||
<a href="#page_wrapper">Back to top</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="govuk-width-container ">
|
||||
<div className="govuk-footer__meta">
|
||||
<div className="govuk-footer__meta-item govuk-footer__meta-item--grow">
|
||||
|
||||
Reference in New Issue
Block a user