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
data/source/layouts/layout.erb
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
<!doctype html>
|
2
2
|
<html>
|
3
3
|
<head>
|
4
|
+
<link href='http://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
|
5
|
+
<link href='http://fonts.googleapis.com/css?family=Lusitana' rel='stylesheet' type='text/css'>
|
6
|
+
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,800' rel='stylesheet' type='text/css'>
|
7
|
+
|
4
8
|
<meta charset="utf-8">
|
5
9
|
<!-- Always force latest IE rendering engine or request Chrome Frame -->
|
6
10
|
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
|
@@ -9,11 +13,20 @@
|
|
9
13
|
<title><%= current_page.data.title || "The Middleman" %></title>
|
10
14
|
<link rel="shortcut icon" href="favicon.ico" />
|
11
15
|
<%= stylesheet_link_tag "all" %>
|
12
|
-
<%= javascript_include_tag "all" %>
|
13
16
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
17
|
+
<script type='text/javascript' src='javascripts/jquery.erToc.js'></script>
|
14
18
|
</head>
|
15
19
|
|
16
20
|
<body class="<%= page_classes %>">
|
17
|
-
|
21
|
+
<section class="container">
|
22
|
+
<section class="inner-content">
|
23
|
+
<%= yield %>
|
24
|
+
<footer class="refills-footer">
|
25
|
+
<img src="https://raw.github.com/Magnus-G/Random/master/ralph-gray.png" alt="">
|
26
|
+
Refills is maintained and funded by <a href="http://thoughtbot.com">thoughtbot</a>. <br>Refills is Copyright © 2014 thoughtbot. It is free software, and may be redistributed under the terms specified in the LICENSE file.
|
27
|
+
</footer>
|
28
|
+
</section>
|
29
|
+
</section>
|
18
30
|
</body>
|
19
|
-
|
31
|
+
<%= javascript_include_tag "all" %>
|
32
|
+
</html>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_render-gradients.scssc
CHANGED
Binary file
|
Binary file
|
data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_fill-parent.scssc
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_outer-container.scssc
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_span-columns.scssc
CHANGED
Binary file
|
data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_to-deprecate.scssc
CHANGED
Binary file
|
data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_visual-grid.scssc
CHANGED
Binary file
|
data/source/stylesheets/.sass-cache/3c5af5c36664454ea95f8284b8f46c4539020663/_neat-helpers.scssc
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_grid-settings.scssc
CHANGED
Binary file
|
Binary file
|
Binary file
|
data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_typography.scssc
CHANGED
Binary file
|
data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_variables.scssc
CHANGED
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_accordion-tabs.scssc
CHANGED
Binary file
|
Binary file
|
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_breadcrumbs.scssc
CHANGED
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_button-group.scssc
CHANGED
Binary file
|
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_dashboard.scssc
CHANGED
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_dropdown-menu.scssc
CHANGED
Binary file
|
Binary file
|
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_image-cards.scssc
CHANGED
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_image-gradient.scssc
ADDED
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_info-section.scssc
CHANGED
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_item-list.scssc
CHANGED
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_master-detail.scssc
CHANGED
Binary file
|
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_navigation.scssc
CHANGED
Binary file
|
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_progress-bar.scssc
CHANGED
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_search-bar.scssc
CHANGED
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_sidebar-layout.scssc
CHANGED
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_sliding-menu.scssc
CHANGED
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_switch-toggle.scssc
ADDED
Binary file
|
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_toggle-cards.scssc
CHANGED
Binary file
|
Binary file
|
data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_vertical-tabs.scssc
CHANGED
Binary file
|
data/source/stylesheets/.sass-cache/949f49000f6a509c8c1d8b10cc864f41440f4640/_new-breakpoint.scssc
CHANGED
Binary file
|
Binary file
|
Binary file
|
data/source/stylesheets/.sass-cache/9c3cd587ffeef0d147804cf4a2177df69c325021/_visual-grid.scssc
CHANGED
Binary file
|
@@ -1,4 +1,4 @@
|
|
1
|
-
3.2.
|
1
|
+
3.2.13 (Media Mark)
|
2
2
|
0b0bfe05b4034dcb8e1e64928e1f8cd9cf54c717
|
3
3
|
o:Sass::Tree::RootNode
|
4
4
|
:
|
@@ -349,84 +349,84 @@
|
|
349
349
|
:
|
350
350
|
@linei:@operand2o:Sass::Script::String ;i:
|
351
351
|
@type:identifier:@value"
|
352
|
-
color:
|
352
|
+
color:
|
353
353
|
@name"type-of:@splat0;@ :@keywords{:
|
354
|
-
@args[o:Sass::Script::Variable ;i
|
354
|
+
@args[o:Sass::Script::Variable ;i;"
|
355
355
|
style:@underscored_name"
|
356
|
-
style;@
|
357
|
-
@expro
|
358
|
-
style
|
359
|
-
style;@ ;i
|
356
|
+
style;@ ;@ :@operator:eq0[o:Sass::Tree::VariableNode:
|
357
|
+
@expro; ;i ;"
|
358
|
+
style;"
|
359
|
+
style;@ ;i ;"base-color:@children[:
|
360
360
|
; ;
|
361
361
|
;"simple;@ ;i
|
362
|
-
|
362
|
+
;"
|
363
363
|
style;[;0;@ o:Sass::Tree::CommentNode
|
364
364
|
;i
|
365
365
|
@type:silent; [:@value["/* Grayscale button */:
|
366
366
|
:
|
367
367
|
@linei:@operand2o:Sass::Script::Funcall;i:
|
368
368
|
@name"grayscale:@splat0:
|
369
|
-
@args[o:Sass::Script::Variable ;i; "base-color:@underscored_name"base_color;@
|
369
|
+
@args[o:Sass::Script::Variable ;i; "base-color:@underscored_name"base_color;@ :@operand1o; ;i; "base-color;"base_color;@ ;@ :@operator:equ:Sass::Tree::IfNode�[00[u:Sass::Tree::IfNode�[o:Sass::Script::Operation
|
370
370
|
:
|
371
371
|
@linei":@operand2o:Sass::Script::String ;i":
|
372
|
-
@type:identifier:@value"simple:
|
372
|
+
@type:identifier:@value"simple:
|
373
373
|
@name"
|
374
374
|
style:@underscored_name"
|
375
|
-
style;@
|
375
|
+
style;@ ;@ :@operator:equ:Sass::Tree::IfNode`[o:Sass::Script::Operation
|
376
376
|
:
|
377
377
|
@linei&:@operand2o:Sass::Script::String ;i&:
|
378
378
|
@type:identifier:@value"
|
379
|
-
shiny:
|
379
|
+
shiny:
|
380
380
|
@name"
|
381
381
|
style:@underscored_name"
|
382
|
-
style;@
|
382
|
+
style;@ ;@ :@operator:equ:Sass::Tree::IfNode�[o:Sass::Script::Operation
|
383
383
|
:
|
384
384
|
@linei*:@operand2o:Sass::Script::String ;i*:
|
385
|
-
@type:identifier:@value" pill:
|
385
|
+
@type:identifier:@value" pill:
|
386
386
|
@name"
|
387
387
|
style:@underscored_name"
|
388
|
-
style;@
|
388
|
+
style;@ ;@ :@operator:equ:Sass::Tree::IfNodeh[o:Sass::Script::Operation
|
389
389
|
:
|
390
390
|
@linei.:@operand2o:Sass::Script::String ;i.:
|
391
|
-
@type:identifier:@value"simple:
|
391
|
+
@type:identifier:@value"simple:
|
392
392
|
@name"
|
393
393
|
style:@underscored_name"
|
394
|
-
style;@
|
395
|
-
@args[o
|
396
|
-
@args[o
|
394
|
+
style;@ ;@ :@operator:eq0[o:Sass::Tree::MixinNode;i/;"simple:@splat0:@children[;@ :@keywords{:
|
395
|
+
@args[o; ;i/;"base-color;"base_color;@ [o:Sass::Tree::MixinNode;i+;" pill:@splat0:@children[;@ :@keywords{:
|
396
|
+
@args[o; ;i+;"base-color;"base_color;@ [o:Sass::Tree::MixinNode;i';"
|
397
397
|
shiny:@splat0:@children[;@ :@keywords{:
|
398
|
-
@args[o
|
399
|
-
@args[o
|
398
|
+
@args[o; ;i';"base-color;"base_color;@ [o:Sass::Tree::MixinNode;i#;"simple:@splat0:@children[;@ :@keywords{:
|
399
|
+
@args[o; ;i#;"base-color;"base_color;@ [u;�[o:Sass::Script::Operation
|
400
400
|
:
|
401
401
|
@linei:@operand2o:Sass::Script::String ;i:
|
402
|
-
@type:identifier:@value"simple:
|
402
|
+
@type:identifier:@value"simple:
|
403
403
|
@name"
|
404
404
|
style:@underscored_name"
|
405
|
-
style;@
|
405
|
+
style;@ ;@ :@operator:equ:Sass::Tree::IfNode�[o:Sass::Script::Operation
|
406
406
|
:
|
407
407
|
@linei:@operand2o:Sass::Script::String ;i:
|
408
408
|
@type:identifier:@value"
|
409
|
-
shiny:
|
409
|
+
shiny:
|
410
410
|
@name"
|
411
411
|
style:@underscored_name"
|
412
|
-
style;@
|
412
|
+
style;@ ;@ :@operator:equ:Sass::Tree::IfNode;[o:Sass::Script::Operation
|
413
413
|
:
|
414
414
|
@linei:@operand2o:Sass::Script::String ;i:
|
415
|
-
@type:identifier:@value" pill:
|
415
|
+
@type:identifier:@value" pill:
|
416
416
|
@name"
|
417
417
|
style:@underscored_name"
|
418
|
-
style;@
|
418
|
+
style;@ ;@ :@operator:equ:Sass::Tree::IfNode�[o:Sass::Script::Operation
|
419
419
|
:
|
420
420
|
@linei:@operand2o:Sass::Script::String ;i:
|
421
|
-
@type:identifier:@value"simple:
|
421
|
+
@type:identifier:@value"simple:
|
422
422
|
@name"
|
423
423
|
style:@underscored_name"
|
424
|
-
style;@
|
425
|
-
@args[o
|
426
|
-
@args[o
|
424
|
+
style;@ ;@ :@operator:eq0[o:Sass::Tree::MixinNode;i;"simple:@splat0:@children[;@ :@keywords{"grayscaleo:Sass::Script::Bool;i;T;@ :
|
425
|
+
@args[o; ;i;"base-color;"base_color;@ [o:Sass::Tree::MixinNode;i;" pill:@splat0:@children[;@ :@keywords{"grayscaleo:Sass::Script::Bool;i;T;@ :
|
426
|
+
@args[o; ;i;"base-color;"base_color;@ [o:Sass::Tree::MixinNode;i;"
|
427
427
|
shiny:@splat0:@children[;@ :@keywords{"grayscaleo:Sass::Script::Bool;i;T;@ :
|
428
|
-
@args[o
|
429
|
-
@args[o
|
428
|
+
@args[o; ;i;"base-color;"base_color;@ [o:Sass::Tree::MixinNode;i;"simple:@splat0:@children[;@ :@keywords{"grayscaleo:Sass::Script::Bool;i;T;@ :
|
429
|
+
@args[o; ;i;"base-color;"base_color;@ o:Sass::Tree::RuleNode;i3:@parsed_ruleso:"Sass::Selector::CommaSequence;i3:
|
430
430
|
;i3:
|
431
431
|
@hash{:
|
432
432
|
;i3;["
|
@@ -441,380 +441,380 @@ greeni
|
|
441
441
|
;i:;;; [;["e/* Simple Button
|
442
442
|
*************************************************************************// */;@o;
|
443
443
|
;i<;"simple;T;0; [o:Sass::Tree::VariableNode:
|
444
|
-
@expro:Sass::Script::Funcall;i=;"hsl;0;@:@keywords{;*[o:Sass::Script::Number;i
|
445
|
-
color; [:
|
444
|
+
@expro:Sass::Script::Funcall;i=;"hsl;0;@:@keywords{;*[o:Sass::Script::Number;i=:@numerator_units[:@original"0;i:@denominator_units[;@o;7;i=;8[;9"0;i;:@K;@o;7;i=;8["%;9" 100%;ii;:[;@;i=;"
|
445
|
+
color; [:
|
446
446
|
:
|
447
|
-
@lineiC:@operand2o:Sass::Script::Number;iC
|
447
|
+
@lineiC:@operand2o:Sass::Script::Number;iC:@numerator_units["%:@original"70%:@valueiK:@denominator_units[:
|
448
448
|
@name"lightness:@splat0;
|
449
|
-
@args[o:Sass::Script::Variable ;iC
|
450
|
-
@expro
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
color:@children[:
|
455
|
-
|
456
|
-
|
449
|
+
@args[o:Sass::Script::Variable ;iC;"base-color:@underscored_name"base_color;
|
450
|
+
@expro;;iD;"hsl;0;
|
451
|
+
"0;i;[;
|
452
|
+
"0;i;@;
|
453
|
+
"20%;i;[;
|
454
|
+
color:@children[:
|
455
|
+
"10%;i;[;
|
456
|
+
"4%;i ;[;
|
457
457
|
:
|
458
|
-
@lineiH:@operand2o:Sass::Script::Bool;iH:@valueT:
|
459
|
-
@:@operator:eq:@operand1o:Sass::Script::Variable ;iH:
|
458
|
+
@lineiH:@operand2o:Sass::Script::Bool;iH:@valueT:
|
460
459
|
@name"grayscale:@underscored_name"grayscale;
|
461
|
-
|
462
|
-
|
460
|
+
@;
|
461
|
+
@:@operator:eq0[ o:Sass::Tree::VariableNode:
|
462
|
+
@expro:Sass::Script::Funcall;iI;
|
463
463
|
@:@keywords{:
|
464
|
-
@args[o
|
465
|
-
@;iI
|
466
|
-
@o;;o;;iJ
|
467
|
-
@;{;[o
|
468
|
-
@;iJ
|
469
|
-
@o;;o;;iK
|
470
|
-
@;{;[o
|
471
|
-
@;iK
|
472
|
-
@o;;o;;iL
|
473
|
-
@;{;[o
|
474
|
-
@;iL
|
464
|
+
@args[o; ;iI;
|
465
|
+
@;iI;
|
466
|
+
@o;;o;;iJ;
|
467
|
+
@;{;[o; ;iJ;
|
468
|
+
@;iJ;
|
469
|
+
@o;;o;;iK;
|
470
|
+
@;{;[o; ;iK;
|
471
|
+
@;iK;
|
472
|
+
@o;;o;;iL;
|
473
|
+
@;{;[o; ;iL;
|
474
|
+
@;iL;
|
475
475
|
@o;$;iO;["border;%;&;#i; [;o:Sass::Script::List ;iO:@separator:
|
476
|
-
space;[o;7;iO;8[
|
476
|
+
space;[o;7;iO;8["px;9"1px;i;:[;@o;' ;iO;;(;"
|
477
477
|
solid;@o;+ ;iO;"border;,"border;@;@;@o;$;iP;["border-radius;%;&;#i; [;o;';;(;"3px;@;@o;$;iQ;["box-shadow;%;&;#i; [;o;< ;iQ;=;>;[o;' ;iQ;;(;"
|
478
|
-
inset;@o;7;iQ;8
|
478
|
+
inset;@o;7;iQ;8[;9"0;i;:@K;@o;7;iQ;8["px;9"1px;i;:[;@o;7;iQ;8[;9"0;i;:@K;@o;7;iQ;8[;9"0;i;:@K;@o;+ ;iQ;"inset-shadow;,"inset_shadow;@;@;@o;$;iR;["
|
479
479
|
color;%;&;#i; [;o;+ ;iR;"
|
480
480
|
color;,"
|
481
|
-
color;@;@o;$;iS;["display;%;&;#i; [;o;';;(;"inline-block;@;@o;$;iT;["font-size;%;&;#i; [;o;';;(;"inherit;@;@o;$;iU;["font-weight;%;&;#i; [;o;';;(;" bold;@;@o:Sass::Tree::MixinNode;iV;"linear-gradient;0; [;@;6{;*[o;+ ;iV;"base-color;,"base_color;@o;+ ;iV;"stop-gradient;,"stop_gradient;@o;$;iW;["padding;%;&;#i; [;o;';;(;"
|
481
|
+
color;@;@o;$;iS;["display;%;&;#i; [;o;';;(;"inline-block;@;@o;$;iT;["font-size;%;&;#i; [;o;';;(;"inherit;@;@o;$;iU;["font-weight;%;&;#i; [;o;';;(;" bold;@;@o:Sass::Tree::MixinNode;iV;"linear-gradient;0; [;@;6{;*[o;+ ;iV;"base-color;,"base_color;@o;+ ;iV;"stop-gradient;,"stop_gradient;@o;$;iW;["padding;%;&;#i; [;o;';;(;"
|
482
482
|
;i\;o;;{;0;[o;;i\;"o;
|
483
483
|
;i\;["
|
484
484
|
hover; 0;!;";@.o;
|
485
|
-
;i\;["not; [":disabled;!;";@.;@.;@.;T;#i; [o;3;4o;5;i];"adjust-color;0;@;6{"
|
486
|
-
|
485
|
+
;i\;["not; [":disabled;!;";@.;@.;@.;T;#i; [o;3;4o;5;i];"adjust-color;0;@;6{"saturationo;7;i];8["%;9"-4%;i�;:[;@"lightnesso;7;i];8["%;9"-5%;i�;:[;@;*[o;+ ;i];"base-color;,"base_color;@;i];"base-color-hover; [;;0;@o;3;4o;5;i^;"adjust-color;0;@;6{"saturationo;7;i^;8["%;9"-7%;i�;:[;@"lightnesso;7;i^;8["%;9"5%;i
|
486
|
+
;:[;@;*[o;+ ;i^;"base-color;,"base_color;@;i^;"inset-shadow-hover; [;;0;@o;3;4o;5;i_;"adjust-color;0;@;6{"saturationo;7;i_;8["%;9"8%;i
|
487
487
|
:
|
488
|
-
@lineia:@operand2o:Sass::Script::Bool;ia:@valueT:
|
489
|
-
@:@operator:eq:@operand1o:Sass::Script::Variable ;ia:
|
488
|
+
@lineia:@operand2o:Sass::Script::Bool;ia:@valueT:
|
490
489
|
@name"grayscale:@underscored_name"grayscale;
|
491
|
-
|
492
|
-
|
490
|
+
@;
|
491
|
+
@:@operator:eq0[o:Sass::Tree::VariableNode:
|
492
|
+
@expro:Sass::Script::Funcall;ib;
|
493
493
|
@:@keywords{:
|
494
|
-
@args[o
|
495
|
-
@;ib
|
496
|
-
@o;;o;;ic
|
497
|
-
@;{;[o
|
498
|
-
@;ic
|
499
|
-
@o;;o;;id
|
500
|
-
@;{;[o
|
501
|
-
@;id
|
494
|
+
@args[o; ;ib;
|
495
|
+
@;ib;
|
496
|
+
@o;;o;;ic;
|
497
|
+
@;{;[o; ;ic;
|
498
|
+
@;ic;
|
499
|
+
@o;;o;;id;
|
500
|
+
@;{;[o; ;id;
|
501
|
+
@;id;
|
502
502
|
@o;$;ig;["box-shadow;%;&;#i; [;o;< ;ig;=;>;[o;' ;ig;;(;"
|
503
|
-
inset;@o;7;ig;8
|
503
|
+
inset;@o;7;ig;8[;9"0;i;:@K;@o;7;ig;8["px;9"1px;i;:[;@o;7;ig;8[;9"0;i;:@K;@o;7;ig;8[;9"0;i;:@K;@o;+ ;ig;"inset-shadow-hover;,"inset_shadow_hover;@;@;@o;$;ih;["cursor;%;&;#i; [;o;';;(;"pointer;@;@o;?;ii;"linear-gradient;0; [;@;6{;*[o;+ ;ii;"base-color-hover;,"base_color_hover;@o;+ ;ii;"stop-gradient-hover;,"stop_gradient_hover;@;@;)["&:hover:not(:disabled)o;;il;o;;il;[o;;[o;
|
504
504
|
;il;o;;{;0;[o;;il;"o;
|
505
505
|
;il;["active; 0;!;";@�o;
|
506
506
|
;il;["not; [":disabled;!;";@�;@�;@�;T;#i; [
|
507
|
-
o;3;4o;5;im;"adjust-color;0;@;6{"
|
507
|
+
o;3;4o;5;im;"adjust-color;0;@;6{"saturationo;7;im;8["%;9"9%;i;:[;@"lightnesso;7;im;8["%;9" -14%;i�;:[;@;*[o;+ ;im;"base-color;,"base_color;@;im;"border-active; [;;0;@o;3;4o;5;in;"adjust-color;0;@;6{"saturationo;7;in;8["%;9"7%;i;:[;@"lightnesso;7;in;8["%;9" -17%;i�;:[;@;*[o;+ ;in;"base-color;,"base_color;@;in;"inset-shadow-active; [;;0;@u;
|
508
508
|
:
|
509
|
-
@lineip:@operand2o:Sass::Script::Bool;ip:@valueT:
|
510
|
-
@:@operator:eq:@operand1o:Sass::Script::Variable ;ip:
|
509
|
+
@lineip:@operand2o:Sass::Script::Bool;ip:@valueT:
|
511
510
|
@name"grayscale:@underscored_name"grayscale;
|
512
|
-
|
513
|
-
|
511
|
+
@;
|
512
|
+
@:@operator:eq0[o:Sass::Tree::VariableNode:
|
513
|
+
@expro:Sass::Script::Funcall;iq;
|
514
514
|
@:@keywords{:
|
515
|
-
@args[o
|
516
|
-
@;iq
|
517
|
-
@o;;o;;ir
|
518
|
-
@;{;[o
|
519
|
-
@;ir
|
520
|
-
@o;$;iu;["border;%;&;#i; [;o;< ;iu;=;>;[o;7;iu;8[
|
515
|
+
@args[o; ;iq;
|
516
|
+
@;iq;
|
517
|
+
@o;;o;;ir;
|
518
|
+
@;{;[o; ;ir;
|
519
|
+
@;ir;
|
520
|
+
@o;$;iu;["border;%;&;#i; [;o;< ;iu;=;>;[o;7;iu;8["px;9"1px;i;:[;@o;' ;iu;;(;"
|
521
521
|
solid;@o;+ ;iu;"border-active;,"border_active;@;@;@o;$;iv;["box-shadow;%;&;#i; [;o;< ;iv;=:
|
522
522
|
comma;[o;< ;iv;=;>;[o;' ;iv;;(;"
|
523
|
-
inset;@o;7;iv;8
|
524
|
-
inset;@o;7;iv;8
|
525
|
-
o;7;iv;8
|
523
|
+
inset;@o;7;iv;8[;9"0;i;:@K;@o;7;iv;8[;9"0;i;:@K;@o;7;iv;8["px;9"8px;i
|
524
|
+
inset;@o;7;iv;8[;9"0;i;:@K;@o;7;iv;8[;9"0;i;:@K;@o;7;iv;8["px;9"8px;i
|
525
|
+
o;7;iv;8[;9"0;i;:@K;@o;7;iv;8["px;9"1px;i;:[;@o;7;iv;8["px;9"1px;i;:[;@o;7;iv;8[;9"0;i;:@K;@o;- ;iv;.{ ;/i�;0i;1i�;2i�;0;@;@;@;@;@;)["&:active:not(:disabled);@;*[[o;+;"base-color;,"base_color;@0[o;+;"grayscale;,"grayscale;@o:Sass::Script::Bool;i<;F;@o;
|
526
526
|
;i{;;; [;["d/* Shiny Button
|
527
527
|
*************************************************************************// */;@o;
|
528
528
|
;i};"
|
529
|
-
shiny;T;0; [o;3;4o;5;i~;"hsl;0;@;6{;*[o;7;i~;8
|
530
|
-
color; [;;0;@o;3;4o;5;i;"adjust-color;0;@;6{"redo;7;i;8
|
531
|
-
greeno;7;i;8
|
532
|
-
greeno;7;i{;8
|
533
|
-
greeno;7;i|;8
|
534
|
-
greeno;7;i};8
|
535
|
-
greeno;7;i~;8
|
536
|
-
greeno;7;i;8
|
537
|
-
greeno;7;i�;8
|
529
|
+
shiny;T;0; [o;3;4o;5;i~;"hsl;0;@;6{;*[o;7;i~;8[;9"0;i;:@K;@o;7;i~;8[;9"0;i;:@K;@o;7;i~;8["%;9" 100%;ii;:[;@;i~;"
|
530
|
+
color; [;;0;@o;3;4o;5;i;"adjust-color;0;@;6{"redo;7;i;8[;9" -117;i�;:@K;@"
|
531
|
+
greeno;7;i;8[;9" -111;i�;:@K;@" blueo;7;i;8[;9"-81;i�;:@K;@;*[o;+ ;i;"base-color;,"base_color;@;i;"border; [;;0;@o;3;4o;5;i{;"adjust-color;0;@;6{"redo;7;i{;8[;9" -126;i��;:@K;@"
|
532
|
+
greeno;7;i{;8[;9" -127;i��;:@K;@" blueo;7;i{;8[;9" -122;i�;:@K;@;*[o;+ ;i{;"base-color;,"base_color;@;i{;"border-bottom; [;;0;@o;3;4o;5;i|;"adjust-color;0;@;6{"redo;7;i|;8[;9"-79;i�;:@K;@"
|
533
|
+
greeno;7;i|;8[;9"-70;i�;:@K;@" blueo;7;i|;8[;9"-46;i�;:@K;@;*[o;+ ;i|;"base-color;,"base_color;@;i|;"fourth-stop; [;;0;@o;3;4o;5;i};"adjust-color;0;@;6{"redo;7;i};8[;9"37;i*;:@K;@"
|
534
|
+
greeno;7;i};8[;9"29;i";:@K;@" blueo;7;i};8[;9"12;i;:@K;@;*[o;+ ;i};"base-color;,"base_color;@;i};"inset-shadow; [;;0;@o;3;4o;5;i~;"adjust-color;0;@;6{"redo;7;i~;8[;9"-56;i�;:@K;@"
|
535
|
+
greeno;7;i~;8[;9"-50;i�;:@K;@" blueo;7;i~;8[;9"-33;i�;:@K;@;*[o;+ ;i~;"base-color;,"base_color;@;i~;"second-stop; [;;0;@o;3;4o;5;i;"adjust-color;0;@;6{"redo;7;i;8[;9" -140;i�t;:@K;@"
|
536
|
+
greeno;7;i;8[;9" -141;i�s;:@K;@" blueo;7;i;8[;9" -114;i�;:@K;@;*[o;+ ;i;"base-color;,"base_color;@;i;"text-shadow; [;;0;@o;3;4o;5;i�;"adjust-color;0;@;6{"redo;7;i�;8[;9"-86;i�;:@K;@"
|
537
|
+
greeno;7;i�;8[;9"-75;i�;:@K;@" blueo;7;i�;8[;9"-48;i�;:@K;@;*[o;+ ;i�;"base-color;,"base_color;@;i�;"third-stop; [;;0;@u;
|
538
538
|
:
|
539
|
-
@linei�:@operand2o:Sass::Script::Number;i
|
539
|
+
@linei�:@operand2o:Sass::Script::Number;i�:@numerator_units["%:@original"70%:@valueiK:@denominator_units[:
|
540
540
|
@name"lightness:@splat0;
|
541
|
-
@args[o:Sass::Script::Variable ;i
|
542
|
-
@expro
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
color:@children[:
|
547
|
-
|
548
|
-
|
541
|
+
@args[o:Sass::Script::Variable ;i�;"base-color:@underscored_name"base_color;
|
542
|
+
@expro;;i�;"hsl;0;
|
543
|
+
"0;i;[;
|
544
|
+
"0;i;@;
|
545
|
+
"20%;i;[;
|
546
|
+
color:@children[:
|
547
|
+
"10%;i;[;
|
548
|
+
"4%;i ;[;
|
549
549
|
:
|
550
|
-
@linei�:@operand2o:Sass::Script::Bool;i�:@valueT:
|
551
|
-
@:@operator:eq:@operand1o:Sass::Script::Variable ;i�:
|
550
|
+
@linei�:@operand2o:Sass::Script::Bool;i�:@valueT:
|
552
551
|
@name"grayscale:@underscored_name"grayscale;
|
553
|
-
|
554
|
-
|
552
|
+
@;
|
553
|
+
@:@operator:eq0[o:Sass::Tree::VariableNode:
|
554
|
+
@expro:Sass::Script::Funcall;i�;
|
555
555
|
@:@keywords{:
|
556
|
-
@args[o
|
557
|
-
@;i
|
558
|
-
@o;;o;;i
|
559
|
-
@;{;[o
|
560
|
-
@;i
|
561
|
-
@o;;o;;i
|
562
|
-
@;{;[o
|
563
|
-
@;i
|
564
|
-
@o;;o;;i
|
565
|
-
@;{;[o
|
566
|
-
@;i
|
567
|
-
@o;;o;;i
|
568
|
-
@;{;[o
|
569
|
-
@;i
|
570
|
-
@o;;o;;i
|
571
|
-
@;{;[o
|
572
|
-
@;i
|
573
|
-
@o;;o;;i
|
574
|
-
@;{;[o
|
575
|
-
@;i
|
576
|
-
@o;$;i�;["border;%;&;#i; [;o;< ;i�;=;>;[o;7;i�;8[
|
577
|
-
solid;@o;+ ;i�;"border;,"border;@;@;@o;$;i�;["border-bottom;%;&;#i; [;o;< ;i�;=;>;[o;7;i�;8[
|
556
|
+
@args[o; ;i�;
|
557
|
+
@;i�;
|
558
|
+
@o;;o;;i�;
|
559
|
+
@;{;[o; ;i�;
|
560
|
+
@;i�;
|
561
|
+
@o;;o;;i�;
|
562
|
+
@;{;[o; ;i�;
|
563
|
+
@;i�;
|
564
|
+
@o;;o;;i�;
|
565
|
+
@;{;[o; ;i�;
|
566
|
+
@;i�;
|
567
|
+
@o;;o;;i�;
|
568
|
+
@;{;[o; ;i�;
|
569
|
+
@;i�;
|
570
|
+
@o;;o;;i�;
|
571
|
+
@;{;[o; ;i�;
|
572
|
+
@;i�;
|
573
|
+
@o;;o;;i�;
|
574
|
+
@;{;[o; ;i�;
|
575
|
+
@;i�;
|
576
|
+
@o;$;i�;["border;%;&;#i; [;o;< ;i�;=;>;[o;7;i�;8["px;9"1px;i;:[;@o;' ;i�;;(;"
|
577
|
+
solid;@o;+ ;i�;"border;,"border;@;@;@o;$;i�;["border-bottom;%;&;#i; [;o;< ;i�;=;>;[o;7;i�;8["px;9"1px;i;:[;@o;' ;i�;;(;"
|
578
578
|
solid;@o;+ ;i�;"border-bottom;,"border_bottom;@;@;@o;$;i�;["border-radius;%;&;#i; [;o;';;(;"5px;@;@o;$;i�;["box-shadow;%;&;#i; [;o;< ;i�;=;>;[o;' ;i�;;(;"
|
579
|
-
inset;@o;7;i�;8
|
579
|
+
inset;@o;7;i�;8[;9"0;i;:@K;@o;7;i�;8["px;9"1px;i;:[;@o;7;i�;8[;9"0;i;:@K;@o;7;i�;8[;9"0;i;:@K;@o;+ ;i�;"inset-shadow;,"inset_shadow;@;@;@o;$;i�;["
|
580
580
|
color;%;&;#i; [;o;+ ;i�;"
|
581
581
|
color;,"
|
582
582
|
color;@;@o;$;i�;["display;%;&;#i; [;o;';;(;"inline-block;@;@o;$;i�;["font-size;%;&;#i; [;o;';;(;"inherit;@;@o;$;i�;["font-weight;%;&;#i; [;o;';;(;" bold;@;@o;?;i�;"linear-gradient;0; [;@;6{;*[
|
583
|
-
o;' ;i�;;(;"top;@o;< ;i�;=;>;[o;+ ;i�;"base-color;,"base_color;@o;7;i�;8[
|
583
|
+
o;' ;i�;;(;"top;@o;< ;i�;=;>;[o;+ ;i�;"base-color;,"base_color;@o;7;i�;8["%;9"0%;i;:[;@;@o;< ;i�;=;>;[o;+ ;i�;"second-stop;,"second_stop;@o;7;i�;8["%;9"50%;i7;:[;@;@o;< ;i�;=;>;[o;+ ;i�;"third-stop;,"third_stop;@o;7;i�;8["%;9"50%;i7;:[;@;@o;< ;i�;=;>;[o;+ ;i�;"fourth-stop;,"fourth_stop;@o;7;i�;8["%;9" 100%;ii;:[;@;@o;$;i�;["padding;%;&;#i; [;o;';;(;"
|
584
584
|
;i�;o;;{;0;[o;;i�;"o;
|
585
585
|
;i�;["
|
586
586
|
hover; 0;!;";@�o;
|
587
|
-
;i�;["not; [":disabled;!;";@�;@�;@�;T;#i; [o;3;4o;5;i�;"adjust-color;0;@;6{"redo;7;i�;8
|
588
|
-
greeno;7;i�;8
|
589
|
-
greeno;7;i�;8
|
590
|
-
greeno;7;i�;8
|
591
|
-
greeno;7;i�;8
|
587
|
+
;i�;["not; [":disabled;!;";@�;@�;@�;T;#i; [o;3;4o;5;i�;"adjust-color;0;@;6{"redo;7;i�;8[;9"-13;i�;:@K;@"
|
588
|
+
greeno;7;i�;8[;9"-15;i�;:@K;@" blueo;7;i�;8[;9"-18;i�;:@K;@;*[o;+ ;i�;"base-color;,"base_color;@;i�;"first-stop-hover; [;;0;@o;3;4o;5;i�;"adjust-color;0;@;6{"redo;7;i�;8[;9"-66;i�;:@K;@"
|
589
|
+
greeno;7;i�;8[;9"-62;i�;:@K;@" blueo;7;i�;8[;9"-51;i�;:@K;@;*[o;+ ;i�;"base-color;,"base_color;@;i�;"second-stop-hover; [;;0;@o;3;4o;5;i�;"adjust-color;0;@;6{"redo;7;i�;8[;9"-93;i�;:@K;@"
|
590
|
+
greeno;7;i�;8[;9"-85;i�;:@K;@" blueo;7;i�;8[;9"-66;i�;:@K;@;*[o;+ ;i�;"base-color;,"base_color;@;i�;"third-stop-hover; [;;0;@o;3;4o;5;i�;"adjust-color;0;@;6{"redo;7;i�;8[;9"-86;i�;:@K;@"
|
591
|
+
greeno;7;i�;8[;9"-80;i�;:@K;@" blueo;7;i�;8[;9"-63;i�;:@K;@;*[o;+ ;i�;"base-color;,"base_color;@;i�;"fourth-stop-hover; [;;0;@u;
|
592
592
|
:
|
593
|
-
@linei�:@operand2o:Sass::Script::Bool;i�:@valueT:
|
594
|
-
@:@operator:eq:@operand1o:Sass::Script::Variable ;i�:
|
593
|
+
@linei�:@operand2o:Sass::Script::Bool;i�:@valueT:
|
595
594
|
@name"grayscale:@underscored_name"grayscale;
|
596
|
-
|
597
|
-
|
595
|
+
@;
|
596
|
+
@:@operator:eq0[ o:Sass::Tree::VariableNode:
|
597
|
+
@expro:Sass::Script::Funcall;i�;
|
598
598
|
@:@keywords{:
|
599
|
-
@args[o
|
600
|
-
@;i
|
601
|
-
@o;;o;;i
|
602
|
-
@;{;[o
|
603
|
-
@;i
|
604
|
-
@o;;o;;i
|
605
|
-
@;{;[o
|
606
|
-
@;i
|
607
|
-
@o;;o;;i
|
608
|
-
@;{;[o
|
609
|
-
@;i
|
599
|
+
@args[o; ;i�;
|
600
|
+
@;i�;
|
601
|
+
@o;;o;;i�;
|
602
|
+
@;{;[o; ;i�;
|
603
|
+
@;i�;
|
604
|
+
@o;;o;;i�;
|
605
|
+
@;{;[o; ;i�;
|
606
|
+
@;i�;
|
607
|
+
@o;;o;;i�;
|
608
|
+
@;{;[o; ;i�;
|
609
|
+
@;i�;
|
610
610
|
@o;$;i�;["cursor;%;&;#i; [;o;';;(;"pointer;@;@o;?;i�;"linear-gradient;0; [;@;6{;*[
|
611
|
-
o;' ;i�;;(;"top;@o;< ;i�;=;>;[o;+ ;i�;"first-stop-hover;,"first_stop_hover;@o;7;i�;8[
|
611
|
+
o;' ;i�;;(;"top;@o;< ;i�;=;>;[o;+ ;i�;"first-stop-hover;,"first_stop_hover;@o;7;i�;8["%;9"0%;i;:[;@;@o;< ;i�;=;>;[o;+ ;i�;"second-stop-hover;,"second_stop_hover;@o;7;i�;8["%;9"50%;i7;:[;@;@o;< ;i�;=;>;[o;+ ;i�;"third-stop-hover;,"third_stop_hover;@o;7;i�;8["%;9"50%;i7;:[;@;@o;< ;i�;=;>;[o;+ ;i�;"fourth-stop-hover;,"fourth_stop_hover;@o;7;i�;8["%;9" 100%;ii;:[;@;@;@;)["&:hover:not(:disabled)o;;i�;o;;i�;[o;;[o;
|
612
612
|
;i�;o;;{;0;[o;;i�;"o;
|
613
613
|
;i�;["active; 0;!;";@^o;
|
614
|
-
;i�;["not; [":disabled;!;";@^;@^;@^;T;#i; [o;3;4o;5;i�;"adjust-color;0;@;6{"redo;7;i�;8
|
615
|
-
greeno;7;i�;8
|
614
|
+
;i�;["not; [":disabled;!;";@^;@^;@^;T;#i; [o;3;4o;5;i�;"adjust-color;0;@;6{"redo;7;i�;8[;9" -111;i�;:@K;@"
|
615
|
+
greeno;7;i�;8[;9" -116;i�;:@K;@" blueo;7;i�;8[;9" -122;i�;:@K;@;*[o;+ ;i�;"base-color;,"base_color;@;i�;"inset-shadow-active; [;;0;@u;
|
616
616
|
:
|
617
|
-
@linei�:@operand2o:Sass::Script::Bool;i�:@valueT:
|
618
|
-
@:@operator:eq:@operand1o:Sass::Script::Variable ;i�:
|
617
|
+
@linei�:@operand2o:Sass::Script::Bool;i�:@valueT:
|
619
618
|
@name"grayscale:@underscored_name"grayscale;
|
620
|
-
|
621
|
-
|
619
|
+
@;
|
620
|
+
@:@operator:eq0[o:Sass::Tree::VariableNode:
|
621
|
+
@expro:Sass::Script::Funcall;i�;
|
622
622
|
@:@keywords{:
|
623
|
-
@args[o
|
624
|
-
@;i
|
623
|
+
@args[o; ;i�;
|
624
|
+
@;i�;
|
625
625
|
@o;$;i�;["box-shadow;%;&;#i; [;o;< ;i�;=;@;[o;< ;i�;=;>;[o;' ;i�;;(;"
|
626
|
-
inset;@o;7;i�;8
|
626
|
+
inset;@o;7;i�;8[;9"0;i;:@K;@o;7;i�;8[;9"0;i;:@K;@o;7;i�;8["px;9" 20px;i;:[;@o;7;i�;8[;9"0;i;:@K;@o;+ ;i�;"inset-shadow-active;,"inset_shadow_active;@;@o;< ;i�;=;>;[ o;7;i�;8[;9"0;i;:@K;@o;7;i�;8["px;9"1px;i;:[;@o;7;i�;8[;9"0;i;:@K;@o;- ;i�;.{ ;/i�;0i;1i�;2i�;0;@;@;@;@;@;)["&:active:not(:disabled);@;*[[o;+;"base-color;,"base_color;@0[o;+;"grayscale;,"grayscale;@o;A;i};F;@o;
|
627
627
|
;i�;;; [;["c/* Pill Button
|
628
628
|
*************************************************************************// */;@o;
|
629
|
-
;i�;" pill;T;0; [o;3;4o;5;i�;"hsl;0;@;6{;*[o;7;i�;8
|
630
|
-
color; [;;0;@o;3;4o;5;i�;"adjust-color;0;@;6{"
|
631
|
-
|
629
|
+
;i�;" pill;T;0; [o;3;4o;5;i�;"hsl;0;@;6{;*[o;7;i�;8[;9"0;i;:@K;@o;7;i�;8[;9"0;i;:@K;@o;7;i�;8["%;9" 100%;ii;:[;@;i�;"
|
630
|
+
color; [;;0;@o;3;4o;5;i�;"adjust-color;0;@;6{"saturationo;7;i�;8["%;9" -11%;i�;:[;@"lightnesso;7;i�;8["%;9" -26%;i�;:[;@"hueo;7;i�;8[;9"8;i
|
631
|
+
;:@K;@;*[o;+ ;i�;"base-color;,"base_color;@;i�;"text-shadow; [;;0;@u;
|
632
632
|
:
|
633
|
-
@linei�:@operand2o:Sass::Script::Number;i
|
633
|
+
@linei�:@operand2o:Sass::Script::Number;i�:@numerator_units["%:@original"70%:@valueiK:@denominator_units[:
|
634
634
|
@name"lightness:@splat0;
|
635
|
-
@args[o:Sass::Script::Variable ;i
|
636
|
-
@expro
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
color:@children[:
|
641
|
-
|
642
|
-
|
635
|
+
@args[o:Sass::Script::Variable ;i�;"base-color:@underscored_name"base_color;
|
636
|
+
@expro;;i�;"hsl;0;
|
637
|
+
"0;i;[;
|
638
|
+
"0;i;@;
|
639
|
+
"20%;i;[;
|
640
|
+
color:@children[:
|
641
|
+
"10%;i;[;
|
642
|
+
"4%;i ;[;
|
643
643
|
:
|
644
|
-
@linei�:@operand2o:Sass::Script::Bool;i�:@valueT:
|
645
|
-
@:@operator:eq:@operand1o:Sass::Script::Variable ;i�:
|
644
|
+
@linei�:@operand2o:Sass::Script::Bool;i�:@valueT:
|
646
645
|
@name"grayscale:@underscored_name"grayscale;
|
647
|
-
|
648
|
-
|
646
|
+
@;
|
647
|
+
@:@operator:eq0[o:Sass::Tree::VariableNode:
|
648
|
+
@expro:Sass::Script::Funcall;i�;
|
649
649
|
@:@keywords{:
|
650
|
-
@args[o
|
651
|
-
@;i
|
652
|
-
@o;;o;;i
|
653
|
-
@;{;[o
|
654
|
-
@;i
|
655
|
-
@o;;o;;i
|
656
|
-
@;{;[o
|
657
|
-
@;i
|
658
|
-
@o;;o;;i
|
659
|
-
@;{;[o
|
660
|
-
@;i
|
661
|
-
@o;;o;;i
|
662
|
-
@;{;[o
|
663
|
-
@;i
|
664
|
-
@o;;o;;i
|
665
|
-
@;{;[o
|
666
|
-
@;i
|
667
|
-
@o;$;i�;["border;%;&;#i; [;o;< ;i�;=;>;[o;7;i�;8[
|
650
|
+
@args[o; ;i�;
|
651
|
+
@;i�;
|
652
|
+
@o;;o;;i�;
|
653
|
+
@;{;[o; ;i�;
|
654
|
+
@;i�;
|
655
|
+
@o;;o;;i�;
|
656
|
+
@;{;[o; ;i�;
|
657
|
+
@;i�;
|
658
|
+
@o;;o;;i�;
|
659
|
+
@;{;[o; ;i�;
|
660
|
+
@;i�;
|
661
|
+
@o;;o;;i�;
|
662
|
+
@;{;[o; ;i�;
|
663
|
+
@;i�;
|
664
|
+
@o;;o;;i�;
|
665
|
+
@;{;[o; ;i�;
|
666
|
+
@;i�;
|
667
|
+
@o;$;i�;["border;%;&;#i; [;o;< ;i�;=;>;[o;7;i�;8["px;9"1px;i;:[;@o;' ;i�;;(;"
|
668
668
|
solid;@o;+ ;i�;"border-top;,"border_top;@;@;@o;$;i�;["border-color;%;&;#i; [;o;< ;i�;=;>;[o;+ ;i�;"border-top;,"border_top;@o;+ ;i�;"border-sides;,"border_sides;@o;+ ;i�;"border-bottom;,"border_bottom;@;@;@o;$;i�;["border-radius;%;&;#i; [;o;';;(;" 16px;@;@o;$;i�;["box-shadow;%;&;#i; [;o;< ;i�;=;@;[o;< ;i�;=;>;[o;' ;i�;;(;"
|
669
|
-
inset;@o;7;i�;8
|
670
|
-
o;7;i�;8
|
669
|
+
inset;@o;7;i�;8[;9"0;i;:@K;@o;7;i�;8["px;9"1px;i;:[;@o;7;i�;8[;9"0;i;:@K;@o;7;i�;8[;9"0;i;:@K;@o;+ ;i�;"inset-shadow;,"inset_shadow;@;@o;< ;i�;=;>;[
|
670
|
+
o;7;i�;8[;9"0;i;:@K;@o;7;i�;8["px;9"1px;i;:[;@o;7;i�;8["px;9"2px;i;:[;@o;7;i�;8[;9"0;i;:@K;@o;- ;i�;.{ ;/i�;0i;1i�;2i�;0;@;@;@;@o;$;i�;["
|
671
671
|
color;%;&;#i; [;o;+ ;i�;"
|
672
672
|
color;,"
|
673
|
-
color;@;@o;$;i�;["display;%;&;#i; [;o;';;(;"inline-block;@;@o;$;i�;["font-size;%;&;#i; [;o;';;(;"inherit;@;@o;$;i�;["font-weight;%;&;#i; [;o;';;(;"normal;@;@o;$;i�;["line-height;%;&;#i; [;o;';;(;"1;@;@o;?;i�;"linear-gradient;0; [;@;6{;*[o;+ ;i�;"base-color;,"base_color;@o;+ ;i�;"stop-gradient;,"stop_gradient;@o;$;i�;["padding;%;&;#i; [;o;';;(;"
|
673
|
+
color;@;@o;$;i�;["display;%;&;#i; [;o;';;(;"inline-block;@;@o;$;i�;["font-size;%;&;#i; [;o;';;(;"inherit;@;@o;$;i�;["font-weight;%;&;#i; [;o;';;(;"normal;@;@o;$;i�;["line-height;%;&;#i; [;o;';;(;"1;@;@o;?;i�;"linear-gradient;0; [;@;6{;*[o;+ ;i�;"base-color;,"base_color;@o;+ ;i�;"stop-gradient;,"stop_gradient;@o;$;i�;["padding;%;&;#i; [;o;';;(;"
|
674
674
|
;i�;o;;{;0;[o;;i�;"o;
|
675
675
|
;i�;["
|
676
676
|
hover; 0;!;";@"o;
|
677
|
-
;i�;["not; [":disabled;!;";@";@";@";T;#i; [o;3;4o;5;i�;"adjust-color;0;@;6{"lightnesso;7;i�;8[
|
678
|
-
-4.5%;f -4.5
|
679
|
-
13.5%;f 13.5
|
680
|
-
-15.5
|
681
|
-
|
677
|
+
;i�;["not; [":disabled;!;";@";@";@";T;#i; [o;3;4o;5;i�;"adjust-color;0;@;6{"lightnesso;7;i�;8["%;9"
|
678
|
+
-4.5%;f -4.5;:[;@;*[o;+ ;i�;"base-color;,"base_color;@;i�;"base-color-hover; [;;0;@o;3;4o;5;i�;"adjust-color;0;@;6{"saturationo;7;i�;8["%;9"
|
679
|
+
13.5%;f 13.5;:[;@"lightnesso;7;i�;8["%;9" -32%;i�;:[;@"hueo;7;i�;8[;9"8;i
|
680
|
+
-15.5;:[;@"hueo;7;i�;8[;9"8;i
|
681
|
+
;:@K;@;*[o;+ ;i�;"base-color;,"base_color;@;i�;"text-shadow-hover; [;;0;@u;
|
682
682
|
:
|
683
|
-
@linei�:@operand2o:Sass::Script::Bool;i�:@valueT:
|
684
|
-
@:@operator:eq:@operand1o:Sass::Script::Variable ;i�:
|
683
|
+
@linei�:@operand2o:Sass::Script::Bool;i�:@valueT:
|
685
684
|
@name"grayscale:@underscored_name"grayscale;
|
686
|
-
|
687
|
-
|
685
|
+
@;
|
686
|
+
@:@operator:eq0[o:Sass::Tree::VariableNode:
|
687
|
+
@expro:Sass::Script::Funcall;i�;
|
688
688
|
@:@keywords{:
|
689
|
-
@args[o
|
690
|
-
@;i
|
691
|
-
@o;;o;;i
|
692
|
-
@;{;[o
|
693
|
-
@;i
|
694
|
-
@o;;o;;i
|
695
|
-
@;{;[o
|
696
|
-
@;i
|
697
|
-
@o;;o;;i
|
698
|
-
@;{;[o
|
699
|
-
@;i
|
700
|
-
@o;;o;;i
|
701
|
-
@;{;[o
|
702
|
-
@;i
|
703
|
-
@o;;o;;i
|
704
|
-
@;{;[o
|
705
|
-
@;i
|
706
|
-
@o;;o;;i
|
707
|
-
@;{;[o
|
708
|
-
@;i
|
709
|
-
@o;$;i�;["border;%;&;#i; [;o;< ;i�;=;>;[o;7;i�;8[
|
689
|
+
@args[o; ;i�;
|
690
|
+
@;i�;
|
691
|
+
@o;;o;;i�;
|
692
|
+
@;{;[o; ;i�;
|
693
|
+
@;i�;
|
694
|
+
@o;;o;;i�;
|
695
|
+
@;{;[o; ;i�;
|
696
|
+
@;i�;
|
697
|
+
@o;;o;;i�;
|
698
|
+
@;{;[o; ;i�;
|
699
|
+
@;i�;
|
700
|
+
@o;;o;;i�;
|
701
|
+
@;{;[o; ;i�;
|
702
|
+
@;i�;
|
703
|
+
@o;;o;;i�;
|
704
|
+
@;{;[o; ;i�;
|
705
|
+
@;i�;
|
706
|
+
@o;;o;;i�;
|
707
|
+
@;{;[o; ;i�;
|
708
|
+
@;i�;
|
709
|
+
@o;$;i�;["border;%;&;#i; [;o;< ;i�;=;>;[o;7;i�;8["px;9"1px;i;:[;@o;' ;i�;;(;"
|
710
710
|
solid;@o;+ ;i�;"border-top;,"border_top;@;@;@o;$;i�;["border-color;%;&;#i; [;o;< ;i�;=;>;[o;+ ;i�;"border-top;,"border_top;@o;+ ;i�;"border-sides;,"border_sides;@o;+ ;i�;"border-bottom;,"border_bottom;@;@;@o;$;i�;["box-shadow;%;&;#i; [;o;< ;i�;=;>;[o;' ;i�;;(;"
|
711
|
-
inset;@o;7;i�;8
|
711
|
+
inset;@o;7;i�;8[;9"0;i;:@K;@o;7;i�;8["px;9"1px;i;:[;@o;7;i�;8[;9"0;i;:@K;@o;7;i�;8[;9"0;i;:@K;@o;+ ;i�;"inset-shadow-hover;,"inset_shadow_hover;@;@;@o;$;i�;["cursor;%;&;#i; [;o;';;(;"pointer;@;@o;?;i�;"linear-gradient;0; [;@;6{;*[o;+ ;i�;"base-color-hover;,"base_color_hover;@o;+ ;i�;"stop-gradient-hover;,"stop_gradient_hover;@o;$;i;["text-shadow;%;&;#i; [;o;< ;i;=;>;[ o;7;i;8[;9"0;i;:@K;@o;7;i;8["px;9" -1px;i�;:[;@o;7;i;8["px;9"1px;i;:[;@o;+ ;i;"text-shadow-hover;,"text_shadow_hover;@;@;@o;$;i;["background-clip;%;&;#i; [;o;';;(;"padding-box;@;@;@;)["&:hover:not(:disabled)o;;i;o;;i;[o;;[o;
|
712
712
|
;i;o;;{;0;[o;;i;"o;
|
713
713
|
;i;["active; 0;!;";@Io;
|
714
|
-
;i;["not; [":disabled;!;";@I;@I;@I;T;#i; [o;3;4o;5;i;"adjust-color;0;@;6{"
|
715
|
-
-2.5%;f -2.5;@;*[o;+ ;i;"base-color;,"base_color;@;i;"border-active; [;;0;@o;3;4o;5;i;"adjust-color;0;@;6{"
|
716
|
-
-21.5
|
717
|
-
|
718
|
-
|
714
|
+
;i;["not; [":disabled;!;";@I;@I;@I;T;#i; [o;3;4o;5;i;"adjust-color;0;@;6{"saturationo;7;i;8["%;9" -12%;i�;:[;@"lightnesso;7;i;8["%;9" -10%;i�;:[;@"hueo;7;i;8[;9"4;i ;:@K;@;*[o;+ ;i;"base-color;,"base_color;@;i;"active-color; [;;0;@o;3;4o;5;i;"adjust-color;0;@;6{"saturationo;7;i;8["%;9"
|
715
|
+
-2.5%;f -2.5;:[;@"lightnesso;7;i;8["%;9" -30%;i�;:[;@"hueo;7;i;8[;9"6;i;:@K;@;*[o;+ ;i;"base-color;,"base_color;@;i;"border-active; [;;0;@o;3;4o;5;i;"adjust-color;0;@;6{"saturationo;7;i;8["%;9"6%;i;:[;@"lightnesso;7;i;8["%;9" -31%;i�;:[;@"hueo;7;i;8[;9"11;i;:@K;@;*[o;+ ;i;"base-color;,"base_color;@;i;"border-bottom-active; [;;0;@o;3;4o;5;i;"adjust-color;0;@;6{"saturationo;7;i;8["%;9"2%;i;:[;@"lightnesso;7;i;8["%;9"-21.5%;f
|
716
|
+
-21.5;:[;@"hueo;7;i;8[;9"9;i;:@K;@;*[o;+ ;i;"base-color;,"base_color;@;i;"inset-shadow-active; [;;0;@o;3;4o;5;i ;"adjust-color;0;@;6{"saturationo;7;i ;8["%;9" -12%;i�;:[;@"lightnesso;7;i ;8["%;9"-21.5%;f
|
717
|
+
-21.5;:[;@"hueo;7;i ;8[;9"5;i
|
718
|
+
;:@K;@;*[o;+ ;i ;"base-color;,"base_color;@;i ;"text-shadow-active; [;;0;@u;
|
719
719
|
:
|
720
|
-
@linei:@operand2o:Sass::Script::Bool;i:@valueT:
|
721
|
-
@:@operator:eq:@operand1o:Sass::Script::Variable ;i:
|
720
|
+
@linei:@operand2o:Sass::Script::Bool;i:@valueT:
|
722
721
|
@name"grayscale:@underscored_name"grayscale;
|
723
|
-
|
722
|
+
@;
|
723
|
+
@:@operator:eq0[
|
724
724
|
o:Sass::Tree::VariableNode:
|
725
|
-
@expro:Sass::Script::Funcall;i
|
725
|
+
@expro:Sass::Script::Funcall;i;
|
726
726
|
@:@keywords{:
|
727
|
-
@args[o
|
728
|
-
@;i
|
729
|
-
@o;;o;;i
|
730
|
-
@;{;[o
|
731
|
-
@;i
|
732
|
-
@o;;o;;i
|
733
|
-
@;{;[o
|
734
|
-
@;i
|
735
|
-
@o;;o;;i
|
736
|
-
@;{;[o
|
737
|
-
@;i
|
738
|
-
@o;;o;;i
|
739
|
-
@;{;[o
|
740
|
-
@;i
|
741
|
-
@o;$;i;["background;%;&;#i; [;o;+ ;i;"active-color;,"active_color;@;@o;$;i;["border;%;&;#i; [;o;< ;i;=;>;[o;7;i;8[
|
742
|
-
solid;@o;+ ;i;"border-active;,"border_active;@;@;@o;$;i;["border-bottom;%;&;#i; [;o;< ;i;=;>;[o;7;i;8[
|
727
|
+
@args[o; ;i;
|
728
|
+
@;i;
|
729
|
+
@o;;o;;i
|
730
|
+
@;{;[o; ;i
|
731
|
+
@;i
|
732
|
+
@o;;o;;i;
|
733
|
+
@;{;[o; ;i;
|
734
|
+
@;i;
|
735
|
+
@o;;o;;i;
|
736
|
+
@;{;[o; ;i;
|
737
|
+
@;i;
|
738
|
+
@o;;o;;i;
|
739
|
+
@;{;[o; ;i;
|
740
|
+
@;i;
|
741
|
+
@o;$;i;["background;%;&;#i; [;o;+ ;i;"active-color;,"active_color;@;@o;$;i;["border;%;&;#i; [;o;< ;i;=;>;[o;7;i;8["px;9"1px;i;:[;@o;' ;i;;(;"
|
742
|
+
solid;@o;+ ;i;"border-active;,"border_active;@;@;@o;$;i;["border-bottom;%;&;#i; [;o;< ;i;=;>;[o;7;i;8["px;9"1px;i;:[;@o;' ;i;;(;"
|
743
743
|
solid;@o;+ ;i;"border-bottom-active;,"border_bottom_active;@;@;@o;$;i;["box-shadow;%;&;#i; [;o;< ;i;=;@;[o;< ;i;=;>;[o;' ;i;;(;"
|
744
|
-
inset;@o;7;i;8
|
745
|
-
o;7;i;8
|
744
|
+
inset;@o;7;i;8[;9"0;i;:@K;@o;7;i;8[;9"0;i;:@K;@o;7;i;8["px;9"6px;i;:[;@o;7;i;8["px;9"3px;i;:[;@o;+ ;i;"inset-shadow-active;,"inset_shadow_active;@;@o;< ;i;=;>;[
|
745
|
+
o;7;i;8[;9"0;i;:@K;@o;7;i;8["px;9"1px;i;:[;@o;7;i;8[;9"0;i;:@K;@o;7;i;8[;9"0;i;:@K;@o;- ;i;.{ ;/i�;0i;1i�;2i�;0;@;@;@;@o;$;i;["text-shadow;%;&;#i; [;o;< ;i;=;>;[ o;7;i;8[;9"0;i;:@K;@o;7;i;8["px;9" -1px;i�;:[;@o;7;i;8["px;9"1px;i;:[;@o;+ ;i;"text-shadow-active;,"text_shadow_active;@;@;@;@;)["&:active:not(:disabled);@;*[[o;+;"base-color;,"base_color;@0[o;+;"grayscale;,"grayscale;@o;A;i�;F;@o;
|
746
746
|
;i;;; [;["e/* simple Button
|
747
747
|
*************************************************************************// */;@o;
|
748
|
-
;i;"simple;T;0; [o;3;4o;5;i;"hsl;0;@;6{;*[o;7;i;8
|
749
|
-
color; [;;0;@o;3;4o;5;i ;"adjust-color;0;@;6{"
|
748
|
+
;i;"simple;T;0; [o;3;4o;5;i;"hsl;0;@;6{;*[o;7;i;8[;9"0;i;:@K;@o;7;i;8[;9"0;i;:@K;@o;7;i;8["%;9" 100%;ii;:[;@;i;"
|
749
|
+
color; [;;0;@o;3;4o;5;i ;"adjust-color;0;@;6{"saturationo;7;i ;8["%;9"9%;i;:[;@"lightnesso;7;i ;8["%;9" -14%;i�;:[;@;*[o;+ ;i ;"base-color;,"base_color;@;i ;"border; [;;0;@o;3;4o;5;i!;"adjust-color;0;@;6{"saturationo;7;i!;8["%;9"-8%;i�;:[;@"lightnesso;7;i!;8["%;9"10%;i;:[;@;*[o;+ ;i!;"base-color;,"base_color;@;i!;"inset-shadow; [;;0;@o;3;4o;5;i";"adjust-color;0;@;6{"saturationo;7;i";8["%;9"15%;i;:[;@"lightnesso;7;i";8["%;9" -18%;i�;:[;@;*[o;+ ;i";"base-color;,"base_color;@;i";"text-shadow; [;;0;@u;
|
750
750
|
:
|
751
|
-
@linei$:@operand2o:Sass::Script::Number;i
|
751
|
+
@linei$:@operand2o:Sass::Script::Number;i$:@numerator_units["%:@original"70%:@valueiK:@denominator_units[:
|
752
752
|
@name"lightness:@splat0;
|
753
|
-
@args[o:Sass::Script::Variable ;i
|
754
|
-
@expro
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
color:@children[:
|
759
|
-
|
760
|
-
|
753
|
+
@args[o:Sass::Script::Variable ;i$;"base-color:@underscored_name"base_color;
|
754
|
+
@expro;;i%;"hsl;0;
|
755
|
+
"0;i;[;
|
756
|
+
"0;i;@;
|
757
|
+
"20%;i;[;
|
758
|
+
color:@children[:
|
759
|
+
"10%;i;[;
|
760
|
+
"4%;i ;[;
|
761
761
|
:
|
762
|
-
@linei):@operand2o:Sass::Script::Bool;i):@valueT:
|
763
|
-
@:@operator:eq:@operand1o:Sass::Script::Variable ;i):
|
762
|
+
@linei):@operand2o:Sass::Script::Bool;i):@valueT:
|
764
763
|
@name"grayscale:@underscored_name"grayscale;
|
765
|
-
|
766
|
-
|
764
|
+
@;
|
765
|
+
@:@operator:eq0[o:Sass::Tree::VariableNode:
|
766
|
+
@expro:Sass::Script::Funcall;i*;
|
767
767
|
@:@keywords{:
|
768
|
-
@args[o
|
769
|
-
@;i
|
770
|
-
@o;;o;;i
|
771
|
-
@;{;[o
|
772
|
-
@;i
|
773
|
-
@o;;o;;i
|
774
|
-
@;{;[o
|
775
|
-
@;i
|
776
|
-
@o;$;i/;["border;%;&;#i; [;o;< ;i/;=;>;[o;7;i/;8[
|
768
|
+
@args[o; ;i*;
|
769
|
+
@;i*;
|
770
|
+
@o;;o;;i+;
|
771
|
+
@;{;[o; ;i+;
|
772
|
+
@;i+;
|
773
|
+
@o;;o;;i,;
|
774
|
+
@;{;[o; ;i,;
|
775
|
+
@;i,;
|
776
|
+
@o;$;i/;["border;%;&;#i; [;o;< ;i/;=;>;[o;7;i/;8["px;9"1px;i;:[;@o;' ;i/;;(;"
|
777
777
|
solid;@o;+ ;i/;"border;,"border;@;@;@o;$;i0;["border-radius;%;&;#i; [;o;';;(;"3px;@;@o;$;i1;["box-shadow;%;&;#i; [;o;< ;i1;=;>;[o;' ;i1;;(;"
|
778
|
-
inset;@o;7;i1;8
|
778
|
+
inset;@o;7;i1;8[;9"0;i;:@K;@o;7;i1;8["px;9"1px;i;:[;@o;7;i1;8[;9"0;i;:@K;@o;7;i1;8[;9"0;i;:@K;@o;+ ;i1;"inset-shadow;,"inset_shadow;@;@;@o;$;i2;["
|
779
779
|
color;%;&;#i; [;o;+ ;i2;"
|
780
780
|
color;,"
|
781
781
|
color;@;@o;$;i3;["display;%;&;#i; [;o;';;(;"inline-block;@;@o;$;i4;["font-size;%;&;#i; [;o;';;(;" 11px;@;@o;$;i5;["font-weight;%;&;#i; [;o;';;(;" bold;@;@o;$;i6;["text-shadow;%;&;#i; [;o;';;(;" none;@;@o;?;i7;"linear-gradient;0; [;@;6{;*[o;+ ;i7;"base-color;,"base_color;@o;+ ;i7;"base-color;,"base_color;@o;$;i8;["padding;%;&;#i; [;o;';;(;"
|
782
782
|
;i<;o;;{;0;[o;;i<;"o;
|
783
783
|
;i<;["
|
784
784
|
hover; 0;!;";@# o;
|
785
|
-
;i<;["not; [":disabled;!;";@# ;@# ;@# ;T;#i; [o;3;4o;5;i=;"adjust-color;0;@;6{"
|
786
|
-
|
785
|
+
;i<;["not; [":disabled;!;";@# ;@# ;@# ;T;#i; [o;3;4o;5;i=;"adjust-color;0;@;6{"saturationo;7;i=;8["%;9"-4%;i�;:[;@"lightnesso;7;i=;8["%;9"-5%;i�;:[;@;*[o;+ ;i=;"base-color;,"base_color;@;i=;"base-color-hover; [;;0;@o;3;4o;5;i>;"adjust-color;0;@;6{"saturationo;7;i>;8["%;9"-7%;i�;:[;@"lightnesso;7;i>;8["%;9"5%;i
|
786
|
+
;:[;@;*[o;+ ;i>;"base-color;,"base_color;@;i>;"inset-shadow-hover; [;;0;@u;
|
787
787
|
:
|
788
|
-
@linei@:@operand2o:Sass::Script::Bool;i@:@valueT:
|
789
|
-
@:@operator:eq:@operand1o:Sass::Script::Variable ;i@:
|
788
|
+
@linei@:@operand2o:Sass::Script::Bool;i@:@valueT:
|
790
789
|
@name"grayscale:@underscored_name"grayscale;
|
791
|
-
|
792
|
-
|
790
|
+
@;
|
791
|
+
@:@operator:eq0[o:Sass::Tree::VariableNode:
|
792
|
+
@expro:Sass::Script::Funcall;iA;
|
793
793
|
@:@keywords{:
|
794
|
-
@args[o
|
795
|
-
@;iA
|
796
|
-
@o;;o;;iB
|
797
|
-
@;{;[o
|
798
|
-
@;iB
|
799
|
-
@o;?;iE;"linear-gradient;0; [;@;6{;*[o;5;iE;"darken;0;@;6{;*[o;+ ;iE;"base-color;,"base_color;@o;7;iE;8
|
800
|
-
inset;@o;7;iF;8
|
794
|
+
@args[o; ;iA;
|
795
|
+
@;iA;
|
796
|
+
@o;;o;;iB;
|
797
|
+
@;{;[o; ;iB;
|
798
|
+
@;iB;
|
799
|
+
@o;?;iE;"linear-gradient;0; [;@;6{;*[o;5;iE;"darken;0;@;6{;*[o;+ ;iE;"base-color;,"base_color;@o;7;iE;8[;9"4;i ;:@K;@o;5;iE;"darken;0;@;6{;*[o;+ ;iE;"base-color;,"base_color;@o;7;iE;8[;9"4;i ;:@K;@o;$;iF;["box-shadow;%;&;#i; [;o;< ;iF;=;>;[o;' ;iF;;(;"
|
800
|
+
inset;@o;7;iF;8[;9"0;i;:@K;@o;7;iF;8["px;9"1px;i;:[;@o;7;iF;8[;9"0;i;:@K;@o;7;iF;8[;9"0;i;:@K;@o;+ ;iF;"inset-shadow-hover;,"inset_shadow_hover;@;@;@o;$;iG;["cursor;%;&;#i; [;o;';;(;"pointer;@;@;@;)["&:hover:not(:disabled)o;;iJ;o;;iJ;[o;;[o;
|
801
801
|
;iJ;o;;{;0;[o;;iJ;"o;
|
802
802
|
;iJ;["active; 0;!;";@� o;
|
803
|
-
;iJ;["not; [":disabled;!;";@� ;@� ;@� ;T;#i; [o;3;4o;5;iK;"adjust-color;0;@;6{"
|
803
|
+
;iJ;["not; [":disabled;!;";@� ;@� ;@� ;T;#i; [o;3;4o;5;iK;"adjust-color;0;@;6{"saturationo;7;iK;8["%;9"9%;i;:[;@"lightnesso;7;iK;8["%;9" -14%;i�;:[;@;*[o;+ ;iK;"base-color;,"base_color;@;iK;"border-active; [;;0;@o;3;4o;5;iL;"adjust-color;0;@;6{"saturationo;7;iL;8["%;9"7%;i;:[;@"lightnesso;7;iL;8["%;9" -10%;i�;:[;@;*[o;+ ;iL;"base-color;,"base_color;@;iL;"inset-shadow-active; [;;0;@u;
|
804
804
|
:
|
805
|
-
@lineiN:@operand2o:Sass::Script::Bool;iN:@valueT:
|
806
|
-
@:@operator:eq:@operand1o:Sass::Script::Variable ;iN:
|
805
|
+
@lineiN:@operand2o:Sass::Script::Bool;iN:@valueT:
|
807
806
|
@name"grayscale:@underscored_name"grayscale;
|
808
|
-
|
809
|
-
|
807
|
+
@;
|
808
|
+
@:@operator:eq0[o:Sass::Tree::VariableNode:
|
809
|
+
@expro:Sass::Script::Funcall;iO;
|
810
810
|
@:@keywords{:
|
811
|
-
@args[o
|
812
|
-
@;iO
|
813
|
-
@o;;o;;iP
|
814
|
-
@;{;[o
|
815
|
-
@;iP
|
816
|
-
@o;?;iS;"linear-gradient;0; [;@;6{;*[o;5;iS;"darken;0;@;6{;*[o;+ ;iS;"base-color;,"base_color;@o;7;iS;8
|
811
|
+
@args[o; ;iO;
|
812
|
+
@;iO;
|
813
|
+
@o;;o;;iP;
|
814
|
+
@;{;[o; ;iP;
|
815
|
+
@;iP;
|
816
|
+
@o;?;iS;"linear-gradient;0; [;@;6{;*[o;5;iS;"darken;0;@;6{;*[o;+ ;iS;"base-color;,"base_color;@o;7;iS;8[;9"4;i ;:@K;@o;5;iS;"darken;0;@;6{;*[o;+ ;iS;"base-color;,"base_color;@o;7;iS;8[;9"4;i ;:@K;@o;$;iT;["border;%;&;#i; [;o;< ;iT;=;>;[o;7;iT;8["px;9"1px;i;:[;@o;' ;iT;;(;"
|
817
817
|
solid;@o;+ ;iT;"border-active;,"border_active;@;@;@o;$;iU;["box-shadow;%;&;#i; [;o;< ;iU;=;@;[o;< ;iU;=;>;[o;' ;iU;;(;"
|
818
|
-
inset;@o;7;iU;8
|
819
|
-
inset;@o;7;iU;8
|
820
|
-
o;7;iU;8
|
818
|
+
inset;@o;7;iU;8[;9"0;i;:@K;@o;7;iU;8[;9"0;i;:@K;@o;7;iU;8["px;9"1px;i;:[;@o;7;iU;8["px;9"1px;i;:[;@o;+ ;iU;"inset-shadow-active;,"inset_shadow_active;@;@o;< ;iU;=;>;[o;' ;iU;;(;"
|
819
|
+
inset;@o;7;iU;8[;9"0;i;:@K;@o;7;iU;8[;9"0;i;:@K;@o;7;iU;8["px;9"1px;i;:[;@o;7;iU;8["px;9"1px;i;:[;@o;+ ;iU;"inset-shadow-active;,"inset_shadow_active;@;@o;< ;iU;=;>;[
|
820
|
+
o;7;iU;8[;9"0;i;:@K;@o;7;iU;8["px;9"1px;i;:[;@o;7;iU;8["px;9"1px;i;:[;@o;7;iU;8[;9"0;i;:@K;@o;5;iU;"transparentize;0;@;6{;*[o;- ;iU;.{ ;/i�;0i;1i�;2i�;0;@o;7;iU;8[;9"0.8;f0.80000000000000004��;:@K;@;@;@;@;@;)["&:active:not(:disabled);@;*[[o;+;"base-color;,"base_color;@0[o;+;"grayscale;,"grayscale;@o;A;i;F;@;@
|