@comicrelief/storybook 1.34.0 → 2.0.0
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/README.md +1 -0
- package/build/index.js +4 -4
- package/package.json +2 -2
- 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/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,33 @@
|
|
|
1
|
+
<div class="cr-email-signup-fundraise-form contextual-region block-cr-email-signup block--cr-email-signup block--cr-email-signup--standard block--cr-email-signup--step-1 block--cr-email-signup--banner crEMailSignup-processed" data-drupal-selector="cr-email-signup-fundraise-form" id="block-emailsignupblockfundraise">
|
|
2
|
+
<div class="block--cr-email-signup__inner-wrapper">
|
|
3
|
+
<div class="cr-email-signup--messages">
|
|
4
|
+
<div class="esu-title-message">
|
|
5
|
+
<p>Sign-up to our newsletter</p>
|
|
6
|
+
</div>
|
|
7
|
+
<div class="esu-initial-message">
|
|
8
|
+
<p>We’ll keep you up to date with the latest Comic Relief updates, handy fundraising tips & tools as well as exciting news from Red Nose Day and Sport Relief.</p>
|
|
9
|
+
</div>
|
|
10
|
+
<div class="esu-first-success-message">
|
|
11
|
+
<p>ESU Fundraise: success message</p>
|
|
12
|
+
</div>
|
|
13
|
+
</div>
|
|
14
|
+
<div class="esu-errors messages messages--error"></div>
|
|
15
|
+
<form action="/web/test/esu" method="post" id="cr-email-signup-fundraise-form" accept-charset="UTF-8" data-drupal-form-fields="edit-email--2,edit-step1--2">
|
|
16
|
+
<input class="esu-device" data-drupal-selector="edit-device" type="hidden" name="device" value="OS_X_10.11.6_-_Chrome_56.0.2924.87">
|
|
17
|
+
<input class="esu-source" data-drupal-selector="edit-source" type="hidden" name="source" value="Banner">
|
|
18
|
+
<div class="js-form-item form-item js-form-type-textfield form-type-textfield js-form-item-email form-item-email">
|
|
19
|
+
<label for="edit-email--2">Your email address</label>
|
|
20
|
+
<input class="–metrika-nokeys form-text" data-drupal-selector="edit-email" type="text" id="edit-email--2" name="email" value="" size="60" maxlength="500" placeholder="Enter your email address">
|
|
21
|
+
</div>
|
|
22
|
+
<input class="step1 button js-form-submit form-submit" data-drupal-selector="edit-step1" type="submit" id="edit-step1--2" name="step1" value="Sign Up">
|
|
23
|
+
<input data-drupal-selector="form-rqvvpemkcgc5hd7jksv3ludvh6amvd-jgy6vmatcv8e" type="hidden" name="form_build_id" value="form-rqvvpeMkcgc5hd7jKSv3lUdvh6AmVD-JGY6vmaTCv8E">
|
|
24
|
+
<input data-drupal-selector="edit-cr-email-signup-fundraise-form-form-token" type="hidden" name="form_token" value="yg6GwzSbKSwRFrB5Py3ASG3bQr2UbWaltDcoZuUYpx8">
|
|
25
|
+
<input data-drupal-selector="edit-cr-email-signup-fundraise-form" type="hidden" name="form_id" value="cr_email_signup_fundraise_form">
|
|
26
|
+
</form>
|
|
27
|
+
<div class="esu-privacy-message">
|
|
28
|
+
<p>Find out how we will use your information in our <a class="link link--white inline" href="/privacy-policy">Privacy Policy</a>
|
|
29
|
+
<br> <br> If you are under 18, please make sure you have your parents’ permission before providing us with any personal details.
|
|
30
|
+
</p>
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<div style="display:block;" class="cr-header-email-signup-form contextual-region block-cr-email-signup block--cr-email-signup block--cr-email-signup--head block--cr-email-signup--step-1 crEMailSignup-processed" data-drupal-selector="cr-header-email-signup-form" id="block-emailsignupblockhead">
|
|
2
|
+
<div class="block--cr-email-signup__inner-wrapper">
|
|
3
|
+
<div class="cr-email-signup--messages">
|
|
4
|
+
<div class="esu-title-message">
|
|
5
|
+
<p>Stay in the know!</p>
|
|
6
|
+
</div>
|
|
7
|
+
<div class="esu-initial-message">
|
|
8
|
+
<p>Get regular email updates and info on what we're up to!</p>
|
|
9
|
+
</div>
|
|
10
|
+
<div class="esu-first-success-message">
|
|
11
|
+
<p>Thanks! Your first email will be with you shortly</p>
|
|
12
|
+
</div>
|
|
13
|
+
</div>
|
|
14
|
+
<div class="esu-errors messages messages--error"></div>
|
|
15
|
+
<form action="/web/" method="post" id="cr-header-email-signup-form" accept-charset="UTF-8" data-drupal-form-fields="edit-email,edit-step1">
|
|
16
|
+
<input class="esu-device" data-drupal-selector="edit-device" type="hidden" name="device" value="OS_X_10.11.6_-_Chrome_56.0.2924.87">
|
|
17
|
+
<input class="esu-source" data-drupal-selector="edit-source" type="hidden" name="source" value="Header">
|
|
18
|
+
<div class="js-form-item form-item js-form-type-textfield form-type-textfield js-form-item-email form-item-email">
|
|
19
|
+
<label for="edit-email">Your email address</label>
|
|
20
|
+
<input class="–metrika-nokeys form-text" data-drupal-selector="edit-email" type="text" id="edit-email" name="email" value="" size="60" maxlength="500" placeholder="example@youremail.com">
|
|
21
|
+
</div>
|
|
22
|
+
<input class="step1 button js-form-submit form-submit" data-drupal-selector="edit-step1" type="submit" id="edit-step1" name="step1" value="Subscribe">
|
|
23
|
+
<input data-drupal-selector="form-bja0x4d6a3lmjjlyotlzzlq-pazuc5phi7qyduqqcya" type="hidden" name="form_build_id" value="form-BJA0X4d6a3LmJJlyotLzzlQ_pAZuc5PhI7QyduQqCYA">
|
|
24
|
+
<input data-drupal-selector="edit-cr-header-email-signup-form-form-token" type="hidden" name="form_token" value="BREegNF1jBbSdnIuntqc0VFn7apoecLt3Dc0ubP8pFs">
|
|
25
|
+
<input data-drupal-selector="edit-cr-header-email-signup-form" type="hidden" name="form_id" value="cr_header_email_signup_form">
|
|
26
|
+
<div class="esu-second-success-message">
|
|
27
|
+
<p>Great! Now we know what's right for you.</p>
|
|
28
|
+
</div>
|
|
29
|
+
</form>
|
|
30
|
+
<div class="esu-privacy-message"><p>Our <a class="link link--white inline" href="/privacy-policy">Privacy Policy</a> describes how we handle and protect your information.<br><br>If you are under 18, please make sure you have your parents’ permission before providing us with any personal details.</p></div>
|
|
31
|
+
<a role="button" class="close-button" href="#">
|
|
32
|
+
<svg class="icon">
|
|
33
|
+
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#close-cross"></use>
|
|
34
|
+
</svg>
|
|
35
|
+
</a>
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<div class="cr-email-signup-register-interest-form contextual-region block-cr-email-signup block--cr-email-signup block--cr-email-signup--register-interest block--cr-email-signup--step-1 block--cr-email-signup--banner crEMailSignup-processed" data-drupal-selector="cr-email-signup-register-interest-form" id="block-emailsignupblockregisterinterest">
|
|
2
|
+
<div class="block--cr-email-signup__inner-wrapper">
|
|
3
|
+
<div class="cr-email-signup--messages">
|
|
4
|
+
<div class="esu-title-message">
|
|
5
|
+
<p>Sign-up to our newsletter</p>
|
|
6
|
+
</div>
|
|
7
|
+
<div class="esu-initial-message">
|
|
8
|
+
<p>We’ll keep you up to date with the latest Comic Relief updates, handy fundraising tips & tools as well as exciting news from Red Nose Day and Sport Relief.</p>
|
|
9
|
+
</div>
|
|
10
|
+
<div class="esu-first-success-message">
|
|
11
|
+
<p>ESU Register Interest: success message</p>
|
|
12
|
+
</div>
|
|
13
|
+
</div>
|
|
14
|
+
<div class="esu-errors messages messages--error">
|
|
15
|
+
<div></div>
|
|
16
|
+
</div>
|
|
17
|
+
<form action="/web/test/esu" method="post" id="cr-email-signup-register-interest-form" accept-charset="UTF-8" data-drupal-form-fields="edit-email--5,edit-step1--5">
|
|
18
|
+
<input class="esu-device" data-drupal-selector="edit-device" type="hidden" name="device" value="OS_X_10.11.6_-_Chrome_56.0.2924.87">
|
|
19
|
+
<input class="esu-source" data-drupal-selector="edit-source" type="hidden" name="source" value="Banner">
|
|
20
|
+
<div class="js-form-item form-item js-form-type-textfield form-type-textfield js-form-item-email form-item-email">
|
|
21
|
+
<label for="edit-email--5">Your email address</label>
|
|
22
|
+
<input class="–metrika-nokeys form-text" data-drupal-selector="edit-email" type="text" id="edit-email--5" name="email" value="" size="60" maxlength="500" placeholder="Enter your email address">
|
|
23
|
+
</div>
|
|
24
|
+
<input class="step1 button js-form-submit form-submit" data-drupal-selector="edit-step1" type="submit" id="edit-step1--5" name="step1" value="Subscribe">
|
|
25
|
+
<input data-drupal-selector="form-viyyqd1ny64-7lbarzwycso-2-zsflyjcxuvjyhekuw" type="hidden" name="form_build_id" value="form-VIYYqD1ny64_7lBArzWYcso_2-zsfLYJcxUVjYHeKUw">
|
|
26
|
+
<input data-drupal-selector="edit-cr-email-signup-register-interest-form-form-token" type="hidden" name="form_token" value="7YRPGVfEFSFWIp_igbeaXZBlhOLvbP-8WQZTFyi7EXM">
|
|
27
|
+
<input data-drupal-selector="edit-cr-email-signup-register-interest-form" type="hidden" name="form_id" value="cr_email_signup_register_interest_form">
|
|
28
|
+
</form>
|
|
29
|
+
<div class="esu-privacy-message">
|
|
30
|
+
<p>Find out how we will use your information in our <a class="link link--white inline" href="/privacy-policy">Privacy Policy</a>
|
|
31
|
+
<br> <br>If you are under 18, please make sure you have your parents’ permission before providing us with any personal details.
|
|
32
|
+
</p>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<div class="cr-email-signup-form contextual-region block-cr-email-signup block--cr-email-signup block--cr-email-signup--standard block--cr-email-signup--step-1 block--cr-email-signup--banner crEMailSignup-processed" data-drupal-selector="cr-email-signup-form" id="block-emailsignupblockstandard">
|
|
2
|
+
<div class="block--cr-email-signup__inner-wrapper">
|
|
3
|
+
<div class="cr-email-signup--messages">
|
|
4
|
+
<div class="esu-title-message">
|
|
5
|
+
<p>Sign-up to our newsletter</p>
|
|
6
|
+
</div>
|
|
7
|
+
<div class="esu-initial-message">
|
|
8
|
+
<p>We’ll keep you up to date with the latest Comic Relief updates, handy fundraising tips & tools as well as exciting news from Red Nose Day and Sport Relief.</p>
|
|
9
|
+
</div>
|
|
10
|
+
<div class="esu-first-success-message">
|
|
11
|
+
<p>ESU Standard: success! (first message)</p>
|
|
12
|
+
</div>
|
|
13
|
+
<div class="esu-second-success-message">
|
|
14
|
+
<p>ESU Standard: success! (second message)</p>
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
17
|
+
<div class="esu-errors messages messages--error"></div>
|
|
18
|
+
<form action="/web/test/esu" method="post" id="cr-email-signup-form" accept-charset="UTF-8" data-drupal-form-fields="edit-email--3,edit-school-phase,edit-step1--3,edit-step2">
|
|
19
|
+
<input class="esu-device" data-drupal-selector="edit-device" type="hidden" name="device" value="OS_X_10.11.6_-_Chrome_56.0.2924.87">
|
|
20
|
+
<input class="esu-source" data-drupal-selector="edit-source" type="hidden" name="source" value="Banner">
|
|
21
|
+
<div class="js-form-item form-item js-form-type-textfield form-type-textfield js-form-item-email form-item-email">
|
|
22
|
+
<label for="edit-email--3">Your email address</label>
|
|
23
|
+
<input class="–metrika-nokeys form-text" data-drupal-selector="edit-email" type="text" id="edit-email--3" name="email" value="" size="60" maxlength="500" placeholder="Enter your email address">
|
|
24
|
+
</div>
|
|
25
|
+
<div class="js-form-item form-item js-form-type-select form-type-select js-form-item-school-phase form-item-school-phase">
|
|
26
|
+
<label for="edit-school-phase-button">Also send me School resources</label>
|
|
27
|
+
<select data-drupal-selector="edit-school-phase" id="edit-school-phase" name="school_phase" class="form-select" style="display: none;">
|
|
28
|
+
<option value="" selected="selected">-- Select age group --</option>
|
|
29
|
+
<option value="EY">Early Years or Nursery</option>
|
|
30
|
+
<option value="PY">Primary</option>
|
|
31
|
+
<option value="SY">Secondary</option>
|
|
32
|
+
<option value="FE">Further Education or Sixth-Form College</option>
|
|
33
|
+
<option value="HE">Higher Education</option>
|
|
34
|
+
<option value="OH">Other</option>
|
|
35
|
+
</select>
|
|
36
|
+
<span class="ui-selectmenu-button ui-widget ui-state-default ui-corner-all" tabindex="0" id="edit-school-phase-button" role="combobox" aria-expanded="false" aria-autocomplete="list" aria-owns="edit-school-phase-menu" aria-haspopup="true" style="width: 100px;"><span class="ui-icon ui-icon-triangle-1-s"></span><span class="ui-selectmenu-text">-- Select age group --</span></span>
|
|
37
|
+
</div>
|
|
38
|
+
<input class="step1 button js-form-submit form-submit" data-drupal-selector="edit-step1" type="submit" id="edit-step1--3" name="step1" value="Go">
|
|
39
|
+
<input class="step2 button js-form-submit form-submit" data-drupal-selector="edit-step2" type="submit" id="edit-step2" name="step2" value="Go">
|
|
40
|
+
<input data-drupal-selector="form-9b6qb6oimpe9zn500qwm7ijredqzatwi-g3izeutgg4" type="hidden" name="form_build_id" value="form-9B6qb6OIMpe9zn500Qwm7ijreDQZatwi_G3izEutgG4">
|
|
41
|
+
<input data-drupal-selector="edit-cr-email-signup-form-form-token" type="hidden" name="form_token" value="gK9p3T0PfgFJ0-jIiF33q3Wfu4BTHzu5RvYw_A8rlIo">
|
|
42
|
+
<input data-drupal-selector="edit-cr-email-signup-form" type="hidden" name="form_id" value="cr_email_signup_form">
|
|
43
|
+
</form>
|
|
44
|
+
<div class="esu-privacy-message">
|
|
45
|
+
<p>Find out how we will use your information in our <a class="link link--white inline" href="/privacy-policy">Privacy Policy</a>
|
|
46
|
+
<br> <br>If you are under 18, please make sure you have your parents’ permission before providing us with any personal details.
|
|
47
|
+
</p>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<div class="cr-email-signup-workplace-form contextual-region block-cr-email-signup block--cr-email-signup block--cr-email-signup--workplace block--cr-email-signup--step-1 block--cr-email-signup--banner crEMailSignup-processed" data-drupal-selector="cr-email-signup-workplace-form" id="block-emailsignupblockworkplace">
|
|
2
|
+
<div class="block--cr-email-signup__inner-wrapper">
|
|
3
|
+
<div class="cr-email-signup--messages">
|
|
4
|
+
<div class="esu-title-message">
|
|
5
|
+
<p>Sign-up to our newsletter</p>
|
|
6
|
+
</div>
|
|
7
|
+
<div class="esu-initial-message">
|
|
8
|
+
<p>We’ll keep you up to date with the latest Comic Relief updates, handy fundraising tips & tools as well as exciting news from Red Nose Day and Sport Relief.</p>
|
|
9
|
+
</div>
|
|
10
|
+
<div class="esu-first-success-message">
|
|
11
|
+
<p>ESU Workplace: success message</p>
|
|
12
|
+
</div>
|
|
13
|
+
</div>
|
|
14
|
+
<div class="esu-errors messages messages--error">
|
|
15
|
+
<div></div>
|
|
16
|
+
</div>
|
|
17
|
+
<form action="/web/test/esu" method="post" id="cr-email-signup-workplace-form" accept-charset="UTF-8" data-drupal-form-fields="edit-firstname,edit-email--4,edit-step1--4">
|
|
18
|
+
<input class="esu-device" data-drupal-selector="edit-device" type="hidden" name="device" value="OS_X_10.11.6_-_Chrome_56.0.2924.87">
|
|
19
|
+
<input class="esu-source" data-drupal-selector="edit-source" type="hidden" name="source" value="Banner">
|
|
20
|
+
<div class="js-form-item form-item js-form-type-textfield form-type-textfield js-form-item-firstname form-item-firstname">
|
|
21
|
+
<label for="edit-firstname">Your first name</label>
|
|
22
|
+
<input class="–metrika-nokeys form-text" data-drupal-selector="edit-firstname" type="text" id="edit-firstname" name="firstName" value="" size="60" maxlength="100" placeholder="Enter your first name">
|
|
23
|
+
</div>
|
|
24
|
+
<div class="js-form-item form-item js-form-type-textfield form-type-textfield js-form-item-email form-item-email">
|
|
25
|
+
<label for="edit-email--4">Your email address</label>
|
|
26
|
+
<input class="–metrika-nokeys form-text" data-drupal-selector="edit-email" type="text" id="edit-email--4" name="email" value="" size="60" maxlength="500" placeholder="Enter your email address">
|
|
27
|
+
</div>
|
|
28
|
+
<input class="step1 button btn btn--yellow js-form-submit form-submit" data-drupal-selector="edit-step1" type="submit" id="edit-step1--4" name="step1" value="Sign Up">
|
|
29
|
+
<input data-drupal-selector="form-ir3piqq75hewphoqjybj-co-i4iwk5-zblgbyc8sqso" type="hidden" name="form_build_id" value="form-ir3PiQq75HEwpHoqjYbJ_cO-I4iwK5-ZBLgbYc8sqso">
|
|
30
|
+
<input data-drupal-selector="edit-cr-email-signup-workplace-form-form-token" type="hidden" name="form_token" value="D5eVtLpvyGoOb9l0MxgyODaD28ouAReO9ExRWopMsk4">
|
|
31
|
+
<input data-drupal-selector="edit-cr-email-signup-workplace-form" type="hidden" name="form_id" value="cr_email_signup_workplace_form">
|
|
32
|
+
</form>
|
|
33
|
+
<div class="esu-privacy-message">
|
|
34
|
+
<p>Find out how we will use your information in our <a class="link link--white inline" href="/privacy-policy">Privacy Policy</a>
|
|
35
|
+
<br> <br>If you are under 18, please make sure you have your parents’ permission before providing us with any personal details.
|
|
36
|
+
</p>
|
|
37
|
+
</div>
|
|
38
|
+
</div>
|
|
39
|
+
</div>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 40 40" enable-background="new 0 0 40 40" xml:space="preserve">
|
|
5
|
+
<path fill="#FFFFFF" d="M17.7,29.7l-1.4-1.4l8.3-8.3l-8.3-8.3l1.4-1.4l9.7,9.7L17.7,29.7z"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 40 40" enable-background="new 0 0 40 40" xml:space="preserve">
|
|
4
|
+
<path fill="#ffffff" d="M21.4,20l8.3,8.3l-1.4,1.4L20,21.4l-8.3,8.3l-1.4-1.4l8.3-8.3l-8.3-8.3l1.4-1.4l8.3,8.3l8.3-8.3l1.4,1.4L21.4,20z"/>
|
|
5
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 40 40" width="40" height="40" xml:space="preserve" preserveAspectRatio="xMinYMid">
|
|
5
|
+
<path fill="#F04257" d="M20,21.4l-5.3,5.3l-1.4-1.4l5.3-5.3l-5.3-5.3l1.4-1.4l5.3,5.3l5.3-5.3l1.4,1.4L21.4,20l5.3,5.3l-1.4,1.4
|
|
6
|
+
L20,21.4z"/>
|
|
7
|
+
</svg>
|
package/src/sass/base/components/email-signup/images/fixedplaceholder-register-interest-bg-1x.png
ADDED
|
Binary file
|
package/src/sass/base/components/email-signup/images/fixedplaceholder-register-interest-bg-2x.png
ADDED
|
Binary file
|
package/src/sass/base/components/email-signup/images/fixedplaceholder-register-interest-bg-sm-1x.png
ADDED
|
Binary file
|
package/src/sass/base/components/email-signup/images/fixedplaceholder-register-interest-bg-sm-2x.png
ADDED
|
Binary file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
.external-link {
|
|
2
|
+
&:after {
|
|
3
|
+
display: inline-block;
|
|
4
|
+
width: 25px;
|
|
5
|
+
height: 25px;
|
|
6
|
+
margin: 5px 5px -3px 10px;
|
|
7
|
+
content: " ";
|
|
8
|
+
background: url($image-path + "external-link.svg");
|
|
9
|
+
background-size: 25px 25px;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
.media-external-file {
|
|
13
|
+
a {
|
|
14
|
+
@extend .link;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
.feature-articles-block {
|
|
2
|
+
width: calc(100% - (8 * 1.25%));
|
|
3
|
+
margin: auto;
|
|
4
|
+
@include breakpoint($screen-md) {
|
|
5
|
+
width: calc(100% - (4 * 1.25%));
|
|
6
|
+
}
|
|
7
|
+
@include breakpoint($screen-md-max) {
|
|
8
|
+
max-width: calc(1200px - (2 * 1.25%));
|
|
9
|
+
}
|
|
10
|
+
@include breakpoint($screen-lg) {
|
|
11
|
+
display: flex;
|
|
12
|
+
}
|
|
13
|
+
.article-teaser {
|
|
14
|
+
width: 100%;
|
|
15
|
+
height: 100%;
|
|
16
|
+
margin: 0 0 calc(4 * #{gutter()});
|
|
17
|
+
display: inline-block;
|
|
18
|
+
background-color: $colour-white;
|
|
19
|
+
|
|
20
|
+
@include breakpoint($screen-md) {
|
|
21
|
+
position: relative;
|
|
22
|
+
height: auto;
|
|
23
|
+
}
|
|
24
|
+
@include breakpoint($screen-lg) {
|
|
25
|
+
@include span(4);
|
|
26
|
+
min-height: 390px;
|
|
27
|
+
margin-bottom: calc(2 * #{gutter()});
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<section class="paragraph">
|
|
2
|
+
<h2>Max 3 items</h2>
|
|
3
|
+
<div class="feature-articles-block">
|
|
4
|
+
{% for i in 0..2 %}
|
|
5
|
+
{% include directory ~ '../news-teaser/news-teaser.twig' %}
|
|
6
|
+
{% endfor %}
|
|
7
|
+
</div>
|
|
8
|
+
<h2>Teasers always keep same 4 columns width</h2>
|
|
9
|
+
<div class="feature-articles-block">
|
|
10
|
+
{% for i in 0..1 %}
|
|
11
|
+
{% include directory ~ '../news-teaser/news-teaser.twig' %}
|
|
12
|
+
{% endfor %}
|
|
13
|
+
</div>
|
|
14
|
+
</section>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
|
|
2
|
+
footer[role=contentinfo] {
|
|
3
|
+
padding: 50px 5px 185px;
|
|
4
|
+
background: $colour-black;
|
|
5
|
+
@include clearfix;
|
|
6
|
+
@include breakpoint($screen-md) {
|
|
7
|
+
padding: 50px 5px 140px;
|
|
8
|
+
}
|
|
9
|
+
@include breakpoint($screen-lg) {
|
|
10
|
+
padding-top: 100px;
|
|
11
|
+
padding-bottom: 120px;
|
|
12
|
+
}
|
|
13
|
+
.footer__copyright p {
|
|
14
|
+
text-align: center;
|
|
15
|
+
color: $colour-white;
|
|
16
|
+
font-size: 12px;
|
|
17
|
+
line-height: 15px;
|
|
18
|
+
}
|
|
19
|
+
.footer__branding {
|
|
20
|
+
text-align: center;
|
|
21
|
+
margin-top:25px;
|
|
22
|
+
a {
|
|
23
|
+
display: inline-block;
|
|
24
|
+
width: 70px;
|
|
25
|
+
height: 70px;
|
|
26
|
+
.icon {
|
|
27
|
+
width: inherit;
|
|
28
|
+
height: inherit;
|
|
29
|
+
}
|
|
30
|
+
html.no-svg & {
|
|
31
|
+
// background-image: url($image-path + "cr_footer_logo.png");
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
.footer__follow {
|
|
36
|
+
text-align: center;
|
|
37
|
+
color: $colour-white;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<footer role="contentinfo">
|
|
2
|
+
|
|
3
|
+
<h4 class="footer__follow">Follow us...</h4>
|
|
4
|
+
|
|
5
|
+
{# social media icons #}
|
|
6
|
+
{% include directory ~ '../social/social-following.twig' %}
|
|
7
|
+
|
|
8
|
+
{# footer nav #}
|
|
9
|
+
{% include directory ~ '../navigation/footer-nav.twig' %}
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
<div class="footer__copyright">
|
|
13
|
+
<p>© Comic Relief {{ "now"|date("Y") }}. Comic Relief, registered charity 326568 (England/Wales); SC039730 (Scotland)</p>
|
|
14
|
+
</div>
|
|
15
|
+
<div class="footer__branding">
|
|
16
|
+
<a title="Comic Relief" href="http://www.comicrelief.com/" rel="home" target="_blank">
|
|
17
|
+
<svg class="icon">
|
|
18
|
+
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#crlogo"></use>
|
|
19
|
+
</svg>
|
|
20
|
+
</a>
|
|
21
|
+
</div>
|
|
22
|
+
|
|
23
|
+
<a class="styleguide-link external-link" href="/profiles/contrib/cr/themes/custom/campaign_base/styleguide/index.html" target="_blank">Styleguide</a>
|
|
24
|
+
</footer>
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
|
|
2
|
+
// Forms
|
|
3
|
+
//
|
|
4
|
+
// Standard Forms
|
|
5
|
+
//
|
|
6
|
+
// Kept in for legacy use of sites using this base styles
|
|
7
|
+
|
|
8
|
+
label,
|
|
9
|
+
legend {
|
|
10
|
+
display: block;
|
|
11
|
+
position: relative;
|
|
12
|
+
@include clearfix();
|
|
13
|
+
@include font-size($p-small-font-size);
|
|
14
|
+
|
|
15
|
+
span {
|
|
16
|
+
font-family: $body-font;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
fieldset {
|
|
21
|
+
padding: 0;
|
|
22
|
+
border-width: 0;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
input[type="email"],
|
|
26
|
+
input[type="number"],
|
|
27
|
+
input[type="date"],
|
|
28
|
+
input[type="search"],
|
|
29
|
+
input[type="text"],
|
|
30
|
+
input[type="tel"],
|
|
31
|
+
input[type="url"],
|
|
32
|
+
input[type="password"],
|
|
33
|
+
textarea {
|
|
34
|
+
height: 50px;
|
|
35
|
+
padding: 13px;
|
|
36
|
+
background-color: $colour-white;
|
|
37
|
+
border: 1px solid $item-grey;
|
|
38
|
+
width: 100%;
|
|
39
|
+
|
|
40
|
+
box-shadow: none;
|
|
41
|
+
box-sizing: border-box;
|
|
42
|
+
appearance: none;
|
|
43
|
+
|
|
44
|
+
@include breakpoint($screen-md) {
|
|
45
|
+
max-width: 290px;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
input[type="email"]:focus,
|
|
50
|
+
input[type="number"]:focus,
|
|
51
|
+
input[type="date"]:focus,
|
|
52
|
+
input[type="search"]:focus,
|
|
53
|
+
input[type="text"]:focus,
|
|
54
|
+
input[type="tel"]:focus,
|
|
55
|
+
input[type="url"]:focus,
|
|
56
|
+
input[type="password"]:focus,
|
|
57
|
+
textarea:focus,
|
|
58
|
+
select:focus {
|
|
59
|
+
border: 1px solid $item-grey;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
input:focus::-webkit-input-placeholder { color:transparent; }
|
|
63
|
+
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
|
|
64
|
+
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
|
|
65
|
+
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
|
|
66
|
+
select:focus {
|
|
67
|
+
outline: 0;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
input[type="checkbox"] {
|
|
71
|
+
@include opacity(0);
|
|
72
|
+
position: absolute;
|
|
73
|
+
left: 0px;
|
|
74
|
+
}
|
|
75
|
+
input[type="radio"],
|
|
76
|
+
input[type="checkbox"],
|
|
77
|
+
input[type="checkbox"] + span {
|
|
78
|
+
width: 30px;
|
|
79
|
+
height: 30px;
|
|
80
|
+
margin: 5px 10px 10px 0px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
input[type="checkbox"] + span {
|
|
84
|
+
background-color: $colour-white;
|
|
85
|
+
border: 1px solid $item-grey;
|
|
86
|
+
float: left;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
input[type="checkbox"]:checked + span {
|
|
90
|
+
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
|
|
91
|
+
background-size: contain;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
input[type="radio"] {
|
|
95
|
+
position: relative;
|
|
96
|
+
top: 5px;
|
|
97
|
+
left: 5px;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
select {
|
|
101
|
+
border: 1px solid $item-grey;
|
|
102
|
+
background: $colour-white url(data:image/png;base64,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) 100% -51px no-repeat;
|
|
103
|
+
height: 50px;
|
|
104
|
+
position: relative;
|
|
105
|
+
width: 100%;
|
|
106
|
+
margin-bottom: 30px;
|
|
107
|
+
cursor: pointer;
|
|
108
|
+
outline: 0 none;
|
|
109
|
+
padding: 12px 50px 14px 10px;
|
|
110
|
+
text-decoration: none;
|
|
111
|
+
font-size: 16px;
|
|
112
|
+
|
|
113
|
+
appearance: none;
|
|
114
|
+
box-shadow: border-box;
|
|
115
|
+
@include border-radius(0px);
|
|
116
|
+
|
|
117
|
+
@include breakpoint($screen-md) {
|
|
118
|
+
max-width: 290px;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
textarea {
|
|
123
|
+
min-height: 65px;
|
|
124
|
+
padding: 12px 50px 14px 10px;
|
|
125
|
+
@include font-size($p-small-font-size);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
input[type="submit"],
|
|
129
|
+
input[type="reset"],
|
|
130
|
+
input[type="button"] {
|
|
131
|
+
@extend .btn;
|
|
132
|
+
}
|