aimementoring / website

AIME Mentoring Website
2 stars 0 forks source link

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

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/2fafb82175958eb3417a8acda2674080ff728516/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

c3d6422fe0e09a6b115757ae3d07ff6025d40809