@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,118 @@
|
|
|
1
|
+
.cr-article {
|
|
2
|
+
background-color: $colour-white;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.cr-article__header {
|
|
6
|
+
text-align: left;
|
|
7
|
+
|
|
8
|
+
.cr-article__title {
|
|
9
|
+
@include font-size($h1-small-font-size);
|
|
10
|
+
font-family: $font-black--sr18;
|
|
11
|
+
font-weight: 900;
|
|
12
|
+
color: $colour-black;
|
|
13
|
+
margin-bottom: 40px;
|
|
14
|
+
margin-left:20px;
|
|
15
|
+
margin-right:20px;
|
|
16
|
+
|
|
17
|
+
@include breakpoint($screen-md) {
|
|
18
|
+
margin-left: 30px;
|
|
19
|
+
margin-right: 30px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@include breakpoint($screen-lg) {
|
|
23
|
+
@include span(12);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.cr-article__date {
|
|
29
|
+
@include span(12 no-gutters);
|
|
30
|
+
font-family: $font-regular--sr18;
|
|
31
|
+
@include font-size($p-xxsmall-font-size);
|
|
32
|
+
margin-bottom: 10px;
|
|
33
|
+
color: $colour-black;
|
|
34
|
+
text-transform: capitalize;
|
|
35
|
+
text-indent: 30px;
|
|
36
|
+
|
|
37
|
+
@include breakpoint($screen-md) {
|
|
38
|
+
@include span(6);
|
|
39
|
+
@include font-size($p-large-font-size);
|
|
40
|
+
margin-bottom: 15px;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@include breakpoint($screen-lg) {
|
|
44
|
+
text-indent: 0;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.cr-article__social-links {
|
|
49
|
+
@include span(12 no-gutters);
|
|
50
|
+
text-align: right;
|
|
51
|
+
text-indent: 30px;
|
|
52
|
+
|
|
53
|
+
@include breakpoint($screen-md) {
|
|
54
|
+
@include span(6);
|
|
55
|
+
text-indent: 0;
|
|
56
|
+
margin-bottom: 15px;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.social-links-label {
|
|
61
|
+
@include span(4);
|
|
62
|
+
@include font-size($p-xxsmall-font-size);
|
|
63
|
+
text-align: left;
|
|
64
|
+
margin-left: 0;
|
|
65
|
+
margin-right: 0;
|
|
66
|
+
|
|
67
|
+
@include breakpoint($screen-md) {
|
|
68
|
+
@include span(5);
|
|
69
|
+
@include font-size($p-large-font-size);
|
|
70
|
+
margin-top: -12px;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
span {
|
|
74
|
+
color: $colour-black;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.social-links {
|
|
79
|
+
@include span(8);
|
|
80
|
+
margin-left: -5%;
|
|
81
|
+
text-align: left;
|
|
82
|
+
color: $colour-black;
|
|
83
|
+
|
|
84
|
+
@include breakpoint($screen-md) {
|
|
85
|
+
@include span(7 no-gutters);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
li {
|
|
89
|
+
a {
|
|
90
|
+
display: block;
|
|
91
|
+
margin-right: 5px;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.cr-article__image, .cr-article__video {
|
|
97
|
+
clear: both;
|
|
98
|
+
@include breakpoint($screen-lg) {
|
|
99
|
+
@include susy-clearfix; // temporary fix until clearfix mixin is fixed
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.cr-article__caption {
|
|
104
|
+
padding:25px 20px 20px;
|
|
105
|
+
margin-top: -40px;
|
|
106
|
+
font-family: $font-regular--sr18;
|
|
107
|
+
font-weight: 500;
|
|
108
|
+
background-color: $colour-white;
|
|
109
|
+
color: $colour-black;
|
|
110
|
+
border-bottom: 1px solid $colour-grey;
|
|
111
|
+
text-align: left;
|
|
112
|
+
|
|
113
|
+
@include breakpoint($screen-lg) {
|
|
114
|
+
padding-left:0;
|
|
115
|
+
padding-right:0;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<article class="cr-article">
|
|
2
|
+
<div class="cr-article__content-wrapper">
|
|
3
|
+
<header class="node node--type-article node--view-mode-full cr-article__header cr-article__header--no-caption">
|
|
4
|
+
<h1 class="cr-article__title">Best Auction Ever - raising money for Red Nose Day</h1>
|
|
5
|
+
<span class="cr-article__date">
|
|
6
|
+
<div class="field__label visually-hidden">Display date</div>
|
|
7
|
+
Posted: 12/10/2017
|
|
8
|
+
</span>
|
|
9
|
+
<div class="cr-article__social-links">
|
|
10
|
+
<div class="social-links-label">
|
|
11
|
+
<span>Share with:</span>
|
|
12
|
+
</div>
|
|
13
|
+
<div class="item-list"><ul class="social-links"><li><a href="http://twitter.com/home?status=http%3A%2F%2Fwww.rednoseday.com%2Fnews-tv-and-events%2Fnews%2Fbest-auction-ever-raising-money-red-nose-day&amp;title=Best+Auction+Ever+-+raising+money+for+Red+Nose+Day" title="Share on Twitter" class="social-link twitter-social-link social-link-popup SocialPopup-processed"><svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#social-link-twitter"></use></svg></a></li><li>
|
|
14
|
+
<a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.rednoseday.com%2Fnews-tv-and-events%2Fnews%2Fbest-auction-ever-raising-money-red-nose-day&amp;title=Best+Auction+Ever+-+raising+money+for+Red+Nose+Day" title="Share on Facebook" class="social-link facebook-social-link social-link-popup SocialPopup-processed"><svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#social-link-facebook"></use></svg></a></li></ul></div>
|
|
15
|
+
</div>
|
|
16
|
+
<div class="cr-article__image">
|
|
17
|
+
<picture>
|
|
18
|
+
<source srcset="kss-assets/images/16-9-img.jpg" media="all and (min-width: 1024px)" type="image/jpeg">
|
|
19
|
+
<source srcset="kss-assets/images/16-9-img.jpg" media="all and (min-width: 740px)" type="image/jpeg">
|
|
20
|
+
<source srcset="kss-assets/images/16-9-img.jpg" media="(min-width: 0px)" type="image/jpeg">
|
|
21
|
+
<img srcset="kss-assets/images/16-9-img.jpg" alt="Africa" typeof="foaf:Image">
|
|
22
|
+
</picture>
|
|
23
|
+
</div>
|
|
24
|
+
<figcaption class="cr-article__caption">
|
|
25
|
+
Katy enjoys a quick break on her way to make her first delivery - photo credit
|
|
26
|
+
</figcaption>
|
|
27
|
+
</header>
|
|
28
|
+
</div>
|
|
29
|
+
</article>
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
.promo-header {
|
|
2
|
+
@include breakpoint($screen-md-max) {
|
|
3
|
+
min-height: 500px;
|
|
4
|
+
}
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.promo-header__content {
|
|
8
|
+
.promo-header--default:not(.promo-header--video):not(.promo-header--no-image) & {
|
|
9
|
+
position: absolute;
|
|
10
|
+
top: 50%;
|
|
11
|
+
right: 0;
|
|
12
|
+
left: 0;
|
|
13
|
+
width: 100%;
|
|
14
|
+
transform: translateY(-50%);
|
|
15
|
+
|
|
16
|
+
.promo-header__content-inner {
|
|
17
|
+
margin: 0 auto;
|
|
18
|
+
|
|
19
|
+
h1 {
|
|
20
|
+
// Remove the stock h1 margin-bottom to keep it properly vertically aligned
|
|
21
|
+
margin-bottom: 0;
|
|
22
|
+
text-shadow: 0 0 50px rgba(0,0,0,0.50);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
p {
|
|
28
|
+
.promo-header--feature & {
|
|
29
|
+
color: $colour-dark-blue-lighter;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/* As we can't maintain the ratio, at least set a height on
|
|
35
|
+
* browsers that can't display objectfit our promo feature image */
|
|
36
|
+
.promo-header__bg-image.compat-object-fit {
|
|
37
|
+
min-height: 300px;
|
|
38
|
+
|
|
39
|
+
@include breakpoint($screen-md) {
|
|
40
|
+
min-height: 400px;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@include breakpoint($screen-lg) {
|
|
44
|
+
min-height: 500px;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/* Override offsets from the base theme */
|
|
49
|
+
header[role=banner].sticky-nav__header ~ main .promo-header--default:not(.promo-header--video):not(.promo-header--no-image)
|
|
50
|
+
.promo-header__content .promo-header__content-inner {
|
|
51
|
+
padding: 20px;
|
|
52
|
+
|
|
53
|
+
@include breakpoint($screen-md) {
|
|
54
|
+
margin-top: 0;
|
|
55
|
+
padding: 0;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
@include breakpoint($screen-lg) {
|
|
59
|
+
margin-top: 0;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
.search-block {
|
|
2
|
+
// offset top from navigation and give it the same width as the header inner wrapper
|
|
3
|
+
position: fixed;
|
|
4
|
+
overflow: visible;
|
|
5
|
+
top: $sm-nav-height;
|
|
6
|
+
right: 0;
|
|
7
|
+
left: 0;
|
|
8
|
+
margin: 0 auto;
|
|
9
|
+
width: 100%;
|
|
10
|
+
max-width: 1200px;
|
|
11
|
+
z-index: 100;
|
|
12
|
+
|
|
13
|
+
@include breakpoint($screen-md) {
|
|
14
|
+
top: $md-nav-height;
|
|
15
|
+
}
|
|
16
|
+
@include breakpoint($desktop-nav-breakpoint) {
|
|
17
|
+
top: $lg-nav-height;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.cc-banner--visible & {
|
|
21
|
+
position: relative;
|
|
22
|
+
top: 0;
|
|
23
|
+
}
|
|
24
|
+
.search-block__wrapper {
|
|
25
|
+
position: absolute;
|
|
26
|
+
overflow: visible;
|
|
27
|
+
top: 0;
|
|
28
|
+
right: 0;
|
|
29
|
+
padding: 20px;
|
|
30
|
+
width: 100%;
|
|
31
|
+
background-color: $colour-dark-blue;
|
|
32
|
+
|
|
33
|
+
@include breakpoint($screen-md) {
|
|
34
|
+
// offset from right width of icon buttons and hamburger button
|
|
35
|
+
right: calc(0px + 65px);
|
|
36
|
+
width: 380px;
|
|
37
|
+
}
|
|
38
|
+
@include breakpoint($desktop-nav-breakpoint) {
|
|
39
|
+
// offset from right width of icon buttons and margin meta-icons
|
|
40
|
+
right: calc(0px + 5px);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
.search-block__message {
|
|
44
|
+
margin: 0;
|
|
45
|
+
width: 100%;
|
|
46
|
+
p {
|
|
47
|
+
margin: 0 auto 20px;
|
|
48
|
+
width: 60%;
|
|
49
|
+
font-family: $font-bold--sr18;
|
|
50
|
+
font-weight: 700;
|
|
51
|
+
color: $colour-white;
|
|
52
|
+
word-wrap: break-word;
|
|
53
|
+
@include font-size($h3-font-size);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.search-block__form {
|
|
58
|
+
margin: 0;
|
|
59
|
+
padding: 0;
|
|
60
|
+
width: 100%;
|
|
61
|
+
form {
|
|
62
|
+
margin: 0;
|
|
63
|
+
border: none;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
.form-item {
|
|
67
|
+
margin: 0;
|
|
68
|
+
padding: 0 10px;
|
|
69
|
+
width: calc(100% - 50px);
|
|
70
|
+
background-color: $colour-white;
|
|
71
|
+
}
|
|
72
|
+
input[type=text] {
|
|
73
|
+
padding: 0;
|
|
74
|
+
height: 50px;
|
|
75
|
+
font-family: $font-bold--sr18;
|
|
76
|
+
@include font-size($h3-font-size);
|
|
77
|
+
color: $colour-dark-blue;
|
|
78
|
+
}
|
|
79
|
+
.form-actions {
|
|
80
|
+
margin: 0;
|
|
81
|
+
height: 50px;
|
|
82
|
+
width: 50px;
|
|
83
|
+
background-color: $colour-ruby;
|
|
84
|
+
}
|
|
85
|
+
input[type=submit] {
|
|
86
|
+
width: 50px;
|
|
87
|
+
height: 50px;
|
|
88
|
+
background-color: $colour-white;
|
|
89
|
+
mask: url($image-path + "magnify-icon.svg") no-repeat center;
|
|
90
|
+
mask-size: 23px;
|
|
91
|
+
-webkit-mask: url($image-path + "magnify-icon.svg") no-repeat center;
|
|
92
|
+
-webkit-mask-size: 23px;
|
|
93
|
+
@include breakpoint($screen-md) {
|
|
94
|
+
mask-size: 25px;
|
|
95
|
+
-webkit-mask-size: 25px;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
&:hover {
|
|
99
|
+
background-color: $colour-black;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
&:focus {
|
|
103
|
+
outline: 1px dotted #212121;
|
|
104
|
+
// Webkit specific override where applicable
|
|
105
|
+
outline: 5px auto -webkit-focus-ring-color;
|
|
106
|
+
}
|
|
107
|
+
.no-cssmask & {
|
|
108
|
+
background: transparent url($image-path + "search_page_icon.png") center no-repeat;
|
|
109
|
+
background-size: 23px;
|
|
110
|
+
@include breakpoint($screen-md) {
|
|
111
|
+
background-size: 25px;
|
|
112
|
+
}
|
|
113
|
+
&:focus,
|
|
114
|
+
&:hover {
|
|
115
|
+
background-image: url($image-path + "search_page_icon_hover.png");
|
|
116
|
+
background-color: transparent;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
a.close-button {
|
|
122
|
+
position: absolute;
|
|
123
|
+
top: calc(0px - #{$sm-nav-height});
|
|
124
|
+
right: 111px;
|
|
125
|
+
width: 46px;
|
|
126
|
+
height: $sm-nav-height;
|
|
127
|
+
background-color: $colour-dark-blue;
|
|
128
|
+
@include breakpoint($screen-md) {
|
|
129
|
+
top: calc(0px - #{$md-nav-height});
|
|
130
|
+
height: $md-nav-height;
|
|
131
|
+
}
|
|
132
|
+
@include breakpoint($desktop-nav-breakpoint) {
|
|
133
|
+
top: calc(0px - #{$lg-nav-height});
|
|
134
|
+
right: 51px;
|
|
135
|
+
height: $lg-nav-height;
|
|
136
|
+
}
|
|
137
|
+
.icon {
|
|
138
|
+
margin: 12px 10px;
|
|
139
|
+
width: 25px;
|
|
140
|
+
height: 25px;
|
|
141
|
+
fill: white;
|
|
142
|
+
@include breakpoint($screen-md) {
|
|
143
|
+
margin: 12px 6px;
|
|
144
|
+
width: 35px;
|
|
145
|
+
height: 35px;
|
|
146
|
+
}
|
|
147
|
+
@include breakpoint($desktop-nav-breakpoint) {
|
|
148
|
+
margin: 26px 12px 28px;
|
|
149
|
+
width: 20px;
|
|
150
|
+
height: 21px;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
&:focus,
|
|
154
|
+
&:hover {
|
|
155
|
+
.icon {
|
|
156
|
+
fill: $colour-white;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
.path-search & {
|
|
160
|
+
display: none;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
//IE
|
|
165
|
+
.no-object-fit {
|
|
166
|
+
.search-block {
|
|
167
|
+
// override base theme's IE fix
|
|
168
|
+
position: fixed;
|
|
169
|
+
}
|
|
170
|
+
// positioning for when cookie message is visible
|
|
171
|
+
.cc-banner--visible {
|
|
172
|
+
.search-block {
|
|
173
|
+
position: relative;
|
|
174
|
+
top: 0;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="26.8mm" height="26.8mm" viewBox="0 0 76.1 76"><title>search</title><path d="M36.2,13.7a1.9,1.9,0,0,0-1.5-.4c-13.2,1.5-20.4,8.6-21.5,21.5a2.1,2.1,0,0,0,.4,1.4,1.9,1.9,0,0,0,1.3.7,1.7,1.7,0,0,0,1.4-.5,1.7,1.7,0,0,0,.7-1.3c.9-10.7,6.9-16.7,18-17.9a1.9,1.9,0,0,0,1.3-.7,1.9,1.9,0,0,0,.4-1.5C36.9,14.5,36.7,14.1,36.2,13.7Z"/><path d="M75,70,58.7,53.8A31.7,31.7,0,0,0,66.1,33,31.7,31.7,0,0,0,56.4,9.6,31.9,31.9,0,0,0,33-.1,32,32,0,0,0,9.6,9.5,32.6,32.6,0,0,0,0,33,31.8,31.8,0,0,0,9.6,56.3,31.9,31.9,0,0,0,33,66a31.5,31.5,0,0,0,20.8-7.4L70,74.9a3.3,3.3,0,0,0,2.5,1,3,3,0,0,0,2.4-1A3.2,3.2,0,0,0,76,72.5,3.3,3.3,0,0,0,75,70ZM51.6,51.5h-.1a25,25,0,0,1-18.4,7.6,25.7,25.7,0,0,1-18.6-7.7A25.2,25.2,0,0,1,6.9,33,25.8,25.8,0,0,1,33,6.9a25.1,25.1,0,0,1,18.5,7.6,25.4,25.4,0,0,1,7.7,18.6A25,25,0,0,1,51.6,51.5Z"/></svg>
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<div class="views-exposed-form contextual-region block search-block show" data-drupal-selector="views-exposed-form-search-page-1" id="block-exposedformsearchpage-1">
|
|
2
|
+
<div class="search-block__wrapper">
|
|
3
|
+
<div class="search-block__message">
|
|
4
|
+
<p>So, what are you looking for?</p>
|
|
5
|
+
</div>
|
|
6
|
+
<div class="search-block__form">
|
|
7
|
+
<form action="/web/search" method="get" id="views-exposed-form-search-page-1" accept-charset="UTF-8" data-drupal-form-fields="edit-text">
|
|
8
|
+
<div class="js-form-item form-item js-form-type-textfield form-type-textfield js-form-item-text form-item-text">
|
|
9
|
+
<label for="edit-text">Search</label>
|
|
10
|
+
<input data-drupal-selector="edit-text" type="text" id="edit-text" name="text" value="" size="30" maxlength="128" class="form-text">
|
|
11
|
+
</div>
|
|
12
|
+
<div data-drupal-selector="edit-actions" class="form-actions js-form-wrapper form-wrapper" id="edit-actions"><input data-drupal-selector="edit-submit-search" type="submit" id="edit-submit-search" value="Apply" class="button js-form-submit form-submit"></div>
|
|
13
|
+
</form>
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
<a role="button" class="close-button" href="#" aria-label="close search form">
|
|
17
|
+
<svg class="icon" focusable="false" tabindex="-1">
|
|
18
|
+
<use xlink:href="#close-cross"></use>
|
|
19
|
+
</svg>
|
|
20
|
+
</a>
|
|
21
|
+
</div>
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
.path-search {
|
|
2
|
+
background-color: $colour-white;
|
|
3
|
+
.search-block {
|
|
4
|
+
position: relative;
|
|
5
|
+
top: 0;
|
|
6
|
+
right: 0;
|
|
7
|
+
left: 0;
|
|
8
|
+
margin: 0;
|
|
9
|
+
padding-top: 0;
|
|
10
|
+
width: 100%;
|
|
11
|
+
max-width: 100%;
|
|
12
|
+
z-index: 0;
|
|
13
|
+
@include gradient-background($colour-purple, $colour-ruby);
|
|
14
|
+
|
|
15
|
+
.search-block__wrapper {
|
|
16
|
+
position: relative;
|
|
17
|
+
right: 0;
|
|
18
|
+
padding: 150px 0 50px;
|
|
19
|
+
width: 100%;
|
|
20
|
+
background-color: transparent;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.search-block__message {
|
|
24
|
+
display: none;
|
|
25
|
+
}
|
|
26
|
+
.search-block__form {
|
|
27
|
+
margin: 0 auto;
|
|
28
|
+
width: 100%;
|
|
29
|
+
padding: 0 calc((4 * 1.25%));
|
|
30
|
+
@include breakpoint($screen-md) {
|
|
31
|
+
padding: 0 calc((2 * 1.25%));
|
|
32
|
+
}
|
|
33
|
+
@include breakpoint($screen-lg) {
|
|
34
|
+
width: span(8);
|
|
35
|
+
padding: 0 calc((0.5 * 1.25%));
|
|
36
|
+
}
|
|
37
|
+
form {
|
|
38
|
+
border-bottom: $colour-white 1px solid ;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
.form-item {
|
|
42
|
+
@include span(11);
|
|
43
|
+
margin-top: 0;
|
|
44
|
+
margin-left: 0;
|
|
45
|
+
margin-bottom: 5px;
|
|
46
|
+
padding: 0;
|
|
47
|
+
background-color: transparent;
|
|
48
|
+
}
|
|
49
|
+
input[type=text] {
|
|
50
|
+
height: 50px;
|
|
51
|
+
padding: 0;
|
|
52
|
+
font-family: $font-bold--sr18;
|
|
53
|
+
font-weight: 700;
|
|
54
|
+
@include font-size($p-large-font-size);
|
|
55
|
+
color: $colour-white;
|
|
56
|
+
background-color: transparent;
|
|
57
|
+
@include breakpoint($screen-md){
|
|
58
|
+
@include font-size($p-xxlarge-font-size);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
.form-actions {
|
|
62
|
+
width: auto;
|
|
63
|
+
margin: 0;
|
|
64
|
+
float: right;
|
|
65
|
+
background-color: transparent;
|
|
66
|
+
}
|
|
67
|
+
input[type=submit] {
|
|
68
|
+
height: 50px;
|
|
69
|
+
width: 30px;
|
|
70
|
+
@include breakpoint($screen-md){
|
|
71
|
+
width: 50px;
|
|
72
|
+
mask-size: 36px;
|
|
73
|
+
-webkit-mask-size: 36px;
|
|
74
|
+
}
|
|
75
|
+
.no-cssmask & {
|
|
76
|
+
@include breakpoint($screen-md) {
|
|
77
|
+
background-size: 36px;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
&.cc-banner--visible {
|
|
83
|
+
.search-block {
|
|
84
|
+
top: 0;
|
|
85
|
+
@include breakpoint($screen-md) {
|
|
86
|
+
top: 0;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
.search-result__content {
|
|
91
|
+
@include font-size($p-font-size);
|
|
92
|
+
h3 {
|
|
93
|
+
@include font-size($p-large-font-size);
|
|
94
|
+
@include breakpoint($screen-md) {
|
|
95
|
+
@include font-size($p-xxlarge-font-size);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
& .search-result__tag {
|
|
99
|
+
color: $colour-ruby;
|
|
100
|
+
}
|
|
101
|
+
& .search-result__published-date {
|
|
102
|
+
// decrease line height for smaller border
|
|
103
|
+
line-height: 16px;
|
|
104
|
+
color: $colour-ruby;
|
|
105
|
+
@include breakpoint($screen-md) {
|
|
106
|
+
border-left: 2px solid $colour-ruby;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
a {
|
|
110
|
+
color: $colour-dark-blue;
|
|
111
|
+
}
|
|
112
|
+
.search-result__body {
|
|
113
|
+
color: $colour-dark-blue-lighter;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
// IE
|
|
118
|
+
.no-object-fit {
|
|
119
|
+
.path-search.cc-banner--visible {
|
|
120
|
+
.search-block {
|
|
121
|
+
top: 0;
|
|
122
|
+
@include breakpoint($screen-md) {
|
|
123
|
+
top: 0;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
.single-msg.paragraph {
|
|
2
|
+
|
|
3
|
+
@include breakpoint($screen-md) {
|
|
4
|
+
.single-msg__outer-wrapper {
|
|
5
|
+
display: -webkit-flex;
|
|
6
|
+
display: flex;
|
|
7
|
+
|
|
8
|
+
.single-msg__copy_wrapper {
|
|
9
|
+
// Reset absolute position to give the copy
|
|
10
|
+
// height that'll allow overflow
|
|
11
|
+
position: relative;
|
|
12
|
+
top: auto;
|
|
13
|
+
right: auto;
|
|
14
|
+
height: auto;
|
|
15
|
+
margin-top: 0;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// Change flex direction for left-aligned copy version
|
|
20
|
+
&.single-msg--copy-left {
|
|
21
|
+
.single-msg__outer-wrapper {
|
|
22
|
+
-webkit-flex-direction: row-reverse;
|
|
23
|
+
flex-direction: row-reverse;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
// Reset these tweaks for our Feature versions
|
|
28
|
+
&.single-msg--feature-copy-right,
|
|
29
|
+
&.single-msg--feature-copy-left {
|
|
30
|
+
.single-msg__outer-wrapper {
|
|
31
|
+
display: block;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@include breakpoint($screen-lg) {
|
|
37
|
+
&.single-msg--feature-copy-right,
|
|
38
|
+
&.single-msg--feature-copy-left {
|
|
39
|
+
.single-msg__outer-wrapper {
|
|
40
|
+
.single-msg__copy_wrapper {
|
|
41
|
+
position: absolute;
|
|
42
|
+
top: 0;
|
|
43
|
+
right: 0;
|
|
44
|
+
margin: 90px gutter() 0 0;
|
|
45
|
+
height: calc(100% - (60px * 3));
|
|
46
|
+
width: calc( #{span(5)} + ( #{gutter()} * 4) );
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&.single-msg--feature-copy-left {
|
|
52
|
+
.single-msg__outer-wrapper {
|
|
53
|
+
.single-msg__copy_wrapper {
|
|
54
|
+
margin: 90px 0 0 gutter();
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
.teaser-block__body {
|
|
2
|
+
padding: 20px;
|
|
3
|
+
text-align: initial;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.teaser-block--bg-image {
|
|
7
|
+
.teaser-block__image:after {
|
|
8
|
+
width: 100%;
|
|
9
|
+
height: 100%;
|
|
10
|
+
content: "";
|
|
11
|
+
position: absolute;
|
|
12
|
+
top: 0;
|
|
13
|
+
left:0;
|
|
14
|
+
transition: background-color 0.2s linear;
|
|
15
|
+
// Set this up as totally transparent to fade-in on hover
|
|
16
|
+
background-color: rgba($colour-dark-blue, 0);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.teaser-block__body {
|
|
20
|
+
/* Increase padding-top to extend gradient 'reach';
|
|
21
|
+
* provides better accessibility against the first line of text */
|
|
22
|
+
padding: 100px 30px 40px;
|
|
23
|
+
margin: 0;
|
|
24
|
+
width: 100%;
|
|
25
|
+
position: absolute;
|
|
26
|
+
bottom: 0;
|
|
27
|
+
top: auto;
|
|
28
|
+
height: auto;
|
|
29
|
+
background-image: linear-gradient(transparent, $colour-dark-blue);
|
|
30
|
+
|
|
31
|
+
/* Ensure the last element is flush to the padding of the block */
|
|
32
|
+
.cr-body {
|
|
33
|
+
height: auto;
|
|
34
|
+
|
|
35
|
+
> *:last-child {
|
|
36
|
+
margin-bottom: 0;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/* Re-add our margin to the CTA if present, so the above last-child doesn't
|
|
41
|
+
sit flush with it */
|
|
42
|
+
.teaser-block__cta {
|
|
43
|
+
.btn {
|
|
44
|
+
margin-top: 20px;
|
|
45
|
+
}
|
|
46
|
+
.link {
|
|
47
|
+
display: inline-block;
|
|
48
|
+
margin-top: 15px;
|
|
49
|
+
width: auto;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&:hover,
|
|
55
|
+
.teaser-block__link:focus {
|
|
56
|
+
.teaser-block__image:after {
|
|
57
|
+
background-color: rgba($colour-dark-blue, 0.5);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
.ui-tooltip.ui-tooltip--nav {
|
|
2
|
+
background-color: $colour-dark-blue;
|
|
3
|
+
// place tooltip behind open esu/search dropdown because colour clash
|
|
4
|
+
z-index: 99;
|
|
5
|
+
&:before {
|
|
6
|
+
// important flag needed to override colour
|
|
7
|
+
border-bottom-color: $colour-dark-blue !important;
|
|
8
|
+
}
|
|
9
|
+
}
|