va_common 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/.travis.yml +4 -0
- data/CODE_OF_CONDUCT.md +13 -0
- data/Gemfile +4 -0
- data/README.md +66 -0
- data/Rakefile +1 -0
- data/app/assets/fonts/merriweather-bold-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-bold-webfont.svg +294 -0
- data/app/assets/fonts/merriweather-bold-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-bold-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-bold-webfont.woff2 +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.svg +283 -0
- data/app/assets/fonts/merriweather-italic-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.woff2 +0 -0
- data/app/assets/fonts/merriweather-light-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-light-webfont.svg +299 -0
- data/app/assets/fonts/merriweather-light-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-light-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-light-webfont.woff2 +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.svg +294 -0
- data/app/assets/fonts/merriweather-regular-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.svg +965 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.svg +853 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.svg +915 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.svg +989 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.woff2 +0 -0
- data/app/assets/images/design/background/thread.png +0 -0
- data/app/assets/images/design/logo/logo-alt-hover.png +0 -0
- data/app/assets/images/design/logo/logo-alt.png +0 -0
- data/app/assets/images/design/logo/logo-hover.png +0 -0
- data/app/assets/images/design/logo/logo-small.png +0 -0
- data/app/assets/images/design/logo/logo.png +0 -0
- data/app/assets/images/design/logo/og-image.jpg +0 -0
- data/app/assets/images/design/seal/seal-footer.png +0 -0
- data/app/assets/images/design/seal/seal-footer.svg +1 -0
- data/app/assets/images/design/seal/seal.png +0 -0
- data/app/assets/images/design/seal/stars.png +0 -0
- data/app/assets/images/icons/apple-touch-icon-114x114.png +0 -0
- data/app/assets/images/icons/apple-touch-icon-152x152.png +0 -0
- data/app/assets/images/icons/apple-touch-icon-72x72.png +0 -0
- data/app/assets/images/icons/apple-touch-icon.png +0 -0
- data/app/assets/images/icons/favicon.ico +0 -0
- data/app/assets/images/icons/va.png +0 -0
- data/app/assets/images/icons/watermark.png +0 -0
- data/app/assets/images/icons/wrench.png +0 -0
- data/app/assets/images/social-icons/png/facebook25.png +0 -0
- data/app/assets/images/social-icons/png/rss25.png +0 -0
- data/app/assets/images/social-icons/png/twitter16.png +0 -0
- data/app/assets/images/social-icons/png/youtube15.png +0 -0
- data/app/assets/images/social-icons/svg/facebook25.svg +11 -0
- data/app/assets/images/social-icons/svg/rss25.svg +1 -0
- data/app/assets/images/social-icons/svg/twitter16.svg +15 -0
- data/app/assets/images/social-icons/svg/youtube15.svg +1 -0
- data/app/assets/js/components.js +376 -0
- data/app/assets/js/foundation/foundation.abide.js +408 -0
- data/app/assets/js/foundation/foundation.accordion.js +88 -0
- data/app/assets/js/foundation/foundation.alert.js +43 -0
- data/app/assets/js/foundation/foundation.clearing.js +586 -0
- data/app/assets/js/foundation/foundation.dropdown.js +463 -0
- data/app/assets/js/foundation/foundation.equalizer.js +104 -0
- data/app/assets/js/foundation/foundation.interchange.js +359 -0
- data/app/assets/js/foundation/foundation.joyride.js +932 -0
- data/app/assets/js/foundation/foundation.js +725 -0
- data/app/assets/js/foundation/foundation.magellan.js +215 -0
- data/app/assets/js/foundation/foundation.offcanvas.js +152 -0
- data/app/assets/js/foundation/foundation.orbit.js +476 -0
- data/app/assets/js/foundation/foundation.reveal.js +498 -0
- data/app/assets/js/foundation/foundation.slider.js +281 -0
- data/app/assets/js/foundation/foundation.tab.js +249 -0
- data/app/assets/js/foundation/foundation.tooltip.js +339 -0
- data/app/assets/js/foundation/foundation.topbar.js +458 -0
- data/app/assets/js/foundation.min.js +6376 -0
- data/app/assets/js/scripts-no-touch.js +33 -0
- data/app/assets/js/scripts-touch.js +33 -0
- data/app/assets/js/va_common_main.js +1 -0
- data/app/assets/js/vendor/classie.js +80 -0
- data/app/assets/js/vendor/html5shiv.js +8 -0
- data/app/assets/js/vendor/jquery-1.11.0.min.js +4 -0
- data/app/assets/js/vendor/jquery.js +9789 -0
- data/app/assets/js/vendor/jquery.smooth-scroll.js +255 -0
- data/app/assets/js/vendor/jquery.stellar.js +651 -0
- data/app/assets/js/vendor/jquery.tipsy.js +258 -0
- data/app/assets/js/vendor/menu.js +40 -0
- data/app/assets/js/vendor/modernizr.custom.js +4 -0
- data/app/assets/js/vendor/nwmatcher-1.2.5-min.js +7 -0
- data/app/assets/js/vendor/respond.min.js +6 -0
- data/app/assets/js/vendor/scroll-settings.js +3 -0
- data/app/assets/js/vendor/selectivizr-1.0.3b.js +560 -0
- data/app/assets/js/vendor/stellar-settings.js +8 -0
- data/app/assets/js/vendor/svg-injector.js +450 -0
- data/app/assets/js/vendor/tota11y.min.js +28 -0
- data/app/assets/js/vendor/wow.min.js +2 -0
- data/app/assets/stylesheets/_va.scss +2377 -0
- data/app/assets/stylesheets/components/_accordions.scss +98 -0
- data/app/assets/stylesheets/core/_base.scss +20 -0
- data/app/assets/stylesheets/core/_defaults.scss +92 -0
- data/app/assets/stylesheets/core/_grid-settings.scss +10 -0
- data/app/assets/stylesheets/core/_grid.scss +116 -0
- data/app/assets/stylesheets/core/_utilities.scss +105 -0
- data/app/assets/stylesheets/core/_variables.scss +88 -0
- data/app/assets/stylesheets/elements/_buttons.scss +189 -0
- data/app/assets/stylesheets/elements/_figure.scss +9 -0
- data/app/assets/stylesheets/elements/_inputs.scss +328 -0
- data/app/assets/stylesheets/elements/_labels.scss +39 -0
- data/app/assets/stylesheets/elements/_list.scss +82 -0
- data/app/assets/stylesheets/elements/_table.scss +39 -0
- data/app/assets/stylesheets/elements/_typography.scss +220 -0
- data/app/assets/stylesheets/foundation/_functions.scss +146 -0
- data/app/assets/stylesheets/foundation/_settings.scss +1467 -0
- data/app/assets/stylesheets/foundation/_variables.scss +1286 -0
- data/app/assets/stylesheets/foundation/components/_accordion.scss +157 -0
- data/app/assets/stylesheets/foundation/components/_alert-boxes.scss +128 -0
- data/app/assets/stylesheets/foundation/components/_block-grid.scss +132 -0
- data/app/assets/stylesheets/foundation/components/_breadcrumbs.scss +132 -0
- data/app/assets/stylesheets/foundation/components/_button-groups.scss +200 -0
- data/app/assets/stylesheets/foundation/components/_buttons.scss +259 -0
- data/app/assets/stylesheets/foundation/components/_clearing.scss +256 -0
- data/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss +131 -0
- data/app/assets/stylesheets/foundation/components/_dropdown.scss +262 -0
- data/app/assets/stylesheets/foundation/components/_flex-video.scss +51 -0
- data/app/assets/stylesheets/foundation/components/_forms.scss +570 -0
- data/app/assets/stylesheets/foundation/components/_global.scss +481 -0
- data/app/assets/stylesheets/foundation/components/_grid.scss +289 -0
- data/app/assets/stylesheets/foundation/components/_icon-bar.scss +358 -0
- data/app/assets/stylesheets/foundation/components/_inline-lists.scss +57 -0
- data/app/assets/stylesheets/foundation/components/_joyride.scss +222 -0
- data/app/assets/stylesheets/foundation/components/_keystrokes.scss +61 -0
- data/app/assets/stylesheets/foundation/components/_labels.scss +106 -0
- data/app/assets/stylesheets/foundation/components/_magellan.scss +34 -0
- data/app/assets/stylesheets/foundation/components/_offcanvas.scss +515 -0
- data/app/assets/stylesheets/foundation/components/_orbit.scss +368 -0
- data/app/assets/stylesheets/foundation/components/_pagination.scss +162 -0
- data/app/assets/stylesheets/foundation/components/_panels.scss +101 -0
- data/app/assets/stylesheets/foundation/components/_pricing-tables.scss +150 -0
- data/app/assets/stylesheets/foundation/components/_progress-bars.scss +79 -0
- data/app/assets/stylesheets/foundation/components/_range-slider.scss +169 -0
- data/app/assets/stylesheets/foundation/components/_reveal.scss +202 -0
- data/app/assets/stylesheets/foundation/components/_side-nav.scss +116 -0
- data/app/assets/stylesheets/foundation/components/_split-buttons.scss +199 -0
- data/app/assets/stylesheets/foundation/components/_sub-nav.scss +123 -0
- data/app/assets/stylesheets/foundation/components/_switches.scss +238 -0
- data/app/assets/stylesheets/foundation/components/_tables.scss +135 -0
- data/app/assets/stylesheets/foundation/components/_tabs.scss +123 -0
- data/app/assets/stylesheets/foundation/components/_thumbs.scss +66 -0
- data/app/assets/stylesheets/foundation/components/_toolbar.scss +70 -0
- data/app/assets/stylesheets/foundation/components/_tooltips.scss +142 -0
- data/app/assets/stylesheets/foundation/components/_top-bar.scss +691 -0
- data/app/assets/stylesheets/foundation/components/_type.scss +525 -0
- data/app/assets/stylesheets/foundation/components/_visibility.scss +408 -0
- data/app/assets/stylesheets/functions/_new-breakpoint.scss +49 -0
- data/app/assets/stylesheets/functions/_private.scss +114 -0
- data/app/assets/stylesheets/lib/_normalize.scss +427 -0
- data/app/assets/stylesheets/lib/bourbon/_bourbon-deprecated-upcoming.scss +411 -0
- data/app/assets/stylesheets/lib/bourbon/_bourbon.scss +87 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_border-color.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_border-radius.scss +48 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_border-style.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_border-width.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_buttons.scss +64 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_clearfix.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_ellipsis.scss +30 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_font-stacks.scss +31 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_hide-text.scss +27 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_margin.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_padding.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_position.scss +48 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_prefixer.scss +66 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_retina-image.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_size.scss +51 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_text-inputs.scss +112 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_timing-functions.scss +34 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_triangle.scss +63 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_word-wrap.scss +29 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_animation.scss +43 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_appearance.scss +3 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_backface-visibility.scss +3 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_background-image.scss +42 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_background.scss +55 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_border-image.scss +59 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_calc.scss +4 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_columns.scss +47 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_filter.scss +4 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_flex-box.scss +287 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_font-face.scss +24 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_font-feature-settings.scss +4 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_hidpi-media-query.scss +10 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_hyphens.scss +4 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_image-rendering.scss +14 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_keyframes.scss +36 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_linear-gradient.scss +38 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_perspective.scss +8 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_placeholder.scss +8 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_radial-gradient.scss +39 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_selection.scss +42 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_text-decoration.scss +19 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_transform.scss +15 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_transition.scss +71 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_user-select.scss +3 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_assign-inputs.scss +11 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_contains-falsy.scss +20 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_contains.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_is-length.scss +11 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_is-light.scss +21 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_is-number.scss +11 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_is-size.scss +13 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_modular-scale.scss +69 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_px-to-em.scss +13 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_px-to-rem.scss +15 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_shade.scss +24 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_strip-units.scss +17 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_tint.scss +24 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_transition-property-name.scss +22 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_unpack.scss +27 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_convert-units.scss +21 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_directional-values.scss +96 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_font-source-declaration.scss +43 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_gradient-positions-parser.scss +13 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_linear-angle-parser.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_linear-gradient-parser.scss +41 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_linear-positions-parser.scss +61 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_linear-side-corner-parser.scss +31 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_radial-arg-parser.scss +69 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_radial-gradient-parser.scss +50 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_radial-positions-parser.scss +18 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_render-gradients.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_shape-size-stripper.scss +10 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_str-to-num.scss +50 -0
- data/app/assets/stylesheets/lib/bourbon/settings/_asset-pipeline.scss +7 -0
- data/app/assets/stylesheets/lib/bourbon/settings/_prefixer.scss +9 -0
- data/app/assets/stylesheets/lib/bourbon/settings/_px-to-em.scss +1 -0
- data/app/assets/stylesheets/lib/neat/_neat-helpers.scss +8 -0
- data/app/assets/stylesheets/lib/neat/_neat.scss +23 -0
- data/app/assets/stylesheets/lib/neat/functions/_new-breakpoint.scss +49 -0
- data/app/assets/stylesheets/lib/neat/functions/_private.scss +114 -0
- data/app/assets/stylesheets/lib/neat/grid/_box-sizing.scss +15 -0
- data/app/assets/stylesheets/lib/neat/grid/_direction-context.scss +33 -0
- data/app/assets/stylesheets/lib/neat/grid/_display-context.scss +28 -0
- data/app/assets/stylesheets/lib/neat/grid/_fill-parent.scss +22 -0
- data/app/assets/stylesheets/lib/neat/grid/_media.scss +92 -0
- data/app/assets/stylesheets/lib/neat/grid/_omega.scss +87 -0
- data/app/assets/stylesheets/lib/neat/grid/_outer-container.scss +38 -0
- data/app/assets/stylesheets/lib/neat/grid/_pad.scss +25 -0
- data/app/assets/stylesheets/lib/neat/grid/_private.scss +35 -0
- data/app/assets/stylesheets/lib/neat/grid/_row.scss +52 -0
- data/app/assets/stylesheets/lib/neat/grid/_shift.scss +50 -0
- data/app/assets/stylesheets/lib/neat/grid/_span-columns.scss +94 -0
- data/app/assets/stylesheets/lib/neat/grid/_to-deprecate.scss +97 -0
- data/app/assets/stylesheets/lib/neat/grid/_visual-grid.scss +42 -0
- data/app/assets/stylesheets/lib/neat/settings/_disable-warnings.scss +13 -0
- data/app/assets/stylesheets/lib/neat/settings/_grid.scss +51 -0
- data/app/assets/stylesheets/lib/neat/settings/_visual-grid.scss +27 -0
- data/app/assets/stylesheets/va_common_main.css.scss +18 -0
- data/bin/console +14 -0
- data/bin/setup +7 -0
- data/lib/generators/files/_footer.html.erb +89 -0
- data/lib/generators/files/_header.html.erb +7 -0
- data/lib/generators/va_common_generator.rb +6 -0
- data/lib/generators/va_footer_generator.rb +7 -0
- data/lib/generators/va_header_generator.rb +7 -0
- data/lib/va_common/engine.rb +4 -0
- data/lib/va_common/version.rb +3 -0
- data/lib/va_common.rb +2 -0
- data/va_common.gemspec +22 -0
- metadata +354 -0
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
// Foundation by ZURB
|
|
2
|
+
// foundation.zurb.com
|
|
3
|
+
// Licensed under MIT Open Source
|
|
4
|
+
|
|
5
|
+
@import "global";
|
|
6
|
+
|
|
7
|
+
//
|
|
8
|
+
// @name _tables.scss
|
|
9
|
+
// @dependencies _global.scss
|
|
10
|
+
//
|
|
11
|
+
|
|
12
|
+
//
|
|
13
|
+
// @variables
|
|
14
|
+
//
|
|
15
|
+
|
|
16
|
+
$include-html-table-classes: $include-html-classes !default;
|
|
17
|
+
|
|
18
|
+
// These control the background color for the table and even rows
|
|
19
|
+
$table-bg: $white !default;
|
|
20
|
+
$table-even-row-bg: $snow !default;
|
|
21
|
+
|
|
22
|
+
// These control the table cell border style
|
|
23
|
+
$table-border-style: solid !default;
|
|
24
|
+
$table-border-size: 1px !default;
|
|
25
|
+
$table-border-color: $gainsboro !default;
|
|
26
|
+
|
|
27
|
+
// These control the table head styles
|
|
28
|
+
$table-head-bg: $white-smoke !default;
|
|
29
|
+
$table-head-font-size: rem-calc(14) !default;
|
|
30
|
+
$table-head-font-color: $jet !default;
|
|
31
|
+
$table-head-font-weight: $font-weight-bold !default;
|
|
32
|
+
$table-head-padding: rem-calc(8 10 10) !default;
|
|
33
|
+
|
|
34
|
+
// These control the table foot styles
|
|
35
|
+
$table-foot-bg: $table-head-bg !default;
|
|
36
|
+
$table-foot-font-size: $table-head-font-size !default;
|
|
37
|
+
$table-foot-font-color: $table-head-font-color !default;
|
|
38
|
+
$table-foot-font-weight: $table-head-font-weight !default;
|
|
39
|
+
$table-foot-padding: $table-head-padding !default;
|
|
40
|
+
|
|
41
|
+
// These control the caption
|
|
42
|
+
$table-caption-bg: transparent !default;
|
|
43
|
+
$table-caption-font-color: $table-head-font-color !default;
|
|
44
|
+
$table-caption-font-size: rem-calc(16) !default;
|
|
45
|
+
$table-caption-font-weight: bold !default;
|
|
46
|
+
|
|
47
|
+
// These control the row padding and font styles
|
|
48
|
+
$table-row-padding: rem-calc(9 10) !default;
|
|
49
|
+
$table-row-font-size: rem-calc(14) !default;
|
|
50
|
+
$table-row-font-color: $jet !default;
|
|
51
|
+
$table-line-height: rem-calc(18) !default;
|
|
52
|
+
|
|
53
|
+
// These are for controlling the layout, display and margin of tables
|
|
54
|
+
$table-layout: auto !default;
|
|
55
|
+
$table-display: table-cell !default;
|
|
56
|
+
$table-margin-bottom: rem-calc(20) !default;
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
//
|
|
60
|
+
// @mixins
|
|
61
|
+
//
|
|
62
|
+
|
|
63
|
+
@mixin table {
|
|
64
|
+
background: $table-bg;
|
|
65
|
+
margin-bottom: $table-margin-bottom;
|
|
66
|
+
border: $table-border-style $table-border-size $table-border-color;
|
|
67
|
+
table-layout: $table-layout;
|
|
68
|
+
|
|
69
|
+
caption {
|
|
70
|
+
background: $table-caption-bg;
|
|
71
|
+
color: $table-caption-font-color;
|
|
72
|
+
font: {
|
|
73
|
+
size: $table-caption-font-size;
|
|
74
|
+
weight: $table-caption-font-weight;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
thead {
|
|
79
|
+
background: $table-head-bg;
|
|
80
|
+
|
|
81
|
+
tr {
|
|
82
|
+
th,
|
|
83
|
+
td {
|
|
84
|
+
padding: $table-head-padding;
|
|
85
|
+
font-size: $table-head-font-size;
|
|
86
|
+
font-weight: $table-head-font-weight;
|
|
87
|
+
color: $table-head-font-color;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
tfoot {
|
|
93
|
+
background: $table-foot-bg;
|
|
94
|
+
|
|
95
|
+
tr {
|
|
96
|
+
th,
|
|
97
|
+
td {
|
|
98
|
+
padding: $table-foot-padding;
|
|
99
|
+
font-size: $table-foot-font-size;
|
|
100
|
+
font-weight: $table-foot-font-weight;
|
|
101
|
+
color: $table-foot-font-color;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
tr {
|
|
107
|
+
th,
|
|
108
|
+
td {
|
|
109
|
+
padding: $table-row-padding;
|
|
110
|
+
font-size: $table-row-font-size;
|
|
111
|
+
color: $table-row-font-color;
|
|
112
|
+
text-align: $default-float;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
&.even,
|
|
116
|
+
&.alt,
|
|
117
|
+
&:nth-of-type(even) { background: $table-even-row-bg; }
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
thead tr th,
|
|
121
|
+
tfoot tr th,
|
|
122
|
+
tfoot tr td,
|
|
123
|
+
tbody tr th,
|
|
124
|
+
tbody tr td,
|
|
125
|
+
tr td { display: $table-display; line-height: $table-line-height; }
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
@include exports("table") {
|
|
130
|
+
@if $include-html-table-classes {
|
|
131
|
+
table {
|
|
132
|
+
@include table;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
// Foundation by ZURB
|
|
2
|
+
// foundation.zurb.com
|
|
3
|
+
// Licensed under MIT Open Source
|
|
4
|
+
|
|
5
|
+
@import "global";
|
|
6
|
+
@import "grid";
|
|
7
|
+
|
|
8
|
+
//
|
|
9
|
+
// @variables
|
|
10
|
+
//
|
|
11
|
+
|
|
12
|
+
$include-html-tabs-classes: $include-html-classes !default;
|
|
13
|
+
|
|
14
|
+
$tabs-navigation-padding: rem-calc(16) !default;
|
|
15
|
+
$tabs-navigation-bg-color: $silver !default;
|
|
16
|
+
$tabs-navigation-active-bg-color: $white !default;
|
|
17
|
+
$tabs-navigation-hover-bg-color: scale-color($tabs-navigation-bg-color, $lightness: -6%) !default;
|
|
18
|
+
$tabs-navigation-font-color: $jet !default;
|
|
19
|
+
$tabs-navigation-active-font-color: $tabs-navigation-font-color !default;
|
|
20
|
+
$tabs-navigation-font-size: rem-calc(16) !default;
|
|
21
|
+
$tabs-navigation-font-family: $body-font-family !default;
|
|
22
|
+
|
|
23
|
+
$tabs-content-margin-bottom: rem-calc(24) !default;
|
|
24
|
+
$tabs-content-padding: ($column-gutter/2) !default;
|
|
25
|
+
|
|
26
|
+
$tabs-vertical-navigation-margin-bottom: 1.25rem !default;
|
|
27
|
+
|
|
28
|
+
@include exports("tab") {
|
|
29
|
+
@if $include-html-tabs-classes {
|
|
30
|
+
.tabs {
|
|
31
|
+
@include clearfix;
|
|
32
|
+
margin-bottom: 0 !important;
|
|
33
|
+
margin-left: 0;
|
|
34
|
+
dd, .tab-title {
|
|
35
|
+
position: relative;
|
|
36
|
+
margin-bottom: 0 !important;
|
|
37
|
+
list-style: none;
|
|
38
|
+
float: $default-float;
|
|
39
|
+
> a {
|
|
40
|
+
outline: none;
|
|
41
|
+
display: block;
|
|
42
|
+
background: {
|
|
43
|
+
color: $tabs-navigation-bg-color;
|
|
44
|
+
}
|
|
45
|
+
color: $tabs-navigation-font-color;
|
|
46
|
+
padding: $tabs-navigation-padding $tabs-navigation-padding * 2;
|
|
47
|
+
font-family: $tabs-navigation-font-family;
|
|
48
|
+
font-size: $tabs-navigation-font-size;
|
|
49
|
+
&:hover {
|
|
50
|
+
background: {
|
|
51
|
+
color: $tabs-navigation-hover-bg-color;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
&.active a {
|
|
56
|
+
background: {
|
|
57
|
+
color: $tabs-navigation-active-bg-color;
|
|
58
|
+
}
|
|
59
|
+
color:$tabs-navigation-active-font-color;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
&.radius {
|
|
63
|
+
dd:first-child, .tab:first-child {
|
|
64
|
+
a { @include side-radius($default-float, $global-radius); }
|
|
65
|
+
}
|
|
66
|
+
dd:last-child, .tab:last-child {
|
|
67
|
+
a { @include side-radius($opposite-direction, $global-radius); }
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
&.vertical {
|
|
71
|
+
dd, .tab-title {
|
|
72
|
+
position: inherit;
|
|
73
|
+
float: none;
|
|
74
|
+
display: block;
|
|
75
|
+
top: auto;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.tabs-content {
|
|
81
|
+
@include clearfix;
|
|
82
|
+
margin-bottom: $tabs-content-margin-bottom;
|
|
83
|
+
width: 100%;
|
|
84
|
+
> .content {
|
|
85
|
+
display: none;
|
|
86
|
+
float: $default-float;
|
|
87
|
+
padding: $tabs-content-padding 0;
|
|
88
|
+
width: 100%;
|
|
89
|
+
&.active { display: block; float: none; }
|
|
90
|
+
&.contained { padding: $tabs-content-padding; }
|
|
91
|
+
}
|
|
92
|
+
&.vertical {
|
|
93
|
+
display: block;
|
|
94
|
+
> .content { padding: 0 $tabs-content-padding; }
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
@media #{$medium-up} {
|
|
98
|
+
.tabs {
|
|
99
|
+
&.vertical {
|
|
100
|
+
width: 20%;
|
|
101
|
+
max-width: 20%;
|
|
102
|
+
float: $default-float;
|
|
103
|
+
margin: 0 0 $tabs-vertical-navigation-margin-bottom;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
.tabs-content {
|
|
107
|
+
&.vertical {
|
|
108
|
+
width: 80%;
|
|
109
|
+
max-width: 80%;
|
|
110
|
+
float: $default-float;
|
|
111
|
+
margin-#{$default-float}: -1px;
|
|
112
|
+
padding-#{$default-float}: 1rem;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
.no-js {
|
|
117
|
+
.tabs-content > .content {
|
|
118
|
+
display: block;
|
|
119
|
+
float: none;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
// Foundation by ZURB
|
|
2
|
+
// foundation.zurb.com
|
|
3
|
+
// Licensed under MIT Open Source
|
|
4
|
+
|
|
5
|
+
@import "global";
|
|
6
|
+
|
|
7
|
+
//
|
|
8
|
+
// @name _thumbs.scss
|
|
9
|
+
// @dependencies _globals.scss
|
|
10
|
+
//
|
|
11
|
+
|
|
12
|
+
//
|
|
13
|
+
// @variables
|
|
14
|
+
//
|
|
15
|
+
|
|
16
|
+
$include-html-media-classes: $include-html-classes !default;
|
|
17
|
+
|
|
18
|
+
// We use these to control border styles
|
|
19
|
+
$thumb-border-style: solid !default;
|
|
20
|
+
$thumb-border-width: 4px !default;
|
|
21
|
+
$thumb-border-color: $white !default;
|
|
22
|
+
$thumb-box-shadow: 0 0 0 1px rgba($black,.2) !default;
|
|
23
|
+
$thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5) !default;
|
|
24
|
+
|
|
25
|
+
// Radius and transition speed for thumbs
|
|
26
|
+
$thumb-radius: $global-radius !default;
|
|
27
|
+
$thumb-transition-speed: 200ms !default;
|
|
28
|
+
|
|
29
|
+
//
|
|
30
|
+
// @mixins
|
|
31
|
+
//
|
|
32
|
+
|
|
33
|
+
// We use this to create image thumbnail styles.
|
|
34
|
+
//
|
|
35
|
+
// $border-width - Width of border around thumbnail. Default: $thumb-border-width.
|
|
36
|
+
// $box-shadow - Box shadow to apply to thumbnail. Default: $thumb-box-shadow.
|
|
37
|
+
// $box-shadow-hover - Box shadow to apply on hover. Default: $thumb-box-shadow-hover.
|
|
38
|
+
@mixin thumb(
|
|
39
|
+
$border-width:$thumb-border-width,
|
|
40
|
+
$box-shadow:$thumb-box-shadow,
|
|
41
|
+
$box-shadow-hover:$thumb-box-shadow-hover) {
|
|
42
|
+
line-height: 0;
|
|
43
|
+
display: inline-block;
|
|
44
|
+
border: $thumb-border-style $border-width $thumb-border-color;
|
|
45
|
+
max-width: 100%;
|
|
46
|
+
box-shadow: $box-shadow;
|
|
47
|
+
|
|
48
|
+
&:hover,
|
|
49
|
+
&:focus {
|
|
50
|
+
box-shadow: $box-shadow-hover;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
@include exports("thumb") {
|
|
56
|
+
@if $include-html-media-classes {
|
|
57
|
+
|
|
58
|
+
/* Image Thumbnails */
|
|
59
|
+
.th {
|
|
60
|
+
@include thumb;
|
|
61
|
+
@include single-transition(all,$thumb-transition-speed,ease-out);
|
|
62
|
+
|
|
63
|
+
&.radius { @include radius($thumb-radius); }
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
// Foundation by ZURB
|
|
2
|
+
// foundation.zurb.com
|
|
3
|
+
// Licensed under MIT Open Source
|
|
4
|
+
// toolbar styles
|
|
5
|
+
|
|
6
|
+
.toolbar {
|
|
7
|
+
background: $oil;
|
|
8
|
+
width: 100%;
|
|
9
|
+
font-size: 0;
|
|
10
|
+
display: inline-block;
|
|
11
|
+
|
|
12
|
+
&.label-bottom .tab .tab-content {
|
|
13
|
+
i, img { margin-bottom: 10px; }
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&.label-right .tab .tab-content {
|
|
17
|
+
i, img { margin-right: 10px; display: inline-block;}
|
|
18
|
+
label { display: inline-block; }
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&.vertical.label-right .tab .tab-content {
|
|
22
|
+
text-align: left;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&.vertical {
|
|
26
|
+
height: 100%;
|
|
27
|
+
width: auto;
|
|
28
|
+
|
|
29
|
+
.tab {
|
|
30
|
+
width: auto;
|
|
31
|
+
margin: auto;
|
|
32
|
+
float: none;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.tab {
|
|
37
|
+
text-align: center;
|
|
38
|
+
width: 25%;
|
|
39
|
+
margin: 0 auto;
|
|
40
|
+
display: block;
|
|
41
|
+
padding: 20px;
|
|
42
|
+
float: left;
|
|
43
|
+
|
|
44
|
+
&:hover {
|
|
45
|
+
background: rgba($white, 0.1);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.toolbar .tab-content {
|
|
51
|
+
font-size: 16px;
|
|
52
|
+
text-align: center;
|
|
53
|
+
|
|
54
|
+
label { color: $iron; }
|
|
55
|
+
|
|
56
|
+
i {
|
|
57
|
+
font-size: 30px;
|
|
58
|
+
display: block;
|
|
59
|
+
margin: 0 auto;
|
|
60
|
+
color: $iron;
|
|
61
|
+
vertical-align: middle;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
img {
|
|
65
|
+
width: 30px;
|
|
66
|
+
height: 30px;
|
|
67
|
+
display: block;
|
|
68
|
+
margin: 0 auto;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
// Foundation by ZURB
|
|
2
|
+
// foundation.zurb.com
|
|
3
|
+
// Licensed under MIT Open Source
|
|
4
|
+
|
|
5
|
+
@import "global";
|
|
6
|
+
|
|
7
|
+
//
|
|
8
|
+
// Tooltip Variables
|
|
9
|
+
//
|
|
10
|
+
$include-html-tooltip-classes: $include-html-classes !default;
|
|
11
|
+
|
|
12
|
+
$has-tip-border-bottom: dotted 1px $iron !default;
|
|
13
|
+
$has-tip-font-weight: $font-weight-bold !default;
|
|
14
|
+
$has-tip-font-color: $oil !default;
|
|
15
|
+
$has-tip-border-bottom-hover: dotted 1px scale-color($primary-color, $lightness: -55%) !default;
|
|
16
|
+
$has-tip-font-color-hover: $primary-color !default;
|
|
17
|
+
$has-tip-cursor-type: help !default;
|
|
18
|
+
|
|
19
|
+
$tooltip-padding: rem-calc(12) !default;
|
|
20
|
+
$tooltip-bg: $oil !default;
|
|
21
|
+
$tooltip-font-size: rem-calc(14) !default;
|
|
22
|
+
$tooltip-font-weight: $font-weight-normal !default;
|
|
23
|
+
$tooltip-font-color: $white !default;
|
|
24
|
+
$tooltip-line-height: 1.3 !default;
|
|
25
|
+
$tooltip-close-font-size: rem-calc(10) !default;
|
|
26
|
+
$tooltip-close-font-weight: $font-weight-normal !default;
|
|
27
|
+
$tooltip-close-font-color: $monsoon !default;
|
|
28
|
+
$tooltip-font-size-sml: rem-calc(14) !default;
|
|
29
|
+
$tooltip-radius: $global-radius !default;
|
|
30
|
+
$tooltip-rounded: $global-rounded !default;
|
|
31
|
+
$tooltip-pip-size: 5px !default;
|
|
32
|
+
$tooltip-max-width: 300px !default;
|
|
33
|
+
|
|
34
|
+
@include exports("tooltip") {
|
|
35
|
+
@if $include-html-tooltip-classes {
|
|
36
|
+
|
|
37
|
+
/* Tooltips */
|
|
38
|
+
.has-tip {
|
|
39
|
+
border-bottom: $has-tip-border-bottom;
|
|
40
|
+
cursor: $has-tip-cursor-type;
|
|
41
|
+
font-weight: $has-tip-font-weight;
|
|
42
|
+
color: $has-tip-font-color;
|
|
43
|
+
|
|
44
|
+
&:hover,
|
|
45
|
+
&:focus {
|
|
46
|
+
border-bottom: $has-tip-border-bottom-hover;
|
|
47
|
+
color: $has-tip-font-color-hover;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&.tip-left,
|
|
51
|
+
&.tip-right { float: none !important; }
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.tooltip {
|
|
55
|
+
display: none;
|
|
56
|
+
position: absolute;
|
|
57
|
+
z-index: 1006;
|
|
58
|
+
font-weight: $tooltip-font-weight;
|
|
59
|
+
font-size: $tooltip-font-size;
|
|
60
|
+
line-height: $tooltip-line-height;
|
|
61
|
+
padding: $tooltip-padding;
|
|
62
|
+
max-width: $tooltip-max-width;
|
|
63
|
+
#{$default-float}: 50%;
|
|
64
|
+
width: 100%;
|
|
65
|
+
color: $tooltip-font-color;
|
|
66
|
+
background: $tooltip-bg;
|
|
67
|
+
|
|
68
|
+
&>.nub {
|
|
69
|
+
display: block;
|
|
70
|
+
#{$default-float}: $tooltip-pip-size;
|
|
71
|
+
position: absolute;
|
|
72
|
+
width: 0;
|
|
73
|
+
height: 0;
|
|
74
|
+
border: solid $tooltip-pip-size;
|
|
75
|
+
border-color: transparent transparent $tooltip-bg transparent;
|
|
76
|
+
top: -($tooltip-pip-size * 2);
|
|
77
|
+
pointer-events: none;
|
|
78
|
+
|
|
79
|
+
&.rtl {
|
|
80
|
+
left: auto;
|
|
81
|
+
#{$opposite-direction}: $tooltip-pip-size;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
&.radius {
|
|
86
|
+
@include radius($tooltip-radius);
|
|
87
|
+
}
|
|
88
|
+
&.round {
|
|
89
|
+
@include radius($tooltip-rounded);
|
|
90
|
+
&>.nub {
|
|
91
|
+
left: 2rem;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
&.opened {
|
|
96
|
+
color: $has-tip-font-color-hover !important;
|
|
97
|
+
border-bottom: $has-tip-border-bottom-hover !important;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.tap-to-close {
|
|
102
|
+
display: block;
|
|
103
|
+
font-size: $tooltip-close-font-size;
|
|
104
|
+
color: $tooltip-close-font-color;
|
|
105
|
+
font-weight: $tooltip-close-font-weight;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
@media #{$small} {
|
|
109
|
+
.tooltip {
|
|
110
|
+
&>.nub {
|
|
111
|
+
border-color: transparent transparent $tooltip-bg transparent;
|
|
112
|
+
top: -($tooltip-pip-size * 2);
|
|
113
|
+
}
|
|
114
|
+
&.tip-top>.nub {
|
|
115
|
+
border-color: $tooltip-bg transparent transparent transparent;
|
|
116
|
+
top: auto;
|
|
117
|
+
bottom: -($tooltip-pip-size * 2);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
&.tip-left,
|
|
121
|
+
&.tip-right { float: none !important; }
|
|
122
|
+
|
|
123
|
+
&.tip-left>.nub {
|
|
124
|
+
border-color: transparent transparent transparent $tooltip-bg;
|
|
125
|
+
right: -($tooltip-pip-size * 2);
|
|
126
|
+
left: auto;
|
|
127
|
+
top: 50%;
|
|
128
|
+
margin-top: -$tooltip-pip-size;
|
|
129
|
+
}
|
|
130
|
+
&.tip-right>.nub {
|
|
131
|
+
border-color: transparent $tooltip-bg transparent transparent;
|
|
132
|
+
right: auto;
|
|
133
|
+
left: -($tooltip-pip-size * 2);
|
|
134
|
+
top: 50%;
|
|
135
|
+
margin-top: -$tooltip-pip-size;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
}
|
|
142
|
+
}
|