editorial-autogestiva-jekyll-theme 0.5.0rc0 → 0.5.0rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_config.yml +29 -14
- data/_data/actions.yml +9 -0
- data/_data/components.yml +10 -0
- data/_data/en.yml +87 -1
- data/_data/es.yml +88 -1
- data/_data/forms/user.yml +1 -1
- data/_data/full_width_components.yml +2 -0
- data/_data/layouts/license.yml +3 -3
- data/_data/layouts/post.yml +17 -17
- data/_data/layouts/privacy_policy.yml +1 -1
- data/_data/layouts/theme.yml +31 -19
- data/_data/manifest.json +3270 -0
- data/_data/schema.yml +9 -0
- data/_data/theme.yml +152 -0
- data/_includes/activity_pub/actor.html +11 -0
- data/_includes/activity_pub/actor_mention.html +28 -0
- data/_includes/activity_pub/alternate.html +2 -0
- data/_includes/activity_pub/button.html +22 -0
- data/_includes/activity_pub/button_bar.html +16 -0
- data/_includes/activity_pub/cards.html +28 -0
- data/_includes/activity_pub/fediverse_interactions.html +2 -0
- data/_includes/activity_pub/generic_modal.html +55 -0
- data/_includes/activity_pub/image_modal.html +27 -0
- data/_includes/activity_pub/interactions.html +83 -0
- data/_includes/activity_pub/login_modal.html +70 -0
- data/_includes/activity_pub/reaction.html +45 -0
- data/_includes/activity_pub/reactions.html +21 -0
- data/_includes/activity_pub/replying_to.html +23 -0
- data/_includes/activity_pub/text_modal.html +16 -0
- data/_includes/activity_pub/toot_card.html +95 -0
- data/_includes/activity_pub/url.html +8 -0
- data/_includes/activity_pub/video_modal.html +20 -0
- data/_includes/boolean.html +9 -1
- data/_includes/bootstrap/custom_select.html +18 -0
- data/_includes/buttons/button.html +9 -0
- data/_includes/buttons/copy.html +28 -0
- data/_includes/buttons/generic.html +15 -0
- data/_includes/buttons/link.html +14 -0
- data/_includes/cart_controller.html +1 -1
- data/_includes/contact.html +4 -7
- data/_includes/content.html +9 -1
- data/_includes/country.html +4 -4
- data/_includes/date.html +12 -0
- data/_includes/device_detector.html +30 -0
- data/_includes/email.html +9 -1
- data/_includes/embed_responsive.html +17 -0
- data/_includes/external_link.html +15 -0
- data/_includes/fa.html +11 -0
- data/_includes/file.html +9 -1
- data/_includes/floating_alert.html +2 -2
- data/_includes/headings/generic.html +14 -0
- data/_includes/headings/h1.html +9 -0
- data/_includes/headings/h2.html +9 -0
- data/_includes/headings/h3.html +9 -0
- data/_includes/headings/with_link.html +15 -0
- data/_includes/image.html +9 -1
- data/_includes/input.html +24 -5
- data/_includes/markdown_content.html +9 -1
- data/_includes/navbar.html +1 -1
- data/_includes/number.html +9 -1
- data/_includes/pack.html +10 -0
- data/_includes/password.html +10 -1
- data/_includes/picture.html +19 -15
- data/_includes/postal_code.html +1 -1
- data/_includes/predefined_array.html +10 -2
- data/_includes/preload_font.html +1 -1
- data/_includes/script.html +5 -0
- data/_includes/search.html +1 -1
- data/_includes/share.html +5 -5
- data/_includes/share_box.html +26 -11
- data/_includes/state.html +3 -3
- data/_includes/stretched_link.html +15 -0
- data/_includes/string.html +10 -1
- data/_includes/submit.html +13 -1
- data/_includes/svg/copy-icon.svg +1 -0
- data/_includes/svg/done-icon.svg +1 -0
- data/_includes/svg/menu.svg +9 -0
- data/_includes/svg/x.svg +3 -0
- data/_includes/tel.html +9 -1
- data/_includes/text.html +12 -2
- data/_includes/theme/button_with_copy.html +1 -0
- data/_includes/theme/button_with_link.html +5 -0
- data/_includes/theme/buttons.html +33 -0
- data/_includes/theme/colors.html +14 -0
- data/_includes/theme/content.html +41 -0
- data/_includes/theme/embed_responsive.html +10 -0
- data/_includes/theme/font_sizes.html +18 -0
- data/_includes/theme/footer.html +1 -0
- data/_includes/theme/letter_spacing.html +3 -0
- data/_includes/theme/picture.html +5 -0
- data/_includes/toggler/toggler.html +21 -0
- data/_includes/toggler/toggler_label.html +21 -0
- data/_includes/toggler/toggler_related.html +23 -0
- data/_includes/url.html +9 -1
- data/_layouts/cart.html +2 -2
- data/_layouts/default.html +62 -20
- data/_layouts/page.html +5 -0
- data/_layouts/post.html +15 -5
- data/_layouts/shipment.html +3 -3
- data/_layouts/theme.html +60 -0
- data/_sass/accessibility.scss +16 -7
- data/_sass/baskervville_ital_0_1.scss +36 -0
- data/_sass/content.scss +28 -0
- data/_sass/editor.scss +16 -7
- data/_sass/embed.scss +8 -0
- data/_sass/floating_alert.scss +40 -2
- data/_sass/fonts.scss +5 -0
- data/_sass/inter_ital_opsz_wght_0_14..32_100..900.scss +56 -0
- data/_sass/menu.scss +16 -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 +756 -0
- data/_sass/roboto_mono_ital_wght_0_100..700_1_100..700.scss +108 -0
- data/_sass/saira_ital_wght_0_100..900_1_100..900.scss +60 -0
- data/_sass/snap.scss +39 -37
- data/_sass/toggler.scss +15 -34
- data/_sass/utilities.scss +547 -0
- data/assets/css/styles.scss +13 -29
- 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/roboto/v27/KFOjCnqEu92Fr1Mu51TzBhc9-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1MmgWxP-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1Mu52xP-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOmCnqEu92Fr1Me5Q-subset.woff2 +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/js/env.js +9 -0
- data/assets/js/pack.BM5KE272.js +73 -0
- data/assets/js/pack.BM5KE272.js.map +7 -0
- data/assets/js/pack.SYD7EYHO.js +73 -0
- data/assets/js/pack.SYD7EYHO.js.map +7 -0
- data/assets/templates/cart.html +2 -2
- data/assets/templates/payment_methods.html +3 -3
- data/assets/templates/shipping_methods.html +1 -1
- metadata +280 -24
- data/_includes/cart.svg +0 -1
- data/_sass/helpers.scss +0 -318
- data/_sass/share.html +0 -12
- data/_sass/share_box.html +0 -16
- data/assets/fonts/Inter-Bold-subset.woff2 +0 -0
- data/assets/fonts/Inter-BoldItalic-subset.woff2 +0 -0
- data/assets/fonts/Inter-Italic-subset.woff2 +0 -0
- data/assets/fonts/Inter-Regular-subset.woff2 +0 -0
- data/assets/js/pack.js +0 -16
- data/assets/js/pack.js.map +0 -1
- data/assets/js/script.js +0 -44
- data/assets/templates/alert.html +0 -7
- data/assets/templates/results.html +0 -17
@@ -0,0 +1,547 @@
|
|
1
|
+
////
|
2
|
+
/// @group Utilidades
|
3
|
+
////
|
4
|
+
|
5
|
+
/// Crea una propiedad con prefijos de navegador, cuando no es
|
6
|
+
/// soportada por estándares, por ejemplo el guionado de texto.
|
7
|
+
@mixin vendor-prefix($property, $definition...) {
|
8
|
+
@each $prefix in $vendor-prefixes {
|
9
|
+
#{$prefix}#{$property}: $definition;
|
10
|
+
}
|
11
|
+
}
|
12
|
+
|
13
|
+
/// Los recursos que cargan a demanda muestran el espacio que ocupan.
|
14
|
+
[loading="lazy"] {
|
15
|
+
background: linear-gradient(215deg, #{$white} 0%, #{$primary} 100%);
|
16
|
+
}
|
17
|
+
|
18
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
19
|
+
@include media-breakpoint-up($breakpoint) {
|
20
|
+
/// Obtiene el sufijo para cada clase responsive usando mixins de
|
21
|
+
/// Bootstrap. Valores posibles:
|
22
|
+
/// `""` (nada, aplica a todas las resoluciones), `-xs`, `-sm`,
|
23
|
+
/// `-md`, `-lg`, `-xl`.
|
24
|
+
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
25
|
+
|
26
|
+
/// Z-Indexes según Bootstrap
|
27
|
+
.z-index#{$infix}-dropdown { z-index: $zindex-dropdown !important; }
|
28
|
+
.z-index#{$infix}-sticky { z-index: $zindex-sticky !important; }
|
29
|
+
.z-index#{$infix}-fixed { z-index: $zindex-fixed !important; }
|
30
|
+
.z-index#{$infix}-backdrop { z-index: $zindex-modal-backdrop !important; }
|
31
|
+
.z-index#{$infix}-modal { z-index: $zindex-modal !important; }
|
32
|
+
.z-index#{$infix}-popover { z-index: $zindex-popover !important; }
|
33
|
+
.z-index#{$infix}-tooltip { z-index: $zindex-tooltip !important; }
|
34
|
+
|
35
|
+
/// Guionado, complemento para .text-justify
|
36
|
+
@each $hyphen in $hyphens {
|
37
|
+
.hyphens#{$infix}-#{$hyphen} {
|
38
|
+
hyphens: $hyphen;
|
39
|
+
}
|
40
|
+
}
|
41
|
+
|
42
|
+
/// Grilla en CSS, soporta armar una cantidad de columnas, indicar las
|
43
|
+
/// columnas que ocupan los elementos descendientes e incluso
|
44
|
+
/// solapamiento.
|
45
|
+
///
|
46
|
+
/// @example html
|
47
|
+
/// <div class="d-grid grid-cols-5">
|
48
|
+
/// <div class="grid-row-1 grid-col-1-to-2"></div>
|
49
|
+
/// <div class="grid-row-2 grid-col-2-to-3"></div>
|
50
|
+
/// </div>
|
51
|
+
.d#{$infix}-grid {
|
52
|
+
display: grid !important;
|
53
|
+
|
54
|
+
@each $spacer, $_ in $spacers {
|
55
|
+
&.grid-cols#{$infix}-#{$spacer} {
|
56
|
+
grid-template-columns: repeat($spacer, 1fr) !important;
|
57
|
+
}
|
58
|
+
|
59
|
+
& > .grid-row#{$infix}-#{$spacer} {
|
60
|
+
grid-row: $spacer !important;
|
61
|
+
}
|
62
|
+
|
63
|
+
& > .grid-col#{$infix}-#{$spacer} {
|
64
|
+
grid-column: $spacer !important;
|
65
|
+
}
|
66
|
+
|
67
|
+
@each $spacer_to, $_ in $spacers {
|
68
|
+
& > .grid-col#{$infix}-#{$spacer}-to-#{$spacer_to} {
|
69
|
+
grid-column: #{$spacer} / #{$spacer_to} !important;
|
70
|
+
}
|
71
|
+
}
|
72
|
+
}
|
73
|
+
}
|
74
|
+
|
75
|
+
/// Ocultar la barra de scroll, útil para sliders horizontales.
|
76
|
+
///
|
77
|
+
/// @example html
|
78
|
+
/// <div class="no-scrollbar-md"></div>
|
79
|
+
.no-scrollbar#{$infix} {
|
80
|
+
scrollbar-width: none;
|
81
|
+
-webkit-overflow-scrolling: touch;
|
82
|
+
|
83
|
+
&::-webkit-scrollbar { display: none; }
|
84
|
+
}
|
85
|
+
|
86
|
+
:enabled {
|
87
|
+
.show-when-disabled#{$infix} {
|
88
|
+
display: none !important;
|
89
|
+
}
|
90
|
+
}
|
91
|
+
|
92
|
+
:disabled {
|
93
|
+
.hide-when-disabled#{$infix} {
|
94
|
+
display: none !important;
|
95
|
+
}
|
96
|
+
}
|
97
|
+
|
98
|
+
/// Asigna decoración al texto, pudiendo combinarlas!
|
99
|
+
@each $text-decoration in $text-decoration-lines {
|
100
|
+
.text-decoration#{$infix}-#{$text-decoration} {
|
101
|
+
text-decoration-line: $text-decoration !important;
|
102
|
+
}
|
103
|
+
|
104
|
+
@each $text-decoration-2 in $text-decoration-lines {
|
105
|
+
.text-decoration#{$infix}-#{$text-decoration}-#{$text-decoration-2} {
|
106
|
+
text-decoration-line: $text-decoration $text-decoration-2 !important;
|
107
|
+
}
|
108
|
+
}
|
109
|
+
}
|
110
|
+
|
111
|
+
@each $text-decoration in $text-decoration-styles {
|
112
|
+
.text-decoration#{$infix}-#{$text-decoration} {
|
113
|
+
text-decoration-style: $text-decoration !important;
|
114
|
+
}
|
115
|
+
}
|
116
|
+
|
117
|
+
/// Cursores
|
118
|
+
@each $cursor in $cursors {
|
119
|
+
/// El elemento va a tener un cursor
|
120
|
+
///
|
121
|
+
/// @example html
|
122
|
+
/// <div class="cursor-pointer"></div>
|
123
|
+
.cursor#{$infix}-#{$cursor} {
|
124
|
+
cursor: $cursor !important;
|
125
|
+
}
|
126
|
+
}
|
127
|
+
|
128
|
+
/// Eventos del cursor
|
129
|
+
@each $event in $events {
|
130
|
+
/// Habilita o deshabilita recibir eventos al tocar o clickear.
|
131
|
+
///
|
132
|
+
/// @example html
|
133
|
+
/// <div class="pointer-event-none"></div>
|
134
|
+
.pointer-event#{$infix}-#{$event} {
|
135
|
+
pointer-events: $event;
|
136
|
+
}
|
137
|
+
}
|
138
|
+
|
139
|
+
/// Agrega una transición a cualquier modificación de atributos
|
140
|
+
.transition#{$infix} {
|
141
|
+
@include transition($transition-base);
|
142
|
+
}
|
143
|
+
|
144
|
+
/// Valores posibles para la propiedad `object-fit`
|
145
|
+
@each $object in $objects {
|
146
|
+
/// Ajustes de imagen y video con respecto al contenedor
|
147
|
+
///
|
148
|
+
/// @example html
|
149
|
+
/// <img class="object-cover object-lg-contain"/>
|
150
|
+
.fit#{$infix}-#{$object} {
|
151
|
+
object-fit: #{$object};
|
152
|
+
}
|
153
|
+
}
|
154
|
+
|
155
|
+
/// _Overflow_, qué hacer cuando el contenido sobrepasa los límites del
|
156
|
+
/// contenedor.
|
157
|
+
/// También puede ser solo dentro de un eje
|
158
|
+
@each $overflow in $overflows {
|
159
|
+
/// Manejar el contenido sobre cualquier eje
|
160
|
+
///
|
161
|
+
/// @example html
|
162
|
+
/// <div class="overflow-hidden overflow-scroll-md"></div>
|
163
|
+
.overflow#{$infix}-#{$overflow} {
|
164
|
+
overflow: $overflow !important;
|
165
|
+
}
|
166
|
+
|
167
|
+
@each $axis in $overflow-axis {
|
168
|
+
/// Manejar el contenido sobre un eje particular
|
169
|
+
///
|
170
|
+
/// @example html
|
171
|
+
/// <div class="overflow-hidden-y overflow-scroll-x"></div>
|
172
|
+
.overflow-#{$axis}#{$infix}-#{$overflow} {
|
173
|
+
overflow-#{$axis}: $overflow !important;
|
174
|
+
}
|
175
|
+
}
|
176
|
+
}
|
177
|
+
|
178
|
+
@each $spacer, $length in $spacers {
|
179
|
+
/// Border radius
|
180
|
+
///
|
181
|
+
/// @example html
|
182
|
+
/// <h1 class="f-3"></h1>
|
183
|
+
.f#{$infix}-#{$spacer} {
|
184
|
+
font-size: $length !important;
|
185
|
+
|
186
|
+
&,
|
187
|
+
& p,
|
188
|
+
& li {
|
189
|
+
min-height: #{$length * $line-height-base};
|
190
|
+
}
|
191
|
+
}
|
192
|
+
|
193
|
+
/// <div class="rounded-3"></div>
|
194
|
+
.rounded#{$infix}-#{$spacer} {
|
195
|
+
border-radius: $length !important;
|
196
|
+
}
|
197
|
+
|
198
|
+
/// Columnas de texto
|
199
|
+
///
|
200
|
+
/// @example html
|
201
|
+
/// <div class="text-column-1 text-column-md-3"></div>
|
202
|
+
.text-column#{$infix}-#{$spacer} {
|
203
|
+
column-count: $spacer;
|
204
|
+
}
|
205
|
+
|
206
|
+
/// Limitar la cantidad de líneas de un bloque de texto,
|
207
|
+
/// reemplazando el sobrante por puntos suspensivos. Es útil cuando
|
208
|
+
/// el diseño solo pide una cantidad de líneas pero no sabemos cuál
|
209
|
+
/// va a ser el largo.
|
210
|
+
///
|
211
|
+
/// @example html
|
212
|
+
/// <h1 class="line-clamp-1"></h1>
|
213
|
+
.line-clamp#{$infix}-#{$spacer} {
|
214
|
+
overflow: hidden;
|
215
|
+
display: -webkit-box;
|
216
|
+
-webkit-line-clamp: $spacer;
|
217
|
+
-webkit-box-orient: vertical;
|
218
|
+
}
|
219
|
+
|
220
|
+
@each $direction in $directions {
|
221
|
+
/// Ubicación absoluta, usar con position-*
|
222
|
+
///
|
223
|
+
/// @example html
|
224
|
+
/// <div class="position-absolute top-0 left-3"></div>
|
225
|
+
.#{$direction}#{$infix}-#{$spacer} {
|
226
|
+
#{$direction}: $length
|
227
|
+
}
|
228
|
+
}
|
229
|
+
}
|
230
|
+
|
231
|
+
/// Anchos y altos en base a `$sizes` definido por Bootstrap. Para
|
232
|
+
/// personalizar los tamaños, modificarlos o agregarlos en `styles.scss`
|
233
|
+
///
|
234
|
+
/// @link assets/css/styles.scss
|
235
|
+
@each $prop, $abbrev in (width: w, height: h) {
|
236
|
+
@each $size, $length in $sizes {
|
237
|
+
.#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; }
|
238
|
+
.#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; }
|
239
|
+
.min-#{$abbrev}#{$infix}-#{$size} { min-#{$prop}: $length !important; }
|
240
|
+
.max-#{$abbrev}#{$infix}-#{$size} { max-#{$prop}: $length !important; }
|
241
|
+
}
|
242
|
+
}
|
243
|
+
|
244
|
+
/// Tipos de _scroll_ posible
|
245
|
+
@each $scroll in $scrolls {
|
246
|
+
/// Poder modificar el tipo de _scroll_ de forma _responsive_
|
247
|
+
///
|
248
|
+
/// @example html
|
249
|
+
/// <div class="scroll-auto scroll-md-smooth"></div>
|
250
|
+
.scroll#{$infix}-#{$scroll} {
|
251
|
+
scroll-behavior: #{$scroll};
|
252
|
+
}
|
253
|
+
}
|
254
|
+
|
255
|
+
/// Bordes. Bootstrap no define bordes _responsive_
|
256
|
+
///
|
257
|
+
/// @link node_modules/bootstrap/scss/utilities/_borders.scss
|
258
|
+
/// @example html
|
259
|
+
/// <div class="border border-md-top-0 border-3"></div>
|
260
|
+
.border#{$infix} { border: $border-width solid $border-color !important; }
|
261
|
+
.border#{$infix}-0 { border: 0 !important; }
|
262
|
+
|
263
|
+
@each $direction in $directions {
|
264
|
+
.border#{$infix}-#{$direction} { border-#{$direction}: $border-width solid $border-color !important; }
|
265
|
+
.border#{$infix}-#{$direction}-0 { border-#{$direction}: 0 !important; }
|
266
|
+
}
|
267
|
+
|
268
|
+
@each $border-width, $length in $border-widths {
|
269
|
+
.border#{$infix}-#{$border-width} { border-width: $length !important; }
|
270
|
+
}
|
271
|
+
|
272
|
+
@each $align in $aligns {
|
273
|
+
/// Alineación _responsive_
|
274
|
+
///
|
275
|
+
/// @example html
|
276
|
+
/// <div class="text-center text-md-right"></div>
|
277
|
+
.text#{$infix}-#{$align} { text-align: $align !important; }
|
278
|
+
}
|
279
|
+
|
280
|
+
@each $position in $positions {
|
281
|
+
/// Posicionamiento
|
282
|
+
///
|
283
|
+
/// @example html
|
284
|
+
/// <div class="position-relative position-md-absolute"></div>
|
285
|
+
.position#{$infix}-#{$position} { position: $position !important; }
|
286
|
+
}
|
287
|
+
|
288
|
+
@each $color, $rgb in $colors {
|
289
|
+
/// Colores de fondo. Es raro que usemos versiones _responsive_, pero
|
290
|
+
/// no está de más tenerlas.
|
291
|
+
///
|
292
|
+
/// @link assets/css/styles.scss
|
293
|
+
/// @example html
|
294
|
+
/// <div class="background-red"></div>
|
295
|
+
.background#{$infix}-#{$color} {
|
296
|
+
background-color: var(--#{$color});
|
297
|
+
|
298
|
+
&:focus {
|
299
|
+
background-color: var(--#{$color});
|
300
|
+
}
|
301
|
+
}
|
302
|
+
|
303
|
+
/// Color de la decoración del texto
|
304
|
+
.text-decoration#{$infix}-#{$color} {
|
305
|
+
text-decoration-color: $rgb !important;
|
306
|
+
}
|
307
|
+
|
308
|
+
@each $opacity, $degree in $opacities {
|
309
|
+
.o#{$infix}-#{$opacity} {
|
310
|
+
opacity: calc(#{$degree} + 100%) !important;
|
311
|
+
}
|
312
|
+
|
313
|
+
.hover-o#{$infix}-#{$opacity} {
|
314
|
+
&:hover,
|
315
|
+
&:focus,
|
316
|
+
&:active {
|
317
|
+
opacity: calc(#{$degree} + 100%) !important;
|
318
|
+
}
|
319
|
+
}
|
320
|
+
|
321
|
+
/// Color de fondo con transparencia (opacidad)
|
322
|
+
///
|
323
|
+
/// @example html
|
324
|
+
/// <div class="background-red-t2"></div>
|
325
|
+
.background#{$infix}-#{$color}-t#{$opacity} {
|
326
|
+
background-color: scale-color($rgb, $alpha: $degree);
|
327
|
+
}
|
328
|
+
|
329
|
+
.hover-background#{$infix}-#{$color}-t#{$opacity} {
|
330
|
+
&:hover,
|
331
|
+
&:focus,
|
332
|
+
&:active {
|
333
|
+
background-color: scale-color($rgb, $alpha: $degree);
|
334
|
+
}
|
335
|
+
}
|
336
|
+
}
|
337
|
+
|
338
|
+
/// Atributos de SVG
|
339
|
+
@each $attr in $svg-attributes {
|
340
|
+
/// Poder cambiar el relleno o la línea de un SVG
|
341
|
+
///
|
342
|
+
/// @example html
|
343
|
+
/// <div class="stroke-black fill-red">
|
344
|
+
/// <svg/>
|
345
|
+
/// </div>
|
346
|
+
.#{$attr}#{$infix}-#{$color} {
|
347
|
+
svg {
|
348
|
+
* {
|
349
|
+
#{$attr}: var(--#{$color});
|
350
|
+
}
|
351
|
+
}
|
352
|
+
}
|
353
|
+
}
|
354
|
+
|
355
|
+
/// Barras de _scroll_ de colores
|
356
|
+
///
|
357
|
+
/// @example html
|
358
|
+
/// <div class="scrollbar-green"></div>
|
359
|
+
.scrollbar#{$infix}-#{$color} {
|
360
|
+
scrollbar-color: var(--#{$color}) transparent;
|
361
|
+
scrollbar-width: thin;
|
362
|
+
|
363
|
+
&::-webkit-scrollbar {
|
364
|
+
width: 5px;
|
365
|
+
height: 8px;
|
366
|
+
background-color: transparent;
|
367
|
+
}
|
368
|
+
|
369
|
+
&::-webkit-scrollbar-thumb {
|
370
|
+
background: var(--#{$color});
|
371
|
+
}
|
372
|
+
}
|
373
|
+
|
374
|
+
/// Bordes de color
|
375
|
+
///
|
376
|
+
/// @example html
|
377
|
+
/// <div class="border-red"></div>
|
378
|
+
.border#{$infix}-#{$color} {
|
379
|
+
border-color: var(--#{$color}) !important;
|
380
|
+
}
|
381
|
+
|
382
|
+
/// Cambiar el fondo al pasar por encima o hacer foco
|
383
|
+
///
|
384
|
+
/// @example html
|
385
|
+
/// <div class="background-black background-hover-red"></div>
|
386
|
+
.background-hover#{$infix}-#{$color} {
|
387
|
+
&:hover,
|
388
|
+
&:focus-within {
|
389
|
+
background-color: var(--#{$color});
|
390
|
+
}
|
391
|
+
}
|
392
|
+
|
393
|
+
/// Cambiar el color al pasar por encima o hacer foco
|
394
|
+
///
|
395
|
+
/// @example html
|
396
|
+
/// <div class="black hover-red"></div>
|
397
|
+
.hover-#{$color} {
|
398
|
+
&:hover,
|
399
|
+
&:focus-within {
|
400
|
+
color: var(--#{$color}) !important;
|
401
|
+
}
|
402
|
+
}
|
403
|
+
|
404
|
+
/// Oscurecer un link al pasarle por encima con el cursor, en base a su color original
|
405
|
+
///
|
406
|
+
/// @example html
|
407
|
+
/// <div class="pink"></div>
|
408
|
+
a.#{$color}#{$infix}:hover {
|
409
|
+
color: darken($rgb, 15%);
|
410
|
+
}
|
411
|
+
|
412
|
+
/// Cambiar el color, también aplica a la selección de texto.
|
413
|
+
///
|
414
|
+
/// @example html
|
415
|
+
/// <div class="black hover-red"></div>
|
416
|
+
.#{$color}#{$infix} {
|
417
|
+
color: var(--#{$color});
|
418
|
+
|
419
|
+
&:focus {
|
420
|
+
color: var(--#{$color});
|
421
|
+
}
|
422
|
+
|
423
|
+
/// Invertir el color en la selección, con el mismo color de fondo y
|
424
|
+
/// texto en blanco.
|
425
|
+
::-moz-selection,
|
426
|
+
::selection {
|
427
|
+
background: var(--#{$color});
|
428
|
+
color: white;
|
429
|
+
}
|
430
|
+
|
431
|
+
/// Si el contenedor tiene un color, también aplica a los bordes de los
|
432
|
+
/// elementos de un formulario.
|
433
|
+
///
|
434
|
+
/// @todo Evaluar si es realmente necesario hacerlo así, porque no
|
435
|
+
/// aplica a las sombras.
|
436
|
+
.form-control {
|
437
|
+
border-color: var(--#{$color});
|
438
|
+
color: var(--#{$color});
|
439
|
+
}
|
440
|
+
|
441
|
+
/// Los `<hr/>` también cambian de color.
|
442
|
+
///
|
443
|
+
/// @example html
|
444
|
+
/// <div class="red">
|
445
|
+
/// <hr/>
|
446
|
+
/// </div>
|
447
|
+
hr {
|
448
|
+
border-color: var(--#{$color});
|
449
|
+
}
|
450
|
+
}
|
451
|
+
}
|
452
|
+
|
453
|
+
/// Espacio entre caracteres
|
454
|
+
///
|
455
|
+
/// @example html
|
456
|
+
/// <div class="letter-spacing-2"></div>
|
457
|
+
@each $letter-spacing, $value in $letter-spacings {
|
458
|
+
.letter-spacing#{$infix}-#{$letter-spacing} {
|
459
|
+
letter-spacing: $value !important;
|
460
|
+
}
|
461
|
+
}
|
462
|
+
|
463
|
+
.lead#{$infix} {
|
464
|
+
font-size: $lead-font-size !important;
|
465
|
+
}
|
466
|
+
|
467
|
+
.display#{$infix}-1 {
|
468
|
+
font-size: $display1-size !important;
|
469
|
+
}
|
470
|
+
|
471
|
+
.display#{$infix}-2 {
|
472
|
+
font-size: $display2-size !important;
|
473
|
+
}
|
474
|
+
|
475
|
+
.display#{$infix}-3 {
|
476
|
+
font-size: $display3-size !important;
|
477
|
+
}
|
478
|
+
|
479
|
+
.display#{$infix}-4 {
|
480
|
+
font-size: $display4-size !important;
|
481
|
+
}
|
482
|
+
|
483
|
+
@each $font-size, $value in $font-sizes {
|
484
|
+
.f#{$infix}-#{$font-size} {
|
485
|
+
font-size: $font-size-base * $value !important;
|
486
|
+
}
|
487
|
+
}
|
488
|
+
|
489
|
+
@each $transform-scale, $value in $transform-scales {
|
490
|
+
.transform-scale#{$infix}-#{$transform-scale} {
|
491
|
+
transform: scale($value) !important;
|
492
|
+
}
|
493
|
+
|
494
|
+
.transform-scale-hover#{$infix}-#{$transform-scale} {
|
495
|
+
&:hover, &:focus {
|
496
|
+
transform: scale($value) !important;
|
497
|
+
}
|
498
|
+
}
|
499
|
+
}
|
500
|
+
|
501
|
+
@each $background-size, $value in $background-sizes {
|
502
|
+
/// Tamaño de imagen de fondo
|
503
|
+
///
|
504
|
+
/// @example html
|
505
|
+
/// <div class="background-size-md-cover"></div>
|
506
|
+
.background-size#{$infix}-#{$background-size} {
|
507
|
+
background-size: $value !important;
|
508
|
+
}
|
509
|
+
}
|
510
|
+
|
511
|
+
@each $x in $background-positions-x {
|
512
|
+
@each $y in $background-positions-y {
|
513
|
+
.background-position#{$infix}-#{$x}-#{$y} {
|
514
|
+
background-position: $x $y;
|
515
|
+
}
|
516
|
+
}
|
517
|
+
}
|
518
|
+
|
519
|
+
@each $background-image, $value in $background-images {
|
520
|
+
.background-image#{$infix}-#{$background-image} {
|
521
|
+
background-image: url("#{$value}");
|
522
|
+
}
|
523
|
+
}
|
524
|
+
|
525
|
+
.font-weight#{$infix}-lighter { font-weight: $font-weight-lighter !important; }
|
526
|
+
|
527
|
+
.font-weight#{$infix}-light { font-weight: $font-weight-light !important; }
|
528
|
+
|
529
|
+
.font-weight#{$infix}-normal { font-weight: $font-weight-normal !important; }
|
530
|
+
|
531
|
+
.font-weight#{$infix}-medium { font-weight: $font-weight-medium !important; }
|
532
|
+
|
533
|
+
.font-weight#{$infix}-semibold { font-weight: $font-weight-semibold !important; }
|
534
|
+
|
535
|
+
.font-weight#{$infix}-bold { font-weight: $font-weight-bold !important; }
|
536
|
+
|
537
|
+
.font-weight#{$infix}-bolder { font-weight: $font-weight-bolder !important; }
|
538
|
+
}
|
539
|
+
}
|
540
|
+
|
541
|
+
b,
|
542
|
+
strong {
|
543
|
+
font-weight: $font-weight-bold;
|
544
|
+
}
|
545
|
+
|
546
|
+
.zindex-modal-backdrop { z-index: 1040; }
|
547
|
+
.zindex-modal { z-index: 1050; }
|
data/assets/css/styles.scss
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
---
|
2
|
-
# Ponemos un frontmatter porque queremos que Jekyll procese este archivo
|
3
2
|
---
|
4
3
|
|
5
4
|
{%- assign theme = site.posts | find: "layout", "theme" -%}
|
@@ -12,39 +11,28 @@ $debug: {{ jekyll.environment | not: 'production' }};
|
|
12
11
|
$vendor-prefixes: ("", "-webkit-", "-ms-", "-o-", "-moz-");
|
13
12
|
$bezier: cubic-bezier(0.75, 0, 0.25, 1);
|
14
13
|
|
15
|
-
|
16
|
-
"black": black
|
17
|
-
);
|
14
|
+
// Convertir datos editables desde el panel en variables para usar directamente
|
18
15
|
|
19
|
-
|
20
|
-
0: -100%,
|
21
|
-
1: -80%,
|
22
|
-
2: -60%,
|
23
|
-
3: -40%,
|
24
|
-
4: -20%,
|
25
|
-
5: 0%
|
26
|
-
);
|
16
|
+
{{ site.posts | find: "layout", "theme" | yaml_to_scss: site.data.layouts.theme }}
|
27
17
|
|
28
18
|
$sizes: (
|
29
19
|
300: 300px
|
30
20
|
);
|
31
21
|
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
22
|
+
/// Redefinir variables de Boostrap en _data/theme.yml - Se las puede ver en
|
23
|
+
/// node_modules/bootstrap/scss/_variables.scss
|
24
|
+
|
25
|
+
{{ site.data.theme | yaml_to_scss }}
|
36
26
|
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
* empezar a trabajar en el HTML sin pensar en CSS.
|
41
|
-
*/
|
27
|
+
/// @todo Solo importar los archivos necesarios de bootstrap para
|
28
|
+
/// facilitar la reducción de CSS. Por ahora pedimos todo para poder
|
29
|
+
/// empezar a trabajar en el HTML sin pensar en CSS.
|
42
30
|
@import "bootstrap/scss/bootstrap";
|
43
31
|
@import "fork-awesome/scss/fork-awesome";
|
44
32
|
@import "typography";
|
45
33
|
@import "navbar";
|
46
34
|
@import "accessibility";
|
47
|
-
@import "
|
35
|
+
@import "utilities";
|
48
36
|
@import "toggler";
|
49
37
|
@import "share_box";
|
50
38
|
@import "embed";
|
@@ -52,12 +40,8 @@ $sizes: (
|
|
52
40
|
@import "editor";
|
53
41
|
@import "menu";
|
54
42
|
@import "logic";
|
43
|
+
@import "content";
|
44
|
+
@import "fonts";
|
55
45
|
@import "floating_alert";
|
56
46
|
|
57
|
-
|
58
|
-
/*
|
59
|
-
* Mostrar un borde alrededor de todos los elementos para poder
|
60
|
-
* trabajar.
|
61
|
-
*/
|
62
|
-
* { outline: 1px solid pink; }
|
63
|
-
}
|
47
|
+
.turbo-progress-bar { background-color: $primary; }
|
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
|