From ab9eccf3a023ab61c8575fe52d26d638415d3d23 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Fri, 30 Jun 2017 20:11:22 -0500 Subject: [PATCH] Initial hacky version of site --- .gitignore | 2 + Gemfile | 13 + Gemfile.lock | 217 +++++++ _config.yml | 33 + _layouts/default.html | 12 + _layouts/plugin.html | 89 +++ _plugins/config.md | 91 +++ _plugins/dco.md | 47 ++ _plugins/duplicate-issues.md | 8 + _plugins/stale.md | 42 ++ _plugins/wip.md | 8 + _sass/colors.scss | 15 + assets/css/index.scss | 76 +++ assets/css/syntax.css | 60 ++ assets/logo.png | Bin 0 -> 125334 bytes assets/probot-head.png | Bin 0 -> 69547 bytes index.html | 115 ++++ node_modules/primer-alerts/CHANGELOG.md | 95 +++ node_modules/primer-alerts/LICENSE | 21 + node_modules/primer-alerts/README.md | 151 +++++ node_modules/primer-alerts/build/build.css | 1 + node_modules/primer-alerts/build/index.js | 1 + node_modules/primer-alerts/index.scss | 3 + node_modules/primer-alerts/lib/flash.scss | 80 +++ node_modules/primer-alerts/package.json | 73 +++ node_modules/primer-avatars/CHANGELOG.md | 86 +++ node_modules/primer-avatars/LICENSE | 21 + node_modules/primer-avatars/README.md | 153 +++++ node_modules/primer-avatars/build/build.css | 1 + node_modules/primer-avatars/build/index.js | 1 + node_modules/primer-avatars/index.scss | 7 + .../lib/avatar-parent-child.scss | 16 + .../primer-avatars/lib/avatar-stack.scss | 45 ++ node_modules/primer-avatars/lib/avatar.scss | 20 + .../primer-avatars/lib/circle-badge.scss | 54 ++ node_modules/primer-avatars/package.json | 70 ++ node_modules/primer-base/CHANGELOG.md | 68 ++ node_modules/primer-base/LICENSE | 21 + node_modules/primer-base/README.md | 48 ++ node_modules/primer-base/build/build.css | 1 + node_modules/primer-base/build/index.js | 1 + node_modules/primer-base/index.scss | 5 + node_modules/primer-base/lib/base.scss | 67 ++ node_modules/primer-base/lib/normalize.scss | 423 +++++++++++++ .../primer-base/lib/typography-base.scss | 85 +++ node_modules/primer-base/package.json | 72 +++ node_modules/primer-blankslate/CHANGELOG.md | 80 +++ node_modules/primer-blankslate/LICENSE | 21 + node_modules/primer-blankslate/README.md | 138 ++++ .../primer-blankslate/build/build.css | 1 + node_modules/primer-blankslate/build/index.js | 1 + node_modules/primer-blankslate/index.scss | 3 + .../primer-blankslate/lib/blankslate.scss | 57 ++ node_modules/primer-blankslate/package.json | 72 +++ node_modules/primer-box/CHANGELOG.md | 58 ++ node_modules/primer-box/LICENSE | 21 + node_modules/primer-box/README.md | 597 ++++++++++++++++++ node_modules/primer-box/build/build.css | 1 + node_modules/primer-box/build/index.js | 1 + node_modules/primer-box/index.scss | 2 + node_modules/primer-box/lib/box.scss | 284 +++++++++ node_modules/primer-box/package.json | 69 ++ node_modules/primer-breadcrumb/CHANGELOG.md | 30 + node_modules/primer-breadcrumb/LICENSE | 21 + node_modules/primer-breadcrumb/README.md | 47 ++ .../primer-breadcrumb/build/build.css | 1 + node_modules/primer-breadcrumb/build/index.js | 1 + node_modules/primer-breadcrumb/index.scss | 4 + .../primer-breadcrumb/lib/breadcrumb.scss | 19 + node_modules/primer-breadcrumb/package.json | 73 +++ node_modules/primer-buttons/CHANGELOG.md | 104 +++ node_modules/primer-buttons/LICENSE | 21 + node_modules/primer-buttons/README.md | 258 ++++++++ node_modules/primer-buttons/build/build.css | 1 + node_modules/primer-buttons/build/index.js | 1 + node_modules/primer-buttons/index.scss | 3 + .../primer-buttons/lib/button-group.scss | 79 +++ node_modules/primer-buttons/lib/button.scss | 204 ++++++ node_modules/primer-buttons/package.json | 71 +++ node_modules/primer-cards/CHANGELOG.md | 31 + node_modules/primer-cards/LICENSE | 21 + node_modules/primer-cards/README.md | 58 ++ node_modules/primer-cards/build/build.css | 1 + node_modules/primer-cards/build/index.js | 1 + node_modules/primer-cards/index.scss | 4 + node_modules/primer-cards/lib/cards.scss | 6 + node_modules/primer-cards/package.json | 72 +++ node_modules/primer-core/CHANGELOG.md | 3 + node_modules/primer-core/LICENSE | 21 + node_modules/primer-core/README.md | 48 ++ node_modules/primer-core/build/build.css | 6 + node_modules/primer-core/build/index.js | 1 + node_modules/primer-core/index.scss | 28 + node_modules/primer-core/package.json | 69 ++ node_modules/primer-css/CHANGELOG.md | 26 + node_modules/primer-css/LICENSE | 21 + node_modules/primer-css/README.md | 48 ++ node_modules/primer-css/build/build.css | 21 + node_modules/primer-css/build/index.js | 1 + node_modules/primer-css/index.scss | 16 + node_modules/primer-css/package.json | 92 +++ node_modules/primer-forms/CHANGELOG.md | 123 ++++ node_modules/primer-forms/LICENSE | 21 + node_modules/primer-forms/README.md | 347 ++++++++++ node_modules/primer-forms/build/build.css | 1 + node_modules/primer-forms/build/index.js | 1 + node_modules/primer-forms/index.scss | 5 + .../primer-forms/lib/form-control.scss | 211 +++++++ node_modules/primer-forms/lib/form-group.scss | 215 +++++++ .../primer-forms/lib/form-select.scss | 38 ++ .../primer-forms/lib/form-validation.scss | 398 ++++++++++++ node_modules/primer-forms/package.json | 72 +++ node_modules/primer-labels/CHANGELOG.md | 46 ++ node_modules/primer-labels/LICENSE | 21 + node_modules/primer-labels/README.md | 185 ++++++ node_modules/primer-labels/build/build.css | 1 + node_modules/primer-labels/build/index.js | 1 + node_modules/primer-labels/index.scss | 4 + node_modules/primer-labels/lib/counters.scss | 21 + node_modules/primer-labels/lib/labels.scss | 63 ++ node_modules/primer-labels/lib/states.scss | 35 + node_modules/primer-labels/package.json | 69 ++ node_modules/primer-layout/CHANGELOG.md | 63 ++ node_modules/primer-layout/LICENSE | 21 + node_modules/primer-layout/README.md | 137 ++++ node_modules/primer-layout/build/build.css | 1 + node_modules/primer-layout/build/index.js | 1 + node_modules/primer-layout/index.scss | 5 + node_modules/primer-layout/lib/columns.scss | 54 ++ node_modules/primer-layout/lib/container.scss | 30 + .../primer-layout/lib/grid-offset.scss | 30 + node_modules/primer-layout/lib/grid.scss | 64 ++ node_modules/primer-layout/package.json | 69 ++ node_modules/primer-markdown/CHANGELOG.md | 202 ++++++ node_modules/primer-markdown/LICENSE | 21 + node_modules/primer-markdown/README.md | 218 +++++++ node_modules/primer-markdown/build/build.css | 1 + node_modules/primer-markdown/build/index.js | 1 + node_modules/primer-markdown/index.scss | 8 + .../primer-markdown/lib/blob-csv.scss | 27 + node_modules/primer-markdown/lib/code.scss | 76 +++ .../primer-markdown/lib/headings.scss | 65 ++ node_modules/primer-markdown/lib/images.scss | 119 ++++ node_modules/primer-markdown/lib/lists.scss | 72 +++ .../primer-markdown/lib/markdown-body.scss | 107 ++++ node_modules/primer-markdown/lib/tables.scss | 33 + node_modules/primer-markdown/package.json | 73 +++ .../primer-marketing-support/CHANGELOG.md | 40 ++ node_modules/primer-marketing-support/LICENSE | 21 + .../primer-marketing-support/README.md | 49 ++ .../primer-marketing-support/index.scss | 1 + .../lib/variables.scss | 3 + .../primer-marketing-support/package.json | 72 +++ .../primer-marketing-type/CHANGELOG.md | 33 + node_modules/primer-marketing-type/LICENSE | 21 + node_modules/primer-marketing-type/README.md | 91 +++ .../primer-marketing-type/build/build.css | 1 + .../primer-marketing-type/build/index.js | 1 + node_modules/primer-marketing-type/index.scss | 4 + .../primer-marketing-type/lib/typography.scss | 124 ++++ .../primer-marketing-type/package.json | 73 +++ .../primer-marketing-utilities/CHANGELOG.md | 26 + .../primer-marketing-utilities/LICENSE | 21 + .../primer-marketing-utilities/README.md | 47 ++ .../build/build.css | 1 + .../primer-marketing-utilities/build/index.js | 1 + .../primer-marketing-utilities/index.scss | 4 + .../lib/borders.scss | 17 + .../lib/filters.scss | 4 + .../primer-marketing-utilities/package.json | 70 ++ node_modules/primer-marketing/CHANGELOG.md | 3 + node_modules/primer-marketing/LICENSE | 21 + node_modules/primer-marketing/README.md | 48 ++ node_modules/primer-marketing/build/build.css | 6 + node_modules/primer-marketing/build/index.js | 1 + node_modules/primer-marketing/index.scss | 24 + node_modules/primer-marketing/package.json | 67 ++ node_modules/primer-navigation/CHANGELOG.md | 108 ++++ node_modules/primer-navigation/LICENSE | 21 + node_modules/primer-navigation/README.md | 257 ++++++++ .../primer-navigation/build/build.css | 1 + node_modules/primer-navigation/build/index.js | 1 + node_modules/primer-navigation/index.scss | 6 + .../primer-navigation/lib/filter-list.scss | 62 ++ node_modules/primer-navigation/lib/menu.scss | 112 ++++ .../primer-navigation/lib/subnav.scss | 120 ++++ .../primer-navigation/lib/tabnav.scss | 74 +++ node_modules/primer-navigation/package.json | 71 +++ node_modules/primer-page-headers/CHANGELOG.md | 23 + node_modules/primer-page-headers/LICENSE | 21 + node_modules/primer-page-headers/README.md | 58 ++ .../primer-page-headers/build/build.css | 1 + .../primer-page-headers/build/index.js | 1 + node_modules/primer-page-headers/index.scss | 4 + .../primer-page-headers/lib/headers.scss | 68 ++ node_modules/primer-page-headers/package.json | 74 +++ .../primer-page-sections/CHANGELOG.md | 21 + node_modules/primer-page-sections/LICENSE | 21 + node_modules/primer-page-sections/README.md | 57 ++ .../primer-page-sections/build/build.css | 1 + .../primer-page-sections/build/index.js | 1 + node_modules/primer-page-sections/index.scss | 4 + .../lib/page-section.scss | 18 + .../primer-page-sections/package.json | 73 +++ node_modules/primer-product/CHANGELOG.md | 3 + node_modules/primer-product/LICENSE | 21 + node_modules/primer-product/README.md | 48 ++ node_modules/primer-product/build/build.css | 6 + node_modules/primer-product/build/index.js | 1 + node_modules/primer-product/index.scss | 21 + node_modules/primer-product/package.json | 64 ++ node_modules/primer-support/CHANGELOG.md | 151 +++++ node_modules/primer-support/LICENSE | 21 + node_modules/primer-support/README.md | 42 ++ node_modules/primer-support/index.scss | 11 + .../primer-support/lib/mixins/buttons.scss | 156 +++++ .../primer-support/lib/mixins/layout.scss | 52 ++ .../primer-support/lib/mixins/misc.scss | 29 + .../primer-support/lib/mixins/typography.scss | 84 +++ .../lib/variables/color-system.scss | 114 ++++ .../primer-support/lib/variables/colors.scss | 67 ++ .../primer-support/lib/variables/layout.scss | 58 ++ .../primer-support/lib/variables/misc.scss | 40 ++ .../lib/variables/typography.scss | 43 ++ node_modules/primer-support/package.json | 89 +++ node_modules/primer-table-object/CHANGELOG.md | 64 ++ node_modules/primer-table-object/LICENSE | 21 + node_modules/primer-table-object/README.md | 69 ++ .../primer-table-object/build/build.css | 1 + .../primer-table-object/build/index.js | 1 + node_modules/primer-table-object/index.scss | 1 + .../primer-table-object/lib/table-object.scss | 20 + node_modules/primer-table-object/package.json | 69 ++ node_modules/primer-tables/CHANGELOG.md | 29 + node_modules/primer-tables/LICENSE | 21 + node_modules/primer-tables/README.md | 57 ++ node_modules/primer-tables/build/build.css | 1 + node_modules/primer-tables/build/index.js | 1 + node_modules/primer-tables/index.scss | 4 + node_modules/primer-tables/lib/tables.scss | 39 ++ node_modules/primer-tables/package.json | 72 +++ node_modules/primer-tooltips/CHANGELOG.md | 79 +++ node_modules/primer-tooltips/LICENSE | 21 + node_modules/primer-tooltips/README.md | 117 ++++ node_modules/primer-tooltips/build/build.css | 1 + node_modules/primer-tooltips/build/index.js | 1 + node_modules/primer-tooltips/index.scss | 2 + .../primer-tooltips/lib/tooltips.scss | 280 ++++++++ node_modules/primer-tooltips/package.json | 69 ++ node_modules/primer-truncate/CHANGELOG.md | 60 ++ node_modules/primer-truncate/LICENSE | 21 + node_modules/primer-truncate/README.md | 68 ++ node_modules/primer-truncate/build/build.css | 1 + node_modules/primer-truncate/build/index.js | 1 + node_modules/primer-truncate/index.scss | 1 + .../primer-truncate/lib/truncate.scss | 27 + node_modules/primer-truncate/package.json | 72 +++ node_modules/primer-utilities/CHANGELOG.md | 245 +++++++ node_modules/primer-utilities/LICENSE | 21 + node_modules/primer-utilities/README.md | 48 ++ node_modules/primer-utilities/build/build.css | 1 + node_modules/primer-utilities/build/index.js | 1 + node_modules/primer-utilities/index.scss | 13 + .../primer-utilities/lib/animations.scss | 153 +++++ .../primer-utilities/lib/borders.scss | 63 ++ .../primer-utilities/lib/box-shadow.scss | 26 + node_modules/primer-utilities/lib/colors.scss | 106 ++++ .../primer-utilities/lib/flexbox.scss | 80 +++ node_modules/primer-utilities/lib/layout.scss | 96 +++ node_modules/primer-utilities/lib/margin.scss | 86 +++ .../primer-utilities/lib/padding.scss | 83 +++ .../primer-utilities/lib/typography.scss | 216 +++++++ .../lib/visibility-display.scss | 111 ++++ node_modules/primer-utilities/package.json | 69 ++ package-lock.json | 145 +++++ package.json | 6 + 276 files changed, 14988 insertions(+) create mode 100644 .gitignore create mode 100644 Gemfile create mode 100644 Gemfile.lock create mode 100644 _config.yml create mode 100644 _layouts/default.html create mode 100644 _layouts/plugin.html create mode 100644 _plugins/config.md create mode 100644 _plugins/dco.md create mode 100644 _plugins/duplicate-issues.md create mode 100644 _plugins/stale.md create mode 100644 _plugins/wip.md create mode 100644 _sass/colors.scss create mode 100644 assets/css/index.scss create mode 100644 assets/css/syntax.css create mode 100644 assets/logo.png create mode 100644 assets/probot-head.png create mode 100644 index.html create mode 100644 node_modules/primer-alerts/CHANGELOG.md create mode 100644 node_modules/primer-alerts/LICENSE create mode 100644 node_modules/primer-alerts/README.md create mode 100644 node_modules/primer-alerts/build/build.css create mode 100644 node_modules/primer-alerts/build/index.js create mode 100644 node_modules/primer-alerts/index.scss create mode 100644 node_modules/primer-alerts/lib/flash.scss create mode 100644 node_modules/primer-alerts/package.json create mode 100644 node_modules/primer-avatars/CHANGELOG.md create mode 100644 node_modules/primer-avatars/LICENSE create mode 100644 node_modules/primer-avatars/README.md create mode 100644 node_modules/primer-avatars/build/build.css create mode 100644 node_modules/primer-avatars/build/index.js create mode 100644 node_modules/primer-avatars/index.scss create mode 100644 node_modules/primer-avatars/lib/avatar-parent-child.scss create mode 100644 node_modules/primer-avatars/lib/avatar-stack.scss create mode 100644 node_modules/primer-avatars/lib/avatar.scss create mode 100644 node_modules/primer-avatars/lib/circle-badge.scss create mode 100644 node_modules/primer-avatars/package.json create mode 100644 node_modules/primer-base/CHANGELOG.md create mode 100644 node_modules/primer-base/LICENSE create mode 100644 node_modules/primer-base/README.md create mode 100644 node_modules/primer-base/build/build.css create mode 100644 node_modules/primer-base/build/index.js create mode 100644 node_modules/primer-base/index.scss create mode 100644 node_modules/primer-base/lib/base.scss create mode 100644 node_modules/primer-base/lib/normalize.scss create mode 100644 node_modules/primer-base/lib/typography-base.scss create mode 100644 node_modules/primer-base/package.json create mode 100644 node_modules/primer-blankslate/CHANGELOG.md create mode 100644 node_modules/primer-blankslate/LICENSE create mode 100644 node_modules/primer-blankslate/README.md create mode 100644 node_modules/primer-blankslate/build/build.css create mode 100644 node_modules/primer-blankslate/build/index.js create mode 100644 node_modules/primer-blankslate/index.scss create mode 100644 node_modules/primer-blankslate/lib/blankslate.scss create mode 100644 node_modules/primer-blankslate/package.json create mode 100644 node_modules/primer-box/CHANGELOG.md create mode 100644 node_modules/primer-box/LICENSE create mode 100644 node_modules/primer-box/README.md create mode 100644 node_modules/primer-box/build/build.css create mode 100644 node_modules/primer-box/build/index.js create mode 100644 node_modules/primer-box/index.scss create mode 100644 node_modules/primer-box/lib/box.scss create mode 100644 node_modules/primer-box/package.json create mode 100644 node_modules/primer-breadcrumb/CHANGELOG.md create mode 100644 node_modules/primer-breadcrumb/LICENSE create mode 100644 node_modules/primer-breadcrumb/README.md create mode 100644 node_modules/primer-breadcrumb/build/build.css create mode 100644 node_modules/primer-breadcrumb/build/index.js create mode 100644 node_modules/primer-breadcrumb/index.scss create mode 100644 node_modules/primer-breadcrumb/lib/breadcrumb.scss create mode 100644 node_modules/primer-breadcrumb/package.json create mode 100644 node_modules/primer-buttons/CHANGELOG.md create mode 100644 node_modules/primer-buttons/LICENSE create mode 100644 node_modules/primer-buttons/README.md create mode 100644 node_modules/primer-buttons/build/build.css create mode 100644 node_modules/primer-buttons/build/index.js create mode 100644 node_modules/primer-buttons/index.scss create mode 100644 node_modules/primer-buttons/lib/button-group.scss create mode 100644 node_modules/primer-buttons/lib/button.scss create mode 100644 node_modules/primer-buttons/package.json create mode 100644 node_modules/primer-cards/CHANGELOG.md create mode 100644 node_modules/primer-cards/LICENSE create mode 100644 node_modules/primer-cards/README.md create mode 100644 node_modules/primer-cards/build/build.css create mode 100644 node_modules/primer-cards/build/index.js create mode 100644 node_modules/primer-cards/index.scss create mode 100644 node_modules/primer-cards/lib/cards.scss create mode 100644 node_modules/primer-cards/package.json create mode 100644 node_modules/primer-core/CHANGELOG.md create mode 100644 node_modules/primer-core/LICENSE create mode 100644 node_modules/primer-core/README.md create mode 100644 node_modules/primer-core/build/build.css create mode 100644 node_modules/primer-core/build/index.js create mode 100644 node_modules/primer-core/index.scss create mode 100644 node_modules/primer-core/package.json create mode 100644 node_modules/primer-css/CHANGELOG.md create mode 100644 node_modules/primer-css/LICENSE create mode 100644 node_modules/primer-css/README.md create mode 100644 node_modules/primer-css/build/build.css create mode 100644 node_modules/primer-css/build/index.js create mode 100644 node_modules/primer-css/index.scss create mode 100644 node_modules/primer-css/package.json create mode 100644 node_modules/primer-forms/CHANGELOG.md create mode 100644 node_modules/primer-forms/LICENSE create mode 100644 node_modules/primer-forms/README.md create mode 100644 node_modules/primer-forms/build/build.css create mode 100644 node_modules/primer-forms/build/index.js create mode 100644 node_modules/primer-forms/index.scss create mode 100644 node_modules/primer-forms/lib/form-control.scss create mode 100644 node_modules/primer-forms/lib/form-group.scss create mode 100644 node_modules/primer-forms/lib/form-select.scss create mode 100644 node_modules/primer-forms/lib/form-validation.scss create mode 100644 node_modules/primer-forms/package.json create mode 100644 node_modules/primer-labels/CHANGELOG.md create mode 100644 node_modules/primer-labels/LICENSE create mode 100644 node_modules/primer-labels/README.md create mode 100644 node_modules/primer-labels/build/build.css create mode 100644 node_modules/primer-labels/build/index.js create mode 100644 node_modules/primer-labels/index.scss create mode 100644 node_modules/primer-labels/lib/counters.scss create mode 100644 node_modules/primer-labels/lib/labels.scss create mode 100644 node_modules/primer-labels/lib/states.scss create mode 100644 node_modules/primer-labels/package.json create mode 100644 node_modules/primer-layout/CHANGELOG.md create mode 100644 node_modules/primer-layout/LICENSE create mode 100644 node_modules/primer-layout/README.md create mode 100644 node_modules/primer-layout/build/build.css create mode 100644 node_modules/primer-layout/build/index.js create mode 100644 node_modules/primer-layout/index.scss create mode 100644 node_modules/primer-layout/lib/columns.scss create mode 100644 node_modules/primer-layout/lib/container.scss create mode 100644 node_modules/primer-layout/lib/grid-offset.scss create mode 100644 node_modules/primer-layout/lib/grid.scss create mode 100644 node_modules/primer-layout/package.json create mode 100644 node_modules/primer-markdown/CHANGELOG.md create mode 100644 node_modules/primer-markdown/LICENSE create mode 100644 node_modules/primer-markdown/README.md create mode 100644 node_modules/primer-markdown/build/build.css create mode 100644 node_modules/primer-markdown/build/index.js create mode 100644 node_modules/primer-markdown/index.scss create mode 100644 node_modules/primer-markdown/lib/blob-csv.scss create mode 100644 node_modules/primer-markdown/lib/code.scss create mode 100644 node_modules/primer-markdown/lib/headings.scss create mode 100644 node_modules/primer-markdown/lib/images.scss create mode 100644 node_modules/primer-markdown/lib/lists.scss create mode 100644 node_modules/primer-markdown/lib/markdown-body.scss create mode 100644 node_modules/primer-markdown/lib/tables.scss create mode 100644 node_modules/primer-markdown/package.json create mode 100644 node_modules/primer-marketing-support/CHANGELOG.md create mode 100644 node_modules/primer-marketing-support/LICENSE create mode 100644 node_modules/primer-marketing-support/README.md create mode 100644 node_modules/primer-marketing-support/index.scss create mode 100644 node_modules/primer-marketing-support/lib/variables.scss create mode 100644 node_modules/primer-marketing-support/package.json create mode 100644 node_modules/primer-marketing-type/CHANGELOG.md create mode 100644 node_modules/primer-marketing-type/LICENSE create mode 100644 node_modules/primer-marketing-type/README.md create mode 100644 node_modules/primer-marketing-type/build/build.css create mode 100644 node_modules/primer-marketing-type/build/index.js create mode 100644 node_modules/primer-marketing-type/index.scss create mode 100644 node_modules/primer-marketing-type/lib/typography.scss create mode 100644 node_modules/primer-marketing-type/package.json create mode 100644 node_modules/primer-marketing-utilities/CHANGELOG.md create mode 100644 node_modules/primer-marketing-utilities/LICENSE create mode 100644 node_modules/primer-marketing-utilities/README.md create mode 100644 node_modules/primer-marketing-utilities/build/build.css create mode 100644 node_modules/primer-marketing-utilities/build/index.js create mode 100644 node_modules/primer-marketing-utilities/index.scss create mode 100644 node_modules/primer-marketing-utilities/lib/borders.scss create mode 100644 node_modules/primer-marketing-utilities/lib/filters.scss create mode 100644 node_modules/primer-marketing-utilities/package.json create mode 100755 node_modules/primer-marketing/CHANGELOG.md create mode 100755 node_modules/primer-marketing/LICENSE create mode 100755 node_modules/primer-marketing/README.md create mode 100644 node_modules/primer-marketing/build/build.css create mode 100644 node_modules/primer-marketing/build/index.js create mode 100755 node_modules/primer-marketing/index.scss create mode 100644 node_modules/primer-marketing/package.json create mode 100644 node_modules/primer-navigation/CHANGELOG.md create mode 100644 node_modules/primer-navigation/LICENSE create mode 100644 node_modules/primer-navigation/README.md create mode 100644 node_modules/primer-navigation/build/build.css create mode 100644 node_modules/primer-navigation/build/index.js create mode 100644 node_modules/primer-navigation/index.scss create mode 100644 node_modules/primer-navigation/lib/filter-list.scss create mode 100644 node_modules/primer-navigation/lib/menu.scss create mode 100644 node_modules/primer-navigation/lib/subnav.scss create mode 100644 node_modules/primer-navigation/lib/tabnav.scss create mode 100644 node_modules/primer-navigation/package.json create mode 100644 node_modules/primer-page-headers/CHANGELOG.md create mode 100644 node_modules/primer-page-headers/LICENSE create mode 100644 node_modules/primer-page-headers/README.md create mode 100644 node_modules/primer-page-headers/build/build.css create mode 100644 node_modules/primer-page-headers/build/index.js create mode 100644 node_modules/primer-page-headers/index.scss create mode 100644 node_modules/primer-page-headers/lib/headers.scss create mode 100644 node_modules/primer-page-headers/package.json create mode 100644 node_modules/primer-page-sections/CHANGELOG.md create mode 100644 node_modules/primer-page-sections/LICENSE create mode 100644 node_modules/primer-page-sections/README.md create mode 100644 node_modules/primer-page-sections/build/build.css create mode 100644 node_modules/primer-page-sections/build/index.js create mode 100644 node_modules/primer-page-sections/index.scss create mode 100644 node_modules/primer-page-sections/lib/page-section.scss create mode 100644 node_modules/primer-page-sections/package.json create mode 100644 node_modules/primer-product/CHANGELOG.md create mode 100644 node_modules/primer-product/LICENSE create mode 100644 node_modules/primer-product/README.md create mode 100644 node_modules/primer-product/build/build.css create mode 100644 node_modules/primer-product/build/index.js create mode 100644 node_modules/primer-product/index.scss create mode 100644 node_modules/primer-product/package.json create mode 100644 node_modules/primer-support/CHANGELOG.md create mode 100644 node_modules/primer-support/LICENSE create mode 100644 node_modules/primer-support/README.md create mode 100644 node_modules/primer-support/index.scss create mode 100644 node_modules/primer-support/lib/mixins/buttons.scss create mode 100644 node_modules/primer-support/lib/mixins/layout.scss create mode 100644 node_modules/primer-support/lib/mixins/misc.scss create mode 100644 node_modules/primer-support/lib/mixins/typography.scss create mode 100644 node_modules/primer-support/lib/variables/color-system.scss create mode 100644 node_modules/primer-support/lib/variables/colors.scss create mode 100644 node_modules/primer-support/lib/variables/layout.scss create mode 100644 node_modules/primer-support/lib/variables/misc.scss create mode 100644 node_modules/primer-support/lib/variables/typography.scss create mode 100644 node_modules/primer-support/package.json create mode 100644 node_modules/primer-table-object/CHANGELOG.md create mode 100644 node_modules/primer-table-object/LICENSE create mode 100644 node_modules/primer-table-object/README.md create mode 100644 node_modules/primer-table-object/build/build.css create mode 100644 node_modules/primer-table-object/build/index.js create mode 100644 node_modules/primer-table-object/index.scss create mode 100644 node_modules/primer-table-object/lib/table-object.scss create mode 100644 node_modules/primer-table-object/package.json create mode 100644 node_modules/primer-tables/CHANGELOG.md create mode 100644 node_modules/primer-tables/LICENSE create mode 100644 node_modules/primer-tables/README.md create mode 100644 node_modules/primer-tables/build/build.css create mode 100644 node_modules/primer-tables/build/index.js create mode 100644 node_modules/primer-tables/index.scss create mode 100644 node_modules/primer-tables/lib/tables.scss create mode 100644 node_modules/primer-tables/package.json create mode 100644 node_modules/primer-tooltips/CHANGELOG.md create mode 100644 node_modules/primer-tooltips/LICENSE create mode 100644 node_modules/primer-tooltips/README.md create mode 100644 node_modules/primer-tooltips/build/build.css create mode 100644 node_modules/primer-tooltips/build/index.js create mode 100644 node_modules/primer-tooltips/index.scss create mode 100644 node_modules/primer-tooltips/lib/tooltips.scss create mode 100644 node_modules/primer-tooltips/package.json create mode 100644 node_modules/primer-truncate/CHANGELOG.md create mode 100644 node_modules/primer-truncate/LICENSE create mode 100644 node_modules/primer-truncate/README.md create mode 100644 node_modules/primer-truncate/build/build.css create mode 100644 node_modules/primer-truncate/build/index.js create mode 100644 node_modules/primer-truncate/index.scss create mode 100644 node_modules/primer-truncate/lib/truncate.scss create mode 100644 node_modules/primer-truncate/package.json create mode 100644 node_modules/primer-utilities/CHANGELOG.md create mode 100644 node_modules/primer-utilities/LICENSE create mode 100644 node_modules/primer-utilities/README.md create mode 100644 node_modules/primer-utilities/build/build.css create mode 100644 node_modules/primer-utilities/build/index.js create mode 100644 node_modules/primer-utilities/index.scss create mode 100644 node_modules/primer-utilities/lib/animations.scss create mode 100644 node_modules/primer-utilities/lib/borders.scss create mode 100644 node_modules/primer-utilities/lib/box-shadow.scss create mode 100644 node_modules/primer-utilities/lib/colors.scss create mode 100644 node_modules/primer-utilities/lib/flexbox.scss create mode 100644 node_modules/primer-utilities/lib/layout.scss create mode 100644 node_modules/primer-utilities/lib/margin.scss create mode 100644 node_modules/primer-utilities/lib/padding.scss create mode 100644 node_modules/primer-utilities/lib/typography.scss create mode 100644 node_modules/primer-utilities/lib/visibility-display.scss create mode 100644 node_modules/primer-utilities/package.json create mode 100644 package-lock.json create mode 100644 package.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..129d585 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.jekyll-metadata +_site diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..0151e46 --- /dev/null +++ b/Gemfile @@ -0,0 +1,13 @@ +source 'https://rubygems.org' + +require 'json' +require 'open-uri' +versions = JSON.parse(open('https://pages.github.com/versions.json').read) + +group :jekyll_plugins do + gem 'github-pages', versions['github-pages'] + gem 'jekyll-octicons' + gem 'jekyll-livereload' +end + +gem 'rb-fsevent', '0.9.8' # See issue https://github.com/guard/listen/issues/431 diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..a626c80 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,217 @@ +GEM + remote: https://rubygems.org/ + specs: + activesupport (4.2.8) + i18n (~> 0.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + addressable (2.5.1) + public_suffix (~> 2.0, >= 2.0.2) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.12.2) + colorator (1.1.0) + em-websocket (0.5.1) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0.6.0) + ethon (0.10.1) + ffi (>= 1.3.0) + eventmachine (1.2.3) + execjs (2.7.0) + faraday (0.12.1) + multipart-post (>= 1.2, < 3) + ffi (1.9.18) + forwardable-extended (2.6.0) + gemoji (3.0.0) + github-pages (140) + activesupport (= 4.2.8) + github-pages-health-check (= 1.3.4) + jekyll (= 3.4.3) + jekyll-avatar (= 0.4.2) + jekyll-coffeescript (= 1.0.1) + jekyll-default-layout (= 0.1.4) + jekyll-feed (= 0.9.2) + jekyll-gist (= 1.4.0) + jekyll-github-metadata (= 2.3.1) + jekyll-mentions (= 1.2.0) + jekyll-optional-front-matter (= 0.1.2) + jekyll-paginate (= 1.1.0) + jekyll-readme-index (= 0.1.0) + jekyll-redirect-from (= 0.12.1) + jekyll-relative-links (= 0.4.0) + jekyll-sass-converter (= 1.5.0) + jekyll-seo-tag (= 2.2.3) + jekyll-sitemap (= 1.0.0) + jekyll-swiss (= 0.4.0) + jekyll-theme-architect (= 0.0.4) + jekyll-theme-cayman (= 0.0.4) + jekyll-theme-dinky (= 0.0.4) + jekyll-theme-hacker (= 0.0.4) + jekyll-theme-leap-day (= 0.0.4) + jekyll-theme-merlot (= 0.0.4) + jekyll-theme-midnight (= 0.0.4) + jekyll-theme-minimal (= 0.0.4) + jekyll-theme-modernist (= 0.0.4) + jekyll-theme-primer (= 0.2.1) + jekyll-theme-slate (= 0.0.4) + jekyll-theme-tactile (= 0.0.4) + jekyll-theme-time-machine (= 0.0.4) + jekyll-titles-from-headings (= 0.1.5) + jemoji (= 0.8.0) + kramdown (= 1.13.2) + liquid (= 3.0.6) + listen (= 3.0.6) + mercenary (~> 0.3) + minima (= 2.1.1) + rouge (= 1.11.1) + terminal-table (~> 1.4) + github-pages-health-check (1.3.4) + addressable (~> 2.3) + net-dns (~> 0.8) + octokit (~> 4.0) + public_suffix (~> 2.0) + typhoeus (~> 0.7) + html-pipeline (2.6.0) + activesupport (>= 2) + nokogiri (>= 1.4) + http_parser.rb (0.6.0) + i18n (0.8.4) + jekyll (3.4.3) + addressable (~> 2.4) + colorator (~> 1.0) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 1.1) + kramdown (~> 1.3) + liquid (~> 3.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (~> 1.7) + safe_yaml (~> 1.0) + jekyll-avatar (0.4.2) + jekyll (~> 3.0) + jekyll-coffeescript (1.0.1) + coffee-script (~> 2.2) + jekyll-default-layout (0.1.4) + jekyll (~> 3.0) + jekyll-feed (0.9.2) + jekyll (~> 3.3) + jekyll-gist (1.4.0) + octokit (~> 4.2) + jekyll-github-metadata (2.3.1) + jekyll (~> 3.1) + octokit (~> 4.0, != 4.4.0) + jekyll-livereload (0.2.2) + em-websocket (~> 0.5) + jekyll (~> 3.0) + jekyll-mentions (1.2.0) + activesupport (~> 4.0) + html-pipeline (~> 2.3) + jekyll (~> 3.0) + jekyll-octicons (3.0.1) + jekyll (~> 3.1) + octicons (~> 3.0) + jekyll-optional-front-matter (0.1.2) + jekyll (~> 3.0) + jekyll-paginate (1.1.0) + jekyll-readme-index (0.1.0) + jekyll (~> 3.0) + jekyll-redirect-from (0.12.1) + jekyll (~> 3.3) + jekyll-relative-links (0.4.0) + jekyll (~> 3.3) + jekyll-sass-converter (1.5.0) + sass (~> 3.4) + jekyll-seo-tag (2.2.3) + jekyll (~> 3.3) + jekyll-sitemap (1.0.0) + jekyll (~> 3.3) + jekyll-swiss (0.4.0) + jekyll-theme-architect (0.0.4) + jekyll (~> 3.3) + jekyll-theme-cayman (0.0.4) + jekyll (~> 3.3) + jekyll-theme-dinky (0.0.4) + jekyll (~> 3.3) + jekyll-theme-hacker (0.0.4) + jekyll (~> 3.3) + jekyll-theme-leap-day (0.0.4) + jekyll (~> 3.3) + jekyll-theme-merlot (0.0.4) + jekyll (~> 3.3) + jekyll-theme-midnight (0.0.4) + jekyll (~> 3.3) + jekyll-theme-minimal (0.0.4) + jekyll (~> 3.3) + jekyll-theme-modernist (0.0.4) + jekyll (~> 3.3) + jekyll-theme-primer (0.2.1) + jekyll (~> 3.3) + jekyll-theme-slate (0.0.4) + jekyll (~> 3.3) + jekyll-theme-tactile (0.0.4) + jekyll (~> 3.3) + jekyll-theme-time-machine (0.0.4) + jekyll (~> 3.3) + jekyll-titles-from-headings (0.1.5) + jekyll (~> 3.3) + jekyll-watch (1.5.0) + listen (~> 3.0, < 3.1) + jemoji (0.8.0) + activesupport (~> 4.0) + gemoji (~> 3.0) + html-pipeline (~> 2.2) + jekyll (>= 3.0) + json (2.0.3) + kramdown (1.13.2) + liquid (3.0.6) + listen (3.0.6) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9.7) + mercenary (0.3.6) + mini_portile2 (2.2.0) + minima (2.1.1) + jekyll (~> 3.3) + minitest (5.10.2) + multipart-post (2.0.0) + net-dns (0.8.0) + nokogiri (1.8.0) + mini_portile2 (~> 2.2.0) + octicons (3.0.1) + nokogiri (>= 1.6.3.1) + octokit (4.7.0) + sawyer (~> 0.8.0, >= 0.5.3) + pathutil (0.14.0) + forwardable-extended (~> 2.6) + public_suffix (2.0.5) + rb-fsevent (0.9.8) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + rouge (1.11.1) + safe_yaml (1.0.4) + sass (3.4.24) + sawyer (0.8.1) + addressable (>= 2.3.5, < 2.6) + faraday (~> 0.8, < 1.0) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) + thread_safe (0.3.6) + typhoeus (0.8.0) + ethon (>= 0.8.0) + tzinfo (1.2.3) + thread_safe (~> 0.1) + unicode-display_width (1.3.0) + +PLATFORMS + ruby + +DEPENDENCIES + github-pages (= 140) + jekyll-livereload + jekyll-octicons + json + rb-fsevent (= 0.9.8) + +BUNDLED WITH + 1.14.6 diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..44dfe62 --- /dev/null +++ b/_config.yml @@ -0,0 +1,33 @@ +title: Probot +description: +permalink: pretty + +exclude: + - Gemfile* + - node_modules + - package.json + - package-lock.json + - README.md + - node_modules + +sass: + style: :compressed + sass_dir: _sass + load_paths: + - node_modules + - node_modules/**/*/node_modules + +collections: + plugins: + output: true + permalink: /apps/:name/ + +defaults: + - scope: + path: "" + type: plugins + values: + layout: plugin + +gems: + - jekyll-octicons diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..beb3b72 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,12 @@ + + + + + + + + + + {{ content }} + + diff --git a/_layouts/plugin.html b/_layouts/plugin.html new file mode 100644 index 0000000..48ddcca --- /dev/null +++ b/_layouts/plugin.html @@ -0,0 +1,89 @@ +--- +layout: default +--- + +
+
+
+

+ + Probot +

+ +
+
+
+ +
+
+
+
+
+
+

{{ page.title }}

+

{{ page.description }}

+
+
+ Install +
+ +
+
+
+ +
+
+
+
+
+
+ {% for screenshot in page.screenshots limit:1 %} + + {% endfor %} +
+
+ {% for screenshot in page.screenshots %} +
+
+ {% endfor %} +
+
+
+
+

Topics

+ {% for topic in page.topics %} + #{{ topic }} + {% endfor %} + +

About

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

+

Updated: June 12, 2017

+

{{ page.installs | default: 0 }} installs

+

{{ page.stars | default: 0 }} stars

+
+
+
+
+ +
+
+
+
+
+ {{ content }} +
+
+
+

This App is used by

+ {% for organization in page.organizations %} + + {% endfor %} +
+
+
+
diff --git a/_plugins/config.md b/_plugins/config.md new file mode 100644 index 0000000..3f25a08 --- /dev/null +++ b/_plugins/config.md @@ -0,0 +1,91 @@ +--- +title: Settings +description: Pull Requests for repository settings +slug: configurer +octicon: gear +color: F0B446 +background: http://media.istockphoto.com/vectors/bright-yellow-and-grey-office-or-waiting-room-vector-id534481994 +topics: +- administration +--- + +This GitHub Integration syncs repository settings defined in `.github/config.yml` to GitHub, enabling Pull Requests for repository settings. + +## Usage + +1. **[Install the integration](https://github.com/integrations/configurer/installations/new)**. +2. Create a `.github/config.yml` file in your repository. Changes to this file on the default branch will be synced to GitHub. + +All settings are optional. + +```yaml +repository: + # See https://developer.github.com/v3/repos/#edit for all available settings. + + # The name of the repository. Changing this will rename the repository + name: repo-name + + # A short description of the repository that will show up on GitHub + description: description of repo + + # A URL with more information about the repository + homepage: https://example.github.io/ + + # Either `true` to make the repository private, or `false` to make it public. + private: false + + # Either `true` to enable issues for this repository, `false` to disable them. + has_issues: true + + # Either `true` to enable the wiki for this repository, `false` to disable it. + has_wiki: true + + # Either `true` to enable downloads for this repository, `false` to disable them. + has_downloads: true + + # Updates the default branch for this repository. + default_branch: master + + # Either `true` to allow squash-merging pull requests, or `false` to prevent + # squash-merging. + allow_squash_merge: true + + # Either `true` to allow merging pull requests with a merge commit, or `false` + # to prevent merging pull requests with merge commits. + allow_merge_commit: true + + # Either `true` to allow rebase-merging pull requests, or `false` to prevent + # rebase-merging. + allow_rebase_merge: true + +# Labels: define labels for Issues and Pull Requests +labels: + - name: bug + color: CC0000 + - name: feature + color: 336699 + - name: first-timers-only + # include the old name to rename and existing label + oldname: Help Wanted + +# Collaborators: give specific users access to this repository. +collaborators: + - username: bkeepers + # Note: Only valid on organization-owned repositories. + # The permission to grant the collaborator. Can be one of: + # * `pull` - can pull, but not push to or administer this repository. + # * `push` - can pull and push, but not administer this repository. + # * `admin` - can pull, push and administer this repository. + permission: push + + - username: hubot + permission: pull + + - username: + permission: pull + +``` + +**WARNING:** Note that this integration inherently _escalates anyone with `push` permissions to the **admin** role_, since they can push config settings to the `master` branch, which will be synced. In the future, we may add restrictions to allow changes to the config file to be merged only by specific people/teams, or those with **admin** access _(via a combination of protected branches, required statuses, and branch restrictions)_. Until then, use caution when merging PRs and adding collaborators. + +This integration is open source. Check out [probot/configurer](https://github.com/probot/configurer) to suggest improvements or run your own instance. diff --git a/_plugins/dco.md b/_plugins/dco.md new file mode 100644 index 0000000..cf4b1ac --- /dev/null +++ b/_plugins/dco.md @@ -0,0 +1,47 @@ +--- +title: Certificate of Origin +description: enforce the DCO on Pull Requests +slug: dco +octicon: law +color: 89A4C7 +background: http://media.istockphoto.com/vectors/coming-soon-vector-id616221958 +screenshots: +- https://cloud.githubusercontent.com/assets/173/24482273/a35dc23e-14b5-11e7-9371-fd241873e2c3.png +stars: 142 +installs: 48 +organizations: +- linuxfoundation +- kubernetes +- nodejs +--- + + +The Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. Here is the full [text of the DCO](https://developercertificate.org/), reformatted for readability: + +> By making a contribution to this project, I certify that: +> +> 1. The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or +> +> 2. The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or +> +> 3. The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. +> +> 4. I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. + +Contributors _sign-off_ that they adhere to these requirements by adding a `Signed-off-by` line to commit messages. + +``` +This is my commit message + +Signed-off-by: Random J Developer +``` + +Git even has a `-s` command line option to append this automatically to your commit message: + +``` +$ git commit -s -m 'This is my commit message' +``` + +Once [installed](#usage), this integration will set the [status](https://developer.github.com/v3/repos/statuses/) to `failed` if commits in a Pull Request do not contain a valid `Signed-off-by` line. + +![](https://cloud.githubusercontent.com/assets/173/24482273/a35dc23e-14b5-11e7-9371-fd241873e2c3.png) diff --git a/_plugins/duplicate-issues.md b/_plugins/duplicate-issues.md new file mode 100644 index 0000000..6b8fb11 --- /dev/null +++ b/_plugins/duplicate-issues.md @@ -0,0 +1,8 @@ +--- +title: Duplicate Issues +description: Identify duplicate issues +slug: dup +octicon: issue-closed +color: FEF9EB +background: http://media.istockphoto.com/vectors/umbrella-vector-id518180852 +--- diff --git a/_plugins/stale.md b/_plugins/stale.md new file mode 100644 index 0000000..00e6cbf --- /dev/null +++ b/_plugins/stale.md @@ -0,0 +1,42 @@ +--- +title: Stale +description: close stale Issues and Pull Requests +slug: probot-stale +octicon: clock +color: DAECE3 +background: http://media.istockphoto.com/vectors/giving-vector-id517930622 +screenshots: +- https://user-images.githubusercontent.com/173/27765695-4c016050-5e7e-11e7-9016-c2f6d8c27da4.png +- https://user-images.githubusercontent.com/173/27765705-93f94940-5e7e-11e7-8527-3a91bb64ca70.png +topics: +- project-management +organizations: +- atom +- rails +- homebrew +- exercism +- github +- npm +--- + +After installing the integration, create `.github/stale.yml` in the default branch to enable it: + +```yml +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 60 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 7 +# Issues with these labels will never be considered stale +exemptLabels: + - pinned + - security +# Label to use when marking an issue as stale +staleLabel: wontfix +# Comment to post when marking an issue as stale. Set to `false` to disable +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: false +``` diff --git a/_plugins/wip.md b/_plugins/wip.md new file mode 100644 index 0000000..a83a9d6 --- /dev/null +++ b/_plugins/wip.md @@ -0,0 +1,8 @@ +--- +title: Work In Progress +description: Prevent merging of unfinished Pull Requests +slug: wip +octicon: alert +color: D96858 +background: http://media.istockphoto.com/vectors/hanging-light-bulbs-with-glowing-one-on-yellow-background-vector-id516323432 +--- diff --git a/_sass/colors.scss b/_sass/colors.scss new file mode 100644 index 0000000..c0391cf --- /dev/null +++ b/_sass/colors.scss @@ -0,0 +1,15 @@ +$brand: (red, #DE513E), + (blue, #4CACD5), + (blue-dark, darken(#4CACD5, 45%)), + (blue-light, lighten(#B7DDE3, 15%)), + (orange, #F2BE6D); + +@each $name, $color in $brand { + .bg-brand-#{"" + $name} { + background-color: $color; + } + + .text-brand-#{"" + $name} { + color: $color; + } +} diff --git a/assets/css/index.scss b/assets/css/index.scss new file mode 100644 index 0000000..a72223f --- /dev/null +++ b/assets/css/index.scss @@ -0,0 +1,76 @@ +--- +--- + +@import "primer-css/index.scss"; +@import "colors.scss"; + +.featurette { + padding-top: $spacer * 10; + padding-bottom: $spacer * 10; +} + +.circle-badge { + width: 72px; + height: 72px; + line-height: 72px; + background-color: rgba(#fff, 0.85); + color: $text-gray-dark; + border-radius: 50%; +} + +.octicon { + display: inline-block; + vertical-align: text-top; + fill: currentColor; +} + +.cover { + height: 140px; + & * { + position: relative; + z-index: 1; + } +} + +.cover-bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-size: cover; + background-position: center; + z-index: 0; +} + + +figure { + margin: 0; + padding: $spacer-3; +} +code { + font-size: 14px; +} + + +.timeline-comment { + position: relative; +} + +.timeline-comment:before { + border-width: 8px; + border-right-color: #d1d5da; +} +.timeline-comment:after { + position: absolute; + top: 11px; + right: 100%; + left: -16px; + display: block; + width: 0; + height: 0; + pointer-events: none; + content: " "; + border-color: transparent; + border-style: solid solid outset; +} diff --git a/assets/css/syntax.css b/assets/css/syntax.css new file mode 100644 index 0000000..2774b76 --- /dev/null +++ b/assets/css/syntax.css @@ -0,0 +1,60 @@ +.highlight { background: #ffffff; } +.highlight .c { color: #999988; font-style: italic } /* Comment */ +.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.highlight .k { font-weight: bold } /* Keyword */ +.highlight .o { font-weight: bold } /* Operator */ +.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */ +.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ +.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */ +.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ +.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */ +.highlight .ge { font-style: italic } /* Generic.Emph */ +.highlight .gr { color: #aa0000 } /* Generic.Error */ +.highlight .gh { color: #999999 } /* Generic.Heading */ +.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */ +.highlight .go { color: #888888 } /* Generic.Output */ +.highlight .gp { color: #555555 } /* Generic.Prompt */ +.highlight .gs { font-weight: bold } /* Generic.Strong */ +.highlight .gu { color: #aaaaaa } /* Generic.Subheading */ +.highlight .gt { color: #aa0000 } /* Generic.Traceback */ +.highlight .kc { font-weight: bold } /* Keyword.Constant */ +.highlight .kd { font-weight: bold } /* Keyword.Declaration */ +.highlight .kp { font-weight: bold } /* Keyword.Pseudo */ +.highlight .kr { font-weight: bold } /* Keyword.Reserved */ +.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */ +.highlight .m { color: #009999 } /* Literal.Number */ +.highlight .s { color: #d14 } /* Literal.String */ +.highlight .na { color: #008080 } /* Name.Attribute */ +.highlight .nb { color: #0086B3 } /* Name.Builtin */ +.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */ +.highlight .no { color: #008080 } /* Name.Constant */ +.highlight .ni { color: #800080 } /* Name.Entity */ +.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ +.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ +.highlight .nn { color: #555555 } /* Name.Namespace */ +.highlight .nt { color: #000080 } /* Name.Tag */ +.highlight .nv { color: #008080 } /* Name.Variable */ +.highlight .ow { font-weight: bold } /* Operator.Word */ +.highlight .w { color: #bbbbbb } /* Text.Whitespace */ +.highlight .mf { color: #009999 } /* Literal.Number.Float */ +.highlight .mh { color: #009999 } /* Literal.Number.Hex */ +.highlight .mi { color: #009999 } /* Literal.Number.Integer */ +.highlight .mo { color: #009999 } /* Literal.Number.Oct */ +.highlight .sb { color: #d14 } /* Literal.String.Backtick */ +.highlight .sc { color: #d14 } /* Literal.String.Char */ +.highlight .sd { color: #d14 } /* Literal.String.Doc */ +.highlight .s2 { color: #d14 } /* Literal.String.Double */ +.highlight .se { color: #d14 } /* Literal.String.Escape */ +.highlight .sh { color: #d14 } /* Literal.String.Heredoc */ +.highlight .si { color: #d14 } /* Literal.String.Interpol */ +.highlight .sx { color: #d14 } /* Literal.String.Other */ +.highlight .sr { color: #009926 } /* Literal.String.Regex */ +.highlight .s1 { color: #d14 } /* Literal.String.Single */ +.highlight .ss { color: #990073 } /* Literal.String.Symbol */ +.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */ +.highlight .vc { color: #008080 } /* Name.Variable.Class */ +.highlight .vg { color: #008080 } /* Name.Variable.Global */ +.highlight .vi { color: #008080 } /* Name.Variable.Instance */ +.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..c6357a2a353659bce2c120f124b6f121bb932e5b GIT binary patch literal 125334 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

1F=cjlVaVxB*VQ>X5hHC=z~zb8XoKA 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

g;<24FvuFPexM*3n&biRI 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 w!%* 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 z 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 +

+ + +
+
+
+
+ +
+
+

+ Stop relying on a human
+ to do the work of a robot. +

+
GitHub Apps to automate and improve your workflow
+
+
+
+
+
+ +
+
+
+ {% for plugin in site.plugins %} + + {% endfor %} +
+
+
+ +
+
+

Build your own bot

+

Something about how easy it is to get started.

+ +
+
+
+

Easily scriptable:

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+
+
+
+{% highlight javascript %} +module.exports = robot => { +robot.on('issues.opened', context => { +const params = context.issue({ + body: 'Hello World!' +}); +context.github.issues.createComment(params); +}); +} +{% endhighlight %} +
+ +
+ +
+
+ @probot commented +
+

Hello World!

+
+
+
+
+ + + +
+
+
+ +
+
+

Full access to the GitHub API

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+
+
+
+ +
+ +

Somethign cool about it

+

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

+ +

Somethign cool about it

+

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

+ +

Somethign cool about it

+

Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum..

+
+
+
+
diff --git a/node_modules/primer-alerts/CHANGELOG.md b/node_modules/primer-alerts/CHANGELOG.md new file mode 100644 index 0000000..b6cb343 --- /dev/null +++ b/node_modules/primer-alerts/CHANGELOG.md @@ -0,0 +1,95 @@ +# v1.1.2 + + * patch bump - broccolini [github/github@3c26562](https://github.com/github/github/commit/3c26562) + +# v1.1.1 + + * Bump all the version numbers for readme - Mu-An Chiou [github/github@a9d152f](https://github.com/github/github/commit/a9d152f) + +# v1.1.0 + + * update version numbers in primer-product - broccolini [github/github@5301936](https://github.com/github/github/commit/5301936) + * missed a yellow in flash alerts: - broccolini [github/github@8725991](https://github.com/github/github/commit/8725991) + * update flash red variables - broccolini [github/github@2945319](https://github.com/github/github/commit/2945319) + * yellow flash warn variables - broccolini [github/github@5b64376](https://github.com/github/github/commit/5b64376) + * new flash green variables - broccolini [github/github@80401a0](https://github.com/github/github/commit/80401a0) + * update blues: - broccolini [github/github@9b191b6](https://github.com/github/github/commit/9b191b6) + +# v1.0.2 + + * update version numbers for primer package with bold update - broccolini [github/github@5d3e089](https://github.com/github/github/commit/5d3e089) + +# v1.0.1 + + * More versions - Jon Rohan [github/github@e12ba2e](https://github.com/github/github/commit/e12ba2e) + * Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651) + +# v1.0.0 + + * updating versions after running version script - broccolini [github/github@61b8c6f](https://github.com/github/github/commit/61b8c6f) + * Some updates based on feedback - Jon Rohan [github/github@8a4919d](https://github.com/github/github/commit/8a4919d) + +# v0.4.0 + + * Cutting new versions of primer modules - Jon Rohan [github/github@157f5ab](https://github.com/github/github/commit/157f5ab) + * Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a) + * Separating out modules into primer-core and primer-product - Jon Rohan [github/github@ddf698c](https://github.com/github/github/commit/ddf698c) + +# v0.3.1 + + * Updating version - Jon Rohan [github/github@6bf5fe5](https://github.com/github/github/commit/6bf5fe5) + * Updating link to real primer-css repository - Jon Rohan [github/github@bbaedda](https://github.com/github/github/commit/bbaedda) + * Updating the modules stylelint - Jon Rohan [github/github@389609f](https://github.com/github/github/commit/389609f) + * Make sure the modules build without error before publishing - Jon Rohan [github/github@57ac5e6](https://github.com/github/github/commit/57ac5e6) + * Adding documentation status to most of the modules - Jon Rohan [github/github@b97695c](https://github.com/github/github/commit/b97695c) + +# v0.3.0 + + * Publishing a new version - Jon Rohan [github/github@eed0e96](https://github.com/github/github/commit/eed0e96) + * Updating octicons to deprecate the use of :symbol - Jon Rohan [github/github@9eb0c63](https://github.com/github/github/commit/9eb0c63) + * Lots of refactoring and tests written - Jon Rohan [github/github@6e3ac10](https://github.com/github/github/commit/6e3ac10) + * Removing some unnecessary lint plugins and using native - Jon Rohan [github/github@2ae0070](https://github.com/github/github/commit/2ae0070) + * including no-utility lint plugin - Jon Rohan [github/github@5cb86ed](https://github.com/github/github/commit/5cb86ed) + * Adding lint plugins for new config - Jon Rohan [github/github@7fb9613](https://github.com/github/github/commit/7fb9613) + * Mentioning the build file - Jon Rohan [github/github@64ca4a7](https://github.com/github/github/commit/64ca4a7) + +# v0.2.6 + + * Including build in files - Jon Rohan [github/github@817ee23](https://github.com/github/github/commit/817ee23) + +# v0.2.5 + + * skipping cleanup - Jon Rohan [github/github@d6b3678](https://github.com/github/github/commit/d6b3678) + +# v0.2.4 + + * Bump version, and including build/build.css in npm package - Jon Rohan [github/github@09cb3a3](https://github.com/github/github/commit/09cb3a3) + * setup unless installed - Jon Rohan [github/github@a798fb0](https://github.com/github/github/commit/a798fb0) + * Using a simplier script setup - Jon Rohan [github/github@be103f4](https://github.com/github/github/commit/be103f4) + * Renaming to compile - Jon Rohan [github/github@196d7ef](https://github.com/github/github/commit/196d7ef) + * Updating modules to run on prepublish to include build.css in distribution - Jon Rohan [github/github@5b573a0](https://github.com/github/github/commit/5b573a0) + * Re-ordering the docs to the bottom of the readme - Jon Rohan [github/github@9c1f291](https://github.com/github/github/commit/9c1f291) + * Updating the link - Jon Rohan [github/github@f67684b](https://github.com/github/github/commit/f67684b) + +# v0.2.1 + + * Bumping version to include postcss.json in npm - Jon Rohan [github/github@9e560ba](https://github.com/github/github/commit/9e560ba) + * Using stylelint to lint the modules instead of scss_lint - Jon Rohan [github/github@cb0b8fd](https://github.com/github/github/commit/cb0b8fd) + * Updating for stylelint instead of scss_lint - Jon Rohan [github/github@87a2c68](https://github.com/github/github/commit/87a2c68) + +# v0.2.0 + + * Cutting new version 0.2.0 - Jon Rohan [github/github@a6f6586](https://github.com/github/github/commit/a6f6586) + * Don't link requirements - Jon Rohan [github/github@7740e81](https://github.com/github/github/commit/7740e81) + * Updating the README with more detailed instructions - Jon Rohan [github/github@5dd7c34](https://github.com/github/github/commit/5dd7c34) + * Reorganize the module folders into a more flexible organization - Jon Rohan [github/github@5a07101](https://github.com/github/github/commit/5a07101) + * Remove partial underscore from name - Jon Rohan [github/github@e463779](https://github.com/github/github/commit/e463779) + * Some cleanup on the readme - Jon Rohan [github/github@74850d5](https://github.com/github/github/commit/74850d5) + * cleaning up the package.json files - Jon Rohan [github/github@77763a1](https://github.com/github/github/commit/77763a1) + * Adding npm version badges to readme - Jon Rohan [github/github@90b1871](https://github.com/github/github/commit/90b1871) + * Adding tavisci build badges to the readmes - Jon Rohan [github/github@1a6126f](https://github.com/github/github/commit/1a6126f) + +# v0.1.0 + + * Updating support dependency versions - Jon Rohan [github/github@76d97ec](https://github.com/github/github/commit/76d97ec) + * Moving primer/primer alerts to a module - Jon Rohan [github/github@1f434c1](https://github.com/github/github/commit/1f434c1) \ No newline at end of file diff --git a/node_modules/primer-alerts/LICENSE b/node_modules/primer-alerts/LICENSE new file mode 100644 index 0000000..5715c13 --- /dev/null +++ b/node_modules/primer-alerts/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/primer-alerts/README.md b/node_modules/primer-alerts/README.md new file mode 100644 index 0000000..a2688aa --- /dev/null +++ b/node_modules/primer-alerts/README.md @@ -0,0 +1,151 @@ +# Primer CSS Alerts + +[![npm version](http://img.shields.io/npm/v/primer-alerts.svg)](https://www.npmjs.org/package/primer-alerts) +[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css) + +> Flash messages, or alerts, inform users of successful or pending actions. Use them sparingly. Don’t show more than one at a time. + +This repository is a module of the full [primer-css][primer-css] repository. + +## Install + +This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-alerts` with this command. + +``` +$ npm install --save primer-alerts +``` + +## Usage + +The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. + +```scss +@import "primer-alerts/index.scss"; +``` + +You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ + +## Build + +For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package. + +``` +$ npm run build +``` + +## Documentation + + + +Flash messages, or alerts, inform users of successful or pending actions. Use them sparingly. Don't show more than one at a time. + +## Default + +Flash messages start off looking decently neutral—they're just light blue rounded rectangles. + +```html +
+ Flash message goes here. +
+``` + +You can put multiple paragraphs of text in a flash message—the last paragraph's bottom `margin` will be automatically override. + +```html +
+

This is a longer flash message in it's own paragraph. It ends up looking something like this. If we keep adding more text, it'll eventually wrap to a new line.

+

And this is another paragraph.

+
+``` + +Should the need arise, you can quickly space out your flash message from surrounding content with a `.flash-messages` wrapper. *Note the extra top and bottom margin in the example below.* + +```html +
+
+ Flash message goes here. +
+
+``` + +## Variations + +Add `.flash-warn`, `.flash-error`, or `.flash-success` to the flash message to make it yellow, red, or green, respectively. + +```html +
+ Flash message goes here. +
+``` + +```html +
+ Flash message goes here. +
+``` + +```html +
+ Flash message goes here. +
+``` + +## With icon + +Add an icon to the left of the flash message to give it some funky fresh attention. + +```html +
+ <%= octicon "alert" %> + Flash message with an icon goes here. +
+``` + +## With dismiss + +Add a JavaScript enabled (via Crema) dismiss (close) icon on the right of any flash message. + +```html +
+ + Dismissable flash message goes here. +
+``` + +## With action button + +A flash message with an action button. + +```html +
+ + Flash message with action here. +
+``` + +## Full width flash + +A flash message that is full width and removes border and border radius. + +```html +
+
+ Full width flash message. +
+
+``` + + + +## License + +[MIT](./LICENSE) © [GitHub](https://github.com/) + +[primer-css]: https://github.com/primer/primer +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/node_modules/primer-alerts/build/build.css b/node_modules/primer-alerts/build/build.css new file mode 100644 index 0000000..90ff737 --- /dev/null +++ b/node_modules/primer-alerts/build/build.css @@ -0,0 +1 @@ +.flash{position:relative;padding:16px;color:#032f62;background-color:#dbedff;border:1px solid rgba(27,31,35,0.15);border-radius:3px}.flash p:last-child{margin-bottom:0}.flash-messages{margin-bottom:24px}.flash-close{float:right;padding:16px;margin:-16px;color:inherit;text-align:center;cursor:pointer;background:none;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0.6}.flash-close:hover{opacity:1}.flash-action{float:right;margin-top:-3px;margin-left:24px}.flash-warn{color:#735c0f;background-color:#fffbdd;border-color:rgba(27,31,35,0.15)}.flash-error{color:#86181d;background-color:#ffdce0;border-color:rgba(27,31,35,0.15)}.flash-success{color:#165c26;background-color:#dcffe4;border-color:rgba(27,31,35,0.15)}.flash-full{margin-top:-1px;border-width:1px 0;border-radius:0}.warning{padding:0.5em;margin-bottom:0.8em;font-weight:600;background-color:#fffbdd} diff --git a/node_modules/primer-alerts/build/index.js b/node_modules/primer-alerts/build/index.js new file mode 100644 index 0000000..6aeaca4 --- /dev/null +++ b/node_modules/primer-alerts/build/index.js @@ -0,0 +1 @@ +module.exports = {"cssstats":{"size":891,"gzipSize":401,"humanizedSize":"891B","humanizedGzipSize":"401B","rules":{"total":11,"size":{"graph":[6,1,1,12,1,3,3,3,3,3,4],"max":12,"average":3.6363636363636362}},"selectors":{"total":11,"type":1,"class":11,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".flash",".flash p:last-child",".flash-messages",".flash-close",".flash-close:hover",".flash-action",".flash-warn",".flash-error",".flash-success",".flash-full",".warning"],"specificity":{"max":21,"average":11.909090909090908}},"declarations":{"total":40,"unique":35,"properties":{"position":["relative"],"padding":["16px","16px","0.5em"],"color":["#032f62","inherit","#735c0f","#86181d","#165c26"],"background-color":["#dbedff","#fffbdd","#ffdce0","#dcffe4","#fffbdd"],"border":["1px solid rgba(27,31,35,0.15)","0"],"border-radius":["3px","0"],"margin-bottom":["0","24px","0.8em"],"float":["right","right"],"margin":["-16px"],"text-align":["center"],"cursor":["pointer"],"background":["none"],"-webkit-appearance":["none"],"-moz-appearance":["none"],"appearance":["none"],"opacity":["0.6","1"],"margin-top":["-3px","-1px"],"margin-left":["24px"],"border-color":["rgba(27,31,35,0.15)","rgba(27,31,35,0.15)","rgba(27,31,35,0.15)"],"border-width":["1px 0"],"font-weight":["600"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}} \ No newline at end of file diff --git a/node_modules/primer-alerts/index.scss b/node_modules/primer-alerts/index.scss new file mode 100644 index 0000000..6f60ab3 --- /dev/null +++ b/node_modules/primer-alerts/index.scss @@ -0,0 +1,3 @@ +// support files +@import "primer-support/index.scss"; +@import "./lib/flash.scss"; diff --git a/node_modules/primer-alerts/lib/flash.scss b/node_modules/primer-alerts/lib/flash.scss new file mode 100644 index 0000000..2a19b71 --- /dev/null +++ b/node_modules/primer-alerts/lib/flash.scss @@ -0,0 +1,80 @@ +// Default flash +// stylelint-disable selector-no-type +.flash { + position: relative; + padding: $spacer-3; + color: $blue-800; + background-color: $blue-100; + border: 1px solid $border-black-fade; + border-radius: 3px; + + p:last-child { + margin-bottom: 0; + } +} + +// Contain the flash messages +.flash-messages { + margin-bottom: $spacer-4; +} + +// Close button +.flash-close { + float: right; + padding: $spacer-3; + margin: -$spacer-3; + color: inherit; + text-align: center; + cursor: pointer; + // Undo ` + Flash message with close button. + +
+ <%= octicon("check") %> Flash success with an icon. +
+
+ <%= octicon("alert") %> Flash warning with an icon. +
+
+ Flash error inside a Box. +
+
+ Box body +
+ +``` + +## Boxes with icons +Use `Box-btn-octicon` with `btn-octicon` when you want the icon to maintain the same padding as other box elements. This selector offsets margin to ensure it lines up on the left and right sides of the box so you may need to add padding neighboring elements. + +```html +
+
+ Box body + +
+
+``` + +It's common to want to float icons to the far left or right and stop the `Box-title`from wrapping underneath. To do this you'll need to create a media object with utilities. Add `clearfix` to the surrounding div (this could be the header, body, or rows), add `overflow-hidden` to the title (or other text element), and float the icons as desired. + +```html +
+
+ +

A very long title that wraps onto multiple lines without overlapping or wrapping underneath the icon to it's right

+
+
+ Box body +
+
+``` + +```html +
+
+ +

A very long paragraph that wraps onto multiple lines without overlapping or wrapping underneath the icon to it's left

+
+
+``` + +## Box headers with counters +Use a counter with a background that works against the contrast of the box header. The default counter colors do not stand out well against the header background so we suggest using one of the following styles: + +Use `Counter--gray` for a counter with a gray background and dark gray text. + +```html +
+
+

+ Box title + 12 +

+
+
+ Box body +
+
+``` + +Use `Counter--gray-dark` for a counter with a dark gray background and white text. + +```html +
+
+

+ Box title + 12 +

+
+
+ Box body +
+
+``` + +## Form elements and buttons in boxes +To achieve different layouts when adding buttons or form elements to boxes we suggest you use utilities to achieve the layout you want. Here's some common examples: + +Use [flexbox utilities](../utilities/flexbox) to center align items, and avoid using floats by using `flex-auto` to have the text fill the remaining space so that the button rests on the far right. + +```html +
+
+

+ Box title +

+ +
+
+ Box body +
+
+``` + +A similar approach can be used for buttons with multiple lines of text within a row. + +```html +
+
+
+ Row title +
+ Description +
+
+ +
+
+
+ Row title +
+ Description +
+
+ +
+
+
+ Row title +
+ Description +
+
+ +
+
+``` +Using flexbox along with form, button, and link styles, you can create more complex box headers for things like bulk actions and sorting. + +```html +
+
+
+ +
+ +
+
+ Box body +
+
+``` + +You can put forms in boxes. Often form submission buttons are aligned to the bottom right of the form which you can do with `text-right` instead of using floats. + +```html +
+
+

+ Example form title +

+
+
+
+
+
+
+
+
+ +
+
+ +
+
+``` + +When a box is all by itself centered on a page you can use [column widths](/grid) to control the width of the box. If needed, break the mold a little and use [typography utilities](../utilities/typography) instead of the built in box title styles. + +```html +
+
+
+

+ Example form +

+
+
+
+
+ +
+
+
+``` + +Box patterns can also be made with, and modified with [border utilities](../utilities/borders). + + + +## License + +[MIT](./LICENSE) © [GitHub](https://github.com/) + +[primer-css]: https://github.com/primer/primer +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/node_modules/primer-box/build/build.css b/node_modules/primer-box/build/build.css new file mode 100644 index 0000000..a2243b1 --- /dev/null +++ b/node_modules/primer-box/build/build.css @@ -0,0 +1 @@ +.Box{background-color:#fff;border:1px solid #d1d5da;border-radius:3px}.Box--condensed{line-height:1.25}.Box--condensed .Box-header{padding:8px 16px}.Box--condensed .Box-body{padding:8px 16px}.Box--condensed .Box-footer{padding:8px 16px}.Box--condensed .Box-btn-octicon.btn-octicon{padding:8px 16px;margin:-8px -16px;line-height:1.25}.Box--condensed .Box-row{padding:8px 16px}.Box--spacious .Box-header{padding:24px;line-height:1.25}.Box--spacious .Box-title{font-size:20px}.Box--spacious .Box-body{padding:24px}.Box--spacious .Box-footer{padding:24px}.Box--spacious .Box-btn-octicon.btn-octicon{padding:24px;margin:-24px -24px}.Box--spacious .Box-row{padding:24px}.Box-header{padding:16px;margin:-1px -1px 0 -1px;background-color:#f6f8fa;border-color:#d1d5da;border-style:solid;border-width:1px;border-top-left-radius:3px;border-top-right-radius:3px}.Box-title{font-size:14px;font-weight:600}.Box-body{padding:16px;border-bottom:1px solid #e1e4e8}.Box-body:last-of-type{margin-bottom:-1px;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.Box-row{padding:16px;margin-top:-1px;list-style-type:none;border-top:1px solid #e1e4e8}.Box-row:first-of-type{border-top-color:transparent;border-top-left-radius:2px;border-top-right-radius:2px}.Box-row:last-of-type{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.Box-row.Box-row--unread,.Box-row.unread{box-shadow:2px 0 0 #0366d6 inset}.Box-row.navigation-focus .Box-row--drag-button{color:#0366d6;cursor:-webkit-grab;cursor:grab;opacity:100}.Box-row.navigation-focus.is-dragging .Box-row--drag-button{cursor:-webkit-grabbing;cursor:grabbing}.Box-row.navigation-focus.sortable-chosen{background-color:#fafbfc}.Box-row.navigation-focus.sortable-ghost{background-color:#f6f8fa}.Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide{opacity:0}.Box-row--focus-gray.navigation-focus{background-color:#f6f8fa}.Box-row--focus-blue.navigation-focus{background-color:#f1f8ff}.Box-row--hover-gray:hover{background-color:#f6f8fa}.Box-row--hover-blue:hover{background-color:#f1f8ff}@media (min-width: 768px){.Box-row-link{color:#24292e;text-decoration:none}.Box-row-link:hover{color:#0366d6;text-decoration:none}}.Box-row--drag-button{opacity:0}.Box-footer{padding:16px;margin-top:-1px;border-top:1px solid #e1e4e8}.Box--scrollable{max-height:324px;overflow:scroll}.Box--blue{border-color:#c8e1ff}.Box--blue .Box-header{background-color:#f1f8ff;border-color:#c8e1ff}.Box--blue .Box-body{border-color:#c8e1ff}.Box--blue .Box-row{border-color:#c8e1ff}.Box--blue .Box-footer{border-color:#c8e1ff}.Box--danger{border-color:#d73a49}.Box--danger .Box-row:first-of-type{border-color:#d73a49}.Box--danger .Box-body:last-of-type{border-color:#d73a49}.Box-header--blue{background-color:#f1f8ff;border-color:#c8e1ff}.Box-row--yellow{background-color:#fffbdd}.Box-row--blue{background-color:#f1f8ff}.Box-row--gray{background-color:#f6f8fa}.Box-btn-octicon.btn-octicon{padding:16px 16px;margin:-16px -16px;line-height:1.5} diff --git a/node_modules/primer-box/build/index.js b/node_modules/primer-box/build/index.js new file mode 100644 index 0000000..d6a2607 --- /dev/null +++ b/node_modules/primer-box/build/index.js @@ -0,0 +1 @@ +module.exports = {"cssstats":{"size":2970,"gzipSize":780,"humanizedSize":"3kB","humanizedGzipSize":"780B","rules":{"total":48,"size":{"graph":[3,1,1,1,1,3,1,2,1,1,1,2,1,8,2,2,3,4,3,2,1,4,2,1,1,1,1,1,1,1,2,2,1,3,2,1,2,1,1,1,1,1,1,2,1,1,1,3],"max":8,"average":1.75}},"selectors":{"total":49,"type":0,"class":49,"id":0,"pseudoClass":8,"pseudoElement":0,"values":[".Box",".Box--condensed",".Box--condensed .Box-header",".Box--condensed .Box-body",".Box--condensed .Box-footer",".Box--condensed .Box-btn-octicon.btn-octicon",".Box--condensed .Box-row",".Box--spacious .Box-header",".Box--spacious .Box-title",".Box--spacious .Box-body",".Box--spacious .Box-footer",".Box--spacious .Box-btn-octicon.btn-octicon",".Box--spacious .Box-row",".Box-header",".Box-title",".Box-body",".Box-body:last-of-type",".Box-row",".Box-row:first-of-type",".Box-row:last-of-type",".Box-row.Box-row--unread",".Box-row.unread",".Box-row.navigation-focus .Box-row--drag-button",".Box-row.navigation-focus.is-dragging .Box-row--drag-button",".Box-row.navigation-focus.sortable-chosen",".Box-row.navigation-focus.sortable-ghost",".Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide",".Box-row--focus-gray.navigation-focus",".Box-row--focus-blue.navigation-focus",".Box-row--hover-gray:hover",".Box-row--hover-blue:hover",".Box-row-link",".Box-row-link:hover",".Box-row--drag-button",".Box-footer",".Box--scrollable",".Box--blue",".Box--blue .Box-header",".Box--blue .Box-body",".Box--blue .Box-row",".Box--blue .Box-footer",".Box--danger",".Box--danger .Box-row:first-of-type",".Box--danger .Box-body:last-of-type",".Box-header--blue",".Box-row--yellow",".Box-row--blue",".Box-row--gray",".Box-btn-octicon.btn-octicon"],"specificity":{"max":40,"average":18.979591836734695}},"declarations":{"total":84,"unique":49,"properties":{"background-color":["#fff","#f6f8fa","#fafbfc","#f6f8fa","#f6f8fa","#f1f8ff","#f6f8fa","#f1f8ff","#f1f8ff","#f1f8ff","#fffbdd","#f1f8ff","#f6f8fa"],"border":["1px solid #d1d5da"],"border-radius":["3px"],"line-height":["1.25","1.25","1.25","1.5"],"padding":["8px 16px","8px 16px","8px 16px","8px 16px","8px 16px","24px","24px","24px","24px","24px","16px","16px","16px","16px","16px 16px"],"margin":["-8px -16px","-24px -24px","-1px -1px 0 -1px","-16px -16px"],"font-size":["20px","14px"],"border-color":["#d1d5da","#c8e1ff","#c8e1ff","#c8e1ff","#c8e1ff","#c8e1ff","#d73a49","#d73a49","#d73a49","#c8e1ff"],"border-style":["solid"],"border-width":["1px"],"border-top-left-radius":["3px","2px"],"border-top-right-radius":["3px","2px"],"font-weight":["600"],"border-bottom":["1px solid #e1e4e8"],"margin-bottom":["-1px"],"border-bottom-right-radius":["2px","2px"],"border-bottom-left-radius":["2px","2px"],"margin-top":["-1px","-1px"],"list-style-type":["none"],"border-top":["1px solid #e1e4e8","1px solid #e1e4e8"],"border-top-color":["transparent"],"box-shadow":["2px 0 0 #0366d6 inset"],"color":["#0366d6","#24292e","#0366d6"],"cursor":["-webkit-grab","grab","-webkit-grabbing","grabbing"],"opacity":["100","0","0"],"text-decoration":["none","none"],"max-height":["324px"],"overflow":["scroll"]}},"mediaQueries":{"total":1,"unique":1,"values":["(min-width: 768px)"],"contents":[{"value":"(min-width: 768px)","rules":{"total":2,"size":{"graph":[2,2],"max":2,"average":2}},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":1,"pseudoElement":0,"values":[".Box-row-link",".Box-row-link:hover"],"specificity":{"max":20,"average":15}},"declarations":{"total":4,"unique":3,"properties":{"color":["#24292e","#0366d6"],"text-decoration":["none","none"]}}}]}}} \ No newline at end of file diff --git a/node_modules/primer-box/index.scss b/node_modules/primer-box/index.scss new file mode 100644 index 0000000..94a6fe4 --- /dev/null +++ b/node_modules/primer-box/index.scss @@ -0,0 +1,2 @@ +@import "primer-support/index.scss"; +@import "./lib/box.scss"; diff --git a/node_modules/primer-box/lib/box.scss b/node_modules/primer-box/lib/box.scss new file mode 100644 index 0000000..38e794c --- /dev/null +++ b/node_modules/primer-box/lib/box.scss @@ -0,0 +1,284 @@ +// Box +// Intended to replace simple-box, boxed-group, and table-list + +.Box { + background-color: $white; + border: $border-width $border-style $border-gray-dark; + border-radius: $border-radius; +} + +// Box padding density options +.Box--condensed { + line-height: $lh-condensed; + + .Box-header { + padding: $spacer-2 $spacer-3; + } + + .Box-body { + padding: $spacer-2 $spacer-3; + } + + .Box-footer { + padding: $spacer-2 $spacer-3; + } + + .Box-btn-octicon { + &.btn-octicon { + padding: $spacer-2 $spacer-3; + margin: (-$spacer-2) (-$spacer-3); + line-height: $lh-condensed; + } + } + + .Box-row { + padding: $spacer-2 $spacer-3; + } + +} + +.Box--spacious { + .Box-header { + padding: $spacer-4; + line-height: $lh-condensed; + } + + .Box-title { + font-size: $h3-size; + } + + .Box-body { + padding: $spacer-4; + } + + .Box-footer { + padding: $spacer-4; + } + + .Box-btn-octicon { + &.btn-octicon { + padding: $spacer-4; + margin: (-$spacer-4) (-$spacer-4); + } + } + + .Box-row { + padding: $spacer-4; + } + +} + +.Box-header { + padding: $spacer-3; + margin: -1px -1px 0 -1px; + background-color: $bg-gray; + border-color: $border-gray-dark; + border-style: $border-style; + border-width: $border-width; + border-top-left-radius: $border-radius; + border-top-right-radius: $border-radius; +} + +.Box-title { + font-size: $body-font-size; + font-weight: $font-weight-bold; +} + +.Box-body { + padding: $spacer-3; + border-bottom: $border-width $border-style $border-gray; + + // Ensures bottom-border doesn't poke out when .Box-body used without box-footer + &:last-of-type { + margin-bottom: -1px; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; + } +} + +// Box rows +.Box-row { + padding: $spacer-3; + margin-top: -1px; + list-style-type: none; // To account for applying Box component to a list + border-top: $border-width $border-style $border-gray; + + &:first-of-type { + border-top-color: transparent; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + } + + &:last-of-type { + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; + } + + // Adds a blue vertical line to the left of the row + // For indicating a row item is unread + &.Box-row--unread, + // .unread to be deprecated with .Box-row-unread + &.unread { + box-shadow: 2px 0 0 $blue inset; + } + + &.navigation-focus { + // Focus styles for when drag icon + .Box-row--drag-button { + color: $text-blue; + cursor: grab; + opacity: 100; + } + + // Grabbing while row is dragged + &.is-dragging .Box-row--drag-button { + cursor: grabbing; + } + + // Row dragging styles + &.sortable-chosen { + background-color: $bg-gray-light; + } + + // Makes dragging row background gray + &.sortable-ghost { + background-color: $bg-gray; + + // Hides contents of row while dragging so row looks solid gray + .Box-row--drag-hide { + opacity: 0; + } + } + + } +} + +.Box-row--focus-gray { + &.navigation-focus { + background-color: $bg-gray; + } +} + +.Box-row--focus-blue { + &.navigation-focus { + background-color: $bg-blue-light; + } +} + +.Box-row--hover-gray { + &:hover { + background-color: $bg-gray; + } +} + +.Box-row--hover-blue { + &:hover { + background-color: $bg-blue-light; + } +} + +// Optional link style +// Makes links on mobile blue since they don't have hover state, +// and links are dark-gray with blue hover on desktop. +.Box-row-link { + @include breakpoint(md) { + + color: $text-gray-dark; + text-decoration: none; + + &:hover { + color: $text-blue; + text-decoration: none; + } + + } +} + +// Optional drag icon styles for reordering items +// Focus styles included in .Box-row above +.Box-row--drag-button { + opacity: 0; +} + +.Box-footer { + padding: $spacer-3; + margin-top: -1px; // prevents double border when used with .Box-body + border-top: $border-width $border-style $border-gray; +} + +// Option for a box with scrolling content +.Box--scrollable { + max-height: 324px; + overflow: scroll; +} + +// Box themes + +.Box--blue { + border-color: $border-blue-light; + + .Box-header { + background-color: $bg-blue-light; + border-color: $border-blue-light; + } + + .Box-body { + border-color: $border-blue-light; + } + + .Box-row { + border-color: $border-blue-light; + } + + .Box-footer { + border-color: $border-blue-light; + } +} + +// Applies and red border to the outside of the box, +// but not to the border separating rows. +.Box--danger { + border-color: $border-red; + + .Box-row { + &:first-of-type { + border-color: $border-red; + } + } + + .Box-body { + &:last-of-type { + border-color: $border-red; + } + } +} + +.Box-header--blue { + background-color: $bg-blue-light; + border-color: $border-blue-light; +} + +// Box row highlight themes + +.Box-row--yellow { + background-color: $yellow-100; +} + +.Box-row--blue { + background-color: $bg-blue-light; +} + +.Box-row--gray { + background-color: $bg-gray; +} + +//Box with btn-octicon +.Box-btn-octicon { + + // Increase specificity when btn-octicon is used because comes after .Box in the cascade + &.btn-octicon { + padding: $spacer-3 $spacer-3; + margin: (-$spacer-3) (-$spacer-3); + line-height: $lh-default; // override btn-octicon line-height + } +} diff --git a/node_modules/primer-box/package.json b/node_modules/primer-box/package.json new file mode 100644 index 0000000..85ae480 --- /dev/null +++ b/node_modules/primer-box/package.json @@ -0,0 +1,69 @@ +{ + "_from": "primer-box@^2.1.7", + "_id": "primer-box@2.1.7", + "_inBundle": false, + "_integrity": "sha1-BLcZ1evmpwgPWVgb9791TJTVc0I=", + "_location": "/primer-box", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "primer-box@^2.1.7", + "name": "primer-box", + "escapedName": "primer-box", + "rawSpec": "^2.1.7", + "saveSpec": null, + "fetchSpec": "^2.1.7" + }, + "_requiredBy": [ + "/primer-core", + "/primer-css" + ], + "_resolved": "https://registry.npmjs.org/primer-box/-/primer-box-2.1.7.tgz", + "_shasum": "04b719d5ebe6a7080f59581bf7bf754c94d57342", + "_spec": "primer-box@^2.1.7", + "_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css", + "author": { + "name": "GitHub, Inc." + }, + "bugs": { + "url": "https://github.com/primer/primer-css/issues" + }, + "bundleDependencies": false, + "dependencies": { + "primer-support": "^4.0.6" + }, + "deprecated": false, + "description": "A module for creating rounded-corner boxes with options for headers, lists, and footers.", + "devDependencies": { + "primer-module-build": "*", + "stylelint": "*", + "stylelint-config-primer": "*" + }, + "files": [ + "index.scss", + "lib", + "build" + ], + "homepage": "http://primercss.io/", + "keywords": [ + "primer", + "css", + "github", + "primercss" + ], + "license": "MIT", + "main": "build/index.js", + "name": "primer-box", + "repository": { + "type": "git", + "url": "https://github.com/primer/primer-css/tree/master/packages/primer-box" + }, + "scripts": { + "build": "primer-module-build index.scss", + "prepare": "npm run build", + "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" + }, + "style": "index.scss", + "version": "2.1.7" +} diff --git a/node_modules/primer-breadcrumb/CHANGELOG.md b/node_modules/primer-breadcrumb/CHANGELOG.md new file mode 100644 index 0000000..246aec2 --- /dev/null +++ b/node_modules/primer-breadcrumb/CHANGELOG.md @@ -0,0 +1,30 @@ +# v0.1.1 + + * bumping the version - Jon Rohan [github/github@4a72b25](https://github.com/github/github/commit/4a72b25) + * Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651) + * don't change the versions yet - Jon Rohan [github/github@6bebcff](https://github.com/github/github/commit/6bebcff) + * Mark breadcrumbs as navigation ref: http://w3c.github.io/aria-practices/examples/breadcrumb/index.html - Mu-An Chiou [github/github@697312d](https://github.com/github/github/commit/697312d) + * Bumping version - Jon Rohan [github/github@df8b91c](https://github.com/github/github/commit/df8b91c) + * Cleaning up devDependencies versions and simplifying npm scripts - Jon Rohan [github/github@2c42571](https://github.com/github/github/commit/2c42571) + * Sorting and table objects. We also don't need homepage - Jon Rohan [github/github@798629d](https://github.com/github/github/commit/798629d) + * Removing duplicate headers - Jon Rohan [github/github@225cee1](https://github.com/github/github/commit/225cee1) + +# v0.1.0 + + * Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a) + * update example markdown - Patrick Marsceill [github/github@601fe9d](https://github.com/github/github/commit/601fe9d) + * Clean this up - Patrick Marsceill [github/github@c858d66](https://github.com/github/github/commit/c858d66) + * refactor breadcrumb to be better - Patrick Marsceill [github/github@30b6eaa](https://github.com/github/github/commit/30b6eaa) + * Update the names in the README files - Patrick Marsceill [github/github@75fed58](https://github.com/github/github/commit/75fed58) + * Update names for npm publising - Patrick Marsceill [github/github@451f97a](https://github.com/github/github/commit/451f97a) + * Fix import path across all scss files - Patrick Marsceill [github/github@a566f31](https://github.com/github/github/commit/a566f31) + * Smart quote :( - Patrick Marsceill [github/github@3e116ad](https://github.com/github/github/commit/3e116ad) + * Breadcrumb docs - Patrick Marsceill [github/github@9547e46](https://github.com/github/github/commit/9547e46) + * Tweak breadcrumb spacing - Patrick Marsceill [github/github@b32a8b1](https://github.com/github/github/commit/b32a8b1) + * Add breadcrumb docs - Patrick Marsceill [github/github@40a1743](https://github.com/github/github/commit/40a1743) + * Tweak breadcrumb spacing and color - Patrick Marsceill [github/github@57fd94b](https://github.com/github/github/commit/57fd94b) + * Test data for breadcrumb docs - Patrick Marsceill [github/github@9db2182](https://github.com/github/github/commit/9db2182) + * Fix variable collisions and add basecoat to site to test sass compilation errors - Patrick Marsceill [github/github@c73eee3](https://github.com/github/github/commit/c73eee3) + * Remove basecoat - Patrick Marsceill [github/github@1b1503d](https://github.com/github/github/commit/1b1503d) + * prefix bc => marketing - Patrick Marsceill [github/github@04d509a](https://github.com/github/github/commit/04d509a) + * Add breadcrumbs - Patrick Marsceill [github/github@7edec21](https://github.com/github/github/commit/7edec21) \ No newline at end of file diff --git a/node_modules/primer-breadcrumb/LICENSE b/node_modules/primer-breadcrumb/LICENSE new file mode 100644 index 0000000..5715c13 --- /dev/null +++ b/node_modules/primer-breadcrumb/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/primer-breadcrumb/README.md b/node_modules/primer-breadcrumb/README.md new file mode 100644 index 0000000..0563466 --- /dev/null +++ b/node_modules/primer-breadcrumb/README.md @@ -0,0 +1,47 @@ +# Primer Marketing CSS Breadcrumb Navigation + +[![npm version](http://img.shields.io/npm/v/primer-breadcrumb.svg)](https://www.npmjs.org/package/primer-breadcrumb) +[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css) + +> Breadcrumb navigation for GitHub's marketing pages with parents / grandparents. + +This repository is a module of the full [primer-css][primer] repository. + +## Documentation + + + +Breadcrumbs are used to show taxonomical context on pages that are many levels deep in a site’s hierarchy. Breadcrumbs show and link to parent, grandparent, and sometimes great-grandparent pages. Breadcrumbs are most appropriate on pages that: + +- Are many levels deep on a site +- Do not have a section-level navigation +- May need the ability to quickly go back to the previous (parent) page + +#### Usage + +```html + +``` + + + +## License + +MIT © [GitHub](https://github.com/) + +[primer]: https://github.com/primer/primer +[primer-support]: https://github.com/primer/primer-support +[support]: https://github.com/primer/primer-support +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/node_modules/primer-breadcrumb/build/build.css b/node_modules/primer-breadcrumb/build/build.css new file mode 100644 index 0000000..78ed974 --- /dev/null +++ b/node_modules/primer-breadcrumb/build/build.css @@ -0,0 +1 @@ +.breadcrumb-item{display:inline-block;margin-left:-4px;white-space:nowrap;list-style:none}.breadcrumb-item::after{padding-right:0.5em;padding-left:0.5em;color:#e1e4e8;content:"/"}.breadcrumb-item-selected::after{content:none} diff --git a/node_modules/primer-breadcrumb/build/index.js b/node_modules/primer-breadcrumb/build/index.js new file mode 100644 index 0000000..69e6385 --- /dev/null +++ b/node_modules/primer-breadcrumb/build/index.js @@ -0,0 +1 @@ +module.exports = {"cssstats":{"size":226,"gzipSize":165,"humanizedSize":"226B","humanizedGzipSize":"165B","rules":{"total":3,"size":{"graph":[4,4,1],"max":4,"average":3}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":2,"values":[".breadcrumb-item",".breadcrumb-item::after",".breadcrumb-item-selected::after"],"specificity":{"max":11,"average":10.666666666666666}},"declarations":{"total":9,"unique":9,"properties":{"display":["inline-block"],"margin-left":["-4px"],"white-space":["nowrap"],"list-style":["none"],"padding-right":["0.5em"],"padding-left":["0.5em"],"color":["#e1e4e8"],"content":["\"/\"","none"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}} \ No newline at end of file diff --git a/node_modules/primer-breadcrumb/index.scss b/node_modules/primer-breadcrumb/index.scss new file mode 100644 index 0000000..2ddf84d --- /dev/null +++ b/node_modules/primer-breadcrumb/index.scss @@ -0,0 +1,4 @@ +// support files +@import "primer-support/index.scss"; +@import "primer-marketing-support/index.scss"; +@import "./lib/breadcrumb.scss"; diff --git a/node_modules/primer-breadcrumb/lib/breadcrumb.scss b/node_modules/primer-breadcrumb/lib/breadcrumb.scss new file mode 100644 index 0000000..0159e01 --- /dev/null +++ b/node_modules/primer-breadcrumb/lib/breadcrumb.scss @@ -0,0 +1,19 @@ +.breadcrumb-item { + display: inline-block; + margin-left: -4px; + white-space: nowrap; + list-style: none; + + &::after { + padding-right: 0.5em; + padding-left: 0.5em; + color: $border-gray; + content: "/"; + } +} + +.breadcrumb-item-selected { + &::after { + content: none; + } +} diff --git a/node_modules/primer-breadcrumb/package.json b/node_modules/primer-breadcrumb/package.json new file mode 100644 index 0000000..6e96eee --- /dev/null +++ b/node_modules/primer-breadcrumb/package.json @@ -0,0 +1,73 @@ +{ + "_from": "primer-breadcrumb@^1.0.1", + "_id": "primer-breadcrumb@1.0.1", + "_inBundle": false, + "_integrity": "sha1-0O9p0vHeTOnU3ZPHwFmVRQbcDuQ=", + "_location": "/primer-breadcrumb", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "primer-breadcrumb@^1.0.1", + "name": "primer-breadcrumb", + "escapedName": "primer-breadcrumb", + "rawSpec": "^1.0.1", + "saveSpec": null, + "fetchSpec": "^1.0.1" + }, + "_requiredBy": [ + "/primer-css", + "/primer-marketing" + ], + "_resolved": "https://registry.npmjs.org/primer-breadcrumb/-/primer-breadcrumb-1.0.1.tgz", + "_shasum": "d0ef69d2f1de4ce9d4dd93c7c059954506dc0ee4", + "_spec": "primer-breadcrumb@^1.0.1", + "_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css", + "author": { + "name": "GitHub, Inc." + }, + "bugs": { + "url": "https://github.com/primer/primer-css/issues" + }, + "bundleDependencies": false, + "dependencies": { + "primer-marketing-support": "^1.0.1", + "primer-support": "^4.0.6" + }, + "deprecated": false, + "description": "Breadcrumb navigation for pages with parents / grandparents.", + "devDependencies": { + "primer-module-build": "*", + "stylelint": "*", + "stylelint-config-primer": "*" + }, + "files": [ + "index.scss", + "lib", + "build" + ], + "homepage": "http://primercss.io/", + "keywords": [ + "breadcrumb", + "css", + "github", + "navigation", + "primer", + "primercss", + "style" + ], + "license": "MIT", + "main": "build/index.js", + "name": "primer-breadcrumb", + "repository": { + "type": "git", + "url": "https://github.com/primer/primer-css/tree/master/packages/primer-breadcrumb" + }, + "scripts": { + "build": "primer-module-build index.scss", + "prepare": "npm run build", + "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" + }, + "style": "build/build.css", + "version": "1.0.1" +} diff --git a/node_modules/primer-buttons/CHANGELOG.md b/node_modules/primer-buttons/CHANGELOG.md new file mode 100644 index 0000000..a9c45d5 --- /dev/null +++ b/node_modules/primer-buttons/CHANGELOG.md @@ -0,0 +1,104 @@ +# v1.0.0 + + * remove btn-outline-red - broccolini [github/github@0bebf02](https://github.com/github/github/commit/0bebf02) + * fix lint errors - broccolini [github/github@c520fa4](https://github.com/github/github/commit/c520fa4) + * update primer-core version number - broccolini [github/github@6846743](https://github.com/github/github/commit/6846743) + * more docs examples, restore gradients from @broccolini and then add additional overrides to prevent hover gradient from bleeding into active state - Mark Otto [github/github@c637891](https://github.com/github/github/commit/c637891) + * One more button redux - Mark Otto [github/github@0b7323a](https://github.com/github/github/commit/0b7323a) + * add inverse mixin for red button hover styles - broccolini [github/github@764c417](https://github.com/github/github/commit/764c417) + * btn fixes: - broccolini [github/github@d5c2110](https://github.com/github/github/commit/d5c2110) + * use variables for hidden text expander and other btn styles - broccolini [github/github@7706f4b](https://github.com/github/github/commit/7706f4b) + * Redo hover and disabled states - Mark Otto [github/github@10a29cf](https://github.com/github/github/commit/10a29cf) + * correct the mixin logic for the default button, and rematch some border styles - Mark Otto [github/github@37d1a95](https://github.com/github/github/commit/37d1a95) + * less electric blue - broccolini [github/github@5cbc253](https://github.com/github/github/commit/5cbc253) + * lighten border and darken gradient on default buttons - broccolini [github/github@9cfb1ed](https://github.com/github/github/commit/9cfb1ed) + * more grassy green - broccolini [github/github@44f8da5](https://github.com/github/github/commit/44f8da5) + * brighter blues - broccolini [github/github@ed1fa13](https://github.com/github/github/commit/ed1fa13) + * social count border - broccolini [github/github@bfccd55](https://github.com/github/github/commit/bfccd55) + * improve button styles: - broccolini [github/github@7a11abe](https://github.com/github/github/commit/7a11abe) + * remove line - Mark Otto [github/github@1c614af](https://github.com/github/github/commit/1c614af) + * ugh, move this to the other bundle - Mark Otto [github/github@b20f41d](https://github.com/github/github/commit/b20f41d) + * linting - Mark Otto [github/github@fe072d1](https://github.com/github/github/commit/fe072d1) + * try another disabled state - Mark Otto [github/github@95ea411](https://github.com/github/github/commit/95ea411) + * more linting - Mark Otto [github/github@9172515](https://github.com/github/github/commit/9172515) + * more simplification and cleanup of button styles - Mark Otto [github/github@a18b600](https://github.com/github/github/commit/a18b600) + * tighten up examples - Mark Otto [github/github@183559e](https://github.com/github/github/commit/183559e) + * rip out old code - Mark Otto [github/github@45cfc22](https://github.com/github/github/commit/45cfc22) + * more linting - Mark Otto [github/github@56fe624](https://github.com/github/github/commit/56fe624) + * rip out .btn-shadowed since it's unused - Mark Otto [github/github@9860c76](https://github.com/github/github/commit/9860c76) + * add a shorthand docs example - Mark Otto [github/github@b61ee2b](https://github.com/github/github/commit/b61ee2b) + * linting - Mark Otto [github/github@e198d03](https://github.com/github/github/commit/e198d03) + * tweak colors, tweak button focus/active styles - Mark Otto [github/github@a57e89e](https://github.com/github/github/commit/a57e89e) + * first pass at redoing buttons - Mark Otto [github/github@32bf290](https://github.com/github/github/commit/32bf290) + +# v0.4.2 + + * update version numbers for primer package with bold update - broccolini [github/github@5d3e089](https://github.com/github/github/commit/5d3e089) + +# v0.4.1 + + * More versions - Jon Rohan [github/github@e12ba2e](https://github.com/github/github/commit/e12ba2e) + * Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651) + +# v0.4.0 + + * Removing needless disables - Jon Rohan [github/github@6233c40](https://github.com/github/github/commit/6233c40) + * update buttons version number - broccolini [github/github@6504e09](https://github.com/github/github/commit/6504e09) + * Make all href #url - Mu-An Chiou [github/github@27ba40c](https://github.com/github/github/commit/27ba40c) + * Add placeholder URL and aria-expanded - Mu-An Chiou [github/github@8f6b03d](https://github.com/github/github/commit/8f6b03d) + * Make sure :disabled state is different from normal state on .btn-link - Mu-An Chiou [github/github@3e17fe6](https://github.com/github/github/commit/3e17fe6) + * bump padding on social-count - broccolini [github/github@f12bd30](https://github.com/github/github/commit/f12bd30) + * Make padding on btn-large more normal - Patrick Marsceill [github/github@6db7bbe](https://github.com/github/github/commit/6db7bbe) + * Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a) + * Separating out modules into primer-core and primer-product - Jon Rohan [github/github@ddf698c](https://github.com/github/github/commit/ddf698c) + +# v0.3.1 + + * Updating version - Jon Rohan [github/github@6bf5fe5](https://github.com/github/github/commit/6bf5fe5) + * Updating link to real primer-css repository - Jon Rohan [github/github@bbaedda](https://github.com/github/github/commit/bbaedda) + * Updating the modules stylelint - Jon Rohan [github/github@389609f](https://github.com/github/github/commit/389609f) + +# v0.3.0 + + * Bumping to a new version - Jon Rohan [github/github@ff32813](https://github.com/github/github/commit/ff32813) + * Make sure the modules build without error before publishing - Jon Rohan [github/github@57ac5e6](https://github.com/github/github/commit/57ac5e6) + * First part of genpopping all system font changes: remove typographic overrides for font-size, line-height, etc on global components - Mark Otto [github/github@6c50e2d](https://github.com/github/github/commit/6c50e2d) + * Adding documentation status to most of the modules - Jon Rohan [github/github@b97695c](https://github.com/github/github/commit/b97695c) + +# v0.2.3 + + * Publishing a new version - Jon Rohan [github/github@eed0e96](https://github.com/github/github/commit/eed0e96) + * Updating octicons to deprecate the use of :symbol - Jon Rohan [github/github@9eb0c63](https://github.com/github/github/commit/9eb0c63) + * Adding link to homepage in readme docs - Jon Rohan [github/github@633f421](https://github.com/github/github/commit/633f421) + * Removing some unnecessary lint plugins and using native - Jon Rohan [github/github@2ae0070](https://github.com/github/github/commit/2ae0070) + * including no-utility lint plugin - Jon Rohan [github/github@5cb86ed](https://github.com/github/github/commit/5cb86ed) + * Adding lint plugins for new config - Jon Rohan [github/github@7fb9613](https://github.com/github/github/commit/7fb9613) + +# v0.2.2 + + * Mentioning the build file - Jon Rohan [github/github@64ca4a7](https://github.com/github/github/commit/64ca4a7) + * Including build/build.css in distributed npm module - Jon Rohan [github/github@e4effbf](https://github.com/github/github/commit/e4effbf) + * Updating modules to run on prepublish to include build.css in distribution - Jon Rohan [github/github@5b573a0](https://github.com/github/github/commit/5b573a0) + * Re-ordering the docs to the bottom of the readme - Jon Rohan [github/github@9c1f291](https://github.com/github/github/commit/9c1f291) + * Updating the link - Jon Rohan [github/github@f67684b](https://github.com/github/github/commit/f67684b) + +# v0.2.1 + + * Bumping version to include postcss.json in npm - Jon Rohan [github/github@9e560ba](https://github.com/github/github/commit/9e560ba) + * Using stylelint to lint the modules instead of scss_lint - Jon Rohan [github/github@cb0b8fd](https://github.com/github/github/commit/cb0b8fd) + * Updating for stylelint instead of scss_lint - Jon Rohan [github/github@87a2c68](https://github.com/github/github/commit/87a2c68) + +# v0.2.0 + + * Cutting new version 0.2.0 - Jon Rohan [github/github@a6f6586](https://github.com/github/github/commit/a6f6586) + * Don't link requirements - Jon Rohan [github/github@7740e81](https://github.com/github/github/commit/7740e81) + * Updating the README with more detailed instructions - Jon Rohan [github/github@5dd7c34](https://github.com/github/github/commit/5dd7c34) + * Reorganize the module folders into a more flexible organization - Jon Rohan [github/github@5a07101](https://github.com/github/github/commit/5a07101) + * cleaning up the package.json files - Jon Rohan [github/github@77763a1](https://github.com/github/github/commit/77763a1) + * Adding npm version badges to readme - Jon Rohan [github/github@90b1871](https://github.com/github/github/commit/90b1871) + * Adding tavisci build badges to the readmes - Jon Rohan [github/github@1a6126f](https://github.com/github/github/commit/1a6126f) + +# v0.1.0 + + * Fixing sort lint - Jon Rohan [github/github@ba9ce3d](https://github.com/github/github/commit/ba9ce3d) + * Moving primer/primer buttons to a css module - Jon Rohan [github/github@39c07f3](https://github.com/github/github/commit/39c07f3) \ No newline at end of file diff --git a/node_modules/primer-buttons/LICENSE b/node_modules/primer-buttons/LICENSE new file mode 100644 index 0000000..5715c13 --- /dev/null +++ b/node_modules/primer-buttons/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/primer-buttons/README.md b/node_modules/primer-buttons/README.md new file mode 100644 index 0000000..f14e0f2 --- /dev/null +++ b/node_modules/primer-buttons/README.md @@ -0,0 +1,258 @@ +# Primer CSS Buttons + +[![npm version](http://img.shields.io/npm/v/primer-buttons.svg)](https://www.npmjs.org/package/primer-buttons) +[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css) + +> Buttons are used for actions, like in forms, while textual hyperlinks are used for destinations, or moving from one page to another. + +This repository is a module of the full [primer-css][primer-css] repository. + +## Install + +This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-buttons` with this command. + +``` +$ npm install --save primer-buttons +``` + +## Usage + +The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. + +```scss +@import "primer-buttons/index.scss"; +``` + +You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ + +## Build + +For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package. + +``` +$ npm run build +``` + +## Documentation + + + +Buttons are used for **actions**, like in forms, while textual hyperlinks are used for **destinations**, or moving from one page to another. + +#### Buttons + +```html + + + + + +
+ + + + + +
+ + + + + +
+ + + + + +
+ + + + + +``` + +#### Default buttons + +Use the standard—yet classy—`.btn` for form actions and primary page actions. These are used extensively around the site. + +When using a ` +Link button +``` + +You can find them in two sizes: the default `.btn` and the smaller `.btn-sm`. + +```html + + +``` + +#### Primary + +Primary buttons are green and are used to indicate the *primary* action on a page. When you need your buttons to stand out, use `.btn.btn-primary`. You can use it with both button sizes—just add `.btn-primary`. + +```html + + +``` + +#### Danger + +Danger buttons are red. They help reiterate that the intended action is important or potentially dangerous (e.g., deleting a repo or transferring ownership). Similar to the primary buttons, just add `.btn-danger`. + +```html + + +``` + +#### Outline + +Outline buttons downplay an action as they appear like boxy links. Just add `.btn-outline` and go. + +```html + + +``` + +#### Disabled state + +Disable ` +Disabled button +``` + +Similar styles are applied to primary, danger, and outline buttons: + +```html + +Disabled button +``` + +```html + +Disabled button +``` + +```html + +Disabled button +``` + +#### Block buttons + +Make any button full-width by adding `.btn-block`. It adds `width: 100%;`, changes the `display` from `inline-block` to `block`, and centers the button text. + +```html +

+

+``` + +#### With counts + +You can easily append a count to a **small button**. Add the `.with-count` class to the `.btn-sm` and then add the `.social-count` after the button. + +**Be sure to clear the float added by the additional class.** + +```html + +``` + +You can also use the [counter](../../product/components/labels) component within buttons: + +```html + + + + + + + +``` + +#### Button groups + +Have a hankering for a series of buttons that are attached to one another? Wrap them in a `.BtnGroup` and the buttons will be rounded and spaced automatically. + +```html +
+ + + +
+ +
+ + + +
+ +
+ + + +
+``` + +Add `.BtnGroup-form` to `
`s within `.BtnGroup`s for proper spacing and rounded corners. + +```html +
+ + + + + + +
+``` + +#### Hidden text button + +Use `.hidden-text-expander` to indicate and toggle hidden text. + +```html + + + +``` + +You can also make the expander appear inline by adding `.inline`. + + + +## License + +[MIT](./LICENSE) © [GitHub](https://github.com/) + +[primer-css]: https://github.com/primer/primer +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/node_modules/primer-buttons/build/build.css b/node_modules/primer-buttons/build/build.css new file mode 100644 index 0000000..067b259 --- /dev/null +++ b/node_modules/primer-buttons/build/build.css @@ -0,0 +1 @@ +.btn{position:relative;display:inline-block;padding:6px 12px;font-size:14px;font-weight:600;line-height:20px;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-repeat:repeat-x;background-position:-1px -1px;background-size:110% 110%;border:1px solid rgba(27,31,35,0.2);border-radius:0.25em;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn i{font-style:normal;font-weight:500;opacity:0.6}.btn .octicon{vertical-align:text-top}.btn .Counter{color:#586069;text-shadow:none;background-color:rgba(27,31,35,0.1)}.btn:hover{text-decoration:none;background-repeat:repeat-x}.btn:focus{outline:0}.btn:disabled,.btn.disabled{cursor:default;background-position:0 0}.btn:active,.btn.selected{background-image:none}.btn{color:#24292e;background-color:#eff3f6;background-image:linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)}.btn:focus,.btn.focus{box-shadow:0 0 0 0.2em rgba(3,102,214,0.3)}.btn:hover,.btn.hover{background-color:#e6ebf1;background-image:linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%);background-position:0 -0.5em;border-color:rgba(27,31,35,0.35)}.btn:active,.btn.selected{background-color:#e9ecef;background-image:none;border-color:rgba(27,31,35,0.35);box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn:disabled,.btn.disabled{color:rgba(36,41,46,0.4);background-color:#eff3f6;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-primary{color:#fff;background-color:#28a745;background-image:linear-gradient(-180deg, #34d058 0%, #28a745 90%)}.btn-primary:focus,.btn-primary.focus{box-shadow:0 0 0 0.2em rgba(52,208,88,0.3)}.btn-primary:hover,.btn-primary.hover{background-color:#269f42;background-image:linear-gradient(-180deg, #2fcb53 0%, #269f42 90%);background-position:0 -0.5em;border-color:rgba(27,31,35,0.5)}.btn-primary:active,.btn-primary.selected{background-color:#279f43;background-image:none;border-color:rgba(27,31,35,0.5);box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn-primary:disabled,.btn-primary.disabled{color:rgba(255,255,255,0.75);background-color:#94d3a2;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-primary .Counter{color:#29b249;background-color:#fff}.btn-purple{color:#fff;background-color:#643ab0;background-image:linear-gradient(-180deg, #7e55c7 0%, #643ab0 90%)}.btn-purple:focus,.btn-purple.focus{box-shadow:0 0 0 0.2em rgba(126,85,199,0.3)}.btn-purple:hover,.btn-purple.hover{background-color:#5f37a8;background-image:linear-gradient(-180deg, #784ec5 0%, #5f37a8 90%);background-position:0 -0.5em;border-color:rgba(27,31,35,0.5)}.btn-purple:active,.btn-purple.selected{background-color:#613ca4;background-image:none;border-color:rgba(27,31,35,0.5);box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn-purple:disabled,.btn-purple.disabled{color:rgba(255,255,255,0.75);background-color:#b19cd7;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-purple .Counter{color:#683cb8;background-color:#fff}.btn-blue{color:#fff;background-color:#0361cc;background-image:linear-gradient(-180deg, #0679fc 0%, #0361cc 90%)}.btn-blue:focus,.btn-blue.focus{box-shadow:0 0 0 0.2em rgba(6,121,252,0.3)}.btn-blue:hover,.btn-blue.hover{background-color:#035cc2;background-image:linear-gradient(-180deg, #0374f4 0%, #035cc2 90%);background-position:0 -0.5em;border-color:rgba(27,31,35,0.5)}.btn-blue:active,.btn-blue.selected{background-color:#045cc1;background-image:none;border-color:rgba(27,31,35,0.5);box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn-blue:disabled,.btn-blue.disabled{color:rgba(255,255,255,0.75);background-color:#81b0e5;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-blue .Counter{color:#0366d6;background-color:#fff}.btn-danger{color:#cb2431;background-color:#fafbfc;background-image:linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)}.btn-danger:focus{box-shadow:0 0 0 0.2em rgba(203,36,49,0.3)}.btn-danger:hover{color:#fff;background-color:#cb2431;background-image:linear-gradient(-180deg, #de4450 0%, #cb2431 90%);border-color:rgba(27,31,35,0.5)}.btn-danger:hover .Counter{color:#fff}.btn-danger:active,.btn-danger.selected{color:#fff;background-color:#b5202c;background-image:none;border-color:rgba(27,31,35,0.5);box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn-danger:disabled,.btn-danger.disabled{color:rgba(203,36,49,0.4);background-color:#eff3f6;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-outline{color:#0366d6;background-color:#fff;background-image:none}.btn-outline .Counter{background-color:rgba(27,31,35,0.07)}.btn-outline:hover,.btn-outline:active,.btn-outline.selected{color:#fff;background-color:#0366d6;background-image:none;border-color:#0366d6}.btn-outline:hover .Counter,.btn-outline:active .Counter,.btn-outline.selected .Counter{color:#0366d6;background-color:#fff}.btn-outline:focus{border-color:#0366d6;box-shadow:0 0 0 0.2em rgba(3,102,214,0.3)}.btn-outline:disabled,.btn-outline.disabled{color:rgba(27,31,35,0.3);background-color:#fff;border-color:rgba(27,31,35,0.15);box-shadow:none}.btn-with-count{float:left;border-top-right-radius:0;border-bottom-right-radius:0}.btn-sm{padding:3px 10px;font-size:12px;line-height:20px}.btn-large{padding:0.75em 1.25em;font-size:inherit;border-radius:6px}.hidden-text-expander{display:block}.hidden-text-expander.inline{position:relative;top:-1px;display:inline-block;margin-left:5px;line-height:0}.hidden-text-expander a,.ellipsis-expander{display:inline-block;height:12px;padding:0 5px 5px;font-size:12px;font-weight:600;line-height:6px;color:#444d56;text-decoration:none;vertical-align:middle;background:#dfe2e5;border:0;border-radius:1px}.hidden-text-expander a:hover,.ellipsis-expander:hover{text-decoration:none;background-color:#c6cbd1}.hidden-text-expander a:active,.ellipsis-expander:active{color:#fff;background-color:#2188ff}.social-count{float:left;padding:3px 10px;font-size:12px;font-weight:600;line-height:20px;color:#24292e;vertical-align:middle;background-color:#fff;border:1px solid rgba(27,31,35,0.2);border-left:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.social-count:hover,.social-count:active{text-decoration:none}.social-count:hover{color:#0366d6;cursor:pointer}.btn-block{display:block;width:100%;text-align:center}.btn-link{display:inline-block;padding:0;font-size:inherit;color:#0366d6;text-decoration:none;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn-link:hover{text-decoration:underline}.btn-link:disabled,.btn-link:disabled:hover{color:rgba(88,96,105,0.5);cursor:default}.BtnGroup{display:inline-block;vertical-align:middle}.BtnGroup::before{display:table;content:""}.BtnGroup::after{display:table;clear:both;content:""}.BtnGroup+.BtnGroup,.BtnGroup+.btn{margin-left:5px}.BtnGroup-item{position:relative;float:left;border-right-width:0;border-radius:0}.BtnGroup-item:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.BtnGroup-item:last-child{border-right-width:1px;border-top-right-radius:3px;border-bottom-right-radius:3px}.BtnGroup-item.selected,.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-item:hover{border-right-width:1px}.BtnGroup-item.selected+.BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-item,.BtnGroup-item:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item{border-left-width:0}.BtnGroup-form{float:left}.BtnGroup-form:first-child .BtnGroup-item{border-top-left-radius:3px;border-bottom-left-radius:3px}.BtnGroup-form:last-child .BtnGroup-item{border-right-width:1px;border-top-right-radius:3px;border-bottom-right-radius:3px}.BtnGroup-form .BtnGroup-item{border-right-width:0;border-radius:0}.BtnGroup-form.selected .BtnGroup-item,.BtnGroup-form:focus .BtnGroup-item,.BtnGroup-form:active .BtnGroup-item,.BtnGroup-form:hover .BtnGroup-item{border-right-width:1px}.BtnGroup-form.selected+.BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:active+.BtnGroup-item,.BtnGroup-form:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item{border-left-width:0} diff --git a/node_modules/primer-buttons/build/index.js b/node_modules/primer-buttons/build/index.js new file mode 100644 index 0000000..8f4abbc --- /dev/null +++ b/node_modules/primer-buttons/build/index.js @@ -0,0 +1 @@ +module.exports = {"cssstats":{"size":8603,"gzipSize":1750,"humanizedSize":"8kB","humanizedGzipSize":"2kB","rules":{"total":73,"size":{"graph":[21,3,1,3,2,1,2,1,3,1,4,4,5,3,1,4,4,5,2,3,1,4,4,5,2,3,1,4,4,5,2,3,1,4,1,5,5,3,1,4,2,2,4,3,3,3,1,5,12,2,2,12,1,2,3,16,1,2,2,2,3,1,4,2,3,1,1,1,2,3,2,1,1],"max":21,"average":3.287671232876712}},"selectors":{"total":124,"type":4,"class":124,"id":0,"pseudoClass":63,"pseudoElement":2,"values":[".btn",".btn i",".btn .octicon",".btn .Counter",".btn:hover",".btn:focus",".btn:disabled",".btn.disabled",".btn:active",".btn.selected",".btn",".btn:focus",".btn.focus",".btn:hover",".btn.hover",".btn:active",".btn.selected",".btn:disabled",".btn.disabled",".btn-primary",".btn-primary:focus",".btn-primary.focus",".btn-primary:hover",".btn-primary.hover",".btn-primary:active",".btn-primary.selected",".btn-primary:disabled",".btn-primary.disabled",".btn-primary .Counter",".btn-purple",".btn-purple:focus",".btn-purple.focus",".btn-purple:hover",".btn-purple.hover",".btn-purple:active",".btn-purple.selected",".btn-purple:disabled",".btn-purple.disabled",".btn-purple .Counter",".btn-blue",".btn-blue:focus",".btn-blue.focus",".btn-blue:hover",".btn-blue.hover",".btn-blue:active",".btn-blue.selected",".btn-blue:disabled",".btn-blue.disabled",".btn-blue .Counter",".btn-danger",".btn-danger:focus",".btn-danger:hover",".btn-danger:hover .Counter",".btn-danger:active",".btn-danger.selected",".btn-danger:disabled",".btn-danger.disabled",".btn-outline",".btn-outline .Counter",".btn-outline:hover",".btn-outline:active",".btn-outline.selected",".btn-outline:hover .Counter",".btn-outline:active .Counter",".btn-outline.selected .Counter",".btn-outline:focus",".btn-outline:disabled",".btn-outline.disabled",".btn-with-count",".btn-sm",".btn-large",".hidden-text-expander",".hidden-text-expander.inline",".hidden-text-expander a",".ellipsis-expander",".hidden-text-expander a:hover",".ellipsis-expander:hover",".hidden-text-expander a:active",".ellipsis-expander:active",".social-count",".social-count:hover",".social-count:active",".social-count:hover",".btn-block",".btn-link",".btn-link:hover",".btn-link:disabled",".btn-link:disabled:hover",".BtnGroup",".BtnGroup::before",".BtnGroup::after",".BtnGroup+.BtnGroup",".BtnGroup+.btn",".BtnGroup-item",".BtnGroup-item:first-child",".BtnGroup-item:last-child",".BtnGroup-item.selected",".BtnGroup-item:focus",".BtnGroup-item:active",".BtnGroup-item:hover",".BtnGroup-item.selected+.BtnGroup-item",".BtnGroup-item.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:active+.BtnGroup-item",".BtnGroup-item:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item",".BtnGroup-form",".BtnGroup-form:first-child .BtnGroup-item",".BtnGroup-form:last-child .BtnGroup-item",".BtnGroup-form .BtnGroup-item",".BtnGroup-form.selected .BtnGroup-item",".BtnGroup-form:focus .BtnGroup-item",".BtnGroup-form:active .BtnGroup-item",".BtnGroup-form:hover .BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:active+.BtnGroup-item",".BtnGroup-form:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item"],"specificity":{"max":40,"average":21.096774193548388}},"declarations":{"total":240,"unique":125,"properties":{"position":["relative","relative","relative"],"display":["inline-block","block","inline-block","inline-block","block","inline-block","inline-block","table","table"],"padding":["6px 12px","3px 10px","0.75em 1.25em","0 5px 5px","3px 10px","0"],"font-size":["14px","12px","inherit","12px","12px","inherit"],"font-weight":["600","500","600","600"],"line-height":["20px","20px","0","6px","20px"],"white-space":["nowrap","nowrap"],"vertical-align":["middle","text-top","middle","middle","middle"],"cursor":["pointer","default","pointer","pointer","default"],"-webkit-user-select":["none","none"],"-moz-user-select":["none","none"],"-ms-user-select":["none","none"],"user-select":["none","none"],"background-repeat":["repeat-x","repeat-x"],"background-position":["-1px -1px","0 0","0 -0.5em","0 -0.5em","0 -0.5em","0 -0.5em"],"background-size":["110% 110%"],"border":["1px solid rgba(27,31,35,0.2)","0","1px solid rgba(27,31,35,0.2)","0"],"border-radius":["0.25em","6px","1px","0","0"],"-webkit-appearance":["none","none"],"-moz-appearance":["none","none"],"appearance":["none","none"],"font-style":["normal"],"opacity":["0.6"],"color":["#586069","#24292e","rgba(36,41,46,0.4)","#fff","rgba(255,255,255,0.75)","#29b249","#fff","rgba(255,255,255,0.75)","#683cb8","#fff","rgba(255,255,255,0.75)","#0366d6","#cb2431","#fff","#fff","#fff","rgba(203,36,49,0.4)","#0366d6","#fff","#0366d6","rgba(27,31,35,0.3)","#444d56","#fff","#24292e","#0366d6","#0366d6","rgba(88,96,105,0.5)"],"text-shadow":["none"],"background-color":["rgba(27,31,35,0.1)","#eff3f6","#e6ebf1","#e9ecef","#eff3f6","#28a745","#269f42","#279f43","#94d3a2","#fff","#643ab0","#5f37a8","#613ca4","#b19cd7","#fff","#0361cc","#035cc2","#045cc1","#81b0e5","#fff","#fafbfc","#cb2431","#b5202c","#eff3f6","#fff","rgba(27,31,35,0.07)","#0366d6","#fff","#fff","#c6cbd1","#2188ff","#fff","transparent"],"text-decoration":["none","none","none","none","none","underline"],"outline":["0"],"background-image":["none","linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)","linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%)","none","none","linear-gradient(-180deg, #34d058 0%, #28a745 90%)","linear-gradient(-180deg, #2fcb53 0%, #269f42 90%)","none","none","linear-gradient(-180deg, #7e55c7 0%, #643ab0 90%)","linear-gradient(-180deg, #784ec5 0%, #5f37a8 90%)","none","none","linear-gradient(-180deg, #0679fc 0%, #0361cc 90%)","linear-gradient(-180deg, #0374f4 0%, #035cc2 90%)","none","none","linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)","linear-gradient(-180deg, #de4450 0%, #cb2431 90%)","none","none","none","none"],"box-shadow":["0 0 0 0.2em rgba(3,102,214,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(52,208,88,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(126,85,199,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(6,121,252,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(203,36,49,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(3,102,214,0.3)","none"],"border-color":["rgba(27,31,35,0.35)","rgba(27,31,35,0.35)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","#0366d6","#0366d6","rgba(27,31,35,0.15)"],"float":["left","left","left","left"],"border-top-right-radius":["0","3px","3px","3px"],"border-bottom-right-radius":["0","3px","3px","3px"],"top":["-1px"],"margin-left":["5px","5px"],"height":["12px"],"background":["#dfe2e5"],"border-left":["0"],"width":["100%"],"text-align":["center"],"content":["\"\"","\"\""],"clear":["both"],"border-right-width":["0","1px","1px","1px","0","1px"],"border-top-left-radius":["3px","3px"],"border-bottom-left-radius":["3px","3px"],"border-left-width":["0","0"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}} \ No newline at end of file diff --git a/node_modules/primer-buttons/index.scss b/node_modules/primer-buttons/index.scss new file mode 100644 index 0000000..7d70202 --- /dev/null +++ b/node_modules/primer-buttons/index.scss @@ -0,0 +1,3 @@ +@import "primer-support/index.scss"; +@import "./lib/button.scss"; +@import "./lib/button-group.scss"; diff --git a/node_modules/primer-buttons/lib/button-group.scss b/node_modules/primer-buttons/lib/button-group.scss new file mode 100644 index 0000000..cd69a3a --- /dev/null +++ b/node_modules/primer-buttons/lib/button-group.scss @@ -0,0 +1,79 @@ +// Button group +// +// A button group is a series of buttons laid out next to each other, all part +// of one visual button, but separated by rules to be separate. +.BtnGroup { + display: inline-block; + vertical-align: middle; + @include clearfix(); + + // Proper spacing for multiple button groups (a la, gollum editor) + + .BtnGroup, + + .btn { + margin-left: 5px; + } +} + +.BtnGroup-item { + position: relative; + float: left; + border-right-width: 0; + border-radius: 0; + + &:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + } + + &:last-child { + border-right-width: 1px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + } + + &.selected, + &:focus, + &:active, + &:hover { + border-right-width: 1px; + + + .BtnGroup-item, + + .BtnGroup-form .BtnGroup-item { + border-left-width: 0; + } + } +} + +.BtnGroup-form { + float: left; + + &:first-child .BtnGroup-item { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + } + + &:last-child .BtnGroup-item { + border-right-width: 1px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + } + + .BtnGroup-item { + border-right-width: 0; + border-radius: 0; + } + + &.selected, + &:focus, + &:active, + &:hover { + .BtnGroup-item { + border-right-width: 1px; + } + + + .BtnGroup-item, + + .BtnGroup-form .BtnGroup-item { + border-left-width: 0; + } + } +} diff --git a/node_modules/primer-buttons/lib/button.scss b/node_modules/primer-buttons/lib/button.scss new file mode 100644 index 0000000..5b49316 --- /dev/null +++ b/node_modules/primer-buttons/lib/button.scss @@ -0,0 +1,204 @@ +// stylelint-disable selector-no-type, block-opening-brace-space-before, no-duplicate-selectors + +// Base button styles +.btn { + position: relative; + display: inline-block; + padding: 6px 12px; + font-size: $body-font-size; + font-weight: $font-weight-bold; + line-height: 20px; // Specifically not inherit our `` default + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + user-select: none; + background-repeat: repeat-x; + background-position: -1px -1px; + background-size: 110% 110%; + border: 1px solid transparentize($black, 0.8); + border-radius: 0.25em; + appearance: none; // Corrects inability to style clickable `input` types in iOS. + + i { + font-style: normal; + font-weight: 500; + opacity: 0.6; + } + + .octicon { + vertical-align: text-top; + } + + // Darken for just a tad more contrast against the button background + .Counter { + color: $gray-600; + text-shadow: none; + background-color: rgba($black, 0.1); + } + + &:hover { + text-decoration: none; + background-repeat: repeat-x; + } + + &:focus { + outline: 0; + } + + &:disabled, + &.disabled { + cursor: default; + // Repeat `background-position` because `:hover` + background-position: 0 0; + } + + &:active, + &.selected { + background-image: none; + } +} + +.btn { @include btn-solid($text-gray-dark, $gray-000, darken($gray-100, 2%)); } +.btn-primary { @include btn-solid($text-white, $green-400, $green-500); } +.btn-purple { @include btn-solid($text-white, lighten($purple-500, 5%), darken($purple-500, 5%)); } +.btn-blue { @include btn-solid($text-white, lighten($blue-500, 8%), darken($blue-500, 2%)); } +.btn-danger { @include btn-inverse($red-600, $gray-000, darken($gray-100, 2%)); } + +// Outline button +// +// For when we need a linky-action that's not too heavy in busier +// areas like conversation timelines. +.btn-outline { + @include btn-outline($text-blue); +} + +// Social button count +.btn-with-count { + float: left; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +// Minibutton overrides +// +// Tweak `line-height` to make them smaller. +.btn-sm { + padding: 3px 10px; + font-size: $font-size-small; + line-height: 20px; +} + +// Large button adds more padding around text. Use font-size utils to increase font-size.. e.g,

+.btn-large { + padding: 0.75em 1.25em; + font-size: inherit; + border-radius: 6px; +} + +// Hidden text button +// +// Use `.hidden-text-expander` to indicate and expand hidden text. +.hidden-text-expander { + display: block; + + &.inline { + position: relative; + top: -1px; + display: inline-block; + margin-left: 5px; + line-height: 0; + } +} + +.hidden-text-expander a, +.ellipsis-expander { + display: inline-block; + height: 12px; + padding: 0 5px 5px; + font-size: 12px; + font-weight: $font-weight-bold; + line-height: 6px; + color: $gray-700; + text-decoration: none; + vertical-align: middle; + background: lighten($gray-300, 5%); + border: 0; + border-radius: 1px; + + &:hover { + text-decoration: none; + background-color: darken($gray-300, 4%); + } + + &:active { + color: $text-white; + background-color: $blue-400; + } +} + +// Social count bubble +// +// A container that is used for social bubbles counts. +.social-count { + float: left; + padding: 3px 10px; + font-size: $font-size-small; + font-weight: $font-weight-bold; + line-height: 20px; + color: $text-gray-dark; + vertical-align: middle; + background-color: $bg-white; + border: 1px solid transparentize($black, 0.8); // match with .btn + border-left: 0; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + + &:hover, + &:active { + text-decoration: none; + } + + &:hover { + color: $text-blue; + cursor: pointer; + } +} + +// Full-width button +// +// These buttons expand to the full width of their parent container +.btn-block { + display: block; + width: 100%; + text-align: center; +} + +// Radio buttons +// +// Buttons backed by radio or checkbox control. Requires the use of `.hidden` +// on the `input` to properly hide it. +.btn-link { + display: inline-block; + padding: 0; + font-size: inherit; + color: $text-blue; + text-decoration: none; + white-space: nowrap; + cursor: pointer; + user-select: none; + background-color: transparent; + border: 0; + appearance: none; // Corrects inability to style clickable `input` types in iOS. + + &:hover { + text-decoration: underline; + } + + &:disabled { + &, + &:hover { + color: rgba($gray-600, 0.5); + cursor: default; + } + } +} diff --git a/node_modules/primer-buttons/package.json b/node_modules/primer-buttons/package.json new file mode 100644 index 0000000..2da84fd --- /dev/null +++ b/node_modules/primer-buttons/package.json @@ -0,0 +1,71 @@ +{ + "_from": "primer-buttons@^2.0.5", + "_id": "primer-buttons@2.0.5", + "_inBundle": false, + "_integrity": "sha1-C97B8QLf+yPv8RKXHyng2DajAog=", + "_location": "/primer-buttons", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "primer-buttons@^2.0.5", + "name": "primer-buttons", + "escapedName": "primer-buttons", + "rawSpec": "^2.0.5", + "saveSpec": null, + "fetchSpec": "^2.0.5" + }, + "_requiredBy": [ + "/primer-core", + "/primer-css" + ], + "_resolved": "https://registry.npmjs.org/primer-buttons/-/primer-buttons-2.0.5.tgz", + "_shasum": "0bdec1f102dffb23eff112971f29e0d836a30288", + "_spec": "primer-buttons@^2.0.5", + "_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css", + "author": { + "name": "GitHub, Inc." + }, + "bugs": { + "url": "https://github.com/primer/primer-css/issues" + }, + "bundleDependencies": false, + "dependencies": { + "primer-support": "^4.0.6" + }, + "deprecated": false, + "description": "A collection of buttons used for primary and secondary actions.", + "devDependencies": { + "primer-module-build": "*", + "stylelint": "*", + "stylelint-config-primer": "*" + }, + "files": [ + "index.scss", + "lib", + "build" + ], + "homepage": "http://primercss.io/", + "keywords": [ + "primer", + "css", + "github", + "primercss", + "buttons", + "styles" + ], + "license": "MIT", + "main": "build/index.js", + "name": "primer-buttons", + "repository": { + "type": "git", + "url": "https://github.com/primer/primer-css/tree/master/packages/primer-buttons" + }, + "scripts": { + "build": "primer-module-build index.scss", + "prepare": "npm run build", + "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" + }, + "style": "index.scss", + "version": "2.0.5" +} diff --git a/node_modules/primer-cards/CHANGELOG.md b/node_modules/primer-cards/CHANGELOG.md new file mode 100644 index 0000000..f4eb810 --- /dev/null +++ b/node_modules/primer-cards/CHANGELOG.md @@ -0,0 +1,31 @@ +# v0.1.2 + + * Bump all the version numbers for readme - Mu-An Chiou [github/github@a9d152f](https://github.com/github/github/commit/a9d152f) + * Fix all the travis badge URL - Mu-An Chiou [github/github@9cd6d84](https://github.com/github/github/commit/9cd6d84) + +# v0.1.1 + + * bumping the version - Jon Rohan [github/github@4a72b25](https://github.com/github/github/commit/4a72b25) + * Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651) + * don't change the versions yet - Jon Rohan [github/github@6bebcff](https://github.com/github/github/commit/6bebcff) + * Bumping version - Jon Rohan [github/github@df8b91c](https://github.com/github/github/commit/df8b91c) + * Cleaning up devDependencies versions and simplifying npm scripts - Jon Rohan [github/github@2c42571](https://github.com/github/github/commit/2c42571) + * Sorting and table objects. We also don't need homepage - Jon Rohan [github/github@798629d](https://github.com/github/github/commit/798629d) + * Removing duplicate headers - Jon Rohan [github/github@225cee1](https://github.com/github/github/commit/225cee1) + +# v0.1.0 + + * Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a) + * Update border radius for cards because it is not the same as box. - Patrick Marsceill [github/github@9dc19b3](https://github.com/github/github/commit/9dc19b3) + * fix a typo - Patrick Marsceill [github/github@24acfeb](https://github.com/github/github/commit/24acfeb) + * Update the names in the README files - Patrick Marsceill [github/github@75fed58](https://github.com/github/github/commit/75fed58) + * Update pathing on cards README - Patrick Marsceill [github/github@443f2e2](https://github.com/github/github/commit/443f2e2) + * Update names for npm publising - Patrick Marsceill [github/github@451f97a](https://github.com/github/github/commit/451f97a) + * Fix import path across all scss files - Patrick Marsceill [github/github@a566f31](https://github.com/github/github/commit/a566f31) + * RIP unused styles - Patrick Marsceill [github/github@31dc325](https://github.com/github/github/commit/31dc325) + * fix cards - Patrick Marsceill [github/github@a6beedf](https://github.com/github/github/commit/a6beedf) + * Add cards to docs - Sophie Shepherd [github/github@b421a08](https://github.com/github/github/commit/b421a08) + * Fix variable collisions and add basecoat to site to test sass compilation errors - Patrick Marsceill [github/github@c73eee3](https://github.com/github/github/commit/c73eee3) + * Remove basecoat - Patrick Marsceill [github/github@1b1503d](https://github.com/github/github/commit/1b1503d) + * prefix bc => marketing - Patrick Marsceill [github/github@04d509a](https://github.com/github/github/commit/04d509a) + * Cards - Patrick Marsceill [github/github@306cbfc](https://github.com/github/github/commit/306cbfc) \ No newline at end of file diff --git a/node_modules/primer-cards/LICENSE b/node_modules/primer-cards/LICENSE new file mode 100644 index 0000000..5715c13 --- /dev/null +++ b/node_modules/primer-cards/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/primer-cards/README.md b/node_modules/primer-cards/README.md new file mode 100644 index 0000000..1cdc843 --- /dev/null +++ b/node_modules/primer-cards/README.md @@ -0,0 +1,58 @@ +# Primer Marketing CSS Cards + +[![npm version](http://img.shields.io/npm/v/primer-cards.svg)](https://www.npmjs.org/package/primer-cards) +[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css) + +> Card-like containers to group semantically related content together on marketing websites at GitHub. + +This repository is a module of the full [primer-css][primer] repository. + +## Documentation + + + +Documentation & refactor coming very soon + + + + +## Install + +This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-cards` with this command. + +``` +$ npm install --save primer-cards +``` + +## Usage + +The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. + +```scss +@import "primer-cards/index.scss"; +``` + +You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ + +## Build + +For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` + +``` +$ npm run build +``` + +## License + +MIT © [GitHub](https://github.com/) + +[primer]: https://github.com/primer/primer +[primer-support]: https://github.com/primer/primer-support +[support]: https://github.com/primer/primer-support +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/node_modules/primer-cards/build/build.css b/node_modules/primer-cards/build/build.css new file mode 100644 index 0000000..f2c92a3 --- /dev/null +++ b/node_modules/primer-cards/build/build.css @@ -0,0 +1 @@ +.card{background-color:#fff;border:1px #e1e4e8 solid;border-radius:6px;box-shadow:0 1px 1px rgba(27,31,35,0.1)} diff --git a/node_modules/primer-cards/build/index.js b/node_modules/primer-cards/build/index.js new file mode 100644 index 0000000..2341024 --- /dev/null +++ b/node_modules/primer-cards/build/index.js @@ -0,0 +1 @@ +module.exports = {"cssstats":{"size":112,"gzipSize":121,"humanizedSize":"112B","humanizedGzipSize":"121B","rules":{"total":1,"size":{"graph":[4],"max":4,"average":4}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".card"],"specificity":{"max":10,"average":10}},"declarations":{"total":4,"unique":4,"properties":{"background-color":["#fff"],"border":["1px #e1e4e8 solid"],"border-radius":["6px"],"box-shadow":["0 1px 1px rgba(27,31,35,0.1)"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}} \ No newline at end of file diff --git a/node_modules/primer-cards/index.scss b/node_modules/primer-cards/index.scss new file mode 100644 index 0000000..d5f037c --- /dev/null +++ b/node_modules/primer-cards/index.scss @@ -0,0 +1,4 @@ +// support files +@import "primer-support/index.scss"; +@import "primer-marketing-support/index.scss"; +@import "./lib/cards.scss"; diff --git a/node_modules/primer-cards/lib/cards.scss b/node_modules/primer-cards/lib/cards.scss new file mode 100644 index 0000000..269be56 --- /dev/null +++ b/node_modules/primer-cards/lib/cards.scss @@ -0,0 +1,6 @@ +.card { + background-color: $white; + border: $border; + border-radius: 6px; + box-shadow: $box-shadow; +} diff --git a/node_modules/primer-cards/package.json b/node_modules/primer-cards/package.json new file mode 100644 index 0000000..36e1936 --- /dev/null +++ b/node_modules/primer-cards/package.json @@ -0,0 +1,72 @@ +{ + "_from": "primer-cards@^0.1.7", + "_id": "primer-cards@0.1.7", + "_inBundle": false, + "_integrity": "sha1-mm6sbVO9PeK0XzlWoBKz9jf7K3o=", + "_location": "/primer-cards", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "primer-cards@^0.1.7", + "name": "primer-cards", + "escapedName": "primer-cards", + "rawSpec": "^0.1.7", + "saveSpec": null, + "fetchSpec": "^0.1.7" + }, + "_requiredBy": [ + "/primer-css", + "/primer-marketing" + ], + "_resolved": "https://registry.npmjs.org/primer-cards/-/primer-cards-0.1.7.tgz", + "_shasum": "9a6eac6d53bd3de2b45f3956a012b3f637fb2b7a", + "_spec": "primer-cards@^0.1.7", + "_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css", + "author": { + "name": "GitHub, Inc." + }, + "bugs": { + "url": "https://github.com/primer/primer-css/issues" + }, + "bundleDependencies": false, + "dependencies": { + "primer-marketing-support": "^1.0.1", + "primer-support": "^4.0.6" + }, + "deprecated": false, + "description": "Card-like containers to group semantically related content together on marketing websites at GitHub.", + "devDependencies": { + "primer-module-build": "*", + "stylelint": "*", + "stylelint-config-primer": "*" + }, + "files": [ + "index.scss", + "lib", + "build" + ], + "homepage": "http://primercss.io/", + "keywords": [ + "cards", + "css", + "github", + "primer", + "primercss", + "style" + ], + "license": "MIT", + "main": "build/index.js", + "name": "primer-cards", + "repository": { + "type": "git", + "url": "https://github.com/primer/primer-css/tree/master/packages/primer-cards" + }, + "scripts": { + "build": "primer-module-build index.scss", + "prepare": "npm run build", + "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" + }, + "style": "build/build.css", + "version": "0.1.7" +} diff --git a/node_modules/primer-core/CHANGELOG.md b/node_modules/primer-core/CHANGELOG.md new file mode 100644 index 0000000..02a171b --- /dev/null +++ b/node_modules/primer-core/CHANGELOG.md @@ -0,0 +1,3 @@ +# 1.0.0 + +- Grouping primer modules into core diff --git a/node_modules/primer-core/LICENSE b/node_modules/primer-core/LICENSE new file mode 100644 index 0000000..5715c13 --- /dev/null +++ b/node_modules/primer-core/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/primer-core/README.md b/node_modules/primer-core/README.md new file mode 100644 index 0000000..238e3c1 --- /dev/null +++ b/node_modules/primer-core/README.md @@ -0,0 +1,48 @@ +# Primer Core + +[![npm version](http://img.shields.io/npm/v/primer-core.svg)](https://www.npmjs.org/package/primer-core) +[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css) + +> Primer core is one of 3 meta-packages that belong to the Primer CSS framework. Primer core contains packages that are shared between GitHub product and marketing websites. + +This repository is a compilation of [several CSS packages](https://github.com/primer/primer-css). You can break it down into smaller sections using npm. + +## Install + +This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-css` with this command. **You must have npm >=3.0 installed to be able to satisfy the dependency paths** + +``` +$ npm install --save primer-core +``` + +## Usage + +The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. + +```scss +@import "primer-core/index.scss"; +``` + +You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ + +## Build + +For a compiled **CSS** version of this module, an npm script is included that will output a CSS version to `build/build.css` The built CSS file is also included in the npm package. + +``` +$ npm run build +``` + +## Documentation + +You can read more about primer in the [docs][docs]. + +## License + +[MIT](./LICENSE) © [GitHub](https://github.com/) + +[primer]: https://github.com/primer/primer +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/node_modules/primer-core/build/build.css b/node_modules/primer-core/build/build.css new file mode 100644 index 0000000..64ae2a5 --- /dev/null +++ b/node_modules/primer-core/build/build.css @@ -0,0 +1,6 @@ +/*! + * Primer-core + * http://primercss.io + * + * Released under MIT license. Copyright 2015 GitHub, Inc. + *//*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}*{box-sizing:border-box}input,select,textarea,button{font-family:inherit;font-size:inherit;line-height:inherit}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px;line-height:1.5;color:#24292e;background-color:#fff}a{color:#0366d6;text-decoration:none}a:hover,a:active{text-decoration:underline}strong{font-weight:600}hr,.rule{height:0;margin:15px 0;overflow:hidden;background:transparent;border:0;border-bottom:1px solid #ddd}hr::before,.rule::before{display:table;content:""}hr::after,.rule::after{display:table;clear:both;content:""}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}button{cursor:pointer}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}h1{font-size:32px;font-weight:600}h2{font-size:24px;font-weight:600}h3{font-size:20px;font-weight:600}h4{font-size:16px;font-weight:600}h5{font-size:14px;font-weight:600}h6{font-size:12px;font-weight:600}p{margin-top:0;margin-bottom:10px}small{font-size:90%}blockquote{margin:0}ul,ol{padding-left:0;margin-top:0;margin-bottom:0}ol ol,ul ol{list-style-type:lower-roman}ul ul ol,ul ol ol,ol ul ol,ol ol ol{list-style-type:lower-alpha}dd{margin-left:0}tt,code{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px}pre{margin-top:0;margin-bottom:0;font:12px "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace}.octicon{vertical-align:text-bottom}.Box{background-color:#fff;border:1px solid #d1d5da;border-radius:3px}.Box--condensed{line-height:1.25}.Box--condensed .Box-header{padding:8px 16px}.Box--condensed .Box-body{padding:8px 16px}.Box--condensed .Box-footer{padding:8px 16px}.Box--condensed .Box-btn-octicon.btn-octicon{padding:8px 16px;margin:-8px -16px;line-height:1.25}.Box--condensed .Box-row{padding:8px 16px}.Box--spacious .Box-header{padding:24px;line-height:1.25}.Box--spacious .Box-title{font-size:20px}.Box--spacious .Box-body{padding:24px}.Box--spacious .Box-footer{padding:24px}.Box--spacious .Box-btn-octicon.btn-octicon{padding:24px;margin:-24px -24px}.Box--spacious .Box-row{padding:24px}.Box-header{padding:16px;margin:-1px -1px 0 -1px;background-color:#f6f8fa;border-color:#d1d5da;border-style:solid;border-width:1px;border-top-left-radius:3px;border-top-right-radius:3px}.Box-title{font-size:14px;font-weight:600}.Box-body{padding:16px;border-bottom:1px solid #e1e4e8}.Box-body:last-of-type{margin-bottom:-1px;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.Box-row{padding:16px;margin-top:-1px;list-style-type:none;border-top:1px solid #e1e4e8}.Box-row:first-of-type{border-top-color:transparent;border-top-left-radius:2px;border-top-right-radius:2px}.Box-row:last-of-type{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.Box-row.Box-row--unread,.Box-row.unread{box-shadow:2px 0 0 #0366d6 inset}.Box-row.navigation-focus .Box-row--drag-button{color:#0366d6;cursor:-webkit-grab;cursor:grab;opacity:100}.Box-row.navigation-focus.is-dragging .Box-row--drag-button{cursor:-webkit-grabbing;cursor:grabbing}.Box-row.navigation-focus.sortable-chosen{background-color:#fafbfc}.Box-row.navigation-focus.sortable-ghost{background-color:#f6f8fa}.Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide{opacity:0}.Box-row--focus-gray.navigation-focus{background-color:#f6f8fa}.Box-row--focus-blue.navigation-focus{background-color:#f1f8ff}.Box-row--hover-gray:hover{background-color:#f6f8fa}.Box-row--hover-blue:hover{background-color:#f1f8ff}@media (min-width: 768px){.Box-row-link{color:#24292e;text-decoration:none}.Box-row-link:hover{color:#0366d6;text-decoration:none}}.Box-row--drag-button{opacity:0}.Box-footer{padding:16px;margin-top:-1px;border-top:1px solid #e1e4e8}.Box--scrollable{max-height:324px;overflow:scroll}.Box--blue{border-color:#c8e1ff}.Box--blue .Box-header{background-color:#f1f8ff;border-color:#c8e1ff}.Box--blue .Box-body{border-color:#c8e1ff}.Box--blue .Box-row{border-color:#c8e1ff}.Box--blue .Box-footer{border-color:#c8e1ff}.Box--danger{border-color:#d73a49}.Box--danger .Box-row:first-of-type{border-color:#d73a49}.Box--danger .Box-body:last-of-type{border-color:#d73a49}.Box-header--blue{background-color:#f1f8ff;border-color:#c8e1ff}.Box-row--yellow{background-color:#fffbdd}.Box-row--blue{background-color:#f1f8ff}.Box-row--gray{background-color:#f6f8fa}.Box-btn-octicon.btn-octicon{padding:16px 16px;margin:-16px -16px;line-height:1.5}.btn{position:relative;display:inline-block;padding:6px 12px;font-size:14px;font-weight:600;line-height:20px;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-repeat:repeat-x;background-position:-1px -1px;background-size:110% 110%;border:1px solid rgba(27,31,35,0.2);border-radius:0.25em;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn i{font-style:normal;font-weight:500;opacity:0.6}.btn .octicon{vertical-align:text-top}.btn .Counter{color:#586069;text-shadow:none;background-color:rgba(27,31,35,0.1)}.btn:hover{text-decoration:none;background-repeat:repeat-x}.btn:focus{outline:0}.btn:disabled,.btn.disabled{cursor:default;background-position:0 0}.btn:active,.btn.selected{background-image:none}.btn{color:#24292e;background-color:#eff3f6;background-image:linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)}.btn:focus,.btn.focus{box-shadow:0 0 0 0.2em rgba(3,102,214,0.3)}.btn:hover,.btn.hover{background-color:#e6ebf1;background-image:linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%);background-position:0 -0.5em;border-color:rgba(27,31,35,0.35)}.btn:active,.btn.selected{background-color:#e9ecef;background-image:none;border-color:rgba(27,31,35,0.35);box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn:disabled,.btn.disabled{color:rgba(36,41,46,0.4);background-color:#eff3f6;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-primary{color:#fff;background-color:#28a745;background-image:linear-gradient(-180deg, #34d058 0%, #28a745 90%)}.btn-primary:focus,.btn-primary.focus{box-shadow:0 0 0 0.2em rgba(52,208,88,0.3)}.btn-primary:hover,.btn-primary.hover{background-color:#269f42;background-image:linear-gradient(-180deg, #2fcb53 0%, #269f42 90%);background-position:0 -0.5em;border-color:rgba(27,31,35,0.5)}.btn-primary:active,.btn-primary.selected{background-color:#279f43;background-image:none;border-color:rgba(27,31,35,0.5);box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn-primary:disabled,.btn-primary.disabled{color:rgba(255,255,255,0.75);background-color:#94d3a2;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-primary .Counter{color:#29b249;background-color:#fff}.btn-purple{color:#fff;background-color:#643ab0;background-image:linear-gradient(-180deg, #7e55c7 0%, #643ab0 90%)}.btn-purple:focus,.btn-purple.focus{box-shadow:0 0 0 0.2em rgba(126,85,199,0.3)}.btn-purple:hover,.btn-purple.hover{background-color:#5f37a8;background-image:linear-gradient(-180deg, #784ec5 0%, #5f37a8 90%);background-position:0 -0.5em;border-color:rgba(27,31,35,0.5)}.btn-purple:active,.btn-purple.selected{background-color:#613ca4;background-image:none;border-color:rgba(27,31,35,0.5);box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn-purple:disabled,.btn-purple.disabled{color:rgba(255,255,255,0.75);background-color:#b19cd7;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-purple .Counter{color:#683cb8;background-color:#fff}.btn-blue{color:#fff;background-color:#0361cc;background-image:linear-gradient(-180deg, #0679fc 0%, #0361cc 90%)}.btn-blue:focus,.btn-blue.focus{box-shadow:0 0 0 0.2em rgba(6,121,252,0.3)}.btn-blue:hover,.btn-blue.hover{background-color:#035cc2;background-image:linear-gradient(-180deg, #0374f4 0%, #035cc2 90%);background-position:0 -0.5em;border-color:rgba(27,31,35,0.5)}.btn-blue:active,.btn-blue.selected{background-color:#045cc1;background-image:none;border-color:rgba(27,31,35,0.5);box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn-blue:disabled,.btn-blue.disabled{color:rgba(255,255,255,0.75);background-color:#81b0e5;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-blue .Counter{color:#0366d6;background-color:#fff}.btn-danger{color:#cb2431;background-color:#fafbfc;background-image:linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)}.btn-danger:focus{box-shadow:0 0 0 0.2em rgba(203,36,49,0.3)}.btn-danger:hover{color:#fff;background-color:#cb2431;background-image:linear-gradient(-180deg, #de4450 0%, #cb2431 90%);border-color:rgba(27,31,35,0.5)}.btn-danger:hover .Counter{color:#fff}.btn-danger:active,.btn-danger.selected{color:#fff;background-color:#b5202c;background-image:none;border-color:rgba(27,31,35,0.5);box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn-danger:disabled,.btn-danger.disabled{color:rgba(203,36,49,0.4);background-color:#eff3f6;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-outline{color:#0366d6;background-color:#fff;background-image:none}.btn-outline .Counter{background-color:rgba(27,31,35,0.07)}.btn-outline:hover,.btn-outline:active,.btn-outline.selected{color:#fff;background-color:#0366d6;background-image:none;border-color:#0366d6}.btn-outline:hover .Counter,.btn-outline:active .Counter,.btn-outline.selected .Counter{color:#0366d6;background-color:#fff}.btn-outline:focus{border-color:#0366d6;box-shadow:0 0 0 0.2em rgba(3,102,214,0.3)}.btn-outline:disabled,.btn-outline.disabled{color:rgba(27,31,35,0.3);background-color:#fff;border-color:rgba(27,31,35,0.15);box-shadow:none}.btn-with-count{float:left;border-top-right-radius:0;border-bottom-right-radius:0}.btn-sm{padding:3px 10px;font-size:12px;line-height:20px}.btn-large{padding:0.75em 1.25em;font-size:inherit;border-radius:6px}.hidden-text-expander{display:block}.hidden-text-expander.inline{position:relative;top:-1px;display:inline-block;margin-left:5px;line-height:0}.hidden-text-expander a,.ellipsis-expander{display:inline-block;height:12px;padding:0 5px 5px;font-size:12px;font-weight:600;line-height:6px;color:#444d56;text-decoration:none;vertical-align:middle;background:#dfe2e5;border:0;border-radius:1px}.hidden-text-expander a:hover,.ellipsis-expander:hover{text-decoration:none;background-color:#c6cbd1}.hidden-text-expander a:active,.ellipsis-expander:active{color:#fff;background-color:#2188ff}.social-count{float:left;padding:3px 10px;font-size:12px;font-weight:600;line-height:20px;color:#24292e;vertical-align:middle;background-color:#fff;border:1px solid rgba(27,31,35,0.2);border-left:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.social-count:hover,.social-count:active{text-decoration:none}.social-count:hover{color:#0366d6;cursor:pointer}.btn-block{display:block;width:100%;text-align:center}.btn-link{display:inline-block;padding:0;font-size:inherit;color:#0366d6;text-decoration:none;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn-link:hover{text-decoration:underline}.btn-link:disabled,.btn-link:disabled:hover{color:rgba(88,96,105,0.5);cursor:default}.BtnGroup{display:inline-block;vertical-align:middle}.BtnGroup::before{display:table;content:""}.BtnGroup::after{display:table;clear:both;content:""}.BtnGroup+.BtnGroup,.BtnGroup+.btn{margin-left:5px}.BtnGroup-item{position:relative;float:left;border-right-width:0;border-radius:0}.BtnGroup-item:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.BtnGroup-item:last-child{border-right-width:1px;border-top-right-radius:3px;border-bottom-right-radius:3px}.BtnGroup-item.selected,.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-item:hover{border-right-width:1px}.BtnGroup-item.selected+.BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-item,.BtnGroup-item:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item{border-left-width:0}.BtnGroup-form{float:left}.BtnGroup-form:first-child .BtnGroup-item{border-top-left-radius:3px;border-bottom-left-radius:3px}.BtnGroup-form:last-child .BtnGroup-item{border-right-width:1px;border-top-right-radius:3px;border-bottom-right-radius:3px}.BtnGroup-form .BtnGroup-item{border-right-width:0;border-radius:0}.BtnGroup-form.selected .BtnGroup-item,.BtnGroup-form:focus .BtnGroup-item,.BtnGroup-form:active .BtnGroup-item,.BtnGroup-form:hover .BtnGroup-item{border-right-width:1px}.BtnGroup-form.selected+.BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:active+.BtnGroup-item,.BtnGroup-form:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item{border-left-width:0}.TableObject{display:table}.TableObject-item{display:table-cell;width:1%;white-space:nowrap;vertical-align:middle}.TableObject-item--primary{width:99%}fieldset{padding:0;margin:0;border:0}label{font-weight:600}.form-control,.form-select{min-height:34px;padding:6px 8px;font-size:14px;line-height:20px;color:#24292e;vertical-align:middle;background-color:#fff;background-repeat:no-repeat;background-position:right 8px center;border:1px solid #d1d5da;border-radius:3px;outline:none;box-shadow:inset 0 1px 2px rgba(27,31,35,0.075)}.form-control.focus,.form-control:focus,.form-select.focus,.form-select:focus{border-color:#2188ff;outline:none;box-shadow:inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)}.input-contrast{background-color:#fafbfc}.input-contrast:focus{background-color:#fff}::-webkit-input-placeholder{color:#6a737d}:-ms-input-placeholder{color:#6a737d}::placeholder{color:#6a737d}.input-sm{min-height:28px;padding-top:3px;padding-bottom:3px;font-size:12px;line-height:20px}.input-lg{padding:4px 10px;font-size:16px}.input-block{display:block;width:100%}.input-monospace{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace}.input-hide-webkit-autofill::-webkit-contacts-auto-fill-button{position:absolute;right:0;display:none !important;pointer-events:none;visibility:hidden}.form-checkbox{padding-left:20px;margin:15px 0;vertical-align:middle}.form-checkbox label em.highlight{position:relative;left:-4px;padding:2px 4px;font-style:normal;background:#fffbdd;border-radius:3px}.form-checkbox input[type=checkbox],.form-checkbox input[type=radio]{float:left;margin:5px 0 0 -20px;vertical-align:middle}.form-checkbox .note{display:block;margin:0;font-size:12px;font-weight:normal;color:#586069}.form-checkbox-details{display:none}.form-checkbox-details-trigger:checked ~ * .form-checkbox-details,.form-checkbox-details-trigger:checked ~ .form-checkbox-details{display:block}.hfields{margin:15px 0}.hfields::before{display:table;content:""}.hfields::after{display:table;clear:both;content:""}.hfields .form-group{float:left;margin:0 30px 0 0}.hfields .form-group dt label{display:inline-block;margin:5px 0 0;color:#586069}.hfields .form-group dt img{position:relative;top:-2px}.hfields .btn{float:left;margin:28px 25px 0 -20px}.hfields .form-select{margin-top:5px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.form-actions::before{display:table;content:""}.form-actions::after{display:table;clear:both;content:""}.form-actions .btn{float:right}.form-actions .btn+.btn{margin-right:5px}.form-warning{padding:8px 10px;margin:10px 0;font-size:14px;color:#735c0f;background:#fffbdd;border:1px solid #d9d0a5;border-radius:3px}.form-warning p{margin:0;line-height:1.5}.form-warning a{font-weight:600}.form-select{display:inline-block;max-width:100%;height:34px;padding-right:24px;padding-right:8px \9;background:#fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat right 8px center;background-image:none \9;background-size:8px 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-select::-ms-expand{opacity:0}.form-select[multiple]{height:auto}.select-sm{height:28px;min-height:28px;padding-top:3px;padding-bottom:3px;font-size:12px}.select-sm[multiple]{height:auto;min-height:0}.form-group{margin:15px 0}.form-group .form-control{width:440px;max-width:100%;margin-right:5px;background-color:#fafbfc}.form-group .form-control:focus{background-color:#fff}.form-group .form-control.shorter{width:130px}.form-group .form-control.short{width:250px}.form-group .form-control.long{width:100%}.form-group textarea.form-control{width:100%;height:200px;min-height:200px}.form-group textarea.form-control.short{height:50px;min-height:50px}.form-group dt{margin:0 0 6px}.form-group label{position:relative}.form-group.flattened dt{float:left;margin:0;line-height:32px}.form-group.flattened dd{line-height:32px}.form-group dd h4{margin:4px 0 0}.form-group dd h4.is-error{color:#cb2431}.form-group dd h4.is-success{color:#28a745}.form-group dd h4+.note{margin-top:0}.form-group.required dt label::after{padding-left:5px;color:#cb2431;content:"*"}.form-group .success,.form-group .error,.form-group .indicator{display:none;font-size:12px;font-weight:600}.form-group.loading{opacity:0.5}.form-group.loading .indicator{display:inline}.form-group.loading .spinner{display:inline-block;vertical-align:middle}.form-group.successful .success{display:inline;color:#28a745}.form-group.warn .warning,.form-group.warn .error,.form-group.errored .warning,.form-group.errored .error{position:absolute;z-index:10;display:block;max-width:450px;padding:5px 8px;margin:4px 0 0;font-size:13px;font-weight:normal;border-style:solid;border-width:1px;border-radius:3px}.form-group.warn .warning::after,.form-group.warn .warning::before,.form-group.warn .error::after,.form-group.warn .error::before,.form-group.errored .warning::after,.form-group.errored .warning::before,.form-group.errored .error::after,.form-group.errored .error::before{position:absolute;bottom:100%;left:10px;z-index:15;width:0;height:0;pointer-events:none;content:" ";border:solid transparent}.form-group.warn .warning::after,.form-group.warn .error::after,.form-group.errored .warning::after,.form-group.errored .error::after{border-width:5px}.form-group.warn .warning::before,.form-group.warn .error::before,.form-group.errored .warning::before,.form-group.errored .error::before{margin-left:-1px;border-width:6px}.form-group.warn .warning{color:#735c0f;background-color:#fffbdd;border-color:#d9d0a5}.form-group.warn .warning::after{border-bottom-color:#fffbdd}.form-group.warn .warning::before{border-bottom-color:#d9d0a5}.form-group.errored label{color:#cb2431}.form-group.errored .error{color:#86181d;background-color:#ffdce0;border-color:#cea0a5}.form-group.errored .error::after{border-bottom-color:#ffdce0}.form-group.errored .error::before{border-bottom-color:#cea0a5}.note{min-height:17px;margin:4px 0 2px;font-size:12px;color:#586069}.note .spinner{margin-right:3px;vertical-align:middle}dl.form-group>dd .form-control.is-autocheck-loading,dl.form-group>dd .form-control.is-autocheck-successful,dl.form-group>dd .form-control.is-autocheck-errored{padding-right:30px}dl.form-group>dd .form-control.is-autocheck-loading{background-image:url("/images/spinners/octocat-spinner-16px.gif")}dl.form-group>dd .form-control.is-autocheck-successful{background-image:url("/images/modules/ajax/success.png")}dl.form-group>dd .form-control.is-autocheck-errored{background-image:url("/images/modules/ajax/error.png")}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){dl.form-group>dd .form-control.is-autocheck-loading,dl.form-group>dd .form-control.is-autocheck-successful,dl.form-group>dd .form-control.is-autocheck-errored{background-size:16px 16px}dl.form-group>dd .form-control.is-autocheck-loading{background-image:url("/images/spinners/octocat-spinner-32.gif")}dl.form-group>dd .form-control.is-autocheck-successful{background-image:url("/images/modules/ajax/success@2x.png")}dl.form-group>dd .form-control.is-autocheck-errored{background-image:url("/images/modules/ajax/error@2x.png")}}.form-cards{height:31px;margin:0 0 15px}.form-cards .card{float:left;width:47px;height:31px;text-indent:-9999px;background-image:url("/images/modules/pricing/credit-cards-@1x.png");background-position:0 0;opacity:0.6}.form-cards .card.visa{background-position:0 0}.form-cards .card.amex{background-position:-50px 0}.form-cards .card.mastercard{background-position:-100px 0}.form-cards .card.discover{background-position:-150px 0}.form-cards .card.jcb{background-position:-200px 0}.form-cards .card.dinersclub{background-position:-250px 0}.form-cards .card.enabled{opacity:1}.form-cards .card.disabled{opacity:0.2}.form-cards>.cards{margin:0}.form-cards>.cards>li{float:left;margin:0 4px 0 0;list-style-type:none}.form-cards>.cards>li.text{line-height:31px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.form-cards>.cards .card{background-image:url("/images/modules/pricing/credit-cards-@2x.png");background-size:300px 31px}}.status-indicator{display:inline-block;width:16px;height:16px;margin-left:5px}.status-indicator .octicon{display:none}.status-indicator-success::before{content:""}.status-indicator-success .octicon-check{display:inline-block;color:#28a745;fill:#28a745}.status-indicator-success .octicon-x{display:none}.status-indicator-failed::before{content:""}.status-indicator-failed .octicon-check{display:none}.status-indicator-failed .octicon-x{display:inline-block;color:#cb2431;fill:#d73a49}.status-indicator-loading{width:16px;background:url("/images/spinners/octocat-spinner-32-EAF2F5.gif") 0 0 no-repeat;background-size:16px}.inline-form{display:inline-block}.inline-form .btn-plain{background-color:transparent;border:0}.drag-and-drop{padding:7px 10px;margin:0;font-size:13px;line-height:16px;color:#586069;background-color:#fafbfc;border:1px solid #c3c8cf;border-top:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.drag-and-drop .default,.drag-and-drop .loading,.drag-and-drop .error{display:none}.drag-and-drop .error{color:#cb2431}.drag-and-drop img{vertical-align:top}.is-default .drag-and-drop .default{display:inline-block}.is-uploading .drag-and-drop .loading{display:inline-block}.is-bad-file .drag-and-drop .bad-file{display:inline-block}.is-duplicate-filename .drag-and-drop .duplicate-filename{display:inline-block}.is-too-big .drag-and-drop .too-big{display:inline-block}.is-hidden-file .drag-and-drop .hidden-file{display:inline-block}.is-empty .drag-and-drop .empty{display:inline-block}.is-bad-permissions .drag-and-drop .bad-permissions{display:inline-block}.is-repository-required .drag-and-drop .repository-required{display:inline-block}.drag-and-drop-error-info{font-weight:normal;color:#586069}.drag-and-drop-error-info a{color:#0366d6}.is-failed .drag-and-drop .failed-request{display:inline-block}.manual-file-chooser{position:absolute;width:240px;padding:5px;margin-left:-80px;cursor:pointer;opacity:0.0001}.manual-file-chooser:hover+.manual-file-chooser-text{text-decoration:underline}.btn .manual-file-chooser{top:0;padding:0;line-height:34px}.upload-enabled textarea{display:block;border-bottom:1px dashed #dfe2e5;border-bottom-right-radius:0;border-bottom-left-radius:0}.upload-enabled.focused{border-radius:3px;box-shadow:inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)}.upload-enabled.focused .form-control{box-shadow:none}.upload-enabled.focused .drag-and-drop{border-color:#4a9eff}.dragover textarea,.dragover .drag-and-drop{box-shadow:#c9ff00 0 0 3px}.write-content{position:relative}.previewable-comment-form{position:relative}.previewable-comment-form .tabnav{position:relative;padding:8px 8px 0}.previewable-comment-form .comment{border:1px solid #c3c8cf}.previewable-comment-form .comment-form-error{margin-bottom:8px}.previewable-comment-form .write-content,.previewable-comment-form .preview-content{display:none;margin:0 8px 8px}.previewable-comment-form.write-selected .write-content,.previewable-comment-form.preview-selected .preview-content{display:block}.previewable-comment-form textarea{display:block;width:100%;min-height:100px;max-height:500px;padding:8px;resize:vertical}.form-action-spacious{margin-top:10px}div.composer{margin-top:0;border:0}.composer .comment-form-textarea{height:200px;min-height:200px}.composer .tabnav{margin:0 0 10px}h2.account{margin:15px 0 0;font-size:18px;font-weight:normal;color:#586069}p.explain{position:relative;font-size:12px;color:#586069}p.explain strong{color:#24292e}p.explain .octicon{margin-right:5px;color:#959da5}p.explain .minibutton{top:-4px;float:right}.form-group label{position:static}.container{width:980px;margin-right:auto;margin-left:auto}.container::before{display:table;content:""}.container::after{display:table;clear:both;content:""}.container-md{max-width:768px;margin-right:auto;margin-left:auto}.container-lg{max-width:1012px;margin-right:auto;margin-left:auto}.container-xl{max-width:1280px;margin-right:auto;margin-left:auto}.columns{margin-right:-10px;margin-left:-10px}.columns::before{display:table;content:""}.columns::after{display:table;clear:both;content:""}.column{float:left;padding-right:10px;padding-left:10px}.one-third{width:33.333333%}.two-thirds{width:66.666667%}.one-fourth{width:25%}.one-half{width:50%}.three-fourths{width:75%}.one-fifth{width:20%}.four-fifths{width:80%}.centered{display:block;float:none;margin-right:auto;margin-left:auto}.col-1{width:8.33333%}.col-2{width:16.66667%}.col-3{width:25%}.col-4{width:33.33333%}.col-5{width:41.66667%}.col-6{width:50%}.col-7{width:58.33333%}.col-8{width:66.66667%}.col-9{width:75%}.col-10{width:83.33333%}.col-11{width:91.66667%}.col-12{width:100%}@media (min-width: 544px){.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}}@media (min-width: 768px){.col-md-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-4{width:33.33333%}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-12{width:100%}}@media (min-width: 1012px){.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}}@media (min-width: 1280px){.col-xl-1{width:8.33333%}.col-xl-2{width:16.66667%}.col-xl-3{width:25%}.col-xl-4{width:33.33333%}.col-xl-5{width:41.66667%}.col-xl-6{width:50%}.col-xl-7{width:58.33333%}.col-xl-8{width:66.66667%}.col-xl-9{width:75%}.col-xl-10{width:83.33333%}.col-xl-11{width:91.66667%}.col-xl-12{width:100%}}.gutter{margin-right:-16px;margin-left:-16px}.gutter>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-condensed{margin-right:-8px;margin-left:-8px}.gutter-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-spacious{margin-right:-24px;margin-left:-24px}.gutter-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}@media (min-width: 544px){.gutter-sm{margin-right:-16px;margin-left:-16px}.gutter-sm>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-sm-condensed{margin-right:-8px;margin-left:-8px}.gutter-sm-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-sm-spacious{margin-right:-24px;margin-left:-24px}.gutter-sm-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 768px){.gutter-md{margin-right:-16px;margin-left:-16px}.gutter-md>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-md-condensed{margin-right:-8px;margin-left:-8px}.gutter-md-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-md-spacious{margin-right:-24px;margin-left:-24px}.gutter-md-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1012px){.gutter-lg{margin-right:-16px;margin-left:-16px}.gutter-lg>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-lg-condensed{margin-right:-8px;margin-left:-8px}.gutter-lg-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-lg-spacious{margin-right:-24px;margin-left:-24px}.gutter-lg-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1280px){.gutter-xl{margin-right:-16px;margin-left:-16px}.gutter-xl>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-xl-condensed{margin-right:-8px;margin-left:-8px}.gutter-xl-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-xl-spacious{margin-right:-24px;margin-left:-24px}.gutter-xl-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width: 544px){.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width: 768px){.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width: 1012px){.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width: 1280px){.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.menu{margin-bottom:15px;list-style:none;background-color:#fff;border:1px solid #d1d5da;border-radius:3px}.menu-item{position:relative;display:block;padding:8px 10px;border-bottom:1px solid #e1e4e8}.menu-item:first-child{border-top:0;border-top-left-radius:2px;border-top-right-radius:2px}.menu-item:first-child::before{border-top-left-radius:2px}.menu-item:last-child{border-bottom:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.menu-item:last-child::before{border-bottom-left-radius:2px}.menu-item:hover{text-decoration:none;background-color:#f6f8fa}.menu-item.selected{font-weight:600;color:#24292e;cursor:default;background-color:#fff}.menu-item.selected::before{position:absolute;top:0;bottom:0;left:0;width:2px;content:"";background-color:#e36209}.menu-item .octicon{width:16px;margin-right:5px;color:#24292e;text-align:center}.menu-item .Counter{float:right;margin-left:5px}.menu-item .menu-warning{float:right;color:#86181d}.menu-item .avatar{float:left;margin-right:5px}.menu-item.alert .Counter{color:#cb2431}.menu-heading{display:block;padding:8px 10px;margin-top:0;margin-bottom:0;font-size:13px;font-weight:600;line-height:20px;color:#586069;background-color:#f3f5f8;border-bottom:1px solid #e1e4e8}.menu-heading:hover{text-decoration:none}.menu-heading:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.menu-heading:last-child{border-bottom:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.tabnav{margin-top:0;margin-bottom:15px;border-bottom:1px solid #d1d5da}.tabnav .Counter{margin-left:5px}.tabnav-tabs{margin-bottom:-1px}.tabnav-tab{display:inline-block;padding:8px 12px;font-size:14px;line-height:20px;color:#586069;text-decoration:none;background-color:transparent;border:1px solid transparent;border-bottom:0}.tabnav-tab.selected{color:#24292e;background-color:#fff;border-color:#d1d5da;border-radius:3px 3px 0 0}.tabnav-tab:hover,.tabnav-tab:focus{color:#24292e;text-decoration:none}.tabnav-extra{display:inline-block;padding-top:10px;margin-left:10px;font-size:12px;color:#586069}.tabnav-extra>.octicon{margin-right:2px}a.tabnav-extra:hover{color:#0366d6;text-decoration:none}.tabnav-btn{margin-left:10px}.filter-list{list-style-type:none}.filter-list.small .filter-item{padding:4px 10px;margin:0 0 2px;font-size:12px}.filter-list.pjax-active .filter-item{color:#586069;background-color:transparent}.filter-list.pjax-active .filter-item.pjax-active{color:#fff;background-color:#0366d6}.filter-item{position:relative;display:block;padding:8px 10px;margin-bottom:5px;overflow:hidden;font-size:14px;color:#586069;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;border-radius:3px}.filter-item:hover{text-decoration:none;background-color:#eaecef}.filter-item.selected{color:#fff;background-color:#0366d6}.filter-item .count{float:right;font-weight:600}.filter-item .bar{position:absolute;top:2px;right:0;bottom:2px;z-index:-1;display:inline-block;background-color:#eff3f6}.subnav{margin-bottom:20px}.subnav::before{display:table;content:""}.subnav::after{display:table;clear:both;content:""}.subnav-bordered{padding-bottom:20px;border-bottom:1px solid #eaecef}.subnav-flush{margin-bottom:0}.subnav-item{position:relative;float:left;padding:6px 14px;font-weight:600;line-height:20px;color:#586069;border:1px solid #e1e4e8}.subnav-item+.subnav-item{margin-left:-1px}.subnav-item:hover,.subnav-item:focus{text-decoration:none;background-color:#f6f8fa}.subnav-item.selected,.subnav-item.selected:hover,.subnav-item.selected:focus{z-index:2;color:#fff;background-color:#0366d6;border-color:#0366d6}.subnav-item:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.subnav-item:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.subnav-search{position:relative;margin-left:10px}.subnav-search-input{width:320px;padding-left:30px;color:#586069}.subnav-search-input-wide{width:500px}.subnav-search-icon{position:absolute;top:9px;left:8px;display:block;color:#c6cbd1;text-align:center;pointer-events:none}.subnav-search-context .btn{color:#444d56;border-top-right-radius:0;border-bottom-right-radius:0}.subnav-search-context .btn:hover,.subnav-search-context .btn:focus,.subnav-search-context .btn:active,.subnav-search-context .btn.selected{z-index:2}.subnav-search-context+.subnav-search{margin-left:-1px}.subnav-search-context+.subnav-search .subnav-search-input{border-top-left-radius:0;border-bottom-left-radius:0}.subnav-search-context .select-menu-modal-holder{z-index:30}.subnav-search-context .select-menu-modal{width:220px}.subnav-search-context .select-menu-item-icon{color:inherit}.subnav-spacer-right{padding-right:10px}.tooltipped{position:relative}.tooltipped::after{position:absolute;z-index:1000000;display:none;padding:5px 8px;font:normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:rgba(27,31,35,0.8);border-radius:3px;opacity:0}.tooltipped::before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:rgba(27,31,35,0.8);pointer-events:none;content:"";border:5px solid transparent;opacity:0}@-webkit-keyframes tooltip-appear{from{opacity:0}to{opacity:1}}@keyframes tooltip-appear{from{opacity:0}to{opacity:1}}.tooltipped:hover::before,.tooltipped:hover::after,.tooltipped:active::before,.tooltipped:active::after,.tooltipped:focus::before,.tooltipped:focus::after{display:inline-block;text-decoration:none;-webkit-animation-name:tooltip-appear;animation-name:tooltip-appear;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-delay:.4s;animation-delay:.4s}.tooltipped-no-delay:hover::before,.tooltipped-no-delay:hover::after,.tooltipped-no-delay:active::before,.tooltipped-no-delay:active::after,.tooltipped-no-delay:focus::before,.tooltipped-no-delay:focus::after{opacity:1;-webkit-animation:none;animation:none}.tooltipped-multiline:hover::after,.tooltipped-multiline:active::after,.tooltipped-multiline:focus::after{display:table-cell}.tooltipped-s::after,.tooltipped-se::after,.tooltipped-sw::after{top:100%;right:50%;margin-top:5px}.tooltipped-s::before,.tooltipped-se::before,.tooltipped-sw::before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(27,31,35,0.8)}.tooltipped-se::after{right:auto;left:50%;margin-left:-15px}.tooltipped-sw::after{margin-right:-15px}.tooltipped-n::after,.tooltipped-ne::after,.tooltipped-nw::after{right:50%;bottom:100%;margin-bottom:5px}.tooltipped-n::before,.tooltipped-ne::before,.tooltipped-nw::before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(27,31,35,0.8)}.tooltipped-ne::after{right:auto;left:50%;margin-left:-15px}.tooltipped-nw::after{margin-right:-15px}.tooltipped-s::after,.tooltipped-n::after{-webkit-transform:translateX(50%);transform:translateX(50%)}.tooltipped-w::after{right:100%;bottom:50%;margin-right:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-w::before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(27,31,35,0.8)}.tooltipped-e::after{bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-e::before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:rgba(27,31,35,0.8)}.tooltipped-multiline::after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-wrap:break-word;white-space:pre-line;border-collapse:separate}.tooltipped-multiline.tooltipped-s::after,.tooltipped-multiline.tooltipped-n::after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-w::after,.tooltipped-multiline.tooltipped-e::after{right:100%}@media screen and (min-width: 0\0){.tooltipped-multiline::after{width:250px}}.tooltipped-sticky::before,.tooltipped-sticky::after{display:inline-block}.tooltipped-sticky.tooltipped-multiline::after{display:table-cell}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.tooltipped-w::after{margin-right:4.5px}}.css-truncate.css-truncate-target,.css-truncate .css-truncate-target{display:inline-block;max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target,.css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target,.css-truncate.expandable:hover .css-truncate-target,.css-truncate.expandable:hover.css-truncate-target{max-width:10000px !important}.anim-fade-in{-webkit-animation-name:fade-in;animation-name:fade-in;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.anim-fade-in.fast{-webkit-animation-duration:300ms;animation-duration:300ms}@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.anim-fade-up{opacity:0;-webkit-animation-name:fade-up;animation-name:fade-up;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes fade-up{0%{opacity:0.8;-webkit-transform:translateY(100%);transform:translateY(100%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fade-up{0%{opacity:0.8;-webkit-transform:translateY(100%);transform:translateY(100%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.anim-fade-down{-webkit-animation-name:fade-down;animation-name:fade-down;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes fade-down{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0.5;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes fade-down{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0.5;-webkit-transform:translateY(100%);transform:translateY(100%)}}.anim-grow-x{width:0%;-webkit-animation-name:grow-x;animation-name:grow-x;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-delay:0.5s;animation-delay:0.5s}@-webkit-keyframes grow-x{to{width:100%}}@keyframes grow-x{to{width:100%}}.anim-shrink-x{-webkit-animation-name:shrink-x;animation-name:shrink-x;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0.5s;animation-delay:0.5s}@-webkit-keyframes shrink-x{to{width:0%}}@keyframes shrink-x{to{width:0%}}.anim-scale-in{-webkit-animation-name:scale-in;animation-name:scale-in;-webkit-animation-duration:0.15s;animation-duration:0.15s;-webkit-animation-timing-function:cubic-bezier(0.2, 0, 0.13, 1.5);animation-timing-function:cubic-bezier(0.2, 0, 0.13, 1.5)}@-webkit-keyframes scale-in{0%{opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-in{0%{opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.anim-pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes pulse{0%{opacity:0.3}10%{opacity:1}100%{opacity:0.3}}@keyframes pulse{0%{opacity:0.3}10%{opacity:1}100%{opacity:0.3}}.anim-pulse-in{-webkit-animation-name:pulse-in;animation-name:pulse-in;-webkit-animation-duration:0.5s;animation-duration:0.5s}@-webkit-keyframes pulse-in{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes pulse-in{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.border{border:1px #e1e4e8 solid !important}.border-top{border-top:1px #e1e4e8 solid !important}.border-right{border-right:1px #e1e4e8 solid !important}.border-bottom{border-bottom:1px #e1e4e8 solid !important}.border-left{border-left:1px #e1e4e8 solid !important}.border-y{border-top:1px #e1e4e8 solid !important;border-bottom:1px #e1e4e8 solid !important}.border-dashed{border-style:dashed !important}.border-blue{border-color:#0366d6 !important}.border-blue-light{border-color:#c8e1ff !important}.border-green{border-color:#34d058 !important}.border-green-light{border-color:#a2cbac !important}.border-red{border-color:#d73a49 !important}.border-red-light{border-color:#cea0a5 !important}.border-purple{border-color:#6f42c1 !important}.border-yellow{border-color:#d9d0a5 !important}.border-gray-light{border-color:#eaecef !important}.border-gray-dark{border-color:#d1d5da !important}.border-black-fade{border-color:rgba(27,31,35,0.15) !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:3px !important}.rounded-2{border-radius:6px !important}.box-shadow{box-shadow:0 1px 1px rgba(27,31,35,0.1) !important}.box-shadow-medium{box-shadow:0 1px 5px rgba(27,31,35,0.15) !important}.box-shadow-large{box-shadow:0 1px 15px rgba(27,31,35,0.15) !important}.box-shadow-extra-large{box-shadow:0 10px 50px rgba(27,31,35,0.07) !important}.box-shadow-none{box-shadow:none !important}.bg-white{background-color:#fff !important}.bg-blue{background-color:#0366d6 !important}.bg-blue-light{background-color:#f1f8ff !important}.bg-gray-dark{background-color:#24292e !important}.bg-gray{background-color:#f6f8fa !important}.bg-gray-light{background-color:#fafbfc !important}.bg-green{background-color:#28a745 !important}.bg-green-light{background-color:#dcffe4 !important}.bg-red{background-color:#d73a49 !important}.bg-red-light{background-color:#ffdce0 !important}.bg-yellow{background-color:#ffd33d !important}.bg-yellow-light{background-color:#fff5b1 !important}.bg-purple{background-color:#6f42c1 !important}.bg-purple-light{background-color:#f5f0ff !important}.bg-shade-gradient{background-image:linear-gradient(180deg, rgba(27,31,35,0.065), rgba(27,31,35,0)) !important;background-repeat:no-repeat !important;background-size:100% 200px !important}.text-blue{color:#0366d6 !important}.text-red{color:#cb2431 !important}.text-gray-light{color:#6a737d !important}.text-gray{color:#586069 !important}.text-gray-dark{color:#24292e !important}.text-green{color:#28a745 !important}.text-orange{color:#a04100 !important}.text-orange-light{color:#e36209 !important}.text-purple{color:#6f42c1 !important}.text-white{color:#fff !important}.text-inherit{color:inherit !important}.text-pending{color:#b08800 !important}.bg-pending{color:#dbab09 !important}.link-gray{color:#586069 !important}.link-gray:hover{color:#0366d6 !important}.link-gray-dark{color:#24292e !important}.link-gray-dark:hover{color:#0366d6 !important}.link-hover-blue:hover{color:#0366d6 !important}.muted-link{color:#586069 !important}.muted-link:hover{color:#0366d6 !important;text-decoration:none}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-justify-start{-webkit-box-pack:start !important;justify-content:flex-start !important}.flex-justify-end{-webkit-box-pack:end !important;justify-content:flex-end !important}.flex-justify-center{-webkit-box-pack:center !important;justify-content:center !important}.flex-justify-between{-webkit-box-pack:justify !important;justify-content:space-between !important}.flex-justify-around{justify-content:space-around !important}.flex-items-start{-webkit-box-align:start !important;align-items:flex-start !important}.flex-items-end{-webkit-box-align:end !important;align-items:flex-end !important}.flex-items-center{-webkit-box-align:center !important;align-items:center !important}.flex-items-baseline{-webkit-box-align:baseline !important;align-items:baseline !important}.flex-items-stretch{-webkit-box-align:stretch !important;align-items:stretch !important}.flex-content-start{align-content:flex-start !important}.flex-content-end{align-content:flex-end !important}.flex-content-center{align-content:center !important}.flex-content-between{align-content:space-between !important}.flex-content-around{align-content:space-around !important}.flex-content-stretch{align-content:stretch !important}.flex-auto{-webkit-box-flex:1 !important;flex:1 1 auto !important}.flex-shrink-0{flex-shrink:0 !important}.flex-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-self-start{align-self:flex-start !important}.flex-self-end{align-self:flex-end !important}.flex-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-self-baseline{align-self:baseline !important}.flex-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-item-equal{-webkit-box-flex:1;flex-grow:1;flex-basis:0}@media (min-width: 544px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-justify-start{-webkit-box-pack:start !important;justify-content:flex-start !important}.flex-sm-justify-end{-webkit-box-pack:end !important;justify-content:flex-end !important}.flex-sm-justify-center{-webkit-box-pack:center !important;justify-content:center !important}.flex-sm-justify-between{-webkit-box-pack:justify !important;justify-content:space-between !important}.flex-sm-justify-around{justify-content:space-around !important}.flex-sm-items-start{-webkit-box-align:start !important;align-items:flex-start !important}.flex-sm-items-end{-webkit-box-align:end !important;align-items:flex-end !important}.flex-sm-items-center{-webkit-box-align:center !important;align-items:center !important}.flex-sm-items-baseline{-webkit-box-align:baseline !important;align-items:baseline !important}.flex-sm-items-stretch{-webkit-box-align:stretch !important;align-items:stretch !important}.flex-sm-content-start{align-content:flex-start !important}.flex-sm-content-end{align-content:flex-end !important}.flex-sm-content-center{align-content:center !important}.flex-sm-content-between{align-content:space-between !important}.flex-sm-content-around{align-content:space-around !important}.flex-sm-content-stretch{align-content:stretch !important}.flex-sm-auto{-webkit-box-flex:1 !important;flex:1 1 auto !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-sm-self-start{align-self:flex-start !important}.flex-sm-self-end{align-self:flex-end !important}.flex-sm-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-sm-self-baseline{align-self:baseline !important}.flex-sm-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-sm-item-equal{-webkit-box-flex:1;flex-grow:1;flex-basis:0}}@media (min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-justify-start{-webkit-box-pack:start !important;justify-content:flex-start !important}.flex-md-justify-end{-webkit-box-pack:end !important;justify-content:flex-end !important}.flex-md-justify-center{-webkit-box-pack:center !important;justify-content:center !important}.flex-md-justify-between{-webkit-box-pack:justify !important;justify-content:space-between !important}.flex-md-justify-around{justify-content:space-around !important}.flex-md-items-start{-webkit-box-align:start !important;align-items:flex-start !important}.flex-md-items-end{-webkit-box-align:end !important;align-items:flex-end !important}.flex-md-items-center{-webkit-box-align:center !important;align-items:center !important}.flex-md-items-baseline{-webkit-box-align:baseline !important;align-items:baseline !important}.flex-md-items-stretch{-webkit-box-align:stretch !important;align-items:stretch !important}.flex-md-content-start{align-content:flex-start !important}.flex-md-content-end{align-content:flex-end !important}.flex-md-content-center{align-content:center !important}.flex-md-content-between{align-content:space-between !important}.flex-md-content-around{align-content:space-around !important}.flex-md-content-stretch{align-content:stretch !important}.flex-md-auto{-webkit-box-flex:1 !important;flex:1 1 auto !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-md-self-start{align-self:flex-start !important}.flex-md-self-end{align-self:flex-end !important}.flex-md-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-md-self-baseline{align-self:baseline !important}.flex-md-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-md-item-equal{-webkit-box-flex:1;flex-grow:1;flex-basis:0}}@media (min-width: 1012px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-justify-start{-webkit-box-pack:start !important;justify-content:flex-start !important}.flex-lg-justify-end{-webkit-box-pack:end !important;justify-content:flex-end !important}.flex-lg-justify-center{-webkit-box-pack:center !important;justify-content:center !important}.flex-lg-justify-between{-webkit-box-pack:justify !important;justify-content:space-between !important}.flex-lg-justify-around{justify-content:space-around !important}.flex-lg-items-start{-webkit-box-align:start !important;align-items:flex-start !important}.flex-lg-items-end{-webkit-box-align:end !important;align-items:flex-end !important}.flex-lg-items-center{-webkit-box-align:center !important;align-items:center !important}.flex-lg-items-baseline{-webkit-box-align:baseline !important;align-items:baseline !important}.flex-lg-items-stretch{-webkit-box-align:stretch !important;align-items:stretch !important}.flex-lg-content-start{align-content:flex-start !important}.flex-lg-content-end{align-content:flex-end !important}.flex-lg-content-center{align-content:center !important}.flex-lg-content-between{align-content:space-between !important}.flex-lg-content-around{align-content:space-around !important}.flex-lg-content-stretch{align-content:stretch !important}.flex-lg-auto{-webkit-box-flex:1 !important;flex:1 1 auto !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-lg-self-start{align-self:flex-start !important}.flex-lg-self-end{align-self:flex-end !important}.flex-lg-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-lg-self-baseline{align-self:baseline !important}.flex-lg-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-lg-item-equal{-webkit-box-flex:1;flex-grow:1;flex-basis:0}}@media (min-width: 1280px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-justify-start{-webkit-box-pack:start !important;justify-content:flex-start !important}.flex-xl-justify-end{-webkit-box-pack:end !important;justify-content:flex-end !important}.flex-xl-justify-center{-webkit-box-pack:center !important;justify-content:center !important}.flex-xl-justify-between{-webkit-box-pack:justify !important;justify-content:space-between !important}.flex-xl-justify-around{justify-content:space-around !important}.flex-xl-items-start{-webkit-box-align:start !important;align-items:flex-start !important}.flex-xl-items-end{-webkit-box-align:end !important;align-items:flex-end !important}.flex-xl-items-center{-webkit-box-align:center !important;align-items:center !important}.flex-xl-items-baseline{-webkit-box-align:baseline !important;align-items:baseline !important}.flex-xl-items-stretch{-webkit-box-align:stretch !important;align-items:stretch !important}.flex-xl-content-start{align-content:flex-start !important}.flex-xl-content-end{align-content:flex-end !important}.flex-xl-content-center{align-content:center !important}.flex-xl-content-between{align-content:space-between !important}.flex-xl-content-around{align-content:space-around !important}.flex-xl-content-stretch{align-content:stretch !important}.flex-xl-auto{-webkit-box-flex:1 !important;flex:1 1 auto !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-xl-self-start{align-self:flex-start !important}.flex-xl-self-end{align-self:flex-end !important}.flex-xl-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-xl-self-baseline{align-self:baseline !important}.flex-xl-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-xl-item-equal{-webkit-box-flex:1;flex-grow:1;flex-basis:0}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.top-0{top:0 !important}.right-0{right:0 !important}.bottom-0{bottom:0 !important}.left-0{left:0 !important}.v-align-middle{vertical-align:middle !important}.v-align-top{vertical-align:top !important}.v-align-bottom{vertical-align:bottom !important}.v-align-text-top{vertical-align:text-top !important}.v-align-text-bottom{vertical-align:text-bottom !important}.overflow-hidden{overflow:hidden !important}.overflow-scroll{overflow:scroll !important}.overflow-auto{overflow:auto !important}.clearfix::before{display:table;content:""}.clearfix::after{display:table;clear:both;content:""}.float-right{float:right !important}.float-left{float:left !important}.float-none{float:none !important}@media (min-width: 544px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 1012px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1280px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.width-fit{max-width:100% !important}.width-full{width:100% !important}.height-full{height:100% !important}.min-width-0{min-width:0 !important}.direction-rtl{direction:rtl !important}.direction-ltr{direction:ltr !important}@media (min-width: 544px){.direction-sm-rtl{direction:rtl !important}.direction-sm-ltr{direction:ltr !important}}@media (min-width: 768px){.direction-md-rtl{direction:rtl !important}.direction-md-ltr{direction:ltr !important}}@media (min-width: 1012px){.direction-lg-rtl{direction:rtl !important}.direction-lg-ltr{direction:ltr !important}}@media (min-width: 1280px){.direction-xl-rtl{direction:rtl !important}.direction-xl-ltr{direction:ltr !important}}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mt-n0{margin-top:-0 !important}.mr-n0{margin-right:-0 !important}.mb-n0{margin-bottom:-0 !important}.ml-n0{margin-left:-0 !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:4px !important}.mt-1{margin-top:4px !important}.mr-1{margin-right:4px !important}.mb-1{margin-bottom:4px !important}.ml-1{margin-left:4px !important}.mt-n1{margin-top:-4px !important}.mr-n1{margin-right:-4px !important}.mb-n1{margin-bottom:-4px !important}.ml-n1{margin-left:-4px !important}.mx-1{margin-right:4px !important;margin-left:4px !important}.my-1{margin-top:4px !important;margin-bottom:4px !important}.m-2{margin:8px !important}.mt-2{margin-top:8px !important}.mr-2{margin-right:8px !important}.mb-2{margin-bottom:8px !important}.ml-2{margin-left:8px !important}.mt-n2{margin-top:-8px !important}.mr-n2{margin-right:-8px !important}.mb-n2{margin-bottom:-8px !important}.ml-n2{margin-left:-8px !important}.mx-2{margin-right:8px !important;margin-left:8px !important}.my-2{margin-top:8px !important;margin-bottom:8px !important}.m-3{margin:16px !important}.mt-3{margin-top:16px !important}.mr-3{margin-right:16px !important}.mb-3{margin-bottom:16px !important}.ml-3{margin-left:16px !important}.mt-n3{margin-top:-16px !important}.mr-n3{margin-right:-16px !important}.mb-n3{margin-bottom:-16px !important}.ml-n3{margin-left:-16px !important}.mx-3{margin-right:16px !important;margin-left:16px !important}.my-3{margin-top:16px !important;margin-bottom:16px !important}.m-4{margin:24px !important}.mt-4{margin-top:24px !important}.mr-4{margin-right:24px !important}.mb-4{margin-bottom:24px !important}.ml-4{margin-left:24px !important}.mt-n4{margin-top:-24px !important}.mr-n4{margin-right:-24px !important}.mb-n4{margin-bottom:-24px !important}.ml-n4{margin-left:-24px !important}.mx-4{margin-right:24px !important;margin-left:24px !important}.my-4{margin-top:24px !important;margin-bottom:24px !important}.m-5{margin:32px !important}.mt-5{margin-top:32px !important}.mr-5{margin-right:32px !important}.mb-5{margin-bottom:32px !important}.ml-5{margin-left:32px !important}.mt-n5{margin-top:-32px !important}.mr-n5{margin-right:-32px !important}.mb-n5{margin-bottom:-32px !important}.ml-n5{margin-left:-32px !important}.mx-5{margin-right:32px !important;margin-left:32px !important}.my-5{margin-top:32px !important;margin-bottom:32px !important}.m-6{margin:40px !important}.mt-6{margin-top:40px !important}.mr-6{margin-right:40px !important}.mb-6{margin-bottom:40px !important}.ml-6{margin-left:40px !important}.mt-n6{margin-top:-40px !important}.mr-n6{margin-right:-40px !important}.mb-n6{margin-bottom:-40px !important}.ml-n6{margin-left:-40px !important}.mx-6{margin-right:40px !important;margin-left:40px !important}.my-6{margin-top:40px !important;margin-bottom:40px !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}@media (min-width: 544px){.m-sm-0{margin:0 !important}.mt-sm-0{margin-top:0 !important}.mr-sm-0{margin-right:0 !important}.mb-sm-0{margin-bottom:0 !important}.ml-sm-0{margin-left:0 !important}.mt-sm-n0{margin-top:-0 !important}.mr-sm-n0{margin-right:-0 !important}.mb-sm-n0{margin-bottom:-0 !important}.ml-sm-n0{margin-left:-0 !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}}@media (min-width: 544px){.m-sm-1{margin:4px !important}.mt-sm-1{margin-top:4px !important}.mr-sm-1{margin-right:4px !important}.mb-sm-1{margin-bottom:4px !important}.ml-sm-1{margin-left:4px !important}.mt-sm-n1{margin-top:-4px !important}.mr-sm-n1{margin-right:-4px !important}.mb-sm-n1{margin-bottom:-4px !important}.ml-sm-n1{margin-left:-4px !important}.mx-sm-1{margin-right:4px !important;margin-left:4px !important}.my-sm-1{margin-top:4px !important;margin-bottom:4px !important}}@media (min-width: 544px){.m-sm-2{margin:8px !important}.mt-sm-2{margin-top:8px !important}.mr-sm-2{margin-right:8px !important}.mb-sm-2{margin-bottom:8px !important}.ml-sm-2{margin-left:8px !important}.mt-sm-n2{margin-top:-8px !important}.mr-sm-n2{margin-right:-8px !important}.mb-sm-n2{margin-bottom:-8px !important}.ml-sm-n2{margin-left:-8px !important}.mx-sm-2{margin-right:8px !important;margin-left:8px !important}.my-sm-2{margin-top:8px !important;margin-bottom:8px !important}}@media (min-width: 544px){.m-sm-3{margin:16px !important}.mt-sm-3{margin-top:16px !important}.mr-sm-3{margin-right:16px !important}.mb-sm-3{margin-bottom:16px !important}.ml-sm-3{margin-left:16px !important}.mt-sm-n3{margin-top:-16px !important}.mr-sm-n3{margin-right:-16px !important}.mb-sm-n3{margin-bottom:-16px !important}.ml-sm-n3{margin-left:-16px !important}.mx-sm-3{margin-right:16px !important;margin-left:16px !important}.my-sm-3{margin-top:16px !important;margin-bottom:16px !important}}@media (min-width: 544px){.m-sm-4{margin:24px !important}.mt-sm-4{margin-top:24px !important}.mr-sm-4{margin-right:24px !important}.mb-sm-4{margin-bottom:24px !important}.ml-sm-4{margin-left:24px !important}.mt-sm-n4{margin-top:-24px !important}.mr-sm-n4{margin-right:-24px !important}.mb-sm-n4{margin-bottom:-24px !important}.ml-sm-n4{margin-left:-24px !important}.mx-sm-4{margin-right:24px !important;margin-left:24px !important}.my-sm-4{margin-top:24px !important;margin-bottom:24px !important}}@media (min-width: 544px){.m-sm-5{margin:32px !important}.mt-sm-5{margin-top:32px !important}.mr-sm-5{margin-right:32px !important}.mb-sm-5{margin-bottom:32px !important}.ml-sm-5{margin-left:32px !important}.mt-sm-n5{margin-top:-32px !important}.mr-sm-n5{margin-right:-32px !important}.mb-sm-n5{margin-bottom:-32px !important}.ml-sm-n5{margin-left:-32px !important}.mx-sm-5{margin-right:32px !important;margin-left:32px !important}.my-sm-5{margin-top:32px !important;margin-bottom:32px !important}}@media (min-width: 544px){.m-sm-6{margin:40px !important}.mt-sm-6{margin-top:40px !important}.mr-sm-6{margin-right:40px !important}.mb-sm-6{margin-bottom:40px !important}.ml-sm-6{margin-left:40px !important}.mt-sm-n6{margin-top:-40px !important}.mr-sm-n6{margin-right:-40px !important}.mb-sm-n6{margin-bottom:-40px !important}.ml-sm-n6{margin-left:-40px !important}.mx-sm-6{margin-right:40px !important;margin-left:40px !important}.my-sm-6{margin-top:40px !important;margin-bottom:40px !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0{margin-top:0 !important}.mr-md-0{margin-right:0 !important}.mb-md-0{margin-bottom:0 !important}.ml-md-0{margin-left:0 !important}.mt-md-n0{margin-top:-0 !important}.mr-md-n0{margin-right:-0 !important}.mb-md-n0{margin-bottom:-0 !important}.ml-md-n0{margin-left:-0 !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}}@media (min-width: 768px){.m-md-1{margin:4px !important}.mt-md-1{margin-top:4px !important}.mr-md-1{margin-right:4px !important}.mb-md-1{margin-bottom:4px !important}.ml-md-1{margin-left:4px !important}.mt-md-n1{margin-top:-4px !important}.mr-md-n1{margin-right:-4px !important}.mb-md-n1{margin-bottom:-4px !important}.ml-md-n1{margin-left:-4px !important}.mx-md-1{margin-right:4px !important;margin-left:4px !important}.my-md-1{margin-top:4px !important;margin-bottom:4px !important}}@media (min-width: 768px){.m-md-2{margin:8px !important}.mt-md-2{margin-top:8px !important}.mr-md-2{margin-right:8px !important}.mb-md-2{margin-bottom:8px !important}.ml-md-2{margin-left:8px !important}.mt-md-n2{margin-top:-8px !important}.mr-md-n2{margin-right:-8px !important}.mb-md-n2{margin-bottom:-8px !important}.ml-md-n2{margin-left:-8px !important}.mx-md-2{margin-right:8px !important;margin-left:8px !important}.my-md-2{margin-top:8px !important;margin-bottom:8px !important}}@media (min-width: 768px){.m-md-3{margin:16px !important}.mt-md-3{margin-top:16px !important}.mr-md-3{margin-right:16px !important}.mb-md-3{margin-bottom:16px !important}.ml-md-3{margin-left:16px !important}.mt-md-n3{margin-top:-16px !important}.mr-md-n3{margin-right:-16px !important}.mb-md-n3{margin-bottom:-16px !important}.ml-md-n3{margin-left:-16px !important}.mx-md-3{margin-right:16px !important;margin-left:16px !important}.my-md-3{margin-top:16px !important;margin-bottom:16px !important}}@media (min-width: 768px){.m-md-4{margin:24px !important}.mt-md-4{margin-top:24px !important}.mr-md-4{margin-right:24px !important}.mb-md-4{margin-bottom:24px !important}.ml-md-4{margin-left:24px !important}.mt-md-n4{margin-top:-24px !important}.mr-md-n4{margin-right:-24px !important}.mb-md-n4{margin-bottom:-24px !important}.ml-md-n4{margin-left:-24px !important}.mx-md-4{margin-right:24px !important;margin-left:24px !important}.my-md-4{margin-top:24px !important;margin-bottom:24px !important}}@media (min-width: 768px){.m-md-5{margin:32px !important}.mt-md-5{margin-top:32px !important}.mr-md-5{margin-right:32px !important}.mb-md-5{margin-bottom:32px !important}.ml-md-5{margin-left:32px !important}.mt-md-n5{margin-top:-32px !important}.mr-md-n5{margin-right:-32px !important}.mb-md-n5{margin-bottom:-32px !important}.ml-md-n5{margin-left:-32px !important}.mx-md-5{margin-right:32px !important;margin-left:32px !important}.my-md-5{margin-top:32px !important;margin-bottom:32px !important}}@media (min-width: 768px){.m-md-6{margin:40px !important}.mt-md-6{margin-top:40px !important}.mr-md-6{margin-right:40px !important}.mb-md-6{margin-bottom:40px !important}.ml-md-6{margin-left:40px !important}.mt-md-n6{margin-top:-40px !important}.mr-md-n6{margin-right:-40px !important}.mb-md-n6{margin-bottom:-40px !important}.ml-md-n6{margin-left:-40px !important}.mx-md-6{margin-right:40px !important;margin-left:40px !important}.my-md-6{margin-top:40px !important;margin-bottom:40px !important}}@media (min-width: 1012px){.m-lg-0{margin:0 !important}.mt-lg-0{margin-top:0 !important}.mr-lg-0{margin-right:0 !important}.mb-lg-0{margin-bottom:0 !important}.ml-lg-0{margin-left:0 !important}.mt-lg-n0{margin-top:-0 !important}.mr-lg-n0{margin-right:-0 !important}.mb-lg-n0{margin-bottom:-0 !important}.ml-lg-n0{margin-left:-0 !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}}@media (min-width: 1012px){.m-lg-1{margin:4px !important}.mt-lg-1{margin-top:4px !important}.mr-lg-1{margin-right:4px !important}.mb-lg-1{margin-bottom:4px !important}.ml-lg-1{margin-left:4px !important}.mt-lg-n1{margin-top:-4px !important}.mr-lg-n1{margin-right:-4px !important}.mb-lg-n1{margin-bottom:-4px !important}.ml-lg-n1{margin-left:-4px !important}.mx-lg-1{margin-right:4px !important;margin-left:4px !important}.my-lg-1{margin-top:4px !important;margin-bottom:4px !important}}@media (min-width: 1012px){.m-lg-2{margin:8px !important}.mt-lg-2{margin-top:8px !important}.mr-lg-2{margin-right:8px !important}.mb-lg-2{margin-bottom:8px !important}.ml-lg-2{margin-left:8px !important}.mt-lg-n2{margin-top:-8px !important}.mr-lg-n2{margin-right:-8px !important}.mb-lg-n2{margin-bottom:-8px !important}.ml-lg-n2{margin-left:-8px !important}.mx-lg-2{margin-right:8px !important;margin-left:8px !important}.my-lg-2{margin-top:8px !important;margin-bottom:8px !important}}@media (min-width: 1012px){.m-lg-3{margin:16px !important}.mt-lg-3{margin-top:16px !important}.mr-lg-3{margin-right:16px !important}.mb-lg-3{margin-bottom:16px !important}.ml-lg-3{margin-left:16px !important}.mt-lg-n3{margin-top:-16px !important}.mr-lg-n3{margin-right:-16px !important}.mb-lg-n3{margin-bottom:-16px !important}.ml-lg-n3{margin-left:-16px !important}.mx-lg-3{margin-right:16px !important;margin-left:16px !important}.my-lg-3{margin-top:16px !important;margin-bottom:16px !important}}@media (min-width: 1012px){.m-lg-4{margin:24px !important}.mt-lg-4{margin-top:24px !important}.mr-lg-4{margin-right:24px !important}.mb-lg-4{margin-bottom:24px !important}.ml-lg-4{margin-left:24px !important}.mt-lg-n4{margin-top:-24px !important}.mr-lg-n4{margin-right:-24px !important}.mb-lg-n4{margin-bottom:-24px !important}.ml-lg-n4{margin-left:-24px !important}.mx-lg-4{margin-right:24px !important;margin-left:24px !important}.my-lg-4{margin-top:24px !important;margin-bottom:24px !important}}@media (min-width: 1012px){.m-lg-5{margin:32px !important}.mt-lg-5{margin-top:32px !important}.mr-lg-5{margin-right:32px !important}.mb-lg-5{margin-bottom:32px !important}.ml-lg-5{margin-left:32px !important}.mt-lg-n5{margin-top:-32px !important}.mr-lg-n5{margin-right:-32px !important}.mb-lg-n5{margin-bottom:-32px !important}.ml-lg-n5{margin-left:-32px !important}.mx-lg-5{margin-right:32px !important;margin-left:32px !important}.my-lg-5{margin-top:32px !important;margin-bottom:32px !important}}@media (min-width: 1012px){.m-lg-6{margin:40px !important}.mt-lg-6{margin-top:40px !important}.mr-lg-6{margin-right:40px !important}.mb-lg-6{margin-bottom:40px !important}.ml-lg-6{margin-left:40px !important}.mt-lg-n6{margin-top:-40px !important}.mr-lg-n6{margin-right:-40px !important}.mb-lg-n6{margin-bottom:-40px !important}.ml-lg-n6{margin-left:-40px !important}.mx-lg-6{margin-right:40px !important;margin-left:40px !important}.my-lg-6{margin-top:40px !important;margin-bottom:40px !important}}@media (min-width: 1280px){.m-xl-0{margin:0 !important}.mt-xl-0{margin-top:0 !important}.mr-xl-0{margin-right:0 !important}.mb-xl-0{margin-bottom:0 !important}.ml-xl-0{margin-left:0 !important}.mt-xl-n0{margin-top:-0 !important}.mr-xl-n0{margin-right:-0 !important}.mb-xl-n0{margin-bottom:-0 !important}.ml-xl-n0{margin-left:-0 !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}}@media (min-width: 1280px){.m-xl-1{margin:4px !important}.mt-xl-1{margin-top:4px !important}.mr-xl-1{margin-right:4px !important}.mb-xl-1{margin-bottom:4px !important}.ml-xl-1{margin-left:4px !important}.mt-xl-n1{margin-top:-4px !important}.mr-xl-n1{margin-right:-4px !important}.mb-xl-n1{margin-bottom:-4px !important}.ml-xl-n1{margin-left:-4px !important}.mx-xl-1{margin-right:4px !important;margin-left:4px !important}.my-xl-1{margin-top:4px !important;margin-bottom:4px !important}}@media (min-width: 1280px){.m-xl-2{margin:8px !important}.mt-xl-2{margin-top:8px !important}.mr-xl-2{margin-right:8px !important}.mb-xl-2{margin-bottom:8px !important}.ml-xl-2{margin-left:8px !important}.mt-xl-n2{margin-top:-8px !important}.mr-xl-n2{margin-right:-8px !important}.mb-xl-n2{margin-bottom:-8px !important}.ml-xl-n2{margin-left:-8px !important}.mx-xl-2{margin-right:8px !important;margin-left:8px !important}.my-xl-2{margin-top:8px !important;margin-bottom:8px !important}}@media (min-width: 1280px){.m-xl-3{margin:16px !important}.mt-xl-3{margin-top:16px !important}.mr-xl-3{margin-right:16px !important}.mb-xl-3{margin-bottom:16px !important}.ml-xl-3{margin-left:16px !important}.mt-xl-n3{margin-top:-16px !important}.mr-xl-n3{margin-right:-16px !important}.mb-xl-n3{margin-bottom:-16px !important}.ml-xl-n3{margin-left:-16px !important}.mx-xl-3{margin-right:16px !important;margin-left:16px !important}.my-xl-3{margin-top:16px !important;margin-bottom:16px !important}}@media (min-width: 1280px){.m-xl-4{margin:24px !important}.mt-xl-4{margin-top:24px !important}.mr-xl-4{margin-right:24px !important}.mb-xl-4{margin-bottom:24px !important}.ml-xl-4{margin-left:24px !important}.mt-xl-n4{margin-top:-24px !important}.mr-xl-n4{margin-right:-24px !important}.mb-xl-n4{margin-bottom:-24px !important}.ml-xl-n4{margin-left:-24px !important}.mx-xl-4{margin-right:24px !important;margin-left:24px !important}.my-xl-4{margin-top:24px !important;margin-bottom:24px !important}}@media (min-width: 1280px){.m-xl-5{margin:32px !important}.mt-xl-5{margin-top:32px !important}.mr-xl-5{margin-right:32px !important}.mb-xl-5{margin-bottom:32px !important}.ml-xl-5{margin-left:32px !important}.mt-xl-n5{margin-top:-32px !important}.mr-xl-n5{margin-right:-32px !important}.mb-xl-n5{margin-bottom:-32px !important}.ml-xl-n5{margin-left:-32px !important}.mx-xl-5{margin-right:32px !important;margin-left:32px !important}.my-xl-5{margin-top:32px !important;margin-bottom:32px !important}}@media (min-width: 1280px){.m-xl-6{margin:40px !important}.mt-xl-6{margin-top:40px !important}.mr-xl-6{margin-right:40px !important}.mb-xl-6{margin-bottom:40px !important}.ml-xl-6{margin-left:40px !important}.mt-xl-n6{margin-top:-40px !important}.mr-xl-n6{margin-right:-40px !important}.mb-xl-n6{margin-bottom:-40px !important}.ml-xl-n6{margin-left:-40px !important}.mx-xl-6{margin-right:40px !important;margin-left:40px !important}.my-xl-6{margin-top:40px !important;margin-bottom:40px !important}}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-right:0 !important;padding-left:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:4px !important}.pt-1{padding-top:4px !important}.pr-1{padding-right:4px !important}.pb-1{padding-bottom:4px !important}.pl-1{padding-left:4px !important}.px-1{padding-right:4px !important;padding-left:4px !important}.py-1{padding-top:4px !important;padding-bottom:4px !important}.p-2{padding:8px !important}.pt-2{padding-top:8px !important}.pr-2{padding-right:8px !important}.pb-2{padding-bottom:8px !important}.pl-2{padding-left:8px !important}.px-2{padding-right:8px !important;padding-left:8px !important}.py-2{padding-top:8px !important;padding-bottom:8px !important}.p-3{padding:16px !important}.pt-3{padding-top:16px !important}.pr-3{padding-right:16px !important}.pb-3{padding-bottom:16px !important}.pl-3{padding-left:16px !important}.px-3{padding-right:16px !important;padding-left:16px !important}.py-3{padding-top:16px !important;padding-bottom:16px !important}.p-4{padding:24px !important}.pt-4{padding-top:24px !important}.pr-4{padding-right:24px !important}.pb-4{padding-bottom:24px !important}.pl-4{padding-left:24px !important}.px-4{padding-right:24px !important;padding-left:24px !important}.py-4{padding-top:24px !important;padding-bottom:24px !important}.p-5{padding:32px !important}.pt-5{padding-top:32px !important}.pr-5{padding-right:32px !important}.pb-5{padding-bottom:32px !important}.pl-5{padding-left:32px !important}.px-5{padding-right:32px !important;padding-left:32px !important}.py-5{padding-top:32px !important;padding-bottom:32px !important}.p-6{padding:40px !important}.pt-6{padding-top:40px !important}.pr-6{padding-right:40px !important}.pb-6{padding-bottom:40px !important}.pl-6{padding-left:40px !important}.px-6{padding-right:40px !important;padding-left:40px !important}.py-6{padding-top:40px !important;padding-bottom:40px !important}@media (min-width: 544px){.p-sm-0{padding:0 !important}.pt-sm-0{padding-top:0 !important}.pr-sm-0{padding-right:0 !important}.pb-sm-0{padding-bottom:0 !important}.pl-sm-0{padding-left:0 !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}}@media (min-width: 544px){.p-sm-1{padding:4px !important}.pt-sm-1{padding-top:4px !important}.pr-sm-1{padding-right:4px !important}.pb-sm-1{padding-bottom:4px !important}.pl-sm-1{padding-left:4px !important}.px-sm-1{padding-right:4px !important;padding-left:4px !important}.py-sm-1{padding-top:4px !important;padding-bottom:4px !important}}@media (min-width: 544px){.p-sm-2{padding:8px !important}.pt-sm-2{padding-top:8px !important}.pr-sm-2{padding-right:8px !important}.pb-sm-2{padding-bottom:8px !important}.pl-sm-2{padding-left:8px !important}.px-sm-2{padding-right:8px !important;padding-left:8px !important}.py-sm-2{padding-top:8px !important;padding-bottom:8px !important}}@media (min-width: 544px){.p-sm-3{padding:16px !important}.pt-sm-3{padding-top:16px !important}.pr-sm-3{padding-right:16px !important}.pb-sm-3{padding-bottom:16px !important}.pl-sm-3{padding-left:16px !important}.px-sm-3{padding-right:16px !important;padding-left:16px !important}.py-sm-3{padding-top:16px !important;padding-bottom:16px !important}}@media (min-width: 544px){.p-sm-4{padding:24px !important}.pt-sm-4{padding-top:24px !important}.pr-sm-4{padding-right:24px !important}.pb-sm-4{padding-bottom:24px !important}.pl-sm-4{padding-left:24px !important}.px-sm-4{padding-right:24px !important;padding-left:24px !important}.py-sm-4{padding-top:24px !important;padding-bottom:24px !important}}@media (min-width: 544px){.p-sm-5{padding:32px !important}.pt-sm-5{padding-top:32px !important}.pr-sm-5{padding-right:32px !important}.pb-sm-5{padding-bottom:32px !important}.pl-sm-5{padding-left:32px !important}.px-sm-5{padding-right:32px !important;padding-left:32px !important}.py-sm-5{padding-top:32px !important;padding-bottom:32px !important}}@media (min-width: 544px){.p-sm-6{padding:40px !important}.pt-sm-6{padding-top:40px !important}.pr-sm-6{padding-right:40px !important}.pb-sm-6{padding-bottom:40px !important}.pl-sm-6{padding-left:40px !important}.px-sm-6{padding-right:40px !important;padding-left:40px !important}.py-sm-6{padding-top:40px !important;padding-bottom:40px !important}}@media (min-width: 768px){.p-md-0{padding:0 !important}.pt-md-0{padding-top:0 !important}.pr-md-0{padding-right:0 !important}.pb-md-0{padding-bottom:0 !important}.pl-md-0{padding-left:0 !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}}@media (min-width: 768px){.p-md-1{padding:4px !important}.pt-md-1{padding-top:4px !important}.pr-md-1{padding-right:4px !important}.pb-md-1{padding-bottom:4px !important}.pl-md-1{padding-left:4px !important}.px-md-1{padding-right:4px !important;padding-left:4px !important}.py-md-1{padding-top:4px !important;padding-bottom:4px !important}}@media (min-width: 768px){.p-md-2{padding:8px !important}.pt-md-2{padding-top:8px !important}.pr-md-2{padding-right:8px !important}.pb-md-2{padding-bottom:8px !important}.pl-md-2{padding-left:8px !important}.px-md-2{padding-right:8px !important;padding-left:8px !important}.py-md-2{padding-top:8px !important;padding-bottom:8px !important}}@media (min-width: 768px){.p-md-3{padding:16px !important}.pt-md-3{padding-top:16px !important}.pr-md-3{padding-right:16px !important}.pb-md-3{padding-bottom:16px !important}.pl-md-3{padding-left:16px !important}.px-md-3{padding-right:16px !important;padding-left:16px !important}.py-md-3{padding-top:16px !important;padding-bottom:16px !important}}@media (min-width: 768px){.p-md-4{padding:24px !important}.pt-md-4{padding-top:24px !important}.pr-md-4{padding-right:24px !important}.pb-md-4{padding-bottom:24px !important}.pl-md-4{padding-left:24px !important}.px-md-4{padding-right:24px !important;padding-left:24px !important}.py-md-4{padding-top:24px !important;padding-bottom:24px !important}}@media (min-width: 768px){.p-md-5{padding:32px !important}.pt-md-5{padding-top:32px !important}.pr-md-5{padding-right:32px !important}.pb-md-5{padding-bottom:32px !important}.pl-md-5{padding-left:32px !important}.px-md-5{padding-right:32px !important;padding-left:32px !important}.py-md-5{padding-top:32px !important;padding-bottom:32px !important}}@media (min-width: 768px){.p-md-6{padding:40px !important}.pt-md-6{padding-top:40px !important}.pr-md-6{padding-right:40px !important}.pb-md-6{padding-bottom:40px !important}.pl-md-6{padding-left:40px !important}.px-md-6{padding-right:40px !important;padding-left:40px !important}.py-md-6{padding-top:40px !important;padding-bottom:40px !important}}@media (min-width: 1012px){.p-lg-0{padding:0 !important}.pt-lg-0{padding-top:0 !important}.pr-lg-0{padding-right:0 !important}.pb-lg-0{padding-bottom:0 !important}.pl-lg-0{padding-left:0 !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}}@media (min-width: 1012px){.p-lg-1{padding:4px !important}.pt-lg-1{padding-top:4px !important}.pr-lg-1{padding-right:4px !important}.pb-lg-1{padding-bottom:4px !important}.pl-lg-1{padding-left:4px !important}.px-lg-1{padding-right:4px !important;padding-left:4px !important}.py-lg-1{padding-top:4px !important;padding-bottom:4px !important}}@media (min-width: 1012px){.p-lg-2{padding:8px !important}.pt-lg-2{padding-top:8px !important}.pr-lg-2{padding-right:8px !important}.pb-lg-2{padding-bottom:8px !important}.pl-lg-2{padding-left:8px !important}.px-lg-2{padding-right:8px !important;padding-left:8px !important}.py-lg-2{padding-top:8px !important;padding-bottom:8px !important}}@media (min-width: 1012px){.p-lg-3{padding:16px !important}.pt-lg-3{padding-top:16px !important}.pr-lg-3{padding-right:16px !important}.pb-lg-3{padding-bottom:16px !important}.pl-lg-3{padding-left:16px !important}.px-lg-3{padding-right:16px !important;padding-left:16px !important}.py-lg-3{padding-top:16px !important;padding-bottom:16px !important}}@media (min-width: 1012px){.p-lg-4{padding:24px !important}.pt-lg-4{padding-top:24px !important}.pr-lg-4{padding-right:24px !important}.pb-lg-4{padding-bottom:24px !important}.pl-lg-4{padding-left:24px !important}.px-lg-4{padding-right:24px !important;padding-left:24px !important}.py-lg-4{padding-top:24px !important;padding-bottom:24px !important}}@media (min-width: 1012px){.p-lg-5{padding:32px !important}.pt-lg-5{padding-top:32px !important}.pr-lg-5{padding-right:32px !important}.pb-lg-5{padding-bottom:32px !important}.pl-lg-5{padding-left:32px !important}.px-lg-5{padding-right:32px !important;padding-left:32px !important}.py-lg-5{padding-top:32px !important;padding-bottom:32px !important}}@media (min-width: 1012px){.p-lg-6{padding:40px !important}.pt-lg-6{padding-top:40px !important}.pr-lg-6{padding-right:40px !important}.pb-lg-6{padding-bottom:40px !important}.pl-lg-6{padding-left:40px !important}.px-lg-6{padding-right:40px !important;padding-left:40px !important}.py-lg-6{padding-top:40px !important;padding-bottom:40px !important}}@media (min-width: 1280px){.p-xl-0{padding:0 !important}.pt-xl-0{padding-top:0 !important}.pr-xl-0{padding-right:0 !important}.pb-xl-0{padding-bottom:0 !important}.pl-xl-0{padding-left:0 !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}}@media (min-width: 1280px){.p-xl-1{padding:4px !important}.pt-xl-1{padding-top:4px !important}.pr-xl-1{padding-right:4px !important}.pb-xl-1{padding-bottom:4px !important}.pl-xl-1{padding-left:4px !important}.px-xl-1{padding-right:4px !important;padding-left:4px !important}.py-xl-1{padding-top:4px !important;padding-bottom:4px !important}}@media (min-width: 1280px){.p-xl-2{padding:8px !important}.pt-xl-2{padding-top:8px !important}.pr-xl-2{padding-right:8px !important}.pb-xl-2{padding-bottom:8px !important}.pl-xl-2{padding-left:8px !important}.px-xl-2{padding-right:8px !important;padding-left:8px !important}.py-xl-2{padding-top:8px !important;padding-bottom:8px !important}}@media (min-width: 1280px){.p-xl-3{padding:16px !important}.pt-xl-3{padding-top:16px !important}.pr-xl-3{padding-right:16px !important}.pb-xl-3{padding-bottom:16px !important}.pl-xl-3{padding-left:16px !important}.px-xl-3{padding-right:16px !important;padding-left:16px !important}.py-xl-3{padding-top:16px !important;padding-bottom:16px !important}}@media (min-width: 1280px){.p-xl-4{padding:24px !important}.pt-xl-4{padding-top:24px !important}.pr-xl-4{padding-right:24px !important}.pb-xl-4{padding-bottom:24px !important}.pl-xl-4{padding-left:24px !important}.px-xl-4{padding-right:24px !important;padding-left:24px !important}.py-xl-4{padding-top:24px !important;padding-bottom:24px !important}}@media (min-width: 1280px){.p-xl-5{padding:32px !important}.pt-xl-5{padding-top:32px !important}.pr-xl-5{padding-right:32px !important}.pb-xl-5{padding-bottom:32px !important}.pl-xl-5{padding-left:32px !important}.px-xl-5{padding-right:32px !important;padding-left:32px !important}.py-xl-5{padding-top:32px !important;padding-bottom:32px !important}}@media (min-width: 1280px){.p-xl-6{padding:40px !important}.pt-xl-6{padding-top:40px !important}.pr-xl-6{padding-right:40px !important}.pb-xl-6{padding-bottom:40px !important}.pl-xl-6{padding-left:40px !important}.px-xl-6{padding-right:40px !important;padding-left:40px !important}.py-xl-6{padding-top:40px !important;padding-bottom:40px !important}}.p-responsive{padding-right:16px !important;padding-left:16px !important}@media (min-width: 544px){.p-responsive{padding-right:40px !important;padding-left:40px !important}}@media (min-width: 1012px){.p-responsive{padding-right:16px !important;padding-left:16px !important}}.h1{font-size:26px !important}@media (min-width: 768px){.h1{font-size:32px !important}}.h2{font-size:22px !important}@media (min-width: 768px){.h2{font-size:24px !important}}.h3{font-size:18px !important}@media (min-width: 768px){.h3{font-size:20px !important}}.h4{font-size:16px !important}.h5{font-size:14px !important}.h6{font-size:12px !important}.h1,.h2,.h3,.h4,.h5,.h6{font-weight:600 !important}.f1{font-size:26px !important}@media (min-width: 768px){.f1{font-size:32px !important}}.f2{font-size:22px !important}@media (min-width: 768px){.f2{font-size:24px !important}}.f3{font-size:18px !important}@media (min-width: 768px){.f3{font-size:20px !important}}.f4{font-size:16px !important}@media (min-width: 768px){.f4{font-size:16px !important}}.f5{font-size:14px !important}.f6{font-size:12px !important}.f00-light{font-size:40px !important;font-weight:300 !important}@media (min-width: 768px){.f00-light{font-size:48px !important}}.f0-light{font-size:32px !important;font-weight:300 !important}@media (min-width: 768px){.f0-light{font-size:40px !important}}.f1-light{font-size:26px !important;font-weight:300 !important}@media (min-width: 768px){.f1-light{font-size:32px !important}}.f2-light{font-size:22px !important;font-weight:300 !important}@media (min-width: 768px){.f2-light{font-size:24px !important}}.f3-light{font-size:18px !important;font-weight:300 !important}@media (min-width: 768px){.f3-light{font-size:20px !important}}.text-small{font-size:12px !important}.lead{margin-bottom:30px;font-size:20px;font-weight:300;color:#586069}.lh-condensed-ultra{line-height:1 !important}.lh-condensed{line-height:1.25 !important}.lh-default{line-height:1.5 !important}.text-right{text-align:right !important}.text-left{text-align:left !important}.text-center{text-align:center !important}@media (min-width: 544px){.text-sm-right{text-align:right !important}.text-sm-left{text-align:left !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-right{text-align:right !important}.text-md-left{text-align:left !important}.text-md-center{text-align:center !important}}@media (min-width: 1012px){.text-lg-right{text-align:right !important}.text-lg-left{text-align:left !important}.text-lg-center{text-align:center !important}}@media (min-width: 1280px){.text-xl-right{text-align:right !important}.text-xl-left{text-align:left !important}.text-xl-center{text-align:center !important}}.text-normal{font-weight:normal !important}.text-bold{font-weight:600 !important}.text-italic{font-style:italic !important}.text-uppercase{text-transform:uppercase !important}.no-underline{text-decoration:none !important}.no-wrap{white-space:nowrap !important}.ws-normal{white-space:normal !important}.wb-break-all{word-break:break-all !important}.text-emphasized{font-weight:600;color:#24292e}.list-style-none{list-style:none !important}.text-shadow-dark{text-shadow:0 1px 1px rgba(27,31,35,0.25),0 1px 25px rgba(27,31,35,0.75)}.text-shadow-light{text-shadow:0 1px 0 rgba(255,255,255,0.5)}.v-hidden{visibility:hidden !important}.v-visible{visibility:visible !important}.d-table{display:table !important}.d-table-cell{display:table-cell !important}.table-fixed{table-layout:fixed !important}.d-block{display:block !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-flex{display:-webkit-box !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:inline-flex !important}.d-none{display:none !important}@media (min-width: 544px){.d-sm-table{display:table !important}.d-sm-table-cell{display:table-cell !important}.d-sm-block{display:block !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-flex{display:-webkit-box !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:inline-flex !important}.d-sm-none{display:none !important}}@media (min-width: 768px){.d-md-table{display:table !important}.d-md-table-cell{display:table-cell !important}.d-md-block{display:block !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-flex{display:-webkit-box !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:inline-flex !important}.d-md-none{display:none !important}}@media (min-width: 1012px){.d-lg-table{display:table !important}.d-lg-table-cell{display:table-cell !important}.d-lg-block{display:block !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-flex{display:-webkit-box !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:inline-flex !important}.d-lg-none{display:none !important}}@media (min-width: 1280px){.d-xl-table{display:table !important}.d-xl-table-cell{display:table-cell !important}.d-xl-block{display:block !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-flex{display:-webkit-box !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:inline-flex !important}.d-xl-none{display:none !important}}@media (max-width: 544px){.hide-sm{display:none !important}}@media (min-width: 544px) and (max-width: 768px){.hide-md{display:none !important}}@media (min-width: 768px) and (max-width: 1012px){.hide-lg{display:none !important}}@media (min-width: 1012px){.hide-xl{display:none !important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);word-wrap:normal;border:0}.show-on-focus{position:absolute;width:1px;height:1px;margin:0;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}.show-on-focus:focus{z-index:20;width:auto;height:auto;clip:auto} diff --git a/node_modules/primer-core/build/index.js b/node_modules/primer-core/build/index.js new file mode 100644 index 0000000..82fd406 --- /dev/null +++ b/node_modules/primer-core/build/index.js @@ -0,0 +1 @@ +module.exports = {"cssstats":{"size":98921,"gzipSize":15467,"humanizedSize":"97kB","humanizedGzipSize":"15kB","rules":{"total":1650,"size":{"graph":[3,1,1,1,1,2,1,1,2,1,3,1,1,1,2,2,1,4,1,1,1,1,2,1,3,2,1,1,1,1,2,1,3,6,1,2,1,2,1,2,2,1,3,5,2,1,1,6,2,3,2,1,1,2,2,2,2,2,2,2,2,1,1,3,1,1,1,2,3,1,3,1,1,1,1,3,1,2,1,1,1,2,1,8,2,2,3,4,3,2,1,4,2,1,1,1,1,1,1,1,2,2,1,3,2,1,2,1,1,1,1,1,1,2,1,1,1,3,21,3,1,3,2,1,2,1,3,1,4,4,5,3,1,4,4,5,2,3,1,4,4,5,2,3,1,4,4,5,2,3,1,4,1,5,5,3,1,4,2,2,4,3,3,3,1,5,12,2,2,12,1,2,3,16,1,2,2,2,3,1,4,2,3,1,1,1,2,3,2,1,1,1,4,1,3,1,13,3,1,1,1,1,1,5,2,2,1,5,3,6,3,5,1,1,1,2,3,2,3,2,2,1,3,2,3,1,1,7,2,1,11,1,1,5,2,1,4,1,1,1,1,3,2,1,1,3,1,1,1,1,1,3,3,1,1,2,2,11,9,1,2,3,1,1,1,3,1,1,4,2,1,1,1,1,1,1,1,1,2,7,1,1,1,1,1,1,1,1,1,3,1,2,4,1,1,3,1,1,1,3,3,1,2,10,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,6,1,3,4,2,1,1,1,1,1,2,1,1,2,1,6,1,2,2,1,4,3,1,2,2,1,3,2,3,3,3,3,2,2,3,3,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,4,3,1,3,1,2,4,7,4,2,2,2,1,10,1,2,3,3,1,1,9,4,2,5,1,2,1,1,3,2,2,12,2,2,2,7,1,2,3,2,1,7,1,2,4,2,2,2,3,1,7,3,1,1,2,1,1,1,1,1,19,10,1,1,1,1,12,3,1,3,5,3,1,3,5,3,1,2,5,5,5,5,7,4,1,1,1,1,1,6,1,6,2,1,1,1,1,11,3,3,3,3,8,3,3,3,3,11,1,1,10,1,1,6,3,3,3,3,8,1,1,1,1,1,1,4,2,2,2,2,2,2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3,3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3,3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3,3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3,3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,2,1,2,1,2,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,2,2,1,1,1,1,1,1,2,2,1,1,1,1,1,1,2,2,1,1,1,1,1,1,2,2,1,1,1,1,1,8,6,4],"max":21,"average":1.6412121212121211}},"selectors":{"total":1833,"type":166,"class":1667,"id":0,"pseudoClass":127,"pseudoElement":93,"values":["html","body","article","aside","details","figcaption","figure","footer","header","main","menu","nav","section","summary","audio","canvas","progress","video","audio:not([controls])","progress","template","[hidden]","a","a:active","a:hover","abbr[title]","b","strong","b","strong","dfn","h1","mark","small","sub","sup","sub","sup","img","svg:not(:root)","code","kbd","pre","samp","figure","hr","button","input","select","textarea","optgroup","button","input","button","select","button","html [type=\"button\"]","[type=\"reset\"]","[type=\"submit\"]","button::-moz-focus-inner","[type=\"button\"]::-moz-focus-inner","[type=\"reset\"]::-moz-focus-inner","[type=\"submit\"]::-moz-focus-inner","button:-moz-focusring","[type=\"button\"]:-moz-focusring","[type=\"reset\"]:-moz-focusring","[type=\"submit\"]:-moz-focusring","fieldset","legend","textarea","[type=\"checkbox\"]","[type=\"radio\"]","[type=\"number\"]::-webkit-inner-spin-button","[type=\"number\"]::-webkit-outer-spin-button","[type=\"search\"]","[type=\"search\"]::-webkit-search-cancel-button","[type=\"search\"]::-webkit-search-decoration","::-webkit-input-placeholder","::-webkit-file-upload-button","*","input","select","textarea","button","body","a","a:hover","a:active","strong","hr",".rule","hr::before",".rule::before","hr::after",".rule::after","table","td","th","button","h1","h2","h3","h4","h5","h6","h1","h2","h3","h4","h5","h6","p","small","blockquote","ul","ol","ol ol","ul ol","ul ul ol","ul ol ol","ol ul ol","ol ol ol","dd","tt","code","pre",".octicon",".Box",".Box--condensed",".Box--condensed .Box-header",".Box--condensed .Box-body",".Box--condensed .Box-footer",".Box--condensed .Box-btn-octicon.btn-octicon",".Box--condensed .Box-row",".Box--spacious .Box-header",".Box--spacious .Box-title",".Box--spacious .Box-body",".Box--spacious .Box-footer",".Box--spacious .Box-btn-octicon.btn-octicon",".Box--spacious .Box-row",".Box-header",".Box-title",".Box-body",".Box-body:last-of-type",".Box-row",".Box-row:first-of-type",".Box-row:last-of-type",".Box-row.Box-row--unread",".Box-row.unread",".Box-row.navigation-focus .Box-row--drag-button",".Box-row.navigation-focus.is-dragging .Box-row--drag-button",".Box-row.navigation-focus.sortable-chosen",".Box-row.navigation-focus.sortable-ghost",".Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide",".Box-row--focus-gray.navigation-focus",".Box-row--focus-blue.navigation-focus",".Box-row--hover-gray:hover",".Box-row--hover-blue:hover",".Box-row-link",".Box-row-link:hover",".Box-row--drag-button",".Box-footer",".Box--scrollable",".Box--blue",".Box--blue .Box-header",".Box--blue .Box-body",".Box--blue .Box-row",".Box--blue .Box-footer",".Box--danger",".Box--danger .Box-row:first-of-type",".Box--danger .Box-body:last-of-type",".Box-header--blue",".Box-row--yellow",".Box-row--blue",".Box-row--gray",".Box-btn-octicon.btn-octicon",".btn",".btn i",".btn .octicon",".btn .Counter",".btn:hover",".btn:focus",".btn:disabled",".btn.disabled",".btn:active",".btn.selected",".btn",".btn:focus",".btn.focus",".btn:hover",".btn.hover",".btn:active",".btn.selected",".btn:disabled",".btn.disabled",".btn-primary",".btn-primary:focus",".btn-primary.focus",".btn-primary:hover",".btn-primary.hover",".btn-primary:active",".btn-primary.selected",".btn-primary:disabled",".btn-primary.disabled",".btn-primary .Counter",".btn-purple",".btn-purple:focus",".btn-purple.focus",".btn-purple:hover",".btn-purple.hover",".btn-purple:active",".btn-purple.selected",".btn-purple:disabled",".btn-purple.disabled",".btn-purple .Counter",".btn-blue",".btn-blue:focus",".btn-blue.focus",".btn-blue:hover",".btn-blue.hover",".btn-blue:active",".btn-blue.selected",".btn-blue:disabled",".btn-blue.disabled",".btn-blue .Counter",".btn-danger",".btn-danger:focus",".btn-danger:hover",".btn-danger:hover .Counter",".btn-danger:active",".btn-danger.selected",".btn-danger:disabled",".btn-danger.disabled",".btn-outline",".btn-outline .Counter",".btn-outline:hover",".btn-outline:active",".btn-outline.selected",".btn-outline:hover .Counter",".btn-outline:active .Counter",".btn-outline.selected .Counter",".btn-outline:focus",".btn-outline:disabled",".btn-outline.disabled",".btn-with-count",".btn-sm",".btn-large",".hidden-text-expander",".hidden-text-expander.inline",".hidden-text-expander a",".ellipsis-expander",".hidden-text-expander a:hover",".ellipsis-expander:hover",".hidden-text-expander a:active",".ellipsis-expander:active",".social-count",".social-count:hover",".social-count:active",".social-count:hover",".btn-block",".btn-link",".btn-link:hover",".btn-link:disabled",".btn-link:disabled:hover",".BtnGroup",".BtnGroup::before",".BtnGroup::after",".BtnGroup+.BtnGroup",".BtnGroup+.btn",".BtnGroup-item",".BtnGroup-item:first-child",".BtnGroup-item:last-child",".BtnGroup-item.selected",".BtnGroup-item:focus",".BtnGroup-item:active",".BtnGroup-item:hover",".BtnGroup-item.selected+.BtnGroup-item",".BtnGroup-item.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:active+.BtnGroup-item",".BtnGroup-item:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item",".BtnGroup-form",".BtnGroup-form:first-child .BtnGroup-item",".BtnGroup-form:last-child .BtnGroup-item",".BtnGroup-form .BtnGroup-item",".BtnGroup-form.selected .BtnGroup-item",".BtnGroup-form:focus .BtnGroup-item",".BtnGroup-form:active .BtnGroup-item",".BtnGroup-form:hover .BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:active+.BtnGroup-item",".BtnGroup-form:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item",".TableObject",".TableObject-item",".TableObject-item--primary","fieldset","label",".form-control",".form-select",".form-control.focus",".form-control:focus",".form-select.focus",".form-select:focus",".input-contrast",".input-contrast:focus","::-webkit-input-placeholder",":-ms-input-placeholder","::placeholder",".input-sm",".input-lg",".input-block",".input-monospace",".input-hide-webkit-autofill::-webkit-contacts-auto-fill-button",".form-checkbox",".form-checkbox label em.highlight",".form-checkbox input[type=checkbox]",".form-checkbox input[type=radio]",".form-checkbox .note",".form-checkbox-details",".form-checkbox-details-trigger:checked ~ * .form-checkbox-details",".form-checkbox-details-trigger:checked ~ .form-checkbox-details",".hfields",".hfields::before",".hfields::after",".hfields .form-group",".hfields .form-group dt label",".hfields .form-group dt img",".hfields .btn",".hfields .form-select","input::-webkit-outer-spin-button","input::-webkit-inner-spin-button",".form-actions::before",".form-actions::after",".form-actions .btn",".form-actions .btn+.btn",".form-warning",".form-warning p",".form-warning a",".form-select",".form-select::-ms-expand",".form-select[multiple]",".select-sm",".select-sm[multiple]",".form-group",".form-group .form-control",".form-group .form-control:focus",".form-group .form-control.shorter",".form-group .form-control.short",".form-group .form-control.long",".form-group textarea.form-control",".form-group textarea.form-control.short",".form-group dt",".form-group label",".form-group.flattened dt",".form-group.flattened dd",".form-group dd h4",".form-group dd h4.is-error",".form-group dd h4.is-success",".form-group dd h4+.note",".form-group.required dt label::after",".form-group .success",".form-group .error",".form-group .indicator",".form-group.loading",".form-group.loading .indicator",".form-group.loading .spinner",".form-group.successful .success",".form-group.warn .warning",".form-group.warn .error",".form-group.errored .warning",".form-group.errored .error",".form-group.warn .warning::after",".form-group.warn .warning::before",".form-group.warn .error::after",".form-group.warn .error::before",".form-group.errored .warning::after",".form-group.errored .warning::before",".form-group.errored .error::after",".form-group.errored .error::before",".form-group.warn .warning::after",".form-group.warn .error::after",".form-group.errored .warning::after",".form-group.errored .error::after",".form-group.warn .warning::before",".form-group.warn .error::before",".form-group.errored .warning::before",".form-group.errored .error::before",".form-group.warn .warning",".form-group.warn .warning::after",".form-group.warn .warning::before",".form-group.errored label",".form-group.errored .error",".form-group.errored .error::after",".form-group.errored .error::before",".note",".note .spinner","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored",".form-cards",".form-cards .card",".form-cards .card.visa",".form-cards .card.amex",".form-cards .card.mastercard",".form-cards .card.discover",".form-cards .card.jcb",".form-cards .card.dinersclub",".form-cards .card.enabled",".form-cards .card.disabled",".form-cards>.cards",".form-cards>.cards>li",".form-cards>.cards>li.text",".form-cards>.cards .card",".status-indicator",".status-indicator .octicon",".status-indicator-success::before",".status-indicator-success .octicon-check",".status-indicator-success .octicon-x",".status-indicator-failed::before",".status-indicator-failed .octicon-check",".status-indicator-failed .octicon-x",".status-indicator-loading",".inline-form",".inline-form .btn-plain",".drag-and-drop",".drag-and-drop .default",".drag-and-drop .loading",".drag-and-drop .error",".drag-and-drop .error",".drag-and-drop img",".is-default .drag-and-drop .default",".is-uploading .drag-and-drop .loading",".is-bad-file .drag-and-drop .bad-file",".is-duplicate-filename .drag-and-drop .duplicate-filename",".is-too-big .drag-and-drop .too-big",".is-hidden-file .drag-and-drop .hidden-file",".is-empty .drag-and-drop .empty",".is-bad-permissions .drag-and-drop .bad-permissions",".is-repository-required .drag-and-drop .repository-required",".drag-and-drop-error-info",".drag-and-drop-error-info a",".is-failed .drag-and-drop .failed-request",".manual-file-chooser",".manual-file-chooser:hover+.manual-file-chooser-text",".btn .manual-file-chooser",".upload-enabled textarea",".upload-enabled.focused",".upload-enabled.focused .form-control",".upload-enabled.focused .drag-and-drop",".dragover textarea",".dragover .drag-and-drop",".write-content",".previewable-comment-form",".previewable-comment-form .tabnav",".previewable-comment-form .comment",".previewable-comment-form .comment-form-error",".previewable-comment-form .write-content",".previewable-comment-form .preview-content",".previewable-comment-form.write-selected .write-content",".previewable-comment-form.preview-selected .preview-content",".previewable-comment-form textarea",".form-action-spacious","div.composer",".composer .comment-form-textarea",".composer .tabnav","h2.account","p.explain","p.explain strong","p.explain .octicon","p.explain .minibutton",".form-group label",".container",".container::before",".container::after",".container-md",".container-lg",".container-xl",".columns",".columns::before",".columns::after",".column",".one-third",".two-thirds",".one-fourth",".one-half",".three-fourths",".one-fifth",".four-fifths",".centered",".col-1",".col-2",".col-3",".col-4",".col-5",".col-6",".col-7",".col-8",".col-9",".col-10",".col-11",".col-12",".col-sm-1",".col-sm-2",".col-sm-3",".col-sm-4",".col-sm-5",".col-sm-6",".col-sm-7",".col-sm-8",".col-sm-9",".col-sm-10",".col-sm-11",".col-sm-12",".col-md-1",".col-md-2",".col-md-3",".col-md-4",".col-md-5",".col-md-6",".col-md-7",".col-md-8",".col-md-9",".col-md-10",".col-md-11",".col-md-12",".col-lg-1",".col-lg-2",".col-lg-3",".col-lg-4",".col-lg-5",".col-lg-6",".col-lg-7",".col-lg-8",".col-lg-9",".col-lg-10",".col-lg-11",".col-lg-12",".col-xl-1",".col-xl-2",".col-xl-3",".col-xl-4",".col-xl-5",".col-xl-6",".col-xl-7",".col-xl-8",".col-xl-9",".col-xl-10",".col-xl-11",".col-xl-12",".gutter",".gutter>[class*=\"col-\"]",".gutter-condensed",".gutter-condensed>[class*=\"col-\"]",".gutter-spacious",".gutter-spacious>[class*=\"col-\"]",".gutter-sm",".gutter-sm>[class*=\"col-\"]",".gutter-sm-condensed",".gutter-sm-condensed>[class*=\"col-\"]",".gutter-sm-spacious",".gutter-sm-spacious>[class*=\"col-\"]",".gutter-md",".gutter-md>[class*=\"col-\"]",".gutter-md-condensed",".gutter-md-condensed>[class*=\"col-\"]",".gutter-md-spacious",".gutter-md-spacious>[class*=\"col-\"]",".gutter-lg",".gutter-lg>[class*=\"col-\"]",".gutter-lg-condensed",".gutter-lg-condensed>[class*=\"col-\"]",".gutter-lg-spacious",".gutter-lg-spacious>[class*=\"col-\"]",".gutter-xl",".gutter-xl>[class*=\"col-\"]",".gutter-xl-condensed",".gutter-xl-condensed>[class*=\"col-\"]",".gutter-xl-spacious",".gutter-xl-spacious>[class*=\"col-\"]",".offset-1",".offset-2",".offset-3",".offset-4",".offset-5",".offset-6",".offset-7",".offset-8",".offset-9",".offset-10",".offset-11",".offset-sm-1",".offset-sm-2",".offset-sm-3",".offset-sm-4",".offset-sm-5",".offset-sm-6",".offset-sm-7",".offset-sm-8",".offset-sm-9",".offset-sm-10",".offset-sm-11",".offset-md-1",".offset-md-2",".offset-md-3",".offset-md-4",".offset-md-5",".offset-md-6",".offset-md-7",".offset-md-8",".offset-md-9",".offset-md-10",".offset-md-11",".offset-lg-1",".offset-lg-2",".offset-lg-3",".offset-lg-4",".offset-lg-5",".offset-lg-6",".offset-lg-7",".offset-lg-8",".offset-lg-9",".offset-lg-10",".offset-lg-11",".offset-xl-1",".offset-xl-2",".offset-xl-3",".offset-xl-4",".offset-xl-5",".offset-xl-6",".offset-xl-7",".offset-xl-8",".offset-xl-9",".offset-xl-10",".offset-xl-11",".menu",".menu-item",".menu-item:first-child",".menu-item:first-child::before",".menu-item:last-child",".menu-item:last-child::before",".menu-item:hover",".menu-item.selected",".menu-item.selected::before",".menu-item .octicon",".menu-item .Counter",".menu-item .menu-warning",".menu-item .avatar",".menu-item.alert .Counter",".menu-heading",".menu-heading:hover",".menu-heading:first-child",".menu-heading:last-child",".tabnav",".tabnav .Counter",".tabnav-tabs",".tabnav-tab",".tabnav-tab.selected",".tabnav-tab:hover",".tabnav-tab:focus",".tabnav-extra",".tabnav-extra>.octicon","a.tabnav-extra:hover",".tabnav-btn",".filter-list",".filter-list.small .filter-item",".filter-list.pjax-active .filter-item",".filter-list.pjax-active .filter-item.pjax-active",".filter-item",".filter-item:hover",".filter-item.selected",".filter-item .count",".filter-item .bar",".subnav",".subnav::before",".subnav::after",".subnav-bordered",".subnav-flush",".subnav-item",".subnav-item+.subnav-item",".subnav-item:hover",".subnav-item:focus",".subnav-item.selected",".subnav-item.selected:hover",".subnav-item.selected:focus",".subnav-item:first-child",".subnav-item:last-child",".subnav-search",".subnav-search-input",".subnav-search-input-wide",".subnav-search-icon",".subnav-search-context .btn",".subnav-search-context .btn:hover",".subnav-search-context .btn:focus",".subnav-search-context .btn:active",".subnav-search-context .btn.selected",".subnav-search-context+.subnav-search",".subnav-search-context+.subnav-search .subnav-search-input",".subnav-search-context .select-menu-modal-holder",".subnav-search-context .select-menu-modal",".subnav-search-context .select-menu-item-icon",".subnav-spacer-right",".tooltipped",".tooltipped::after",".tooltipped::before","from","to","from","to",".tooltipped:hover::before",".tooltipped:hover::after",".tooltipped:active::before",".tooltipped:active::after",".tooltipped:focus::before",".tooltipped:focus::after",".tooltipped-no-delay:hover::before",".tooltipped-no-delay:hover::after",".tooltipped-no-delay:active::before",".tooltipped-no-delay:active::after",".tooltipped-no-delay:focus::before",".tooltipped-no-delay:focus::after",".tooltipped-multiline:hover::after",".tooltipped-multiline:active::after",".tooltipped-multiline:focus::after",".tooltipped-s::after",".tooltipped-se::after",".tooltipped-sw::after",".tooltipped-s::before",".tooltipped-se::before",".tooltipped-sw::before",".tooltipped-se::after",".tooltipped-sw::after",".tooltipped-n::after",".tooltipped-ne::after",".tooltipped-nw::after",".tooltipped-n::before",".tooltipped-ne::before",".tooltipped-nw::before",".tooltipped-ne::after",".tooltipped-nw::after",".tooltipped-s::after",".tooltipped-n::after",".tooltipped-w::after",".tooltipped-w::before",".tooltipped-e::after",".tooltipped-e::before",".tooltipped-multiline::after",".tooltipped-multiline.tooltipped-s::after",".tooltipped-multiline.tooltipped-n::after",".tooltipped-multiline.tooltipped-w::after",".tooltipped-multiline.tooltipped-e::after",".tooltipped-multiline::after",".tooltipped-sticky::before",".tooltipped-sticky::after",".tooltipped-sticky.tooltipped-multiline::after",".tooltipped-w::after",".css-truncate.css-truncate-target",".css-truncate .css-truncate-target",".css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target",".css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target",".css-truncate.expandable:hover .css-truncate-target",".css-truncate.expandable:hover.css-truncate-target",".anim-fade-in",".anim-fade-in.fast","0%","100%","0%","100%",".anim-fade-up","0%","100%","0%","100%",".anim-fade-down","0%","100%","0%","100%",".anim-grow-x","to","to",".anim-shrink-x","to","to",".anim-scale-in","0%","100%","0%","100%",".anim-pulse","0%","10%","100%","0%","10%","100%",".anim-pulse-in","0%","50%","100%","0%","50%","100%",".border",".border-top",".border-right",".border-bottom",".border-left",".border-y",".border-dashed",".border-blue",".border-blue-light",".border-green",".border-green-light",".border-red",".border-red-light",".border-purple",".border-yellow",".border-gray-light",".border-gray-dark",".border-black-fade",".border-0",".border-top-0",".border-right-0",".border-bottom-0",".border-left-0",".rounded-0",".rounded-1",".rounded-2",".box-shadow",".box-shadow-medium",".box-shadow-large",".box-shadow-extra-large",".box-shadow-none",".bg-white",".bg-blue",".bg-blue-light",".bg-gray-dark",".bg-gray",".bg-gray-light",".bg-green",".bg-green-light",".bg-red",".bg-red-light",".bg-yellow",".bg-yellow-light",".bg-purple",".bg-purple-light",".bg-shade-gradient",".text-blue",".text-red",".text-gray-light",".text-gray",".text-gray-dark",".text-green",".text-orange",".text-orange-light",".text-purple",".text-white",".text-inherit",".text-pending",".bg-pending",".link-gray",".link-gray:hover",".link-gray-dark",".link-gray-dark:hover",".link-hover-blue:hover",".muted-link",".muted-link:hover",".flex-row",".flex-row-reverse",".flex-column",".flex-wrap",".flex-nowrap",".flex-justify-start",".flex-justify-end",".flex-justify-center",".flex-justify-between",".flex-justify-around",".flex-items-start",".flex-items-end",".flex-items-center",".flex-items-baseline",".flex-items-stretch",".flex-content-start",".flex-content-end",".flex-content-center",".flex-content-between",".flex-content-around",".flex-content-stretch",".flex-auto",".flex-shrink-0",".flex-self-auto",".flex-self-start",".flex-self-end",".flex-self-center",".flex-self-baseline",".flex-self-stretch",".flex-item-equal",".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-wrap",".flex-sm-nowrap",".flex-sm-justify-start",".flex-sm-justify-end",".flex-sm-justify-center",".flex-sm-justify-between",".flex-sm-justify-around",".flex-sm-items-start",".flex-sm-items-end",".flex-sm-items-center",".flex-sm-items-baseline",".flex-sm-items-stretch",".flex-sm-content-start",".flex-sm-content-end",".flex-sm-content-center",".flex-sm-content-between",".flex-sm-content-around",".flex-sm-content-stretch",".flex-sm-auto",".flex-sm-shrink-0",".flex-sm-self-auto",".flex-sm-self-start",".flex-sm-self-end",".flex-sm-self-center",".flex-sm-self-baseline",".flex-sm-self-stretch",".flex-sm-item-equal",".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-wrap",".flex-md-nowrap",".flex-md-justify-start",".flex-md-justify-end",".flex-md-justify-center",".flex-md-justify-between",".flex-md-justify-around",".flex-md-items-start",".flex-md-items-end",".flex-md-items-center",".flex-md-items-baseline",".flex-md-items-stretch",".flex-md-content-start",".flex-md-content-end",".flex-md-content-center",".flex-md-content-between",".flex-md-content-around",".flex-md-content-stretch",".flex-md-auto",".flex-md-shrink-0",".flex-md-self-auto",".flex-md-self-start",".flex-md-self-end",".flex-md-self-center",".flex-md-self-baseline",".flex-md-self-stretch",".flex-md-item-equal",".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-wrap",".flex-lg-nowrap",".flex-lg-justify-start",".flex-lg-justify-end",".flex-lg-justify-center",".flex-lg-justify-between",".flex-lg-justify-around",".flex-lg-items-start",".flex-lg-items-end",".flex-lg-items-center",".flex-lg-items-baseline",".flex-lg-items-stretch",".flex-lg-content-start",".flex-lg-content-end",".flex-lg-content-center",".flex-lg-content-between",".flex-lg-content-around",".flex-lg-content-stretch",".flex-lg-auto",".flex-lg-shrink-0",".flex-lg-self-auto",".flex-lg-self-start",".flex-lg-self-end",".flex-lg-self-center",".flex-lg-self-baseline",".flex-lg-self-stretch",".flex-lg-item-equal",".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-wrap",".flex-xl-nowrap",".flex-xl-justify-start",".flex-xl-justify-end",".flex-xl-justify-center",".flex-xl-justify-between",".flex-xl-justify-around",".flex-xl-items-start",".flex-xl-items-end",".flex-xl-items-center",".flex-xl-items-baseline",".flex-xl-items-stretch",".flex-xl-content-start",".flex-xl-content-end",".flex-xl-content-center",".flex-xl-content-between",".flex-xl-content-around",".flex-xl-content-stretch",".flex-xl-auto",".flex-xl-shrink-0",".flex-xl-self-auto",".flex-xl-self-start",".flex-xl-self-end",".flex-xl-self-center",".flex-xl-self-baseline",".flex-xl-self-stretch",".flex-xl-item-equal",".position-static",".position-relative",".position-absolute",".position-fixed",".top-0",".right-0",".bottom-0",".left-0",".v-align-middle",".v-align-top",".v-align-bottom",".v-align-text-top",".v-align-text-bottom",".overflow-hidden",".overflow-scroll",".overflow-auto",".clearfix::before",".clearfix::after",".float-right",".float-left",".float-none",".float-sm-left",".float-sm-right",".float-sm-none",".float-md-left",".float-md-right",".float-md-none",".float-lg-left",".float-lg-right",".float-lg-none",".float-xl-left",".float-xl-right",".float-xl-none",".width-fit",".width-full",".height-full",".min-width-0",".direction-rtl",".direction-ltr",".direction-sm-rtl",".direction-sm-ltr",".direction-md-rtl",".direction-md-ltr",".direction-lg-rtl",".direction-lg-ltr",".direction-xl-rtl",".direction-xl-ltr",".m-0",".mt-0",".mr-0",".mb-0",".ml-0",".mt-n0",".mr-n0",".mb-n0",".ml-n0",".mx-0",".my-0",".m-1",".mt-1",".mr-1",".mb-1",".ml-1",".mt-n1",".mr-n1",".mb-n1",".ml-n1",".mx-1",".my-1",".m-2",".mt-2",".mr-2",".mb-2",".ml-2",".mt-n2",".mr-n2",".mb-n2",".ml-n2",".mx-2",".my-2",".m-3",".mt-3",".mr-3",".mb-3",".ml-3",".mt-n3",".mr-n3",".mb-n3",".ml-n3",".mx-3",".my-3",".m-4",".mt-4",".mr-4",".mb-4",".ml-4",".mt-n4",".mr-n4",".mb-n4",".ml-n4",".mx-4",".my-4",".m-5",".mt-5",".mr-5",".mb-5",".ml-5",".mt-n5",".mr-n5",".mb-n5",".ml-n5",".mx-5",".my-5",".m-6",".mt-6",".mr-6",".mb-6",".ml-6",".mt-n6",".mr-n6",".mb-n6",".ml-n6",".mx-6",".my-6",".mx-auto",".m-sm-0",".mt-sm-0",".mr-sm-0",".mb-sm-0",".ml-sm-0",".mt-sm-n0",".mr-sm-n0",".mb-sm-n0",".ml-sm-n0",".mx-sm-0",".my-sm-0",".m-sm-1",".mt-sm-1",".mr-sm-1",".mb-sm-1",".ml-sm-1",".mt-sm-n1",".mr-sm-n1",".mb-sm-n1",".ml-sm-n1",".mx-sm-1",".my-sm-1",".m-sm-2",".mt-sm-2",".mr-sm-2",".mb-sm-2",".ml-sm-2",".mt-sm-n2",".mr-sm-n2",".mb-sm-n2",".ml-sm-n2",".mx-sm-2",".my-sm-2",".m-sm-3",".mt-sm-3",".mr-sm-3",".mb-sm-3",".ml-sm-3",".mt-sm-n3",".mr-sm-n3",".mb-sm-n3",".ml-sm-n3",".mx-sm-3",".my-sm-3",".m-sm-4",".mt-sm-4",".mr-sm-4",".mb-sm-4",".ml-sm-4",".mt-sm-n4",".mr-sm-n4",".mb-sm-n4",".ml-sm-n4",".mx-sm-4",".my-sm-4",".m-sm-5",".mt-sm-5",".mr-sm-5",".mb-sm-5",".ml-sm-5",".mt-sm-n5",".mr-sm-n5",".mb-sm-n5",".ml-sm-n5",".mx-sm-5",".my-sm-5",".m-sm-6",".mt-sm-6",".mr-sm-6",".mb-sm-6",".ml-sm-6",".mt-sm-n6",".mr-sm-n6",".mb-sm-n6",".ml-sm-n6",".mx-sm-6",".my-sm-6",".m-md-0",".mt-md-0",".mr-md-0",".mb-md-0",".ml-md-0",".mt-md-n0",".mr-md-n0",".mb-md-n0",".ml-md-n0",".mx-md-0",".my-md-0",".m-md-1",".mt-md-1",".mr-md-1",".mb-md-1",".ml-md-1",".mt-md-n1",".mr-md-n1",".mb-md-n1",".ml-md-n1",".mx-md-1",".my-md-1",".m-md-2",".mt-md-2",".mr-md-2",".mb-md-2",".ml-md-2",".mt-md-n2",".mr-md-n2",".mb-md-n2",".ml-md-n2",".mx-md-2",".my-md-2",".m-md-3",".mt-md-3",".mr-md-3",".mb-md-3",".ml-md-3",".mt-md-n3",".mr-md-n3",".mb-md-n3",".ml-md-n3",".mx-md-3",".my-md-3",".m-md-4",".mt-md-4",".mr-md-4",".mb-md-4",".ml-md-4",".mt-md-n4",".mr-md-n4",".mb-md-n4",".ml-md-n4",".mx-md-4",".my-md-4",".m-md-5",".mt-md-5",".mr-md-5",".mb-md-5",".ml-md-5",".mt-md-n5",".mr-md-n5",".mb-md-n5",".ml-md-n5",".mx-md-5",".my-md-5",".m-md-6",".mt-md-6",".mr-md-6",".mb-md-6",".ml-md-6",".mt-md-n6",".mr-md-n6",".mb-md-n6",".ml-md-n6",".mx-md-6",".my-md-6",".m-lg-0",".mt-lg-0",".mr-lg-0",".mb-lg-0",".ml-lg-0",".mt-lg-n0",".mr-lg-n0",".mb-lg-n0",".ml-lg-n0",".mx-lg-0",".my-lg-0",".m-lg-1",".mt-lg-1",".mr-lg-1",".mb-lg-1",".ml-lg-1",".mt-lg-n1",".mr-lg-n1",".mb-lg-n1",".ml-lg-n1",".mx-lg-1",".my-lg-1",".m-lg-2",".mt-lg-2",".mr-lg-2",".mb-lg-2",".ml-lg-2",".mt-lg-n2",".mr-lg-n2",".mb-lg-n2",".ml-lg-n2",".mx-lg-2",".my-lg-2",".m-lg-3",".mt-lg-3",".mr-lg-3",".mb-lg-3",".ml-lg-3",".mt-lg-n3",".mr-lg-n3",".mb-lg-n3",".ml-lg-n3",".mx-lg-3",".my-lg-3",".m-lg-4",".mt-lg-4",".mr-lg-4",".mb-lg-4",".ml-lg-4",".mt-lg-n4",".mr-lg-n4",".mb-lg-n4",".ml-lg-n4",".mx-lg-4",".my-lg-4",".m-lg-5",".mt-lg-5",".mr-lg-5",".mb-lg-5",".ml-lg-5",".mt-lg-n5",".mr-lg-n5",".mb-lg-n5",".ml-lg-n5",".mx-lg-5",".my-lg-5",".m-lg-6",".mt-lg-6",".mr-lg-6",".mb-lg-6",".ml-lg-6",".mt-lg-n6",".mr-lg-n6",".mb-lg-n6",".ml-lg-n6",".mx-lg-6",".my-lg-6",".m-xl-0",".mt-xl-0",".mr-xl-0",".mb-xl-0",".ml-xl-0",".mt-xl-n0",".mr-xl-n0",".mb-xl-n0",".ml-xl-n0",".mx-xl-0",".my-xl-0",".m-xl-1",".mt-xl-1",".mr-xl-1",".mb-xl-1",".ml-xl-1",".mt-xl-n1",".mr-xl-n1",".mb-xl-n1",".ml-xl-n1",".mx-xl-1",".my-xl-1",".m-xl-2",".mt-xl-2",".mr-xl-2",".mb-xl-2",".ml-xl-2",".mt-xl-n2",".mr-xl-n2",".mb-xl-n2",".ml-xl-n2",".mx-xl-2",".my-xl-2",".m-xl-3",".mt-xl-3",".mr-xl-3",".mb-xl-3",".ml-xl-3",".mt-xl-n3",".mr-xl-n3",".mb-xl-n3",".ml-xl-n3",".mx-xl-3",".my-xl-3",".m-xl-4",".mt-xl-4",".mr-xl-4",".mb-xl-4",".ml-xl-4",".mt-xl-n4",".mr-xl-n4",".mb-xl-n4",".ml-xl-n4",".mx-xl-4",".my-xl-4",".m-xl-5",".mt-xl-5",".mr-xl-5",".mb-xl-5",".ml-xl-5",".mt-xl-n5",".mr-xl-n5",".mb-xl-n5",".ml-xl-n5",".mx-xl-5",".my-xl-5",".m-xl-6",".mt-xl-6",".mr-xl-6",".mb-xl-6",".ml-xl-6",".mt-xl-n6",".mr-xl-n6",".mb-xl-n6",".ml-xl-n6",".mx-xl-6",".my-xl-6",".p-0",".pt-0",".pr-0",".pb-0",".pl-0",".px-0",".py-0",".p-1",".pt-1",".pr-1",".pb-1",".pl-1",".px-1",".py-1",".p-2",".pt-2",".pr-2",".pb-2",".pl-2",".px-2",".py-2",".p-3",".pt-3",".pr-3",".pb-3",".pl-3",".px-3",".py-3",".p-4",".pt-4",".pr-4",".pb-4",".pl-4",".px-4",".py-4",".p-5",".pt-5",".pr-5",".pb-5",".pl-5",".px-5",".py-5",".p-6",".pt-6",".pr-6",".pb-6",".pl-6",".px-6",".py-6",".p-sm-0",".pt-sm-0",".pr-sm-0",".pb-sm-0",".pl-sm-0",".px-sm-0",".py-sm-0",".p-sm-1",".pt-sm-1",".pr-sm-1",".pb-sm-1",".pl-sm-1",".px-sm-1",".py-sm-1",".p-sm-2",".pt-sm-2",".pr-sm-2",".pb-sm-2",".pl-sm-2",".px-sm-2",".py-sm-2",".p-sm-3",".pt-sm-3",".pr-sm-3",".pb-sm-3",".pl-sm-3",".px-sm-3",".py-sm-3",".p-sm-4",".pt-sm-4",".pr-sm-4",".pb-sm-4",".pl-sm-4",".px-sm-4",".py-sm-4",".p-sm-5",".pt-sm-5",".pr-sm-5",".pb-sm-5",".pl-sm-5",".px-sm-5",".py-sm-5",".p-sm-6",".pt-sm-6",".pr-sm-6",".pb-sm-6",".pl-sm-6",".px-sm-6",".py-sm-6",".p-md-0",".pt-md-0",".pr-md-0",".pb-md-0",".pl-md-0",".px-md-0",".py-md-0",".p-md-1",".pt-md-1",".pr-md-1",".pb-md-1",".pl-md-1",".px-md-1",".py-md-1",".p-md-2",".pt-md-2",".pr-md-2",".pb-md-2",".pl-md-2",".px-md-2",".py-md-2",".p-md-3",".pt-md-3",".pr-md-3",".pb-md-3",".pl-md-3",".px-md-3",".py-md-3",".p-md-4",".pt-md-4",".pr-md-4",".pb-md-4",".pl-md-4",".px-md-4",".py-md-4",".p-md-5",".pt-md-5",".pr-md-5",".pb-md-5",".pl-md-5",".px-md-5",".py-md-5",".p-md-6",".pt-md-6",".pr-md-6",".pb-md-6",".pl-md-6",".px-md-6",".py-md-6",".p-lg-0",".pt-lg-0",".pr-lg-0",".pb-lg-0",".pl-lg-0",".px-lg-0",".py-lg-0",".p-lg-1",".pt-lg-1",".pr-lg-1",".pb-lg-1",".pl-lg-1",".px-lg-1",".py-lg-1",".p-lg-2",".pt-lg-2",".pr-lg-2",".pb-lg-2",".pl-lg-2",".px-lg-2",".py-lg-2",".p-lg-3",".pt-lg-3",".pr-lg-3",".pb-lg-3",".pl-lg-3",".px-lg-3",".py-lg-3",".p-lg-4",".pt-lg-4",".pr-lg-4",".pb-lg-4",".pl-lg-4",".px-lg-4",".py-lg-4",".p-lg-5",".pt-lg-5",".pr-lg-5",".pb-lg-5",".pl-lg-5",".px-lg-5",".py-lg-5",".p-lg-6",".pt-lg-6",".pr-lg-6",".pb-lg-6",".pl-lg-6",".px-lg-6",".py-lg-6",".p-xl-0",".pt-xl-0",".pr-xl-0",".pb-xl-0",".pl-xl-0",".px-xl-0",".py-xl-0",".p-xl-1",".pt-xl-1",".pr-xl-1",".pb-xl-1",".pl-xl-1",".px-xl-1",".py-xl-1",".p-xl-2",".pt-xl-2",".pr-xl-2",".pb-xl-2",".pl-xl-2",".px-xl-2",".py-xl-2",".p-xl-3",".pt-xl-3",".pr-xl-3",".pb-xl-3",".pl-xl-3",".px-xl-3",".py-xl-3",".p-xl-4",".pt-xl-4",".pr-xl-4",".pb-xl-4",".pl-xl-4",".px-xl-4",".py-xl-4",".p-xl-5",".pt-xl-5",".pr-xl-5",".pb-xl-5",".pl-xl-5",".px-xl-5",".py-xl-5",".p-xl-6",".pt-xl-6",".pr-xl-6",".pb-xl-6",".pl-xl-6",".px-xl-6",".py-xl-6",".p-responsive",".p-responsive",".p-responsive",".h1",".h1",".h2",".h2",".h3",".h3",".h4",".h5",".h6",".h1",".h2",".h3",".h4",".h5",".h6",".f1",".f1",".f2",".f2",".f3",".f3",".f4",".f4",".f5",".f6",".f00-light",".f00-light",".f0-light",".f0-light",".f1-light",".f1-light",".f2-light",".f2-light",".f3-light",".f3-light",".text-small",".lead",".lh-condensed-ultra",".lh-condensed",".lh-default",".text-right",".text-left",".text-center",".text-sm-right",".text-sm-left",".text-sm-center",".text-md-right",".text-md-left",".text-md-center",".text-lg-right",".text-lg-left",".text-lg-center",".text-xl-right",".text-xl-left",".text-xl-center",".text-normal",".text-bold",".text-italic",".text-uppercase",".no-underline",".no-wrap",".ws-normal",".wb-break-all",".text-emphasized",".list-style-none",".text-shadow-dark",".text-shadow-light",".v-hidden",".v-visible",".d-table",".d-table-cell",".table-fixed",".d-block",".d-inline",".d-inline-block",".d-flex",".d-inline-flex",".d-none",".d-sm-table",".d-sm-table-cell",".d-sm-block",".d-sm-inline",".d-sm-inline-block",".d-sm-flex",".d-sm-inline-flex",".d-sm-none",".d-md-table",".d-md-table-cell",".d-md-block",".d-md-inline",".d-md-inline-block",".d-md-flex",".d-md-inline-flex",".d-md-none",".d-lg-table",".d-lg-table-cell",".d-lg-block",".d-lg-inline",".d-lg-inline-block",".d-lg-flex",".d-lg-inline-flex",".d-lg-none",".d-xl-table",".d-xl-table-cell",".d-xl-block",".d-xl-inline",".d-xl-inline-block",".d-xl-flex",".d-xl-inline-flex",".d-xl-none",".hide-sm",".hide-md",".hide-lg",".hide-xl",".sr-only",".show-on-focus",".show-on-focus:focus"],"specificity":{"max":40,"average":12.15166393889798}},"declarations":{"total":2708,"unique":767,"properties":{"font-family":["sans-serif","monospace, monospace","inherit","-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\"","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace"],"-ms-text-size-adjust":["100%"],"-webkit-text-size-adjust":["100%"],"margin":["0","0.67em 0","1em 40px","0","0 2px","15px 0","0","-8px -16px","-24px -24px","-1px -1px 0 -1px","-16px -16px","0","15px 0","5px 0 0 -20px","0","15px 0","0 30px 0 0","5px 0 0","28px 25px 0 -20px","0","10px 0","0","15px 0","0 0 6px","0","4px 0 0","4px 0 0","4px 0 2px","0 0 15px","0","0 4px 0 0","0","0 8px 8px","0 0 10px","15px 0 0","0 0 2px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0"],"display":["block","list-item","inline-block","none","none","table","table","table","inline-block","block","inline-block","inline-block","block","inline-block","inline-block","table","table","table","table-cell","block","none","block","none","block","table","table","inline-block","table","table","inline-block","none","inline","inline-block","inline","block","inline-block","none","inline-block","none","none","inline-block","inline-block","none","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","block","none","block","block","table","table","table","table","block","block","block","inline-block","inline-block","block","inline-block","table","table","block","none","none","inline-block","table-cell","inline-block","table-cell","inline-block","table","table","table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none","table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none","table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none","table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none","table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none","none","none","none","none"],"height":["0","0","auto","0","12px","34px","auto","28px","auto","200px","50px","0","31px","31px","16px","200px","0","100%","1px","1px","auto"],"vertical-align":["baseline","baseline","text-bottom","middle","text-top","middle","middle","middle","middle","middle","middle","middle","middle","middle","top","top","middle","top","bottom","text-top","text-bottom"],"background-color":["transparent","#ff0","#fff","#fff","#f6f8fa","#fafbfc","#f6f8fa","#f6f8fa","#f1f8ff","#f6f8fa","#f1f8ff","#f1f8ff","#f1f8ff","#fffbdd","#f1f8ff","#f6f8fa","rgba(27,31,35,0.1)","#eff3f6","#e6ebf1","#e9ecef","#eff3f6","#28a745","#269f42","#279f43","#94d3a2","#fff","#643ab0","#5f37a8","#613ca4","#b19cd7","#fff","#0361cc","#035cc2","#045cc1","#81b0e5","#fff","#fafbfc","#cb2431","#b5202c","#eff3f6","#fff","rgba(27,31,35,0.07)","#0366d6","#fff","#fff","#c6cbd1","#2188ff","#fff","transparent","#fff","#fafbfc","#fff","#fafbfc","#fff","#fffbdd","#ffdce0","transparent","#fafbfc","#fff","#f6f8fa","#fff","#e36209","#f3f5f8","transparent","#fff","transparent","#0366d6","#eaecef","#0366d6","#eff3f6","#f6f8fa","#0366d6","#fff","#0366d6","#f1f8ff","#24292e","#f6f8fa","#fafbfc","#28a745","#dcffe4","#d73a49","#ffdce0","#ffd33d","#fff5b1","#6f42c1","#f5f0ff"],"-webkit-text-decoration-skip":["objects"],"outline-width":["0"],"border-bottom":["none","1px solid #ddd","1px solid #e1e4e8","1px dashed #dfe2e5","1px solid #e1e4e8","0","1px solid #e1e4e8","0","1px solid #d1d5da","0","1px solid #eaecef","1px #e1e4e8 solid","1px #e1e4e8 solid","0"],"text-decoration":["underline","underline dotted","none","underline","none","none","none","none","none","none","none","underline","underline","none","none","none","none","none","none","none","none","none","none","none","none"],"font-weight":["inherit","bolder","bold","600","600","600","600","600","600","600","600","600","500","600","600","600","normal","600","600","normal","normal","normal","600","600","600","600","600","300","300","300","300","300","300","normal","600","600"],"font-style":["italic","normal","normal","italic"],"font-size":["2em","80%","75%","1em","inherit","14px","32px","24px","20px","16px","14px","12px","90%","12px","20px","14px","14px","12px","inherit","12px","12px","inherit","14px","12px","16px","12px","14px","12px","12px","13px","12px","13px","18px","12px","13px","14px","12px","12px","14px","26px","32px","22px","24px","18px","20px","16px","14px","12px","26px","32px","22px","24px","18px","20px","16px","16px","14px","12px","40px","48px","32px","40px","26px","32px","22px","24px","18px","20px","12px","20px"],"color":["#000","inherit","inherit","#24292e","#0366d6","#0366d6","#24292e","#0366d6","#586069","#24292e","rgba(36,41,46,0.4)","#fff","rgba(255,255,255,0.75)","#29b249","#fff","rgba(255,255,255,0.75)","#683cb8","#fff","rgba(255,255,255,0.75)","#0366d6","#cb2431","#fff","#fff","#fff","rgba(203,36,49,0.4)","#0366d6","#fff","#0366d6","rgba(27,31,35,0.3)","#444d56","#fff","#24292e","#0366d6","#0366d6","rgba(88,96,105,0.5)","#24292e","#6a737d","#6a737d","#6a737d","#586069","#586069","#735c0f","#cb2431","#28a745","#cb2431","#28a745","#735c0f","#cb2431","#86181d","#586069","#28a745","#cb2431","#586069","#cb2431","#586069","#0366d6","#586069","#586069","#24292e","#959da5","#24292e","#24292e","#86181d","#cb2431","#586069","#586069","#24292e","#24292e","#586069","#0366d6","#586069","#fff","#586069","#fff","#586069","#fff","#586069","#c6cbd1","#444d56","inherit","#fff","rgba(27,31,35,0.8)","#0366d6","#cb2431","#6a737d","#586069","#24292e","#28a745","#a04100","#e36209","#6f42c1","#fff","inherit","#b08800","#dbab09","#586069","#0366d6","#24292e","#0366d6","#0366d6","#586069","#0366d6","#586069","#24292e"],"line-height":["0","inherit","1.5","1.25","1.25","1.25","1.5","20px","20px","0","6px","20px","20px","20px","1.5","32px","32px","31px","16px","34px","20px","20px","20px","1","1.25","1.5"],"position":["relative","relative","relative","relative","absolute","relative","relative","relative","absolute","absolute","absolute","relative","relative","relative","relative","static","relative","absolute","relative","absolute","relative","relative","absolute","relative","absolute","absolute","static","relative","absolute","fixed","absolute","absolute"],"bottom":["-0.25em","100%","0","2px","-5px","100%","auto","50%","50%","50%","50%","0"],"top":["-0.5em","-1px","-2px","0","-4px","0","2px","9px","100%","auto","-5px","50%","50%","0"],"border-style":["none","none","solid","solid","dashed"],"overflow":["hidden","visible","visible","auto","hidden","scroll","hidden","hidden","hidden","scroll","auto","hidden","hidden"],"box-sizing":["content-box","border-box","border-box","border-box"],"font":["inherit","inherit","12px \"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace","normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\""],"text-transform":["none","none","uppercase"],"-webkit-appearance":["button","textfield","none","button","none","none","none","none"],"padding":["0","0.35em 0.625em 0.75em","0","0","0","8px 16px","8px 16px","8px 16px","8px 16px","8px 16px","24px","24px","24px","24px","24px","16px","16px","16px","16px","16px 16px","6px 12px","3px 10px","0.75em 1.25em","0 5px 5px","3px 10px","0","0","6px 8px","4px 10px","2px 4px","8px 10px","5px 8px","7px 10px","5px","0","8px 8px 0","8px","8px 10px","8px 10px","8px 12px","4px 10px","8px 10px","6px 14px","5px 8px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0"],"outline":["1px dotted ButtonText","0","none","none"],"border":["1px solid #c0c0c0","0","1px solid #d1d5da","1px solid rgba(27,31,35,0.2)","0","1px solid rgba(27,31,35,0.2)","0","0","1px solid #d1d5da","1px solid #d9d0a5","solid transparent","0","1px solid #c3c8cf","1px solid #c3c8cf","0","1px solid #d1d5da","1px solid transparent","1px solid #e1e4e8","5px solid transparent","1px #e1e4e8 solid","0","0"],"max-width":["100%","100%","100%","450px","768px","1012px","1280px","250px","125px","10000px","100%"],"white-space":["normal","nowrap","nowrap","nowrap","nowrap","pre","pre-line","nowrap","nowrap","normal"],"outline-offset":["-2px"],"opacity":["0.54","100","0","0","0.6","0","0.5","0.6","1","0.2","0.0001","0","0","0","1","0","1","1","0","1","0","1","0","0.8","1","0.8","1","1","0.5","1","0.5","0","1","0","1","0.3","1","0.3","0.3","1","0.3"],"background":["transparent","#dfe2e5","#fffbdd","#fffbdd","#fff url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC\") no-repeat right 8px center","url(\"/images/spinners/octocat-spinner-32-EAF2F5.gif\") 0 0 no-repeat","rgba(27,31,35,0.8)"],"content":["\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"*\"","\" \"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","attr(aria-label)","\"\"","\"\"","\"\""],"clear":["both","both","both","both","both","both","both","both"],"border-spacing":["0"],"border-collapse":["collapse","separate"],"cursor":["pointer","-webkit-grab","grab","-webkit-grabbing","grabbing","pointer","default","pointer","pointer","default","pointer","default","pointer"],"margin-top":["0","0","0","0","-1px","-1px","5px","0","10px","0","0","0","5px","-5px","-5px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-bottom":["0","10px","0","0","-1px","8px","15px","0","15px","-1px","5px","20px","0","5px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","30px"],"padding-left":["0","20px","5px","10px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","30px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","16px","40px","16px"],"list-style-type":["lower-roman","lower-alpha","none","none","none"],"margin-left":["0","5px","5px","-1px","5px","-80px","auto","auto","auto","auto","-10px","auto","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","5px","5px","10px","10px","-1px","10px","-1px","-15px","-15px","5px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"border-radius":["3px","0.25em","6px","1px","0","0","3px","3px","3px","3px","3px","3px","3px 3px 0 0","3px","3px","0","3px","6px"],"border-color":["#d1d5da","#c8e1ff","#c8e1ff","#c8e1ff","#c8e1ff","#c8e1ff","#d73a49","#d73a49","#d73a49","#c8e1ff","rgba(27,31,35,0.35)","rgba(27,31,35,0.35)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","#0366d6","#0366d6","rgba(27,31,35,0.15)","#2188ff","#d9d0a5","#cea0a5","#4a9eff","#d1d5da","#0366d6","#0366d6","#c8e1ff","#34d058","#a2cbac","#d73a49","#cea0a5","#6f42c1","#d9d0a5","#eaecef","#d1d5da","rgba(27,31,35,0.15)"],"border-width":["1px","1px","5px","6px"],"border-top-left-radius":["3px","2px","3px","3px","2px","2px","2px","3px","0"],"border-top-right-radius":["3px","2px","0","3px","3px","3px","2px","2px","3px","0"],"border-bottom-right-radius":["2px","2px","0","3px","3px","3px","3px","0","2px","2px","3px","0"],"border-bottom-left-radius":["2px","2px","3px","3px","3px","0","2px","2px","2px","3px","0"],"border-top":["1px solid #e1e4e8","1px solid #e1e4e8","0","0","1px #e1e4e8 solid","1px #e1e4e8 solid","0"],"border-top-color":["transparent","rgba(27,31,35,0.8)"],"box-shadow":["2px 0 0 #0366d6 inset","0 0 0 0.2em rgba(3,102,214,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(52,208,88,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(126,85,199,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(6,121,252,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(203,36,49,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(3,102,214,0.3)","none","inset 0 1px 2px rgba(27,31,35,0.075)","inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)","inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)","none","#c9ff00 0 0 3px","0 1px 1px rgba(27,31,35,0.1)","0 1px 5px rgba(27,31,35,0.15)","0 1px 15px rgba(27,31,35,0.15)","0 10px 50px rgba(27,31,35,0.07)","none"],"max-height":["324px","500px"],"-webkit-user-select":["none","none"],"-moz-user-select":["none","none"],"-ms-user-select":["none","none"],"user-select":["none","none"],"background-repeat":["repeat-x","repeat-x","no-repeat","no-repeat"],"background-position":["-1px -1px","0 0","0 -0.5em","0 -0.5em","0 -0.5em","0 -0.5em","right 8px center","0 0","0 0","-50px 0","-100px 0","-150px 0","-200px 0","-250px 0"],"background-size":["110% 110%","8px 10px","16px 16px","300px 31px","16px","100% 200px"],"-moz-appearance":["none","none","none"],"appearance":["none","none","none","none"],"text-shadow":["none","none","0 1px 1px rgba(27,31,35,0.25),0 1px 25px rgba(27,31,35,0.75)","0 1px 0 rgba(255,255,255,0.5)"],"background-image":["none","linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)","linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%)","none","none","linear-gradient(-180deg, #34d058 0%, #28a745 90%)","linear-gradient(-180deg, #2fcb53 0%, #269f42 90%)","none","none","linear-gradient(-180deg, #7e55c7 0%, #643ab0 90%)","linear-gradient(-180deg, #784ec5 0%, #5f37a8 90%)","none","none","linear-gradient(-180deg, #0679fc 0%, #0361cc 90%)","linear-gradient(-180deg, #0374f4 0%, #035cc2 90%)","none","none","linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)","linear-gradient(-180deg, #de4450 0%, #cb2431 90%)","none","none","none","none","none \\9","url(\"/images/spinners/octocat-spinner-16px.gif\")","url(\"/images/modules/ajax/success.png\")","url(\"/images/modules/ajax/error.png\")","url(\"/images/spinners/octocat-spinner-32.gif\")","url(\"/images/modules/ajax/success@2x.png\")","url(\"/images/modules/ajax/error@2x.png\")","url(\"/images/modules/pricing/credit-cards-@1x.png\")","url(\"/images/modules/pricing/credit-cards-@2x.png\")","linear-gradient(180deg, rgba(27,31,35,0.065), rgba(27,31,35,0))"],"float":["left","left","left","left","left","left","left","right","left","left","left","right","left","none","right","right","left","right","left","right","left","none","left","right","none","left","right","none","left","right","none","left","right","none"],"border-left":["0","1px #e1e4e8 solid","0"],"width":["100%","1%","99%","100%","440px","130px","250px","100%","100%","0","47px","16px","16px","240px","100%","980px","33.333333%","66.666667%","25%","50%","75%","20%","80%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","2px","16px","320px","500px","220px","0","-webkit-max-content","-moz-max-content","max-content","250px","0%","100%","100%","0%","0%","100%","1px","1px","auto"],"text-align":["center","center","center","center","right","left","center","right","left","center","right","left","center","right","left","center","right","left","center"],"border-right-width":["0","1px","1px","1px","0","1px"],"border-left-width":["0","0"],"min-height":["34px","28px","28px","0","200px","50px","17px","100px","200px"],"padding-top":["3px","3px","10px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-bottom":["3px","3px","20px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"right":["0","0","50%","50%","auto","50%","50%","auto","100%","-5px","auto","100%","0"],"pointer-events":["none","none","none","none","none"],"visibility":["hidden","hidden","visible"],"left":["-4px","10px","0","8px","50%","50%","-5px","100%","50%","0"],"margin-right":["5px","5px","3px","5px","auto","auto","auto","auto","-10px","auto","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","5px","5px","2px","-5px","-15px","-5px","-15px","5px","4.5px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"padding-right":["24px","8px \\9","30px","10px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","10px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","16px","40px","16px"],"z-index":["10","15","-1","2","2","30","1000000","1000001","20"],"border-bottom-color":["#fffbdd","#d9d0a5","#ffdce0","#cea0a5","rgba(27,31,35,0.8)"],"text-indent":["-9999px"],"fill":["#28a745","#d73a49"],"resize":["vertical"],"list-style":["none","none"],"text-overflow":["ellipsis","ellipsis"],"-webkit-font-smoothing":["subpixel-antialiased"],"letter-spacing":["normal"],"word-wrap":["break-word","break-word","normal"],"-webkit-animation-name":["tooltip-appear","fade-in","fade-up","fade-down","grow-x","shrink-x","scale-in","pulse","pulse-in"],"animation-name":["tooltip-appear","fade-in","fade-up","fade-down","grow-x","shrink-x","scale-in","pulse","pulse-in"],"-webkit-animation-duration":[".1s","1s","300ms","0.3s","0.3s","0.3s","0.3s","0.15s","2s","0.5s"],"animation-duration":[".1s","1s","300ms","0.3s","0.3s","0.3s","0.3s","0.15s","2s","0.5s"],"-webkit-animation-fill-mode":["forwards","forwards","forwards","forwards","forwards"],"animation-fill-mode":["forwards","forwards","forwards","forwards","forwards"],"-webkit-animation-timing-function":["ease-in","ease-in-out","ease-out","ease-in","ease","ease-in-out","cubic-bezier(0.2, 0, 0.13, 1.5)","linear"],"animation-timing-function":["ease-in","ease-in-out","ease-out","ease-in","ease","ease-in-out","cubic-bezier(0.2, 0, 0.13, 1.5)","linear"],"-webkit-animation-delay":[".4s","1s","0.5s","0.5s"],"animation-delay":[".4s","1s","0.5s","0.5s"],"-webkit-animation":["none"],"animation":["none"],"-webkit-transform":["translateX(50%)","translateY(50%)","translateY(50%)","translateX(-50%)","translateY(100%)","translateY(0)","translateY(100%)","translateY(0)","translateY(0)","translateY(100%)","translateY(0)","translateY(100%)","scale(0.5)","scale(1)","scale(0.5)","scale(1)","scale3d(1, 1, 1)","scale3d(1.1, 1.1, 1.1)","scale3d(1, 1, 1)","scale3d(1, 1, 1)","scale3d(1.1, 1.1, 1.1)","scale3d(1, 1, 1)"],"transform":["translateX(50%)","translateY(50%)","translateY(50%)","translateX(-50%)","translateY(100%)","translateY(0)","translateY(100%)","translateY(0)","translateY(0)","translateY(100%)","translateY(0)","translateY(100%)","scale(0.5)","scale(1)","scale(0.5)","scale(1)","scale3d(1, 1, 1)","scale3d(1.1, 1.1, 1.1)","scale3d(1, 1, 1)","scale3d(1, 1, 1)","scale3d(1.1, 1.1, 1.1)","scale3d(1, 1, 1)"],"border-left-color":["rgba(27,31,35,0.8)"],"border-right-color":["rgba(27,31,35,0.8)"],"-webkit-animation-iteration-count":["infinite"],"animation-iteration-count":["infinite"],"border-right":["1px #e1e4e8 solid","0"],"-webkit-box-orient":["horizontal","horizontal","vertical","horizontal","horizontal","vertical","horizontal","horizontal","vertical","horizontal","horizontal","vertical","horizontal","horizontal","vertical"],"-webkit-box-direction":["normal","reverse","normal","normal","reverse","normal","normal","reverse","normal","normal","reverse","normal","normal","reverse","normal"],"flex-direction":["row","row-reverse","column","row","row-reverse","column","row","row-reverse","column","row","row-reverse","column","row","row-reverse","column"],"flex-wrap":["wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap"],"-webkit-box-pack":["start","end","center","justify","start","end","center","justify","start","end","center","justify","start","end","center","justify","start","end","center","justify"],"justify-content":["flex-start","flex-end","center","space-between","space-around","flex-start","flex-end","center","space-between","space-around","flex-start","flex-end","center","space-between","space-around","flex-start","flex-end","center","space-between","space-around","flex-start","flex-end","center","space-between","space-around"],"-webkit-box-align":["start","end","center","baseline","stretch","start","end","center","baseline","stretch","start","end","center","baseline","stretch","start","end","center","baseline","stretch","start","end","center","baseline","stretch"],"align-items":["flex-start","flex-end","center","baseline","stretch","flex-start","flex-end","center","baseline","stretch","flex-start","flex-end","center","baseline","stretch","flex-start","flex-end","center","baseline","stretch","flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch","flex-start","flex-end","center","space-between","space-around","stretch","flex-start","flex-end","center","space-between","space-around","stretch","flex-start","flex-end","center","space-between","space-around","stretch","flex-start","flex-end","center","space-between","space-around","stretch"],"-webkit-box-flex":["1","1","1","1","1","1","1","1","1","1"],"flex":["1 1 auto","1 1 auto","1 1 auto","1 1 auto","1 1 auto"],"flex-shrink":["0","0","0","0","0"],"-ms-grid-row-align":["auto","center","stretch","auto","center","stretch","auto","center","stretch","auto","center","stretch","auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch","auto","flex-start","flex-end","center","baseline","stretch","auto","flex-start","flex-end","center","baseline","stretch","auto","flex-start","flex-end","center","baseline","stretch","auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1","1","1","1","1"],"flex-basis":["0","0","0","0","0"],"min-width":["0"],"direction":["rtl","ltr","rtl","ltr","rtl","ltr","rtl","ltr","rtl","ltr"],"word-break":["break-all"],"table-layout":["fixed"],"clip":["rect(0, 0, 0, 0)","rect(1px, 1px, 1px, 1px)","auto"]}},"mediaQueries":{"total":111,"unique":9,"values":["(min-width: 768px)","only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)","only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","screen and (min-width: 0\\0)","only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 1012px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(max-width: 544px)","(min-width: 544px) and (max-width: 768px)","(min-width: 768px) and (max-width: 1012px)","(min-width: 1012px)"],"contents":[{"value":"(min-width: 768px)","rules":{"total":2,"size":{"graph":[2,2],"max":2,"average":2}},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":1,"pseudoElement":0,"values":[".Box-row-link",".Box-row-link:hover"],"specificity":{"max":20,"average":15}},"declarations":{"total":4,"unique":3,"properties":{"color":["#24292e","#0366d6"],"text-decoration":["none","none"]}}},{"value":"only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)","rules":{"total":4,"size":{"graph":[1,1,1,1],"max":1,"average":1}},"selectors":{"total":6,"type":6,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":["dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored"],"specificity":{"max":32,"average":32}},"declarations":{"total":4,"unique":4,"properties":{"background-size":["16px 16px"],"background-image":["url(\"/images/spinners/octocat-spinner-32.gif\")","url(\"/images/modules/ajax/success@2x.png\")","url(\"/images/modules/ajax/error@2x.png\")"]}}},{"value":"only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".form-cards>.cards .card"],"specificity":{"max":30,"average":30}},"declarations":{"total":2,"unique":2,"properties":{"background-image":["url(\"/images/modules/pricing/credit-cards-@2x.png\")"],"background-size":["300px 31px"]}}},{"value":"(min-width: 544px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":12,"type":0,"class":12,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".col-sm-1",".col-sm-2",".col-sm-3",".col-sm-4",".col-sm-5",".col-sm-6",".col-sm-7",".col-sm-8",".col-sm-9",".col-sm-10",".col-sm-11",".col-sm-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":12,"unique":12,"properties":{"width":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"]}}},{"value":"(min-width: 768px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":12,"type":0,"class":12,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".col-md-1",".col-md-2",".col-md-3",".col-md-4",".col-md-5",".col-md-6",".col-md-7",".col-md-8",".col-md-9",".col-md-10",".col-md-11",".col-md-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":12,"unique":12,"properties":{"width":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"]}}},{"value":"(min-width: 1012px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":12,"type":0,"class":12,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".col-lg-1",".col-lg-2",".col-lg-3",".col-lg-4",".col-lg-5",".col-lg-6",".col-lg-7",".col-lg-8",".col-lg-9",".col-lg-10",".col-lg-11",".col-lg-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":12,"unique":12,"properties":{"width":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"]}}},{"value":"(min-width: 1280px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":12,"type":0,"class":12,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".col-xl-1",".col-xl-2",".col-xl-3",".col-xl-4",".col-xl-5",".col-xl-6",".col-xl-7",".col-xl-8",".col-xl-9",".col-xl-10",".col-xl-11",".col-xl-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":12,"unique":12,"properties":{"width":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"]}}},{"value":"(min-width: 544px)","rules":{"total":6,"size":{"graph":[2,2,2,2,2,2],"max":2,"average":2}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".gutter-sm",".gutter-sm>[class*=\"col-\"]",".gutter-sm-condensed",".gutter-sm-condensed>[class*=\"col-\"]",".gutter-sm-spacious",".gutter-sm-spacious>[class*=\"col-\"]"],"specificity":{"max":20,"average":15}},"declarations":{"total":12,"unique":12,"properties":{"margin-right":["-16px","-8px","-24px"],"margin-left":["-16px","-8px","-24px"],"padding-right":["16px","8px","24px"],"padding-left":["16px","8px","24px"]}}},{"value":"(min-width: 768px)","rules":{"total":6,"size":{"graph":[2,2,2,2,2,2],"max":2,"average":2}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".gutter-md",".gutter-md>[class*=\"col-\"]",".gutter-md-condensed",".gutter-md-condensed>[class*=\"col-\"]",".gutter-md-spacious",".gutter-md-spacious>[class*=\"col-\"]"],"specificity":{"max":20,"average":15}},"declarations":{"total":12,"unique":12,"properties":{"margin-right":["-16px","-8px","-24px"],"margin-left":["-16px","-8px","-24px"],"padding-right":["16px","8px","24px"],"padding-left":["16px","8px","24px"]}}},{"value":"(min-width: 1012px)","rules":{"total":6,"size":{"graph":[2,2,2,2,2,2],"max":2,"average":2}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".gutter-lg",".gutter-lg>[class*=\"col-\"]",".gutter-lg-condensed",".gutter-lg-condensed>[class*=\"col-\"]",".gutter-lg-spacious",".gutter-lg-spacious>[class*=\"col-\"]"],"specificity":{"max":20,"average":15}},"declarations":{"total":12,"unique":12,"properties":{"margin-right":["-16px","-8px","-24px"],"margin-left":["-16px","-8px","-24px"],"padding-right":["16px","8px","24px"],"padding-left":["16px","8px","24px"]}}},{"value":"(min-width: 1280px)","rules":{"total":6,"size":{"graph":[2,2,2,2,2,2],"max":2,"average":2}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".gutter-xl",".gutter-xl>[class*=\"col-\"]",".gutter-xl-condensed",".gutter-xl-condensed>[class*=\"col-\"]",".gutter-xl-spacious",".gutter-xl-spacious>[class*=\"col-\"]"],"specificity":{"max":20,"average":15}},"declarations":{"total":12,"unique":12,"properties":{"margin-right":["-16px","-8px","-24px"],"margin-left":["-16px","-8px","-24px"],"padding-right":["16px","8px","24px"],"padding-left":["16px","8px","24px"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-sm-1",".offset-sm-2",".offset-sm-3",".offset-sm-4",".offset-sm-5",".offset-sm-6",".offset-sm-7",".offset-sm-8",".offset-sm-9",".offset-sm-10",".offset-sm-11"],"specificity":{"max":10,"average":10}},"declarations":{"total":11,"unique":11,"properties":{"margin-left":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-md-1",".offset-md-2",".offset-md-3",".offset-md-4",".offset-md-5",".offset-md-6",".offset-md-7",".offset-md-8",".offset-md-9",".offset-md-10",".offset-md-11"],"specificity":{"max":10,"average":10}},"declarations":{"total":11,"unique":11,"properties":{"margin-left":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-lg-1",".offset-lg-2",".offset-lg-3",".offset-lg-4",".offset-lg-5",".offset-lg-6",".offset-lg-7",".offset-lg-8",".offset-lg-9",".offset-lg-10",".offset-lg-11"],"specificity":{"max":10,"average":10}},"declarations":{"total":11,"unique":11,"properties":{"margin-left":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-xl-1",".offset-xl-2",".offset-xl-3",".offset-xl-4",".offset-xl-5",".offset-xl-6",".offset-xl-7",".offset-xl-8",".offset-xl-9",".offset-xl-10",".offset-xl-11"],"specificity":{"max":10,"average":10}},"declarations":{"total":11,"unique":11,"properties":{"margin-left":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"]}}},{"value":"screen and (min-width: 0\\0)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":1,"values":[".tooltipped-multiline::after"],"specificity":{"max":11,"average":11}},"declarations":{"total":1,"unique":1,"properties":{"width":["250px"]}}},{"value":"only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":1,"values":[".tooltipped-w::after"],"specificity":{"max":11,"average":11}},"declarations":{"total":1,"unique":1,"properties":{"margin-right":["4.5px"]}}},{"value":"(min-width: 544px)","rules":{"total":30,"size":{"graph":[3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3],"max":3,"average":1.7}},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-wrap",".flex-sm-nowrap",".flex-sm-justify-start",".flex-sm-justify-end",".flex-sm-justify-center",".flex-sm-justify-between",".flex-sm-justify-around",".flex-sm-items-start",".flex-sm-items-end",".flex-sm-items-center",".flex-sm-items-baseline",".flex-sm-items-stretch",".flex-sm-content-start",".flex-sm-content-end",".flex-sm-content-center",".flex-sm-content-between",".flex-sm-content-around",".flex-sm-content-stretch",".flex-sm-auto",".flex-sm-shrink-0",".flex-sm-self-auto",".flex-sm-self-start",".flex-sm-self-end",".flex-sm-self-center",".flex-sm-self-baseline",".flex-sm-self-stretch",".flex-sm-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":51,"unique":48,"properties":{"-webkit-box-orient":["horizontal","horizontal","vertical"],"-webkit-box-direction":["normal","reverse","normal"],"flex-direction":["row","row-reverse","column"],"flex-wrap":["wrap","nowrap"],"-webkit-box-pack":["start","end","center","justify"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"-webkit-box-align":["start","end","center","baseline","stretch"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"-webkit-box-flex":["1","1"],"flex":["1 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 768px)","rules":{"total":30,"size":{"graph":[3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3],"max":3,"average":1.7}},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-wrap",".flex-md-nowrap",".flex-md-justify-start",".flex-md-justify-end",".flex-md-justify-center",".flex-md-justify-between",".flex-md-justify-around",".flex-md-items-start",".flex-md-items-end",".flex-md-items-center",".flex-md-items-baseline",".flex-md-items-stretch",".flex-md-content-start",".flex-md-content-end",".flex-md-content-center",".flex-md-content-between",".flex-md-content-around",".flex-md-content-stretch",".flex-md-auto",".flex-md-shrink-0",".flex-md-self-auto",".flex-md-self-start",".flex-md-self-end",".flex-md-self-center",".flex-md-self-baseline",".flex-md-self-stretch",".flex-md-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":51,"unique":48,"properties":{"-webkit-box-orient":["horizontal","horizontal","vertical"],"-webkit-box-direction":["normal","reverse","normal"],"flex-direction":["row","row-reverse","column"],"flex-wrap":["wrap","nowrap"],"-webkit-box-pack":["start","end","center","justify"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"-webkit-box-align":["start","end","center","baseline","stretch"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"-webkit-box-flex":["1","1"],"flex":["1 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 1012px)","rules":{"total":30,"size":{"graph":[3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3],"max":3,"average":1.7}},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-wrap",".flex-lg-nowrap",".flex-lg-justify-start",".flex-lg-justify-end",".flex-lg-justify-center",".flex-lg-justify-between",".flex-lg-justify-around",".flex-lg-items-start",".flex-lg-items-end",".flex-lg-items-center",".flex-lg-items-baseline",".flex-lg-items-stretch",".flex-lg-content-start",".flex-lg-content-end",".flex-lg-content-center",".flex-lg-content-between",".flex-lg-content-around",".flex-lg-content-stretch",".flex-lg-auto",".flex-lg-shrink-0",".flex-lg-self-auto",".flex-lg-self-start",".flex-lg-self-end",".flex-lg-self-center",".flex-lg-self-baseline",".flex-lg-self-stretch",".flex-lg-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":51,"unique":48,"properties":{"-webkit-box-orient":["horizontal","horizontal","vertical"],"-webkit-box-direction":["normal","reverse","normal"],"flex-direction":["row","row-reverse","column"],"flex-wrap":["wrap","nowrap"],"-webkit-box-pack":["start","end","center","justify"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"-webkit-box-align":["start","end","center","baseline","stretch"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"-webkit-box-flex":["1","1"],"flex":["1 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 1280px)","rules":{"total":30,"size":{"graph":[3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3],"max":3,"average":1.7}},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-wrap",".flex-xl-nowrap",".flex-xl-justify-start",".flex-xl-justify-end",".flex-xl-justify-center",".flex-xl-justify-between",".flex-xl-justify-around",".flex-xl-items-start",".flex-xl-items-end",".flex-xl-items-center",".flex-xl-items-baseline",".flex-xl-items-stretch",".flex-xl-content-start",".flex-xl-content-end",".flex-xl-content-center",".flex-xl-content-between",".flex-xl-content-around",".flex-xl-content-stretch",".flex-xl-auto",".flex-xl-shrink-0",".flex-xl-self-auto",".flex-xl-self-start",".flex-xl-self-end",".flex-xl-self-center",".flex-xl-self-baseline",".flex-xl-self-stretch",".flex-xl-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":51,"unique":48,"properties":{"-webkit-box-orient":["horizontal","horizontal","vertical"],"-webkit-box-direction":["normal","reverse","normal"],"flex-direction":["row","row-reverse","column"],"flex-wrap":["wrap","nowrap"],"-webkit-box-pack":["start","end","center","justify"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"-webkit-box-align":["start","end","center","baseline","stretch"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"-webkit-box-flex":["1","1"],"flex":["1 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 544px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".float-sm-left",".float-sm-right",".float-sm-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"float":["left","right","none"]}}},{"value":"(min-width: 768px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".float-md-left",".float-md-right",".float-md-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"float":["left","right","none"]}}},{"value":"(min-width: 1012px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".float-lg-left",".float-lg-right",".float-lg-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"float":["left","right","none"]}}},{"value":"(min-width: 1280px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".float-xl-left",".float-xl-right",".float-xl-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"float":["left","right","none"]}}},{"value":"(min-width: 544px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1}},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-sm-rtl",".direction-sm-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 768px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1}},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-md-rtl",".direction-md-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 1012px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1}},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-lg-rtl",".direction-lg-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 1280px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1}},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-xl-rtl",".direction-xl-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-0",".mt-sm-0",".mr-sm-0",".mb-sm-0",".ml-sm-0",".mt-sm-n0",".mr-sm-n0",".mb-sm-n0",".ml-sm-n0",".mx-sm-0",".my-sm-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["0"],"margin-top":["0","-0","0"],"margin-right":["0","-0","0"],"margin-bottom":["0","-0","0"],"margin-left":["0","-0","0"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-1",".mt-sm-1",".mr-sm-1",".mb-sm-1",".ml-sm-1",".mt-sm-n1",".mr-sm-n1",".mb-sm-n1",".ml-sm-n1",".mx-sm-1",".my-sm-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["4px"],"margin-top":["4px","-4px","4px"],"margin-right":["4px","-4px","4px"],"margin-bottom":["4px","-4px","4px"],"margin-left":["4px","-4px","4px"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-2",".mt-sm-2",".mr-sm-2",".mb-sm-2",".ml-sm-2",".mt-sm-n2",".mr-sm-n2",".mb-sm-n2",".ml-sm-n2",".mx-sm-2",".my-sm-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["8px"],"margin-top":["8px","-8px","8px"],"margin-right":["8px","-8px","8px"],"margin-bottom":["8px","-8px","8px"],"margin-left":["8px","-8px","8px"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-3",".mt-sm-3",".mr-sm-3",".mb-sm-3",".ml-sm-3",".mt-sm-n3",".mr-sm-n3",".mb-sm-n3",".ml-sm-n3",".mx-sm-3",".my-sm-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["16px"],"margin-top":["16px","-16px","16px"],"margin-right":["16px","-16px","16px"],"margin-bottom":["16px","-16px","16px"],"margin-left":["16px","-16px","16px"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-4",".mt-sm-4",".mr-sm-4",".mb-sm-4",".ml-sm-4",".mt-sm-n4",".mr-sm-n4",".mb-sm-n4",".ml-sm-n4",".mx-sm-4",".my-sm-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["24px"],"margin-top":["24px","-24px","24px"],"margin-right":["24px","-24px","24px"],"margin-bottom":["24px","-24px","24px"],"margin-left":["24px","-24px","24px"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-5",".mt-sm-5",".mr-sm-5",".mb-sm-5",".ml-sm-5",".mt-sm-n5",".mr-sm-n5",".mb-sm-n5",".ml-sm-n5",".mx-sm-5",".my-sm-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["32px"],"margin-top":["32px","-32px","32px"],"margin-right":["32px","-32px","32px"],"margin-bottom":["32px","-32px","32px"],"margin-left":["32px","-32px","32px"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-6",".mt-sm-6",".mr-sm-6",".mb-sm-6",".ml-sm-6",".mt-sm-n6",".mr-sm-n6",".mb-sm-n6",".ml-sm-n6",".mx-sm-6",".my-sm-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["40px"],"margin-top":["40px","-40px","40px"],"margin-right":["40px","-40px","40px"],"margin-bottom":["40px","-40px","40px"],"margin-left":["40px","-40px","40px"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-0",".mt-md-0",".mr-md-0",".mb-md-0",".ml-md-0",".mt-md-n0",".mr-md-n0",".mb-md-n0",".ml-md-n0",".mx-md-0",".my-md-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["0"],"margin-top":["0","-0","0"],"margin-right":["0","-0","0"],"margin-bottom":["0","-0","0"],"margin-left":["0","-0","0"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-1",".mt-md-1",".mr-md-1",".mb-md-1",".ml-md-1",".mt-md-n1",".mr-md-n1",".mb-md-n1",".ml-md-n1",".mx-md-1",".my-md-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["4px"],"margin-top":["4px","-4px","4px"],"margin-right":["4px","-4px","4px"],"margin-bottom":["4px","-4px","4px"],"margin-left":["4px","-4px","4px"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-2",".mt-md-2",".mr-md-2",".mb-md-2",".ml-md-2",".mt-md-n2",".mr-md-n2",".mb-md-n2",".ml-md-n2",".mx-md-2",".my-md-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["8px"],"margin-top":["8px","-8px","8px"],"margin-right":["8px","-8px","8px"],"margin-bottom":["8px","-8px","8px"],"margin-left":["8px","-8px","8px"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-3",".mt-md-3",".mr-md-3",".mb-md-3",".ml-md-3",".mt-md-n3",".mr-md-n3",".mb-md-n3",".ml-md-n3",".mx-md-3",".my-md-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["16px"],"margin-top":["16px","-16px","16px"],"margin-right":["16px","-16px","16px"],"margin-bottom":["16px","-16px","16px"],"margin-left":["16px","-16px","16px"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-4",".mt-md-4",".mr-md-4",".mb-md-4",".ml-md-4",".mt-md-n4",".mr-md-n4",".mb-md-n4",".ml-md-n4",".mx-md-4",".my-md-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["24px"],"margin-top":["24px","-24px","24px"],"margin-right":["24px","-24px","24px"],"margin-bottom":["24px","-24px","24px"],"margin-left":["24px","-24px","24px"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-5",".mt-md-5",".mr-md-5",".mb-md-5",".ml-md-5",".mt-md-n5",".mr-md-n5",".mb-md-n5",".ml-md-n5",".mx-md-5",".my-md-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["32px"],"margin-top":["32px","-32px","32px"],"margin-right":["32px","-32px","32px"],"margin-bottom":["32px","-32px","32px"],"margin-left":["32px","-32px","32px"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-6",".mt-md-6",".mr-md-6",".mb-md-6",".ml-md-6",".mt-md-n6",".mr-md-n6",".mb-md-n6",".ml-md-n6",".mx-md-6",".my-md-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["40px"],"margin-top":["40px","-40px","40px"],"margin-right":["40px","-40px","40px"],"margin-bottom":["40px","-40px","40px"],"margin-left":["40px","-40px","40px"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-0",".mt-lg-0",".mr-lg-0",".mb-lg-0",".ml-lg-0",".mt-lg-n0",".mr-lg-n0",".mb-lg-n0",".ml-lg-n0",".mx-lg-0",".my-lg-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["0"],"margin-top":["0","-0","0"],"margin-right":["0","-0","0"],"margin-bottom":["0","-0","0"],"margin-left":["0","-0","0"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-1",".mt-lg-1",".mr-lg-1",".mb-lg-1",".ml-lg-1",".mt-lg-n1",".mr-lg-n1",".mb-lg-n1",".ml-lg-n1",".mx-lg-1",".my-lg-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["4px"],"margin-top":["4px","-4px","4px"],"margin-right":["4px","-4px","4px"],"margin-bottom":["4px","-4px","4px"],"margin-left":["4px","-4px","4px"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-2",".mt-lg-2",".mr-lg-2",".mb-lg-2",".ml-lg-2",".mt-lg-n2",".mr-lg-n2",".mb-lg-n2",".ml-lg-n2",".mx-lg-2",".my-lg-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["8px"],"margin-top":["8px","-8px","8px"],"margin-right":["8px","-8px","8px"],"margin-bottom":["8px","-8px","8px"],"margin-left":["8px","-8px","8px"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-3",".mt-lg-3",".mr-lg-3",".mb-lg-3",".ml-lg-3",".mt-lg-n3",".mr-lg-n3",".mb-lg-n3",".ml-lg-n3",".mx-lg-3",".my-lg-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["16px"],"margin-top":["16px","-16px","16px"],"margin-right":["16px","-16px","16px"],"margin-bottom":["16px","-16px","16px"],"margin-left":["16px","-16px","16px"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-4",".mt-lg-4",".mr-lg-4",".mb-lg-4",".ml-lg-4",".mt-lg-n4",".mr-lg-n4",".mb-lg-n4",".ml-lg-n4",".mx-lg-4",".my-lg-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["24px"],"margin-top":["24px","-24px","24px"],"margin-right":["24px","-24px","24px"],"margin-bottom":["24px","-24px","24px"],"margin-left":["24px","-24px","24px"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-5",".mt-lg-5",".mr-lg-5",".mb-lg-5",".ml-lg-5",".mt-lg-n5",".mr-lg-n5",".mb-lg-n5",".ml-lg-n5",".mx-lg-5",".my-lg-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["32px"],"margin-top":["32px","-32px","32px"],"margin-right":["32px","-32px","32px"],"margin-bottom":["32px","-32px","32px"],"margin-left":["32px","-32px","32px"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-6",".mt-lg-6",".mr-lg-6",".mb-lg-6",".ml-lg-6",".mt-lg-n6",".mr-lg-n6",".mb-lg-n6",".ml-lg-n6",".mx-lg-6",".my-lg-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["40px"],"margin-top":["40px","-40px","40px"],"margin-right":["40px","-40px","40px"],"margin-bottom":["40px","-40px","40px"],"margin-left":["40px","-40px","40px"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-0",".mt-xl-0",".mr-xl-0",".mb-xl-0",".ml-xl-0",".mt-xl-n0",".mr-xl-n0",".mb-xl-n0",".ml-xl-n0",".mx-xl-0",".my-xl-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["0"],"margin-top":["0","-0","0"],"margin-right":["0","-0","0"],"margin-bottom":["0","-0","0"],"margin-left":["0","-0","0"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-1",".mt-xl-1",".mr-xl-1",".mb-xl-1",".ml-xl-1",".mt-xl-n1",".mr-xl-n1",".mb-xl-n1",".ml-xl-n1",".mx-xl-1",".my-xl-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["4px"],"margin-top":["4px","-4px","4px"],"margin-right":["4px","-4px","4px"],"margin-bottom":["4px","-4px","4px"],"margin-left":["4px","-4px","4px"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-2",".mt-xl-2",".mr-xl-2",".mb-xl-2",".ml-xl-2",".mt-xl-n2",".mr-xl-n2",".mb-xl-n2",".ml-xl-n2",".mx-xl-2",".my-xl-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["8px"],"margin-top":["8px","-8px","8px"],"margin-right":["8px","-8px","8px"],"margin-bottom":["8px","-8px","8px"],"margin-left":["8px","-8px","8px"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-3",".mt-xl-3",".mr-xl-3",".mb-xl-3",".ml-xl-3",".mt-xl-n3",".mr-xl-n3",".mb-xl-n3",".ml-xl-n3",".mx-xl-3",".my-xl-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["16px"],"margin-top":["16px","-16px","16px"],"margin-right":["16px","-16px","16px"],"margin-bottom":["16px","-16px","16px"],"margin-left":["16px","-16px","16px"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-4",".mt-xl-4",".mr-xl-4",".mb-xl-4",".ml-xl-4",".mt-xl-n4",".mr-xl-n4",".mb-xl-n4",".ml-xl-n4",".mx-xl-4",".my-xl-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["24px"],"margin-top":["24px","-24px","24px"],"margin-right":["24px","-24px","24px"],"margin-bottom":["24px","-24px","24px"],"margin-left":["24px","-24px","24px"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-5",".mt-xl-5",".mr-xl-5",".mb-xl-5",".ml-xl-5",".mt-xl-n5",".mr-xl-n5",".mb-xl-n5",".ml-xl-n5",".mx-xl-5",".my-xl-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["32px"],"margin-top":["32px","-32px","32px"],"margin-right":["32px","-32px","32px"],"margin-bottom":["32px","-32px","32px"],"margin-left":["32px","-32px","32px"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-6",".mt-xl-6",".mr-xl-6",".mb-xl-6",".ml-xl-6",".mt-xl-n6",".mr-xl-n6",".mb-xl-n6",".ml-xl-n6",".mx-xl-6",".my-xl-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["40px"],"margin-top":["40px","-40px","40px"],"margin-right":["40px","-40px","40px"],"margin-bottom":["40px","-40px","40px"],"margin-left":["40px","-40px","40px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-0",".pt-sm-0",".pr-sm-0",".pb-sm-0",".pl-sm-0",".px-sm-0",".py-sm-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["0"],"padding-top":["0","0"],"padding-right":["0","0"],"padding-bottom":["0","0"],"padding-left":["0","0"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-1",".pt-sm-1",".pr-sm-1",".pb-sm-1",".pl-sm-1",".px-sm-1",".py-sm-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["4px"],"padding-top":["4px","4px"],"padding-right":["4px","4px"],"padding-bottom":["4px","4px"],"padding-left":["4px","4px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-2",".pt-sm-2",".pr-sm-2",".pb-sm-2",".pl-sm-2",".px-sm-2",".py-sm-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["8px"],"padding-top":["8px","8px"],"padding-right":["8px","8px"],"padding-bottom":["8px","8px"],"padding-left":["8px","8px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-3",".pt-sm-3",".pr-sm-3",".pb-sm-3",".pl-sm-3",".px-sm-3",".py-sm-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["16px"],"padding-top":["16px","16px"],"padding-right":["16px","16px"],"padding-bottom":["16px","16px"],"padding-left":["16px","16px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-4",".pt-sm-4",".pr-sm-4",".pb-sm-4",".pl-sm-4",".px-sm-4",".py-sm-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["24px"],"padding-top":["24px","24px"],"padding-right":["24px","24px"],"padding-bottom":["24px","24px"],"padding-left":["24px","24px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-5",".pt-sm-5",".pr-sm-5",".pb-sm-5",".pl-sm-5",".px-sm-5",".py-sm-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["32px"],"padding-top":["32px","32px"],"padding-right":["32px","32px"],"padding-bottom":["32px","32px"],"padding-left":["32px","32px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-6",".pt-sm-6",".pr-sm-6",".pb-sm-6",".pl-sm-6",".px-sm-6",".py-sm-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["40px"],"padding-top":["40px","40px"],"padding-right":["40px","40px"],"padding-bottom":["40px","40px"],"padding-left":["40px","40px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-0",".pt-md-0",".pr-md-0",".pb-md-0",".pl-md-0",".px-md-0",".py-md-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["0"],"padding-top":["0","0"],"padding-right":["0","0"],"padding-bottom":["0","0"],"padding-left":["0","0"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-1",".pt-md-1",".pr-md-1",".pb-md-1",".pl-md-1",".px-md-1",".py-md-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["4px"],"padding-top":["4px","4px"],"padding-right":["4px","4px"],"padding-bottom":["4px","4px"],"padding-left":["4px","4px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-2",".pt-md-2",".pr-md-2",".pb-md-2",".pl-md-2",".px-md-2",".py-md-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["8px"],"padding-top":["8px","8px"],"padding-right":["8px","8px"],"padding-bottom":["8px","8px"],"padding-left":["8px","8px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-3",".pt-md-3",".pr-md-3",".pb-md-3",".pl-md-3",".px-md-3",".py-md-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["16px"],"padding-top":["16px","16px"],"padding-right":["16px","16px"],"padding-bottom":["16px","16px"],"padding-left":["16px","16px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-4",".pt-md-4",".pr-md-4",".pb-md-4",".pl-md-4",".px-md-4",".py-md-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["24px"],"padding-top":["24px","24px"],"padding-right":["24px","24px"],"padding-bottom":["24px","24px"],"padding-left":["24px","24px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-5",".pt-md-5",".pr-md-5",".pb-md-5",".pl-md-5",".px-md-5",".py-md-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["32px"],"padding-top":["32px","32px"],"padding-right":["32px","32px"],"padding-bottom":["32px","32px"],"padding-left":["32px","32px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-6",".pt-md-6",".pr-md-6",".pb-md-6",".pl-md-6",".px-md-6",".py-md-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["40px"],"padding-top":["40px","40px"],"padding-right":["40px","40px"],"padding-bottom":["40px","40px"],"padding-left":["40px","40px"]}}},{"value":"(min-width: 1012px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-0",".pt-lg-0",".pr-lg-0",".pb-lg-0",".pl-lg-0",".px-lg-0",".py-lg-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["0"],"padding-top":["0","0"],"padding-right":["0","0"],"padding-bottom":["0","0"],"padding-left":["0","0"]}}},{"value":"(min-width: 1012px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-1",".pt-lg-1",".pr-lg-1",".pb-lg-1",".pl-lg-1",".px-lg-1",".py-lg-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["4px"],"padding-top":["4px","4px"],"padding-right":["4px","4px"],"padding-bottom":["4px","4px"],"padding-left":["4px","4px"]}}},{"value":"(min-width: 1012px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-2",".pt-lg-2",".pr-lg-2",".pb-lg-2",".pl-lg-2",".px-lg-2",".py-lg-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["8px"],"padding-top":["8px","8px"],"padding-right":["8px","8px"],"padding-bottom":["8px","8px"],"padding-left":["8px","8px"]}}},{"value":"(min-width: 1012px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-3",".pt-lg-3",".pr-lg-3",".pb-lg-3",".pl-lg-3",".px-lg-3",".py-lg-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["16px"],"padding-top":["16px","16px"],"padding-right":["16px","16px"],"padding-bottom":["16px","16px"],"padding-left":["16px","16px"]}}},{"value":"(min-width: 1012px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-4",".pt-lg-4",".pr-lg-4",".pb-lg-4",".pl-lg-4",".px-lg-4",".py-lg-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["24px"],"padding-top":["24px","24px"],"padding-right":["24px","24px"],"padding-bottom":["24px","24px"],"padding-left":["24px","24px"]}}},{"value":"(min-width: 1012px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-5",".pt-lg-5",".pr-lg-5",".pb-lg-5",".pl-lg-5",".px-lg-5",".py-lg-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["32px"],"padding-top":["32px","32px"],"padding-right":["32px","32px"],"padding-bottom":["32px","32px"],"padding-left":["32px","32px"]}}},{"value":"(min-width: 1012px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-6",".pt-lg-6",".pr-lg-6",".pb-lg-6",".pl-lg-6",".px-lg-6",".py-lg-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["40px"],"padding-top":["40px","40px"],"padding-right":["40px","40px"],"padding-bottom":["40px","40px"],"padding-left":["40px","40px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-0",".pt-xl-0",".pr-xl-0",".pb-xl-0",".pl-xl-0",".px-xl-0",".py-xl-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["0"],"padding-top":["0","0"],"padding-right":["0","0"],"padding-bottom":["0","0"],"padding-left":["0","0"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-1",".pt-xl-1",".pr-xl-1",".pb-xl-1",".pl-xl-1",".px-xl-1",".py-xl-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["4px"],"padding-top":["4px","4px"],"padding-right":["4px","4px"],"padding-bottom":["4px","4px"],"padding-left":["4px","4px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-2",".pt-xl-2",".pr-xl-2",".pb-xl-2",".pl-xl-2",".px-xl-2",".py-xl-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["8px"],"padding-top":["8px","8px"],"padding-right":["8px","8px"],"padding-bottom":["8px","8px"],"padding-left":["8px","8px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-3",".pt-xl-3",".pr-xl-3",".pb-xl-3",".pl-xl-3",".px-xl-3",".py-xl-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["16px"],"padding-top":["16px","16px"],"padding-right":["16px","16px"],"padding-bottom":["16px","16px"],"padding-left":["16px","16px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-4",".pt-xl-4",".pr-xl-4",".pb-xl-4",".pl-xl-4",".px-xl-4",".py-xl-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["24px"],"padding-top":["24px","24px"],"padding-right":["24px","24px"],"padding-bottom":["24px","24px"],"padding-left":["24px","24px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-5",".pt-xl-5",".pr-xl-5",".pb-xl-5",".pl-xl-5",".px-xl-5",".py-xl-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["32px"],"padding-top":["32px","32px"],"padding-right":["32px","32px"],"padding-bottom":["32px","32px"],"padding-left":["32px","32px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-6",".pt-xl-6",".pr-xl-6",".pb-xl-6",".pl-xl-6",".px-xl-6",".py-xl-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["40px"],"padding-top":["40px","40px"],"padding-right":["40px","40px"],"padding-bottom":["40px","40px"],"padding-left":["40px","40px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-responsive"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding-right":["40px"],"padding-left":["40px"]}}},{"value":"(min-width: 1012px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-responsive"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding-right":["16px"],"padding-left":["16px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h1"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["32px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h2"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["24px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h3"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["20px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f1"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["32px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f2"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["24px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f3"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["20px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f4"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["16px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f00-light"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["48px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f0-light"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["40px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f1-light"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["32px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f2-light"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["24px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f3-light"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["20px"]}}},{"value":"(min-width: 544px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".text-sm-right",".text-sm-left",".text-sm-center"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"text-align":["right","left","center"]}}},{"value":"(min-width: 768px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".text-md-right",".text-md-left",".text-md-center"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"text-align":["right","left","center"]}}},{"value":"(min-width: 1012px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".text-lg-right",".text-lg-left",".text-lg-center"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"text-align":["right","left","center"]}}},{"value":"(min-width: 1280px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".text-xl-right",".text-xl-left",".text-xl-center"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"text-align":["right","left","center"]}}},{"value":"(min-width: 544px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,2,2,1],"max":2,"average":1.25}},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-sm-table",".d-sm-table-cell",".d-sm-block",".d-sm-inline",".d-sm-inline-block",".d-sm-flex",".d-sm-inline-flex",".d-sm-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":10,"unique":10,"properties":{"display":["table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none"]}}},{"value":"(min-width: 768px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,2,2,1],"max":2,"average":1.25}},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-md-table",".d-md-table-cell",".d-md-block",".d-md-inline",".d-md-inline-block",".d-md-flex",".d-md-inline-flex",".d-md-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":10,"unique":10,"properties":{"display":["table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none"]}}},{"value":"(min-width: 1012px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,2,2,1],"max":2,"average":1.25}},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-lg-table",".d-lg-table-cell",".d-lg-block",".d-lg-inline",".d-lg-inline-block",".d-lg-flex",".d-lg-inline-flex",".d-lg-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":10,"unique":10,"properties":{"display":["table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none"]}}},{"value":"(min-width: 1280px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,2,2,1],"max":2,"average":1.25}},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-xl-table",".d-xl-table-cell",".d-xl-block",".d-xl-inline",".d-xl-inline-block",".d-xl-flex",".d-xl-inline-flex",".d-xl-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":10,"unique":10,"properties":{"display":["table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none"]}}},{"value":"(max-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".hide-sm"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}},{"value":"(min-width: 544px) and (max-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".hide-md"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}},{"value":"(min-width: 768px) and (max-width: 1012px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".hide-lg"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}},{"value":"(min-width: 1012px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".hide-xl"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}}]}}} \ No newline at end of file diff --git a/node_modules/primer-core/index.scss b/node_modules/primer-core/index.scss new file mode 100644 index 0000000..0ede559 --- /dev/null +++ b/node_modules/primer-core/index.scss @@ -0,0 +1,28 @@ +/*! + * Primer-core + * http://primercss.io + * + * Released under MIT license. Copyright 2015 GitHub, Inc. + */ + +// Primer master file +// +// Imports all Primer files in their intended order for easy mass-inclusion. +// Should you need specific files, you can easily use separate `@import`s. + +// Global requirements +@import "primer-support/index.scss"; + +// Core modules +@import "primer-base/index.scss"; +@import "primer-box/index.scss"; +@import "primer-buttons/index.scss"; +@import "primer-table-object/index.scss"; +@import "primer-forms/index.scss"; +@import "primer-layout/index.scss"; +@import "primer-navigation/index.scss"; +@import "primer-tooltips/index.scss"; +@import "primer-truncate/index.scss"; + +// Utilities always go last so that they can override components +@import "primer-utilities/index.scss"; diff --git a/node_modules/primer-core/package.json b/node_modules/primer-core/package.json new file mode 100644 index 0000000..8511015 --- /dev/null +++ b/node_modules/primer-core/package.json @@ -0,0 +1,69 @@ +{ + "_from": "primer-core@^5.0.1", + "_id": "primer-core@5.0.1", + "_inBundle": false, + "_integrity": "sha1-TZq/WuR3s7BJr7/lG78YpAA/0Ms=", + "_location": "/primer-core", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "primer-core@^5.0.1", + "name": "primer-core", + "escapedName": "primer-core", + "rawSpec": "^5.0.1", + "saveSpec": null, + "fetchSpec": "^5.0.1" + }, + "_requiredBy": [ + "/primer-css" + ], + "_resolved": "https://registry.npmjs.org/primer-core/-/primer-core-5.0.1.tgz", + "_shasum": "4d9abf5ae477b3b049afbfe51bbf18a4003fd0cb", + "_spec": "primer-core@^5.0.1", + "_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css", + "author": { + "name": "GitHub, Inc." + }, + "bugs": { + "url": "https://github.com/primer/primer-css/issues" + }, + "bundleDependencies": false, + "dependencies": { + "primer-base": "^0.4.0", + "primer-box": "^2.1.7", + "primer-buttons": "^2.0.5", + "primer-forms": "^1.0.12", + "primer-layout": "^1.0.4", + "primer-navigation": "^1.0.5", + "primer-support": "^4.0.6", + "primer-table-object": "^1.0.8", + "primer-tooltips": "^1.0.1", + "primer-truncate": "^1.0.1", + "primer-utilities": "^4.3.4" + }, + "deprecated": false, + "description": "Primer CSS's core modules", + "devDependencies": { + "primer-module-build": "*" + }, + "files": [ + "index.scss", + "build" + ], + "homepage": "http://primercss.io/", + "license": "MIT", + "main": "build/index.js", + "name": "primer-core", + "repository": { + "type": "git", + "url": "https://github.com/primer/primer-css/tree/master/packages/primer-core" + }, + "scripts": { + "build": "primer-module-build index.scss", + "prepare": "npm run build", + "test": "npm run build" + }, + "style": "build/build.css", + "version": "5.0.1" +} diff --git a/node_modules/primer-css/CHANGELOG.md b/node_modules/primer-css/CHANGELOG.md new file mode 100644 index 0000000..79a8e62 --- /dev/null +++ b/node_modules/primer-css/CHANGELOG.md @@ -0,0 +1,26 @@ +# HEAD + +# 4.4.0 + +- Adding primer-marketing module to primer + +# 4.3.0 + +- Using primer-core and primer-product modules + +# 4.1.0 + +- Added: [primer-markdown](https://github.com/primer/markdown) to the build +- Fixes: Pointing "style" package.json to `build/build.css` file. + +# 4.0.2 + +- Added npm build scripts to add `build/build.css` to the npm package + +# 4.0.1 + +- Fixed: missing primer-layout from build + +# 4.0.0 + +- Whole new npm build system, pulling in the code from separate component repos diff --git a/node_modules/primer-css/LICENSE b/node_modules/primer-css/LICENSE new file mode 100644 index 0000000..5715c13 --- /dev/null +++ b/node_modules/primer-css/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/primer-css/README.md b/node_modules/primer-css/README.md new file mode 100644 index 0000000..ac381a0 --- /dev/null +++ b/node_modules/primer-css/README.md @@ -0,0 +1,48 @@ +# Primer CSS + +[![npm version](http://img.shields.io/npm/v/primer-css.svg)](https://www.npmjs.org/package/primer-css) +[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css) + +Primer is the CSS framework that powers GitHub's front-end design. Primer CSS includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via npm, so it's easy to include all or part of Primer within your own project. + +The Primer CSS repo is managed as a monorepo that is composed of many npm packages. + +## Install + +This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `Primer-CSS` with this command. + +``` +$ npm install --save primer-css +``` + +## Usage + +The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. + +```scss +@import "primer-css/index.scss"; +``` + +You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ + +## Build + +For a compiled **CSS** version of this module, a npm script is included that will output a CSS version to `build/build.css` The built CSS file is also included in the npm package. + +``` +$ npm run build +``` + +## Documentation + +You can read more about primer in the [docs][docs]. + +## License + +[MIT](./LICENSE) © [GitHub](https://github.com/) + +[primer]: https://github.com/primer/primer +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/node_modules/primer-css/build/build.css b/node_modules/primer-css/build/build.css new file mode 100644 index 0000000..6d9bd62 --- /dev/null +++ b/node_modules/primer-css/build/build.css @@ -0,0 +1,21 @@ +/*! + * Primer + * http://primercss.io + * + * Released under MIT license. Copyright 2015 GitHub, Inc. + *//*! + * Primer-core + * http://primercss.io + * + * Released under MIT license. Copyright 2015 GitHub, Inc. + *//*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}*{box-sizing:border-box}input,select,textarea,button{font-family:inherit;font-size:inherit;line-height:inherit}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px;line-height:1.5;color:#24292e;background-color:#fff}a{color:#0366d6;text-decoration:none}a:hover,a:active{text-decoration:underline}strong{font-weight:600}hr,.rule{height:0;margin:15px 0;overflow:hidden;background:transparent;border:0;border-bottom:1px solid #ddd}hr::before,.rule::before{display:table;content:""}hr::after,.rule::after{display:table;clear:both;content:""}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}button{cursor:pointer}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}h1{font-size:32px;font-weight:600}h2{font-size:24px;font-weight:600}h3{font-size:20px;font-weight:600}h4{font-size:16px;font-weight:600}h5{font-size:14px;font-weight:600}h6{font-size:12px;font-weight:600}p{margin-top:0;margin-bottom:10px}small{font-size:90%}blockquote{margin:0}ul,ol{padding-left:0;margin-top:0;margin-bottom:0}ol ol,ul ol{list-style-type:lower-roman}ul ul ol,ul ol ol,ol ul ol,ol ol ol{list-style-type:lower-alpha}dd{margin-left:0}tt,code{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px}pre{margin-top:0;margin-bottom:0;font:12px "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace}.octicon{vertical-align:text-bottom}.Box{background-color:#fff;border:1px solid #d1d5da;border-radius:3px}.Box--condensed{line-height:1.25}.Box--condensed .Box-header{padding:8px 16px}.Box--condensed .Box-body{padding:8px 16px}.Box--condensed .Box-footer{padding:8px 16px}.Box--condensed .Box-btn-octicon.btn-octicon{padding:8px 16px;margin:-8px -16px;line-height:1.25}.Box--condensed .Box-row{padding:8px 16px}.Box--spacious .Box-header{padding:24px;line-height:1.25}.Box--spacious .Box-title{font-size:20px}.Box--spacious .Box-body{padding:24px}.Box--spacious .Box-footer{padding:24px}.Box--spacious .Box-btn-octicon.btn-octicon{padding:24px;margin:-24px -24px}.Box--spacious .Box-row{padding:24px}.Box-header{padding:16px;margin:-1px -1px 0 -1px;background-color:#f6f8fa;border-color:#d1d5da;border-style:solid;border-width:1px;border-top-left-radius:3px;border-top-right-radius:3px}.Box-title{font-size:14px;font-weight:600}.Box-body{padding:16px;border-bottom:1px solid #e1e4e8}.Box-body:last-of-type{margin-bottom:-1px;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.Box-row{padding:16px;margin-top:-1px;list-style-type:none;border-top:1px solid #e1e4e8}.Box-row:first-of-type{border-top-color:transparent;border-top-left-radius:2px;border-top-right-radius:2px}.Box-row:last-of-type{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.Box-row.Box-row--unread,.Box-row.unread{box-shadow:2px 0 0 #0366d6 inset}.Box-row.navigation-focus .Box-row--drag-button{color:#0366d6;cursor:-webkit-grab;cursor:grab;opacity:100}.Box-row.navigation-focus.is-dragging .Box-row--drag-button{cursor:-webkit-grabbing;cursor:grabbing}.Box-row.navigation-focus.sortable-chosen{background-color:#fafbfc}.Box-row.navigation-focus.sortable-ghost{background-color:#f6f8fa}.Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide{opacity:0}.Box-row--focus-gray.navigation-focus{background-color:#f6f8fa}.Box-row--focus-blue.navigation-focus{background-color:#f1f8ff}.Box-row--hover-gray:hover{background-color:#f6f8fa}.Box-row--hover-blue:hover{background-color:#f1f8ff}@media (min-width: 768px){.Box-row-link{color:#24292e;text-decoration:none}.Box-row-link:hover{color:#0366d6;text-decoration:none}}.Box-row--drag-button{opacity:0}.Box-footer{padding:16px;margin-top:-1px;border-top:1px solid #e1e4e8}.Box--scrollable{max-height:324px;overflow:scroll}.Box--blue{border-color:#c8e1ff}.Box--blue .Box-header{background-color:#f1f8ff;border-color:#c8e1ff}.Box--blue .Box-body{border-color:#c8e1ff}.Box--blue .Box-row{border-color:#c8e1ff}.Box--blue .Box-footer{border-color:#c8e1ff}.Box--danger{border-color:#d73a49}.Box--danger .Box-row:first-of-type{border-color:#d73a49}.Box--danger .Box-body:last-of-type{border-color:#d73a49}.Box-header--blue{background-color:#f1f8ff;border-color:#c8e1ff}.Box-row--yellow{background-color:#fffbdd}.Box-row--blue{background-color:#f1f8ff}.Box-row--gray{background-color:#f6f8fa}.Box-btn-octicon.btn-octicon{padding:16px 16px;margin:-16px -16px;line-height:1.5}.btn{position:relative;display:inline-block;padding:6px 12px;font-size:14px;font-weight:600;line-height:20px;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-repeat:repeat-x;background-position:-1px -1px;background-size:110% 110%;border:1px solid rgba(27,31,35,0.2);border-radius:0.25em;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn i{font-style:normal;font-weight:500;opacity:0.6}.btn .octicon{vertical-align:text-top}.btn .Counter{color:#586069;text-shadow:none;background-color:rgba(27,31,35,0.1)}.btn:hover{text-decoration:none;background-repeat:repeat-x}.btn:focus{outline:0}.btn:disabled,.btn.disabled{cursor:default;background-position:0 0}.btn:active,.btn.selected{background-image:none}.btn{color:#24292e;background-color:#eff3f6;background-image:linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)}.btn:focus,.btn.focus{box-shadow:0 0 0 0.2em rgba(3,102,214,0.3)}.btn:hover,.btn.hover{background-color:#e6ebf1;background-image:linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%);background-position:0 -0.5em;border-color:rgba(27,31,35,0.35)}.btn:active,.btn.selected{background-color:#e9ecef;background-image:none;border-color:rgba(27,31,35,0.35);box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn:disabled,.btn.disabled{color:rgba(36,41,46,0.4);background-color:#eff3f6;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-primary{color:#fff;background-color:#28a745;background-image:linear-gradient(-180deg, #34d058 0%, #28a745 90%)}.btn-primary:focus,.btn-primary.focus{box-shadow:0 0 0 0.2em rgba(52,208,88,0.3)}.btn-primary:hover,.btn-primary.hover{background-color:#269f42;background-image:linear-gradient(-180deg, #2fcb53 0%, #269f42 90%);background-position:0 -0.5em;border-color:rgba(27,31,35,0.5)}.btn-primary:active,.btn-primary.selected{background-color:#279f43;background-image:none;border-color:rgba(27,31,35,0.5);box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn-primary:disabled,.btn-primary.disabled{color:rgba(255,255,255,0.75);background-color:#94d3a2;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-primary .Counter{color:#29b249;background-color:#fff}.btn-purple{color:#fff;background-color:#643ab0;background-image:linear-gradient(-180deg, #7e55c7 0%, #643ab0 90%)}.btn-purple:focus,.btn-purple.focus{box-shadow:0 0 0 0.2em rgba(126,85,199,0.3)}.btn-purple:hover,.btn-purple.hover{background-color:#5f37a8;background-image:linear-gradient(-180deg, #784ec5 0%, #5f37a8 90%);background-position:0 -0.5em;border-color:rgba(27,31,35,0.5)}.btn-purple:active,.btn-purple.selected{background-color:#613ca4;background-image:none;border-color:rgba(27,31,35,0.5);box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn-purple:disabled,.btn-purple.disabled{color:rgba(255,255,255,0.75);background-color:#b19cd7;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-purple .Counter{color:#683cb8;background-color:#fff}.btn-blue{color:#fff;background-color:#0361cc;background-image:linear-gradient(-180deg, #0679fc 0%, #0361cc 90%)}.btn-blue:focus,.btn-blue.focus{box-shadow:0 0 0 0.2em rgba(6,121,252,0.3)}.btn-blue:hover,.btn-blue.hover{background-color:#035cc2;background-image:linear-gradient(-180deg, #0374f4 0%, #035cc2 90%);background-position:0 -0.5em;border-color:rgba(27,31,35,0.5)}.btn-blue:active,.btn-blue.selected{background-color:#045cc1;background-image:none;border-color:rgba(27,31,35,0.5);box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn-blue:disabled,.btn-blue.disabled{color:rgba(255,255,255,0.75);background-color:#81b0e5;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-blue .Counter{color:#0366d6;background-color:#fff}.btn-danger{color:#cb2431;background-color:#fafbfc;background-image:linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)}.btn-danger:focus{box-shadow:0 0 0 0.2em rgba(203,36,49,0.3)}.btn-danger:hover{color:#fff;background-color:#cb2431;background-image:linear-gradient(-180deg, #de4450 0%, #cb2431 90%);border-color:rgba(27,31,35,0.5)}.btn-danger:hover .Counter{color:#fff}.btn-danger:active,.btn-danger.selected{color:#fff;background-color:#b5202c;background-image:none;border-color:rgba(27,31,35,0.5);box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn-danger:disabled,.btn-danger.disabled{color:rgba(203,36,49,0.4);background-color:#eff3f6;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-outline{color:#0366d6;background-color:#fff;background-image:none}.btn-outline .Counter{background-color:rgba(27,31,35,0.07)}.btn-outline:hover,.btn-outline:active,.btn-outline.selected{color:#fff;background-color:#0366d6;background-image:none;border-color:#0366d6}.btn-outline:hover .Counter,.btn-outline:active .Counter,.btn-outline.selected .Counter{color:#0366d6;background-color:#fff}.btn-outline:focus{border-color:#0366d6;box-shadow:0 0 0 0.2em rgba(3,102,214,0.3)}.btn-outline:disabled,.btn-outline.disabled{color:rgba(27,31,35,0.3);background-color:#fff;border-color:rgba(27,31,35,0.15);box-shadow:none}.btn-with-count{float:left;border-top-right-radius:0;border-bottom-right-radius:0}.btn-sm{padding:3px 10px;font-size:12px;line-height:20px}.btn-large{padding:0.75em 1.25em;font-size:inherit;border-radius:6px}.hidden-text-expander{display:block}.hidden-text-expander.inline{position:relative;top:-1px;display:inline-block;margin-left:5px;line-height:0}.hidden-text-expander a,.ellipsis-expander{display:inline-block;height:12px;padding:0 5px 5px;font-size:12px;font-weight:600;line-height:6px;color:#444d56;text-decoration:none;vertical-align:middle;background:#dfe2e5;border:0;border-radius:1px}.hidden-text-expander a:hover,.ellipsis-expander:hover{text-decoration:none;background-color:#c6cbd1}.hidden-text-expander a:active,.ellipsis-expander:active{color:#fff;background-color:#2188ff}.social-count{float:left;padding:3px 10px;font-size:12px;font-weight:600;line-height:20px;color:#24292e;vertical-align:middle;background-color:#fff;border:1px solid rgba(27,31,35,0.2);border-left:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.social-count:hover,.social-count:active{text-decoration:none}.social-count:hover{color:#0366d6;cursor:pointer}.btn-block{display:block;width:100%;text-align:center}.btn-link{display:inline-block;padding:0;font-size:inherit;color:#0366d6;text-decoration:none;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn-link:hover{text-decoration:underline}.btn-link:disabled,.btn-link:disabled:hover{color:rgba(88,96,105,0.5);cursor:default}.BtnGroup{display:inline-block;vertical-align:middle}.BtnGroup::before{display:table;content:""}.BtnGroup::after{display:table;clear:both;content:""}.BtnGroup+.BtnGroup,.BtnGroup+.btn{margin-left:5px}.BtnGroup-item{position:relative;float:left;border-right-width:0;border-radius:0}.BtnGroup-item:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.BtnGroup-item:last-child{border-right-width:1px;border-top-right-radius:3px;border-bottom-right-radius:3px}.BtnGroup-item.selected,.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-item:hover{border-right-width:1px}.BtnGroup-item.selected+.BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-item,.BtnGroup-item:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item{border-left-width:0}.BtnGroup-form{float:left}.BtnGroup-form:first-child .BtnGroup-item{border-top-left-radius:3px;border-bottom-left-radius:3px}.BtnGroup-form:last-child .BtnGroup-item{border-right-width:1px;border-top-right-radius:3px;border-bottom-right-radius:3px}.BtnGroup-form .BtnGroup-item{border-right-width:0;border-radius:0}.BtnGroup-form.selected .BtnGroup-item,.BtnGroup-form:focus .BtnGroup-item,.BtnGroup-form:active .BtnGroup-item,.BtnGroup-form:hover .BtnGroup-item{border-right-width:1px}.BtnGroup-form.selected+.BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:active+.BtnGroup-item,.BtnGroup-form:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item{border-left-width:0}.TableObject{display:table}.TableObject-item{display:table-cell;width:1%;white-space:nowrap;vertical-align:middle}.TableObject-item--primary{width:99%}fieldset{padding:0;margin:0;border:0}label{font-weight:600}.form-control,.form-select{min-height:34px;padding:6px 8px;font-size:14px;line-height:20px;color:#24292e;vertical-align:middle;background-color:#fff;background-repeat:no-repeat;background-position:right 8px center;border:1px solid #d1d5da;border-radius:3px;outline:none;box-shadow:inset 0 1px 2px rgba(27,31,35,0.075)}.form-control.focus,.form-control:focus,.form-select.focus,.form-select:focus{border-color:#2188ff;outline:none;box-shadow:inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)}.input-contrast{background-color:#fafbfc}.input-contrast:focus{background-color:#fff}::-webkit-input-placeholder{color:#6a737d}:-ms-input-placeholder{color:#6a737d}::placeholder{color:#6a737d}.input-sm{min-height:28px;padding-top:3px;padding-bottom:3px;font-size:12px;line-height:20px}.input-lg{padding:4px 10px;font-size:16px}.input-block{display:block;width:100%}.input-monospace{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace}.input-hide-webkit-autofill::-webkit-contacts-auto-fill-button{position:absolute;right:0;display:none !important;pointer-events:none;visibility:hidden}.form-checkbox{padding-left:20px;margin:15px 0;vertical-align:middle}.form-checkbox label em.highlight{position:relative;left:-4px;padding:2px 4px;font-style:normal;background:#fffbdd;border-radius:3px}.form-checkbox input[type=checkbox],.form-checkbox input[type=radio]{float:left;margin:5px 0 0 -20px;vertical-align:middle}.form-checkbox .note{display:block;margin:0;font-size:12px;font-weight:normal;color:#586069}.form-checkbox-details{display:none}.form-checkbox-details-trigger:checked ~ * .form-checkbox-details,.form-checkbox-details-trigger:checked ~ .form-checkbox-details{display:block}.hfields{margin:15px 0}.hfields::before{display:table;content:""}.hfields::after{display:table;clear:both;content:""}.hfields .form-group{float:left;margin:0 30px 0 0}.hfields .form-group dt label{display:inline-block;margin:5px 0 0;color:#586069}.hfields .form-group dt img{position:relative;top:-2px}.hfields .btn{float:left;margin:28px 25px 0 -20px}.hfields .form-select{margin-top:5px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.form-actions::before{display:table;content:""}.form-actions::after{display:table;clear:both;content:""}.form-actions .btn{float:right}.form-actions .btn+.btn{margin-right:5px}.form-warning{padding:8px 10px;margin:10px 0;font-size:14px;color:#735c0f;background:#fffbdd;border:1px solid #d9d0a5;border-radius:3px}.form-warning p{margin:0;line-height:1.5}.form-warning a{font-weight:600}.form-select{display:inline-block;max-width:100%;height:34px;padding-right:24px;padding-right:8px \9;background:#fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat right 8px center;background-image:none \9;background-size:8px 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-select::-ms-expand{opacity:0}.form-select[multiple]{height:auto}.select-sm{height:28px;min-height:28px;padding-top:3px;padding-bottom:3px;font-size:12px}.select-sm[multiple]{height:auto;min-height:0}.form-group{margin:15px 0}.form-group .form-control{width:440px;max-width:100%;margin-right:5px;background-color:#fafbfc}.form-group .form-control:focus{background-color:#fff}.form-group .form-control.shorter{width:130px}.form-group .form-control.short{width:250px}.form-group .form-control.long{width:100%}.form-group textarea.form-control{width:100%;height:200px;min-height:200px}.form-group textarea.form-control.short{height:50px;min-height:50px}.form-group dt{margin:0 0 6px}.form-group label{position:relative}.form-group.flattened dt{float:left;margin:0;line-height:32px}.form-group.flattened dd{line-height:32px}.form-group dd h4{margin:4px 0 0}.form-group dd h4.is-error{color:#cb2431}.form-group dd h4.is-success{color:#28a745}.form-group dd h4+.note{margin-top:0}.form-group.required dt label::after{padding-left:5px;color:#cb2431;content:"*"}.form-group .success,.form-group .error,.form-group .indicator{display:none;font-size:12px;font-weight:600}.form-group.loading{opacity:0.5}.form-group.loading .indicator{display:inline}.form-group.loading .spinner{display:inline-block;vertical-align:middle}.form-group.successful .success{display:inline;color:#28a745}.form-group.warn .warning,.form-group.warn .error,.form-group.errored .warning,.form-group.errored .error{position:absolute;z-index:10;display:block;max-width:450px;padding:5px 8px;margin:4px 0 0;font-size:13px;font-weight:normal;border-style:solid;border-width:1px;border-radius:3px}.form-group.warn .warning::after,.form-group.warn .warning::before,.form-group.warn .error::after,.form-group.warn .error::before,.form-group.errored .warning::after,.form-group.errored .warning::before,.form-group.errored .error::after,.form-group.errored .error::before{position:absolute;bottom:100%;left:10px;z-index:15;width:0;height:0;pointer-events:none;content:" ";border:solid transparent}.form-group.warn .warning::after,.form-group.warn .error::after,.form-group.errored .warning::after,.form-group.errored .error::after{border-width:5px}.form-group.warn .warning::before,.form-group.warn .error::before,.form-group.errored .warning::before,.form-group.errored .error::before{margin-left:-1px;border-width:6px}.form-group.warn .warning{color:#735c0f;background-color:#fffbdd;border-color:#d9d0a5}.form-group.warn .warning::after{border-bottom-color:#fffbdd}.form-group.warn .warning::before{border-bottom-color:#d9d0a5}.form-group.errored label{color:#cb2431}.form-group.errored .error{color:#86181d;background-color:#ffdce0;border-color:#cea0a5}.form-group.errored .error::after{border-bottom-color:#ffdce0}.form-group.errored .error::before{border-bottom-color:#cea0a5}.note{min-height:17px;margin:4px 0 2px;font-size:12px;color:#586069}.note .spinner{margin-right:3px;vertical-align:middle}dl.form-group>dd .form-control.is-autocheck-loading,dl.form-group>dd .form-control.is-autocheck-successful,dl.form-group>dd .form-control.is-autocheck-errored{padding-right:30px}dl.form-group>dd .form-control.is-autocheck-loading{background-image:url("/images/spinners/octocat-spinner-16px.gif")}dl.form-group>dd .form-control.is-autocheck-successful{background-image:url("/images/modules/ajax/success.png")}dl.form-group>dd .form-control.is-autocheck-errored{background-image:url("/images/modules/ajax/error.png")}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){dl.form-group>dd .form-control.is-autocheck-loading,dl.form-group>dd .form-control.is-autocheck-successful,dl.form-group>dd .form-control.is-autocheck-errored{background-size:16px 16px}dl.form-group>dd .form-control.is-autocheck-loading{background-image:url("/images/spinners/octocat-spinner-32.gif")}dl.form-group>dd .form-control.is-autocheck-successful{background-image:url("/images/modules/ajax/success@2x.png")}dl.form-group>dd .form-control.is-autocheck-errored{background-image:url("/images/modules/ajax/error@2x.png")}}.form-cards{height:31px;margin:0 0 15px}.form-cards .card{float:left;width:47px;height:31px;text-indent:-9999px;background-image:url("/images/modules/pricing/credit-cards-@1x.png");background-position:0 0;opacity:0.6}.form-cards .card.visa{background-position:0 0}.form-cards .card.amex{background-position:-50px 0}.form-cards .card.mastercard{background-position:-100px 0}.form-cards .card.discover{background-position:-150px 0}.form-cards .card.jcb{background-position:-200px 0}.form-cards .card.dinersclub{background-position:-250px 0}.form-cards .card.enabled{opacity:1}.form-cards .card.disabled{opacity:0.2}.form-cards>.cards{margin:0}.form-cards>.cards>li{float:left;margin:0 4px 0 0;list-style-type:none}.form-cards>.cards>li.text{line-height:31px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.form-cards>.cards .card{background-image:url("/images/modules/pricing/credit-cards-@2x.png");background-size:300px 31px}}.status-indicator{display:inline-block;width:16px;height:16px;margin-left:5px}.status-indicator .octicon{display:none}.status-indicator-success::before{content:""}.status-indicator-success .octicon-check{display:inline-block;color:#28a745;fill:#28a745}.status-indicator-success .octicon-x{display:none}.status-indicator-failed::before{content:""}.status-indicator-failed .octicon-check{display:none}.status-indicator-failed .octicon-x{display:inline-block;color:#cb2431;fill:#d73a49}.status-indicator-loading{width:16px;background:url("/images/spinners/octocat-spinner-32-EAF2F5.gif") 0 0 no-repeat;background-size:16px}.inline-form{display:inline-block}.inline-form .btn-plain{background-color:transparent;border:0}.drag-and-drop{padding:7px 10px;margin:0;font-size:13px;line-height:16px;color:#586069;background-color:#fafbfc;border:1px solid #c3c8cf;border-top:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.drag-and-drop .default,.drag-and-drop .loading,.drag-and-drop .error{display:none}.drag-and-drop .error{color:#cb2431}.drag-and-drop img{vertical-align:top}.is-default .drag-and-drop .default{display:inline-block}.is-uploading .drag-and-drop .loading{display:inline-block}.is-bad-file .drag-and-drop .bad-file{display:inline-block}.is-duplicate-filename .drag-and-drop .duplicate-filename{display:inline-block}.is-too-big .drag-and-drop .too-big{display:inline-block}.is-hidden-file .drag-and-drop .hidden-file{display:inline-block}.is-empty .drag-and-drop .empty{display:inline-block}.is-bad-permissions .drag-and-drop .bad-permissions{display:inline-block}.is-repository-required .drag-and-drop .repository-required{display:inline-block}.drag-and-drop-error-info{font-weight:normal;color:#586069}.drag-and-drop-error-info a{color:#0366d6}.is-failed .drag-and-drop .failed-request{display:inline-block}.manual-file-chooser{position:absolute;width:240px;padding:5px;margin-left:-80px;cursor:pointer;opacity:0.0001}.manual-file-chooser:hover+.manual-file-chooser-text{text-decoration:underline}.btn .manual-file-chooser{top:0;padding:0;line-height:34px}.upload-enabled textarea{display:block;border-bottom:1px dashed #dfe2e5;border-bottom-right-radius:0;border-bottom-left-radius:0}.upload-enabled.focused{border-radius:3px;box-shadow:inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)}.upload-enabled.focused .form-control{box-shadow:none}.upload-enabled.focused .drag-and-drop{border-color:#4a9eff}.dragover textarea,.dragover .drag-and-drop{box-shadow:#c9ff00 0 0 3px}.write-content{position:relative}.previewable-comment-form{position:relative}.previewable-comment-form .tabnav{position:relative;padding:8px 8px 0}.previewable-comment-form .comment{border:1px solid #c3c8cf}.previewable-comment-form .comment-form-error{margin-bottom:8px}.previewable-comment-form .write-content,.previewable-comment-form .preview-content{display:none;margin:0 8px 8px}.previewable-comment-form.write-selected .write-content,.previewable-comment-form.preview-selected .preview-content{display:block}.previewable-comment-form textarea{display:block;width:100%;min-height:100px;max-height:500px;padding:8px;resize:vertical}.form-action-spacious{margin-top:10px}div.composer{margin-top:0;border:0}.composer .comment-form-textarea{height:200px;min-height:200px}.composer .tabnav{margin:0 0 10px}h2.account{margin:15px 0 0;font-size:18px;font-weight:normal;color:#586069}p.explain{position:relative;font-size:12px;color:#586069}p.explain strong{color:#24292e}p.explain .octicon{margin-right:5px;color:#959da5}p.explain .minibutton{top:-4px;float:right}.form-group label{position:static}.container{width:980px;margin-right:auto;margin-left:auto}.container::before{display:table;content:""}.container::after{display:table;clear:both;content:""}.container-md{max-width:768px;margin-right:auto;margin-left:auto}.container-lg{max-width:1012px;margin-right:auto;margin-left:auto}.container-xl{max-width:1280px;margin-right:auto;margin-left:auto}.columns{margin-right:-10px;margin-left:-10px}.columns::before{display:table;content:""}.columns::after{display:table;clear:both;content:""}.column{float:left;padding-right:10px;padding-left:10px}.one-third{width:33.333333%}.two-thirds{width:66.666667%}.one-fourth{width:25%}.one-half{width:50%}.three-fourths{width:75%}.one-fifth{width:20%}.four-fifths{width:80%}.centered{display:block;float:none;margin-right:auto;margin-left:auto}.col-1{width:8.33333%}.col-2{width:16.66667%}.col-3{width:25%}.col-4{width:33.33333%}.col-5{width:41.66667%}.col-6{width:50%}.col-7{width:58.33333%}.col-8{width:66.66667%}.col-9{width:75%}.col-10{width:83.33333%}.col-11{width:91.66667%}.col-12{width:100%}@media (min-width: 544px){.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}}@media (min-width: 768px){.col-md-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-4{width:33.33333%}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-12{width:100%}}@media (min-width: 1012px){.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}}@media (min-width: 1280px){.col-xl-1{width:8.33333%}.col-xl-2{width:16.66667%}.col-xl-3{width:25%}.col-xl-4{width:33.33333%}.col-xl-5{width:41.66667%}.col-xl-6{width:50%}.col-xl-7{width:58.33333%}.col-xl-8{width:66.66667%}.col-xl-9{width:75%}.col-xl-10{width:83.33333%}.col-xl-11{width:91.66667%}.col-xl-12{width:100%}}.gutter{margin-right:-16px;margin-left:-16px}.gutter>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-condensed{margin-right:-8px;margin-left:-8px}.gutter-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-spacious{margin-right:-24px;margin-left:-24px}.gutter-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}@media (min-width: 544px){.gutter-sm{margin-right:-16px;margin-left:-16px}.gutter-sm>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-sm-condensed{margin-right:-8px;margin-left:-8px}.gutter-sm-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-sm-spacious{margin-right:-24px;margin-left:-24px}.gutter-sm-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 768px){.gutter-md{margin-right:-16px;margin-left:-16px}.gutter-md>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-md-condensed{margin-right:-8px;margin-left:-8px}.gutter-md-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-md-spacious{margin-right:-24px;margin-left:-24px}.gutter-md-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1012px){.gutter-lg{margin-right:-16px;margin-left:-16px}.gutter-lg>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-lg-condensed{margin-right:-8px;margin-left:-8px}.gutter-lg-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-lg-spacious{margin-right:-24px;margin-left:-24px}.gutter-lg-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1280px){.gutter-xl{margin-right:-16px;margin-left:-16px}.gutter-xl>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-xl-condensed{margin-right:-8px;margin-left:-8px}.gutter-xl-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-xl-spacious{margin-right:-24px;margin-left:-24px}.gutter-xl-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width: 544px){.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width: 768px){.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width: 1012px){.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width: 1280px){.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.menu{margin-bottom:15px;list-style:none;background-color:#fff;border:1px solid #d1d5da;border-radius:3px}.menu-item{position:relative;display:block;padding:8px 10px;border-bottom:1px solid #e1e4e8}.menu-item:first-child{border-top:0;border-top-left-radius:2px;border-top-right-radius:2px}.menu-item:first-child::before{border-top-left-radius:2px}.menu-item:last-child{border-bottom:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.menu-item:last-child::before{border-bottom-left-radius:2px}.menu-item:hover{text-decoration:none;background-color:#f6f8fa}.menu-item.selected{font-weight:600;color:#24292e;cursor:default;background-color:#fff}.menu-item.selected::before{position:absolute;top:0;bottom:0;left:0;width:2px;content:"";background-color:#e36209}.menu-item .octicon{width:16px;margin-right:5px;color:#24292e;text-align:center}.menu-item .Counter{float:right;margin-left:5px}.menu-item .menu-warning{float:right;color:#86181d}.menu-item .avatar{float:left;margin-right:5px}.menu-item.alert .Counter{color:#cb2431}.menu-heading{display:block;padding:8px 10px;margin-top:0;margin-bottom:0;font-size:13px;font-weight:600;line-height:20px;color:#586069;background-color:#f3f5f8;border-bottom:1px solid #e1e4e8}.menu-heading:hover{text-decoration:none}.menu-heading:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.menu-heading:last-child{border-bottom:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.tabnav{margin-top:0;margin-bottom:15px;border-bottom:1px solid #d1d5da}.tabnav .Counter{margin-left:5px}.tabnav-tabs{margin-bottom:-1px}.tabnav-tab{display:inline-block;padding:8px 12px;font-size:14px;line-height:20px;color:#586069;text-decoration:none;background-color:transparent;border:1px solid transparent;border-bottom:0}.tabnav-tab.selected{color:#24292e;background-color:#fff;border-color:#d1d5da;border-radius:3px 3px 0 0}.tabnav-tab:hover,.tabnav-tab:focus{color:#24292e;text-decoration:none}.tabnav-extra{display:inline-block;padding-top:10px;margin-left:10px;font-size:12px;color:#586069}.tabnav-extra>.octicon{margin-right:2px}a.tabnav-extra:hover{color:#0366d6;text-decoration:none}.tabnav-btn{margin-left:10px}.filter-list{list-style-type:none}.filter-list.small .filter-item{padding:4px 10px;margin:0 0 2px;font-size:12px}.filter-list.pjax-active .filter-item{color:#586069;background-color:transparent}.filter-list.pjax-active .filter-item.pjax-active{color:#fff;background-color:#0366d6}.filter-item{position:relative;display:block;padding:8px 10px;margin-bottom:5px;overflow:hidden;font-size:14px;color:#586069;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;border-radius:3px}.filter-item:hover{text-decoration:none;background-color:#eaecef}.filter-item.selected{color:#fff;background-color:#0366d6}.filter-item .count{float:right;font-weight:600}.filter-item .bar{position:absolute;top:2px;right:0;bottom:2px;z-index:-1;display:inline-block;background-color:#eff3f6}.subnav{margin-bottom:20px}.subnav::before{display:table;content:""}.subnav::after{display:table;clear:both;content:""}.subnav-bordered{padding-bottom:20px;border-bottom:1px solid #eaecef}.subnav-flush{margin-bottom:0}.subnav-item{position:relative;float:left;padding:6px 14px;font-weight:600;line-height:20px;color:#586069;border:1px solid #e1e4e8}.subnav-item+.subnav-item{margin-left:-1px}.subnav-item:hover,.subnav-item:focus{text-decoration:none;background-color:#f6f8fa}.subnav-item.selected,.subnav-item.selected:hover,.subnav-item.selected:focus{z-index:2;color:#fff;background-color:#0366d6;border-color:#0366d6}.subnav-item:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.subnav-item:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.subnav-search{position:relative;margin-left:10px}.subnav-search-input{width:320px;padding-left:30px;color:#586069}.subnav-search-input-wide{width:500px}.subnav-search-icon{position:absolute;top:9px;left:8px;display:block;color:#c6cbd1;text-align:center;pointer-events:none}.subnav-search-context .btn{color:#444d56;border-top-right-radius:0;border-bottom-right-radius:0}.subnav-search-context .btn:hover,.subnav-search-context .btn:focus,.subnav-search-context .btn:active,.subnav-search-context .btn.selected{z-index:2}.subnav-search-context+.subnav-search{margin-left:-1px}.subnav-search-context+.subnav-search .subnav-search-input{border-top-left-radius:0;border-bottom-left-radius:0}.subnav-search-context .select-menu-modal-holder{z-index:30}.subnav-search-context .select-menu-modal{width:220px}.subnav-search-context .select-menu-item-icon{color:inherit}.subnav-spacer-right{padding-right:10px}.tooltipped{position:relative}.tooltipped::after{position:absolute;z-index:1000000;display:none;padding:5px 8px;font:normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:rgba(27,31,35,0.8);border-radius:3px;opacity:0}.tooltipped::before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:rgba(27,31,35,0.8);pointer-events:none;content:"";border:5px solid transparent;opacity:0}@-webkit-keyframes tooltip-appear{from{opacity:0}to{opacity:1}}@keyframes tooltip-appear{from{opacity:0}to{opacity:1}}.tooltipped:hover::before,.tooltipped:hover::after,.tooltipped:active::before,.tooltipped:active::after,.tooltipped:focus::before,.tooltipped:focus::after{display:inline-block;text-decoration:none;-webkit-animation-name:tooltip-appear;animation-name:tooltip-appear;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-delay:.4s;animation-delay:.4s}.tooltipped-no-delay:hover::before,.tooltipped-no-delay:hover::after,.tooltipped-no-delay:active::before,.tooltipped-no-delay:active::after,.tooltipped-no-delay:focus::before,.tooltipped-no-delay:focus::after{opacity:1;-webkit-animation:none;animation:none}.tooltipped-multiline:hover::after,.tooltipped-multiline:active::after,.tooltipped-multiline:focus::after{display:table-cell}.tooltipped-s::after,.tooltipped-se::after,.tooltipped-sw::after{top:100%;right:50%;margin-top:5px}.tooltipped-s::before,.tooltipped-se::before,.tooltipped-sw::before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(27,31,35,0.8)}.tooltipped-se::after{right:auto;left:50%;margin-left:-15px}.tooltipped-sw::after{margin-right:-15px}.tooltipped-n::after,.tooltipped-ne::after,.tooltipped-nw::after{right:50%;bottom:100%;margin-bottom:5px}.tooltipped-n::before,.tooltipped-ne::before,.tooltipped-nw::before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(27,31,35,0.8)}.tooltipped-ne::after{right:auto;left:50%;margin-left:-15px}.tooltipped-nw::after{margin-right:-15px}.tooltipped-s::after,.tooltipped-n::after{-webkit-transform:translateX(50%);transform:translateX(50%)}.tooltipped-w::after{right:100%;bottom:50%;margin-right:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-w::before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(27,31,35,0.8)}.tooltipped-e::after{bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-e::before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:rgba(27,31,35,0.8)}.tooltipped-multiline::after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-wrap:break-word;white-space:pre-line;border-collapse:separate}.tooltipped-multiline.tooltipped-s::after,.tooltipped-multiline.tooltipped-n::after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-w::after,.tooltipped-multiline.tooltipped-e::after{right:100%}@media screen and (min-width: 0\0){.tooltipped-multiline::after{width:250px}}.tooltipped-sticky::before,.tooltipped-sticky::after{display:inline-block}.tooltipped-sticky.tooltipped-multiline::after{display:table-cell}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.tooltipped-w::after{margin-right:4.5px}}.css-truncate.css-truncate-target,.css-truncate .css-truncate-target{display:inline-block;max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target,.css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target,.css-truncate.expandable:hover .css-truncate-target,.css-truncate.expandable:hover.css-truncate-target{max-width:10000px !important}.anim-fade-in{-webkit-animation-name:fade-in;animation-name:fade-in;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.anim-fade-in.fast{-webkit-animation-duration:300ms;animation-duration:300ms}@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.anim-fade-up{opacity:0;-webkit-animation-name:fade-up;animation-name:fade-up;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes fade-up{0%{opacity:0.8;-webkit-transform:translateY(100%);transform:translateY(100%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fade-up{0%{opacity:0.8;-webkit-transform:translateY(100%);transform:translateY(100%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.anim-fade-down{-webkit-animation-name:fade-down;animation-name:fade-down;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes fade-down{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0.5;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes fade-down{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0.5;-webkit-transform:translateY(100%);transform:translateY(100%)}}.anim-grow-x{width:0%;-webkit-animation-name:grow-x;animation-name:grow-x;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-delay:0.5s;animation-delay:0.5s}@-webkit-keyframes grow-x{to{width:100%}}@keyframes grow-x{to{width:100%}}.anim-shrink-x{-webkit-animation-name:shrink-x;animation-name:shrink-x;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0.5s;animation-delay:0.5s}@-webkit-keyframes shrink-x{to{width:0%}}@keyframes shrink-x{to{width:0%}}.anim-scale-in{-webkit-animation-name:scale-in;animation-name:scale-in;-webkit-animation-duration:0.15s;animation-duration:0.15s;-webkit-animation-timing-function:cubic-bezier(0.2, 0, 0.13, 1.5);animation-timing-function:cubic-bezier(0.2, 0, 0.13, 1.5)}@-webkit-keyframes scale-in{0%{opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-in{0%{opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.anim-pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes pulse{0%{opacity:0.3}10%{opacity:1}100%{opacity:0.3}}@keyframes pulse{0%{opacity:0.3}10%{opacity:1}100%{opacity:0.3}}.anim-pulse-in{-webkit-animation-name:pulse-in;animation-name:pulse-in;-webkit-animation-duration:0.5s;animation-duration:0.5s}@-webkit-keyframes pulse-in{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes pulse-in{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.border{border:1px #e1e4e8 solid !important}.border-top{border-top:1px #e1e4e8 solid !important}.border-right{border-right:1px #e1e4e8 solid !important}.border-bottom{border-bottom:1px #e1e4e8 solid !important}.border-left{border-left:1px #e1e4e8 solid !important}.border-y{border-top:1px #e1e4e8 solid !important;border-bottom:1px #e1e4e8 solid !important}.border-dashed{border-style:dashed !important}.border-blue{border-color:#0366d6 !important}.border-blue-light{border-color:#c8e1ff !important}.border-green{border-color:#34d058 !important}.border-green-light{border-color:#a2cbac !important}.border-red{border-color:#d73a49 !important}.border-red-light{border-color:#cea0a5 !important}.border-purple{border-color:#6f42c1 !important}.border-yellow{border-color:#d9d0a5 !important}.border-gray-light{border-color:#eaecef !important}.border-gray-dark{border-color:#d1d5da !important}.border-black-fade{border-color:rgba(27,31,35,0.15) !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:3px !important}.rounded-2{border-radius:6px !important}.box-shadow{box-shadow:0 1px 1px rgba(27,31,35,0.1) !important}.box-shadow-medium{box-shadow:0 1px 5px rgba(27,31,35,0.15) !important}.box-shadow-large{box-shadow:0 1px 15px rgba(27,31,35,0.15) !important}.box-shadow-extra-large{box-shadow:0 10px 50px rgba(27,31,35,0.07) !important}.box-shadow-none{box-shadow:none !important}.bg-white{background-color:#fff !important}.bg-blue{background-color:#0366d6 !important}.bg-blue-light{background-color:#f1f8ff !important}.bg-gray-dark{background-color:#24292e !important}.bg-gray{background-color:#f6f8fa !important}.bg-gray-light{background-color:#fafbfc !important}.bg-green{background-color:#28a745 !important}.bg-green-light{background-color:#dcffe4 !important}.bg-red{background-color:#d73a49 !important}.bg-red-light{background-color:#ffdce0 !important}.bg-yellow{background-color:#ffd33d !important}.bg-yellow-light{background-color:#fff5b1 !important}.bg-purple{background-color:#6f42c1 !important}.bg-purple-light{background-color:#f5f0ff !important}.bg-shade-gradient{background-image:linear-gradient(180deg, rgba(27,31,35,0.065), rgba(27,31,35,0)) !important;background-repeat:no-repeat !important;background-size:100% 200px !important}.text-blue{color:#0366d6 !important}.text-red{color:#cb2431 !important}.text-gray-light{color:#6a737d !important}.text-gray{color:#586069 !important}.text-gray-dark{color:#24292e !important}.text-green{color:#28a745 !important}.text-orange{color:#a04100 !important}.text-orange-light{color:#e36209 !important}.text-purple{color:#6f42c1 !important}.text-white{color:#fff !important}.text-inherit{color:inherit !important}.text-pending{color:#b08800 !important}.bg-pending{color:#dbab09 !important}.link-gray{color:#586069 !important}.link-gray:hover{color:#0366d6 !important}.link-gray-dark{color:#24292e !important}.link-gray-dark:hover{color:#0366d6 !important}.link-hover-blue:hover{color:#0366d6 !important}.muted-link{color:#586069 !important}.muted-link:hover{color:#0366d6 !important;text-decoration:none}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-justify-start{-webkit-box-pack:start !important;justify-content:flex-start !important}.flex-justify-end{-webkit-box-pack:end !important;justify-content:flex-end !important}.flex-justify-center{-webkit-box-pack:center !important;justify-content:center !important}.flex-justify-between{-webkit-box-pack:justify !important;justify-content:space-between !important}.flex-justify-around{justify-content:space-around !important}.flex-items-start{-webkit-box-align:start !important;align-items:flex-start !important}.flex-items-end{-webkit-box-align:end !important;align-items:flex-end !important}.flex-items-center{-webkit-box-align:center !important;align-items:center !important}.flex-items-baseline{-webkit-box-align:baseline !important;align-items:baseline !important}.flex-items-stretch{-webkit-box-align:stretch !important;align-items:stretch !important}.flex-content-start{align-content:flex-start !important}.flex-content-end{align-content:flex-end !important}.flex-content-center{align-content:center !important}.flex-content-between{align-content:space-between !important}.flex-content-around{align-content:space-around !important}.flex-content-stretch{align-content:stretch !important}.flex-auto{-webkit-box-flex:1 !important;flex:1 1 auto !important}.flex-shrink-0{flex-shrink:0 !important}.flex-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-self-start{align-self:flex-start !important}.flex-self-end{align-self:flex-end !important}.flex-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-self-baseline{align-self:baseline !important}.flex-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-item-equal{-webkit-box-flex:1;flex-grow:1;flex-basis:0}@media (min-width: 544px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-justify-start{-webkit-box-pack:start !important;justify-content:flex-start !important}.flex-sm-justify-end{-webkit-box-pack:end !important;justify-content:flex-end !important}.flex-sm-justify-center{-webkit-box-pack:center !important;justify-content:center !important}.flex-sm-justify-between{-webkit-box-pack:justify !important;justify-content:space-between !important}.flex-sm-justify-around{justify-content:space-around !important}.flex-sm-items-start{-webkit-box-align:start !important;align-items:flex-start !important}.flex-sm-items-end{-webkit-box-align:end !important;align-items:flex-end !important}.flex-sm-items-center{-webkit-box-align:center !important;align-items:center !important}.flex-sm-items-baseline{-webkit-box-align:baseline !important;align-items:baseline !important}.flex-sm-items-stretch{-webkit-box-align:stretch !important;align-items:stretch !important}.flex-sm-content-start{align-content:flex-start !important}.flex-sm-content-end{align-content:flex-end !important}.flex-sm-content-center{align-content:center !important}.flex-sm-content-between{align-content:space-between !important}.flex-sm-content-around{align-content:space-around !important}.flex-sm-content-stretch{align-content:stretch !important}.flex-sm-auto{-webkit-box-flex:1 !important;flex:1 1 auto !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-sm-self-start{align-self:flex-start !important}.flex-sm-self-end{align-self:flex-end !important}.flex-sm-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-sm-self-baseline{align-self:baseline !important}.flex-sm-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-sm-item-equal{-webkit-box-flex:1;flex-grow:1;flex-basis:0}}@media (min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-justify-start{-webkit-box-pack:start !important;justify-content:flex-start !important}.flex-md-justify-end{-webkit-box-pack:end !important;justify-content:flex-end !important}.flex-md-justify-center{-webkit-box-pack:center !important;justify-content:center !important}.flex-md-justify-between{-webkit-box-pack:justify !important;justify-content:space-between !important}.flex-md-justify-around{justify-content:space-around !important}.flex-md-items-start{-webkit-box-align:start !important;align-items:flex-start !important}.flex-md-items-end{-webkit-box-align:end !important;align-items:flex-end !important}.flex-md-items-center{-webkit-box-align:center !important;align-items:center !important}.flex-md-items-baseline{-webkit-box-align:baseline !important;align-items:baseline !important}.flex-md-items-stretch{-webkit-box-align:stretch !important;align-items:stretch !important}.flex-md-content-start{align-content:flex-start !important}.flex-md-content-end{align-content:flex-end !important}.flex-md-content-center{align-content:center !important}.flex-md-content-between{align-content:space-between !important}.flex-md-content-around{align-content:space-around !important}.flex-md-content-stretch{align-content:stretch !important}.flex-md-auto{-webkit-box-flex:1 !important;flex:1 1 auto !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-md-self-start{align-self:flex-start !important}.flex-md-self-end{align-self:flex-end !important}.flex-md-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-md-self-baseline{align-self:baseline !important}.flex-md-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-md-item-equal{-webkit-box-flex:1;flex-grow:1;flex-basis:0}}@media (min-width: 1012px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-justify-start{-webkit-box-pack:start !important;justify-content:flex-start !important}.flex-lg-justify-end{-webkit-box-pack:end !important;justify-content:flex-end !important}.flex-lg-justify-center{-webkit-box-pack:center !important;justify-content:center !important}.flex-lg-justify-between{-webkit-box-pack:justify !important;justify-content:space-between !important}.flex-lg-justify-around{justify-content:space-around !important}.flex-lg-items-start{-webkit-box-align:start !important;align-items:flex-start !important}.flex-lg-items-end{-webkit-box-align:end !important;align-items:flex-end !important}.flex-lg-items-center{-webkit-box-align:center !important;align-items:center !important}.flex-lg-items-baseline{-webkit-box-align:baseline !important;align-items:baseline !important}.flex-lg-items-stretch{-webkit-box-align:stretch !important;align-items:stretch !important}.flex-lg-content-start{align-content:flex-start !important}.flex-lg-content-end{align-content:flex-end !important}.flex-lg-content-center{align-content:center !important}.flex-lg-content-between{align-content:space-between !important}.flex-lg-content-around{align-content:space-around !important}.flex-lg-content-stretch{align-content:stretch !important}.flex-lg-auto{-webkit-box-flex:1 !important;flex:1 1 auto !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-lg-self-start{align-self:flex-start !important}.flex-lg-self-end{align-self:flex-end !important}.flex-lg-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-lg-self-baseline{align-self:baseline !important}.flex-lg-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-lg-item-equal{-webkit-box-flex:1;flex-grow:1;flex-basis:0}}@media (min-width: 1280px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-justify-start{-webkit-box-pack:start !important;justify-content:flex-start !important}.flex-xl-justify-end{-webkit-box-pack:end !important;justify-content:flex-end !important}.flex-xl-justify-center{-webkit-box-pack:center !important;justify-content:center !important}.flex-xl-justify-between{-webkit-box-pack:justify !important;justify-content:space-between !important}.flex-xl-justify-around{justify-content:space-around !important}.flex-xl-items-start{-webkit-box-align:start !important;align-items:flex-start !important}.flex-xl-items-end{-webkit-box-align:end !important;align-items:flex-end !important}.flex-xl-items-center{-webkit-box-align:center !important;align-items:center !important}.flex-xl-items-baseline{-webkit-box-align:baseline !important;align-items:baseline !important}.flex-xl-items-stretch{-webkit-box-align:stretch !important;align-items:stretch !important}.flex-xl-content-start{align-content:flex-start !important}.flex-xl-content-end{align-content:flex-end !important}.flex-xl-content-center{align-content:center !important}.flex-xl-content-between{align-content:space-between !important}.flex-xl-content-around{align-content:space-around !important}.flex-xl-content-stretch{align-content:stretch !important}.flex-xl-auto{-webkit-box-flex:1 !important;flex:1 1 auto !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-xl-self-start{align-self:flex-start !important}.flex-xl-self-end{align-self:flex-end !important}.flex-xl-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-xl-self-baseline{align-self:baseline !important}.flex-xl-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-xl-item-equal{-webkit-box-flex:1;flex-grow:1;flex-basis:0}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.top-0{top:0 !important}.right-0{right:0 !important}.bottom-0{bottom:0 !important}.left-0{left:0 !important}.v-align-middle{vertical-align:middle !important}.v-align-top{vertical-align:top !important}.v-align-bottom{vertical-align:bottom !important}.v-align-text-top{vertical-align:text-top !important}.v-align-text-bottom{vertical-align:text-bottom !important}.overflow-hidden{overflow:hidden !important}.overflow-scroll{overflow:scroll !important}.overflow-auto{overflow:auto !important}.clearfix::before{display:table;content:""}.clearfix::after{display:table;clear:both;content:""}.float-right{float:right !important}.float-left{float:left !important}.float-none{float:none !important}@media (min-width: 544px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 1012px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1280px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.width-fit{max-width:100% !important}.width-full{width:100% !important}.height-full{height:100% !important}.min-width-0{min-width:0 !important}.direction-rtl{direction:rtl !important}.direction-ltr{direction:ltr !important}@media (min-width: 544px){.direction-sm-rtl{direction:rtl !important}.direction-sm-ltr{direction:ltr !important}}@media (min-width: 768px){.direction-md-rtl{direction:rtl !important}.direction-md-ltr{direction:ltr !important}}@media (min-width: 1012px){.direction-lg-rtl{direction:rtl !important}.direction-lg-ltr{direction:ltr !important}}@media (min-width: 1280px){.direction-xl-rtl{direction:rtl !important}.direction-xl-ltr{direction:ltr !important}}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mt-n0{margin-top:-0 !important}.mr-n0{margin-right:-0 !important}.mb-n0{margin-bottom:-0 !important}.ml-n0{margin-left:-0 !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:4px !important}.mt-1{margin-top:4px !important}.mr-1{margin-right:4px !important}.mb-1{margin-bottom:4px !important}.ml-1{margin-left:4px !important}.mt-n1{margin-top:-4px !important}.mr-n1{margin-right:-4px !important}.mb-n1{margin-bottom:-4px !important}.ml-n1{margin-left:-4px !important}.mx-1{margin-right:4px !important;margin-left:4px !important}.my-1{margin-top:4px !important;margin-bottom:4px !important}.m-2{margin:8px !important}.mt-2{margin-top:8px !important}.mr-2{margin-right:8px !important}.mb-2{margin-bottom:8px !important}.ml-2{margin-left:8px !important}.mt-n2{margin-top:-8px !important}.mr-n2{margin-right:-8px !important}.mb-n2{margin-bottom:-8px !important}.ml-n2{margin-left:-8px !important}.mx-2{margin-right:8px !important;margin-left:8px !important}.my-2{margin-top:8px !important;margin-bottom:8px !important}.m-3{margin:16px !important}.mt-3{margin-top:16px !important}.mr-3{margin-right:16px !important}.mb-3{margin-bottom:16px !important}.ml-3{margin-left:16px !important}.mt-n3{margin-top:-16px !important}.mr-n3{margin-right:-16px !important}.mb-n3{margin-bottom:-16px !important}.ml-n3{margin-left:-16px !important}.mx-3{margin-right:16px !important;margin-left:16px !important}.my-3{margin-top:16px !important;margin-bottom:16px !important}.m-4{margin:24px !important}.mt-4{margin-top:24px !important}.mr-4{margin-right:24px !important}.mb-4{margin-bottom:24px !important}.ml-4{margin-left:24px !important}.mt-n4{margin-top:-24px !important}.mr-n4{margin-right:-24px !important}.mb-n4{margin-bottom:-24px !important}.ml-n4{margin-left:-24px !important}.mx-4{margin-right:24px !important;margin-left:24px !important}.my-4{margin-top:24px !important;margin-bottom:24px !important}.m-5{margin:32px !important}.mt-5{margin-top:32px !important}.mr-5{margin-right:32px !important}.mb-5{margin-bottom:32px !important}.ml-5{margin-left:32px !important}.mt-n5{margin-top:-32px !important}.mr-n5{margin-right:-32px !important}.mb-n5{margin-bottom:-32px !important}.ml-n5{margin-left:-32px !important}.mx-5{margin-right:32px !important;margin-left:32px !important}.my-5{margin-top:32px !important;margin-bottom:32px !important}.m-6{margin:40px !important}.mt-6{margin-top:40px !important}.mr-6{margin-right:40px !important}.mb-6{margin-bottom:40px !important}.ml-6{margin-left:40px !important}.mt-n6{margin-top:-40px !important}.mr-n6{margin-right:-40px !important}.mb-n6{margin-bottom:-40px !important}.ml-n6{margin-left:-40px !important}.mx-6{margin-right:40px !important;margin-left:40px !important}.my-6{margin-top:40px !important;margin-bottom:40px !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}@media (min-width: 544px){.m-sm-0{margin:0 !important}.mt-sm-0{margin-top:0 !important}.mr-sm-0{margin-right:0 !important}.mb-sm-0{margin-bottom:0 !important}.ml-sm-0{margin-left:0 !important}.mt-sm-n0{margin-top:-0 !important}.mr-sm-n0{margin-right:-0 !important}.mb-sm-n0{margin-bottom:-0 !important}.ml-sm-n0{margin-left:-0 !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}}@media (min-width: 544px){.m-sm-1{margin:4px !important}.mt-sm-1{margin-top:4px !important}.mr-sm-1{margin-right:4px !important}.mb-sm-1{margin-bottom:4px !important}.ml-sm-1{margin-left:4px !important}.mt-sm-n1{margin-top:-4px !important}.mr-sm-n1{margin-right:-4px !important}.mb-sm-n1{margin-bottom:-4px !important}.ml-sm-n1{margin-left:-4px !important}.mx-sm-1{margin-right:4px !important;margin-left:4px !important}.my-sm-1{margin-top:4px !important;margin-bottom:4px !important}}@media (min-width: 544px){.m-sm-2{margin:8px !important}.mt-sm-2{margin-top:8px !important}.mr-sm-2{margin-right:8px !important}.mb-sm-2{margin-bottom:8px !important}.ml-sm-2{margin-left:8px !important}.mt-sm-n2{margin-top:-8px !important}.mr-sm-n2{margin-right:-8px !important}.mb-sm-n2{margin-bottom:-8px !important}.ml-sm-n2{margin-left:-8px !important}.mx-sm-2{margin-right:8px !important;margin-left:8px !important}.my-sm-2{margin-top:8px !important;margin-bottom:8px !important}}@media (min-width: 544px){.m-sm-3{margin:16px !important}.mt-sm-3{margin-top:16px !important}.mr-sm-3{margin-right:16px !important}.mb-sm-3{margin-bottom:16px !important}.ml-sm-3{margin-left:16px !important}.mt-sm-n3{margin-top:-16px !important}.mr-sm-n3{margin-right:-16px !important}.mb-sm-n3{margin-bottom:-16px !important}.ml-sm-n3{margin-left:-16px !important}.mx-sm-3{margin-right:16px !important;margin-left:16px !important}.my-sm-3{margin-top:16px !important;margin-bottom:16px !important}}@media (min-width: 544px){.m-sm-4{margin:24px !important}.mt-sm-4{margin-top:24px !important}.mr-sm-4{margin-right:24px !important}.mb-sm-4{margin-bottom:24px !important}.ml-sm-4{margin-left:24px !important}.mt-sm-n4{margin-top:-24px !important}.mr-sm-n4{margin-right:-24px !important}.mb-sm-n4{margin-bottom:-24px !important}.ml-sm-n4{margin-left:-24px !important}.mx-sm-4{margin-right:24px !important;margin-left:24px !important}.my-sm-4{margin-top:24px !important;margin-bottom:24px !important}}@media (min-width: 544px){.m-sm-5{margin:32px !important}.mt-sm-5{margin-top:32px !important}.mr-sm-5{margin-right:32px !important}.mb-sm-5{margin-bottom:32px !important}.ml-sm-5{margin-left:32px !important}.mt-sm-n5{margin-top:-32px !important}.mr-sm-n5{margin-right:-32px !important}.mb-sm-n5{margin-bottom:-32px !important}.ml-sm-n5{margin-left:-32px !important}.mx-sm-5{margin-right:32px !important;margin-left:32px !important}.my-sm-5{margin-top:32px !important;margin-bottom:32px !important}}@media (min-width: 544px){.m-sm-6{margin:40px !important}.mt-sm-6{margin-top:40px !important}.mr-sm-6{margin-right:40px !important}.mb-sm-6{margin-bottom:40px !important}.ml-sm-6{margin-left:40px !important}.mt-sm-n6{margin-top:-40px !important}.mr-sm-n6{margin-right:-40px !important}.mb-sm-n6{margin-bottom:-40px !important}.ml-sm-n6{margin-left:-40px !important}.mx-sm-6{margin-right:40px !important;margin-left:40px !important}.my-sm-6{margin-top:40px !important;margin-bottom:40px !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0{margin-top:0 !important}.mr-md-0{margin-right:0 !important}.mb-md-0{margin-bottom:0 !important}.ml-md-0{margin-left:0 !important}.mt-md-n0{margin-top:-0 !important}.mr-md-n0{margin-right:-0 !important}.mb-md-n0{margin-bottom:-0 !important}.ml-md-n0{margin-left:-0 !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}}@media (min-width: 768px){.m-md-1{margin:4px !important}.mt-md-1{margin-top:4px !important}.mr-md-1{margin-right:4px !important}.mb-md-1{margin-bottom:4px !important}.ml-md-1{margin-left:4px !important}.mt-md-n1{margin-top:-4px !important}.mr-md-n1{margin-right:-4px !important}.mb-md-n1{margin-bottom:-4px !important}.ml-md-n1{margin-left:-4px !important}.mx-md-1{margin-right:4px !important;margin-left:4px !important}.my-md-1{margin-top:4px !important;margin-bottom:4px !important}}@media (min-width: 768px){.m-md-2{margin:8px !important}.mt-md-2{margin-top:8px !important}.mr-md-2{margin-right:8px !important}.mb-md-2{margin-bottom:8px !important}.ml-md-2{margin-left:8px !important}.mt-md-n2{margin-top:-8px !important}.mr-md-n2{margin-right:-8px !important}.mb-md-n2{margin-bottom:-8px !important}.ml-md-n2{margin-left:-8px !important}.mx-md-2{margin-right:8px !important;margin-left:8px !important}.my-md-2{margin-top:8px !important;margin-bottom:8px !important}}@media (min-width: 768px){.m-md-3{margin:16px !important}.mt-md-3{margin-top:16px !important}.mr-md-3{margin-right:16px !important}.mb-md-3{margin-bottom:16px !important}.ml-md-3{margin-left:16px !important}.mt-md-n3{margin-top:-16px !important}.mr-md-n3{margin-right:-16px !important}.mb-md-n3{margin-bottom:-16px !important}.ml-md-n3{margin-left:-16px !important}.mx-md-3{margin-right:16px !important;margin-left:16px !important}.my-md-3{margin-top:16px !important;margin-bottom:16px !important}}@media (min-width: 768px){.m-md-4{margin:24px !important}.mt-md-4{margin-top:24px !important}.mr-md-4{margin-right:24px !important}.mb-md-4{margin-bottom:24px !important}.ml-md-4{margin-left:24px !important}.mt-md-n4{margin-top:-24px !important}.mr-md-n4{margin-right:-24px !important}.mb-md-n4{margin-bottom:-24px !important}.ml-md-n4{margin-left:-24px !important}.mx-md-4{margin-right:24px !important;margin-left:24px !important}.my-md-4{margin-top:24px !important;margin-bottom:24px !important}}@media (min-width: 768px){.m-md-5{margin:32px !important}.mt-md-5{margin-top:32px !important}.mr-md-5{margin-right:32px !important}.mb-md-5{margin-bottom:32px !important}.ml-md-5{margin-left:32px !important}.mt-md-n5{margin-top:-32px !important}.mr-md-n5{margin-right:-32px !important}.mb-md-n5{margin-bottom:-32px !important}.ml-md-n5{margin-left:-32px !important}.mx-md-5{margin-right:32px !important;margin-left:32px !important}.my-md-5{margin-top:32px !important;margin-bottom:32px !important}}@media (min-width: 768px){.m-md-6{margin:40px !important}.mt-md-6{margin-top:40px !important}.mr-md-6{margin-right:40px !important}.mb-md-6{margin-bottom:40px !important}.ml-md-6{margin-left:40px !important}.mt-md-n6{margin-top:-40px !important}.mr-md-n6{margin-right:-40px !important}.mb-md-n6{margin-bottom:-40px !important}.ml-md-n6{margin-left:-40px !important}.mx-md-6{margin-right:40px !important;margin-left:40px !important}.my-md-6{margin-top:40px !important;margin-bottom:40px !important}}@media (min-width: 1012px){.m-lg-0{margin:0 !important}.mt-lg-0{margin-top:0 !important}.mr-lg-0{margin-right:0 !important}.mb-lg-0{margin-bottom:0 !important}.ml-lg-0{margin-left:0 !important}.mt-lg-n0{margin-top:-0 !important}.mr-lg-n0{margin-right:-0 !important}.mb-lg-n0{margin-bottom:-0 !important}.ml-lg-n0{margin-left:-0 !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}}@media (min-width: 1012px){.m-lg-1{margin:4px !important}.mt-lg-1{margin-top:4px !important}.mr-lg-1{margin-right:4px !important}.mb-lg-1{margin-bottom:4px !important}.ml-lg-1{margin-left:4px !important}.mt-lg-n1{margin-top:-4px !important}.mr-lg-n1{margin-right:-4px !important}.mb-lg-n1{margin-bottom:-4px !important}.ml-lg-n1{margin-left:-4px !important}.mx-lg-1{margin-right:4px !important;margin-left:4px !important}.my-lg-1{margin-top:4px !important;margin-bottom:4px !important}}@media (min-width: 1012px){.m-lg-2{margin:8px !important}.mt-lg-2{margin-top:8px !important}.mr-lg-2{margin-right:8px !important}.mb-lg-2{margin-bottom:8px !important}.ml-lg-2{margin-left:8px !important}.mt-lg-n2{margin-top:-8px !important}.mr-lg-n2{margin-right:-8px !important}.mb-lg-n2{margin-bottom:-8px !important}.ml-lg-n2{margin-left:-8px !important}.mx-lg-2{margin-right:8px !important;margin-left:8px !important}.my-lg-2{margin-top:8px !important;margin-bottom:8px !important}}@media (min-width: 1012px){.m-lg-3{margin:16px !important}.mt-lg-3{margin-top:16px !important}.mr-lg-3{margin-right:16px !important}.mb-lg-3{margin-bottom:16px !important}.ml-lg-3{margin-left:16px !important}.mt-lg-n3{margin-top:-16px !important}.mr-lg-n3{margin-right:-16px !important}.mb-lg-n3{margin-bottom:-16px !important}.ml-lg-n3{margin-left:-16px !important}.mx-lg-3{margin-right:16px !important;margin-left:16px !important}.my-lg-3{margin-top:16px !important;margin-bottom:16px !important}}@media (min-width: 1012px){.m-lg-4{margin:24px !important}.mt-lg-4{margin-top:24px !important}.mr-lg-4{margin-right:24px !important}.mb-lg-4{margin-bottom:24px !important}.ml-lg-4{margin-left:24px !important}.mt-lg-n4{margin-top:-24px !important}.mr-lg-n4{margin-right:-24px !important}.mb-lg-n4{margin-bottom:-24px !important}.ml-lg-n4{margin-left:-24px !important}.mx-lg-4{margin-right:24px !important;margin-left:24px !important}.my-lg-4{margin-top:24px !important;margin-bottom:24px !important}}@media (min-width: 1012px){.m-lg-5{margin:32px !important}.mt-lg-5{margin-top:32px !important}.mr-lg-5{margin-right:32px !important}.mb-lg-5{margin-bottom:32px !important}.ml-lg-5{margin-left:32px !important}.mt-lg-n5{margin-top:-32px !important}.mr-lg-n5{margin-right:-32px !important}.mb-lg-n5{margin-bottom:-32px !important}.ml-lg-n5{margin-left:-32px !important}.mx-lg-5{margin-right:32px !important;margin-left:32px !important}.my-lg-5{margin-top:32px !important;margin-bottom:32px !important}}@media (min-width: 1012px){.m-lg-6{margin:40px !important}.mt-lg-6{margin-top:40px !important}.mr-lg-6{margin-right:40px !important}.mb-lg-6{margin-bottom:40px !important}.ml-lg-6{margin-left:40px !important}.mt-lg-n6{margin-top:-40px !important}.mr-lg-n6{margin-right:-40px !important}.mb-lg-n6{margin-bottom:-40px !important}.ml-lg-n6{margin-left:-40px !important}.mx-lg-6{margin-right:40px !important;margin-left:40px !important}.my-lg-6{margin-top:40px !important;margin-bottom:40px !important}}@media (min-width: 1280px){.m-xl-0{margin:0 !important}.mt-xl-0{margin-top:0 !important}.mr-xl-0{margin-right:0 !important}.mb-xl-0{margin-bottom:0 !important}.ml-xl-0{margin-left:0 !important}.mt-xl-n0{margin-top:-0 !important}.mr-xl-n0{margin-right:-0 !important}.mb-xl-n0{margin-bottom:-0 !important}.ml-xl-n0{margin-left:-0 !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}}@media (min-width: 1280px){.m-xl-1{margin:4px !important}.mt-xl-1{margin-top:4px !important}.mr-xl-1{margin-right:4px !important}.mb-xl-1{margin-bottom:4px !important}.ml-xl-1{margin-left:4px !important}.mt-xl-n1{margin-top:-4px !important}.mr-xl-n1{margin-right:-4px !important}.mb-xl-n1{margin-bottom:-4px !important}.ml-xl-n1{margin-left:-4px !important}.mx-xl-1{margin-right:4px !important;margin-left:4px !important}.my-xl-1{margin-top:4px !important;margin-bottom:4px !important}}@media (min-width: 1280px){.m-xl-2{margin:8px !important}.mt-xl-2{margin-top:8px !important}.mr-xl-2{margin-right:8px !important}.mb-xl-2{margin-bottom:8px !important}.ml-xl-2{margin-left:8px !important}.mt-xl-n2{margin-top:-8px !important}.mr-xl-n2{margin-right:-8px !important}.mb-xl-n2{margin-bottom:-8px !important}.ml-xl-n2{margin-left:-8px !important}.mx-xl-2{margin-right:8px !important;margin-left:8px !important}.my-xl-2{margin-top:8px !important;margin-bottom:8px !important}}@media (min-width: 1280px){.m-xl-3{margin:16px !important}.mt-xl-3{margin-top:16px !important}.mr-xl-3{margin-right:16px !important}.mb-xl-3{margin-bottom:16px !important}.ml-xl-3{margin-left:16px !important}.mt-xl-n3{margin-top:-16px !important}.mr-xl-n3{margin-right:-16px !important}.mb-xl-n3{margin-bottom:-16px !important}.ml-xl-n3{margin-left:-16px !important}.mx-xl-3{margin-right:16px !important;margin-left:16px !important}.my-xl-3{margin-top:16px !important;margin-bottom:16px !important}}@media (min-width: 1280px){.m-xl-4{margin:24px !important}.mt-xl-4{margin-top:24px !important}.mr-xl-4{margin-right:24px !important}.mb-xl-4{margin-bottom:24px !important}.ml-xl-4{margin-left:24px !important}.mt-xl-n4{margin-top:-24px !important}.mr-xl-n4{margin-right:-24px !important}.mb-xl-n4{margin-bottom:-24px !important}.ml-xl-n4{margin-left:-24px !important}.mx-xl-4{margin-right:24px !important;margin-left:24px !important}.my-xl-4{margin-top:24px !important;margin-bottom:24px !important}}@media (min-width: 1280px){.m-xl-5{margin:32px !important}.mt-xl-5{margin-top:32px !important}.mr-xl-5{margin-right:32px !important}.mb-xl-5{margin-bottom:32px !important}.ml-xl-5{margin-left:32px !important}.mt-xl-n5{margin-top:-32px !important}.mr-xl-n5{margin-right:-32px !important}.mb-xl-n5{margin-bottom:-32px !important}.ml-xl-n5{margin-left:-32px !important}.mx-xl-5{margin-right:32px !important;margin-left:32px !important}.my-xl-5{margin-top:32px !important;margin-bottom:32px !important}}@media (min-width: 1280px){.m-xl-6{margin:40px !important}.mt-xl-6{margin-top:40px !important}.mr-xl-6{margin-right:40px !important}.mb-xl-6{margin-bottom:40px !important}.ml-xl-6{margin-left:40px !important}.mt-xl-n6{margin-top:-40px !important}.mr-xl-n6{margin-right:-40px !important}.mb-xl-n6{margin-bottom:-40px !important}.ml-xl-n6{margin-left:-40px !important}.mx-xl-6{margin-right:40px !important;margin-left:40px !important}.my-xl-6{margin-top:40px !important;margin-bottom:40px !important}}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-right:0 !important;padding-left:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:4px !important}.pt-1{padding-top:4px !important}.pr-1{padding-right:4px !important}.pb-1{padding-bottom:4px !important}.pl-1{padding-left:4px !important}.px-1{padding-right:4px !important;padding-left:4px !important}.py-1{padding-top:4px !important;padding-bottom:4px !important}.p-2{padding:8px !important}.pt-2{padding-top:8px !important}.pr-2{padding-right:8px !important}.pb-2{padding-bottom:8px !important}.pl-2{padding-left:8px !important}.px-2{padding-right:8px !important;padding-left:8px !important}.py-2{padding-top:8px !important;padding-bottom:8px !important}.p-3{padding:16px !important}.pt-3{padding-top:16px !important}.pr-3{padding-right:16px !important}.pb-3{padding-bottom:16px !important}.pl-3{padding-left:16px !important}.px-3{padding-right:16px !important;padding-left:16px !important}.py-3{padding-top:16px !important;padding-bottom:16px !important}.p-4{padding:24px !important}.pt-4{padding-top:24px !important}.pr-4{padding-right:24px !important}.pb-4{padding-bottom:24px !important}.pl-4{padding-left:24px !important}.px-4{padding-right:24px !important;padding-left:24px !important}.py-4{padding-top:24px !important;padding-bottom:24px !important}.p-5{padding:32px !important}.pt-5{padding-top:32px !important}.pr-5{padding-right:32px !important}.pb-5{padding-bottom:32px !important}.pl-5{padding-left:32px !important}.px-5{padding-right:32px !important;padding-left:32px !important}.py-5{padding-top:32px !important;padding-bottom:32px !important}.p-6{padding:40px !important}.pt-6{padding-top:40px !important}.pr-6{padding-right:40px !important}.pb-6{padding-bottom:40px !important}.pl-6{padding-left:40px !important}.px-6{padding-right:40px !important;padding-left:40px !important}.py-6{padding-top:40px !important;padding-bottom:40px !important}@media (min-width: 544px){.p-sm-0{padding:0 !important}.pt-sm-0{padding-top:0 !important}.pr-sm-0{padding-right:0 !important}.pb-sm-0{padding-bottom:0 !important}.pl-sm-0{padding-left:0 !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}}@media (min-width: 544px){.p-sm-1{padding:4px !important}.pt-sm-1{padding-top:4px !important}.pr-sm-1{padding-right:4px !important}.pb-sm-1{padding-bottom:4px !important}.pl-sm-1{padding-left:4px !important}.px-sm-1{padding-right:4px !important;padding-left:4px !important}.py-sm-1{padding-top:4px !important;padding-bottom:4px !important}}@media (min-width: 544px){.p-sm-2{padding:8px !important}.pt-sm-2{padding-top:8px !important}.pr-sm-2{padding-right:8px !important}.pb-sm-2{padding-bottom:8px !important}.pl-sm-2{padding-left:8px !important}.px-sm-2{padding-right:8px !important;padding-left:8px !important}.py-sm-2{padding-top:8px !important;padding-bottom:8px !important}}@media (min-width: 544px){.p-sm-3{padding:16px !important}.pt-sm-3{padding-top:16px !important}.pr-sm-3{padding-right:16px !important}.pb-sm-3{padding-bottom:16px !important}.pl-sm-3{padding-left:16px !important}.px-sm-3{padding-right:16px !important;padding-left:16px !important}.py-sm-3{padding-top:16px !important;padding-bottom:16px !important}}@media (min-width: 544px){.p-sm-4{padding:24px !important}.pt-sm-4{padding-top:24px !important}.pr-sm-4{padding-right:24px !important}.pb-sm-4{padding-bottom:24px !important}.pl-sm-4{padding-left:24px !important}.px-sm-4{padding-right:24px !important;padding-left:24px !important}.py-sm-4{padding-top:24px !important;padding-bottom:24px !important}}@media (min-width: 544px){.p-sm-5{padding:32px !important}.pt-sm-5{padding-top:32px !important}.pr-sm-5{padding-right:32px !important}.pb-sm-5{padding-bottom:32px !important}.pl-sm-5{padding-left:32px !important}.px-sm-5{padding-right:32px !important;padding-left:32px !important}.py-sm-5{padding-top:32px !important;padding-bottom:32px !important}}@media (min-width: 544px){.p-sm-6{padding:40px !important}.pt-sm-6{padding-top:40px !important}.pr-sm-6{padding-right:40px !important}.pb-sm-6{padding-bottom:40px !important}.pl-sm-6{padding-left:40px !important}.px-sm-6{padding-right:40px !important;padding-left:40px !important}.py-sm-6{padding-top:40px !important;padding-bottom:40px !important}}@media (min-width: 768px){.p-md-0{padding:0 !important}.pt-md-0{padding-top:0 !important}.pr-md-0{padding-right:0 !important}.pb-md-0{padding-bottom:0 !important}.pl-md-0{padding-left:0 !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}}@media (min-width: 768px){.p-md-1{padding:4px !important}.pt-md-1{padding-top:4px !important}.pr-md-1{padding-right:4px !important}.pb-md-1{padding-bottom:4px !important}.pl-md-1{padding-left:4px !important}.px-md-1{padding-right:4px !important;padding-left:4px !important}.py-md-1{padding-top:4px !important;padding-bottom:4px !important}}@media (min-width: 768px){.p-md-2{padding:8px !important}.pt-md-2{padding-top:8px !important}.pr-md-2{padding-right:8px !important}.pb-md-2{padding-bottom:8px !important}.pl-md-2{padding-left:8px !important}.px-md-2{padding-right:8px !important;padding-left:8px !important}.py-md-2{padding-top:8px !important;padding-bottom:8px !important}}@media (min-width: 768px){.p-md-3{padding:16px !important}.pt-md-3{padding-top:16px !important}.pr-md-3{padding-right:16px !important}.pb-md-3{padding-bottom:16px !important}.pl-md-3{padding-left:16px !important}.px-md-3{padding-right:16px !important;padding-left:16px !important}.py-md-3{padding-top:16px !important;padding-bottom:16px !important}}@media (min-width: 768px){.p-md-4{padding:24px !important}.pt-md-4{padding-top:24px !important}.pr-md-4{padding-right:24px !important}.pb-md-4{padding-bottom:24px !important}.pl-md-4{padding-left:24px !important}.px-md-4{padding-right:24px !important;padding-left:24px !important}.py-md-4{padding-top:24px !important;padding-bottom:24px !important}}@media (min-width: 768px){.p-md-5{padding:32px !important}.pt-md-5{padding-top:32px !important}.pr-md-5{padding-right:32px !important}.pb-md-5{padding-bottom:32px !important}.pl-md-5{padding-left:32px !important}.px-md-5{padding-right:32px !important;padding-left:32px !important}.py-md-5{padding-top:32px !important;padding-bottom:32px !important}}@media (min-width: 768px){.p-md-6{padding:40px !important}.pt-md-6{padding-top:40px !important}.pr-md-6{padding-right:40px !important}.pb-md-6{padding-bottom:40px !important}.pl-md-6{padding-left:40px !important}.px-md-6{padding-right:40px !important;padding-left:40px !important}.py-md-6{padding-top:40px !important;padding-bottom:40px !important}}@media (min-width: 1012px){.p-lg-0{padding:0 !important}.pt-lg-0{padding-top:0 !important}.pr-lg-0{padding-right:0 !important}.pb-lg-0{padding-bottom:0 !important}.pl-lg-0{padding-left:0 !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}}@media (min-width: 1012px){.p-lg-1{padding:4px !important}.pt-lg-1{padding-top:4px !important}.pr-lg-1{padding-right:4px !important}.pb-lg-1{padding-bottom:4px !important}.pl-lg-1{padding-left:4px !important}.px-lg-1{padding-right:4px !important;padding-left:4px !important}.py-lg-1{padding-top:4px !important;padding-bottom:4px !important}}@media (min-width: 1012px){.p-lg-2{padding:8px !important}.pt-lg-2{padding-top:8px !important}.pr-lg-2{padding-right:8px !important}.pb-lg-2{padding-bottom:8px !important}.pl-lg-2{padding-left:8px !important}.px-lg-2{padding-right:8px !important;padding-left:8px !important}.py-lg-2{padding-top:8px !important;padding-bottom:8px !important}}@media (min-width: 1012px){.p-lg-3{padding:16px !important}.pt-lg-3{padding-top:16px !important}.pr-lg-3{padding-right:16px !important}.pb-lg-3{padding-bottom:16px !important}.pl-lg-3{padding-left:16px !important}.px-lg-3{padding-right:16px !important;padding-left:16px !important}.py-lg-3{padding-top:16px !important;padding-bottom:16px !important}}@media (min-width: 1012px){.p-lg-4{padding:24px !important}.pt-lg-4{padding-top:24px !important}.pr-lg-4{padding-right:24px !important}.pb-lg-4{padding-bottom:24px !important}.pl-lg-4{padding-left:24px !important}.px-lg-4{padding-right:24px !important;padding-left:24px !important}.py-lg-4{padding-top:24px !important;padding-bottom:24px !important}}@media (min-width: 1012px){.p-lg-5{padding:32px !important}.pt-lg-5{padding-top:32px !important}.pr-lg-5{padding-right:32px !important}.pb-lg-5{padding-bottom:32px !important}.pl-lg-5{padding-left:32px !important}.px-lg-5{padding-right:32px !important;padding-left:32px !important}.py-lg-5{padding-top:32px !important;padding-bottom:32px !important}}@media (min-width: 1012px){.p-lg-6{padding:40px !important}.pt-lg-6{padding-top:40px !important}.pr-lg-6{padding-right:40px !important}.pb-lg-6{padding-bottom:40px !important}.pl-lg-6{padding-left:40px !important}.px-lg-6{padding-right:40px !important;padding-left:40px !important}.py-lg-6{padding-top:40px !important;padding-bottom:40px !important}}@media (min-width: 1280px){.p-xl-0{padding:0 !important}.pt-xl-0{padding-top:0 !important}.pr-xl-0{padding-right:0 !important}.pb-xl-0{padding-bottom:0 !important}.pl-xl-0{padding-left:0 !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}}@media (min-width: 1280px){.p-xl-1{padding:4px !important}.pt-xl-1{padding-top:4px !important}.pr-xl-1{padding-right:4px !important}.pb-xl-1{padding-bottom:4px !important}.pl-xl-1{padding-left:4px !important}.px-xl-1{padding-right:4px !important;padding-left:4px !important}.py-xl-1{padding-top:4px !important;padding-bottom:4px !important}}@media (min-width: 1280px){.p-xl-2{padding:8px !important}.pt-xl-2{padding-top:8px !important}.pr-xl-2{padding-right:8px !important}.pb-xl-2{padding-bottom:8px !important}.pl-xl-2{padding-left:8px !important}.px-xl-2{padding-right:8px !important;padding-left:8px !important}.py-xl-2{padding-top:8px !important;padding-bottom:8px !important}}@media (min-width: 1280px){.p-xl-3{padding:16px !important}.pt-xl-3{padding-top:16px !important}.pr-xl-3{padding-right:16px !important}.pb-xl-3{padding-bottom:16px !important}.pl-xl-3{padding-left:16px !important}.px-xl-3{padding-right:16px !important;padding-left:16px !important}.py-xl-3{padding-top:16px !important;padding-bottom:16px !important}}@media (min-width: 1280px){.p-xl-4{padding:24px !important}.pt-xl-4{padding-top:24px !important}.pr-xl-4{padding-right:24px !important}.pb-xl-4{padding-bottom:24px !important}.pl-xl-4{padding-left:24px !important}.px-xl-4{padding-right:24px !important;padding-left:24px !important}.py-xl-4{padding-top:24px !important;padding-bottom:24px !important}}@media (min-width: 1280px){.p-xl-5{padding:32px !important}.pt-xl-5{padding-top:32px !important}.pr-xl-5{padding-right:32px !important}.pb-xl-5{padding-bottom:32px !important}.pl-xl-5{padding-left:32px !important}.px-xl-5{padding-right:32px !important;padding-left:32px !important}.py-xl-5{padding-top:32px !important;padding-bottom:32px !important}}@media (min-width: 1280px){.p-xl-6{padding:40px !important}.pt-xl-6{padding-top:40px !important}.pr-xl-6{padding-right:40px !important}.pb-xl-6{padding-bottom:40px !important}.pl-xl-6{padding-left:40px !important}.px-xl-6{padding-right:40px !important;padding-left:40px !important}.py-xl-6{padding-top:40px !important;padding-bottom:40px !important}}.p-responsive{padding-right:16px !important;padding-left:16px !important}@media (min-width: 544px){.p-responsive{padding-right:40px !important;padding-left:40px !important}}@media (min-width: 1012px){.p-responsive{padding-right:16px !important;padding-left:16px !important}}.h1{font-size:26px !important}@media (min-width: 768px){.h1{font-size:32px !important}}.h2{font-size:22px !important}@media (min-width: 768px){.h2{font-size:24px !important}}.h3{font-size:18px !important}@media (min-width: 768px){.h3{font-size:20px !important}}.h4{font-size:16px !important}.h5{font-size:14px !important}.h6{font-size:12px !important}.h1,.h2,.h3,.h4,.h5,.h6{font-weight:600 !important}.f1{font-size:26px !important}@media (min-width: 768px){.f1{font-size:32px !important}}.f2{font-size:22px !important}@media (min-width: 768px){.f2{font-size:24px !important}}.f3{font-size:18px !important}@media (min-width: 768px){.f3{font-size:20px !important}}.f4{font-size:16px !important}@media (min-width: 768px){.f4{font-size:16px !important}}.f5{font-size:14px !important}.f6{font-size:12px !important}.f00-light{font-size:40px !important;font-weight:300 !important}@media (min-width: 768px){.f00-light{font-size:48px !important}}.f0-light{font-size:32px !important;font-weight:300 !important}@media (min-width: 768px){.f0-light{font-size:40px !important}}.f1-light{font-size:26px !important;font-weight:300 !important}@media (min-width: 768px){.f1-light{font-size:32px !important}}.f2-light{font-size:22px !important;font-weight:300 !important}@media (min-width: 768px){.f2-light{font-size:24px !important}}.f3-light{font-size:18px !important;font-weight:300 !important}@media (min-width: 768px){.f3-light{font-size:20px !important}}.text-small{font-size:12px !important}.lead{margin-bottom:30px;font-size:20px;font-weight:300;color:#586069}.lh-condensed-ultra{line-height:1 !important}.lh-condensed{line-height:1.25 !important}.lh-default{line-height:1.5 !important}.text-right{text-align:right !important}.text-left{text-align:left !important}.text-center{text-align:center !important}@media (min-width: 544px){.text-sm-right{text-align:right !important}.text-sm-left{text-align:left !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-right{text-align:right !important}.text-md-left{text-align:left !important}.text-md-center{text-align:center !important}}@media (min-width: 1012px){.text-lg-right{text-align:right !important}.text-lg-left{text-align:left !important}.text-lg-center{text-align:center !important}}@media (min-width: 1280px){.text-xl-right{text-align:right !important}.text-xl-left{text-align:left !important}.text-xl-center{text-align:center !important}}.text-normal{font-weight:normal !important}.text-bold{font-weight:600 !important}.text-italic{font-style:italic !important}.text-uppercase{text-transform:uppercase !important}.no-underline{text-decoration:none !important}.no-wrap{white-space:nowrap !important}.ws-normal{white-space:normal !important}.wb-break-all{word-break:break-all !important}.text-emphasized{font-weight:600;color:#24292e}.list-style-none{list-style:none !important}.text-shadow-dark{text-shadow:0 1px 1px rgba(27,31,35,0.25),0 1px 25px rgba(27,31,35,0.75)}.text-shadow-light{text-shadow:0 1px 0 rgba(255,255,255,0.5)}.v-hidden{visibility:hidden !important}.v-visible{visibility:visible !important}.d-table{display:table !important}.d-table-cell{display:table-cell !important}.table-fixed{table-layout:fixed !important}.d-block{display:block !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-flex{display:-webkit-box !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:inline-flex !important}.d-none{display:none !important}@media (min-width: 544px){.d-sm-table{display:table !important}.d-sm-table-cell{display:table-cell !important}.d-sm-block{display:block !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-flex{display:-webkit-box !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:inline-flex !important}.d-sm-none{display:none !important}}@media (min-width: 768px){.d-md-table{display:table !important}.d-md-table-cell{display:table-cell !important}.d-md-block{display:block !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-flex{display:-webkit-box !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:inline-flex !important}.d-md-none{display:none !important}}@media (min-width: 1012px){.d-lg-table{display:table !important}.d-lg-table-cell{display:table-cell !important}.d-lg-block{display:block !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-flex{display:-webkit-box !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:inline-flex !important}.d-lg-none{display:none !important}}@media (min-width: 1280px){.d-xl-table{display:table !important}.d-xl-table-cell{display:table-cell !important}.d-xl-block{display:block !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-flex{display:-webkit-box !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:inline-flex !important}.d-xl-none{display:none !important}}@media (max-width: 544px){.hide-sm{display:none !important}}@media (min-width: 544px) and (max-width: 768px){.hide-md{display:none !important}}@media (min-width: 768px) and (max-width: 1012px){.hide-lg{display:none !important}}@media (min-width: 1012px){.hide-xl{display:none !important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);word-wrap:normal;border:0}.show-on-focus{position:absolute;width:1px;height:1px;margin:0;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}.show-on-focus:focus{z-index:20;width:auto;height:auto;clip:auto}/*! + * Primer-product + * http://primercss.io + * + * Released under MIT license. Copyright 2015 GitHub, Inc. + */.flash{position:relative;padding:16px;color:#032f62;background-color:#dbedff;border:1px solid rgba(27,31,35,0.15);border-radius:3px}.flash p:last-child{margin-bottom:0}.flash-messages{margin-bottom:24px}.flash-close{float:right;padding:16px;margin:-16px;color:inherit;text-align:center;cursor:pointer;background:none;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0.6}.flash-close:hover{opacity:1}.flash-action{float:right;margin-top:-3px;margin-left:24px}.flash-warn{color:#735c0f;background-color:#fffbdd;border-color:rgba(27,31,35,0.15)}.flash-error{color:#86181d;background-color:#ffdce0;border-color:rgba(27,31,35,0.15)}.flash-success{color:#165c26;background-color:#dcffe4;border-color:rgba(27,31,35,0.15)}.flash-full{margin-top:-1px;border-width:1px 0;border-radius:0}.warning{padding:0.5em;margin-bottom:0.8em;font-weight:600;background-color:#fffbdd}.avatar{display:inline-block;overflow:hidden;line-height:1;vertical-align:middle;border-radius:3px}.avatar-small{border-radius:2px}.avatar-link{float:left;line-height:1}.avatar-group-item{display:inline-block;margin-bottom:3px}.avatar-parent-child{position:relative}.avatar-child{position:absolute;right:-15%;bottom:-9%;background-color:#fff;border-radius:2px;box-shadow:-2px -2px 0 rgba(255,255,255,0.8)}.avatar-stack{display:inline-block;white-space:nowrap}.avatar-stack .avatar{position:relative;z-index:2;display:inline-block;width:20px;height:20px;box-sizing:content-box;margin-right:-15px;background-color:#fff;border-right:1px solid #fff;border-radius:2px;transition:margin 0.1s ease-in-out}.avatar-stack .avatar:only-child{background-color:transparent}.avatar-stack .avatar:first-child{z-index:3}.avatar-stack .avatar:last-child{z-index:1;margin-right:0;border-right:0}.avatar-stack:hover .avatar{margin-right:3px}.avatar-stack:hover .avatar:last-child{margin-right:0}.CircleBadge{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;background-color:#fff;border-radius:50%;box-shadow:0 1px 5px rgba(27,31,35,0.15)}.CircleBadge-icon{max-width:60% !important;height:auto !important;max-height:55% !important}.CircleBadge--small{width:56px;height:56px}.CircleBadge--medium{width:96px;height:96px}.CircleBadge--large{width:128px;height:128px}.DashedConnection{position:relative}.DashedConnection::before{position:absolute;top:50%;left:0;width:100%;content:"";border-bottom:2px dashed #e1e4e8}.DashedConnection .CircleBadge{position:relative}.blankslate{position:relative;padding:32px;text-align:center;background-color:#fafbfc;border:1px solid #e1e4e8;border-radius:3px;box-shadow:inset 0 0 10px rgba(27,31,35,0.05)}.blankslate code{padding:2px 5px 3px;font-size:14px;background:#fff;border:1px solid #eaecef;border-radius:3px}.blankslate-icon{margin-right:4px;margin-bottom:8px;margin-left:4px;color:#a3aab1}.blankslate-capped{border-radius:0 0 3px 3px}.blankslate-spacious{padding:80px 40px}.blankslate-narrow{width:485px;margin:0 auto}.blankslate-large h3{margin:16px 0;font-size:20px}.blankslate-large p{font-size:16px}.blankslate-clean-background{background:none;border:0;box-shadow:none}.labels{position:relative}.label,.Label{display:inline-block;padding:3px 4px;font-size:12px;font-weight:600;line-height:1;color:#fff;border-radius:2px;box-shadow:inset 0 -1px 0 rgba(27,31,35,0.12)}.label:hover,.Label:hover{text-decoration:none}.Label--gray{color:#586069;background-color:#eaecef}.Label--outline{margin-top:-1px;margin-bottom:-1px;font-weight:normal;color:#586069;background-color:transparent;border:1px solid rgba(27,31,35,0.15);box-shadow:none}.Label--outline-green{color:#28a745;border:1px solid #34d058}.Label--gray-darker{background-color:#6a737d}.Label--orange{background-color:#d15704}.state,.State{display:inline-block;padding:4px 8px;font-weight:600;line-height:20px;color:#fff;text-align:center;background-color:#6a737d;border-radius:3px}.State--green{background-color:#2cbe4e}.State--purple{background-color:#6f42c1}.State--red{background-color:#cb2431}.State--small{padding:0.125em 4px;font-size:12px}.State--small .octicon{width:1em}.Counter{display:inline-block;padding:2px 5px;font-size:12px;font-weight:600;line-height:1;color:#586069;background-color:rgba(27,31,35,0.08);border-radius:20px}.Counter--gray-light{color:#24292e;background-color:rgba(27,31,35,0.15)}.Counter--gray{color:#fff;background-color:#6a737d}.markdown-body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body::before{display:table;content:""}.markdown-body::after{display:table;clear:both;content:""}.markdown-body>*:first-child{margin-top:0 !important}.markdown-body>*:last-child{margin-bottom:0 !important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:#cb2431}.markdown-body .anchor{float:left;padding-right:4px;margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:none}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre{margin-top:0;margin-bottom:16px}.markdown-body hr{height:0.25em;padding:0;margin:24px 0;background-color:#e1e4e8;border:0}.markdown-body blockquote{padding:0 1em;color:#6a737d;border-left:0.25em solid #dfe2e5}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#444d56;vertical-align:middle;background-color:#fafbfc;border:solid 1px #c6cbd1;border-bottom-color:#959da5;border-radius:3px;box-shadow:inset 0 -1px 0 #959da5}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:#1b1f23;vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{font-size:inherit}.markdown-body h1{padding-bottom:0.3em;font-size:2em;border-bottom:1px solid #eaecef}.markdown-body h2{padding-bottom:0.3em;font-size:1.5em;border-bottom:1px solid #eaecef}.markdown-body h3{font-size:1.25em}.markdown-body h4{font-size:1em}.markdown-body h5{font-size:0.875em}.markdown-body h6{font-size:0.85em;color:#6a737d}.markdown-body ul,.markdown-body ol{padding-left:2em}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:16px}.markdown-body li+li{margin-top:0.25em}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:600}.markdown-body dl dd{padding:0 16px;margin-bottom:16px}.markdown-body table{display:block;width:100%;overflow:auto}.markdown-body table th{font-weight:600}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid #dfe2e5}.markdown-body table tr{background-color:#fff;border-top:1px solid #c6cbd1}.markdown-body table tr:nth-child(2n){background-color:#f6f8fa}.markdown-body table img{background-color:transparent}.markdown-body img{max-width:100%;box-sizing:content-box;background-color:#fff}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #dfe2e5}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:#24292e}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:0;padding-top:0.2em;padding-bottom:0.2em;margin:0;font-size:85%;background-color:rgba(27,31,35,0.05);border-radius:3px}.markdown-body code::before,.markdown-body code::after,.markdown-body tt::before,.markdown-body tt::after{letter-spacing:-0.2em;content:"\00a0"}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body pre{word-wrap:normal}.markdown-body pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:transparent;border:0}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body .highlight pre,.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f6f8fa;border-radius:3px}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown-body pre code::before,.markdown-body pre code::after,.markdown-body pre tt::before,.markdown-body pre tt::after{content:normal}.markdown-body .csv-data td,.markdown-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:600;background:#f6f8fa;border-top:0}/*! + * Primer-marketing + * http://primercss.io + * + * Released under MIT license. Copyright 2015 GitHub, Inc. + */.alt-mono-font{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace}.alt-h0,.alt-h1,.alt-h2,.alt-h3,.alt-h4,.alt-h5,.alt-h6,.alt-lead{-webkit-font-smoothing:antialiased;font-family:Roboto,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Oxygen","Ubuntu","Cantarell","Open Sans",sans-serif}.alt-h0{font-size:48px;font-weight:300}@media (min-width: 768px){.alt-h0{font-size:54px}}@media (min-width: 1012px){.alt-h0{font-size:72px}}.alt-h1{font-size:36px;font-weight:300}@media (min-width: 768px){.alt-h1{font-size:48px}}@media (min-width: 1012px){.alt-h1{font-size:54px}}.alt-h2{font-size:28px;font-weight:300}@media (min-width: 768px){.alt-h2{font-size:34px}}@media (min-width: 1012px){.alt-h2{font-size:38px}}.alt-h3{font-size:18px;font-weight:400}@media (min-width: 768px){.alt-h3{font-size:20px}}@media (min-width: 1012px){.alt-h3{font-size:22px}}.alt-h4{font-size:16px;font-weight:500}.alt-h5{font-size:14px;font-weight:500}.alt-h6{font-size:12px;font-weight:500}.alt-lead{-webkit-font-smoothing:antialiased;font-size:21px;font-weight:300}@media (min-width: 768px){.alt-lead{font-size:24px}}@media (min-width: 1012px){.alt-lead{font-size:26px}}.alt-text-small{font-size:14px !important}.pullquote{padding-top:0;padding-bottom:0;padding-left:8px;margin-bottom:24px;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:16px;line-height:1.4;color:#586069;border-left:3px solid #e1e4e8}@media (min-width: 768px){.pullquote{padding-left:12px;margin-bottom:32px;margin-left:-15px;font-size:18px;line-height:1.5}}.breadcrumb-item{display:inline-block;margin-left:-4px;white-space:nowrap;list-style:none}.breadcrumb-item::after{padding-right:0.5em;padding-left:0.5em;color:#e1e4e8;content:"/"}.breadcrumb-item-selected::after{content:none}.card{background-color:#fff;border:1px #e1e4e8 solid;border-radius:6px;box-shadow:0 1px 1px rgba(27,31,35,0.1)}.jumbotron{position:relative;padding-top:40px;padding-bottom:40px}@media (min-width: 544px){.jumbotron{padding-top:60px;padding-bottom:60px}}@media (min-width: 1280px){.jumbotron{padding-top:120px;padding-bottom:120px}}@media (min-width: 1012px){.jumbotron-supertron{height:45vw;min-height:590px;max-height:55vh;padding-top:80px;padding-bottom:80px}}.jumbotron-minitron{padding-top:24px;padding-bottom:24px}@media (min-width: 544px){.jumbotron-minitron{padding-top:32px;padding-bottom:32px}}.jumbotron-shadow::after{position:absolute;bottom:0;left:0;width:100%;height:30px;content:" ";background-color:transparent;background-image:linear-gradient(transparent, rgba(0,0,0,0.05));background-repeat:repeat-x;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.05)}.jumbotron-photo{position:relative;background-color:#24292e;background-size:cover}.jumbotron-photo::before{position:absolute;bottom:0;left:0;display:block;width:100%;height:100%;content:"";background-color:rgba(0,0,0,0.25)}.page-section{padding:32px 0;margin-top:0}@media (min-width: 768px){.page-section{padding:56px 0}}.page-section-jumplink:target{padding-top:112px}@media (min-width: 768px){.page-section-jumplink:target{padding-top:80px}}.data-table{width:100%;margin-top:16px;border-collapse:collapse;border:1px #e1e4e8 solid;box-shadow:0 1px 1px rgba(27,31,35,0.05)}.data-table th{font-weight:400;text-align:left}.data-table td,.data-table th{padding:16px;border-right:1px #e1e4e8 solid;border-bottom:1px #e1e4e8 solid}.data-table tbody th{width:25%}.data-table tbody th,.data-table tbody td{border-bottom-color:#e1e4e8}.data-table tbody tr:last-child th,.data-table tbody tr:last-child td{border-bottom:1px #e1e4e8 solid}.grayscale{-webkit-filter:grayscale(100%);filter:grayscale(100%)}@media (min-width: 544px){.border-sm-top{border-top:1px #e1e4e8 solid !important}.border-sm-right{border-right:1px #e1e4e8 solid !important}.border-sm-bottom{border-bottom:1px #e1e4e8 solid !important}.border-sm-left{border-left:1px #e1e4e8 solid !important}.border-sm-top-0{border-top:0 !important}.border-sm-right-0{border-right:0 !important}.border-sm-bottom-0{border-bottom:0 !important}.border-sm-left-0{border-left:0 !important}}@media (min-width: 768px){.border-md-top{border-top:1px #e1e4e8 solid !important}.border-md-right{border-right:1px #e1e4e8 solid !important}.border-md-bottom{border-bottom:1px #e1e4e8 solid !important}.border-md-left{border-left:1px #e1e4e8 solid !important}.border-md-top-0{border-top:0 !important}.border-md-right-0{border-right:0 !important}.border-md-bottom-0{border-bottom:0 !important}.border-md-left-0{border-left:0 !important}}@media (min-width: 1012px){.border-lg-top{border-top:1px #e1e4e8 solid !important}.border-lg-right{border-right:1px #e1e4e8 solid !important}.border-lg-bottom{border-bottom:1px #e1e4e8 solid !important}.border-lg-left{border-left:1px #e1e4e8 solid !important}.border-lg-top-0{border-top:0 !important}.border-lg-right-0{border-right:0 !important}.border-lg-bottom-0{border-bottom:0 !important}.border-lg-left-0{border-left:0 !important}}@media (min-width: 1280px){.border-xl-top{border-top:1px #e1e4e8 solid !important}.border-xl-right{border-right:1px #e1e4e8 solid !important}.border-xl-bottom{border-bottom:1px #e1e4e8 solid !important}.border-xl-left{border-left:1px #e1e4e8 solid !important}.border-xl-top-0{border-top:0 !important}.border-xl-right-0{border-right:0 !important}.border-xl-bottom-0{border-bottom:0 !important}.border-xl-left-0{border-left:0 !important}} diff --git a/node_modules/primer-css/build/index.js b/node_modules/primer-css/build/index.js new file mode 100644 index 0000000..bb5a127 --- /dev/null +++ b/node_modules/primer-css/build/index.js @@ -0,0 +1 @@ +module.exports = {"cssstats":{"size":115789,"gzipSize":18995,"humanizedSize":"113kB","humanizedGzipSize":"19kB","rules":{"total":1860,"size":{"graph":[3,1,1,1,1,2,1,1,2,1,3,1,1,1,2,2,1,4,1,1,1,1,2,1,3,2,1,1,1,1,2,1,3,6,1,2,1,2,1,2,2,1,3,5,2,1,1,6,2,3,2,1,1,2,2,2,2,2,2,2,2,1,1,3,1,1,1,2,3,1,3,1,1,1,1,3,1,2,1,1,1,2,1,8,2,2,3,4,3,2,1,4,2,1,1,1,1,1,1,1,2,2,1,3,2,1,2,1,1,1,1,1,1,2,1,1,1,3,21,3,1,3,2,1,2,1,3,1,4,4,5,3,1,4,4,5,2,3,1,4,4,5,2,3,1,4,4,5,2,3,1,4,1,5,5,3,1,4,2,2,4,3,3,3,1,5,12,2,2,12,1,2,3,16,1,2,2,2,3,1,4,2,3,1,1,1,2,3,2,1,1,1,4,1,3,1,13,3,1,1,1,1,1,5,2,2,1,5,3,6,3,5,1,1,1,2,3,2,3,2,2,1,3,2,3,1,1,7,2,1,11,1,1,5,2,1,4,1,1,1,1,3,2,1,1,3,1,1,1,1,1,3,3,1,1,2,2,11,9,1,2,3,1,1,1,3,1,1,4,2,1,1,1,1,1,1,1,1,2,7,1,1,1,1,1,1,1,1,1,3,1,2,4,1,1,3,1,1,1,3,3,1,2,10,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,6,1,3,4,2,1,1,1,1,1,2,1,1,2,1,6,1,2,2,1,4,3,1,2,2,1,3,2,3,3,3,3,2,2,3,3,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,4,3,1,3,1,2,4,7,4,2,2,2,1,10,1,2,3,3,1,1,9,4,2,5,1,2,1,1,3,2,2,12,2,2,2,7,1,2,3,2,1,7,1,2,4,2,2,2,3,1,7,3,1,1,2,1,1,1,1,1,19,10,1,1,1,1,12,3,1,3,5,3,1,3,5,3,1,2,5,5,5,5,7,4,1,1,1,1,1,6,1,6,2,1,1,1,1,11,3,3,3,3,8,3,3,3,3,11,1,1,10,1,1,6,3,3,3,3,8,1,1,1,1,1,1,4,2,2,2,2,2,2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3,3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3,3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3,3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3,3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,2,1,2,1,2,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,2,2,1,1,1,1,1,1,2,2,1,1,1,1,1,1,2,2,1,1,1,1,1,1,2,2,1,1,1,1,1,8,6,4,6,1,1,12,1,3,3,3,3,3,4,5,1,2,2,1,6,2,11,1,1,3,1,1,9,3,2,2,2,1,6,1,7,5,4,1,1,2,2,1,3,1,8,1,2,7,2,1,1,8,1,1,1,2,1,8,2,2,4,2,3,1,1,2,1,4,1,2,5,3,1,1,11,4,3,1,1,1,3,3,1,1,1,2,1,2,2,1,1,1,5,2,3,1,2,2,1,1,3,1,1,3,2,7,2,4,3,4,2,3,4,2,4,1,4,4,7,2,1,1,1,7,1,2,6,9,1,6,4,1,3,1,2,2,1,1,2,1,1,2,1,1,2,1,1,2,2,2,3,1,1,1,9,5,4,4,1,4,3,2,2,5,2,2,10,3,8,2,1,1,1,5,2,3,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"max":21,"average":1.7349462365591397}},"selectors":{"total":2110,"type":294,"class":1944,"id":0,"pseudoClass":159,"pseudoElement":108,"values":["html","body","article","aside","details","figcaption","figure","footer","header","main","menu","nav","section","summary","audio","canvas","progress","video","audio:not([controls])","progress","template","[hidden]","a","a:active","a:hover","abbr[title]","b","strong","b","strong","dfn","h1","mark","small","sub","sup","sub","sup","img","svg:not(:root)","code","kbd","pre","samp","figure","hr","button","input","select","textarea","optgroup","button","input","button","select","button","html [type=\"button\"]","[type=\"reset\"]","[type=\"submit\"]","button::-moz-focus-inner","[type=\"button\"]::-moz-focus-inner","[type=\"reset\"]::-moz-focus-inner","[type=\"submit\"]::-moz-focus-inner","button:-moz-focusring","[type=\"button\"]:-moz-focusring","[type=\"reset\"]:-moz-focusring","[type=\"submit\"]:-moz-focusring","fieldset","legend","textarea","[type=\"checkbox\"]","[type=\"radio\"]","[type=\"number\"]::-webkit-inner-spin-button","[type=\"number\"]::-webkit-outer-spin-button","[type=\"search\"]","[type=\"search\"]::-webkit-search-cancel-button","[type=\"search\"]::-webkit-search-decoration","::-webkit-input-placeholder","::-webkit-file-upload-button","*","input","select","textarea","button","body","a","a:hover","a:active","strong","hr",".rule","hr::before",".rule::before","hr::after",".rule::after","table","td","th","button","h1","h2","h3","h4","h5","h6","h1","h2","h3","h4","h5","h6","p","small","blockquote","ul","ol","ol ol","ul ol","ul ul ol","ul ol ol","ol ul ol","ol ol ol","dd","tt","code","pre",".octicon",".Box",".Box--condensed",".Box--condensed .Box-header",".Box--condensed .Box-body",".Box--condensed .Box-footer",".Box--condensed .Box-btn-octicon.btn-octicon",".Box--condensed .Box-row",".Box--spacious .Box-header",".Box--spacious .Box-title",".Box--spacious .Box-body",".Box--spacious .Box-footer",".Box--spacious .Box-btn-octicon.btn-octicon",".Box--spacious .Box-row",".Box-header",".Box-title",".Box-body",".Box-body:last-of-type",".Box-row",".Box-row:first-of-type",".Box-row:last-of-type",".Box-row.Box-row--unread",".Box-row.unread",".Box-row.navigation-focus .Box-row--drag-button",".Box-row.navigation-focus.is-dragging .Box-row--drag-button",".Box-row.navigation-focus.sortable-chosen",".Box-row.navigation-focus.sortable-ghost",".Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide",".Box-row--focus-gray.navigation-focus",".Box-row--focus-blue.navigation-focus",".Box-row--hover-gray:hover",".Box-row--hover-blue:hover",".Box-row-link",".Box-row-link:hover",".Box-row--drag-button",".Box-footer",".Box--scrollable",".Box--blue",".Box--blue .Box-header",".Box--blue .Box-body",".Box--blue .Box-row",".Box--blue .Box-footer",".Box--danger",".Box--danger .Box-row:first-of-type",".Box--danger .Box-body:last-of-type",".Box-header--blue",".Box-row--yellow",".Box-row--blue",".Box-row--gray",".Box-btn-octicon.btn-octicon",".btn",".btn i",".btn .octicon",".btn .Counter",".btn:hover",".btn:focus",".btn:disabled",".btn.disabled",".btn:active",".btn.selected",".btn",".btn:focus",".btn.focus",".btn:hover",".btn.hover",".btn:active",".btn.selected",".btn:disabled",".btn.disabled",".btn-primary",".btn-primary:focus",".btn-primary.focus",".btn-primary:hover",".btn-primary.hover",".btn-primary:active",".btn-primary.selected",".btn-primary:disabled",".btn-primary.disabled",".btn-primary .Counter",".btn-purple",".btn-purple:focus",".btn-purple.focus",".btn-purple:hover",".btn-purple.hover",".btn-purple:active",".btn-purple.selected",".btn-purple:disabled",".btn-purple.disabled",".btn-purple .Counter",".btn-blue",".btn-blue:focus",".btn-blue.focus",".btn-blue:hover",".btn-blue.hover",".btn-blue:active",".btn-blue.selected",".btn-blue:disabled",".btn-blue.disabled",".btn-blue .Counter",".btn-danger",".btn-danger:focus",".btn-danger:hover",".btn-danger:hover .Counter",".btn-danger:active",".btn-danger.selected",".btn-danger:disabled",".btn-danger.disabled",".btn-outline",".btn-outline .Counter",".btn-outline:hover",".btn-outline:active",".btn-outline.selected",".btn-outline:hover .Counter",".btn-outline:active .Counter",".btn-outline.selected .Counter",".btn-outline:focus",".btn-outline:disabled",".btn-outline.disabled",".btn-with-count",".btn-sm",".btn-large",".hidden-text-expander",".hidden-text-expander.inline",".hidden-text-expander a",".ellipsis-expander",".hidden-text-expander a:hover",".ellipsis-expander:hover",".hidden-text-expander a:active",".ellipsis-expander:active",".social-count",".social-count:hover",".social-count:active",".social-count:hover",".btn-block",".btn-link",".btn-link:hover",".btn-link:disabled",".btn-link:disabled:hover",".BtnGroup",".BtnGroup::before",".BtnGroup::after",".BtnGroup+.BtnGroup",".BtnGroup+.btn",".BtnGroup-item",".BtnGroup-item:first-child",".BtnGroup-item:last-child",".BtnGroup-item.selected",".BtnGroup-item:focus",".BtnGroup-item:active",".BtnGroup-item:hover",".BtnGroup-item.selected+.BtnGroup-item",".BtnGroup-item.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:active+.BtnGroup-item",".BtnGroup-item:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item",".BtnGroup-form",".BtnGroup-form:first-child .BtnGroup-item",".BtnGroup-form:last-child .BtnGroup-item",".BtnGroup-form .BtnGroup-item",".BtnGroup-form.selected .BtnGroup-item",".BtnGroup-form:focus .BtnGroup-item",".BtnGroup-form:active .BtnGroup-item",".BtnGroup-form:hover .BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:active+.BtnGroup-item",".BtnGroup-form:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item",".TableObject",".TableObject-item",".TableObject-item--primary","fieldset","label",".form-control",".form-select",".form-control.focus",".form-control:focus",".form-select.focus",".form-select:focus",".input-contrast",".input-contrast:focus","::-webkit-input-placeholder",":-ms-input-placeholder","::placeholder",".input-sm",".input-lg",".input-block",".input-monospace",".input-hide-webkit-autofill::-webkit-contacts-auto-fill-button",".form-checkbox",".form-checkbox label em.highlight",".form-checkbox input[type=checkbox]",".form-checkbox input[type=radio]",".form-checkbox .note",".form-checkbox-details",".form-checkbox-details-trigger:checked ~ * .form-checkbox-details",".form-checkbox-details-trigger:checked ~ .form-checkbox-details",".hfields",".hfields::before",".hfields::after",".hfields .form-group",".hfields .form-group dt label",".hfields .form-group dt img",".hfields .btn",".hfields .form-select","input::-webkit-outer-spin-button","input::-webkit-inner-spin-button",".form-actions::before",".form-actions::after",".form-actions .btn",".form-actions .btn+.btn",".form-warning",".form-warning p",".form-warning a",".form-select",".form-select::-ms-expand",".form-select[multiple]",".select-sm",".select-sm[multiple]",".form-group",".form-group .form-control",".form-group .form-control:focus",".form-group .form-control.shorter",".form-group .form-control.short",".form-group .form-control.long",".form-group textarea.form-control",".form-group textarea.form-control.short",".form-group dt",".form-group label",".form-group.flattened dt",".form-group.flattened dd",".form-group dd h4",".form-group dd h4.is-error",".form-group dd h4.is-success",".form-group dd h4+.note",".form-group.required dt label::after",".form-group .success",".form-group .error",".form-group .indicator",".form-group.loading",".form-group.loading .indicator",".form-group.loading .spinner",".form-group.successful .success",".form-group.warn .warning",".form-group.warn .error",".form-group.errored .warning",".form-group.errored .error",".form-group.warn .warning::after",".form-group.warn .warning::before",".form-group.warn .error::after",".form-group.warn .error::before",".form-group.errored .warning::after",".form-group.errored .warning::before",".form-group.errored .error::after",".form-group.errored .error::before",".form-group.warn .warning::after",".form-group.warn .error::after",".form-group.errored .warning::after",".form-group.errored .error::after",".form-group.warn .warning::before",".form-group.warn .error::before",".form-group.errored .warning::before",".form-group.errored .error::before",".form-group.warn .warning",".form-group.warn .warning::after",".form-group.warn .warning::before",".form-group.errored label",".form-group.errored .error",".form-group.errored .error::after",".form-group.errored .error::before",".note",".note .spinner","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored",".form-cards",".form-cards .card",".form-cards .card.visa",".form-cards .card.amex",".form-cards .card.mastercard",".form-cards .card.discover",".form-cards .card.jcb",".form-cards .card.dinersclub",".form-cards .card.enabled",".form-cards .card.disabled",".form-cards>.cards",".form-cards>.cards>li",".form-cards>.cards>li.text",".form-cards>.cards .card",".status-indicator",".status-indicator .octicon",".status-indicator-success::before",".status-indicator-success .octicon-check",".status-indicator-success .octicon-x",".status-indicator-failed::before",".status-indicator-failed .octicon-check",".status-indicator-failed .octicon-x",".status-indicator-loading",".inline-form",".inline-form .btn-plain",".drag-and-drop",".drag-and-drop .default",".drag-and-drop .loading",".drag-and-drop .error",".drag-and-drop .error",".drag-and-drop img",".is-default .drag-and-drop .default",".is-uploading .drag-and-drop .loading",".is-bad-file .drag-and-drop .bad-file",".is-duplicate-filename .drag-and-drop .duplicate-filename",".is-too-big .drag-and-drop .too-big",".is-hidden-file .drag-and-drop .hidden-file",".is-empty .drag-and-drop .empty",".is-bad-permissions .drag-and-drop .bad-permissions",".is-repository-required .drag-and-drop .repository-required",".drag-and-drop-error-info",".drag-and-drop-error-info a",".is-failed .drag-and-drop .failed-request",".manual-file-chooser",".manual-file-chooser:hover+.manual-file-chooser-text",".btn .manual-file-chooser",".upload-enabled textarea",".upload-enabled.focused",".upload-enabled.focused .form-control",".upload-enabled.focused .drag-and-drop",".dragover textarea",".dragover .drag-and-drop",".write-content",".previewable-comment-form",".previewable-comment-form .tabnav",".previewable-comment-form .comment",".previewable-comment-form .comment-form-error",".previewable-comment-form .write-content",".previewable-comment-form .preview-content",".previewable-comment-form.write-selected .write-content",".previewable-comment-form.preview-selected .preview-content",".previewable-comment-form textarea",".form-action-spacious","div.composer",".composer .comment-form-textarea",".composer .tabnav","h2.account","p.explain","p.explain strong","p.explain .octicon","p.explain .minibutton",".form-group label",".container",".container::before",".container::after",".container-md",".container-lg",".container-xl",".columns",".columns::before",".columns::after",".column",".one-third",".two-thirds",".one-fourth",".one-half",".three-fourths",".one-fifth",".four-fifths",".centered",".col-1",".col-2",".col-3",".col-4",".col-5",".col-6",".col-7",".col-8",".col-9",".col-10",".col-11",".col-12",".col-sm-1",".col-sm-2",".col-sm-3",".col-sm-4",".col-sm-5",".col-sm-6",".col-sm-7",".col-sm-8",".col-sm-9",".col-sm-10",".col-sm-11",".col-sm-12",".col-md-1",".col-md-2",".col-md-3",".col-md-4",".col-md-5",".col-md-6",".col-md-7",".col-md-8",".col-md-9",".col-md-10",".col-md-11",".col-md-12",".col-lg-1",".col-lg-2",".col-lg-3",".col-lg-4",".col-lg-5",".col-lg-6",".col-lg-7",".col-lg-8",".col-lg-9",".col-lg-10",".col-lg-11",".col-lg-12",".col-xl-1",".col-xl-2",".col-xl-3",".col-xl-4",".col-xl-5",".col-xl-6",".col-xl-7",".col-xl-8",".col-xl-9",".col-xl-10",".col-xl-11",".col-xl-12",".gutter",".gutter>[class*=\"col-\"]",".gutter-condensed",".gutter-condensed>[class*=\"col-\"]",".gutter-spacious",".gutter-spacious>[class*=\"col-\"]",".gutter-sm",".gutter-sm>[class*=\"col-\"]",".gutter-sm-condensed",".gutter-sm-condensed>[class*=\"col-\"]",".gutter-sm-spacious",".gutter-sm-spacious>[class*=\"col-\"]",".gutter-md",".gutter-md>[class*=\"col-\"]",".gutter-md-condensed",".gutter-md-condensed>[class*=\"col-\"]",".gutter-md-spacious",".gutter-md-spacious>[class*=\"col-\"]",".gutter-lg",".gutter-lg>[class*=\"col-\"]",".gutter-lg-condensed",".gutter-lg-condensed>[class*=\"col-\"]",".gutter-lg-spacious",".gutter-lg-spacious>[class*=\"col-\"]",".gutter-xl",".gutter-xl>[class*=\"col-\"]",".gutter-xl-condensed",".gutter-xl-condensed>[class*=\"col-\"]",".gutter-xl-spacious",".gutter-xl-spacious>[class*=\"col-\"]",".offset-1",".offset-2",".offset-3",".offset-4",".offset-5",".offset-6",".offset-7",".offset-8",".offset-9",".offset-10",".offset-11",".offset-sm-1",".offset-sm-2",".offset-sm-3",".offset-sm-4",".offset-sm-5",".offset-sm-6",".offset-sm-7",".offset-sm-8",".offset-sm-9",".offset-sm-10",".offset-sm-11",".offset-md-1",".offset-md-2",".offset-md-3",".offset-md-4",".offset-md-5",".offset-md-6",".offset-md-7",".offset-md-8",".offset-md-9",".offset-md-10",".offset-md-11",".offset-lg-1",".offset-lg-2",".offset-lg-3",".offset-lg-4",".offset-lg-5",".offset-lg-6",".offset-lg-7",".offset-lg-8",".offset-lg-9",".offset-lg-10",".offset-lg-11",".offset-xl-1",".offset-xl-2",".offset-xl-3",".offset-xl-4",".offset-xl-5",".offset-xl-6",".offset-xl-7",".offset-xl-8",".offset-xl-9",".offset-xl-10",".offset-xl-11",".menu",".menu-item",".menu-item:first-child",".menu-item:first-child::before",".menu-item:last-child",".menu-item:last-child::before",".menu-item:hover",".menu-item.selected",".menu-item.selected::before",".menu-item .octicon",".menu-item .Counter",".menu-item .menu-warning",".menu-item .avatar",".menu-item.alert .Counter",".menu-heading",".menu-heading:hover",".menu-heading:first-child",".menu-heading:last-child",".tabnav",".tabnav .Counter",".tabnav-tabs",".tabnav-tab",".tabnav-tab.selected",".tabnav-tab:hover",".tabnav-tab:focus",".tabnav-extra",".tabnav-extra>.octicon","a.tabnav-extra:hover",".tabnav-btn",".filter-list",".filter-list.small .filter-item",".filter-list.pjax-active .filter-item",".filter-list.pjax-active .filter-item.pjax-active",".filter-item",".filter-item:hover",".filter-item.selected",".filter-item .count",".filter-item .bar",".subnav",".subnav::before",".subnav::after",".subnav-bordered",".subnav-flush",".subnav-item",".subnav-item+.subnav-item",".subnav-item:hover",".subnav-item:focus",".subnav-item.selected",".subnav-item.selected:hover",".subnav-item.selected:focus",".subnav-item:first-child",".subnav-item:last-child",".subnav-search",".subnav-search-input",".subnav-search-input-wide",".subnav-search-icon",".subnav-search-context .btn",".subnav-search-context .btn:hover",".subnav-search-context .btn:focus",".subnav-search-context .btn:active",".subnav-search-context .btn.selected",".subnav-search-context+.subnav-search",".subnav-search-context+.subnav-search .subnav-search-input",".subnav-search-context .select-menu-modal-holder",".subnav-search-context .select-menu-modal",".subnav-search-context .select-menu-item-icon",".subnav-spacer-right",".tooltipped",".tooltipped::after",".tooltipped::before","from","to","from","to",".tooltipped:hover::before",".tooltipped:hover::after",".tooltipped:active::before",".tooltipped:active::after",".tooltipped:focus::before",".tooltipped:focus::after",".tooltipped-no-delay:hover::before",".tooltipped-no-delay:hover::after",".tooltipped-no-delay:active::before",".tooltipped-no-delay:active::after",".tooltipped-no-delay:focus::before",".tooltipped-no-delay:focus::after",".tooltipped-multiline:hover::after",".tooltipped-multiline:active::after",".tooltipped-multiline:focus::after",".tooltipped-s::after",".tooltipped-se::after",".tooltipped-sw::after",".tooltipped-s::before",".tooltipped-se::before",".tooltipped-sw::before",".tooltipped-se::after",".tooltipped-sw::after",".tooltipped-n::after",".tooltipped-ne::after",".tooltipped-nw::after",".tooltipped-n::before",".tooltipped-ne::before",".tooltipped-nw::before",".tooltipped-ne::after",".tooltipped-nw::after",".tooltipped-s::after",".tooltipped-n::after",".tooltipped-w::after",".tooltipped-w::before",".tooltipped-e::after",".tooltipped-e::before",".tooltipped-multiline::after",".tooltipped-multiline.tooltipped-s::after",".tooltipped-multiline.tooltipped-n::after",".tooltipped-multiline.tooltipped-w::after",".tooltipped-multiline.tooltipped-e::after",".tooltipped-multiline::after",".tooltipped-sticky::before",".tooltipped-sticky::after",".tooltipped-sticky.tooltipped-multiline::after",".tooltipped-w::after",".css-truncate.css-truncate-target",".css-truncate .css-truncate-target",".css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target",".css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target",".css-truncate.expandable:hover .css-truncate-target",".css-truncate.expandable:hover.css-truncate-target",".anim-fade-in",".anim-fade-in.fast","0%","100%","0%","100%",".anim-fade-up","0%","100%","0%","100%",".anim-fade-down","0%","100%","0%","100%",".anim-grow-x","to","to",".anim-shrink-x","to","to",".anim-scale-in","0%","100%","0%","100%",".anim-pulse","0%","10%","100%","0%","10%","100%",".anim-pulse-in","0%","50%","100%","0%","50%","100%",".border",".border-top",".border-right",".border-bottom",".border-left",".border-y",".border-dashed",".border-blue",".border-blue-light",".border-green",".border-green-light",".border-red",".border-red-light",".border-purple",".border-yellow",".border-gray-light",".border-gray-dark",".border-black-fade",".border-0",".border-top-0",".border-right-0",".border-bottom-0",".border-left-0",".rounded-0",".rounded-1",".rounded-2",".box-shadow",".box-shadow-medium",".box-shadow-large",".box-shadow-extra-large",".box-shadow-none",".bg-white",".bg-blue",".bg-blue-light",".bg-gray-dark",".bg-gray",".bg-gray-light",".bg-green",".bg-green-light",".bg-red",".bg-red-light",".bg-yellow",".bg-yellow-light",".bg-purple",".bg-purple-light",".bg-shade-gradient",".text-blue",".text-red",".text-gray-light",".text-gray",".text-gray-dark",".text-green",".text-orange",".text-orange-light",".text-purple",".text-white",".text-inherit",".text-pending",".bg-pending",".link-gray",".link-gray:hover",".link-gray-dark",".link-gray-dark:hover",".link-hover-blue:hover",".muted-link",".muted-link:hover",".flex-row",".flex-row-reverse",".flex-column",".flex-wrap",".flex-nowrap",".flex-justify-start",".flex-justify-end",".flex-justify-center",".flex-justify-between",".flex-justify-around",".flex-items-start",".flex-items-end",".flex-items-center",".flex-items-baseline",".flex-items-stretch",".flex-content-start",".flex-content-end",".flex-content-center",".flex-content-between",".flex-content-around",".flex-content-stretch",".flex-auto",".flex-shrink-0",".flex-self-auto",".flex-self-start",".flex-self-end",".flex-self-center",".flex-self-baseline",".flex-self-stretch",".flex-item-equal",".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-wrap",".flex-sm-nowrap",".flex-sm-justify-start",".flex-sm-justify-end",".flex-sm-justify-center",".flex-sm-justify-between",".flex-sm-justify-around",".flex-sm-items-start",".flex-sm-items-end",".flex-sm-items-center",".flex-sm-items-baseline",".flex-sm-items-stretch",".flex-sm-content-start",".flex-sm-content-end",".flex-sm-content-center",".flex-sm-content-between",".flex-sm-content-around",".flex-sm-content-stretch",".flex-sm-auto",".flex-sm-shrink-0",".flex-sm-self-auto",".flex-sm-self-start",".flex-sm-self-end",".flex-sm-self-center",".flex-sm-self-baseline",".flex-sm-self-stretch",".flex-sm-item-equal",".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-wrap",".flex-md-nowrap",".flex-md-justify-start",".flex-md-justify-end",".flex-md-justify-center",".flex-md-justify-between",".flex-md-justify-around",".flex-md-items-start",".flex-md-items-end",".flex-md-items-center",".flex-md-items-baseline",".flex-md-items-stretch",".flex-md-content-start",".flex-md-content-end",".flex-md-content-center",".flex-md-content-between",".flex-md-content-around",".flex-md-content-stretch",".flex-md-auto",".flex-md-shrink-0",".flex-md-self-auto",".flex-md-self-start",".flex-md-self-end",".flex-md-self-center",".flex-md-self-baseline",".flex-md-self-stretch",".flex-md-item-equal",".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-wrap",".flex-lg-nowrap",".flex-lg-justify-start",".flex-lg-justify-end",".flex-lg-justify-center",".flex-lg-justify-between",".flex-lg-justify-around",".flex-lg-items-start",".flex-lg-items-end",".flex-lg-items-center",".flex-lg-items-baseline",".flex-lg-items-stretch",".flex-lg-content-start",".flex-lg-content-end",".flex-lg-content-center",".flex-lg-content-between",".flex-lg-content-around",".flex-lg-content-stretch",".flex-lg-auto",".flex-lg-shrink-0",".flex-lg-self-auto",".flex-lg-self-start",".flex-lg-self-end",".flex-lg-self-center",".flex-lg-self-baseline",".flex-lg-self-stretch",".flex-lg-item-equal",".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-wrap",".flex-xl-nowrap",".flex-xl-justify-start",".flex-xl-justify-end",".flex-xl-justify-center",".flex-xl-justify-between",".flex-xl-justify-around",".flex-xl-items-start",".flex-xl-items-end",".flex-xl-items-center",".flex-xl-items-baseline",".flex-xl-items-stretch",".flex-xl-content-start",".flex-xl-content-end",".flex-xl-content-center",".flex-xl-content-between",".flex-xl-content-around",".flex-xl-content-stretch",".flex-xl-auto",".flex-xl-shrink-0",".flex-xl-self-auto",".flex-xl-self-start",".flex-xl-self-end",".flex-xl-self-center",".flex-xl-self-baseline",".flex-xl-self-stretch",".flex-xl-item-equal",".position-static",".position-relative",".position-absolute",".position-fixed",".top-0",".right-0",".bottom-0",".left-0",".v-align-middle",".v-align-top",".v-align-bottom",".v-align-text-top",".v-align-text-bottom",".overflow-hidden",".overflow-scroll",".overflow-auto",".clearfix::before",".clearfix::after",".float-right",".float-left",".float-none",".float-sm-left",".float-sm-right",".float-sm-none",".float-md-left",".float-md-right",".float-md-none",".float-lg-left",".float-lg-right",".float-lg-none",".float-xl-left",".float-xl-right",".float-xl-none",".width-fit",".width-full",".height-full",".min-width-0",".direction-rtl",".direction-ltr",".direction-sm-rtl",".direction-sm-ltr",".direction-md-rtl",".direction-md-ltr",".direction-lg-rtl",".direction-lg-ltr",".direction-xl-rtl",".direction-xl-ltr",".m-0",".mt-0",".mr-0",".mb-0",".ml-0",".mt-n0",".mr-n0",".mb-n0",".ml-n0",".mx-0",".my-0",".m-1",".mt-1",".mr-1",".mb-1",".ml-1",".mt-n1",".mr-n1",".mb-n1",".ml-n1",".mx-1",".my-1",".m-2",".mt-2",".mr-2",".mb-2",".ml-2",".mt-n2",".mr-n2",".mb-n2",".ml-n2",".mx-2",".my-2",".m-3",".mt-3",".mr-3",".mb-3",".ml-3",".mt-n3",".mr-n3",".mb-n3",".ml-n3",".mx-3",".my-3",".m-4",".mt-4",".mr-4",".mb-4",".ml-4",".mt-n4",".mr-n4",".mb-n4",".ml-n4",".mx-4",".my-4",".m-5",".mt-5",".mr-5",".mb-5",".ml-5",".mt-n5",".mr-n5",".mb-n5",".ml-n5",".mx-5",".my-5",".m-6",".mt-6",".mr-6",".mb-6",".ml-6",".mt-n6",".mr-n6",".mb-n6",".ml-n6",".mx-6",".my-6",".mx-auto",".m-sm-0",".mt-sm-0",".mr-sm-0",".mb-sm-0",".ml-sm-0",".mt-sm-n0",".mr-sm-n0",".mb-sm-n0",".ml-sm-n0",".mx-sm-0",".my-sm-0",".m-sm-1",".mt-sm-1",".mr-sm-1",".mb-sm-1",".ml-sm-1",".mt-sm-n1",".mr-sm-n1",".mb-sm-n1",".ml-sm-n1",".mx-sm-1",".my-sm-1",".m-sm-2",".mt-sm-2",".mr-sm-2",".mb-sm-2",".ml-sm-2",".mt-sm-n2",".mr-sm-n2",".mb-sm-n2",".ml-sm-n2",".mx-sm-2",".my-sm-2",".m-sm-3",".mt-sm-3",".mr-sm-3",".mb-sm-3",".ml-sm-3",".mt-sm-n3",".mr-sm-n3",".mb-sm-n3",".ml-sm-n3",".mx-sm-3",".my-sm-3",".m-sm-4",".mt-sm-4",".mr-sm-4",".mb-sm-4",".ml-sm-4",".mt-sm-n4",".mr-sm-n4",".mb-sm-n4",".ml-sm-n4",".mx-sm-4",".my-sm-4",".m-sm-5",".mt-sm-5",".mr-sm-5",".mb-sm-5",".ml-sm-5",".mt-sm-n5",".mr-sm-n5",".mb-sm-n5",".ml-sm-n5",".mx-sm-5",".my-sm-5",".m-sm-6",".mt-sm-6",".mr-sm-6",".mb-sm-6",".ml-sm-6",".mt-sm-n6",".mr-sm-n6",".mb-sm-n6",".ml-sm-n6",".mx-sm-6",".my-sm-6",".m-md-0",".mt-md-0",".mr-md-0",".mb-md-0",".ml-md-0",".mt-md-n0",".mr-md-n0",".mb-md-n0",".ml-md-n0",".mx-md-0",".my-md-0",".m-md-1",".mt-md-1",".mr-md-1",".mb-md-1",".ml-md-1",".mt-md-n1",".mr-md-n1",".mb-md-n1",".ml-md-n1",".mx-md-1",".my-md-1",".m-md-2",".mt-md-2",".mr-md-2",".mb-md-2",".ml-md-2",".mt-md-n2",".mr-md-n2",".mb-md-n2",".ml-md-n2",".mx-md-2",".my-md-2",".m-md-3",".mt-md-3",".mr-md-3",".mb-md-3",".ml-md-3",".mt-md-n3",".mr-md-n3",".mb-md-n3",".ml-md-n3",".mx-md-3",".my-md-3",".m-md-4",".mt-md-4",".mr-md-4",".mb-md-4",".ml-md-4",".mt-md-n4",".mr-md-n4",".mb-md-n4",".ml-md-n4",".mx-md-4",".my-md-4",".m-md-5",".mt-md-5",".mr-md-5",".mb-md-5",".ml-md-5",".mt-md-n5",".mr-md-n5",".mb-md-n5",".ml-md-n5",".mx-md-5",".my-md-5",".m-md-6",".mt-md-6",".mr-md-6",".mb-md-6",".ml-md-6",".mt-md-n6",".mr-md-n6",".mb-md-n6",".ml-md-n6",".mx-md-6",".my-md-6",".m-lg-0",".mt-lg-0",".mr-lg-0",".mb-lg-0",".ml-lg-0",".mt-lg-n0",".mr-lg-n0",".mb-lg-n0",".ml-lg-n0",".mx-lg-0",".my-lg-0",".m-lg-1",".mt-lg-1",".mr-lg-1",".mb-lg-1",".ml-lg-1",".mt-lg-n1",".mr-lg-n1",".mb-lg-n1",".ml-lg-n1",".mx-lg-1",".my-lg-1",".m-lg-2",".mt-lg-2",".mr-lg-2",".mb-lg-2",".ml-lg-2",".mt-lg-n2",".mr-lg-n2",".mb-lg-n2",".ml-lg-n2",".mx-lg-2",".my-lg-2",".m-lg-3",".mt-lg-3",".mr-lg-3",".mb-lg-3",".ml-lg-3",".mt-lg-n3",".mr-lg-n3",".mb-lg-n3",".ml-lg-n3",".mx-lg-3",".my-lg-3",".m-lg-4",".mt-lg-4",".mr-lg-4",".mb-lg-4",".ml-lg-4",".mt-lg-n4",".mr-lg-n4",".mb-lg-n4",".ml-lg-n4",".mx-lg-4",".my-lg-4",".m-lg-5",".mt-lg-5",".mr-lg-5",".mb-lg-5",".ml-lg-5",".mt-lg-n5",".mr-lg-n5",".mb-lg-n5",".ml-lg-n5",".mx-lg-5",".my-lg-5",".m-lg-6",".mt-lg-6",".mr-lg-6",".mb-lg-6",".ml-lg-6",".mt-lg-n6",".mr-lg-n6",".mb-lg-n6",".ml-lg-n6",".mx-lg-6",".my-lg-6",".m-xl-0",".mt-xl-0",".mr-xl-0",".mb-xl-0",".ml-xl-0",".mt-xl-n0",".mr-xl-n0",".mb-xl-n0",".ml-xl-n0",".mx-xl-0",".my-xl-0",".m-xl-1",".mt-xl-1",".mr-xl-1",".mb-xl-1",".ml-xl-1",".mt-xl-n1",".mr-xl-n1",".mb-xl-n1",".ml-xl-n1",".mx-xl-1",".my-xl-1",".m-xl-2",".mt-xl-2",".mr-xl-2",".mb-xl-2",".ml-xl-2",".mt-xl-n2",".mr-xl-n2",".mb-xl-n2",".ml-xl-n2",".mx-xl-2",".my-xl-2",".m-xl-3",".mt-xl-3",".mr-xl-3",".mb-xl-3",".ml-xl-3",".mt-xl-n3",".mr-xl-n3",".mb-xl-n3",".ml-xl-n3",".mx-xl-3",".my-xl-3",".m-xl-4",".mt-xl-4",".mr-xl-4",".mb-xl-4",".ml-xl-4",".mt-xl-n4",".mr-xl-n4",".mb-xl-n4",".ml-xl-n4",".mx-xl-4",".my-xl-4",".m-xl-5",".mt-xl-5",".mr-xl-5",".mb-xl-5",".ml-xl-5",".mt-xl-n5",".mr-xl-n5",".mb-xl-n5",".ml-xl-n5",".mx-xl-5",".my-xl-5",".m-xl-6",".mt-xl-6",".mr-xl-6",".mb-xl-6",".ml-xl-6",".mt-xl-n6",".mr-xl-n6",".mb-xl-n6",".ml-xl-n6",".mx-xl-6",".my-xl-6",".p-0",".pt-0",".pr-0",".pb-0",".pl-0",".px-0",".py-0",".p-1",".pt-1",".pr-1",".pb-1",".pl-1",".px-1",".py-1",".p-2",".pt-2",".pr-2",".pb-2",".pl-2",".px-2",".py-2",".p-3",".pt-3",".pr-3",".pb-3",".pl-3",".px-3",".py-3",".p-4",".pt-4",".pr-4",".pb-4",".pl-4",".px-4",".py-4",".p-5",".pt-5",".pr-5",".pb-5",".pl-5",".px-5",".py-5",".p-6",".pt-6",".pr-6",".pb-6",".pl-6",".px-6",".py-6",".p-sm-0",".pt-sm-0",".pr-sm-0",".pb-sm-0",".pl-sm-0",".px-sm-0",".py-sm-0",".p-sm-1",".pt-sm-1",".pr-sm-1",".pb-sm-1",".pl-sm-1",".px-sm-1",".py-sm-1",".p-sm-2",".pt-sm-2",".pr-sm-2",".pb-sm-2",".pl-sm-2",".px-sm-2",".py-sm-2",".p-sm-3",".pt-sm-3",".pr-sm-3",".pb-sm-3",".pl-sm-3",".px-sm-3",".py-sm-3",".p-sm-4",".pt-sm-4",".pr-sm-4",".pb-sm-4",".pl-sm-4",".px-sm-4",".py-sm-4",".p-sm-5",".pt-sm-5",".pr-sm-5",".pb-sm-5",".pl-sm-5",".px-sm-5",".py-sm-5",".p-sm-6",".pt-sm-6",".pr-sm-6",".pb-sm-6",".pl-sm-6",".px-sm-6",".py-sm-6",".p-md-0",".pt-md-0",".pr-md-0",".pb-md-0",".pl-md-0",".px-md-0",".py-md-0",".p-md-1",".pt-md-1",".pr-md-1",".pb-md-1",".pl-md-1",".px-md-1",".py-md-1",".p-md-2",".pt-md-2",".pr-md-2",".pb-md-2",".pl-md-2",".px-md-2",".py-md-2",".p-md-3",".pt-md-3",".pr-md-3",".pb-md-3",".pl-md-3",".px-md-3",".py-md-3",".p-md-4",".pt-md-4",".pr-md-4",".pb-md-4",".pl-md-4",".px-md-4",".py-md-4",".p-md-5",".pt-md-5",".pr-md-5",".pb-md-5",".pl-md-5",".px-md-5",".py-md-5",".p-md-6",".pt-md-6",".pr-md-6",".pb-md-6",".pl-md-6",".px-md-6",".py-md-6",".p-lg-0",".pt-lg-0",".pr-lg-0",".pb-lg-0",".pl-lg-0",".px-lg-0",".py-lg-0",".p-lg-1",".pt-lg-1",".pr-lg-1",".pb-lg-1",".pl-lg-1",".px-lg-1",".py-lg-1",".p-lg-2",".pt-lg-2",".pr-lg-2",".pb-lg-2",".pl-lg-2",".px-lg-2",".py-lg-2",".p-lg-3",".pt-lg-3",".pr-lg-3",".pb-lg-3",".pl-lg-3",".px-lg-3",".py-lg-3",".p-lg-4",".pt-lg-4",".pr-lg-4",".pb-lg-4",".pl-lg-4",".px-lg-4",".py-lg-4",".p-lg-5",".pt-lg-5",".pr-lg-5",".pb-lg-5",".pl-lg-5",".px-lg-5",".py-lg-5",".p-lg-6",".pt-lg-6",".pr-lg-6",".pb-lg-6",".pl-lg-6",".px-lg-6",".py-lg-6",".p-xl-0",".pt-xl-0",".pr-xl-0",".pb-xl-0",".pl-xl-0",".px-xl-0",".py-xl-0",".p-xl-1",".pt-xl-1",".pr-xl-1",".pb-xl-1",".pl-xl-1",".px-xl-1",".py-xl-1",".p-xl-2",".pt-xl-2",".pr-xl-2",".pb-xl-2",".pl-xl-2",".px-xl-2",".py-xl-2",".p-xl-3",".pt-xl-3",".pr-xl-3",".pb-xl-3",".pl-xl-3",".px-xl-3",".py-xl-3",".p-xl-4",".pt-xl-4",".pr-xl-4",".pb-xl-4",".pl-xl-4",".px-xl-4",".py-xl-4",".p-xl-5",".pt-xl-5",".pr-xl-5",".pb-xl-5",".pl-xl-5",".px-xl-5",".py-xl-5",".p-xl-6",".pt-xl-6",".pr-xl-6",".pb-xl-6",".pl-xl-6",".px-xl-6",".py-xl-6",".p-responsive",".p-responsive",".p-responsive",".h1",".h1",".h2",".h2",".h3",".h3",".h4",".h5",".h6",".h1",".h2",".h3",".h4",".h5",".h6",".f1",".f1",".f2",".f2",".f3",".f3",".f4",".f4",".f5",".f6",".f00-light",".f00-light",".f0-light",".f0-light",".f1-light",".f1-light",".f2-light",".f2-light",".f3-light",".f3-light",".text-small",".lead",".lh-condensed-ultra",".lh-condensed",".lh-default",".text-right",".text-left",".text-center",".text-sm-right",".text-sm-left",".text-sm-center",".text-md-right",".text-md-left",".text-md-center",".text-lg-right",".text-lg-left",".text-lg-center",".text-xl-right",".text-xl-left",".text-xl-center",".text-normal",".text-bold",".text-italic",".text-uppercase",".no-underline",".no-wrap",".ws-normal",".wb-break-all",".text-emphasized",".list-style-none",".text-shadow-dark",".text-shadow-light",".v-hidden",".v-visible",".d-table",".d-table-cell",".table-fixed",".d-block",".d-inline",".d-inline-block",".d-flex",".d-inline-flex",".d-none",".d-sm-table",".d-sm-table-cell",".d-sm-block",".d-sm-inline",".d-sm-inline-block",".d-sm-flex",".d-sm-inline-flex",".d-sm-none",".d-md-table",".d-md-table-cell",".d-md-block",".d-md-inline",".d-md-inline-block",".d-md-flex",".d-md-inline-flex",".d-md-none",".d-lg-table",".d-lg-table-cell",".d-lg-block",".d-lg-inline",".d-lg-inline-block",".d-lg-flex",".d-lg-inline-flex",".d-lg-none",".d-xl-table",".d-xl-table-cell",".d-xl-block",".d-xl-inline",".d-xl-inline-block",".d-xl-flex",".d-xl-inline-flex",".d-xl-none",".hide-sm",".hide-md",".hide-lg",".hide-xl",".sr-only",".show-on-focus",".show-on-focus:focus",".flash",".flash p:last-child",".flash-messages",".flash-close",".flash-close:hover",".flash-action",".flash-warn",".flash-error",".flash-success",".flash-full",".warning",".avatar",".avatar-small",".avatar-link",".avatar-group-item",".avatar-parent-child",".avatar-child",".avatar-stack",".avatar-stack .avatar",".avatar-stack .avatar:only-child",".avatar-stack .avatar:first-child",".avatar-stack .avatar:last-child",".avatar-stack:hover .avatar",".avatar-stack:hover .avatar:last-child",".CircleBadge",".CircleBadge-icon",".CircleBadge--small",".CircleBadge--medium",".CircleBadge--large",".DashedConnection",".DashedConnection::before",".DashedConnection .CircleBadge",".blankslate",".blankslate code",".blankslate-icon",".blankslate-capped",".blankslate-spacious",".blankslate-narrow",".blankslate-large h3",".blankslate-large p",".blankslate-clean-background",".labels",".label",".Label",".label:hover",".Label:hover",".Label--gray",".Label--outline",".Label--outline-green",".Label--gray-darker",".Label--orange",".state",".State",".State--green",".State--purple",".State--red",".State--small",".State--small .octicon",".Counter",".Counter--gray-light",".Counter--gray",".markdown-body",".markdown-body::before",".markdown-body::after",".markdown-body>*:first-child",".markdown-body>*:last-child",".markdown-body a:not([href])",".markdown-body .absent",".markdown-body .anchor",".markdown-body .anchor:focus",".markdown-body p",".markdown-body blockquote",".markdown-body ul",".markdown-body ol",".markdown-body dl",".markdown-body table",".markdown-body pre",".markdown-body hr",".markdown-body blockquote",".markdown-body blockquote>:first-child",".markdown-body blockquote>:last-child",".markdown-body kbd",".markdown-body h1",".markdown-body h2",".markdown-body h3",".markdown-body h4",".markdown-body h5",".markdown-body h6",".markdown-body h1 .octicon-link",".markdown-body h2 .octicon-link",".markdown-body h3 .octicon-link",".markdown-body h4 .octicon-link",".markdown-body h5 .octicon-link",".markdown-body h6 .octicon-link",".markdown-body h1:hover .anchor",".markdown-body h2:hover .anchor",".markdown-body h3:hover .anchor",".markdown-body h4:hover .anchor",".markdown-body h5:hover .anchor",".markdown-body h6:hover .anchor",".markdown-body h1:hover .anchor .octicon-link",".markdown-body h2:hover .anchor .octicon-link",".markdown-body h3:hover .anchor .octicon-link",".markdown-body h4:hover .anchor .octicon-link",".markdown-body h5:hover .anchor .octicon-link",".markdown-body h6:hover .anchor .octicon-link",".markdown-body h1 tt",".markdown-body h1 code",".markdown-body h2 tt",".markdown-body h2 code",".markdown-body h3 tt",".markdown-body h3 code",".markdown-body h4 tt",".markdown-body h4 code",".markdown-body h5 tt",".markdown-body h5 code",".markdown-body h6 tt",".markdown-body h6 code",".markdown-body h1",".markdown-body h2",".markdown-body h3",".markdown-body h4",".markdown-body h5",".markdown-body h6",".markdown-body ul",".markdown-body ol",".markdown-body ul.no-list",".markdown-body ol.no-list",".markdown-body ul ul",".markdown-body ul ol",".markdown-body ol ol",".markdown-body ol ul",".markdown-body li>p",".markdown-body li+li",".markdown-body dl",".markdown-body dl dt",".markdown-body dl dd",".markdown-body table",".markdown-body table th",".markdown-body table th",".markdown-body table td",".markdown-body table tr",".markdown-body table tr:nth-child(2n)",".markdown-body table img",".markdown-body img",".markdown-body img[align=right]",".markdown-body img[align=left]",".markdown-body .emoji",".markdown-body span.frame",".markdown-body span.frame>span",".markdown-body span.frame span img",".markdown-body span.frame span span",".markdown-body span.align-center",".markdown-body span.align-center>span",".markdown-body span.align-center span img",".markdown-body span.align-right",".markdown-body span.align-right>span",".markdown-body span.align-right span img",".markdown-body span.float-left",".markdown-body span.float-left span",".markdown-body span.float-right",".markdown-body span.float-right>span",".markdown-body code",".markdown-body tt",".markdown-body code::before",".markdown-body code::after",".markdown-body tt::before",".markdown-body tt::after",".markdown-body code br",".markdown-body tt br",".markdown-body del code",".markdown-body pre",".markdown-body pre>code",".markdown-body .highlight",".markdown-body .highlight pre",".markdown-body .highlight pre",".markdown-body pre",".markdown-body pre code",".markdown-body pre tt",".markdown-body pre code::before",".markdown-body pre code::after",".markdown-body pre tt::before",".markdown-body pre tt::after",".markdown-body .csv-data td",".markdown-body .csv-data th",".markdown-body .csv-data .blob-num",".markdown-body .csv-data tr",".markdown-body .csv-data th",".alt-mono-font",".alt-h0",".alt-h1",".alt-h2",".alt-h3",".alt-h4",".alt-h5",".alt-h6",".alt-lead",".alt-h0",".alt-h0",".alt-h0",".alt-h1",".alt-h1",".alt-h1",".alt-h2",".alt-h2",".alt-h2",".alt-h3",".alt-h3",".alt-h3",".alt-h4",".alt-h5",".alt-h6",".alt-lead",".alt-lead",".alt-lead",".alt-text-small",".pullquote",".pullquote",".breadcrumb-item",".breadcrumb-item::after",".breadcrumb-item-selected::after",".card",".jumbotron",".jumbotron",".jumbotron",".jumbotron-supertron",".jumbotron-minitron",".jumbotron-minitron",".jumbotron-shadow::after",".jumbotron-photo",".jumbotron-photo::before",".page-section",".page-section",".page-section-jumplink:target",".page-section-jumplink:target",".data-table",".data-table th",".data-table td",".data-table th",".data-table tbody th",".data-table tbody th",".data-table tbody td",".data-table tbody tr:last-child th",".data-table tbody tr:last-child td",".grayscale",".border-sm-top",".border-sm-right",".border-sm-bottom",".border-sm-left",".border-sm-top-0",".border-sm-right-0",".border-sm-bottom-0",".border-sm-left-0",".border-md-top",".border-md-right",".border-md-bottom",".border-md-left",".border-md-top-0",".border-md-right-0",".border-md-bottom-0",".border-md-left-0",".border-lg-top",".border-lg-right",".border-lg-bottom",".border-lg-left",".border-lg-top-0",".border-lg-right-0",".border-lg-bottom-0",".border-lg-left-0",".border-xl-top",".border-xl-right",".border-xl-bottom",".border-xl-left",".border-xl-top-0",".border-xl-right-0",".border-xl-bottom-0",".border-xl-left-0"],"specificity":{"max":41,"average":12.418483412322274}},"declarations":{"total":3227,"unique":906,"properties":{"font-family":["sans-serif","monospace, monospace","inherit","-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\"","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace","-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\"","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace","Roboto,-apple-system,BlinkMacSystemFont,\"Helvetica Neue\",\"Segoe UI\",\"Oxygen\",\"Ubuntu\",\"Cantarell\",\"Open Sans\",sans-serif","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace"],"-ms-text-size-adjust":["100%"],"-webkit-text-size-adjust":["100%"],"margin":["0","0.67em 0","1em 40px","0","0 2px","15px 0","0","-8px -16px","-24px -24px","-1px -1px 0 -1px","-16px -16px","0","15px 0","5px 0 0 -20px","0","15px 0","0 30px 0 0","5px 0 0","28px 25px 0 -20px","0","10px 0","0","15px 0","0 0 6px","0","4px 0 0","4px 0 0","4px 0 2px","0 0 15px","0","0 4px 0 0","0","0 8px 8px","0 0 10px","15px 0 0","0 0 2px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","-16px","0 auto","16px 0","24px 0","13px 0 0","13px auto 0","0 auto","13px 0 0","0","13px 0 0","13px auto 0","0","0","0"],"display":["block","list-item","inline-block","none","none","table","table","table","inline-block","block","inline-block","inline-block","block","inline-block","inline-block","table","table","table","table-cell","block","none","block","none","block","table","table","inline-block","table","table","inline-block","none","inline","inline-block","inline","block","inline-block","none","inline-block","none","none","inline-block","inline-block","none","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","block","none","block","block","table","table","table","table","block","block","block","inline-block","inline-block","block","inline-block","table","table","block","none","none","inline-block","table-cell","inline-block","table-cell","inline-block","table","table","table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none","table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none","table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none","table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none","table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none","none","none","none","none","inline-block","inline-block","inline-block","inline-block","-webkit-box","flex","inline-block","inline-block","inline-block","table","table","inline-block","block","block","block","block","block","block","block","block","block","block","block","block","none","inline","inline-block","block"],"height":["0","0","auto","0","12px","34px","auto","28px","auto","200px","50px","0","31px","31px","16px","200px","0","100%","1px","1px","auto","20px","auto","56px","96px","128px","0.25em","45vw","30px","100%"],"vertical-align":["baseline","baseline","text-bottom","middle","text-top","middle","middle","middle","middle","middle","middle","middle","middle","middle","top","top","middle","top","bottom","text-top","text-bottom","middle","middle","middle","text-top"],"background-color":["transparent","#ff0","#fff","#fff","#f6f8fa","#fafbfc","#f6f8fa","#f6f8fa","#f1f8ff","#f6f8fa","#f1f8ff","#f1f8ff","#f1f8ff","#fffbdd","#f1f8ff","#f6f8fa","rgba(27,31,35,0.1)","#eff3f6","#e6ebf1","#e9ecef","#eff3f6","#28a745","#269f42","#279f43","#94d3a2","#fff","#643ab0","#5f37a8","#613ca4","#b19cd7","#fff","#0361cc","#035cc2","#045cc1","#81b0e5","#fff","#fafbfc","#cb2431","#b5202c","#eff3f6","#fff","rgba(27,31,35,0.07)","#0366d6","#fff","#fff","#c6cbd1","#2188ff","#fff","transparent","#fff","#fafbfc","#fff","#fafbfc","#fff","#fffbdd","#ffdce0","transparent","#fafbfc","#fff","#f6f8fa","#fff","#e36209","#f3f5f8","transparent","#fff","transparent","#0366d6","#eaecef","#0366d6","#eff3f6","#f6f8fa","#0366d6","#fff","#0366d6","#f1f8ff","#24292e","#f6f8fa","#fafbfc","#28a745","#dcffe4","#d73a49","#ffdce0","#ffd33d","#fff5b1","#6f42c1","#f5f0ff","#dbedff","#fffbdd","#ffdce0","#dcffe4","#fffbdd","#fff","#fff","transparent","#fff","#fafbfc","#eaecef","transparent","#6a737d","#d15704","#6a737d","#2cbe4e","#6f42c1","#cb2431","rgba(27,31,35,0.08)","rgba(27,31,35,0.15)","#6a737d","#e1e4e8","#fafbfc","#fff","#f6f8fa","transparent","#fff","transparent","rgba(27,31,35,0.05)","#f6f8fa","transparent","#fff","transparent","#24292e","rgba(0,0,0,0.25)"],"-webkit-text-decoration-skip":["objects"],"outline-width":["0"],"border-bottom":["none","1px solid #ddd","1px solid #e1e4e8","1px dashed #dfe2e5","1px solid #e1e4e8","0","1px solid #e1e4e8","0","1px solid #d1d5da","0","1px solid #eaecef","1px #e1e4e8 solid","1px #e1e4e8 solid","0","2px dashed #e1e4e8","1px solid #eaecef","1px solid #eaecef","1px #e1e4e8 solid","1px #e1e4e8 solid","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0"],"text-decoration":["underline","underline dotted","none","underline","none","none","none","none","none","none","none","underline","underline","none","none","none","none","none","none","none","none","none","none","none","none","none","none","none","inherit"],"font-weight":["inherit","bolder","bold","600","600","600","600","600","600","600","600","600","500","600","600","600","normal","600","600","normal","normal","normal","600","600","600","600","600","300","300","300","300","300","300","normal","600","600","600","600","normal","600","600","600","600","600","600","300","300","300","400","500","500","500","300","400"],"font-style":["italic","normal","normal","italic","italic"],"font-size":["2em","80%","75%","1em","inherit","14px","32px","24px","20px","16px","14px","12px","90%","12px","20px","14px","14px","12px","inherit","12px","12px","inherit","14px","12px","16px","12px","14px","12px","12px","13px","12px","13px","18px","12px","13px","14px","12px","12px","14px","26px","32px","22px","24px","18px","20px","16px","14px","12px","26px","32px","22px","24px","18px","20px","16px","16px","14px","12px","40px","48px","32px","40px","26px","32px","22px","24px","18px","20px","12px","20px","14px","20px","16px","12px","12px","12px","16px","11px","inherit","2em","1.5em","1.25em","1em","0.875em","0.85em","1em","85%","100%","85%","12px","48px","54px","72px","36px","48px","54px","28px","34px","38px","18px","20px","22px","16px","14px","12px","21px","24px","26px","14px","16px","18px"],"color":["#000","inherit","inherit","#24292e","#0366d6","#0366d6","#24292e","#0366d6","#586069","#24292e","rgba(36,41,46,0.4)","#fff","rgba(255,255,255,0.75)","#29b249","#fff","rgba(255,255,255,0.75)","#683cb8","#fff","rgba(255,255,255,0.75)","#0366d6","#cb2431","#fff","#fff","#fff","rgba(203,36,49,0.4)","#0366d6","#fff","#0366d6","rgba(27,31,35,0.3)","#444d56","#fff","#24292e","#0366d6","#0366d6","rgba(88,96,105,0.5)","#24292e","#6a737d","#6a737d","#6a737d","#586069","#586069","#735c0f","#cb2431","#28a745","#cb2431","#28a745","#735c0f","#cb2431","#86181d","#586069","#28a745","#cb2431","#586069","#cb2431","#586069","#0366d6","#586069","#586069","#24292e","#959da5","#24292e","#24292e","#86181d","#cb2431","#586069","#586069","#24292e","#24292e","#586069","#0366d6","#586069","#fff","#586069","#fff","#586069","#fff","#586069","#c6cbd1","#444d56","inherit","#fff","rgba(27,31,35,0.8)","#0366d6","#cb2431","#6a737d","#586069","#24292e","#28a745","#a04100","#e36209","#6f42c1","#fff","inherit","#b08800","#dbab09","#586069","#0366d6","#24292e","#0366d6","#0366d6","#586069","#0366d6","#586069","#24292e","#032f62","inherit","#735c0f","#86181d","#165c26","#a3aab1","#fff","#586069","#586069","#28a745","#fff","#586069","#24292e","#fff","inherit","#cb2431","#6a737d","#444d56","#1b1f23","#6a737d","#24292e","#586069","#e1e4e8"],"line-height":["0","inherit","1.5","1.25","1.25","1.25","1.5","20px","20px","0","6px","20px","20px","20px","1.5","32px","32px","31px","16px","34px","20px","20px","20px","1","1.25","1.5","1","1","1","20px","1","1.5","1","10px","1.25","1.45","inherit","1","1.4","1.5"],"position":["relative","relative","relative","relative","absolute","relative","relative","relative","absolute","absolute","absolute","relative","relative","relative","relative","static","relative","absolute","relative","absolute","relative","relative","absolute","relative","absolute","absolute","static","relative","absolute","fixed","absolute","absolute","relative","relative","absolute","relative","relative","absolute","relative","relative","relative","relative","absolute","relative","absolute"],"bottom":["-0.25em","100%","0","2px","-5px","100%","auto","50%","50%","50%","50%","0","-9%","0","0"],"top":["-0.5em","-1px","-2px","0","-4px","0","2px","9px","100%","auto","-5px","50%","50%","0","50%"],"border-style":["none","none","solid","solid","dashed"],"overflow":["hidden","visible","visible","auto","hidden","scroll","hidden","hidden","hidden","scroll","auto","hidden","hidden","hidden","auto","hidden","hidden","hidden","hidden","hidden","hidden","hidden","hidden","hidden","auto","visible","hidden"],"box-sizing":["content-box","border-box","border-box","border-box","content-box","content-box"],"font":["inherit","inherit","12px \"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace","normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\""],"text-transform":["none","none","uppercase"],"-webkit-appearance":["button","textfield","none","button","none","none","none","none","none"],"padding":["0","0.35em 0.625em 0.75em","0","0","0","8px 16px","8px 16px","8px 16px","8px 16px","8px 16px","24px","24px","24px","24px","24px","16px","16px","16px","16px","16px 16px","6px 12px","3px 10px","0.75em 1.25em","0 5px 5px","3px 10px","0","0","6px 8px","4px 10px","2px 4px","8px 10px","5px 8px","7px 10px","5px","0","8px 8px 0","8px","8px 10px","8px 10px","8px 12px","4px 10px","8px 10px","6px 14px","5px 8px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","16px","16px","0.5em","32px","2px 5px 3px","80px 40px","3px 4px","4px 8px","0.125em 4px","2px 5px","0","0 1em","3px 5px","0","0","0","0 16px","6px 13px","7px","5px 0 0","0","0","16px","0","5px","10px 8px 9px","32px 0","56px 0","16px"],"outline":["1px dotted ButtonText","0","none","none","none"],"border":["1px solid #c0c0c0","0","1px solid #d1d5da","1px solid rgba(27,31,35,0.2)","0","1px solid rgba(27,31,35,0.2)","0","0","1px solid #d1d5da","1px solid #d9d0a5","solid transparent","0","1px solid #c3c8cf","1px solid #c3c8cf","0","1px solid #d1d5da","1px solid transparent","1px solid #e1e4e8","5px solid transparent","1px #e1e4e8 solid","0","0","1px solid rgba(27,31,35,0.15)","0","1px solid #e1e4e8","1px solid #eaecef","0","1px solid rgba(27,31,35,0.15)","1px solid #34d058","0","solid 1px #c6cbd1","1px solid #dfe2e5","1px solid #dfe2e5","0","0","0","1px #e1e4e8 solid","1px #e1e4e8 solid"],"max-width":["100%","100%","100%","450px","768px","1012px","1280px","250px","125px","10000px","100%","60%","100%","none","auto"],"white-space":["normal","nowrap","nowrap","nowrap","nowrap","pre","pre-line","nowrap","nowrap","normal","nowrap","pre","nowrap","nowrap"],"outline-offset":["-2px"],"opacity":["0.54","100","0","0","0.6","0","0.5","0.6","1","0.2","0.0001","0","0","0","1","0","1","1","0","1","0","1","0","0.8","1","0.8","1","1","0.5","1","0.5","0","1","0","1","0.3","1","0.3","0.3","1","0.3","0.6","1"],"background":["transparent","#dfe2e5","#fffbdd","#fffbdd","#fff url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC\") no-repeat right 8px center","url(\"/images/spinners/octocat-spinner-32-EAF2F5.gif\") 0 0 no-repeat","rgba(27,31,35,0.8)","none","#fff","none","transparent","#fff","#f6f8fa"],"content":["\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"*\"","\" \"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","attr(aria-label)","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\\00a0\"","normal","\"/\"","none","\" \"","\"\""],"clear":["both","both","both","both","both","both","both","both","both","both","both","both"],"border-spacing":["0"],"border-collapse":["collapse","separate","collapse"],"cursor":["pointer","-webkit-grab","grab","-webkit-grabbing","grabbing","pointer","default","pointer","pointer","default","pointer","default","pointer","pointer"],"margin-top":["0","0","0","0","-1px","-1px","5px","0","10px","0","0","0","5px","-5px","-5px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","-3px","-1px","-1px","0","0","0","24px","0","16px","0.25em","16px","0","16px"],"margin-bottom":["0","10px","0","0","-1px","8px","15px","0","15px","-1px","5px","20px","0","5px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","30px","0","24px","0.8em","3px","8px","-1px","0","16px","0","16px","0","16px","16px","0","24px","32px"],"padding-left":["0","20px","5px","10px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","30px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","16px","40px","16px","2em","20px","8px","12px","0.5em"],"list-style-type":["lower-roman","lower-alpha","none","none","none","none"],"margin-left":["0","5px","5px","-1px","5px","-80px","auto","auto","auto","auto","-10px","auto","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","5px","5px","10px","10px","-1px","10px","-1px","-15px","-15px","5px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","24px","4px","-20px","13px","-15px","-4px"],"border-radius":["3px","0.25em","6px","1px","0","0","3px","3px","3px","3px","3px","3px","3px 3px 0 0","3px","3px","0","3px","6px","3px","0","3px","2px","2px","2px","50%","3px","3px","0 0 3px 3px","2px","3px","20px","3px","3px","3px","6px"],"border-color":["#d1d5da","#c8e1ff","#c8e1ff","#c8e1ff","#c8e1ff","#c8e1ff","#d73a49","#d73a49","#d73a49","#c8e1ff","rgba(27,31,35,0.35)","rgba(27,31,35,0.35)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","#0366d6","#0366d6","rgba(27,31,35,0.15)","#2188ff","#d9d0a5","#cea0a5","#4a9eff","#d1d5da","#0366d6","#0366d6","#c8e1ff","#34d058","#a2cbac","#d73a49","#cea0a5","#6f42c1","#d9d0a5","#eaecef","#d1d5da","rgba(27,31,35,0.15)","rgba(27,31,35,0.15)","rgba(27,31,35,0.15)","rgba(27,31,35,0.15)"],"border-width":["1px","1px","5px","6px","1px 0"],"border-top-left-radius":["3px","2px","3px","3px","2px","2px","2px","3px","0"],"border-top-right-radius":["3px","2px","0","3px","3px","3px","2px","2px","3px","0"],"border-bottom-right-radius":["2px","2px","0","3px","3px","3px","3px","0","2px","2px","3px","0"],"border-bottom-left-radius":["2px","2px","3px","3px","3px","0","2px","2px","2px","3px","0"],"border-top":["1px solid #e1e4e8","1px solid #e1e4e8","0","0","1px #e1e4e8 solid","1px #e1e4e8 solid","0","1px solid #c6cbd1","0","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0"],"border-top-color":["transparent","rgba(27,31,35,0.8)"],"box-shadow":["2px 0 0 #0366d6 inset","0 0 0 0.2em rgba(3,102,214,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(52,208,88,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(126,85,199,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(6,121,252,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(203,36,49,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(3,102,214,0.3)","none","inset 0 1px 2px rgba(27,31,35,0.075)","inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)","inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)","none","#c9ff00 0 0 3px","0 1px 1px rgba(27,31,35,0.1)","0 1px 5px rgba(27,31,35,0.15)","0 1px 15px rgba(27,31,35,0.15)","0 10px 50px rgba(27,31,35,0.07)","none","-2px -2px 0 rgba(255,255,255,0.8)","0 1px 5px rgba(27,31,35,0.15)","inset 0 0 10px rgba(27,31,35,0.05)","none","inset 0 -1px 0 rgba(27,31,35,0.12)","none","inset 0 -1px 0 #959da5","0 1px 1px rgba(27,31,35,0.1)","inset 0 -1px 0 rgba(0,0,0,0.05)","0 1px 1px rgba(27,31,35,0.05)"],"max-height":["324px","500px","55%","55vh"],"-webkit-user-select":["none","none"],"-moz-user-select":["none","none"],"-ms-user-select":["none","none"],"user-select":["none","none"],"background-repeat":["repeat-x","repeat-x","no-repeat","no-repeat","repeat-x"],"background-position":["-1px -1px","0 0","0 -0.5em","0 -0.5em","0 -0.5em","0 -0.5em","right 8px center","0 0","0 0","-50px 0","-100px 0","-150px 0","-200px 0","-250px 0"],"background-size":["110% 110%","8px 10px","16px 16px","300px 31px","16px","100% 200px","cover"],"-moz-appearance":["none","none","none","none"],"appearance":["none","none","none","none","none"],"text-shadow":["none","none","0 1px 1px rgba(27,31,35,0.25),0 1px 25px rgba(27,31,35,0.75)","0 1px 0 rgba(255,255,255,0.5)"],"background-image":["none","linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)","linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%)","none","none","linear-gradient(-180deg, #34d058 0%, #28a745 90%)","linear-gradient(-180deg, #2fcb53 0%, #269f42 90%)","none","none","linear-gradient(-180deg, #7e55c7 0%, #643ab0 90%)","linear-gradient(-180deg, #784ec5 0%, #5f37a8 90%)","none","none","linear-gradient(-180deg, #0679fc 0%, #0361cc 90%)","linear-gradient(-180deg, #0374f4 0%, #035cc2 90%)","none","none","linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)","linear-gradient(-180deg, #de4450 0%, #cb2431 90%)","none","none","none","none","none \\9","url(\"/images/spinners/octocat-spinner-16px.gif\")","url(\"/images/modules/ajax/success.png\")","url(\"/images/modules/ajax/error.png\")","url(\"/images/spinners/octocat-spinner-32.gif\")","url(\"/images/modules/ajax/success@2x.png\")","url(\"/images/modules/ajax/error@2x.png\")","url(\"/images/modules/pricing/credit-cards-@1x.png\")","url(\"/images/modules/pricing/credit-cards-@2x.png\")","linear-gradient(180deg, rgba(27,31,35,0.065), rgba(27,31,35,0))","linear-gradient(transparent, rgba(0,0,0,0.05))"],"float":["left","left","left","left","left","left","left","right","left","left","left","right","left","none","right","right","left","right","left","right","left","none","left","right","none","left","right","none","left","right","none","left","right","none","right","right","left","left","left","left","left","right"],"border-left":["0","1px #e1e4e8 solid","0","0.25em solid #dfe2e5","3px solid #e1e4e8","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0"],"width":["100%","1%","99%","100%","440px","130px","250px","100%","100%","0","47px","16px","16px","240px","100%","980px","33.333333%","66.666667%","25%","50%","75%","20%","80%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","2px","16px","320px","500px","220px","0","-webkit-max-content","-moz-max-content","max-content","250px","0%","100%","100%","0%","0%","100%","1px","1px","auto","20px","56px","96px","128px","100%","485px","1em","100%","auto","100%","100%","100%","25%"],"text-align":["center","center","center","center","right","left","center","right","left","center","right","left","center","right","left","center","right","left","center","center","center","center","center","center","right","right","right","left","right","left"],"border-right-width":["0","1px","1px","1px","0","1px"],"border-left-width":["0","0"],"min-height":["34px","28px","28px","0","200px","50px","17px","100px","200px","590px"],"padding-top":["3px","3px","10px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0.2em","0","40px","60px","120px","80px","24px","32px","112px","80px"],"padding-bottom":["3px","3px","20px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0.3em","0.3em","0.2em","0","40px","60px","120px","80px","24px","32px"],"right":["0","0","50%","50%","auto","50%","50%","auto","100%","-5px","auto","100%","0","-15%"],"pointer-events":["none","none","none","none","none"],"visibility":["hidden","hidden","visible","hidden","visible"],"left":["-4px","10px","0","8px","50%","50%","-5px","100%","50%","0","0","0","0"],"margin-right":["5px","5px","3px","5px","auto","auto","auto","auto","-10px","auto","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","5px","5px","2px","-5px","-15px","-5px","-15px","5px","4.5px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","-0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","-15px","0","3px","0","4px","13px"],"padding-right":["24px","8px \\9","30px","10px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","10px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","16px","40px","16px","4px","20px","0.5em"],"z-index":["10","15","-1","2","2","30","1000000","1000001","20","2","3","1"],"border-bottom-color":["#fffbdd","#d9d0a5","#ffdce0","#cea0a5","rgba(27,31,35,0.8)","#959da5","#e1e4e8"],"text-indent":["-9999px"],"fill":["#28a745","#d73a49"],"resize":["vertical"],"list-style":["none","none","none"],"text-overflow":["ellipsis","ellipsis"],"-webkit-font-smoothing":["subpixel-antialiased","antialiased","antialiased"],"letter-spacing":["normal","-0.2em"],"word-wrap":["break-word","break-word","normal","break-word","normal","normal"],"-webkit-animation-name":["tooltip-appear","fade-in","fade-up","fade-down","grow-x","shrink-x","scale-in","pulse","pulse-in"],"animation-name":["tooltip-appear","fade-in","fade-up","fade-down","grow-x","shrink-x","scale-in","pulse","pulse-in"],"-webkit-animation-duration":[".1s","1s","300ms","0.3s","0.3s","0.3s","0.3s","0.15s","2s","0.5s"],"animation-duration":[".1s","1s","300ms","0.3s","0.3s","0.3s","0.3s","0.15s","2s","0.5s"],"-webkit-animation-fill-mode":["forwards","forwards","forwards","forwards","forwards"],"animation-fill-mode":["forwards","forwards","forwards","forwards","forwards"],"-webkit-animation-timing-function":["ease-in","ease-in-out","ease-out","ease-in","ease","ease-in-out","cubic-bezier(0.2, 0, 0.13, 1.5)","linear"],"animation-timing-function":["ease-in","ease-in-out","ease-out","ease-in","ease","ease-in-out","cubic-bezier(0.2, 0, 0.13, 1.5)","linear"],"-webkit-animation-delay":[".4s","1s","0.5s","0.5s"],"animation-delay":[".4s","1s","0.5s","0.5s"],"-webkit-animation":["none"],"animation":["none"],"-webkit-transform":["translateX(50%)","translateY(50%)","translateY(50%)","translateX(-50%)","translateY(100%)","translateY(0)","translateY(100%)","translateY(0)","translateY(0)","translateY(100%)","translateY(0)","translateY(100%)","scale(0.5)","scale(1)","scale(0.5)","scale(1)","scale3d(1, 1, 1)","scale3d(1.1, 1.1, 1.1)","scale3d(1, 1, 1)","scale3d(1, 1, 1)","scale3d(1.1, 1.1, 1.1)","scale3d(1, 1, 1)"],"transform":["translateX(50%)","translateY(50%)","translateY(50%)","translateX(-50%)","translateY(100%)","translateY(0)","translateY(100%)","translateY(0)","translateY(0)","translateY(100%)","translateY(0)","translateY(100%)","scale(0.5)","scale(1)","scale(0.5)","scale(1)","scale3d(1, 1, 1)","scale3d(1.1, 1.1, 1.1)","scale3d(1, 1, 1)","scale3d(1, 1, 1)","scale3d(1.1, 1.1, 1.1)","scale3d(1, 1, 1)"],"border-left-color":["rgba(27,31,35,0.8)"],"border-right-color":["rgba(27,31,35,0.8)"],"-webkit-animation-iteration-count":["infinite"],"animation-iteration-count":["infinite"],"border-right":["1px #e1e4e8 solid","0","1px solid #fff","0","1px #e1e4e8 solid","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0"],"-webkit-box-orient":["horizontal","horizontal","vertical","horizontal","horizontal","vertical","horizontal","horizontal","vertical","horizontal","horizontal","vertical","horizontal","horizontal","vertical"],"-webkit-box-direction":["normal","reverse","normal","normal","reverse","normal","normal","reverse","normal","normal","reverse","normal","normal","reverse","normal"],"flex-direction":["row","row-reverse","column","row","row-reverse","column","row","row-reverse","column","row","row-reverse","column","row","row-reverse","column"],"flex-wrap":["wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap"],"-webkit-box-pack":["start","end","center","justify","start","end","center","justify","start","end","center","justify","start","end","center","justify","start","end","center","justify","center"],"justify-content":["flex-start","flex-end","center","space-between","space-around","flex-start","flex-end","center","space-between","space-around","flex-start","flex-end","center","space-between","space-around","flex-start","flex-end","center","space-between","space-around","flex-start","flex-end","center","space-between","space-around","center"],"-webkit-box-align":["start","end","center","baseline","stretch","start","end","center","baseline","stretch","start","end","center","baseline","stretch","start","end","center","baseline","stretch","start","end","center","baseline","stretch","center"],"align-items":["flex-start","flex-end","center","baseline","stretch","flex-start","flex-end","center","baseline","stretch","flex-start","flex-end","center","baseline","stretch","flex-start","flex-end","center","baseline","stretch","flex-start","flex-end","center","baseline","stretch","center"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch","flex-start","flex-end","center","space-between","space-around","stretch","flex-start","flex-end","center","space-between","space-around","stretch","flex-start","flex-end","center","space-between","space-around","stretch","flex-start","flex-end","center","space-between","space-around","stretch"],"-webkit-box-flex":["1","1","1","1","1","1","1","1","1","1"],"flex":["1 1 auto","1 1 auto","1 1 auto","1 1 auto","1 1 auto"],"flex-shrink":["0","0","0","0","0"],"-ms-grid-row-align":["auto","center","stretch","auto","center","stretch","auto","center","stretch","auto","center","stretch","auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch","auto","flex-start","flex-end","center","baseline","stretch","auto","flex-start","flex-end","center","baseline","stretch","auto","flex-start","flex-end","center","baseline","stretch","auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1","1","1","1","1"],"flex-basis":["0","0","0","0","0"],"min-width":["0"],"direction":["rtl","ltr","rtl","ltr","rtl","ltr","rtl","ltr","rtl","ltr"],"word-break":["break-all","normal","normal"],"table-layout":["fixed"],"clip":["rect(0, 0, 0, 0)","rect(1px, 1px, 1px, 1px)","auto"],"transition":["margin 0.1s ease-in-out"],"-webkit-filter":["grayscale(100%)"],"filter":["grayscale(100%)"]}},"mediaQueries":{"total":132,"unique":9,"values":["(min-width: 768px)","only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)","only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","screen and (min-width: 0\\0)","only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 1012px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(max-width: 544px)","(min-width: 544px) and (max-width: 768px)","(min-width: 768px) and (max-width: 1012px)","(min-width: 1012px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 768px)","(min-width: 544px)","(min-width: 1280px)","(min-width: 1012px)","(min-width: 544px)","(min-width: 768px)","(min-width: 768px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)"],"contents":[{"value":"(min-width: 768px)","rules":{"total":2,"size":{"graph":[2,2],"max":2,"average":2}},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":1,"pseudoElement":0,"values":[".Box-row-link",".Box-row-link:hover"],"specificity":{"max":20,"average":15}},"declarations":{"total":4,"unique":3,"properties":{"color":["#24292e","#0366d6"],"text-decoration":["none","none"]}}},{"value":"only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)","rules":{"total":4,"size":{"graph":[1,1,1,1],"max":1,"average":1}},"selectors":{"total":6,"type":6,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":["dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored"],"specificity":{"max":32,"average":32}},"declarations":{"total":4,"unique":4,"properties":{"background-size":["16px 16px"],"background-image":["url(\"/images/spinners/octocat-spinner-32.gif\")","url(\"/images/modules/ajax/success@2x.png\")","url(\"/images/modules/ajax/error@2x.png\")"]}}},{"value":"only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".form-cards>.cards .card"],"specificity":{"max":30,"average":30}},"declarations":{"total":2,"unique":2,"properties":{"background-image":["url(\"/images/modules/pricing/credit-cards-@2x.png\")"],"background-size":["300px 31px"]}}},{"value":"(min-width: 544px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":12,"type":0,"class":12,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".col-sm-1",".col-sm-2",".col-sm-3",".col-sm-4",".col-sm-5",".col-sm-6",".col-sm-7",".col-sm-8",".col-sm-9",".col-sm-10",".col-sm-11",".col-sm-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":12,"unique":12,"properties":{"width":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"]}}},{"value":"(min-width: 768px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":12,"type":0,"class":12,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".col-md-1",".col-md-2",".col-md-3",".col-md-4",".col-md-5",".col-md-6",".col-md-7",".col-md-8",".col-md-9",".col-md-10",".col-md-11",".col-md-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":12,"unique":12,"properties":{"width":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"]}}},{"value":"(min-width: 1012px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":12,"type":0,"class":12,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".col-lg-1",".col-lg-2",".col-lg-3",".col-lg-4",".col-lg-5",".col-lg-6",".col-lg-7",".col-lg-8",".col-lg-9",".col-lg-10",".col-lg-11",".col-lg-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":12,"unique":12,"properties":{"width":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"]}}},{"value":"(min-width: 1280px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":12,"type":0,"class":12,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".col-xl-1",".col-xl-2",".col-xl-3",".col-xl-4",".col-xl-5",".col-xl-6",".col-xl-7",".col-xl-8",".col-xl-9",".col-xl-10",".col-xl-11",".col-xl-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":12,"unique":12,"properties":{"width":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"]}}},{"value":"(min-width: 544px)","rules":{"total":6,"size":{"graph":[2,2,2,2,2,2],"max":2,"average":2}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".gutter-sm",".gutter-sm>[class*=\"col-\"]",".gutter-sm-condensed",".gutter-sm-condensed>[class*=\"col-\"]",".gutter-sm-spacious",".gutter-sm-spacious>[class*=\"col-\"]"],"specificity":{"max":20,"average":15}},"declarations":{"total":12,"unique":12,"properties":{"margin-right":["-16px","-8px","-24px"],"margin-left":["-16px","-8px","-24px"],"padding-right":["16px","8px","24px"],"padding-left":["16px","8px","24px"]}}},{"value":"(min-width: 768px)","rules":{"total":6,"size":{"graph":[2,2,2,2,2,2],"max":2,"average":2}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".gutter-md",".gutter-md>[class*=\"col-\"]",".gutter-md-condensed",".gutter-md-condensed>[class*=\"col-\"]",".gutter-md-spacious",".gutter-md-spacious>[class*=\"col-\"]"],"specificity":{"max":20,"average":15}},"declarations":{"total":12,"unique":12,"properties":{"margin-right":["-16px","-8px","-24px"],"margin-left":["-16px","-8px","-24px"],"padding-right":["16px","8px","24px"],"padding-left":["16px","8px","24px"]}}},{"value":"(min-width: 1012px)","rules":{"total":6,"size":{"graph":[2,2,2,2,2,2],"max":2,"average":2}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".gutter-lg",".gutter-lg>[class*=\"col-\"]",".gutter-lg-condensed",".gutter-lg-condensed>[class*=\"col-\"]",".gutter-lg-spacious",".gutter-lg-spacious>[class*=\"col-\"]"],"specificity":{"max":20,"average":15}},"declarations":{"total":12,"unique":12,"properties":{"margin-right":["-16px","-8px","-24px"],"margin-left":["-16px","-8px","-24px"],"padding-right":["16px","8px","24px"],"padding-left":["16px","8px","24px"]}}},{"value":"(min-width: 1280px)","rules":{"total":6,"size":{"graph":[2,2,2,2,2,2],"max":2,"average":2}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".gutter-xl",".gutter-xl>[class*=\"col-\"]",".gutter-xl-condensed",".gutter-xl-condensed>[class*=\"col-\"]",".gutter-xl-spacious",".gutter-xl-spacious>[class*=\"col-\"]"],"specificity":{"max":20,"average":15}},"declarations":{"total":12,"unique":12,"properties":{"margin-right":["-16px","-8px","-24px"],"margin-left":["-16px","-8px","-24px"],"padding-right":["16px","8px","24px"],"padding-left":["16px","8px","24px"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-sm-1",".offset-sm-2",".offset-sm-3",".offset-sm-4",".offset-sm-5",".offset-sm-6",".offset-sm-7",".offset-sm-8",".offset-sm-9",".offset-sm-10",".offset-sm-11"],"specificity":{"max":10,"average":10}},"declarations":{"total":11,"unique":11,"properties":{"margin-left":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-md-1",".offset-md-2",".offset-md-3",".offset-md-4",".offset-md-5",".offset-md-6",".offset-md-7",".offset-md-8",".offset-md-9",".offset-md-10",".offset-md-11"],"specificity":{"max":10,"average":10}},"declarations":{"total":11,"unique":11,"properties":{"margin-left":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-lg-1",".offset-lg-2",".offset-lg-3",".offset-lg-4",".offset-lg-5",".offset-lg-6",".offset-lg-7",".offset-lg-8",".offset-lg-9",".offset-lg-10",".offset-lg-11"],"specificity":{"max":10,"average":10}},"declarations":{"total":11,"unique":11,"properties":{"margin-left":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-xl-1",".offset-xl-2",".offset-xl-3",".offset-xl-4",".offset-xl-5",".offset-xl-6",".offset-xl-7",".offset-xl-8",".offset-xl-9",".offset-xl-10",".offset-xl-11"],"specificity":{"max":10,"average":10}},"declarations":{"total":11,"unique":11,"properties":{"margin-left":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"]}}},{"value":"screen and (min-width: 0\\0)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":1,"values":[".tooltipped-multiline::after"],"specificity":{"max":11,"average":11}},"declarations":{"total":1,"unique":1,"properties":{"width":["250px"]}}},{"value":"only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":1,"values":[".tooltipped-w::after"],"specificity":{"max":11,"average":11}},"declarations":{"total":1,"unique":1,"properties":{"margin-right":["4.5px"]}}},{"value":"(min-width: 544px)","rules":{"total":30,"size":{"graph":[3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3],"max":3,"average":1.7}},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-wrap",".flex-sm-nowrap",".flex-sm-justify-start",".flex-sm-justify-end",".flex-sm-justify-center",".flex-sm-justify-between",".flex-sm-justify-around",".flex-sm-items-start",".flex-sm-items-end",".flex-sm-items-center",".flex-sm-items-baseline",".flex-sm-items-stretch",".flex-sm-content-start",".flex-sm-content-end",".flex-sm-content-center",".flex-sm-content-between",".flex-sm-content-around",".flex-sm-content-stretch",".flex-sm-auto",".flex-sm-shrink-0",".flex-sm-self-auto",".flex-sm-self-start",".flex-sm-self-end",".flex-sm-self-center",".flex-sm-self-baseline",".flex-sm-self-stretch",".flex-sm-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":51,"unique":48,"properties":{"-webkit-box-orient":["horizontal","horizontal","vertical"],"-webkit-box-direction":["normal","reverse","normal"],"flex-direction":["row","row-reverse","column"],"flex-wrap":["wrap","nowrap"],"-webkit-box-pack":["start","end","center","justify"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"-webkit-box-align":["start","end","center","baseline","stretch"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"-webkit-box-flex":["1","1"],"flex":["1 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 768px)","rules":{"total":30,"size":{"graph":[3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3],"max":3,"average":1.7}},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-wrap",".flex-md-nowrap",".flex-md-justify-start",".flex-md-justify-end",".flex-md-justify-center",".flex-md-justify-between",".flex-md-justify-around",".flex-md-items-start",".flex-md-items-end",".flex-md-items-center",".flex-md-items-baseline",".flex-md-items-stretch",".flex-md-content-start",".flex-md-content-end",".flex-md-content-center",".flex-md-content-between",".flex-md-content-around",".flex-md-content-stretch",".flex-md-auto",".flex-md-shrink-0",".flex-md-self-auto",".flex-md-self-start",".flex-md-self-end",".flex-md-self-center",".flex-md-self-baseline",".flex-md-self-stretch",".flex-md-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":51,"unique":48,"properties":{"-webkit-box-orient":["horizontal","horizontal","vertical"],"-webkit-box-direction":["normal","reverse","normal"],"flex-direction":["row","row-reverse","column"],"flex-wrap":["wrap","nowrap"],"-webkit-box-pack":["start","end","center","justify"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"-webkit-box-align":["start","end","center","baseline","stretch"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"-webkit-box-flex":["1","1"],"flex":["1 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 1012px)","rules":{"total":30,"size":{"graph":[3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3],"max":3,"average":1.7}},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-wrap",".flex-lg-nowrap",".flex-lg-justify-start",".flex-lg-justify-end",".flex-lg-justify-center",".flex-lg-justify-between",".flex-lg-justify-around",".flex-lg-items-start",".flex-lg-items-end",".flex-lg-items-center",".flex-lg-items-baseline",".flex-lg-items-stretch",".flex-lg-content-start",".flex-lg-content-end",".flex-lg-content-center",".flex-lg-content-between",".flex-lg-content-around",".flex-lg-content-stretch",".flex-lg-auto",".flex-lg-shrink-0",".flex-lg-self-auto",".flex-lg-self-start",".flex-lg-self-end",".flex-lg-self-center",".flex-lg-self-baseline",".flex-lg-self-stretch",".flex-lg-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":51,"unique":48,"properties":{"-webkit-box-orient":["horizontal","horizontal","vertical"],"-webkit-box-direction":["normal","reverse","normal"],"flex-direction":["row","row-reverse","column"],"flex-wrap":["wrap","nowrap"],"-webkit-box-pack":["start","end","center","justify"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"-webkit-box-align":["start","end","center","baseline","stretch"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"-webkit-box-flex":["1","1"],"flex":["1 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 1280px)","rules":{"total":30,"size":{"graph":[3,3,3,1,1,2,2,2,2,1,2,2,2,2,2,1,1,1,1,1,1,2,1,2,1,1,2,1,2,3],"max":3,"average":1.7}},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-wrap",".flex-xl-nowrap",".flex-xl-justify-start",".flex-xl-justify-end",".flex-xl-justify-center",".flex-xl-justify-between",".flex-xl-justify-around",".flex-xl-items-start",".flex-xl-items-end",".flex-xl-items-center",".flex-xl-items-baseline",".flex-xl-items-stretch",".flex-xl-content-start",".flex-xl-content-end",".flex-xl-content-center",".flex-xl-content-between",".flex-xl-content-around",".flex-xl-content-stretch",".flex-xl-auto",".flex-xl-shrink-0",".flex-xl-self-auto",".flex-xl-self-start",".flex-xl-self-end",".flex-xl-self-center",".flex-xl-self-baseline",".flex-xl-self-stretch",".flex-xl-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":51,"unique":48,"properties":{"-webkit-box-orient":["horizontal","horizontal","vertical"],"-webkit-box-direction":["normal","reverse","normal"],"flex-direction":["row","row-reverse","column"],"flex-wrap":["wrap","nowrap"],"-webkit-box-pack":["start","end","center","justify"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"-webkit-box-align":["start","end","center","baseline","stretch"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"-webkit-box-flex":["1","1"],"flex":["1 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 544px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".float-sm-left",".float-sm-right",".float-sm-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"float":["left","right","none"]}}},{"value":"(min-width: 768px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".float-md-left",".float-md-right",".float-md-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"float":["left","right","none"]}}},{"value":"(min-width: 1012px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".float-lg-left",".float-lg-right",".float-lg-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"float":["left","right","none"]}}},{"value":"(min-width: 1280px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".float-xl-left",".float-xl-right",".float-xl-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"float":["left","right","none"]}}},{"value":"(min-width: 544px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1}},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-sm-rtl",".direction-sm-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 768px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1}},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-md-rtl",".direction-md-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 1012px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1}},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-lg-rtl",".direction-lg-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 1280px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1}},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-xl-rtl",".direction-xl-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-0",".mt-sm-0",".mr-sm-0",".mb-sm-0",".ml-sm-0",".mt-sm-n0",".mr-sm-n0",".mb-sm-n0",".ml-sm-n0",".mx-sm-0",".my-sm-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["0"],"margin-top":["0","-0","0"],"margin-right":["0","-0","0"],"margin-bottom":["0","-0","0"],"margin-left":["0","-0","0"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-1",".mt-sm-1",".mr-sm-1",".mb-sm-1",".ml-sm-1",".mt-sm-n1",".mr-sm-n1",".mb-sm-n1",".ml-sm-n1",".mx-sm-1",".my-sm-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["4px"],"margin-top":["4px","-4px","4px"],"margin-right":["4px","-4px","4px"],"margin-bottom":["4px","-4px","4px"],"margin-left":["4px","-4px","4px"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-2",".mt-sm-2",".mr-sm-2",".mb-sm-2",".ml-sm-2",".mt-sm-n2",".mr-sm-n2",".mb-sm-n2",".ml-sm-n2",".mx-sm-2",".my-sm-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["8px"],"margin-top":["8px","-8px","8px"],"margin-right":["8px","-8px","8px"],"margin-bottom":["8px","-8px","8px"],"margin-left":["8px","-8px","8px"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-3",".mt-sm-3",".mr-sm-3",".mb-sm-3",".ml-sm-3",".mt-sm-n3",".mr-sm-n3",".mb-sm-n3",".ml-sm-n3",".mx-sm-3",".my-sm-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["16px"],"margin-top":["16px","-16px","16px"],"margin-right":["16px","-16px","16px"],"margin-bottom":["16px","-16px","16px"],"margin-left":["16px","-16px","16px"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-4",".mt-sm-4",".mr-sm-4",".mb-sm-4",".ml-sm-4",".mt-sm-n4",".mr-sm-n4",".mb-sm-n4",".ml-sm-n4",".mx-sm-4",".my-sm-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["24px"],"margin-top":["24px","-24px","24px"],"margin-right":["24px","-24px","24px"],"margin-bottom":["24px","-24px","24px"],"margin-left":["24px","-24px","24px"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-5",".mt-sm-5",".mr-sm-5",".mb-sm-5",".ml-sm-5",".mt-sm-n5",".mr-sm-n5",".mb-sm-n5",".ml-sm-n5",".mx-sm-5",".my-sm-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["32px"],"margin-top":["32px","-32px","32px"],"margin-right":["32px","-32px","32px"],"margin-bottom":["32px","-32px","32px"],"margin-left":["32px","-32px","32px"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-6",".mt-sm-6",".mr-sm-6",".mb-sm-6",".ml-sm-6",".mt-sm-n6",".mr-sm-n6",".mb-sm-n6",".ml-sm-n6",".mx-sm-6",".my-sm-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["40px"],"margin-top":["40px","-40px","40px"],"margin-right":["40px","-40px","40px"],"margin-bottom":["40px","-40px","40px"],"margin-left":["40px","-40px","40px"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-0",".mt-md-0",".mr-md-0",".mb-md-0",".ml-md-0",".mt-md-n0",".mr-md-n0",".mb-md-n0",".ml-md-n0",".mx-md-0",".my-md-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["0"],"margin-top":["0","-0","0"],"margin-right":["0","-0","0"],"margin-bottom":["0","-0","0"],"margin-left":["0","-0","0"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-1",".mt-md-1",".mr-md-1",".mb-md-1",".ml-md-1",".mt-md-n1",".mr-md-n1",".mb-md-n1",".ml-md-n1",".mx-md-1",".my-md-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["4px"],"margin-top":["4px","-4px","4px"],"margin-right":["4px","-4px","4px"],"margin-bottom":["4px","-4px","4px"],"margin-left":["4px","-4px","4px"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-2",".mt-md-2",".mr-md-2",".mb-md-2",".ml-md-2",".mt-md-n2",".mr-md-n2",".mb-md-n2",".ml-md-n2",".mx-md-2",".my-md-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["8px"],"margin-top":["8px","-8px","8px"],"margin-right":["8px","-8px","8px"],"margin-bottom":["8px","-8px","8px"],"margin-left":["8px","-8px","8px"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-3",".mt-md-3",".mr-md-3",".mb-md-3",".ml-md-3",".mt-md-n3",".mr-md-n3",".mb-md-n3",".ml-md-n3",".mx-md-3",".my-md-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["16px"],"margin-top":["16px","-16px","16px"],"margin-right":["16px","-16px","16px"],"margin-bottom":["16px","-16px","16px"],"margin-left":["16px","-16px","16px"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-4",".mt-md-4",".mr-md-4",".mb-md-4",".ml-md-4",".mt-md-n4",".mr-md-n4",".mb-md-n4",".ml-md-n4",".mx-md-4",".my-md-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["24px"],"margin-top":["24px","-24px","24px"],"margin-right":["24px","-24px","24px"],"margin-bottom":["24px","-24px","24px"],"margin-left":["24px","-24px","24px"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-5",".mt-md-5",".mr-md-5",".mb-md-5",".ml-md-5",".mt-md-n5",".mr-md-n5",".mb-md-n5",".ml-md-n5",".mx-md-5",".my-md-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["32px"],"margin-top":["32px","-32px","32px"],"margin-right":["32px","-32px","32px"],"margin-bottom":["32px","-32px","32px"],"margin-left":["32px","-32px","32px"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-6",".mt-md-6",".mr-md-6",".mb-md-6",".ml-md-6",".mt-md-n6",".mr-md-n6",".mb-md-n6",".ml-md-n6",".mx-md-6",".my-md-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["40px"],"margin-top":["40px","-40px","40px"],"margin-right":["40px","-40px","40px"],"margin-bottom":["40px","-40px","40px"],"margin-left":["40px","-40px","40px"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-0",".mt-lg-0",".mr-lg-0",".mb-lg-0",".ml-lg-0",".mt-lg-n0",".mr-lg-n0",".mb-lg-n0",".ml-lg-n0",".mx-lg-0",".my-lg-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["0"],"margin-top":["0","-0","0"],"margin-right":["0","-0","0"],"margin-bottom":["0","-0","0"],"margin-left":["0","-0","0"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-1",".mt-lg-1",".mr-lg-1",".mb-lg-1",".ml-lg-1",".mt-lg-n1",".mr-lg-n1",".mb-lg-n1",".ml-lg-n1",".mx-lg-1",".my-lg-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["4px"],"margin-top":["4px","-4px","4px"],"margin-right":["4px","-4px","4px"],"margin-bottom":["4px","-4px","4px"],"margin-left":["4px","-4px","4px"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-2",".mt-lg-2",".mr-lg-2",".mb-lg-2",".ml-lg-2",".mt-lg-n2",".mr-lg-n2",".mb-lg-n2",".ml-lg-n2",".mx-lg-2",".my-lg-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["8px"],"margin-top":["8px","-8px","8px"],"margin-right":["8px","-8px","8px"],"margin-bottom":["8px","-8px","8px"],"margin-left":["8px","-8px","8px"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-3",".mt-lg-3",".mr-lg-3",".mb-lg-3",".ml-lg-3",".mt-lg-n3",".mr-lg-n3",".mb-lg-n3",".ml-lg-n3",".mx-lg-3",".my-lg-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["16px"],"margin-top":["16px","-16px","16px"],"margin-right":["16px","-16px","16px"],"margin-bottom":["16px","-16px","16px"],"margin-left":["16px","-16px","16px"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-4",".mt-lg-4",".mr-lg-4",".mb-lg-4",".ml-lg-4",".mt-lg-n4",".mr-lg-n4",".mb-lg-n4",".ml-lg-n4",".mx-lg-4",".my-lg-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["24px"],"margin-top":["24px","-24px","24px"],"margin-right":["24px","-24px","24px"],"margin-bottom":["24px","-24px","24px"],"margin-left":["24px","-24px","24px"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-5",".mt-lg-5",".mr-lg-5",".mb-lg-5",".ml-lg-5",".mt-lg-n5",".mr-lg-n5",".mb-lg-n5",".ml-lg-n5",".mx-lg-5",".my-lg-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["32px"],"margin-top":["32px","-32px","32px"],"margin-right":["32px","-32px","32px"],"margin-bottom":["32px","-32px","32px"],"margin-left":["32px","-32px","32px"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-6",".mt-lg-6",".mr-lg-6",".mb-lg-6",".ml-lg-6",".mt-lg-n6",".mr-lg-n6",".mb-lg-n6",".ml-lg-n6",".mx-lg-6",".my-lg-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["40px"],"margin-top":["40px","-40px","40px"],"margin-right":["40px","-40px","40px"],"margin-bottom":["40px","-40px","40px"],"margin-left":["40px","-40px","40px"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-0",".mt-xl-0",".mr-xl-0",".mb-xl-0",".ml-xl-0",".mt-xl-n0",".mr-xl-n0",".mb-xl-n0",".ml-xl-n0",".mx-xl-0",".my-xl-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["0"],"margin-top":["0","-0","0"],"margin-right":["0","-0","0"],"margin-bottom":["0","-0","0"],"margin-left":["0","-0","0"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-1",".mt-xl-1",".mr-xl-1",".mb-xl-1",".ml-xl-1",".mt-xl-n1",".mr-xl-n1",".mb-xl-n1",".ml-xl-n1",".mx-xl-1",".my-xl-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["4px"],"margin-top":["4px","-4px","4px"],"margin-right":["4px","-4px","4px"],"margin-bottom":["4px","-4px","4px"],"margin-left":["4px","-4px","4px"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-2",".mt-xl-2",".mr-xl-2",".mb-xl-2",".ml-xl-2",".mt-xl-n2",".mr-xl-n2",".mb-xl-n2",".ml-xl-n2",".mx-xl-2",".my-xl-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["8px"],"margin-top":["8px","-8px","8px"],"margin-right":["8px","-8px","8px"],"margin-bottom":["8px","-8px","8px"],"margin-left":["8px","-8px","8px"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-3",".mt-xl-3",".mr-xl-3",".mb-xl-3",".ml-xl-3",".mt-xl-n3",".mr-xl-n3",".mb-xl-n3",".ml-xl-n3",".mx-xl-3",".my-xl-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["16px"],"margin-top":["16px","-16px","16px"],"margin-right":["16px","-16px","16px"],"margin-bottom":["16px","-16px","16px"],"margin-left":["16px","-16px","16px"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-4",".mt-xl-4",".mr-xl-4",".mb-xl-4",".ml-xl-4",".mt-xl-n4",".mr-xl-n4",".mb-xl-n4",".ml-xl-n4",".mx-xl-4",".my-xl-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["24px"],"margin-top":["24px","-24px","24px"],"margin-right":["24px","-24px","24px"],"margin-bottom":["24px","-24px","24px"],"margin-left":["24px","-24px","24px"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-5",".mt-xl-5",".mr-xl-5",".mb-xl-5",".ml-xl-5",".mt-xl-n5",".mr-xl-n5",".mb-xl-n5",".ml-xl-n5",".mx-xl-5",".my-xl-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["32px"],"margin-top":["32px","-32px","32px"],"margin-right":["32px","-32px","32px"],"margin-bottom":["32px","-32px","32px"],"margin-left":["32px","-32px","32px"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,2,2],"max":2,"average":1.1818181818181819}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-6",".mt-xl-6",".mr-xl-6",".mb-xl-6",".ml-xl-6",".mt-xl-n6",".mr-xl-n6",".mb-xl-n6",".ml-xl-n6",".mx-xl-6",".my-xl-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":13,"unique":9,"properties":{"margin":["40px"],"margin-top":["40px","-40px","40px"],"margin-right":["40px","-40px","40px"],"margin-bottom":["40px","-40px","40px"],"margin-left":["40px","-40px","40px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-0",".pt-sm-0",".pr-sm-0",".pb-sm-0",".pl-sm-0",".px-sm-0",".py-sm-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["0"],"padding-top":["0","0"],"padding-right":["0","0"],"padding-bottom":["0","0"],"padding-left":["0","0"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-1",".pt-sm-1",".pr-sm-1",".pb-sm-1",".pl-sm-1",".px-sm-1",".py-sm-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["4px"],"padding-top":["4px","4px"],"padding-right":["4px","4px"],"padding-bottom":["4px","4px"],"padding-left":["4px","4px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-2",".pt-sm-2",".pr-sm-2",".pb-sm-2",".pl-sm-2",".px-sm-2",".py-sm-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["8px"],"padding-top":["8px","8px"],"padding-right":["8px","8px"],"padding-bottom":["8px","8px"],"padding-left":["8px","8px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-3",".pt-sm-3",".pr-sm-3",".pb-sm-3",".pl-sm-3",".px-sm-3",".py-sm-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["16px"],"padding-top":["16px","16px"],"padding-right":["16px","16px"],"padding-bottom":["16px","16px"],"padding-left":["16px","16px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-4",".pt-sm-4",".pr-sm-4",".pb-sm-4",".pl-sm-4",".px-sm-4",".py-sm-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["24px"],"padding-top":["24px","24px"],"padding-right":["24px","24px"],"padding-bottom":["24px","24px"],"padding-left":["24px","24px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-5",".pt-sm-5",".pr-sm-5",".pb-sm-5",".pl-sm-5",".px-sm-5",".py-sm-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["32px"],"padding-top":["32px","32px"],"padding-right":["32px","32px"],"padding-bottom":["32px","32px"],"padding-left":["32px","32px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-6",".pt-sm-6",".pr-sm-6",".pb-sm-6",".pl-sm-6",".px-sm-6",".py-sm-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["40px"],"padding-top":["40px","40px"],"padding-right":["40px","40px"],"padding-bottom":["40px","40px"],"padding-left":["40px","40px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-0",".pt-md-0",".pr-md-0",".pb-md-0",".pl-md-0",".px-md-0",".py-md-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["0"],"padding-top":["0","0"],"padding-right":["0","0"],"padding-bottom":["0","0"],"padding-left":["0","0"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-1",".pt-md-1",".pr-md-1",".pb-md-1",".pl-md-1",".px-md-1",".py-md-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["4px"],"padding-top":["4px","4px"],"padding-right":["4px","4px"],"padding-bottom":["4px","4px"],"padding-left":["4px","4px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-2",".pt-md-2",".pr-md-2",".pb-md-2",".pl-md-2",".px-md-2",".py-md-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["8px"],"padding-top":["8px","8px"],"padding-right":["8px","8px"],"padding-bottom":["8px","8px"],"padding-left":["8px","8px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-3",".pt-md-3",".pr-md-3",".pb-md-3",".pl-md-3",".px-md-3",".py-md-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["16px"],"padding-top":["16px","16px"],"padding-right":["16px","16px"],"padding-bottom":["16px","16px"],"padding-left":["16px","16px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-4",".pt-md-4",".pr-md-4",".pb-md-4",".pl-md-4",".px-md-4",".py-md-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["24px"],"padding-top":["24px","24px"],"padding-right":["24px","24px"],"padding-bottom":["24px","24px"],"padding-left":["24px","24px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-5",".pt-md-5",".pr-md-5",".pb-md-5",".pl-md-5",".px-md-5",".py-md-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["32px"],"padding-top":["32px","32px"],"padding-right":["32px","32px"],"padding-bottom":["32px","32px"],"padding-left":["32px","32px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-6",".pt-md-6",".pr-md-6",".pb-md-6",".pl-md-6",".px-md-6",".py-md-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["40px"],"padding-top":["40px","40px"],"padding-right":["40px","40px"],"padding-bottom":["40px","40px"],"padding-left":["40px","40px"]}}},{"value":"(min-width: 1012px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-0",".pt-lg-0",".pr-lg-0",".pb-lg-0",".pl-lg-0",".px-lg-0",".py-lg-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["0"],"padding-top":["0","0"],"padding-right":["0","0"],"padding-bottom":["0","0"],"padding-left":["0","0"]}}},{"value":"(min-width: 1012px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-1",".pt-lg-1",".pr-lg-1",".pb-lg-1",".pl-lg-1",".px-lg-1",".py-lg-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["4px"],"padding-top":["4px","4px"],"padding-right":["4px","4px"],"padding-bottom":["4px","4px"],"padding-left":["4px","4px"]}}},{"value":"(min-width: 1012px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-2",".pt-lg-2",".pr-lg-2",".pb-lg-2",".pl-lg-2",".px-lg-2",".py-lg-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["8px"],"padding-top":["8px","8px"],"padding-right":["8px","8px"],"padding-bottom":["8px","8px"],"padding-left":["8px","8px"]}}},{"value":"(min-width: 1012px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-3",".pt-lg-3",".pr-lg-3",".pb-lg-3",".pl-lg-3",".px-lg-3",".py-lg-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["16px"],"padding-top":["16px","16px"],"padding-right":["16px","16px"],"padding-bottom":["16px","16px"],"padding-left":["16px","16px"]}}},{"value":"(min-width: 1012px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-4",".pt-lg-4",".pr-lg-4",".pb-lg-4",".pl-lg-4",".px-lg-4",".py-lg-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["24px"],"padding-top":["24px","24px"],"padding-right":["24px","24px"],"padding-bottom":["24px","24px"],"padding-left":["24px","24px"]}}},{"value":"(min-width: 1012px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-5",".pt-lg-5",".pr-lg-5",".pb-lg-5",".pl-lg-5",".px-lg-5",".py-lg-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["32px"],"padding-top":["32px","32px"],"padding-right":["32px","32px"],"padding-bottom":["32px","32px"],"padding-left":["32px","32px"]}}},{"value":"(min-width: 1012px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-6",".pt-lg-6",".pr-lg-6",".pb-lg-6",".pl-lg-6",".px-lg-6",".py-lg-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["40px"],"padding-top":["40px","40px"],"padding-right":["40px","40px"],"padding-bottom":["40px","40px"],"padding-left":["40px","40px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-0",".pt-xl-0",".pr-xl-0",".pb-xl-0",".pl-xl-0",".px-xl-0",".py-xl-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["0"],"padding-top":["0","0"],"padding-right":["0","0"],"padding-bottom":["0","0"],"padding-left":["0","0"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-1",".pt-xl-1",".pr-xl-1",".pb-xl-1",".pl-xl-1",".px-xl-1",".py-xl-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["4px"],"padding-top":["4px","4px"],"padding-right":["4px","4px"],"padding-bottom":["4px","4px"],"padding-left":["4px","4px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-2",".pt-xl-2",".pr-xl-2",".pb-xl-2",".pl-xl-2",".px-xl-2",".py-xl-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["8px"],"padding-top":["8px","8px"],"padding-right":["8px","8px"],"padding-bottom":["8px","8px"],"padding-left":["8px","8px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-3",".pt-xl-3",".pr-xl-3",".pb-xl-3",".pl-xl-3",".px-xl-3",".py-xl-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["16px"],"padding-top":["16px","16px"],"padding-right":["16px","16px"],"padding-bottom":["16px","16px"],"padding-left":["16px","16px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-4",".pt-xl-4",".pr-xl-4",".pb-xl-4",".pl-xl-4",".px-xl-4",".py-xl-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["24px"],"padding-top":["24px","24px"],"padding-right":["24px","24px"],"padding-bottom":["24px","24px"],"padding-left":["24px","24px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-5",".pt-xl-5",".pr-xl-5",".pb-xl-5",".pl-xl-5",".px-xl-5",".py-xl-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["32px"],"padding-top":["32px","32px"],"padding-right":["32px","32px"],"padding-bottom":["32px","32px"],"padding-left":["32px","32px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-6",".pt-xl-6",".pr-xl-6",".pb-xl-6",".pl-xl-6",".px-xl-6",".py-xl-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["40px"],"padding-top":["40px","40px"],"padding-right":["40px","40px"],"padding-bottom":["40px","40px"],"padding-left":["40px","40px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-responsive"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding-right":["40px"],"padding-left":["40px"]}}},{"value":"(min-width: 1012px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-responsive"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding-right":["16px"],"padding-left":["16px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h1"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["32px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h2"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["24px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h3"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["20px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f1"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["32px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f2"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["24px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f3"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["20px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f4"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["16px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f00-light"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["48px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f0-light"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["40px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f1-light"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["32px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f2-light"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["24px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f3-light"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["20px"]}}},{"value":"(min-width: 544px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".text-sm-right",".text-sm-left",".text-sm-center"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"text-align":["right","left","center"]}}},{"value":"(min-width: 768px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".text-md-right",".text-md-left",".text-md-center"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"text-align":["right","left","center"]}}},{"value":"(min-width: 1012px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".text-lg-right",".text-lg-left",".text-lg-center"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"text-align":["right","left","center"]}}},{"value":"(min-width: 1280px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".text-xl-right",".text-xl-left",".text-xl-center"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"text-align":["right","left","center"]}}},{"value":"(min-width: 544px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,2,2,1],"max":2,"average":1.25}},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-sm-table",".d-sm-table-cell",".d-sm-block",".d-sm-inline",".d-sm-inline-block",".d-sm-flex",".d-sm-inline-flex",".d-sm-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":10,"unique":10,"properties":{"display":["table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none"]}}},{"value":"(min-width: 768px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,2,2,1],"max":2,"average":1.25}},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-md-table",".d-md-table-cell",".d-md-block",".d-md-inline",".d-md-inline-block",".d-md-flex",".d-md-inline-flex",".d-md-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":10,"unique":10,"properties":{"display":["table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none"]}}},{"value":"(min-width: 1012px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,2,2,1],"max":2,"average":1.25}},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-lg-table",".d-lg-table-cell",".d-lg-block",".d-lg-inline",".d-lg-inline-block",".d-lg-flex",".d-lg-inline-flex",".d-lg-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":10,"unique":10,"properties":{"display":["table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none"]}}},{"value":"(min-width: 1280px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,2,2,1],"max":2,"average":1.25}},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-xl-table",".d-xl-table-cell",".d-xl-block",".d-xl-inline",".d-xl-inline-block",".d-xl-flex",".d-xl-inline-flex",".d-xl-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":10,"unique":10,"properties":{"display":["table","table-cell","block","inline","inline-block","-webkit-box","flex","-webkit-inline-box","inline-flex","none"]}}},{"value":"(max-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".hide-sm"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}},{"value":"(min-width: 544px) and (max-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".hide-md"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}},{"value":"(min-width: 768px) and (max-width: 1012px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".hide-lg"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}},{"value":"(min-width: 1012px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".hide-xl"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".alt-h0"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["54px"]}}},{"value":"(min-width: 1012px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".alt-h0"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["72px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".alt-h1"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["48px"]}}},{"value":"(min-width: 1012px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".alt-h1"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["54px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".alt-h2"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["34px"]}}},{"value":"(min-width: 1012px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".alt-h2"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["38px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".alt-h3"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["20px"]}}},{"value":"(min-width: 1012px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".alt-h3"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["22px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".alt-lead"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["24px"]}}},{"value":"(min-width: 1012px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".alt-lead"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["26px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[5],"max":5,"average":5}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".pullquote"],"specificity":{"max":10,"average":10}},"declarations":{"total":5,"unique":5,"properties":{"padding-left":["12px"],"margin-bottom":["32px"],"margin-left":["-15px"],"font-size":["18px"],"line-height":["1.5"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".jumbotron"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding-top":["60px"],"padding-bottom":["60px"]}}},{"value":"(min-width: 1280px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".jumbotron"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding-top":["120px"],"padding-bottom":["120px"]}}},{"value":"(min-width: 1012px)","rules":{"total":1,"size":{"graph":[5],"max":5,"average":5}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".jumbotron-supertron"],"specificity":{"max":10,"average":10}},"declarations":{"total":5,"unique":5,"properties":{"height":["45vw"],"min-height":["590px"],"max-height":["55vh"],"padding-top":["80px"],"padding-bottom":["80px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".jumbotron-minitron"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding-top":["32px"],"padding-bottom":["32px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".page-section"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"padding":["56px 0"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":1,"pseudoElement":0,"values":[".page-section-jumplink:target"],"specificity":{"max":20,"average":20}},"declarations":{"total":1,"unique":1,"properties":{"padding-top":["80px"]}}},{"value":"(min-width: 544px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-sm-top",".border-sm-right",".border-sm-bottom",".border-sm-left",".border-sm-top-0",".border-sm-right-0",".border-sm-bottom-0",".border-sm-left-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":8,"unique":8,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"]}}},{"value":"(min-width: 768px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-md-top",".border-md-right",".border-md-bottom",".border-md-left",".border-md-top-0",".border-md-right-0",".border-md-bottom-0",".border-md-left-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":8,"unique":8,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"]}}},{"value":"(min-width: 1012px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-lg-top",".border-lg-right",".border-lg-bottom",".border-lg-left",".border-lg-top-0",".border-lg-right-0",".border-lg-bottom-0",".border-lg-left-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":8,"unique":8,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"]}}},{"value":"(min-width: 1280px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-xl-top",".border-xl-right",".border-xl-bottom",".border-xl-left",".border-xl-top-0",".border-xl-right-0",".border-xl-bottom-0",".border-xl-left-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":8,"unique":8,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"]}}}]}}} \ No newline at end of file diff --git a/node_modules/primer-css/index.scss b/node_modules/primer-css/index.scss new file mode 100644 index 0000000..d317a11 --- /dev/null +++ b/node_modules/primer-css/index.scss @@ -0,0 +1,16 @@ +/*! + * Primer + * http://primercss.io + * + * Released under MIT license. Copyright 2015 GitHub, Inc. + */ + +// Primer master file +// +// Imports all Primer files in their intended order for easy mass-inclusion. +// Should you need specific files, you can easily use separate `@import`s. + +// Global requirements +@import "primer-core/index.scss"; +@import "primer-product/index.scss"; +@import "primer-marketing/index.scss"; diff --git a/node_modules/primer-css/package.json b/node_modules/primer-css/package.json new file mode 100644 index 0000000..0106f87 --- /dev/null +++ b/node_modules/primer-css/package.json @@ -0,0 +1,92 @@ +{ + "_from": "primer-css", + "_id": "primer-css@8.0.0", + "_inBundle": false, + "_integrity": "sha1-5XYtq/f62SXzCXi7vFiPO9Rmrl8=", + "_location": "/primer-css", + "_phantomChildren": {}, + "_requested": { + "type": "tag", + "registry": true, + "raw": "primer-css", + "name": "primer-css", + "escapedName": "primer-css", + "rawSpec": "", + "saveSpec": null, + "fetchSpec": "latest" + }, + "_requiredBy": [ + "#USER", + "/" + ], + "_resolved": "https://registry.npmjs.org/primer-css/-/primer-css-8.0.0.tgz", + "_shasum": "e5762dabf7fad925f30978bbbc588f3bd466ae5f", + "_spec": "primer-css", + "_where": "/Users/bkeepers/projects/probot/probot.github.io", + "author": { + "name": "GitHub, Inc." + }, + "bugs": { + "url": "https://github.com/primer/primer-css/issues" + }, + "bundleDependencies": false, + "dependencies": { + "primer-alerts": "^1.1.7", + "primer-avatars": "^1.0.1", + "primer-base": "^0.4.0", + "primer-blankslate": "^1.0.1", + "primer-box": "^2.1.7", + "primer-breadcrumb": "^1.0.1", + "primer-buttons": "^2.0.5", + "primer-cards": "^0.1.7", + "primer-core": "^5.0.1", + "primer-forms": "^1.0.12", + "primer-labels": "^1.1.5", + "primer-layout": "^1.0.4", + "primer-markdown": "^3.3.12", + "primer-marketing": "^5.0.1", + "primer-marketing-support": "^1.0.1", + "primer-marketing-type": "^1.0.1", + "primer-marketing-utilities": "^1.0.1", + "primer-navigation": "^1.0.5", + "primer-page-headers": "^1.0.1", + "primer-page-sections": "^1.0.1", + "primer-product": "^5.0.1", + "primer-support": "^4.0.6", + "primer-table-object": "^1.0.8", + "primer-tables": "^1.0.1", + "primer-tooltips": "^1.0.1", + "primer-truncate": "^1.0.1", + "primer-utilities": "^4.3.4" + }, + "deprecated": false, + "description": "Primer is the CSS framework that powers GitHub's front-end design. Primer-css includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via npm, so it's easy to include all or part of Primer within your own project.", + "devDependencies": { + "primer-module-build": "*" + }, + "files": [ + "index.scss", + "lib", + "build" + ], + "homepage": "http://primercss.io/", + "keywords": [ + "primer", + "css", + "github", + "primercss" + ], + "license": "MIT", + "name": "primer-css", + "repository": { + "type": "git", + "url": "https://github.com/primer/primer-css/tree/master/packages/primer-css" + }, + "scripts": { + "build": "primer-module-build index.scss", + "prepare": "npm run build", + "test": "npm run build" + }, + "style": "build/build.css", + "version": "8.0.0" +} diff --git a/node_modules/primer-forms/CHANGELOG.md b/node_modules/primer-forms/CHANGELOG.md new file mode 100644 index 0000000..b96fa3b --- /dev/null +++ b/node_modules/primer-forms/CHANGELOG.md @@ -0,0 +1,123 @@ +# v1.0.6 + + * Bump all the version numbers for readme - Mu-An Chiou [github/github@a9d152f](https://github.com/github/github/commit/a9d152f) + * Fix all the travis badge URL - Mu-An Chiou [github/github@9cd6d84](https://github.com/github/github/commit/9cd6d84) + +# v1.0.5 + + * @muan review on changelog and package.json - pifafu [github/github@96e78ad](https://github.com/github/github/commit/96e78ad) + +# v1.0.4 + + * Bump version again - Mu-An Chiou [github/github@026744a](https://github.com/github/github/commit/026744a) + +# v1.0.3 + + * update variables in forms and bump version - broccolini [github/github@bd52621](https://github.com/github/github/commit/bd52621) + +# v1.0.2 + + * update variable name and bump version - broccolini [github/github@2777e1e](https://github.com/github/github/commit/2777e1e) + * update border names in form group - broccolini [github/github@c5ed399](https://github.com/github/github/commit/c5ed399)2 + +# v1.0.1 + + +# v1.0.0 + + * remove unrelated changes - Mark Otto [github/github@40855c4](https://github.com/github/github/commit/40855c4) + * update primer-core version number - broccolini [github/github@6846743](https://github.com/github/github/commit/6846743) + * update form validation color variables - broccolini [github/github@c0ce84b](https://github.com/github/github/commit/c0ce84b) + * replace instances of #ddd with variable in primer-core - broccolini [github/github@4a95523](https://github.com/github/github/commit/4a95523) + * update border variable - broccolini [github/github@2fb7a3e](https://github.com/github/github/commit/2fb7a3e) + * update new repo colors - broccolini [github/github@40aeda5](https://github.com/github/github/commit/40aeda5) + * redo focus of comment styles - Mark Otto [github/github@3f1c99c](https://github.com/github/github/commit/3f1c99c) + * deprecate flash-text variable - broccolini [github/github@b2ae205](https://github.com/github/github/commit/b2ae205) + * replace light gray hex refs with new variable - broccolini [github/github@8d5acdc](https://github.com/github/github/commit/8d5acdc) + * update yellows everywhere - broccolini [github/github@eef13c9](https://github.com/github/github/commit/eef13c9) + +# v0.7.3 + + * Rev package number - Patrick Marsceill [github/github@a0ec34d](https://github.com/github/github/commit/a0ec34d) + * Add aria-live for accessability and update docs - Patrick Marsceill [github/github@913473c](https://github.com/github/github/commit/913473c) + * Make form-radio-details -> form-checkbox-details to match existing - Patrick Marsceill [github/github@5be1795](https://github.com/github/github/commit/5be1795) + +# v0.7.2 + + * update version numbers for primer package with bold update - broccolini [github/github@5d3e089](https://github.com/github/github/commit/5d3e089) + +# v0.7.1 + + * More versions - Jon Rohan [github/github@e12ba2e](https://github.com/github/github/commit/e12ba2e) + * Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651) + +# v0.7.0 + + * updating versions after running version script - broccolini [github/github@61b8c6f](https://github.com/github/github/commit/61b8c6f) + * Fix alignment of features box in repo settings - pifafu [github/github@499abb6](https://github.com/github/github/commit/499abb6) + * Add many label and ids and aria to form controls - Mu-An Chiou [github/github@9bcb1dc](https://github.com/github/github/commit/9bcb1dc) + +# v0.6.0 + + * Cutting new versions of primer modules - Jon Rohan [github/github@157f5ab](https://github.com/github/github/commit/157f5ab) + * Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a) + * Separating out modules into primer-core and primer-product - Jon Rohan [github/github@ddf698c](https://github.com/github/github/commit/ddf698c) + +# v0.5.0 + + * Updating version - Jon Rohan [github/github@6bf5fe5](https://github.com/github/github/commit/6bf5fe5) + * Updating link to real primer-css repository - Jon Rohan [github/github@bbaedda](https://github.com/github/github/commit/bbaedda) + * Updating the modules stylelint - Jon Rohan [github/github@389609f](https://github.com/github/github/commit/389609f) + * move over the form-checkbox input alignment change - Mark Otto [github/github@962e653](https://github.com/github/github/commit/962e653) + * revert these changes - Jon Rohan [github/github@5ad3478](https://github.com/github/github/commit/5ad3478) + * dropping some browser hacks - Jon Rohan [github/github@2969e8a](https://github.com/github/github/commit/2969e8a) + +# v0.4.0 + + * Bumping to a new version - Jon Rohan [github/github@ff32813](https://github.com/github/github/commit/ff32813) + * Make sure the modules build without error before publishing - Jon Rohan [github/github@57ac5e6](https://github.com/github/github/commit/57ac5e6) + * Rename spacer variables - Sophie Shepherd [github/github@e5ffa47](https://github.com/github/github/commit/e5ffa47) + * First part of genpopping all system font changes: remove typographic overrides for font-size, line-height, etc on global components - Mark Otto [github/github@6c50e2d](https://github.com/github/github/commit/6c50e2d) + * Adding documentation status to most of the modules - Jon Rohan [github/github@b97695c](https://github.com/github/github/commit/b97695c) + * update forms docs to include kitchen sink examples for testing - Mark Otto [github/github@80a7094](https://github.com/github/github/commit/80a7094) + +# v0.3.0 + + * Publishing a new version - Jon Rohan [github/github@eed0e96](https://github.com/github/github/commit/eed0e96) + * Updating octicons to deprecate the use of :symbol - Jon Rohan [github/github@9eb0c63](https://github.com/github/github/commit/9eb0c63) + * It should be on the desktop site - Pat Nakajima [github/github@5080f9d](https://github.com/github/github/commit/5080f9d) + * Adding link to homepage in readme docs - Jon Rohan [github/github@633f421](https://github.com/github/github/commit/633f421) + * Removing some unnecessary lint plugins and using native - Jon Rohan [github/github@2ae0070](https://github.com/github/github/commit/2ae0070) + * including no-utility lint plugin - Jon Rohan [github/github@5cb86ed](https://github.com/github/github/commit/5cb86ed) + * Adding lint plugins for new config - Jon Rohan [github/github@7fb9613](https://github.com/github/github/commit/7fb9613) + +# v0.2.2 + + * Mentioning the build file - Jon Rohan [github/github@64ca4a7](https://github.com/github/github/commit/64ca4a7) + * Including build/build.css in distributed npm module - Jon Rohan [github/github@e4effbf](https://github.com/github/github/commit/e4effbf) + * Updating modules to run on prepublish to include build.css in distribution - Jon Rohan [github/github@5b573a0](https://github.com/github/github/commit/5b573a0) + * Re-ordering the docs to the bottom of the readme - Jon Rohan [github/github@9c1f291](https://github.com/github/github/commit/9c1f291) + * Updating the link - Jon Rohan [github/github@f67684b](https://github.com/github/github/commit/f67684b) + +# v0.2.1 + + * Bumping version to include postcss.json in npm - Jon Rohan [github/github@9e560ba](https://github.com/github/github/commit/9e560ba) + * Using stylelint to lint the modules instead of scss_lint - Jon Rohan [github/github@cb0b8fd](https://github.com/github/github/commit/cb0b8fd) + * Updating for stylelint instead of scss_lint - Jon Rohan [github/github@87a2c68](https://github.com/github/github/commit/87a2c68) + +# v0.2.0 + + * Cutting new version 0.2.0 - Jon Rohan [github/github@a6f6586](https://github.com/github/github/commit/a6f6586) + * Don't link requirements - Jon Rohan [github/github@7740e81](https://github.com/github/github/commit/7740e81) + * Updating the README with more detailed instructions - Jon Rohan [github/github@5dd7c34](https://github.com/github/github/commit/5dd7c34) + * Reorganize the module folders into a more flexible organization - Jon Rohan [github/github@5a07101](https://github.com/github/github/commit/5a07101) + * cleaning up the package.json files - Jon Rohan [github/github@77763a1](https://github.com/github/github/commit/77763a1) + * Adding npm version badges to readme - Jon Rohan [github/github@90b1871](https://github.com/github/github/commit/90b1871) + * Adding tavisci build badges to the readmes - Jon Rohan [github/github@1a6126f](https://github.com/github/github/commit/1a6126f) + +# v0.1.0 + + * Updating support dependency versions - Jon Rohan [github/github@76d97ec](https://github.com/github/github/commit/76d97ec) + * Disable lint - Jon Rohan [github/github@877f9e7](https://github.com/github/github/commit/877f9e7) + * Adding form-validation from old modules in github/github - Jon Rohan [github/github@aa4fcbf](https://github.com/github/github/commit/aa4fcbf) + * Moving forms from primer/primer - Jon Rohan [github/github@edd4f62](https://github.com/github/github/commit/edd4f62) \ No newline at end of file diff --git a/node_modules/primer-forms/LICENSE b/node_modules/primer-forms/LICENSE new file mode 100644 index 0000000..5715c13 --- /dev/null +++ b/node_modules/primer-forms/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/primer-forms/README.md b/node_modules/primer-forms/README.md new file mode 100644 index 0000000..8ff8b15 --- /dev/null +++ b/node_modules/primer-forms/README.md @@ -0,0 +1,347 @@ +# Primer CSS Forms + +[![npm version](http://img.shields.io/npm/v/primer-forms.svg)](https://www.npmjs.org/package/primer-forms) +[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css) + +> Style individual form controls and utilize common layouts. + +This repository is a module of the full [primer-css][primer-css] repository. + +## Install + +This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-forms` with this command. + +``` +$ npm install --save primer-forms +``` + +## Usage + +The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. + +```scss +@import "primer-forms/index.scss"; +``` + +You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ + +## Build + +For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package. + +``` +$ npm run build +``` + +## Documentation + + + +Style individual form controls and utilize common layouts. + +- We reset several elements' default styles for cross browser consistency and easier manipulation later. This includes `
`s, WebKit validation bubbles, and most textual ``s. +- Specific types of textual ``s are styled automatically, but `.form-control` is available should you need it. +- Always declare a `type` on your ` + + + + +

+ +

+ + + + +

+``` + +#### Example form + +Form controls in Primer currently have no basic layout specified (this is by design). You'll need to use `
`s, `
`s, or other elements and styles to rearrange them. + +```html +
+ + + + + + + + + + + + +
+``` + +#### Form contrast + +Textual form controls have a white background by default. You can change this to a light gray with `.input-contrast`. + +```html +
+ + +
+``` + +#### Sizing + +Make inputs smaller, larger, or full-width with an additional class. + +##### Small + +```html +
+ +
+``` + +##### Large + +```html +
+ +
+``` + +##### Block + +```html +
+ +
+``` + +##### Hide webkit's contact info autofill icon +Webkit sometimes gets confused and tries to add an icon/dropdown to autofill contact information on fields that may not be appropriate (such as input for number of users). Use this class to override the display of this icon. + +```html +
+ +
+``` + +#### Selects + +Primer adds light `height` and `vertical-align` styles to ` + + + + + + + + + +``` + +##### Small + +Use the `.select-sm` class to resize both default and custom ` + + + + + + + + + + +``` + +#### Form groups + +```html +
+
+
+
+
+ +
+
+
+ +
+
+ +
+
+
+ +
+
+
+``` + +#### Form group validation + +Convey errors and warnings for form groups. Add the appropriate class—either `.errored` or `.warn`—to the `
` to start. Then, house your error messaging in an additional `
` with either `.error` or `.warning`. + +```html +
+
+
+
+
This example input has an error.
+
+
+
+
+
+
This example input has a warning.
+
+
+``` + +#### Checkboxes and radios + +Utilities to spice up the alignment and styling of checkbox and radio controls. + +```html +
+
+ +

+ This will do insanely awesome and amazing things! +

+
+
+``` + +You may also add emphasis to the label: + +```html +
+
+ +
+
+``` + +##### Show / hide content based on a checkbox or radio button state + +Content that is hidden by default should only be done so if it is non-essential for the context of the surrounding content. Be sure to use the `aria-live="polite"` attribute on the parent label for added content to be announced when displayed. + +```html +
+
+ +
+
+ +
+
+``` + +#### Input group + +Attached an input and button to one another. + +```html +
+
+ + + + +
+
+``` + +#### Form actions + +Align buttons to the right—via `float: right` on the buttons—in forms with `.form-actions`. The floats are automatically cleared for you. + +```html +
+ + +
+``` + + +## License + +[MIT](./LICENSE) © [GitHub](https://github.com/) + +[primer-css]: https://github.com/primer/primer +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/node_modules/primer-forms/build/build.css b/node_modules/primer-forms/build/build.css new file mode 100644 index 0000000..cffd43b --- /dev/null +++ b/node_modules/primer-forms/build/build.css @@ -0,0 +1 @@ +fieldset{padding:0;margin:0;border:0}label{font-weight:600}.form-control,.form-select{min-height:34px;padding:6px 8px;font-size:14px;line-height:20px;color:#24292e;vertical-align:middle;background-color:#fff;background-repeat:no-repeat;background-position:right 8px center;border:1px solid #d1d5da;border-radius:3px;outline:none;box-shadow:inset 0 1px 2px rgba(27,31,35,0.075)}.form-control.focus,.form-control:focus,.form-select.focus,.form-select:focus{border-color:#2188ff;outline:none;box-shadow:inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)}.input-contrast{background-color:#fafbfc}.input-contrast:focus{background-color:#fff}::-webkit-input-placeholder{color:#6a737d}:-ms-input-placeholder{color:#6a737d}::placeholder{color:#6a737d}.input-sm{min-height:28px;padding-top:3px;padding-bottom:3px;font-size:12px;line-height:20px}.input-lg{padding:4px 10px;font-size:16px}.input-block{display:block;width:100%}.input-monospace{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace}.input-hide-webkit-autofill::-webkit-contacts-auto-fill-button{position:absolute;right:0;display:none !important;pointer-events:none;visibility:hidden}.form-checkbox{padding-left:20px;margin:15px 0;vertical-align:middle}.form-checkbox label em.highlight{position:relative;left:-4px;padding:2px 4px;font-style:normal;background:#fffbdd;border-radius:3px}.form-checkbox input[type=checkbox],.form-checkbox input[type=radio]{float:left;margin:5px 0 0 -20px;vertical-align:middle}.form-checkbox .note{display:block;margin:0;font-size:12px;font-weight:normal;color:#586069}.form-checkbox-details{display:none}.form-checkbox-details-trigger:checked ~ * .form-checkbox-details,.form-checkbox-details-trigger:checked ~ .form-checkbox-details{display:block}.hfields{margin:15px 0}.hfields::before{display:table;content:""}.hfields::after{display:table;clear:both;content:""}.hfields .form-group{float:left;margin:0 30px 0 0}.hfields .form-group dt label{display:inline-block;margin:5px 0 0;color:#586069}.hfields .form-group dt img{position:relative;top:-2px}.hfields .btn{float:left;margin:28px 25px 0 -20px}.hfields .form-select{margin-top:5px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.form-actions::before{display:table;content:""}.form-actions::after{display:table;clear:both;content:""}.form-actions .btn{float:right}.form-actions .btn+.btn{margin-right:5px}.form-warning{padding:8px 10px;margin:10px 0;font-size:14px;color:#735c0f;background:#fffbdd;border:1px solid #d9d0a5;border-radius:3px}.form-warning p{margin:0;line-height:1.5}.form-warning a{font-weight:600}.form-select{display:inline-block;max-width:100%;height:34px;padding-right:24px;padding-right:8px \9;background:#fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat right 8px center;background-image:none \9;background-size:8px 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-select::-ms-expand{opacity:0}.form-select[multiple]{height:auto}.select-sm{height:28px;min-height:28px;padding-top:3px;padding-bottom:3px;font-size:12px}.select-sm[multiple]{height:auto;min-height:0}.form-group{margin:15px 0}.form-group .form-control{width:440px;max-width:100%;margin-right:5px;background-color:#fafbfc}.form-group .form-control:focus{background-color:#fff}.form-group .form-control.shorter{width:130px}.form-group .form-control.short{width:250px}.form-group .form-control.long{width:100%}.form-group textarea.form-control{width:100%;height:200px;min-height:200px}.form-group textarea.form-control.short{height:50px;min-height:50px}.form-group dt{margin:0 0 6px}.form-group label{position:relative}.form-group.flattened dt{float:left;margin:0;line-height:32px}.form-group.flattened dd{line-height:32px}.form-group dd h4{margin:4px 0 0}.form-group dd h4.is-error{color:#cb2431}.form-group dd h4.is-success{color:#28a745}.form-group dd h4+.note{margin-top:0}.form-group.required dt label::after{padding-left:5px;color:#cb2431;content:"*"}.form-group .success,.form-group .error,.form-group .indicator{display:none;font-size:12px;font-weight:600}.form-group.loading{opacity:0.5}.form-group.loading .indicator{display:inline}.form-group.loading .spinner{display:inline-block;vertical-align:middle}.form-group.successful .success{display:inline;color:#28a745}.form-group.warn .warning,.form-group.warn .error,.form-group.errored .warning,.form-group.errored .error{position:absolute;z-index:10;display:block;max-width:450px;padding:5px 8px;margin:4px 0 0;font-size:13px;font-weight:normal;border-style:solid;border-width:1px;border-radius:3px}.form-group.warn .warning::after,.form-group.warn .warning::before,.form-group.warn .error::after,.form-group.warn .error::before,.form-group.errored .warning::after,.form-group.errored .warning::before,.form-group.errored .error::after,.form-group.errored .error::before{position:absolute;bottom:100%;left:10px;z-index:15;width:0;height:0;pointer-events:none;content:" ";border:solid transparent}.form-group.warn .warning::after,.form-group.warn .error::after,.form-group.errored .warning::after,.form-group.errored .error::after{border-width:5px}.form-group.warn .warning::before,.form-group.warn .error::before,.form-group.errored .warning::before,.form-group.errored .error::before{margin-left:-1px;border-width:6px}.form-group.warn .warning{color:#735c0f;background-color:#fffbdd;border-color:#d9d0a5}.form-group.warn .warning::after{border-bottom-color:#fffbdd}.form-group.warn .warning::before{border-bottom-color:#d9d0a5}.form-group.errored label{color:#cb2431}.form-group.errored .error{color:#86181d;background-color:#ffdce0;border-color:#cea0a5}.form-group.errored .error::after{border-bottom-color:#ffdce0}.form-group.errored .error::before{border-bottom-color:#cea0a5}.note{min-height:17px;margin:4px 0 2px;font-size:12px;color:#586069}.note .spinner{margin-right:3px;vertical-align:middle}dl.form-group>dd .form-control.is-autocheck-loading,dl.form-group>dd .form-control.is-autocheck-successful,dl.form-group>dd .form-control.is-autocheck-errored{padding-right:30px}dl.form-group>dd .form-control.is-autocheck-loading{background-image:url("/images/spinners/octocat-spinner-16px.gif")}dl.form-group>dd .form-control.is-autocheck-successful{background-image:url("/images/modules/ajax/success.png")}dl.form-group>dd .form-control.is-autocheck-errored{background-image:url("/images/modules/ajax/error.png")}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){dl.form-group>dd .form-control.is-autocheck-loading,dl.form-group>dd .form-control.is-autocheck-successful,dl.form-group>dd .form-control.is-autocheck-errored{background-size:16px 16px}dl.form-group>dd .form-control.is-autocheck-loading{background-image:url("/images/spinners/octocat-spinner-32.gif")}dl.form-group>dd .form-control.is-autocheck-successful{background-image:url("/images/modules/ajax/success@2x.png")}dl.form-group>dd .form-control.is-autocheck-errored{background-image:url("/images/modules/ajax/error@2x.png")}}.form-cards{height:31px;margin:0 0 15px}.form-cards .card{float:left;width:47px;height:31px;text-indent:-9999px;background-image:url("/images/modules/pricing/credit-cards-@1x.png");background-position:0 0;opacity:0.6}.form-cards .card.visa{background-position:0 0}.form-cards .card.amex{background-position:-50px 0}.form-cards .card.mastercard{background-position:-100px 0}.form-cards .card.discover{background-position:-150px 0}.form-cards .card.jcb{background-position:-200px 0}.form-cards .card.dinersclub{background-position:-250px 0}.form-cards .card.enabled{opacity:1}.form-cards .card.disabled{opacity:0.2}.form-cards>.cards{margin:0}.form-cards>.cards>li{float:left;margin:0 4px 0 0;list-style-type:none}.form-cards>.cards>li.text{line-height:31px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.form-cards>.cards .card{background-image:url("/images/modules/pricing/credit-cards-@2x.png");background-size:300px 31px}}.status-indicator{display:inline-block;width:16px;height:16px;margin-left:5px}.status-indicator .octicon{display:none}.status-indicator-success::before{content:""}.status-indicator-success .octicon-check{display:inline-block;color:#28a745;fill:#28a745}.status-indicator-success .octicon-x{display:none}.status-indicator-failed::before{content:""}.status-indicator-failed .octicon-check{display:none}.status-indicator-failed .octicon-x{display:inline-block;color:#cb2431;fill:#d73a49}.status-indicator-loading{width:16px;background:url("/images/spinners/octocat-spinner-32-EAF2F5.gif") 0 0 no-repeat;background-size:16px}.inline-form{display:inline-block}.inline-form .btn-plain{background-color:transparent;border:0}.drag-and-drop{padding:7px 10px;margin:0;font-size:13px;line-height:16px;color:#586069;background-color:#fafbfc;border:1px solid #c3c8cf;border-top:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.drag-and-drop .default,.drag-and-drop .loading,.drag-and-drop .error{display:none}.drag-and-drop .error{color:#cb2431}.drag-and-drop img{vertical-align:top}.is-default .drag-and-drop .default{display:inline-block}.is-uploading .drag-and-drop .loading{display:inline-block}.is-bad-file .drag-and-drop .bad-file{display:inline-block}.is-duplicate-filename .drag-and-drop .duplicate-filename{display:inline-block}.is-too-big .drag-and-drop .too-big{display:inline-block}.is-hidden-file .drag-and-drop .hidden-file{display:inline-block}.is-empty .drag-and-drop .empty{display:inline-block}.is-bad-permissions .drag-and-drop .bad-permissions{display:inline-block}.is-repository-required .drag-and-drop .repository-required{display:inline-block}.drag-and-drop-error-info{font-weight:normal;color:#586069}.drag-and-drop-error-info a{color:#0366d6}.is-failed .drag-and-drop .failed-request{display:inline-block}.manual-file-chooser{position:absolute;width:240px;padding:5px;margin-left:-80px;cursor:pointer;opacity:0.0001}.manual-file-chooser:hover+.manual-file-chooser-text{text-decoration:underline}.btn .manual-file-chooser{top:0;padding:0;line-height:34px}.upload-enabled textarea{display:block;border-bottom:1px dashed #dfe2e5;border-bottom-right-radius:0;border-bottom-left-radius:0}.upload-enabled.focused{border-radius:3px;box-shadow:inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)}.upload-enabled.focused .form-control{box-shadow:none}.upload-enabled.focused .drag-and-drop{border-color:#4a9eff}.dragover textarea,.dragover .drag-and-drop{box-shadow:#c9ff00 0 0 3px}.write-content{position:relative}.previewable-comment-form{position:relative}.previewable-comment-form .tabnav{position:relative;padding:8px 8px 0}.previewable-comment-form .comment{border:1px solid #c3c8cf}.previewable-comment-form .comment-form-error{margin-bottom:8px}.previewable-comment-form .write-content,.previewable-comment-form .preview-content{display:none;margin:0 8px 8px}.previewable-comment-form.write-selected .write-content,.previewable-comment-form.preview-selected .preview-content{display:block}.previewable-comment-form textarea{display:block;width:100%;min-height:100px;max-height:500px;padding:8px;resize:vertical}.form-action-spacious{margin-top:10px}div.composer{margin-top:0;border:0}.composer .comment-form-textarea{height:200px;min-height:200px}.composer .tabnav{margin:0 0 10px}h2.account{margin:15px 0 0;font-size:18px;font-weight:normal;color:#586069}p.explain{position:relative;font-size:12px;color:#586069}p.explain strong{color:#24292e}p.explain .octicon{margin-right:5px;color:#959da5}p.explain .minibutton{top:-4px;float:right}.form-group label{position:static} diff --git a/node_modules/primer-forms/build/index.js b/node_modules/primer-forms/build/index.js new file mode 100644 index 0000000..91acf49 --- /dev/null +++ b/node_modules/primer-forms/build/index.js @@ -0,0 +1 @@ +module.exports = {"cssstats":{"size":12233,"gzipSize":3084,"humanizedSize":"12kB","humanizedGzipSize":"3kB","rules":{"total":151,"size":{"graph":[3,1,13,3,1,1,1,1,1,5,2,2,1,5,3,6,3,5,1,1,1,2,3,2,3,2,2,1,3,2,3,1,1,7,2,1,11,1,1,5,2,1,4,1,1,1,1,3,2,1,1,3,1,1,1,1,1,3,3,1,1,2,2,11,9,1,2,3,1,1,1,3,1,1,4,2,1,1,1,1,1,1,1,1,2,7,1,1,1,1,1,1,1,1,1,3,1,2,4,1,1,3,1,1,1,3,3,1,2,10,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,6,1,3,4,2,1,1,1,1,1,2,1,1,2,1,6,1,2,2,1,4,3,1,2,2,1],"max":13,"average":2.1390728476821192}},"selectors":{"total":185,"type":49,"class":178,"id":0,"pseudoClass":7,"pseudoElement":27,"values":["fieldset","label",".form-control",".form-select",".form-control.focus",".form-control:focus",".form-select.focus",".form-select:focus",".input-contrast",".input-contrast:focus","::-webkit-input-placeholder",":-ms-input-placeholder","::placeholder",".input-sm",".input-lg",".input-block",".input-monospace",".input-hide-webkit-autofill::-webkit-contacts-auto-fill-button",".form-checkbox",".form-checkbox label em.highlight",".form-checkbox input[type=checkbox]",".form-checkbox input[type=radio]",".form-checkbox .note",".form-checkbox-details",".form-checkbox-details-trigger:checked ~ * .form-checkbox-details",".form-checkbox-details-trigger:checked ~ .form-checkbox-details",".hfields",".hfields::before",".hfields::after",".hfields .form-group",".hfields .form-group dt label",".hfields .form-group dt img",".hfields .btn",".hfields .form-select","input::-webkit-outer-spin-button","input::-webkit-inner-spin-button",".form-actions::before",".form-actions::after",".form-actions .btn",".form-actions .btn+.btn",".form-warning",".form-warning p",".form-warning a",".form-select",".form-select::-ms-expand",".form-select[multiple]",".select-sm",".select-sm[multiple]",".form-group",".form-group .form-control",".form-group .form-control:focus",".form-group .form-control.shorter",".form-group .form-control.short",".form-group .form-control.long",".form-group textarea.form-control",".form-group textarea.form-control.short",".form-group dt",".form-group label",".form-group.flattened dt",".form-group.flattened dd",".form-group dd h4",".form-group dd h4.is-error",".form-group dd h4.is-success",".form-group dd h4+.note",".form-group.required dt label::after",".form-group .success",".form-group .error",".form-group .indicator",".form-group.loading",".form-group.loading .indicator",".form-group.loading .spinner",".form-group.successful .success",".form-group.warn .warning",".form-group.warn .error",".form-group.errored .warning",".form-group.errored .error",".form-group.warn .warning::after",".form-group.warn .warning::before",".form-group.warn .error::after",".form-group.warn .error::before",".form-group.errored .warning::after",".form-group.errored .warning::before",".form-group.errored .error::after",".form-group.errored .error::before",".form-group.warn .warning::after",".form-group.warn .error::after",".form-group.errored .warning::after",".form-group.errored .error::after",".form-group.warn .warning::before",".form-group.warn .error::before",".form-group.errored .warning::before",".form-group.errored .error::before",".form-group.warn .warning",".form-group.warn .warning::after",".form-group.warn .warning::before",".form-group.errored label",".form-group.errored .error",".form-group.errored .error::after",".form-group.errored .error::before",".note",".note .spinner","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored",".form-cards",".form-cards .card",".form-cards .card.visa",".form-cards .card.amex",".form-cards .card.mastercard",".form-cards .card.discover",".form-cards .card.jcb",".form-cards .card.dinersclub",".form-cards .card.enabled",".form-cards .card.disabled",".form-cards>.cards",".form-cards>.cards>li",".form-cards>.cards>li.text",".form-cards>.cards .card",".status-indicator",".status-indicator .octicon",".status-indicator-success::before",".status-indicator-success .octicon-check",".status-indicator-success .octicon-x",".status-indicator-failed::before",".status-indicator-failed .octicon-check",".status-indicator-failed .octicon-x",".status-indicator-loading",".inline-form",".inline-form .btn-plain",".drag-and-drop",".drag-and-drop .default",".drag-and-drop .loading",".drag-and-drop .error",".drag-and-drop .error",".drag-and-drop img",".is-default .drag-and-drop .default",".is-uploading .drag-and-drop .loading",".is-bad-file .drag-and-drop .bad-file",".is-duplicate-filename .drag-and-drop .duplicate-filename",".is-too-big .drag-and-drop .too-big",".is-hidden-file .drag-and-drop .hidden-file",".is-empty .drag-and-drop .empty",".is-bad-permissions .drag-and-drop .bad-permissions",".is-repository-required .drag-and-drop .repository-required",".drag-and-drop-error-info",".drag-and-drop-error-info a",".is-failed .drag-and-drop .failed-request",".manual-file-chooser",".manual-file-chooser:hover+.manual-file-chooser-text",".btn .manual-file-chooser",".upload-enabled textarea",".upload-enabled.focused",".upload-enabled.focused .form-control",".upload-enabled.focused .drag-and-drop",".dragover textarea",".dragover .drag-and-drop",".write-content",".previewable-comment-form",".previewable-comment-form .tabnav",".previewable-comment-form .comment",".previewable-comment-form .comment-form-error",".previewable-comment-form .write-content",".previewable-comment-form .preview-content",".previewable-comment-form.write-selected .write-content",".previewable-comment-form.preview-selected .preview-content",".previewable-comment-form textarea",".form-action-spacious","div.composer",".composer .comment-form-textarea",".composer .tabnav","h2.account","p.explain","p.explain strong","p.explain .octicon","p.explain .minibutton",".form-group label"],"specificity":{"max":32,"average":21.25945945945946}},"declarations":{"total":323,"unique":192,"properties":{"padding":["0","6px 8px","4px 10px","2px 4px","8px 10px","5px 8px","7px 10px","5px","0","8px 8px 0","8px"],"margin":["0","15px 0","5px 0 0 -20px","0","15px 0","0 30px 0 0","5px 0 0","28px 25px 0 -20px","0","10px 0","0","15px 0","0 0 6px","0","4px 0 0","4px 0 0","4px 0 2px","0 0 15px","0","0 4px 0 0","0","0 8px 8px","0 0 10px","15px 0 0"],"border":["0","1px solid #d1d5da","1px solid #d9d0a5","solid transparent","0","1px solid #c3c8cf","1px solid #c3c8cf","0"],"font-weight":["600","normal","600","600","normal","normal","normal"],"min-height":["34px","28px","28px","0","200px","50px","17px","100px","200px"],"font-size":["14px","12px","16px","12px","14px","12px","12px","13px","12px","13px","18px","12px"],"line-height":["20px","20px","1.5","32px","32px","31px","16px","34px"],"color":["#24292e","#6a737d","#6a737d","#6a737d","#586069","#586069","#735c0f","#cb2431","#28a745","#cb2431","#28a745","#735c0f","#cb2431","#86181d","#586069","#28a745","#cb2431","#586069","#cb2431","#586069","#0366d6","#586069","#586069","#24292e","#959da5"],"vertical-align":["middle","middle","middle","middle","middle","top"],"background-color":["#fff","#fafbfc","#fff","#fafbfc","#fff","#fffbdd","#ffdce0","transparent","#fafbfc"],"background-repeat":["no-repeat"],"background-position":["right 8px center","0 0","0 0","-50px 0","-100px 0","-150px 0","-200px 0","-250px 0"],"border-radius":["3px","3px","3px","3px","3px"],"outline":["none","none"],"box-shadow":["inset 0 1px 2px rgba(27,31,35,0.075)","inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)","inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)","none","#c9ff00 0 0 3px"],"border-color":["#2188ff","#d9d0a5","#cea0a5","#4a9eff"],"padding-top":["3px","3px"],"padding-bottom":["3px","3px"],"display":["block","none","block","none","block","table","table","inline-block","table","table","inline-block","none","inline","inline-block","inline","block","inline-block","none","inline-block","none","none","inline-block","inline-block","none","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","block","none","block","block"],"width":["100%","440px","130px","250px","100%","100%","0","47px","16px","16px","240px","100%"],"font-family":["\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace"],"position":["absolute","relative","relative","relative","absolute","absolute","absolute","relative","relative","relative","relative","static"],"right":["0"],"pointer-events":["none","none"],"visibility":["hidden"],"padding-left":["20px","5px"],"left":["-4px","10px"],"font-style":["normal"],"background":["#fffbdd","#fffbdd","#fff url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC\") no-repeat right 8px center","url(\"/images/spinners/octocat-spinner-32-EAF2F5.gif\") 0 0 no-repeat"],"float":["left","left","left","right","left","left","left","right"],"content":["\"\"","\"\"","\"\"","\"\"","\"*\"","\" \"","\"\"","\"\""],"clear":["both","both"],"top":["-2px","0","-4px"],"margin-top":["5px","0","10px","0"],"-webkit-appearance":["none","none"],"appearance":["none","none"],"margin-right":["5px","5px","3px","5px"],"max-width":["100%","100%","450px"],"height":["34px","auto","28px","auto","200px","50px","0","31px","31px","16px","200px"],"padding-right":["24px","8px \\9","30px"],"background-image":["none \\9","url(\"/images/spinners/octocat-spinner-16px.gif\")","url(\"/images/modules/ajax/success.png\")","url(\"/images/modules/ajax/error.png\")","url(\"/images/spinners/octocat-spinner-32.gif\")","url(\"/images/modules/ajax/success@2x.png\")","url(\"/images/modules/ajax/error@2x.png\")","url(\"/images/modules/pricing/credit-cards-@1x.png\")","url(\"/images/modules/pricing/credit-cards-@2x.png\")"],"background-size":["8px 10px","16px 16px","300px 31px","16px"],"-moz-appearance":["none"],"opacity":["0","0.5","0.6","1","0.2","0.0001"],"z-index":["10","15"],"border-style":["solid"],"border-width":["1px","5px","6px"],"bottom":["100%"],"margin-left":["-1px","5px","-80px"],"border-bottom-color":["#fffbdd","#d9d0a5","#ffdce0","#cea0a5"],"text-indent":["-9999px"],"list-style-type":["none"],"fill":["#28a745","#d73a49"],"border-top":["0"],"border-bottom-right-radius":["3px","0"],"border-bottom-left-radius":["3px","0"],"cursor":["pointer"],"text-decoration":["underline"],"border-bottom":["1px dashed #dfe2e5"],"margin-bottom":["8px"],"max-height":["500px"],"resize":["vertical"]}},"mediaQueries":{"total":2,"unique":1,"values":["only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)","only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)"],"contents":[{"value":"only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)","rules":{"total":4,"size":{"graph":[1,1,1,1],"max":1,"average":1}},"selectors":{"total":6,"type":6,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":["dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored"],"specificity":{"max":32,"average":32}},"declarations":{"total":4,"unique":4,"properties":{"background-size":["16px 16px"],"background-image":["url(\"/images/spinners/octocat-spinner-32.gif\")","url(\"/images/modules/ajax/success@2x.png\")","url(\"/images/modules/ajax/error@2x.png\")"]}}},{"value":"only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".form-cards>.cards .card"],"specificity":{"max":30,"average":30}},"declarations":{"total":2,"unique":2,"properties":{"background-image":["url(\"/images/modules/pricing/credit-cards-@2x.png\")"],"background-size":["300px 31px"]}}}]}}} \ No newline at end of file diff --git a/node_modules/primer-forms/index.scss b/node_modules/primer-forms/index.scss new file mode 100644 index 0000000..5406748 --- /dev/null +++ b/node_modules/primer-forms/index.scss @@ -0,0 +1,5 @@ +@import "primer-support/index.scss"; +@import "./lib/form-control.scss"; +@import "./lib/form-select.scss"; +@import "./lib/form-group.scss"; +@import "./lib/form-validation.scss"; diff --git a/node_modules/primer-forms/lib/form-control.scss b/node_modules/primer-forms/lib/form-control.scss new file mode 100644 index 0000000..ee1a71a --- /dev/null +++ b/node_modules/primer-forms/lib/form-control.scss @@ -0,0 +1,211 @@ +// Needs refactoring +// stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors +// stylelint-disable selector-no-type +// Base form controls +// +// Overrides for common inputs for easier styling. + +fieldset { + padding: 0; + margin: 0; + border: 0; +} + +label { + font-weight: $font-weight-bold; +} + +.form-control, +.form-select { + min-height: 34px; + padding: 6px 8px; + font-size: $body-font-size; + line-height: 20px; + color: $text-gray-dark; + vertical-align: middle; + background-color: $bg-white; + background-repeat: no-repeat; // Repeat and position set for form states (success, error, etc) + background-position: right 8px center; // For form validation. This keeps images 8px from right and centered vertically. + border: 1px solid $border-gray-dark; + border-radius: 3px; + outline: none; + box-shadow: $form-control-shadow; + + &.focus, + &:focus { + border-color: $blue-400; + outline: none; + box-shadow: $form-control-shadow, $btn-input-focus-shadow; + } +} + +// Inputs with contrast for easy light gray backgrounds against white. +.input-contrast { + background-color: $bg-gray-light; + + &:focus { background-color: $bg-white; } +} + +// Custom styling for HTML5 validation bubbles (WebKit only) +::placeholder { + color: $text-gray-light; +} + +// Mini inputs, to match .minibutton +.input-sm { + min-height: 28px; + padding-top: 3px; + padding-bottom: 3px; + font-size: $font-size-small; + line-height: 20px; +} + +// Large inputs +.input-lg { + padding: 4px 10px; + font-size: 16px; +} + +// Full-width inputs +.input-block { + display: block; + width: 100%; +} + +// Inputs with monospace text +.input-monospace { + font-family: $mono-font; +} + +// Hide the icon that tries to autofill contact info in webkit +.input-hide-webkit-autofill { + &::-webkit-contacts-auto-fill-button { + position: absolute; + right: 0; + display: none !important; + pointer-events: none; + visibility: hidden; + } +} + +// Checkboxes and Radiobuttons +// +// For checkboxes and radio button selections. +.form-checkbox { + padding-left: 20px; + margin: 15px 0; + vertical-align: middle; + + label { + em.highlight { + position: relative; + left: -4px; + padding: 2px 4px; + font-style: normal; + background: $yellow-100; + border-radius: 3px; + } + } + + input[type=checkbox], + input[type=radio] { + float: left; + margin: 5px 0 0 -20px; + vertical-align: middle; + } + + .note { + display: block; + margin: 0; + font-size: 12px; + font-weight: normal; + color: $gray-600; + } +} + +.form-checkbox-details { + display: none; +} + +.form-checkbox-details-trigger { + &:checked { + ~ * .form-checkbox-details, // child of sibling + ~ .form-checkbox-details { // or sibling + display: block; + } + } +} + +// Field groups +// +// Wrap field groups in `` to lay them out horizontally - great for +// the top of pages with autosave. +.hfields { + margin: 15px 0; + @include clearfix; + + .form-group { + float: left; + margin: 0 30px 0 0; + + dt { + label { + display: inline-block; + margin: 5px 0 0; + color: $gray-600; + } + + img { + position: relative; + top: -2px; + } + } + } + + .btn { + float: left; + margin: 28px 25px 0 -20px; + } + + .form-select { margin-top: 5px; } +} + +// Hide the up/down buttons in in the login form, the +// input is used for two-factor auth codes, type="number" makes it more usable +// on phones +input::-webkit-outer-spin-button, +input::-webkit-inner-spin-button { + margin: 0; + appearance: none; +} + +// Input groups + +.form-actions { + @include clearfix; + + .btn { + float: right; + + + .btn { + margin-right: 5px; + } + } +} + +.form-warning { + padding: 8px 10px; + margin: 10px 0; + font-size: 14px; + color: $yellow-900; + background: $yellow-100; + border: 1px solid $border-yellow; + border-radius: 3px; + + p { + margin: 0; + line-height: 1.5; + } + + a { font-weight: $font-weight-bold; } +} diff --git a/node_modules/primer-forms/lib/form-group.scss b/node_modules/primer-forms/lib/form-group.scss new file mode 100644 index 0000000..b37bbb2 --- /dev/null +++ b/node_modules/primer-forms/lib/form-group.scss @@ -0,0 +1,215 @@ +// Form groups +// +// Typical form groups - `` with a `
` containing the label and +// `
containing the form elements. +// stylelint-disable selector-max-compound-selectors +// stylelint-disable selector-no-type +.form-group { + margin: 15px 0; + + // Text fields + .form-control { + width: 440px; + max-width: 100%; + margin-right: 5px; + background-color: $bg-gray-light; + + &:focus { + background-color: $bg-white; + } + + &.shorter { width: 130px; } + + &.short { width: 250px; } + + &.long { width: 100%; } + } + + // Textarea + // stylelint-disable selector-no-qualifying-type + textarea.form-control { + width: 100%; + height: 200px; + min-height: 200px; + + &.short { + height: 50px; + min-height: 50px; + } + } + // stylelint-enable selector-no-qualifying-type + + // The Label + dt { + margin: 0 0 6px; + } + + label { + position: relative; + } + + &.flattened dt { + float: left; + margin: 0; + line-height: 32px; + } + + &.flattened dd { + line-height: 32px; + } + + // + // Form Elements + // + // stylelint-disable selector-no-qualifying-type + dd { + h4 { + margin: 4px 0 0; + + &.is-error { color: $text-red; } + + &.is-success { color: $text-green; } + + + .note { + margin-top: 0; + } + } + } + // stylelint-enable selector-no-qualifying-type + + // + // Variants + // + + &.required { + dt label::after { + padding-left: 5px; + color: $text-red; + content: "*"; + } + } + + // Form AJAX states + // + // Form fields that need feedback for AJAX loading, success + // states and errored states. + .success, + .error, + .indicator { + display: none; + font-size: 12px; + font-weight: $font-weight-bold; + } + + &.loading { + opacity: 0.5; + + .indicator { + display: inline; + } + + .spinner { + display: inline-block; + vertical-align: middle; + } + } + + &.successful { + .success { + display: inline; + color: $text-green; + } + } + + // Form validation + // + // Our inline errors + + &.warn, + &.errored { + .warning, + .error { + position: absolute; + z-index: 10; + display: block; // Show up in errored/warn state + max-width: 450px; // Keep our long errors readable + padding: 5px 8px; + margin: $spacer-1 0 0; + font-size: 13px; + font-weight: normal; + border-style: solid; + border-width: 1px; + border-radius: 3px; + + &::after, + &::before { + position: absolute; + bottom: 100%; + left: 10px; + z-index: 15; + width: 0; + height: 0; + pointer-events: none; + content: " "; + border: solid transparent; + } + + &::after { + border-width: 5px; + } + + &::before { + margin-left: -1px; + border-width: 6px; + } + } + } + + &.warn { + .warning { + color: $yellow-900; + background-color: $yellow-100; + border-color: $border-yellow; + + &::after { + border-bottom-color: $yellow-100; + } + + &::before { + border-bottom-color: $border-yellow; + } + } + } + + &.errored { + label { + color: $text-red; + } + + .error { + color: $red-900; + background-color: $bg-red-light; + border-color: $border-red-light; + + &::after { + border-bottom-color: $bg-red-light; + } + + &::before { + border-bottom-color: $border-red-light; + } + } + } +} + +.note { + min-height: 17px; + margin: 4px 0 2px; + font-size: 12px; + color: $text-gray; + + .spinner { + margin-right: 3px; + vertical-align: middle; + } +} diff --git a/node_modules/primer-forms/lib/form-select.scss b/node_modules/primer-forms/lib/form-select.scss new file mode 100644 index 0000000..2f43d8d --- /dev/null +++ b/node_modules/primer-forms/lib/form-select.scss @@ -0,0 +1,38 @@ +// Custom select +// +// Apply `.select` to any ` + <%= octicon "search", :class => "subnav-search-icon" %> +
+ +``` + + +You can also use a `subnav-search-context` to display search help in a select menu. + +```html + +``` + + +## License + +[MIT](./LICENSE) © [GitHub](https://github.com/) + +[primer-css]: https://github.com/primer/primer +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/node_modules/primer-navigation/build/build.css b/node_modules/primer-navigation/build/build.css new file mode 100644 index 0000000..4b93959 --- /dev/null +++ b/node_modules/primer-navigation/build/build.css @@ -0,0 +1 @@ +.menu{margin-bottom:15px;list-style:none;background-color:#fff;border:1px solid #d1d5da;border-radius:3px}.menu-item{position:relative;display:block;padding:8px 10px;border-bottom:1px solid #e1e4e8}.menu-item:first-child{border-top:0;border-top-left-radius:2px;border-top-right-radius:2px}.menu-item:first-child::before{border-top-left-radius:2px}.menu-item:last-child{border-bottom:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.menu-item:last-child::before{border-bottom-left-radius:2px}.menu-item:hover{text-decoration:none;background-color:#f6f8fa}.menu-item.selected{font-weight:600;color:#24292e;cursor:default;background-color:#fff}.menu-item.selected::before{position:absolute;top:0;bottom:0;left:0;width:2px;content:"";background-color:#e36209}.menu-item .octicon{width:16px;margin-right:5px;color:#24292e;text-align:center}.menu-item .Counter{float:right;margin-left:5px}.menu-item .menu-warning{float:right;color:#86181d}.menu-item .avatar{float:left;margin-right:5px}.menu-item.alert .Counter{color:#cb2431}.menu-heading{display:block;padding:8px 10px;margin-top:0;margin-bottom:0;font-size:13px;font-weight:600;line-height:20px;color:#586069;background-color:#f3f5f8;border-bottom:1px solid #e1e4e8}.menu-heading:hover{text-decoration:none}.menu-heading:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.menu-heading:last-child{border-bottom:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.tabnav{margin-top:0;margin-bottom:15px;border-bottom:1px solid #d1d5da}.tabnav .Counter{margin-left:5px}.tabnav-tabs{margin-bottom:-1px}.tabnav-tab{display:inline-block;padding:8px 12px;font-size:14px;line-height:20px;color:#586069;text-decoration:none;background-color:transparent;border:1px solid transparent;border-bottom:0}.tabnav-tab.selected{color:#24292e;background-color:#fff;border-color:#d1d5da;border-radius:3px 3px 0 0}.tabnav-tab:hover,.tabnav-tab:focus{color:#24292e;text-decoration:none}.tabnav-extra{display:inline-block;padding-top:10px;margin-left:10px;font-size:12px;color:#586069}.tabnav-extra>.octicon{margin-right:2px}a.tabnav-extra:hover{color:#0366d6;text-decoration:none}.tabnav-btn{margin-left:10px}.filter-list{list-style-type:none}.filter-list.small .filter-item{padding:4px 10px;margin:0 0 2px;font-size:12px}.filter-list.pjax-active .filter-item{color:#586069;background-color:transparent}.filter-list.pjax-active .filter-item.pjax-active{color:#fff;background-color:#0366d6}.filter-item{position:relative;display:block;padding:8px 10px;margin-bottom:5px;overflow:hidden;font-size:14px;color:#586069;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;border-radius:3px}.filter-item:hover{text-decoration:none;background-color:#eaecef}.filter-item.selected{color:#fff;background-color:#0366d6}.filter-item .count{float:right;font-weight:600}.filter-item .bar{position:absolute;top:2px;right:0;bottom:2px;z-index:-1;display:inline-block;background-color:#eff3f6}.subnav{margin-bottom:20px}.subnav::before{display:table;content:""}.subnav::after{display:table;clear:both;content:""}.subnav-bordered{padding-bottom:20px;border-bottom:1px solid #eaecef}.subnav-flush{margin-bottom:0}.subnav-item{position:relative;float:left;padding:6px 14px;font-weight:600;line-height:20px;color:#586069;border:1px solid #e1e4e8}.subnav-item+.subnav-item{margin-left:-1px}.subnav-item:hover,.subnav-item:focus{text-decoration:none;background-color:#f6f8fa}.subnav-item.selected,.subnav-item.selected:hover,.subnav-item.selected:focus{z-index:2;color:#fff;background-color:#0366d6;border-color:#0366d6}.subnav-item:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.subnav-item:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.subnav-search{position:relative;margin-left:10px}.subnav-search-input{width:320px;padding-left:30px;color:#586069}.subnav-search-input-wide{width:500px}.subnav-search-icon{position:absolute;top:9px;left:8px;display:block;color:#c6cbd1;text-align:center;pointer-events:none}.subnav-search-context .btn{color:#444d56;border-top-right-radius:0;border-bottom-right-radius:0}.subnav-search-context .btn:hover,.subnav-search-context .btn:focus,.subnav-search-context .btn:active,.subnav-search-context .btn.selected{z-index:2}.subnav-search-context+.subnav-search{margin-left:-1px}.subnav-search-context+.subnav-search .subnav-search-input{border-top-left-radius:0;border-bottom-left-radius:0}.subnav-search-context .select-menu-modal-holder{z-index:30}.subnav-search-context .select-menu-modal{width:220px}.subnav-search-context .select-menu-item-icon{color:inherit}.subnav-spacer-right{padding-right:10px} diff --git a/node_modules/primer-navigation/build/index.js b/node_modules/primer-navigation/build/index.js new file mode 100644 index 0000000..5448832 --- /dev/null +++ b/node_modules/primer-navigation/build/index.js @@ -0,0 +1 @@ +module.exports = {"cssstats":{"size":4660,"gzipSize":1179,"humanizedSize":"5kB","humanizedGzipSize":"1kB","rules":{"total":60,"size":{"graph":[5,4,3,1,3,1,2,4,7,4,2,2,2,1,10,1,2,3,3,1,1,9,4,2,5,1,2,1,1,3,2,2,12,2,2,2,7,1,2,3,2,1,7,1,2,4,2,2,2,3,1,7,3,1,1,2,1,1,1,1],"max":12,"average":2.8333333333333335}},"selectors":{"total":67,"type":1,"class":67,"id":0,"pseudoClass":21,"pseudoElement":5,"values":[".menu",".menu-item",".menu-item:first-child",".menu-item:first-child::before",".menu-item:last-child",".menu-item:last-child::before",".menu-item:hover",".menu-item.selected",".menu-item.selected::before",".menu-item .octicon",".menu-item .Counter",".menu-item .menu-warning",".menu-item .avatar",".menu-item.alert .Counter",".menu-heading",".menu-heading:hover",".menu-heading:first-child",".menu-heading:last-child",".tabnav",".tabnav .Counter",".tabnav-tabs",".tabnav-tab",".tabnav-tab.selected",".tabnav-tab:hover",".tabnav-tab:focus",".tabnav-extra",".tabnav-extra>.octicon","a.tabnav-extra:hover",".tabnav-btn",".filter-list",".filter-list.small .filter-item",".filter-list.pjax-active .filter-item",".filter-list.pjax-active .filter-item.pjax-active",".filter-item",".filter-item:hover",".filter-item.selected",".filter-item .count",".filter-item .bar",".subnav",".subnav::before",".subnav::after",".subnav-bordered",".subnav-flush",".subnav-item",".subnav-item+.subnav-item",".subnav-item:hover",".subnav-item:focus",".subnav-item.selected",".subnav-item.selected:hover",".subnav-item.selected:focus",".subnav-item:first-child",".subnav-item:last-child",".subnav-search",".subnav-search-input",".subnav-search-input-wide",".subnav-search-icon",".subnav-search-context .btn",".subnav-search-context .btn:hover",".subnav-search-context .btn:focus",".subnav-search-context .btn:active",".subnav-search-context .btn.selected",".subnav-search-context+.subnav-search",".subnav-search-context+.subnav-search .subnav-search-input",".subnav-search-context .select-menu-modal-holder",".subnav-search-context .select-menu-modal",".subnav-search-context .select-menu-item-icon",".subnav-spacer-right"],"specificity":{"max":40,"average":18.746268656716417}},"declarations":{"total":170,"unique":101,"properties":{"margin-bottom":["15px","0","15px","-1px","5px","20px","0"],"list-style":["none"],"background-color":["#fff","#f6f8fa","#fff","#e36209","#f3f5f8","transparent","#fff","transparent","#0366d6","#eaecef","#0366d6","#eff3f6","#f6f8fa","#0366d6"],"border":["1px solid #d1d5da","1px solid transparent","1px solid #e1e4e8"],"border-radius":["3px","3px 3px 0 0","3px"],"position":["relative","absolute","relative","absolute","relative","relative","absolute"],"display":["block","block","inline-block","inline-block","block","inline-block","table","table","block"],"padding":["8px 10px","8px 10px","8px 12px","4px 10px","8px 10px","6px 14px"],"border-bottom":["1px solid #e1e4e8","0","1px solid #e1e4e8","0","1px solid #d1d5da","0","1px solid #eaecef"],"border-top":["0"],"border-top-left-radius":["2px","2px","2px","3px","0"],"border-top-right-radius":["2px","2px","3px","0"],"border-bottom-right-radius":["2px","2px","3px","0"],"border-bottom-left-radius":["2px","2px","2px","3px","0"],"text-decoration":["none","none","none","none","none","none","none","none"],"font-weight":["600","600","600","600"],"color":["#24292e","#24292e","#86181d","#cb2431","#586069","#586069","#24292e","#24292e","#586069","#0366d6","#586069","#fff","#586069","#fff","#586069","#fff","#586069","#c6cbd1","#444d56","inherit"],"cursor":["default","pointer"],"top":["0","2px","9px"],"bottom":["0","2px"],"left":["0","8px"],"width":["2px","16px","320px","500px","220px"],"content":["\"\"","\"\"","\"\""],"margin-right":["5px","5px","2px"],"text-align":["center","center"],"float":["right","right","left","right","left"],"margin-left":["5px","5px","10px","10px","-1px","10px","-1px"],"margin-top":["0","0"],"font-size":["13px","14px","12px","12px","14px"],"line-height":["20px","20px","20px"],"border-color":["#d1d5da","#0366d6"],"padding-top":["10px"],"list-style-type":["none"],"margin":["0 0 2px"],"overflow":["hidden"],"text-overflow":["ellipsis"],"white-space":["nowrap"],"right":["0"],"z-index":["-1","2","2","30"],"clear":["both"],"padding-bottom":["20px"],"padding-left":["30px"],"pointer-events":["none"],"padding-right":["10px"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}} \ No newline at end of file diff --git a/node_modules/primer-navigation/index.scss b/node_modules/primer-navigation/index.scss new file mode 100644 index 0000000..7f9db61 --- /dev/null +++ b/node_modules/primer-navigation/index.scss @@ -0,0 +1,6 @@ +@import "primer-support/index.scss"; +// Navigation +@import "./lib/menu.scss"; +@import "./lib/tabnav.scss"; +@import "./lib/filter-list.scss"; +@import "./lib/subnav.scss"; diff --git a/node_modules/primer-navigation/lib/filter-list.scss b/node_modules/primer-navigation/lib/filter-list.scss new file mode 100644 index 0000000..6bdb8b1 --- /dev/null +++ b/node_modules/primer-navigation/lib/filter-list.scss @@ -0,0 +1,62 @@ +// Filters list +// +// A vertical list of filters. +.filter-list { + list-style-type: none; + + &.small .filter-item { + padding: 4px 10px; + margin: 0 0 2px; + font-size: 12px; + } + + &.pjax-active .filter-item { + color: $text-gray; + background-color: transparent; + + &.pjax-active { + color: $text-white; + background-color: $bg-blue; + } + } +} + +.filter-item { + position: relative; + display: block; + padding: 8px 10px; + margin-bottom: 5px; + overflow: hidden; + font-size: 14px; + color: $text-gray; + text-decoration: none; + text-overflow: ellipsis; + white-space: nowrap; + cursor: pointer; + border-radius: 3px; + + &:hover { + text-decoration: none; + background-color: lighten($gray-200, 3%); + } + + &.selected { + color: $text-white; + background-color: $bg-blue; + } + + .count { + float: right; + font-weight: $font-weight-bold; + } + + .bar { + position: absolute; + top: 2px; + right: 0; + bottom: 2px; + z-index: -1; + display: inline-block; + background-color: darken($gray-100, 2%); + } +} diff --git a/node_modules/primer-navigation/lib/menu.scss b/node_modules/primer-navigation/lib/menu.scss new file mode 100644 index 0000000..c0e7e8d --- /dev/null +++ b/node_modules/primer-navigation/lib/menu.scss @@ -0,0 +1,112 @@ +// Side menu +// +// A menu on the side of a page, defaults to left side. e.g. github.com/about + +.menu { + margin-bottom: 15px; + list-style: none; + background-color: $bg-white; + border: 1px solid $gray-300; + border-radius: 3px; +} + +.menu-item { + position: relative; + display: block; + padding: 8px 10px; + border-bottom: 1px solid $gray-200; + + &:first-child { + border-top: 0; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + + &::before { border-top-left-radius: 2px; } + } + + &:last-child { + border-bottom: 0; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; + + &::before { border-bottom-left-radius: 2px; } + } + + &:hover { + text-decoration: none; + background-color: $gray-100; + } + + &.selected { + font-weight: $font-weight-bold; + color: $text-gray-dark; + cursor: default; + background-color: $bg-white; + + &::before { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 2px; + content: ""; + background-color: $orange-600; + } + } + + .octicon { + width: 16px; + margin-right: 5px; + color: $text-gray-dark; + text-align: center; + } + + .Counter { + float: right; + margin-left: 5px; + } + + .menu-warning { + float: right; + color: $red-900; + } + + .avatar { + float: left; + margin-right: 5px; + } + + &.alert { + .Counter { + color: $text-red; + } + } +} + +.menu-heading { + display: block; + padding: 8px 10px; + margin-top: 0; + margin-bottom: 0; + font-size: 13px; + font-weight: $font-weight-bold; + line-height: 20px; + color: $gray-600; + background-color: darken($gray-100, 1%); + border-bottom: 1px solid $gray-200; + + &:hover { + text-decoration: none; + } + + &:first-child { + border-top-left-radius: 2px; + border-top-right-radius: 2px; + } + + &:last-child { + border-bottom: 0; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; + } +} diff --git a/node_modules/primer-navigation/lib/subnav.scss b/node_modules/primer-navigation/lib/subnav.scss new file mode 100644 index 0000000..bf52588 --- /dev/null +++ b/node_modules/primer-navigation/lib/subnav.scss @@ -0,0 +1,120 @@ +// Needs refactoring +// Sub nav +.subnav { + margin-bottom: 20px; + + @include clearfix(); +} + +.subnav-bordered { + padding-bottom: 20px; + border-bottom: 1px solid lighten($gray-200, 3%); +} + +.subnav-flush { + margin-bottom: 0; +} + +.subnav-item { + position: relative; + float: left; + padding: 6px 14px; + font-weight: $font-weight-bold; + line-height: 20px; + color: $gray-600; + border: 1px solid $gray-200; + + + .subnav-item { + margin-left: -1px; + } + + &:hover, + &:focus { + text-decoration: none; + background-color: $gray-100; + } + + &.selected, + &.selected:hover, + &.selected:focus { + z-index: 2; + color: $text-white; + background-color: $bg-blue; + border-color: $blue; + } + + &:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + } + + &:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + } +} + +.subnav-search { + position: relative; + margin-left: 10px; +} + +.subnav-search-input { + width: 320px; + padding-left: 30px; + color: $text-gray; +} + +.subnav-search-input-wide { + width: 500px; +} + +.subnav-search-icon { + position: absolute; + top: 9px; + left: 8px; + display: block; + color: darken($gray-300, 4%); + text-align: center; + pointer-events: none; +} + +.subnav-search-context { + .btn { + color: $gray-700; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + + &:hover, + &:focus, + &:active, + &.selected { + z-index: 2; + } + } + + + .subnav-search { + margin-left: -1px; + + .subnav-search-input { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + } + + .select-menu-modal-holder { + z-index: 30; + } + + .select-menu-modal { + width: 220px; + } + + .select-menu-item-icon { + color: inherit; + } +} + +.subnav-spacer-right { + padding-right: 10px; +} diff --git a/node_modules/primer-navigation/lib/tabnav.scss b/node_modules/primer-navigation/lib/tabnav.scss new file mode 100644 index 0000000..2a8d356 --- /dev/null +++ b/node_modules/primer-navigation/lib/tabnav.scss @@ -0,0 +1,74 @@ +// Outer wrapper +// stylelint-disable selector-no-type +.tabnav { + margin-top: 0; + margin-bottom: 15px; + border-bottom: 1px solid $gray-300; + + .Counter { + margin-left: 5px; + } +} + +.tabnav-tabs { + margin-bottom: -1px; +} + +.tabnav-tab { + display: inline-block; + padding: 8px 12px; + font-size: 14px; + line-height: 20px; + color: $gray-600; + text-decoration: none; + background-color: transparent; + border: 1px solid transparent; + border-bottom: 0; + + &.selected { + color: $text-gray-dark; + background-color: $bg-white; + border-color: $gray-300; + border-radius: 3px 3px 0 0; + } + + &:hover, + &:focus { + color: $text-gray-dark; + text-decoration: none; + } +} + +// Tabnav extras +// +// Tabnav extras are non-tab elements that sit in the tabnav. Usually they're +// inline text or links. + +.tabnav-extra { + display: inline-block; + padding-top: 10px; + margin-left: 10px; + font-size: 12px; + color: $gray-600; + + > .octicon { + margin-right: 2px; + } +} + +// When tabnav-extra are anchors +// stylelint-disable selector-no-qualifying-type +a.tabnav-extra:hover { + color: $text-blue; + text-decoration: none; +} +// stylelint-enable selector-no-qualifying-type + +// Tabnav buttons +// +// For when there are multiple buttons, space them out appropriately. Requires +// the buttons to be floated or inline-block. + +.tabnav-btn { + margin-left: 10px; +} diff --git a/node_modules/primer-navigation/package.json b/node_modules/primer-navigation/package.json new file mode 100644 index 0000000..1a4c14d --- /dev/null +++ b/node_modules/primer-navigation/package.json @@ -0,0 +1,71 @@ +{ + "_from": "primer-navigation@^1.0.5", + "_id": "primer-navigation@1.0.5", + "_inBundle": false, + "_integrity": "sha1-6HsDhvFjZiTSdb1VZQs7HUdrBQ8=", + "_location": "/primer-navigation", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "primer-navigation@^1.0.5", + "name": "primer-navigation", + "escapedName": "primer-navigation", + "rawSpec": "^1.0.5", + "saveSpec": null, + "fetchSpec": "^1.0.5" + }, + "_requiredBy": [ + "/primer-core", + "/primer-css" + ], + "_resolved": "https://registry.npmjs.org/primer-navigation/-/primer-navigation-1.0.5.tgz", + "_shasum": "e87b0386f1636624d275bd55650b3b1d476b050f", + "_spec": "primer-navigation@^1.0.5", + "_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css", + "author": { + "name": "GitHub, Inc." + }, + "bugs": { + "url": "https://github.com/primer/primer-css/issues" + }, + "bundleDependencies": false, + "dependencies": { + "primer-support": "^4.0.6" + }, + "deprecated": false, + "description": "Singular purpose and flexible navigation elements.", + "devDependencies": { + "primer-module-build": "*", + "stylelint": "*", + "stylelint-config-primer": "*" + }, + "files": [ + "index.scss", + "lib", + "build" + ], + "homepage": "http://primercss.io/", + "keywords": [ + "primer", + "css", + "github", + "primercss", + "nav", + "navigation" + ], + "license": "MIT", + "main": "build/index.js", + "name": "primer-navigation", + "repository": { + "type": "git", + "url": "https://github.com/primer/primer-css/tree/master/packages/primer-navigation" + }, + "scripts": { + "build": "primer-module-build index.scss", + "prepare": "npm run build", + "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" + }, + "style": "index.scss", + "version": "1.0.5" +} diff --git a/node_modules/primer-page-headers/CHANGELOG.md b/node_modules/primer-page-headers/CHANGELOG.md new file mode 100644 index 0000000..eef67eb --- /dev/null +++ b/node_modules/primer-page-headers/CHANGELOG.md @@ -0,0 +1,23 @@ +# v0.1.1 + + * bumping the version - Jon Rohan [github/github@4a72b25](https://github.com/github/github/commit/4a72b25) + * Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651) + * don't change the versions yet - Jon Rohan [github/github@6bebcff](https://github.com/github/github/commit/6bebcff) + * Bumping version - Jon Rohan [github/github@df8b91c](https://github.com/github/github/commit/df8b91c) + * Cleaning up devDependencies versions and simplifying npm scripts - Jon Rohan [github/github@2c42571](https://github.com/github/github/commit/2c42571) + * Sorting and table objects. We also don't need homepage - Jon Rohan [github/github@798629d](https://github.com/github/github/commit/798629d) + * Removing duplicate headers - Jon Rohan [github/github@225cee1](https://github.com/github/github/commit/225cee1) + +# v0.1.0 + + * Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a) + * Getting rid of as much as possible - Sophie Shepherd [github/github@e2e5de4](https://github.com/github/github/commit/e2e5de4) + * Clean up more type css - Sophie Shepherd [github/github@cbf356a](https://github.com/github/github/commit/cbf356a) + * Update the names in the README files - Patrick Marsceill [github/github@75fed58](https://github.com/github/github/commit/75fed58) + * Update names for npm publising - Patrick Marsceill [github/github@451f97a](https://github.com/github/github/commit/451f97a) + * Fix import path across all scss files - Patrick Marsceill [github/github@a566f31](https://github.com/github/github/commit/a566f31) + * Add page headers section - Sophie Shepherd [github/github@6b6ff9d](https://github.com/github/github/commit/6b6ff9d) + * Fix variable collisions and add basecoat to site to test sass compilation errors - Patrick Marsceill [github/github@c73eee3](https://github.com/github/github/commit/c73eee3) + * Remove basecoat - Patrick Marsceill [github/github@1b1503d](https://github.com/github/github/commit/1b1503d) + * prefix bc => marketing - Patrick Marsceill [github/github@04d509a](https://github.com/github/github/commit/04d509a) + * pull in ye olde basecoat files from branch - Patrick Marsceill [github/github@09d47e9](https://github.com/github/github/commit/09d47e9) \ No newline at end of file diff --git a/node_modules/primer-page-headers/LICENSE b/node_modules/primer-page-headers/LICENSE new file mode 100644 index 0000000..5715c13 --- /dev/null +++ b/node_modules/primer-page-headers/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/primer-page-headers/README.md b/node_modules/primer-page-headers/README.md new file mode 100644 index 0000000..89d24bd --- /dev/null +++ b/node_modules/primer-page-headers/README.md @@ -0,0 +1,58 @@ +# Primer Marketing CSS Page Headers + +[![npm version](http://img.shields.io/npm/v/primer-page-headers.svg)](https://www.npmjs.org/package/primer-page-headers) +[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css) + +> Jumbotrons, heroes, and featured content sections for marketing websites at GitHub. + +This repository is a module of the full [primer-css][primer] repository. + +## Documentation + + + +Documentation & refactor coming very soon + + + + +## Install + +This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-page-headers` with this command. + +``` +$ npm install --save primer-page-headers +``` + +## Usage + +The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. + +```scss +@import "primer-page-headers/index.scss"; +``` + +You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ + +## Build + +For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` + +``` +$ npm run build +``` + +## License + +MIT © [GitHub](https://github.com/) + +[primer]: https://github.com/primer/primer +[primer-support]: https://github.com/primer/primer-support +[support]: https://github.com/primer/primer-support +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/node_modules/primer-page-headers/build/build.css b/node_modules/primer-page-headers/build/build.css new file mode 100644 index 0000000..2b32c10 --- /dev/null +++ b/node_modules/primer-page-headers/build/build.css @@ -0,0 +1 @@ +.jumbotron{position:relative;padding-top:40px;padding-bottom:40px}@media (min-width: 544px){.jumbotron{padding-top:60px;padding-bottom:60px}}@media (min-width: 1280px){.jumbotron{padding-top:120px;padding-bottom:120px}}@media (min-width: 1012px){.jumbotron-supertron{height:45vw;min-height:590px;max-height:55vh;padding-top:80px;padding-bottom:80px}}.jumbotron-minitron{padding-top:24px;padding-bottom:24px}@media (min-width: 544px){.jumbotron-minitron{padding-top:32px;padding-bottom:32px}}.jumbotron-shadow::after{position:absolute;bottom:0;left:0;width:100%;height:30px;content:" ";background-color:transparent;background-image:linear-gradient(transparent, rgba(0,0,0,0.05));background-repeat:repeat-x;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.05)}.jumbotron-photo{position:relative;background-color:#24292e;background-size:cover}.jumbotron-photo::before{position:absolute;bottom:0;left:0;display:block;width:100%;height:100%;content:"";background-color:rgba(0,0,0,0.25)} diff --git a/node_modules/primer-page-headers/build/index.js b/node_modules/primer-page-headers/build/index.js new file mode 100644 index 0000000..6e3c68e --- /dev/null +++ b/node_modules/primer-page-headers/build/index.js @@ -0,0 +1 @@ +module.exports = {"cssstats":{"size":972,"gzipSize":380,"humanizedSize":"972B","humanizedGzipSize":"380B","rules":{"total":9,"size":{"graph":[3,2,2,5,2,2,10,3,8],"max":10,"average":4.111111111111111}},"selectors":{"total":9,"type":0,"class":9,"id":0,"pseudoClass":0,"pseudoElement":2,"values":[".jumbotron",".jumbotron",".jumbotron",".jumbotron-supertron",".jumbotron-minitron",".jumbotron-minitron",".jumbotron-shadow::after",".jumbotron-photo",".jumbotron-photo::before"],"specificity":{"max":11,"average":10.222222222222221}},"declarations":{"total":37,"unique":32,"properties":{"position":["relative","absolute","relative","absolute"],"padding-top":["40px","60px","120px","80px","24px","32px"],"padding-bottom":["40px","60px","120px","80px","24px","32px"],"height":["45vw","30px","100%"],"min-height":["590px"],"max-height":["55vh"],"bottom":["0","0"],"left":["0","0"],"width":["100%","100%"],"content":["\" \"","\"\""],"background-color":["transparent","#24292e","rgba(0,0,0,0.25)"],"background-image":["linear-gradient(transparent, rgba(0,0,0,0.05))"],"background-repeat":["repeat-x"],"box-shadow":["inset 0 -1px 0 rgba(0,0,0,0.05)"],"background-size":["cover"],"display":["block"]}},"mediaQueries":{"total":4,"unique":3,"values":["(min-width: 544px)","(min-width: 1280px)","(min-width: 1012px)","(min-width: 544px)"],"contents":[{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".jumbotron"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding-top":["60px"],"padding-bottom":["60px"]}}},{"value":"(min-width: 1280px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".jumbotron"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding-top":["120px"],"padding-bottom":["120px"]}}},{"value":"(min-width: 1012px)","rules":{"total":1,"size":{"graph":[5],"max":5,"average":5}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".jumbotron-supertron"],"specificity":{"max":10,"average":10}},"declarations":{"total":5,"unique":5,"properties":{"height":["45vw"],"min-height":["590px"],"max-height":["55vh"],"padding-top":["80px"],"padding-bottom":["80px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".jumbotron-minitron"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding-top":["32px"],"padding-bottom":["32px"]}}}]}}} \ No newline at end of file diff --git a/node_modules/primer-page-headers/index.scss b/node_modules/primer-page-headers/index.scss new file mode 100644 index 0000000..f833d58 --- /dev/null +++ b/node_modules/primer-page-headers/index.scss @@ -0,0 +1,4 @@ +// support files +@import "primer-support/index.scss"; +@import "primer-marketing-support/index.scss"; +@import "./lib/headers.scss"; diff --git a/node_modules/primer-page-headers/lib/headers.scss b/node_modules/primer-page-headers/lib/headers.scss new file mode 100644 index 0000000..607569b --- /dev/null +++ b/node_modules/primer-page-headers/lib/headers.scss @@ -0,0 +1,68 @@ +.jumbotron { + position: relative; + padding-top: $spacer-6; + padding-bottom: $spacer-6; + + @include breakpoint(sm) { + padding-top: $spacer-6 * 1.5; + padding-bottom: $spacer-6 * 1.5; + } + + @include breakpoint(xl) { + padding-top: $spacer-6 * 3; + padding-bottom: $spacer-6 * 3; + } +} + +.jumbotron-supertron { + @include breakpoint(lg) { + height: 45vw; + min-height: 590px; + max-height: 55vh; + padding-top: $spacer-6 + $spacer-6; + padding-bottom: $spacer-6 + $spacer-6; + } +} + +.jumbotron-minitron { + padding-top: $spacer-4; + padding-bottom: $spacer-4; + + @include breakpoint(sm) { + padding-top: $spacer-5; + padding-bottom: $spacer-5; + } +} + +.jumbotron-shadow { + // Shadow + &::after { + position: absolute; + bottom: 0; + left: 0; + width: 100%; + height: 30px; + content: " "; + background-color: transparent; + background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)); + background-repeat: repeat-x; + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05); + } +} + +.jumbotron-photo { + position: relative; + background-color: $gray-dark; + background-size: cover; + + &::before { + position: absolute; + bottom: 0; + left: 0; + display: block; + width: 100%; + height: 100%; + content: ""; + background-color: rgba(0, 0, 0, 0.25); + } +} diff --git a/node_modules/primer-page-headers/package.json b/node_modules/primer-page-headers/package.json new file mode 100644 index 0000000..0db5dc0 --- /dev/null +++ b/node_modules/primer-page-headers/package.json @@ -0,0 +1,74 @@ +{ + "_from": "primer-page-headers@^1.0.1", + "_id": "primer-page-headers@1.0.1", + "_inBundle": false, + "_integrity": "sha1-4y4Vz7aixJu5nxzXHDygToF6D3c=", + "_location": "/primer-page-headers", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "primer-page-headers@^1.0.1", + "name": "primer-page-headers", + "escapedName": "primer-page-headers", + "rawSpec": "^1.0.1", + "saveSpec": null, + "fetchSpec": "^1.0.1" + }, + "_requiredBy": [ + "/primer-css", + "/primer-marketing" + ], + "_resolved": "https://registry.npmjs.org/primer-page-headers/-/primer-page-headers-1.0.1.tgz", + "_shasum": "e32e15cfb6a2c49bb99f1cd71c3ca04e817a0f77", + "_spec": "primer-page-headers@^1.0.1", + "_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css", + "author": { + "name": "GitHub, Inc." + }, + "bugs": { + "url": "https://github.com/primer/primer-css/issues" + }, + "bundleDependencies": false, + "dependencies": { + "primer-marketing-support": "^1.0.1", + "primer-support": "^4.0.6" + }, + "deprecated": false, + "description": "Jumbotrons, heroes, and featured content sections for marketing websites at GitHub.", + "devDependencies": { + "primer-module-build": "*", + "stylelint": "*", + "stylelint-config-primer": "*" + }, + "files": [ + "index.scss", + "lib", + "build" + ], + "homepage": "http://primercss.io/", + "keywords": [ + "css", + "flash", + "github", + "hero", + "jumbotron", + "primer", + "primercss", + "style" + ], + "license": "MIT", + "main": "build/index.js", + "name": "primer-page-headers", + "repository": { + "type": "git", + "url": "https://github.com/primer/primer-css/tree/master/packages/primer-page-headers" + }, + "scripts": { + "build": "primer-module-build index.scss", + "prepare": "npm run build", + "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" + }, + "style": "build/build.css", + "version": "1.0.1" +} diff --git a/node_modules/primer-page-sections/CHANGELOG.md b/node_modules/primer-page-sections/CHANGELOG.md new file mode 100644 index 0000000..546e7ea --- /dev/null +++ b/node_modules/primer-page-sections/CHANGELOG.md @@ -0,0 +1,21 @@ +# v0.1.1 + + * bumping the version - Jon Rohan [github/github@4a72b25](https://github.com/github/github/commit/4a72b25) + * Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651) + * don't change the versions yet - Jon Rohan [github/github@6bebcff](https://github.com/github/github/commit/6bebcff) + * Bumping version - Jon Rohan [github/github@df8b91c](https://github.com/github/github/commit/df8b91c) + * Cleaning up devDependencies versions and simplifying npm scripts - Jon Rohan [github/github@2c42571](https://github.com/github/github/commit/2c42571) + * Sorting and table objects. We also don't need homepage - Jon Rohan [github/github@798629d](https://github.com/github/github/commit/798629d) + * Removing duplicate headers - Jon Rohan [github/github@225cee1](https://github.com/github/github/commit/225cee1) + +# v0.1.0 + + * Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a) + * Fix broken paths - Patrick Marsceill [github/github@b5dc395](https://github.com/github/github/commit/b5dc395) + * Update the names in the README files - Patrick Marsceill [github/github@75fed58](https://github.com/github/github/commit/75fed58) + * Update names for npm publising - Patrick Marsceill [github/github@451f97a](https://github.com/github/github/commit/451f97a) + * Fix import path across all scss files - Patrick Marsceill [github/github@a566f31](https://github.com/github/github/commit/a566f31) + * Add page sections to docs - Sophie Shepherd [github/github@667d1e7](https://github.com/github/github/commit/667d1e7) + * Fix variable collisions and add basecoat to site to test sass compilation errors - Patrick Marsceill [github/github@c73eee3](https://github.com/github/github/commit/c73eee3) + * Remove basecoat - Patrick Marsceill [github/github@1b1503d](https://github.com/github/github/commit/1b1503d) + * section => page-section - Patrick Marsceill [github/github@a789873](https://github.com/github/github/commit/a789873) \ No newline at end of file diff --git a/node_modules/primer-page-sections/LICENSE b/node_modules/primer-page-sections/LICENSE new file mode 100644 index 0000000..5715c13 --- /dev/null +++ b/node_modules/primer-page-sections/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/primer-page-sections/README.md b/node_modules/primer-page-sections/README.md new file mode 100644 index 0000000..7d7fcee --- /dev/null +++ b/node_modules/primer-page-sections/README.md @@ -0,0 +1,57 @@ +# Primer CSS Page Sections + +[![npm version](http://img.shields.io/npm/v/primer-page-sections.svg)](https://www.npmjs.org/package/primer-page-sections) +[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css) + +> Flash messages, or alerts, inform users of successful or pending actions. Use them sparingly. Don’t show more than one at a time. + +This repository is a module of the full [primer-css][primer] repository. + +## Documentation + + + +Documentation & refactor coming very soon + + + +## Install + +This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-page-sections` with this command. + +``` +$ npm install --save primer-page-sections +``` + +## Usage + +The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. + +```scss +@import "primer-page-sections/index.scss"; +``` + +You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ + +## Build + +For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` + +``` +$ npm run build +``` + +## License + +MIT © [GitHub](https://github.com/) + +[primer]: https://github.com/primer/primer +[primer-support]: https://github.com/primer/primer-support +[support]: https://github.com/primer/primer-support +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/node_modules/primer-page-sections/build/build.css b/node_modules/primer-page-sections/build/build.css new file mode 100644 index 0000000..25413b8 --- /dev/null +++ b/node_modules/primer-page-sections/build/build.css @@ -0,0 +1 @@ +.page-section{padding:32px 0;margin-top:0}@media (min-width: 768px){.page-section{padding:56px 0}}.page-section-jumplink:target{padding-top:112px}@media (min-width: 768px){.page-section-jumplink:target{padding-top:80px}} diff --git a/node_modules/primer-page-sections/build/index.js b/node_modules/primer-page-sections/build/index.js new file mode 100644 index 0000000..c7aee99 --- /dev/null +++ b/node_modules/primer-page-sections/build/index.js @@ -0,0 +1 @@ +module.exports = {"cssstats":{"size":221,"gzipSize":132,"humanizedSize":"221B","humanizedGzipSize":"132B","rules":{"total":4,"size":{"graph":[2,1,1,1],"max":2,"average":1.25}},"selectors":{"total":4,"type":0,"class":4,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".page-section",".page-section",".page-section-jumplink:target",".page-section-jumplink:target"],"specificity":{"max":20,"average":15}},"declarations":{"total":5,"unique":5,"properties":{"padding":["32px 0","56px 0"],"margin-top":["0"],"padding-top":["112px","80px"]}},"mediaQueries":{"total":2,"unique":1,"values":["(min-width: 768px)","(min-width: 768px)"],"contents":[{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".page-section"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"padding":["56px 0"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":1,"pseudoElement":0,"values":[".page-section-jumplink:target"],"specificity":{"max":20,"average":20}},"declarations":{"total":1,"unique":1,"properties":{"padding-top":["80px"]}}}]}}} \ No newline at end of file diff --git a/node_modules/primer-page-sections/index.scss b/node_modules/primer-page-sections/index.scss new file mode 100644 index 0000000..78b9de4 --- /dev/null +++ b/node_modules/primer-page-sections/index.scss @@ -0,0 +1,4 @@ +// support files +@import "primer-support/index.scss"; +@import "primer-marketing-support/index.scss"; +@import "./lib/page-section.scss"; diff --git a/node_modules/primer-page-sections/lib/page-section.scss b/node_modules/primer-page-sections/lib/page-section.scss new file mode 100644 index 0000000..1908d7d --- /dev/null +++ b/node_modules/primer-page-sections/lib/page-section.scss @@ -0,0 +1,18 @@ +// Styles for page sections +.page-section { + padding: $spacer-5 0; + margin-top: 0; + + @include breakpoint(md) { + padding: $spacer-6 + $spacer-3 0; + } +} + +// Adds a little extra headroom for sections linked to via in-page anchor links +.page-section-jumplink:target { + padding-top: ($spacer-6 * 2) + $spacer-5; + + @include breakpoint(md) { + padding-top: $spacer-6 * 2; + } +} diff --git a/node_modules/primer-page-sections/package.json b/node_modules/primer-page-sections/package.json new file mode 100644 index 0000000..aa6e8ff --- /dev/null +++ b/node_modules/primer-page-sections/package.json @@ -0,0 +1,73 @@ +{ + "_from": "primer-page-sections@^1.0.1", + "_id": "primer-page-sections@1.0.1", + "_inBundle": false, + "_integrity": "sha1-D0Knyc6P4SrIq9IdTToTIUFDWek=", + "_location": "/primer-page-sections", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "primer-page-sections@^1.0.1", + "name": "primer-page-sections", + "escapedName": "primer-page-sections", + "rawSpec": "^1.0.1", + "saveSpec": null, + "fetchSpec": "^1.0.1" + }, + "_requiredBy": [ + "/primer-css", + "/primer-marketing" + ], + "_resolved": "https://registry.npmjs.org/primer-page-sections/-/primer-page-sections-1.0.1.tgz", + "_shasum": "0f42a7c9ce8fe12ac8abd21d4d3a1321414359e9", + "_spec": "primer-page-sections@^1.0.1", + "_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css", + "author": { + "name": "GitHub, Inc." + }, + "bugs": { + "url": "https://github.com/primer/primer-css/issues" + }, + "bundleDependencies": false, + "dependencies": { + "primer-marketing-support": "^1.0.1", + "primer-support": "^4.0.6" + }, + "deprecated": false, + "description": "Styles to create distinct sections of marketing pages at GitHub.", + "devDependencies": { + "primer-module-build": "*", + "stylelint": "*", + "stylelint-config-primer": "*" + }, + "files": [ + "index.scss", + "lib", + "build" + ], + "homepage": "http://primercss.io/", + "keywords": [ + "css", + "github", + "page sections", + "primer", + "primercss", + "sections", + "style" + ], + "license": "MIT", + "main": "build/index.js", + "name": "primer-page-sections", + "repository": { + "type": "git", + "url": "https://github.com/primer/primer-css/tree/master/packages/primer-page-sections" + }, + "scripts": { + "build": "primer-module-build index.scss", + "prepare": "npm run build", + "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" + }, + "style": "build/build.css", + "version": "1.0.1" +} diff --git a/node_modules/primer-product/CHANGELOG.md b/node_modules/primer-product/CHANGELOG.md new file mode 100644 index 0000000..5014224 --- /dev/null +++ b/node_modules/primer-product/CHANGELOG.md @@ -0,0 +1,3 @@ +# 1.0.0 + +- Grouping primer modules into product diff --git a/node_modules/primer-product/LICENSE b/node_modules/primer-product/LICENSE new file mode 100644 index 0000000..5715c13 --- /dev/null +++ b/node_modules/primer-product/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/primer-product/README.md b/node_modules/primer-product/README.md new file mode 100644 index 0000000..9d3495f --- /dev/null +++ b/node_modules/primer-product/README.md @@ -0,0 +1,48 @@ +# Primer product + +[![npm version](http://img.shields.io/npm/v/primer-product.svg)](https://www.npmjs.org/package/primer-product) +[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css) + +> Primer product is one of 3 meta-packages that belong to the Primer CSS framework. Primer product contains packages that are used on GitHub product websites. + +This repository is a compilation of [several CSS packages](https://github.com/primer/primer-css). You can break it down into smaller sections using npm. + +## Install + +This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-css` with this command. **You must have npm >=3.0 installed to be able to satisfy the dependency paths** + +``` +$ npm install --save primer-core +``` + +## Usage + +The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. + +```scss +@import "primer-core/index.scss"; +``` + +You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ + +## Build + +For a compiled **CSS** version of this module, a npm script is included that will output a CSS version to `build/build.css` The built CSS file is also included in the npm package. + +``` +$ npm run build +``` + +## Documentation + +You can read more about primer in the [docs][docs]. + +## License + +[MIT](./LICENSE) © [GitHub](https://github.com/) + +[primer]: https://github.com/primer/primer +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/node_modules/primer-product/build/build.css b/node_modules/primer-product/build/build.css new file mode 100644 index 0000000..7c272c1 --- /dev/null +++ b/node_modules/primer-product/build/build.css @@ -0,0 +1,6 @@ +/*! + * Primer-product + * http://primercss.io + * + * Released under MIT license. Copyright 2015 GitHub, Inc. + */.flash{position:relative;padding:16px;color:#032f62;background-color:#dbedff;border:1px solid rgba(27,31,35,0.15);border-radius:3px}.flash p:last-child{margin-bottom:0}.flash-messages{margin-bottom:24px}.flash-close{float:right;padding:16px;margin:-16px;color:inherit;text-align:center;cursor:pointer;background:none;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0.6}.flash-close:hover{opacity:1}.flash-action{float:right;margin-top:-3px;margin-left:24px}.flash-warn{color:#735c0f;background-color:#fffbdd;border-color:rgba(27,31,35,0.15)}.flash-error{color:#86181d;background-color:#ffdce0;border-color:rgba(27,31,35,0.15)}.flash-success{color:#165c26;background-color:#dcffe4;border-color:rgba(27,31,35,0.15)}.flash-full{margin-top:-1px;border-width:1px 0;border-radius:0}.warning{padding:0.5em;margin-bottom:0.8em;font-weight:600;background-color:#fffbdd}.avatar{display:inline-block;overflow:hidden;line-height:1;vertical-align:middle;border-radius:3px}.avatar-small{border-radius:2px}.avatar-link{float:left;line-height:1}.avatar-group-item{display:inline-block;margin-bottom:3px}.avatar-parent-child{position:relative}.avatar-child{position:absolute;right:-15%;bottom:-9%;background-color:#fff;border-radius:2px;box-shadow:-2px -2px 0 rgba(255,255,255,0.8)}.avatar-stack{display:inline-block;white-space:nowrap}.avatar-stack .avatar{position:relative;z-index:2;display:inline-block;width:20px;height:20px;box-sizing:content-box;margin-right:-15px;background-color:#fff;border-right:1px solid #fff;border-radius:2px;transition:margin 0.1s ease-in-out}.avatar-stack .avatar:only-child{background-color:transparent}.avatar-stack .avatar:first-child{z-index:3}.avatar-stack .avatar:last-child{z-index:1;margin-right:0;border-right:0}.avatar-stack:hover .avatar{margin-right:3px}.avatar-stack:hover .avatar:last-child{margin-right:0}.CircleBadge{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;background-color:#fff;border-radius:50%;box-shadow:0 1px 5px rgba(27,31,35,0.15)}.CircleBadge-icon{max-width:60% !important;height:auto !important;max-height:55% !important}.CircleBadge--small{width:56px;height:56px}.CircleBadge--medium{width:96px;height:96px}.CircleBadge--large{width:128px;height:128px}.DashedConnection{position:relative}.DashedConnection::before{position:absolute;top:50%;left:0;width:100%;content:"";border-bottom:2px dashed #e1e4e8}.DashedConnection .CircleBadge{position:relative}.blankslate{position:relative;padding:32px;text-align:center;background-color:#fafbfc;border:1px solid #e1e4e8;border-radius:3px;box-shadow:inset 0 0 10px rgba(27,31,35,0.05)}.blankslate code{padding:2px 5px 3px;font-size:14px;background:#fff;border:1px solid #eaecef;border-radius:3px}.blankslate-icon{margin-right:4px;margin-bottom:8px;margin-left:4px;color:#a3aab1}.blankslate-capped{border-radius:0 0 3px 3px}.blankslate-spacious{padding:80px 40px}.blankslate-narrow{width:485px;margin:0 auto}.blankslate-large h3{margin:16px 0;font-size:20px}.blankslate-large p{font-size:16px}.blankslate-clean-background{background:none;border:0;box-shadow:none}.labels{position:relative}.label,.Label{display:inline-block;padding:3px 4px;font-size:12px;font-weight:600;line-height:1;color:#fff;border-radius:2px;box-shadow:inset 0 -1px 0 rgba(27,31,35,0.12)}.label:hover,.Label:hover{text-decoration:none}.Label--gray{color:#586069;background-color:#eaecef}.Label--outline{margin-top:-1px;margin-bottom:-1px;font-weight:normal;color:#586069;background-color:transparent;border:1px solid rgba(27,31,35,0.15);box-shadow:none}.Label--outline-green{color:#28a745;border:1px solid #34d058}.Label--gray-darker{background-color:#6a737d}.Label--orange{background-color:#d15704}.state,.State{display:inline-block;padding:4px 8px;font-weight:600;line-height:20px;color:#fff;text-align:center;background-color:#6a737d;border-radius:3px}.State--green{background-color:#2cbe4e}.State--purple{background-color:#6f42c1}.State--red{background-color:#cb2431}.State--small{padding:0.125em 4px;font-size:12px}.State--small .octicon{width:1em}.Counter{display:inline-block;padding:2px 5px;font-size:12px;font-weight:600;line-height:1;color:#586069;background-color:rgba(27,31,35,0.08);border-radius:20px}.Counter--gray-light{color:#24292e;background-color:rgba(27,31,35,0.15)}.Counter--gray{color:#fff;background-color:#6a737d}.markdown-body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body::before{display:table;content:""}.markdown-body::after{display:table;clear:both;content:""}.markdown-body>*:first-child{margin-top:0 !important}.markdown-body>*:last-child{margin-bottom:0 !important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:#cb2431}.markdown-body .anchor{float:left;padding-right:4px;margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:none}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre{margin-top:0;margin-bottom:16px}.markdown-body hr{height:0.25em;padding:0;margin:24px 0;background-color:#e1e4e8;border:0}.markdown-body blockquote{padding:0 1em;color:#6a737d;border-left:0.25em solid #dfe2e5}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#444d56;vertical-align:middle;background-color:#fafbfc;border:solid 1px #c6cbd1;border-bottom-color:#959da5;border-radius:3px;box-shadow:inset 0 -1px 0 #959da5}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:#1b1f23;vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{font-size:inherit}.markdown-body h1{padding-bottom:0.3em;font-size:2em;border-bottom:1px solid #eaecef}.markdown-body h2{padding-bottom:0.3em;font-size:1.5em;border-bottom:1px solid #eaecef}.markdown-body h3{font-size:1.25em}.markdown-body h4{font-size:1em}.markdown-body h5{font-size:0.875em}.markdown-body h6{font-size:0.85em;color:#6a737d}.markdown-body ul,.markdown-body ol{padding-left:2em}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:16px}.markdown-body li+li{margin-top:0.25em}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:600}.markdown-body dl dd{padding:0 16px;margin-bottom:16px}.markdown-body table{display:block;width:100%;overflow:auto}.markdown-body table th{font-weight:600}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid #dfe2e5}.markdown-body table tr{background-color:#fff;border-top:1px solid #c6cbd1}.markdown-body table tr:nth-child(2n){background-color:#f6f8fa}.markdown-body table img{background-color:transparent}.markdown-body img{max-width:100%;box-sizing:content-box;background-color:#fff}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #dfe2e5}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:#24292e}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:0;padding-top:0.2em;padding-bottom:0.2em;margin:0;font-size:85%;background-color:rgba(27,31,35,0.05);border-radius:3px}.markdown-body code::before,.markdown-body code::after,.markdown-body tt::before,.markdown-body tt::after{letter-spacing:-0.2em;content:"\00a0"}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body pre{word-wrap:normal}.markdown-body pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:transparent;border:0}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body .highlight pre,.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f6f8fa;border-radius:3px}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown-body pre code::before,.markdown-body pre code::after,.markdown-body pre tt::before,.markdown-body pre tt::after{content:normal}.markdown-body .csv-data td,.markdown-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:600;background:#f6f8fa;border-top:0} diff --git a/node_modules/primer-product/build/index.js b/node_modules/primer-product/build/index.js new file mode 100644 index 0000000..8b2ec65 --- /dev/null +++ b/node_modules/primer-product/build/index.js @@ -0,0 +1 @@ +module.exports = {"cssstats":{"size":11249,"gzipSize":2780,"humanizedSize":"11kB","humanizedGzipSize":"3kB","rules":{"total":131,"size":{"graph":[6,1,1,12,1,3,3,3,3,3,4,5,1,2,2,1,6,2,11,1,1,3,1,1,9,3,2,2,2,1,6,1,7,5,4,1,1,2,2,1,3,1,8,1,2,7,2,1,1,8,1,1,1,2,1,8,2,2,4,2,3,1,1,2,1,4,1,2,5,3,1,1,11,4,3,1,1,1,3,3,1,1,1,2,1,2,2,1,1,1,5,2,3,1,2,2,1,1,3,1,1,3,2,7,2,4,3,4,2,3,4,2,4,1,4,4,7,2,1,1,1,7,1,2,6,9,1,6,4,1,3],"max":12,"average":2.8396946564885495}},"selectors":{"total":188,"type":120,"class":188,"id":0,"pseudoClass":28,"pseudoElement":11,"values":[".flash",".flash p:last-child",".flash-messages",".flash-close",".flash-close:hover",".flash-action",".flash-warn",".flash-error",".flash-success",".flash-full",".warning",".avatar",".avatar-small",".avatar-link",".avatar-group-item",".avatar-parent-child",".avatar-child",".avatar-stack",".avatar-stack .avatar",".avatar-stack .avatar:only-child",".avatar-stack .avatar:first-child",".avatar-stack .avatar:last-child",".avatar-stack:hover .avatar",".avatar-stack:hover .avatar:last-child",".CircleBadge",".CircleBadge-icon",".CircleBadge--small",".CircleBadge--medium",".CircleBadge--large",".DashedConnection",".DashedConnection::before",".DashedConnection .CircleBadge",".blankslate",".blankslate code",".blankslate-icon",".blankslate-capped",".blankslate-spacious",".blankslate-narrow",".blankslate-large h3",".blankslate-large p",".blankslate-clean-background",".labels",".label",".Label",".label:hover",".Label:hover",".Label--gray",".Label--outline",".Label--outline-green",".Label--gray-darker",".Label--orange",".state",".State",".State--green",".State--purple",".State--red",".State--small",".State--small .octicon",".Counter",".Counter--gray-light",".Counter--gray",".markdown-body",".markdown-body::before",".markdown-body::after",".markdown-body>*:first-child",".markdown-body>*:last-child",".markdown-body a:not([href])",".markdown-body .absent",".markdown-body .anchor",".markdown-body .anchor:focus",".markdown-body p",".markdown-body blockquote",".markdown-body ul",".markdown-body ol",".markdown-body dl",".markdown-body table",".markdown-body pre",".markdown-body hr",".markdown-body blockquote",".markdown-body blockquote>:first-child",".markdown-body blockquote>:last-child",".markdown-body kbd",".markdown-body h1",".markdown-body h2",".markdown-body h3",".markdown-body h4",".markdown-body h5",".markdown-body h6",".markdown-body h1 .octicon-link",".markdown-body h2 .octicon-link",".markdown-body h3 .octicon-link",".markdown-body h4 .octicon-link",".markdown-body h5 .octicon-link",".markdown-body h6 .octicon-link",".markdown-body h1:hover .anchor",".markdown-body h2:hover .anchor",".markdown-body h3:hover .anchor",".markdown-body h4:hover .anchor",".markdown-body h5:hover .anchor",".markdown-body h6:hover .anchor",".markdown-body h1:hover .anchor .octicon-link",".markdown-body h2:hover .anchor .octicon-link",".markdown-body h3:hover .anchor .octicon-link",".markdown-body h4:hover .anchor .octicon-link",".markdown-body h5:hover .anchor .octicon-link",".markdown-body h6:hover .anchor .octicon-link",".markdown-body h1 tt",".markdown-body h1 code",".markdown-body h2 tt",".markdown-body h2 code",".markdown-body h3 tt",".markdown-body h3 code",".markdown-body h4 tt",".markdown-body h4 code",".markdown-body h5 tt",".markdown-body h5 code",".markdown-body h6 tt",".markdown-body h6 code",".markdown-body h1",".markdown-body h2",".markdown-body h3",".markdown-body h4",".markdown-body h5",".markdown-body h6",".markdown-body ul",".markdown-body ol",".markdown-body ul.no-list",".markdown-body ol.no-list",".markdown-body ul ul",".markdown-body ul ol",".markdown-body ol ol",".markdown-body ol ul",".markdown-body li>p",".markdown-body li+li",".markdown-body dl",".markdown-body dl dt",".markdown-body dl dd",".markdown-body table",".markdown-body table th",".markdown-body table th",".markdown-body table td",".markdown-body table tr",".markdown-body table tr:nth-child(2n)",".markdown-body table img",".markdown-body img",".markdown-body img[align=right]",".markdown-body img[align=left]",".markdown-body .emoji",".markdown-body span.frame",".markdown-body span.frame>span",".markdown-body span.frame span img",".markdown-body span.frame span span",".markdown-body span.align-center",".markdown-body span.align-center>span",".markdown-body span.align-center span img",".markdown-body span.align-right",".markdown-body span.align-right>span",".markdown-body span.align-right span img",".markdown-body span.float-left",".markdown-body span.float-left span",".markdown-body span.float-right",".markdown-body span.float-right>span",".markdown-body code",".markdown-body tt",".markdown-body code::before",".markdown-body code::after",".markdown-body tt::before",".markdown-body tt::after",".markdown-body code br",".markdown-body tt br",".markdown-body del code",".markdown-body pre",".markdown-body pre>code",".markdown-body .highlight",".markdown-body .highlight pre",".markdown-body .highlight pre",".markdown-body pre",".markdown-body pre code",".markdown-body pre tt",".markdown-body pre code::before",".markdown-body pre code::after",".markdown-body pre tt::before",".markdown-body pre tt::after",".markdown-body .csv-data td",".markdown-body .csv-data th",".markdown-body .csv-data .blob-num",".markdown-body .csv-data tr",".markdown-body .csv-data th"],"specificity":{"max":41,"average":15.851063829787234}},"declarations":{"total":372,"unique":217,"properties":{"position":["relative","relative","absolute","relative","relative","absolute","relative","relative","relative"],"padding":["16px","16px","0.5em","32px","2px 5px 3px","80px 40px","3px 4px","4px 8px","0.125em 4px","2px 5px","0","0 1em","3px 5px","0","0","0","0 16px","6px 13px","7px","5px 0 0","0","0","16px","0","5px","10px 8px 9px"],"color":["#032f62","inherit","#735c0f","#86181d","#165c26","#a3aab1","#fff","#586069","#586069","#28a745","#fff","#586069","#24292e","#fff","inherit","#cb2431","#6a737d","#444d56","#1b1f23","#6a737d","#24292e"],"background-color":["#dbedff","#fffbdd","#ffdce0","#dcffe4","#fffbdd","#fff","#fff","transparent","#fff","#fafbfc","#eaecef","transparent","#6a737d","#d15704","#6a737d","#2cbe4e","#6f42c1","#cb2431","rgba(27,31,35,0.08)","rgba(27,31,35,0.15)","#6a737d","#e1e4e8","#fafbfc","#fff","#f6f8fa","transparent","#fff","transparent","rgba(27,31,35,0.05)","#f6f8fa","transparent"],"border":["1px solid rgba(27,31,35,0.15)","0","1px solid #e1e4e8","1px solid #eaecef","0","1px solid rgba(27,31,35,0.15)","1px solid #34d058","0","solid 1px #c6cbd1","1px solid #dfe2e5","1px solid #dfe2e5","0","0","0"],"border-radius":["3px","0","3px","2px","2px","2px","50%","3px","3px","0 0 3px 3px","2px","3px","20px","3px","3px","3px"],"margin-bottom":["0","24px","0.8em","3px","8px","-1px","0","16px","0","16px","0","16px","16px","0"],"float":["right","right","left","left","left","left","left","right"],"margin":["-16px","0 auto","16px 0","24px 0","13px 0 0","13px auto 0","0 auto","13px 0 0","0","13px 0 0","13px auto 0","0","0","0"],"text-align":["center","center","center","center","center","right","right","right","left","right"],"cursor":["pointer"],"background":["none","#fff","none","transparent","#fff","#f6f8fa"],"-webkit-appearance":["none"],"-moz-appearance":["none"],"appearance":["none"],"opacity":["0.6","1"],"margin-top":["-3px","-1px","-1px","0","0","0","24px","0","16px","0.25em","16px"],"margin-left":["24px","4px","-20px","13px"],"border-color":["rgba(27,31,35,0.15)","rgba(27,31,35,0.15)","rgba(27,31,35,0.15)"],"border-width":["1px 0"],"font-weight":["600","600","normal","600","600","600","600","600","600"],"display":["inline-block","inline-block","inline-block","inline-block","-webkit-box","flex","inline-block","inline-block","inline-block","table","table","inline-block","block","block","block","block","block","block","block","block","block","block","block","block","none","inline"],"overflow":["hidden","auto","hidden","hidden","hidden","hidden","hidden","hidden","hidden","hidden","hidden","auto","visible","hidden"],"line-height":["1","1","1","20px","1","1.5","1","10px","1.25","1.45","inherit","1"],"vertical-align":["middle","middle","middle","text-top"],"right":["-15%"],"bottom":["-9%"],"box-shadow":["-2px -2px 0 rgba(255,255,255,0.8)","0 1px 5px rgba(27,31,35,0.15)","inset 0 0 10px rgba(27,31,35,0.05)","none","inset 0 -1px 0 rgba(27,31,35,0.12)","none","inset 0 -1px 0 #959da5"],"white-space":["nowrap","pre","nowrap"],"z-index":["2","3","1"],"width":["20px","56px","96px","128px","100%","485px","1em","100%","auto"],"height":["20px","auto","56px","96px","128px","0.25em"],"box-sizing":["content-box","content-box"],"margin-right":["-15px","0","3px","0","4px","13px"],"border-right":["1px solid #fff","0"],"transition":["margin 0.1s ease-in-out"],"-webkit-box-align":["center"],"align-items":["center"],"-webkit-box-pack":["center"],"justify-content":["center"],"max-width":["60%","100%","none","auto"],"max-height":["55%"],"top":["50%"],"left":["0"],"content":["\"\"","\"\"","\"\"","\"\\00a0\"","normal"],"border-bottom":["2px dashed #e1e4e8","1px solid #eaecef","1px solid #eaecef"],"font-size":["14px","20px","16px","12px","12px","12px","16px","11px","inherit","2em","1.5em","1.25em","1em","0.875em","0.85em","1em","85%","100%","85%","12px"],"text-decoration":["none","none","none","inherit"],"font-family":["-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\""],"word-wrap":["break-word","normal","normal"],"clear":["both","both","both","both"],"padding-right":["4px","20px"],"outline":["none"],"border-left":["0.25em solid #dfe2e5"],"border-bottom-color":["#959da5"],"visibility":["hidden","visible"],"padding-bottom":["0.3em","0.3em","0.2em"],"padding-left":["2em","20px"],"list-style-type":["none"],"font-style":["italic"],"border-top":["1px solid #c6cbd1","0","0"],"padding-top":["0.2em"],"letter-spacing":["-0.2em"],"word-break":["normal","normal"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}} \ No newline at end of file diff --git a/node_modules/primer-product/index.scss b/node_modules/primer-product/index.scss new file mode 100644 index 0000000..1b9b84c --- /dev/null +++ b/node_modules/primer-product/index.scss @@ -0,0 +1,21 @@ +/*! + * Primer-product + * http://primercss.io + * + * Released under MIT license. Copyright 2015 GitHub, Inc. + */ + +// Primer master file +// +// Imports all Primer files in their intended order for easy mass-inclusion. +// Should you need specific files, you can easily use separate `@import`s. + +// Global requirements +@import "primer-support/index.scss"; + +// Product specific css modules +@import "primer-alerts/index.scss"; +@import "primer-avatars/index.scss"; +@import "primer-blankslate/index.scss"; +@import "primer-labels/index.scss"; +@import "primer-markdown/index.scss"; diff --git a/node_modules/primer-product/package.json b/node_modules/primer-product/package.json new file mode 100644 index 0000000..c0a9dbb --- /dev/null +++ b/node_modules/primer-product/package.json @@ -0,0 +1,64 @@ +{ + "_from": "primer-product@^5.0.1", + "_id": "primer-product@5.0.1", + "_inBundle": false, + "_integrity": "sha1-qceVAIMKvvKp5AJg4VtS1+PqhuQ=", + "_location": "/primer-product", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "primer-product@^5.0.1", + "name": "primer-product", + "escapedName": "primer-product", + "rawSpec": "^5.0.1", + "saveSpec": null, + "fetchSpec": "^5.0.1" + }, + "_requiredBy": [ + "/primer-css" + ], + "_resolved": "https://registry.npmjs.org/primer-product/-/primer-product-5.0.1.tgz", + "_shasum": "a9c79500830abef2a9e40260e15b52d7e3ea86e4", + "_spec": "primer-product@^5.0.1", + "_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css", + "author": { + "name": "GitHub, Inc." + }, + "bugs": { + "url": "https://github.com/primer/primer-css/issues" + }, + "bundleDependencies": false, + "dependencies": { + "primer-alerts": "^1.1.7", + "primer-avatars": "^1.0.1", + "primer-blankslate": "^1.0.1", + "primer-labels": "^1.1.5", + "primer-markdown": "^3.3.12", + "primer-support": "^4.0.6" + }, + "deprecated": false, + "description": "Primer CSS's product modules", + "devDependencies": { + "primer-module-build": "*" + }, + "files": [ + "index.scss", + "build" + ], + "homepage": "http://primercss.io/", + "license": "MIT", + "main": "build/index.js", + "name": "primer-product", + "repository": { + "type": "git", + "url": "https://github.com/primer/primer-css/tree/master/packages/primer-product" + }, + "scripts": { + "build": "primer-module-build index.scss", + "prepare": "npm run build", + "test": "npm run build" + }, + "style": "build/build.css", + "version": "5.0.1" +} diff --git a/node_modules/primer-support/CHANGELOG.md b/node_modules/primer-support/CHANGELOG.md new file mode 100644 index 0000000..ba833e6 --- /dev/null +++ b/node_modules/primer-support/CHANGELOG.md @@ -0,0 +1,151 @@ +# v3.0.2 + + * Bump all the version numbers for readme - Mu-An Chiou [github/github@a9d152f](https://github.com/github/github/commit/a9d152f) + * Fix all the travis badge URL - Mu-An Chiou [github/github@9cd6d84](https://github.com/github/github/commit/9cd6d84) + +# v3.0.1 + + * bump version after adding variable - broccolini [github/github@7eeeed5](https://github.com/github/github/commit/7eeeed5) + * add yellow border variable to replace old flash border variable - broccolini [github/github@6eb26ee](https://github.com/github/github/commit/6eb26ee) + +# v3.0.0 + + * bump major version due to renaming in support and utils - broccolini [github/github@85b48ab](https://github.com/github/github/commit/85b48ab) + * rename border variables - broccolini [github/github@0a580d5](https://github.com/github/github/commit/0a580d5) + +# v2.1.0 + + * versions - Sophie Shepherd [github/github@703a904](https://github.com/github/github/commit/703a904) + * @broccolini's feedback - Sophie Shepherd [github/github@f9699ef](https://github.com/github/github/commit/f9699ef) + +# v2.0.0 + + * Fix lint - Mu-An Chiou [github/github@5a4b3cb](https://github.com/github/github/commit/5a4b3cb) + * Change border-color back to default for -000 .btn as well - Mu-An Chiou [github/github@bf725a2](https://github.com/github/github/commit/bf725a2) + * fix lint errors - broccolini [github/github@c520fa4](https://github.com/github/github/commit/c520fa4) + * fix lints and add defaults to color system variables - broccolini [github/github@b7f5ed5](https://github.com/github/github/commit/b7f5ed5) + * update primer-core version number - broccolini [github/github@6846743](https://github.com/github/github/commit/6846743) + * more docs examples, restore gradients from @broccolini and then add additional overrides to prevent hover gradient from bleeding into active state - Mark Otto [github/github@c637891](https://github.com/github/github/commit/c637891) + * One more button redux - Mark Otto [github/github@0b7323a](https://github.com/github/github/commit/0b7323a) + * use one yellow for now for status-pending: - broccolini [github/github@9f3bd48](https://github.com/github/github/commit/9f3bd48) + * darken danger button border on hover - broccolini [github/github@74b68b1](https://github.com/github/github/commit/74b68b1) + * add inverse mixin for red button hover styles - broccolini [github/github@764c417](https://github.com/github/github/commit/764c417) + * fix default btn style selected state - broccolini [github/github@fa5706a](https://github.com/github/github/commit/fa5706a) + * btn fixes: - broccolini [github/github@d5c2110](https://github.com/github/github/commit/d5c2110) + * update commit css with new variables - broccolini [github/github@198d897](https://github.com/github/github/commit/198d897) + * lighten yellow-100 just a tiny little bit - broccolini [github/github@0c7f3c5](https://github.com/github/github/commit/0c7f3c5) + * make purple more blue and less yahoo - ba boom tish! - broccolini [github/github@2fa35bd](https://github.com/github/github/commit/2fa35bd) + * update border light utility to be darker: - broccolini [github/github@3711ba9](https://github.com/github/github/commit/3711ba9) + * update orange variables and docs - broccolini [github/github@ab6f263](https://github.com/github/github/commit/ab6f263) + * update status pending colors - broccolini [github/github@849b34e](https://github.com/github/github/commit/849b34e) + * replace instances of #ddd with variable in primer-core - broccolini [github/github@4a95523](https://github.com/github/github/commit/4a95523) + * update red variables in topics: - broccolini [github/github@33ea9b0](https://github.com/github/github/commit/33ea9b0) + * remove unused variables - broccolini [github/github@a4ca9e4](https://github.com/github/github/commit/a4ca9e4) + * update default gray variables with new variables - broccolini [github/github@db4e635](https://github.com/github/github/commit/db4e635) + * update form color variables to use black variable - broccolini [github/github@af4ab27](https://github.com/github/github/commit/af4ab27) + * make gray match blue hue - broccolini [github/github@e53fff7](https://github.com/github/github/commit/e53fff7) + * sneak in that sf mono life - Mark Otto [github/github@778a9e6](https://github.com/github/github/commit/778a9e6) + +# v1.2.2 + + * update version numbers for primer package with bold update - broccolini [github/github@5d3e089](https://github.com/github/github/commit/5d3e089) + +# v1.2.1 + + * More versions - Jon Rohan [github/github@e12ba2e](https://github.com/github/github/commit/e12ba2e) + +# v1.2.0 + + * Revving this per @jonrohan - Patrick Marsceill [github/github@331f0b1](https://github.com/github/github/commit/331f0b1) + * Consolidate variables - Patrick Marsceill [github/github@37ea8ac](https://github.com/github/github/commit/37ea8ac) + * Make shadow vars - Patrick Marsceill [github/github@93b2e11](https://github.com/github/github/commit/93b2e11) + * update bg-yellow variables - broccolini [github/github@79701f2](https://github.com/github/github/commit/79701f2) + * Moving - Jon Rohan [github/github@34d0849](https://github.com/github/github/commit/34d0849) + * Updates based on feedback - Jon Rohan [github/github@d3528f1](https://github.com/github/github/commit/d3528f1) + * Documenting current color utilities - Jon Rohan [github/github@46b5f85](https://github.com/github/github/commit/46b5f85) + * add border color variables - broccolini [github/github@42f0fc0](https://github.com/github/github/commit/42f0fc0) + +# v1.1.0 + + * updating the version number - Jon Rohan [github/github@db462e6](https://github.com/github/github/commit/db462e6) + * Updating spacer-6 from 48px to 40px - Jon Rohan [github/github@ae380d1](https://github.com/github/github/commit/ae380d1) + * updating lg breakpoint for use with new spacer-3 - Jon Rohan [github/github@f5baf52](https://github.com/github/github/commit/f5baf52) + +# v1.0.0 + + * Fix counter color on primary button - Patrick Marsceill [github/github@9089145](https://github.com/github/github/commit/9089145) + * Cutting new versions of primer modules - Jon Rohan [github/github@157f5ab](https://github.com/github/github/commit/157f5ab) + * remove old comment - Patrick Marsceill [github/github@794502e](https://github.com/github/github/commit/794502e) + * Defaulting variables to new formula, with hardcoded old values - Jon Rohan [github/github@1f12c54](https://github.com/github/github/commit/1f12c54) + * Updating spacer-2 to 8px - Jon Rohan [github/github@3f7fbaf](https://github.com/github/github/commit/3f7fbaf) + * Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a) + * Getting rid of as much as possible - Sophie Shepherd [github/github@e2e5de4](https://github.com/github/github/commit/e2e5de4) + * Make default box shadow a var and apply it to .box-shadow utility - Patrick Marsceill [github/github@bda03be](https://github.com/github/github/commit/bda03be) + * Separating out modules into primer-core and primer-product - Jon Rohan [github/github@ddf698c](https://github.com/github/github/commit/ddf698c) + +# v0.6.0 + + * Updating version - Jon Rohan [github/github@6bf5fe5](https://github.com/github/github/commit/6bf5fe5) + * use variables in breakpoints and update containers - broccolini [github/github@b615663](https://github.com/github/github/commit/b615663)8 + * Updating the modules stylelint - Jon Rohan [github/github@389609f](https://github.com/github/github/commit/389609f) + * comment for @connors - Mark Otto [github/github@b3e2922](https://github.com/github/github/commit/b3e2922) + * Move stats switcher vars over and update the height for reals - Mark Otto [github/github@9695fa0](https://github.com/github/github/commit/9695fa0) + +# v0.5.0 + + * Bumping to a new version - Jon Rohan [github/github@ff32813](https://github.com/github/github/commit/ff32813) + * Rename spacer variables - Sophie Shepherd [github/github@e5ffa47](https://github.com/github/github/commit/e5ffa47) + * default it - Mark Otto [github/github@6c895dd](https://github.com/github/github/commit/6c895dd) + * slightly different stack - Mark Otto [github/github@4e3882d](https://github.com/github/github/commit/4e3882d) + * nuke linux fonts - Mark Otto [github/github@534c790](https://github.com/github/github/commit/534c790) + * Change variable order - Mark Otto [github/github@42bceda](https://github.com/github/github/commit/42bceda) + * First part of genpopping all system font changes: remove typographic overrides for font-size, line-height, etc on global components - Mark Otto [github/github@6c50e2d](https://github.com/github/github/commit/6c50e2d) + +# v0.4.0 + + * Publishing a new version - Jon Rohan [github/github@eed0e96](https://github.com/github/github/commit/eed0e96) + * New line-height variables - Mark Otto [github/github@b15b1ea](https://github.com/github/github/commit/b15b1ea) + * Revert variables breakup back to single file - Jon Rohan [github/github@3397db7](https://github.com/github/github/commit/3397db7) + * Organize the variables and mixins into better files - Jon Rohan [github/github@9383dc2](https://github.com/github/github/commit/9383dc2) + * Removing some unnecessary lint plugins and using native - Jon Rohan [github/github@2ae0070](https://github.com/github/github/commit/2ae0070) + * including no-utility lint plugin - Jon Rohan [github/github@5cb86ed](https://github.com/github/github/commit/5cb86ed) + * Adding lint plugins for new config - Jon Rohan [github/github@7fb9613](https://github.com/github/github/commit/7fb9613) + * add font-weight to heading mixins - broccolini [github/github@585098e](https://github.com/github/github/commit/585098e) + * reoganizing the docs section - Jon Rohan [github/github@8cb4556](https://github.com/github/github/commit/8cb4556) + * disabling some lints - Jon Rohan [github/github@3d70154](https://github.com/github/github/commit/3d70154) + * Adding callouts to alerts module - Jon Rohan [github/github@355fe6c](https://github.com/github/github/commit/355fe6c) + +# v0.3.2 + + * Bumping version to include postcss.json in npm - Jon Rohan [github/github@9e560ba](https://github.com/github/github/commit/9e560ba) + +# v0.3.1 + + * Using stylelint to lint the modules instead of scss_lint - Jon Rohan [github/github@cb0b8fd](https://github.com/github/github/commit/cb0b8fd) + +# v0.3.0 + + * Don't link requirements - Jon Rohan [github/github@7740e81](https://github.com/github/github/commit/7740e81) + * Updating the README with more detailed instructions - Jon Rohan [github/github@5dd7c34](https://github.com/github/github/commit/5dd7c34) + * Bumping the version - Jon Rohan [github/github@01e7c4e](https://github.com/github/github/commit/01e7c4e) + * Reorganize the module folders into a more flexible organization - Jon Rohan [github/github@5a07101](https://github.com/github/github/commit/5a07101) + +# v0.2.0 + + * v0.2.0 - Jon Rohan [github/github@75201c5](https://github.com/github/github/commit/75201c5) + * Updating support to use travis-ci - Jon Rohan [github/github@707ad54](https://github.com/github/github/commit/707ad54) + * Adding support variables and mixins from primer/primer - Jon Rohan [github/github@b9e6118](https://github.com/github/github/commit/b9e6118) + * Fix -down scoping - Joshua Peek [github/github@87a37bf](https://github.com/github/github/commit/87a37bf) + * Moving variables to _variables and creating linter - Jon Rohan [github/github@f689536](https://github.com/github/github/commit/f689536) + * Tracking disabled scss-lint rules in graphite - Jon Rohan [github/github@356112f](https://github.com/github/github/commit/356112f) + * renaming the mixin - Jon Rohan [github/github@db06b9a](https://github.com/github/github/commit/db06b9a) + * dropping speed variables - Jon Rohan [github/github@0610ffe](https://github.com/github/github/commit/0610ffe) + * no timing variables for now - Jon Rohan [github/github@4c018f1](https://github.com/github/github/commit/4c018f1) + * Refactoring animations into reusable animiation classes - Jon Rohan [github/github@084863e](https://github.com/github/github/commit/084863e) + * Using a retina mixin for repetable code - Jon Rohan [github/github@408bb72](https://github.com/github/github/commit/408bb72) + * Updating copy on readmes - Jon Rohan [github/github@38d5dbc](https://github.com/github/github/commit/38d5dbc) + * Updating the folders with feedback and writing some readmes - Jon Rohan [github/github@fc81a30](https://github.com/github/github/commit/fc81a30) + * cleanup some dupe utility classes - Jon Rohan [github/github@c2dfad7](https://github.com/github/github/commit/c2dfad7) + * Some updates for the imports - Jon Rohan [github/github@345dd82](https://github.com/github/github/commit/345dd82) + * Hella refactoring and moving files to modules - Jon Rohan [github/github@556cc0d](https://github.com/github/github/commit/556cc0d) + * Moving all these files - Jon Rohan [github/github@9c8d0f5](https://github.com/github/github/commit/9c8d0f5) \ No newline at end of file diff --git a/node_modules/primer-support/LICENSE b/node_modules/primer-support/LICENSE new file mode 100644 index 0000000..5715c13 --- /dev/null +++ b/node_modules/primer-support/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/primer-support/README.md b/node_modules/primer-support/README.md new file mode 100644 index 0000000..6aa88a8 --- /dev/null +++ b/node_modules/primer-support/README.md @@ -0,0 +1,42 @@ +# Primer CSS Support + +[![npm version](http://img.shields.io/npm/v/primer-support.svg)](https://www.npmjs.org/package/primer-support) +[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css) + +> Support files are Sass variables, mixins, and functions that we import into different bases for use across components, objects, and utilities. Sharing these common properties across GitHub sites helps us to keep our styles more consistent. +> +> Most of the time to include these you'll only need to add `@import "support/support";` to the top of your bundle. If you want only a specific partial you can import them separately. + +This repository is a module of the full [primer-css][primer] repository. + +## Install + +This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-support` with this command. + +``` +$ npm install --save primer-support +``` + +## Usage + +The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. + +```scss +@import "primer-support/index.scss"; +``` + +You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ + +## Documentation + +You can read more about support in the [docs][docs]. + +## License + +[MIT](./LICENSE) © [GitHub](https://github.com/) + +[primer]: https://github.com/primer/primer +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/node_modules/primer-support/index.scss b/node_modules/primer-support/index.scss new file mode 100644 index 0000000..1b5abdd --- /dev/null +++ b/node_modules/primer-support/index.scss @@ -0,0 +1,11 @@ +// variables +@import "./lib/variables/typography.scss"; +@import "./lib/variables/colors.scss"; +@import "./lib/variables/layout.scss"; +@import "./lib/variables/misc.scss"; + +// mixins +@import "./lib/mixins/typography.scss"; +@import "./lib/mixins/layout.scss"; +@import "./lib/mixins/buttons.scss"; +@import "./lib/mixins/misc.scss"; diff --git a/node_modules/primer-support/lib/mixins/buttons.scss b/node_modules/primer-support/lib/mixins/buttons.scss new file mode 100644 index 0000000..a4f47d3 --- /dev/null +++ b/node_modules/primer-support/lib/mixins/buttons.scss @@ -0,0 +1,156 @@ +// stylelint-disable block-closing-brace-newline-after + +// Button color generator for primary and themed buttons + +// New button hotness +@mixin btn-solid($color, $bg, $bg2) { + color: $color; + background-color: $bg2; + background-image: linear-gradient(-180deg, $bg 0%, $bg2 90%); + + @if $bg == $gray-000 { + &:focus, + &.focus { + box-shadow: $btn-input-focus-shadow; + } + + &:hover, + &.hover { + background-color: darken($bg2, 3%); + background-image: linear-gradient(-180deg, darken($bg, 3%) 0%, darken($bg2, 3%) 90%); + background-position: 0 -0.5em; + border-color: rgba($black, 0.35); + } + + &:active, + &.selected { + background-color: darken(desaturate($bg, 10%), 6%); + background-image: none; + border-color: rgba($black, 0.35); // repeat to avoid shift on click-drag off of button + box-shadow: $btn-active-shadow; + } + + &:disabled, + &.disabled { + color: rgba($color, 0.4); + background-color: $bg2; + background-image: none; + border-color: transparentize($black, 0.8); // back to default .btn + box-shadow: none; + } + + } @else { + &:focus, + &.focus { + box-shadow: 0 0 0 0.2em rgba($bg, 0.3); + } + + &:hover, + &.hover { + background-color: darken($bg2, 2%); + background-image: linear-gradient(-180deg, darken($bg, 2%) 0%, darken($bg2, 2%) 90%); + background-position: 0 -0.5em; + border-color: $black-fade-50; + } + + &:active, + &.selected { + background-color: darken(mix($bg, $bg2, 50%), 7%); + background-image: none; + border-color: $black-fade-50; // repeat to avoid shift on click-drag off of button + box-shadow: $btn-active-shadow; + } + + &:disabled, + &.disabled { + color: rgba($color, 0.75); + background-color: mix($bg2, $white, 50%); + background-image: none; + border-color: transparentize($black, 0.8); // repeat .btn default to avoid shift on click-drag off of button + box-shadow: none; + } + + .Counter { + color: darken($bg, 8%); + background-color: $white; + } + } +} + +// Inverse button hover style +@mixin btn-inverse($color, $bg, $bg2) { + color: $color; + background-color: $bg; + background-image: linear-gradient(-180deg, $bg 0%, $bg2 90%); + + &:focus { + box-shadow: 0 0 0 0.2em rgba($color, 0.3); + } + + &:hover { + color: $text-white; + background-color: $color; + background-image: linear-gradient(-180deg, lighten($color, 10%) 0%, $color 90%); + border-color: $black-fade-50; + + .Counter { + color: $text-white; + } + } + + &:active, + &.selected { + color: $text-white; + background-color: darken($color, 5%); + background-image: none; + border-color: $black-fade-50; + box-shadow: $btn-active-shadow; + } + + &:disabled, + &.disabled { + color: rgba($color, 0.4); + background-color: $bg2; + background-image: none; + border-color: transparentize($black, 0.8); // back to default .btn + box-shadow: none; + } +} + +// Outline color generator for btn-outline to make the hover state inverse the text and bg colors. +@mixin btn-outline($text-color: $text-blue, $bg-color: $bg-white) { + color: $text-color; + background-color: $bg-color; + background-image: none; + + .Counter { + background-color: rgba($black, 0.07); + } + + &:hover, + &:active, + &.selected { + color: $bg-color; + background-color: $text-color; + background-image: none; + border-color: $text-color; + + .Counter { + color: $text-color; + background-color: $bg-color; + } + } + + &:focus { + border-color: $text-color; + box-shadow: 0 0 0 0.2em rgba($text-color, 0.3); + } + + &:disabled, + &.disabled { + color: $black-fade-30; + background-color: $bg-white; + border-color: $black-fade-15; + box-shadow: none; + } +} diff --git a/node_modules/primer-support/lib/mixins/layout.scss b/node_modules/primer-support/lib/mixins/layout.scss new file mode 100644 index 0000000..ec319d4 --- /dev/null +++ b/node_modules/primer-support/lib/mixins/layout.scss @@ -0,0 +1,52 @@ +// Responsive media queries + +@mixin breakpoint($breakpoint) { + // Retrieves the value from the key + $value: map-get($breakpoints, $breakpoint); + + // If the key exists in the map + @if $value != null { + // Prints a media query based on the value + @media (min-width: $value) { + @content; + } + } + + // If the key doesn't exist in the map + @else { + @warn "Unfortunately, no value could be retrieved from `#{$breakpoint}`. " + + "Please make sure it is defined in `$breakpoints` map."; + } +} + +// Retina media query + +@mixin retina-media-query { + @media + only screen and (-webkit-min-device-pixel-ratio: 2), + only screen and (min--moz-device-pixel-ratio: 2), + only screen and (-moz-min-device-pixel-ratio: 2), + only screen and (-o-min-device-pixel-ratio: 2/1), + only screen and (min-device-pixel-ratio: 2), + only screen and (min-resolution: 192dpi), + only screen and (min-resolution: 2dppx) { + @content; + } +} + +// Clearfix +// +// Clears floats via mixin. + +@mixin clearfix { + &::before { + display: table; + content: ""; + } + + &::after { + display: table; + clear: both; + content: ""; + } +} diff --git a/node_modules/primer-support/lib/mixins/misc.scss b/node_modules/primer-support/lib/mixins/misc.scss new file mode 100644 index 0000000..ebdd32d --- /dev/null +++ b/node_modules/primer-support/lib/mixins/misc.scss @@ -0,0 +1,29 @@ +// Generate a two-color caret for any element. +@mixin double-caret($foreground: $text-white, $background: lighten($gray-300, 5%)) { + &::after, + &::before { + position: absolute; + top: 11px; + right: 100%; + left: -16px; + display: block; + width: 0; + height: 0; + pointer-events: none; + content: " "; + border-color: transparent; + border-style: solid solid outset; + } + + &::after { + margin-top: 1px; + margin-left: 2px; + border-width: 7px; + border-right-color: $foreground; + } + + &::before { + border-width: 8px; + border-right-color: $background; + } +} diff --git a/node_modules/primer-support/lib/mixins/typography.scss b/node_modules/primer-support/lib/mixins/typography.scss new file mode 100644 index 0000000..d39aa44 --- /dev/null +++ b/node_modules/primer-support/lib/mixins/typography.scss @@ -0,0 +1,84 @@ +// Text hiding for image based text replacement. +// Higher performance than -9999px because it only renders +// the size of the actual text, not a full 9999px box. +@mixin hide-text() { + overflow: hidden; + text-indent: 100%; + white-space: nowrap; +} + +// Heading mixins for use within components +// These match heading utilities in utilities/typography +@mixin h1 { + font-size: $h1-size; + font-weight: $font-weight-bold; +} + +@mixin h2 { + font-size: $h2-size; + font-weight: $font-weight-bold; +} + +@mixin h3 { + font-size: $h3-size; + font-weight: $font-weight-bold; +} + +@mixin h4 { + font-size: $h4-size; + font-weight: $font-weight-bold; +} + +@mixin h5 { + font-size: $h5-size; + font-weight: $font-weight-bold; +} + +@mixin h6 { + font-size: $h6-size; + font-weight: $font-weight-bold; +} + +// Responsive heading mixins +// There are no responsive mixins for h4—h6 because they are small +// and don't need to be smaller on mobile. +@mixin f1-responsive { + font-size: $h1-size-mobile; + + // 32px on desktop + @include breakpoint(md) { font-size: $h1-size; } + +} + +@mixin f2-responsive { + font-size: $h2-size-mobile; + + // 24px on desktop + @include breakpoint(md) { font-size: $h2-size; } +} + +@mixin f3-responsive { + font-size: $h3-size-mobile; + + // 20px on desktop + @include breakpoint(md) { font-size: $h3-size; } + +} + +// These use the mixins from above for responsive heading sizes. +// The following mixins can be used where it's convenient or necessary to +// couple the responsive font-size with the font-weight. +@mixin h1-responsive { + @include f1-responsive; + font-weight: $font-weight-bold; +} + +@mixin h2-responsive { + @include f2-responsive; + font-weight: $font-weight-bold; +} + +@mixin h3-responsive { + @include f3-responsive; + font-weight: $font-weight-bold; +} diff --git a/node_modules/primer-support/lib/variables/color-system.scss b/node_modules/primer-support/lib/variables/color-system.scss new file mode 100644 index 0000000..0ea1a71 --- /dev/null +++ b/node_modules/primer-support/lib/variables/color-system.scss @@ -0,0 +1,114 @@ +// +// +// -------- Grays -------- +$gray-000: #fafbfc !default; +$gray-100: #f6f8fa !default; +$gray-200: #e1e4e8 !default; +$gray-300: #d1d5da !default; +$gray-400: #959da5 !default; +$gray-500: #6a737d !default; +$gray-600: #586069 !default; +$gray-700: #444d56 !default; +$gray-800: #2f363d !default; +$gray-900: #24292e !default; // body font color + +// -------- Blue -------- +$blue-000: #f1f8ff !default; +$blue-100: #dbedff !default; +$blue-200: #c8e1ff !default; +$blue-300: #79b8ff !default; +$blue-400: #2188ff !default; +$blue-500: #0366d6 !default; // Default: Passes AA with #fff +$blue-600: #005cc5 !default; +$blue-700: #044289 !default; +$blue-800: #032f62 !default; +$blue-900: #05264c !default; // Passes with 1/2/300 blues + +// -------- Green -------- +$green-000: #f0fff4 !default; +$green-100: #dcffe4 !default; +$green-200: #bef5cb !default; +$green-300: #85e89d !default; +$green-400: #34d058 !default; +$green-500: #28a745 !default; // Default. passes AA Large +$green-600: #22863a !default; // Text green, passes AA on #fff +$green-700: #176f2c !default; +$green-800: #165c26 !default; +$green-900: #144620 !default; + +// -------- Yellow -------- +$yellow-000: #fffdef !default; +$yellow-100: #fffbdd !default; +$yellow-200: #fff5b1 !default; +$yellow-300: #ffea7f !default; +$yellow-400: #ffdf5d !default; +$yellow-500: #ffd33d !default; +$yellow-600: #f9c513 !default; +$yellow-700: #dbab09 !default; +$yellow-800: #b08800 !default; +$yellow-900: #735c0f !default; + +// -------- Orange -------- +$orange-000: #fff8f2 !default; +$orange-100: #ffebda !default; +$orange-200: #ffd1ac !default; +$orange-300: #ffab70 !default; +$orange-400: #fb8532 !default; +$orange-500: #f66a0a !default; // Default. passes AA Large with #fff +$orange-600: #e36209 !default; +$orange-700: #d15704 !default; +$orange-800: #c24e00 !default; +$orange-900: #a04100 !default; + +// -------- Red -------- +$red-000: #ffeef0 !default; +$red-100: #ffdce0 !default; +$red-200: #fdaeb7 !default; +$red-300: #f97583 !default; +$red-400: #ea4a5a !default; +$red-500: #d73a49 !default; // Default. passes AA +$red-600: #cb2431 !default; +$red-700: #b31d28 !default; +$red-800: #9e1c23 !default; +$red-900: #86181d !default; + +// -------- Purple -------- +$purple-000: #f5f0ff !default; +$purple-100: #e6dcfd !default; +$purple-200: #d1bcf9 !default; +$purple-300: #b392f0 !default; +$purple-400: #8a63d2 !default; +$purple-500: #6f42c1 !default; // passes AA with #fff +$purple-600: #5a32a3 !default; +$purple-700: #4c2889 !default; +$purple-800: #3a1d6e !default; +$purple-900: #29134e !default; + +// -------- Fades -------- +// Black based on same hue as $gray-900 +$black: #1b1f23 !default; +$white: #fff !default; + +$black-fade-15: rgba($black, 0.15) !default; +$black-fade-30: rgba($black, 0.3) !default; +$black-fade-50: rgba($black, 0.5) !default; +$black-fade-70: rgba($black, 0.7) !default; +$black-fade-85: rgba($black, 0.85) !default; + +$white-fade-15: rgba($white, 0.15) !default; +$white-fade-30: rgba($white, 0.3) !default; +$white-fade-50: rgba($white, 0.5) !default; +$white-fade-70: rgba($white, 0.7) !default; +$white-fade-85: rgba($white, 0.85) !default; + +// -------- Color defaults -------- +$red: $red-500 !default; +$purple: $purple-500 !default; +$blue: $blue-500 !default; +$green: $green-500 !default; +$yellow: $yellow-500 !default; +$orange: $orange-500 !default; + +$gray-dark: $gray-900 !default; +$gray-light: $gray-400 !default; +$gray: $gray-500 !default; diff --git a/node_modules/primer-support/lib/variables/colors.scss b/node_modules/primer-support/lib/variables/colors.scss new file mode 100644 index 0000000..36dc3c8 --- /dev/null +++ b/node_modules/primer-support/lib/variables/colors.scss @@ -0,0 +1,67 @@ +@import "color-system.scss"; +// Color variables +// stylelint-disable declaration-bang-space-before + +// State indicators. +$status-pending: desaturate($yellow-700, 15%) !default; + +// Repository type colors +// Should be able to deprecate these in future +$repo-private-text: $black-fade-70 !default; +$repo-private-bg: $yellow-000 !default; +$repo-private-icon: transparentize($yellow-900, 0.5) !default; + +// Highlight used for things like search +$highlight-yellow: rgba(255, 247, 140, 0.5); + +// Border colors +$border-black-fade: $black-fade-15 !default; + +$border-blue: $blue-500 !default; +$border-blue-light: $blue-200 !default; + +$border-green: $green-400 !default; +$border-green-light: desaturate($green-300, 40%) !default; + +$border-purple: $purple !default; + +$border-red: $red !default; +$border-red-light: desaturate($red-300, 60%) !default; + +$border-purple: $purple !default; + +$border-yellow: desaturate($yellow-300, 60%) !default; + +$border-gray-dark: $gray-300 !default; +$border-gray-darker: $gray-700 !default; +$border-gray-light: lighten($gray-200, 3%) !default; +$border-gray: $gray-200 !default; + +// Background colors +$bg-blue-light: $blue-000 !default; +$bg-blue: $blue-500 !default; +$bg-gray-dark: $gray-900 !default; +$bg-gray-light: $gray-000 !default; +$bg-gray: $gray-100 !default; +$bg-green: $green-500 !default; +$bg-green-light: $green-100 !default; +$bg-orange: $orange-700 !default; +$bg-purple: $purple-500 !default; +$bg-purple-light: $purple-000 !default; +$bg-red: $red-500 !default; +$bg-red-light: $red-100 !default; +$bg-white: $white !default; +$bg-yellow: $yellow-500 !default; +$bg-yellow-light: $yellow-200 !default; + +// Text colors +$text-blue: $blue-500 !default; +$text-gray-dark: $gray-900 !default; +$text-gray-light: $gray-500 !default; +$text-gray: $gray-600 !default; +$text-green: $green-500 !default; +$text-orange: $orange-900 !default; +$text-orange-light: $orange-600 !default; +$text-purple: $purple !default; +$text-red: $red-600 !default; +$text-white: $white !default; diff --git a/node_modules/primer-support/lib/variables/layout.scss b/node_modules/primer-support/lib/variables/layout.scss new file mode 100644 index 0000000..8532570 --- /dev/null +++ b/node_modules/primer-support/lib/variables/layout.scss @@ -0,0 +1,58 @@ +// Layout variables +// stylelint-disable declaration-bang-space-before + +// These are our margin and padding utility spacers. The default step size we +// use is 8px. This gives us a key of: +// 0 => 0px +// 1 => 4px +// 2 => 8px +// 3 => 16px +// 4 => 24px +// 5 => 32px +// 6 => 40px +$spacer: 8px !default; +$spacers: ( + 0, + round($spacer / 2), + $spacer, + $spacer * 2, + $spacer * 3, + $spacer * 4, + $spacer * 5 +) !default; + +// Aliases for easy use +$spacer-1: nth($spacers, 2) !default; // 4px +$spacer-2: nth($spacers, 3) !default; // 8px +$spacer-3: nth($spacers, 4) !default; // 12px +$spacer-4: nth($spacers, 5) !default; // 24px +$spacer-5: nth($spacers, 6) !default; // 32px +$spacer-6: nth($spacers, 7) !default; // 40px + +// Fixed-width container variables +$container-width: 980px !default; +$grid-gutter: 10px !default; + +// Breakpoint widths +$width-xs: 0; +$width-sm: 544px; +$width-md: 768px; +$width-lg: 1012px; +$width-xl: 1280px; + +// Responsive container widths +$container-md: $width-md !default; +$container-lg: $width-lg !default; +$container-xl: $width-xl !default; + +// Breakpoints +$breakpoints: ( + // Small screen / phone + sm: $width-sm, + // Medium screen / tablet + md: $width-md, + // Large screen / desktop (980 + (12 * 2)) <= container + gutters + lg: $width-lg, + // Extra large screen / wide desktop + xl: $width-xl +) !default; diff --git a/node_modules/primer-support/lib/variables/misc.scss b/node_modules/primer-support/lib/variables/misc.scss new file mode 100644 index 0000000..ceca69e --- /dev/null +++ b/node_modules/primer-support/lib/variables/misc.scss @@ -0,0 +1,40 @@ +// Miscellaneous variables +// stylelint-disable declaration-bang-space-before + +// Border size +$border-width: 1px !default; +$border-color: $border-gray !default; +$border-style: solid !default; +$border: $border-width $border-color $border-style !default; +$border-radius: 3px !default; + +// Custom explore grid border +$exploregrid-item-border-radius: 4px; + +// Box shadow +$box-shadow: 0 1px 1px rgba($black, 0.1) !default; +$box-shadow-medium: 0 1px 5px $black-fade-15 !default; +$box-shadow-large: 0 1px 15px $black-fade-15 !default; +$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default; + +// Tooltips +$tooltip-max-width: 250px !default; +$tooltip-background-color: rgba($black, 0.8) !default; +$tooltip-text-color: $white !default; +$tooltip-delay: 0.4s !default; +$tooltip-duration: 0.1s !default; + +// Should be moved into custom github css +$stats-switcher-py: 10px; +// Future proof this `height` value by finding the computed line-height, then +// adding the total value of the vertical padding. This var is used to toggle +// between the stats bar and language breakdown. +$stats-viewport-height: ($body-font-size * $body-line-height) + ($stats-switcher-py * 2); + +$min_tab_size: 1; +$max_tab_size: 12; + +// Button and form variables +$form-control-shadow: inset 0 1px 2px rgba($black, 0.075); +$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3); +$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15; diff --git a/node_modules/primer-support/lib/variables/typography.scss b/node_modules/primer-support/lib/variables/typography.scss new file mode 100644 index 0000000..c3d8573 --- /dev/null +++ b/node_modules/primer-support/lib/variables/typography.scss @@ -0,0 +1,43 @@ +// Typography variables +// stylelint-disable declaration-bang-space-before + +// Heading sizes - mobile +// h4—h6 remain the same size on both mobile & desktop +$h00-size-mobile: 40px !default; +$h0-size-mobile: 32px !default; +$h1-size-mobile: 26px !default; +$h2-size-mobile: 22px !default; +$h3-size-mobile: 18px !default; + +// Heading sizes - desktop +$h00-size: 48px !default; +$h0-size: 40px !default; +$h1-size: 32px !default; +$h2-size: 24px !default; +$h3-size: 20px !default; +$h4-size: 16px !default; +$h5-size: 14px !default; +$h6-size: 12px !default; + +$font-size-small: 12px !default; + +// Font weights +$font-weight-bold: 600 !default; +$font-weight-semibold: 500 !default; +$font-weight-normal: 400 !default; +$font-weight-light: 300 !default; + +// Line heights +$lh-condensed-ultra: 1 !default; +$lh-condensed: 1.25 !default; +$lh-default: 1.5 !default; + +// Font stacks +$body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default; + +// Monospace font stack +$mono-font: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace !default; + +// The base body size +$body-font-size: 14px !default; +$body-line-height: $lh-default !default; diff --git a/node_modules/primer-support/package.json b/node_modules/primer-support/package.json new file mode 100644 index 0000000..628728b --- /dev/null +++ b/node_modules/primer-support/package.json @@ -0,0 +1,89 @@ +{ + "_from": "primer-support@^4.0.6", + "_id": "primer-support@4.0.6", + "_inBundle": false, + "_integrity": "sha1-gPO/HOtj/aHPL9vOoJtjLIEuHVQ=", + "_location": "/primer-support", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "primer-support@^4.0.6", + "name": "primer-support", + "escapedName": "primer-support", + "rawSpec": "^4.0.6", + "saveSpec": null, + "fetchSpec": "^4.0.6" + }, + "_requiredBy": [ + "/primer-alerts", + "/primer-avatars", + "/primer-base", + "/primer-blankslate", + "/primer-box", + "/primer-breadcrumb", + "/primer-buttons", + "/primer-cards", + "/primer-core", + "/primer-css", + "/primer-forms", + "/primer-labels", + "/primer-layout", + "/primer-markdown", + "/primer-marketing", + "/primer-marketing-type", + "/primer-marketing-utilities", + "/primer-navigation", + "/primer-page-headers", + "/primer-page-sections", + "/primer-product", + "/primer-table-object", + "/primer-tables", + "/primer-tooltips", + "/primer-truncate", + "/primer-utilities" + ], + "_resolved": "https://registry.npmjs.org/primer-support/-/primer-support-4.0.6.tgz", + "_shasum": "80f3bf1ceb63fda1cf2fdbcea09b632c812e1d54", + "_spec": "primer-support@^4.0.6", + "_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css", + "author": { + "name": "GitHub, Inc." + }, + "bugs": { + "url": "https://github.com/primer/primer-css/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "Sass variables, mixins, and functions for use in our components.", + "devDependencies": { + "stylelint": "*", + "stylelint-config-primer": "*" + }, + "files": [ + "index.scss", + "lib" + ], + "homepage": "http://primercss.io/", + "keywords": [ + "primer", + "css", + "github", + "primercss", + "mixins", + "functions", + "variables", + "scss" + ], + "license": "MIT", + "name": "primer-support", + "repository": { + "type": "git", + "url": "https://github.com/primer/primer-css/tree/master/packages/primer-support" + }, + "scripts": { + "test": "stylelint **/*.scss -c .stylelintrc.json -s scss" + }, + "style": "index.scss", + "version": "4.0.6" +} diff --git a/node_modules/primer-table-object/CHANGELOG.md b/node_modules/primer-table-object/CHANGELOG.md new file mode 100644 index 0000000..5845285 --- /dev/null +++ b/node_modules/primer-table-object/CHANGELOG.md @@ -0,0 +1,64 @@ +# v1.0.3 + + * Bump all the version numbers for readme - Mu-An Chiou [github/github@a9d152f](https://github.com/github/github/commit/a9d152f) + * Fix all the travis badge URL - Mu-An Chiou [github/github@9cd6d84](https://github.com/github/github/commit/9cd6d84) + +# v1.0.2 + + * More versions - Jon Rohan [github/github@e12ba2e](https://github.com/github/github/commit/e12ba2e) + * bumping the version - Jon Rohan [github/github@4a72b25](https://github.com/github/github/commit/4a72b25) + * Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651) + * don't change the versions yet - Jon Rohan [github/github@6bebcff](https://github.com/github/github/commit/6bebcff) + * Removing needless disables - Jon Rohan [github/github@6233c40](https://github.com/github/github/commit/6233c40) + * Add aria-label to input and spacing for button - Mu-An Chiou [github/github@59cabaa](https://github.com/github/github/commit/59cabaa) + * Sorting and table objects. We also don't need homepage - Jon Rohan [github/github@798629d](https://github.com/github/github/commit/798629d) + * Removing duplicate headers - Jon Rohan [github/github@225cee1](https://github.com/github/github/commit/225cee1) + +# v1.0.0 + + * Copy chnages - Caleb Winters [github/github@7ac71e6](https://github.com/github/github/commit/7ac71e6) + * Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a) + * Separating out modules into primer-core and primer-product - Jon Rohan [github/github@ddf698c](https://github.com/github/github/commit/ddf698c) + +# v0.2.4 + + * Updating version - Jon Rohan [github/github@6bf5fe5](https://github.com/github/github/commit/6bf5fe5) + * Updating link to real primer-css repository - Jon Rohan [github/github@bbaedda](https://github.com/github/github/commit/bbaedda) + * Updating the modules stylelint - Jon Rohan [github/github@389609f](https://github.com/github/github/commit/389609f) + * Make sure the modules build without error before publishing - Jon Rohan [github/github@57ac5e6](https://github.com/github/github/commit/57ac5e6) + * Adding documentation status to most of the modules - Jon Rohan [github/github@b97695c](https://github.com/github/github/commit/b97695c) + +# v0.2.3 + + * Publishing a new version - Jon Rohan [github/github@eed0e96](https://github.com/github/github/commit/eed0e96) + * Adding link to homepage in readme docs - Jon Rohan [github/github@633f421](https://github.com/github/github/commit/633f421) + * Removing some unnecessary lint plugins and using native - Jon Rohan [github/github@2ae0070](https://github.com/github/github/commit/2ae0070) + * including no-utility lint plugin - Jon Rohan [github/github@5cb86ed](https://github.com/github/github/commit/5cb86ed) + * Adding lint plugins for new config - Jon Rohan [github/github@7fb9613](https://github.com/github/github/commit/7fb9613) + +# v0.2.2 + + * Mentioning the build file - Jon Rohan [github/github@64ca4a7](https://github.com/github/github/commit/64ca4a7) + * Including build/build.css in distributed npm module - Jon Rohan [github/github@e4effbf](https://github.com/github/github/commit/e4effbf) + * Updating modules to run on prepublish to include build.css in distribution - Jon Rohan [github/github@5b573a0](https://github.com/github/github/commit/5b573a0) + * Re-ordering the docs to the bottom of the readme - Jon Rohan [github/github@9c1f291](https://github.com/github/github/commit/9c1f291) + * Updating the link - Jon Rohan [github/github@f67684b](https://github.com/github/github/commit/f67684b) + +# v0.2.1 + + * Bumping version to include postcss.json in npm - Jon Rohan [github/github@9e560ba](https://github.com/github/github/commit/9e560ba) + * Using stylelint to lint the modules instead of scss_lint - Jon Rohan [github/github@cb0b8fd](https://github.com/github/github/commit/cb0b8fd) + +# v0.2.0 + + * Cutting new version 0.2.0 - Jon Rohan [github/github@a6f6586](https://github.com/github/github/commit/a6f6586) + * Don't link requirements - Jon Rohan [github/github@7740e81](https://github.com/github/github/commit/7740e81) + * Updating the README with more detailed instructions - Jon Rohan [github/github@5dd7c34](https://github.com/github/github/commit/5dd7c34) + * Reorganize the module folders into a more flexible organization - Jon Rohan [github/github@5a07101](https://github.com/github/github/commit/5a07101) + * cleaning up the package.json files - Jon Rohan [github/github@77763a1](https://github.com/github/github/commit/77763a1) + * Adding npm version badges to readme - Jon Rohan [github/github@90b1871](https://github.com/github/github/commit/90b1871) + * Adding tavisci build badges to the readmes - Jon Rohan [github/github@1a6126f](https://github.com/github/github/commit/1a6126f) + +# v0.1.0 + + * Creating the final css modules, and removing npm primer-css - Jon Rohan [github/github@fb3fa3b](https://github.com/github/github/commit/fb3fa3b) \ No newline at end of file diff --git a/node_modules/primer-table-object/LICENSE b/node_modules/primer-table-object/LICENSE new file mode 100644 index 0000000..5715c13 --- /dev/null +++ b/node_modules/primer-table-object/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/primer-table-object/README.md b/node_modules/primer-table-object/README.md new file mode 100644 index 0000000..43d5996 --- /dev/null +++ b/node_modules/primer-table-object/README.md @@ -0,0 +1,69 @@ +# Primer CSS table object + +[![npm version](http://img.shields.io/npm/v/primer-table-object.svg)](https://www.npmjs.org/package/primer-table-object) +[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css) + +> Table object is a module for creating dynamically resizable elements that always sit on the same horizontal line (e.g., they never break to a new line). Using table styles in our CSS means it’s cross browser friendly back to at least IE9. + +This repository is a module of the full [primer-css][primer-css] repository. + +## Install + +This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-table-object` with this command. + +``` +$ npm install --save primer-table-object +``` + +## Usage + +The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. + +```scss +@import "primer-table-object/index.scss"; +``` + +You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ + +## Build + +For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package. + +``` +$ npm run build +``` + +## Documentation + + + +The table object is a module for creating dynamically resizable elements that always sit on the same horizontal line (e.g., they never break to a new line). Using table styles in our CSS means it's cross browser friendly back to at least IE9. + +Additional `margin` or `padding` may be required to properly space content. + +```html +
+
+ +
+
+ +
+
+``` + + + +## License + +[MIT](./LICENSE) © [GitHub](https://github.com/) + +[primer-css]: https://github.com/primer/primer +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/node_modules/primer-table-object/build/build.css b/node_modules/primer-table-object/build/build.css new file mode 100644 index 0000000..39c5d96 --- /dev/null +++ b/node_modules/primer-table-object/build/build.css @@ -0,0 +1 @@ +.TableObject{display:table}.TableObject-item{display:table-cell;width:1%;white-space:nowrap;vertical-align:middle}.TableObject-item--primary{width:99%} diff --git a/node_modules/primer-table-object/build/index.js b/node_modules/primer-table-object/build/index.js new file mode 100644 index 0000000..d967c20 --- /dev/null +++ b/node_modules/primer-table-object/build/index.js @@ -0,0 +1 @@ +module.exports = {"cssstats":{"size":152,"gzipSize":123,"humanizedSize":"152B","humanizedGzipSize":"123B","rules":{"total":3,"size":{"graph":[1,4,1],"max":4,"average":2}},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".TableObject",".TableObject-item",".TableObject-item--primary"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"display":["table","table-cell"],"width":["1%","99%"],"white-space":["nowrap"],"vertical-align":["middle"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}} \ No newline at end of file diff --git a/node_modules/primer-table-object/index.scss b/node_modules/primer-table-object/index.scss new file mode 100644 index 0000000..2adb462 --- /dev/null +++ b/node_modules/primer-table-object/index.scss @@ -0,0 +1 @@ +@import "./lib/table-object.scss"; diff --git a/node_modules/primer-table-object/lib/table-object.scss b/node_modules/primer-table-object/lib/table-object.scss new file mode 100644 index 0000000..353c732 --- /dev/null +++ b/node_modules/primer-table-object/lib/table-object.scss @@ -0,0 +1,20 @@ +// TableObject is a module for creating dynamically resizable elements that +// always sit on the same horizontal line (e.g., they never wrap). Using +// tables means it's cross browser friendly. + +.TableObject { + display: table; +} + +// Place this on every "cell" +.TableObject-item { + display: table-cell; + width: 1%; + white-space: nowrap; + vertical-align: middle; +} + +// Place this on the largest or most important "cell" +.TableObject-item--primary { + width: 99%; +} diff --git a/node_modules/primer-table-object/package.json b/node_modules/primer-table-object/package.json new file mode 100644 index 0000000..6137b01 --- /dev/null +++ b/node_modules/primer-table-object/package.json @@ -0,0 +1,69 @@ +{ + "_from": "primer-table-object@^1.0.8", + "_id": "primer-table-object@1.0.8", + "_inBundle": false, + "_integrity": "sha1-HBYUvWj2rYcuXTREcPs02DgtsV8=", + "_location": "/primer-table-object", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "primer-table-object@^1.0.8", + "name": "primer-table-object", + "escapedName": "primer-table-object", + "rawSpec": "^1.0.8", + "saveSpec": null, + "fetchSpec": "^1.0.8" + }, + "_requiredBy": [ + "/primer-core", + "/primer-css" + ], + "_resolved": "https://registry.npmjs.org/primer-table-object/-/primer-table-object-1.0.8.tgz", + "_shasum": "1c1614bd68f6ad872e5d344470fb34d8382db15f", + "_spec": "primer-table-object@^1.0.8", + "_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css", + "author": { + "name": "GitHub, Inc." + }, + "bugs": { + "url": "https://github.com/primer/primer-css/issues" + }, + "bundleDependencies": false, + "dependencies": { + "primer-support": "^4.0.6" + }, + "deprecated": false, + "description": "A module for creating dynamically resizable elements that always sit on the same horizontal line.", + "devDependencies": { + "primer-module-build": "*", + "stylelint": "*", + "stylelint-config-primer": "*" + }, + "files": [ + "index.scss", + "lib", + "build" + ], + "homepage": "http://primercss.io/", + "keywords": [ + "primer", + "css", + "github", + "primercss" + ], + "license": "MIT", + "main": "build/index.js", + "name": "primer-table-object", + "repository": { + "type": "git", + "url": "https://github.com/primer/primer-css/tree/master/packages/primer-table-object" + }, + "scripts": { + "build": "primer-module-build index.scss", + "prepare": "npm run build", + "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" + }, + "style": "index.scss", + "version": "1.0.8" +} diff --git a/node_modules/primer-tables/CHANGELOG.md b/node_modules/primer-tables/CHANGELOG.md new file mode 100644 index 0000000..2e300ee --- /dev/null +++ b/node_modules/primer-tables/CHANGELOG.md @@ -0,0 +1,29 @@ +# v0.1.2 + + * update package version for marketing tables after variable updates - broccolini [github/github@382f55f](https://github.com/github/github/commit/382f55f) + * @broccolini's feedback - Sophie Shepherd [github/github@f9699ef](https://github.com/github/github/commit/f9699ef) + * delete all the marketing color variables, start working on buttons! woo! - Sophie Shepherd [github/github@3719e3c](https://github.com/github/github/commit/3719e3c) + +# v0.1.1 + + * bumping the version - Jon Rohan [github/github@4a72b25](https://github.com/github/github/commit/4a72b25) + * Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651) + * don't change the versions yet - Jon Rohan [github/github@6bebcff](https://github.com/github/github/commit/6bebcff) + * Bumping version - Jon Rohan [github/github@df8b91c](https://github.com/github/github/commit/df8b91c) + * Cleaning up devDependencies versions and simplifying npm scripts - Jon Rohan [github/github@2c42571](https://github.com/github/github/commit/2c42571) + * Sorting and table objects. We also don't need homepage - Jon Rohan [github/github@798629d](https://github.com/github/github/commit/798629d) + * Removing duplicate headers - Jon Rohan [github/github@225cee1](https://github.com/github/github/commit/225cee1) + +# v0.1.0 + + * Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a) + * Fix broken paths - Patrick Marsceill [github/github@b5dc395](https://github.com/github/github/commit/b5dc395) + * Update the names in the README files - Patrick Marsceill [github/github@75fed58](https://github.com/github/github/commit/75fed58) + * Update names for npm publising - Patrick Marsceill [github/github@451f97a](https://github.com/github/github/commit/451f97a) + * Fix import path across all scss files - Patrick Marsceill [github/github@a566f31](https://github.com/github/github/commit/a566f31) + * Linting - Patrick Marsceill [github/github@987f2ad](https://github.com/github/github/commit/987f2ad) + * Add type & tables to docs - Sophie Shepherd [github/github@31ff53f](https://github.com/github/github/commit/31ff53f) + * Fix variable collisions and add basecoat to site to test sass compilation errors - Patrick Marsceill [github/github@c73eee3](https://github.com/github/github/commit/c73eee3) + * Remove basecoat - Patrick Marsceill [github/github@1b1503d](https://github.com/github/github/commit/1b1503d) + * prefix bc => marketing - Patrick Marsceill [github/github@04d509a](https://github.com/github/github/commit/04d509a) + * pull in ye olde basecoat files from branch - Patrick Marsceill [github/github@09d47e9](https://github.com/github/github/commit/09d47e9) \ No newline at end of file diff --git a/node_modules/primer-tables/LICENSE b/node_modules/primer-tables/LICENSE new file mode 100644 index 0000000..5715c13 --- /dev/null +++ b/node_modules/primer-tables/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/primer-tables/README.md b/node_modules/primer-tables/README.md new file mode 100644 index 0000000..c1a990e --- /dev/null +++ b/node_modules/primer-tables/README.md @@ -0,0 +1,57 @@ +# Primer Marketing CSS Tables + +[![npm version](http://img.shields.io/npm/v/primer-tables.svg)](https://www.npmjs.org/package/primer-tables) +[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css) + +> Styles to display tabular data for marketing websites at GitHub. + +This repository is a module of the full [primer-css][primer] repository. + +## Documentation + + + +Documentation & refactor coming very soon + + + +## Install + +This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-tables` with this command. + +``` +$ npm install --save primer-tables +``` + +## Usage + +The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. + +```scss +@import "primer-tables/index.scss"; +``` + +You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ + +## Build + +For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` + +``` +$ npm run build +``` + +## License + +MIT © [GitHub](https://github.com/) + +[primer]: https://github.com/primer/primer +[primer-support]: https://github.com/primer/primer-support +[support]: https://github.com/primer/primer-support +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/node_modules/primer-tables/build/build.css b/node_modules/primer-tables/build/build.css new file mode 100644 index 0000000..f48133a --- /dev/null +++ b/node_modules/primer-tables/build/build.css @@ -0,0 +1 @@ +.data-table{width:100%;margin-top:16px;border-collapse:collapse;border:1px #e1e4e8 solid;box-shadow:0 1px 1px rgba(27,31,35,0.05)}.data-table th{font-weight:400;text-align:left}.data-table td,.data-table th{padding:16px;border-right:1px #e1e4e8 solid;border-bottom:1px #e1e4e8 solid}.data-table tbody th{width:25%}.data-table tbody th,.data-table tbody td{border-bottom-color:#e1e4e8}.data-table tbody tr:last-child th,.data-table tbody tr:last-child td{border-bottom:1px #e1e4e8 solid} diff --git a/node_modules/primer-tables/build/index.js b/node_modules/primer-tables/build/index.js new file mode 100644 index 0000000..3c22cc7 --- /dev/null +++ b/node_modules/primer-tables/build/index.js @@ -0,0 +1 @@ +module.exports = {"cssstats":{"size":487,"gzipSize":232,"humanizedSize":"487B","humanizedGzipSize":"232B","rules":{"total":6,"size":{"graph":[5,2,3,1,1,1],"max":5,"average":2.1666666666666665}},"selectors":{"total":9,"type":8,"class":9,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".data-table",".data-table th",".data-table td",".data-table th",".data-table tbody th",".data-table tbody th",".data-table tbody td",".data-table tbody tr:last-child th",".data-table tbody tr:last-child td"],"specificity":{"max":23,"average":13.88888888888889}},"declarations":{"total":13,"unique":12,"properties":{"width":["100%","25%"],"margin-top":["16px"],"border-collapse":["collapse"],"border":["1px #e1e4e8 solid"],"box-shadow":["0 1px 1px rgba(27,31,35,0.05)"],"font-weight":["400"],"text-align":["left"],"padding":["16px"],"border-right":["1px #e1e4e8 solid"],"border-bottom":["1px #e1e4e8 solid","1px #e1e4e8 solid"],"border-bottom-color":["#e1e4e8"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}} \ No newline at end of file diff --git a/node_modules/primer-tables/index.scss b/node_modules/primer-tables/index.scss new file mode 100644 index 0000000..1505afe --- /dev/null +++ b/node_modules/primer-tables/index.scss @@ -0,0 +1,4 @@ +// support files +@import "primer-support/index.scss"; +@import "primer-marketing-support/index.scss"; +@import "./lib/tables.scss"; diff --git a/node_modules/primer-tables/lib/tables.scss b/node_modules/primer-tables/lib/tables.scss new file mode 100644 index 0000000..68293d4 --- /dev/null +++ b/node_modules/primer-tables/lib/tables.scss @@ -0,0 +1,39 @@ +// stylelint-disable selector-no-type, selector-max-compound-selectors + +.data-table { + width: 100%; + margin-top: $spacer-3; + border-collapse: collapse; + border: $border; + box-shadow: 0 1px 1px rgba($black, 0.05); + + th { + font-weight: 400; + text-align: left; + } + + td, + th { + padding: $spacer-3; + border-right: $border; + border-bottom: $border; + } + + tbody { + th { + width: 25%; + } + + th, + td { + border-bottom-color: $border-gray; + } + + tr:last-child { + th, + td { + border-bottom: $border; + } + } + } +} diff --git a/node_modules/primer-tables/package.json b/node_modules/primer-tables/package.json new file mode 100644 index 0000000..39ad3d5 --- /dev/null +++ b/node_modules/primer-tables/package.json @@ -0,0 +1,72 @@ +{ + "_from": "primer-tables@^1.0.1", + "_id": "primer-tables@1.0.1", + "_inBundle": false, + "_integrity": "sha1-zSNkV2s6exNTSATxJFNuYfwHhGQ=", + "_location": "/primer-tables", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "primer-tables@^1.0.1", + "name": "primer-tables", + "escapedName": "primer-tables", + "rawSpec": "^1.0.1", + "saveSpec": null, + "fetchSpec": "^1.0.1" + }, + "_requiredBy": [ + "/primer-css", + "/primer-marketing" + ], + "_resolved": "https://registry.npmjs.org/primer-tables/-/primer-tables-1.0.1.tgz", + "_shasum": "cd2364576b3a7b13534804f124536e61fc078464", + "_spec": "primer-tables@^1.0.1", + "_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css", + "author": { + "name": "GitHub, Inc." + }, + "bugs": { + "url": "https://github.com/primer/primer-css/issues" + }, + "bundleDependencies": false, + "dependencies": { + "primer-marketing-support": "^1.0.1", + "primer-support": "^4.0.6" + }, + "deprecated": false, + "description": "Styles to display tabular data for marketing websites at GitHub.", + "devDependencies": { + "primer-module-build": "*", + "stylelint": "*", + "stylelint-config-primer": "*" + }, + "files": [ + "index.scss", + "lib", + "build" + ], + "homepage": "http://primercss.io/", + "keywords": [ + "css", + "github", + "primer", + "primercss", + "style", + "tables" + ], + "license": "MIT", + "main": "build/index.js", + "name": "primer-tables", + "repository": { + "type": "git", + "url": "https://github.com/primer/primer-css/tree/master/packages/primer-tables" + }, + "scripts": { + "build": "primer-module-build index.scss", + "prepare": "npm run build", + "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" + }, + "style": "build/build.css", + "version": "1.0.1" +} diff --git a/node_modules/primer-tooltips/CHANGELOG.md b/node_modules/primer-tooltips/CHANGELOG.md new file mode 100644 index 0000000..995c819 --- /dev/null +++ b/node_modules/primer-tooltips/CHANGELOG.md @@ -0,0 +1,79 @@ +# v0.5.4 + + * Bump version and update changelog - Mu-An Chiou [github/github@8bed463](https://github.com/github/github/commit/8bed463)7ff6 + * Remove word-break and use word-wrap instead - Mu-An Chiou [github/github@35f9c6b](https://github.com/github/github/commit/35f9c6b)6ad8 + +# v0.5.3 + + * Bump all the version numbers for readme - Mu-An Chiou [github/github@a9d152f](https://github.com/github/github/commit/a9d152f) + * Fix all the travis badge URL - Mu-An Chiou [github/github@9cd6d84](https://github.com/github/github/commit/9cd6d84) + +# v0.5.2 + + * bumping the version - Jon Rohan [github/github@4a72b25](https://github.com/github/github/commit/4a72b25) + * Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651) + * don't change the versions yet - Jon Rohan [github/github@6bebcff](https://github.com/github/github/commit/6bebcff) + * Add note on aria-label and reminder to tooltip responsibly - Mu-An Chiou [github/github@44adee6](https://github.com/github/github/commit/44adee6) + +# v0.5.1 + + * add docs for multi-line tooltips - broccolini [github/github@9524337](https://github.com/github/github/commit/9524337) + * patch version - Jon Rohan [github/github@97acc55](https://github.com/github/github/commit/97acc55) + * typo - Jon Rohan [github/github@eb0773b](https://github.com/github/github/commit/eb0773b) + +# v0.5.0 + + * Cutting new versions of primer modules - Jon Rohan [github/github@157f5ab](https://github.com/github/github/commit/157f5ab) + * Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a) + * Separating out modules into primer-core and primer-product - Jon Rohan [github/github@ddf698c](https://github.com/github/github/commit/ddf698c) + +# v0.4.0 + + * Updating to major new version - Jon Rohan [github/github@f0df999](https://github.com/github/github/commit/f0df999) + * finding more left/right - Jon Rohan [github/github@c80b828](https://github.com/github/github/commit/c80b828) + +# v0.3.0 + + * Updating version - Jon Rohan [github/github@6bf5fe5](https://github.com/github/github/commit/6bf5fe5) + * Updating link to real primer-css repository - Jon Rohan [github/github@bbaedda](https://github.com/github/github/commit/bbaedda) + * Updating the modules stylelint - Jon Rohan [github/github@389609f](https://github.com/github/github/commit/389609f) + * Add back tooltip multiline bug - Jon Rohan [github/github@4a32708](https://github.com/github/github/commit/4a32708) + * dropping some browser hacks - Jon Rohan [github/github@2969e8a](https://github.com/github/github/commit/2969e8a) + * Make sure the modules build without error before publishing - Jon Rohan [github/github@57ac5e6](https://github.com/github/github/commit/57ac5e6) + * Adding documentation status to most of the modules - Jon Rohan [github/github@b97695c](https://github.com/github/github/commit/b97695c) + +# v0.2.3 + + * Publishing a new version - Jon Rohan [github/github@eed0e96](https://github.com/github/github/commit/eed0e96) + * Adding link to homepage in readme docs - Jon Rohan [github/github@633f421](https://github.com/github/github/commit/633f421) + * Removing some unnecessary lint plugins and using native - Jon Rohan [github/github@2ae0070](https://github.com/github/github/commit/2ae0070) + * including no-utility lint plugin - Jon Rohan [github/github@5cb86ed](https://github.com/github/github/commit/5cb86ed) + * Adding lint plugins for new config - Jon Rohan [github/github@7fb9613](https://github.com/github/github/commit/7fb9613) + +# v0.2.2 + + * Mentioning the build file - Jon Rohan [github/github@64ca4a7](https://github.com/github/github/commit/64ca4a7) + * Including build/build.css in distributed npm module - Jon Rohan [github/github@e4effbf](https://github.com/github/github/commit/e4effbf) + * Updating modules to run on prepublish to include build.css in distribution - Jon Rohan [github/github@5b573a0](https://github.com/github/github/commit/5b573a0) + * Re-ordering the docs to the bottom of the readme - Jon Rohan [github/github@9c1f291](https://github.com/github/github/commit/9c1f291) + * Updating the link - Jon Rohan [github/github@f67684b](https://github.com/github/github/commit/f67684b) + +# v0.2.1 + + * Bumping version to include postcss.json in npm - Jon Rohan [github/github@9e560ba](https://github.com/github/github/commit/9e560ba) + * Using stylelint to lint the modules instead of scss_lint - Jon Rohan [github/github@cb0b8fd](https://github.com/github/github/commit/cb0b8fd) + +# v0.2.0 + + * Cutting new version 0.2.0 - Jon Rohan [github/github@a6f6586](https://github.com/github/github/commit/a6f6586) + * Don't link requirements - Jon Rohan [github/github@7740e81](https://github.com/github/github/commit/7740e81) + * Updating the README with more detailed instructions - Jon Rohan [github/github@5dd7c34](https://github.com/github/github/commit/5dd7c34) + * Reorganize the module folders into a more flexible organization - Jon Rohan [github/github@5a07101](https://github.com/github/github/commit/5a07101) + * cleaning up the package.json files - Jon Rohan [github/github@77763a1](https://github.com/github/github/commit/77763a1) + * Adding npm version badges to readme - Jon Rohan [github/github@90b1871](https://github.com/github/github/commit/90b1871) + * Adding tavisci build badges to the readmes - Jon Rohan [github/github@1a6126f](https://github.com/github/github/commit/1a6126f) + +# v0.1.0 + + * Updating support dependency versions - Jon Rohan [github/github@76d97ec](https://github.com/github/github/commit/76d97ec) + * Moving tooltips from primer/primer to a module - Jon Rohan [github/github@3d28acb](https://github.com/github/github/commit/3d28acb) \ No newline at end of file diff --git a/node_modules/primer-tooltips/LICENSE b/node_modules/primer-tooltips/LICENSE new file mode 100644 index 0000000..5715c13 --- /dev/null +++ b/node_modules/primer-tooltips/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/primer-tooltips/README.md b/node_modules/primer-tooltips/README.md new file mode 100644 index 0000000..148c532 --- /dev/null +++ b/node_modules/primer-tooltips/README.md @@ -0,0 +1,117 @@ +# Primer CSS Tooltips + +[![npm version](http://img.shields.io/npm/v/primer-tooltips.svg)](https://www.npmjs.org/package/primer-tooltips) +[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css) + +> Add tooltips built entirely in CSS to nearly any element. Just add a few classes and an aria-label attribute. + +This repository is a module of the full [primer-css][primer-css] repository. + +## Install + +This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-tooltips` with this command. + +``` +$ npm install --save primer-tooltips +``` + +## Usage + +The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. + +```scss +@import "primer-tooltips/index.scss"; +``` + +You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ + +## Build + +For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package. + +``` +$ npm run build +``` + +## Documentation + + + +Add tooltips built entirely in CSS to nearly any element. Just add a few classes and an `aria-label` attribute. + +**Attention**: we use `aria-label` for tooltips instead of something like `data-tooltip` because it is crucial that the tooltip content is available for screen reader users as well. However, `aria-label` **replaces** the text content of an element for screen reader users, so only use tooltip if there is no better way to present the information, or consider using `title` for supplement information. + +In addition, you'll want to specify a direction: + +- `.tooltipped-n` +- `.tooltipped-ne` +- `.tooltipped-e` +- `.tooltipped-se` +- `.tooltipped-s` +- `.tooltipped-sw` +- `.tooltipped-w` +- `.tooltipped-nw` + +Tooltip classes will conflict with Octicon classes, and as such, must go on a parent element instead of the icon. + +```html + + Tooltip North + + + Tooltip North East + + + Tooltip East + + + Tooltip South East + + + Tooltip South + + + Tooltip South West + + + Tooltip West + + + Tooltip North West + +``` + +#### Tooltips with multiple lines +Use `.tooltipped-multiline` when you have long content. This style has some limitations: you cannot pre-format the text with newlines, and tooltips are limited to a max-width of `250px`. + + +```html + + Tooltip with multiple lines + +``` + +#### Tooltips No Delay + +By default the tooltips have a slight delay before appearing. This is to keep multiple tooltips in the UI from being distracting. There is a modifier class you can use to override this. `.tooltipped-no-delay` + +```html + + Tooltip no delay + +``` + + + +## License + +[MIT](./LICENSE) © [GitHub](https://github.com/) + +[primer-css]: https://github.com/primer/primer +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/node_modules/primer-tooltips/build/build.css b/node_modules/primer-tooltips/build/build.css new file mode 100644 index 0000000..cbc0198 --- /dev/null +++ b/node_modules/primer-tooltips/build/build.css @@ -0,0 +1 @@ +.tooltipped{position:relative}.tooltipped::after{position:absolute;z-index:1000000;display:none;padding:5px 8px;font:normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:rgba(27,31,35,0.8);border-radius:3px;opacity:0}.tooltipped::before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:rgba(27,31,35,0.8);pointer-events:none;content:"";border:5px solid transparent;opacity:0}@-webkit-keyframes tooltip-appear{from{opacity:0}to{opacity:1}}@keyframes tooltip-appear{from{opacity:0}to{opacity:1}}.tooltipped:hover::before,.tooltipped:hover::after,.tooltipped:active::before,.tooltipped:active::after,.tooltipped:focus::before,.tooltipped:focus::after{display:inline-block;text-decoration:none;-webkit-animation-name:tooltip-appear;animation-name:tooltip-appear;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-delay:.4s;animation-delay:.4s}.tooltipped-no-delay:hover::before,.tooltipped-no-delay:hover::after,.tooltipped-no-delay:active::before,.tooltipped-no-delay:active::after,.tooltipped-no-delay:focus::before,.tooltipped-no-delay:focus::after{opacity:1;-webkit-animation:none;animation:none}.tooltipped-multiline:hover::after,.tooltipped-multiline:active::after,.tooltipped-multiline:focus::after{display:table-cell}.tooltipped-s::after,.tooltipped-se::after,.tooltipped-sw::after{top:100%;right:50%;margin-top:5px}.tooltipped-s::before,.tooltipped-se::before,.tooltipped-sw::before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(27,31,35,0.8)}.tooltipped-se::after{right:auto;left:50%;margin-left:-15px}.tooltipped-sw::after{margin-right:-15px}.tooltipped-n::after,.tooltipped-ne::after,.tooltipped-nw::after{right:50%;bottom:100%;margin-bottom:5px}.tooltipped-n::before,.tooltipped-ne::before,.tooltipped-nw::before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(27,31,35,0.8)}.tooltipped-ne::after{right:auto;left:50%;margin-left:-15px}.tooltipped-nw::after{margin-right:-15px}.tooltipped-s::after,.tooltipped-n::after{-webkit-transform:translateX(50%);transform:translateX(50%)}.tooltipped-w::after{right:100%;bottom:50%;margin-right:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-w::before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(27,31,35,0.8)}.tooltipped-e::after{bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-e::before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:rgba(27,31,35,0.8)}.tooltipped-multiline::after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-wrap:break-word;white-space:pre-line;border-collapse:separate}.tooltipped-multiline.tooltipped-s::after,.tooltipped-multiline.tooltipped-n::after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-w::after,.tooltipped-multiline.tooltipped-e::after{right:100%}@media screen and (min-width: 0\0){.tooltipped-multiline::after{width:250px}}.tooltipped-sticky::before,.tooltipped-sticky::after{display:inline-block}.tooltipped-sticky.tooltipped-multiline::after{display:table-cell}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.tooltipped-w::after{margin-right:4.5px}} diff --git a/node_modules/primer-tooltips/build/index.js b/node_modules/primer-tooltips/build/index.js new file mode 100644 index 0000000..3d03e21 --- /dev/null +++ b/node_modules/primer-tooltips/build/index.js @@ -0,0 +1 @@ +module.exports = {"cssstats":{"size":3998,"gzipSize":1083,"humanizedSize":"4kB","humanizedGzipSize":"1kB","rules":{"total":30,"size":{"graph":[1,19,10,1,1,1,1,12,3,1,3,5,3,1,3,5,3,1,2,5,5,5,5,7,4,1,1,1,1,1],"max":19,"average":3.7333333333333334}},"selectors":{"total":54,"type":4,"class":50,"id":0,"pseudoClass":15,"pseudoElement":49,"values":[".tooltipped",".tooltipped::after",".tooltipped::before","from","to","from","to",".tooltipped:hover::before",".tooltipped:hover::after",".tooltipped:active::before",".tooltipped:active::after",".tooltipped:focus::before",".tooltipped:focus::after",".tooltipped-no-delay:hover::before",".tooltipped-no-delay:hover::after",".tooltipped-no-delay:active::before",".tooltipped-no-delay:active::after",".tooltipped-no-delay:focus::before",".tooltipped-no-delay:focus::after",".tooltipped-multiline:hover::after",".tooltipped-multiline:active::after",".tooltipped-multiline:focus::after",".tooltipped-s::after",".tooltipped-se::after",".tooltipped-sw::after",".tooltipped-s::before",".tooltipped-se::before",".tooltipped-sw::before",".tooltipped-se::after",".tooltipped-sw::after",".tooltipped-n::after",".tooltipped-ne::after",".tooltipped-nw::after",".tooltipped-n::before",".tooltipped-ne::before",".tooltipped-nw::before",".tooltipped-ne::after",".tooltipped-nw::after",".tooltipped-s::after",".tooltipped-n::after",".tooltipped-w::after",".tooltipped-w::before",".tooltipped-e::after",".tooltipped-e::before",".tooltipped-multiline::after",".tooltipped-multiline.tooltipped-s::after",".tooltipped-multiline.tooltipped-n::after",".tooltipped-multiline.tooltipped-w::after",".tooltipped-multiline.tooltipped-e::after",".tooltipped-multiline::after",".tooltipped-sticky::before",".tooltipped-sticky::after",".tooltipped-sticky.tooltipped-multiline::after",".tooltipped-w::after"],"specificity":{"max":21,"average":13.944444444444445}},"declarations":{"total":112,"unique":82,"properties":{"position":["relative","absolute","absolute"],"z-index":["1000000","1000001"],"display":["none","none","inline-block","table-cell","inline-block","table-cell"],"padding":["5px 8px"],"font":["normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\""],"-webkit-font-smoothing":["subpixel-antialiased"],"color":["#fff","rgba(27,31,35,0.8)"],"text-align":["center"],"text-decoration":["none","none"],"text-shadow":["none"],"text-transform":["none"],"letter-spacing":["normal"],"word-wrap":["break-word","break-word"],"white-space":["pre","pre-line"],"pointer-events":["none","none"],"content":["attr(aria-label)","\"\""],"background":["rgba(27,31,35,0.8)"],"border-radius":["3px"],"opacity":["0","0","0","1","0","1","1"],"width":["0","-webkit-max-content","-moz-max-content","max-content","250px"],"height":["0"],"border":["5px solid transparent"],"-webkit-animation-name":["tooltip-appear"],"animation-name":["tooltip-appear"],"-webkit-animation-duration":[".1s"],"animation-duration":[".1s"],"-webkit-animation-fill-mode":["forwards"],"animation-fill-mode":["forwards"],"-webkit-animation-timing-function":["ease-in"],"animation-timing-function":["ease-in"],"-webkit-animation-delay":[".4s"],"animation-delay":[".4s"],"-webkit-animation":["none"],"animation":["none"],"top":["100%","auto","-5px","50%","50%"],"right":["50%","50%","auto","50%","50%","auto","100%","-5px","auto","100%"],"margin-top":["5px","-5px","-5px"],"bottom":["-5px","100%","auto","50%","50%","50%","50%"],"margin-right":["-5px","-15px","-5px","-15px","5px","4.5px"],"border-bottom-color":["rgba(27,31,35,0.8)"],"left":["50%","50%","-5px","100%","50%"],"margin-left":["-15px","-15px","5px"],"margin-bottom":["5px"],"border-top-color":["rgba(27,31,35,0.8)"],"-webkit-transform":["translateX(50%)","translateY(50%)","translateY(50%)","translateX(-50%)"],"transform":["translateX(50%)","translateY(50%)","translateY(50%)","translateX(-50%)"],"border-left-color":["rgba(27,31,35,0.8)"],"border-right-color":["rgba(27,31,35,0.8)"],"max-width":["250px"],"border-collapse":["separate"]}},"mediaQueries":{"total":2,"unique":2,"values":["screen and (min-width: 0\\0)","only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)"],"contents":[{"value":"screen and (min-width: 0\\0)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":1,"values":[".tooltipped-multiline::after"],"specificity":{"max":11,"average":11}},"declarations":{"total":1,"unique":1,"properties":{"width":["250px"]}}},{"value":"only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":1,"values":[".tooltipped-w::after"],"specificity":{"max":11,"average":11}},"declarations":{"total":1,"unique":1,"properties":{"margin-right":["4.5px"]}}}]}}} \ No newline at end of file diff --git a/node_modules/primer-tooltips/index.scss b/node_modules/primer-tooltips/index.scss new file mode 100644 index 0000000..688f6f5 --- /dev/null +++ b/node_modules/primer-tooltips/index.scss @@ -0,0 +1,2 @@ +@import "primer-support/index.scss"; +@import "./lib/tooltips.scss"; diff --git a/node_modules/primer-tooltips/lib/tooltips.scss b/node_modules/primer-tooltips/lib/tooltips.scss new file mode 100644 index 0000000..6d9eb07 --- /dev/null +++ b/node_modules/primer-tooltips/lib/tooltips.scss @@ -0,0 +1,280 @@ +.tooltipped { + position: relative; +} + +// This is the tooltip bubble +.tooltipped::after { + position: absolute; + z-index: 1000000; + display: none; + padding: 5px 8px; + font: normal normal 11px/1.5 $body-font; + -webkit-font-smoothing: subpixel-antialiased; + color: $tooltip-text-color; + text-align: center; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-wrap: break-word; + white-space: pre; + pointer-events: none; + content: attr(aria-label); + background: $tooltip-background-color; + border-radius: 3px; + opacity: 0; +} + +// This is the tooltip arrow +.tooltipped::before { + position: absolute; + z-index: 1000001; + display: none; + width: 0; + height: 0; + color: $tooltip-background-color; + pointer-events: none; + content: ""; + border: 5px solid transparent; + opacity: 0; +} + +// delay animation for tooltip +@keyframes tooltip-appear { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +// This will indicate when we'll activate the tooltip +.tooltipped:hover, +.tooltipped:active, +.tooltipped:focus { + &::before, + &::after { + display: inline-block; + text-decoration: none; + animation-name: tooltip-appear; + animation-duration: $tooltip-duration; + animation-fill-mode: forwards; + animation-timing-function: ease-in; + animation-delay: $tooltip-delay; + } +} + +.tooltipped-no-delay:hover, +.tooltipped-no-delay:active, +.tooltipped-no-delay:focus { + &::before, + &::after { + opacity: 1; + animation: none; + } +} + +.tooltipped-multiline:hover, +.tooltipped-multiline:active, +.tooltipped-multiline:focus { + &::after { + display: table-cell; + } +} + +// Tooltipped south +.tooltipped-s, +.tooltipped-se, +.tooltipped-sw { + &::after { + top: 100%; + right: 50%; + margin-top: 5px; + } + + &::before { + top: auto; + right: 50%; + bottom: -5px; + margin-right: -5px; + border-bottom-color: $tooltip-background-color; + } +} + +.tooltipped-se { + &::after { + right: auto; + left: 50%; + margin-left: -15px; + } +} + +.tooltipped-sw::after { + margin-right: -15px; +} + +// Tooltips above the object +.tooltipped-n, +.tooltipped-ne, +.tooltipped-nw { + &::after { + right: 50%; + bottom: 100%; + margin-bottom: 5px; + } + + &::before { + top: -5px; + right: 50%; + bottom: auto; + margin-right: -5px; + border-top-color: $tooltip-background-color; + } +} + +.tooltipped-ne { + &::after { + right: auto; + left: 50%; + margin-left: -15px; + } +} + +.tooltipped-nw::after { + margin-right: -15px; +} + +// Move the tooltip body to the center of the object. +.tooltipped-s::after, +.tooltipped-n::after { + transform: translateX(50%); +} + +// Tooltipped to the left +.tooltipped-w { + &::after { + right: 100%; + bottom: 50%; + margin-right: 5px; + transform: translateY(50%); + } + + &::before { + top: 50%; + bottom: 50%; + left: -5px; + margin-top: -5px; + border-left-color: $tooltip-background-color; + } +} + +// tooltipped to the right +.tooltipped-e { + &::after { + bottom: 50%; + left: 100%; + margin-left: 5px; + transform: translateY(50%); + } + + &::before { + top: 50%; + right: -5px; + bottom: 50%; + margin-top: -5px; + border-right-color: $tooltip-background-color; + } +} + +// Multiline tooltips +// +// `.tooltipped-multiline` Add this class when you have long content. +// The downside is you cannot preformat the text with newlines and `[w,e]` +// are always `$tooltip-max-width` wide. +.tooltipped-multiline { + &::after { + width: max-content; + max-width: $tooltip-max-width; + word-wrap: break-word; + white-space: pre-line; + border-collapse: separate; + } + + &.tooltipped-s::after, + &.tooltipped-n::after { + right: auto; + left: 50%; + transform: translateX(-50%); + } + + &.tooltipped-w::after, + &.tooltipped-e::after { + right: 100%; + } +} + +@media screen and (min-width: 0\0) { + // IE11 + .tooltipped-multiline::after { + width: $tooltip-max-width; + } +} + +// Sticky tooltips +// +// Always show the tooltip. +.tooltipped-sticky { + &::before, + &::after { + display: inline-block; + } + + &.tooltipped-multiline { + &::after { + display: table-cell; + } + } +} + +// Alert tooltips +// +// Colors for different alert states. +@mixin colorizeTooltip($text-color, $background-color) { + &::after { + color: $text-color; + background: $background-color; + } + + &.tooltipped-s, + &.tooltipped-se, + &.tooltipped-sw { + &::before { + border-bottom-color: $background-color; + } + } + + &.tooltipped-n, + &.tooltipped-ne, + &.tooltipped-nw { + &::before { + border-top-color: $background-color; + } + } + + &.tooltipped-e::before { + border-right-color: $background-color; + } + + &.tooltipped-w::before { + border-left-color: $background-color; + } +} + +@include retina-media-query { + .tooltipped-w::after { + // weird bug on retina + margin-right: 4.5px; + } +} diff --git a/node_modules/primer-tooltips/package.json b/node_modules/primer-tooltips/package.json new file mode 100644 index 0000000..56ad18c --- /dev/null +++ b/node_modules/primer-tooltips/package.json @@ -0,0 +1,69 @@ +{ + "_from": "primer-tooltips@^1.0.1", + "_id": "primer-tooltips@1.0.1", + "_inBundle": false, + "_integrity": "sha1-BpKvasKqFzRkIb7cKDIBSyZ3VN8=", + "_location": "/primer-tooltips", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "primer-tooltips@^1.0.1", + "name": "primer-tooltips", + "escapedName": "primer-tooltips", + "rawSpec": "^1.0.1", + "saveSpec": null, + "fetchSpec": "^1.0.1" + }, + "_requiredBy": [ + "/primer-core", + "/primer-css" + ], + "_resolved": "https://registry.npmjs.org/primer-tooltips/-/primer-tooltips-1.0.1.tgz", + "_shasum": "0692af6ac2aa17346421bedc2832014b267754df", + "_spec": "primer-tooltips@^1.0.1", + "_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css", + "author": { + "name": "GitHub, Inc." + }, + "bugs": { + "url": "https://github.com/primer/primer-css/issues" + }, + "bundleDependencies": false, + "dependencies": { + "primer-support": "^4.0.6" + }, + "deprecated": false, + "description": "Add tooltips built entirely in CSS to nearly any element.", + "devDependencies": { + "primer-module-build": "*", + "stylelint": "*", + "stylelint-config-primer": "*" + }, + "files": [ + "index.scss", + "lib", + "build" + ], + "homepage": "http://primercss.io/", + "keywords": [ + "primer", + "css", + "github", + "primercss" + ], + "license": "MIT", + "main": "build/index.js", + "name": "primer-tooltips", + "repository": { + "type": "git", + "url": "https://github.com/primer/primer-css/tree/master/packages/primer-tooltips" + }, + "scripts": { + "build": "primer-module-build index.scss", + "prepare": "npm run build", + "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" + }, + "style": "index.scss", + "version": "1.0.1" +} diff --git a/node_modules/primer-truncate/CHANGELOG.md b/node_modules/primer-truncate/CHANGELOG.md new file mode 100644 index 0000000..87892e1 --- /dev/null +++ b/node_modules/primer-truncate/CHANGELOG.md @@ -0,0 +1,60 @@ +# v0.3.2 + + * Bump all the version numbers for readme - Mu-An Chiou [github/github@a9d152f](https://github.com/github/github/commit/a9d152f) + * Fix all the travis badge URL - Mu-An Chiou [github/github@9cd6d84](https://github.com/github/github/commit/9cd6d84) + +# v0.3.1 + + * bumping the version - Jon Rohan [github/github@4a72b25](https://github.com/github/github/commit/4a72b25) + * Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651) + * don't change the versions yet - Jon Rohan [github/github@6bebcff](https://github.com/github/github/commit/6bebcff) + * Add note about so text is still accessible - Mu-An Chiou [github/github@3aad0d2](https://github.com/github/github/commit/3aad0d2) + +# v0.3.0 + + * Cutting new versions of primer modules - Jon Rohan [github/github@157f5ab](https://github.com/github/github/commit/157f5ab) + * Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a) + * Separating out modules into primer-core and primer-product - Jon Rohan [github/github@ddf698c](https://github.com/github/github/commit/ddf698c) + +# v0.2.4 + + * Updating version - Jon Rohan [github/github@6bf5fe5](https://github.com/github/github/commit/6bf5fe5) + * Updating link to real primer-css repository - Jon Rohan [github/github@bbaedda](https://github.com/github/github/commit/bbaedda) + * Updating the modules stylelint - Jon Rohan [github/github@389609f](https://github.com/github/github/commit/389609f) + * Make sure the modules build without error before publishing - Jon Rohan [github/github@57ac5e6](https://github.com/github/github/commit/57ac5e6) + * Adding documentation status to most of the modules - Jon Rohan [github/github@b97695c](https://github.com/github/github/commit/b97695c) + +# v0.2.3 + + * Publishing a new version - Jon Rohan [github/github@eed0e96](https://github.com/github/github/commit/eed0e96) + * Adding link to homepage in readme docs - Jon Rohan [github/github@633f421](https://github.com/github/github/commit/633f421) + * Removing some unnecessary lint plugins and using native - Jon Rohan [github/github@2ae0070](https://github.com/github/github/commit/2ae0070) + * including no-utility lint plugin - Jon Rohan [github/github@5cb86ed](https://github.com/github/github/commit/5cb86ed) + * Adding lint plugins for new config - Jon Rohan [github/github@7fb9613](https://github.com/github/github/commit/7fb9613) + +# v0.2.2 + + * Mentioning the build file - Jon Rohan [github/github@64ca4a7](https://github.com/github/github/commit/64ca4a7) + * Including build/build.css in distributed npm module - Jon Rohan [github/github@e4effbf](https://github.com/github/github/commit/e4effbf) + * Updating modules to run on prepublish to include build.css in distribution - Jon Rohan [github/github@5b573a0](https://github.com/github/github/commit/5b573a0) + * Re-ordering the docs to the bottom of the readme - Jon Rohan [github/github@9c1f291](https://github.com/github/github/commit/9c1f291) + * Updating the link - Jon Rohan [github/github@f67684b](https://github.com/github/github/commit/f67684b) + +# v0.2.1 + + * Bumping version to include postcss.json in npm - Jon Rohan [github/github@9e560ba](https://github.com/github/github/commit/9e560ba) + * Using stylelint to lint the modules instead of scss_lint - Jon Rohan [github/github@cb0b8fd](https://github.com/github/github/commit/cb0b8fd) + +# v0.2.0 + + * Cutting new version 0.2.0 - Jon Rohan [github/github@a6f6586](https://github.com/github/github/commit/a6f6586) + * Don't link requirements - Jon Rohan [github/github@7740e81](https://github.com/github/github/commit/7740e81) + * Updating the README with more detailed instructions - Jon Rohan [github/github@5dd7c34](https://github.com/github/github/commit/5dd7c34) + * Reorganize the module folders into a more flexible organization - Jon Rohan [github/github@5a07101](https://github.com/github/github/commit/5a07101) + * cleaning up the package.json files - Jon Rohan [github/github@77763a1](https://github.com/github/github/commit/77763a1) + * Adding npm version badges to readme - Jon Rohan [github/github@90b1871](https://github.com/github/github/commit/90b1871) + * Adding tavisci build badges to the readmes - Jon Rohan [github/github@1a6126f](https://github.com/github/github/commit/1a6126f) + +# v0.1.0 + + * Moving truncate from primer/primer to github - Jon Rohan [github/github@e5e4a90](https://github.com/github/github/commit/e5e4a90) \ No newline at end of file diff --git a/node_modules/primer-truncate/LICENSE b/node_modules/primer-truncate/LICENSE new file mode 100644 index 0000000..5715c13 --- /dev/null +++ b/node_modules/primer-truncate/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/primer-truncate/README.md b/node_modules/primer-truncate/README.md new file mode 100644 index 0000000..a679ce6 --- /dev/null +++ b/node_modules/primer-truncate/README.md @@ -0,0 +1,68 @@ +# Primer CSS Truncate + +[![npm version](http://img.shields.io/npm/v/primer-truncate.svg)](https://www.npmjs.org/package/primer-truncate) +[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css) + +> .css-truncate will shorten text with an ellipsis. The maximum width of the truncated text can be changed by overriding the max-width of the .css-truncate-target. + +This repository is a module of the full [primer-css][primer-css] repository. + +## Install + +This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-truncate` with this command. + +``` +$ npm install --save primer-truncate +``` + +## Usage + +The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. + +```scss +@import "primer-truncate/index.scss"; +``` + +You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ + +## Build + +For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package. + +``` +$ npm run build +``` + +## Documentation + + + +`.css-truncate` will shorten text with an ellipsis. The maximum width of the truncated text can be changed by overriding the max-width of `.css-truncate-target`. Unless the full text is so long that it affects performace, always add `title` to the truncated element so the full text can still be seen. + +```html + + really-long-branch-name + +``` + +You can reveal the entire string on hover with the addition of `.expandable`. + +```html + +``` + + +## License + +[MIT](./LICENSE) © [GitHub](https://github.com/) + +[primer-css]: https://github.com/primer/primer +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/node_modules/primer-truncate/build/build.css b/node_modules/primer-truncate/build/build.css new file mode 100644 index 0000000..eed10e5 --- /dev/null +++ b/node_modules/primer-truncate/build/build.css @@ -0,0 +1 @@ +.css-truncate.css-truncate-target,.css-truncate .css-truncate-target{display:inline-block;max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target,.css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target,.css-truncate.expandable:hover .css-truncate-target,.css-truncate.expandable:hover.css-truncate-target{max-width:10000px !important} diff --git a/node_modules/primer-truncate/build/index.js b/node_modules/primer-truncate/build/index.js new file mode 100644 index 0000000..7d8e35d --- /dev/null +++ b/node_modules/primer-truncate/build/index.js @@ -0,0 +1 @@ +module.exports = {"cssstats":{"size":453,"gzipSize":196,"humanizedSize":"453B","humanizedGzipSize":"196B","rules":{"total":2,"size":{"graph":[6,1],"max":6,"average":3.5}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".css-truncate.css-truncate-target",".css-truncate .css-truncate-target",".css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target",".css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target",".css-truncate.expandable:hover .css-truncate-target",".css-truncate.expandable:hover.css-truncate-target"],"specificity":{"max":40,"average":33.333333333333336}},"declarations":{"total":7,"unique":7,"properties":{"display":["inline-block"],"max-width":["125px","10000px"],"overflow":["hidden"],"text-overflow":["ellipsis"],"white-space":["nowrap"],"vertical-align":["top"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}} \ No newline at end of file diff --git a/node_modules/primer-truncate/index.scss b/node_modules/primer-truncate/index.scss new file mode 100644 index 0000000..61e518a --- /dev/null +++ b/node_modules/primer-truncate/index.scss @@ -0,0 +1 @@ +@import "./lib/truncate.scss"; diff --git a/node_modules/primer-truncate/lib/truncate.scss b/node_modules/primer-truncate/lib/truncate.scss new file mode 100644 index 0000000..7e38d82 --- /dev/null +++ b/node_modules/primer-truncate/lib/truncate.scss @@ -0,0 +1,27 @@ +// Truncate +// +// css-truncate will shorten text with an ellipsis. + +.css-truncate { + // Truncate double target + // + // css-truncate will shorten text with an ellipsis. The maximum width + // of the truncated text can be changed by overriding the max-width + // of the .css-truncate-target + &.css-truncate-target, + .css-truncate-target { + display: inline-block; + max-width: 125px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + vertical-align: top; + } + + &.expandable.zeroclipboard-is-hover .css-truncate-target, + &.expandable.zeroclipboard-is-hover.css-truncate-target, + &.expandable:hover .css-truncate-target, + &.expandable:hover.css-truncate-target { + max-width: 10000px !important; + } +} diff --git a/node_modules/primer-truncate/package.json b/node_modules/primer-truncate/package.json new file mode 100644 index 0000000..611bda4 --- /dev/null +++ b/node_modules/primer-truncate/package.json @@ -0,0 +1,72 @@ +{ + "_from": "primer-truncate@^1.0.1", + "_id": "primer-truncate@1.0.1", + "_inBundle": false, + "_integrity": "sha1-NrliBrEbyQ1EKLjqkPmlOxqSq88=", + "_location": "/primer-truncate", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "primer-truncate@^1.0.1", + "name": "primer-truncate", + "escapedName": "primer-truncate", + "rawSpec": "^1.0.1", + "saveSpec": null, + "fetchSpec": "^1.0.1" + }, + "_requiredBy": [ + "/primer-core", + "/primer-css" + ], + "_resolved": "https://registry.npmjs.org/primer-truncate/-/primer-truncate-1.0.1.tgz", + "_shasum": "36b96206b11bc90d4428b8ea90f9a53b1a92abcf", + "_spec": "primer-truncate@^1.0.1", + "_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css", + "author": { + "name": "GitHub, Inc." + }, + "bugs": { + "url": "https://github.com/primer/primer-css/issues" + }, + "bundleDependencies": false, + "dependencies": { + "primer-support": "^4.0.6" + }, + "deprecated": false, + "description": "Shorten text with an ellipsis.", + "devDependencies": { + "primer-module-build": "*", + "stylelint": "*", + "stylelint-config-primer": "*" + }, + "files": [ + "index.scss", + "lib", + "build" + ], + "homepage": "http://primercss.io/", + "keywords": [ + "primer", + "css", + "github", + "primercss", + "truncate", + "ellipsis", + "text" + ], + "license": "MIT", + "main": "build/index.js", + "name": "primer-truncate", + "repository": { + "type": "git", + "url": "https://github.com/primer/primer-css/tree/master/packages/primer-truncate" + }, + "scripts": { + "build": "primer-module-build index.scss", + "prepare": "npm run build", + "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" + }, + "style": "index.scss", + "version": "1.0.1" +} diff --git a/node_modules/primer-utilities/CHANGELOG.md b/node_modules/primer-utilities/CHANGELOG.md new file mode 100644 index 0000000..45e84fe --- /dev/null +++ b/node_modules/primer-utilities/CHANGELOG.md @@ -0,0 +1,245 @@ +# v4.2.4 + + * update versions for primer-core suppor and utilities - broccolini [github/github@167ed79](https://github.com/github/github/commit/167ed79) + +# v4.2.3 + + * incorporate @broccolini's feedback - Sophie Shepherd [github/github@d7335bb](https://github.com/github/github/commit/d7335bb)fe4e + * Add .border-purple - Sophie Shepherd [github/github@f55ebaa](https://github.com/github/github/commit/f55ebaa)0fe1 + * damn atom auto finisher - Sophie Shepherd [github/github@cb8eb80](https://github.com/github/github/commit/cb8eb80)04c6 + * remove css from core and add docs for dashed border - Sophie Shepherd [github/github@35ca2d1](https://github.com/github/github/commit/35ca2d1)5966 + * remove the docs i added in core - Sophie Shepherd [github/github@7705905](https://github.com/github/github/commit/7705905)352c + * oops i forgot borders should go in primer-marketing - Sophie Shepherd [github/github@b010e2c](https://github.com/github/github/commit/b010e2c)4d15 + * responsive borders - Sophie Shepherd [github/github@e48b7a2](https://github.com/github/github/commit/e48b7a2)023d + * Add docs for text alignment - Sophie Shepherd [github/github@94d0a2a](https://github.com/github/github/commit/94d0a2a)c745 + * Update docs for normal ws util - Patrick Marsceill [github/github@b0f0920](https://github.com/github/github/commit/b0f0920)fe7a + * Add a white space util for normal - Patrick Marsceill [github/github@f360d0b](https://github.com/github/github/commit/f360d0b)aad0 + +# v4.1.2 + + * bump package version - broccolini [github/github@2034aeb](https://github.com/github/github/commit/2034aeb) + +# v4.1.1 + + * Bump all the version numbers for readme - Mu-An Chiou [github/github@a9d152f](https://github.com/github/github/commit/a9d152f) + * Fix all the travis badge URL - Mu-An Chiou [github/github@9cd6d84](https://github.com/github/github/commit/9cd6d84) + +# v4.1.0 + + +# v4.0.3 + + * make work as expected - Sophie Shepherd [github/github@6c85845](https://github.com/github/github/commit/6c85845) + * primer version & CHANGELOG - Sophie Shepherd [github/github@9011d3b](https://github.com/github/github/commit/9011d3b) + * clean up usage of shade-gradient - Sophie Shepherd [github/github@4097cbd](https://github.com/github/github/commit/4097cbd) + * Add border utility and update primer - Mu-An Chiou [github/github@6870d3f](https://github.com/github/github/commit/6870d3f) + +# v4.0.1 + + * add border utility - broccolini [github/github@026d0dc](https://github.com/github/github/commit/026d0dc) + +# v4.0.0 + + * bump major version due to renaming in support and utils - broccolini [github/github@85b48ab](https://github.com/github/github/commit/85b48ab) + * update and re-order docs - broccolini [github/github@17fd96f](https://github.com/github/github/commit/17fd96f) + * add black alpha transparent border utility - broccolini [github/github@56d224a](https://github.com/github/github/commit/56d224a) + * update border names in docs - broccolini [github/github@dc33e97](https://github.com/github/github/commit/dc33e97) + * rename border utilities to match variables - broccolini [github/github@d0fdfb3](https://github.com/github/github/commit/d0fdfb3) + * Bump version number and update changelog - Mu-An Chiou [github/github@050549f](https://github.com/github/github/commit/050549f) + * Remove negative margin it's causing scrollbar problem and we don't actually need it - Mu-An Chiou [github/github@d813007](https://github.com/github/github/commit/d813007) + * fix border blue colors - broccolini [github/github@957c87a](https://github.com/github/github/commit/957c87a) + +# v3.7.1 + + * @broccolini's feedback - Sophie Shepherd [github/github@f9699ef](https://github.com/github/github/commit/f9699ef) + * mdo's notes - Sophie Shepherd [github/github@bf6304c](https://github.com/github/github/commit/bf6304c) + * bump version numbers - broccolini [github/github@34165ea](https://github.com/github/github/commit/34165ea) + * decouple bg & text status pending colors and improve text contrast - broccolini [github/github@c541dca](https://github.com/github/github/commit/c541dca) + +# v3.7.0 + + * update primer-core version number - broccolini [github/github@6846743](https://github.com/github/github/commit/6846743) + * use one yellow for now for status-pending: - broccolini [github/github@9f3bd48](https://github.com/github/github/commit/9f3bd48) + * bump version number on color utilities - broccolini [github/github@a52c6c2](https://github.com/github/github/commit/a52c6c2) + * separate bg and text pending color - broccolini [github/github@2c285b7](https://github.com/github/github/commit/2c285b7) + * update shade-gradient to use variable - broccolini [github/github@c63acfd](https://github.com/github/github/commit/c63acfd) + * move this before responsive variants so we can override it by breakpoint - Mark Otto [github/github@e38f773](https://github.com/github/github/commit/e38f773) + +# v3.5.0 + + * package version bump and update changelog for styleguide - Mark Otto [github/github@84ffd6d](https://github.com/github/github/commit/84ffd6d) + * update comment for @pmarsceill - Mark Otto [github/github@b446760](https://github.com/github/github/commit/b446760) + * colors, buttons, and more - Mark Otto [github/github@307d8ce](https://github.com/github/github/commit/307d8ce) + * Bump version and update CHANGELOG - Mu-An Chiou [github/github@b4de751](https://github.com/github/github/commit/b4de751) + * Add focus guide button - Mu-An Chiou [github/github@2101e25](https://github.com/github/github/commit/2101e25) + * Add title and change button activation copy - Mu-An Chiou [github/github@35af0e4](https://github.com/github/github/commit/35af0e4) + * initial docs - Caleb Winters [github/github@7a576e5](https://github.com/github/github/commit/7a576e5) + * Add .sr-only doc - Mu-An Chiou [github/github@2068b05](https://github.com/github/github/commit/2068b05) + * Move .sr-only to to cored utility and add sr-only logout button - Mu-An Chiou [github/github@0c1a73f](https://github.com/github/github/commit/0c1a73f) + +# v3.3.1 + + * bumping the version - Jon Rohan [github/github@4a72b25](https://github.com/github/github/commit/4a72b25) + * flexbug copy tweak - broccolini [github/github@6a4a4d2](https://github.com/github/github/commit/6a4a4d2) + +# v3.3.0 + + * Docs update - Patrick Marsceill [github/github@3acfa8e](https://github.com/github/github/commit/3acfa8e) + * Comma splice - Patrick Marsceill [github/github@754ae36](https://github.com/github/github/commit/754ae36) + * rip out box-shadows and use TOC not hard coded links - Patrick Marsceill [github/github@ba64689](https://github.com/github/github/commit/ba64689) + * Makd small default - Patrick Marsceill [github/github@fcebabb](https://github.com/github/github/commit/fcebabb) + * Tidy up the docs - Patrick Marsceill [github/github@04a5a9e](https://github.com/github/github/commit/04a5a9e) + * Update old classname in docs - Patrick Marsceill [github/github@9a905ba](https://github.com/github/github/commit/9a905ba) + * Use Box not utils for example - Patrick Marsceill [github/github@d10cba8](https://github.com/github/github/commit/d10cba8) + * Update page heading levels for toc - Patrick Marsceill [github/github@8ffa7ab](https://github.com/github/github/commit/8ffa7ab) + * Bump package version number - Patrick Marsceill [github/github@72e938a](https://github.com/github/github/commit/72e938a) + * Update docs - Patrick Marsceill [github/github@36be95e](https://github.com/github/github/commit/36be95e) + * Consolidate box-shadow styles - Patrick Marsceill [github/github@35cdd34](https://github.com/github/github/commit/35cdd34) + * Implement shadow vars - Patrick Marsceill [github/github@8f8aaf0](https://github.com/github/github/commit/8f8aaf0) + * add docs for flexbox bug - broccolini [github/github@ce472fc](https://github.com/github/github/commit/ce472fc) + * add flex-shrink utility to review status - broccolini [github/github@2ac6ae8](https://github.com/github/github/commit/2ac6ae8) + * bump version number - broccolini [github/github@903297b](https://github.com/github/github/commit/903297b) + * add imports for new partials - broccolini [github/github@bdfb45c](https://github.com/github/github/commit/bdfb45c) + * move flexbox styles into their own partial - broccolini [github/github@a82b8f3](https://github.com/github/github/commit/a82b8f3) + * move display and visibility utilities into separate partial - broccolini [github/github@bcb21b0](https://github.com/github/github/commit/bcb21b0) + * Disable selector-no-utility because this is the utility - Patrick Marsceill [github/github@d6871fb](https://github.com/github/github/commit/d6871fb) + * add new docs - Patrick Marsceill [github/github@704fd67](https://github.com/github/github/commit/704fd67) + * remove old documentation - Patrick Marsceill [github/github@449fb2a](https://github.com/github/github/commit/449fb2a) + * Move legacy box-shadow to new scss partial - Patrick Marsceill [github/github@89bca94](https://github.com/github/github/commit/89bca94) + * refactor numbering to include old box-shadow - Patrick Marsceill [github/github@414fd6a](https://github.com/github/github/commit/414fd6a) + * depricate old box-shadow-large - Patrick Marsceill [github/github@73effa4](https://github.com/github/github/commit/73effa4) + * Discrete box-shadow utils - Patrick Marsceill [github/github@d430697](https://github.com/github/github/commit/d430697) + * Removing needless disables - Jon Rohan [github/github@6233c40](https://github.com/github/github/commit/6233c40) + * Making updates to wording cc @broccolini - Jon Rohan [github/github@d2bf29f](https://github.com/github/github/commit/d2bf29f) + * Make all href #url - Mu-An Chiou [github/github@27ba40c](https://github.com/github/github/commit/27ba40c) + * Add wb-break-all to docs - Jason Long [github/github@169f2da](https://github.com/github/github/commit/169f2da) + * adding text-gray-dark and more acurately mentioning standards - Jon Rohan [github/github@55de600](https://github.com/github/github/commit/55de600) + * Bump version - Jason Long [github/github@2404538](https://github.com/github/github/commit/2404538) + * Update typography.scss - Jason Long [github/github@ad36e9b](https://github.com/github/github/commit/ad36e9b) + * update bg-yellow variables - broccolini [github/github@79701f2](https://github.com/github/github/commit/79701f2) + * Remove trailing line break which confuses guide.rb - Mu-An Chiou [github/github@9028863](https://github.com/github/github/commit/9028863) + * Improve code samples - Add URL to - Add aria-label to - Add type to