Skip to content

Commit

Permalink
Remove sticky note footer from Institutional Partner Program page
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyEJohnson committed Jan 22, 2024
1 parent 1257f44 commit 78e99ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import Results from './sections/results/results';
import Participants from './sections/participants/participants';
import SmallQuote from './sections/small-quote/small-quote';
import SignUp from './sections/sign-up/sign-up';
import StickyFooter from '~/components/sticky-footer/sticky-footer';
import './institutional-partnership.scss';

function unprefixKey(newObject, oldKey, prefix, data) {
Expand Down Expand Up @@ -43,12 +42,6 @@ function quoteData(data) {
}

function InstitutionalPartnership({data}) {
const leftButton = {
descriptionHtml: data.section_1_description,
text: data.section_1_link_text,
link: data.section_1_link
};

return (
<React.Fragment>
<Banner {...sectionData(data, 1)} />
Expand All @@ -73,7 +66,6 @@ function InstitutionalPartnership({data}) {
</LazyLoad>
<LazyLoad>
<SignUp {...sectionData(data, 9)} />
<StickyFooter leftButton={leftButton} />
</LazyLoad>
</React.Fragment>
);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import 'pattern-library/core/pattern-library/headers';
@import '../../components/sticky-footer/button-group-mixin';

$near-white: #f8f8f8;

Expand Down Expand Up @@ -39,15 +38,6 @@ $near-white: #f8f8f8;
color: text-color(white);
}

.sticky-footer {
background-color: $near-white;
grid-template-columns: auto;
max-height: none;
padding: 1.5rem 3rem;

@include button-group-mixin();
}

[data-html] > p {
&:first-child {
margin-top: 0;
Expand Down

0 comments on commit 78e99ae

Please sign in to comment.