@comicrelief/storybook 1.34.2 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nvmrc +1 -1
- package/README.md +1 -0
- package/build/index.js +14 -14
- package/coverage/clover.xml +2 -2
- package/coverage/lcov-report/index.html +1 -1
- package/coverage/lcov-report/src/components/FileUp/FileUp.js.html +1 -1
- package/coverage/lcov-report/src/components/FileUp/index.html +1 -1
- package/coverage/lcov-report/src/components/FileUp/src/service/S3FileUploadService.js.html +1 -1
- package/coverage/lcov-report/src/components/FileUp/src/service/index.html +1 -1
- package/coverage/lcov-report/src/components/SchoolsLookUp/SchoolsLookUp.js.html +1 -1
- package/coverage/lcov-report/src/components/SchoolsLookUp/index.html +1 -1
- package/coverage/lcov-report/src/utils/index.html +1 -1
- package/coverage/lcov-report/src/utils/newid.js.html +1 -1
- package/coverage/lcov-report/tests/mocks/enzyme.js.html +1 -1
- package/coverage/lcov-report/tests/mocks/fileMock.js.html +1 -1
- package/coverage/lcov-report/tests/mocks/index.html +1 -1
- package/coverage/lcov-report/tests/mocks/shim.js.html +1 -1
- package/coverage/lcov-report/tests/mocks/styleMock.js.html +1 -1
- package/package.json +10 -4
- package/src/components/BrowserSupportMessage/BrowserSupport.scss +9 -9
- package/src/components/CookieConsentMessage/CookieConsent.scss +13 -13
- package/src/components/Footer/Footer.js +1 -2
- package/src/components/Footer/_story.js +1 -1
- package/src/components/Footer/footer.scss +9 -9
- package/src/components/Footer/package.json +1 -2
- package/src/components/GrantsNearYou/GrantsNearYou.scss +9 -9
- package/src/components/JustInTime/JustInTime.scss +6 -6
- package/src/components/RadioButtons/RadioButtons.scss +9 -9
- package/src/components/SVG/instagram.svg +18 -0
- package/src/components/SVG/spritesheet.svg +142 -0
- package/src/components/SchoolsLookUp/SchoolsLookUp.scss +11 -11
- package/src/components/SocialLink/SocialLink.js +2 -2
- package/src/components/SocialLink/package.json +1 -2
- package/src/sass/base/_components.scss +66 -0
- package/src/sass/base/_core.scss +12 -0
- package/src/sass/base/_variables.scss +9 -0
- package/src/sass/base/components/animations/_animations.scss +37 -0
- package/src/sass/base/components/animations/animations.twig +1 -0
- package/src/sass/base/components/background-colours/_background-colours.scss +105 -0
- package/src/sass/base/components/background-colours/background-colours.twig +28 -0
- package/src/sass/base/components/background-single-msg/_background-single-msg.scss +69 -0
- package/src/sass/base/components/background-single-msg/background-single-msg.twig +16 -0
- package/src/sass/base/components/banners/_card-banner.scss +87 -0
- package/src/sass/base/components/banners/card-banner.json +5 -0
- package/src/sass/base/components/banners/card-banner.twig +13 -0
- package/src/sass/base/components/buttons/_buttons.scss +158 -0
- package/src/sass/base/components/buttons/buttons.twig +4 -0
- package/src/sass/base/components/card-block/_card.scss +85 -0
- package/src/sass/base/components/card-block/card.json +5 -0
- package/src/sass/base/components/card-block/card.twig +13 -0
- package/src/sass/base/components/cards/_cards.scss +55 -0
- package/src/sass/base/components/cards/cards.twig +19 -0
- package/src/sass/base/components/content-block/_content-block.scss +67 -0
- package/src/sass/base/components/content-block/content-block.twig +20 -0
- package/src/sass/base/components/content-wall/_content-wall.scss +57 -0
- package/src/sass/base/components/content-wall/content-wall.twig +211 -0
- package/src/sass/base/components/cookie-consent/_cookie-consent.scss +116 -0
- package/src/sass/base/components/cookie-consent/cookie-consent.json +7 -0
- package/src/sass/base/components/cookie-consent/cookie-consent.twig +7 -0
- package/src/sass/base/components/custom-block/_custom-block.scss +16 -0
- package/src/sass/base/components/demo/_demo.scss +5 -0
- package/src/sass/base/components/demo/demo.json +5 -0
- package/src/sass/base/components/demo/demo.twig +14 -0
- package/src/sass/base/components/email-signup/_email-signup-head.scss +163 -0
- package/src/sass/base/components/email-signup/_email-signup.scss +835 -0
- package/src/sass/base/components/email-signup/email-signup-fundraise.twig +33 -0
- package/src/sass/base/components/email-signup/email-signup-header.twig +38 -0
- package/src/sass/base/components/email-signup/email-signup-interest.twig +35 -0
- package/src/sass/base/components/email-signup/email-signup-standard.twig +50 -0
- package/src/sass/base/components/email-signup/email-signup-workplace.twig +39 -0
- package/src/sass/base/components/email-signup/images/arrow-right.svg +6 -0
- package/src/sass/base/components/email-signup/images/cross-close.svg +5 -0
- package/src/sass/base/components/email-signup/images/error-icon.png +0 -0
- package/src/sass/base/components/email-signup/images/error-red-cross.svg +7 -0
- package/src/sass/base/components/email-signup/images/esuEmailIconLarge.png +0 -0
- package/src/sass/base/components/email-signup/images/esuEmailIconSmall.png +0 -0
- package/src/sass/base/components/email-signup/images/fixedplaceholder-register-interest-bg-1x.png +0 -0
- package/src/sass/base/components/email-signup/images/fixedplaceholder-register-interest-bg-2x.png +0 -0
- package/src/sass/base/components/email-signup/images/fixedplaceholder-register-interest-bg-sm-1x.png +0 -0
- package/src/sass/base/components/email-signup/images/fixedplaceholder-register-interest-bg-sm-2x.png +0 -0
- package/src/sass/base/components/external-link/_external-link.scss +16 -0
- package/src/sass/base/components/feature-articles-block/_feature-articles-block.scss +30 -0
- package/src/sass/base/components/feature-articles-block/feature-articles-block.twig +14 -0
- package/src/sass/base/components/footer/_footer.scss +39 -0
- package/src/sass/base/components/footer/footer.twig +24 -0
- package/src/sass/base/components/form/_form.scss +132 -0
- package/src/sass/base/components/form/_standard-form.scss +361 -0
- package/src/sass/base/components/form/form.twig +146 -0
- package/src/sass/base/components/form/images/checkbox-white-tick.png +0 -0
- package/src/sass/base/components/form/images/error-alert-icon.png +0 -0
- package/src/sass/base/components/fundraising-target/_fundraising-target.scss +99 -0
- package/src/sass/base/components/fundraising-target/fundraising-target.twig +23 -0
- package/src/sass/base/components/grants-near-you/__grants-near-you.scss +111 -0
- package/src/sass/base/components/grid/_grid.scss +73 -0
- package/src/sass/base/components/grid/grid.twig +108 -0
- package/src/sass/base/components/header/_base-header.scss +52 -0
- package/src/sass/base/components/header/base_header.twig +8 -0
- package/src/sass/base/components/iframe-block/_iframe-block.scss +64 -0
- package/src/sass/base/components/just-in-time-block/_just-in-time.scss +90 -0
- package/src/sass/base/components/just-in-time-block/just-in-time-block.twig +11 -0
- package/src/sass/base/components/lightcase/_lightcase.scss +482 -0
- package/src/sass/base/components/links/_links.scss +42 -0
- package/src/sass/base/components/links/links.twig +9 -0
- package/src/sass/base/components/list/_list.scss +37 -0
- package/src/sass/base/components/media/_media.scss +37 -0
- package/src/sass/base/components/media-block/_media-block.scss +84 -0
- package/src/sass/base/components/media-block/js/media-block.js +31 -0
- package/src/sass/base/components/media-block/media-block.twig +31 -0
- package/src/sass/base/components/meta-icons/_meta-icons.scss +74 -0
- package/src/sass/base/components/meta-icons/meta-icons.twig +20 -0
- package/src/sass/base/components/navigation/SR18_logo_date_blacktext.svg +90 -0
- package/src/sass/base/components/navigation/SR18_logo_date_whitetext.svg +91 -0
- package/src/sass/base/components/navigation/_feature-nav.scss +150 -0
- package/src/sass/base/components/navigation/_footer-nav.scss +37 -0
- package/src/sass/base/components/navigation/_hamburger-menu-button.scss +108 -0
- package/src/sass/base/components/navigation/_main-nav.scss +248 -0
- package/src/sass/base/components/navigation/feature-nav-open.twig +22 -0
- package/src/sass/base/components/navigation/feature-nav.twig +46 -0
- package/src/sass/base/components/navigation/footer-nav.twig +16 -0
- package/src/sass/base/components/navigation/js/main-nav.js +173 -0
- package/src/sass/base/components/navigation/main-nav.twig +82 -0
- package/src/sass/base/components/news-article/_news-article.scss +128 -0
- package/src/sass/base/components/news-article/_press-release-article.scss +21 -0
- package/src/sass/base/components/news-article/news-article.twig +60 -0
- package/src/sass/base/components/news-article/press-release-article.twig +54 -0
- package/src/sass/base/components/news-overview/_news.scss +118 -0
- package/src/sass/base/components/news-overview/news.twig +256 -0
- package/src/sass/base/components/news-overview/news_press-releases.twig +148 -0
- package/src/sass/base/components/news-teaser/_news-article-teaser.scss +132 -0
- package/src/sass/base/components/news-teaser/_news-teaser.scss +42 -0
- package/src/sass/base/components/news-teaser/images/copyvideo--play-icon.svg +13 -0
- package/src/sass/base/components/news-teaser/images/copyvideo--play-icon__hover.svg +15 -0
- package/src/sass/base/components/news-teaser/images/play-icon.svg +5 -0
- package/src/sass/base/components/news-teaser/images/press-logos.png +0 -0
- package/src/sass/base/components/news-teaser/news-teaser.twig +15 -0
- package/src/sass/base/components/pagination/_pagination.scss +50 -0
- package/src/sass/base/components/pagination/pagination.twig +29 -0
- package/src/sass/base/components/paragraph--cr-single-message-row/_paragraph--cr-single-message-row.scss +170 -0
- package/src/sass/base/components/partners/_partners.scss +62 -0
- package/src/sass/base/components/partners/partners.twig +25 -0
- package/src/sass/base/components/partners-grid/_partners-grid.scss +97 -0
- package/src/sass/base/components/partners-grid/partners-grid.twig +121 -0
- package/src/sass/base/components/partners-row/_partners-row.scss +54 -0
- package/src/sass/base/components/partners-row/partners-row.twig +18 -0
- package/src/sass/base/components/postcode-lookup/_postcode-lookup.scss +74 -0
- package/src/sass/base/components/postcode-lookup/postcode-lookup.twig +56 -0
- package/src/sass/base/components/progress-bar/_progress-bar.scss +120 -0
- package/src/sass/base/components/progress-bar/images/navbar-sprite.png +0 -0
- package/src/sass/base/components/progress-bar/progress-bar.twig +23 -0
- package/src/sass/base/components/progress-indicator/_progress-indicator.scss +119 -0
- package/src/sass/base/components/progress-indicator/progress-indicator.twig +28 -0
- package/src/sass/base/components/promo-header/_promo-header.scss +244 -0
- package/src/sass/base/components/promo-header/promo-header.twig +16 -0
- package/src/sass/base/components/quote-block/_content-wall-quote.scss +109 -0
- package/src/sass/base/components/quote-block/content-wall-quote.twig +18 -0
- package/src/sass/base/components/related-articles/_related-articles.scss +34 -0
- package/src/sass/base/components/schools-look-up/_schools-look-up.scss +93 -0
- package/src/sass/base/components/search/_search-block.scss +182 -0
- package/src/sass/base/components/search/images/magnify.svg +11 -0
- package/src/sass/base/components/search/images/search_page_icon.png +0 -0
- package/src/sass/base/components/search/images/search_page_icon_hover.png +0 -0
- package/src/sass/base/components/search/search.twig +26 -0
- package/src/sass/base/components/search-results/_search-result.scss +163 -0
- package/src/sass/base/components/search-results/search-results.twig +211 -0
- package/src/sass/base/components/selectbox/_selectbox.scss +471 -0
- package/src/sass/base/components/single-msg/_single-msg.scss +345 -0
- package/src/sass/base/components/single-msg/single-msg.twig +27 -0
- package/src/sass/base/components/social/_social.scss +74 -0
- package/src/sass/base/components/social/social-following.twig +39 -0
- package/src/sass/base/components/social/social-sharing.twig +23 -0
- package/src/sass/base/components/story/_story.scss +309 -0
- package/src/sass/base/components/story/_story.twig +53 -0
- package/src/sass/base/components/svg/instagram.svg +18 -0
- package/src/sass/base/components/svg/spritesheet.svg +142 -0
- package/src/sass/base/components/table/_table.scss +8 -0
- package/src/sass/base/components/table/table.twig +48 -0
- package/src/sass/base/components/teaser-block/_teaser-block.scss +156 -0
- package/src/sass/base/components/teaser-block/teaser-block.twig +17 -0
- package/src/sass/base/components/teaser-block/teaser-row.twig +128 -0
- package/src/sass/base/components/tooltips/_tooltips.scss +46 -0
- package/src/sass/base/components/typography/_typography.scss +99 -0
- package/src/sass/base/components/typography/typography.twig +25 -0
- package/src/sass/base/components/views/_views.scss +11 -0
- package/src/sass/base/core/_base-1-mixins.scss +327 -0
- package/src/sass/base/core/_base-breakpoints.scss +56 -0
- package/src/sass/base/core/_base-common.scss +8 -0
- package/src/sass/base/core/_base-fonts.scss +81 -0
- package/src/sass/base/core/_base-grid.scss +1 -0
- package/src/sass/base/core/_base-helper.scss +4 -0
- package/src/sass/base/core/_base-layout.scss +4 -0
- package/src/sass/base/core/_base-reset.scss +37 -0
- package/src/sass/base/helpers/_js-breakpoint-class-helper.scss +10 -0
- package/src/sass/base/variables/_colours.scss +43 -0
- package/src/sass/base/variables/_grid.scss +51 -0
- package/src/sass/base/variables/_lists.scss +66 -0
- package/src/sass/base/variables/_theme.scss +3 -0
- package/src/sass/base/variables/_typography.scss +88 -0
- package/src/sass/base/variables/colour.twig +82 -0
- package/src/sass/themes/base/base-styleguide.scss +497 -0
- package/src/sass/themes/base/base.scss +8 -0
- package/src/sass/themes/cr/2017/_cr17-components.scss +47 -0
- package/src/sass/themes/cr/2017/_cr17-styleguide.scss +522 -0
- package/src/sass/themes/cr/2017/components/background-colours/_background-colours.scss +104 -0
- package/src/sass/themes/cr/2017/components/background-colours/background-colours.twig +25 -0
- package/src/sass/themes/cr/2017/components/buttons/_buttons.scss +67 -0
- package/src/sass/themes/cr/2017/components/buttons/buttons.twig +39 -0
- package/src/sass/themes/cr/2017/components/content-block/_content-block.scss +5 -0
- package/src/sass/themes/cr/2017/components/content-block/content-block.twig +20 -0
- package/src/sass/themes/cr/2017/components/content-wall/content-wall.twig +213 -0
- package/src/sass/themes/cr/2017/components/cookie-consent/_cookie-consent.scss +18 -0
- package/src/sass/themes/cr/2017/components/cookie-consent/cookie-consent.json +7 -0
- package/src/sass/themes/cr/2017/components/cookie-consent/cookie-consent.twig +4 -0
- package/src/sass/themes/cr/2017/components/email-signup/_email-signup-head.scss +5 -0
- package/src/sass/themes/cr/2017/components/highlight/_highlight.scss +35 -0
- package/src/sass/themes/cr/2017/components/highlight/highlight.twig +1 -0
- package/src/sass/themes/cr/2017/components/just-in-time-block/_just-in-time-block.scss +6 -0
- package/src/sass/themes/cr/2017/components/links/_links.scss +43 -0
- package/src/sass/themes/cr/2017/components/links/links.twig +26 -0
- package/src/sass/themes/cr/2017/components/loading/_loading.scss +101 -0
- package/src/sass/themes/cr/2017/components/media-block/_media-block.scss +16 -0
- package/src/sass/themes/cr/2017/components/media-block/media-block.twig +31 -0
- package/src/sass/themes/cr/2017/components/meta-icons/_meta-icons.scss +64 -0
- package/src/sass/themes/cr/2017/components/navigation/_expanded-footer.scss +291 -0
- package/src/sass/themes/cr/2017/components/navigation/_main-nav.scss +365 -0
- package/src/sass/themes/cr/2017/components/navigation/cr18-logo.png +0 -0
- package/src/sass/themes/cr/2017/components/navigation/expanded-footer.twig +180 -0
- package/src/sass/themes/cr/2017/components/navigation/footer-nav.twig +116 -0
- package/src/sass/themes/cr/2017/components/navigation/js/expanded-footer.js +31 -0
- package/src/sass/themes/cr/2017/components/news-teaser/images/news-default-img.jpg +0 -0
- package/src/sass/themes/cr/2017/components/news-teaser/news-teaser.twig +15 -0
- package/src/sass/themes/cr/2017/components/single-msg/_single-msg.scss +238 -0
- package/src/sass/themes/cr/2017/components/single-msg/single-msg.twig +125 -0
- package/src/sass/themes/cr/2017/components/typography/_fonts.scss +192 -0
- package/src/sass/themes/cr/2017/components/typography/_typography.scss +83 -0
- package/src/sass/themes/cr/2017/components/typography/typography.twig +116 -0
- package/src/sass/themes/cr/2017/cr17.scss +104 -0
- package/src/sass/themes/cr/2017/variables/_colours.scss +20 -0
- package/src/sass/themes/cr/2017/variables/_mixins.scss +56 -0
- package/src/sass/themes/cr/2017/variables/_typography.scss +86 -0
- package/src/sass/themes/cr/2017/variables/colour.twig +51 -0
- package/src/sass/themes/cr/2019/_cr19-components.scss +65 -0
- package/src/sass/themes/cr/2019/_cr19-styleguide.scss +654 -0
- package/src/sass/themes/cr/2019/components/background-colours/_background-colours.scss +340 -0
- package/src/sass/themes/cr/2019/components/background-colours/background-colours.twig +100 -0
- package/src/sass/themes/cr/2019/components/bg-video-copy/_bg-video-copy.scss +206 -0
- package/src/sass/themes/cr/2019/components/bg-video-copy/bg-video-copy.twig +16 -0
- package/src/sass/themes/cr/2019/components/bg-video-copy/js/bg-video-copy.js +72 -0
- package/src/sass/themes/cr/2019/components/bg-video-copy/videos/SR18-promo.mp4 +0 -0
- package/src/sass/themes/cr/2019/components/buttons/_buttons.scss +174 -0
- package/src/sass/themes/cr/2019/components/buttons/buttons.twig +128 -0
- package/src/sass/themes/cr/2019/components/content-block/_content-block.scss +5 -0
- package/src/sass/themes/cr/2019/components/content-block/content-block.twig +20 -0
- package/src/sass/themes/cr/2019/components/content-wall/_content-wall.scss +6 -0
- package/src/sass/themes/cr/2019/components/content-wall/content-wall.twig +213 -0
- package/src/sass/themes/cr/2019/components/cookie-consent/cookie-consent.json +7 -0
- package/src/sass/themes/cr/2019/components/cookie-consent/cookie-consent.twig +7 -0
- package/src/sass/themes/cr/2019/components/copy-copy/_copy-copy.scss +57 -0
- package/src/sass/themes/cr/2019/components/copy-copy/copy-copy.twig +22 -0
- package/src/sass/themes/cr/2019/components/copy-video/_copy-video.scss +152 -0
- package/src/sass/themes/cr/2019/components/copy-video/copy-video.twig +47 -0
- package/src/sass/themes/cr/2019/components/copy-video/js/copy-video.js +62 -0
- package/src/sass/themes/cr/2019/components/email-signup/_email-signup-head.scss +5 -0
- package/src/sass/themes/cr/2019/components/fixed-ratio-image/_fixed-ratio-image.scss +63 -0
- package/src/sass/themes/cr/2019/components/fixed-ratio-image/fixed-ratio-image.twig +10 -0
- package/src/sass/themes/cr/2019/components/full-height-double-image-single-copy/_full-height-double-image-single-copy.scss +107 -0
- package/src/sass/themes/cr/2019/components/full-height-double-image-single-copy/full-height-double-image-single-copy.twig +23 -0
- package/src/sass/themes/cr/2019/components/full-height-single-image/_full-height-single-image.scss +138 -0
- package/src/sass/themes/cr/2019/components/full-height-single-image/full-height-single-image.twig +12 -0
- package/src/sass/themes/cr/2019/components/full-height-single-image-single-copy/_full-height-single-image-single-copy.scss +72 -0
- package/src/sass/themes/cr/2019/components/full-height-single-image-single-copy/full-height-single-image-single-copy.twig +14 -0
- package/src/sass/themes/cr/2019/components/full-height-single-image-triple-copy/_full-height-single-image-triple-copy.scss +158 -0
- package/src/sass/themes/cr/2019/components/full-height-single-image-triple-copy/full-height-single-image-triple-copy.twig +24 -0
- package/src/sass/themes/cr/2019/components/grant-page/_grant-page.scss +18 -0
- package/src/sass/themes/cr/2019/components/highlight/_highlight.scss +38 -0
- package/src/sass/themes/cr/2019/components/highlight/highlight.twig +1 -0
- package/src/sass/themes/cr/2019/components/inline-social-icons/_inline-social-icons.scss +43 -0
- package/src/sass/themes/cr/2019/components/inline-social-icons/images/ig-icon--dark.svg +17 -0
- package/src/sass/themes/cr/2019/components/inline-social-icons/images/ig-icon--light.svg +17 -0
- package/src/sass/themes/cr/2019/components/inline-social-icons/images/twitter-icon--dark.svg +9 -0
- package/src/sass/themes/cr/2019/components/inline-social-icons/images/twitter-icon--light.svg +9 -0
- package/src/sass/themes/cr/2019/components/inline-social-icons/inline-social-icons.twig +21 -0
- package/src/sass/themes/cr/2019/components/just-in-time-block/_just-in-time-block.scss +15 -0
- package/src/sass/themes/cr/2019/components/links/_links.scss +42 -0
- package/src/sass/themes/cr/2019/components/links/links.twig +28 -0
- package/src/sass/themes/cr/2019/components/list/_list.scss +3 -0
- package/src/sass/themes/cr/2019/components/loading/_loading.scss +101 -0
- package/src/sass/themes/cr/2019/components/media-block/_media-block.scss +16 -0
- package/src/sass/themes/cr/2019/components/media-block/media-block.twig +31 -0
- package/src/sass/themes/cr/2019/components/membership-signup/_membership-signup.scss +447 -0
- package/src/sass/themes/cr/2019/components/membership-signup/images/drop-down-white.svg +9 -0
- package/src/sass/themes/cr/2019/components/membership-signup/images/membership-LG.jpg +0 -0
- package/src/sass/themes/cr/2019/components/membership-signup/images/membership-MD.jpg +0 -0
- package/src/sass/themes/cr/2019/components/membership-signup/images/membership-SM.jpg +0 -0
- package/src/sass/themes/cr/2019/components/membership-signup/images/membership2-LG.jpg +0 -0
- package/src/sass/themes/cr/2019/components/membership-signup/images/membership2-md.jpg +0 -0
- package/src/sass/themes/cr/2019/components/membership-signup/images/membership2-sm.jpg +0 -0
- package/src/sass/themes/cr/2019/components/membership-signup/js/membership-signup.js +490 -0
- package/src/sass/themes/cr/2019/components/membership-signup/membership-signup.twig +103 -0
- package/src/sass/themes/cr/2019/components/meta-icons/_meta-icons.scss +64 -0
- package/src/sass/themes/cr/2019/components/navigation/_expanded-footer.scss +280 -0
- package/src/sass/themes/cr/2019/components/navigation/_main-nav.scss +459 -0
- package/src/sass/themes/cr/2019/components/navigation/cr18-logo.png +0 -0
- package/src/sass/themes/cr/2019/components/navigation/expanded-footer.twig +167 -0
- package/src/sass/themes/cr/2019/components/navigation/footer-nav.twig +116 -0
- package/src/sass/themes/cr/2019/components/navigation/js/expanded-footer.js +31 -0
- package/src/sass/themes/cr/2019/components/navigation/main-nav.twig +97 -0
- package/src/sass/themes/cr/2019/components/news/_news.scss +6 -0
- package/src/sass/themes/cr/2019/components/news-teaser/_news-article-teaser.scss +13 -0
- package/src/sass/themes/cr/2019/components/news-teaser/images/news-default-img--v2.jpg +0 -0
- package/src/sass/themes/cr/2019/components/news-teaser/news-teaser.twig +15 -0
- package/src/sass/themes/cr/2019/components/single-msg/_single-msg.scss +242 -0
- package/src/sass/themes/cr/2019/components/single-msg/single-msg.twig +125 -0
- package/src/sass/themes/cr/2019/components/typography/_fonts.scss +1 -0
- package/src/sass/themes/cr/2019/components/typography/_typography.scss +188 -0
- package/src/sass/themes/cr/2019/components/typography/typography.twig +128 -0
- package/src/sass/themes/cr/2019/cr19.scss +104 -0
- package/src/sass/themes/cr/2019/form.twig +133 -0
- package/src/sass/themes/cr/2019/variables/_colours.scss +48 -0
- package/src/sass/themes/cr/2019/variables/_mixins.scss +44 -0
- package/src/sass/themes/cr/2019/variables/_typography.scss +81 -0
- package/src/sass/themes/cr/2019/variables/colour.twig +162 -0
- package/src/sass/themes/donate/_donate-styleguide.scss +18 -0
- package/src/sass/themes/donate/components/background-colours/_background-colours.scss +9 -0
- package/src/sass/themes/donate/components/banner/_banner.scss +10 -0
- package/src/sass/themes/donate/components/buttons/_buttons.scss +122 -0
- package/src/sass/themes/donate/components/cards/_cards.scss +72 -0
- package/src/sass/themes/donate/components/cards/images/aziza-card.jpg +0 -0
- package/src/sass/themes/donate/components/cards/images/georgia-card.jpg +0 -0
- package/src/sass/themes/donate/components/cards/images/kevin-card.jpg +0 -0
- package/src/sass/themes/donate/components/form/_form.scss +287 -0
- package/src/sass/themes/donate/components/form/images/gift_aid_logo--white.png +0 -0
- package/src/sass/themes/donate/components/form/images/gift_aid_logo.png +0 -0
- package/src/sass/themes/donate/components/full-height-single-image-single-copy/_full-height-single-image-single-copy.scss +234 -0
- package/src/sass/themes/donate/components/giving-type-selector/_giving-type-selector.scss +120 -0
- package/src/sass/themes/donate/components/header/_header.scss +41 -0
- package/src/sass/themes/donate/components/money-buy-block/_money-buy-block.scss +272 -0
- package/src/sass/themes/donate/components/partner-footer/_partner-footer.scss +43 -0
- package/src/sass/themes/donate/components/success/_success.scss +137 -0
- package/src/sass/themes/donate/components/typography/_fonts.scss +1 -0
- package/src/sass/themes/donate/components/typography/_typography.scss +188 -0
- package/src/sass/themes/donate/donate-page.twig +504 -0
- package/src/sass/themes/donate/donate.scss +72 -0
- package/src/sass/themes/donate/failure-page.twig +31 -0
- package/src/sass/themes/donate/success-page.twig +83 -0
- package/src/sass/themes/donate/variables/_colours.scss +33 -0
- package/src/sass/themes/donate/variables/_mixins.scss +36 -0
- package/src/sass/themes/donate/variables/_typography.scss +89 -0
- package/src/sass/themes/frost/_frost-styleguide.scss +150 -0
- package/src/sass/themes/frost/core/_frost-components.scss +0 -0
- package/src/sass/themes/frost/core/_frost-variables.scss +0 -0
- package/src/sass/themes/frost/core/components/_background-images.scss +29 -0
- package/src/sass/themes/frost/core/components/_buttons.scss +57 -0
- package/src/sass/themes/frost/core/components/_campaign-images.scss +54 -0
- package/src/sass/themes/frost/core/components/_cookie-consent.scss +55 -0
- package/src/sass/themes/frost/core/components/_font-awesome.scss +17 -0
- package/src/sass/themes/frost/core/components/_footer.scss +28 -0
- package/src/sass/themes/frost/core/components/_form.scss +695 -0
- package/src/sass/themes/frost/core/components/_gpLink.scss +70 -0
- package/src/sass/themes/frost/core/components/_header.scss +39 -0
- package/src/sass/themes/frost/core/components/_layout.scss +124 -0
- package/src/sass/themes/frost/core/components/_modal.scss +53 -0
- package/src/sass/themes/frost/core/components/_schools-look-up.scss +47 -0
- package/src/sass/themes/frost/core/components/footer-nav.twig +16 -0
- package/src/sass/themes/frost/core/components/form--frost.twig +48 -0
- package/src/sass/themes/frost/core/variables/_colours.scss +15 -0
- package/src/sass/themes/frost/core/variables/_typography.scss +106 -0
- package/src/sass/themes/frost/core/variables/typography.twig +115 -0
- package/src/sass/themes/frost/cr365/components/_header.scss +7 -0
- package/src/sass/themes/frost/cr365/cr365.scss +11 -0
- package/src/sass/themes/frost/frost.scss +62 -0
- package/src/sass/themes/frost/images/campaigns/17-selected.png +0 -0
- package/src/sass/themes/frost/images/campaigns/17.png +0 -0
- package/src/sass/themes/frost/images/campaigns/19-selected.png +0 -0
- package/src/sass/themes/frost/images/campaigns/19.png +0 -0
- package/src/sass/themes/frost/images/campaigns/21-selected.png +0 -0
- package/src/sass/themes/frost/images/campaigns/21.png +0 -0
- package/src/sass/themes/frost/images/landing/construction_bg.jpg +0 -0
- package/src/sass/themes/frost/images/landing/construction_bg@2x.jpg +0 -0
- package/src/sass/themes/frost/images/landing/fabrics_bg.jpg +0 -0
- package/src/sass/themes/frost/images/landing/fabrics_bg@2x.jpg +0 -0
- package/src/sass/themes/frost/images/landing/football_bg.jpg +0 -0
- package/src/sass/themes/frost/images/landing/football_bg@2x.jpg +0 -0
- package/src/sass/themes/frost/images/landing/rooftop_bg.jpg +0 -0
- package/src/sass/themes/frost/images/landing/rooftop_bg@2x.jpg +0 -0
- package/src/sass/themes/frost/images/landing/rubbish-dump-01_bg.jpg +0 -0
- package/src/sass/themes/frost/images/landing/rubbish-dump-01_bg@2x.jpg +0 -0
- package/src/sass/themes/frost/images/landing/rubbish-dump-02_bg.jpg +0 -0
- package/src/sass/themes/frost/images/landing/rubbish-dump-02_bg@2x.jpg +0 -0
- package/src/sass/themes/frost/images/landing/sack-race_bg.jpg +0 -0
- package/src/sass/themes/frost/images/landing/sack-race_bg@2x.jpg +0 -0
- package/src/sass/themes/frost/images/logo/cr_logo@2x.png +0 -0
- package/src/sass/themes/frost/sr18/components/_buttons.scss +7 -0
- package/src/sass/themes/frost/sr18/components/_cookie-consent.scss +9 -0
- package/src/sass/themes/frost/sr18/components/_form.scss +31 -0
- package/src/sass/themes/frost/sr18/components/_header.scss +15 -0
- package/src/sass/themes/frost/sr18/components/_just-in-time.scss +23 -0
- package/src/sass/themes/frost/sr18/sr18.scss +71 -0
- package/src/sass/themes/frost/sr18/variables/_colours.scss +8 -0
- package/src/sass/themes/payin/_payin-styleguide.scss +17 -0
- package/src/sass/themes/payin/default/components/_payin-form.scss +611 -0
- package/src/sass/themes/payin/default/components/checkbox/_checkbox.scss +42 -0
- package/src/sass/themes/payin/default/components/checkbox/checkbox.twig +7 -0
- package/src/sass/themes/payin/default/components/images/CR__Arrow_L--white.svg +44 -0
- package/src/sass/themes/payin/default/components/images/CR__Arrow_L.svg +44 -0
- package/src/sass/themes/payin/default/components/images/CR__Chevron_D--white.svg +44 -0
- package/src/sass/themes/payin/default/components/images/CR__Chevron_D.svg +44 -0
- package/src/sass/themes/payin/default/components/images/CR__Chevron_U.svg +44 -0
- package/src/sass/themes/payin/default/components/images/arrow.png +0 -0
- package/src/sass/themes/payin/default/components/images/checkbox-checked.png +0 -0
- package/src/sass/themes/payin/default/components/images/checkbox-tick-new.png +0 -0
- package/src/sass/themes/payin/default/components/images/checkbox.png +0 -0
- package/src/sass/themes/payin/default/components/images/drop-down-dark-purple.svg +9 -0
- package/src/sass/themes/payin/default/components/images/error-alert-icon.png +0 -0
- package/src/sass/themes/payin/default/components/images/form_sprite.png +0 -0
- package/src/sass/themes/payin/default/components/images/frsb.jpg +0 -0
- package/src/sass/themes/payin/default/components/images/frsb.png +0 -0
- package/src/sass/themes/payin/default/components/images/icon_sprite.png +0 -0
- package/src/sass/themes/payin/default/components/images/info-icon.jpg +0 -0
- package/src/sass/themes/payin/default/components/images/info-icon.png +0 -0
- package/src/sass/themes/payin/default/components/images/loader.gif +0 -0
- package/src/sass/themes/payin/default/components/images/lookup-icon.png +0 -0
- package/src/sass/themes/payin/default/components/images/payment_icon.jpg +0 -0
- package/src/sass/themes/payin/default/components/images/paypal-logo.png +0 -0
- package/src/sass/themes/payin/default/components/images/paypal.svg +8 -0
- package/src/sass/themes/payin/default/components/payin-form.twig +119 -0
- package/src/sass/themes/payin/default/payin-default.scss +46 -0
- package/src/sass/themes/payin/default/variables/_payin-colours.scss +5 -0
- package/src/sass/themes/payin/default/variables/_payin-mixins.scss +5 -0
- package/src/sass/themes/payin/payin-rnd.scss +3 -0
- package/src/sass/themes/payin/payin-sr.scss +3 -0
- package/src/sass/themes/payin/rednoseday/components/failure/_failure.scss +41 -0
- package/src/sass/themes/payin/rednoseday/components/footer/_footer.scss +22 -0
- package/src/sass/themes/payin/rednoseday/components/form/_form.scss +262 -0
- package/src/sass/themes/payin/rednoseday/components/form/images/drop-down.svg +9 -0
- package/src/sass/themes/payin/rednoseday/components/header/_header.scss +36 -0
- package/src/sass/themes/payin/rednoseday/components/header/cr-logo.svg +27 -0
- package/src/sass/themes/payin/rednoseday/components/header/rnd19-logo.svg +1 -0
- package/src/sass/themes/payin/rednoseday/components/just-in-time-block/_just-in-time.scss +21 -0
- package/src/sass/themes/payin/rednoseday/components/promo-header/_promo-header.scss +28 -0
- package/src/sass/themes/payin/rednoseday/pages/failure-page.twig +14 -0
- package/src/sass/themes/payin/rednoseday/pages/payin-page.twig +859 -0
- package/src/sass/themes/payin/rednoseday/pages/success-page.twig +77 -0
- package/src/sass/themes/payin/rednoseday/payin-rednoseday.scss +33 -0
- package/src/sass/themes/payin/sportrelief/components/cards/_cards.scss +74 -0
- package/src/sass/themes/payin/sportrelief/components/cards/images/myself-friends-family.jpg +0 -0
- package/src/sass/themes/payin/sportrelief/components/cards/images/nursery-school.jpg +0 -0
- package/src/sass/themes/payin/sportrelief/components/cards/images/workplace-organisation.jpg +0 -0
- package/src/sass/themes/payin/sportrelief/components/cards/images/youth-university.jpg +0 -0
- package/src/sass/themes/payin/sportrelief/components/failure/_failure.scss +41 -0
- package/src/sass/themes/payin/sportrelief/components/footer/_footer.scss +3 -0
- package/src/sass/themes/payin/sportrelief/components/form/_form.scss +216 -0
- package/src/sass/themes/payin/sportrelief/components/form/images/drop-down.svg +9 -0
- package/src/sass/themes/payin/sportrelief/components/header/_header.scss +33 -0
- package/src/sass/themes/payin/sportrelief/components/promo-header/_promo-header.scss +28 -0
- package/src/sass/themes/payin/sportrelief/components/success/_success.scss +70 -0
- package/src/sass/themes/payin/sportrelief/pages/failure-page.twig +14 -0
- package/src/sass/themes/payin/sportrelief/pages/payin-page.twig +859 -0
- package/src/sass/themes/payin/sportrelief/pages/success-page.twig +77 -0
- package/src/sass/themes/payin/sportrelief/payin-sportrelief.scss +82 -0
- package/src/sass/themes/rnd/2017/_rnd17-styleguide.scss +496 -0
- package/src/sass/themes/rnd/2017/components/_loading.scss +101 -0
- package/src/sass/themes/rnd/2017/components/_otn.scss +9 -0
- package/src/sass/themes/rnd/2017/components/_theme.scss +246 -0
- package/src/sass/themes/rnd/2017/components/email-signup/_email-signup-sticky-nav.scss +144 -0
- package/src/sass/themes/rnd/2017/components/email-signup/_email-signup.scss +5 -0
- package/src/sass/themes/rnd/2017/components/header/_base-header.scss +26 -0
- package/src/sass/themes/rnd/2017/components/meta-icons/_meta-icons.scss +69 -0
- package/src/sass/themes/rnd/2017/components/navigation/_feature-nav.scss +69 -0
- package/src/sass/themes/rnd/2017/components/navigation/_main-nav.scss +37 -0
- package/src/sass/themes/rnd/2017/components/navigation/_sticky-nav.scss +715 -0
- package/src/sass/themes/rnd/2017/components/navigation/kids-nav/_kids-nav.scss +180 -0
- package/src/sass/themes/rnd/2017/components/navigation/kids-nav/images/kids-nav-sprite.png +0 -0
- package/src/sass/themes/rnd/2017/components/navigation/kids-nav/kids-nav.twig +13 -0
- package/src/sass/themes/rnd/2017/components/search/_search-block-sticky-nav.scss +175 -0
- package/src/sass/themes/rnd/2017/components/search/images/magnify-icon.svg +1 -0
- package/src/sass/themes/rnd/2017/components/search/images/search_page_icon.png +0 -0
- package/src/sass/themes/rnd/2017/components/search/images/search_page_icon_hover.png +0 -0
- package/src/sass/themes/rnd/2017/components/social/_social.scss +21 -0
- package/src/sass/themes/rnd/2017/components/tooltips/_tooltips.scss +14 -0
- package/src/sass/themes/rnd/2017/rnd17.scss +36 -0
- package/src/sass/themes/rnd/2017/variables/_colours.scss +25 -0
- package/src/sass/themes/rnd/2017/variables/_navigation.scss +4 -0
- package/src/sass/themes/shop/2018/_shop18-components.scss +52 -0
- package/src/sass/themes/shop/2018/_shop18-styleguide.scss +504 -0
- package/src/sass/themes/shop/2018/_typography.scss +11 -0
- package/src/sass/themes/shop/2018/base_header.twig +16 -0
- package/src/sass/themes/shop/2018/shop18.scss +68 -0
- package/src/sass/themes/shop/2018/typography.twig +116 -0
- package/src/sass/themes/shop/2019/_shop19-components.scss +60 -0
- package/src/sass/themes/shop/2019/_shop19-styleguide.scss +504 -0
- package/src/sass/themes/shop/2019/background-colours.twig +100 -0
- package/src/sass/themes/shop/2019/base_header.twig +16 -0
- package/src/sass/themes/shop/2019/colour.twig +162 -0
- package/src/sass/themes/shop/2019/form.twig +133 -0
- package/src/sass/themes/shop/2019/shop19.scss +62 -0
- package/src/sass/themes/shop/2019/typography.twig +128 -0
- package/src/sass/themes/shop/2019/variables/_main-nav.scss +3 -0
- package/src/sass/themes/sr/2018/_sr18-styleguide.scss +637 -0
- package/src/sass/themes/sr/2018/base_header.twig +10 -0
- package/src/sass/themes/sr/2018/components/app-link-block/_app-link-block.scss +209 -0
- package/src/sass/themes/sr/2018/components/app-link-block/app-link-block.twig +90 -0
- package/src/sass/themes/sr/2018/components/app-link-block/images/success-tick.svg +13 -0
- package/src/sass/themes/sr/2018/components/background-colours/_background-colours.scss +201 -0
- package/src/sass/themes/sr/2018/components/background-colours/background-colours.twig +46 -0
- package/src/sass/themes/sr/2018/components/background-single-msg/_background-single-msg.scss +3 -0
- package/src/sass/themes/sr/2018/components/bg-graphics/_bg-graphics.scss +126 -0
- package/src/sass/themes/sr/2018/components/bg-graphics/bg-graphics.twig +0 -0
- package/src/sass/themes/sr/2018/components/bg-video-copy/_bg-video-copy.scss +206 -0
- package/src/sass/themes/sr/2018/components/bg-video-copy/bg-video-copy.twig +16 -0
- package/src/sass/themes/sr/2018/components/bg-video-copy/js/bg-video-copy.js +72 -0
- package/src/sass/themes/sr/2018/components/bg-video-copy/videos/SR18-promo.mp4 +0 -0
- package/src/sass/themes/sr/2018/components/buttons/_buttons.scss +169 -0
- package/src/sass/themes/sr/2018/components/buttons/buttons.twig +27 -0
- package/src/sass/themes/sr/2018/components/cookie-consent/cookie-consent.json +7 -0
- package/src/sass/themes/sr/2018/components/cookie-consent/cookie-consent.twig +7 -0
- package/src/sass/themes/sr/2018/components/copy-copy/_copy-copy.scss +57 -0
- package/src/sass/themes/sr/2018/components/copy-copy/copy-copy.twig +22 -0
- package/src/sass/themes/sr/2018/components/copy-video/_copy-video.scss +152 -0
- package/src/sass/themes/sr/2018/components/copy-video/copy-video.twig +47 -0
- package/src/sass/themes/sr/2018/components/copy-video/js/copy-video.js +62 -0
- package/src/sass/themes/sr/2018/components/email-signup/_email-signup-head.scss +23 -0
- package/src/sass/themes/sr/2018/components/email-signup/_email-signup.scss +30 -0
- package/src/sass/themes/sr/2018/components/fixed-ratio-image/_fixed-ratio-image.scss +63 -0
- package/src/sass/themes/sr/2018/components/fixed-ratio-image/fixed-ratio-image.twig +10 -0
- package/src/sass/themes/sr/2018/components/footer-app-links-block/_footer-app-links-block.scss +65 -0
- package/src/sass/themes/sr/2018/components/footer-app-links-block/footer-app-links-block.twig +16 -0
- package/src/sass/themes/sr/2018/components/full-height-double-image-single-copy/_full-height-double-image-single-copy.scss +107 -0
- package/src/sass/themes/sr/2018/components/full-height-double-image-single-copy/full-height-double-image-single-copy.twig +23 -0
- package/src/sass/themes/sr/2018/components/full-height-single-image/_full-height-single-image.scss +138 -0
- package/src/sass/themes/sr/2018/components/full-height-single-image/full-height-single-image.twig +12 -0
- package/src/sass/themes/sr/2018/components/full-height-single-image-single-copy/_full-height-single-image-single-copy.scss +73 -0
- package/src/sass/themes/sr/2018/components/full-height-single-image-single-copy/full-height-single-image-single-copy.twig +14 -0
- package/src/sass/themes/sr/2018/components/full-height-single-image-triple-copy/_full-height-single-image-triple-copy.scss +158 -0
- package/src/sass/themes/sr/2018/components/full-height-single-image-triple-copy/full-height-single-image-triple-copy.twig +24 -0
- package/src/sass/themes/sr/2018/components/just-in-time-block/_just-in-time-block.scss +24 -0
- package/src/sass/themes/sr/2018/components/just-in-time-block/just-in-time-block.twig +11 -0
- package/src/sass/themes/sr/2018/components/links/_links.scss +86 -0
- package/src/sass/themes/sr/2018/components/links/links.twig +94 -0
- package/src/sass/themes/sr/2018/components/lists/_lists.scss +43 -0
- package/src/sass/themes/sr/2018/components/lists/lists.twig +28 -0
- package/src/sass/themes/sr/2018/components/live-total-block/_live-total-block.scss +150 -0
- package/src/sass/themes/sr/2018/components/live-total-block/images/sr18-logo-2018.svg +1 -0
- package/src/sass/themes/sr/2018/components/live-total-block/live-total-block.twig +44 -0
- package/src/sass/themes/sr/2018/components/loading/_loading.scss +101 -0
- package/src/sass/themes/sr/2018/components/media/_media.scss +9 -0
- package/src/sass/themes/sr/2018/components/membership-signup/_membership-signup.scss +479 -0
- package/src/sass/themes/sr/2018/components/membership-signup/images/drop-down-black.svg +1 -0
- package/src/sass/themes/sr/2018/components/membership-signup/images/drop-down-white.svg +9 -0
- package/src/sass/themes/sr/2018/components/membership-signup/images/membership-LG.jpg +0 -0
- package/src/sass/themes/sr/2018/components/membership-signup/images/membership-MD.jpg +0 -0
- package/src/sass/themes/sr/2018/components/membership-signup/images/membership-SM.jpg +0 -0
- package/src/sass/themes/sr/2018/components/membership-signup/images/membership2-LG.jpg +0 -0
- package/src/sass/themes/sr/2018/components/membership-signup/images/membership2-md.jpg +0 -0
- package/src/sass/themes/sr/2018/components/membership-signup/images/membership2-sm.jpg +0 -0
- package/src/sass/themes/sr/2018/components/membership-signup/js/membership-signup.js +490 -0
- package/src/sass/themes/sr/2018/components/membership-signup/membership-signup.twig +103 -0
- package/src/sass/themes/sr/2018/components/navigation/_main-nav.scss +704 -0
- package/src/sass/themes/sr/2018/components/navigation/images/SR+IGO_LOGO_RGB.svg +1 -0
- package/src/sass/themes/sr/2018/components/navigation/images/error-alert-icon-ruby.png +0 -0
- package/src/sass/themes/sr/2018/components/news-article/_news-article.scss +118 -0
- package/src/sass/themes/sr/2018/components/news-article/news-article.twig +29 -0
- package/src/sass/themes/sr/2018/components/news-teaser/_news-teaser.scss +8 -0
- package/src/sass/themes/sr/2018/components/promo-header/_promo-header.scss +61 -0
- package/src/sass/themes/sr/2018/components/search/_search-block.scss +177 -0
- package/src/sass/themes/sr/2018/components/search/images/magnify-icon.svg +1 -0
- package/src/sass/themes/sr/2018/components/search/images/search_page_icon.png +0 -0
- package/src/sass/themes/sr/2018/components/search/images/search_page_icon_hover.png +0 -0
- package/src/sass/themes/sr/2018/components/search/search.twig +21 -0
- package/src/sass/themes/sr/2018/components/search-results/_search-results.scss +127 -0
- package/src/sass/themes/sr/2018/components/single-msg/_single-msg.scss +59 -0
- package/src/sass/themes/sr/2018/components/teaser-block/_teaser-block.scss +60 -0
- package/src/sass/themes/sr/2018/components/tooltips/_tooltips.scss +9 -0
- package/src/sass/themes/sr/2018/components/typography/_fonts.scss +23 -0
- package/src/sass/themes/sr/2018/components/typography/_typography.scss +161 -0
- package/src/sass/themes/sr/2018/components/typography/typography.twig +127 -0
- package/src/sass/themes/sr/2018/main-nav.twig +86 -0
- package/src/sass/themes/sr/2018/sr18.scss +135 -0
- package/src/sass/themes/sr/2018/variables/_colours.scss +36 -0
- package/src/sass/themes/sr/2018/variables/_main-nav.scss +3 -0
- package/src/sass/themes/sr/2018/variables/_mixins.scss +82 -0
- package/src/sass/themes/sr/2018/variables/_typography.scss +106 -0
- package/src/sass/themes/sr/2018/variables/colour.twig +58 -0
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
<style>
|
|
2
|
+
.breakpoint-lg, .breakpoint-md{display:none}
|
|
3
|
+
.breakpoint-sm{display:inline-block}
|
|
4
|
+
@media (min-width: 740px){
|
|
5
|
+
.breakpoint-md{display:inline-block}
|
|
6
|
+
.breakpoint-sm, .breakpoint-lg {display:none}
|
|
7
|
+
}
|
|
8
|
+
@media (min-width: 1024px){
|
|
9
|
+
.breakpoint-lg {display:inline-block}
|
|
10
|
+
.breakpoint-sm, .breakpoint-md{display:none}
|
|
11
|
+
}
|
|
12
|
+
</style>
|
|
13
|
+
<p>Comic Relief uses Sailec. This is used for headings and body copy in a number of weights</p>
|
|
14
|
+
|
|
15
|
+
<h3>Fonts</h3>
|
|
16
|
+
<h1 class="font--family-black">Black</h1>
|
|
17
|
+
<p>Sailec Black <b>.font--family-black</b></p>
|
|
18
|
+
<h1 class="font--family-bold">Bold</h1>
|
|
19
|
+
<p>Sailec Bold <b>.font--family-bold</b></p>
|
|
20
|
+
<h1 class="font--family-medium">Medium</h1>
|
|
21
|
+
<p>Sailec Medium <b>.font--family-medium</b></p>
|
|
22
|
+
<h1 class="font--family-regular">Regular</h1>
|
|
23
|
+
<p>Sailec Regular <b>.font--family-regular</b></p>
|
|
24
|
+
<h1 class="font--family-light">Light</h1>
|
|
25
|
+
<p>Sailec Light <b>.font--family-light</b></p>
|
|
26
|
+
<br/>
|
|
27
|
+
<br/>
|
|
28
|
+
<br/>
|
|
29
|
+
<h3>Type Sizes</h3>
|
|
30
|
+
<p>All type sizes and line heights come from a typographic scale, which has a base copy size of 18px.</p>
|
|
31
|
+
<br/>
|
|
32
|
+
<br/>
|
|
33
|
+
<br/>
|
|
34
|
+
<h3>Headings</h3>
|
|
35
|
+
<p>There are a range of heading sizes from H1 to H5, using the font size and line height. According to the typographic scale set the heading change sizes responsively for different media devices.</p>
|
|
36
|
+
|
|
37
|
+
<h1 class="font--xlarge">Header 1</h1>
|
|
38
|
+
<p>
|
|
39
|
+
<span><b>.font--large</b> (Used for headers and landing pages)<br/></span>
|
|
40
|
+
<span class="breakpoint-lg"><b>Current breakpoint: LG </b><br/> font-size: 83px / line-height: 83px</span>
|
|
41
|
+
<span class="breakpoint-md"><b>Current breakpoint: MD </b><br/> font-size: 74px / line-height: 75px</span>
|
|
42
|
+
<span class="breakpoint-sm"><b>Current breakpoint: SM </b><br/> font-size: 66px / line-height: 68px</span>
|
|
43
|
+
</p>
|
|
44
|
+
|
|
45
|
+
<h1 class="font--large">Header 1</h1>
|
|
46
|
+
<p>
|
|
47
|
+
<span><b>.font--large</b> (Used for secondary and pages headers)<br/></span>
|
|
48
|
+
<span class="breakpoint-lg"><b>Current breakpoint: LG </b><br/> font-size: 58px / line-height: 62px</span>
|
|
49
|
+
<span class="breakpoint-md"><b>Current breakpoint: MD </b><br/> font-size: 52px / line-height: 57px</span>
|
|
50
|
+
<span class="breakpoint-sm"><b>Current breakpoint: SM </b><br/> font-size: 41px / line-height: 48px</span>
|
|
51
|
+
<p>
|
|
52
|
+
<h2>Header 2</h2>
|
|
53
|
+
<p>
|
|
54
|
+
<span class="breakpoint-lg"><b>Current breakpoint: LG </b><br/> font-size: 41px / line-height: 48px</span>
|
|
55
|
+
<span class="breakpoint-md"><b>Current breakpoint: MD </b><br/> font-size: 36px / line-height: 44px</span>
|
|
56
|
+
<span class="breakpoint-sm"><b>Current breakpoint: SM </b><br/> font-size: 32px / line-height: 41px</span>
|
|
57
|
+
</p>
|
|
58
|
+
|
|
59
|
+
<h3>Header 3</h3>
|
|
60
|
+
<p>
|
|
61
|
+
<span class="breakpoint-lg"><b>Current breakpoint: LG </b><br/> font-size: 26px / line-height: 35px</span>
|
|
62
|
+
<span class="breakpoint-md"><b>Current breakpoint: MD </b><br/> font-size: 26px / line-height: 35px</span>
|
|
63
|
+
<span class="breakpoint-sm"><b>Current breakpoint: SM </b><br/> font-size: 29px / line-height: 38px</span>
|
|
64
|
+
</p>
|
|
65
|
+
<h4>Header 4</h4>
|
|
66
|
+
<p>
|
|
67
|
+
<span class="breakpoint-lg"><b>Current breakpoint: LG </b><br/> font-size: 20px / line-height: 31px</span>
|
|
68
|
+
<span class="breakpoint-md"><b>Current breakpoint: MD </b><br/> font-size: 20px / line-height: 31px</span>
|
|
69
|
+
<span class="breakpoint-sm"><b>Current breakpoint: SM </b><br/> font-size: 23px / line-height: 33px</span>
|
|
70
|
+
</p>
|
|
71
|
+
<h5>Header 5</h5>
|
|
72
|
+
<p>
|
|
73
|
+
<span class="breakpoint-lg"><b>Current breakpoint: LG </b><br/> font-size: 18px / line-height: 29px</span>
|
|
74
|
+
<span class="breakpoint-md"><b>Current breakpoint: MD </b><br/> font-size: 18px / line-height: 29px</span>
|
|
75
|
+
<span class="breakpoint-sm"><b>Current breakpoint: SM </b><br/> font-size: 20px / line-height: 31px</span>
|
|
76
|
+
</p>
|
|
77
|
+
<br/>
|
|
78
|
+
<br/>
|
|
79
|
+
<br/>
|
|
80
|
+
<h3>Paragraphs</h3>
|
|
81
|
+
<p class="font--xlarge">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
|
82
|
+
<p><b>.font--xlarge</b><br/>
|
|
83
|
+
<span class="breakpoint-lg"><b>Current breakpoint: LG </b><br/> font-size: 23px / line-height: 33px</span>
|
|
84
|
+
<span class="breakpoint-md"><b>Current breakpoint: MD </b><br/> font-size: 23px / line-height: 28px</span>
|
|
85
|
+
<span class="breakpoint-sm"><b>Current breakpoint: SM </b><br/> font-size: 23px / line-height: 28px</span>
|
|
86
|
+
</p>
|
|
87
|
+
<p class="font--large">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
|
88
|
+
<p><b>.font--large</b><br/>
|
|
89
|
+
<span class="breakpoint-lg"><b>Current breakpoint: LG </b><br/> font-size: 20px / line-height: 31px</span>
|
|
90
|
+
<span class="breakpoint-md"><b>Current breakpoint: MD </b><br/> font-size: 20px / line-height: 31px</span>
|
|
91
|
+
<span class="breakpoint-sm"><b>Current breakpoint: SM </b><br/> font-size: 20px / line-height: 31px</span>
|
|
92
|
+
</p>
|
|
93
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
|
94
|
+
<p><span class="breakpoint-lg"><b>Current breakpoint: LG </b><br/> font-size: 18px / line-height: 29px</span>
|
|
95
|
+
<span class="breakpoint-md"><b>Current breakpoint: MD </b><br/> font-size: 18px / line-height: 29px</span>
|
|
96
|
+
<span class="breakpoint-sm"><b>Current breakpoint: SM </b><br/> font-size: 18px / line-height: 29px</span>
|
|
97
|
+
</p>
|
|
98
|
+
<p class="font--small">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
|
99
|
+
<p class="font--small"><b>.font--small</b><br/>
|
|
100
|
+
<span class="breakpoint-lg"><b>Current breakpoint: LG </b><br/> font-size: 16px / line-height: 27px</span>
|
|
101
|
+
<span class="breakpoint-md"><b>Current breakpoint: MD </b><br/> font-size: 16px / line-height: 27px</span>
|
|
102
|
+
<span class="breakpoint-sm"><b>Current breakpoint: SM </b><br/> font-size: 16px / line-height: 27px</span>
|
|
103
|
+
</p>
|
|
104
|
+
|
|
105
|
+
<p class="font--xsmall">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
|
106
|
+
<p class="font--xsmall"><b>.font--xsmall</b><br/>
|
|
107
|
+
<span class="breakpoint-lg"><b>Current breakpoint: LG </b><br/> font-size: 14px / line-height: 26px</span>
|
|
108
|
+
<span class="breakpoint-md"><b>Current breakpoint: MD </b><br/> font-size: 14px / line-height: 26px</span>
|
|
109
|
+
<span class="breakpoint-sm"><b>Current breakpoint: SM </b><br/> font-size: 14px / line-height: 26px</span>
|
|
110
|
+
</p>
|
|
111
|
+
<br/>
|
|
112
|
+
<p class="font--red">Red font <i>.font--red</i> There are a range of paragraph sizes, using the typographic scale.</p>
|
|
113
|
+
<p class="font--purple">Purple font <i>.font--purple</i> There are a range of paragraph sizes, using the typographic scale.</p>
|
|
114
|
+
<p class="font--royal-blue">Royal Blue font <i>.font--royal-blue</i> There are a range of paragraph sizes, using the typographic scale.</p>
|
|
115
|
+
<p class="font--white bg--black" style="padding: 5px;">White font <i>.font--white</i> There are a range of paragraph sizes, using the typographic scale.</p>
|
|
116
|
+
<p class="font--mint-green bg--black" style="padding: 5px;">Mint Green font <i>.font--mint-green</i> There are a range of paragraph sizes, using the typographic scale.</p>
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// CR19 components
|
|
2
|
+
@import "../../cr/2019/components/background-colours/background-colours";
|
|
3
|
+
@import "../../cr/2019/components/buttons/buttons";
|
|
4
|
+
@import "../../cr/2019/components/links/links";
|
|
5
|
+
@import "../../cr/2019/components/loading/loading";
|
|
6
|
+
@import "../../cr/2019/components/typography/fonts";
|
|
7
|
+
@import "../../cr/2019/components/typography/typography";
|
|
8
|
+
@import "../../cr/2019/components/navigation/main-nav";
|
|
9
|
+
@import "../../cr/2019/components/just-in-time-block/_just-in-time-block";
|
|
10
|
+
|
|
11
|
+
// Shop overrides
|
|
12
|
+
body {
|
|
13
|
+
font-family: $body-font;
|
|
14
|
+
}
|
|
15
|
+
header[role=banner] {
|
|
16
|
+
height: auto;
|
|
17
|
+
.site-logo {
|
|
18
|
+
margin-top: 20px;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
// select box overrides
|
|
22
|
+
select {
|
|
23
|
+
padding: 9px 50px 9px 10px;
|
|
24
|
+
font-family: $body-font;
|
|
25
|
+
color: $colour-deep-violet;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// Social links
|
|
29
|
+
.footer__social-links {
|
|
30
|
+
margin: 0 0 20px;
|
|
31
|
+
li {
|
|
32
|
+
margin: 5px 4px 0;
|
|
33
|
+
@media (min-width: 740px) {
|
|
34
|
+
margin: 5px 8px 0;
|
|
35
|
+
}
|
|
36
|
+
a {
|
|
37
|
+
-webkit-transition: 0.5s opacity;
|
|
38
|
+
transition: 0.5s opacity;
|
|
39
|
+
border-radius: 50%;
|
|
40
|
+
background: black;
|
|
41
|
+
&:hover {
|
|
42
|
+
opacity: 0.6;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
span, strong {
|
|
48
|
+
color: inherit;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// Make sure we're using the updated var
|
|
52
|
+
label, legend, .form__field-label {
|
|
53
|
+
font-family: $body-font;
|
|
54
|
+
strong {
|
|
55
|
+
font-weight: inherit;
|
|
56
|
+
font-family: inherit;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
$item-grey: $colour-light-grey;
|
|
@@ -0,0 +1,504 @@
|
|
|
1
|
+
//==========================================================================
|
|
2
|
+
// Elements
|
|
3
|
+
// ==========================================================================
|
|
4
|
+
|
|
5
|
+
// Elements
|
|
6
|
+
//
|
|
7
|
+
// Style guide: 10
|
|
8
|
+
|
|
9
|
+
// Typography
|
|
10
|
+
//
|
|
11
|
+
// Markup: typography.twig
|
|
12
|
+
//
|
|
13
|
+
// Style guide: 10.1
|
|
14
|
+
|
|
15
|
+
// Links
|
|
16
|
+
//
|
|
17
|
+
// Links are used for call-to-actions that are lower in the hierachy and aren’t as key as ones used in buttons. They can also be used for call-to-actions with a longer character count.
|
|
18
|
+
//
|
|
19
|
+
// .link--small - Small - The font size is 16px and line height is 26px. Border / underline is 4px.
|
|
20
|
+
//
|
|
21
|
+
// Markup: links.twig
|
|
22
|
+
//
|
|
23
|
+
// Style guide: 10.2
|
|
24
|
+
|
|
25
|
+
// Buttons
|
|
26
|
+
//
|
|
27
|
+
// Markup: buttons.twig
|
|
28
|
+
//
|
|
29
|
+
// Style guide: 10.3
|
|
30
|
+
|
|
31
|
+
// Background Colours
|
|
32
|
+
//
|
|
33
|
+
// To be used by row components
|
|
34
|
+
//
|
|
35
|
+
// Markup: background-colours.twig
|
|
36
|
+
|
|
37
|
+
// Colours
|
|
38
|
+
//
|
|
39
|
+
// Markup: colour.twig
|
|
40
|
+
//
|
|
41
|
+
// Style guide: 10.5
|
|
42
|
+
|
|
43
|
+
// Background Colours
|
|
44
|
+
//
|
|
45
|
+
// To be used by row components
|
|
46
|
+
//
|
|
47
|
+
// Markup: background-colours.twig
|
|
48
|
+
//
|
|
49
|
+
// Style guide: 10.6
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
// Lists
|
|
53
|
+
//
|
|
54
|
+
// These are the list items
|
|
55
|
+
//
|
|
56
|
+
// Markup:
|
|
57
|
+
// <div class="cr-body">
|
|
58
|
+
// <ul>
|
|
59
|
+
// <li>Item 1</li>
|
|
60
|
+
// <li>Item 2</li>
|
|
61
|
+
// <li>Item 3</li>
|
|
62
|
+
// <li>Item 4</li>
|
|
63
|
+
// </ul>
|
|
64
|
+
// </div>
|
|
65
|
+
//
|
|
66
|
+
// Style guide: 10.8
|
|
67
|
+
|
|
68
|
+
// Table
|
|
69
|
+
//
|
|
70
|
+
// Standard Table
|
|
71
|
+
//
|
|
72
|
+
// Markup: table.twig
|
|
73
|
+
//
|
|
74
|
+
// Style guide: 10.9
|
|
75
|
+
|
|
76
|
+
// Forms
|
|
77
|
+
//
|
|
78
|
+
// New Standard Forms
|
|
79
|
+
//
|
|
80
|
+
// Markup: form.twig
|
|
81
|
+
//
|
|
82
|
+
// Style guide: 10.10
|
|
83
|
+
|
|
84
|
+
// ==========================================================================
|
|
85
|
+
// Components
|
|
86
|
+
// ==========================================================================
|
|
87
|
+
|
|
88
|
+
// Components
|
|
89
|
+
//
|
|
90
|
+
// Style guide: 20
|
|
91
|
+
|
|
92
|
+
// Background Single Message
|
|
93
|
+
//
|
|
94
|
+
// This is Paragraph Background Single Message type with an image as background
|
|
95
|
+
//
|
|
96
|
+
// Markup: background-single-msg.twig
|
|
97
|
+
//
|
|
98
|
+
// Style guide: 20.80
|
|
99
|
+
|
|
100
|
+
// Card banner
|
|
101
|
+
//
|
|
102
|
+
// Uses card block.
|
|
103
|
+
//
|
|
104
|
+
// Markup: card-banner.twig
|
|
105
|
+
//
|
|
106
|
+
// Style guide: 20.197
|
|
107
|
+
|
|
108
|
+
// Card Block
|
|
109
|
+
//
|
|
110
|
+
// Standard Card Block
|
|
111
|
+
//
|
|
112
|
+
// When no card background colour is selected the card content will have no left and right padding.
|
|
113
|
+
// When a background colour is selected the card content will have padding all around (see cards grid below).
|
|
114
|
+
//
|
|
115
|
+
// Markup: card.twig
|
|
116
|
+
//
|
|
117
|
+
// Style guide: 20.60
|
|
118
|
+
|
|
119
|
+
// Cards
|
|
120
|
+
//
|
|
121
|
+
// Markup: cards.twig
|
|
122
|
+
//
|
|
123
|
+
// .cards--four-grid.cards--feature-layout - Feature Layout
|
|
124
|
+
// .cards--four-grid - Grid of four cards left aligned (default)
|
|
125
|
+
// .cards--four-grid-centre - Grid of four cards centre align
|
|
126
|
+
// .cards--three-grid - Grid of three cards left aligned
|
|
127
|
+
// .cards--three-grid-centre - Grid of three cards centre align
|
|
128
|
+
//
|
|
129
|
+
// Style guide: 20.61
|
|
130
|
+
|
|
131
|
+
// Content Reference Block
|
|
132
|
+
//
|
|
133
|
+
// Comes in 4 sizes.
|
|
134
|
+
//
|
|
135
|
+
// Markup: content-block.twig
|
|
136
|
+
//
|
|
137
|
+
// .block-content--view-mode-cw-s - Small
|
|
138
|
+
// .block-content--view-mode-cw-m - Medium
|
|
139
|
+
// .block-content--view-mode-cw-mp - Medium Plus
|
|
140
|
+
// .block-content--view-mode-cw-l - Large
|
|
141
|
+
//
|
|
142
|
+
// Style guide: 20.40
|
|
143
|
+
|
|
144
|
+
// Story
|
|
145
|
+
//
|
|
146
|
+
// This is the Story row component (aka fundraising journey)
|
|
147
|
+
//
|
|
148
|
+
// Markup: _story.twig
|
|
149
|
+
//
|
|
150
|
+
// Style guide: 20.90
|
|
151
|
+
|
|
152
|
+
// Teaser Block
|
|
153
|
+
//
|
|
154
|
+
// Comes in 4 sizes and in a background-image and no-image versions (the latter not displayed here).
|
|
155
|
+
// Content is editable.
|
|
156
|
+
//
|
|
157
|
+
// Markup: teaser-block.twig
|
|
158
|
+
//
|
|
159
|
+
// .block-content--view-mode-cw-s.teaser-block - Small
|
|
160
|
+
// .block-content--view-mode-cw-m.teaser-block - Medium
|
|
161
|
+
// .block-content--view-mode-cw-mp.teaser-block - Medium Plus
|
|
162
|
+
// .block-content--view-mode-cw-l.teaser-block - Large
|
|
163
|
+
// .block-content--view-mode-cw-s.teaser-block.teaser-block--bg-image - Small Background image
|
|
164
|
+
// .block-content--view-mode-cw-m.teaser-block.teaser-block--bg-image - Medium Background image
|
|
165
|
+
// .block-content--view-mode-cw-mp.teaser-block.teaser-block--bg-image - Medium Plus Background image
|
|
166
|
+
// .block-content--view-mode-cw-l.teaser-block.teaser-block--bg-image - Large Background image
|
|
167
|
+
//
|
|
168
|
+
// Style guide: 20.20
|
|
169
|
+
|
|
170
|
+
// Single Message
|
|
171
|
+
//
|
|
172
|
+
// Markup: single-msg.twig
|
|
173
|
+
//
|
|
174
|
+
// .single-msg--copy-left - Copy left
|
|
175
|
+
// .single-msg--copy-only - Copy only
|
|
176
|
+
//
|
|
177
|
+
// Style guide: 20.70
|
|
178
|
+
|
|
179
|
+
// Partners row
|
|
180
|
+
//
|
|
181
|
+
// This is the Partners Row
|
|
182
|
+
//
|
|
183
|
+
// Markup: partners-row.twig
|
|
184
|
+
//
|
|
185
|
+
// Style guide: 20.102
|
|
186
|
+
|
|
187
|
+
// Partners Grid
|
|
188
|
+
//
|
|
189
|
+
// This is the Partners Grid
|
|
190
|
+
//
|
|
191
|
+
// Markup: partners-grid.twig
|
|
192
|
+
//
|
|
193
|
+
// Style guide: 20.101
|
|
194
|
+
|
|
195
|
+
// Postcode lookup
|
|
196
|
+
//
|
|
197
|
+
// This is postcode lookup
|
|
198
|
+
//
|
|
199
|
+
// Markup: postcode-lookup.twig
|
|
200
|
+
//
|
|
201
|
+
// Style guide: 20.1005
|
|
202
|
+
|
|
203
|
+
// Progress bar
|
|
204
|
+
//
|
|
205
|
+
// This is Progress bar
|
|
206
|
+
//
|
|
207
|
+
// Markup: progress-bar.twig
|
|
208
|
+
//
|
|
209
|
+
// Style guide: 20.1000
|
|
210
|
+
|
|
211
|
+
// Progress indicator
|
|
212
|
+
//
|
|
213
|
+
// This is Progress indicator
|
|
214
|
+
//
|
|
215
|
+
// Markup: progress-indicator.twig
|
|
216
|
+
//
|
|
217
|
+
// Style guide: 20.1001
|
|
218
|
+
|
|
219
|
+
// Quote Block
|
|
220
|
+
//
|
|
221
|
+
// Comes in 4 sizes.
|
|
222
|
+
//
|
|
223
|
+
// Markup: content-wall-quote.twig
|
|
224
|
+
//
|
|
225
|
+
// .block-content--view-mode-cw-s.cw-quote - Small
|
|
226
|
+
// .block-content--view-mode-cw-m.cw-quote - Medium
|
|
227
|
+
// .block-content--view-mode-cw-mp.cw-quote - Medium Plus
|
|
228
|
+
// .block-content--view-mode-cw-l.cw-quote - Large
|
|
229
|
+
//
|
|
230
|
+
// Style guide: 20.30
|
|
231
|
+
|
|
232
|
+
// Search block
|
|
233
|
+
//
|
|
234
|
+
// Markup: search.twig
|
|
235
|
+
//
|
|
236
|
+
// Style guide: 20.195
|
|
237
|
+
|
|
238
|
+
// News teaser
|
|
239
|
+
//
|
|
240
|
+
// Markup: news-teaser.twig
|
|
241
|
+
//
|
|
242
|
+
// Style guide: 20.23
|
|
243
|
+
|
|
244
|
+
// Pagination
|
|
245
|
+
//
|
|
246
|
+
// Markup: pagination.twig
|
|
247
|
+
//
|
|
248
|
+
// Style guide: 20.150
|
|
249
|
+
|
|
250
|
+
// Feature Articles block
|
|
251
|
+
//
|
|
252
|
+
// Feature Articles by category block
|
|
253
|
+
//
|
|
254
|
+
// Markup: feature-articles-block.twig
|
|
255
|
+
//
|
|
256
|
+
// Style guide: 20.48
|
|
257
|
+
|
|
258
|
+
// Fundraising target
|
|
259
|
+
//
|
|
260
|
+
// Markup: fundraising-target.twig
|
|
261
|
+
//
|
|
262
|
+
// Style guide: 20.1002
|
|
263
|
+
|
|
264
|
+
// Header
|
|
265
|
+
//
|
|
266
|
+
// Markup: base_header.twig
|
|
267
|
+
//
|
|
268
|
+
// Style guide: 20.180
|
|
269
|
+
|
|
270
|
+
// Just-in-time block
|
|
271
|
+
//
|
|
272
|
+
// Markup: just-in-time-block.twig
|
|
273
|
+
//
|
|
274
|
+
// Style guide: 20.1004
|
|
275
|
+
|
|
276
|
+
// Media Reference Block
|
|
277
|
+
//
|
|
278
|
+
// Comes in 4 sizes.
|
|
279
|
+
//
|
|
280
|
+
// Markup: media-block.twig
|
|
281
|
+
//
|
|
282
|
+
// .block-content--view-mode-cw-s - Small
|
|
283
|
+
// .block-content--view-mode-cw-m - Medium
|
|
284
|
+
// .block-content--view-mode-cw-mp - Medium Plus
|
|
285
|
+
// .block-content--view-mode-cw-l - Large
|
|
286
|
+
//
|
|
287
|
+
// Style guide: 20.50
|
|
288
|
+
|
|
289
|
+
// Cookie consent
|
|
290
|
+
//
|
|
291
|
+
// Markup: cookie-consent.twig
|
|
292
|
+
//
|
|
293
|
+
// Style guide: 20.115
|
|
294
|
+
|
|
295
|
+
// Promo header
|
|
296
|
+
//
|
|
297
|
+
// Markup: promo-header.twig
|
|
298
|
+
//
|
|
299
|
+
// Style guide: 20.95
|
|
300
|
+
|
|
301
|
+
// Footer
|
|
302
|
+
//
|
|
303
|
+
// Markup: footer.twig
|
|
304
|
+
//
|
|
305
|
+
// Style guide: 20.190
|
|
306
|
+
|
|
307
|
+
// ==========================================================================
|
|
308
|
+
// Pages
|
|
309
|
+
// ==========================================================================
|
|
310
|
+
|
|
311
|
+
// Pages
|
|
312
|
+
//
|
|
313
|
+
// Style guide: 300
|
|
314
|
+
|
|
315
|
+
// Content Wall
|
|
316
|
+
//
|
|
317
|
+
// Can include Teaser, Quote, Content Reference and Media Reference blocks.
|
|
318
|
+
// Title can be hidden.
|
|
319
|
+
//
|
|
320
|
+
// Markup: content-wall.twig
|
|
321
|
+
//
|
|
322
|
+
// Style guide: 300.1
|
|
323
|
+
|
|
324
|
+
// News article
|
|
325
|
+
//
|
|
326
|
+
// News article page
|
|
327
|
+
//
|
|
328
|
+
// Markup: news-article.twig
|
|
329
|
+
//
|
|
330
|
+
// Style guide: 300.5
|
|
331
|
+
|
|
332
|
+
// Press release article page
|
|
333
|
+
//
|
|
334
|
+
// Markup: press-release-article.twig
|
|
335
|
+
//
|
|
336
|
+
// Style guide: 300.6
|
|
337
|
+
|
|
338
|
+
// News overview page
|
|
339
|
+
//
|
|
340
|
+
// Overview for news landing page with filter
|
|
341
|
+
//
|
|
342
|
+
// Markup: news.twig
|
|
343
|
+
//
|
|
344
|
+
// Style guide: 300.20
|
|
345
|
+
|
|
346
|
+
// Press releases overview page
|
|
347
|
+
//
|
|
348
|
+
// Markup: news_press-releases.twig
|
|
349
|
+
//
|
|
350
|
+
// Style guide: 300.25
|
|
351
|
+
|
|
352
|
+
// Partner Page
|
|
353
|
+
//
|
|
354
|
+
// Individual Partner page
|
|
355
|
+
//
|
|
356
|
+
// Markup: partners.twig
|
|
357
|
+
//
|
|
358
|
+
// Style guide: 300.26
|
|
359
|
+
|
|
360
|
+
// Search results page
|
|
361
|
+
//
|
|
362
|
+
// Markup: search-results.twig
|
|
363
|
+
//
|
|
364
|
+
// Style guide: 300.30
|
|
365
|
+
|
|
366
|
+
// ==========================================================================
|
|
367
|
+
// Email Sign Up
|
|
368
|
+
// ==========================================================================
|
|
369
|
+
|
|
370
|
+
// Email sign up
|
|
371
|
+
//
|
|
372
|
+
// Style guide: 120
|
|
373
|
+
|
|
374
|
+
// Email sign up header
|
|
375
|
+
//
|
|
376
|
+
// Markup: email-signup-header.twig
|
|
377
|
+
//
|
|
378
|
+
// Style guide: 120.1
|
|
379
|
+
|
|
380
|
+
// Email sign up standard
|
|
381
|
+
//
|
|
382
|
+
// Has a second message for school resources
|
|
383
|
+
//
|
|
384
|
+
// Markup: email-signup-standard.twig
|
|
385
|
+
//
|
|
386
|
+
// Style guide: 120.2
|
|
387
|
+
|
|
388
|
+
// Email sign up fundraise
|
|
389
|
+
//
|
|
390
|
+
// Markup: email-signup-fundraise.twig
|
|
391
|
+
//
|
|
392
|
+
// Style guide: 120.3
|
|
393
|
+
|
|
394
|
+
// Email sign up workplace
|
|
395
|
+
//
|
|
396
|
+
// Markup: email-signup-workplace.twig
|
|
397
|
+
//
|
|
398
|
+
// Style guide: 120.4
|
|
399
|
+
|
|
400
|
+
// Email sign up register interest
|
|
401
|
+
//
|
|
402
|
+
// Markup: email-signup-interest.twig
|
|
403
|
+
//
|
|
404
|
+
// Style guide: 120.5
|
|
405
|
+
|
|
406
|
+
// ==========================================================================
|
|
407
|
+
// Miscellaneous
|
|
408
|
+
// ==========================================================================
|
|
409
|
+
|
|
410
|
+
// Miscellaneous
|
|
411
|
+
//
|
|
412
|
+
// Style guide 160
|
|
413
|
+
|
|
414
|
+
// Animations
|
|
415
|
+
//
|
|
416
|
+
// Markup: animations.twig
|
|
417
|
+
//
|
|
418
|
+
// Style guide: 160.1
|
|
419
|
+
|
|
420
|
+
// Demo
|
|
421
|
+
//
|
|
422
|
+
// Markup: demo.twig
|
|
423
|
+
//
|
|
424
|
+
// Style guide: 160.2
|
|
425
|
+
|
|
426
|
+
// ==========================================================================
|
|
427
|
+
// Grid & Breakpoints
|
|
428
|
+
// ==========================================================================
|
|
429
|
+
|
|
430
|
+
// Grid & Breakpoints
|
|
431
|
+
//
|
|
432
|
+
// Markup: grid.twig
|
|
433
|
+
//
|
|
434
|
+
// Style guide: 1.0
|
|
435
|
+
|
|
436
|
+
// ==========================================================================
|
|
437
|
+
// Navigation
|
|
438
|
+
// ==========================================================================
|
|
439
|
+
|
|
440
|
+
// Navigation
|
|
441
|
+
//
|
|
442
|
+
// Different types of navigation
|
|
443
|
+
//
|
|
444
|
+
// Style guide: 185
|
|
445
|
+
|
|
446
|
+
// Main Nav
|
|
447
|
+
//
|
|
448
|
+
// This is the Main Nav
|
|
449
|
+
//
|
|
450
|
+
// The main nav relies on the smartmenus plugin which is added as a dependency to the pattern-lab.
|
|
451
|
+
// This plugin will need to be included to any environment in which the main nav component is used.
|
|
452
|
+
//
|
|
453
|
+
// Markup: main-nav.twig
|
|
454
|
+
//
|
|
455
|
+
// Style guide: 185.1
|
|
456
|
+
|
|
457
|
+
// Feature Nav
|
|
458
|
+
//
|
|
459
|
+
// Markup: feature-nav.twig
|
|
460
|
+
//
|
|
461
|
+
// Style guide: 185.2
|
|
462
|
+
|
|
463
|
+
// Footer Nav
|
|
464
|
+
//
|
|
465
|
+
// Markup: footer-nav.twig
|
|
466
|
+
//
|
|
467
|
+
// Style guide: 185.3
|
|
468
|
+
|
|
469
|
+
// Expanded Footer
|
|
470
|
+
//
|
|
471
|
+
// Expanded footer (aka TURBOFOOTER™) for the CR.com site in 2018
|
|
472
|
+
//
|
|
473
|
+
// Markup: expanded-footer.twig
|
|
474
|
+
//
|
|
475
|
+
// Style guide: 185.5
|
|
476
|
+
// Keep all padding within each footer variant, rather than the wrapper
|
|
477
|
+
|
|
478
|
+
// ==========================================================================
|
|
479
|
+
// Icons
|
|
480
|
+
// ==========================================================================
|
|
481
|
+
|
|
482
|
+
// Icons
|
|
483
|
+
//
|
|
484
|
+
// Social sharing icons currently only contain twitter and facebook.
|
|
485
|
+
//
|
|
486
|
+
// Style guide: 140
|
|
487
|
+
|
|
488
|
+
// Social sharing icons
|
|
489
|
+
//
|
|
490
|
+
// Markup: social-sharing.twig
|
|
491
|
+
//
|
|
492
|
+
// Style guide: 140.1
|
|
493
|
+
|
|
494
|
+
// Social media follow icons
|
|
495
|
+
//
|
|
496
|
+
// Markup: social-following.twig
|
|
497
|
+
//
|
|
498
|
+
// Style guide: 140.2
|
|
499
|
+
|
|
500
|
+
// Meta icons
|
|
501
|
+
//
|
|
502
|
+
// Markup: meta-icons.twig
|
|
503
|
+
//
|
|
504
|
+
// Style guide: 140.3
|