@comicrelief/storybook 1.34.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/build/index.js +4 -4
- package/package.json +2 -2
- package/src/components/BrowserSupportMessage/BrowserSupport.scss +9 -9
- package/src/components/CookieConsentMessage/CookieConsent.scss +13 -13
- package/src/components/Footer/Footer.js +1 -2
- package/src/components/Footer/footer.scss +9 -9
- package/src/components/Footer/package.json +1 -2
- package/src/components/GrantsNearYou/GrantsNearYou.scss +9 -9
- package/src/components/JustInTime/JustInTime.scss +6 -6
- package/src/components/RadioButtons/RadioButtons.scss +9 -9
- package/src/components/SVG/instagram.svg +18 -0
- package/src/components/SVG/spritesheet.svg +142 -0
- package/src/components/SchoolsLookUp/SchoolsLookUp.scss +11 -11
- package/src/components/SocialLink/SocialLink.js +2 -2
- package/src/components/SocialLink/package.json +1 -2
- package/src/sass/base/_components.scss +66 -0
- package/src/sass/base/_core.scss +12 -0
- package/src/sass/base/_variables.scss +9 -0
- package/src/sass/base/components/animations/_animations.scss +37 -0
- package/src/sass/base/components/animations/animations.twig +1 -0
- package/src/sass/base/components/background-colours/_background-colours.scss +105 -0
- package/src/sass/base/components/background-colours/background-colours.twig +28 -0
- package/src/sass/base/components/background-single-msg/_background-single-msg.scss +69 -0
- package/src/sass/base/components/background-single-msg/background-single-msg.twig +16 -0
- package/src/sass/base/components/banners/_card-banner.scss +87 -0
- package/src/sass/base/components/banners/card-banner.json +5 -0
- package/src/sass/base/components/banners/card-banner.twig +13 -0
- package/src/sass/base/components/buttons/_buttons.scss +158 -0
- package/src/sass/base/components/buttons/buttons.twig +4 -0
- package/src/sass/base/components/card-block/_card.scss +85 -0
- package/src/sass/base/components/card-block/card.json +5 -0
- package/src/sass/base/components/card-block/card.twig +13 -0
- package/src/sass/base/components/cards/_cards.scss +55 -0
- package/src/sass/base/components/cards/cards.twig +19 -0
- package/src/sass/base/components/content-block/_content-block.scss +67 -0
- package/src/sass/base/components/content-block/content-block.twig +20 -0
- package/src/sass/base/components/content-wall/_content-wall.scss +57 -0
- package/src/sass/base/components/content-wall/content-wall.twig +211 -0
- package/src/sass/base/components/cookie-consent/_cookie-consent.scss +116 -0
- package/src/sass/base/components/cookie-consent/cookie-consent.json +7 -0
- package/src/sass/base/components/cookie-consent/cookie-consent.twig +7 -0
- package/src/sass/base/components/custom-block/_custom-block.scss +16 -0
- package/src/sass/base/components/demo/_demo.scss +5 -0
- package/src/sass/base/components/demo/demo.json +5 -0
- package/src/sass/base/components/demo/demo.twig +14 -0
- package/src/sass/base/components/email-signup/_email-signup-head.scss +163 -0
- package/src/sass/base/components/email-signup/_email-signup.scss +835 -0
- package/src/sass/base/components/email-signup/email-signup-fundraise.twig +33 -0
- package/src/sass/base/components/email-signup/email-signup-header.twig +38 -0
- package/src/sass/base/components/email-signup/email-signup-interest.twig +35 -0
- package/src/sass/base/components/email-signup/email-signup-standard.twig +50 -0
- package/src/sass/base/components/email-signup/email-signup-workplace.twig +39 -0
- package/src/sass/base/components/email-signup/images/arrow-right.svg +6 -0
- package/src/sass/base/components/email-signup/images/cross-close.svg +5 -0
- package/src/sass/base/components/email-signup/images/error-icon.png +0 -0
- package/src/sass/base/components/email-signup/images/error-red-cross.svg +7 -0
- package/src/sass/base/components/email-signup/images/esuEmailIconLarge.png +0 -0
- package/src/sass/base/components/email-signup/images/esuEmailIconSmall.png +0 -0
- package/src/sass/base/components/email-signup/images/fixedplaceholder-register-interest-bg-1x.png +0 -0
- package/src/sass/base/components/email-signup/images/fixedplaceholder-register-interest-bg-2x.png +0 -0
- package/src/sass/base/components/email-signup/images/fixedplaceholder-register-interest-bg-sm-1x.png +0 -0
- package/src/sass/base/components/email-signup/images/fixedplaceholder-register-interest-bg-sm-2x.png +0 -0
- package/src/sass/base/components/external-link/_external-link.scss +16 -0
- package/src/sass/base/components/feature-articles-block/_feature-articles-block.scss +30 -0
- package/src/sass/base/components/feature-articles-block/feature-articles-block.twig +14 -0
- package/src/sass/base/components/footer/_footer.scss +39 -0
- package/src/sass/base/components/footer/footer.twig +24 -0
- package/src/sass/base/components/form/_form.scss +132 -0
- package/src/sass/base/components/form/_standard-form.scss +361 -0
- package/src/sass/base/components/form/form.twig +146 -0
- package/src/sass/base/components/form/images/checkbox-white-tick.png +0 -0
- package/src/sass/base/components/form/images/error-alert-icon.png +0 -0
- package/src/sass/base/components/fundraising-target/_fundraising-target.scss +99 -0
- package/src/sass/base/components/fundraising-target/fundraising-target.twig +23 -0
- package/src/sass/base/components/grants-near-you/__grants-near-you.scss +111 -0
- package/src/sass/base/components/grid/_grid.scss +73 -0
- package/src/sass/base/components/grid/grid.twig +108 -0
- package/src/sass/base/components/header/_base-header.scss +52 -0
- package/src/sass/base/components/header/base_header.twig +8 -0
- package/src/sass/base/components/iframe-block/_iframe-block.scss +64 -0
- package/src/sass/base/components/just-in-time-block/_just-in-time.scss +90 -0
- package/src/sass/base/components/just-in-time-block/just-in-time-block.twig +11 -0
- package/src/sass/base/components/lightcase/_lightcase.scss +482 -0
- package/src/sass/base/components/links/_links.scss +42 -0
- package/src/sass/base/components/links/links.twig +9 -0
- package/src/sass/base/components/list/_list.scss +37 -0
- package/src/sass/base/components/media/_media.scss +37 -0
- package/src/sass/base/components/media-block/_media-block.scss +84 -0
- package/src/sass/base/components/media-block/js/media-block.js +31 -0
- package/src/sass/base/components/media-block/media-block.twig +31 -0
- package/src/sass/base/components/meta-icons/_meta-icons.scss +74 -0
- package/src/sass/base/components/meta-icons/meta-icons.twig +20 -0
- package/src/sass/base/components/navigation/SR18_logo_date_blacktext.svg +90 -0
- package/src/sass/base/components/navigation/SR18_logo_date_whitetext.svg +91 -0
- package/src/sass/base/components/navigation/_feature-nav.scss +150 -0
- package/src/sass/base/components/navigation/_footer-nav.scss +37 -0
- package/src/sass/base/components/navigation/_hamburger-menu-button.scss +108 -0
- package/src/sass/base/components/navigation/_main-nav.scss +248 -0
- package/src/sass/base/components/navigation/feature-nav-open.twig +22 -0
- package/src/sass/base/components/navigation/feature-nav.twig +46 -0
- package/src/sass/base/components/navigation/footer-nav.twig +16 -0
- package/src/sass/base/components/navigation/js/main-nav.js +173 -0
- package/src/sass/base/components/navigation/main-nav.twig +82 -0
- package/src/sass/base/components/news-article/_news-article.scss +128 -0
- package/src/sass/base/components/news-article/_press-release-article.scss +21 -0
- package/src/sass/base/components/news-article/news-article.twig +60 -0
- package/src/sass/base/components/news-article/press-release-article.twig +54 -0
- package/src/sass/base/components/news-overview/_news.scss +118 -0
- package/src/sass/base/components/news-overview/news.twig +256 -0
- package/src/sass/base/components/news-overview/news_press-releases.twig +148 -0
- package/src/sass/base/components/news-teaser/_news-article-teaser.scss +132 -0
- package/src/sass/base/components/news-teaser/_news-teaser.scss +42 -0
- package/src/sass/base/components/news-teaser/images/copyvideo--play-icon.svg +13 -0
- package/src/sass/base/components/news-teaser/images/copyvideo--play-icon__hover.svg +15 -0
- package/src/sass/base/components/news-teaser/images/play-icon.svg +5 -0
- package/src/sass/base/components/news-teaser/images/press-logos.png +0 -0
- package/src/sass/base/components/news-teaser/news-teaser.twig +15 -0
- package/src/sass/base/components/pagination/_pagination.scss +50 -0
- package/src/sass/base/components/pagination/pagination.twig +29 -0
- package/src/sass/base/components/paragraph--cr-single-message-row/_paragraph--cr-single-message-row.scss +170 -0
- package/src/sass/base/components/partners/_partners.scss +62 -0
- package/src/sass/base/components/partners/partners.twig +25 -0
- package/src/sass/base/components/partners-grid/_partners-grid.scss +97 -0
- package/src/sass/base/components/partners-grid/partners-grid.twig +121 -0
- package/src/sass/base/components/partners-row/_partners-row.scss +54 -0
- package/src/sass/base/components/partners-row/partners-row.twig +18 -0
- package/src/sass/base/components/postcode-lookup/_postcode-lookup.scss +74 -0
- package/src/sass/base/components/postcode-lookup/postcode-lookup.twig +56 -0
- package/src/sass/base/components/progress-bar/_progress-bar.scss +120 -0
- package/src/sass/base/components/progress-bar/images/navbar-sprite.png +0 -0
- package/src/sass/base/components/progress-bar/progress-bar.twig +23 -0
- package/src/sass/base/components/progress-indicator/_progress-indicator.scss +119 -0
- package/src/sass/base/components/progress-indicator/progress-indicator.twig +28 -0
- package/src/sass/base/components/promo-header/_promo-header.scss +244 -0
- package/src/sass/base/components/promo-header/promo-header.twig +16 -0
- package/src/sass/base/components/quote-block/_content-wall-quote.scss +109 -0
- package/src/sass/base/components/quote-block/content-wall-quote.twig +18 -0
- package/src/sass/base/components/related-articles/_related-articles.scss +34 -0
- package/src/sass/base/components/schools-look-up/_schools-look-up.scss +93 -0
- package/src/sass/base/components/search/_search-block.scss +182 -0
- package/src/sass/base/components/search/images/magnify.svg +11 -0
- package/src/sass/base/components/search/images/search_page_icon.png +0 -0
- package/src/sass/base/components/search/images/search_page_icon_hover.png +0 -0
- package/src/sass/base/components/search/search.twig +26 -0
- package/src/sass/base/components/search-results/_search-result.scss +163 -0
- package/src/sass/base/components/search-results/search-results.twig +211 -0
- package/src/sass/base/components/selectbox/_selectbox.scss +471 -0
- package/src/sass/base/components/single-msg/_single-msg.scss +345 -0
- package/src/sass/base/components/single-msg/single-msg.twig +27 -0
- package/src/sass/base/components/social/_social.scss +74 -0
- package/src/sass/base/components/social/social-following.twig +39 -0
- package/src/sass/base/components/social/social-sharing.twig +23 -0
- package/src/sass/base/components/story/_story.scss +309 -0
- package/src/sass/base/components/story/_story.twig +53 -0
- package/src/sass/base/components/svg/instagram.svg +18 -0
- package/src/sass/base/components/svg/spritesheet.svg +142 -0
- package/src/sass/base/components/table/_table.scss +8 -0
- package/src/sass/base/components/table/table.twig +48 -0
- package/src/sass/base/components/teaser-block/_teaser-block.scss +156 -0
- package/src/sass/base/components/teaser-block/teaser-block.twig +17 -0
- package/src/sass/base/components/teaser-block/teaser-row.twig +128 -0
- package/src/sass/base/components/tooltips/_tooltips.scss +46 -0
- package/src/sass/base/components/typography/_typography.scss +99 -0
- package/src/sass/base/components/typography/typography.twig +25 -0
- package/src/sass/base/components/views/_views.scss +11 -0
- package/src/sass/base/core/_base-1-mixins.scss +327 -0
- package/src/sass/base/core/_base-breakpoints.scss +56 -0
- package/src/sass/base/core/_base-common.scss +8 -0
- package/src/sass/base/core/_base-fonts.scss +81 -0
- package/src/sass/base/core/_base-grid.scss +1 -0
- package/src/sass/base/core/_base-helper.scss +4 -0
- package/src/sass/base/core/_base-layout.scss +4 -0
- package/src/sass/base/core/_base-reset.scss +37 -0
- package/src/sass/base/helpers/_js-breakpoint-class-helper.scss +10 -0
- package/src/sass/base/variables/_colours.scss +43 -0
- package/src/sass/base/variables/_grid.scss +51 -0
- package/src/sass/base/variables/_lists.scss +66 -0
- package/src/sass/base/variables/_theme.scss +3 -0
- package/src/sass/base/variables/_typography.scss +88 -0
- package/src/sass/base/variables/colour.twig +82 -0
- package/src/sass/themes/base/base-styleguide.scss +497 -0
- package/src/sass/themes/base/base.scss +8 -0
- package/src/sass/themes/cr/2017/_cr17-components.scss +47 -0
- package/src/sass/themes/cr/2017/_cr17-styleguide.scss +522 -0
- package/src/sass/themes/cr/2017/components/background-colours/_background-colours.scss +104 -0
- package/src/sass/themes/cr/2017/components/background-colours/background-colours.twig +25 -0
- package/src/sass/themes/cr/2017/components/buttons/_buttons.scss +67 -0
- package/src/sass/themes/cr/2017/components/buttons/buttons.twig +39 -0
- package/src/sass/themes/cr/2017/components/content-block/_content-block.scss +5 -0
- package/src/sass/themes/cr/2017/components/content-block/content-block.twig +20 -0
- package/src/sass/themes/cr/2017/components/content-wall/content-wall.twig +213 -0
- package/src/sass/themes/cr/2017/components/cookie-consent/_cookie-consent.scss +18 -0
- package/src/sass/themes/cr/2017/components/cookie-consent/cookie-consent.json +7 -0
- package/src/sass/themes/cr/2017/components/cookie-consent/cookie-consent.twig +4 -0
- package/src/sass/themes/cr/2017/components/email-signup/_email-signup-head.scss +5 -0
- package/src/sass/themes/cr/2017/components/highlight/_highlight.scss +35 -0
- package/src/sass/themes/cr/2017/components/highlight/highlight.twig +1 -0
- package/src/sass/themes/cr/2017/components/just-in-time-block/_just-in-time-block.scss +6 -0
- package/src/sass/themes/cr/2017/components/links/_links.scss +43 -0
- package/src/sass/themes/cr/2017/components/links/links.twig +26 -0
- package/src/sass/themes/cr/2017/components/loading/_loading.scss +101 -0
- package/src/sass/themes/cr/2017/components/media-block/_media-block.scss +16 -0
- package/src/sass/themes/cr/2017/components/media-block/media-block.twig +31 -0
- package/src/sass/themes/cr/2017/components/meta-icons/_meta-icons.scss +64 -0
- package/src/sass/themes/cr/2017/components/navigation/_expanded-footer.scss +291 -0
- package/src/sass/themes/cr/2017/components/navigation/_main-nav.scss +365 -0
- package/src/sass/themes/cr/2017/components/navigation/cr18-logo.png +0 -0
- package/src/sass/themes/cr/2017/components/navigation/expanded-footer.twig +180 -0
- package/src/sass/themes/cr/2017/components/navigation/footer-nav.twig +116 -0
- package/src/sass/themes/cr/2017/components/navigation/js/expanded-footer.js +31 -0
- package/src/sass/themes/cr/2017/components/news-teaser/images/news-default-img.jpg +0 -0
- package/src/sass/themes/cr/2017/components/news-teaser/news-teaser.twig +15 -0
- package/src/sass/themes/cr/2017/components/single-msg/_single-msg.scss +238 -0
- package/src/sass/themes/cr/2017/components/single-msg/single-msg.twig +125 -0
- package/src/sass/themes/cr/2017/components/typography/_fonts.scss +192 -0
- package/src/sass/themes/cr/2017/components/typography/_typography.scss +83 -0
- package/src/sass/themes/cr/2017/components/typography/typography.twig +116 -0
- package/src/sass/themes/cr/2017/cr17.scss +104 -0
- package/src/sass/themes/cr/2017/variables/_colours.scss +20 -0
- package/src/sass/themes/cr/2017/variables/_mixins.scss +56 -0
- package/src/sass/themes/cr/2017/variables/_typography.scss +86 -0
- package/src/sass/themes/cr/2017/variables/colour.twig +51 -0
- package/src/sass/themes/cr/2019/_cr19-components.scss +65 -0
- package/src/sass/themes/cr/2019/_cr19-styleguide.scss +654 -0
- package/src/sass/themes/cr/2019/components/background-colours/_background-colours.scss +340 -0
- package/src/sass/themes/cr/2019/components/background-colours/background-colours.twig +100 -0
- package/src/sass/themes/cr/2019/components/bg-video-copy/_bg-video-copy.scss +206 -0
- package/src/sass/themes/cr/2019/components/bg-video-copy/bg-video-copy.twig +16 -0
- package/src/sass/themes/cr/2019/components/bg-video-copy/js/bg-video-copy.js +72 -0
- package/src/sass/themes/cr/2019/components/bg-video-copy/videos/SR18-promo.mp4 +0 -0
- package/src/sass/themes/cr/2019/components/buttons/_buttons.scss +174 -0
- package/src/sass/themes/cr/2019/components/buttons/buttons.twig +128 -0
- package/src/sass/themes/cr/2019/components/content-block/_content-block.scss +5 -0
- package/src/sass/themes/cr/2019/components/content-block/content-block.twig +20 -0
- package/src/sass/themes/cr/2019/components/content-wall/_content-wall.scss +6 -0
- package/src/sass/themes/cr/2019/components/content-wall/content-wall.twig +213 -0
- package/src/sass/themes/cr/2019/components/cookie-consent/cookie-consent.json +7 -0
- package/src/sass/themes/cr/2019/components/cookie-consent/cookie-consent.twig +7 -0
- package/src/sass/themes/cr/2019/components/copy-copy/_copy-copy.scss +57 -0
- package/src/sass/themes/cr/2019/components/copy-copy/copy-copy.twig +22 -0
- package/src/sass/themes/cr/2019/components/copy-video/_copy-video.scss +152 -0
- package/src/sass/themes/cr/2019/components/copy-video/copy-video.twig +47 -0
- package/src/sass/themes/cr/2019/components/copy-video/js/copy-video.js +62 -0
- package/src/sass/themes/cr/2019/components/email-signup/_email-signup-head.scss +5 -0
- package/src/sass/themes/cr/2019/components/fixed-ratio-image/_fixed-ratio-image.scss +63 -0
- package/src/sass/themes/cr/2019/components/fixed-ratio-image/fixed-ratio-image.twig +10 -0
- package/src/sass/themes/cr/2019/components/full-height-double-image-single-copy/_full-height-double-image-single-copy.scss +107 -0
- package/src/sass/themes/cr/2019/components/full-height-double-image-single-copy/full-height-double-image-single-copy.twig +23 -0
- package/src/sass/themes/cr/2019/components/full-height-single-image/_full-height-single-image.scss +138 -0
- package/src/sass/themes/cr/2019/components/full-height-single-image/full-height-single-image.twig +12 -0
- package/src/sass/themes/cr/2019/components/full-height-single-image-single-copy/_full-height-single-image-single-copy.scss +72 -0
- package/src/sass/themes/cr/2019/components/full-height-single-image-single-copy/full-height-single-image-single-copy.twig +14 -0
- package/src/sass/themes/cr/2019/components/full-height-single-image-triple-copy/_full-height-single-image-triple-copy.scss +158 -0
- package/src/sass/themes/cr/2019/components/full-height-single-image-triple-copy/full-height-single-image-triple-copy.twig +24 -0
- package/src/sass/themes/cr/2019/components/grant-page/_grant-page.scss +18 -0
- package/src/sass/themes/cr/2019/components/highlight/_highlight.scss +38 -0
- package/src/sass/themes/cr/2019/components/highlight/highlight.twig +1 -0
- package/src/sass/themes/cr/2019/components/inline-social-icons/_inline-social-icons.scss +43 -0
- package/src/sass/themes/cr/2019/components/inline-social-icons/images/ig-icon--dark.svg +17 -0
- package/src/sass/themes/cr/2019/components/inline-social-icons/images/ig-icon--light.svg +17 -0
- package/src/sass/themes/cr/2019/components/inline-social-icons/images/twitter-icon--dark.svg +9 -0
- package/src/sass/themes/cr/2019/components/inline-social-icons/images/twitter-icon--light.svg +9 -0
- package/src/sass/themes/cr/2019/components/inline-social-icons/inline-social-icons.twig +21 -0
- package/src/sass/themes/cr/2019/components/just-in-time-block/_just-in-time-block.scss +15 -0
- package/src/sass/themes/cr/2019/components/links/_links.scss +42 -0
- package/src/sass/themes/cr/2019/components/links/links.twig +28 -0
- package/src/sass/themes/cr/2019/components/list/_list.scss +3 -0
- package/src/sass/themes/cr/2019/components/loading/_loading.scss +101 -0
- package/src/sass/themes/cr/2019/components/media-block/_media-block.scss +16 -0
- package/src/sass/themes/cr/2019/components/media-block/media-block.twig +31 -0
- package/src/sass/themes/cr/2019/components/membership-signup/_membership-signup.scss +447 -0
- package/src/sass/themes/cr/2019/components/membership-signup/images/drop-down-white.svg +9 -0
- package/src/sass/themes/cr/2019/components/membership-signup/images/membership-LG.jpg +0 -0
- package/src/sass/themes/cr/2019/components/membership-signup/images/membership-MD.jpg +0 -0
- package/src/sass/themes/cr/2019/components/membership-signup/images/membership-SM.jpg +0 -0
- package/src/sass/themes/cr/2019/components/membership-signup/images/membership2-LG.jpg +0 -0
- package/src/sass/themes/cr/2019/components/membership-signup/images/membership2-md.jpg +0 -0
- package/src/sass/themes/cr/2019/components/membership-signup/images/membership2-sm.jpg +0 -0
- package/src/sass/themes/cr/2019/components/membership-signup/js/membership-signup.js +490 -0
- package/src/sass/themes/cr/2019/components/membership-signup/membership-signup.twig +103 -0
- package/src/sass/themes/cr/2019/components/meta-icons/_meta-icons.scss +64 -0
- package/src/sass/themes/cr/2019/components/navigation/_expanded-footer.scss +280 -0
- package/src/sass/themes/cr/2019/components/navigation/_main-nav.scss +459 -0
- package/src/sass/themes/cr/2019/components/navigation/cr18-logo.png +0 -0
- package/src/sass/themes/cr/2019/components/navigation/expanded-footer.twig +167 -0
- package/src/sass/themes/cr/2019/components/navigation/footer-nav.twig +116 -0
- package/src/sass/themes/cr/2019/components/navigation/js/expanded-footer.js +31 -0
- package/src/sass/themes/cr/2019/components/navigation/main-nav.twig +97 -0
- package/src/sass/themes/cr/2019/components/news/_news.scss +6 -0
- package/src/sass/themes/cr/2019/components/news-teaser/_news-article-teaser.scss +13 -0
- package/src/sass/themes/cr/2019/components/news-teaser/images/news-default-img--v2.jpg +0 -0
- package/src/sass/themes/cr/2019/components/news-teaser/news-teaser.twig +15 -0
- package/src/sass/themes/cr/2019/components/single-msg/_single-msg.scss +242 -0
- package/src/sass/themes/cr/2019/components/single-msg/single-msg.twig +125 -0
- package/src/sass/themes/cr/2019/components/typography/_fonts.scss +1 -0
- package/src/sass/themes/cr/2019/components/typography/_typography.scss +188 -0
- package/src/sass/themes/cr/2019/components/typography/typography.twig +128 -0
- package/src/sass/themes/cr/2019/cr19.scss +104 -0
- package/src/sass/themes/cr/2019/form.twig +133 -0
- package/src/sass/themes/cr/2019/variables/_colours.scss +48 -0
- package/src/sass/themes/cr/2019/variables/_mixins.scss +44 -0
- package/src/sass/themes/cr/2019/variables/_typography.scss +81 -0
- package/src/sass/themes/cr/2019/variables/colour.twig +162 -0
- package/src/sass/themes/donate/_donate-styleguide.scss +18 -0
- package/src/sass/themes/donate/components/background-colours/_background-colours.scss +9 -0
- package/src/sass/themes/donate/components/banner/_banner.scss +10 -0
- package/src/sass/themes/donate/components/buttons/_buttons.scss +122 -0
- package/src/sass/themes/donate/components/cards/_cards.scss +72 -0
- package/src/sass/themes/donate/components/cards/images/aziza-card.jpg +0 -0
- package/src/sass/themes/donate/components/cards/images/georgia-card.jpg +0 -0
- package/src/sass/themes/donate/components/cards/images/kevin-card.jpg +0 -0
- package/src/sass/themes/donate/components/form/_form.scss +287 -0
- package/src/sass/themes/donate/components/form/images/gift_aid_logo--white.png +0 -0
- package/src/sass/themes/donate/components/form/images/gift_aid_logo.png +0 -0
- package/src/sass/themes/donate/components/full-height-single-image-single-copy/_full-height-single-image-single-copy.scss +234 -0
- package/src/sass/themes/donate/components/giving-type-selector/_giving-type-selector.scss +120 -0
- package/src/sass/themes/donate/components/header/_header.scss +41 -0
- package/src/sass/themes/donate/components/money-buy-block/_money-buy-block.scss +272 -0
- package/src/sass/themes/donate/components/partner-footer/_partner-footer.scss +43 -0
- package/src/sass/themes/donate/components/success/_success.scss +137 -0
- package/src/sass/themes/donate/components/typography/_fonts.scss +1 -0
- package/src/sass/themes/donate/components/typography/_typography.scss +188 -0
- package/src/sass/themes/donate/donate-page.twig +504 -0
- package/src/sass/themes/donate/donate.scss +72 -0
- package/src/sass/themes/donate/failure-page.twig +31 -0
- package/src/sass/themes/donate/success-page.twig +83 -0
- package/src/sass/themes/donate/variables/_colours.scss +33 -0
- package/src/sass/themes/donate/variables/_mixins.scss +36 -0
- package/src/sass/themes/donate/variables/_typography.scss +89 -0
- package/src/sass/themes/frost/_frost-styleguide.scss +150 -0
- package/src/sass/themes/frost/core/_frost-components.scss +0 -0
- package/src/sass/themes/frost/core/_frost-variables.scss +0 -0
- package/src/sass/themes/frost/core/components/_background-images.scss +29 -0
- package/src/sass/themes/frost/core/components/_buttons.scss +57 -0
- package/src/sass/themes/frost/core/components/_campaign-images.scss +54 -0
- package/src/sass/themes/frost/core/components/_cookie-consent.scss +55 -0
- package/src/sass/themes/frost/core/components/_font-awesome.scss +17 -0
- package/src/sass/themes/frost/core/components/_footer.scss +28 -0
- package/src/sass/themes/frost/core/components/_form.scss +695 -0
- package/src/sass/themes/frost/core/components/_gpLink.scss +70 -0
- package/src/sass/themes/frost/core/components/_header.scss +39 -0
- package/src/sass/themes/frost/core/components/_layout.scss +124 -0
- package/src/sass/themes/frost/core/components/_modal.scss +53 -0
- package/src/sass/themes/frost/core/components/_schools-look-up.scss +47 -0
- package/src/sass/themes/frost/core/components/footer-nav.twig +16 -0
- package/src/sass/themes/frost/core/components/form--frost.twig +48 -0
- package/src/sass/themes/frost/core/variables/_colours.scss +15 -0
- package/src/sass/themes/frost/core/variables/_typography.scss +106 -0
- package/src/sass/themes/frost/core/variables/typography.twig +115 -0
- package/src/sass/themes/frost/cr365/components/_header.scss +7 -0
- package/src/sass/themes/frost/cr365/cr365.scss +11 -0
- package/src/sass/themes/frost/frost.scss +62 -0
- package/src/sass/themes/frost/images/campaigns/17-selected.png +0 -0
- package/src/sass/themes/frost/images/campaigns/17.png +0 -0
- package/src/sass/themes/frost/images/campaigns/19-selected.png +0 -0
- package/src/sass/themes/frost/images/campaigns/19.png +0 -0
- package/src/sass/themes/frost/images/campaigns/21-selected.png +0 -0
- package/src/sass/themes/frost/images/campaigns/21.png +0 -0
- package/src/sass/themes/frost/images/landing/construction_bg.jpg +0 -0
- package/src/sass/themes/frost/images/landing/construction_bg@2x.jpg +0 -0
- package/src/sass/themes/frost/images/landing/fabrics_bg.jpg +0 -0
- package/src/sass/themes/frost/images/landing/fabrics_bg@2x.jpg +0 -0
- package/src/sass/themes/frost/images/landing/football_bg.jpg +0 -0
- package/src/sass/themes/frost/images/landing/football_bg@2x.jpg +0 -0
- package/src/sass/themes/frost/images/landing/rooftop_bg.jpg +0 -0
- package/src/sass/themes/frost/images/landing/rooftop_bg@2x.jpg +0 -0
- package/src/sass/themes/frost/images/landing/rubbish-dump-01_bg.jpg +0 -0
- package/src/sass/themes/frost/images/landing/rubbish-dump-01_bg@2x.jpg +0 -0
- package/src/sass/themes/frost/images/landing/rubbish-dump-02_bg.jpg +0 -0
- package/src/sass/themes/frost/images/landing/rubbish-dump-02_bg@2x.jpg +0 -0
- package/src/sass/themes/frost/images/landing/sack-race_bg.jpg +0 -0
- package/src/sass/themes/frost/images/landing/sack-race_bg@2x.jpg +0 -0
- package/src/sass/themes/frost/images/logo/cr_logo@2x.png +0 -0
- package/src/sass/themes/frost/sr18/components/_buttons.scss +7 -0
- package/src/sass/themes/frost/sr18/components/_cookie-consent.scss +9 -0
- package/src/sass/themes/frost/sr18/components/_form.scss +31 -0
- package/src/sass/themes/frost/sr18/components/_header.scss +15 -0
- package/src/sass/themes/frost/sr18/components/_just-in-time.scss +23 -0
- package/src/sass/themes/frost/sr18/sr18.scss +71 -0
- package/src/sass/themes/frost/sr18/variables/_colours.scss +8 -0
- package/src/sass/themes/payin/_payin-styleguide.scss +17 -0
- package/src/sass/themes/payin/default/components/_payin-form.scss +611 -0
- package/src/sass/themes/payin/default/components/checkbox/_checkbox.scss +42 -0
- package/src/sass/themes/payin/default/components/checkbox/checkbox.twig +7 -0
- package/src/sass/themes/payin/default/components/images/CR__Arrow_L--white.svg +44 -0
- package/src/sass/themes/payin/default/components/images/CR__Arrow_L.svg +44 -0
- package/src/sass/themes/payin/default/components/images/CR__Chevron_D--white.svg +44 -0
- package/src/sass/themes/payin/default/components/images/CR__Chevron_D.svg +44 -0
- package/src/sass/themes/payin/default/components/images/CR__Chevron_U.svg +44 -0
- package/src/sass/themes/payin/default/components/images/arrow.png +0 -0
- package/src/sass/themes/payin/default/components/images/checkbox-checked.png +0 -0
- package/src/sass/themes/payin/default/components/images/checkbox-tick-new.png +0 -0
- package/src/sass/themes/payin/default/components/images/checkbox.png +0 -0
- package/src/sass/themes/payin/default/components/images/drop-down-dark-purple.svg +9 -0
- package/src/sass/themes/payin/default/components/images/error-alert-icon.png +0 -0
- package/src/sass/themes/payin/default/components/images/form_sprite.png +0 -0
- package/src/sass/themes/payin/default/components/images/frsb.jpg +0 -0
- package/src/sass/themes/payin/default/components/images/frsb.png +0 -0
- package/src/sass/themes/payin/default/components/images/icon_sprite.png +0 -0
- package/src/sass/themes/payin/default/components/images/info-icon.jpg +0 -0
- package/src/sass/themes/payin/default/components/images/info-icon.png +0 -0
- package/src/sass/themes/payin/default/components/images/loader.gif +0 -0
- package/src/sass/themes/payin/default/components/images/lookup-icon.png +0 -0
- package/src/sass/themes/payin/default/components/images/payment_icon.jpg +0 -0
- package/src/sass/themes/payin/default/components/images/paypal-logo.png +0 -0
- package/src/sass/themes/payin/default/components/images/paypal.svg +8 -0
- package/src/sass/themes/payin/default/components/payin-form.twig +119 -0
- package/src/sass/themes/payin/default/payin-default.scss +46 -0
- package/src/sass/themes/payin/default/variables/_payin-colours.scss +5 -0
- package/src/sass/themes/payin/default/variables/_payin-mixins.scss +5 -0
- package/src/sass/themes/payin/payin-rnd.scss +3 -0
- package/src/sass/themes/payin/payin-sr.scss +3 -0
- package/src/sass/themes/payin/rednoseday/components/failure/_failure.scss +41 -0
- package/src/sass/themes/payin/rednoseday/components/footer/_footer.scss +22 -0
- package/src/sass/themes/payin/rednoseday/components/form/_form.scss +262 -0
- package/src/sass/themes/payin/rednoseday/components/form/images/drop-down.svg +9 -0
- package/src/sass/themes/payin/rednoseday/components/header/_header.scss +36 -0
- package/src/sass/themes/payin/rednoseday/components/header/cr-logo.svg +27 -0
- package/src/sass/themes/payin/rednoseday/components/header/rnd19-logo.svg +1 -0
- package/src/sass/themes/payin/rednoseday/components/just-in-time-block/_just-in-time.scss +21 -0
- package/src/sass/themes/payin/rednoseday/components/promo-header/_promo-header.scss +28 -0
- package/src/sass/themes/payin/rednoseday/pages/failure-page.twig +14 -0
- package/src/sass/themes/payin/rednoseday/pages/payin-page.twig +859 -0
- package/src/sass/themes/payin/rednoseday/pages/success-page.twig +77 -0
- package/src/sass/themes/payin/rednoseday/payin-rednoseday.scss +33 -0
- package/src/sass/themes/payin/sportrelief/components/cards/_cards.scss +74 -0
- package/src/sass/themes/payin/sportrelief/components/cards/images/myself-friends-family.jpg +0 -0
- package/src/sass/themes/payin/sportrelief/components/cards/images/nursery-school.jpg +0 -0
- package/src/sass/themes/payin/sportrelief/components/cards/images/workplace-organisation.jpg +0 -0
- package/src/sass/themes/payin/sportrelief/components/cards/images/youth-university.jpg +0 -0
- package/src/sass/themes/payin/sportrelief/components/failure/_failure.scss +41 -0
- package/src/sass/themes/payin/sportrelief/components/footer/_footer.scss +3 -0
- package/src/sass/themes/payin/sportrelief/components/form/_form.scss +216 -0
- package/src/sass/themes/payin/sportrelief/components/form/images/drop-down.svg +9 -0
- package/src/sass/themes/payin/sportrelief/components/header/_header.scss +33 -0
- package/src/sass/themes/payin/sportrelief/components/promo-header/_promo-header.scss +28 -0
- package/src/sass/themes/payin/sportrelief/components/success/_success.scss +70 -0
- package/src/sass/themes/payin/sportrelief/pages/failure-page.twig +14 -0
- package/src/sass/themes/payin/sportrelief/pages/payin-page.twig +859 -0
- package/src/sass/themes/payin/sportrelief/pages/success-page.twig +77 -0
- package/src/sass/themes/payin/sportrelief/payin-sportrelief.scss +82 -0
- package/src/sass/themes/rnd/2017/_rnd17-styleguide.scss +496 -0
- package/src/sass/themes/rnd/2017/components/_loading.scss +101 -0
- package/src/sass/themes/rnd/2017/components/_otn.scss +9 -0
- package/src/sass/themes/rnd/2017/components/_theme.scss +246 -0
- package/src/sass/themes/rnd/2017/components/email-signup/_email-signup-sticky-nav.scss +144 -0
- package/src/sass/themes/rnd/2017/components/email-signup/_email-signup.scss +5 -0
- package/src/sass/themes/rnd/2017/components/header/_base-header.scss +26 -0
- package/src/sass/themes/rnd/2017/components/meta-icons/_meta-icons.scss +69 -0
- package/src/sass/themes/rnd/2017/components/navigation/_feature-nav.scss +69 -0
- package/src/sass/themes/rnd/2017/components/navigation/_main-nav.scss +37 -0
- package/src/sass/themes/rnd/2017/components/navigation/_sticky-nav.scss +715 -0
- package/src/sass/themes/rnd/2017/components/navigation/kids-nav/_kids-nav.scss +180 -0
- package/src/sass/themes/rnd/2017/components/navigation/kids-nav/images/kids-nav-sprite.png +0 -0
- package/src/sass/themes/rnd/2017/components/navigation/kids-nav/kids-nav.twig +13 -0
- package/src/sass/themes/rnd/2017/components/search/_search-block-sticky-nav.scss +175 -0
- package/src/sass/themes/rnd/2017/components/search/images/magnify-icon.svg +1 -0
- package/src/sass/themes/rnd/2017/components/search/images/search_page_icon.png +0 -0
- package/src/sass/themes/rnd/2017/components/search/images/search_page_icon_hover.png +0 -0
- package/src/sass/themes/rnd/2017/components/social/_social.scss +21 -0
- package/src/sass/themes/rnd/2017/components/tooltips/_tooltips.scss +14 -0
- package/src/sass/themes/rnd/2017/rnd17.scss +36 -0
- package/src/sass/themes/rnd/2017/variables/_colours.scss +25 -0
- package/src/sass/themes/rnd/2017/variables/_navigation.scss +4 -0
- package/src/sass/themes/shop/2018/_shop18-components.scss +52 -0
- package/src/sass/themes/shop/2018/_shop18-styleguide.scss +504 -0
- package/src/sass/themes/shop/2018/_typography.scss +11 -0
- package/src/sass/themes/shop/2018/base_header.twig +16 -0
- package/src/sass/themes/shop/2018/shop18.scss +68 -0
- package/src/sass/themes/shop/2018/typography.twig +116 -0
- package/src/sass/themes/shop/2019/_shop19-components.scss +60 -0
- package/src/sass/themes/shop/2019/_shop19-styleguide.scss +504 -0
- package/src/sass/themes/shop/2019/background-colours.twig +100 -0
- package/src/sass/themes/shop/2019/base_header.twig +16 -0
- package/src/sass/themes/shop/2019/colour.twig +162 -0
- package/src/sass/themes/shop/2019/form.twig +133 -0
- package/src/sass/themes/shop/2019/shop19.scss +62 -0
- package/src/sass/themes/shop/2019/typography.twig +128 -0
- package/src/sass/themes/shop/2019/variables/_main-nav.scss +3 -0
- package/src/sass/themes/sr/2018/_sr18-styleguide.scss +637 -0
- package/src/sass/themes/sr/2018/base_header.twig +10 -0
- package/src/sass/themes/sr/2018/components/app-link-block/_app-link-block.scss +209 -0
- package/src/sass/themes/sr/2018/components/app-link-block/app-link-block.twig +90 -0
- package/src/sass/themes/sr/2018/components/app-link-block/images/success-tick.svg +13 -0
- package/src/sass/themes/sr/2018/components/background-colours/_background-colours.scss +201 -0
- package/src/sass/themes/sr/2018/components/background-colours/background-colours.twig +46 -0
- package/src/sass/themes/sr/2018/components/background-single-msg/_background-single-msg.scss +3 -0
- package/src/sass/themes/sr/2018/components/bg-graphics/_bg-graphics.scss +126 -0
- package/src/sass/themes/sr/2018/components/bg-graphics/bg-graphics.twig +0 -0
- package/src/sass/themes/sr/2018/components/bg-video-copy/_bg-video-copy.scss +206 -0
- package/src/sass/themes/sr/2018/components/bg-video-copy/bg-video-copy.twig +16 -0
- package/src/sass/themes/sr/2018/components/bg-video-copy/js/bg-video-copy.js +72 -0
- package/src/sass/themes/sr/2018/components/bg-video-copy/videos/SR18-promo.mp4 +0 -0
- package/src/sass/themes/sr/2018/components/buttons/_buttons.scss +169 -0
- package/src/sass/themes/sr/2018/components/buttons/buttons.twig +27 -0
- package/src/sass/themes/sr/2018/components/cookie-consent/cookie-consent.json +7 -0
- package/src/sass/themes/sr/2018/components/cookie-consent/cookie-consent.twig +7 -0
- package/src/sass/themes/sr/2018/components/copy-copy/_copy-copy.scss +57 -0
- package/src/sass/themes/sr/2018/components/copy-copy/copy-copy.twig +22 -0
- package/src/sass/themes/sr/2018/components/copy-video/_copy-video.scss +152 -0
- package/src/sass/themes/sr/2018/components/copy-video/copy-video.twig +47 -0
- package/src/sass/themes/sr/2018/components/copy-video/js/copy-video.js +62 -0
- package/src/sass/themes/sr/2018/components/email-signup/_email-signup-head.scss +23 -0
- package/src/sass/themes/sr/2018/components/email-signup/_email-signup.scss +30 -0
- package/src/sass/themes/sr/2018/components/fixed-ratio-image/_fixed-ratio-image.scss +63 -0
- package/src/sass/themes/sr/2018/components/fixed-ratio-image/fixed-ratio-image.twig +10 -0
- package/src/sass/themes/sr/2018/components/footer-app-links-block/_footer-app-links-block.scss +65 -0
- package/src/sass/themes/sr/2018/components/footer-app-links-block/footer-app-links-block.twig +16 -0
- package/src/sass/themes/sr/2018/components/full-height-double-image-single-copy/_full-height-double-image-single-copy.scss +107 -0
- package/src/sass/themes/sr/2018/components/full-height-double-image-single-copy/full-height-double-image-single-copy.twig +23 -0
- package/src/sass/themes/sr/2018/components/full-height-single-image/_full-height-single-image.scss +138 -0
- package/src/sass/themes/sr/2018/components/full-height-single-image/full-height-single-image.twig +12 -0
- package/src/sass/themes/sr/2018/components/full-height-single-image-single-copy/_full-height-single-image-single-copy.scss +73 -0
- package/src/sass/themes/sr/2018/components/full-height-single-image-single-copy/full-height-single-image-single-copy.twig +14 -0
- package/src/sass/themes/sr/2018/components/full-height-single-image-triple-copy/_full-height-single-image-triple-copy.scss +158 -0
- package/src/sass/themes/sr/2018/components/full-height-single-image-triple-copy/full-height-single-image-triple-copy.twig +24 -0
- package/src/sass/themes/sr/2018/components/just-in-time-block/_just-in-time-block.scss +24 -0
- package/src/sass/themes/sr/2018/components/just-in-time-block/just-in-time-block.twig +11 -0
- package/src/sass/themes/sr/2018/components/links/_links.scss +86 -0
- package/src/sass/themes/sr/2018/components/links/links.twig +94 -0
- package/src/sass/themes/sr/2018/components/lists/_lists.scss +43 -0
- package/src/sass/themes/sr/2018/components/lists/lists.twig +28 -0
- package/src/sass/themes/sr/2018/components/live-total-block/_live-total-block.scss +150 -0
- package/src/sass/themes/sr/2018/components/live-total-block/images/sr18-logo-2018.svg +1 -0
- package/src/sass/themes/sr/2018/components/live-total-block/live-total-block.twig +44 -0
- package/src/sass/themes/sr/2018/components/loading/_loading.scss +101 -0
- package/src/sass/themes/sr/2018/components/media/_media.scss +9 -0
- package/src/sass/themes/sr/2018/components/membership-signup/_membership-signup.scss +479 -0
- package/src/sass/themes/sr/2018/components/membership-signup/images/drop-down-black.svg +1 -0
- package/src/sass/themes/sr/2018/components/membership-signup/images/drop-down-white.svg +9 -0
- package/src/sass/themes/sr/2018/components/membership-signup/images/membership-LG.jpg +0 -0
- package/src/sass/themes/sr/2018/components/membership-signup/images/membership-MD.jpg +0 -0
- package/src/sass/themes/sr/2018/components/membership-signup/images/membership-SM.jpg +0 -0
- package/src/sass/themes/sr/2018/components/membership-signup/images/membership2-LG.jpg +0 -0
- package/src/sass/themes/sr/2018/components/membership-signup/images/membership2-md.jpg +0 -0
- package/src/sass/themes/sr/2018/components/membership-signup/images/membership2-sm.jpg +0 -0
- package/src/sass/themes/sr/2018/components/membership-signup/js/membership-signup.js +490 -0
- package/src/sass/themes/sr/2018/components/membership-signup/membership-signup.twig +103 -0
- package/src/sass/themes/sr/2018/components/navigation/_main-nav.scss +704 -0
- package/src/sass/themes/sr/2018/components/navigation/images/SR+IGO_LOGO_RGB.svg +1 -0
- package/src/sass/themes/sr/2018/components/navigation/images/error-alert-icon-ruby.png +0 -0
- package/src/sass/themes/sr/2018/components/news-article/_news-article.scss +118 -0
- package/src/sass/themes/sr/2018/components/news-article/news-article.twig +29 -0
- package/src/sass/themes/sr/2018/components/news-teaser/_news-teaser.scss +8 -0
- package/src/sass/themes/sr/2018/components/promo-header/_promo-header.scss +61 -0
- package/src/sass/themes/sr/2018/components/search/_search-block.scss +177 -0
- package/src/sass/themes/sr/2018/components/search/images/magnify-icon.svg +1 -0
- package/src/sass/themes/sr/2018/components/search/images/search_page_icon.png +0 -0
- package/src/sass/themes/sr/2018/components/search/images/search_page_icon_hover.png +0 -0
- package/src/sass/themes/sr/2018/components/search/search.twig +21 -0
- package/src/sass/themes/sr/2018/components/search-results/_search-results.scss +127 -0
- package/src/sass/themes/sr/2018/components/single-msg/_single-msg.scss +59 -0
- package/src/sass/themes/sr/2018/components/teaser-block/_teaser-block.scss +60 -0
- package/src/sass/themes/sr/2018/components/tooltips/_tooltips.scss +9 -0
- package/src/sass/themes/sr/2018/components/typography/_fonts.scss +23 -0
- package/src/sass/themes/sr/2018/components/typography/_typography.scss +161 -0
- package/src/sass/themes/sr/2018/components/typography/typography.twig +127 -0
- package/src/sass/themes/sr/2018/main-nav.twig +86 -0
- package/src/sass/themes/sr/2018/sr18.scss +135 -0
- package/src/sass/themes/sr/2018/variables/_colours.scss +36 -0
- package/src/sass/themes/sr/2018/variables/_main-nav.scss +3 -0
- package/src/sass/themes/sr/2018/variables/_mixins.scss +82 -0
- package/src/sass/themes/sr/2018/variables/_typography.scss +106 -0
- package/src/sass/themes/sr/2018/variables/colour.twig +58 -0
|
@@ -0,0 +1,482 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Lightcase - jQuery Plugin
|
|
3
|
+
* The smart and flexible Lightbox Plugin.
|
|
4
|
+
*
|
|
5
|
+
* @author Cornel Boppart <cornel@bopp-art.com>
|
|
6
|
+
* @copyright Author
|
|
7
|
+
*
|
|
8
|
+
* @version 2.3.4 (29/12/2015)
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* Lightcase settings
|
|
12
|
+
*
|
|
13
|
+
* Note: Override default settings for your project without touching this source code by simply
|
|
14
|
+
* defining those variables within a SASS map called '$lightcase-custom'.
|
|
15
|
+
*
|
|
16
|
+
* // Example usage
|
|
17
|
+
* $lightcase-custom: (
|
|
18
|
+
* 'breakpoint': 768px
|
|
19
|
+
* );
|
|
20
|
+
*/
|
|
21
|
+
[class*="lightcase-icon-"]:before {
|
|
22
|
+
display: inline-block;
|
|
23
|
+
width: 1em;
|
|
24
|
+
text-align: center;
|
|
25
|
+
text-decoration: inherit;
|
|
26
|
+
text-transform: none;
|
|
27
|
+
font-weight: normal;
|
|
28
|
+
font-style: normal;
|
|
29
|
+
/* For safety - reset parent styles, that can break glyph codes*/
|
|
30
|
+
font-variant: normal;
|
|
31
|
+
/* fix buttons height, for twitter bootstrap */
|
|
32
|
+
line-height: 1em;
|
|
33
|
+
|
|
34
|
+
speak: none;
|
|
35
|
+
/* Uncomment for 3D effect */
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
#lightcase-loading {
|
|
39
|
+
-webkit-backface-visibility: hidden;
|
|
40
|
+
backface-visibility: hidden;
|
|
41
|
+
position: relative;
|
|
42
|
+
}
|
|
43
|
+
#lightcase-loading {
|
|
44
|
+
font-size: 6px;
|
|
45
|
+
width: 1em;
|
|
46
|
+
height: 1em;
|
|
47
|
+
border-radius: 50%;
|
|
48
|
+
position: fixed;
|
|
49
|
+
text-indent: -9999em;
|
|
50
|
+
-webkit-animation: load5 1.1s infinite ease;
|
|
51
|
+
animation: load5 1.1s infinite ease;
|
|
52
|
+
-webkit-transform: translateZ(0);
|
|
53
|
+
-ms-transform: translateZ(0);
|
|
54
|
+
transform: translateZ(0);
|
|
55
|
+
z-index: 2001;
|
|
56
|
+
top: 50%;
|
|
57
|
+
left: 0;
|
|
58
|
+
right: 0;
|
|
59
|
+
margin: auto;
|
|
60
|
+
}
|
|
61
|
+
@-webkit-keyframes load5 {
|
|
62
|
+
0%,
|
|
63
|
+
100% {
|
|
64
|
+
box-shadow: 0em -2.6em 0em 0em #cbcbcb, 1.8em -1.8em 0 0em rgba(203,203,203, 0.2), 2.5em 0em 0 0em rgba(203,203,203, 0.2), 1.75em 1.75em 0 0em rgba(203,203,203, 0.2), 0em 2.5em 0 0em rgba(203,203,203, 0.2), -1.8em 1.8em 0 0em rgba(203,203,203, 0.2), -2.6em 0em 0 0em rgba(203,203,203, 0.5), -1.8em -1.8em 0 0em rgba(203,203,203, 0.7);
|
|
65
|
+
}
|
|
66
|
+
12.5% {
|
|
67
|
+
box-shadow: 0em -2.6em 0em 0em rgba(203,203,203, 0.7), 1.8em -1.8em 0 0em #cbcbcb, 2.5em 0em 0 0em rgba(203,203,203, 0.2), 1.75em 1.75em 0 0em rgba(203,203,203, 0.2), 0em 2.5em 0 0em rgba(203,203,203, 0.2), -1.8em 1.8em 0 0em rgba(203,203,203, 0.2), -2.6em 0em 0 0em rgba(203,203,203, 0.2), -1.8em -1.8em 0 0em rgba(203,203,203, 0.5);
|
|
68
|
+
}
|
|
69
|
+
25% {
|
|
70
|
+
box-shadow: 0em -2.6em 0em 0em rgba(203,203,203, 0.5), 1.8em -1.8em 0 0em rgba(203,203,203, 0.7), 2.5em 0em 0 0em #cbcbcb, 1.75em 1.75em 0 0em rgba(203,203,203, 0.2), 0em 2.5em 0 0em rgba(203,203,203, 0.2), -1.8em 1.8em 0 0em rgba(203,203,203, 0.2), -2.6em 0em 0 0em rgba(203,203,203, 0.2), -1.8em -1.8em 0 0em rgba(203,203,203, 0.2);
|
|
71
|
+
}
|
|
72
|
+
37.5% {
|
|
73
|
+
box-shadow: 0em -2.6em 0em 0em rgba(203,203,203, 0.2), 1.8em -1.8em 0 0em rgba(203,203,203, 0.5), 2.5em 0em 0 0em rgba(203,203,203, 0.7), 1.75em 1.75em 0 0em #cbcbcb, 0em 2.5em 0 0em rgba(203,203,203, 0.2), -1.8em 1.8em 0 0em rgba(203,203,203, 0.2), -2.6em 0em 0 0em rgba(203,203,203, 0.2), -1.8em -1.8em 0 0em rgba(203,203,203, 0.2);
|
|
74
|
+
}
|
|
75
|
+
50% {
|
|
76
|
+
box-shadow: 0em -2.6em 0em 0em rgba(203,203,203, 0.2), 1.8em -1.8em 0 0em rgba(203,203,203, 0.2), 2.5em 0em 0 0em rgba(203,203,203, 0.5), 1.75em 1.75em 0 0em rgba(203,203,203, 0.7), 0em 2.5em 0 0em #cbcbcb, -1.8em 1.8em 0 0em rgba(203,203,203, 0.2), -2.6em 0em 0 0em rgba(203,203,203, 0.2), -1.8em -1.8em 0 0em rgba(203,203,203, 0.2);
|
|
77
|
+
}
|
|
78
|
+
62.5% {
|
|
79
|
+
box-shadow: 0em -2.6em 0em 0em rgba(203,203,203, 0.2), 1.8em -1.8em 0 0em rgba(203,203,203, 0.2), 2.5em 0em 0 0em rgba(203,203,203, 0.2), 1.75em 1.75em 0 0em rgba(203,203,203, 0.5), 0em 2.5em 0 0em rgba(203,203,203, 0.7), -1.8em 1.8em 0 0em #cbcbcb, -2.6em 0em 0 0em rgba(203,203,203, 0.2), -1.8em -1.8em 0 0em rgba(203,203,203, 0.2);
|
|
80
|
+
}
|
|
81
|
+
75% {
|
|
82
|
+
box-shadow: 0em -2.6em 0em 0em rgba(203,203,203, 0.2), 1.8em -1.8em 0 0em rgba(203,203,203, 0.2), 2.5em 0em 0 0em rgba(203,203,203, 0.2), 1.75em 1.75em 0 0em rgba(203,203,203, 0.2), 0em 2.5em 0 0em rgba(203,203,203, 0.5), -1.8em 1.8em 0 0em rgba(203,203,203, 0.7), -2.6em 0em 0 0em #cbcbcb, -1.8em -1.8em 0 0em rgba(203,203,203, 0.2);
|
|
83
|
+
}
|
|
84
|
+
87.5% {
|
|
85
|
+
box-shadow: 0em -2.6em 0em 0em rgba(203,203,203, 0.2), 1.8em -1.8em 0 0em rgba(203,203,203, 0.2), 2.5em 0em 0 0em rgba(203,203,203, 0.2), 1.75em 1.75em 0 0em rgba(203,203,203, 0.2), 0em 2.5em 0 0em rgba(203,203,203, 0.2), -1.8em 1.8em 0 0em rgba(203,203,203, 0.5), -2.6em 0em 0 0em rgba(203,203,203, 0.7), -1.8em -1.8em 0 0em #cbcbcb;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
@keyframes load5 {
|
|
89
|
+
0%,
|
|
90
|
+
100% {
|
|
91
|
+
box-shadow: 0em -2.6em 0em 0em #cbcbcb, 1.8em -1.8em 0 0em rgba(203,203,203, 0.2), 2.5em 0em 0 0em rgba(203,203,203, 0.2), 1.75em 1.75em 0 0em rgba(203,203,203, 0.2), 0em 2.5em 0 0em rgba(203,203,203, 0.2), -1.8em 1.8em 0 0em rgba(203,203,203, 0.2), -2.6em 0em 0 0em rgba(203,203,203, 0.5), -1.8em -1.8em 0 0em rgba(203,203,203, 0.7);
|
|
92
|
+
}
|
|
93
|
+
12.5% {
|
|
94
|
+
box-shadow: 0em -2.6em 0em 0em rgba(203,203,203, 0.7), 1.8em -1.8em 0 0em #cbcbcb, 2.5em 0em 0 0em rgba(203,203,203, 0.2), 1.75em 1.75em 0 0em rgba(203,203,203, 0.2), 0em 2.5em 0 0em rgba(203,203,203, 0.2), -1.8em 1.8em 0 0em rgba(203,203,203, 0.2), -2.6em 0em 0 0em rgba(203,203,203, 0.2), -1.8em -1.8em 0 0em rgba(203,203,203, 0.5);
|
|
95
|
+
}
|
|
96
|
+
25% {
|
|
97
|
+
box-shadow: 0em -2.6em 0em 0em rgba(203,203,203, 0.5), 1.8em -1.8em 0 0em rgba(203,203,203, 0.7), 2.5em 0em 0 0em #cbcbcb, 1.75em 1.75em 0 0em rgba(203,203,203, 0.2), 0em 2.5em 0 0em rgba(203,203,203, 0.2), -1.8em 1.8em 0 0em rgba(203,203,203, 0.2), -2.6em 0em 0 0em rgba(203,203,203, 0.2), -1.8em -1.8em 0 0em rgba(203,203,203, 0.2);
|
|
98
|
+
}
|
|
99
|
+
37.5% {
|
|
100
|
+
box-shadow: 0em -2.6em 0em 0em rgba(203,203,203, 0.2), 1.8em -1.8em 0 0em rgba(203,203,203, 0.5), 2.5em 0em 0 0em rgba(203,203,203, 0.7), 1.75em 1.75em 0 0em #cbcbcb, 0em 2.5em 0 0em rgba(203,203,203, 0.2), -1.8em 1.8em 0 0em rgba(203,203,203, 0.2), -2.6em 0em 0 0em rgba(203,203,203, 0.2), -1.8em -1.8em 0 0em rgba(203,203,203, 0.2);
|
|
101
|
+
}
|
|
102
|
+
50% {
|
|
103
|
+
box-shadow: 0em -2.6em 0em 0em rgba(203,203,203, 0.2), 1.8em -1.8em 0 0em rgba(203,203,203, 0.2), 2.5em 0em 0 0em rgba(203,203,203, 0.5), 1.75em 1.75em 0 0em rgba(203,203,203, 0.7), 0em 2.5em 0 0em #cbcbcb, -1.8em 1.8em 0 0em rgba(203,203,203, 0.2), -2.6em 0em 0 0em rgba(203,203,203, 0.2), -1.8em -1.8em 0 0em rgba(203,203,203, 0.2);
|
|
104
|
+
}
|
|
105
|
+
62.5% {
|
|
106
|
+
box-shadow: 0em -2.6em 0em 0em rgba(203,203,203, 0.2), 1.8em -1.8em 0 0em rgba(203,203,203, 0.2), 2.5em 0em 0 0em rgba(203,203,203, 0.2), 1.75em 1.75em 0 0em rgba(203,203,203, 0.5), 0em 2.5em 0 0em rgba(203,203,203, 0.7), -1.8em 1.8em 0 0em #cbcbcb, -2.6em 0em 0 0em rgba(203,203,203, 0.2), -1.8em -1.8em 0 0em rgba(203,203,203, 0.2);
|
|
107
|
+
}
|
|
108
|
+
75% {
|
|
109
|
+
box-shadow: 0em -2.6em 0em 0em rgba(203,203,203, 0.2), 1.8em -1.8em 0 0em rgba(203,203,203, 0.2), 2.5em 0em 0 0em rgba(203,203,203, 0.2), 1.75em 1.75em 0 0em rgba(203,203,203, 0.2), 0em 2.5em 0 0em rgba(203,203,203, 0.5), -1.8em 1.8em 0 0em rgba(203,203,203, 0.7), -2.6em 0em 0 0em #cbcbcb, -1.8em -1.8em 0 0em rgba(203,203,203, 0.2);
|
|
110
|
+
}
|
|
111
|
+
87.5% {
|
|
112
|
+
box-shadow: 0em -2.6em 0em 0em rgba(203,203,203, 0.2), 1.8em -1.8em 0 0em rgba(203,203,203, 0.2), 2.5em 0em 0 0em rgba(203,203,203, 0.2), 1.75em 1.75em 0 0em rgba(203,203,203, 0.2), 0em 2.5em 0 0em rgba(203,203,203, 0.2), -1.8em 1.8em 0 0em rgba(203,203,203, 0.5), -2.6em 0em 0 0em rgba(203,203,203, 0.7), -1.8em -1.8em 0 0em #cbcbcb;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/* Codes */
|
|
117
|
+
.lightcase-icon-play:before {
|
|
118
|
+
content: "\e800";
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.lightcase-icon-pause:before {
|
|
122
|
+
content: "\e801";
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.lightcase-icon-close {
|
|
126
|
+
// temporary, being forced by script, will be refactored
|
|
127
|
+
opacity: 0.6 !important;
|
|
128
|
+
&:hover,
|
|
129
|
+
&:focus,
|
|
130
|
+
&:active {
|
|
131
|
+
// temporary, being forced by script, will be refactored
|
|
132
|
+
opacity: 1 !important;
|
|
133
|
+
}
|
|
134
|
+
&:before,
|
|
135
|
+
&:after {
|
|
136
|
+
position: absolute;
|
|
137
|
+
top: 20px;
|
|
138
|
+
display: block;
|
|
139
|
+
width: 100%;
|
|
140
|
+
content: "";
|
|
141
|
+
}
|
|
142
|
+
&:before {
|
|
143
|
+
border-bottom: 4px solid $colour-white;
|
|
144
|
+
transform: rotate(45deg);
|
|
145
|
+
}
|
|
146
|
+
&:after {
|
|
147
|
+
border-top: 4px solid $colour-white;
|
|
148
|
+
transform: rotate(-45deg);
|
|
149
|
+
}
|
|
150
|
+
span {
|
|
151
|
+
width: 40px;
|
|
152
|
+
height: 40px;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.lightcase-icon-prev:before {
|
|
157
|
+
content: "\e803";
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.lightcase-icon-next:before {
|
|
161
|
+
content: "\e804";
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.lightcase-icon-spin:before {
|
|
165
|
+
content: "";
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
#lightcase-case {
|
|
169
|
+
position: fixed;
|
|
170
|
+
z-index: 2002;
|
|
171
|
+
top: 40%;
|
|
172
|
+
left: 50%;
|
|
173
|
+
display: none;
|
|
174
|
+
color: $colour-white;
|
|
175
|
+
p {
|
|
176
|
+
color: $colour-white;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
@media screen and (max-width: 640px) {
|
|
180
|
+
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
|
|
181
|
+
left: auto !important;
|
|
182
|
+
width: 100% !important;
|
|
183
|
+
height: auto !important;
|
|
184
|
+
margin: 0 !important;
|
|
185
|
+
padding: 0 !important;
|
|
186
|
+
border: none !important;
|
|
187
|
+
background: none !important;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
@media screen and (min-width: 641px) {
|
|
192
|
+
#lightcase-case:not([data-lc-type=error]) #lightcase-content {
|
|
193
|
+
position: relative;
|
|
194
|
+
z-index: 1;
|
|
195
|
+
overflow: hidden;
|
|
196
|
+
background-color: #fff;
|
|
197
|
+
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
|
|
198
|
+
-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
|
|
199
|
+
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
|
|
200
|
+
|
|
201
|
+
-o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
|
|
202
|
+
-webkit-backface-visibility: hidden;
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
@media screen and (min-width: 641px) {
|
|
206
|
+
#lightcase-case[data-lc-type=image] #lightcase-content,
|
|
207
|
+
#lightcase-case[data-lc-type=video] #lightcase-content {
|
|
208
|
+
background-color: #333;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
|
|
212
|
+
-webkit-box-shadow: none;
|
|
213
|
+
-moz-box-shadow: none;
|
|
214
|
+
box-shadow: none;
|
|
215
|
+
|
|
216
|
+
-o-box-shadow: none;
|
|
217
|
+
}
|
|
218
|
+
@media screen and (max-width: 640px) {
|
|
219
|
+
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
|
|
220
|
+
position: relative !important;
|
|
221
|
+
top: auto !important;
|
|
222
|
+
left: auto !important;
|
|
223
|
+
width: auto !important;
|
|
224
|
+
height: auto !important;
|
|
225
|
+
margin: 0 !important;
|
|
226
|
+
padding: 0 !important;
|
|
227
|
+
border: none !important;
|
|
228
|
+
background: none !important;
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
|
|
232
|
+
-webkit-box-sizing: border-box;
|
|
233
|
+
-moz-box-sizing: border-box;
|
|
234
|
+
box-sizing: border-box;
|
|
235
|
+
|
|
236
|
+
-o-box-sizing: border-box;
|
|
237
|
+
}
|
|
238
|
+
@media screen and (max-width: 640px) {
|
|
239
|
+
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
|
|
240
|
+
padding: 15px;
|
|
241
|
+
}
|
|
242
|
+
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner,
|
|
243
|
+
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > * {
|
|
244
|
+
width: 100% !important;
|
|
245
|
+
max-width: none !important;
|
|
246
|
+
height: 270px !important;
|
|
247
|
+
}
|
|
248
|
+
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > *:not(iframe) {
|
|
249
|
+
height: auto !important;
|
|
250
|
+
max-height: none !important;
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
@media screen and (max-width: 640px) {
|
|
254
|
+
.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
|
|
255
|
+
overflow: auto;
|
|
256
|
+
-webkit-overflow-scrolling: touch;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
@media screen and (max-width: 640px) and (min-width: 641px) {
|
|
260
|
+
[data-lc-type=image] #lightcase-content .lightcase-contentInner,
|
|
261
|
+
[data-lc-type=video] #lightcase-content .lightcase-contentInner {
|
|
262
|
+
line-height: 0.75;
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
|
|
267
|
+
overflow: auto;
|
|
268
|
+
-webkit-overflow-scrolling: touch;
|
|
269
|
+
}
|
|
270
|
+
@media screen and (max-width: 640px) {
|
|
271
|
+
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
|
|
272
|
+
position: relative !important;
|
|
273
|
+
top: auto !important;
|
|
274
|
+
left: auto !important;
|
|
275
|
+
width: auto !important;
|
|
276
|
+
height: auto !important;
|
|
277
|
+
margin: 0 !important;
|
|
278
|
+
padding: 0 !important;
|
|
279
|
+
border: none !important;
|
|
280
|
+
background: none !important;
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
@media screen and (min-width: 641px) {
|
|
284
|
+
#lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
|
|
285
|
+
overflow: auto;
|
|
286
|
+
-webkit-box-sizing: border-box;
|
|
287
|
+
-moz-box-sizing: border-box;
|
|
288
|
+
box-sizing: border-box;
|
|
289
|
+
padding: 30px;
|
|
290
|
+
|
|
291
|
+
-o-box-sizing: border-box;
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
#lightcase-case p.lightcase-error {
|
|
296
|
+
overflow: hidden;
|
|
297
|
+
margin: 0;
|
|
298
|
+
text-align: center;
|
|
299
|
+
white-space: nowrap;
|
|
300
|
+
text-overflow: ellipsis;
|
|
301
|
+
}
|
|
302
|
+
@media screen and (max-width: 640px) {
|
|
303
|
+
#lightcase-case p.lightcase-error {
|
|
304
|
+
padding: 30px 0;
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
@media screen and (min-width: 641px) {
|
|
308
|
+
#lightcase-case p.lightcase-error {
|
|
309
|
+
padding: 0;
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.lightcase-isMobileDevice .lightcase-open body {
|
|
314
|
+
overflow: hidden;
|
|
315
|
+
max-width: 100%;
|
|
316
|
+
max-height: 100%;
|
|
317
|
+
}
|
|
318
|
+
@media screen and (max-width: 640px) {
|
|
319
|
+
.lightcase-open body {
|
|
320
|
+
padding: 55px 0 70px 0;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
#lightcase-info {
|
|
325
|
+
position: absolute;
|
|
326
|
+
width: 100%;
|
|
327
|
+
@media screen and (max-width: 640px) {
|
|
328
|
+
padding: 20px;
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
#lightcase-info #lightcase-title,
|
|
332
|
+
#lightcase-info #lightcase-caption {
|
|
333
|
+
margin: 0;
|
|
334
|
+
margin-top: 10px;
|
|
335
|
+
padding: 0;
|
|
336
|
+
text-overflow: ellipsis;
|
|
337
|
+
color: $colour-white;
|
|
338
|
+
text-shadow: none;
|
|
339
|
+
font-weight: normal;
|
|
340
|
+
line-height: 1.5;
|
|
341
|
+
.link,
|
|
342
|
+
a {
|
|
343
|
+
color: $colour-white;
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
@media screen and (max-width: 640px) {
|
|
347
|
+
.lightcase-fullScreenMode #lightcase-info {
|
|
348
|
+
padding-right: 15px;
|
|
349
|
+
padding-left: 15px;
|
|
350
|
+
}
|
|
351
|
+
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
|
|
352
|
+
position: static;
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
#lightcase-nav a[class*="lightcase-icon-"] {
|
|
357
|
+
position: fixed;
|
|
358
|
+
z-index: 9999;
|
|
359
|
+
width: 1.123em;
|
|
360
|
+
height: auto;
|
|
361
|
+
cursor: pointer;
|
|
362
|
+
text-align: center;
|
|
363
|
+
outline: none;
|
|
364
|
+
font-size: 38px;
|
|
365
|
+
line-height: 1;
|
|
366
|
+
}
|
|
367
|
+
#lightcase-nav a[class*="lightcase-icon-"],
|
|
368
|
+
#lightcase-nav a[class*="lightcase-icon-"]:focus {
|
|
369
|
+
-webkit-transition: color, opacity, ease-in-out 0.25s;
|
|
370
|
+
-moz-transition: color, opacity, ease-in-out 0.25s;
|
|
371
|
+
-o-transition: color, opacity, ease-in-out 0.25s;
|
|
372
|
+
transition: color, opacity, ease-in-out 0.25s;
|
|
373
|
+
text-decoration: none;
|
|
374
|
+
color: rgba(255, 255, 255, 0.6);
|
|
375
|
+
|
|
376
|
+
-webkit-tap-highlight-color: transparent;
|
|
377
|
+
}
|
|
378
|
+
#lightcase-nav a[class*="lightcase-icon-"] > span {
|
|
379
|
+
display: inline-block;
|
|
380
|
+
text-indent: -9999px;
|
|
381
|
+
}
|
|
382
|
+
#lightcase-nav a[class*="lightcase-icon-"]:hover {
|
|
383
|
+
color: white;
|
|
384
|
+
}
|
|
385
|
+
.lightcase-isMobileDevice #lightcase-nav a[class*="lightcase-icon-"]:hover {
|
|
386
|
+
color: #aaa;
|
|
387
|
+
}
|
|
388
|
+
#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-prev {
|
|
389
|
+
left: 15px;
|
|
390
|
+
}
|
|
391
|
+
#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-next {
|
|
392
|
+
right: 15px;
|
|
393
|
+
}
|
|
394
|
+
#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-pause,
|
|
395
|
+
#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-play {
|
|
396
|
+
left: 50%;
|
|
397
|
+
margin-left: -0.5em;
|
|
398
|
+
}
|
|
399
|
+
@media screen and (min-width: 641px) {
|
|
400
|
+
#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-pause,
|
|
401
|
+
#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-play {
|
|
402
|
+
opacity: 0;
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-close {
|
|
406
|
+
top: 20px;
|
|
407
|
+
right: 20px;
|
|
408
|
+
bottom: auto;
|
|
409
|
+
margin: 0;
|
|
410
|
+
opacity: 0;
|
|
411
|
+
outline: none;
|
|
412
|
+
}
|
|
413
|
+
@media screen and (max-width: 640px) {
|
|
414
|
+
#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-close {
|
|
415
|
+
position: absolute;
|
|
416
|
+
top: 4px;
|
|
417
|
+
right: 14px;
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
@media screen and (min-width: 641px) {
|
|
421
|
+
#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-close {
|
|
422
|
+
position: fixed;
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
@media screen and (max-width: 640px) {
|
|
426
|
+
#lightcase-nav a[class*="lightcase-icon-"] {
|
|
427
|
+
bottom: 15px;
|
|
428
|
+
font-size: 24px;
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
@media screen and (min-width: 641px) {
|
|
432
|
+
#lightcase-nav a[class*="lightcase-icon-"] {
|
|
433
|
+
bottom: 50%;
|
|
434
|
+
margin-bottom: -0.5em;
|
|
435
|
+
}
|
|
436
|
+
#lightcase-nav a[class*="lightcase-icon-"]:hover,
|
|
437
|
+
#lightcase-case:hover ~ #lightcase-nav a[class*="lightcase-icon-"] {
|
|
438
|
+
opacity: 1;
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
#lightcase-overlay {
|
|
443
|
+
position: fixed;
|
|
444
|
+
z-index: 2000;
|
|
445
|
+
top: 0;
|
|
446
|
+
left: 0;
|
|
447
|
+
display: none;
|
|
448
|
+
width: 100%;
|
|
449
|
+
height: 100%;
|
|
450
|
+
background: $colour-black;
|
|
451
|
+
}
|
|
452
|
+
@media screen and (max-width: 640px) {
|
|
453
|
+
#lightcase-overlay {
|
|
454
|
+
opacity: 1 !important;
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
#lightcase-case {
|
|
459
|
+
top: 8%;
|
|
460
|
+
right: 0;
|
|
461
|
+
left: 0;
|
|
462
|
+
margin: auto!important;
|
|
463
|
+
}
|
|
464
|
+
.lightcase-contentInner {
|
|
465
|
+
@media screen and (min-width: 640px) {
|
|
466
|
+
height: 420px!important;
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
.lightcase-icon-close {
|
|
470
|
+
position: fixed;
|
|
471
|
+
right: 20px;
|
|
472
|
+
top: 20px;
|
|
473
|
+
z-index: 9999;
|
|
474
|
+
display: block;
|
|
475
|
+
width: 40px;
|
|
476
|
+
height: 40px;
|
|
477
|
+
span {
|
|
478
|
+
display: block;
|
|
479
|
+
text-indent: -9999px;
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
|
|
2
|
+
/*
|
|
3
|
+
* Link styles,
|
|
4
|
+
* Copied from SR16 theme
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
.link {
|
|
8
|
+
text-decoration: none;
|
|
9
|
+
word-break: break-word;
|
|
10
|
+
word-wrap: break-word;
|
|
11
|
+
overflow-wrap: break-word;
|
|
12
|
+
color: inherit;
|
|
13
|
+
border-bottom: 4px solid $colour-red;
|
|
14
|
+
font-family: $font-bold;
|
|
15
|
+
font-size: 18px;
|
|
16
|
+
line-height: 30px;
|
|
17
|
+
transition-property: border, color;
|
|
18
|
+
transition-duration: 180ms;
|
|
19
|
+
&:hover,
|
|
20
|
+
&:active,
|
|
21
|
+
&:focus {
|
|
22
|
+
border-bottom: 4px solid $colour-black;
|
|
23
|
+
}
|
|
24
|
+
&.inline {
|
|
25
|
+
display: inline-block;
|
|
26
|
+
margin: 0;
|
|
27
|
+
cursor: pointer;
|
|
28
|
+
color: inherit;
|
|
29
|
+
border-width: 2px;
|
|
30
|
+
font-size: inherit;
|
|
31
|
+
line-height: 22px;
|
|
32
|
+
&:hover,
|
|
33
|
+
&:active,
|
|
34
|
+
&:focus {
|
|
35
|
+
border-width: 2px;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@for $link from 1 to (length($linkList)+1) {
|
|
41
|
+
@include link-variation(nth($linkList, $link));
|
|
42
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
ul {
|
|
2
|
+
li {
|
|
3
|
+
font-size: 1em;
|
|
4
|
+
}
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.cr-body ul {
|
|
8
|
+
margin: 15px 0;
|
|
9
|
+
padding: 0 0 0 20px;
|
|
10
|
+
list-style: none;
|
|
11
|
+
font-family: $font-regular;
|
|
12
|
+
li {
|
|
13
|
+
position: relative;
|
|
14
|
+
padding: 0 0 0 30px;
|
|
15
|
+
list-style: none;
|
|
16
|
+
@include font-size($p-font-size);
|
|
17
|
+
&:before {
|
|
18
|
+
position: absolute;
|
|
19
|
+
top: 0;
|
|
20
|
+
left: -3px;
|
|
21
|
+
padding: 0 16px 0 0;
|
|
22
|
+
content: "\25CF";
|
|
23
|
+
color: $colour-red;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.cr-body ol {
|
|
29
|
+
margin: 15px 0;
|
|
30
|
+
padding: 0 0 0 35px;
|
|
31
|
+
list-style-type: decimal;
|
|
32
|
+
li {
|
|
33
|
+
position: relative;
|
|
34
|
+
padding: 0 0 0 15px;
|
|
35
|
+
@include font-size($p-font-size);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// todo create hbs file styleguide component
|
|
2
|
+
|
|
3
|
+
.media-cr-image {
|
|
4
|
+
text-align: center;
|
|
5
|
+
figure,
|
|
6
|
+
img {
|
|
7
|
+
width: 100%;
|
|
8
|
+
margin: 15px 0;
|
|
9
|
+
}
|
|
10
|
+
&.view-mode-large {
|
|
11
|
+
figure,
|
|
12
|
+
img {
|
|
13
|
+
@include breakpoint($screen-lg) {
|
|
14
|
+
width: calc(100% + (4 * 60px));
|
|
15
|
+
margin-left: -120px;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
&.view-mode-medium {
|
|
20
|
+
figure,
|
|
21
|
+
img {
|
|
22
|
+
@include breakpoint($screen-lg) {
|
|
23
|
+
width: span(10);
|
|
24
|
+
margin: 15px auto;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
&.view-mode-small {
|
|
29
|
+
figure,
|
|
30
|
+
img {
|
|
31
|
+
@include breakpoint($screen-lg) {
|
|
32
|
+
width: span(8);
|
|
33
|
+
margin: 15px auto;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
.media-block {
|
|
4
|
+
position: relative;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
height: 450px;
|
|
7
|
+
text-align: center;
|
|
8
|
+
#play-icon {
|
|
9
|
+
width: 60px;
|
|
10
|
+
margin: 0 auto 10px;
|
|
11
|
+
transition: 0.2s;
|
|
12
|
+
path {
|
|
13
|
+
fill: $colour-yellow;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
&:hover {
|
|
17
|
+
.media-block__image img {
|
|
18
|
+
@include opacity(1);
|
|
19
|
+
}
|
|
20
|
+
#play-icon {
|
|
21
|
+
transform: scale(1.2);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
.media-block__link {
|
|
26
|
+
position: absolute;
|
|
27
|
+
z-index: 10;
|
|
28
|
+
top: 0;
|
|
29
|
+
right: 0;
|
|
30
|
+
bottom: 0;
|
|
31
|
+
left: 0;
|
|
32
|
+
width: 100%;
|
|
33
|
+
height: 100%;
|
|
34
|
+
text-indent: -9999px;
|
|
35
|
+
}
|
|
36
|
+
.media-block__image {
|
|
37
|
+
height: 100%;
|
|
38
|
+
img {
|
|
39
|
+
display: block;
|
|
40
|
+
width: 100%;
|
|
41
|
+
height: 100%;
|
|
42
|
+
transition: 0.2s;
|
|
43
|
+
@include opacity(0.9);
|
|
44
|
+
|
|
45
|
+
object-fit: cover;
|
|
46
|
+
.no-objectfit & {
|
|
47
|
+
position: absolute;
|
|
48
|
+
top: -100%;
|
|
49
|
+
right: -100%;
|
|
50
|
+
bottom: -100%;
|
|
51
|
+
left: -100%;
|
|
52
|
+
overflow: hidden;
|
|
53
|
+
width: auto;
|
|
54
|
+
max-width: none;
|
|
55
|
+
height: 100%!important;
|
|
56
|
+
max-height: none;
|
|
57
|
+
margin: auto;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
.media-block__content-wrapper {
|
|
62
|
+
position: relative;
|
|
63
|
+
}
|
|
64
|
+
.media-block__content {
|
|
65
|
+
position: absolute;
|
|
66
|
+
bottom: 0;
|
|
67
|
+
width: 100%;
|
|
68
|
+
padding: 40px 10px 20px;
|
|
69
|
+
background-image: linear-gradient(rgba(0,0,0,0), $colour-dark-blue);
|
|
70
|
+
@include breakpoint($screen-md) {
|
|
71
|
+
padding: 40px 40px 20px;
|
|
72
|
+
}
|
|
73
|
+
.cr-body {
|
|
74
|
+
h2, h3, h4, h5, p {
|
|
75
|
+
color: $colour-white;
|
|
76
|
+
}
|
|
77
|
+
.font--yellow {
|
|
78
|
+
color: $colour-yellow;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
.media-block__caption {
|
|
83
|
+
display: none;
|
|
84
|
+
}
|