refills 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +6 -14
- data/NEWS.md +12 -0
- data/README.md +84 -6
- data/config.rb +10 -6
- data/lib/refills/import_generator.rb +2 -0
- data/lib/refills/list_generator.rb +2 -0
- data/lib/refills/version.rb +1 -1
- data/pkg/refills-0.0.1.gem +0 -0
- data/refills.gemspec +1 -1
- data/source/CNAME +1 -0
- data/source/_accordion-tabs-minimal.html.erb +48 -0
- data/source/_accordion-tabs.html.erb +26 -26
- data/source/_accordion.html.erb +9 -9
- data/source/_badges.html.erb +7 -5
- data/source/_breadcrumbs.html.erb +6 -7
- data/source/_button-group.html.erb +3 -4
- data/source/_cards.html.erb +42 -9
- data/source/_comment.html.erb +21 -0
- data/source/_footer-2.html.erb +29 -0
- data/source/_footer.html.erb +26 -27
- data/source/_grid-items-lines.html.erb +44 -0
- data/source/_grid-items.html.erb +37 -0
- data/source/_hero.html.erb +4 -5
- data/source/_hover-tile-animation.html.erb +11 -0
- data/source/_icon-bullet-points.html.erb +29 -0
- data/source/_image-gradient-dynamic.html.erb +7 -0
- data/source/_image-gradient.html.erb +6 -0
- data/source/_modal.html.erb +5 -25
- data/source/_navigation.html.erb +38 -15
- data/source/_progress-bar-indication.html.erb +5 -0
- data/source/_search-bar.html.erb +4 -4
- data/source/_sliding-menu.html.erb +23 -13
- data/source/_snippet.html.erb +4 -5
- data/source/_snippets.html.erb +7 -0
- data/source/_switch.html.erb +7 -0
- data/source/_tables-minimal.html.erb +31 -0
- data/source/_tooltip.html.erb +5 -3
- data/source/_type-system-content.html.erb +11 -0
- data/source/_type-system-geometric.html.erb +8 -0
- data/source/_type-system-rounded.html.erb +8 -0
- data/source/_type-system-sans.html.erb +8 -0
- data/source/_type-system-serif.html.erb +9 -0
- data/source/_type-system-slab.html.erb +8 -0
- data/source/_type-system-traditional.html.erb +8 -0
- data/source/_vertical-tabs.html.erb +39 -40
- data/source/fonts/Fairview_Regular.otf +0 -0
- data/source/fonts/Fairview_SmallCaps.otf +0 -0
- data/source/fonts/PoetsenOne-Regular.ttf +0 -0
- data/source/images/Octocat.png +0 -0
- data/source/images/ZeroClipboard.swf +0 -0
- data/source/images/cat.png +0 -0
- data/source/images/menu.png +0 -0
- data/source/index.html.erb +243 -141
- data/source/javascripts/all.js +9 -0
- data/source/javascripts/jquery.erToc.js +477 -0
- data/source/javascripts/jquery.glide.js +941 -0
- data/source/layouts/layout.erb +16 -3
- 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/_accordion.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_badges.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/_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/_hero.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_image-cards.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_image-gradient.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/_switch-toggle.scssc +0 -0
- data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_tables.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/949f49000f6a509c8c1d8b10cc864f41440f4640/_new-breakpoint.scssc +0 -0
- data/source/stylesheets/.sass-cache/949f49000f6a509c8c1d8b10cc864f41440f4640/_private.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 +314 -314
- 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/_layout.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/_refills-nav.scss +91 -0
- data/source/stylesheets/_refills-styles.scss +419 -170
- data/source/stylesheets/all.scss +19 -11
- data/source/stylesheets/bitters/_bitters.scss +9 -0
- data/source/stylesheets/bitters/_flashes.scss +6 -45
- data/source/stylesheets/bitters/_forms.scss +11 -3
- data/source/stylesheets/bitters/_grid-settings.scss +5 -5
- data/source/stylesheets/bitters/_tables.scss +2 -2
- data/source/stylesheets/bitters/_typography.scss +3 -2
- data/source/stylesheets/bitters/_variables.scss +3 -7
- data/source/stylesheets/bitters/extends/_button.scss +4 -2
- data/source/stylesheets/bitters/mixins/_base.scss +1 -0
- data/source/stylesheets/bitters/mixins/_flash.scss +15 -0
- data/source/stylesheets/bourbon/addons/_button.scss +3 -73
- data/source/stylesheets/bourbon/addons/_directional-values.scss +114 -0
- data/source/stylesheets/bourbon/addons/_ellipsis.scss +7 -0
- data/source/stylesheets/bourbon/addons/_rem.scss +33 -0
- data/source/stylesheets/bourbon/css3/_calc.scss +4 -0
- data/source/stylesheets/bourbon/css3/_filter.scss +5 -0
- data/source/stylesheets/bourbon/css3/_font-feature-settings.scss +10 -0
- data/source/stylesheets/bourbon/css3/_hyphens.scss +4 -0
- data/source/stylesheets/bourbon/functions/_assign.scss +11 -0
- data/source/stylesheets/bourbon/functions/_color-lightness.scss +13 -0
- data/source/stylesheets/bourbon/functions/_golden-ratio.scss +3 -0
- data/source/stylesheets/bourbon/functions/_strip-units.scss +5 -0
- data/source/stylesheets/bourbon/functions/_unpack.scss +17 -0
- data/source/stylesheets/bourbon/helpers/_convert-units.scss +15 -0
- data/source/stylesheets/bourbon/helpers/_is-num.scss +8 -0
- data/source/stylesheets/bourbon/helpers/_linear-angle-parser.scss +25 -0
- data/source/stylesheets/bourbon/helpers/_linear-gradient-parser.scss +41 -0
- data/source/stylesheets/bourbon/helpers/_linear-side-corner-parser.scss +31 -0
- data/source/stylesheets/bourbon/helpers/_radial-gradient-parser.scss +50 -0
- data/source/stylesheets/bourbon/helpers/_str-to-num.scss +50 -0
- data/source/stylesheets/bourbon/settings/_prefixer.scss +6 -0
- data/source/stylesheets/bourbon/settings/_px-to-em.scss +1 -0
- data/source/stylesheets/refills/_accordion-tabs-minimal.scss +96 -0
- data/source/stylesheets/refills/_accordion-tabs.scss +97 -100
- data/source/stylesheets/refills/_accordion.scss +4 -2
- data/source/stylesheets/refills/_badges.scss +37 -30
- data/source/stylesheets/refills/_breadcrumbs.scss +31 -24
- data/source/stylesheets/refills/_button-group.scss +38 -14
- data/source/stylesheets/refills/_cards.scss +111 -43
- data/source/stylesheets/refills/_comment.scss +60 -0
- data/source/stylesheets/refills/_footer-2.scss +91 -0
- data/source/stylesheets/refills/_footer.scss +75 -54
- data/source/stylesheets/refills/_grid-items-lines.scss +86 -0
- data/source/stylesheets/refills/_grid-items.scss +97 -0
- data/source/stylesheets/refills/_hero.scss +31 -11
- data/source/stylesheets/refills/_hover-tile-animation.scss +52 -0
- data/source/stylesheets/refills/_icon-bullet-points.scss +63 -0
- data/source/stylesheets/refills/_image-gradient-dynamic.scss +60 -0
- data/source/stylesheets/refills/_image-gradient.scss +56 -0
- data/source/stylesheets/refills/_modal.scss +81 -91
- data/source/stylesheets/refills/_navigation.scss +205 -114
- data/source/stylesheets/refills/_progress-bar-indication.scss +39 -0
- data/source/stylesheets/refills/_progress-bar.scss +4 -4
- data/source/stylesheets/refills/_search-bar.scss +13 -17
- data/source/stylesheets/refills/_sliding-menu.scss +37 -31
- data/source/stylesheets/refills/{_switch-toggle.scss → _switch.scss} +17 -23
- data/source/stylesheets/refills/_tables-minimal.scss +54 -0
- data/source/stylesheets/refills/_tables.scss +12 -9
- data/source/stylesheets/refills/_tooltip.scss +33 -65
- data/source/stylesheets/refills/_type-system-geometric.scss +93 -0
- data/source/stylesheets/refills/_type-system-rounded.scss +95 -0
- data/source/stylesheets/refills/_type-system-sans.scss +99 -0
- data/source/stylesheets/refills/_type-system-serif.scss +100 -0
- data/source/stylesheets/refills/_type-system-slab.scss +97 -0
- data/source/stylesheets/refills/_type-system-traditional.scss +101 -0
- data/source/stylesheets/refills/_vertical-tabs.scss +69 -82
- data/source/vendor/javascripts/ZeroClipboard.min.js +9 -0
- data/source/vendor/javascripts/smooth-scroll.js +125 -0
- metadata +89 -29
- data/source/_dashboard.html.erb +0 -18
- data/source/_html_snippet.html.erb +0 -5
- data/source/_image-cards.html.erb +0 -28
- data/source/_info-section.html.erb +0 -25
- data/source/_item-list.html.erb +0 -25
- data/source/_master-detail.html.erb +0 -35
- data/source/_overlap.html.erb +0 -9
- data/source/_sidebar-layout.html.erb +0 -28
- data/source/_stylesheet_snippet.html.erb +0 -7
- data/source/_switch-toggle.html.erb +0 -15
- data/source/_toggle-cards.html.erb +0 -64
- data/source/stylesheets/refills/_dashboard.scss +0 -33
- data/source/stylesheets/refills/_dropdown-menu.scss +0 -65
- data/source/stylesheets/refills/_image-cards.scss +0 -102
- data/source/stylesheets/refills/_info-section.scss +0 -49
- data/source/stylesheets/refills/_item-list.scss +0 -37
- data/source/stylesheets/refills/_master-detail.scss +0 -54
- data/source/stylesheets/refills/_overlap.scss +0 -42
- data/source/stylesheets/refills/_sidebar-layout.scss +0 -56
- data/source/stylesheets/refills/_toggle-cards.scss +0 -104
@@ -1,49 +0,0 @@
|
|
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
|
-
|
@@ -1,37 +0,0 @@
|
|
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
|
-
}
|
@@ -1,54 +0,0 @@
|
|
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
|
-
}
|
@@ -1,42 +0,0 @@
|
|
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
|
-
$overlap-height: 20px;
|
9
|
-
$overlap-border-color: $base-border-color;
|
10
|
-
$overlap-border: 1px solid $overlap-border-color;
|
11
|
-
$overlap-background: lighten($overlap-border-color, 10);
|
12
|
-
|
13
|
-
.overlap {
|
14
|
-
@include outer-container;
|
15
|
-
margin-bottom: -$overlap-height;
|
16
|
-
}
|
17
|
-
|
18
|
-
.overlap-content {
|
19
|
-
margin: auto;
|
20
|
-
width: 100%;
|
21
|
-
z-index: 999;
|
22
|
-
max-width: 500px;
|
23
|
-
|
24
|
-
.overlap-content-centered {
|
25
|
-
position: relative;
|
26
|
-
width: 100%;
|
27
|
-
float: left;
|
28
|
-
background-color: $overlap-background;
|
29
|
-
border-top-left-radius: $base-border-radius;
|
30
|
-
border-top-right-radius: $base-border-radius;
|
31
|
-
border: $overlap-border;
|
32
|
-
height: 100px;
|
33
|
-
}
|
34
|
-
}
|
35
|
-
|
36
|
-
.overlapped {
|
37
|
-
background-color: $overlap-background;
|
38
|
-
height: $overlap-height;
|
39
|
-
border-bottom: $overlap-border;
|
40
|
-
@include texture($overlap-background, 1);
|
41
|
-
// see http://magnus-g.github.io/texture-mixin/ for info on how to use this texture mixin
|
42
|
-
}
|
@@ -1,56 +0,0 @@
|
|
1
|
-
$sidebar-layout-border-color: $base-border-color;
|
2
|
-
$sidebar-layout-border: 1px solid $sidebar-layout-border-color;
|
3
|
-
$sidebar-layout-section-background: lighten($sidebar-layout-border-color, 10);
|
4
|
-
|
5
|
-
.sidebar-layout {
|
6
|
-
@include clearfix;
|
7
|
-
height: 100%;
|
8
|
-
border: $sidebar-layout-border;
|
9
|
-
|
10
|
-
aside {
|
11
|
-
height: 100%;
|
12
|
-
@include media($medium-screen) {
|
13
|
-
@include span-columns(3, block-collapse);
|
14
|
-
}
|
15
|
-
|
16
|
-
ul {
|
17
|
-
height: 100%;
|
18
|
-
padding: 1em;
|
19
|
-
@include media($medium-screen) {
|
20
|
-
padding: 0;
|
21
|
-
border-right: $sidebar-layout-border;
|
22
|
-
}
|
23
|
-
}
|
24
|
-
|
25
|
-
li {
|
26
|
-
margin-right: 1em;
|
27
|
-
margin-bottom: 1em;
|
28
|
-
display: inline-block;
|
29
|
-
@include media($medium-screen) {
|
30
|
-
margin: 0;
|
31
|
-
padding: 1em;
|
32
|
-
display: block;
|
33
|
-
border-bottom: $sidebar-layout-border;
|
34
|
-
}
|
35
|
-
}
|
36
|
-
}
|
37
|
-
|
38
|
-
.content {
|
39
|
-
@include media($medium-screen) {
|
40
|
-
@include span-columns(9);
|
41
|
-
}
|
42
|
-
background-color: $base-body-color;
|
43
|
-
padding: 1em;
|
44
|
-
|
45
|
-
section {
|
46
|
-
@include media($medium-screen) {
|
47
|
-
@include span-columns(6);
|
48
|
-
@include omega(2n);
|
49
|
-
}
|
50
|
-
border: $sidebar-layout-border;
|
51
|
-
margin-bottom: 1em;
|
52
|
-
background-color: $sidebar-layout-section-background;
|
53
|
-
padding: 1em;
|
54
|
-
}
|
55
|
-
}
|
56
|
-
}
|
@@ -1,104 +0,0 @@
|
|
1
|
-
.course-cards-wrapper {
|
2
|
-
@include outer-container;
|
3
|
-
ul li {
|
4
|
-
@include media($medium-screen) {
|
5
|
-
// @include span-columns(4);
|
6
|
-
// @include omega(3n);
|
7
|
-
width: 33%;
|
8
|
-
float: left;
|
9
|
-
margin-bottom: 1em;
|
10
|
-
|
11
|
-
}
|
12
|
-
}
|
13
|
-
}
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
.course-cards {
|
18
|
-
margin: auto;
|
19
|
-
width: 100%;
|
20
|
-
z-index: 999;
|
21
|
-
|
22
|
-
.card {
|
23
|
-
position: relative;
|
24
|
-
cursor: pointer;
|
25
|
-
margin-bottom: 1em;
|
26
|
-
float: left;
|
27
|
-
background-color: red;
|
28
|
-
background-size: 100%;
|
29
|
-
text-align: center;
|
30
|
-
color: white;
|
31
|
-
padding: 1em;
|
32
|
-
min-height: 20em;
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
&.active {
|
37
|
-
position: relative;
|
38
|
-
.card-bottom h3 {
|
39
|
-
color: white;
|
40
|
-
}
|
41
|
-
.pointer {
|
42
|
-
position: absolute;
|
43
|
-
bottom: 0;
|
44
|
-
left: 48%;
|
45
|
-
width: 0;
|
46
|
-
height: 0;
|
47
|
-
border-left: 15px solid transparent;
|
48
|
-
border-right: 15px solid transparent;
|
49
|
-
border-bottom: 15px solid white;
|
50
|
-
}
|
51
|
-
}
|
52
|
-
}
|
53
|
-
|
54
|
-
li:last-child .card {
|
55
|
-
// display: none;
|
56
|
-
// position: relative;
|
57
|
-
background-color: green;
|
58
|
-
}
|
59
|
-
|
60
|
-
.card-bottom {
|
61
|
-
position: absolute;
|
62
|
-
bottom: 0;
|
63
|
-
left: 0;
|
64
|
-
width: 100%;
|
65
|
-
background-color: transparentize(black, 0.8);
|
66
|
-
@include transition (all 0.2s ease-in-out);
|
67
|
-
|
68
|
-
&:hover {
|
69
|
-
background-color: transparentize(black, 0.9);
|
70
|
-
}
|
71
|
-
h3 {
|
72
|
-
padding: 2em 0 1.5em 0;
|
73
|
-
}
|
74
|
-
}
|
75
|
-
}
|
76
|
-
|
77
|
-
.system {
|
78
|
-
display: block;
|
79
|
-
|
80
|
-
li:last-child .card {
|
81
|
-
display: block;
|
82
|
-
@include media(460px) {
|
83
|
-
background-size: 100%;
|
84
|
-
}
|
85
|
-
}
|
86
|
-
|
87
|
-
@include media($large-screen) {
|
88
|
-
display: none;
|
89
|
-
}
|
90
|
-
|
91
|
-
ul, ul li, ul li a {
|
92
|
-
width: 100%;
|
93
|
-
background-size: 100%;
|
94
|
-
display: block;
|
95
|
-
}
|
96
|
-
ul li {
|
97
|
-
@extend .card;
|
98
|
-
display: block;
|
99
|
-
}
|
100
|
-
}
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|