disco-jekyll-theme 0.0.6
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.
- checksums.yaml +7 -0
- checksums.yaml.gz.sig +3 -0
- data/LICENSE.txt +168 -0
- data/README.markdown +5 -0
- data/_data/ar.yml +18 -0
- data/_data/bootstrap/fonts.yml +9 -0
- data/_data/bootstrap/maps.yml +24 -0
- data/_data/bootstrap/rtl.yml +23 -0
- data/_data/bootstrap/utilities.yml +55 -0
- data/_data/bootstrap/variables.yml +63 -0
- data/_data/components.yml +34 -0
- data/_data/en.yml +255 -0
- data/_data/es.yml +256 -0
- data/_data/fa.yml +4 -0
- data/_data/fixtures/cards.yml +121 -0
- data/_data/fixtures/details.yml +6 -0
- data/_data/fixtures/footer_link_group.yml +30 -0
- data/_data/fixtures/menu.yml +26 -0
- data/_data/fixtures/site_credits.yml +3 -0
- data/_data/fixtures/social_networks.yml +7 -0
- data/_data/fixtures/video.yml +4 -0
- data/_data/full_width_components.yml +2 -0
- data/_data/inflections.yml +20 -0
- data/_data/layouts/about.yml +205 -0
- data/_data/layouts/code_of_conduct.yml +75 -0
- data/_data/layouts/footer_column.yml +52 -0
- data/_data/layouts/glosario.yml +27 -0
- data/_data/layouts/index.yml +38 -0
- data/_data/layouts/item_card.yml +93 -0
- data/_data/layouts/item_card_icon.yml +1698 -0
- data/_data/layouts/license.yml +91 -0
- data/_data/layouts/menu.yml +46 -0
- data/_data/layouts/menu_external.yml +35 -0
- data/_data/layouts/menu_internal.yml +45 -0
- data/_data/layouts/page.yml +75 -0
- data/_data/layouts/post.yml +129 -0
- data/_data/layouts/privacy_policy.yml +75 -0
- data/_data/layouts/search.yml +70 -0
- data/_data/layouts/section.yml +74 -0
- data/_data/layouts/subsection.yml +68 -0
- data/_data/layouts/theme.yml +378 -0
- data/_data/manifest.json +661 -0
- data/_data/schema.yml +15 -0
- data/_includes/activity_pub/actor.html +7 -0
- data/_includes/activity_pub/alternate.html +10 -0
- data/_includes/activity_pub/head.html +22 -0
- data/_includes/bootstrap/alert.html +13 -0
- data/_includes/bootstrap/buttons/a.html +18 -0
- data/_includes/bootstrap/buttons/base.html +18 -0
- data/_includes/bootstrap/buttons/button.html +14 -0
- data/_includes/bootstrap/details.html +28 -0
- data/_includes/bootstrap/navbar.html +65 -0
- data/_includes/buttons/button_primary.html +15 -0
- data/_includes/dark_toggler.html +18 -0
- data/_includes/fa.html +8 -0
- data/_includes/footer.html +113 -0
- data/_includes/footer_link_group.html +24 -0
- data/_includes/footer_socials.html +17 -0
- data/_includes/form/search.html +33 -0
- data/_includes/head/favicons.html +56 -0
- data/_includes/head/social_network.html +5 -0
- data/_includes/item_card.html +39 -0
- data/_includes/item_card_icon.html +30 -0
- data/_includes/menu.html +64 -0
- data/_includes/modal.html +35 -0
- data/_includes/navigation_posts.html +51 -0
- data/_includes/pack.html +17 -0
- data/_includes/page_card.html +23 -0
- data/_includes/post_preview.html +55 -0
- data/_includes/preload_font.html +5 -0
- data/_includes/script.html +5 -0
- data/_includes/search.html +22 -0
- data/_includes/style.html +15 -0
- data/_includes/subsection.html +31 -0
- data/_includes/sutty/a.html +21 -0
- data/_includes/sutty/details.html +29 -0
- data/_includes/sutty/picture.html +52 -0
- data/_includes/sutty/placeholder.html +12 -0
- data/_includes/sutty/toggler/backdrop.html +7 -0
- data/_includes/sutty/toggler/toggler.html +33 -0
- data/_includes/sutty/toggler/toggler_label.html +17 -0
- data/_includes/sutty/toggler/toggler_related.html +17 -0
- data/_includes/sutty/video.html +48 -0
- data/_includes/svg/arrow.svg +6 -0
- data/_includes/svg/arrow_next.svg +6 -0
- data/_includes/svg/arrow_prev.svg +6 -0
- data/_includes/svg/circle_plus.svg +7 -0
- data/_includes/svg/corner.svg +8 -0
- data/_includes/svg/disco_coop.svg +5 -0
- data/_includes/svg/heart.svg +7 -0
- data/_includes/svg/justice.svg +7 -0
- data/_includes/svg/language.svg +7 -0
- data/_includes/svg/menu.svg +44 -0
- data/_includes/svg/peerproduction.svg +4 -0
- data/_includes/svg/people.svg +7 -0
- data/_includes/svg/search.svg +32 -0
- data/_includes/svg/spell.svg +7 -0
- data/_includes/svg/tools.svg +7 -0
- data/_includes/svg/world.svg +6 -0
- data/_includes/svg/x.svg +31 -0
- data/_includes/tabs.html +81 -0
- data/_includes/text_box.html +12 -0
- data/_includes/theme/a.html +19 -0
- data/_includes/theme/button_primary.html +14 -0
- data/_includes/theme/button_primary_external.html +16 -0
- data/_includes/theme/button_primary_external_textwhite_pill.html +16 -0
- data/_includes/theme/button_primary_external_textwhite_rect.html +16 -0
- data/_includes/theme/button_primary_external_textwhite_rounded.html +16 -0
- data/_includes/theme/button_primary_internal_textwhite_pill.html +15 -0
- data/_includes/theme/button_primary_internal_textwhite_rect.html +15 -0
- data/_includes/theme/button_primary_internal_textwhite_rounded.html +15 -0
- data/_includes/theme/buttons.html +15 -0
- data/_includes/theme/content.html +74 -0
- data/_includes/theme/dark_toggler.html +9 -0
- data/_includes/theme/details.html +55 -0
- data/_includes/theme/fa.html +19 -0
- data/_includes/theme/fonts.html +76 -0
- data/_includes/theme/footer.html +14 -0
- data/_includes/theme/footer_link_group.html +11 -0
- data/_includes/theme/footer_socials.html +11 -0
- data/_includes/theme/item_card.html +20 -0
- data/_includes/theme/menu.html +19 -0
- data/_includes/theme/modal.html +24 -0
- data/_includes/theme/navbar.html +12 -0
- data/_includes/theme/navigation_posts.html +16 -0
- data/_includes/theme/page_card.html +22 -0
- data/_includes/theme/picture.html +11 -0
- data/_includes/theme/search.html +9 -0
- data/_includes/theme/subsection.html +23 -0
- data/_includes/theme/svg.html +18 -0
- data/_includes/theme/tabs.html +32 -0
- data/_includes/theme/text_box.html +11 -0
- data/_includes/theme/toggler.html +53 -0
- data/_includes/theme/utilities.html +35 -0
- data/_includes/theme/video.html +9 -0
- data/_includes/utilities.scss +27 -0
- data/_includes/variables/name.html +14 -0
- data/_layouts/category.html +14 -0
- data/_layouts/code_of_conduct.html +83 -0
- data/_layouts/default.html +60 -0
- data/_layouts/glosario.html +67 -0
- data/_layouts/index.html +21 -0
- data/_layouts/indexed.html +3 -0
- data/_layouts/license.html +98 -0
- data/_layouts/page.html +83 -0
- data/_layouts/post.html +108 -0
- data/_layouts/privacy_policy.html +83 -0
- data/_layouts/search.html +14 -0
- data/_layouts/section.html +21 -0
- data/_layouts/theme.html +58 -0
- data/_sass/baskervville_ital_0_1.scss +52 -0
- data/_sass/content.scss +58 -0
- data/_sass/dark_mode.scss +66 -0
- data/_sass/fonts.scss +8 -0
- data/_sass/inter_ital_opsz_wght_0_14..32_100..900_1_14..32_100..900.scss +148 -0
- data/_sass/monokai.scss +300 -0
- data/_sass/pt_serif_ital_wght_0_400_0_700_1_400_1_700.scss +29 -0
- data/_sass/raleway_ital_wght_0_100..900_1_100..900.scss +144 -0
- data/_sass/roboto_ital_wght_0_100_0_300_0_400_0_500_0_700_0_900_1_100_1_300_1_400_1_500_1_700_1_900.scss +946 -0
- data/_sass/roboto_mono_ital_wght_0_100..700_1_100..700.scss +142 -0
- data/_sass/saira_ital_wght_0_100..900_1_100..900.scss +84 -0
- data/_sass/space_grotesk_wght_300..700.scss +39 -0
- data/_sass/toggler.scss +32 -0
- data/assets/css/styles.scss +95 -0
- data/assets/fonts/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtamlrvLp9A.woff2 +0 -0
- data/assets/fonts/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtamrrvI.woff2 +0 -0
- data/assets/fonts/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQsJmp.woff2 +0 -0
- data/assets/fonts/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQvpmptvY.woff2 +0 -0
- data/assets/fonts/forkawesome-webfont.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwAT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwQT9g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwcT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwgT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwkT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwoT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwsT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvhYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcviYwY.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvmYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvsYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvtYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvuYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvvYwYL8g.woff2 +0 -0
- data/assets/fonts/ptserif/v18/EJRQQgYoZZY2vCFuvAFT9gaQVy4.ttf +0 -0
- data/assets/fonts/ptserif/v18/EJRSQgYoZZY2vCFuvAnt65qV.ttf +0 -0
- data/assets/fonts/ptserif/v18/EJRTQgYoZZY2vCFuvAFTzro.ttf +0 -0
- data/assets/fonts/ptserif/v18/EJRVQgYoZZY2vCFuvDFR.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxIIzI.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xIIzI.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu4WxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu5mxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu72xKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7GxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7WxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7mxKOzY.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhEq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhFq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhGq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhIq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhLq38.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhPq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm32WWg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm36WWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3CWWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3KWWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3OWWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3mWWoKC.woff2 +0 -0
- data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvQfS0.woff2 +0 -0
- data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvefS2-vw.woff2 +0 -0
- data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvffS2-vw.woff2 +0 -0
- data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLh4vSZSk.woff2 +0 -0
- data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLhovSZSk.woff2 +0 -0
- data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLiIvS.woff2 +0 -0
- data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPb54C-s0.woff2 +0 -0
- data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPb94C-s0.woff2 +0 -0
- data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPbF4Cw.woff2 +0 -0
- data/assets/js/env.js +8 -0
- data/assets/js/pack.4CCOOFTO.js +49 -0
- data/assets/js/pack.4CCOOFTO.js.map +7 -0
- data.tar.gz.sig +0 -0
- metadata +674 -0
- metadata.gz.sig +0 -0
@@ -0,0 +1,142 @@
|
|
1
|
+
/* cyrillic-ext */
|
2
|
+
@font-face {
|
3
|
+
font-family: "Roboto Mono";
|
4
|
+
font-style: italic;
|
5
|
+
font-weight: 100 700;
|
6
|
+
font-display: swap;
|
7
|
+
src: url(../fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3CWWoKC.woff2)
|
8
|
+
format("woff2");
|
9
|
+
unicode-range:
|
10
|
+
U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
11
|
+
}
|
12
|
+
/* cyrillic */
|
13
|
+
@font-face {
|
14
|
+
font-family: "Roboto Mono";
|
15
|
+
font-style: italic;
|
16
|
+
font-weight: 100 700;
|
17
|
+
font-display: swap;
|
18
|
+
src: url(../fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3mWWoKC.woff2)
|
19
|
+
format("woff2");
|
20
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
21
|
+
}
|
22
|
+
/* greek */
|
23
|
+
@font-face {
|
24
|
+
font-family: "Roboto Mono";
|
25
|
+
font-style: italic;
|
26
|
+
font-weight: 100 700;
|
27
|
+
font-display: swap;
|
28
|
+
src: url(../fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm36WWoKC.woff2)
|
29
|
+
format("woff2");
|
30
|
+
unicode-range:
|
31
|
+
U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
|
32
|
+
}
|
33
|
+
/* vietnamese */
|
34
|
+
@font-face {
|
35
|
+
font-family: "Roboto Mono";
|
36
|
+
font-style: italic;
|
37
|
+
font-weight: 100 700;
|
38
|
+
font-display: swap;
|
39
|
+
src: url(../fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3KWWoKC.woff2)
|
40
|
+
format("woff2");
|
41
|
+
unicode-range:
|
42
|
+
U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
43
|
+
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
44
|
+
U+1EA0-1EF9, U+20AB;
|
45
|
+
}
|
46
|
+
/* latin-ext */
|
47
|
+
@font-face {
|
48
|
+
font-family: "Roboto Mono";
|
49
|
+
font-style: italic;
|
50
|
+
font-weight: 100 700;
|
51
|
+
font-display: swap;
|
52
|
+
src: url(../fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3OWWoKC.woff2)
|
53
|
+
format("woff2");
|
54
|
+
unicode-range:
|
55
|
+
U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
|
56
|
+
U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
|
57
|
+
U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
58
|
+
}
|
59
|
+
/* latin */
|
60
|
+
@font-face {
|
61
|
+
font-family: "Roboto Mono";
|
62
|
+
font-style: italic;
|
63
|
+
font-weight: 100 700;
|
64
|
+
font-display: swap;
|
65
|
+
src: url(../fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm32WWg.woff2)
|
66
|
+
format("woff2");
|
67
|
+
unicode-range:
|
68
|
+
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
|
69
|
+
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
70
|
+
U+2215, U+FEFF, U+FFFD;
|
71
|
+
}
|
72
|
+
/* cyrillic-ext */
|
73
|
+
@font-face {
|
74
|
+
font-family: "Roboto Mono";
|
75
|
+
font-style: normal;
|
76
|
+
font-weight: 100 700;
|
77
|
+
font-display: swap;
|
78
|
+
src: url(../fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhGq3-OXg.woff2)
|
79
|
+
format("woff2");
|
80
|
+
unicode-range:
|
81
|
+
U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
82
|
+
}
|
83
|
+
/* cyrillic */
|
84
|
+
@font-face {
|
85
|
+
font-family: "Roboto Mono";
|
86
|
+
font-style: normal;
|
87
|
+
font-weight: 100 700;
|
88
|
+
font-display: swap;
|
89
|
+
src: url(../fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhPq3-OXg.woff2)
|
90
|
+
format("woff2");
|
91
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
92
|
+
}
|
93
|
+
/* greek */
|
94
|
+
@font-face {
|
95
|
+
font-family: "Roboto Mono";
|
96
|
+
font-style: normal;
|
97
|
+
font-weight: 100 700;
|
98
|
+
font-display: swap;
|
99
|
+
src: url(../fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhIq3-OXg.woff2)
|
100
|
+
format("woff2");
|
101
|
+
unicode-range:
|
102
|
+
U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
|
103
|
+
}
|
104
|
+
/* vietnamese */
|
105
|
+
@font-face {
|
106
|
+
font-family: "Roboto Mono";
|
107
|
+
font-style: normal;
|
108
|
+
font-weight: 100 700;
|
109
|
+
font-display: swap;
|
110
|
+
src: url(../fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhEq3-OXg.woff2)
|
111
|
+
format("woff2");
|
112
|
+
unicode-range:
|
113
|
+
U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
114
|
+
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
115
|
+
U+1EA0-1EF9, U+20AB;
|
116
|
+
}
|
117
|
+
/* latin-ext */
|
118
|
+
@font-face {
|
119
|
+
font-family: "Roboto Mono";
|
120
|
+
font-style: normal;
|
121
|
+
font-weight: 100 700;
|
122
|
+
font-display: swap;
|
123
|
+
src: url(../fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhFq3-OXg.woff2)
|
124
|
+
format("woff2");
|
125
|
+
unicode-range:
|
126
|
+
U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
|
127
|
+
U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
|
128
|
+
U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
129
|
+
}
|
130
|
+
/* latin */
|
131
|
+
@font-face {
|
132
|
+
font-family: "Roboto Mono";
|
133
|
+
font-style: normal;
|
134
|
+
font-weight: 100 700;
|
135
|
+
font-display: swap;
|
136
|
+
src: url(../fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhLq38.woff2)
|
137
|
+
format("woff2");
|
138
|
+
unicode-range:
|
139
|
+
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
|
140
|
+
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
141
|
+
U+2215, U+FEFF, U+FFFD;
|
142
|
+
}
|
@@ -0,0 +1,84 @@
|
|
1
|
+
/* vietnamese */
|
2
|
+
@font-face {
|
3
|
+
font-family: "Saira";
|
4
|
+
font-style: italic;
|
5
|
+
font-weight: 100 900;
|
6
|
+
font-stretch: 100%;
|
7
|
+
font-display: swap;
|
8
|
+
src: url(../fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvffS2-vw.woff2)
|
9
|
+
format("woff2");
|
10
|
+
unicode-range:
|
11
|
+
U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
12
|
+
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
13
|
+
U+1EA0-1EF9, U+20AB;
|
14
|
+
}
|
15
|
+
/* latin-ext */
|
16
|
+
@font-face {
|
17
|
+
font-family: "Saira";
|
18
|
+
font-style: italic;
|
19
|
+
font-weight: 100 900;
|
20
|
+
font-stretch: 100%;
|
21
|
+
font-display: swap;
|
22
|
+
src: url(../fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvefS2-vw.woff2)
|
23
|
+
format("woff2");
|
24
|
+
unicode-range:
|
25
|
+
U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
|
26
|
+
U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
|
27
|
+
U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
28
|
+
}
|
29
|
+
/* latin */
|
30
|
+
@font-face {
|
31
|
+
font-family: "Saira";
|
32
|
+
font-style: italic;
|
33
|
+
font-weight: 100 900;
|
34
|
+
font-stretch: 100%;
|
35
|
+
font-display: swap;
|
36
|
+
src: url(../fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvQfS0.woff2)
|
37
|
+
format("woff2");
|
38
|
+
unicode-range:
|
39
|
+
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
|
40
|
+
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
41
|
+
U+2215, U+FEFF, U+FFFD;
|
42
|
+
}
|
43
|
+
/* vietnamese */
|
44
|
+
@font-face {
|
45
|
+
font-family: "Saira";
|
46
|
+
font-style: normal;
|
47
|
+
font-weight: 100 900;
|
48
|
+
font-stretch: 100%;
|
49
|
+
font-display: swap;
|
50
|
+
src: url(../fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLh4vSZSk.woff2)
|
51
|
+
format("woff2");
|
52
|
+
unicode-range:
|
53
|
+
U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
54
|
+
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
55
|
+
U+1EA0-1EF9, U+20AB;
|
56
|
+
}
|
57
|
+
/* latin-ext */
|
58
|
+
@font-face {
|
59
|
+
font-family: "Saira";
|
60
|
+
font-style: normal;
|
61
|
+
font-weight: 100 900;
|
62
|
+
font-stretch: 100%;
|
63
|
+
font-display: swap;
|
64
|
+
src: url(../fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLhovSZSk.woff2)
|
65
|
+
format("woff2");
|
66
|
+
unicode-range:
|
67
|
+
U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
|
68
|
+
U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
|
69
|
+
U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
70
|
+
}
|
71
|
+
/* latin */
|
72
|
+
@font-face {
|
73
|
+
font-family: "Saira";
|
74
|
+
font-style: normal;
|
75
|
+
font-weight: 100 900;
|
76
|
+
font-stretch: 100%;
|
77
|
+
font-display: swap;
|
78
|
+
src: url(../fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLiIvS.woff2)
|
79
|
+
format("woff2");
|
80
|
+
unicode-range:
|
81
|
+
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
|
82
|
+
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
83
|
+
U+2215, U+FEFF, U+FFFD;
|
84
|
+
}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
/* vietnamese */
|
2
|
+
@font-face {
|
3
|
+
font-family: "Space Grotesk";
|
4
|
+
font-style: normal;
|
5
|
+
font-weight: 300 700;
|
6
|
+
font-display: swap;
|
7
|
+
src: url(../fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPb54C-s0.woff2)
|
8
|
+
format("woff2");
|
9
|
+
unicode-range:
|
10
|
+
U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
11
|
+
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
12
|
+
U+1EA0-1EF9, U+20AB;
|
13
|
+
}
|
14
|
+
/* latin-ext */
|
15
|
+
@font-face {
|
16
|
+
font-family: "Space Grotesk";
|
17
|
+
font-style: normal;
|
18
|
+
font-weight: 300 700;
|
19
|
+
font-display: swap;
|
20
|
+
src: url(../fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPb94C-s0.woff2)
|
21
|
+
format("woff2");
|
22
|
+
unicode-range:
|
23
|
+
U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
|
24
|
+
U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
|
25
|
+
U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
26
|
+
}
|
27
|
+
/* latin */
|
28
|
+
@font-face {
|
29
|
+
font-family: "Space Grotesk";
|
30
|
+
font-style: normal;
|
31
|
+
font-weight: 300 700;
|
32
|
+
font-display: swap;
|
33
|
+
src: url(../fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPbF4Cw.woff2)
|
34
|
+
format("woff2");
|
35
|
+
unicode-range:
|
36
|
+
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
|
37
|
+
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
38
|
+
U+2215, U+FEFF, U+FFFD;
|
39
|
+
}
|
data/_sass/toggler.scss
ADDED
@@ -0,0 +1,32 @@
|
|
1
|
+
/// Desplegar menúes sin javascript!
|
2
|
+
///
|
3
|
+
/// Comenzamos con un `<input type="checkbox"/>` con la clase
|
4
|
+
/// `.toggler`.
|
5
|
+
///
|
6
|
+
/// @link https://dev.to/cydstumpel/creating-a-fold-out-navigation-with-css-only-4g9k
|
7
|
+
/// @see toggler.html
|
8
|
+
.toggler {
|
9
|
+
& + .toggled {
|
10
|
+
visibility: hidden;
|
11
|
+
|
12
|
+
&.toggled-d-none {
|
13
|
+
display: none !important;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
&:checked + .toggled {
|
18
|
+
visibility: visible;
|
19
|
+
|
20
|
+
&.toggled-d-none {
|
21
|
+
display: unset !important;
|
22
|
+
}
|
23
|
+
|
24
|
+
&.d-block.toggled-d-none {
|
25
|
+
display: block !important;
|
26
|
+
}
|
27
|
+
|
28
|
+
&.d-flex.toggled-d-none {
|
29
|
+
display: flex !important;
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
@@ -0,0 +1,95 @@
|
|
1
|
+
---
|
2
|
+
weight: 100
|
3
|
+
---
|
4
|
+
|
5
|
+
@use "sass:map";
|
6
|
+
@use "fonts";
|
7
|
+
@use "@suttyweb/fork-awesome/scss/fork-awesome";
|
8
|
+
|
9
|
+
@import "bootstrap/scss/functions";
|
10
|
+
|
11
|
+
{{ site.theme | yaml_to_scss: site.data.layouts.theme }}
|
12
|
+
|
13
|
+
{{ site.data.bootstrap.variables | to_sass_global }}
|
14
|
+
|
15
|
+
@import "bootstrap/scss/variables";
|
16
|
+
|
17
|
+
$theme-colors-dark: ();
|
18
|
+
|
19
|
+
{% for map in site.data.bootstrap.maps %}
|
20
|
+
${{ map[0] }}: map.merge(
|
21
|
+
${{ map[0] }}, {{ map[1] | to_sass_variable }}{{ forloop.last | value_unless: ',' }}
|
22
|
+
);
|
23
|
+
{% endfor %}
|
24
|
+
|
25
|
+
$fonts: (
|
26
|
+
{% for font in site.data.bootstrap.fonts %}
|
27
|
+
"{{ font | slugify }}": {{ font }}{% unless forloop.last %},{% endunless %}
|
28
|
+
{% endfor %}
|
29
|
+
);
|
30
|
+
|
31
|
+
.turbo-progress-bar { background-color: $primary; }
|
32
|
+
|
33
|
+
@import "bootstrap/scss/maps";
|
34
|
+
@import "bootstrap/scss/mixins";
|
35
|
+
@import "bootstrap/scss/root";
|
36
|
+
@import "bootstrap/scss/reboot";
|
37
|
+
@import "bootstrap/scss/type";
|
38
|
+
@import "bootstrap/scss/containers";
|
39
|
+
@import "bootstrap/scss/grid";
|
40
|
+
@import "bootstrap/scss/helpers";
|
41
|
+
@import "bootstrap/scss/utilities";
|
42
|
+
@import "bootstrap/scss/alert";
|
43
|
+
@import "bootstrap/scss/images";
|
44
|
+
@import "bootstrap/scss/list-group";
|
45
|
+
@import "bootstrap/scss/buttons";
|
46
|
+
@import "bootstrap/scss/forms";
|
47
|
+
@import "bootstrap/scss/nav";
|
48
|
+
|
49
|
+
|
50
|
+
{% include utilities.scss utilities=site.data.bootstrap.utilities %}
|
51
|
+
|
52
|
+
{% if site.i18n.dir == 'rtl' %}
|
53
|
+
{% include utilities.scss utilities=site.data.bootstrap.rtl %}
|
54
|
+
{% endif %}
|
55
|
+
|
56
|
+
@import "bootstrap/scss/utilities/api";
|
57
|
+
@import "bootstrap/scss/placeholders";
|
58
|
+
|
59
|
+
@import "content";
|
60
|
+
@import "toggler";
|
61
|
+
@import "monokai";
|
62
|
+
@import "dark_mode";
|
63
|
+
|
64
|
+
.form-check-input {
|
65
|
+
--bs-form-switch-bg: url(#{$form-switch-bg});
|
66
|
+
}
|
67
|
+
|
68
|
+
.form-switch .form-check-input {
|
69
|
+
width: 3rem;
|
70
|
+
height: 1rem;
|
71
|
+
background-size: 1rem;
|
72
|
+
background-position: left;
|
73
|
+
background-repeat: no-repeat;
|
74
|
+
background-color: transparent;
|
75
|
+
background-image: $icon-active;
|
76
|
+
background-position-x: 0.5rem;
|
77
|
+
padding: 0.75rem;
|
78
|
+
border-color: $gray-500;
|
79
|
+
&:checked {
|
80
|
+
background-image: $form-switch-bg;
|
81
|
+
background-color: transparent;
|
82
|
+
background-position: 1.5rem;
|
83
|
+
}
|
84
|
+
&::before {
|
85
|
+
content: "";
|
86
|
+
display: none;
|
87
|
+
}
|
88
|
+
}
|
89
|
+
|
90
|
+
:root:has([data-toggler-modal]:checked) {
|
91
|
+
body {
|
92
|
+
@extend .overflow-hidden;
|
93
|
+
@extend .vh-100;
|
94
|
+
}
|
95
|
+
}
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|