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,269 @@
|
|
|
1
|
+
$refills-color: lighten(desaturate(teal, 60), 40);
|
|
2
|
+
$base-body-color: white;
|
|
3
|
+
|
|
4
|
+
body {
|
|
5
|
+
background-color: $base-body-color;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
$refills-nav-height: 60px;
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
.refills-header {
|
|
13
|
+
width: 100%;
|
|
14
|
+
margin: 0 0 $base-line-height*3;
|
|
15
|
+
height: $refills-nav-height;
|
|
16
|
+
background-color: $base-body-color;
|
|
17
|
+
|
|
18
|
+
.logo {
|
|
19
|
+
font-weight: bold;
|
|
20
|
+
float: left;
|
|
21
|
+
padding: 0;
|
|
22
|
+
text-transform: uppercase;
|
|
23
|
+
line-height: $refills-nav-height;
|
|
24
|
+
color: white;
|
|
25
|
+
background-color: $dark-gray;
|
|
26
|
+
padding: 0 2em;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
p {
|
|
30
|
+
padding-right: 1em;
|
|
31
|
+
display: block;
|
|
32
|
+
float: right;
|
|
33
|
+
margin: 0;
|
|
34
|
+
line-height: $refills-nav-height;
|
|
35
|
+
background-color: $base-body-color;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&:hover {
|
|
39
|
+
.nav ul {
|
|
40
|
+
display: block;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.nav {
|
|
45
|
+
ul {
|
|
46
|
+
display: none;
|
|
47
|
+
-webkit-transform-style: preserve-3d; // stop webkit flicker
|
|
48
|
+
overflow: hidden;
|
|
49
|
+
margin: 0 auto;
|
|
50
|
+
padding: 0;
|
|
51
|
+
width: 100%;
|
|
52
|
+
|
|
53
|
+
li {
|
|
54
|
+
position: relative;
|
|
55
|
+
overflow: hidden;
|
|
56
|
+
display: block;
|
|
57
|
+
width: 100%;
|
|
58
|
+
text-align: right;
|
|
59
|
+
padding: 1em;
|
|
60
|
+
border-radius: $base-border-radius;
|
|
61
|
+
line-height: $refills-nav-height;
|
|
62
|
+
width: 100%;
|
|
63
|
+
position: relative;
|
|
64
|
+
display: block;
|
|
65
|
+
z-index: 99999999;
|
|
66
|
+
overflow: hidden;
|
|
67
|
+
font-size: $base-font-size /1.2;
|
|
68
|
+
font-weight: 200;
|
|
69
|
+
background-color: $refills-color;
|
|
70
|
+
|
|
71
|
+
&:hover {
|
|
72
|
+
background-color: darken($refills-color, 10);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
a {
|
|
77
|
+
padding: 1em;
|
|
78
|
+
color: white;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
@include media ($medium-screen) {
|
|
85
|
+
margin: 2em 0 $base-line-height*3;
|
|
86
|
+
p {
|
|
87
|
+
display: none;
|
|
88
|
+
}
|
|
89
|
+
.nav {
|
|
90
|
+
float: right;
|
|
91
|
+
|
|
92
|
+
ul {
|
|
93
|
+
display: block;
|
|
94
|
+
margin: 0;
|
|
95
|
+
padding: 0;
|
|
96
|
+
|
|
97
|
+
li {
|
|
98
|
+
display: inline;
|
|
99
|
+
display: inline;
|
|
100
|
+
text-decoration: none;
|
|
101
|
+
line-height: $refills-nav-height;
|
|
102
|
+
padding-right: 1em;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/////////////////////////
|
|
110
|
+
|
|
111
|
+
.refills-wrapper {
|
|
112
|
+
@include outer-container;
|
|
113
|
+
padding: 1em;
|
|
114
|
+
|
|
115
|
+
h1.main-header {
|
|
116
|
+
background-color: $refills-color;
|
|
117
|
+
display: inline-block;
|
|
118
|
+
padding: 0.5em;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.refill {
|
|
122
|
+
margin-bottom: 2em;
|
|
123
|
+
padding-bottom: 3em;
|
|
124
|
+
border-bottom: 2px dashed $light-gray;
|
|
125
|
+
position: relative;
|
|
126
|
+
|
|
127
|
+
> h3 {
|
|
128
|
+
padding-top: 0.5em;
|
|
129
|
+
margin-top: 1em;
|
|
130
|
+
margin-bottom: 1.3em;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.js-hide-code {
|
|
136
|
+
display: none;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.js-show-code {
|
|
140
|
+
display: block;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
pre {
|
|
144
|
+
display: none;
|
|
145
|
+
padding: 0;
|
|
146
|
+
width: 50%;
|
|
147
|
+
float: left;
|
|
148
|
+
|
|
149
|
+
code {
|
|
150
|
+
max-height: em(400);
|
|
151
|
+
font-size: $base-font-size/2;
|
|
152
|
+
line-height: $base-line-height/2;
|
|
153
|
+
overflow: scroll;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.row {
|
|
159
|
+
@include clearfix;
|
|
160
|
+
|
|
161
|
+
.narrow {
|
|
162
|
+
@include media($medium-screen) {
|
|
163
|
+
@include span-columns(6);
|
|
164
|
+
@include omega(2n);
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
@mixin texture($bg-color, $texture-number, $inverted) { $texture-list: "paper.png" // Fabric and paper
|
|
172
|
+
"rice_paper.png"
|
|
173
|
+
"noise_lines.png"
|
|
174
|
+
"fabric_plaid.png"
|
|
175
|
+
"first_aid_kit.png"
|
|
176
|
+
"texturetastic_gray.png"
|
|
177
|
+
"lil_fiber.png"
|
|
178
|
+
"tex2res5.png"
|
|
179
|
+
"skin_side_up.png"
|
|
180
|
+
"light_noise_diagonal.png"
|
|
181
|
+
"chruch.png"
|
|
182
|
+
"45degreee_fabric.png"
|
|
183
|
+
"bgnoise_lg.png"
|
|
184
|
+
"little_pluses.png"
|
|
185
|
+
"squairy_light.png"
|
|
186
|
+
"white_texture.png"
|
|
187
|
+
"binding_light.png"
|
|
188
|
+
"double_lined.png" // Grid, mesh and squares
|
|
189
|
+
"grid.png"
|
|
190
|
+
"absurdidad.png"
|
|
191
|
+
"grid_noise.png"
|
|
192
|
+
"fancy_deboss.png"
|
|
193
|
+
"graphy.png"
|
|
194
|
+
"noise_pattern_with_crosslines.png"
|
|
195
|
+
"old_mathematics.png"
|
|
196
|
+
"ps_neutral.png"
|
|
197
|
+
"subtle_freckles.png"
|
|
198
|
+
"wavegrid.png"
|
|
199
|
+
"az_subtle.png"
|
|
200
|
+
"tiny_grid.png"
|
|
201
|
+
"wavegrid.png"
|
|
202
|
+
"gridme.png"
|
|
203
|
+
"noisy_grid.png"
|
|
204
|
+
"subtlenet2.png"
|
|
205
|
+
"white_carbon.png"
|
|
206
|
+
"lghtmesh.png"
|
|
207
|
+
"p5.png" // Dots
|
|
208
|
+
"worn_dots.png"
|
|
209
|
+
"subtle_dots.png"
|
|
210
|
+
"brillant.png"
|
|
211
|
+
"farmer.png"
|
|
212
|
+
"retina_dust.png" // Lines
|
|
213
|
+
"pinstripe.png"
|
|
214
|
+
"line_horizontal1.png"
|
|
215
|
+
"line_horizontal2.png"
|
|
216
|
+
"linen.png"
|
|
217
|
+
"vintage_speckles.png" // Patina and irregular
|
|
218
|
+
"subtle_grunge.png"
|
|
219
|
+
"old_wall.png"
|
|
220
|
+
"brushed.png"
|
|
221
|
+
"stucco.png"
|
|
222
|
+
"mooning.png"
|
|
223
|
+
"husk.png"
|
|
224
|
+
"concrete_wall_2.png"
|
|
225
|
+
"noisy.png"
|
|
226
|
+
"concrete_wall_3.png"
|
|
227
|
+
"subtle_surface.png"
|
|
228
|
+
"dust.png"
|
|
229
|
+
"light_alu.png"
|
|
230
|
+
"corrugation.png"
|
|
231
|
+
"kindajean.png" // Diagonal
|
|
232
|
+
"line_diagonal1.png"
|
|
233
|
+
"line_diagonal2.png"
|
|
234
|
+
"groovepaper.png"
|
|
235
|
+
"brushed_alu.png"
|
|
236
|
+
"rough_diagonal.png"
|
|
237
|
+
"diagonal-noise.png"
|
|
238
|
+
"cross_scratches.png"
|
|
239
|
+
"striped_lens.png"
|
|
240
|
+
"debut_light.png"
|
|
241
|
+
"diagonal_waves.png" // Special
|
|
242
|
+
"honey_im_subtle.png"
|
|
243
|
+
"pw_maze_white.png"
|
|
244
|
+
"subtle_zebra_3d.png"
|
|
245
|
+
"white_wave.png"
|
|
246
|
+
"circles.png"
|
|
247
|
+
"crosses.png"
|
|
248
|
+
"grilled.png"
|
|
249
|
+
"pw_pattern.png"
|
|
250
|
+
"struckaxiom.png"
|
|
251
|
+
"vichy.png"
|
|
252
|
+
"wavecut.png"
|
|
253
|
+
"whitey.png"
|
|
254
|
+
"cream_pixels.png"
|
|
255
|
+
"grey.png"
|
|
256
|
+
"shinedotted.png"
|
|
257
|
+
"stacked_circles.png"
|
|
258
|
+
;
|
|
259
|
+
|
|
260
|
+
@if ($inverted == 1) {
|
|
261
|
+
background: url("https://raw.github.com/Magnus-G/texture-mixin/gh-pages/textures/inverted/#{nth($texture-list, $texture-number)}");
|
|
262
|
+
background-color: $bg-color;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
@else {
|
|
266
|
+
background: url("https://raw.github.com/Magnus-G/texture-mixin/gh-pages/textures/#{nth($texture-list, $texture-number)}");
|
|
267
|
+
background-color: $bg-color;
|
|
268
|
+
}
|
|
269
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
@import "normalize";
|
|
2
|
+
@import "bourbon/bourbon";
|
|
3
|
+
@import "bitters/grid-settings";
|
|
4
|
+
@import "neat/neat";
|
|
5
|
+
@import "bitters/bitters";
|
|
6
|
+
@import "normalize";
|
|
7
|
+
@import "prism";
|
|
8
|
+
|
|
9
|
+
@import "refills-styles";
|
|
10
|
+
|
|
11
|
+
@import "refills/accordion";
|
|
12
|
+
@import "refills/accordion-tabs";
|
|
13
|
+
@import "refills/badges";
|
|
14
|
+
@import "refills/breadcrumbs";
|
|
15
|
+
@import "refills/button-group";
|
|
16
|
+
@import "refills/cards";
|
|
17
|
+
@import "refills/dashboard";
|
|
18
|
+
@import "refills/dropdown-menu";
|
|
19
|
+
@import "refills/footer";
|
|
20
|
+
@import "refills/hero";
|
|
21
|
+
@import "refills/image-cards";
|
|
22
|
+
@import "refills/info-section";
|
|
23
|
+
@import "refills/item-list";
|
|
24
|
+
@import "refills/master-detail";
|
|
25
|
+
@import "refills/modal";
|
|
26
|
+
@import "refills/navigation";
|
|
27
|
+
@import "refills/overlap";
|
|
28
|
+
@import "refills/progress-bar";
|
|
29
|
+
@import "refills/search-bar";
|
|
30
|
+
@import "refills/sidebar-layout";
|
|
31
|
+
@import "refills/sliding-menu";
|
|
32
|
+
@import "refills/switch-toggle";
|
|
33
|
+
@import "refills/tables";
|
|
34
|
+
@import "refills/toggle-cards";
|
|
35
|
+
@import "refills/tooltip";
|
|
36
|
+
@import "refills/vertical-tabs";
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/* Success, error & notice boxes for messages and errors. */
|
|
2
|
+
%flash {
|
|
3
|
+
margin-bottom: $base-line-height / 2;
|
|
4
|
+
padding: $base-line-height / 2;
|
|
5
|
+
font-weight: bold;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.error, #flash_failure {
|
|
9
|
+
@extend %flash;
|
|
10
|
+
background: $error-color;
|
|
11
|
+
color: darken($error-color, 60);
|
|
12
|
+
|
|
13
|
+
a {
|
|
14
|
+
color: darken($error-color, 70);
|
|
15
|
+
|
|
16
|
+
&:hover {
|
|
17
|
+
color: darken($error-color, 90);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.notice, #flash_notice {
|
|
23
|
+
@extend %flash;
|
|
24
|
+
background: $notice-color;
|
|
25
|
+
color: darken($notice-color, 60);
|
|
26
|
+
|
|
27
|
+
a {
|
|
28
|
+
color: darken($notice-color, 70);
|
|
29
|
+
|
|
30
|
+
&:hover {
|
|
31
|
+
color: darken($notice-color, 90);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
.success, #flash_success {
|
|
38
|
+
@extend %flash;
|
|
39
|
+
background: $success-color;
|
|
40
|
+
color: darken($success-color, 60);
|
|
41
|
+
|
|
42
|
+
a {
|
|
43
|
+
color: darken($success-color, 70);
|
|
44
|
+
|
|
45
|
+
&:hover {
|
|
46
|
+
color: darken($success-color, 90);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
$form-border-color: $base-border-color;
|
|
2
|
+
$form-border-color-hover: darken($base-border-color, 10);
|
|
3
|
+
$form-border-color-focus: $base-accent-color;
|
|
4
|
+
$form-border-radius: $base-border-radius;
|
|
5
|
+
$form-box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.06);
|
|
6
|
+
$form-box-shadow-focus: $form-box-shadow, 0 0 5px rgba(darken($form-border-color-focus, 5), 0.7);
|
|
7
|
+
$form-font-size: $base-font-size;
|
|
8
|
+
$form-font-family: $base-font-family;
|
|
9
|
+
|
|
10
|
+
fieldset {
|
|
11
|
+
background: lighten($base-border-color, 10);
|
|
12
|
+
border: 1px solid $base-border-color;
|
|
13
|
+
margin: 0 0 ($base-line-height / 2) 0;
|
|
14
|
+
padding: $base-line-height;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
input,
|
|
18
|
+
label,
|
|
19
|
+
select {
|
|
20
|
+
display: block;
|
|
21
|
+
font-family: $form-font-family;
|
|
22
|
+
font-size: $form-font-size;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
label {
|
|
26
|
+
font-weight: bold;
|
|
27
|
+
margin-bottom: $base-line-height / 4;
|
|
28
|
+
|
|
29
|
+
&.required:after {
|
|
30
|
+
content: "*";
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
abbr {
|
|
34
|
+
display: none;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
textarea,
|
|
39
|
+
#{$all-text-inputs} {
|
|
40
|
+
@include box-sizing(border-box);
|
|
41
|
+
@include transition(border-color);
|
|
42
|
+
background-color: white;
|
|
43
|
+
border-radius: $form-border-radius;
|
|
44
|
+
border: 1px solid $form-border-color;
|
|
45
|
+
box-shadow: $form-box-shadow;
|
|
46
|
+
font-family: $form-font-family;
|
|
47
|
+
font-size: $form-font-size;
|
|
48
|
+
margin-bottom: $base-line-height / 2;
|
|
49
|
+
padding: ($base-line-height / 3) ($base-line-height / 3);
|
|
50
|
+
resize: vertical;
|
|
51
|
+
width: 100%;
|
|
52
|
+
|
|
53
|
+
&:hover {
|
|
54
|
+
border-color: $form-border-color-hover;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
&:focus {
|
|
58
|
+
border-color: $form-border-color-focus;
|
|
59
|
+
box-shadow: $form-box-shadow-focus;
|
|
60
|
+
outline: none;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
input[type="search"] {
|
|
65
|
+
@include appearance(none);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
input[type="checkbox"], input[type="radio"] {
|
|
69
|
+
display: inline;
|
|
70
|
+
margin-right: $base-line-height / 4;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
select {
|
|
74
|
+
width: auto;
|
|
75
|
+
margin-bottom: $base-line-height;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
button,
|
|
79
|
+
input[type="submit"] {
|
|
80
|
+
@extend %button;
|
|
81
|
+
@include appearance(none);
|
|
82
|
+
cursor: pointer;
|
|
83
|
+
user-select: none;
|
|
84
|
+
vertical-align: middle;
|
|
85
|
+
white-space: nowrap;
|
|
86
|
+
background-clip: border-box;
|
|
87
|
+
}
|