@comicrelief/storybook 1.34.2 → 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 +3 -3
- 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,31 @@
|
|
|
1
|
+
(function ($) {
|
|
2
|
+
// Activate lightcase
|
|
3
|
+
// Video lightcase
|
|
4
|
+
$('a[data-rel^=lightcase]').lightcase({
|
|
5
|
+
overlayOpacity: .95,
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
iframe: {
|
|
9
|
+
width: "100%",
|
|
10
|
+
height: "100%",
|
|
11
|
+
frameborder: 0
|
|
12
|
+
},
|
|
13
|
+
|
|
14
|
+
onFinish : {
|
|
15
|
+
|
|
16
|
+
custom: function() {
|
|
17
|
+
|
|
18
|
+
var caption = $(this).parent().find('.media-block__caption');
|
|
19
|
+
|
|
20
|
+
$('.lightcase-contentInner iframe').focus();
|
|
21
|
+
|
|
22
|
+
if (caption.length) {
|
|
23
|
+
lightcase.get('caption').html(caption.html());
|
|
24
|
+
$('#lightcase-caption').show();
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
lightcase.resize();
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
})(jQuery);
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<div class="cw-region">
|
|
2
|
+
<article class="contextual-region block-content block-content--type-media-reference {{ modifier_class }} media-block clearfix">
|
|
3
|
+
<div class="media-block__image">
|
|
4
|
+
<div class="media media--blazy media--responsive media--image">
|
|
5
|
+
<picture>
|
|
6
|
+
<img class="media__image media__element b-lazy b-responsive b-loaded" src="kss-assets/images/original-teaser-1170-658.jpg" alt="Video background" typeof="foaf:Image">
|
|
7
|
+
</picture>
|
|
8
|
+
</div>
|
|
9
|
+
</div>
|
|
10
|
+
<div class="media-block__content-wrapper">
|
|
11
|
+
<div class="media-block__content">
|
|
12
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="play-icon" viewBox="0 0 40 40" xml:space="preserve">
|
|
13
|
+
<path d="M20,2c9.9,0,18,8.1,18,18s-8.1,18-18,18S2,29.9,2,20S10.1,2,20,2 M20,0C9,0,0,9,0,20s9,20,20,20
|
|
14
|
+
s20-9,20-20S31,0,20,0L20,0z"></path>
|
|
15
|
+
<path d="M15.8,14l10.3,6l-10.3,6V14 M13.8,10.6v18.8L30.1,20L13.8,10.6L13.8,10.6z"></path>
|
|
16
|
+
</svg>
|
|
17
|
+
<div class="cr-body">
|
|
18
|
+
<h4>Relive all the best bits of last Red Nose Day</h4>
|
|
19
|
+
<p class="font--yellow"><strong>20:20</strong></p>
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
22
|
+
</div>
|
|
23
|
+
<a class="media-block__link" data-rel="lightcase" href="https://www.youtube.com/embed/NW12S4-KB1I?autoplay=1">media block</a>
|
|
24
|
+
<div class="media-block__caption">
|
|
25
|
+
<div class="cr-body">
|
|
26
|
+
<p>Raymond used to work in a mine, with no time to go to school. Now, thanks to you, he’s getting an education. To help us change more lives, simply raise cash by having fun.</p>
|
|
27
|
+
<p><a class="btn btn--red" href="#">See how to join in</a></p>
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
</article>
|
|
31
|
+
</div>
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
|
|
2
|
+
.block-cr-meta-icons {
|
|
3
|
+
height: 77px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.meta-icons {
|
|
7
|
+
float: left;
|
|
8
|
+
@include breakpoint($desktop-nav-breakpoint) {
|
|
9
|
+
position: relative;
|
|
10
|
+
z-index: 10;
|
|
11
|
+
float: left;
|
|
12
|
+
height: 103px;
|
|
13
|
+
.icon {
|
|
14
|
+
width: 35px;
|
|
15
|
+
height: 100%;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
.meta-icons__login {
|
|
19
|
+
display: inline-block;
|
|
20
|
+
text-decoration: none;
|
|
21
|
+
}
|
|
22
|
+
.meta-icons__login,
|
|
23
|
+
.meta-icons__magnify,
|
|
24
|
+
.meta-icons__esu-toggle {
|
|
25
|
+
width: 35px;
|
|
26
|
+
height: 76px;
|
|
27
|
+
margin: 0;
|
|
28
|
+
padding: 0;
|
|
29
|
+
border: none;
|
|
30
|
+
background-color: transparent;
|
|
31
|
+
display: inline-block;
|
|
32
|
+
@include breakpoint($screen-md) {
|
|
33
|
+
width: 46px;
|
|
34
|
+
}
|
|
35
|
+
@include breakpoint($desktop-nav-breakpoint) {
|
|
36
|
+
height: 103px;
|
|
37
|
+
}
|
|
38
|
+
&.active {
|
|
39
|
+
background-color: #f9f9f9;
|
|
40
|
+
}
|
|
41
|
+
&:focus {
|
|
42
|
+
outline: none;
|
|
43
|
+
}
|
|
44
|
+
span {
|
|
45
|
+
display: none;
|
|
46
|
+
}
|
|
47
|
+
.icon {
|
|
48
|
+
width: 25px;
|
|
49
|
+
height: 25px;
|
|
50
|
+
margin: 21px 4px;
|
|
51
|
+
transition-property: fill;
|
|
52
|
+
transition-duration: 150ms;
|
|
53
|
+
@include breakpoint($screen-md) {
|
|
54
|
+
width: 35px;
|
|
55
|
+
height: 35px;
|
|
56
|
+
}
|
|
57
|
+
@include breakpoint($desktop-nav-breakpoint) {
|
|
58
|
+
width: 20px;
|
|
59
|
+
height: 21px;
|
|
60
|
+
margin: 40px 12px;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
fill: $colour-jasper-grey;
|
|
64
|
+
}
|
|
65
|
+
&:hover,
|
|
66
|
+
&:focus,
|
|
67
|
+
&.active {
|
|
68
|
+
.icon {
|
|
69
|
+
fill: $colour-black;
|
|
70
|
+
outline: none;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<div id="block-metaiconsblock" class="contextual-region block block-cr-meta-icons">
|
|
2
|
+
<div class="meta-icons">
|
|
3
|
+
<a role="button" class="meta-icons__magnify has-tooltip active" title="Search" href="#">
|
|
4
|
+
<svg class="icon">
|
|
5
|
+
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-magnify"></use>
|
|
6
|
+
</svg>
|
|
7
|
+
</a>
|
|
8
|
+
<a role="button" href="https://my.rednoseday.com/user/login" target="_blank" class="meta-icons__login has-tooltip" title="Log in to your Giving Page">
|
|
9
|
+
<svg class="icon">
|
|
10
|
+
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-login"></use>
|
|
11
|
+
</svg>
|
|
12
|
+
</a>
|
|
13
|
+
<a role="button" class="meta-icons__esu-toggle has-tooltip" title="Sign up for emails" href="#">
|
|
14
|
+
<svg class="icon">
|
|
15
|
+
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#envelope"></use>
|
|
16
|
+
</svg>
|
|
17
|
+
<span>Get the latest</span>
|
|
18
|
+
</a>
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 21.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 288 130" style="enable-background:new 0 0 288 130;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#E52631;}
|
|
7
|
+
.st1{fill:#FFFFFF;}
|
|
8
|
+
.st2{fill:#29022C;}
|
|
9
|
+
</style>
|
|
10
|
+
<circle class="st0" cx="64.7" cy="65" r="63.7"/>
|
|
11
|
+
<path class="st1" d="M107.3,63.3c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c-0.1-5.9-0.4-11.9-1-17.9c-1.7-0.2-3.3-0.5-5-0.7
|
|
12
|
+
c-0.2,0-0.3-0.1-0.4-0.3s-0.2-0.4-0.2-0.6c-0.1-1.5-0.3-3-0.4-4.5c0-0.2,0-0.4,0.1-0.5s0.2-0.2,0.4-0.2c5.5,0.8,10.9,1.9,16.4,3.1
|
|
13
|
+
c0.2,0,0.3,0.2,0.4,0.3s0.2,0.3,0.2,0.5c0.2,1.3,0.4,2.7,0.6,4c0,0.2,0,0.3-0.1,0.5c-0.1,0.1-0.2,0.2-0.4,0.1
|
|
14
|
+
c-1.7-0.3-3.3-0.6-5-0.9c0.7,5.6,1,11.3,1.1,17c0,0.2,0,0.3-0.2,0.5c-0.1,0.1-0.3,0.2-0.4,0.2L107.3,63.3z"/>
|
|
15
|
+
<path class="st1" d="M31.7,63.2c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0.1-8,0.5-15.9,1.3-24c0-0.2,0.1-0.4,0.2-0.5
|
|
16
|
+
c0.1-0.1,0.2-0.3,0.4-0.3c2.1-0.3,4.3-0.6,6.4-0.8c1.5-0.2,3-0.2,4.5,0c1.1,0.1,2.2,0.6,3.1,1.2c0.8,0.6,1.5,1.5,1.8,2.5
|
|
17
|
+
c0.4,1.2,0.6,2.6,0.5,3.9c-0.1,3-0.9,5.3-2.5,6.8s-3.7,2.2-6.7,2.3h-0.3l-2,0.1c-0.1,2.9-0.1,5.9-0.2,8.8c0,0.2-0.1,0.4-0.2,0.5
|
|
18
|
+
c-0.1,0.1-0.3,0.2-0.4,0.2H31.7z M38.2,48.1l2.5-0.2c1-0.1,2.9-0.2,3-2.9s-1.8-2.6-2.7-2.5l-2.5,0.2C38.4,44.5,38.2,46.3,38.2,48.1
|
|
19
|
+
L38.2,48.1z"/>
|
|
20
|
+
<path class="st1" d="M94.6,63.2c-0.1,0-0.2-0.1-0.3-0.1c-0.1-0.1-0.2-0.2-0.2-0.3c-1.1-2.7-2.2-5.4-3.3-8.2l0,0l-0.2-0.3
|
|
21
|
+
c-0.1-0.1-0.2-0.2-0.3-0.3c-0.6-0.2-1.3-0.4-2-0.3h-1.1c0.1,3,0.1,5.9,0.1,8.9c0,0.2-0.1,0.4-0.2,0.6c-0.1,0.1-0.2,0.2-0.4,0.2H81
|
|
22
|
+
c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.2-0.2-0.4-0.2-0.6c0-8.6-0.2-17.2-0.6-25.7c0-0.2,0-0.4,0.1-0.5s0.2-0.2,0.4-0.2
|
|
23
|
+
c3.6,0.2,7.1,0.6,10.7,1c1.9,0.2,3.7,1.1,5,2.5c1.4,1.5,2.3,3.4,2.4,5.5c0.2,2.4-0.3,4.2-1.3,5.2c-0.3,0.3-0.6,0.5-0.9,0.7
|
|
24
|
+
c-0.4,0.2-0.8,0.4-1.2,0.6l-0.4,0.2l0.4,0.3c0.5,0.3,1,0.7,1.4,1.1c0.4,0.4,0.7,0.9,1,1.3c1.2,2.6,2.4,5.2,3.6,7.7
|
|
25
|
+
c0.1,0.3,0.1,0.5,0,0.8c-0.1,0.2-0.3,0.4-0.5,0.3L94.6,63.2z M86.9,47.7l2.9,0.2c0.9,0.1,2.9,0.2,2.8-2.5c0.1-1.6-1.1-2.9-2.7-3
|
|
26
|
+
c-0.1,0-0.2,0-0.3,0l-2.9-0.2C86.7,44,86.8,45.9,86.9,47.7L86.9,47.7z"/>
|
|
27
|
+
<path class="st1" d="M35.7,92.8c-0.2,0-0.3-0.1-0.4-0.3C35.1,92.4,35,92.2,35,92c-0.7-8-1-16-1.2-24c0-0.2,0.1-0.4,0.2-0.5
|
|
28
|
+
c0.1-0.1,0.2-0.2,0.4-0.2c4.9,0.1,9.9,0.1,14.9,0.1c0.2,0,0.3,0.1,0.4,0.2c0.1,0.2,0.2,0.4,0.2,0.6c0,1.6,0,3.3,0,4.9
|
|
29
|
+
c0,0.2,0,0.4-0.2,0.6c-0.1,0.1-0.2,0.2-0.4,0.2c-2.9-0.1-5.7-0.1-8.6-0.2c0,1.2,0,2.5,0.1,3.7c2.5,0.1,5,0.2,7.5,0.3
|
|
30
|
+
c0.2,0,0.3,0.1,0.4,0.3c0.1,0.2,0.2,0.4,0.2,0.6c0,1.5,0.1,3,0.1,4.5c0,0.2,0,0.4-0.2,0.6c-0.1,0.1-0.2,0.2-0.4,0.2
|
|
31
|
+
c-2.5-0.1-4.9-0.3-7.4-0.4c0.1,1.2,0.1,2.5,0.2,3.7c3,0.3,6.1,0.5,9.1,0.6c0.2,0,0.3,0.1,0.4,0.3c0.1,0.2,0.2,0.4,0.2,0.6
|
|
32
|
+
c0.1,1.6,0.1,3.3,0.2,4.9c0,0.2,0,0.4-0.1,0.6c-0.1,0.1-0.2,0.2-0.4,0.2C45.6,94,40.7,93.5,35.7,92.8z"/>
|
|
33
|
+
<path class="st1" d="M82.8,94.1c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.2-0.2-0.3-0.2-0.5c0.4-8.3,0.6-16.7,0.7-25.1c0-0.2,0.1-0.4,0.2-0.6
|
|
34
|
+
c0.1-0.1,0.2-0.2,0.4-0.2c5,0,9.9-0.1,14.9-0.2c0.2,0,0.3,0.1,0.4,0.2S99,67.8,99,68c0,1.5,0,3-0.1,4.6c0,0.2-0.1,0.4-0.2,0.6
|
|
35
|
+
c-0.1,0.1-0.3,0.2-0.4,0.2c-2.8,0.1-5.7,0.2-8.6,0.3c0,1.2,0,2.5-0.1,3.7c2.5-0.1,5-0.3,7.4-0.4c0.2,0,0.3,0.1,0.4,0.2
|
|
36
|
+
s0.2,0.3,0.2,0.5c-0.1,1.4-0.1,2.8-0.2,4.3c0,0.2-0.1,0.4-0.2,0.6s-0.2,0.3-0.4,0.3c-2.5,0.2-4.9,0.4-7.4,0.6
|
|
37
|
+
c-0.1,1.2-0.1,2.5-0.2,3.7c3-0.3,6-0.6,9.1-0.9c0.2,0,0.3,0,0.4,0.2s0.1,0.4,0.1,0.5c-0.1,1.5-0.3,3.1-0.4,4.6
|
|
38
|
+
c0,0.2-0.1,0.4-0.2,0.6c-0.1,0.1-0.3,0.3-0.4,0.3C92.8,93.2,87.8,93.7,82.8,94.1z"/>
|
|
39
|
+
<path class="st1" d="M54.4,94.5c-0.2,0-0.3-0.1-0.4-0.3c-0.1-0.2-0.2-0.4-0.2-0.6c-0.3-8.4-0.4-16.9-0.5-25.4c0-0.2,0.1-0.4,0.2-0.6
|
|
40
|
+
c0.1-0.2,0.3-0.2,0.4-0.2h5.7c0.2,0,0.3,0.1,0.4,0.3c0.1,0.2,0.2,0.4,0.2,0.6c0,6.6,0,13.3,0.1,19.9c3,0.1,6.1,0.1,9.1,0
|
|
41
|
+
c0.2,0,0.3,0.1,0.4,0.2c0.1,0.2,0.2,0.4,0.2,0.6c0,1.7,0,3.3-0.1,5c0,0.2-0.1,0.4-0.2,0.6c-0.1,0.1-0.2,0.2-0.4,0.2
|
|
42
|
+
C64.4,94.8,59.4,94.8,54.4,94.5z"/>
|
|
43
|
+
<path class="st1" d="M73,94.7c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.2-0.1-0.4-0.1-0.6c0.2-8.5,0.3-17,0.3-25.6c0-0.2,0-0.4,0.2-0.6
|
|
44
|
+
c0.1-0.1,0.2-0.2,0.3-0.2h5.8c0.1,0,0.3,0.1,0.3,0.2c0.1,0.2,0.2,0.4,0.2,0.6c0,8.5-0.2,16.9-0.5,25.3c0,0.2-0.1,0.4-0.2,0.6
|
|
45
|
+
c-0.1,0.1-0.2,0.2-0.3,0.2C76.7,94.5,74.9,94.6,73,94.7z"/>
|
|
46
|
+
<path class="st1" d="M101.6,91.8c-0.1,0-0.3,0-0.4-0.2c-0.1-0.1-0.1-0.3-0.1-0.5c0.8-7.8,1.3-15.5,1.4-23.2c0-0.2,0.1-0.4,0.2-0.5
|
|
47
|
+
s0.3-0.2,0.4-0.2c5-0.1,9.9-0.2,14.9-0.3c0.2,0,0.3,0.1,0.4,0.2s0.2,0.3,0.2,0.4c0,1.3,0,2.6-0.1,3.9c0,0.2-0.1,0.4-0.2,0.5
|
|
48
|
+
s-0.2,0.2-0.4,0.2c-3,0.2-5.9,0.4-8.9,0.6c0,1.1-0.1,2.2-0.2,3.3c2.2-0.2,4.3-0.4,6.5-0.6c0.1,0,0.3,0,0.4,0.2
|
|
49
|
+
c0.1,0.1,0.1,0.3,0.1,0.5c-0.1,1.3-0.2,2.6-0.3,3.8c0,0.2-0.1,0.4-0.2,0.5s-0.2,0.2-0.4,0.3c-2.1,0.3-4.3,0.6-6.4,0.9
|
|
50
|
+
c-0.2,2.8-0.6,5.6-0.9,8.5c0,0.2-0.1,0.4-0.2,0.5s-0.2,0.2-0.4,0.3C105,91.2,103.3,91.6,101.6,91.8z"/>
|
|
51
|
+
<path class="st1" d="M27.3,91.5c-0.1,0-0.2-0.1-0.3-0.2c-0.1-0.1-0.2-0.2-0.2-0.3L23,83.1l0,0l-0.2-0.3c-0.1-0.1-0.2-0.2-0.3-0.3
|
|
52
|
+
c-0.6-0.3-1.2-0.4-1.9-0.5l-1.1-0.2c0.3,2.6,0.6,5.1,0.9,7.7c0,0.2,0,0.3-0.1,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-1.7-0.3-3.4-0.7-5-1.1
|
|
53
|
+
c-0.2,0-0.3-0.1-0.4-0.3c-0.1-0.1-0.2-0.3-0.2-0.5c-1.2-6.8-1.8-13.7-2-20.7c0-0.2,0-0.3,0.1-0.4s0.2-0.2,0.4-0.2l10.5,0.2
|
|
54
|
+
c1.8,0,3.5,0.7,4.8,1.9c1.3,1.4,2.1,3.2,2.1,5.1c0.1,2.4-0.4,4.1-1.3,5c-0.3,0.3-0.5,0.5-0.9,0.7c-0.3,0.2-0.7,0.4-1.1,0.5l-0.4,0.1
|
|
55
|
+
l0.4,0.3c0.5,0.4,0.9,0.8,1.3,1.3c0.4,0.4,0.7,0.9,1,1.3l3.8,7.9c0.2,0.2,0.2,0.5,0.1,0.8c0,0.2-0.2,0.3-0.4,0.3l0,0
|
|
56
|
+
C30.9,92.1,29.1,91.8,27.3,91.5z M19.1,76.8l2.8,0.3c0.9,0.1,2.8,0.3,2.6-2.3s-2-2.6-2.9-2.7L18.8,72C18.9,73.6,19,75.2,19.1,76.8
|
|
57
|
+
L19.1,76.8z"/>
|
|
58
|
+
<path class="st1" d="M20.1,63.7c-0.7,0-1.5,0-2.2-0.1s-1.5-0.2-2.2-0.3l-0.4-0.1l-0.4-0.1L14.7,63l0,0l-1-0.2l-0.8-0.2
|
|
59
|
+
c-0.1,0-0.2-0.1-0.3-0.2c-0.1-0.1-0.1-0.2-0.1-0.4c-0.1-1.7-0.2-3.5-0.2-5.2c0-0.2,0.1-0.5,0.3-0.7s0.4-0.2,0.6-0.1
|
|
60
|
+
c0.8,0.4,1.7,0.7,2.6,1l0.8,0.3c1.3,0.5,2.8,0.6,4.2,0.6c0.7,0,1.3-0.2,1.9-0.5c0.5-0.3,0.8-0.9,0.9-1.5c0-0.4-0.1-0.8-0.4-1
|
|
61
|
+
c-0.9-0.5-2-0.8-3-0.8l0,0c-2.8-0.4-4.8-0.7-5.7-1.6S13,50,13.3,48c0.3-2.2,1.3-4.3,2.9-5.9c1.7-1.7,3.9-2.8,6.3-3.2
|
|
62
|
+
c1.2-0.2,2.4-0.3,3.6-0.2c0.6,0,1.1,0.1,1.6,0.1c0.4,0,0.7,0.1,1.1,0.2c0.1,0,0.2,0.1,0.2,0.2c0.1,0.1,0.1,0.2,0.1,0.4
|
|
63
|
+
c0,1.9,0,3.8,0,5.6c0,0.3-0.1,0.6-0.3,0.8c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0-0.2,0-0.3-0.1c-0.5-0.3-1-0.5-1.6-0.7s-1.2-0.4-1.8-0.6
|
|
64
|
+
c-1.1-0.3-2.2-0.3-3.3-0.2c-0.6,0.1-1.2,0.3-1.8,0.5c-0.5,0.3-0.8,0.7-0.9,1.3c-0.1,0.5,0.2,0.9,0.6,1.1c0.4,0.1,0.8,0.2,1.4,0.3
|
|
65
|
+
s1.3,0.2,1.9,0.3c2.7,0.3,4.4,0.7,5.3,1.8c1.1,1.4,1.6,3.2,1.4,5c0,1.2-0.3,2.5-0.7,3.7c-0.4,1-1,1.9-1.8,2.7
|
|
66
|
+
c-0.8,0.7-1.8,1.3-2.8,1.6C22.7,63.5,21.4,63.7,20.1,63.7z"/>
|
|
67
|
+
<ellipse class="st1" cx="64.5" cy="49.3" rx="13.8" ry="14.1"/>
|
|
68
|
+
<path class="st2" d="M142.3,45.9c2.6,0,3.8-0.9,4.4-2.8h3.4v18.3h-4.4V48.8h-3.4V45.9z"/>
|
|
69
|
+
<path class="st2" d="M152.3,47.1v-3.9H166v3.4c-4.7,4.7-5.2,9.1-5.2,14.9H156c0.1-6.1,1.6-10.3,5.2-14.3L152.3,47.1z"/>
|
|
70
|
+
<path class="st2" d="M165.4,52.2h7.5v3.7h-7.5V52.2z"/>
|
|
71
|
+
<path class="st2" d="M188.3,57.8v3.7h-14v-3.1l5-4.1c2.8-2.3,4-3.5,4-5.4c0.1-1.2-0.7-2.2-1.8-2.4c-0.1,0-0.3,0-0.4,0
|
|
72
|
+
c-1.7,0-2.5,1.2-2.5,3c0,0.5,0.1,1,0.2,1.5l-4.3-0.1c-0.1-0.6-0.2-1.1-0.2-1.7c0-3.9,2.8-6.4,7-6.4c4.4,0,6.8,2.5,6.8,5.8
|
|
73
|
+
s-1.9,4.9-4.8,7.1l-2.5,2L188.3,57.8z"/>
|
|
74
|
+
<path class="st2" d="M196.4,53.9c-0.5,0-0.9,0-1.4,0.1v-3.2c0.5,0.1,1,0.1,1.5,0.1c1.2,0.1,2.3-0.8,2.5-2c0.1-1.2-0.8-2.3-2-2.5
|
|
75
|
+
c-0.1,0-0.3,0-0.4,0c-1.8,0-2.8,1.4-2.8,3.4l-4.2-0.2c0-3.8,2.7-6.7,7.2-6.7c4.2,0,6.7,2.2,6.7,5.4c0.1,2-1.4,3.7-3.3,4
|
|
76
|
+
c2.2,0.2,3.8,2.1,3.8,4.3c0,3.3-2.8,5.3-7,5.3c-4.7,0-7.5-2.5-7.5-6.6l4.3,0.2c0.1,2,1.3,2.9,3.2,2.9c1.4,0,2.5-0.7,2.5-2.1
|
|
77
|
+
S197.9,53.9,196.4,53.9z"/>
|
|
78
|
+
<path class="st2" d="M151.4,86.4L147.7,73h-0.1v13.4h-4.1V68.2h6.9l3.2,12.2h0.1l3.1-12.2h6.7v18.3H159V73h-0.1l-3.7,13.5
|
|
79
|
+
L151.4,86.4z"/>
|
|
80
|
+
<path class="st2" d="M177.9,82.9c0,0.7,0.3,1,0.8,1c0.4,0,0.7-0.1,1.1-0.2v2.2c-0.8,0.6-1.8,0.9-2.7,0.8c-1.4,0.1-2.7-0.9-3-2.3
|
|
81
|
+
c-0.9,1.5-2.6,2.4-4.3,2.3c-2.6,0-4.2-1.3-4.2-3.5c0-2.5,1.9-3.5,4.7-4.1l3.6-0.6v-0.2c0.1-0.9-0.5-1.8-1.5-1.9c-0.1,0-0.3,0-0.4,0
|
|
82
|
+
c-1.1,0-2,0.8-2.1,1.8l-3.9-0.3c0.4-2.8,2.5-4.7,6.2-4.7c3.4,0,5.8,1.5,5.8,5L177.9,82.9z M173.8,80.7l-2.1,0.4
|
|
83
|
+
c-1.3,0.3-2.1,0.6-2.1,1.6c0,0.8,0.6,1.2,1.5,1.2c1.5,0,2.8-1.2,2.8-2.7c0-0.1,0-0.2,0-0.3L173.8,80.7L173.8,80.7z"/>
|
|
84
|
+
<path class="st2" d="M190.6,77.7c-0.7-0.4-1.4-0.6-2.2-0.5c-1.7,0-2.9,1-2.9,3.2v6.1h-4.2V73.6h4.2v2.3c0.5-1.6,1.9-2.7,3.6-2.7
|
|
85
|
+
c0.6,0,1.3,0.2,1.8,0.5L190.6,77.7z"/>
|
|
86
|
+
<path class="st2" d="M198.3,73.2c3.3-0.2,6.1,2.3,6.3,5.6l-3.5,0.3c-0.3-1.7-1.2-2.7-2.8-2.7s-2.8,1.1-2.8,3.6s1.1,3.6,2.8,3.6
|
|
87
|
+
s2.5-1,2.8-2.7l3.5,0.3c-0.2,3.3-3,5.8-6.3,5.6c-4,0-7-2.7-7-6.8c-0.1-3.6,2.7-6.7,6.4-6.8C197.9,73.2,198.1,73.2,198.3,73.2z"/>
|
|
88
|
+
<path class="st2" d="M210.7,86.4h-4.2V68.2h4.2v7.4c0.8-1.5,2.5-2.4,4.2-2.3c3.5,0,4.6,2.4,4.6,5.2v8.1h-4.2v-7
|
|
89
|
+
c0-1.9-0.6-2.9-2.1-2.9s-2.5,1.3-2.5,3.4V86.4z"/>
|
|
90
|
+
</svg>
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 21.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 288 130" style="enable-background:new 0 0 288 130;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#E52631;}
|
|
7
|
+
.st1{fill:#FFFFFF;}
|
|
8
|
+
</style>
|
|
9
|
+
<circle class="st0" cx="64.7" cy="65" r="63.7"/>
|
|
10
|
+
<path class="st1" d="M107.3,63.3c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c-0.1-5.9-0.4-11.9-1-17.9c-1.7-0.2-3.3-0.5-5-0.7
|
|
11
|
+
c-0.2,0-0.3-0.1-0.4-0.3c-0.1-0.2-0.2-0.4-0.2-0.6c-0.1-1.5-0.3-3-0.4-4.5c0-0.2,0-0.4,0.1-0.5c0.1-0.1,0.2-0.2,0.4-0.2
|
|
12
|
+
c5.5,0.8,10.9,1.9,16.4,3.1c0.2,0,0.3,0.2,0.4,0.3c0.1,0.1,0.2,0.3,0.2,0.5c0.2,1.3,0.4,2.7,0.6,4c0,0.2,0,0.3-0.1,0.5
|
|
13
|
+
c-0.1,0.1-0.2,0.2-0.4,0.1c-1.7-0.3-3.3-0.6-5-0.9c0.7,5.6,1,11.3,1.1,17c0,0.2,0,0.3-0.2,0.5c-0.1,0.1-0.3,0.2-0.4,0.2L107.3,63.3z
|
|
14
|
+
"/>
|
|
15
|
+
<path class="st1" d="M31.7,63.2c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0.1-8,0.5-15.9,1.3-24c0-0.2,0.1-0.4,0.2-0.5
|
|
16
|
+
c0.1-0.1,0.2-0.3,0.4-0.3c2.1-0.3,4.3-0.6,6.4-0.8c1.5-0.2,3-0.2,4.5,0c1.1,0.1,2.2,0.6,3.1,1.2c0.8,0.6,1.5,1.5,1.8,2.5
|
|
17
|
+
c0.4,1.2,0.6,2.6,0.5,3.9c-0.1,3-0.9,5.3-2.5,6.8s-3.7,2.2-6.7,2.3h-0.3l-2,0.1c-0.1,2.9-0.1,5.9-0.2,8.8c0,0.2-0.1,0.4-0.2,0.5
|
|
18
|
+
c-0.1,0.1-0.3,0.2-0.4,0.2L31.7,63.2z M38.2,48.1l2.5-0.2c1-0.1,2.9-0.2,3-2.9s-1.8-2.6-2.7-2.5l-2.5,0.2
|
|
19
|
+
C38.4,44.5,38.2,46.3,38.2,48.1L38.2,48.1z"/>
|
|
20
|
+
<path class="st1" d="M94.6,63.2c-0.1,0-0.2-0.1-0.3-0.1c-0.1-0.1-0.2-0.2-0.2-0.3c-1.1-2.7-2.2-5.4-3.3-8.2l0,0l-0.2-0.3
|
|
21
|
+
c-0.1-0.1-0.2-0.2-0.3-0.3c-0.6-0.2-1.3-0.4-2-0.3h-1.1c0.1,3,0.1,5.9,0.1,8.9c0,0.2-0.1,0.4-0.2,0.6c-0.1,0.1-0.2,0.2-0.4,0.2H81
|
|
22
|
+
c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.2-0.2-0.4-0.2-0.6c0-8.6-0.2-17.2-0.6-25.7c0-0.2,0-0.4,0.1-0.5c0.1-0.1,0.2-0.2,0.4-0.2
|
|
23
|
+
c3.6,0.2,7.1,0.6,10.7,1c1.9,0.2,3.7,1.1,5,2.5c1.4,1.5,2.3,3.4,2.4,5.5c0.2,2.4-0.3,4.2-1.3,5.2c-0.3,0.3-0.6,0.5-0.9,0.7
|
|
24
|
+
c-0.4,0.2-0.8,0.4-1.2,0.6l-0.4,0.2l0.4,0.3c0.5,0.3,1,0.7,1.4,1.1c0.4,0.4,0.7,0.9,1,1.3c1.2,2.6,2.4,5.2,3.6,7.7
|
|
25
|
+
c0.1,0.3,0.1,0.5,0,0.8c-0.1,0.2-0.3,0.4-0.5,0.3L94.6,63.2z M86.9,47.7l2.9,0.2c0.9,0.1,2.9,0.2,2.8-2.5c0.1-1.6-1.1-2.9-2.7-3
|
|
26
|
+
c-0.1,0-0.2,0-0.3,0l-2.9-0.2C86.7,44,86.8,45.9,86.9,47.7L86.9,47.7z"/>
|
|
27
|
+
<path class="st1" d="M35.7,92.8c-0.2,0-0.3-0.1-0.4-0.3C35.1,92.4,35,92.2,35,92c-0.7-8-1-16-1.2-24c0-0.2,0.1-0.4,0.2-0.5
|
|
28
|
+
c0.1-0.1,0.2-0.2,0.4-0.2c4.9,0.1,9.9,0.1,14.9,0.1c0.2,0,0.3,0.1,0.4,0.2c0.1,0.2,0.2,0.4,0.2,0.6c0,1.6,0,3.3,0,4.9
|
|
29
|
+
c0,0.2,0,0.4-0.2,0.6c-0.1,0.1-0.2,0.2-0.4,0.2c-2.9-0.1-5.7-0.1-8.6-0.2c0,1.2,0,2.5,0.1,3.7c2.5,0.1,5,0.2,7.5,0.3
|
|
30
|
+
c0.2,0,0.3,0.1,0.4,0.3c0.1,0.2,0.2,0.4,0.2,0.6c0,1.5,0.1,3,0.1,4.5c0,0.2,0,0.4-0.2,0.6c-0.1,0.1-0.2,0.2-0.4,0.2
|
|
31
|
+
c-2.5-0.1-4.9-0.3-7.4-0.4c0.1,1.2,0.1,2.5,0.2,3.7c3,0.3,6.1,0.5,9.1,0.6c0.2,0,0.3,0.1,0.4,0.3c0.1,0.2,0.2,0.4,0.2,0.6
|
|
32
|
+
c0.1,1.6,0.1,3.3,0.2,4.9c0,0.2,0,0.4-0.1,0.6c-0.1,0.1-0.2,0.2-0.4,0.2C45.6,94,40.7,93.5,35.7,92.8z"/>
|
|
33
|
+
<path class="st1" d="M82.8,94.1c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.2-0.2-0.3-0.2-0.5c0.4-8.3,0.6-16.7,0.7-25.1c0-0.2,0.1-0.4,0.2-0.6
|
|
34
|
+
c0.1-0.1,0.2-0.2,0.4-0.2c5,0,9.9-0.1,14.9-0.2c0.2,0,0.3,0.1,0.4,0.2c0.1,0.1,0.2,0.3,0.2,0.5c0,1.5,0,3-0.1,4.6
|
|
35
|
+
c0,0.2-0.1,0.4-0.2,0.6c-0.1,0.1-0.3,0.2-0.4,0.2c-2.8,0.1-5.7,0.2-8.6,0.3c0,1.2,0,2.5-0.1,3.7c2.5-0.1,5-0.3,7.4-0.4
|
|
36
|
+
c0.2,0,0.3,0.1,0.4,0.2c0.1,0.1,0.2,0.3,0.2,0.5c-0.1,1.4-0.1,2.8-0.2,4.3c0,0.2-0.1,0.4-0.2,0.6c-0.1,0.2-0.2,0.3-0.4,0.3
|
|
37
|
+
c-2.5,0.2-4.9,0.4-7.4,0.6c-0.1,1.2-0.1,2.5-0.2,3.7c3-0.3,6-0.6,9.1-0.9c0.2,0,0.3,0,0.4,0.2c0.1,0.2,0.1,0.4,0.1,0.5
|
|
38
|
+
c-0.1,1.5-0.3,3.1-0.4,4.6c0,0.2-0.1,0.4-0.2,0.6c-0.1,0.1-0.3,0.3-0.4,0.3C92.8,93.2,87.8,93.7,82.8,94.1z"/>
|
|
39
|
+
<path class="st1" d="M54.4,94.5c-0.2,0-0.3-0.1-0.4-0.3c-0.1-0.2-0.2-0.4-0.2-0.6c-0.3-8.4-0.4-16.9-0.5-25.4c0-0.2,0.1-0.4,0.2-0.6
|
|
40
|
+
c0.1-0.2,0.3-0.2,0.4-0.2h5.7c0.2,0,0.3,0.1,0.4,0.3c0.1,0.2,0.2,0.4,0.2,0.6c0,6.6,0,13.3,0.1,19.9c3,0.1,6.1,0.1,9.1,0
|
|
41
|
+
c0.2,0,0.3,0.1,0.4,0.2c0.1,0.2,0.2,0.4,0.2,0.6c0,1.7,0,3.3-0.1,5c0,0.2-0.1,0.4-0.2,0.6c-0.1,0.1-0.2,0.2-0.4,0.2
|
|
42
|
+
C64.4,94.8,59.4,94.8,54.4,94.5z"/>
|
|
43
|
+
<path class="st1" d="M73,94.7c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.2-0.1-0.4-0.1-0.6c0.2-8.5,0.3-17,0.3-25.6c0-0.2,0-0.4,0.2-0.6
|
|
44
|
+
c0.1-0.1,0.2-0.2,0.3-0.2h5.8c0.1,0,0.3,0.1,0.3,0.2c0.1,0.2,0.2,0.4,0.2,0.6c0,8.5-0.2,16.9-0.5,25.3c0,0.2-0.1,0.4-0.2,0.6
|
|
45
|
+
c-0.1,0.1-0.2,0.2-0.3,0.2C76.7,94.5,74.9,94.6,73,94.7z"/>
|
|
46
|
+
<path class="st1" d="M101.6,91.8c-0.1,0-0.3,0-0.4-0.2c-0.1-0.1-0.1-0.3-0.1-0.5c0.8-7.8,1.3-15.5,1.4-23.2c0-0.2,0.1-0.4,0.2-0.5
|
|
47
|
+
c0.1-0.1,0.3-0.2,0.4-0.2c5-0.1,9.9-0.2,14.9-0.3c0.2,0,0.3,0.1,0.4,0.2c0.1,0.1,0.2,0.3,0.2,0.4c0,1.3,0,2.6-0.1,3.9
|
|
48
|
+
c0,0.2-0.1,0.4-0.2,0.5c-0.1,0.1-0.2,0.2-0.4,0.2c-3,0.2-5.9,0.4-8.9,0.6c0,1.1-0.1,2.2-0.2,3.3c2.2-0.2,4.3-0.4,6.5-0.6
|
|
49
|
+
c0.1,0,0.3,0,0.4,0.2c0.1,0.1,0.1,0.3,0.1,0.5c-0.1,1.3-0.2,2.6-0.3,3.8c0,0.2-0.1,0.4-0.2,0.5c-0.1,0.1-0.2,0.2-0.4,0.3
|
|
50
|
+
c-2.1,0.3-4.3,0.6-6.4,0.9c-0.2,2.8-0.6,5.6-0.9,8.5c0,0.2-0.1,0.4-0.2,0.5c-0.1,0.1-0.2,0.2-0.4,0.3
|
|
51
|
+
C105,91.2,103.3,91.6,101.6,91.8z"/>
|
|
52
|
+
<path class="st1" d="M27.3,91.5c-0.1,0-0.2-0.1-0.3-0.2c-0.1-0.1-0.2-0.2-0.2-0.3L23,83.1l0,0l-0.2-0.3c-0.1-0.1-0.2-0.2-0.3-0.3
|
|
53
|
+
c-0.6-0.3-1.2-0.4-1.9-0.5l-1.1-0.2c0.3,2.6,0.6,5.1,0.9,7.7c0,0.2,0,0.3-0.1,0.5c-0.1,0.1-0.2,0.2-0.4,0.1c-1.7-0.3-3.4-0.7-5-1.1
|
|
54
|
+
c-0.2,0-0.3-0.1-0.4-0.3c-0.1-0.1-0.2-0.3-0.2-0.5c-1.2-6.8-1.8-13.7-2-20.7c0-0.2,0-0.3,0.1-0.4c0.1-0.1,0.2-0.2,0.4-0.2l10.5,0.2
|
|
55
|
+
c1.8,0,3.5,0.7,4.8,1.9c1.3,1.4,2.1,3.2,2.1,5.1c0.1,2.4-0.4,4.1-1.3,5c-0.3,0.3-0.5,0.5-0.9,0.7c-0.3,0.2-0.7,0.4-1.1,0.5l-0.4,0.1
|
|
56
|
+
l0.4,0.3c0.5,0.4,0.9,0.8,1.3,1.3c0.4,0.4,0.7,0.9,1,1.3l3.8,7.9c0.2,0.2,0.2,0.5,0.1,0.8c0,0.2-0.2,0.3-0.4,0.3c0,0,0,0,0,0
|
|
57
|
+
C30.9,92.1,29.1,91.8,27.3,91.5z M19.1,76.8l2.8,0.3c0.9,0.1,2.8,0.3,2.6-2.3s-2-2.6-2.9-2.7L18.8,72C18.9,73.6,19,75.2,19.1,76.8
|
|
58
|
+
L19.1,76.8z"/>
|
|
59
|
+
<path class="st1" d="M20.1,63.7c-0.7,0-1.5,0-2.2-0.1s-1.5-0.2-2.2-0.3l-0.4-0.1l-0.4-0.1l-0.2-0.1l0,0l-1-0.2l-0.8-0.2
|
|
60
|
+
c-0.1,0-0.2-0.1-0.3-0.2c-0.1-0.1-0.1-0.2-0.1-0.4c-0.1-1.7-0.2-3.5-0.2-5.2c0-0.2,0.1-0.5,0.3-0.7c0.2-0.2,0.4-0.2,0.6-0.1
|
|
61
|
+
c0.8,0.4,1.7,0.7,2.6,1l0.8,0.3c1.3,0.5,2.8,0.6,4.2,0.6c0.7,0,1.3-0.2,1.9-0.5c0.5-0.3,0.8-0.9,0.9-1.5c0-0.4-0.1-0.8-0.4-1
|
|
62
|
+
c-0.9-0.5-2-0.8-3-0.8h0c-2.8-0.4-4.8-0.7-5.7-1.6s-1.5-2.5-1.2-4.5c0.3-2.2,1.3-4.3,2.9-5.9c1.7-1.7,3.9-2.8,6.3-3.2
|
|
63
|
+
c1.2-0.2,2.4-0.3,3.6-0.2c0.6,0,1.1,0.1,1.6,0.1c0.4,0,0.7,0.1,1.1,0.2c0.1,0,0.2,0.1,0.2,0.2c0.1,0.1,0.1,0.2,0.1,0.4
|
|
64
|
+
c0,1.9,0,3.8,0,5.6c0,0.3-0.1,0.6-0.3,0.8c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0-0.2,0-0.3-0.1c-0.5-0.3-1-0.5-1.6-0.7
|
|
65
|
+
c-0.6-0.2-1.2-0.4-1.8-0.6c-1.1-0.3-2.2-0.3-3.3-0.2c-0.6,0.1-1.2,0.3-1.8,0.5c-0.5,0.3-0.8,0.7-0.9,1.3c-0.1,0.5,0.2,0.9,0.6,1.1
|
|
66
|
+
c0.4,0.1,0.8,0.2,1.4,0.3c0.6,0.1,1.3,0.2,1.9,0.3c2.7,0.3,4.4,0.7,5.3,1.8c1.1,1.4,1.6,3.2,1.4,5c0,1.2-0.3,2.5-0.7,3.7
|
|
67
|
+
c-0.4,1-1,1.9-1.8,2.7c-0.8,0.7-1.8,1.3-2.8,1.6C22.7,63.5,21.4,63.7,20.1,63.7z"/>
|
|
68
|
+
<ellipse class="st1" cx="64.5" cy="49.3" rx="13.8" ry="14.1"/>
|
|
69
|
+
<path class="st1" d="M142.3,45.9c2.6,0,3.8-0.9,4.4-2.8h3.4v18.3h-4.4V48.8h-3.4V45.9z"/>
|
|
70
|
+
<path class="st1" d="M152.3,47.1v-3.9H166v3.4c-4.7,4.7-5.2,9.1-5.2,14.9H156c0.1-6.1,1.6-10.3,5.2-14.3L152.3,47.1z"/>
|
|
71
|
+
<path class="st1" d="M165.4,52.2h7.5v3.7h-7.5V52.2z"/>
|
|
72
|
+
<path class="st1" d="M188.3,57.8v3.7h-14v-3.1l5-4.1c2.8-2.3,4-3.5,4-5.4c0.1-1.2-0.7-2.2-1.8-2.4c-0.1,0-0.3,0-0.4,0
|
|
73
|
+
c-1.7,0-2.5,1.2-2.5,3c0,0.5,0.1,1,0.2,1.5l-4.3-0.1c-0.1-0.6-0.2-1.1-0.2-1.7c0-3.9,2.8-6.4,7-6.4c4.4,0,6.8,2.5,6.8,5.8
|
|
74
|
+
s-1.9,4.9-4.8,7.1l-2.5,2L188.3,57.8z"/>
|
|
75
|
+
<path class="st1" d="M196.4,53.9c-0.5,0-0.9,0-1.4,0.1v-3.2c0.5,0.1,1,0.1,1.5,0.1c1.2,0.1,2.3-0.8,2.5-2c0.1-1.2-0.8-2.3-2-2.5
|
|
76
|
+
c-0.1,0-0.3,0-0.4,0c-1.8,0-2.8,1.4-2.8,3.4l-4.2-0.2c0-3.8,2.7-6.7,7.2-6.7c4.2,0,6.7,2.2,6.7,5.4c0.1,2-1.4,3.7-3.3,4
|
|
77
|
+
c2.2,0.2,3.8,2.1,3.8,4.3c0,3.3-2.8,5.3-7,5.3c-4.7,0-7.5-2.5-7.5-6.6l4.3,0.2c0.1,2,1.3,2.9,3.2,2.9c1.4,0,2.5-0.7,2.5-2.1
|
|
78
|
+
S197.9,53.9,196.4,53.9z"/>
|
|
79
|
+
<path class="st1" d="M151.4,86.4L147.7,73h-0.1v13.4h-4.1V68.2h6.9l3.2,12.2h0.1l3.1-12.2h6.7v18.3H159V73h-0.1l-3.7,13.5
|
|
80
|
+
L151.4,86.4z"/>
|
|
81
|
+
<path class="st1" d="M177.9,82.9c0,0.7,0.3,1,0.8,1c0.4,0,0.7-0.1,1.1-0.2v2.2c-0.8,0.6-1.8,0.9-2.7,0.8c-1.4,0.1-2.7-0.9-3-2.3
|
|
82
|
+
c-0.9,1.5-2.6,2.4-4.3,2.3c-2.6,0-4.2-1.3-4.2-3.5c0-2.5,1.9-3.5,4.7-4.1l3.6-0.6v-0.2c0.1-0.9-0.5-1.8-1.5-1.9c-0.1,0-0.3,0-0.4,0
|
|
83
|
+
c-1.1,0-2,0.8-2.1,1.8l-3.9-0.3c0.4-2.8,2.5-4.7,6.2-4.7c3.4,0,5.8,1.5,5.8,5L177.9,82.9z M173.8,80.7l-2.1,0.4
|
|
84
|
+
c-1.3,0.3-2.1,0.6-2.1,1.6c0,0.8,0.6,1.2,1.5,1.2c1.5,0,2.8-1.2,2.8-2.7c0-0.1,0-0.2,0-0.3V80.7z"/>
|
|
85
|
+
<path class="st1" d="M190.6,77.7c-0.7-0.4-1.4-0.6-2.2-0.5c-1.7,0-2.9,1-2.9,3.2v6.1h-4.2V73.6h4.2v2.3c0.5-1.6,1.9-2.7,3.6-2.7
|
|
86
|
+
c0.6,0,1.3,0.2,1.8,0.5L190.6,77.7z"/>
|
|
87
|
+
<path class="st1" d="M198.3,73.2c3.3-0.2,6.1,2.3,6.3,5.6l-3.5,0.3c-0.3-1.7-1.2-2.7-2.8-2.7s-2.8,1.1-2.8,3.6s1.1,3.6,2.8,3.6
|
|
88
|
+
s2.5-1,2.8-2.7l3.5,0.3c-0.2,3.3-3,5.8-6.3,5.6c-4,0-7-2.7-7-6.8c-0.1-3.6,2.7-6.7,6.4-6.8C197.9,73.2,198.1,73.2,198.3,73.2z"/>
|
|
89
|
+
<path class="st1" d="M210.7,86.4h-4.2V68.2h4.2v7.4c0.8-1.5,2.5-2.4,4.2-2.3c3.5,0,4.6,2.4,4.6,5.2v8.1h-4.2v-7
|
|
90
|
+
c0-1.9-0.6-2.9-2.1-2.9s-2.5,1.3-2.5,3.4V86.4z"/>
|
|
91
|
+
</svg>
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
|
|
2
|
+
.main-nav__wrapper.main-nav--feature__wrapper {
|
|
3
|
+
|
|
4
|
+
.main-nav--feature__inner-wrapper {
|
|
5
|
+
float: right;
|
|
6
|
+
}
|
|
7
|
+
.main-nav__burger {
|
|
8
|
+
display: block;
|
|
9
|
+
float: left;
|
|
10
|
+
margin-left: 10px;
|
|
11
|
+
height: 77px;
|
|
12
|
+
border-right: 2px solid $colour-light-grey;
|
|
13
|
+
border-left: 2px solid $colour-light-grey;
|
|
14
|
+
|
|
15
|
+
@include breakpoint($desktop-nav-breakpoint) {
|
|
16
|
+
position: relative;
|
|
17
|
+
z-index: 10;
|
|
18
|
+
float: left;
|
|
19
|
+
height: 104px;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.c-hamburger.main-nav-toggle {
|
|
24
|
+
float: right;
|
|
25
|
+
font-size: 16px;
|
|
26
|
+
@include breakpoint($screen-md) {
|
|
27
|
+
width: 125px;
|
|
28
|
+
text-indent: 0;
|
|
29
|
+
.c-hamburger__text {
|
|
30
|
+
top: 30px;
|
|
31
|
+
|
|
32
|
+
&:before {
|
|
33
|
+
content: "More";
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
&.is-active {
|
|
37
|
+
.c-hamburger__text {
|
|
38
|
+
&:before {
|
|
39
|
+
content: "Close";
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
@include breakpoint($desktop-nav-breakpoint) {
|
|
45
|
+
.c-hamburger__text {
|
|
46
|
+
top: 40px;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.main-nav--feature__featured-items {
|
|
52
|
+
display: none;
|
|
53
|
+
float: left;
|
|
54
|
+
margin-top: 16px;
|
|
55
|
+
@include breakpoint($desktop-nav-breakpoint) {
|
|
56
|
+
display: block;
|
|
57
|
+
}
|
|
58
|
+
li {
|
|
59
|
+
display: inline-block;
|
|
60
|
+
margin: 0 20px;
|
|
61
|
+
padding: 24px 0;
|
|
62
|
+
a {
|
|
63
|
+
transition: border 0.4s;
|
|
64
|
+
padding: 2px 8px;
|
|
65
|
+
text-decoration: none;
|
|
66
|
+
color: #333;
|
|
67
|
+
border-bottom: 3px solid transparent;
|
|
68
|
+
font-size: 16px;
|
|
69
|
+
line-height: 16px;
|
|
70
|
+
font-family: $body-font;
|
|
71
|
+
}
|
|
72
|
+
&.menu-item--active-trail a,
|
|
73
|
+
&.menu-item--active-trail a:hover,
|
|
74
|
+
a:hover {
|
|
75
|
+
border-bottom: 3px solid $colour-red;
|
|
76
|
+
background-color: transparent;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
.main-nav__items.main-nav--feature__items {
|
|
81
|
+
display: none;
|
|
82
|
+
&.menu-open {
|
|
83
|
+
display: block;
|
|
84
|
+
position: absolute;
|
|
85
|
+
top: 80px;
|
|
86
|
+
right: 0;
|
|
87
|
+
overflow: hidden;
|
|
88
|
+
margin: 0;
|
|
89
|
+
padding: 10px 0;
|
|
90
|
+
width: 100%;
|
|
91
|
+
height:auto;
|
|
92
|
+
z-index: 100;
|
|
93
|
+
text-align: right;
|
|
94
|
+
background-color: #051d37;
|
|
95
|
+
|
|
96
|
+
li,
|
|
97
|
+
li.item-open {
|
|
98
|
+
display: block;
|
|
99
|
+
position: relative;
|
|
100
|
+
padding: 0;
|
|
101
|
+
/* Main menu text */
|
|
102
|
+
a {
|
|
103
|
+
display: block;
|
|
104
|
+
padding: 10px 30px;
|
|
105
|
+
text-decoration: none;
|
|
106
|
+
color: $colour-white;
|
|
107
|
+
font-size: 20px;
|
|
108
|
+
line-height: 20px;
|
|
109
|
+
font-family: $body-font;
|
|
110
|
+
}
|
|
111
|
+
> ul {
|
|
112
|
+
display: none !important; // fallback in case there are more levels
|
|
113
|
+
}
|
|
114
|
+
&:hover {
|
|
115
|
+
background-color: #1e354b;
|
|
116
|
+
> a {
|
|
117
|
+
span.menu-item__text {
|
|
118
|
+
border: none;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
> ul {
|
|
122
|
+
display: none !important; // fallback in case there are more levels
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
.font--red:hover,
|
|
126
|
+
.font--red {
|
|
127
|
+
color: $colour-red;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
@include breakpoint($screen-md) {
|
|
131
|
+
top: 80px;
|
|
132
|
+
width: auto;
|
|
133
|
+
}
|
|
134
|
+
@include breakpoint($desktop-nav-breakpoint) {
|
|
135
|
+
top: 107px;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
#main-menu.main-nav--feature__items {
|
|
142
|
+
@include breakpoint($desktop-nav-breakpoint) {
|
|
143
|
+
// Override any prior jQuery animations from changing breakpoint
|
|
144
|
+
display: none !important;
|
|
145
|
+
|
|
146
|
+
&.menu-open {
|
|
147
|
+
display: block !important;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
|
|
2
|
+
.menu--footer {
|
|
3
|
+
margin: 15px 0 15px;
|
|
4
|
+
ul {
|
|
5
|
+
margin-left: 0;
|
|
6
|
+
text-align: center;
|
|
7
|
+
li {
|
|
8
|
+
display: inline-block;
|
|
9
|
+
margin: 10px 0;
|
|
10
|
+
a {
|
|
11
|
+
display: block;
|
|
12
|
+
margin: 0 5px 0 0;
|
|
13
|
+
padding: 0 15px 0 10px;
|
|
14
|
+
text-decoration: none;
|
|
15
|
+
color: $colour-white;
|
|
16
|
+
border-right: 1px solid $colour-white;
|
|
17
|
+
font-weight: 300;
|
|
18
|
+
font-family: $body-font;
|
|
19
|
+
transition: color 180ms;
|
|
20
|
+
|
|
21
|
+
&:hover, &:focus {
|
|
22
|
+
color: $colour-smoke-grey;
|
|
23
|
+
text-decoration: underline;
|
|
24
|
+
}
|
|
25
|
+
&.is-active {
|
|
26
|
+
color: #c8c8c8;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
&:last-child {
|
|
30
|
+
a {
|
|
31
|
+
margin: 0;
|
|
32
|
+
border-right: none;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
$button-width: 76px; // The width of the button area
|
|
2
|
+
$button-height: 103px; // The height of the button area
|
|
3
|
+
$bar-thickness: 3px; // The thickness of the button bars
|
|
4
|
+
$button-pad: 25px; // The left/right padding between button area and bars.
|
|
5
|
+
$button-bar-space: 5px; // The spacing between button bars
|
|
6
|
+
$duration: 0.2s; // The transition duration
|
|
7
|
+
|
|
8
|
+
.c-hamburger {
|
|
9
|
+
position: relative;
|
|
10
|
+
display: block;
|
|
11
|
+
overflow: hidden;
|
|
12
|
+
width: 65px;
|
|
13
|
+
height: 76px;
|
|
14
|
+
margin: 0;
|
|
15
|
+
padding: 0 20px;
|
|
16
|
+
cursor: pointer;
|
|
17
|
+
transition: background $duration;
|
|
18
|
+
text-align: left;
|
|
19
|
+
text-indent: -9999px;
|
|
20
|
+
border: none;
|
|
21
|
+
border-radius: 0;
|
|
22
|
+
background-color: transparent;
|
|
23
|
+
box-shadow: none;
|
|
24
|
+
@include breakpoint($desktop-nav-breakpoint) {
|
|
25
|
+
width: 140px;
|
|
26
|
+
height: 103px;
|
|
27
|
+
text-indent: 0;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
-webkit-appearance: none;
|
|
31
|
+
-moz-appearance: none;
|
|
32
|
+
appearance: none;
|
|
33
|
+
&:hover {
|
|
34
|
+
span,
|
|
35
|
+
span::before,
|
|
36
|
+
span::after {
|
|
37
|
+
background-color: $colour-black;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
span {
|
|
41
|
+
position: absolute;
|
|
42
|
+
top: 32px;
|
|
43
|
+
right: 15px;
|
|
44
|
+
display: block;
|
|
45
|
+
width: 36px;
|
|
46
|
+
height: 3px;
|
|
47
|
+
background-color: $colour-jasper-grey;
|
|
48
|
+
|
|
49
|
+
@include breakpoint($screen-md) {
|
|
50
|
+
top: 39px;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@include breakpoint($desktop-nav-breakpoint) {
|
|
54
|
+
top: 50px;
|
|
55
|
+
right: 20px;
|
|
56
|
+
&:before {
|
|
57
|
+
top: -9px;
|
|
58
|
+
height: 4px;
|
|
59
|
+
}
|
|
60
|
+
&:after {
|
|
61
|
+
bottom: -9px;
|
|
62
|
+
height: 4px;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
&::before,
|
|
66
|
+
&::after {
|
|
67
|
+
position: absolute;
|
|
68
|
+
display: block;
|
|
69
|
+
width: 100%;
|
|
70
|
+
height: $bar-thickness;
|
|
71
|
+
content: "";
|
|
72
|
+
transition-delay: $duration, 0s;
|
|
73
|
+
transition-duration: $duration, $duration;
|
|
74
|
+
background-color: $colour-jasper-grey;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
&.is-active {
|
|
78
|
+
background-color: #f9f9f9;
|
|
79
|
+
span {
|
|
80
|
+
background: none;
|
|
81
|
+
&:before {
|
|
82
|
+
top: 0;
|
|
83
|
+
transition-delay: 0s, $duration;
|
|
84
|
+
transform: rotate(45deg);
|
|
85
|
+
background-color: $colour-black;
|
|
86
|
+
}
|
|
87
|
+
&:after {
|
|
88
|
+
bottom: 0;
|
|
89
|
+
transition-delay: 0s, $duration;
|
|
90
|
+
transform: rotate(-45deg);
|
|
91
|
+
background-color: $colour-black;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
.c-hamburger__text {
|
|
97
|
+
top: 37px;
|
|
98
|
+
position: absolute;
|
|
99
|
+
font-family: $body-font;
|
|
100
|
+
}
|
|
101
|
+
.c-hamburger span::before {
|
|
102
|
+
top: -$bar-thickness - $button-bar-space;
|
|
103
|
+
transition-property: top, transform;
|
|
104
|
+
}
|
|
105
|
+
.c-hamburger span::after {
|
|
106
|
+
bottom: -$bar-thickness - $button-bar-space;
|
|
107
|
+
transition-property: bottom, transform;
|
|
108
|
+
}
|