refills 0.0.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.
- checksums.yaml +15 -0
- data/.gitignore +17 -0
- data/Gemfile +13 -0
- data/Gemfile.lock +103 -0
- data/LICENSE.txt +22 -0
- data/README.md +26 -0
- data/Rakefile +2 -0
- data/config.rb +101 -0
- data/lib/refills.rb +2 -0
- data/lib/refills/import_generator.rb +15 -0
- data/lib/refills/list_generator.rb +20 -0
- data/lib/refills/version.rb +3 -0
- data/refills.gemspec +23 -0
- data/source/_accordion-tabs.html.erb +48 -0
- data/source/_accordion.html.erb +33 -0
- data/source/_badges.html.erb +5 -0
- data/source/_breadcrumbs.html.erb +8 -0
- data/source/_button-group.html.erb +7 -0
- data/source/_cards.html.erb +26 -0
- data/source/_dashboard.html.erb +18 -0
- data/source/_dropdown-menu.html.erb +45 -0
- data/source/_footer.html.erb +29 -0
- data/source/_hero.html.erb +11 -0
- data/source/_html_snippet.html.erb +5 -0
- data/source/_image-cards.html.erb +28 -0
- data/source/_info-section.html.erb +25 -0
- data/source/_item-list.html.erb +25 -0
- data/source/_master-detail.html.erb +35 -0
- data/source/_modal.html.erb +34 -0
- data/source/_navigation.html.erb +36 -0
- data/source/_overlap.html.erb +9 -0
- data/source/_progress-bar.html.erb +3 -0
- data/source/_search-bar.html.erb +8 -0
- data/source/_sidebar-layout.html.erb +28 -0
- data/source/_sliding-menu.html.erb +20 -0
- data/source/_snippet.html.erb +5 -0
- data/source/_stylesheet_snippet.html.erb +7 -0
- data/source/_switch-toggle.html.erb +15 -0
- data/source/_tables.html.erb +31 -0
- data/source/_toggle-cards.html.erb +64 -0
- data/source/_tooltip.html.erb +4 -0
- data/source/_vertical-tabs.html.erb +66 -0
- data/source/favicon.ico +0 -0
- data/source/favicon.png +0 -0
- data/source/images/background.png +0 -0
- data/source/images/middleman.png +0 -0
- data/source/index.html.erb +202 -0
- data/source/javascripts/all.js +2 -0
- data/source/layouts/layout.erb +19 -0
- data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_deprecated-webkit-gradient.scssc +0 -0
- data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_gradient-positions-parser.scssc +0 -0
- data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_linear-positions-parser.scssc +0 -0
- data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_radial-arg-parser.scssc +0 -0
- data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_radial-positions-parser.scssc +0 -0
- data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_render-gradients.scssc +0 -0
- data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_shape-size-stripper.scssc +0 -0
- data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_fill-parent.scssc +0 -0
- data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_grid.scssc +0 -0
- data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_media.scssc +0 -0
- data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_omega.scssc +0 -0
- data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_outer-container.scssc +0 -0
- data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_pad.scssc +0 -0
- data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_private.scssc +0 -0
- data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_reset.scssc +0 -0
- data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_row.scssc +0 -0
- data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_shift.scssc +0 -0
- data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_span-columns.scssc +0 -0
- data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_to-deprecate.scssc +0 -0
- data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_visual-grid.scssc +0 -0
- data/source/stylesheets/.sass-cache/3c5af5c36664454ea95f8284b8f46c4539020663/_neat-helpers.scssc +0 -0
- data/source/stylesheets/.sass-cache/3c5af5c36664454ea95f8284b8f46c4539020663/_neat.scssc +0 -0
- data/source/stylesheets/.sass-cache/5d5301b1b4de0f4b931a707c7390ccdbbf02bc5c/_bourbon-deprecated-upcoming.scssc +0 -0
- data/source/stylesheets/.sass-cache/5d5301b1b4de0f4b931a707c7390ccdbbf02bc5c/_bourbon.scssc +0 -0
- data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_bitters.scssc +0 -0
- data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_flashes.scssc +0 -0
- data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_forms.scssc +0 -0
- data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_grid-settings.scssc +0 -0
- data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_lists.scssc +0 -0
- data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_tables.scssc +0 -0
- data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_typography.scssc +0 -0
- data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_variables.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_accordion-tabs.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_breadcrumbs.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_button-group.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_buttons.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_cards.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_dashboard.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_dropdown-menu.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_footer.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_header-nav.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_hero.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_image-cards.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_info-section.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_item-list.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_master-detail.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_modal.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_navigation.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_overlap.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_progress-bar.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_search-bar.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_sidebar-layout.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_sliding-menu.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_table-borders.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_table.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_tables.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_tabs.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_toggle-cards.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_tooltip.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_vertical-tabs.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/vertical-tabs.scssc +0 -0
- data/source/stylesheets/.sass-cache/949f49000f6a509c8c1d8b10cc864f41440f4640/_new-breakpoint.scssc +0 -0
- data/source/stylesheets/.sass-cache/949f49000f6a509c8c1d8b10cc864f41440f4640/_private.scssc +0 -0
- data/source/stylesheets/.sass-cache/949f49000f6a509c8c1d8b10cc864f41440f4640/_px-to-em.scssc +0 -0
- data/source/stylesheets/.sass-cache/9c3cd587ffeef0d147804cf4a2177df69c325021/_grid.scssc +0 -0
- data/source/stylesheets/.sass-cache/9c3cd587ffeef0d147804cf4a2177df69c325021/_visual-grid.scssc +0 -0
- data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_button.scssc +820 -0
- data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_clearfix.scssc +0 -0
- data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_font-family.scssc +0 -0
- data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_hide-text.scssc +0 -0
- data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_html5-input-types.scssc +0 -0
- data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_position.scssc +0 -0
- data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_prefixer.scssc +0 -0
- data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_retina-image.scssc +0 -0
- data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_size.scssc +0 -0
- data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_timing-functions.scssc +0 -0
- data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_triangle.scssc +0 -0
- data/source/stylesheets/.sass-cache/d215ab98db0764a70113a4b69eb12099c4a4b951/_normalize.scssc +0 -0
- data/source/stylesheets/.sass-cache/d215ab98db0764a70113a4b69eb12099c4a4b951/_refills-styles.scssc +0 -0
- data/source/stylesheets/.sass-cache/d215ab98db0764a70113a4b69eb12099c4a4b951/all.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_animation.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_appearance.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_backface-visibility.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_background-image.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_background.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_border-image.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_border-radius.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_box-sizing.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_columns.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_flex-box.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_font-face.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_hidpi-media-query.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_image-rendering.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_inline-block.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_keyframes.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_linear-gradient.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_perspective.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_placeholder.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_radial-gradient.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_transform.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_transition.scssc +0 -0
- data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_user-select.scssc +0 -0
- data/source/stylesheets/.sass-cache/e04a546d656fd6d36e1f48c3953beece343e5456/_base.scssc +0 -0
- data/source/stylesheets/.sass-cache/e04a546d656fd6d36e1f48c3953beece343e5456/_button.scssc +0 -0
- data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_compact.scssc +0 -0
- data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_flex-grid.scssc +0 -0
- data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_grid-width.scssc +0 -0
- data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_linear-gradient.scssc +0 -0
- data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_modular-scale.scssc +0 -0
- data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_px-to-em.scssc +0 -0
- data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_radial-gradient.scssc +0 -0
- data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_tint-shade.scssc +0 -0
- data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_transition-property-name.scssc +0 -0
- data/source/stylesheets/_normalize.scss +402 -0
- data/source/stylesheets/_refills-styles.scss +269 -0
- data/source/stylesheets/all.scss +36 -0
- data/source/stylesheets/bitters/_bitters.scss +7 -0
- data/source/stylesheets/bitters/_flashes.scss +50 -0
- data/source/stylesheets/bitters/_forms.scss +87 -0
- data/source/stylesheets/bitters/_grid-settings.scss +14 -0
- data/source/stylesheets/bitters/_lists.scss +31 -0
- data/source/stylesheets/bitters/_tables.scss +22 -0
- data/source/stylesheets/bitters/_typography.scss +103 -0
- data/source/stylesheets/bitters/_variables.scss +47 -0
- data/source/stylesheets/bitters/extends/_base.scss +1 -0
- data/source/stylesheets/bitters/extends/_button.scss +5 -0
- data/source/stylesheets/bourbon/_bourbon-deprecated-upcoming.scss +13 -0
- data/source/stylesheets/bourbon/_bourbon.scss +59 -0
- data/source/stylesheets/bourbon/addons/_button.scss +343 -0
- data/source/stylesheets/bourbon/addons/_clearfix.scss +29 -0
- data/source/stylesheets/bourbon/addons/_font-family.scss +5 -0
- data/source/stylesheets/bourbon/addons/_hide-text.scss +5 -0
- data/source/stylesheets/bourbon/addons/_html5-input-types.scss +56 -0
- data/source/stylesheets/bourbon/addons/_position.scss +42 -0
- data/source/stylesheets/bourbon/addons/_prefixer.scss +49 -0
- data/source/stylesheets/bourbon/addons/_retina-image.scss +32 -0
- data/source/stylesheets/bourbon/addons/_size.scss +44 -0
- data/source/stylesheets/bourbon/addons/_timing-functions.scss +32 -0
- data/source/stylesheets/bourbon/addons/_triangle.scss +45 -0
- data/source/stylesheets/bourbon/css3/_animation.scss +52 -0
- data/source/stylesheets/bourbon/css3/_appearance.scss +3 -0
- data/source/stylesheets/bourbon/css3/_backface-visibility.scss +6 -0
- data/source/stylesheets/bourbon/css3/_background-image.scss +48 -0
- data/source/stylesheets/bourbon/css3/_background.scss +103 -0
- data/source/stylesheets/bourbon/css3/_border-image.scss +55 -0
- data/source/stylesheets/bourbon/css3/_border-radius.scss +22 -0
- data/source/stylesheets/bourbon/css3/_box-sizing.scss +4 -0
- data/source/stylesheets/bourbon/css3/_columns.scss +47 -0
- data/source/stylesheets/bourbon/css3/_flex-box.scss +52 -0
- data/source/stylesheets/bourbon/css3/_font-face.scss +23 -0
- data/source/stylesheets/bourbon/css3/_hidpi-media-query.scss +10 -0
- data/source/stylesheets/bourbon/css3/_image-rendering.scss +13 -0
- data/source/stylesheets/bourbon/css3/_inline-block.scss +8 -0
- data/source/stylesheets/bourbon/css3/_keyframes.scss +43 -0
- data/source/stylesheets/bourbon/css3/_linear-gradient.scss +41 -0
- data/source/stylesheets/bourbon/css3/_perspective.scss +8 -0
- data/source/stylesheets/bourbon/css3/_placeholder.scss +29 -0
- data/source/stylesheets/bourbon/css3/_radial-gradient.scss +44 -0
- data/source/stylesheets/bourbon/css3/_transform.scss +15 -0
- data/source/stylesheets/bourbon/css3/_transition.scss +34 -0
- data/source/stylesheets/bourbon/css3/_user-select.scss +3 -0
- data/source/stylesheets/bourbon/functions/_compact.scss +11 -0
- data/source/stylesheets/bourbon/functions/_flex-grid.scss +39 -0
- data/source/stylesheets/bourbon/functions/_grid-width.scss +13 -0
- data/source/stylesheets/bourbon/functions/_linear-gradient.scss +13 -0
- data/source/stylesheets/bourbon/functions/_modular-scale.scss +40 -0
- data/source/stylesheets/bourbon/functions/_px-to-em.scss +8 -0
- data/source/stylesheets/bourbon/functions/_radial-gradient.scss +23 -0
- data/source/stylesheets/bourbon/functions/_tint-shade.scss +9 -0
- data/source/stylesheets/bourbon/functions/_transition-property-name.scss +22 -0
- data/source/stylesheets/bourbon/helpers/_deprecated-webkit-gradient.scss +39 -0
- data/source/stylesheets/bourbon/helpers/_gradient-positions-parser.scss +13 -0
- data/source/stylesheets/bourbon/helpers/_linear-positions-parser.scss +61 -0
- data/source/stylesheets/bourbon/helpers/_radial-arg-parser.scss +69 -0
- data/source/stylesheets/bourbon/helpers/_radial-positions-parser.scss +18 -0
- data/source/stylesheets/bourbon/helpers/_render-gradients.scss +26 -0
- data/source/stylesheets/bourbon/helpers/_shape-size-stripper.scss +10 -0
- data/source/stylesheets/neat/_neat-helpers.scss +7 -0
- data/source/stylesheets/neat/_neat.scss +21 -0
- data/source/stylesheets/neat/functions/_new-breakpoint.scss +16 -0
- data/source/stylesheets/neat/functions/_private.scss +125 -0
- data/source/stylesheets/neat/grid/_fill-parent.scss +7 -0
- data/source/stylesheets/neat/grid/_grid.scss +5 -0
- data/source/stylesheets/neat/grid/_media.scss +51 -0
- data/source/stylesheets/neat/grid/_omega.scss +79 -0
- data/source/stylesheets/neat/grid/_outer-container.scss +8 -0
- data/source/stylesheets/neat/grid/_pad.scss +8 -0
- data/source/stylesheets/neat/grid/_private.scss +50 -0
- data/source/stylesheets/neat/grid/_reset.scss +12 -0
- data/source/stylesheets/neat/grid/_row.scss +17 -0
- data/source/stylesheets/neat/grid/_shift.scss +16 -0
- data/source/stylesheets/neat/grid/_span-columns.scss +45 -0
- data/source/stylesheets/neat/grid/_to-deprecate.scss +57 -0
- data/source/stylesheets/neat/grid/_visual-grid.scss +41 -0
- data/source/stylesheets/neat/settings/_grid.scss +7 -0
- data/source/stylesheets/neat/settings/_visual-grid.scss +5 -0
- data/source/stylesheets/normalize.css +375 -0
- data/source/stylesheets/refills/_accordion-tabs.scss +101 -0
- data/source/stylesheets/refills/_accordion.scss +51 -0
- data/source/stylesheets/refills/_badges.scss +37 -0
- data/source/stylesheets/refills/_breadcrumbs.scss +77 -0
- data/source/stylesheets/refills/_button-group.scss +33 -0
- data/source/stylesheets/refills/_cards.scss +64 -0
- data/source/stylesheets/refills/_dashboard.scss +33 -0
- data/source/stylesheets/refills/_dropdown-menu.scss +65 -0
- data/source/stylesheets/refills/_footer.scss +55 -0
- data/source/stylesheets/refills/_hero.scss +35 -0
- data/source/stylesheets/refills/_image-cards.scss +102 -0
- data/source/stylesheets/refills/_info-section.scss +49 -0
- data/source/stylesheets/refills/_item-list.scss +37 -0
- data/source/stylesheets/refills/_master-detail.scss +54 -0
- data/source/stylesheets/refills/_modal.scss +160 -0
- data/source/stylesheets/refills/_navigation.scss +168 -0
- data/source/stylesheets/refills/_overlap.scss +42 -0
- data/source/stylesheets/refills/_progress-bar.scss +83 -0
- data/source/stylesheets/refills/_search-bar.scss +43 -0
- data/source/stylesheets/refills/_sidebar-layout.scss +56 -0
- data/source/stylesheets/refills/_sliding-menu.scss +58 -0
- data/source/stylesheets/refills/_switch-toggle.scss +73 -0
- data/source/stylesheets/refills/_tables.scss +80 -0
- data/source/stylesheets/refills/_toggle-cards.scss +104 -0
- data/source/stylesheets/refills/_tooltip.scss +81 -0
- data/source/stylesheets/refills/_vertical-tabs.scss +113 -0
- data/source/vendor/javascripts/prism.js +13 -0
- data/source/vendor/stylesheets/prism.css +126 -0
- metadata +349 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
.footer {
|
|
2
|
+
$footer-color: lighten($base-border-color, 10);
|
|
3
|
+
$footer-text-color: darken($footer-color, 25);
|
|
4
|
+
|
|
5
|
+
background-color: $footer-color;
|
|
6
|
+
padding: 1em 0;
|
|
7
|
+
|
|
8
|
+
.footer-inner {
|
|
9
|
+
max-width: 1200px;
|
|
10
|
+
padding: 3em;
|
|
11
|
+
margin: auto;
|
|
12
|
+
|
|
13
|
+
.footer-links {
|
|
14
|
+
margin-bottom: 1em;
|
|
15
|
+
@include clearfix;
|
|
16
|
+
@include media($medium-screen) {
|
|
17
|
+
@include shift(3);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
ul {
|
|
22
|
+
margin-bottom: 2em;
|
|
23
|
+
@include media($medium-screen) {
|
|
24
|
+
@include span-columns(3);
|
|
25
|
+
@include omega(3n);
|
|
26
|
+
@include clearfix;
|
|
27
|
+
}
|
|
28
|
+
li {
|
|
29
|
+
text-align: center;
|
|
30
|
+
@include media($medium-screen) {
|
|
31
|
+
text-align: left;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
a {
|
|
36
|
+
display: inline-block;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
hr {
|
|
42
|
+
border-bottom: 1px solid $footer-text-color;
|
|
43
|
+
width: 12em;
|
|
44
|
+
margin: auto;
|
|
45
|
+
margin-bottom: 1em;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
p {
|
|
49
|
+
margin: auto;
|
|
50
|
+
text-align: center;
|
|
51
|
+
color: $footer-text-color;
|
|
52
|
+
max-width: 35em;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
.hero {
|
|
2
|
+
$hero-background: lighten($base-border-color, 10);
|
|
3
|
+
|
|
4
|
+
background-color: $hero-background;
|
|
5
|
+
padding-bottom: 4em;
|
|
6
|
+
|
|
7
|
+
.hero-inner {
|
|
8
|
+
@include outer-container;
|
|
9
|
+
@include clearfix;
|
|
10
|
+
padding: 1em;
|
|
11
|
+
margin: auto;
|
|
12
|
+
|
|
13
|
+
button {
|
|
14
|
+
@include button(simple, $base-accent-color);
|
|
15
|
+
font-size: $base-font-size;
|
|
16
|
+
outline: none;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.hero-copy {
|
|
20
|
+
@include media($medium-screen) {
|
|
21
|
+
@include span-columns(6);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
h6 {
|
|
25
|
+
margin-bottom: 2em;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.hero-image {
|
|
30
|
+
@include media($medium-screen) {
|
|
31
|
+
@include span-columns(6);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
@mixin texture($bg-color, $texture-number) {
|
|
2
|
+
$texture-list: "line_diagonal1.png";
|
|
3
|
+
background: url("https://raw.github.com/Magnus-G/texture-mixin/gh-pages/textures/#{nth($texture-list, $texture-number)}");
|
|
4
|
+
background-color: $bg-color;
|
|
5
|
+
// see http://magnus-g.github.io/texture-mixin/ for info on how to use this texture mixin
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.image-cards {
|
|
9
|
+
$image-card-border-color: $base-border-color;
|
|
10
|
+
$image-card-border: 1px solid $image-card-border-color;
|
|
11
|
+
$image-card-color: lighten($image-card-border-color, 10);
|
|
12
|
+
$image-card-header-color: $image-card-color;
|
|
13
|
+
$image-card-hover-color: darken($image-card-color, 5);
|
|
14
|
+
|
|
15
|
+
$image-card-height: 300px;
|
|
16
|
+
|
|
17
|
+
@include clearfix;
|
|
18
|
+
cursor: pointer;
|
|
19
|
+
margin-bottom: 1em;
|
|
20
|
+
|
|
21
|
+
.image-card {
|
|
22
|
+
height: $image-card-height;
|
|
23
|
+
border: $image-card-border;
|
|
24
|
+
background-color: $image-card-color;
|
|
25
|
+
border-radius: $base-border-radius;
|
|
26
|
+
margin-bottom: $base-line-height;
|
|
27
|
+
|
|
28
|
+
@include media($medium-screen) {
|
|
29
|
+
@include span-columns(4 of 12);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&.top {
|
|
33
|
+
.image-wrapper {
|
|
34
|
+
height: $image-card-height /2;
|
|
35
|
+
border-top-left-radius: $base-border-radius;
|
|
36
|
+
border-bottom-left-radius: $base-border-radius;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&.left {
|
|
41
|
+
.image-wrapper {
|
|
42
|
+
float: left;
|
|
43
|
+
height: $image-card-height;
|
|
44
|
+
width: 5%;
|
|
45
|
+
border-top-left-radius: $base-border-radius;
|
|
46
|
+
border-bottom-left-radius: $base-border-radius;
|
|
47
|
+
}
|
|
48
|
+
.image-card-content {
|
|
49
|
+
float: right;
|
|
50
|
+
width: 95%;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&.bottom {
|
|
55
|
+
position: relative;
|
|
56
|
+
.image-wrapper {
|
|
57
|
+
height: $image-card-height /2;
|
|
58
|
+
position: absolute;
|
|
59
|
+
bottom: 0;
|
|
60
|
+
right: 0;
|
|
61
|
+
left: 0;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.image-wrapper {
|
|
66
|
+
@include texture($light-gray, 1);
|
|
67
|
+
// see http://magnus-g.github.io/texture-mixin/ for info on how to use this texture mixin
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.image-card-content {
|
|
71
|
+
padding-left: 1em;
|
|
72
|
+
padding-right: 1em;
|
|
73
|
+
padding-top: 1em;
|
|
74
|
+
|
|
75
|
+
p {
|
|
76
|
+
overflow: hidden;
|
|
77
|
+
text-overflow: ellipsis;
|
|
78
|
+
display: -webkit-box;
|
|
79
|
+
-webkit-line-clamp: 3;
|
|
80
|
+
-webkit-box-orient: vertical;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
h3 {
|
|
85
|
+
font-weight: 800;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
&:hover {
|
|
89
|
+
background-color: $image-card-hover-color;
|
|
90
|
+
.card-header {
|
|
91
|
+
background-color: $image-card-hover-color;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
&:active {
|
|
96
|
+
background-color: $image-card-color;
|
|
97
|
+
.card-header {
|
|
98
|
+
background-color: $image-card-color;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
.info-section {
|
|
2
|
+
$info-section-border-color: $base-border-color;
|
|
3
|
+
$info-section-border: 1px solid $info-section-border-color;
|
|
4
|
+
$info-section-color: lighten($info-section-border-color, 10);
|
|
5
|
+
$info-section-img-background: $info-section-border-color;
|
|
6
|
+
|
|
7
|
+
@include clearfix;
|
|
8
|
+
background-color: $info-section-color;
|
|
9
|
+
border-radius: $base-border-radius;
|
|
10
|
+
border: $info-section-border;
|
|
11
|
+
padding: 4em;
|
|
12
|
+
|
|
13
|
+
@if lightness($info-section-color) < 50% {
|
|
14
|
+
color: white;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
img {
|
|
18
|
+
content: '';
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
h3 {
|
|
22
|
+
margin-bottom: 0.5em;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
li {
|
|
26
|
+
@include media($medium-screen) {
|
|
27
|
+
@include span-columns(4);
|
|
28
|
+
@include omega(3n);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.img-wrapper {
|
|
33
|
+
display: block;
|
|
34
|
+
margin: 40px auto;
|
|
35
|
+
height: 200px;
|
|
36
|
+
width: 200px;
|
|
37
|
+
border-radius: 190px;
|
|
38
|
+
background-color: $info-section-img-background;
|
|
39
|
+
|
|
40
|
+
img {
|
|
41
|
+
padding: 30px;
|
|
42
|
+
height: 135px;
|
|
43
|
+
width: 135px;
|
|
44
|
+
display: block;
|
|
45
|
+
margin: auto;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
$item-list-border-color: $base-border-color;
|
|
2
|
+
$item-list-border: 1px solid $item-list-border-color;
|
|
3
|
+
|
|
4
|
+
$item-list-background: lighten($item-list-border-color, 10);
|
|
5
|
+
|
|
6
|
+
ul.item-list {
|
|
7
|
+
@include clearfix;
|
|
8
|
+
$item-list-height: 5em;
|
|
9
|
+
margin: 0 0 $base-line-height;
|
|
10
|
+
|
|
11
|
+
li {
|
|
12
|
+
margin-bottom: $base-line-height;
|
|
13
|
+
|
|
14
|
+
.item-list-image {
|
|
15
|
+
float: left;
|
|
16
|
+
width: $item-list-height;
|
|
17
|
+
height: $item-list-height;
|
|
18
|
+
margin-right: 1em;
|
|
19
|
+
border: $item-list-border;
|
|
20
|
+
border-radius: $base-border-radius;
|
|
21
|
+
background-color: $item-list-background;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
p {
|
|
25
|
+
overflow: hidden;
|
|
26
|
+
text-overflow: ellipsis;
|
|
27
|
+
display: -webkit-box;
|
|
28
|
+
-webkit-line-clamp: 2;
|
|
29
|
+
-webkit-box-orient: vertical;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
@include media($large-screen) {
|
|
33
|
+
@include span-columns(6);
|
|
34
|
+
@include omega(2n);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
.master-detail {
|
|
2
|
+
$master-detail-border-color: $base-border-color;
|
|
3
|
+
$master-detail-background: lighten($master-detail-border-color, 10);
|
|
4
|
+
$master-detail-height: 400px;
|
|
5
|
+
$master-detail-border: 1px solid $master-detail-border-color;
|
|
6
|
+
|
|
7
|
+
border-radius: $base-border-radius;
|
|
8
|
+
@include clearfix;
|
|
9
|
+
margin-bottom: $base-line-height;
|
|
10
|
+
border: $master-detail-border;
|
|
11
|
+
|
|
12
|
+
.master {
|
|
13
|
+
@include media($medium-screen) {
|
|
14
|
+
width: 30%;
|
|
15
|
+
float: left;
|
|
16
|
+
background-color: $master-detail-background;
|
|
17
|
+
}
|
|
18
|
+
ul {
|
|
19
|
+
height: $master-detail-height;
|
|
20
|
+
overflow: scroll;
|
|
21
|
+
overflow-x: hidden;
|
|
22
|
+
|
|
23
|
+
li {
|
|
24
|
+
padding: 1em;
|
|
25
|
+
border-bottom: $master-detail-border;
|
|
26
|
+
border-right: $master-detail-border;
|
|
27
|
+
|
|
28
|
+
&:last-child {
|
|
29
|
+
border-bottom: 0;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
p {
|
|
33
|
+
overflow: hidden;
|
|
34
|
+
text-overflow: ellipsis;
|
|
35
|
+
display: -webkit-box;
|
|
36
|
+
-webkit-line-clamp: 2;
|
|
37
|
+
-webkit-box-orient: vertical;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.detail {
|
|
44
|
+
height: $master-detail-height;
|
|
45
|
+
display: none;
|
|
46
|
+
|
|
47
|
+
@include media($medium-screen) {
|
|
48
|
+
width: 70%;
|
|
49
|
+
float: right;
|
|
50
|
+
padding: 1em;
|
|
51
|
+
display: block;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
$modal-padding: 3em;
|
|
2
|
+
$modal-close-color: $light-gray;
|
|
3
|
+
$modal-image-height: 135px;
|
|
4
|
+
$modal-image-width: $modal-image-height;
|
|
5
|
+
|
|
6
|
+
.modal-open {
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.modal {
|
|
11
|
+
label {
|
|
12
|
+
cursor: pointer;
|
|
13
|
+
|
|
14
|
+
img {
|
|
15
|
+
$img-width: 300px;
|
|
16
|
+
border-radius: $img-width/2;
|
|
17
|
+
display: block;
|
|
18
|
+
margin-bottom: 2em;
|
|
19
|
+
max-width: $img-width;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
input[type="checkbox"] {
|
|
24
|
+
display: none;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.modal-window {
|
|
29
|
+
@include transition(opacity .25s ease);
|
|
30
|
+
@include position(fixed, 0px 0px 0px 0px);
|
|
31
|
+
background: rgba(0,0,0, .85);
|
|
32
|
+
opacity: 0;
|
|
33
|
+
text-align: left;
|
|
34
|
+
visibility: hidden;
|
|
35
|
+
z-index: 999;
|
|
36
|
+
|
|
37
|
+
.modal-bg {
|
|
38
|
+
@include position(absolute, 0px 0px 0px 0px);
|
|
39
|
+
cursor: pointer;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.modal-inner {
|
|
43
|
+
@include transition(opacity .25s ease);
|
|
44
|
+
@include position(absolute, -20% 0px 0px 0px);
|
|
45
|
+
border-radius: 3px;
|
|
46
|
+
background: white;
|
|
47
|
+
margin: auto;
|
|
48
|
+
max-height: 70%;
|
|
49
|
+
overflow: auto;
|
|
50
|
+
padding: $modal-padding;
|
|
51
|
+
width: 95%;
|
|
52
|
+
|
|
53
|
+
@include media($medium-screen) {
|
|
54
|
+
width: 50%;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.img-wrapper-modal {
|
|
58
|
+
@include size($modal-image-width $modal-image-height);
|
|
59
|
+
background-color: $light-gray;
|
|
60
|
+
border-radius: 190px;
|
|
61
|
+
display: block;
|
|
62
|
+
|
|
63
|
+
img {
|
|
64
|
+
@include size($modal-image-width $modal-image-height);
|
|
65
|
+
content: '';
|
|
66
|
+
display: block;
|
|
67
|
+
padding: 30px;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
h1 {
|
|
72
|
+
color: $base-font-color;
|
|
73
|
+
margin-bottom: .6em;
|
|
74
|
+
text-align: left;
|
|
75
|
+
text-transform: capitalize;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
p {
|
|
79
|
+
font-size: $base-font-size;
|
|
80
|
+
max-width: 100% !important;
|
|
81
|
+
padding: 0;
|
|
82
|
+
text-align: left;
|
|
83
|
+
|
|
84
|
+
&.intro {
|
|
85
|
+
color: $blue;
|
|
86
|
+
line-height: 1.6em;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
&.body {
|
|
90
|
+
color: $base-font-color;
|
|
91
|
+
line-height: 1.45em;
|
|
92
|
+
|
|
93
|
+
@include media($medium-screen) {
|
|
94
|
+
@include columns(2 8em);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
a.cta {
|
|
100
|
+
color: white;
|
|
101
|
+
display: inline-block;
|
|
102
|
+
margin-right: .5em;
|
|
103
|
+
margin-top: 1em;
|
|
104
|
+
|
|
105
|
+
&:last-child {
|
|
106
|
+
padding: 0 2em;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.modal-close {
|
|
112
|
+
@include position(fixed, ($modal-padding /2) ($modal-padding /2) 0 0);
|
|
113
|
+
@include size(0.5em);
|
|
114
|
+
cursor: pointer;
|
|
115
|
+
|
|
116
|
+
&:after,
|
|
117
|
+
&:before {
|
|
118
|
+
@include position(absolute, 0px 0 0 -50%);
|
|
119
|
+
@include transform(rotate(45deg));
|
|
120
|
+
@include size(.15em 1.5em);
|
|
121
|
+
background: $modal-close-color;
|
|
122
|
+
content: '';
|
|
123
|
+
display: block;
|
|
124
|
+
margin: -3px 0 0 -1px;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
&:hover:after,
|
|
128
|
+
&:hover:before {
|
|
129
|
+
background: darken($modal-close-color, 10);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
&:before {
|
|
133
|
+
@include transform(rotate(-45deg));
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.modal-state:checked + .modal-window {
|
|
139
|
+
opacity: 1;
|
|
140
|
+
visibility: visible;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.modal-state:checked + .modal-window .modal-inner {
|
|
144
|
+
top: 0;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
.btn {
|
|
149
|
+
@include button(simple, $base-accent-color);
|
|
150
|
+
font-size: $base-font-size;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
p img {
|
|
154
|
+
float: left;
|
|
155
|
+
height: auto;
|
|
156
|
+
margin: 0 1em 1em 0;
|
|
157
|
+
max-width: 200px;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
// Based on code by Kasper Mikiewicz
|