aimementoring / website

AIME Mentoring Website
2 stars 0 forks source link

CSS: Terms of service headings should be styled fr... #712

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

CSS: Terms of service headings should be styled from blueprint

https://github.com/aimementoring/website/blob/cd27c3743b492fa7b93950163b1a86620412e343/pages/terms-of-service/termsOfService.module.scss#L12


.termsOfServiceBanner {
  background: url($cdnRoot + 'assets/images/going-global/patternbg.jpg') no-repeat top center / cover fixed $magenta;
  composes: banner from '../../styles/patterns/patternBanner.module.scss';
}

.termsSection {

  composes: wrapper from '../../styles/patterns/patternWrapper.module.scss';

  // @todo CSS: Terms of service headings should be styled from blueprint 

  h2 {
    margin: 0 0 1.5em;
  }

}
ew file mode 100644
ndex 000000000..da1033e15
++ b/pages/thanks/index.js

b65bcd71cfb3d3bd5df02841f17b1801ac4a7302