epfl-elements 4.5.0 → 4.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/atoms/alert/alert-types.twig +16 -0
- package/dist/components/atoms/alert/alert.twig +7 -0
- package/dist/components/atoms/alert/alert.yml +13 -0
- package/dist/components/atoms/button/button-secondary-states.twig +4 -0
- package/dist/components/atoms/button/button-secondary.twig +1 -0
- package/dist/components/atoms/button/button-sizes.twig +12 -0
- package/dist/components/atoms/button/button-states.twig +4 -0
- package/dist/components/atoms/button/button.twig +1 -0
- package/dist/components/atoms/button/button.yml +29 -0
- package/dist/components/atoms/checkbox/checkbox-inline.twig +5 -0
- package/dist/components/atoms/checkbox/checkbox-states.twig +4 -0
- package/dist/components/atoms/checkbox/checkbox.twig +4 -0
- package/dist/components/atoms/checkbox/checkbox.yml +11 -0
- package/dist/components/atoms/collapse/collapse-header.twig +22 -0
- package/dist/components/atoms/collapse/collapse-partial.twig +19 -0
- package/dist/components/atoms/collapse/collapse-title.twig +14 -0
- package/dist/components/atoms/collapse/collapse.twig +14 -0
- package/dist/components/atoms/collapse/collapse.yml +20 -0
- package/dist/components/atoms/definition-list/definition-list-grid.twig +17 -0
- package/dist/components/atoms/definition-list/definition-list.twig +9 -0
- package/dist/components/atoms/definition-list/definition-list.yml +13 -0
- package/dist/components/atoms/drawer/drawer.twig +10 -0
- package/dist/components/atoms/drawer/drawer.yml +4 -0
- package/dist/components/atoms/dropdown/dropdown.twig +11 -0
- package/dist/components/atoms/dropdown/dropdown.yml +10 -0
- package/dist/components/atoms/favicon/favicon.twig +16 -0
- package/dist/components/atoms/favicon/favicon.yml +2 -0
- package/dist/components/atoms/figure/figure.twig +4 -0
- package/dist/components/atoms/figure/figure.yml +4 -0
- package/dist/components/atoms/icon/icon-list-feather.twig +10 -0
- package/dist/components/atoms/icon/icon-list.twig +10 -0
- package/dist/components/atoms/icon/icon.twig +2 -0
- package/dist/components/atoms/icon/icon.yml +18 -0
- package/dist/components/atoms/input/input-disabled.twig +1 -0
- package/dist/components/atoms/input/input-error.twig +1 -0
- package/dist/components/atoms/input/input-focus.twig +1 -0
- package/dist/components/atoms/input/input-hover.twig +1 -0
- package/dist/components/atoms/input/input-value.twig +1 -0
- package/dist/components/atoms/input/input.twig +1 -0
- package/dist/components/atoms/input/input.yml +30 -0
- package/dist/components/atoms/link/link-bg-variants.twig +5 -0
- package/dist/components/atoms/link/link-icon.twig +4 -0
- package/dist/components/atoms/link/link-login.twig +4 -0
- package/dist/components/atoms/link/link.twig +3 -0
- package/dist/components/atoms/link/link.yml +27 -0
- package/dist/components/atoms/list/list-inline.twig +11 -0
- package/dist/components/atoms/list/list-ordered.twig +28 -0
- package/dist/components/atoms/list/list-unordered.twig +24 -0
- package/dist/components/atoms/list/list-unstyled.twig +5 -0
- package/dist/components/atoms/list/list.twig +13 -0
- package/dist/components/atoms/list/list.yml +13 -0
- package/dist/components/atoms/loader/loader.twig +3 -0
- package/dist/components/atoms/loader/loader.yml +2 -0
- package/dist/components/atoms/nav-lang/nav-lang-short.twig +30 -0
- package/dist/components/atoms/nav-lang/nav-lang.twig +29 -0
- package/dist/components/atoms/nav-lang/nav-lang.yml +7 -0
- package/dist/components/atoms/nav-toggle/nav-toggle-async.twig +6 -0
- package/dist/components/atoms/nav-toggle/nav-toggle.twig +6 -0
- package/dist/components/atoms/nav-toggle/nav-toggle.yml +10 -0
- package/dist/components/atoms/nav-toggle-mobile/nav-toggle-mobile.twig +8 -0
- package/dist/components/atoms/nav-toggle-mobile/nav-toggle-mobile.yml +4 -0
- package/dist/components/atoms/nav-user/nav-user-login.twig +6 -0
- package/dist/components/atoms/nav-user/nav-user.twig +16 -0
- package/dist/components/atoms/nav-user/nav-user.yml +10 -0
- package/dist/components/atoms/picture/picture-avatar.twig +18 -0
- package/dist/components/atoms/picture/picture-cover.twig +19 -0
- package/dist/components/atoms/picture/picture-fullwidth-teaser.twig +21 -0
- package/dist/components/atoms/picture/picture-news-thumb.twig +8 -0
- package/dist/components/atoms/picture/picture-one-third-square.twig +18 -0
- package/dist/components/atoms/picture/picture-one-third.twig +18 -0
- package/dist/components/atoms/picture/picture-portrait.twig +18 -0
- package/dist/components/atoms/picture/picture-question.twig +18 -0
- package/dist/components/atoms/picture/picture-thumb-square.twig +8 -0
- package/dist/components/atoms/picture/picture.twig +18 -0
- package/dist/components/atoms/picture/picture.yml +43 -0
- package/dist/components/atoms/popover/popover.twig +11 -0
- package/dist/components/atoms/popover/popover.yml +6 -0
- package/dist/components/atoms/radio/radio-inline.twig +4 -0
- package/dist/components/atoms/radio/radio-list.twig +4 -0
- package/dist/components/atoms/radio/radio.twig +4 -0
- package/dist/components/atoms/radio/radio.yml +8 -0
- package/dist/components/atoms/range/range.twig +8 -0
- package/dist/components/atoms/range/range.yml +4 -0
- package/dist/components/atoms/select/select-multiple.twig +13 -0
- package/dist/components/atoms/select/select.twig +11 -0
- package/dist/components/atoms/select/select.yml +11 -0
- package/dist/components/atoms/separator/separator.twig +7 -0
- package/dist/components/atoms/separator/separator.yml +5 -0
- package/dist/components/atoms/social-icon/social-icon-discrete-link.twig +3 -0
- package/dist/components/atoms/social-icon/social-icon-group.twig +33 -0
- package/dist/components/atoms/social-icon/social-icon-link-group.twig +31 -0
- package/dist/components/atoms/social-icon/social-icon-link.twig +9 -0
- package/dist/components/atoms/social-icon/social-icon-negative-link.twig +3 -0
- package/dist/components/atoms/social-icon/social-icon-negative.twig +3 -0
- package/dist/components/atoms/social-icon/social-icon-round-discrete-link.twig +4 -0
- package/dist/components/atoms/social-icon/social-icon-round-link.twig +3 -0
- package/dist/components/atoms/social-icon/social-icon-round.twig +3 -0
- package/dist/components/atoms/social-icon/social-icon-single-link-with-details.twig +11 -0
- package/dist/components/atoms/social-icon/social-icon-single-link.twig +10 -0
- package/dist/components/atoms/social-icon/social-icon-single.twig +9 -0
- package/dist/components/atoms/social-icon/social-icon.twig +9 -0
- package/dist/components/atoms/social-icon/social-icon.yml +33 -0
- package/dist/components/atoms/tag/tag-input.twig +5 -0
- package/dist/components/atoms/tag/tag.twig +25 -0
- package/dist/components/atoms/tag/tag.yml +19 -0
- package/dist/components/atoms/trapeze/trapeze-horizontal.twig +9 -0
- package/dist/components/atoms/trapeze/trapeze-pseudo.twig +11 -0
- package/dist/components/atoms/trapeze/trapeze.twig +9 -0
- package/dist/components/atoms/trapeze/trapeze.yml +17 -0
- package/dist/components/atoms/upload/upload.twig +8 -0
- package/dist/components/atoms/upload/upload.yml +6 -0
- package/dist/components/atoms/video/video.twig +8 -0
- package/dist/components/atoms/video/video.yml +9 -0
- package/dist/components/content-types/association/association.twig +10 -0
- package/dist/components/content-types/association/association.yml +3 -0
- package/dist/components/content-types/bachelor-project/bachelor-project.twig +13 -0
- package/dist/components/content-types/bachelor-project/bachelor-project.yml +3 -0
- package/dist/components/content-types/basic-page/basic-page-highlighted.twig +1 -0
- package/dist/components/content-types/basic-page/basic-page.twig +12 -0
- package/dist/components/content-types/basic-page/basic-page.yml +10 -0
- package/dist/components/content-types/coursebook/coursebook-legend.twig +47 -0
- package/dist/components/content-types/coursebook/coursebook-program.twig +65 -0
- package/dist/components/content-types/coursebook/coursebook.twig +142 -0
- package/dist/components/content-types/coursebook/coursebook.yml +13 -0
- package/dist/components/content-types/cursus/cursus.twig +6 -0
- package/dist/components/content-types/cursus/cursus.yml +3 -0
- package/dist/components/content-types/event/event-highlight-listing.twig +10 -0
- package/dist/components/content-types/event/event-highlight.twig +13 -0
- package/dist/components/content-types/event/event-invitation.twig +20 -0
- package/dist/components/content-types/event/event-just-finished.twig +8 -0
- package/dist/components/content-types/event/event-listing-featured.twig +5 -0
- package/dist/components/content-types/event/event-listing.twig +16 -0
- package/dist/components/content-types/event/event-wrapper.twig +1 -0
- package/dist/components/content-types/event/event.twig +64 -0
- package/dist/components/content-types/event/event.yml +26 -0
- package/dist/components/content-types/graph-search/graph-search.twig +37 -0
- package/dist/components/content-types/graph-search/graph-search.yml +2 -0
- package/dist/components/content-types/institute/institute.twig +12 -0
- package/dist/components/content-types/institute/institute.yml +3 -0
- package/dist/components/content-types/laboratory/laboratory.twig +16 -0
- package/dist/components/content-types/laboratory/laboratory.yml +3 -0
- package/dist/components/content-types/news/news-basic-teaser.twig +16 -0
- package/dist/components/content-types/news/news-distinction.twig +11 -0
- package/dist/components/content-types/news/news-highlighted-carousel.twig +11 -0
- package/dist/components/content-types/news/news-highlighted.twig +1 -0
- package/dist/components/content-types/news/news-latest-two.twig +11 -0
- package/dist/components/content-types/news/news-press-release.twig +19 -0
- package/dist/components/content-types/news/news.twig +25 -0
- package/dist/components/content-types/news/news.yml +21 -0
- package/dist/components/content-types/press-review/press-review.twig +25 -0
- package/dist/components/content-types/press-review/press-review.yml +3 -0
- package/dist/components/content-types/program/program.twig +10 -0
- package/dist/components/content-types/program/program.yml +3 -0
- package/dist/components/content-types/project/project.twig +11 -0
- package/dist/components/content-types/project/project.yml +2 -0
- package/dist/components/content-types/project-list/project-list.twig +82 -0
- package/dist/components/content-types/project-list/project-list.yml +2 -0
- package/dist/components/content-types/publication/publication.twig +68 -0
- package/dist/components/content-types/publication/publication.yml +2 -0
- package/dist/components/content-types/research-field/research-field.twig +11 -0
- package/dist/components/content-types/research-field/research-field.yml +3 -0
- package/dist/components/content-types/research-project/research-project.twig +21 -0
- package/dist/components/content-types/research-project/research-project.yml +3 -0
- package/dist/components/content-types/school/school.twig +13 -0
- package/dist/components/content-types/school/school.yml +3 -0
- package/dist/components/content-types/science-question/science-question.twig +9 -0
- package/dist/components/content-types/science-question/science-question.yml +2 -0
- package/dist/components/content-types/section/section.twig +21 -0
- package/dist/components/content-types/section/section.yml +3 -0
- package/dist/components/content-types/study-plan/study-plan-bachelor.twig +1042 -0
- package/dist/components/content-types/study-plan/study-plan-master.twig +483 -0
- package/dist/components/content-types/study-plan/study-plan-mineur.twig +135 -0
- package/dist/components/content-types/study-plan/study-plan.twig +5 -0
- package/dist/components/content-types/study-plan/study-plan.yml +10 -0
- package/dist/components/content-types/training/training.twig +17 -0
- package/dist/components/content-types/training/training.yml +3 -0
- package/dist/components/molecules/access-nav/access-nav.twig +22 -0
- package/dist/components/molecules/access-nav/access-nav.yml +8 -0
- package/dist/components/molecules/avatar-teaser/avatar-teaser-multiple.twig +19 -0
- package/dist/components/molecules/avatar-teaser/avatar-teaser.twig +10 -0
- package/dist/components/molecules/avatar-teaser/avatar-teaser.yml +13 -0
- package/dist/components/molecules/breadcrumb/breadcrumb-tagged.twig +18 -0
- package/dist/components/molecules/breadcrumb/breadcrumb.twig +11 -0
- package/dist/components/molecules/breadcrumb/breadcrumb.yml +7 -0
- package/dist/components/molecules/card/card-inside-links.twig +27 -0
- package/dist/components/molecules/card/card-link.twig +16 -0
- package/dist/components/molecules/card/card.twig +19 -0
- package/dist/components/molecules/card/card.yml +24 -0
- package/dist/components/molecules/card-deck/card-deck-duo-gray.twig +4 -0
- package/dist/components/molecules/card-deck/card-deck-duo.twig +4 -0
- package/dist/components/molecules/card-deck/card-deck-link-duo-gray.twig +4 -0
- package/dist/components/molecules/card-deck/card-deck-link-duo.twig +4 -0
- package/dist/components/molecules/card-deck/card-deck-link-single-gray.twig +3 -0
- package/dist/components/molecules/card-deck/card-deck-link-single.twig +3 -0
- package/dist/components/molecules/card-deck/card-deck-mini-cards.twig +38 -0
- package/dist/components/molecules/card-deck/card-deck-single-gray.twig +3 -0
- package/dist/components/molecules/card-deck/card-deck-single.twig +3 -0
- package/dist/components/molecules/card-deck/card-deck.twig +8 -0
- package/dist/components/molecules/card-deck/card-deck.yml +36 -0
- package/dist/components/molecules/carousel/carousel-base.twig +24 -0
- package/dist/components/molecules/carousel/carousel.twig +9 -0
- package/dist/components/molecules/carousel/carousel.yml +8 -0
- package/dist/components/molecules/collapse-group/collapse-group-people-contacts.twig +124 -0
- package/dist/components/molecules/collapse-group/collapse-group-rich-content.twig +102 -0
- package/dist/components/molecules/collapse-group/collapse-group.twig +49 -0
- package/dist/components/molecules/collapse-group/collapse-group.yml +11 -0
- package/dist/components/molecules/cover/cover.twig +6 -0
- package/dist/components/molecules/cover/cover.yml +2 -0
- package/dist/components/molecules/datepicker/datepicker-fancy.twig +5 -0
- package/dist/components/molecules/datepicker/datepicker.twig +3 -0
- package/dist/components/molecules/datepicker/datepicker.yml +7 -0
- package/dist/components/molecules/filters/filters-blog.twig +48 -0
- package/dist/components/molecules/filters/filters.twig +23 -0
- package/dist/components/molecules/filters/filters.yml +8 -0
- package/dist/components/molecules/footnotes/footnotes.twig +14 -0
- package/dist/components/molecules/footnotes/footnotes.yml +4 -0
- package/dist/components/molecules/form-group/form-group-checkboxes.twig +10 -0
- package/dist/components/molecules/form-group/form-group-error.twig +13 -0
- package/dist/components/molecules/form-group/form-group-radio.twig +10 -0
- package/dist/components/molecules/form-group/form-group-search.twig +13 -0
- package/dist/components/molecules/form-group/form-group-select.twig +3 -0
- package/dist/components/molecules/form-group/form-group-textarea.twig +4 -0
- package/dist/components/molecules/form-group/form-group-upload.twig +4 -0
- package/dist/components/molecules/form-group/form-group.twig +13 -0
- package/dist/components/molecules/form-group/form-group.yml +21 -0
- package/dist/components/molecules/gallery/gallery.twig +27 -0
- package/dist/components/molecules/gallery/gallery.yml +5 -0
- package/dist/components/molecules/key-number/key-number-large.twig +29 -0
- package/dist/components/molecules/key-number/key-number.twig +23 -0
- package/dist/components/molecules/key-number/key-number.yml +7 -0
- package/dist/components/molecules/links-group/links-group-teaser.twig +9 -0
- package/dist/components/molecules/links-group/links-group.twig +11 -0
- package/dist/components/molecules/links-group/links-group.yml +9 -0
- package/dist/components/molecules/list-group/list-group-borderless.twig +25 -0
- package/dist/components/molecules/list-group/list-group-event.twig +74 -0
- package/dist/components/molecules/list-group/list-group-infoscience.twig +32 -0
- package/dist/components/molecules/list-group/list-group-teasers.twig +55 -0
- package/dist/components/molecules/list-group/list-group.twig +4 -0
- package/dist/components/molecules/list-group/list-group.yml +21 -0
- package/dist/components/molecules/map/map.twig +7 -0
- package/dist/components/molecules/map/map.yml +2 -0
- package/dist/components/molecules/metabox/metabox.twig +56 -0
- package/dist/components/molecules/metabox/metabox.yml +6 -0
- package/dist/components/molecules/pagination/pagination-center.twig +39 -0
- package/dist/components/molecules/pagination/pagination-load-more.twig +1 -0
- package/dist/components/molecules/pagination/pagination.twig +39 -0
- package/dist/components/molecules/pagination/pagination.yml +13 -0
- package/dist/components/molecules/question/question.twig +26 -0
- package/dist/components/molecules/question/question.yml +2 -0
- package/dist/components/molecules/quote/quote.twig +10 -0
- package/dist/components/molecules/quote/quote.yml +6 -0
- package/dist/components/molecules/search/search-mobile.twig +39 -0
- package/dist/components/molecules/search/search.twig +25 -0
- package/dist/components/molecules/search/search.yml +9 -0
- package/dist/components/molecules/sidenotes/sidenotes.twig +20 -0
- package/dist/components/molecules/sidenotes/sidenotes.yml +6 -0
- package/dist/components/molecules/social/social-follow.twig +14 -0
- package/dist/components/molecules/social/social.twig +58 -0
- package/dist/components/molecules/social/social.yml +7 -0
- package/dist/components/molecules/social-feed/social-feed-facebook.twig +17 -0
- package/dist/components/molecules/social-feed/social-feed-instagram.twig +17 -0
- package/dist/components/molecules/social-feed/social-feed.twig +17 -0
- package/dist/components/molecules/social-feed/social-feed.yml +12 -0
- package/dist/components/molecules/sponsor/sponsor.twig +6 -0
- package/dist/components/molecules/sponsor/sponsor.yml +2 -0
- package/dist/components/molecules/tables/tables-boxed-sortable.twig +22 -0
- package/dist/components/molecules/tables/tables-boxed.twig +22 -0
- package/dist/components/molecules/tables/tables-sortable.twig +22 -0
- package/dist/components/molecules/tables/tables.twig +28 -0
- package/dist/components/molecules/tables/tables.yml +15 -0
- package/dist/components/molecules/tabs/tabs-light.twig +13 -0
- package/dist/components/molecules/tabs/tabs-vertical.twig +40 -0
- package/dist/components/molecules/tabs/tabs.twig +38 -0
- package/dist/components/molecules/tabs/tabs.yml +11 -0
- package/dist/components/organisms/card-slider/card-slider.twig +42 -0
- package/dist/components/organisms/card-slider/card-slider.yml +5 -0
- package/dist/components/organisms/contact/contact-banner.twig +30 -0
- package/dist/components/organisms/contact/contact-columns.twig +9 -0
- package/dist/components/organisms/contact/contact-compact-for-columns.twig +24 -0
- package/dist/components/organisms/contact/contact-compact.twig +18 -0
- package/dist/components/organisms/contact/contact-list.twig +14 -0
- package/dist/components/organisms/contact/contact.twig +20 -0
- package/dist/components/organisms/contact/contact.yml +22 -0
- package/dist/components/organisms/cookie-consent/cookie-consent.twig +1 -0
- package/dist/components/organisms/cookie-consent/cookie-consent.yml +4 -0
- package/dist/components/organisms/faq/faq.twig +15 -0
- package/dist/components/organisms/faq/faq.yml +2 -0
- package/dist/components/organisms/footer/footer-buttons.twig +25 -0
- package/dist/components/organisms/footer/footer-col.twig +34 -0
- package/dist/components/organisms/footer/footer-dark.twig +1 -0
- package/dist/components/organisms/footer/footer-de.twig +26 -0
- package/dist/components/organisms/footer/footer-en.twig +26 -0
- package/dist/components/organisms/footer/footer-faculties.twig +32 -0
- package/dist/components/organisms/footer/footer-legal.twig +38 -0
- package/dist/components/organisms/footer/footer-light-dark.twig +46 -0
- package/dist/components/organisms/footer/footer-light-de.twig +1 -0
- package/dist/components/organisms/footer/footer-light-en.twig +1 -0
- package/dist/components/organisms/footer/footer-light.twig +42 -0
- package/dist/components/organisms/footer/footer-socials.twig +13 -0
- package/dist/components/organisms/footer/footer.twig +26 -0
- package/dist/components/organisms/footer/footer.yml +26 -0
- package/dist/components/organisms/form/form.twig +7 -0
- package/dist/components/organisms/form/form.yml +2 -0
- package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser-horizontal.twig +40 -0
- package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser-left.twig +38 -0
- package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser.twig +33 -0
- package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser.yml +7 -0
- package/dist/components/organisms/header/header-de.twig +1 -0
- package/dist/components/organisms/header/header-en.twig +1 -0
- package/dist/components/organisms/header/header-fr.twig +1 -0
- package/dist/components/organisms/header/header-light-drawer.twig +37 -0
- package/dist/components/organisms/header/header-light.twig +47 -0
- package/dist/components/organisms/header/header.twig +36 -0
- package/dist/components/organisms/header/header.yml +23 -0
- package/dist/components/organisms/headlines/headlines.twig +44 -0
- package/dist/components/organisms/headlines/headlines.yml +2 -0
- package/dist/components/organisms/hero/hero-legend.twig +15 -0
- package/dist/components/organisms/hero/hero.twig +15 -0
- package/dist/components/organisms/hero/hero.yml +8 -0
- package/dist/components/organisms/introduction/introduction-gray.twig +10 -0
- package/dist/components/organisms/introduction/introduction.twig +13 -0
- package/dist/components/organisms/introduction/introduction.yml +5 -0
- package/dist/components/organisms/key-number-group/key-number-group.twig +10 -0
- package/dist/components/organisms/key-number-group/key-number-group.yml +3 -0
- package/dist/components/organisms/modal/modal.twig +25 -0
- package/dist/components/organisms/modal/modal.yml +6 -0
- package/dist/components/organisms/nav-aside/nav-aside.twig +45 -0
- package/dist/components/organisms/nav-aside/nav-aside.yml +2 -0
- package/dist/components/organisms/nav-main/nav-main.twig +65 -0
- package/dist/components/organisms/nav-main/nav-main.yml +13 -0
- package/dist/components/organisms/newsletter-sign-up/newsletter-sign-up.twig +19 -0
- package/dist/components/organisms/newsletter-sign-up/newsletter-sign-up.yml +2 -0
- package/dist/components/organisms/restauration/restauration.twig +114 -0
- package/dist/components/organisms/restauration/restauration.yml +4 -0
- package/dist/components/organisms/social-feed-group/social-feed-group.twig +11 -0
- package/dist/components/organisms/social-feed-group/social-feed-group.yml +3 -0
- package/dist/components/pages/about/about.twig +91 -0
- package/dist/components/pages/about/about.yml +2 -0
- package/dist/components/pages/association-homepage/association-homepage.twig +65 -0
- package/dist/components/pages/association-homepage/association-homepage.yml +2 -0
- package/dist/components/pages/association-list/association-list.twig +34 -0
- package/dist/components/pages/association-list/association-list.yml +2 -0
- package/dist/components/pages/basic-page/basic-page.twig +84 -0
- package/dist/components/pages/basic-page/basic-page.yml +2 -0
- package/dist/components/pages/blog-homepage/blog-homepage.twig +41 -0
- package/dist/components/pages/blog-homepage/blog-homepage.yml +2 -0
- package/dist/components/pages/blog-single/blog-single.twig +84 -0
- package/dist/components/pages/blog-single/blog-single.yml +2 -0
- package/dist/components/pages/campus/campus.twig +83 -0
- package/dist/components/pages/campus/campus.yml +2 -0
- package/dist/components/pages/education/education.twig +76 -0
- package/dist/components/pages/education/education.yml +2 -0
- package/dist/components/pages/error-404/error-404.twig +50 -0
- package/dist/components/pages/error-404/error-404.yml +2 -0
- package/dist/components/pages/event-detail/event-detail.twig +115 -0
- package/dist/components/pages/event-detail/event-detail.yml +2 -0
- package/dist/components/pages/event-homepage/event-homepage.twig +66 -0
- package/dist/components/pages/event-homepage/event-homepage.yml +2 -0
- package/dist/components/pages/event-list/event-list.twig +173 -0
- package/dist/components/pages/event-list/event-list.yml +2 -0
- package/dist/components/pages/facultes/facultes.twig +29 -0
- package/dist/components/pages/facultes/facultes.yml +2 -0
- package/dist/components/pages/homepage/homepage.twig +199 -0
- package/dist/components/pages/homepage/homepage.yml +2 -0
- package/dist/components/pages/innovation/innovation.twig +72 -0
- package/dist/components/pages/innovation/innovation.yml +2 -0
- package/dist/components/pages/lab-homepage/lab-homepage.twig +97 -0
- package/dist/components/pages/lab-homepage/lab-homepage.yml +2 -0
- package/dist/components/pages/layout-demo/layout-demo.twig +24 -0
- package/dist/components/pages/layout-demo/layout-demo.yml +2 -0
- package/dist/components/pages/maintenance/maintenance.twig +52 -0
- package/dist/components/pages/maintenance/maintenance.yml +2 -0
- package/dist/components/pages/news-detail/news-detail.twig +159 -0
- package/dist/components/pages/news-detail/news-detail.yml +2 -0
- package/dist/components/pages/news-homepage/news-homepage.twig +42 -0
- package/dist/components/pages/news-homepage/news-homepage.yml +2 -0
- package/dist/components/pages/people-detail/people-detail.twig +302 -0
- package/dist/components/pages/people-detail/people-detail.yml +2 -0
- package/dist/components/pages/people-list/people-list.twig +41 -0
- package/dist/components/pages/people-list/people-list.yml +2 -0
- package/dist/components/pages/programs/programs.twig +30 -0
- package/dist/components/pages/programs/programs.yml +2 -0
- package/dist/components/pages/research/research.twig +83 -0
- package/dist/components/pages/research/research.yml +2 -0
- package/dist/components/pages/study-plan/study-plan.twig +97 -0
- package/dist/components/pages/study-plan/study-plan.yml +2 -0
- package/dist/components/pages/study-plan-course/study-plan-course.twig +166 -0
- package/dist/components/pages/study-plan-course/study-plan-course.yml +2 -0
- package/dist/components/templates/base/base.twig +56 -0
- package/dist/components/templates/base/base.yml +2 -0
- package/dist/css/elements.css +20113 -0
- package/dist/css/elements.min.css +10 -0
- package/dist/css/elements.min.css.map +1 -0
- package/dist/css/reader.css +789 -0
- package/dist/css/reader.min.css +2 -0
- package/dist/css/reader.min.css.map +1 -0
- package/dist/css/vendors.css +1762 -0
- package/dist/css/vendors.min.css +9 -0
- package/dist/docs/accessibility.html +70 -0
- package/dist/docs/contribute/index.md +35 -0
- package/dist/docs/contribute/support-and-request.html +125 -0
- package/dist/docs/design/helpers.html +47 -0
- package/dist/docs/design/iconography.md +3 -0
- package/dist/docs/design/index.html +61 -0
- package/dist/docs/design/typography.html +225 -0
- package/dist/docs/index.html +162 -0
- package/dist/docs/summary.yml +15 -0
- package/dist/docs/user documentation/create a page.md +41 -0
- package/dist/docs/user documentation/index.md +51 -0
- package/dist/docs/user documentation/reports.md +40 -0
- package/dist/docs/user documentation/wordpress.md +3 -0
- package/dist/favicons/android-chrome-192x192.png +0 -0
- package/dist/favicons/android-chrome-512x512.png +0 -0
- package/dist/favicons/apple-touch-icon.png +0 -0
- package/dist/favicons/browserconfig.xml +9 -0
- package/dist/favicons/favicon-120.png +0 -0
- package/dist/favicons/favicon-128.png +0 -0
- package/dist/favicons/favicon-144.png +0 -0
- package/dist/favicons/favicon-152.png +0 -0
- package/dist/favicons/favicon-16.png +0 -0
- package/dist/favicons/favicon-180.png +0 -0
- package/dist/favicons/favicon-228.png +0 -0
- package/dist/favicons/favicon-32.png +0 -0
- package/dist/favicons/favicon-57.png +0 -0
- package/dist/favicons/favicon-76.png +0 -0
- package/dist/favicons/favicon-96.png +0 -0
- package/dist/favicons/favicon.ico +0 -0
- package/dist/favicons/mstile-144x144.png +0 -0
- package/dist/favicons/mstile-150x150.png +0 -0
- package/dist/favicons/mstile-310x150.png +0 -0
- package/dist/favicons/mstile-310x310.png +0 -0
- package/dist/favicons/mstile-70x70.png +0 -0
- package/dist/favicons/site.webmanifest +19 -0
- package/dist/icons/feather-sprite.svg +1 -0
- package/dist/icons/icons.svg +1 -0
- package/dist/images/defaults/person-avatar-default-small.png +0 -0
- package/dist/images/email/epfl-logo.png +0 -0
- package/dist/images/email/square.png +0 -0
- package/dist/images/icons/icon-course-exercise.svg +3 -0
- package/dist/images/icons/icon-course-project.svg +3 -0
- package/dist/images/shortcode-icons/article_highlight.png +0 -0
- package/dist/images/shortcode-icons/article_list.png +0 -0
- package/dist/images/shortcode-icons/contact.png +0 -0
- package/dist/images/shortcode-icons/custom_teasers.png +0 -0
- package/dist/images/shortcode-icons/default.png +0 -0
- package/dist/images/shortcode-icons/definition_list.png +0 -0
- package/dist/images/shortcode-icons/definiton_list.png +0 -0
- package/dist/images/shortcode-icons/hero.png +0 -0
- package/dist/images/shortcode-icons/introduction.png +0 -0
- package/dist/images/shortcode-icons/links_block.png +0 -0
- package/dist/images/shortcode-icons/links_teaser.png +0 -0
- package/dist/images/shortcode-icons/map.png +0 -0
- package/dist/images/shortcode-icons/page_highlight.png +0 -0
- package/dist/images/shortcode-icons/page_teaser.png +0 -0
- package/dist/images/shortcode-icons/school.png +0 -0
- package/dist/images/shortcode-icons/teaser_news.png +0 -0
- package/dist/images/shortcode-icons/toggle.png +0 -0
- package/dist/images/styleguide/accessibility.svg +1 -0
- package/dist/images/styleguide/basic_page_teaser.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_1080x608.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_1140x641.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_1440x810.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_1920x1080.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_2280x1283.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_2880x1620.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_540x304.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_720x405.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_960x540.jpg +0 -0
- package/dist/images/styleguide/event_teaser.png +0 -0
- package/dist/images/styleguide/event_teaser_highlight.jpg +0 -0
- package/dist/images/styleguide/event_teaser_large.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_01.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_02.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_03.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_04.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_05.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_06.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_07.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_08.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_01.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_02.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_03.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_04.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_05.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_06.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_07.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_08.jpg +0 -0
- package/dist/images/styleguide/homepage/1-teaser-news-highlight.jpg +0 -0
- package/dist/images/styleguide/homepage/2-teaser-basic-page-column1.jpg +0 -0
- package/dist/images/styleguide/homepage/2-teaser-basic-page-column2.jpg +0 -0
- package/dist/images/styleguide/homepage/2-teaser-basic-page-column3.jpg +0 -0
- package/dist/images/styleguide/homepage/3-teaser-basic-page-highlight.jpg +0 -0
- package/dist/images/styleguide/homepage/4-teaser-news-highlight.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-fribourg.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-geneva.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-lausanne.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-middle-east.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-neuchatel.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-valais.jpg +0 -0
- package/dist/images/styleguide/homepage/6-teaser-basic-page-highlight.jpg +0 -0
- package/dist/images/styleguide/homepage/7-science-question-SF.jpg +0 -0
- package/dist/images/styleguide/homepage/8-teaser-news-highlight.jpg +0 -0
- package/dist/images/styleguide/homepage/9-social-facebook.jpg +0 -0
- package/dist/images/styleguide/homepage/9-social-instagram.jpg +0 -0
- package/dist/images/styleguide/homepage/9-social-twitter.jpg +0 -0
- package/dist/images/styleguide/icon-accessibility.png +0 -0
- package/dist/images/styleguide/illustrations/accessibility-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/animation-balance.gif +0 -0
- package/dist/images/styleguide/illustrations/animation-clarity.gif +0 -0
- package/dist/images/styleguide/illustrations/animation-modularity.gif +0 -0
- package/dist/images/styleguide/illustrations/atomic-design-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/brand-identity-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/color-palette-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/design-principles-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/how-it-works-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/how-to-start-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/iconography-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/three.png +0 -0
- package/dist/images/styleguide/illustrations/typography-teaser.png +0 -0
- package/dist/images/styleguide/key-numbers/collaborations.png +0 -0
- package/dist/images/styleguide/key-numbers/earth.png +0 -0
- package/dist/images/styleguide/key-numbers/flag.png +0 -0
- package/dist/images/styleguide/key-numbers/ranking.png +0 -0
- package/dist/images/styleguide/key-numbers/students.png +0 -0
- package/dist/images/styleguide/minicard_teaser.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-1080x608.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-120x58.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-160x90.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-190x107.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-240x135.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-540x304.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-80x45.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-95x53.jpg +0 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-A.svg +160 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Am.svg +166 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Ap.svg +172 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-B.svg +160 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Bm.svg +166 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Bp.svg +169 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-C.svg +166 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Cm.svg +172 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Cp.svg +175 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-D.svg +166 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Dm.svg +172 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Dp.svg +175 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-E.svg +166 -0
- package/dist/images/styleguide/restauration_illustration.png +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-1140x641.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-1294x728.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-1376x774.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-2216x1244.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-508x286.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-688x387.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-928x520.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-1140x641.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-1294x728.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-1376x774.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-2216x1244.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-508x286.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-688x387.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-928x520.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-1140x641.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-1376x774.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-2216x1244.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-508x286.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-688x387.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-928x520.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-1140x641.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-1376x774.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-2216x1244.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-508x286.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-688x387.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-928x520.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1140x641.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1294x728.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1376x774.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1440x810.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1600x900.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1920x1080.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-2216x1244.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-2240x1260.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-508x286.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-576x324.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-688x387.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-768x432.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-928x520.jpg +0 -0
- package/dist/index.html +43 -0
- package/dist/js/elements.js +8819 -0
- package/dist/js/elements.min.js +3 -0
- package/dist/js/elements.min.js.LICENSE.txt +46 -0
- package/dist/js/elements.min.js.map +1 -0
- package/dist/js/reader.js +68003 -0
- package/dist/js/reader.min.js +3 -0
- package/dist/js/reader.min.js.LICENSE.txt +72 -0
- package/dist/js/reader.min.js.map +1 -0
- package/dist/js/spritemap.js +17 -0
- package/dist/js/vendors.js +24004 -0
- package/dist/js/vendors.min.js +2 -0
- package/dist/js/vendors.min.js.LICENSE.txt +61 -0
- package/dist/package.json +1 -1
- package/dist/svg/avatar-placeholder.svg +1 -0
- package/dist/svg/element.svg +6 -0
- package/dist/svg/epfl-logo-negative-old.svg +11 -0
- package/dist/svg/epfl-logo-negative.svg +1 -0
- package/dist/svg/epfl-logo-old.svg +1 -0
- package/dist/svg/epfl-logo.svg +1 -0
- package/dist/svg/flag.svg +3 -0
- package/dist/svg/portrait-placeholder.svg +1 -0
- package/package.json +1 -1
- package/CHANGELOG.md +0 -479
|
@@ -0,0 +1,789 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
.tlbx-table-wrapper {
|
|
3
|
+
max-width: 100%;
|
|
4
|
+
overflow-x: auto;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.tlbx-table {
|
|
8
|
+
width: 100%;
|
|
9
|
+
border-collapse: collapse;
|
|
10
|
+
}
|
|
11
|
+
.tlbx-table td,
|
|
12
|
+
.tlbx-table th {
|
|
13
|
+
border-top: 1px solid #d8d8d8;
|
|
14
|
+
padding: 0.75em;
|
|
15
|
+
}
|
|
16
|
+
.tlbx-table thead th {
|
|
17
|
+
border-bottom: 4px solid #d8d8d8;
|
|
18
|
+
vertical-align: bottom;
|
|
19
|
+
}
|
|
20
|
+
.tlbx-table thead th .tblx-muted {
|
|
21
|
+
display: inline-block;
|
|
22
|
+
line-height: 1.1em;
|
|
23
|
+
}
|
|
24
|
+
.tlbx-table th,
|
|
25
|
+
.tlbx-table td:not([scope]) {
|
|
26
|
+
text-align: center;
|
|
27
|
+
vertical-align: middle;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.tlbx-contrast-color {
|
|
31
|
+
display: -webkit-box;
|
|
32
|
+
display: -ms-flexbox;
|
|
33
|
+
display: flex;
|
|
34
|
+
-webkit-box-align: center;
|
|
35
|
+
-ms-flex-align: center;
|
|
36
|
+
align-items: center;
|
|
37
|
+
text-align: left;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.tlbx-contrast-color .tlbx-contrast-color-thumb {
|
|
41
|
+
margin-right: 10px;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.tlbx-contrast-color-thumb,
|
|
45
|
+
.tlbx-contrast-none {
|
|
46
|
+
display: -webkit-inline-box;
|
|
47
|
+
display: -ms-inline-flexbox;
|
|
48
|
+
display: inline-flex;
|
|
49
|
+
width: 40px;
|
|
50
|
+
height: 40px;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.tlbx-contrast-color-thumb {
|
|
54
|
+
font-size: 1.2rem;
|
|
55
|
+
font-weight: bold;
|
|
56
|
+
-webkit-box-align: center;
|
|
57
|
+
-ms-flex-align: center;
|
|
58
|
+
align-items: center;
|
|
59
|
+
-webkit-box-pack: center;
|
|
60
|
+
-ms-flex-pack: center;
|
|
61
|
+
justify-content: center;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.tlbx-contrast-none {
|
|
65
|
+
position: relative;
|
|
66
|
+
background-color: #eee;
|
|
67
|
+
overflow: hidden;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.tlbx-contrast-none:after {
|
|
71
|
+
content: "";
|
|
72
|
+
position: absolute;
|
|
73
|
+
top: 1px;
|
|
74
|
+
bottom: 1px;
|
|
75
|
+
left: 0;
|
|
76
|
+
width: 200%;
|
|
77
|
+
border-width: 40px;
|
|
78
|
+
border-style: solid;
|
|
79
|
+
border-color: transparent white;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.tlbx-contrast-text {
|
|
83
|
+
display: inline-block;
|
|
84
|
+
width: 100%;
|
|
85
|
+
font-size: 2rem;
|
|
86
|
+
font-weight: bold;
|
|
87
|
+
text-align: center;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.tlbx-color-swatch-color .btn {
|
|
91
|
+
opacity: 0;
|
|
92
|
+
-webkit-transition: opacity 200ms;
|
|
93
|
+
transition: opacity 200ms;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.tlbx-color-swatch-color:hover .btn {
|
|
97
|
+
opacity: 1;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.tblx-muted {
|
|
101
|
+
opacity: 0.5;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.custom-controls-stacked {
|
|
105
|
+
padding: 1em 0;
|
|
106
|
+
line-height: 2em;
|
|
107
|
+
}
|
|
108
|
+
.custom-controls-stacked label {
|
|
109
|
+
display: block;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.custom-control-input + span + span {
|
|
113
|
+
cursor: pointer;
|
|
114
|
+
color: #003baf;
|
|
115
|
+
}
|
|
116
|
+
.custom-control-input + span + span:before {
|
|
117
|
+
content: "• ";
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.custom-control-input:checked + span + span {
|
|
121
|
+
color: #000;
|
|
122
|
+
}
|
|
123
|
+
.custom-control-input:checked + span + span:before {
|
|
124
|
+
content: "► ";
|
|
125
|
+
}
|
|
126
|
+
.tlbx-color-swatch-wrapper {
|
|
127
|
+
display: -webkit-box;
|
|
128
|
+
display: -ms-flexbox;
|
|
129
|
+
display: flex;
|
|
130
|
+
-ms-flex-wrap: wrap;
|
|
131
|
+
flex-wrap: wrap;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.tlbx-color-swatch {
|
|
135
|
+
-webkit-box-flex: 0;
|
|
136
|
+
-ms-flex: 0 0 14%;
|
|
137
|
+
flex: 0 0 14%;
|
|
138
|
+
padding-right: 1.6%;
|
|
139
|
+
margin: 1em 0;
|
|
140
|
+
margin-bottom: 2em;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.tlbx-color-swatch-color {
|
|
144
|
+
display: -webkit-box;
|
|
145
|
+
display: -ms-flexbox;
|
|
146
|
+
display: flex;
|
|
147
|
+
-webkit-box-orient: vertical;
|
|
148
|
+
-webkit-box-direction: normal;
|
|
149
|
+
-ms-flex-direction: column;
|
|
150
|
+
flex-direction: column;
|
|
151
|
+
-webkit-box-pack: center;
|
|
152
|
+
-ms-flex-pack: center;
|
|
153
|
+
justify-content: center;
|
|
154
|
+
height: 150px;
|
|
155
|
+
height: 12vh;
|
|
156
|
+
}
|
|
157
|
+
.tlbx-color-swatch-color:hover .tlbx-color-swatch-btn {
|
|
158
|
+
opacity: 1;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.tlbx-color-swatch-btn {
|
|
162
|
+
display: inline-block;
|
|
163
|
+
margin: 0 auto;
|
|
164
|
+
padding: 1em;
|
|
165
|
+
background: #003baf;
|
|
166
|
+
border: none;
|
|
167
|
+
color: #f0f0f0;
|
|
168
|
+
-webkit-transition: opacity 0.3s;
|
|
169
|
+
transition: opacity 0.3s;
|
|
170
|
+
opacity: 0;
|
|
171
|
+
}
|
|
172
|
+
.tlbx-color-swatch-btn:hover {
|
|
173
|
+
cursor: pointer;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.tlbx-color-swatch-infos h5 {
|
|
177
|
+
margin: 0.5em 0;
|
|
178
|
+
}
|
|
179
|
+
.tlbx-color-swatch-infos h6 {
|
|
180
|
+
text-transform: uppercase;
|
|
181
|
+
margin: 0.5em 0;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.tlbx-sidebar-item {
|
|
185
|
+
display: -webkit-box;
|
|
186
|
+
display: -ms-flexbox;
|
|
187
|
+
display: flex;
|
|
188
|
+
width: 100%;
|
|
189
|
+
margin: 0 0 0.5rem 0;
|
|
190
|
+
background: none;
|
|
191
|
+
border: 0;
|
|
192
|
+
font-size: 1rem;
|
|
193
|
+
padding-right: 1rem;
|
|
194
|
+
padding-left: 1rem;
|
|
195
|
+
cursor: pointer;
|
|
196
|
+
text-transform: capitalize;
|
|
197
|
+
}
|
|
198
|
+
.tlbx-sidebar-item:hover {
|
|
199
|
+
color: #012f4d;
|
|
200
|
+
}
|
|
201
|
+
.tlbx-sidebar-item:focus, .tlbx-sidebar-item:active {
|
|
202
|
+
outline: none;
|
|
203
|
+
-webkit-box-shadow: none;
|
|
204
|
+
box-shadow: none;
|
|
205
|
+
}
|
|
206
|
+
.tlbx-sidebar-item:after {
|
|
207
|
+
content: "";
|
|
208
|
+
display: block;
|
|
209
|
+
width: 0;
|
|
210
|
+
height: 0;
|
|
211
|
+
font-size: 0;
|
|
212
|
+
line-height: 0;
|
|
213
|
+
-ms-flex-item-align: center;
|
|
214
|
+
align-self: center;
|
|
215
|
+
margin-left: auto;
|
|
216
|
+
margin-right: 1rem;
|
|
217
|
+
border-left: 5px solid transparent;
|
|
218
|
+
border-right: 5px solid transparent;
|
|
219
|
+
border-top: 5px solid #3474a8;
|
|
220
|
+
}
|
|
221
|
+
.tlbx-open .tlbx-sidebar-item:after {
|
|
222
|
+
-webkit-transform: rotate(180deg);
|
|
223
|
+
transform: rotate(180deg);
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.tlbx-sidebar-collapse {
|
|
227
|
+
-webkit-transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
228
|
+
transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.tlbx-sidebar-item-list {
|
|
232
|
+
margin-top: 0;
|
|
233
|
+
list-style: none;
|
|
234
|
+
padding: 0;
|
|
235
|
+
}
|
|
236
|
+
.tlbx-sidebar-item-list strong,
|
|
237
|
+
.tlbx-sidebar-item-list em {
|
|
238
|
+
padding-left: 2rem;
|
|
239
|
+
}
|
|
240
|
+
.tlbx-sidebar-item-list a {
|
|
241
|
+
display: block;
|
|
242
|
+
position: relative;
|
|
243
|
+
padding: 0.25rem 0.5rem 0.25rem;
|
|
244
|
+
padding-left: 2rem;
|
|
245
|
+
color: #010a15;
|
|
246
|
+
-webkit-transition: color 250ms ease;
|
|
247
|
+
transition: color 250ms ease;
|
|
248
|
+
}
|
|
249
|
+
.tlbx-sidebar-item-list a:before {
|
|
250
|
+
content: "";
|
|
251
|
+
position: absolute;
|
|
252
|
+
top: 0;
|
|
253
|
+
left: 0;
|
|
254
|
+
height: 100%;
|
|
255
|
+
border-left: 0 solid #3474a8;
|
|
256
|
+
-webkit-transition: border-width 100ms ease;
|
|
257
|
+
transition: border-width 100ms ease;
|
|
258
|
+
}
|
|
259
|
+
.tlbx-sidebar-item-list a.active, .tlbx-sidebar-item-list a:hover {
|
|
260
|
+
color: #3474a8;
|
|
261
|
+
text-decoration: none;
|
|
262
|
+
}
|
|
263
|
+
.tlbx-sidebar-item-list a.active:before, .tlbx-sidebar-item-list a:hover:before {
|
|
264
|
+
border-left-width: 4px;
|
|
265
|
+
}
|
|
266
|
+
.tlbx-sidebar-item-list a.active {
|
|
267
|
+
font-weight: bold;
|
|
268
|
+
}
|
|
269
|
+
.tlbx-sidebar-item-list li {
|
|
270
|
+
padding: 0;
|
|
271
|
+
}
|
|
272
|
+
.tlbx-sidebar-item-list ul a,
|
|
273
|
+
.tlbx-sidebar-item-list ul strong,
|
|
274
|
+
.tlbx-sidebar-item-list ul em {
|
|
275
|
+
padding-left: 3rem;
|
|
276
|
+
}
|
|
277
|
+
.tlbx-sidebar-item-list ul ul a,
|
|
278
|
+
.tlbx-sidebar-item-list ul ul strong,
|
|
279
|
+
.tlbx-sidebar-item-list ul ul em {
|
|
280
|
+
padding-left: 4rem;
|
|
281
|
+
}
|
|
282
|
+
.tlbx-sidebar-item-list ul ul ul a,
|
|
283
|
+
.tlbx-sidebar-item-list ul ul ul strong,
|
|
284
|
+
.tlbx-sidebar-item-list ul ul ul em {
|
|
285
|
+
padding-left: 5rem;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.tlbx-sidebar-item-list-empty {
|
|
289
|
+
display: block;
|
|
290
|
+
margin-left: 1rem;
|
|
291
|
+
}
|
|
292
|
+
.tlbx-sidebar {
|
|
293
|
+
padding: 1em 0;
|
|
294
|
+
}
|
|
295
|
+
.tlbx-sidebar a {
|
|
296
|
+
color: #010a15;
|
|
297
|
+
text-decoration: none;
|
|
298
|
+
border-bottom: none;
|
|
299
|
+
}
|
|
300
|
+
@media only screen and (max-width: 767px) {
|
|
301
|
+
.tlbx-sidebar {
|
|
302
|
+
margin-bottom: 3rem;
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.tlbx-sidebar-title {
|
|
307
|
+
margin: 0 1rem;
|
|
308
|
+
font-size: 1rem;
|
|
309
|
+
margin-top: 0.5rem;
|
|
310
|
+
}
|
|
311
|
+
.tlbx-sidebar-title span {
|
|
312
|
+
font-weight: 200;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.tlbx-sidebar-version {
|
|
316
|
+
margin: 0.5rem 1rem;
|
|
317
|
+
margin-bottom: 1.5rem;
|
|
318
|
+
font-size: 0.8rem;
|
|
319
|
+
font-weight: 200;
|
|
320
|
+
}
|
|
321
|
+
.tlbx-item-preview {
|
|
322
|
+
position: relative;
|
|
323
|
+
}
|
|
324
|
+
.tlbx-item .tlbx-item-preview {
|
|
325
|
+
padding: 1.5rem;
|
|
326
|
+
border: 2px solid #f2f2f4;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.tlbx-item-code {
|
|
330
|
+
margin-top: 0;
|
|
331
|
+
}
|
|
332
|
+
.tlbx-item-code pre {
|
|
333
|
+
margin-top: 0;
|
|
334
|
+
max-height: 80vh;
|
|
335
|
+
}
|
|
336
|
+
.tlbx-item-code pre code {
|
|
337
|
+
font-family: Monaco, monospace;
|
|
338
|
+
}
|
|
339
|
+
.tlbx-item-code pre .react-syntax-highlighter-line-number {
|
|
340
|
+
line-height: 1.47em;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.tlbx-actions {
|
|
344
|
+
display: -webkit-box;
|
|
345
|
+
display: -ms-flexbox;
|
|
346
|
+
display: flex;
|
|
347
|
+
-webkit-box-pack: end;
|
|
348
|
+
-ms-flex-pack: end;
|
|
349
|
+
justify-content: flex-end;
|
|
350
|
+
margin-bottom: -0.8rem;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.tlbx-actions-link {
|
|
354
|
+
position: relative;
|
|
355
|
+
padding: 0 0.5em;
|
|
356
|
+
border: 1px solid #3474a8;
|
|
357
|
+
font-size: 12px;
|
|
358
|
+
color: #3474a8;
|
|
359
|
+
z-index: 1;
|
|
360
|
+
background-color: #fff;
|
|
361
|
+
border-radius: 3px;
|
|
362
|
+
text-decoration: none;
|
|
363
|
+
}
|
|
364
|
+
.tlbx-actions-link:hover {
|
|
365
|
+
color: #012f4d;
|
|
366
|
+
border-color: #012f4d;
|
|
367
|
+
text-decoration: none;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.tlbx-hidden {
|
|
371
|
+
display: none;
|
|
372
|
+
}
|
|
373
|
+
.tlbx-notes {
|
|
374
|
+
max-width: 700px;
|
|
375
|
+
line-height: 1.55em;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.tlbx-single-full {
|
|
379
|
+
min-height: 100vh;
|
|
380
|
+
}
|
|
381
|
+
.tlbx-single-full .tlbx-item-preview {
|
|
382
|
+
border: 0;
|
|
383
|
+
}
|
|
384
|
+
.tlbx-single-full .tlbx-single-full-intro h1 {
|
|
385
|
+
margin: 0;
|
|
386
|
+
font-size: 1rem;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.tlbx-single-full-intro {
|
|
390
|
+
padding: 1rem;
|
|
391
|
+
background-color: #f2f2f4;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.tlbx-variant-heading {
|
|
395
|
+
margin-top: 1.2em;
|
|
396
|
+
}
|
|
397
|
+
.tblx-icon {
|
|
398
|
+
display: -webkit-inline-box;
|
|
399
|
+
display: -ms-inline-flexbox;
|
|
400
|
+
display: inline-flex;
|
|
401
|
+
position: relative;
|
|
402
|
+
top: 0.1em;
|
|
403
|
+
width: 1em;
|
|
404
|
+
height: 1em;
|
|
405
|
+
font-size: 1em;
|
|
406
|
+
line-height: 1em;
|
|
407
|
+
color: inherit;
|
|
408
|
+
-webkit-transition: -webkit-transform 0.2s;
|
|
409
|
+
transition: -webkit-transform 0.2s;
|
|
410
|
+
transition: transform 0.2s;
|
|
411
|
+
transition: transform 0.2s, -webkit-transform 0.2s;
|
|
412
|
+
-ms-flex-item-align: center;
|
|
413
|
+
align-self: center;
|
|
414
|
+
fill: currentColor;
|
|
415
|
+
}
|
|
416
|
+
.tlbx-toolbar {
|
|
417
|
+
display: -webkit-box;
|
|
418
|
+
display: -ms-flexbox;
|
|
419
|
+
display: flex;
|
|
420
|
+
-webkit-box-orient: vertical;
|
|
421
|
+
-webkit-box-direction: normal;
|
|
422
|
+
-ms-flex-direction: column;
|
|
423
|
+
flex-direction: column;
|
|
424
|
+
max-width: 100%;
|
|
425
|
+
-webkit-box-pack: justify;
|
|
426
|
+
-ms-flex-pack: justify;
|
|
427
|
+
justify-content: space-between;
|
|
428
|
+
}
|
|
429
|
+
@media only screen and (max-width: 767px) {
|
|
430
|
+
.tlbx-toolbar {
|
|
431
|
+
-webkit-box-orient: horizontal;
|
|
432
|
+
-webkit-box-direction: normal;
|
|
433
|
+
-ms-flex-direction: row;
|
|
434
|
+
flex-direction: row;
|
|
435
|
+
-webkit-box-pack: end;
|
|
436
|
+
-ms-flex-pack: end;
|
|
437
|
+
justify-content: flex-end;
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.tlbx-toolbar-btn {
|
|
442
|
+
display: -webkit-inline-box;
|
|
443
|
+
display: -ms-inline-flexbox;
|
|
444
|
+
display: inline-flex;
|
|
445
|
+
width: 50px;
|
|
446
|
+
height: 50px;
|
|
447
|
+
background: none;
|
|
448
|
+
border: none;
|
|
449
|
+
font-size: 1.4em;
|
|
450
|
+
font-weight: 900;
|
|
451
|
+
color: #fff;
|
|
452
|
+
-webkit-box-align: center;
|
|
453
|
+
-ms-flex-align: center;
|
|
454
|
+
align-items: center;
|
|
455
|
+
-webkit-box-pack: center;
|
|
456
|
+
-ms-flex-pack: center;
|
|
457
|
+
justify-content: center;
|
|
458
|
+
opacity: 1;
|
|
459
|
+
}
|
|
460
|
+
.tlbx-toolbar-btn:hover {
|
|
461
|
+
cursor: pointer;
|
|
462
|
+
}
|
|
463
|
+
.tlbx-toolbar-btn:focus, .tlbx-toolbar-btn:active {
|
|
464
|
+
outline: none;
|
|
465
|
+
-webkit-box-shadow: none;
|
|
466
|
+
box-shadow: none;
|
|
467
|
+
}
|
|
468
|
+
.tlbx-toolbar-btn.tlbx-active {
|
|
469
|
+
opacity: 0.5;
|
|
470
|
+
}
|
|
471
|
+
@media only screen and (max-width: 767px) {
|
|
472
|
+
.tlbx-toolbar-btn {
|
|
473
|
+
padding: 0;
|
|
474
|
+
font-size: 20px;
|
|
475
|
+
}
|
|
476
|
+
.tlbx-toolbar-btn.tlbx-brand {
|
|
477
|
+
margin-right: auto;
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.tlbx-toolbar-toggle-menu {
|
|
482
|
+
display: none;
|
|
483
|
+
}
|
|
484
|
+
@media only screen and (max-width: 767px) {
|
|
485
|
+
.tlbx-toolbar-toggle-menu {
|
|
486
|
+
display: -webkit-box;
|
|
487
|
+
display: -ms-flexbox;
|
|
488
|
+
display: flex;
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
body {
|
|
492
|
+
margin: 0;
|
|
493
|
+
padding: 0;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.tlbx-h2 {
|
|
497
|
+
text-align: center;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.styleguide {
|
|
501
|
+
display: grid;
|
|
502
|
+
grid-template-columns: 60px 240px 1fr;
|
|
503
|
+
min-height: 100vh;
|
|
504
|
+
max-width: 100%;
|
|
505
|
+
font-family: inherit, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
506
|
+
color: inherit;
|
|
507
|
+
}
|
|
508
|
+
@media only screen and (max-width: 767px) {
|
|
509
|
+
.styleguide {
|
|
510
|
+
display: block;
|
|
511
|
+
overflow: hidden;
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.tlbx-toolbar-wrapper {
|
|
516
|
+
display: -webkit-box;
|
|
517
|
+
display: -ms-flexbox;
|
|
518
|
+
display: flex;
|
|
519
|
+
-webkit-box-flex: 0;
|
|
520
|
+
-ms-flex: 0 0 60px;
|
|
521
|
+
flex: 0 0 60px;
|
|
522
|
+
position: fixed;
|
|
523
|
+
top: 0;
|
|
524
|
+
bottom: 0;
|
|
525
|
+
left: 0;
|
|
526
|
+
width: 60px;
|
|
527
|
+
padding: 5px;
|
|
528
|
+
color: white;
|
|
529
|
+
-webkit-box-orient: vertical;
|
|
530
|
+
-webkit-box-direction: normal;
|
|
531
|
+
-ms-flex-direction: column;
|
|
532
|
+
flex-direction: column;
|
|
533
|
+
z-index: 999;
|
|
534
|
+
-webkit-box-sizing: border-box;
|
|
535
|
+
box-sizing: border-box;
|
|
536
|
+
grid-column: 1;
|
|
537
|
+
background-color: #003baf;
|
|
538
|
+
}
|
|
539
|
+
@media only screen and (max-width: 767px) {
|
|
540
|
+
.tlbx-toolbar-wrapper {
|
|
541
|
+
bottom: auto;
|
|
542
|
+
width: 100%;
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
.tlbx-sidebar-wrapper {
|
|
547
|
+
-webkit-box-flex: 0;
|
|
548
|
+
-ms-flex: 0 0 240px;
|
|
549
|
+
flex: 0 0 240px;
|
|
550
|
+
grid-column: 2;
|
|
551
|
+
background-color: #f2f2f4;
|
|
552
|
+
}
|
|
553
|
+
@media only screen and (max-width: 767px) {
|
|
554
|
+
.tlbx-sidebar-wrapper {
|
|
555
|
+
position: fixed;
|
|
556
|
+
top: 60px;
|
|
557
|
+
right: 0;
|
|
558
|
+
bottom: 0;
|
|
559
|
+
-webkit-transform: translateX(100%);
|
|
560
|
+
transform: translateX(100%);
|
|
561
|
+
-webkit-transition: -webkit-transform 0.3s;
|
|
562
|
+
transition: -webkit-transform 0.3s;
|
|
563
|
+
transition: transform 0.3s;
|
|
564
|
+
transition: transform 0.3s, -webkit-transform 0.3s;
|
|
565
|
+
z-index: 998;
|
|
566
|
+
overflow-y: auto;
|
|
567
|
+
min-height: 100vh;
|
|
568
|
+
max-width: 240px;
|
|
569
|
+
-webkit-box-shadow: -3px 0 20px 0 rgba(0, 0, 0, 0.3);
|
|
570
|
+
box-shadow: -3px 0 20px 0 rgba(0, 0, 0, 0.3);
|
|
571
|
+
}
|
|
572
|
+
.tlbx-sidebar-wrapper.tlbx-sidebar-open {
|
|
573
|
+
-webkit-transform: translateX(0);
|
|
574
|
+
transform: translateX(0);
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
.tlbx-content-wrapper {
|
|
579
|
+
-webkit-box-flex: 1;
|
|
580
|
+
-ms-flex: 1 1 auto;
|
|
581
|
+
flex: 1 1 auto;
|
|
582
|
+
grid-column: 3;
|
|
583
|
+
align-self: start;
|
|
584
|
+
overflow: hidden;
|
|
585
|
+
}
|
|
586
|
+
@media only screen and (max-width: 767px) {
|
|
587
|
+
.tlbx-content-wrapper {
|
|
588
|
+
padding-top: 60px;
|
|
589
|
+
-webkit-box-sizing: border-box;
|
|
590
|
+
box-sizing: border-box;
|
|
591
|
+
width: 100%;
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
.tlbx-content {
|
|
596
|
+
padding: 1.2rem 2rem;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
.tlbx-notes table,
|
|
600
|
+
.tlbx-doc-markdown-wrapper table {
|
|
601
|
+
max-width: 100%;
|
|
602
|
+
margin-bottom: 1rem;
|
|
603
|
+
}
|
|
604
|
+
.tlbx-notes table th,
|
|
605
|
+
.tlbx-notes table td,
|
|
606
|
+
.tlbx-doc-markdown-wrapper table th,
|
|
607
|
+
.tlbx-doc-markdown-wrapper table td {
|
|
608
|
+
padding: 0.75rem;
|
|
609
|
+
border-top: 1px solid #dee2e6;
|
|
610
|
+
}
|
|
611
|
+
.tlbx-notes table thead th,
|
|
612
|
+
.tlbx-doc-markdown-wrapper table thead th {
|
|
613
|
+
vertical-align: bottom;
|
|
614
|
+
border-bottom: 2px solid #dee2e6;
|
|
615
|
+
}
|
|
616
|
+
.styleguide {
|
|
617
|
+
font-family: Arial, sans-serif;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.tlbx-toolbar-wrapper {
|
|
621
|
+
position: static;
|
|
622
|
+
}
|
|
623
|
+
@media screen and (min-width: 768px) {
|
|
624
|
+
.tlbx-toolbar-wrapper {
|
|
625
|
+
position: fixed;
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
.tlbx-doc-markdown-wrapper {
|
|
630
|
+
max-width: 720px;
|
|
631
|
+
margin: 0 auto;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
@media screen and (min-width: 768px) {
|
|
635
|
+
.tlbx-toolbar {
|
|
636
|
+
position: fixed;
|
|
637
|
+
}
|
|
638
|
+
.tlbx-sidebar {
|
|
639
|
+
position: fixed;
|
|
640
|
+
max-height: 100vh;
|
|
641
|
+
overflow-y: scroll;
|
|
642
|
+
width: 240px;
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
.tlbx-item-preview {
|
|
646
|
+
overflow: hidden;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
/* Dropdown needs `overflow: visible` to allow it to
|
|
650
|
+
escape its container. */
|
|
651
|
+
.tlbx-item-preview.tlbx-component-dropdown {
|
|
652
|
+
overflow: visible;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.tlbx-sidebar button.tlbx-sidebar-item:focus, .tlbx-sidebar button.tlbx-sidebar-item.focus-visible {
|
|
656
|
+
outline: revert !important;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
.tlbx-sidebar button.tlbx-sidebar-item:focus, .tlbx-sidebar button.tlbx-sidebar-item:focus-visible {
|
|
660
|
+
outline: revert !important;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.tlbx-sidebar-item-list {
|
|
664
|
+
margin-left: 0;
|
|
665
|
+
padding: 0;
|
|
666
|
+
}
|
|
667
|
+
.tlbx-sidebar-item-list a {
|
|
668
|
+
padding: 0.25rem 0.5rem;
|
|
669
|
+
padding-left: 2rem;
|
|
670
|
+
background: none !important;
|
|
671
|
+
border-bottom: none !important;
|
|
672
|
+
-webkit-box-shadow: none !important;
|
|
673
|
+
box-shadow: none !important;
|
|
674
|
+
}
|
|
675
|
+
.tlbx-sidebar-item-list a.active {
|
|
676
|
+
color: #ff0000 !important;
|
|
677
|
+
}
|
|
678
|
+
.tlbx-sidebar-item-list li:before {
|
|
679
|
+
content: none;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
.tlbx-item-preview.tlbx-picture img {
|
|
683
|
+
width: auto;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
.tlbx-item-preview.tlbx-component-popover .popover {
|
|
687
|
+
position: static;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
.tlbx-event-teaser-event-teaser-large .event-teaser {
|
|
691
|
+
max-width: 800px;
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
#styleguide .tlbx-sidebar-item-list li a {
|
|
695
|
+
position: relative;
|
|
696
|
+
z-index: 1;
|
|
697
|
+
}
|
|
698
|
+
#styleguide .tlbx-sidebar-item-list li a:before {
|
|
699
|
+
content: none;
|
|
700
|
+
}
|
|
701
|
+
#styleguide .tlbx-sidebar-item-list li a:after {
|
|
702
|
+
content: " ";
|
|
703
|
+
position: absolute;
|
|
704
|
+
z-index: -1;
|
|
705
|
+
top: 0;
|
|
706
|
+
right: 0;
|
|
707
|
+
bottom: 0;
|
|
708
|
+
left: 0;
|
|
709
|
+
background: #e0e0e0;
|
|
710
|
+
border: none;
|
|
711
|
+
-webkit-transform: scaleX(0);
|
|
712
|
+
transform: scaleX(0);
|
|
713
|
+
-webkit-transform-origin: 0 50%;
|
|
714
|
+
transform-origin: 0 50%;
|
|
715
|
+
-webkit-transition: none;
|
|
716
|
+
transition: none;
|
|
717
|
+
}
|
|
718
|
+
#styleguide .tlbx-sidebar-item-list li a:focus,
|
|
719
|
+
#styleguide .tlbx-sidebar-item-list li a.active,
|
|
720
|
+
#styleguide .tlbx-sidebar-item-list li a:active {
|
|
721
|
+
font-weight: normal !important;
|
|
722
|
+
}
|
|
723
|
+
#styleguide .tlbx-sidebar-item-list li a:focus:after,
|
|
724
|
+
#styleguide .tlbx-sidebar-item-list li a.active:after,
|
|
725
|
+
#styleguide .tlbx-sidebar-item-list li a:active:after {
|
|
726
|
+
-webkit-transform: scaleX(1);
|
|
727
|
+
transform: scaleX(1);
|
|
728
|
+
-webkit-transition: 0.4s ease-out;
|
|
729
|
+
transition: 0.4s ease-out;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
.tlbx-notes code {
|
|
733
|
+
padding: 0.05em 0.1em;
|
|
734
|
+
border-radius: 2px;
|
|
735
|
+
background-color: rgba(255, 0, 0, 0.3);
|
|
736
|
+
border: 1px solid rgba(255, 0, 0, 0.3);
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
.tlbx-item-code pre code {
|
|
740
|
+
display: -webkit-box;
|
|
741
|
+
display: -ms-flexbox;
|
|
742
|
+
display: flex;
|
|
743
|
+
-webkit-box-orient: vertical;
|
|
744
|
+
-webkit-box-direction: normal;
|
|
745
|
+
-ms-flex-direction: column;
|
|
746
|
+
flex-direction: column;
|
|
747
|
+
}
|
|
748
|
+
.tlbx-item-code pre code > span:hover {
|
|
749
|
+
background-color: rgba(240, 240, 240, 0.05);
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.tlbx-component-access-nav {
|
|
753
|
+
position: relative;
|
|
754
|
+
padding-bottom: 45px;
|
|
755
|
+
}
|
|
756
|
+
.tlbx-component-access-nav:after {
|
|
757
|
+
content: "Focus here and press <Tab>.";
|
|
758
|
+
color: #707070;
|
|
759
|
+
}
|
|
760
|
+
.tlbx-component-access-nav .access-nav {
|
|
761
|
+
position: static;
|
|
762
|
+
}
|
|
763
|
+
.tlbx-component-access-nav .access-nav li a {
|
|
764
|
+
position: absolute;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.tlbx-component-nav-toggle-mobile .nav-toggle-mobile {
|
|
768
|
+
display: -webkit-box !important;
|
|
769
|
+
display: -ms-flexbox !important;
|
|
770
|
+
display: flex !important;
|
|
771
|
+
margin-left: 0;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
.tlbx-component-search .d-lg-none {
|
|
775
|
+
display: block !important;
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
.tlbx-component-nav {
|
|
779
|
+
min-height: 250px;
|
|
780
|
+
padding: 0;
|
|
781
|
+
}
|
|
782
|
+
.tlbx-component-nav .nav-toggle .nav-main {
|
|
783
|
+
position: absolute;
|
|
784
|
+
}
|
|
785
|
+
@media (min-width: 1200px) {
|
|
786
|
+
.tlbx-component-nav .desktop-menu-open .nav-toggle .nav-main {
|
|
787
|
+
left: 20px;
|
|
788
|
+
}
|
|
789
|
+
}
|