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,101 @@
|
|
|
1
|
+
$tab-border-color: $base-border-color;
|
|
2
|
+
$tab-border: 1px solid $tab-border-color;
|
|
3
|
+
|
|
4
|
+
$tab-content-color: lighten($tab-border-color, 10);
|
|
5
|
+
|
|
6
|
+
$tab-active-color: $tab-content-color;
|
|
7
|
+
$tab-inactive-color: $base-body-color;
|
|
8
|
+
$tab-inactive-hover-color: darken($light-gray, 5);
|
|
9
|
+
|
|
10
|
+
.accordion-tabs { // small screens: accordion
|
|
11
|
+
|
|
12
|
+
@include clearfix;
|
|
13
|
+
width: 100%;
|
|
14
|
+
margin-bottom: $base-line-height;
|
|
15
|
+
border: $tab-border;
|
|
16
|
+
border-radius: $base-border-radius;
|
|
17
|
+
|
|
18
|
+
li {
|
|
19
|
+
list-style: none;
|
|
20
|
+
display: block;
|
|
21
|
+
|
|
22
|
+
&:first-child a {
|
|
23
|
+
border-top: 0;
|
|
24
|
+
border-top-right-radius: $base-border-radius;
|
|
25
|
+
border-top-left-radius: $base-border-radius;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&:last-child a {
|
|
29
|
+
border-bottom-right-radius: $base-border-radius;
|
|
30
|
+
border-bottom-left-radius: $base-border-radius;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
a {
|
|
34
|
+
display: block;
|
|
35
|
+
padding: 0.5em 1em;
|
|
36
|
+
font-weight: bold;
|
|
37
|
+
background-color: $tab-inactive-color;
|
|
38
|
+
text-decoration: none;
|
|
39
|
+
color: $dark-gray;
|
|
40
|
+
border-top: $tab-border;
|
|
41
|
+
|
|
42
|
+
&:hover {
|
|
43
|
+
color: $base-link-color;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&.active {
|
|
47
|
+
background-color: $tab-active-color;
|
|
48
|
+
border-bottom: 0;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
section {
|
|
53
|
+
padding: 1em;
|
|
54
|
+
display: none;
|
|
55
|
+
background-color: $tab-content-color;
|
|
56
|
+
overflow: hidden;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
@include media($medium-screen) { // turns into tabs
|
|
62
|
+
.accordion-tabs {
|
|
63
|
+
position: relative;
|
|
64
|
+
border: none;
|
|
65
|
+
|
|
66
|
+
li {
|
|
67
|
+
display: inline;
|
|
68
|
+
|
|
69
|
+
&:last-child a {
|
|
70
|
+
border-bottom-left-radius: 0;
|
|
71
|
+
border-bottom-right-radius: 0;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
a {
|
|
75
|
+
display: inline-block;
|
|
76
|
+
border-top: 0;
|
|
77
|
+
border-top-right-radius: $base-border-radius;
|
|
78
|
+
border-top-left-radius: $base-border-radius;
|
|
79
|
+
|
|
80
|
+
&.active {
|
|
81
|
+
background-color: $tab-active-color;
|
|
82
|
+
border-bottom: 1px solid $tab-active-color;
|
|
83
|
+
margin-bottom: -1px;
|
|
84
|
+
|
|
85
|
+
border-top: $tab-border;
|
|
86
|
+
border-left: $tab-border;
|
|
87
|
+
border-right: $tab-border;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
section {
|
|
93
|
+
padding: 1em;
|
|
94
|
+
border: $tab-border;
|
|
95
|
+
border-bottom-left-radius: $base-border-radius;
|
|
96
|
+
border-bottom-right-radius: $base-border-radius;
|
|
97
|
+
float: left;
|
|
98
|
+
left: 0;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.accordion-menus {
|
|
2
|
+
$accordion-menu-border-color: $base-border-color;
|
|
3
|
+
$accordion-menu-border: 1px solid $accordion-menu-border-color;
|
|
4
|
+
$accordion-menu-background: lighten($accordion-menu-border-color, 10);
|
|
5
|
+
$accordion-menu-hover: lighten($accordion-menu-background, 10);
|
|
6
|
+
$accordion-menu-sub-background: darken($accordion-menu-background, 5);
|
|
7
|
+
$accordion-menu-sub-inset: darken($accordion-menu-sub-background, 6);
|
|
8
|
+
$accordion-menu-sub-hover: darken($accordion-menu-sub-background, 5);
|
|
9
|
+
$accordion-menu-list-padding: 0.5em;
|
|
10
|
+
background-color: $accordion-menu-background;
|
|
11
|
+
border: $accordion-menu-border;
|
|
12
|
+
|
|
13
|
+
li {
|
|
14
|
+
border-bottom: $accordion-menu-border;
|
|
15
|
+
|
|
16
|
+
> a {
|
|
17
|
+
padding: $accordion-menu-list-padding;
|
|
18
|
+
display: block;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&:last-child {
|
|
22
|
+
border: none;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&:hover {
|
|
26
|
+
background-color: $accordion-menu-hover;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
ul.submenu {
|
|
31
|
+
display: none;
|
|
32
|
+
|
|
33
|
+
li {
|
|
34
|
+
background-color: $accordion-menu-sub-background;
|
|
35
|
+
|
|
36
|
+
&:first-child {
|
|
37
|
+
border-top: $accordion-menu-border;
|
|
38
|
+
box-shadow: inset 0 1px 1px $accordion-menu-sub-inset;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&:hover {
|
|
42
|
+
background-color: $accordion-menu-sub-hover;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.is-expanded {
|
|
48
|
+
display: block;
|
|
49
|
+
padding-bottom: 0;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
$badge-color: $medium-gray;
|
|
2
|
+
$badge-dark-color: $dark-gray;
|
|
3
|
+
$badge-error-color: $error-color;
|
|
4
|
+
$badge-notice-color: $notice-color;
|
|
5
|
+
$badge-success-color: $success-color;
|
|
6
|
+
$badge-font-color: #fff;
|
|
7
|
+
$badge-font-size: $base-font-size * .75;
|
|
8
|
+
|
|
9
|
+
.badge {
|
|
10
|
+
background: $badge-color;
|
|
11
|
+
border-radius: 2em;
|
|
12
|
+
color: $badge-font-color;
|
|
13
|
+
font-size: $badge-font-size;
|
|
14
|
+
font-weight: 600;
|
|
15
|
+
line-height: 1;
|
|
16
|
+
padding: 0 .5em;
|
|
17
|
+
text-align: center;
|
|
18
|
+
|
|
19
|
+
&.dark {
|
|
20
|
+
background: $badge-dark-color;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&.error {
|
|
24
|
+
background: $badge-error-color;
|
|
25
|
+
color: darken($badge-error-color, 60);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&.notice {
|
|
29
|
+
background: $badge-notice-color;
|
|
30
|
+
color: darken($badge-error-color, 60);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&.success {
|
|
34
|
+
background: $badge-success-color;
|
|
35
|
+
color: darken($badge-success-color, 60);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
.breadcrumb {
|
|
2
|
+
$breadcrumb-border-color: $base-border-color;
|
|
3
|
+
$breadcrumb-border: 1px solid $breadcrumb-border-color;
|
|
4
|
+
$breadcrumb-height: 2em;
|
|
5
|
+
$breadcrumb-arrow-color: $breadcrumb-border-color;
|
|
6
|
+
$breadcrumb-background: $base-body-color;
|
|
7
|
+
$breadcrumb-inactive-hover-color: darken($breadcrumb-border-color, 5);
|
|
8
|
+
|
|
9
|
+
margin: 0;
|
|
10
|
+
padding: 0;
|
|
11
|
+
border-radius: $base-border-radius;
|
|
12
|
+
display: inline-block;
|
|
13
|
+
|
|
14
|
+
a {
|
|
15
|
+
color: $base-font-color;
|
|
16
|
+
background-color: $breadcrumb-background;
|
|
17
|
+
border: $breadcrumb-border;
|
|
18
|
+
display: inline-block;
|
|
19
|
+
line-height: $breadcrumb-height;
|
|
20
|
+
text-decoration: none;
|
|
21
|
+
padding: 0 $breadcrumb-height/2 0 $breadcrumb-height/1.5;
|
|
22
|
+
position: relative;
|
|
23
|
+
margin-right: -5px;
|
|
24
|
+
|
|
25
|
+
&:first-child {
|
|
26
|
+
padding-left: $breadcrumb-height/2;
|
|
27
|
+
border-top-left-radius: $base-border-radius;
|
|
28
|
+
border-bottom-left-radius: $base-border-radius;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
&:last-child {
|
|
32
|
+
font-weight: bold;
|
|
33
|
+
background-color: $breadcrumb-background;
|
|
34
|
+
padding-right: $breadcrumb-height/2;
|
|
35
|
+
border-top-right-radius: $base-border-radius;
|
|
36
|
+
border-bottom-right-radius: $base-border-radius;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
&:hover {
|
|
40
|
+
background-color: $breadcrumb-inactive-hover-color;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&:hover:after {
|
|
44
|
+
border-left-color: $breadcrumb-inactive-hover-color;;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&:after,
|
|
48
|
+
&:before {
|
|
49
|
+
content: '';
|
|
50
|
+
display: block;
|
|
51
|
+
border-top: $breadcrumb-height/2 solid transparent;
|
|
52
|
+
border-bottom: $breadcrumb-height/2 solid transparent;
|
|
53
|
+
border-left: $breadcrumb-height/4 solid transparent;
|
|
54
|
+
position: absolute;
|
|
55
|
+
margin: auto;
|
|
56
|
+
top: 0;
|
|
57
|
+
bottom: 0;
|
|
58
|
+
left: 100%;
|
|
59
|
+
z-index: 2;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
&:last-child:after,
|
|
63
|
+
&:last-child:before {
|
|
64
|
+
border: none;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
&:before {
|
|
68
|
+
border-left-color: $breadcrumb-arrow-color;
|
|
69
|
+
margin-left: 1px;
|
|
70
|
+
z-index: 1;
|
|
71
|
+
}
|
|
72
|
+
&:after {
|
|
73
|
+
border-left-color: $breadcrumb-background;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
$button-group-background: lighten($light-gray, 10);
|
|
2
|
+
$button-group-border-highlight: white;
|
|
3
|
+
$button-group-active: $blue;
|
|
4
|
+
|
|
5
|
+
.button-group {
|
|
6
|
+
@include clearfix;
|
|
7
|
+
|
|
8
|
+
button {
|
|
9
|
+
@include button(simple, $button-group-background);
|
|
10
|
+
font-size: $base-font-size;
|
|
11
|
+
outline: none;
|
|
12
|
+
float: left;
|
|
13
|
+
|
|
14
|
+
&.active {
|
|
15
|
+
@include button(simple, $button-group-active);
|
|
16
|
+
font-size: $base-font-size;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&:first-child {
|
|
20
|
+
border-top-right-radius: 0;
|
|
21
|
+
border-bottom-right-radius: 0;
|
|
22
|
+
}
|
|
23
|
+
&:not(:first-child):not(:last-child) {
|
|
24
|
+
border-radius: 0;
|
|
25
|
+
border-left: 1px solid $button-group-border-highlight;
|
|
26
|
+
}
|
|
27
|
+
&:last-child {
|
|
28
|
+
border-top-left-radius: 0;
|
|
29
|
+
border-bottom-left-radius: 0;
|
|
30
|
+
border-left: 1px solid $button-group-border-highlight;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
.cards {
|
|
2
|
+
$card-border-color: $base-border-color;
|
|
3
|
+
$card-border: 1px solid $card-border-color;
|
|
4
|
+
$card-color: lighten($card-border-color, 10);
|
|
5
|
+
$card-header-color: $card-color;
|
|
6
|
+
$card-hover-color: darken($card-color, 5);
|
|
7
|
+
|
|
8
|
+
@include clearfix;
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
margin-bottom: 1em;
|
|
11
|
+
|
|
12
|
+
.card {
|
|
13
|
+
height: 190px;
|
|
14
|
+
border: $card-border;
|
|
15
|
+
background-color: $card-color;
|
|
16
|
+
border-radius: $base-border-radius;
|
|
17
|
+
margin-bottom: $base-line-height;
|
|
18
|
+
|
|
19
|
+
@include media($medium-screen) {
|
|
20
|
+
@include span-columns(4 of 12);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.card-header {
|
|
24
|
+
background-color: $card-header-color;
|
|
25
|
+
border-bottom: $card-border;
|
|
26
|
+
border-top-left-radius: $base-border-radius;
|
|
27
|
+
border-top-right-radius: $base-border-radius;
|
|
28
|
+
font-weight: bold;
|
|
29
|
+
padding: 0.5em 1em;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.card-content {
|
|
33
|
+
padding-left: 1em;
|
|
34
|
+
padding-right: 1em;
|
|
35
|
+
padding-top: 1em;
|
|
36
|
+
|
|
37
|
+
p {
|
|
38
|
+
overflow: hidden;
|
|
39
|
+
text-overflow: ellipsis;
|
|
40
|
+
display: -webkit-box;
|
|
41
|
+
-webkit-line-clamp: 4;
|
|
42
|
+
-webkit-box-orient: vertical;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
h3 {
|
|
47
|
+
font-weight: 800;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&:hover {
|
|
51
|
+
background-color: $card-hover-color;
|
|
52
|
+
.card-header {
|
|
53
|
+
background-color: $card-hover-color;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
&:active {
|
|
58
|
+
background-color: $card-color;
|
|
59
|
+
.card-header {
|
|
60
|
+
background-color: $card-color;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
.dashboard {
|
|
2
|
+
@include clearfix;
|
|
3
|
+
background-color: $light-gray;
|
|
4
|
+
border-radius: $base-border-radius;
|
|
5
|
+
width: 100%;
|
|
6
|
+
padding: 1em;
|
|
7
|
+
|
|
8
|
+
.dashboard-item {
|
|
9
|
+
@include span-columns(3);
|
|
10
|
+
h1 {
|
|
11
|
+
font-size: $base-font-size * 5;
|
|
12
|
+
text-align: center;
|
|
13
|
+
font-weight: 200;
|
|
14
|
+
margin: 0;
|
|
15
|
+
|
|
16
|
+
span {
|
|
17
|
+
font-size: $base-font-size/2;
|
|
18
|
+
margin: 5px;
|
|
19
|
+
font-weight: 300;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
p {
|
|
24
|
+
border-top: 1px solid;
|
|
25
|
+
text-transform: uppercase;
|
|
26
|
+
font-weight: bold;
|
|
27
|
+
padding-top: 1em;
|
|
28
|
+
text-align: center;
|
|
29
|
+
margin-left: 3em;
|
|
30
|
+
margin-right: 3em;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
@mixin ui-dropdown($align: center, $width: 180px, $style: null) {
|
|
2
|
+
|
|
3
|
+
@if $style == null {
|
|
4
|
+
background-color: #fff;
|
|
5
|
+
border-radius: 4px;
|
|
6
|
+
border: 1px solid rgb(150,150,150);
|
|
7
|
+
box-shadow: 0 1px 6px 0 rgba(0,0,0,0.3);
|
|
8
|
+
margin: 0px;
|
|
9
|
+
padding: 1px;
|
|
10
|
+
text-align: left;
|
|
11
|
+
|
|
12
|
+
ul, ol {
|
|
13
|
+
margin: 0px;
|
|
14
|
+
overflow: scroll;
|
|
15
|
+
padding: 0px;
|
|
16
|
+
|
|
17
|
+
> li {
|
|
18
|
+
list-style: none;
|
|
19
|
+
|
|
20
|
+
> a {
|
|
21
|
+
display: block;
|
|
22
|
+
margin: 2px 0px;
|
|
23
|
+
padding: 6px 15px;
|
|
24
|
+
text-decoration: none;
|
|
25
|
+
|
|
26
|
+
&:hover {
|
|
27
|
+
background: rgb(248,248,248);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
@else {
|
|
35
|
+
@extend %#{$style};
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
display: none;
|
|
39
|
+
position: absolute;
|
|
40
|
+
width: $width;
|
|
41
|
+
z-index: 20;
|
|
42
|
+
|
|
43
|
+
// position the dropdown absolute to its container
|
|
44
|
+
@if $align == center {
|
|
45
|
+
left: 50%;
|
|
46
|
+
margin-left: -($width/2);
|
|
47
|
+
}
|
|
48
|
+
@else {
|
|
49
|
+
#{$align}: 0%;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.dropdown {
|
|
54
|
+
display: inline-block;
|
|
55
|
+
position: relative;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.dropdown-link {
|
|
59
|
+
@include button(simple, $base-accent-color);
|
|
60
|
+
font-size: $base-font-size;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.dropdown-menu {
|
|
64
|
+
@include ui-dropdown(left, 11.25em);
|
|
65
|
+
}
|