diff options
283 files changed, 0 insertions, 12071 deletions
diff --git a/assets/sass/@primer/css/.browserslistrc b/assets/sass/@primer/css/.browserslistrc deleted file mode 100644 index 1f59757..0000000 --- a/assets/sass/@primer/css/.browserslistrc +++ /dev/null @@ -1,6 +0,0 @@ -> 5% -last 2 firefox versions -last 2 chrome versions -last 2 safari versions -last 2 edge versions -ie 11 diff --git a/assets/sass/@primer/css/.eslintrc.json b/assets/sass/@primer/css/.eslintrc.json deleted file mode 100644 index 9856a46..0000000 --- a/assets/sass/@primer/css/.eslintrc.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "extends": [ - "plugin:github/es6", - "plugin:github/recommended" - ], - "env": { - "es6": true, - "node": true - }, - "parserOptions": { - "ecmaVersion": 2017 - } -} diff --git a/assets/sass/@primer/css/.nowignore b/assets/sass/@primer/css/.nowignore deleted file mode 100644 index a6df94c..0000000 --- a/assets/sass/@primer/css/.nowignore +++ /dev/null @@ -1,5 +0,0 @@ -.*.sw? -.changelog/ -dist/ -docs/dist -docs/public/ diff --git a/assets/sass/@primer/css/CHANGELOG.md b/assets/sass/@primer/css/CHANGELOG.md deleted file mode 100644 index 8172a71..0000000 --- a/assets/sass/@primer/css/CHANGELOG.md +++ /dev/null @@ -1,1184 +0,0 @@ -## 14.3.0 - -### :rocket: Enhancements - -- [#1044](https://github.com/primer/css/1044) Accessible form validation -- [#1028](https://github.com/primer/css/1028) Improve .form-group accessibility - -### :bug: Bug fixes -- [#670](https://github.com/primer/css/670) Fix Box row top border -- [#1042](https://github.com/primer/css/1042) Fix UnderlineNav in Safari -- [#1035](https://github.com/primer/css/1035) Update UnderlineNav-item to not wrap counter & icon - -### :memo: Documentation -- [#1018](https://github.com/primer/css/1018) Update MIGRATING.md - -### Committers -- [@emplums](https://github.com/emplums) -- [@jonrohan](https://github.com/jonrohan) -- [@simurai](https://github.com/simurai) - -## 14.2.0 - -### :rocket: Enhancements -- [#1006](https://github.com/primer/css/pull/1006) Use ARIA attributes for states -- [#1014](https://github.com/primer/css/pull/1014) Add aria-disabled state -- [#1001](https://github.com/primer/css/pull/1001) Add Inter bold font file -- [#982](https://github.com/primer/css/pull/982) Applies .selected styles to [aria-selected=true] - -### :bug: Bug fixes -- [#1002](https://github.com/primer/css/pull/1002) Fix marketing utilities -- [#1005](https://github.com/primer/css/pull/1005) Add .selected back to the .UnderlineNav - -### :memo: Documentation -- [#1012](https://github.com/primer/css/pull/1012) Improve margin/padding docs -- [#1013](https://github.com/primer/css/pull/1013) Fix docs links -- [#1004](https://github.com/primer/css/pull/1004) rm deprecated flash-banner component from docs - -### Committers -- [@flavianunes](https://github.com/flavianunes) -- [@ktravers](https://github.com/ktravers) -- [@simurai](https://github.com/simurai) - -## 14.1.0 - -### :rocket: Enhancements -- [#994](https://github.com/primer/css/pull/994) Responsive line-height utilities -- [#995](https://github.com/primer/css/pull/995) Add bold weight to marketing font variables - -### :bug: Bug fixes -- [#998](https://github.com/primer/css/pull/998) Use a gray background when hovering SelectMenu items - -### :memo: Documentation -- [#989](https://github.com/primer/css/pull/989) Add link to the Stylelint guide -- [#1000](https://github.com/primer/css/pull/1000) Update contributing guide for a general audience -- [#972](https://github.com/primer/css/pull/972) Variables page - -### :house: Internal -- [#997](https://github.com/primer/css/pull/997) Fix CHANGELOG links - -### Committers -- [@shawnbot](https://github.com/shawnbot) -- [@simurai](https://github.com/simurai) -- [@skullface](https://github.com/skullface) - -## 14.0.0 - -### :boom: Breaking changes -- [#922](https://github.com/primer/css/pull/922) More SelectMenu improvements -- [#966](https://github.com/primer/css/pull/966) Rename `.flex-item-equal` to `.flex-1` -- [#973](https://github.com/primer/css/pull/973) Deprecate variables in 14.0.0 - -### :rocket: Enhancements -- [#987](https://github.com/primer/css/pull/987) Add .position-sticky utility -- [#979](https://github.com/primer/css/pull/979) Add `.radio-group` component -- [#981](https://github.com/primer/css/pull/981) Autocomplete + Suggester components -- [#978](https://github.com/primer/css/pull/978) Add `.css-truncate-overflow` -- [#974](https://github.com/primer/css/pull/974) Add Animated Ellipsis -- [#971](https://github.com/primer/css/pull/971) Add variable deprecation data and tests - -### :memo: Documentation -- [#988](https://github.com/primer/css/pull/988) Add docs for flexbug no. 9 -- [#977](https://github.com/primer/css/pull/977) Update spacing.md - -### :house: Internal -- [#952](https://github.com/primer/css/pull/952) Async/awaitify script/dist.js -- [#963](https://github.com/primer/css/pull/963) Generate changelog with semantic-release -- [#968](https://github.com/primer/css/pull/968) Stylelint update - -### Committers -- [@BinaryMuse](https://github.com/BinaryMuse) -- [@danchristian](https://github.com/danchristian) -- [@shawnbot](https://github.com/shawnbot) -- [@simurai](https://github.com/simurai) - -# 13.2.0 - -### :rocket: Enhancements -- [#959](https://github.com/primer/css/pull/959) More buttons -- [#950](https://github.com/primer/css/pull/950) Add Diffstat component -- [#913](https://github.com/primer/css/pull/913) Importing TimelineItem from .com and creating matching docs -- [#953](https://github.com/primer/css/pull/953) Add IssueLabel component - -### :bug: Bug fixes -- [#945](https://github.com/primer/css/pull/945) Add `[role=tab][aria-selected=true]` to `.UnderlineNav-item.selected` - -### :memo: Documentation -- [#939](https://github.com/primer/css/pull/939) Fix `Box--overlay` example -- [#943](https://github.com/primer/css/pull/943) Fix broken links to typography utilities - -### :house: Internal -- [#946](https://github.com/primer/css/pull/946) Add `TODO@version` stylelint rule (local) - -### Committers -- [@MohamedElidrissi](https://github.com/MohamedElidrissi) -- [@jonrohan](https://github.com/jonrohan) -- [@shawnbot](https://github.com/shawnbot) -- [@simurai](https://github.com/simurai) - -# 13.1.0 - -### :rocket: Enhancement -- [#904](https://github.com/primer/css/pull/904) Add Keyboard Shortcuts `kbd` from github/github -- [#926](https://github.com/primer/css/pull/926) Add Flash Banner `.flash-banner` from github/github -- [#927](https://github.com/primer/css/pull/927) Add `.flex-column-reverse` utilities - -### :memo: Documentation -- [#932](https://github.com/primer/css/pull/932) Fix CDN links in documentation -- [#933](https://github.com/primer/css/pull/933) Convert most ERB examples to HTML - -### Committers -- [@shawnbot](https://github.com/shawnbot) -- [@simurai](https://github.com/simurai) - -# 13.0.2 - -### :memo: Documentation -- Use inline octicon in branch name example [#886](https://github.com/primer/css/pull/886) -- Move select menu list into the modal div [#903](https://github.com/primer/css/pull/903) -- Improve SelectMenu docs [#923](https://github.com/primer/css/pull/923) - -### :house: Internal -- Update "Ship checklist" [#902](https://github.com/primer/css/pull/902) -- Bump stylelint, et al; add CI tests and script for removing needless disables [#912](https://github.com/primer/css/pull/912) - -### Committers -- [@colebemis](https://github.com/colebemis) -- [@mxie](https://github.com/mxie) -- [@shawnbot](https://github.com/shawnbot) -- [@simurai](https://github.com/simurai) - -# 13.0.1 - -### :bug: Bug Fix -- Remove "Segoe UI Symbol" from font stack [#906](https://github.com/primer/css/pull/906) - -### Committers -- [@simurai](https://github.com/simurai) - -# 13.0.0 - -### :boom: Breaking Change -- Remove `.container`, `.columns`, `.column`, and related classes [#662](https://github.com/primer/css/pull/662) -- Remove `.btn-purple` [#736](https://github.com/primer/css/pull/736) :wave: 💜 -- Remove `.text-pending` and `.bg-pending` [#888](https://github.com/primer/css/pull/888) -- Remove `.dropdown-menu-content` [#884](https://github.com/primer/css/pull/884) - -### :nail_care: Polish -- Select menu improvements [#893](https://github.com/primer/css/pull/893) - -### :memo: Documentation -- The layout docs, formerly available at `/css/objects/layout`, are gone and will redirect to `/css/objects/grid`. - -### :house: Internal -- Add deprecations test script [#889](https://github.com/primer/css/pull/889) -- Clean up scripts and dev dependencies [#890](https://github.com/primer/css/pull/890) -- Upgrade stylelint-config-primer to v8.0.0 [#892](https://github.com/primer/css/pull/892) -- Upgrade doctocat, live code wrappers [#895](https://github.com/primer/css/pull/895) - -### Committers -- [@jonrohan](https://github.com/jonrohan) -- [@shawnbot](https://github.com/shawnbot) -- [@simurai](https://github.com/simurai) -- [@sophshep](https://github.com/sophshep) - -# 12.7.0 - -### :rocket: Enhancement -- Import Dropdown component; add dark variants for dropdown and text fields [#862](https://github.com/primer/css/pull/862) -- Add `.break-word` utility and improve word-break docs [#880](https://github.com/primer/css/pull/880) -- Publish deprecation data [#883](https://github.com/primer/css/pull/883) - -### :memo: Documentation -- Fix mistake in flex-justify-start explanation [#877](https://github.com/primer/css/pull/877) - -### :house: Internal -- Fix CSS bundle size report when adding bundles [#879](https://github.com/primer/css/pull/879) -- Migrate to GitHub Actions v2 [#881](https://github.com/primer/css/pull/881) - -### Committers -- [@dcastil](https://github.com/dcastil) -- [@shawnbot](https://github.com/shawnbot) -- [@simurai](https://github.com/simurai) -- [@vdepizzol](https://github.com/vdepizzol) - -# 12.6.2 - -### :nail_care: Polish -- Add default background-color to SideNav https://github.com/primer/css/pull/873 - -### :house: Internal -- Change order in RELEASING.md https://github.com/primer/css/pull/875 - -### Committers -- [@shawnbot](https://github.com/shawnbot) -- [@simurai](https://github.com/simurai) - -# 12.6.1 - -### :bug: Bug Fix -- Remove non-ascii characters (en dashes?) from SCSS comments [#870](https://github.com/primer/css/pull/870) -- Fix SideNav "jumping" in Safari [#868](https://github.com/primer/css/pull/868) - -### :nail_care: Polish -- Improve Select Menu spacing [#844](https://github.com/primer/css/pull/844) - -### :memo: Documentation -- Update colorable URL [#867](https://github.com/primer/css/pull/867) - -### :house: Internal -- Update changelog for 12.6.0 [#866](https://github.com/primer/css/pull/866) - -### Committers -- [@jonrohan](https://github.com/jonrohan) -- [@kiendang](https://github.com/kiendang) -- [@shawnbot](https://github.com/shawnbot) -- [@shreve](https://github.com/shreve) -- [@simurai](https://github.com/simurai) - -# 12.6.0 - -### 🚀 Enhancements -- Loading toast styles [#852](https://github.com/primer/css/pull/852) -- Header component [#845](https://github.com/primer/css/pull/845) -- Import `.octicon` CSS in the core bundle [#857](https://github.com/primer/css/pull/857) -- Design update for blankslates [#861](https://github.com/primer/css/pull/861) -- Don't let State labels wrap [#863](https://github.com/primer/css/pull/863) - -### 📝 Documentation -- Fix some links in linting docs [#856](https://github.com/primer/css/pull/856) -- Updates to the development docs [#855](https://github.com/primer/css/pull/855) -- Generate bundle source READMEs from a template [#859](https://github.com/primer/css/pull/859) -- Render Octicon Ruby helper in docs [#847](https://github.com/primer/css/pull/847) - -### 🏠 Internal -- Add GitHub `styleguide.css` to Storybook [#849](https://github.com/primer/css/pull/849) - -### Committers -- [@ashygee](https://github.com/ashygee) -- [@emilybrick](https://github.com/emilybrick) -- [@jonrohan](https://github.com/jonrohan) -- [@shawnbot](https://github.com/shawnbot) -- [@vdepizzol](https://github.com/vdepizzol) - -# 12.5.0 - -### :rocket: Enhancement -- Add `.Toast` component [#831](https://github.com/primer/css/pull/831) -- Add `.SideNav` component [#827](https://github.com/primer/css/pull/827) -- Add `.SelectMenu` component [#808](https://github.com/primer/css/pull/808) -- Add `font-display: swap` to `@font-face` declarations [#780](https://github.com/primer/css/pull/780) -- Add `flex-grow-0`, `flex-order-[1,2,none]` and `width-auto` utilities [#763](https://github.com/primer/css/pull/763) -- Change default for `$marketing-font-path` to `/fonts/` [#837](https://github.com/primer/css/pull/837) - -### :bug: Bug Fix -- Improve monospaced font on Chrome Android [#812](https://github.com/primer/css/pull/812) - -### :memo: Documentation -- Add multi-word naming conventions to BEM docs [#836](https://github.com/primer/css/pull/836) -- Color system docs updates [#811](https://github.com/primer/css/pull/811) -- Color utility table tweaks [#842](https://github.com/primer/css/pull/842) -- Fix markdown typos in Contributing docs page [#846](https://github.com/primer/css/pull/846) - -### Committers -- [@ampinsk](https://github.com/ampinsk) -- [@emilybrick](https://github.com/emilybrick) -- [@emplums](https://github.com/emplums) -- [@jonrohan](https://github.com/jonrohan) -- [@shawnbot](https://github.com/shawnbot) -- [@simurai](https://github.com/simurai) -- [@skullface](https://github.com/skullface) -- [@vdepizzol](https://github.com/vdepizzol) - -# 12.4.1 - -### :bug: Bug fixes -- Fix [#822](https://github.com/primer/css/issues/822) (`.border-dashed` issues) via [#824](https://github.com/primer/css/issues/824) - -### :memo: Documentation -- Typos fixed in [#802](https://github.com/primer/css/issues/802) (thank you, [@The-Compiler](https://github.com/The-Compiler)!) -- Nav updates [#803](https://github.com/primer/css/issues/803) -- Fix tables of contents [#762](https://github.com/primer/css/issues/762) -- Add deprecation warning for `.btn-purple`, due to disappear in 13.0.0 via [#736](https://github.com/primer/css/issues/736) -- Lots more documentation updates in [#814](https://github.com/primer/css/issues/814) - -### :house: Internal -- Decommission `primer/deploy` [#809](https://github.com/primer/css/issues/809) - -### Committers -- [@emplums](https://github.com/emplums) -- [@shawnbot](https://github.com/shawnbot) -- [@simurai](https://github.com/simurai) -- [@The-Compiler](https://github.com/The-Compiler) - - -# 12.4.0 - -### :rocket: Enhancement -- More responsive border utilities [#775](https://github.com/primer/css/pull/775) -- Add `overflow: visible` utilities [#798](https://github.com/primer/css/pull/798) -- Add `yellow` color utilities that will replace `pending` [#737](https://github.com/primer/css/pull/737) - -### :bug: Bug Fix -- Fix Ruby Sass compiler warnings by quoting keys in `$hue-maps` declaration [#794](https://github.com/primer/css/pull/794) - -### :house: Internal -- Remove `test-all-modules` scripts and old monorepo test scripts [#795](https://github.com/primer/css/pull/795) -- Resolve all but one ([#796](https://github.com/primer/css/pull/796)) vulnerability in npm dev dependencies [#797](https://github.com/primer/css/pull/797) - -### Committers -- [@broccolini](https://github.com/broccolini) -- [@shawnbot](https://github.com/shawnbot) -- [@simurai](https://github.com/simurai) - -# 12.3.1 - -### 🐛 Bug Fix -- Add `aria-selected="true"` support to tabbed navigation styles to play nicely with [`<tab-container>`](https://github.com/github/tab-container-element) - -### 🏠 Internal -- Resolve the vulnerability alert with `tar@<4.4.2` in [CVE-2018-20834](https://nvd.nist.gov/vuln/detail/CVE-2018-20834) - -### Committers -- [@shawnbot](https://github.com/shawnbot) - -# 12.3.0 - -### :rocket: Enhancement -- More color utilities! [#760](https://github.com/primer/css/pull/760) ([@shawnbot](https://github.com/shawnbot)) -- Add pink to Primer! 💖🌸💕🌷💞🎀💗🌺💝 [#776](https://github.com/primer/css/pull/776), [#778](https://github.com/primer/css/pull/778) ([@emplums](https://github.com/emplums))) - -### :house: Internal -- Update storybook [#777](https://github.com/primer/css/pull/777) ([@emplums](https://github.com/emplums)) -- Add bundle size report [#772](https://github.com/primer/css/pull/772) ([@shawnbot](https://github.com/shawnbot)) - -### :memo: Documentation -- Update Primer references to Primer CSS [#771](https://github.com/primer/css/pull/771) ([@emplums](https://github.com/emplums)) -- Add Edit on GitHub links to docs [#770](https://github.com/primer/css/pull/770) ([@emplums](https://github.com/emplums)) -- Anchor Link in Docs [#768](https://github.com/primer/css/pull/768) ([@emplums](https://github.com/emplums)) - -### :house: Internal -- Update RELEASING [#757](https://github.com/primer/css/pull/757) ([@simurai](https://github.com/simurai)) - -### Committers -- [@emplums](https://github.com/emplums) -- [@shawnbot](https://github.com/shawnbot) -- [@simurai](https://github.com/simurai) - -# 12.2.3 - -### :bug: Bug Fix -- Remove references to a non-existent `Progress-value` class https://github.com/primer/css/pull/751 - -### :house: Internal -- Upgrade stylelint config https://github.com/primer/css/pull/753 - -#### Committers: 1 -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) - -# 12.2.2 - -### :bug: Bug Fix -- Fix hide utilities when toggling between breakpoints [#746](https://github.com/primer/css/pull/746) - -### :house: Internal -- Prevent Storybook publish failures from breaking builds on `master` [#728](https://github.com/primer/css/pull/728) -- Upgrade to [cssstats v3.3.0](https://github.com/cssstats/cssstats/releases/tag/v3.3.0), which fixes our selector stats JSON files - -#### Committers: 2 -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) -- Simurai ([simurai](https://github.com/simurai)) - -# 12.2.1 - -### :bug: Bug Fix -- Fix source order of directional border utilities [#727](https://github.com/primer/css/pull/727) -- Fix UnderlineNav selected border width [#733](https://github.com/primer/css/pull/733) - -### :memo: Documentation -- Fix changelog committers listings for versions 12.0.1 and 12.0.2 [#729](https://github.com/primer/css/pull/729) -- Fix code examples from being cut off [#725](https://github.com/primer/css/pull/725) - -#### Committers: 2 -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) -- Simurai ([simurai](https://github.com/simurai)) - -# 12.2.0 - -### :rocket: Enhancement -- Add more `.border-white-fade` utilities [#713](https://github.com/primer/css/pull/713) - -### :nail_care: Polish -- Fix `<details>` spacing [#675](https://github.com/primer/css/pull/675) - -### :bug: Bug Fixes -- Accessibility fixes for marketing buttons [#716](https://github.com/primer/css/pull/716) - -### :memo: Documentation -- Fix scrolling of code examples [#717](https://github.com/primer/css/pull/717) - -### :house: Internal -- Fix `npm link` ([#715](https://github.com/primer/css/issue/715)) by removing `prepare` npm script [#718](https://github.com/primer/css/pull/718) - -#### Committers: 4 -- Diana Mounter ([broccolini](https://github.com/broccolini)) -- Max Stoiber ([mxstbr](https://github.com/mxstbr)) -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) -- Simurai ([simurai](https://github.com/simurai)) - -# 12.1.1 - -### :bug: Bug Fix -- Remove UI from font file path [#709](https://github.com/primer/css/pull/709) - -### :memo: Documentation -- Removes sync functionality from docs [#710](https://github.com/primer/css/pull/710) - -### :house: Internal -- Fixes Storybook [#707](https://github.com/primer/css/pull/707) and [#711](https://github.com/primer/css/pull/711) - -#### Committers: 3 -- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends)) -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) -- Emily Plummer ([emplums](https://github.com/emplums)) - -# 12.1.0 - -### :rocket: Enhancement -- Per-axis overflow utilities [#701](https://github.com/primer/css/pull/701) -- Add `0` to responsive marketing positioning utilities (`top-lg-0`, et al) [#697](https://github.com/primer/css/pull/697) -- Add negative offset utilities to marketing/utilities/layout [#639](https://github.com/primer/css/pull/639) - -### :memo: Documentation -- Fix changelog committers list for 12.0.2 (accidentally listed under 12.0.1) - -### :house: Internal -- Remove a bunch of unused dev dependencies [#703](https://github.com/primer/css/pull/703) -- Update `script/selector-diff-report` to compare against `@primer/css` (not `primer`!) - -#### Committers: 3 -- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends)) -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) -- Tyson Rosage ([trosage](https://github.com/trosage)) - -# 12.0.2 - -### :bug: Bug fix -- Restore missing marketing padding utilities [#695](https://github.com/primer/css/pull/695) - -### :memo: Documentation -- Explain why `.tooltipped` should be used sparingly [#676](https://github.com/primer/css/pull/676) -- Fix trailing slash errors in Next.js [#681](https://github.com/primer/css/pull/681) -- Add static assets to Now deployments [#687](https://github.com/primer/css/pull/687) -- Shiny new social and README header by @ashygee [#689](https://github.com/primer/css/pull/689) - -### :house: Internal -- Remove `postversion` script from `package.json` and update the [PR template](https://github.com/primer/css/blob/master/RELEASING.md#in-this-repo) -- Rename InterUI font to "Inter", per [inter v3.3](https://github.com/rsms/inter/releases/tag/v3.3) [#696](https://github.com/primer/css/pull/696) - -#### Committers: 4 -- Ash Guillaume ([ashygee](https://github.com/ashygee)) -- David Graham ([dgraham](https://github.com/dgraham)) -- Mu-An Chiou ([muan](https://github.com/muan)) -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) - -# 12.0.1 - -### :bug: Bug Fix -- Add missing `h000-mktg` class [#667](https://github.com/primer/css/pull/667) -- Fix UnderlineNav overflow issues [#684](https://github.com/primer/css/pull/684) -- Fix double borders on Box-header [#686](https://github.com/primer/css/pull/686) - -### :house: Internal -- Add `postversion` npm script that commits `package.json` and `package-lock.json` with consistent commit messages (`chore: v<version>`) - -#### Committers: 2 -- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends)) -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) - -# 12.0.0 - -:rotating_light: **Starting with version 12.0.0, the `primer` package is now known as `@primer/css`**. See [MIGRATING.md](https://github.com/primer/css/tree/master/MIGRATING.md) for more info. - -#### :boom: Breaking Change -* [#666](https://github.com/primer/css/pull/666) Reorganize into a single `@primer/css` package ([@shawnbot](https://github.com/shawnbot)) - -#### Committers: 2 -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) -- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends)) - -# 11.0.0 - -#### :boom: Breaking Change -* [#438](https://github.com/primer/primer/pull/438) Remove `primer-page-sections` package. ([@sophshep](https://github.com/sophshep)) -* [#439](https://github.com/primer/primer/pull/439) Remove `primer-page-headers` package. ([@sophshep](https://github.com/sophshep)) -* [#440](https://github.com/primer/primer/pull/440) Remove `primer-tables` package. ([@sophshep](https://github.com/sophshep)) -* [#459](https://github.com/primer/primer/pull/459) Move responsive position utilities from marketing to core. ([@sophshep](https://github.com/sophshep)) -* [#656](https://github.com/primer/primer/pull/656) Remove colorizeTooltip mixin. ([@shawnbot](https://github.com/shawnbot)) -* [#657](https://github.com/primer/primer/pull/657) Remove `BtnGroup-form` class. ([@shawnbot](https://github.com/shawnbot)) -* [#658](https://github.com/primer/primer/pull/658) Remove `.avatar-stack` in favor of `.AvatarStack`. ([@shawnbot](https://github.com/shawnbot)) - -#### :rocket: Enhancement -* [#583](https://github.com/primer/primer/pull/583) Updates to Marketing Typography. ([@sophshep](https://github.com/sophshep)) -* [#660](https://github.com/primer/primer/pull/660) Add `$marketing-font-path`. ([@shawnbot](https://github.com/shawnbot)) -* [#661](https://github.com/primer/primer/pull/661) Spacer variable refactor. ([@shawnbot](https://github.com/shawnbot)) -* [#663](https://github.com/primer/primer/pull/663) Add deprecation warning for column grid classes and add `container-sm` utility class. ([@jonrohan](https://github.com/jonrohan)) - -#### :bug: Bug Fix -* [#654](https://github.com/primer/primer/pull/654) Fix typo ("Chroma") in `primer-base` comment. ([@Jiang-Xuan](https://github.com/Jiang-Xuan)) -* [#655](https://github.com/primer/primer/pull/655) Fix typo ("conditonally") in `docs/src/SideNav.js` comment. ([@0xflotus](https://github.com/0xflotus)) - -### :house: Internal -* [#659](https://github.com/primer/primer/pull/659) Generate CSS selector diff report on Travis. ([@shawnbot](https://github.com/shawnbot)) - -#### Committers: 4 -- 0xflotus ([0xflotus](https://github.com/0xflotus)) -- Jiang-Xuan ([Jiang-Xuan](https://github.com/Jiang-Xuan)) -- Jon Rohan ([jonrohan](https://github.com/jonrohan)) -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) -- Sophie Shepherd ([sophshep](https://github.com/sophshep)) - -# 10.10.5 - -#### :bug: Bug Fix -* [#650](https://github.com/primer/primer/pull/650) Fix border radius edge utility specificity. ([@shawnbot](https://github.com/shawnbot)) - -#### :memo: Documentation -* [#649](https://github.com/primer/primer/pull/649) Sandboxed code examples. ([@shawnbot](https://github.com/shawnbot)) - -#### :house: Internal -- Only check links on Travis if `[check-links]` is included in the commit message -- a5658d3 Run `now alias` without the branch name on merge to `master` - -#### Committers: 1 -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) - - -# 10.10.4 - -#### :memo: Documentation -* [#642](https://github.com/primer/primer/pull/642) docs: add Ash's new header illustration. ([@shawnbot](https://github.com/shawnbot)) - -#### :house: Internal -* [#641](https://github.com/primer/primer/pull/641) test(docs): improve style guide URL path test. ([@shawnbot](https://github.com/shawnbot)) -* [#635](https://github.com/primer/primer/pull/635) docs: Releases link, Status key page move. ([@shawnbot](https://github.com/shawnbot)) - -#### Committers: 1 -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) - -# 10.10.3 - -#### :memo: Documentation -* [#632](https://github.com/primer/primer/pull/632) Happy new year! ([@shawnbot](https://github.com/shawnbot)) -* [#626](https://github.com/primer/primer/pull/626) Branch deployment, docs for the docs. ([@shawnbot](https://github.com/shawnbot)) -* [#616](https://github.com/primer/primer/pull/616) Start up the docs directory. ([@shawnbot](https://github.com/shawnbot)) - -#### :house: Internal -* [#631](https://github.com/primer/primer/pull/631) Docs release fixes. ([@shawnbot](https://github.com/shawnbot)) - -#### Committers: 2 -- Emily Brick ([emilybrick](https://github.com/emilybrick)) -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) - -# 10.10.2 - -#### :memo: Documentation -* [#614](https://github.com/primer/primer/pull/614) fix broken border-radius helper example. ([@joelhawksley](https://github.com/joelhawksley)) - -#### :house: Internal -* [#615](https://github.com/primer/primer/pull/615) pin npm-run-all@4.1.5. ([@shawnbot](https://github.com/shawnbot)) - -#### Committers: 2 -- Joel Hawksley ([joelhawksley](https://github.com/joelhawksley)) -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) - -# 10.10.1 - -#### :memo: Documentation -* [#606](https://github.com/primer/primer/pull/606) Fix for Progress Broken Package Link. ([@emilybrick](https://github.com/emilybrick)) - -#### :house: Internal -* [#608](https://github.com/primer/primer/pull/608) Update releasing docs. ([@shawnbot](https://github.com/shawnbot)) - -#### Committers: 2 -- Emily Brick ([emilybrick](https://github.com/emilybrick)) -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) - -# 10.10.0 - -#### :rocket: Enhancement -* [#573](https://github.com/primer/primer/pull/573) Add Progress component. ([@emilybrick](https://github.com/emilybrick)) -* [#561](https://github.com/primer/primer/pull/561) Add HTML `hidden` attribute docs, increase `[hidden]` selector specificity. ([@shawnbot](https://github.com/shawnbot) h/t @jonrohan) - -#### :bug: Bug Fix -* [#604](https://github.com/primer/primer/pull/604) Fix Button group focus ring z-index issues. ([@shawnbot](https://github.com/shawnbot)) -* [#570](https://github.com/primer/primer/pull/570) Make `.blankslate-narrow` responsive. ([@crhallberg](https://github.com/crhallberg)) -* [#591](https://github.com/primer/primer/pull/591) Add fs-extra to `primer-module-build.dependencies`. ([@shawnbot](https://github.com/shawnbot)) - -#### :memo: Documentation -* [#585](https://github.com/primer/primer/pull/585) Improve contributing docs and add DEVELOP.md. ([@shawnbot](https://github.com/shawnbot)) - -#### :house: Internal -* [#597](https://github.com/primer/primer/pull/597) Fix primerize, add "fresh" run-script, etc. ([@shawnbot](https://github.com/shawnbot)) - -#### Committers: 3 -- Chris Hallberg ([crhallberg](https://github.com/crhallberg)) -- Emily Brick ([emilybrick](https://github.com/emilybrick)) -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) - -# 10.9.0 -#### :rocket: Enhancement -* [#586](https://github.com/primer/primer/pull/586) Hiding .Counter component when it's empty.. ([@jonrohan](https://github.com/jonrohan)) -* [#545](https://github.com/primer/primer/pull/545) Simplify responsive utilities with $responsive-variants. ([@shawnbot](https://github.com/shawnbot)) -* [#557](https://github.com/primer/primer/pull/557) Add !important to [hidden]. ([@muan](https://github.com/muan)) - -#### :memo: Documentation -* [#580](https://github.com/primer/primer/pull/580) Remove invalid button classes. ([@shawnbot](https://github.com/shawnbot)) - -#### :house: Internal -* [#581](https://github.com/primer/primer/pull/581) Use code-blocks. ([@shawnbot](https://github.com/shawnbot)) -* [#530](https://github.com/primer/primer/pull/530) Adding user details to storybook publish script. ([@jonrohan](https://github.com/jonrohan)) -* [#579](https://github.com/primer/primer/pull/579) Upgrade to lerna@2.11, rebuild package-lock. ([@shawnbot](https://github.com/shawnbot)) - -#### Committers: 5 -- Jon Rohan ([jonrohan](https://github.com/jonrohan)) -- Mickaël Derriey ([mderriey](https://github.com/mderriey)) -- Mu-An Chiou ([muan](https://github.com/muan)) -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) -- Sophie Shepherd ([sophshep](https://github.com/sophshep)) - -# 10.8.1 -#### :bug: Bug Fix -* [#554](https://github.com/primer/primer/pull/554) Fixes peer dependency issues ([@emplums](https://github.com/emplums)) - -#### :memo: Documentation -* [#554](https://github.com/primer/primer/pull/554) Updates releasing documentation ([@emplums](https://github.com/emplums)) - -#### :rocket: Enhancement -* [#555](https://github.com/primer/primer/pull/555) Add version check to CI ([@shawnbot](https://github.com/shawnbot)) - -# 10.8.0 -#### :rocket: Enhancement -* [#525](https://github.com/primer/primer/pull/525) Add $spacer-0 alias. ([@AustinPaquette](https://github.com/AustinPaquette)) -* [#522](https://github.com/primer/primer/pull/522) Add .BtnGroup-parent, deprecate .BtnGroup-form. ([@muan](https://github.com/muan)) -* [#544](https://github.com/primer/primer/pull/544) Add lh-0 utility class. ([@shawnbot](https://github.com/shawnbot)) -* [#548](https://github.com/primer/primer/pull/548) Add text underline utility. ([@AustinPaquette](https://github.com/AustinPaquette)) -* [#549](https://github.com/primer/primer/pull/549) Add .user-select-none utility class. ([@AustinPaquette](https://github.com/AustinPaquette)) - -#### :memo: Documentation -* [#528](https://github.com/primer/primer/pull/528) Update release docs. ([@emplums](https://github.com/emplums)) - -#### Committers: 3 -- Austin Paquette ([AustinPaquette](https://github.com/AustinPaquette)) -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) -- Mu-An Chiou ([@muan](https://github.com/muan)) -- Emily Plummer ([@emplums](https://github.com/emplums)) - -# 10.7.0 - -#### :nail_care: Polish -* [#511](https://github.com/primer/primer/pull/511) change double quotes to single quotes in Avatar stack stories. ([@AustinPaquette](https://github.com/AustinPaquette)) - -#### :memo: Documentation -* [#520](https://github.com/primer/primer/pull/520) Update issue templates. ([@broccolini](https://github.com/broccolini)) -* [#516](https://github.com/primer/primer/pull/516) Fix modules/primer-product/README.md. ([@9585999](https://github.com/9585999)) -* [#513](https://github.com/primer/primer/pull/513) Deleting the dev branch workflow instructions. ([@jonrohan](https://github.com/jonrohan)) -* [#507](https://github.com/primer/primer/pull/507) Moving the color docs to the style guide. ([@jonrohan](https://github.com/jonrohan)) - -#### :house: Internal -* [#517](https://github.com/primer/primer/pull/517) Modifying notify script to publish from each package. ([@jonrohan](https://github.com/jonrohan)) -* [#515](https://github.com/primer/primer/pull/515) Auto publish storybook. ([@jonrohan](https://github.com/jonrohan)) -* [#510](https://github.com/primer/primer/pull/510) [WIP] Patch release 10.6.2. ([@shawnbot](https://github.com/shawnbot)) - -#### Committers: 5 -- Austin Paquette ([AustinPaquette](https://github.com/AustinPaquette)) -- Diana Mounter ([broccolini](https://github.com/broccolini)) -- DieGOs ([9585999](https://github.com/9585999)) -- Jon Rohan ([jonrohan](https://github.com/jonrohan)) -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) - -# 10.6.1 - -#### :bug: Bug Fix -* [#506](https://github.com/primer/primer/pull/506) Fix white border on last avatar in AvatarStack (take two). ([@shawnbot](https://github.com/shawnbot)) -* [#501](https://github.com/primer/primer/pull/501) Set different z-index for .details-overlay. ([@muan](https://github.com/muan)) - -#### Committers: 2 -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) -- [muan](https://github.com/muan) - - -# 10.6.0 - -#### :bug: Bug Fix -* [#491](https://github.com/primer/primer/pull/491) Add `backface-visibility` to `.hover-grow`. ([@brandonrosage](https://github.com/brandonrosage)) - -#### :memo: Documentation -* [#490](https://github.com/primer/primer/pull/490) Add release documentation. ([@emplums](https://github.com/emplums)) - -#### :house: Internal -* [#475](https://github.com/primer/primer/pull/475) Import primer-module-build to the monorepo. ([@shawnbot](https://github.com/shawnbot)) -* [#479](https://github.com/primer/primer/pull/479) Add "scoreboard" test suite. ([@shawnbot](https://github.com/shawnbot)) - -#### Committers: 4 -- Brandon Rosage ([brandonrosage](https://github.com/brandonrosage)) -- Emily ([emplums](https://github.com/emplums)) -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) -- [muan](https://github.com/muan) - - -# 10.5.0 - -#### :rocket: Enhancement -* [#487](https://github.com/primer/primer/pull/487) Import Pagination Component. ([@emplums](https://github.com/emplums)) -* [#474](https://github.com/primer/primer/pull/474) Add text-mono utility class. ([@emplums](https://github.com/emplums)) -* [#456](https://github.com/primer/primer/pull/456) Adding height-fit utility class. ([@jonrohan](https://github.com/jonrohan)) - -#### :bug: Bug Fix -* [#465](https://github.com/primer/primer/pull/465) Fix Popover--right-bottom caret positioning. ([@shawnbot](https://github.com/shawnbot)) -* [#458](https://github.com/primer/primer/pull/458) Fix broken pointer from packages to modules. ([@tysongach](https://github.com/tysongach)) - -#### :memo: Documentation -* [#486](https://github.com/primer/primer/pull/486) Documenting the text-inheritance color utility. ([@jonrohan](https://github.com/jonrohan)) -* [#481](https://github.com/primer/primer/pull/481) Styleguide Polish. ([@emplums](https://github.com/emplums)) -* [#464](https://github.com/primer/primer/pull/464) Fix markdown stories. ([@shawnbot](https://github.com/shawnbot)) -* [#455](https://github.com/primer/primer/pull/455) Add colorizeTooltip deprecation warning. ([@jonrohan](https://github.com/jonrohan)) -* [#452](https://github.com/primer/primer/pull/452) Update dead links in CONTRIBUTING.md. ([@agisilaos](https://github.com/agisilaos)) - -#### Committers: 7 -- Agisilaos Tsaraboulidis ([agisilaos](https://github.com/agisilaos)) -- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends)) -- Emily ([emplums](https://github.com/emplums)) -- Jon Rohan ([jonrohan](https://github.com/jonrohan)) -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) -- Tyson Gach ([tysongach](https://github.com/tysongach)) -- [muan](https://github.com/muan) - -# 10.4.0 (2018-03-14) - -#### :rocket: Enhancement -* [#456](https://github.com/primer/primer/pull/456) Adding height-fit utility class. ([@jonrohan](https://github.com/jonrohan)) - -#### :memo: Documentation -* [#455](https://github.com/primer/primer/pull/455) Add colorizeTooltip deprecation warning. ([@jonrohan](https://github.com/jonrohan)) -* [#452](https://github.com/primer/primer/pull/452) Update dead links in CONTRIBUTING.md. ([@agisilaos](https://github.com/agisilaos)) - -#### Committers: 3 -- Agisilaos Tsaraboulidis ([agisilaos](https://github.com/agisilaos)) -- Jon Rohan ([jonrohan](https://github.com/jonrohan)) -- [muan](https://github.com/muan) - -# 10.3.0 (2018-01-17) - -#### :rocket: Enhancement -* [#426](https://github.com/primer/primer/pull/426) Add em spacer variables. ([@broccolini](https://github.com/broccolini)) -* [#430](https://github.com/primer/primer/pull/430) Increase input font-size to 16px on mobile. ([@broccolini](https://github.com/broccolini)) - -#### :bug: Bug Fix -* [#416](https://github.com/primer/primer/pull/416) Point style field to build file in subhead component. ([@muan](https://github.com/muan)) -* [#424](https://github.com/primer/primer/pull/424) Add missing $spacer-12 in $marketingSpacers variable. ([@gladwearefriends](https://github.com/gladwearefriends)) - -#### :nail_care: Polish -* [#418](https://github.com/primer/primer/pull/418) Button color contrast improvements. ([@broccolini](https://github.com/broccolini)) - -#### :memo: Documentation -* [#427](https://github.com/primer/primer/pull/427) Adding stories from markdown for the other modules that didn't have any stories. ([@jonrohan](https://github.com/jonrohan)) - -#### :house: Internal -* [#420](https://github.com/primer/primer/pull/420) Update licenses to 2018 🎊. ([@jonrohan](https://github.com/jonrohan)) - -#### Committers: 4 -- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends)) -- Diana Mounter ([broccolini](https://github.com/broccolini)) -- Jon Rohan ([jonrohan](https://github.com/jonrohan)) -- [muan](https://github.com/muan) - -# 10.2.0 (2017-12-11) - -#### :rocket: Enhancement -* [#376](https://github.com/primer/primer/pull/376) Extend spacing scale for marketing. ([@gladwearefriends](https://github.com/gladwearefriends)) -* [#409](https://github.com/primer/primer/pull/409) Add Sass key to package.json. ([@broccolini](https://github.com/broccolini)) -* [#358](https://github.com/primer/primer/pull/358) automatically style first and last breadcrumb. ([@gronke](https://github.com/gronke)) -* [#394](https://github.com/primer/primer/pull/394) Point style field to built css. ([@koddsson](https://github.com/koddsson)) - -#### :memo: Documentation -* [#411](https://github.com/primer/primer/pull/411) Updates to stylelint package links/docs for new structure. ([@jonrohan](https://github.com/jonrohan)) - -#### Committers: 4 -- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends)) -- Diana Mounter ([broccolini](https://github.com/broccolini)) -- Jon Rohan ([jonrohan](https://github.com/jonrohan)) -- Kristján Oddsson ([koddsson](https://github.com/koddsson)) -- Stefan Grönke ([gronke](https://github.com/gronke)) - -# 10.1.0 (2017-11-15) - -#### :rocket: Enhancement -* [#385](https://github.com/primer/primer/pull/385) New Avatar stack. ([@califa](https://github.com/califa) & [@sophshep](https://github.com/sophshep)) -* [#404](https://github.com/primer/primer/pull/404) Tooltip component updates ([@broccolini](https://github.com/broccolini)) - -#### :memo: Documentation -* [#405](https://github.com/primer/primer/pull/405) Add deprecation warning for `.avatar-stack`. ([@jonrohan](https://github.com/jonrohan)) -* [#391](https://github.com/primer/primer/pull/391) Update shields.io url to https. ([@NuttasitBoonwat](https://github.com/NuttasitBoonwat)) - -#### Committers: 5 -- Diana Mounter ([broccolini](https://github.com/broccolini)) -- Joel Califa ([califa](https://github.com/califa)) -- Jon Rohan ([jonrohan](https://github.com/jonrohan)) -- Sophie Shepherd ([sophshep](https://github.com/sophshep)) -- [NuttasitBoonwat](https://github.com/NuttasitBoonwat) - -# 10.0.1 (2017-11-14) - -#### :bug: Bug Fix - -* Fixing `peerDependencies` to be greater than equal to versions. Fixing version mismatch with buttons and box. - -# 10.0.0 (2017-11-13) - -#### :boom: Breaking Change -* [#395](https://github.com/primer/primer/pull/395) Renaming primer-css to primer. ([@jonrohan](https://github.com/jonrohan)) -* [#379](https://github.com/primer/primer/pull/379) Deprecating primer-cards and form-cards. ([@jonrohan](https://github.com/jonrohan)) -* [#336](https://github.com/primer/primer/pull/336) Move `primer-breadcrumbs` from marketing to core ([@jonrohan]((https://github.com/jonrohan)) - -#### :rocket: Enhancement -* [#371](https://github.com/primer/primer/pull/371) Add .details-reset. ([@muan](https://github.com/muan)) -* [#375](https://github.com/primer/primer/pull/375) New utilities & docs - fade out, hover grow, border white fade, responsive positioning, and circle. ([@sophshep](https://github.com/sophshep)) -* [#383](https://github.com/primer/primer/pull/383) Add 'Popover' component. ([@brandonrosage](https://github.com/brandonrosage)) -* [#377](https://github.com/primer/primer/pull/377) Refactor and add underline nav component. ([@ampinsk](https://github.com/ampinsk)) -* [#337](https://github.com/primer/primer/pull/337) Add marketing buttons to primer-marketing. ([@gladwearefriends](https://github.com/gladwearefriends)) -* [#342](https://github.com/primer/primer/pull/342) Add Subhead component. ([@shawnbot](https://github.com/shawnbot)) -* [#341](https://github.com/primer/primer/pull/341) Add branch-name component from github/github. ([@shawnbot](https://github.com/shawnbot)) - -#### :bug: Bug Fix -* [#360](https://github.com/primer/primer/pull/360) Remove ::before ::after padding hack on markdown. ([@jonrohan](https://github.com/jonrohan)) -* [#320](https://github.com/primer/primer/pull/320) Remove -webkit-text-decoration-skip override. ([@antons](https://github.com/antons)) -* [#359](https://github.com/primer/primer/pull/359) Change markdown li break to handle Safari 10.x user stylesheet bug. ([@feministy](https://github.com/feministy)) -* [#388](https://github.com/primer/primer/pull/388) Button border-radius fix to override Chroma 62. ([@broccolini](https://github.com/broccolini)) -* [#307](https://github.com/primer/primer/pull/307) Do not suppress opacity transition for tooltipped-no-delay. ([@astorije](https://github.com/astorije)) - -#### :house: Internal -* [#396](https://github.com/primer/primer/pull/396) Use lerna-changelog to generate a changelog. ([@jonrohan](https://github.com/jonrohan)) -* [#382](https://github.com/primer/primer/pull/382) Update Button docs. ([@JasonEtco](https://github.com/JasonEtco)) -* [#390](https://github.com/primer/primer/pull/390) Updating `storiesFromMarkdown` to read in rails Octicons helper and replace with react component. ([@jonrohan](https://github.com/jonrohan)) -* [#389](https://github.com/primer/primer/pull/389) Publish alpha release any time we're not on a release branch or master. ([@jonrohan](https://github.com/jonrohan)) -* [#384](https://github.com/primer/primer/pull/384) Add test to check for the current year in the license and source. ([@jonrohan](https://github.com/jonrohan)) -* [#374](https://github.com/primer/primer/pull/374) Improve Pull Request template. ([@agisilaos](https://github.com/agisilaos)) - -#### Committers: 13 -- Agisilaos Tsaraboulidis ([agisilaos](https://github.com/agisilaos)) -- Amanda Pinsker ([ampinsk](https://github.com/ampinsk)) -- Anton Sotkov ([antons](https://github.com/antons)) -- Brandon Rosage ([brandonrosage](https://github.com/brandonrosage)) -- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends)) -- Diana Mounter ([broccolini](https://github.com/broccolini)) -- Jason Etcovitch ([JasonEtco](https://github.com/JasonEtco)) -- Jon Rohan ([jonrohan](https://github.com/jonrohan)) -- Jérémie Astori ([astorije](https://github.com/astorije)) -- Mu-An ✌️ Chiou ([muan](https://github.com/muan)) -- Shawn Allen ([shawnbot](https://github.com/shawnbot)) -- Sophie Shepherd ([sophshep](https://github.com/sophshep)) -- liz abinante! ([feministy](https://github.com/feministy)) - -**Special thanks to @shaharke for transferring ownership of the Primer npm package to us so that we could make the rename happen!** :heart: - -# 9.6.0 - -### Added -- Storybook. We've added a storybook prototyping environment for testing components in seclusion. To start the server run `npm start` -- Adding yeoman generator for creating a primer module. `generator-primer-module` -- Importing `stylelint-config-primer` from https://github.com/primer/stylelint-config-primer/ into monorepo. -- Importing `stylelint-selector-no-utility` from https://github.com/primer/stylelint-selector-no-utility into monorepo. - -### Changes -- Deployment and publishing scripts refinements. - -# 9.5.0 - -### Added -- It's now possible to style `<summary>` elements as buttons and have them appear in the active/selected state when the enclosing [`<details>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) is open. #346 - -### Changes -- Updates our release candidate versioning logic so that prerelease increments are done on a per-module basis, fixing #350. - -# 9.4.0 - -### Added -- Add `v-align-baseline` class to `primer-utilities` #324 -- Add deprecation warnings for `primer-cards` and `primer-forms/lib/form-validation.scss` #347 (these will be removed in v10.0.0) - -### Changes -- Update npm metadata for `primer`, `primer-core`, `primer-product`, and `primer-marketing` #328 -- Remove `HEAD` heading from the changelog #327 - -# 9.3.0 - -## Added -- Docs for `primer-layout` (grid), `primer-support`, `primer-utilities`, and `primer-marketing-utilities` -- Primer keys for `category` and `module_type` to `package.json` (for use in documentation and gathering stats) - -## Changes -- Removes `docs` from `gitignore` -- Removes the `^` from all dependencies so that we can publish exact versions -- Consolidates release notes from various sources into one changelog located in `/modules/primer/CHANGELOG.md` - -# 9.2.0 - -## Added - -- Add `test-docs` npm script in each module to check that every CSS class is documented (or at least mentioned) in the module's own markdown docs - -## Changes - -- Remove per-module configurations (`.gitignore`, `.postcss.json`, `.stylelintrc.json`) and `CHANGELOG.md` files in #284 -- Replace most static `font-size`, `font-weight`, and `line-height` CSS property values with their [SCSS variable equivalents](https://github.com/primer/primer/blob/c9ea37316fbb73c4d9931c52b42bc197260c0bf6/modules/primer-support/lib/variables/typography.scss#L12-L33) in #252 -- Refactor CI scripts to use Travis conditional deployment for release candidate and final release publish steps in #290 - -# 9.1.1 - -This release updates primer modules to use variables for spacing units instead of pixel values. - -## Changes - -- primer-alerts: 1.2.0 => 1.2.1 -- primer-avatars: 1.1.0 => 1.1.1 -- primer-base: 1.2.0 => 1.2.1 -- primer-blankslate: 1.1.0 => 1.1.1 -- primer-box: 2.2.0 => 2.2.1 -- primer-breadcrumb: 1.1.0 => 1.1.1 -- primer-buttons: 2.1.0 => 2.1.1 -- primer-cards: 0.2.0 => 0.2.1 -- primer-core: 6.1.0 => 6.1.1 -- primer-css: 9.1.0 => 9.1.1 -- primer-forms: 1.1.0 => 1.1.1 -- primer-labels: 1.2.0 => 1.2.1 -- primer-layout: 1.1.0 => 1.1.1 -- primer-markdown: 3.4.0 => 3.4.1 -- primer-marketing-type: 1.1.0 => 1.1.1 -- primer-marketing-utilities: 1.1.0 => 1.1.1 -- primer-marketing: 5.1.0 => 5.1.1 -- primer-navigation: 1.1.0 => 1.1.1 -- primer-page-headers: 1.1.0 => 1.1.1 -- primer-page-sections: 1.1.0 => 1.1.1 -- primer-product: 5.1.0 => 5.1.1 -- primer-support: 4.1.0 => 4.1.1 -- primer-table-object: 1.1.0 => 1.1.1 -- primer-tables: 1.1.0 => 1.1.1 -- primer-tooltips: 1.1.0 => 1.1.1 -- primer-truncate: 1.1.0 => 1.1.1 -- primer-utilities: 4.4.0 => 4.4.1 - -# 9.1.0 - -This release updates our [stylelint config](/primer/stylelint-config-primer) to [v2.0.0](https://github.com/primer/stylelint-config-primer/releases/tag/v2.0.0), and to stylelint v7.13.0. Each module also now has a `lint` npm script, and there are top-level `test` and `lint` scripts that you can use to lint and test all modules in one go. - -This release also includes major improvements to our Travis build scripts to automatically publish PR builds, release candidates, and the "final" versions to npm. - -# 9.0.0 - Core dependency & repo urls - -We discovered that `primer-core` specified and outdated version of `primer-base` in it's dependencies. The outdated version did not have `normalize.scss` included which could cause some issues. This has issue occurred during v7.0.0 when creating the new monorepo. Also fixes repo urls in `package.json` for individual packages. - -See PR [#243](https://github.com/primer/primer/pull/243) - -## Changes - -### Primer Core v6.0.0 -- Fixed `primer-base` dependency to point to latest version - -**Repo urls corrected from `packages` to `modules` in:** -- primer-base v1.1.5 -- primer-box v2.1.8 -- primer-buttons v2.0.6 -- primer-forms v1.0.13 -- primer-layout v1.0.5 -- primer-navigation v1.0.6 -- primer-support v4.0.7 -- primer-table-object v1.0.9 -- primer-tooltips v1.0.2 -- primer-truncate v1.0.2 -- primer-utilities v4.3.5 - -### Primer Product v5.0.2 - -**Repo urls corrected from `packages` to `modules` in:** -- primer-alerts v1.1.8 -- primer-avatars v1.0.2 -- primer-blankslate v1.0.2 -- primer-labels v1.1.6 -- primer-markdown v3.3.13 -- primer-support v4.0.7 - -### Primer Marketing v5.0.2 - -**Repo urls corrected from `packages` to `modules` in:** -- primer-breadcrumb v1.0.2 -- primer-cards v0.1.8 -- primer-marketing-support v1.0.2 -- primer-marketing-type v1.0.2 -- primer-marketing-utilities v1.0.2 -- primer-page-headers v1.0.2 -- primer-page-sections v1.0.2 -- primer-support v4.0.7 -- primer-tables v1.0.2 - -# 8.0.0 - Imports - -Fixes issues with the ordering of imports in each of our meta-packages. See PR [#239](https://github.com/primer/primer/pull/239) - - -## Changes - -### Primer Core v5.0.1 -- Re-ordered imports in `index.scss` to ensure utilities come last in the cascade - -### Primer Product v5.0.1 -- Re-ordered imports in `index.scss` to move markdown import to end of list to match former setup in GitHub.com - -### Primer Marketing v5.0.1 -- Re-ordered imports in `index.scss` to ensure marketing utilities come last in the cascade - -# 7.0.0 - Monorepo - -In an effort to improve our publishing workflow we turned Primer into a monorepo, made this repo the source of truth for Primer by removing Primer modules from GitHub, and setup Lerna for managing multiple packages and maintaining independent versioning for all our modules. - -This is exciting because: - -- we can spend less time hunting down the cause of a broken build and more time focussing on making Primer more useful and robust for everyone to use -- we can be more confident that changes we publish won't cause unexpected problems on GitHub.com and many other GitHub websites that use Primer -- we no longer have files like package.json, scripts, and readme's in the GitHub app that don't really belong there -- **we can accept pull requests from external contributors** again! - -See PR for more details on this change: https://github.com/primer/primer/pull/230 - -## Other changes: - -### Primer Core v4.0.3 - -#### primer-support v4.0.5 -- Update fade color variables to use rgba instead of transparentize color function for better Sass readability -- Update support variables and mixins to use new color variables - -#### primer-layout v1.0.3 -- Update grid gutter styles naming convention and add responsive modifiers -- Deprecate `single-column` and `table-column` from layout module -- Remove `@include clearfix` from responsive container classes - -#### primer-utilities v4.3.3 -- Add `show-on-focus` utility class for accessibility -- Update typography utilities to use new color variables -- Add `.p-responsive` class - -#### primer-base v1.1.3 -- Update `b` tag font weight to use variable in base styles - -### Primer Marketing v4.0.3 - -#### primer-tables -- Update marketing table colors to use new variables - - -# 6.0.0 -- Add `State--small` to labels module -- Fix responsive border utilities -- Added and updated typography variables and mixins; updated variables used in typography utilities; updated margin, padding, and typography readmes -- Darken `.box-shadow-extra-large` shadow -- Update `.tooltip-multiline` to remove `word-break: break-word` property -- Add `.border-purple` utility class -- Add responsive border utilities to primer-marketing -- Add `ws-normal` utility for `whitespace: normal` -- Updated syntax and classnames for `Counters` and `Labels`, moved into combined module with states. - -# 5.1.0 -- Add negative margin utilities -- Move `.d-flex` & `.d-flex-inline` to be with other display utility classes in `visibility-display.scss` -- Delete `.shade-gradient` in favor of `.bg-shade-gradient` -- Removed alt-body-font variable from primer-marketing -- Removed un-used `alt` typography styles from primer-marketing -- Add green border utility - -# 5.0.0 -- Added new border variable and utility, replaced deprecated flash border variables -- Updated variable name in form validation -- Updated `.sr-only` to not use negative margin -- Added and removed border variables and utilities -- Add filter utility to Primer Marketing -- Removed all custom color variables within Primer-marketing in favor of the new color system -- Updated style for form group error display so it is positioned properly -- Updated state closed color and text and background pending utilities -- Removed local font css file from primer-marketing/support -- Updated all color variables and replaced 579 hex refs across modules with new variables, added additional shades to start introducing a new color system which required updating nearly all primer modules -- Added layout utility `.sr-only` for creating screen reader only elements -- Added `.flex{-infix}-item-equal` utilities for creating equal width and equal height flex items. -- Added `.flex{-infix}-row-reverse` utility for reversing rows of content -- Updated `.select-menu-button-large` to use `em` units for sizing of the CSS triangle. -- Added `.box-shadow-extra-large` utility for large, diffused shadow -- Updated: removed background color from markdown body -- Updated: remove background on the only item in an avatar stack -- Added form utility `.form-checkbox-details` to allow content to be shown/hidden based on a radio button being checked -- Added form utility to override Webkit's incorrect assumption of where to try to autofill contact information - -# 4.7.0 -- Update primer modules to use bold variable applying `font-weight: 600` - -# 4.6.0 -- Added `CircleBadge` component for badge-like displays within product/components/avatars -- Added Box shadow utilities `box-shadow`, `box-shadow-medium`, `box-shadow-large`, `box-shadow-none` -- Moved visibility and display utilities to separate partial at the end of the imports list, moved flexbox to it's own partial -- Added `flex-shrink-0` to address Flexbox Safari bug -- Updated: Using spacing variables in the `.flash` component -- Updated Box component styles and documentation -- Added `.wb-break-all` utility - -# 4.4.0 -- Adding primer-marketing module to primer -- Added red and blue border color variables and utilities -- Updated: `$spacer-5` has been changed to `32px` from `36px` -- Updated: `$spacer-6` has been changed to `40px` from `48px` -- Deprecated `link-blue`, updated `link-gray` and `link-gray-dark`, added `link-hover-blue` - Updated: blankslate module to use support variables for sizing - -# 4.3.0 -- Renamed `.flex-table` to `.TableObject` -- Updated: `$spacer-1` has been changed to `4px` from `3px` -- Updated: `$spacer-2` has been changed to `6px` from `8px` -- Added: `.text-shadow-dark` & `.text-shadow-light` utilities -- Updated: Moved non-framework CSS out of Primer modules. Added `box.scss` to `primer-core`. Added `discussion-timeline.scss` to `primer-product`, and moved `blob-csv.scss` into `/primer-product/markdown` directory -- Added: Flex utilities -- Refactor: Site typography to use Primer Marketing styles -- Added: `.list-style-none` utility -- Refactor: Button groups into some cleaner CSS -- Updated: Reorganizing how we separate primer-core, primer-product, primer-marketing css - - -# 4.2.0 -- Added: Responsive styles for margin and padding utilities, display, float, and new responsive hide utility, and updates to make typography responsive -- Added: new container styles and grid styles with responsive options -- Added: updated underline nav styles -- Deprecate: Deprecating a lot of color and layout utilities -- Added: More type utilities for different weights and larger sizes. -- Added: Well defined browser support - - -# 4.1.0 -- Added: [primer-markdown](https://github.com/primer/markdown) to the build -- Fixes: Pointing "style" package.json to `build/build.css` file. -- Added: Update font stack to system fonts -- Added: Updated type scale as part of system font update -- Added: `.Box` component for replacing boxed groups, simple box, and table-list styles -- Added: New type utilities for headings and line-height -- Deprecated: `vertical-middle` was replaced with `v-align-middle`. -- Added: Layout utilities for vertical alignment, overflow, width and height, visibility, and display table -- Added: Changing from font icons to SVG - -# 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 - -# 3.0.0 -- Added: Animation utilities -- Added: Whitespace scale, and margin and padding utilities -- Added: Border utilities diff --git a/assets/sass/@primer/css/CODE_OF_CONDUCT.md b/assets/sass/@primer/css/CODE_OF_CONDUCT.md deleted file mode 100644 index cd62bf9..0000000 --- a/assets/sass/@primer/css/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,76 +0,0 @@ -# Contributor Covenant Code of Conduct - -## Our Pledge - -In the interest of fostering an open and welcoming environment, we as -contributors and maintainers pledge to making participation in our project and -our community a harassment-free experience for everyone, regardless of age, body -size, disability, ethnicity, sex characteristics, gender identity and expression, -level of experience, education, socio-economic status, nationality, personal -appearance, race, religion, or sexual identity and orientation. - -## Our Standards - -Examples of behavior that contributes to creating a positive environment -include: - -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - -* The use of sexualized language or imagery and unwelcome sexual attention or - advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic - address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting - -## Our Responsibilities - -Project maintainers are responsible for clarifying the standards of acceptable -behavior and are expected to take appropriate and fair corrective action in -response to any instances of unacceptable behavior. - -Project maintainers have the right and responsibility to remove, edit, or -reject comments, commits, code, wiki edits, issues, and other contributions -that are not aligned to this Code of Conduct, or to ban temporarily or -permanently any contributor for other behaviors that they deem inappropriate, -threatening, offensive, or harmful. - -## Scope - -This Code of Conduct applies both within project spaces and in public spaces -when an individual is representing the project or its community. Examples of -representing a project or community include using an official project e-mail -address, posting via an official social media account, or acting as an appointed -representative at an online or offline event. Representation of a project may be -further defined and clarified by project maintainers. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at emilybrick@github.com. All -complaints will be reviewed and investigated and will result in a response that -is deemed necessary and appropriate to the circumstances. The project team is -obligated to maintain confidentiality with regard to the reporter of an incident. -Further details of specific enforcement policies may be posted separately. - -Project maintainers who do not follow or enforce the Code of Conduct in good -faith may face temporary or permanent repercussions as determined by other -members of the project's leadership. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, -available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html - -[homepage]: https://www.contributor-covenant.org - -For answers to common questions about this code of conduct, see -https://www.contributor-covenant.org/faq diff --git a/assets/sass/@primer/css/DEVELOP.md b/assets/sass/@primer/css/DEVELOP.md deleted file mode 100644 index 09c77ed..0000000 --- a/assets/sass/@primer/css/DEVELOP.md +++ /dev/null @@ -1,97 +0,0 @@ -# Primer CSS Development - -If you've made it this far, **thank you**! We appreciate your contribution, and hope that this document helps you along the way. If you have any questions or problems, don't hesitate to [file an issue](https://github.com/primer/css/issues/new). - -## Structure -Primer CSS is published to [npm] as [@primer/css]. Each of Primer CSS's "modules" lives in a subfolder under `src/` with an `index.scss` in it. Generally speaking, the styles are divided into three primary themes: - -* **Core** styles (in `core/`) are common dependencies, which include support variables, native element and typography styles, buttons, navigation, tooltips, etc. -* **Product** styles (in `product/`) are specific to github.com, and include components such as avatars, labels, markdown styles, popovers, and progress indicators. -* **Marketing** styles (in `marketing/`) are specific to GitHub marketing efforts, including international and event-focused sites as well as the more design-heavy feature pages on github.com. Marketing styles include new colors and button styles, and extend the core typography and whitespace scales. - -### Paths -Here's what you need to know about how the files are structured in both git and in the published npm module: - -* In git, all of the SCSS source files live in the `src/` directory. -* When published, all of the files in `src/` are "hoisted" to the package root so that you can import, say, utilities with: - - ```scss - @import "@primer/css/utilities/index.scss"; - ``` - -* All bundle interdependencies within Primer CSS are defined as relative imports (e.g. with `../`), so everything should work fine as long as the `@primer/css` directory is in one of your Sass include paths (i.e. `node_modules`). - - -## Workflow -The typical Primer workflow looks something like this: - -1. `npm install` to install the development dependencies. -1. [Start Storybook](#storybook) -1. Navigate to the module you're working on and modify the SCSS and/or markdown files. -1. Test your changes in Storybook. -1. Push your work to a new branch. -1. Request a review from one of the Primer "core" team members. - -## Install -Run `npm install` to install the npm dependencies. - -## Docs site -The Primer CSS docs are built with React using [Doctocat](https://primer.style/doctocat) and automatically deployed on every push to this repo with [Now]. You can run the server locally with: - -```sh -npm start -``` - -Then visit http://localhost:8000 to view the site. - -### The docs directory -The [docs directory](./docs/) contains all of the documentation files in our docs site. Files are nested in the `/content` folder. - - -### URL tests -We have a script that catches inadvertent URL changes caused by renaming or deleting Markdown docs: - -```sh -npm run test-urls -``` - -This script includes some exceptions for URLs that have been intentionally moved or removed in the process of moving away from the [GitHub Style Guide](https://styleguide.github.com/primer/), and which you will need to modify if you rename or remove either Markdown docs or their `path` frontmatter. See [#641](https://github.com/primer/css/pull/641) for more information. - -## Storybook -To borrow a [metaphor from Brad Frost](http://bradfrost.com/blog/post/the-workshop-and-the-storefront/), the [docs site](#docs-site) is Primer CSS's storefront, and [Storybook] is its workshop. - -Our Storybook setup allows you to view every HTML code block in Primer CSS's Markdown docs in isolation. To get started, run the Storybook server with: - -```sh -npm run start-storybook -``` - -This should open up the site in your browser (if not, navigate to `http://localhost:8001`). - -### Code blocks -All `html` fenced code blocks in `src/**/*.md` will be rendered as stories and listed under the relevant module's name in the left-hand nav. File changes should trigger a live reload automatically (after a brief delay). - - -## Scripts -Our [`package.json`](package.json) houses a collection of [run-scripts] that we use to maintain, test, build, and publish Primer CSS. Run `npm run <script>` with any of the following values for `<script>`: - -* `fresh` does a "fresh" npm install (like `npm install -f`) -* `dist` runs `script/dist`, which creates CSS bundles of all the `index.scss` files in `src/`. -* `check-links` runs a link checker on your local development server (`localhost:3000`, started with `npm start`). -* `lint` lints both our SCSS and JavaScript source files. -* `lint-css` lints our SCSS source files. -* `lint-js` lints the JavaScript source files. -* `now-build` and `now-start` are run on [Now] to build and start the docs site server. `now-test` runs them both in order. -* `start` runs the documentation site locally (alias: `dev`). -* `test-urls` compares a (pre-generated) list of paths from the **deprecated** [Primer Style Guide](https://styleguide.github.com/primer/) to files in `pages/css`, and lets us know if we've inadvertently deleted or renamed anything. -* `test-migrate` tests the [`primer-migrate`](MIGRATING.md#primer-migrate) command line utility. - -The above list may not always be up-to-date. You can list all of the available scripts by calling `npm run` with no other arguments. - - -[@primer/css]: https://www.npmjs.com/package/@primer/css -[run-scripts]: https://docs.npmjs.com/cli/run-script -[storybook]: https://storybook.js.org/ -[now]: https://zeit.co/now -[npm]: https://www.npmjs.com/ -[npx]: https://www.npmjs.com/package/npx diff --git a/assets/sass/@primer/css/LICENSE b/assets/sass/@primer/css/LICENSE deleted file mode 100644 index 71fbac5..0000000 --- a/assets/sass/@primer/css/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2018 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/assets/sass/@primer/css/MIGRATING.md b/assets/sass/@primer/css/MIGRATING.md deleted file mode 100644 index ef419e6..0000000 --- a/assets/sass/@primer/css/MIGRATING.md +++ /dev/null @@ -1,74 +0,0 @@ -# 12.0.0 -The v12 release marks a major transition from small, single-purpose npm packages (`primer-core`, `primer-marketing`, `primer-utilities`, etc.) to a single package — `@primer/css` — which contains all of the SCSS source files in subdirectories. Here's what you need to do to migrate different parts of your app: - -## npm -First, install the new package. - -```sh -npm install --save @primer/css -``` - -If you use the `primer` package, all you'll need to do is: - -```sh -npm uninstall --save primer -``` - -If you use other packages, such as `primer-utilities`, you will need to uninstall each one by name or use a command line tool like [jq](https://stedolan.github.io/jq/) to list them: - -```sh -jq -r '.dependencies | keys[] | select(.|startswith("primer"))' package.json -``` - -And, if you're feeling saucy, uninstall them all by piping that to `xargs npm uninstall`. :sparkles: - -## Sass -There are a couple of things you'll need to change in your Sass setup when migrating to v12. This section is intentionally vague because environments vary wildly between text editors, Sass implementations, and application frameworks. When in doubt, consult the relevant documentation, and feel free to [file an issue][help] if you think that we can help. - -### Sass imports -Generally speaking, all of your Sass `@import` statements can be migrated with the following search-and-replace operations, **in the following order**: - -* If you import `primer/index.scss` or `primer`, just replace `primer` with `@primer/css` and you're done! -* Otherwise... - 1. Replace `primer-marketing-` with `@primer/css/marketing/`, e.g. - * `primer-marketing-buttons/index.scss` becomes `@primer/css/marketing/buttons/index.scss` - * `primer-marketing-utilities/index.scss` becomes `@primer/css/marketing/utilities/index.scss` - 1. Replace `primer-` with `@primer/css/`, e.g. - * `primer-markdown/index.scss` becomes `@primer/css/markdown/index.scss` - * `primer-utilities/index.scss` becomes `@primer/css/utilities/index.scss` - 1. Delete `lib/` from every Primer CSS path, e.g. - * `primer-forms/lib/form-control.scss` becomes `@primer/css/forms/form-control.scss` - * `primer-navigation/lib/subnav.scss` becomes `@primer/css/navigation/subnav.scss` - -If your text editor supports search and replace regular expressions, the following patterns should work: - -| find | replace | -| :--- | :--- | -| `primer-marketing-(\w+)(\/lib)?` | `@primer/css/marketing/$1` | -| `primer-(\w+)(\/lib)?` | `@primer/css/$1` | -| `primer\b` | `@primer/css` - -#### `primer-migrate` -You can also use the included [`primer-migrate` script](bin/primer-migrate): - -```sh -npx -p @primer/css primer-migrate path/to/**/*.scss -``` - -### Sass include paths -If you've installed Primer CSS with npm, you very likely already have `node_modules` listed in your Sass `includePaths` option, and you won't need to change anything. :tada: - -If you've installed Primer CSS with something _other than_ npm, or you don't know how it was installed, consult the documentation for your setup first, then [let us know][help] if you still can't figure it out. - -## Compiled CSS files - -The compiled CSS files can be found under `/dist` in case you want to directly link to them. - -## Fonts -The marketing-specific font files published in the [`fonts` directory](https://unpkg.com/primer-marketing-support@2.0.0/fonts/) of `primer-marketing-support@2.0.0` are published in the `fonts` directory of `@primer/css`. If you use these fonts, you'll need to do the following: - -1. Update any scripts that copy the `.woff` font files from `node_modules/primer-marketing-support/fonts` into your application to look for them in `node_modules/@primer/css/fonts`. -1. Update any webpack (or other bundler) resolution rules that look for fonts in `primer-marketing-support/fonts` to look for them in `@primer/css/fonts`. -1. Customize the [`$marketing-font-path` variable](src/marketing/support/variables.scss#L1) to match the path from which they're served. - -[help]: https://github.com/primer/css/issues/new?title=Help!&labels=v12,migration diff --git a/assets/sass/@primer/css/README.md b/assets/sass/@primer/css/README.md deleted file mode 100644 index 826a7bb..0000000 --- a/assets/sass/@primer/css/README.md +++ /dev/null @@ -1,69 +0,0 @@ -<p align="center"> - <img width="300px" src="./static/readme.png"> -</p> - -<h1 align="center">Primer CSS</h1> - -<p align="center">The CSS implementation of GitHub's Primer Design System</p> - -<p align="center"> - <a aria-label="npm package" href="https://www.npmjs.com/package/@primer/css"> - <img alt="" src="https://img.shields.io/npm/v/@primer/css.svg"> - </a> - <a aria-label="contributors graph" href="https://github.com/primer/css/graphs/contributors"> - <img src="https://img.shields.io/github/contributors/primer/css.svg"> - </a> - <a aria-label="last commit" href="https://github.com/primer/css/commits/master"> - <img alt="" src="https://img.shields.io/github/last-commit/primer/css.svg"> - </a> - <a aria-label="join us in spectrum" href="https://spectrum.chat/primer"> - <img alt="" src="https://withspectrum.github.io/badge/badge.svg"> - </a> - <a aria-label="license" href="https://github.com/primer/css/blob/master/LICENSE"> - <img src="https://img.shields.io/github/license/primer/css.svg" alt=""> - </a> -</p> - -## Migrating -:rotating_light: **If you currently use the `primer` or `primer-`-prefixed npm packages, please read [the migration guide](MIGRATING.md)!** - -## Install -This repository is distributed with [npm]. After [installing npm][install-npm], you can install `@primer/css` with this command: - -```sh -$ npm install --save @primer/css -``` - -## Usage -The included source files are written in [Sass] using SCSS syntax. After [installing](#install) with npm, you can add your project's `node_modules` directory to your Sass [include paths](https://github.com/sass/node-sass#includepaths) (AKA [load paths](http://technology.customink.com/blog/2014/10/09/understanding-and-using-sass-load-paths/) in Ruby), then import it like this: - -```scss -@import "@primer/css/index.scss"; -``` - -You can import individual Primer modules directly from the `@primer/css` package: - -```scss -@import "@primer/css/core/index.scss"; -@import "@primer/css/product/index.scss"; -@import "@primer/css/marketing/index.scss"; -``` - -## Development -See [DEVELOP.md](./DEVELOP.md) for development docs. - -## Releasing (for GitHub staff) -You can find docs about our release process in [RELEASING.md](./RELEASING.md). - -## Documentation -The [Primer CSS docs site](https://primer.style/css) is deployed from this repo with [primer/deploy](https://github.com/primer/deploy). See [the development docs](DEVELOP.md#docs-site) for more info. - -## License - -[MIT](./LICENSE) © [GitHub](https://github.com/) - - -[install-npm]: https://docs.npmjs.com/getting-started/installing-node -[npm]: https://www.npmjs.com/ -[primer]: https://primer.style -[sass]: http://sass-lang.com/ diff --git a/assets/sass/@primer/css/README.template.md b/assets/sass/@primer/css/README.template.md deleted file mode 100644 index f8515f4..0000000 --- a/assets/sass/@primer/css/README.template.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "{bundle}" -generated: true ---- - -# Primer CSS: `{bundle}` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/{bundle}/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/{bundle}.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/RELEASING.md b/assets/sass/@primer/css/RELEASING.md deleted file mode 100644 index fe6971a..0000000 --- a/assets/sass/@primer/css/RELEASING.md +++ /dev/null @@ -1,123 +0,0 @@ -# Releasing a new version of Primer CSS 🎉 - -## Prepare the release (in `primer/css`) - -1. Decide which [PRs](https://github.com/primer/css/pulls) should be part of the next release and if it will be a major, minor or patch `<version>`. You may also check the [release tracking project -](https://github.com/primer/css/projects/2#column-4482699) or ask your team members in Slack. - -1. Create a new release branch from `master` and name it `release-<version>`. - -1. Run [`npm version <version>`](https://docs.npmjs.com/cli/version) to update the `version` field in both `package.json` and `package-lock.json`. - -1. Create a new PR for the `release-<version>` branch. Please use the following template for the PR description, linking to the relevant issues and/or pull requests for each change. The changelog gets generated automatically : - - ```md - # Primer CSS [Major|Minor|Patch] Release - - Version: 📦 **`0.0.0`** - Approximate release date: 📆 **DD/MM/YY** - Changes: 🎉 [All merged PRs](https://github.com/primer/css/pulls?q=is%3Apr+is%3Amerged+base%3Arelease-0.0.0) - - --- - - ### :boom: Breaking Change - - [ ] Description # - - ### :rocket: Enhancement - - [ ] Description # - - ### :bug: Bug Fix - - [ ] Description # - - ### :nail_care: Polish - - [ ] Description # - - ### :memo: Documentation - - [ ] Description # - - ### :house: Internal - - [ ] Description # - - --- - - ### Ship checklist - - - [x] Update the `version` field in `package.json` - - [ ] Update `CHANGELOG.md` - - [ ] Test the release candidate version with `github/github` - - [ ] Merge this PR and [create a new release](https://github.com/primer/css/releases/new) - - [ ] Update `github/github` - - [ ] Tell the world (Slack, Twitter, Team post) - - For more details, see [RELEASING.md](https://github.com/primer/css/blob/master/RELEASING.md). - - /cc @primer/ds-core - ``` - -1. Start merging existing PRs into the release branch. Note: You have to change the base branch from `master` to the `release-<version>` branch before merging. - -1. Update `CHANGELOG.md` and the PR description. **Tip**: You can copy&paste the changelog from `Checks > changelog > all > changelog`. It gets generated based on adding the `Tag` labels to PRs. - -1. Wait for your checks to pass, and take note of the version that [primer/publish] lists in your status checks. - - **Tip**: The release candidate version will always be `<version>-rc.<sha>`, where `<version>` comes from the branch name and `<sha>` is the 7-character commit SHA. - - -## Test the release candidate (in `github/github`): - -1. Create a new branch in the `github/github` repo, name it `primer-<version>`. - -1. Update the Primer CSS version to the published release candidate with: - - ```sh - bin/npm install @primer/css@<version>-rc.<sha> - ``` - - Then commit and push the changes to `package.json`, `package-lock.json`, `LICENSE` and `vendor/npm`. - -1. If you need to make changes to github/github due to the Primer CSS release, do them in a branch and merge _that_ into your release branch after testing. - -1. Add or re-request reviewers and fix any breaking tests. - -1. Test on review-lab. - - -## Publish the release (in `primer/css`) - -1. If the release PR got approved and you've done necessary testing, merge it. - - After tests run, the docs site will be deployed and `@primer/css` will be published with your changes to the `latest` dist-tag. You can check [npm](https://www.npmjs.com/package/@primer/css?activeTab=versions) to see if [primer/publish] has finished. - -1. [Create a new release](https://github.com/primer/primer/releases/new) with tag `v<version>`. - -1. Copy the changes from the [CHANGELOG] and paste them into the release notes. - -1. Publish 🎉 - - -## Update github.com (in `github/github`): - -1. Install the latest published version in the same `primer-<version>` branch created earlier with: - - ``` - bin/npm install @primer/css@<version> - ``` - - Then commit and push the changes to `package.json`, `package-lock.json`, `LICENSE` and `vendor/npm`. - -1. Fix any breaking tests. - -1. Deploy! :rocket: - - -### Publish the release - -1. [Create a new release](https://github.com/primer/css/releases/new) with tag `v<version>`. - -2. Copy the changes from the [CHANGELOG] and paste them into the release notes. - -3. Publish 🎉 - - -[changelog]: ../CHANGELOG.md -[primer/publish]: https://github.com/primer/publish diff --git a/assets/sass/@primer/css/alerts/README.md b/assets/sass/@primer/css/alerts/README.md deleted file mode 100644 index 6dc24b8..0000000 --- a/assets/sass/@primer/css/alerts/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "alerts" -generated: true ---- - -# Primer CSS: `alerts` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/alerts/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/alerts.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/alerts/flash.scss b/assets/sass/@primer/css/alerts/flash.scss deleted file mode 100644 index b8b82c8..0000000 --- a/assets/sass/@primer/css/alerts/flash.scss +++ /dev/null @@ -1,103 +0,0 @@ -// Default flash -// stylelint-disable selector-max-type -.flash { - position: relative; - padding: $spacer-3; - // stylelint-disable-next-line primer/colors - color: $blue-800; - // stylelint-disable-next-line primer/colors - background-color: $blue-100; - border: $border-width $border-style $border-black-fade; - border-radius: $border-radius; - - 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 `<button>` styles - background: none; - border: 0; - appearance: none; - opacity: 0.6; - - &:hover { - opacity: 1; - } -} - -// Action button -.flash-action { - float: right; - // stylelint-disable-next-line primer/spacing - margin-top: -3px; - margin-left: $spacer-4; -} - -// -// Variations -// - -.flash-warn { - // stylelint-disable-next-line primer/colors - color: $yellow-900; - // stylelint-disable-next-line primer/colors - background-color: $yellow-100; - border-color: $border-black-fade; -} - -.flash-error { - // stylelint-disable-next-line primer/colors - color: $red-900; - background-color: $bg-red-light; - border-color: $border-black-fade; -} - -.flash-success { - // stylelint-disable-next-line primer/colors - color: $green-800; - background-color: $bg-green-light; - border-color: $border-black-fade; -} - -.flash-full { - // stylelint-disable-next-line primer/spacing - margin-top: -1px; - border-width: $border-width 0; - border-radius: 0; -} - -// A banner rendered at the top of the page. -.flash-banner { - position: fixed; - top: 0; - z-index: 90; - width: 100%; - border-top: 0; - border-right: 0; - border-left: 0; - border-radius: 0; -} - -// FIXME deprecate this -.warning { - padding: $em-spacer-5; - // stylelint-disable-next-line primer/spacing - margin-bottom: 0.8em; - font-weight: $font-weight-bold; - // stylelint-disable-next-line primer/colors - background-color: $yellow-100; -} diff --git a/assets/sass/@primer/css/alerts/index.scss b/assets/sass/@primer/css/alerts/index.scss deleted file mode 100644 index 0c4b746..0000000 --- a/assets/sass/@primer/css/alerts/index.scss +++ /dev/null @@ -1,3 +0,0 @@ -// support files -@import "../support/index.scss"; -@import "./flash.scss"; diff --git a/assets/sass/@primer/css/autocomplete/README.md b/assets/sass/@primer/css/autocomplete/README.md deleted file mode 100644 index 398bc22..0000000 --- a/assets/sass/@primer/css/autocomplete/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "autocomplete" -generated: true ---- - -# Primer CSS: `autocomplete` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/autocomplete/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/autocomplete.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/autocomplete/autocomplete.scss b/assets/sass/@primer/css/autocomplete/autocomplete.scss deleted file mode 100644 index 5c5d1f8..0000000 --- a/assets/sass/@primer/css/autocomplete/autocomplete.scss +++ /dev/null @@ -1,43 +0,0 @@ -// A pop up list of items used to show autocompleted results -.autocomplete-results { - position: absolute; - z-index: 99; - width: 100%; - max-height: 20em; - overflow-y: auto; - // stylelint-disable-next-line primer/typography - font-size: 13px; - list-style: none; - background: $bg-white; - border-radius: $border-radius; - // stylelint-disable-next-line primer/box-shadow - box-shadow: 0 0 5px $black-fade-30; -} - -// One of the items that appears within an autocomplete group -// Bold black text on white background - -.autocomplete-item { - display: block; - padding: $spacer-1 $spacer-2; - overflow: hidden; - font-weight: $font-weight-bold; - text-decoration: none; - text-overflow: ellipsis; - white-space: nowrap; - cursor: pointer; - - &:hover, - &.selected, - &[aria-selected=true], - &.navigation-focus { - color: $text-white; - text-decoration: none; - background-color: $bg-blue; - - // Inherit color on all child elements to ensure enough contrast - * { - color: inherit !important; - } - } -} diff --git a/assets/sass/@primer/css/autocomplete/index.scss b/assets/sass/@primer/css/autocomplete/index.scss deleted file mode 100644 index f311c0c..0000000 --- a/assets/sass/@primer/css/autocomplete/index.scss +++ /dev/null @@ -1,4 +0,0 @@ -// support files -@import "../support/index.scss"; -@import "./autocomplete.scss"; -@import "./suggester.scss"; diff --git a/assets/sass/@primer/css/autocomplete/suggester.scss b/assets/sass/@primer/css/autocomplete/suggester.scss deleted file mode 100644 index 5ac5421..0000000 --- a/assets/sass/@primer/css/autocomplete/suggester.scss +++ /dev/null @@ -1,75 +0,0 @@ -// Needs refactoring -// stylelint-disable selector-max-type, selector-no-qualifying-type - -.suggester { - position: relative; - top: 0; - left: 0; - min-width: 180px; - padding: 0; - margin: 0; - margin-top: $spacer-4; - list-style: none; - cursor: pointer; - background: $bg-white; - border: $border; - border-radius: $border-radius; - box-shadow: $box-shadow-medium; - - li { - display: block; - padding: $spacer-1 $spacer-2; - font-weight: $font-weight-bold; - border-bottom: $border; - - small { - font-weight: $font-weight-normal; - color: $text-gray; - } - - &:last-child { - border-bottom: 0; - border-bottom-right-radius: $border-radius; - border-bottom-left-radius: $border-radius; - } - - &:first-child { - border-top-left-radius: $border-radius; - border-top-right-radius: $border-radius; - } - - &:hover, - &[aria-selected="true"], - &.navigation-focus { - color: $text-white; - text-decoration: none; - background: $bg-blue; - - small { - color: $text-white; - } - } - } -} - -.suggester-container { - position: absolute; - top: 0; - left: 0; - z-index: 30; -} - -// Responsive - -.page-responsive { - @media (max-width: $width-sm) { - .suggester-container { - right: $spacer-2 !important; - left: $spacer-2 !important; - } - - .suggester li { - padding: $spacer-2 $spacer-3; - } - } -} diff --git a/assets/sass/@primer/css/avatars/README.md b/assets/sass/@primer/css/avatars/README.md deleted file mode 100644 index 8fa16ff..0000000 --- a/assets/sass/@primer/css/avatars/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "avatars" -generated: true ---- - -# Primer CSS: `avatars` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/avatars/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/avatars.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/avatars/avatar-parent-child.scss b/assets/sass/@primer/css/avatars/avatar-parent-child.scss deleted file mode 100644 index c2260a4..0000000 --- a/assets/sass/@primer/css/avatars/avatar-parent-child.scss +++ /dev/null @@ -1,18 +0,0 @@ -// .avatar-parent-child is when you see a small avatar at the bottom right -// corner of a larger avatar. -// -// No Styleguide version -.avatar-parent-child { - position: relative; -} - -.avatar-child { - position: absolute; - right: -15%; - bottom: -9%; - background-color: $bg-white; // For transparent backgrounds - // stylelint-disable-next-line primer/borders - border-radius: 2px; - // stylelint-disable-next-line primer/box-shadow - box-shadow: -2px -2px 0 rgba($white, 0.8); -} diff --git a/assets/sass/@primer/css/avatars/avatar-stack.scss b/assets/sass/@primer/css/avatars/avatar-stack.scss deleted file mode 100644 index 9d0247a..0000000 --- a/assets/sass/@primer/css/avatars/avatar-stack.scss +++ /dev/null @@ -1,145 +0,0 @@ -// Stacked avatars can be used to show who is participating in thread when -// there is limited space available. - -.AvatarStack { - position: relative; - min-width: 26px; - height: 20px; - - .AvatarStack-body { - position: absolute; - } - - &.AvatarStack--two { - min-width: 36px; - } - - &.AvatarStack--three-plus { - min-width: 46px; - } -} - -.AvatarStack-body { - display: flex; - background: $bg-white; - - .avatar { - position: relative; - z-index: 2; - display: flex; - width: 20px; - height: 20px; - box-sizing: content-box; - // stylelint-disable-next-line primer/spacing - margin-right: -11px; - background-color: $bg-white; - border-right: $border-width $border-style $border-white; - // stylelint-disable-next-line primer/borders - border-radius: 2px; - transition: margin 0.1s ease-in-out; - - &:first-child { - z-index: 3; - } - - &:last-child { - z-index: 1; - border-right: 0; - } - - // stylelint-disable selector-max-type - img { - // stylelint-disable-next-line primer/borders - border-radius: 2px; - } - // stylelint-enable selector-max-type - - // Account for 4+ avatars - &:nth-child(n+4) { - display: none; - opacity: 0; - } - } - - &:hover { - .avatar { - // stylelint-disable-next-line primer/spacing - margin-right: 3px; - } - - .avatar:nth-child(n+4) { - display: flex; - opacity: 1; - } - - .avatar-more { - display: none !important; - } - } -} - -.avatar.avatar-more { - z-index: 1; - margin-right: 0; - background: $bg-gray; - - &::before, - &::after { - position: absolute; - display: block; - height: 20px; - content: ""; - // stylelint-disable-next-line primer/borders - border-radius: 2px; - outline: $border-width $border-style $white; - } - - &::before { - width: 17px; - // stylelint-disable-next-line primer/colors - background: $gray-200; - } - - &::after { - width: 14px; - // stylelint-disable-next-line primer/colors - background: $gray-300; - } -} - -// Right aligned variation - -.AvatarStack--right { - .AvatarStack-body { - right: 0; - flex-direction: row-reverse; - - &:hover .avatar { - margin-right: 0; - // stylelint-disable-next-line primer/spacing - margin-left: 3px; - } - } - - .avatar.avatar-more { - // stylelint-disable-next-line primer/colors - background: $gray-300; - - &::before { - width: 5px; - } - - &::after { - width: 2px; - background: $bg-gray; - } - } - - .avatar { - margin-right: 0; - // stylelint-disable-next-line primer/spacing - margin-left: -11px; - border-right: 0; - border-left: $border-width $border-style $border-white; - } -} diff --git a/assets/sass/@primer/css/avatars/avatar.scss b/assets/sass/@primer/css/avatars/avatar.scss deleted file mode 100644 index a58c5a4..0000000 --- a/assets/sass/@primer/css/avatars/avatar.scss +++ /dev/null @@ -1,22 +0,0 @@ -.avatar { - display: inline-block; - overflow: hidden; // Ensure page layout in Firefox should images fail to load - line-height: $lh-condensed-ultra; - vertical-align: middle; - border-radius: $border-radius; -} - -// stylelint-disable-next-line primer/borders -.avatar-small { border-radius: 2px; } - -.avatar-link { - float: left; - line-height: $lh-condensed-ultra; -} - -// User for example on /stars and /user for grids of avatars -.avatar-group-item { - display: inline-block; - // stylelint-disable-next-line primer/spacing - margin-bottom: 3px; -} diff --git a/assets/sass/@primer/css/avatars/circle-badge.scss b/assets/sass/@primer/css/avatars/circle-badge.scss deleted file mode 100644 index 8553b3f..0000000 --- a/assets/sass/@primer/css/avatars/circle-badge.scss +++ /dev/null @@ -1,55 +0,0 @@ -// Circle badge icon with drop shadow for icons and logos - -.CircleBadge { - display: flex; - align-items: center; - justify-content: center; - background-color: $bg-white; - border-radius: 50%; - box-shadow: $box-shadow-medium; -} - -.CircleBadge-icon { - max-width: 60% !important; - height: auto !important; - max-height: 55% !important; -} - -// Small badge -.CircleBadge--small { - width: 56px; - height: 56px; -} - -// Medium badge -.CircleBadge--medium { - width: 96px; - height: 96px; -} - -// Large badge -.CircleBadge--large { - width: 128px; - height: 128px; -} - -// Dashed line that connects badges.. -// Wrap around 2 or more badges to create a horizonal line: - -.DashedConnection { - position: relative; - - &::before { - position: absolute; - top: 50%; - left: 0; - width: 100%; - content: ""; - // stylelint-disable-next-line primer/borders - border-bottom: 2px dashed $border-gray; - } - - .CircleBadge { - position: relative; - } -} diff --git a/assets/sass/@primer/css/avatars/index.scss b/assets/sass/@primer/css/avatars/index.scss deleted file mode 100644 index f5dfa93..0000000 --- a/assets/sass/@primer/css/avatars/index.scss +++ /dev/null @@ -1,7 +0,0 @@ -@import "../support/index.scss"; - -// Avatars -@import "./avatar.scss"; -@import "./avatar-parent-child.scss"; -@import "./avatar-stack.scss"; -@import "./circle-badge.scss"; diff --git a/assets/sass/@primer/css/bin/primer-migrate b/assets/sass/@primer/css/bin/primer-migrate deleted file mode 100644 index fb250c1..0000000 --- a/assets/sass/@primer/css/bin/primer-migrate +++ /dev/null @@ -1,86 +0,0 @@ -#!/usr/bin/env node - -/** - * XXX: we use Node.js native modules only here to avoid - * requiring any runtime dependencies when folks install - * @primer/css - */ - -const fs = require('fs') -const {promisify} = require('util') -const readFile = promisify(fs.readFile) -const writeFile = promisify(fs.writeFile) -const {dirname, join} = require('path') - -const IMPORT_PATTERN = /\@import\s+['"]([^'"]+)['"]/g -const replacements = [ - [/primer-marketing-(\w+)(\/lib)?/, '@primer/css/marketing/$1'], - [/primer-(\w+)(\/lib)?/, '@primer/css/$1'], - [/primer\b/, '@primer/css'] -] - -const paths = process.argv.slice(2) -const warn = (...args) => console.warn(...args) - -if (paths.length) { - Promise.all( - paths.map(path => { - return migrate(path).then(reps => report(reps, path)) - }) - ).catch(die) -} else { - readFile('/dev/stdin', 'utf8') - .then(input => { - const [output, reps] = replace(input) - report(reps, 'stdin') - process.stdout.write(output) - }) - .catch(die) -} - -function migrate(path) { - return readFile(path, 'utf8').then(input => { - if (!IMPORT_PATTERN.test(input)) { - warn(`No SCSS imports found in ${path}`) - return false - } - - const [output, reps] = replace(input) - if (reps.length) { - return writeFile(path, output, 'utf8').then(() => reps) - } else { - return false - } - }) -} - -function replace(input) { - const reps = [] - const output = input.replace(IMPORT_PATTERN, (str, path) => { - for (const [from, to] of replacements) { - if (from.test(path)) { - const replaced = str.replace(from, to) - reps.push([path, path.replace(from, to)]) - return replaced - } - } - return str - }) - return [output, reps] -} - -function report(reps, path) { - if (reps.length) { - warn(`Replaced ${reps.length} imports in ${path}:`) - for (const [i, [from, to]] of Object.entries(reps)) { - warn(` ${Number(i) + 1}. (${from}) -> (${to})`) - } - } else { - warn(`No legacy imports found in ${path}`) - } -} - -function die(error) { - console.error(error) - process.exitCode = 1 -} diff --git a/assets/sass/@primer/css/blankslate/README.md b/assets/sass/@primer/css/blankslate/README.md deleted file mode 100644 index 65962ed..0000000 --- a/assets/sass/@primer/css/blankslate/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "blankslate" -generated: true ---- - -# Primer CSS: `blankslate` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/blankslate/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/blankslate.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/blankslate/blankslate.scss b/assets/sass/@primer/css/blankslate/blankslate.scss deleted file mode 100644 index e352daa..0000000 --- a/assets/sass/@primer/css/blankslate/blankslate.scss +++ /dev/null @@ -1,67 +0,0 @@ -// stylelint-disable selector-max-type -.blankslate { - position: relative; - padding: $spacer-5; - text-align: center; - - code { - // stylelint-disable-next-line primer/spacing - padding: 2px 5px 3px; - font-size: $h5-size; - background: $bg-white; - border: $border-width $border-style $border-gray-light; - border-radius: $border-radius; - } - - img { - width: 56px; - height: 56px; - } -} - -.blankslate-icon { - margin-right: $spacer-1; - margin-bottom: $spacer-2; - margin-left: $spacer-1; - // stylelint-disable-next-line primer/colors - color: lighten($gray-400, 5%); -} - -.blankslate-capped { - border-radius: 0 0 $border-radius $border-radius; -} - -.blankslate-spacious { - // stylelint-disable-next-line primer/spacing - padding: ($spacer-6 * 2) $spacer-6; -} - -.blankslate-narrow { - max-width: 485px; - margin: 0 auto; -} - -// was .large-format -// QUESTION: should we deprecate this? -.blankslate-large { - img { - width: 80px; - height: 80px; - } - - h3 { - margin: $spacer-3 0; - //font-size: $h3-size; // This doesn't actually make the text larger. Should this be $h2-size? - font-size: $h2-size; - } - - p { - font-size: $h4-size; - } -} - -// was .clean-background -// TO DO: deprecate this and use utility instead -.blankslate-clean-background { - border: 0; -} diff --git a/assets/sass/@primer/css/blankslate/index.scss b/assets/sass/@primer/css/blankslate/index.scss deleted file mode 100644 index 9fda17f..0000000 --- a/assets/sass/@primer/css/blankslate/index.scss +++ /dev/null @@ -1,3 +0,0 @@ -@import "../support/index.scss"; - -@import "./blankslate.scss"; diff --git a/assets/sass/@primer/css/box/README.md b/assets/sass/@primer/css/box/README.md deleted file mode 100644 index 3085146..0000000 --- a/assets/sass/@primer/css/box/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "box" -generated: true ---- - -# Primer CSS: `box` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/box/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/box.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/box/box.scss b/assets/sass/@primer/css/box/box.scss deleted file mode 100644 index af65ccd..0000000 --- a/assets/sass/@primer/css/box/box.scss +++ /dev/null @@ -1,298 +0,0 @@ -// Box -// Intended to replace simple-box, boxed-group, and table-list - -.Box { - background-color: $bg-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; - // stylelint-disable-next-line primer/spacing - 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; - // stylelint-disable-next-line primer/spacing - margin: (-$spacer-4) (-$spacer-4); - } - } - - .Box-row { - padding: $spacer-4; - } - -} - -.Box-header { - padding: $spacer-3; - // stylelint-disable-next-line primer/spacing - margin: (-$border-width) (-$border-width) 0; - 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 { - // stylelint-disable-next-line primer/spacing - margin-bottom: -$border-width; - // stylelint-disable-next-line primer/borders - border-bottom-right-radius: 2px; - // stylelint-disable-next-line primer/borders - border-bottom-left-radius: 2px; - } -} - -// Box rows -.Box-row { - padding: $spacer-3; - // stylelint-disable-next-line primer/spacing - 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 { - // stylelint-disable-next-line primer/borders - border-top-left-radius: 2px; - // stylelint-disable-next-line primer/borders - border-top-right-radius: 2px; - } - - &:last-of-type { - // stylelint-disable-next-line primer/borders - border-bottom-right-radius: 2px; - // stylelint-disable-next-line primer/borders - 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 { - // stylelint-disable-next-line primer/box-shadow - 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; - // stylelint-disable-next-line primer/spacing - 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 { - // stylelint-disable-next-line primer/colors - 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; - // stylelint-disable-next-line primer/spacing - margin: (-$spacer-3) (-$spacer-3); - line-height: $lh-default; // override btn-octicon line-height - } -} diff --git a/assets/sass/@primer/css/box/index.scss b/assets/sass/@primer/css/box/index.scss deleted file mode 100644 index f4157ba..0000000 --- a/assets/sass/@primer/css/box/index.scss +++ /dev/null @@ -1,2 +0,0 @@ -@import "../support/index.scss"; -@import "./box.scss"; diff --git a/assets/sass/@primer/css/branch-name/README.md b/assets/sass/@primer/css/branch-name/README.md deleted file mode 100644 index 8408e26..0000000 --- a/assets/sass/@primer/css/branch-name/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "branch-name" -generated: true ---- - -# Primer CSS: `branch-name` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/branch-name/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/branch-name.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/branch-name/branch-name.scss b/assets/sass/@primer/css/branch-name/branch-name.scss deleted file mode 100644 index 1515b21..0000000 --- a/assets/sass/@primer/css/branch-name/branch-name.scss +++ /dev/null @@ -1,25 +0,0 @@ -// A nice way to display branch names inside the UI. Can be a link or not. -// stylelint-disable selector-max-type -.branch-name { - display: inline-block; - // stylelint-disable-next-line primer/spacing - padding: 2px 6px; - font: 12px $mono-font; - // stylelint-disable-next-line primer/colors - color: rgba($black, 0.6); - // stylelint-disable-next-line primer/colors - background-color: lighten($blue-100, 3%); - border-radius: $border-radius; - - .octicon { - // stylelint-disable-next-line primer/spacing - margin: 1px -2px 0 0; - // stylelint-disable-next-line primer/colors - color: desaturate($blue-300, 70%); - } -} - -// When a branch name is a link -// stylelint-disable selector-no-qualifying-type -a.branch-name { color: $text-blue; } -// stylelint-enable selector-no-qualifying-type diff --git a/assets/sass/@primer/css/branch-name/index.scss b/assets/sass/@primer/css/branch-name/index.scss deleted file mode 100644 index 3413cc5..0000000 --- a/assets/sass/@primer/css/branch-name/index.scss +++ /dev/null @@ -1,3 +0,0 @@ -// support files -@import "../support/index.scss"; -@import "./branch-name.scss"; diff --git a/assets/sass/@primer/css/breadcrumb/README.md b/assets/sass/@primer/css/breadcrumb/README.md deleted file mode 100644 index 0abb273..0000000 --- a/assets/sass/@primer/css/breadcrumb/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "breadcrumb" -generated: true ---- - -# Primer CSS: `breadcrumb` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/breadcrumb/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/breadcrumb.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/breadcrumb/breadcrumb.scss b/assets/sass/@primer/css/breadcrumb/breadcrumb.scss deleted file mode 100644 index bba7709..0000000 --- a/assets/sass/@primer/css/breadcrumb/breadcrumb.scss +++ /dev/null @@ -1,28 +0,0 @@ -.breadcrumb-item { - display: inline-block; - // stylelint-disable-next-line primer/spacing - margin-left: -0.35em; - white-space: nowrap; - list-style: none; - - &::after { - padding-right: $em-spacer-5; - padding-left: $em-spacer-5; - // stylelint-disable-next-line primer/colors - color: $border-gray; - content: "/"; - } - - &:first-child { - margin-left: 0; - } -} - -.breadcrumb-item-selected, -.breadcrumb-item[aria-current] { - color: $text-gray; - - &::after { - content: none; - } -} diff --git a/assets/sass/@primer/css/breadcrumb/index.scss b/assets/sass/@primer/css/breadcrumb/index.scss deleted file mode 100644 index 2b95a88..0000000 --- a/assets/sass/@primer/css/breadcrumb/index.scss +++ /dev/null @@ -1,3 +0,0 @@ -// support files -@import "../support/index.scss"; -@import "./breadcrumb.scss"; diff --git a/assets/sass/@primer/css/buttons/README.md b/assets/sass/@primer/css/buttons/README.md deleted file mode 100644 index 3489e3a..0000000 --- a/assets/sass/@primer/css/buttons/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "buttons" -generated: true ---- - -# Primer CSS: `buttons` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/buttons/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/buttons.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/buttons/button-group.scss b/assets/sass/@primer/css/buttons/button-group.scss deleted file mode 100644 index 429fad9..0000000 --- a/assets/sass/@primer/css/buttons/button-group.scss +++ /dev/null @@ -1,91 +0,0 @@ -// 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: $spacer-1; - } -} - -.BtnGroup-item { - position: relative; - float: left; - border-right-width: 0; - border-radius: 0; - - &:first-child { - border-top-left-radius: $border-radius; - border-bottom-left-radius: $border-radius; - } - - &:last-child { - border-right-width: $border-width; - border-top-right-radius: $border-radius; - border-bottom-right-radius: $border-radius; - } - - &.selected, - &[aria-selected=true], - &:focus, - &:active, - &:hover { - border-right-width: $border-width; - - + .BtnGroup-item, - + .BtnGroup-parent .BtnGroup-item { - border-left-width: 0; - } - } -} - -.BtnGroup-parent { - float: left; - - &:first-child .BtnGroup-item { - border-top-left-radius: $border-radius; - border-bottom-left-radius: $border-radius; - } - - &:last-child .BtnGroup-item { - border-right-width: $border-width; - border-top-right-radius: $border-radius; - border-bottom-right-radius: $border-radius; - } - - .BtnGroup-item { - border-right-width: 0; - border-radius: 0; - } - - &.selected, - &[aria-selected=true], - &:focus, - &:active, - &:hover { - .BtnGroup-item { - border-right-width: $border-width; - } - - + .BtnGroup-item, - + .BtnGroup-parent .BtnGroup-item { - border-left-width: 0; - } - } -} - -// ensure that the focus ring sits above the adjacent buttons -.BtnGroup-item, -.BtnGroup-parent { - &:focus, - &:active { - z-index: 1; - } -} diff --git a/assets/sass/@primer/css/buttons/button.scss b/assets/sass/@primer/css/buttons/button.scss deleted file mode 100644 index 5bdd90a..0000000 --- a/assets/sass/@primer/css/buttons/button.scss +++ /dev/null @@ -1,201 +0,0 @@ -// stylelint-disable selector-max-type, block-opening-brace-space-before, no-duplicate-selectors - -// Base button styles -.btn { - position: relative; - display: inline-block; - // stylelint-disable-next-line primer/spacing - padding: 6px 12px; - font-size: $body-font-size; - font-weight: $font-weight-bold; - // stylelint-disable-next-line primer/typography - line-height: 20px; // Specifically not inherit our `<body>` 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: $border-width $border-style $border-color-button; - // stylelint-disable-next-line primer/borders - border-radius: 0.25em; - appearance: none; // Corrects inability to style clickable `input` types in iOS. - - i { - font-style: normal; - font-weight: $font-weight-semibold; - opacity: 0.75; - } - - .octicon { - vertical-align: text-top; - } - - // Darken for just a tad more contrast against the button background - .Counter { - color: $text-gray; - text-shadow: none; - // stylelint-disable-next-line primer/colors - background-color: rgba($black, 0.1); - } - - &:hover { - text-decoration: none; - background-repeat: repeat-x; - } - - &:focus { - outline: 0; - } - - &:disabled, - &.disabled, - &[aria-disabled=true] { - cursor: default; - // Repeat `background-position` because `:hover` - background-position: 0 0; - } - - &:active, - &.selected, - &[aria-selected=true] { - 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-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 { - // stylelint-disable-next-line primer/spacing - padding: 3px 10px; - font-size: $font-size-small; - // stylelint-disable-next-line primer/typography - line-height: 20px; -} - -// Large button adds more padding around text. Use font-size utils to increase font-size.. e.g, <p class="text-gamma"><button class="btn btn-large btn-primary" type="button">Big green button</button></p> -.btn-large { - padding: $em-spacer-6 1.25em; - font-size: inherit; - // stylelint-disable-next-line primer/borders - border-radius: 6px; -} - -// Full-width button -// -// These buttons expand to the full width of their parent container -.btn-block { - display: block; - width: 100%; - text-align: center; -} - -// Link-like buttons -// -// This class is for styling <button> and <input> elements to look like links -.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, - &[aria-disabled=true] { - &, - &:hover { - // stylelint-disable-next-line primer/colors - color: rgba($gray-600, 0.5); - cursor: default; - } - } -} - -// Invisible button -// -// Typically used as a "cancel" button next to a .btn -.btn-invisible { - color: $text-blue; - background-color: $bg-white; // Reset default gradient backgrounds and colors - background-image: none; - border: 0; - - &:hover, - &:active, - &:focus, - &.selected, - &[aria-selected=true], - &.zeroclipboard-is-hover, - &.zeroclipboard-is-active { - color: $text-blue; - background: none; - outline: none; - box-shadow: none; - } -} - -// Octicon button -// -// Icon-only buttons -.btn-octicon { - display: inline-block; - // stylelint-disable-next-line primer/spacing - padding: 5px; - // stylelint-disable-next-line primer/spacing - margin-left: 5px; - line-height: $lh-condensed-ultra; - color: $text-gray; - vertical-align: middle; - - // For `<button>` elements - background: transparent; - border: 0; - - &:hover { color: $text-blue; } - - &.disabled, - &[aria-disabled=true] { - // stylelint-disable-next-line primer/colors - color: $gray-400; - cursor: default; - - // stylelint-disable-next-line primer/colors - &:hover { color: $gray-400; } - } -} - -.btn-octicon-danger:hover { - color: $text-red; -} diff --git a/assets/sass/@primer/css/buttons/index.scss b/assets/sass/@primer/css/buttons/index.scss deleted file mode 100644 index fcb71f3..0000000 --- a/assets/sass/@primer/css/buttons/index.scss +++ /dev/null @@ -1,4 +0,0 @@ -@import "../support/index.scss"; -@import "./button.scss"; -@import "./button-group.scss"; -@import "./misc.scss"; diff --git a/assets/sass/@primer/css/buttons/misc.scss b/assets/sass/@primer/css/buttons/misc.scss deleted file mode 100644 index dcf6f7b..0000000 --- a/assets/sass/@primer/css/buttons/misc.scss +++ /dev/null @@ -1,90 +0,0 @@ -// stylelint-disable selector-max-type - -// Close button -// -// Typically used with an octicon-x -.close-button { - padding: 0; - background: transparent; - border: 0; - outline: none; -} - -// 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; - // stylelint-disable-next-line primer/spacing - margin-left: 5px; - line-height: 0; - } -} - -.hidden-text-expander a, -.ellipsis-expander { - display: inline-block; - height: 12px; - // stylelint-disable-next-line primer/spacing - padding: 0 5px 5px; - font-size: $font-size-small; - font-weight: $font-weight-bold; - // stylelint-disable-next-line primer/typography - line-height: 6px; - // stylelint-disable-next-line primer/colors - color: $gray-700; - text-decoration: none; - vertical-align: middle; - // stylelint-disable-next-line primer/colors - background: lighten($gray-300, 5%); - border: 0; - // stylelint-disable-next-line primer/borders - border-radius: 1px; - - &:hover { - text-decoration: none; - // stylelint-disable-next-line primer/colors - background-color: darken($gray-300, 4%); - } - - &:active { - color: $text-white; - // stylelint-disable-next-line primer/colors - background-color: $blue-400; - } -} - -// Social count bubble -// -// A container that is used for social bubbles counts. -.social-count { - float: left; - // stylelint-disable-next-line primer/spacing - padding: 3px 10px; - font-size: $font-size-small; - font-weight: $font-weight-bold; - // stylelint-disable-next-line primer/typography - line-height: 20px; - color: $text-gray-dark; - vertical-align: middle; - background-color: $bg-white; - border: $border-width $border-style $border-color-button; - border-left: 0; - border-top-right-radius: $border-radius; - border-bottom-right-radius: $border-radius; - - &:hover, - &:active { - text-decoration: none; - } - - &:hover { - color: $text-blue; - cursor: pointer; - } -} diff --git a/assets/sass/@primer/css/core/README.md b/assets/sass/@primer/css/core/README.md deleted file mode 100644 index 8d14b44..0000000 --- a/assets/sass/@primer/css/core/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "core" -generated: true ---- - -# Primer CSS: `core` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/core/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/core.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/core/index.scss b/assets/sass/@primer/css/core/index.scss deleted file mode 100644 index ec97269..0000000 --- a/assets/sass/@primer/css/core/index.scss +++ /dev/null @@ -1,28 +0,0 @@ -/*! - * @primer/css/core - * http://primer.style/css - * - * Released under MIT license. Copyright (c) 2019 GitHub Inc. - */ - -// Include .octicon base styles -@import "@primer/octicons/index.scss"; - -// Global requirements -@import "../support/index.scss"; - -// Core modules -@import "../base/index.scss"; -@import "../box/index.scss"; -@import "../breadcrumb/index.scss"; -@import "../buttons/index.scss"; -@import "../table-object/index.scss"; -@import "../forms/index.scss"; -@import "../layout/index.scss"; -@import "../navigation/index.scss"; -@import "../pagination/index.scss"; -@import "../tooltips/index.scss"; -@import "../truncate/index.scss"; - -// Utilities always go last so that they can override components -@import "../utilities/index.scss"; diff --git a/assets/sass/@primer/css/deprecations.js b/assets/sass/@primer/css/deprecations.js deleted file mode 100644 index 2520e72..0000000 --- a/assets/sass/@primer/css/deprecations.js +++ /dev/null @@ -1,164 +0,0 @@ -/* - * This object's keys are (semver) version numbers, and the - * values are arrays of objects each with a "selectors" - * array and a "message" string. - */ -const versionDeprecations = { - '14.2.0': [ - { - selectors: [ - '.subnav-item.selected:hover', - '.subnav-item.selected:focus', - '.autocomplete-item[aria-selected="true"]', - '.autocomplete-item[aria-selected="true"] *' - ], - message: `These selectors are not needed anymore.` - } - ], - '14.0.0': [ - { - selectors: [ - '.SelectMenu-item+.SelectMenu-item', - '.SelectMenu-divider:first-child', - '.SelectMenu-divider:last-child', - '.SelectMenu--hasFilter .SelectMenu-item:last-child', - '.SelectMenu-item[aria-checked="true"] .SelectMenu-icon' - ], - message: `These selectors are deprecated and not used anymore.` - }, - { - selectors: [ - '.flex-item-equal', - '.flex-sm-item-equal', - '.flex-md-item-equal', - '.flex-lg-item-equal', - '.flex-xl-item-equal' - ], - message: `This variable is deprecated. Use "flex-1" instead.` - }, - { - selectors: ['.UnderlineNav-item.selected', '.UnderlineNav-item.selected .UnderlineNav-octicon'], - message: `Please use aria-selected="true" to indicate the selected state of an UnderlineNav item.` - }, - { - variables: ['$status-pending'], - message: `This variable is deprecated.` - }, - { - variables: ['$highlight-yellow'], - message: `This variable is deprecated.` - }, - { - variables: ['$repo-private-text', '$repo-private-bg', '$repo-private-icon'], - message: `These variables are deprecated.` - }, - { - variables: ['$marketingSpacers', '$allSpacers'], - message: `Please use the $marketing-spacers and $marketing-all-spacers variables.` - }, - { - variables: ['$exploregrid-item-border-radius'], - message: `This variable is deprecated. Use "4px" instead.` - }, - { - variables: ['$stats-switcher-py', '$stats-viewport-height'], - message: `These variables are deprecated.` - }, - { - variables: ['$min_tab_size', '$max_tab_size'], - message: `These variables are deprecated.` - } - ], - '13.0.0': [ - { - selectors: [ - '.btn-purple', - '.btn-purple:focus', - '.btn-purple.focus', - '.btn-purple:hover', - '.btn-purple.hover', - '.btn-purple:active', - '.btn-purple.selected', - '[open]>.btn-purple', - '.btn-purple:disabled', - '.btn-purple.disabled', - '.btn-purple .Counter' - ], - message: `Please don't make purple buttons.` - }, - { - selectors: ['.text-pending'], - message: `Please use the "text-yellow" class instead of "text-pending".` - }, - { - selectors: ['.bg-pending'], - message: `Please use the "bg-yellow-dark" class instead of "bg-pending".` - }, - { - selectors: [ - '.container', - '.container::before', - '.container::after', - '.columns', - '.columns::before', - '.columns::after', - '.column', - '.one-third', - '.two-thirds', - '.one-fourth', - '.one-half', - '.three-fourths', - '.one-fifth', - '.four-fifths' - ], - message: `Please use [grid classes](https://primer.style/css/objects/grid).` - }, - { - selectors: ['.centered'], - message: `You can use the "mx-auto" class to center any element.` - }, - { - selectors: [ - '.dropdown-menu-content', - '.dropdown.active .dropdown-menu-content', - '.dropdown-menu-content.anim-scale-in' - ], - message: `The "dropdown-menu-content" class is unnecessary.` - } - ] -} - -const {version: CURRENT_VERSION} = require('./package.json') -const semver = require('semver') - -// map selectors to the version and message of their deprecation -const selectorDeprecations = new Map() -const variableDeprecations = new Map() -for (const [version, deps] of Object.entries(versionDeprecations)) { - for (const {selectors = [], variables = [], message} of deps) { - for (const selector of selectors) { - selectorDeprecations.set(selector, {version, message}) - } - for (const variable of variables) { - variableDeprecations.set(variable, {version, message}) - } - } -} - -function isSelectorDeprecated(selector, version = CURRENT_VERSION) { - const deprecation = selectorDeprecations.get(selector) - return deprecation ? semver.gte(deprecation.version, version) : false -} - -function isVariableDeprecated(variable, version = CURRENT_VERSION) { - const deprecation = variableDeprecations.get(variable) - return deprecation ? semver.gte(deprecation.version, version) : false -} - -module.exports = { - versionDeprecations, - selectorDeprecations, - variableDeprecations, - isSelectorDeprecated, - isVariableDeprecated -} diff --git a/assets/sass/@primer/css/dist/alerts.css b/assets/sass/@primer/css/dist/alerts.css deleted file mode 100644 index 7ff36a7..0000000 --- a/assets/sass/@primer/css/dist/alerts.css +++ /dev/null @@ -1,3 +0,0 @@ -.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}.flash-banner{position:fixed;top:0;z-index:90;width:100%;border-top:0;border-right:0;border-left:0;border-radius:0}.warning{padding:.5em;margin-bottom:0.8em;font-weight:600;background-color:#fffbdd} - -/*# sourceMappingURL=alerts.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/alerts.css.map b/assets/sass/@primer/css/dist/alerts.css.map deleted file mode 100644 index 6ec2d71..0000000 --- a/assets/sass/@primer/css/dist/alerts.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/alerts/flash.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/misc.scss","../src/src/support/variables/typography.scss"],"names":[],"mappings":"AAEA,OACE,iBAAkB,CAClB,YCiCoB,CD/BpB,aEqBuB,CFnBvB,wBEYuB,CFXvB,oCERa,CFSb,iBGHiB,CHLnB,oBAWI,eAAgB,CACjB,gBAKD,kBCmBoB,CDlBrB,aAIC,WAAY,CACZ,YCYoB,CDXpB,YCWoB,CDVpB,aAAc,CACd,iBAAkB,CAClB,cAAe,CAEf,eAAgB,CAChB,QAAS,CACT,uBAAgB,CAAhB,oBAAgB,CAAhB,eAAgB,CAChB,WAAY,CAXd,mBAcI,SAAU,CACX,cAKD,WAAY,CAEZ,eAAgB,CAChB,gBCRoB,CDSrB,YAQC,aEHuB,CFKvB,wBEbuB,CFcvB,gCEzDa,CF0Dd,aAIC,aEauB,CFZvB,wBEIuB,CFHvB,gCEhEa,CFiEd,eAIC,aE/BuB,CFgCvB,wBEvCuB,CFwCvB,gCEvEa,CFwEd,YAIC,eAAgB,CAChB,kBAA6B,CAC7B,eAAgB,CACjB,cAIC,cAAe,CACf,KAAM,CACN,UAAW,CACX,UAAW,CACX,YAAa,CACb,cAAe,CACf,aAAc,CACd,eAAgB,CACjB,SAIC,YC1BiB,CD4BjB,mBAAoB,CACpB,eI5EoB,CJ8EpB,wBEzDuB","file":"alerts.css","sourcesContent":["// Default flash\n// stylelint-disable selector-max-type\n.flash {\n position: relative;\n padding: $spacer-3;\n // stylelint-disable-next-line primer/colors\n color: $blue-800;\n // stylelint-disable-next-line primer/colors\n background-color: $blue-100;\n border: $border-width $border-style $border-black-fade;\n border-radius: $border-radius;\n\n p:last-child {\n margin-bottom: 0;\n }\n}\n\n// Contain the flash messages\n.flash-messages {\n margin-bottom: $spacer-4;\n}\n\n// Close button\n.flash-close {\n float: right;\n padding: $spacer-3;\n margin: -$spacer-3;\n color: inherit;\n text-align: center;\n cursor: pointer;\n // Undo `<button>` styles\n background: none;\n border: 0;\n appearance: none;\n opacity: 0.6;\n\n &:hover {\n opacity: 1;\n }\n}\n\n// Action button\n.flash-action {\n float: right;\n // stylelint-disable-next-line primer/spacing\n margin-top: -3px;\n margin-left: $spacer-4;\n}\n\n//\n// Variations\n//\n\n.flash-warn {\n // stylelint-disable-next-line primer/colors\n color: $yellow-900;\n // stylelint-disable-next-line primer/colors\n background-color: $yellow-100;\n border-color: $border-black-fade;\n}\n\n.flash-error {\n // stylelint-disable-next-line primer/colors\n color: $red-900;\n background-color: $bg-red-light;\n border-color: $border-black-fade;\n}\n\n.flash-success {\n // stylelint-disable-next-line primer/colors\n color: $green-800;\n background-color: $bg-green-light;\n border-color: $border-black-fade;\n}\n\n.flash-full {\n // stylelint-disable-next-line primer/spacing\n margin-top: -1px;\n border-width: $border-width 0;\n border-radius: 0;\n}\n\n// A banner rendered at the top of the page.\n.flash-banner {\n position: fixed;\n top: 0;\n z-index: 90;\n width: 100%;\n border-top: 0;\n border-right: 0;\n border-left: 0;\n border-radius: 0;\n}\n\n// FIXME deprecate this\n.warning {\n padding: $em-spacer-5;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 0.8em;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/colors\n background-color: $yellow-100;\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/alerts.js b/assets/sass/@primer/css/dist/alerts.js deleted file mode 100644 index 20d2bf4..0000000 --- a/assets/sass/@primer/css/dist/alerts.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/alerts.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/autocomplete.css b/assets/sass/@primer/css/dist/autocomplete.css deleted file mode 100644 index f59f037..0000000 --- a/assets/sass/@primer/css/dist/autocomplete.css +++ /dev/null @@ -1,3 +0,0 @@ -.autocomplete-results{position:absolute;z-index:99;width:100%;max-height:20em;overflow-y:auto;font-size:13px;list-style:none;background:#fff;border-radius:3px;box-shadow:0 0 5px rgba(27,31,35,0.3)}.autocomplete-item{display:block;padding:4px 8px;overflow:hidden;font-weight:600;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.autocomplete-item:hover,.autocomplete-item.selected,.autocomplete-item[aria-selected=true],.autocomplete-item.navigation-focus{color:#fff;text-decoration:none;background-color:#0366d6}.autocomplete-item:hover *,.autocomplete-item.selected *,.autocomplete-item[aria-selected=true] *,.autocomplete-item.navigation-focus *{color:inherit !important}.suggester{position:relative;top:0;left:0;min-width:180px;padding:0;margin:0;margin-top:24px;list-style:none;cursor:pointer;background:#fff;border:1px #e1e4e8 solid;border-radius:3px;box-shadow:0 1px 5px rgba(27,31,35,0.15)}.suggester li{display:block;padding:4px 8px;font-weight:600;border-bottom:1px #e1e4e8 solid}.suggester li small{font-weight:400;color:#586069}.suggester li:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.suggester li:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.suggester li:hover,.suggester li[aria-selected="true"],.suggester li.navigation-focus{color:#fff;text-decoration:none;background:#0366d6}.suggester li:hover small,.suggester li[aria-selected="true"] small,.suggester li.navigation-focus small{color:#fff}.suggester-container{position:absolute;top:0;left:0;z-index:30}@media (max-width: 544px){.page-responsive .suggester-container{right:8px !important;left:8px !important}.page-responsive .suggester li{padding:8px 16px}} - -/*# sourceMappingURL=autocomplete.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/autocomplete.css.map b/assets/sass/@primer/css/dist/autocomplete.css.map deleted file mode 100644 index 8c1c61e..0000000 --- a/assets/sass/@primer/css/dist/autocomplete.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/autocomplete/autocomplete.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/misc.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/typography.scss","../src/src/autocomplete/suggester.scss"],"names":[],"mappings":"AACA,sBACE,iBAAkB,CAClB,UAAW,CACX,UAAW,CACX,eAAgB,CAChB,eAAgB,CAEhB,cAAe,CACf,eAAgB,CAChB,eCRU,CDSV,iBEJiB,CFMjB,qCCZa,CDad,mBAMC,aAAc,CACd,eGUU,CHTV,eAAgB,CAChB,eIAoB,CJCpB,oBAAqB,CACrB,sBAAuB,CACvB,kBAAmB,CACnB,cAAe,CARjB,gIAcI,UC/BQ,CDgCR,oBAAqB,CACrB,wBCXqB,CDLzB,wIAoBM,wBAAyB,CAC1B,WKpCH,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,eAAgB,CAChB,SAAU,CACV,QAAS,CACT,eF4BoB,CE3BpB,eAAgB,CAChB,cAAe,CACf,eJXU,CIYV,wBHTkB,CGUlB,iBHRiB,CGSjB,wCJfa,CIEf,cAgBI,aAAc,CACd,eFWQ,CEVR,eDEkB,CCDlB,+BHjBgB,CGFpB,oBAsBM,eDAkB,CCClB,aJbmB,CIVzB,yBA2BM,eAAgB,CAChB,8BHxBa,CGyBb,6BHzBa,CGJnB,0BAiCM,0BH7Ba,CG8Bb,2BH9Ba,CGJnB,uFAwCM,UJzCM,CI0CN,oBAAqB,CACrB,kBJrBmB,CIrBzB,yGA6CQ,UJ9CI,CI+CL,qBAML,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,UAAW,CACZ,0BAID,sCAGM,oBAA2B,CAC3B,mBAA0B,CAJhC,+BAQM,gBFlCgB,CEmCjB","file":"autocomplete.css","sourcesContent":["// A pop up list of items used to show autocompleted results\n.autocomplete-results {\n position: absolute;\n z-index: 99;\n width: 100%;\n max-height: 20em;\n overflow-y: auto;\n // stylelint-disable-next-line primer/typography\n font-size: 13px;\n list-style: none;\n background: $bg-white;\n border-radius: $border-radius;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 5px $black-fade-30;\n}\n\n// One of the items that appears within an autocomplete group\n// Bold black text on white background\n\n.autocomplete-item {\n display: block;\n padding: $spacer-1 $spacer-2;\n overflow: hidden;\n font-weight: $font-weight-bold;\n text-decoration: none;\n text-overflow: ellipsis;\n white-space: nowrap;\n cursor: pointer;\n\n &:hover,\n &.selected,\n &[aria-selected=true],\n &.navigation-focus {\n color: $text-white;\n text-decoration: none;\n background-color: $bg-blue;\n\n // Inherit color on all child elements to ensure enough contrast\n * {\n color: inherit !important;\n }\n }\n}\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Needs refactoring\n// stylelint-disable selector-max-type, selector-no-qualifying-type\n\n.suggester {\n position: relative;\n top: 0;\n left: 0;\n min-width: 180px;\n padding: 0;\n margin: 0;\n margin-top: $spacer-4;\n list-style: none;\n cursor: pointer;\n background: $bg-white;\n border: $border;\n border-radius: $border-radius;\n box-shadow: $box-shadow-medium;\n\n li {\n display: block;\n padding: $spacer-1 $spacer-2;\n font-weight: $font-weight-bold;\n border-bottom: $border;\n\n small {\n font-weight: $font-weight-normal;\n color: $text-gray;\n }\n\n &:last-child {\n border-bottom: 0;\n border-bottom-right-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:first-child {\n border-top-left-radius: $border-radius;\n border-top-right-radius: $border-radius;\n }\n\n &:hover,\n &[aria-selected=\"true\"],\n &.navigation-focus {\n color: $text-white;\n text-decoration: none;\n background: $bg-blue;\n\n small {\n color: $text-white;\n }\n }\n }\n}\n\n.suggester-container {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 30;\n}\n\n// Responsive\n\n.page-responsive {\n @media (max-width: $width-sm) {\n .suggester-container {\n right: $spacer-2 !important;\n left: $spacer-2 !important;\n }\n\n .suggester li {\n padding: $spacer-2 $spacer-3;\n }\n }\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/autocomplete.js b/assets/sass/@primer/css/dist/autocomplete.js deleted file mode 100644 index 7a5283e..0000000 --- a/assets/sass/@primer/css/dist/autocomplete.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/autocomplete.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/avatars.css b/assets/sass/@primer/css/dist/avatars.css deleted file mode 100644 index a44ff94..0000000 --- a/assets/sass/@primer/css/dist/avatars.css +++ /dev/null @@ -1,3 +0,0 @@ -.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)}.AvatarStack{position:relative;min-width:26px;height:20px}.AvatarStack .AvatarStack-body{position:absolute}.AvatarStack.AvatarStack--two{min-width:36px}.AvatarStack.AvatarStack--three-plus{min-width:46px}.AvatarStack-body{display:flex;background:#fff}.AvatarStack-body .avatar{position:relative;z-index:2;display:flex;width:20px;height:20px;box-sizing:content-box;margin-right:-11px;background-color:#fff;border-right:1px solid #fff;border-radius:2px;transition:margin 0.1s ease-in-out}.AvatarStack-body .avatar:first-child{z-index:3}.AvatarStack-body .avatar:last-child{z-index:1;border-right:0}.AvatarStack-body .avatar img{border-radius:2px}.AvatarStack-body .avatar:nth-child(n+4){display:none;opacity:0}.AvatarStack-body:hover .avatar{margin-right:3px}.AvatarStack-body:hover .avatar:nth-child(n+4){display:flex;opacity:1}.AvatarStack-body:hover .avatar-more{display:none !important}.avatar.avatar-more{z-index:1;margin-right:0;background:#f6f8fa}.avatar.avatar-more::before,.avatar.avatar-more::after{position:absolute;display:block;height:20px;content:"";border-radius:2px;outline:1px solid #fff}.avatar.avatar-more::before{width:17px;background:#e1e4e8}.avatar.avatar-more::after{width:14px;background:#d1d5da}.AvatarStack--right .AvatarStack-body{right:0;flex-direction:row-reverse}.AvatarStack--right .AvatarStack-body:hover .avatar{margin-right:0;margin-left:3px}.AvatarStack--right .avatar.avatar-more{background:#d1d5da}.AvatarStack--right .avatar.avatar-more::before{width:5px}.AvatarStack--right .avatar.avatar-more::after{width:2px;background:#f6f8fa}.AvatarStack--right .avatar{margin-right:0;margin-left:-11px;border-right:0;border-left:1px solid #fff}.CircleBadge{display:flex;align-items: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} - -/*# sourceMappingURL=avatars.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/avatars.css.map b/assets/sass/@primer/css/dist/avatars.css.map deleted file mode 100644 index ff3a52b..0000000 --- a/assets/sass/@primer/css/dist/avatars.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/avatars/avatar.scss","../src/src/support/variables/typography.scss","../src/src/support/variables/misc.scss","../src/src/avatars/avatar-parent-child.scss","../src/src/support/variables/color-system.scss","../src/src/avatars/avatar-stack.scss","../src/src/avatars/circle-badge.scss"],"names":[],"mappings":"AAAA,QACE,oBAAqB,CACrB,eAAgB,CAChB,aC0BoB,CDzBpB,qBAAsB,CACtB,iBEEiB,CFDlB,cAGe,iBAAkB,CAAI,aAGpC,UAAW,CACX,aCgBoB,CDfrB,mBAIC,oBAAqB,CAErB,iBAAkB,CACnB,qBGhBC,iBAAkB,CACnB,cAGC,iBAAkB,CAClB,UAAW,CACX,UAAW,CACX,qBCVU,CDYV,iBAAkB,CAElB,4CCdU,CDeX,aEbC,iBAAkB,CAClB,cAAe,CACf,WAAY,CAHd,+BAMI,iBAAkB,CANtB,8BAUI,cAAe,CAVnB,qCAcI,cAAe,CAChB,kBAID,YAAa,CACb,eDrBU,CCmBZ,0BAKI,iBAAkB,CAClB,SAAU,CACV,YAAa,CACb,UAAW,CACX,WAAY,CACZ,sBAAuB,CAEvB,kBAAmB,CACnB,qBDhCQ,CCiCR,2BDjCQ,CCmCR,iBAAkB,CAClB,kCAAmC,CAjBvC,sCAoBM,SAAU,CApBhB,qCAwBM,SAAU,CACV,cAAe,CAzBrB,8BA+BM,iBAAkB,CA/BxB,yCAqCM,YAAa,CACb,SAAU,CAtChB,gCA6CM,gBAAiB,CA7CvB,+CAiDM,YAAa,CACb,SAAU,CAlDhB,qCAsDM,uBAAwB,CACzB,oBAKH,SAAU,CACV,cAAe,CACf,kBD3EuB,CCwEzB,uDAOI,iBAAkB,CAClB,aAAc,CACd,WAAY,CACZ,UAAW,CAEX,iBAAkB,CAClB,sBD3FQ,CC8EZ,4BAiBI,UAAW,CAEX,kBD1FqB,CCuEzB,2BAuBI,UAAW,CAEX,kBD/FqB,CCgGtB,sCAOC,OAAQ,CACR,0BAA2B,CAH/B,oDAMM,cAAe,CAEf,eAAgB,CARtB,wCAcI,kBDnHqB,CCqGzB,gDAiBM,SAAU,CAjBhB,+CAqBM,SAAU,CACV,kBD7HmB,CCuGzB,4BA2BI,cAAe,CAEf,iBAAkB,CAClB,cAAe,CACf,0BD5IQ,CC6IT,aC5ID,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,qBFJU,CEKV,iBAAkB,CAClB,wCFPa,CEQd,kBAGC,wBAAyB,CACzB,sBAAuB,CACvB,yBAA0B,CAC3B,oBAIC,UAAW,CACX,WAAY,CACb,qBAIC,UAAW,CACX,WAAY,CACb,oBAIC,WAAY,CACZ,YAAa,CACd,kBAMC,iBAAkB,CADpB,0BAII,iBAAkB,CAClB,OAAQ,CACR,MAAO,CACP,UAAW,CACX,UAAW,CAEX,gCFvCqB,CE6BzB,+BAcI,iBAAkB","file":"avatars.css","sourcesContent":[".avatar {\n display: inline-block;\n overflow: hidden; // Ensure page layout in Firefox should images fail to load\n line-height: $lh-condensed-ultra;\n vertical-align: middle;\n border-radius: $border-radius;\n}\n\n// stylelint-disable-next-line primer/borders\n.avatar-small { border-radius: 2px; }\n\n.avatar-link {\n float: left;\n line-height: $lh-condensed-ultra;\n}\n\n// User for example on /stars and /user for grids of avatars\n.avatar-group-item {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 3px;\n}\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n","// .avatar-parent-child is when you see a small avatar at the bottom right\n// corner of a larger avatar.\n//\n// No Styleguide version\n.avatar-parent-child {\n position: relative;\n}\n\n.avatar-child {\n position: absolute;\n right: -15%;\n bottom: -9%;\n background-color: $bg-white; // For transparent backgrounds\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: -2px -2px 0 rgba($white, 0.8);\n}\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Stacked avatars can be used to show who is participating in thread when\n// there is limited space available.\n\n.AvatarStack {\n position: relative;\n min-width: 26px;\n height: 20px;\n\n .AvatarStack-body {\n position: absolute;\n }\n\n &.AvatarStack--two {\n min-width: 36px;\n }\n\n &.AvatarStack--three-plus {\n min-width: 46px;\n }\n}\n\n.AvatarStack-body {\n display: flex;\n background: $bg-white;\n\n .avatar {\n position: relative;\n z-index: 2;\n display: flex;\n width: 20px;\n height: 20px;\n box-sizing: content-box;\n // stylelint-disable-next-line primer/spacing\n margin-right: -11px;\n background-color: $bg-white;\n border-right: $border-width $border-style $border-white;\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n transition: margin 0.1s ease-in-out;\n\n &:first-child {\n z-index: 3;\n }\n\n &:last-child {\n z-index: 1;\n border-right: 0;\n }\n\n // stylelint-disable selector-max-type\n img {\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n }\n // stylelint-enable selector-max-type\n\n // Account for 4+ avatars\n &:nth-child(n+4) {\n display: none;\n opacity: 0;\n }\n }\n\n &:hover {\n .avatar {\n // stylelint-disable-next-line primer/spacing\n margin-right: 3px;\n }\n\n .avatar:nth-child(n+4) {\n display: flex;\n opacity: 1;\n }\n\n .avatar-more {\n display: none !important;\n }\n }\n}\n\n.avatar.avatar-more {\n z-index: 1;\n margin-right: 0;\n background: $bg-gray;\n\n &::before,\n &::after {\n position: absolute;\n display: block;\n height: 20px;\n content: \"\";\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n outline: $border-width $border-style $white;\n }\n\n &::before {\n width: 17px;\n // stylelint-disable-next-line primer/colors\n background: $gray-200;\n }\n\n &::after {\n width: 14px;\n // stylelint-disable-next-line primer/colors\n background: $gray-300;\n }\n}\n\n// Right aligned variation\n\n.AvatarStack--right {\n .AvatarStack-body {\n right: 0;\n flex-direction: row-reverse;\n\n &:hover .avatar {\n margin-right: 0;\n // stylelint-disable-next-line primer/spacing\n margin-left: 3px;\n }\n }\n\n .avatar.avatar-more {\n // stylelint-disable-next-line primer/colors\n background: $gray-300;\n\n &::before {\n width: 5px;\n }\n\n &::after {\n width: 2px;\n background: $bg-gray;\n }\n }\n\n .avatar {\n margin-right: 0;\n // stylelint-disable-next-line primer/spacing\n margin-left: -11px;\n border-right: 0;\n border-left: $border-width $border-style $border-white;\n }\n}\n","// Circle badge icon with drop shadow for icons and logos\n\n.CircleBadge {\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: $bg-white;\n border-radius: 50%;\n box-shadow: $box-shadow-medium;\n}\n\n.CircleBadge-icon {\n max-width: 60% !important;\n height: auto !important;\n max-height: 55% !important;\n}\n\n// Small badge\n.CircleBadge--small {\n width: 56px;\n height: 56px;\n}\n\n// Medium badge\n.CircleBadge--medium {\n width: 96px;\n height: 96px;\n}\n\n// Large badge\n.CircleBadge--large {\n width: 128px;\n height: 128px;\n}\n\n// Dashed line that connects badges..\n// Wrap around 2 or more badges to create a horizonal line:\n\n.DashedConnection {\n position: relative;\n\n &::before {\n position: absolute;\n top: 50%;\n left: 0;\n width: 100%;\n content: \"\";\n // stylelint-disable-next-line primer/borders\n border-bottom: 2px dashed $border-gray;\n }\n\n .CircleBadge {\n position: relative;\n }\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/avatars.js b/assets/sass/@primer/css/dist/avatars.js deleted file mode 100644 index 9459c6b..0000000 --- a/assets/sass/@primer/css/dist/avatars.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/avatars.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/base.css b/assets/sass/@primer/css/dist/base.css deleted file mode 100644 index 87caecb..0000000 --- a/assets/sass/@primer/css/dist/base.css +++ /dev/null @@ -1,3 +0,0 @@ -/*! 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 !important}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;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:#1b1f23}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:600}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 silver;margin:0 2px;padding:0.35em 0.625em .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";font-size:14px;line-height:1.5;color:#24292e;background-color:#fff}a{color:#0366d6;text-decoration:none}a:hover{text-decoration:underline}b,strong{font-weight:600}hr,.rule{height:0;margin:15px 0;overflow:hidden;background:transparent;border:0;border-bottom:1px solid #dfe2e5}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;border-radius:0}[hidden][hidden]{display:none !important}details summary{cursor:pointer}details:not([open])>*:not(summary){display:none !important}kbd{display:inline-block;padding:3px 5px;font:11px "SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;line-height:10px;color:#444d56;vertical-align:middle;background-color:#fafbfc;border:solid 1px #d1d5da;border-bottom-color:#d1d5da;border-radius:3px;box-shadow:inset 0 -1px 0 #d1d5da}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,monospace;font-size:12px}pre{margin-top:0;margin-bottom:0;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;font-size:12px}.octicon{vertical-align:text-bottom} - -/*# sourceMappingURL=base.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/base.css.map b/assets/sass/@primer/css/dist/base.css.map deleted file mode 100644 index e683caf..0000000 --- a/assets/sass/@primer/css/dist/base.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/base/normalize.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/typography.scss","../src/src/base/base.scss","../src/src/support/mixins/layout.scss","../src/src/base/kbd.scss","../src/src/support/variables/misc.scss","../src/src/base/typography-base.scss","../src/src/support/mixins/typography.scss"],"names":[],"mappings":"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","file":"base.css","sourcesContent":["// stylelint-disable\n/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */\n\n/**\n * 1. Change the default font family in all browsers (opinionated).\n * 2. Prevent adjustments of font size after orientation changes in IE and iOS.\n */\n\nhtml {\n font-family: sans-serif; /* 1 */\n -ms-text-size-adjust: 100%; /* 2 */\n -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/**\n * Remove the margin in all browsers (opinionated).\n */\n\nbody {\n margin: 0;\n}\n\n/* HTML5 display definitions\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n * 1. Add the correct display in Edge, IE, and Firefox.\n * 2. Add the correct display in IE.\n */\n\narticle,\naside,\ndetails, /* 1 */\nfigcaption,\nfigure,\nfooter,\nheader,\nmain, /* 2 */\nmenu,\nnav,\nsection { /* 1 */\n display: block;\n}\n\nsummary {\n display: list-item;\n}\n\n/**\n * Add the correct display in IE 9-.\n */\n\naudio,\ncanvas,\nprogress,\nvideo {\n display: inline-block;\n}\n\n/**\n * Add the correct display in iOS 4-7.\n */\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n/**\n * Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n\nprogress {\n vertical-align: baseline;\n}\n\n/**\n * Add the correct display in IE 10-.\n * 1. Add the correct display in IE.\n */\n\ntemplate, /* 1 */\n[hidden] {\n display: none !important;\n}\n\n/* Links\n ========================================================================== */\n\n/**\n * Remove the gray background on active links in IE 10.\n */\n\na {\n background-color: transparent; /* 1 */\n}\n\n/**\n * Remove the outline on focused links when they are also active or hovered\n * in all browsers (opinionated).\n */\n\na:active,\na:hover {\n outline-width: 0;\n}\n\n/* Text-level semantics\n ========================================================================== */\n\n/**\n * 1. Remove the bottom border in Firefox 39-.\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n\nabbr[title] {\n border-bottom: none; /* 1 */\n text-decoration: underline; /* 2 */\n text-decoration: underline dotted; /* 2 */\n}\n\n/**\n * Prevent the duplicate application of `bolder` by the next rule in Safari 6.\n */\n\nb,\nstrong {\n font-weight: inherit;\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/**\n * Add the correct font style in Android 4.3-.\n */\n\ndfn {\n font-style: italic;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/**\n * Add the correct background and color in IE 9-.\n */\n\nmark {\n background-color: #ff0;\n color: $text-black;\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/* Embedded content\n ========================================================================== */\n\n/**\n * Remove the border on images inside links in IE 10-.\n */\n\nimg {\n border-style: none;\n}\n\n/**\n * Hide the overflow in IE.\n */\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\n/* Grouping content\n ========================================================================== */\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct margin in IE 8.\n */\n\nfigure {\n margin: 1em $spacer-6;\n}\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\nhr {\n box-sizing: content-box; /* 1 */\n height: 0; /* 1 */\n overflow: visible; /* 2 */\n}\n\n/* Forms\n ========================================================================== */\n\n/**\n * 1. Change font properties to `inherit` in all browsers (opinionated).\n * 2. Remove the margin in Firefox and Safari.\n */\n\nbutton,\ninput,\nselect,\ntextarea {\n font: inherit; /* 1 */\n margin: 0; /* 2 */\n}\n\n/**\n * Restore the font weight unset by the previous rule.\n */\n\noptgroup {\n font-weight: $font-weight-bold;\n}\n\n/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\n\nbutton,\ninput { /* 1 */\n overflow: visible;\n}\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n\nbutton,\nselect { /* 1 */\n text-transform: none;\n}\n\n/**\n * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n * controls in Android 4.\n * 2. Correct the inability to style clickable types in iOS and Safari.\n */\n\nbutton,\nhtml [type=\"button\"], /* 1 */\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; /* 2 */\n}\n\n/**\n * Remove the inner border and padding in Firefox.\n */\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\n/**\n * Change the border, margin, and padding in all browsers (opinionated).\n */\n\nfieldset {\n border: $border-width $border-style #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em $em-spacer-6;\n}\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\n\nlegend {\n box-sizing: border-box; /* 1 */\n color: inherit; /* 2 */\n display: table; /* 1 */\n max-width: 100%; /* 1 */\n padding: 0; /* 3 */\n white-space: normal; /* 1 */\n}\n\n/**\n * Remove the default vertical scrollbar in IE.\n */\n\ntextarea {\n overflow: auto;\n}\n\n/**\n * 1. Add the correct box sizing in IE 10-.\n * 2. Remove the padding in IE 10-.\n */\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n[type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\n * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.\n */\n\n[type=\"search\"]::-webkit-search-cancel-button,\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * Correct the text style of placeholders in Chrome, Edge, and Safari.\n */\n\n::-webkit-input-placeholder {\n color: inherit;\n opacity: 0.54;\n}\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// stylelint-disable selector-max-type\n* {\n box-sizing: border-box;\n}\n\ninput,\nselect,\ntextarea,\nbutton {\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbody {\n font-family: $body-font;\n font-size: $body-font-size;\n line-height: $body-line-height;\n color: $text-gray-dark;\n background-color: $bg-white;\n}\n\na {\n color: $text-blue;\n text-decoration: none;\n\n &:hover {\n text-decoration: underline;\n }\n}\n\nb,\nstrong {\n font-weight: $font-weight-bold;\n}\n\n// Horizontal lines\n//\n// TODO-MDO: Remove `.rule` from everywhere and replace with `<hr>`s\nhr,\n.rule {\n height: 0;\n // stylelint-disable-next-line primer/spacing\n margin: 15px 0;\n overflow: hidden;\n background: transparent;\n border: 0;\n // stylelint-disable-next-line primer/borders\n border-bottom: $border-width $border-style lighten($gray-300, 5%);\n @include clearfix();\n}\n\n//\n// Remove most spacing between table cells.\n//\n\ntable {\n border-spacing: 0;\n border-collapse: collapse;\n}\n\ntd,\nth {\n padding: 0;\n}\n\nbutton {\n cursor: pointer;\n // Remove border radius added by Chrome macOS\n border-radius: 0;\n}\n\n// increase the selector specificity for [hidden]\n// so that it always overrides utility classes (.d-block, etc.)\n[hidden][hidden] {\n display: none !important;\n}\n\ndetails {\n summary { cursor: pointer; }\n\n &:not([open]) {\n // Set details content hidden by default for browsers that don't do this\n > *:not(summary) { display: none !important; }\n }\n}\n","// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n","// Keyboard shortcuts\n// stylelint-disable selector-max-type\n\nkbd {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: ($spacer-1 - 1) ($spacer-1 + 1);\n font: 11px $mono-font;\n // stylelint-disable-next-line primer/typography\n line-height: 10px;\n // stylelint-disable-next-line primer/colors\n color: $gray-700;\n vertical-align: middle;\n background-color: $bg-gray-light;\n // stylelint-disable-next-line primer/borders\n border: $border-style $border-width $border-gray-dark;\n border-bottom-color: $border-gray-dark;\n border-radius: $border-radius;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: inset 0 -1px 0 $border-gray-dark;\n}\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n","// Headings\n// --------------------------------------------------\n// stylelint-disable selector-max-type\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin-top: 0;\n margin-bottom: 0;\n}\n\nh1 { @include h1; }\nh2 { @include h2; }\nh3 { @include h3; }\nh4 { @include h4; }\nh5 { @include h5; }\nh6 { @include h6; }\n\n// Body text\n// --------------------------------------------------\n\np {\n margin-top: 0;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 10px;\n}\n\nsmall {\n // stylelint-disable-next-line primer/typography\n font-size: 90%;\n}\n\nblockquote {\n margin: 0;\n}\n\n// Lists\n// --------------------------------------------------\n\nul,\nol {\n padding-left: 0;\n margin-top: 0;\n margin-bottom: 0;\n}\n\nol ol,\nul ol {\n list-style-type: lower-roman;\n}\n\nul ul ol,\nul ol ol,\nol ul ol,\nol ol ol {\n list-style-type: lower-alpha;\n}\n\ndd {\n margin-left: 0;\n}\n\n// Code\n// --------------------------------------------------\n\ntt,\ncode {\n font-family: $mono-font;\n font-size: $font-size-small;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 0;\n font-family: $mono-font;\n font-size: $font-size-small;\n}\n\n// Octicons\n// --------------------------------------------------\n\n// Move this over here as a temporary override to the octicons source repo\n// instead of updating that upstream.\n.octicon {\n vertical-align: text-bottom;\n}\n","// Text hiding for image based text replacement.\n// Higher performance than -9999px because it only renders\n// the size of the actual text, not a full 9999px box.\n@mixin hide-text() {\n overflow: hidden;\n text-indent: 100%;\n white-space: nowrap;\n}\n\n// Heading mixins for use within components\n// These match heading utilities in utilities/typography\n@mixin h1 {\n font-size: $h1-size;\n font-weight: $font-weight-bold;\n}\n\n@mixin h2 {\n font-size: $h2-size;\n font-weight: $font-weight-bold;\n}\n\n@mixin h3 {\n font-size: $h3-size;\n font-weight: $font-weight-bold;\n}\n\n@mixin h4 {\n font-size: $h4-size;\n font-weight: $font-weight-bold;\n}\n\n@mixin h5 {\n font-size: $h5-size;\n font-weight: $font-weight-bold;\n}\n\n@mixin h6 {\n font-size: $h6-size;\n font-weight: $font-weight-bold;\n}\n\n// Responsive heading mixins\n// There are no responsive mixins for h4-h6 because they are small\n// and don't need to be smaller on mobile.\n@mixin f1-responsive {\n font-size: $h1-size-mobile;\n\n // 32px on desktop\n @include breakpoint(md) { font-size: $h1-size; }\n\n}\n\n@mixin f2-responsive {\n font-size: $h2-size-mobile;\n\n // 24px on desktop\n @include breakpoint(md) { font-size: $h2-size; }\n}\n\n@mixin f3-responsive {\n font-size: $h3-size-mobile;\n\n // 20px on desktop\n @include breakpoint(md) { font-size: $h3-size; }\n\n}\n\n// These use the mixins from above for responsive heading sizes.\n// The following mixins can be used where it's convenient or necessary to\n// couple the responsive font-size with the font-weight.\n@mixin h1-responsive {\n @include f1-responsive;\n font-weight: $font-weight-bold;\n}\n\n@mixin h2-responsive {\n @include f2-responsive;\n font-weight: $font-weight-bold;\n}\n\n@mixin h3-responsive {\n @include f3-responsive;\n font-weight: $font-weight-bold;\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/base.js b/assets/sass/@primer/css/dist/base.js deleted file mode 100644 index 8f7db7d..0000000 --- a/assets/sass/@primer/css/dist/base.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/base.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/blankslate.css b/assets/sass/@primer/css/dist/blankslate.css deleted file mode 100644 index 70dfc54..0000000 --- a/assets/sass/@primer/css/dist/blankslate.css +++ /dev/null @@ -1,3 +0,0 @@ -.blankslate{position:relative;padding:32px;text-align:center}.blankslate code{padding:2px 5px 3px;font-size:14px;background:#fff;border:1px solid #eaecef;border-radius:3px}.blankslate img{width:56px;height:56px}.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{max-width:485px;margin:0 auto}.blankslate-large img{width:80px;height:80px}.blankslate-large h3{margin:16px 0;font-size:24px}.blankslate-large p{font-size:16px}.blankslate-clean-background{border:0} - -/*# sourceMappingURL=blankslate.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/blankslate.css.map b/assets/sass/@primer/css/dist/blankslate.css.map deleted file mode 100644 index a82b85b..0000000 --- a/assets/sass/@primer/css/dist/blankslate.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/blankslate/blankslate.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/typography.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/colors.scss","../src/src/support/variables/misc.scss"],"names":[],"mappings":"AACA,YACE,iBAAkB,CAClB,YCoCoB,CDnCpB,iBAAkB,CAHpB,iBAOI,mBAAoB,CACpB,cEQU,CFPV,eGRQ,CHSR,wBIFuC,CJGvC,iBKLe,CLNnB,gBAeI,UAAW,CACX,WAAY,CACb,iBAID,gBCa2B,CDZ3B,iBCQU,CDPV,eCW2B,CDT3B,aAA6B,CAC9B,mBAGC,yBKvBiB,CLwBlB,qBAIC,iBCKoB,CDJrB,mBAGC,eAAgB,CAChB,aAAc,CACf,sBAMG,UAAW,CACX,WAAY,CAHhB,qBAOI,aAAmB,CAEnB,cExCU,CF+Bd,oBAaI,cE1CU,CF2CX,6BAMD,QAAS","file":"blankslate.css","sourcesContent":["// stylelint-disable selector-max-type\n.blankslate {\n position: relative;\n padding: $spacer-5;\n text-align: center;\n\n code {\n // stylelint-disable-next-line primer/spacing\n padding: 2px 5px 3px;\n font-size: $h5-size;\n background: $bg-white;\n border: $border-width $border-style $border-gray-light;\n border-radius: $border-radius;\n }\n\n img {\n width: 56px;\n height: 56px;\n }\n}\n\n.blankslate-icon {\n margin-right: $spacer-1;\n margin-bottom: $spacer-2;\n margin-left: $spacer-1;\n // stylelint-disable-next-line primer/colors\n color: lighten($gray-400, 5%);\n}\n\n.blankslate-capped {\n border-radius: 0 0 $border-radius $border-radius;\n}\n\n.blankslate-spacious {\n // stylelint-disable-next-line primer/spacing\n padding: ($spacer-6 * 2) $spacer-6;\n}\n\n.blankslate-narrow {\n max-width: 485px;\n margin: 0 auto;\n}\n\n// was .large-format\n// QUESTION: should we deprecate this?\n.blankslate-large {\n img {\n width: 80px;\n height: 80px;\n }\n\n h3 {\n margin: $spacer-3 0;\n //font-size: $h3-size; // This doesn't actually make the text larger. Should this be $h2-size?\n font-size: $h2-size;\n }\n\n p {\n font-size: $h4-size;\n }\n}\n\n// was .clean-background\n// TO DO: deprecate this and use utility instead\n.blankslate-clean-background {\n border: 0;\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","@import \"color-system.scss\";\n// Color variables\n\n// Border colors\n$border-white: $white !default;\n$border-black-fade: $black-fade-15 !default;\n$border-white-fade: $white-fade-15 !default;\n$border-gray-dark: $gray-300 !default;\n$border-gray-darker: $gray-700 !default;\n$border-gray-light: lighten($gray-200, 3%) !default;\n$border-gray: $gray-200 !default;\n$border-blue: $blue-500 !default;\n$border-blue-light: $blue-200 !default;\n$border-green: $green-400 !default;\n$border-green-light: desaturate($green-300, 40%) !default;\n$border-purple: $purple !default;\n$border-red: $red !default;\n$border-red-light: desaturate($red-300, 60%) !default;\n$border-yellow: desaturate($yellow-300, 60%) !default;\n\n// Buttons have a slightly more opaque border than $border-black-fade (15% alpha)\n$border-color-button: rgba($black, 0.2) !default;\n\n// Background colors\n$bg-white: $white !default;\n$bg-black: $black !default;\n$bg-black-fade: $black-fade-50 !default;\n$bg-blue-light: $blue-000 !default;\n$bg-blue: $blue-500 !default;\n$bg-gray-dark: $gray-900 !default;\n$bg-gray-light: $gray-000 !default;\n$bg-gray: $gray-100 !default;\n$bg-green: $green-500 !default;\n$bg-green-light: $green-100 !default;\n$bg-orange: $orange-700 !default;\n$bg-purple: $purple-500 !default;\n$bg-purple-light: $purple-000 !default;\n$bg-pink: $pink-500 !default;\n$bg-red: $red-500 !default;\n$bg-red-light: $red-100 !default;\n$bg-yellow: $yellow-500 !default;\n$bg-yellow-light: $yellow-200 !default;\n$bg-yellow-dark: $yellow-700 !default;\n\n// diffstat background colors\n$bg-diffstat-added: darken($green-400, 5%) !default;\n$bg-diffstat-deleted: $red-600 !default;\n$bg-diffstat-neutral: $gray-300 !default;\n\n// Text colors\n$text-black: $black !default;\n$text-white: $white !default;\n$text-blue: $blue-500 !default;\n$text-gray-dark: $gray-900 !default;\n$text-gray-light: $gray-500 !default;\n$text-gray: $gray-600 !default;\n$text-green: $green-500 !default;\n$text-orange: $orange-900 !default;\n$text-orange-light: $orange-600 !default;\n$text-purple: $purple !default;\n$text-pink: $pink-500 !default;\n$text-red: $red-600 !default;\n$text-yellow: $yellow-800 !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/blankslate.js b/assets/sass/@primer/css/dist/blankslate.js deleted file mode 100644 index 70516f2..0000000 --- a/assets/sass/@primer/css/dist/blankslate.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/blankslate.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/box.css b/assets/sass/@primer/css/dist/box.css deleted file mode 100644 index 37b0db5..0000000 --- a/assets/sass/@primer/css/dist/box.css +++ /dev/null @@ -1,3 +0,0 @@ -.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;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-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:grab;opacity:100}.Box-row.navigation-focus.is-dragging .Box-row--drag-button{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} - -/*# sourceMappingURL=box.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/box.css.map b/assets/sass/@primer/css/dist/box.css.map deleted file mode 100644 index 0a525d8..0000000 --- a/assets/sass/@primer/css/dist/box.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/box/box.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/misc.scss","../src/src/support/variables/typography.scss","../src/src/support/variables/layout.scss","../src/src/support/mixins/layout.scss"],"names":[],"mappings":"AAGA,KACE,qBCFU,CDGV,wBCKuB,CDJvB,iBECiB,CFAlB,gBAIC,gBGmBiB,CHpBnB,4BAII,gBIuBkB,CJ3BtB,0BAQI,gBImBkB,CJ3BtB,4BAYI,gBIekB,CJ3BtB,6CAiBM,gBIUgB,CJRhB,iBIQgB,CJPhB,gBGAa,CHpBnB,yBAyBI,gBIEkB,CJDnB,2BAMC,YIJkB,CJKlB,gBGbe,CHUnB,0BAOI,cGhCU,CHyBd,yBAWI,YIbkB,CJEtB,2BAeI,YIjBkB,CJEtB,4CAoBM,YItBgB,CJwBhB,kBIxBgB,CJEtB,wBA2BI,YI7BkB,CJ8BnB,YAKD,YIpCoB,CJsCpB,kBAA2C,CAC3C,wBCpEuB,CDqEvB,oBCnEuB,CDoEvB,kBEzEkB,CF0ElB,gBE5EgB,CF6EhB,0BEzEiB,CF0EjB,2BE1EiB,CF2ElB,WAGC,cG7CmB,CH8CnB,eG/DoB,CHgErB,UAGC,YIrDoB,CJsDpB,+BClFuB,CDgFzB,uBAOI,kBE7Fc,CF+Fd,8BAA+B,CAE/B,6BAA8B,CAC/B,SAKD,YIrEoB,CJuEpB,eAAgB,CAChB,oBAAqB,CACrB,4BCrGuB,CDgGzB,uBASI,0BAA2B,CAE3B,2BAA4B,CAXhC,sBAgBI,8BAA+B,CAE/B,6BAA8B,CAlBlC,yCA2BI,gCAA+B,CA3BnC,gDAiCM,aClHmB,CDmHnB,WAAY,CACZ,WAAY,CAnClB,4DAwCM,eAAgB,CAxCtB,0CA6CM,wBC/ImB,CDkGzB,yCAkDM,wBCnJmB,CDiGzB,6DAsDQ,SAAU,CACX,sCAQH,wBChKqB,CDiKtB,sCAKC,wBC3JqB,CD4JtB,2BAKC,wBC5KqB,CD6KtB,2BAKC,wBCvKqB,CILnB,0BLmLN,cAGI,aCpLqB,CDqLrB,oBAAqB,CAJzB,oBAOM,aChLmB,CDiLnB,oBAAqB,CACtB,CAOL,sBACE,SAAU,CACX,YAGC,YIjLoB,CJmLpB,eAAgB,CAChB,4BChNuB,CDiNxB,iBAIC,gBAAiB,CACjB,eAAgB,CACjB,WAKC,oBChNuB,CD+MzB,uBAII,wBCrNqB,CDsNrB,oBCpNqB,CD+MzB,qBASI,oBCxNqB,CD+MzB,oBAaI,oBC5NqB,CD+MzB,uBAiBI,oBChOqB,CDiOtB,aAMD,oBCpLuB,CDmLzB,oCAKM,oBCxLmB,CDmLzB,oCAWM,oBC9LmB,CD+LpB,kBAKH,wBCzPuB,CD0PvB,oBCxPuB,CDyPxB,iBAMC,wBCxOuB,CDyOxB,eAGC,wBCrQuB,CDsQxB,eAGC,wBCpRuB,CDqRxB,6BAOG,iBI/PkB,CJiQlB,kBIjQkB,CJkQlB,eGxQY","file":"box.css","sourcesContent":["// Box\n// Intended to replace simple-box, boxed-group, and table-list\n\n.Box {\n background-color: $bg-white;\n border: $border-width $border-style $border-gray-dark;\n border-radius: $border-radius;\n}\n\n// Box padding density options\n.Box--condensed {\n line-height: $lh-condensed;\n\n .Box-header {\n padding: $spacer-2 $spacer-3;\n }\n\n .Box-body {\n padding: $spacer-2 $spacer-3;\n }\n\n .Box-footer {\n padding: $spacer-2 $spacer-3;\n }\n\n .Box-btn-octicon {\n &.btn-octicon {\n padding: $spacer-2 $spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin: (-$spacer-2) (-$spacer-3);\n line-height: $lh-condensed;\n }\n }\n\n .Box-row {\n padding: $spacer-2 $spacer-3;\n }\n\n}\n\n.Box--spacious {\n .Box-header {\n padding: $spacer-4;\n line-height: $lh-condensed;\n }\n\n .Box-title {\n font-size: $h3-size;\n }\n\n .Box-body {\n padding: $spacer-4;\n }\n\n .Box-footer {\n padding: $spacer-4;\n }\n\n .Box-btn-octicon {\n &.btn-octicon {\n padding: $spacer-4;\n // stylelint-disable-next-line primer/spacing\n margin: (-$spacer-4) (-$spacer-4);\n }\n }\n\n .Box-row {\n padding: $spacer-4;\n }\n\n}\n\n.Box-header {\n padding: $spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin: (-$border-width) (-$border-width) 0;\n background-color: $bg-gray;\n border-color: $border-gray-dark;\n border-style: $border-style;\n border-width: $border-width;\n border-top-left-radius: $border-radius;\n border-top-right-radius: $border-radius;\n}\n\n.Box-title {\n font-size: $body-font-size;\n font-weight: $font-weight-bold;\n}\n\n.Box-body {\n padding: $spacer-3;\n border-bottom: $border-width $border-style $border-gray;\n\n // Ensures bottom-border doesn't poke out when .Box-body used without box-footer\n &:last-of-type {\n // stylelint-disable-next-line primer/spacing\n margin-bottom: -$border-width;\n // stylelint-disable-next-line primer/borders\n border-bottom-right-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-bottom-left-radius: 2px;\n }\n}\n\n// Box rows\n.Box-row {\n padding: $spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin-top: -1px;\n list-style-type: none; // To account for applying Box component to a list\n border-top: $border-width $border-style $border-gray;\n\n &:first-of-type {\n // stylelint-disable-next-line primer/borders\n border-top-left-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-top-right-radius: 2px;\n }\n\n &:last-of-type {\n // stylelint-disable-next-line primer/borders\n border-bottom-right-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-bottom-left-radius: 2px;\n }\n\n // Adds a blue vertical line to the left of the row\n // For indicating a row item is unread\n &.Box-row--unread,\n // .unread to be deprecated with .Box-row-unread\n &.unread {\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 2px 0 0 $blue inset;\n }\n\n &.navigation-focus {\n // Focus styles for when drag icon\n .Box-row--drag-button {\n color: $text-blue;\n cursor: grab;\n opacity: 100;\n }\n\n // Grabbing while row is dragged\n &.is-dragging .Box-row--drag-button {\n cursor: grabbing;\n }\n\n // Row dragging styles\n &.sortable-chosen {\n background-color: $bg-gray-light;\n }\n\n // Makes dragging row background gray\n &.sortable-ghost {\n background-color: $bg-gray;\n\n // Hides contents of row while dragging so row looks solid gray\n .Box-row--drag-hide {\n opacity: 0;\n }\n }\n\n }\n}\n\n.Box-row--focus-gray {\n &.navigation-focus {\n background-color: $bg-gray;\n }\n}\n\n.Box-row--focus-blue {\n &.navigation-focus {\n background-color: $bg-blue-light;\n }\n}\n\n.Box-row--hover-gray {\n &:hover {\n background-color: $bg-gray;\n }\n}\n\n.Box-row--hover-blue {\n &:hover {\n background-color: $bg-blue-light;\n }\n}\n\n// Optional link style\n// Makes links on mobile blue since they don't have hover state,\n// and links are dark-gray with blue hover on desktop.\n.Box-row-link {\n @include breakpoint(md) {\n\n color: $text-gray-dark;\n text-decoration: none;\n\n &:hover {\n color: $text-blue;\n text-decoration: none;\n }\n\n }\n}\n\n// Optional drag icon styles for reordering items\n// Focus styles included in .Box-row above\n.Box-row--drag-button {\n opacity: 0;\n}\n\n.Box-footer {\n padding: $spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin-top: -1px; // prevents double border when used with .Box-body\n border-top: $border-width $border-style $border-gray;\n}\n\n// Option for a box with scrolling content\n.Box--scrollable {\n max-height: 324px;\n overflow: scroll;\n}\n\n// Box themes\n\n.Box--blue {\n border-color: $border-blue-light;\n\n .Box-header {\n background-color: $bg-blue-light;\n border-color: $border-blue-light;\n }\n\n .Box-body {\n border-color: $border-blue-light;\n }\n\n .Box-row {\n border-color: $border-blue-light;\n }\n\n .Box-footer {\n border-color: $border-blue-light;\n }\n}\n\n// Applies and red border to the outside of the box,\n// but not to the border separating rows.\n.Box--danger {\n border-color: $border-red;\n\n .Box-row {\n &:first-of-type {\n border-color: $border-red;\n }\n }\n\n .Box-body {\n &:last-of-type {\n border-color: $border-red;\n }\n }\n}\n\n.Box-header--blue {\n background-color: $bg-blue-light;\n border-color: $border-blue-light;\n}\n\n// Box row highlight themes\n\n.Box-row--yellow {\n // stylelint-disable-next-line primer/colors\n background-color: $yellow-100;\n}\n\n.Box-row--blue {\n background-color: $bg-blue-light;\n}\n\n.Box-row--gray {\n background-color: $bg-gray;\n}\n\n//Box with btn-octicon\n.Box-btn-octicon {\n\n // Increase specificity when btn-octicon is used because comes after .Box in the cascade\n &.btn-octicon {\n padding: $spacer-3 $spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin: (-$spacer-3) (-$spacer-3);\n line-height: $lh-default; // override btn-octicon line-height\n }\n}\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/box.js b/assets/sass/@primer/css/dist/box.js deleted file mode 100644 index e03ead9..0000000 --- a/assets/sass/@primer/css/dist/box.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/box.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/branch-name.css b/assets/sass/@primer/css/dist/branch-name.css deleted file mode 100644 index 2dab66e..0000000 --- a/assets/sass/@primer/css/dist/branch-name.css +++ /dev/null @@ -1,3 +0,0 @@ -.branch-name{display:inline-block;padding:2px 6px;font:12px "SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;color:rgba(27,31,35,0.6);background-color:#eaf5ff;border-radius:3px}.branch-name .octicon{margin:1px -2px 0 0;color:#a8bbd0}a.branch-name{color:#0366d6} - -/*# sourceMappingURL=branch-name.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/branch-name.css.map b/assets/sass/@primer/css/dist/branch-name.css.map deleted file mode 100644 index 7f28c5b..0000000 --- a/assets/sass/@primer/css/dist/branch-name.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/branch-name/branch-name.scss","../src/src/support/variables/typography.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/misc.scss"],"names":[],"mappings":"AAEA,aACE,oBAAqB,CAErB,eAAgB,CAChB,qEC+ByE,CD7BzE,wBEPa,CFSb,wBAAwC,CACxC,iBGJiB,CHLnB,sBAaI,mBAAoB,CAEpB,aAAiC,CAClC,cAKa,aECS","file":"branch-name.css","sourcesContent":["// A nice way to display branch names inside the UI. Can be a link or not.\n// stylelint-disable selector-max-type\n.branch-name {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: 2px 6px;\n font: 12px $mono-font;\n // stylelint-disable-next-line primer/colors\n color: rgba($black, 0.6);\n // stylelint-disable-next-line primer/colors\n background-color: lighten($blue-100, 3%);\n border-radius: $border-radius;\n\n .octicon {\n // stylelint-disable-next-line primer/spacing\n margin: 1px -2px 0 0;\n // stylelint-disable-next-line primer/colors\n color: desaturate($blue-300, 70%);\n }\n}\n\n// When a branch name is a link\n// stylelint-disable selector-no-qualifying-type\na.branch-name { color: $text-blue; }\n// stylelint-enable selector-no-qualifying-type\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/branch-name.js b/assets/sass/@primer/css/dist/branch-name.js deleted file mode 100644 index 804135e..0000000 --- a/assets/sass/@primer/css/dist/branch-name.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/branch-name.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/breadcrumb.css b/assets/sass/@primer/css/dist/breadcrumb.css deleted file mode 100644 index 2bd38f5..0000000 --- a/assets/sass/@primer/css/dist/breadcrumb.css +++ /dev/null @@ -1,3 +0,0 @@ -.breadcrumb-item{display:inline-block;margin-left:-0.35em;white-space:nowrap;list-style:none}.breadcrumb-item::after{padding-right:.5em;padding-left:.5em;color:#e1e4e8;content:"/"}.breadcrumb-item:first-child{margin-left:0}.breadcrumb-item-selected,.breadcrumb-item[aria-current]{color:#586069}.breadcrumb-item-selected::after,.breadcrumb-item[aria-current]::after{content:none} - -/*# sourceMappingURL=breadcrumb.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/breadcrumb.css.map b/assets/sass/@primer/css/dist/breadcrumb.css.map deleted file mode 100644 index ffeb560..0000000 --- a/assets/sass/@primer/css/dist/breadcrumb.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/breadcrumb/breadcrumb.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/color-system.scss"],"names":[],"mappings":"AAAA,iBACE,oBAAqB,CAErB,mBAAoB,CACpB,kBAAmB,CACnB,eAAgB,CALlB,wBAQI,kBC8De,CD7Df,iBC6De,CD3Df,aEFqB,CFGrB,WAAY,CAZhB,6BAgBI,aAAc,CACf,yDAKD,aETuB,CFOzB,uEAKI,YAAa","file":"breadcrumb.css","sourcesContent":[".breadcrumb-item {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n margin-left: -0.35em;\n white-space: nowrap;\n list-style: none;\n\n &::after {\n padding-right: $em-spacer-5;\n padding-left: $em-spacer-5;\n // stylelint-disable-next-line primer/colors\n color: $border-gray;\n content: \"/\";\n }\n\n &:first-child {\n margin-left: 0;\n }\n}\n\n.breadcrumb-item-selected,\n.breadcrumb-item[aria-current] {\n color: $text-gray;\n\n &::after {\n content: none;\n }\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/breadcrumb.js b/assets/sass/@primer/css/dist/breadcrumb.js deleted file mode 100644 index cad5733..0000000 --- a/assets/sass/@primer/css/dist/breadcrumb.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/breadcrumb.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/buttons.css b/assets/sass/@primer/css/dist/buttons.css deleted file mode 100644 index 03cc9ea..0000000 --- a/assets/sass/@primer/css/dist/buttons.css +++ /dev/null @@ -1,3 +0,0 @@ -.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.75}.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,.btn[aria-disabled=true]{cursor:default;background-position:0 0}.btn:active,.btn.selected,.btn[aria-selected=true]{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:-.5em;border-color:rgba(27,31,35,0.35)}.btn:active,.btn.selected,.btn[aria-selected=true],[open]>.btn{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,.btn[aria-disabled=true]{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.4)}.btn-primary:hover,.btn-primary.hover{background-color:#269f42;background-image:linear-gradient(-180deg, #2fcb53 0%, #269f42 90%);background-position:-.5em;border-color:rgba(27,31,35,0.5)}.btn-primary:active,.btn-primary.selected,.btn-primary[aria-selected=true],[open]>.btn-primary{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,.btn-primary[aria-disabled=true]{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-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.4)}.btn-blue:hover,.btn-blue.hover{background-color:#035cc2;background-image:linear-gradient(-180deg, #0374f4 0%, #035cc2 90%);background-position:-.5em;border-color:rgba(27,31,35,0.5)}.btn-blue:active,.btn-blue.selected,.btn-blue[aria-selected=true],[open]>.btn-blue{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,.btn-blue[aria-disabled=true]{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.4)}.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,.btn-danger[aria-selected=true],[open]>.btn-danger{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,.btn-danger[aria-disabled=true]{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,.btn-outline[aria-selected=true],[open]>.btn-outline{color:#fff;background-color:#0366d6;background-image:none;border-color:#0366d6}.btn-outline:hover .Counter,.btn-outline:active .Counter,.btn-outline.selected .Counter,.btn-outline[aria-selected=true] .Counter,[open]>.btn-outline .Counter{color:#0366d6;background-color:#fff}.btn-outline:focus{border-color:#0366d6;box-shadow:0 0 0 0.2em rgba(3,102,214,0.4)}.btn-outline:disabled,.btn-outline.disabled,.btn-outline[aria-disabled=true]{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:.75em 1.25em;font-size:inherit;border-radius:6px}.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,.btn-link[aria-disabled=true],.btn-link[aria-disabled=true]:hover{color:rgba(88,96,105,0.5);cursor:default}.btn-invisible{color:#0366d6;background-color:#fff;background-image:none;border:0}.btn-invisible:hover,.btn-invisible:active,.btn-invisible:focus,.btn-invisible.selected,.btn-invisible[aria-selected=true],.btn-invisible.zeroclipboard-is-hover,.btn-invisible.zeroclipboard-is-active{color:#0366d6;background:none;outline:none;box-shadow:none}.btn-octicon{display:inline-block;padding:5px;margin-left:5px;line-height:1;color:#586069;vertical-align:middle;background:transparent;border:0}.btn-octicon:hover{color:#0366d6}.btn-octicon.disabled,.btn-octicon[aria-disabled=true]{color:#959da5;cursor:default}.btn-octicon.disabled:hover,.btn-octicon[aria-disabled=true]:hover{color:#959da5}.btn-octicon-danger:hover{color:#cb2431}.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:4px}.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[aria-selected=true],.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-item:hover{border-right-width:1px}.BtnGroup-item.selected+.BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item[aria-selected=true]+.BtnGroup-item,.BtnGroup-item[aria-selected=true]+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-item,.BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item{border-left-width:0}.BtnGroup-parent{float:left}.BtnGroup-parent:first-child .BtnGroup-item{border-top-left-radius:3px;border-bottom-left-radius:3px}.BtnGroup-parent:last-child .BtnGroup-item{border-right-width:1px;border-top-right-radius:3px;border-bottom-right-radius:3px}.BtnGroup-parent .BtnGroup-item{border-right-width:0;border-radius:0}.BtnGroup-parent.selected .BtnGroup-item,.BtnGroup-parent[aria-selected=true] .BtnGroup-item,.BtnGroup-parent:focus .BtnGroup-item,.BtnGroup-parent:active .BtnGroup-item,.BtnGroup-parent:hover .BtnGroup-item{border-right-width:1px}.BtnGroup-parent.selected+.BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent[aria-selected=true]+.BtnGroup-item,.BtnGroup-parent[aria-selected=true]+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item{border-left-width:0}.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-parent:focus,.BtnGroup-parent:active{z-index:1}.close-button{padding:0;background:transparent;border:0;outline:none}.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} - -/*# sourceMappingURL=buttons.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/buttons.css.map b/assets/sass/@primer/css/dist/buttons.css.map deleted file mode 100644 index 60c1771..0000000 --- a/assets/sass/@primer/css/dist/buttons.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/buttons/button.scss","../src/src/support/variables/typography.scss","../src/src/support/variables/color-system.scss","../src/src/support/mixins/buttons.scss","../src/src/buttons/button-group.scss","../src/src/support/mixins/layout.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/misc.scss","../src/src/buttons/misc.scss"],"names":[],"mappings":"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","file":"buttons.css","sourcesContent":["// stylelint-disable selector-max-type, block-opening-brace-space-before, no-duplicate-selectors\n\n// Base button styles\n.btn {\n position: relative;\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: 6px 12px;\n font-size: $body-font-size;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 20px; // Specifically not inherit our `<body>` default\n white-space: nowrap;\n vertical-align: middle;\n cursor: pointer;\n user-select: none;\n background-repeat: repeat-x;\n background-position: -1px -1px;\n background-size: 110% 110%;\n border: $border-width $border-style $border-color-button;\n // stylelint-disable-next-line primer/borders\n border-radius: 0.25em;\n appearance: none; // Corrects inability to style clickable `input` types in iOS.\n\n i {\n font-style: normal;\n font-weight: $font-weight-semibold;\n opacity: 0.75;\n }\n\n .octicon {\n vertical-align: text-top;\n }\n\n // Darken for just a tad more contrast against the button background\n .Counter {\n color: $text-gray;\n text-shadow: none;\n // stylelint-disable-next-line primer/colors\n background-color: rgba($black, 0.1);\n }\n\n &:hover {\n text-decoration: none;\n background-repeat: repeat-x;\n }\n\n &:focus {\n outline: 0;\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n cursor: default;\n // Repeat `background-position` because `:hover`\n background-position: 0 0;\n }\n\n &:active,\n &.selected,\n &[aria-selected=true] {\n background-image: none;\n }\n}\n\n.btn { @include btn-solid($text-gray-dark, $gray-000, darken($gray-100, 2%)); }\n.btn-primary { @include btn-solid($text-white, $green-400, $green-500); }\n.btn-blue { @include btn-solid($text-white, lighten($blue-500, 8%), darken($blue-500, 2%)); }\n.btn-danger { @include btn-inverse($red-600, $gray-000, darken($gray-100, 2%)); }\n\n// Outline button\n//\n// For when we need a linky-action that's not too heavy in busier\n// areas like conversation timelines.\n.btn-outline {\n @include btn-outline($text-blue);\n}\n\n// Social button count\n.btn-with-count {\n float: left;\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n// Minibutton overrides\n//\n// Tweak `line-height` to make them smaller.\n.btn-sm {\n // stylelint-disable-next-line primer/spacing\n padding: 3px 10px;\n font-size: $font-size-small;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n}\n\n// Large button adds more padding around text. Use font-size utils to increase font-size.. e.g, <p class=\"text-gamma\"><button class=\"btn btn-large btn-primary\" type=\"button\">Big green button</button></p>\n.btn-large {\n padding: $em-spacer-6 1.25em;\n font-size: inherit;\n // stylelint-disable-next-line primer/borders\n border-radius: 6px;\n}\n\n// Full-width button\n//\n// These buttons expand to the full width of their parent container\n.btn-block {\n display: block;\n width: 100%;\n text-align: center;\n}\n\n// Link-like buttons\n//\n// This class is for styling <button> and <input> elements to look like links\n.btn-link {\n display: inline-block;\n padding: 0;\n font-size: inherit;\n color: $text-blue;\n text-decoration: none;\n white-space: nowrap;\n cursor: pointer;\n user-select: none;\n background-color: transparent;\n border: 0;\n appearance: none; // Corrects inability to style clickable `input` types in iOS.\n\n &:hover {\n text-decoration: underline;\n }\n\n &:disabled,\n &[aria-disabled=true] {\n &,\n &:hover {\n // stylelint-disable-next-line primer/colors\n color: rgba($gray-600, 0.5);\n cursor: default;\n }\n }\n}\n\n// Invisible button\n//\n// Typically used as a \"cancel\" button next to a .btn\n.btn-invisible {\n color: $text-blue;\n background-color: $bg-white; // Reset default gradient backgrounds and colors\n background-image: none;\n border: 0;\n\n &:hover,\n &:active,\n &:focus,\n &.selected,\n &[aria-selected=true],\n &.zeroclipboard-is-hover,\n &.zeroclipboard-is-active {\n color: $text-blue;\n background: none;\n outline: none;\n box-shadow: none;\n }\n}\n\n// Octicon button\n//\n// Icon-only buttons\n.btn-octicon {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: 5px;\n // stylelint-disable-next-line primer/spacing\n margin-left: 5px;\n line-height: $lh-condensed-ultra;\n color: $text-gray;\n vertical-align: middle;\n\n // For `<button>` elements\n background: transparent;\n border: 0;\n\n &:hover { color: $text-blue; }\n\n &.disabled,\n &[aria-disabled=true] {\n // stylelint-disable-next-line primer/colors\n color: $gray-400;\n cursor: default;\n\n // stylelint-disable-next-line primer/colors\n &:hover { color: $gray-400; }\n }\n}\n\n.btn-octicon-danger:hover {\n color: $text-red;\n}\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Button color generator for primary and themed buttons\n\n// New button hotness\n@mixin btn-solid($color, $bg, $bg2) {\n color: $color;\n background-color: $bg2;\n background-image: linear-gradient(-180deg, $bg 0%, $bg2 90%);\n\n @if $bg == $gray-000 {\n &:focus,\n &.focus {\n box-shadow: $btn-input-focus-shadow;\n }\n\n &:hover,\n &.hover {\n background-color: darken($bg2, 3%);\n background-image: linear-gradient(-180deg, darken($bg, 3%) 0%, darken($bg2, 3%) 90%);\n background-position: 0 -$em-spacer-5;\n border-color: rgba($black, 0.35);\n }\n\n &:active,\n &.selected,\n &[aria-selected=true],\n [open] > & {\n background-color: darken(desaturate($bg, 10%), 6%);\n background-image: none;\n border-color: rgba($black, 0.35); // repeat to avoid shift on click-drag off of button\n box-shadow: $btn-active-shadow;\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n color: rgba($color, 0.4);\n background-color: $bg2;\n background-image: none;\n border-color: $border-color-button;\n box-shadow: none;\n }\n\n }\n @else {\n &:focus,\n &.focus {\n box-shadow: 0 0 0 0.2em rgba($bg, 0.4);\n }\n\n &:hover,\n &.hover {\n background-color: darken($bg2, 2%);\n background-image: linear-gradient(-180deg, darken($bg, 2%) 0%, darken($bg2, 2%) 90%);\n background-position: 0 -$em-spacer-5;\n border-color: $black-fade-50;\n }\n\n &:active,\n &.selected,\n &[aria-selected=true],\n [open] > & {\n background-color: darken(mix($bg, $bg2, 50%), 7%);\n background-image: none;\n border-color: $black-fade-50; // repeat to avoid shift on click-drag off of button\n box-shadow: $btn-active-shadow;\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n color: rgba($color, 0.75);\n background-color: mix($bg2, $white, 50%);\n background-image: none;\n border-color: $border-color-button;\n box-shadow: none;\n }\n\n .Counter {\n color: darken($bg, 8%);\n background-color: $white;\n }\n }\n}\n\n// Inverse button hover style\n@mixin btn-inverse($color, $bg, $bg2) {\n color: $color;\n background-color: $bg;\n background-image: linear-gradient(-180deg, $bg 0%, $bg2 90%);\n\n &:focus {\n box-shadow: 0 0 0 0.2em rgba($color, 0.4);\n }\n\n &:hover {\n color: $text-white;\n background-color: $color;\n background-image: linear-gradient(-180deg, lighten($color, 10%) 0%, $color 90%);\n border-color: $black-fade-50;\n\n .Counter {\n color: $text-white;\n }\n }\n\n &:active,\n &.selected,\n &[aria-selected=true],\n [open] > & {\n color: $text-white;\n background-color: darken($color, 5%);\n background-image: none;\n border-color: $black-fade-50;\n box-shadow: $btn-active-shadow;\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n color: rgba($color, 0.4);\n background-color: $bg2;\n background-image: none;\n border-color: $border-color-button;\n box-shadow: none;\n }\n}\n\n// Outline color generator for btn-outline to make the hover state inverse the text and bg colors.\n@mixin btn-outline($text-color: $text-blue, $bg-color: $bg-white) {\n color: $text-color;\n background-color: $bg-color;\n background-image: none;\n\n .Counter {\n background-color: rgba($black, 0.07);\n }\n\n &:hover,\n &:active,\n &.selected,\n &[aria-selected=true],\n [open] > & {\n color: $bg-color;\n background-color: $text-color;\n background-image: none;\n border-color: $text-color;\n\n .Counter {\n color: $text-color;\n background-color: $bg-color;\n }\n }\n\n &:focus {\n border-color: $text-color;\n box-shadow: 0 0 0 0.2em rgba($text-color, 0.4);\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n color: $black-fade-30;\n background-color: $bg-white;\n border-color: $black-fade-15;\n box-shadow: none;\n }\n}\n","// Button group\n//\n// A button group is a series of buttons laid out next to each other, all part\n// of one visual button, but separated by rules to be separate.\n\n.BtnGroup {\n display: inline-block;\n vertical-align: middle;\n @include clearfix();\n\n // Proper spacing for multiple button groups (a la, gollum editor)\n + .BtnGroup,\n + .btn {\n margin-left: $spacer-1;\n }\n}\n\n.BtnGroup-item {\n position: relative;\n float: left;\n border-right-width: 0;\n border-radius: 0;\n\n &:first-child {\n border-top-left-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:last-child {\n border-right-width: $border-width;\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n }\n\n &.selected,\n &[aria-selected=true],\n &:focus,\n &:active,\n &:hover {\n border-right-width: $border-width;\n\n + .BtnGroup-item,\n + .BtnGroup-parent .BtnGroup-item {\n border-left-width: 0;\n }\n }\n}\n\n.BtnGroup-parent {\n float: left;\n\n &:first-child .BtnGroup-item {\n border-top-left-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:last-child .BtnGroup-item {\n border-right-width: $border-width;\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n }\n\n .BtnGroup-item {\n border-right-width: 0;\n border-radius: 0;\n }\n\n &.selected,\n &[aria-selected=true],\n &:focus,\n &:active,\n &:hover {\n .BtnGroup-item {\n border-right-width: $border-width;\n }\n\n + .BtnGroup-item,\n + .BtnGroup-parent .BtnGroup-item {\n border-left-width: 0;\n }\n }\n}\n\n// ensure that the focus ring sits above the adjacent buttons\n.BtnGroup-item,\n.BtnGroup-parent {\n &:focus,\n &:active {\n z-index: 1;\n }\n}\n","// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n","// stylelint-disable selector-max-type\n\n// Close button\n//\n// Typically used with an octicon-x\n.close-button {\n padding: 0;\n background: transparent;\n border: 0;\n outline: none;\n}\n\n// Hidden text button\n//\n// Use `.hidden-text-expander` to indicate and expand hidden text.\n.hidden-text-expander {\n display: block;\n\n &.inline {\n position: relative;\n top: -1px;\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n margin-left: 5px;\n line-height: 0;\n }\n}\n\n.hidden-text-expander a,\n.ellipsis-expander {\n display: inline-block;\n height: 12px;\n // stylelint-disable-next-line primer/spacing\n padding: 0 5px 5px;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 6px;\n // stylelint-disable-next-line primer/colors\n color: $gray-700;\n text-decoration: none;\n vertical-align: middle;\n // stylelint-disable-next-line primer/colors\n background: lighten($gray-300, 5%);\n border: 0;\n // stylelint-disable-next-line primer/borders\n border-radius: 1px;\n\n &:hover {\n text-decoration: none;\n // stylelint-disable-next-line primer/colors\n background-color: darken($gray-300, 4%);\n }\n\n &:active {\n color: $text-white;\n // stylelint-disable-next-line primer/colors\n background-color: $blue-400;\n }\n}\n\n// Social count bubble\n//\n// A container that is used for social bubbles counts.\n.social-count {\n float: left;\n // stylelint-disable-next-line primer/spacing\n padding: 3px 10px;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-gray-dark;\n vertical-align: middle;\n background-color: $bg-white;\n border: $border-width $border-style $border-color-button;\n border-left: 0;\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n\n &:hover,\n &:active {\n text-decoration: none;\n }\n\n &:hover {\n color: $text-blue;\n cursor: pointer;\n }\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/buttons.js b/assets/sass/@primer/css/dist/buttons.js deleted file mode 100644 index 775088e..0000000 --- a/assets/sass/@primer/css/dist/buttons.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/buttons.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/core.css b/assets/sass/@primer/css/dist/core.css deleted file mode 100644 index 57fad59..0000000 --- a/assets/sass/@primer/css/dist/core.css +++ /dev/null @@ -1,8 +0,0 @@ -/*! - * @primer/css/core - * http://primer.style/css - * - * Released under MIT license. Copyright (c) 2019 GitHub Inc. - */.octicon{display:inline-block;vertical-align:text-top;fill:currentColor}/*! 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 !important}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;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:#1b1f23}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:600}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 silver;margin:0 2px;padding:0.35em 0.625em .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";font-size:14px;line-height:1.5;color:#24292e;background-color:#fff}a{color:#0366d6;text-decoration:none}a:hover{text-decoration:underline}b,strong{font-weight:600}hr,.rule{height:0;margin:15px 0;overflow:hidden;background:transparent;border:0;border-bottom:1px solid #dfe2e5}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;border-radius:0}[hidden][hidden]{display:none !important}details summary{cursor:pointer}details:not([open])>*:not(summary){display:none !important}kbd{display:inline-block;padding:3px 5px;font:11px "SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;line-height:10px;color:#444d56;vertical-align:middle;background-color:#fafbfc;border:solid 1px #d1d5da;border-bottom-color:#d1d5da;border-radius:3px;box-shadow:inset 0 -1px 0 #d1d5da}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,monospace;font-size:12px}pre{margin-top:0;margin-bottom:0;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;font-size:12px}.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;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-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:grab;opacity:100}.Box-row.navigation-focus.is-dragging .Box-row--drag-button{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}.breadcrumb-item{display:inline-block;margin-left:-0.35em;white-space:nowrap;list-style:none}.breadcrumb-item::after{padding-right:.5em;padding-left:.5em;color:#e1e4e8;content:"/"}.breadcrumb-item:first-child{margin-left:0}.breadcrumb-item-selected,.breadcrumb-item[aria-current]{color:#586069}.breadcrumb-item-selected::after,.breadcrumb-item[aria-current]::after{content:none}.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.75}.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,.btn[aria-disabled=true]{cursor:default;background-position:0 0}.btn:active,.btn.selected,.btn[aria-selected=true]{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:-.5em;border-color:rgba(27,31,35,0.35)}.btn:active,.btn.selected,.btn[aria-selected=true],[open]>.btn{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,.btn[aria-disabled=true]{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.4)}.btn-primary:hover,.btn-primary.hover{background-color:#269f42;background-image:linear-gradient(-180deg, #2fcb53 0%, #269f42 90%);background-position:-.5em;border-color:rgba(27,31,35,0.5)}.btn-primary:active,.btn-primary.selected,.btn-primary[aria-selected=true],[open]>.btn-primary{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,.btn-primary[aria-disabled=true]{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-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.4)}.btn-blue:hover,.btn-blue.hover{background-color:#035cc2;background-image:linear-gradient(-180deg, #0374f4 0%, #035cc2 90%);background-position:-.5em;border-color:rgba(27,31,35,0.5)}.btn-blue:active,.btn-blue.selected,.btn-blue[aria-selected=true],[open]>.btn-blue{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,.btn-blue[aria-disabled=true]{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.4)}.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,.btn-danger[aria-selected=true],[open]>.btn-danger{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,.btn-danger[aria-disabled=true]{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,.btn-outline[aria-selected=true],[open]>.btn-outline{color:#fff;background-color:#0366d6;background-image:none;border-color:#0366d6}.btn-outline:hover .Counter,.btn-outline:active .Counter,.btn-outline.selected .Counter,.btn-outline[aria-selected=true] .Counter,[open]>.btn-outline .Counter{color:#0366d6;background-color:#fff}.btn-outline:focus{border-color:#0366d6;box-shadow:0 0 0 0.2em rgba(3,102,214,0.4)}.btn-outline:disabled,.btn-outline.disabled,.btn-outline[aria-disabled=true]{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:.75em 1.25em;font-size:inherit;border-radius:6px}.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,.btn-link[aria-disabled=true],.btn-link[aria-disabled=true]:hover{color:rgba(88,96,105,0.5);cursor:default}.btn-invisible{color:#0366d6;background-color:#fff;background-image:none;border:0}.btn-invisible:hover,.btn-invisible:active,.btn-invisible:focus,.btn-invisible.selected,.btn-invisible[aria-selected=true],.btn-invisible.zeroclipboard-is-hover,.btn-invisible.zeroclipboard-is-active{color:#0366d6;background:none;outline:none;box-shadow:none}.btn-octicon{display:inline-block;padding:5px;margin-left:5px;line-height:1;color:#586069;vertical-align:middle;background:transparent;border:0}.btn-octicon:hover{color:#0366d6}.btn-octicon.disabled,.btn-octicon[aria-disabled=true]{color:#959da5;cursor:default}.btn-octicon.disabled:hover,.btn-octicon[aria-disabled=true]:hover{color:#959da5}.btn-octicon-danger:hover{color:#cb2431}.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:4px}.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[aria-selected=true],.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-item:hover{border-right-width:1px}.BtnGroup-item.selected+.BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item[aria-selected=true]+.BtnGroup-item,.BtnGroup-item[aria-selected=true]+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-item,.BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item{border-left-width:0}.BtnGroup-parent{float:left}.BtnGroup-parent:first-child .BtnGroup-item{border-top-left-radius:3px;border-bottom-left-radius:3px}.BtnGroup-parent:last-child .BtnGroup-item{border-right-width:1px;border-top-right-radius:3px;border-bottom-right-radius:3px}.BtnGroup-parent .BtnGroup-item{border-right-width:0;border-radius:0}.BtnGroup-parent.selected .BtnGroup-item,.BtnGroup-parent[aria-selected=true] .BtnGroup-item,.BtnGroup-parent:focus .BtnGroup-item,.BtnGroup-parent:active .BtnGroup-item,.BtnGroup-parent:hover .BtnGroup-item{border-right-width:1px}.BtnGroup-parent.selected+.BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent[aria-selected=true]+.BtnGroup-item,.BtnGroup-parent[aria-selected=true]+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item{border-left-width:0}.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-parent:focus,.BtnGroup-parent:active{z-index:1}.close-button{padding:0;background:transparent;border:0;outline:none}.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}.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:16px;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)}@media (min-width: 768px){.form-control,.form-select{font-size:14px}}.input-contrast{background-color:#fafbfc}.input-contrast:focus{background-color:#fff}.input-dark{color:#fff;background-color:rgba(255,255,255,0.15);border-color:transparent}.input-dark:-ms-input-placeholder{color:inherit;opacity:0.6}.input-dark::-ms-input-placeholder{color:inherit;opacity:0.6}.input-dark::placeholder{color:inherit;opacity:0.6}.input-dark.focus,.input-dark:focus{border-color:rgba(27,31,35,0.3);box-shadow:0 0 0 0.2em rgba(121,184,255,0.4)}:-ms-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,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:400;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,.hfields .form-group .form-group-header label{display:inline-block;margin:5px 0 0;color:#586069}.hfields .form-group dt img,.hfields .form-group .form-group-header 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;background-color:#fff;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC");background-repeat:no-repeat;background-position:right 8px center;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,.form-group .form-group-header{margin:0 0 6px}.form-group label{position:relative}.form-group.flattened dt,.form-group.flattened .form-group-header{float:left;margin:0;line-height:32px}.form-group.flattened dd,.form-group.flattened .form-group-body{line-height:32px}.form-group dd h4,.form-group .form-group-body h4{margin:4px 0 0}.form-group dd h4.is-error,.form-group .form-group-body h4.is-error{color:#cb2431}.form-group dd h4.is-success,.form-group .form-group-body h4.is-success{color:#28a745}.form-group dd h4+.note,.form-group .form-group-body h4+.note{margin-top:0}.form-group.required dt label::after,.form-group.required .form-group-header 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.successed .success,.form-group.successed .warning,.form-group.successed .error,.form-group.warn .success,.form-group.warn .warning,.form-group.warn .error,.form-group.errored .success,.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:400;border-style:solid;border-width:1px;border-radius:3px}.form-group.successed .success::after,.form-group.successed .success::before,.form-group.successed .warning::after,.form-group.successed .warning::before,.form-group.successed .error::after,.form-group.successed .error::before,.form-group.warn .success::after,.form-group.warn .success::before,.form-group.warn .warning::after,.form-group.warn .warning::before,.form-group.warn .error::after,.form-group.warn .error::before,.form-group.errored .success::after,.form-group.errored .success::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.successed .success::after,.form-group.successed .warning::after,.form-group.successed .error::after,.form-group.warn .success::after,.form-group.warn .warning::after,.form-group.warn .error::after,.form-group.errored .success::after,.form-group.errored .warning::after,.form-group.errored .error::after{border-width:5px}.form-group.successed .success::before,.form-group.successed .warning::before,.form-group.successed .error::before,.form-group.warn .success::before,.form-group.warn .warning::before,.form-group.warn .error::before,.form-group.errored .success::before,.form-group.errored .warning::before,.form-group.errored .error::before{margin-left:-1px;border-width:6px}.form-group.successed .success{color:#144620;background-color:#dcffe4;border-color:#34d058}.form-group.successed .success::after{border-bottom-color:#dcffe4}.form-group.successed .success::before{border-bottom-color:#34d058}.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,.form-group>.form-group-body .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-errored{padding-right:30px}dl.form-group>dd .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-loading{background-image:url("/images/spinners/octocat-spinner-16px.gif")}dl.form-group>dd .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-successful{background-image:url("/images/modules/ajax/success.png")}dl.form-group>dd .form-control.is-autocheck-errored,.form-group>.form-group-body .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,.form-group>.form-group-body .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-errored{background-size:16px 16px}dl.form-group>dd .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-loading{background-image:url("/images/spinners/octocat-spinner-32.gif")}dl.form-group>dd .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-successful{background-image:url("/images/modules/ajax/success@2x.png")}dl.form-group>dd .form-control.is-autocheck-errored,.form-group>.form-group-body .form-control.is-autocheck-errored{background-image:url("/images/modules/ajax/error@2x.png")}}.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-image:url("/images/spinners/octocat-spinner-32-EAF2F5.gif");background-repeat:no-repeat;background-position:0 0;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:400;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:400;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}.input-group{display:table}.input-group .form-control{position:relative;width:100%}.input-group .form-control:focus{z-index:2}.input-group .form-control+.btn{margin-left:0}.input-group.inline{display:inline-table}.input-group .form-control,.input-group-button{display:table-cell}.input-group-button{width:1%;vertical-align:middle}.input-group .form-control:first-child,.input-group-button:first-child .btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-button:first-child .btn{margin-right:-1px}.input-group .form-control:last-child,.input-group-button:last-child .btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-button:last-child .btn{margin-left:-1px}.radio-group::before{display:table;content:""}.radio-group::after{display:table;clear:both;content:""}.radio-label{float:left;padding:6px 16px 6px 36px;margin-left:-1px;font-size:14px;line-height:20px;color:#24292e;cursor:pointer;border:1px solid #d1d5da}:checked+.radio-label{position:relative;z-index:1;border-color:#0366d6}.radio-label:first-of-type{margin-left:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.radio-label:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px}.radio-input{z-index:3;float:left;margin:10px -32px 0 16px}.container-sm{max-width:544px;margin-right:auto;margin-left:auto}.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}.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% !important}.offset-2{margin-left:16.66667% !important}.offset-3{margin-left:25% !important}.offset-4{margin-left:33.33333% !important}.offset-5{margin-left:41.66667% !important}.offset-6{margin-left:50% !important}.offset-7{margin-left:58.33333% !important}.offset-8{margin-left:66.66667% !important}.offset-9{margin-left:75% !important}.offset-10{margin-left:83.33333% !important}.offset-11{margin-left:91.66667% !important}@media (min-width: 544px){.offset-sm-1{margin-left:8.33333% !important}.offset-sm-2{margin-left:16.66667% !important}.offset-sm-3{margin-left:25% !important}.offset-sm-4{margin-left:33.33333% !important}.offset-sm-5{margin-left:41.66667% !important}.offset-sm-6{margin-left:50% !important}.offset-sm-7{margin-left:58.33333% !important}.offset-sm-8{margin-left:66.66667% !important}.offset-sm-9{margin-left:75% !important}.offset-sm-10{margin-left:83.33333% !important}.offset-sm-11{margin-left:91.66667% !important}}@media (min-width: 768px){.offset-md-1{margin-left:8.33333% !important}.offset-md-2{margin-left:16.66667% !important}.offset-md-3{margin-left:25% !important}.offset-md-4{margin-left:33.33333% !important}.offset-md-5{margin-left:41.66667% !important}.offset-md-6{margin-left:50% !important}.offset-md-7{margin-left:58.33333% !important}.offset-md-8{margin-left:66.66667% !important}.offset-md-9{margin-left:75% !important}.offset-md-10{margin-left:83.33333% !important}.offset-md-11{margin-left:91.66667% !important}}@media (min-width: 1012px){.offset-lg-1{margin-left:8.33333% !important}.offset-lg-2{margin-left:16.66667% !important}.offset-lg-3{margin-left:25% !important}.offset-lg-4{margin-left:33.33333% !important}.offset-lg-5{margin-left:41.66667% !important}.offset-lg-6{margin-left:50% !important}.offset-lg-7{margin-left:58.33333% !important}.offset-lg-8{margin-left:66.66667% !important}.offset-lg-9{margin-left:75% !important}.offset-lg-10{margin-left:83.33333% !important}.offset-lg-11{margin-left:91.66667% !important}}@media (min-width: 1280px){.offset-xl-1{margin-left:8.33333% !important}.offset-xl-2{margin-left:16.66667% !important}.offset-xl-3{margin-left:25% !important}.offset-xl-4{margin-left:33.33333% !important}.offset-xl-5{margin-left:41.66667% !important}.offset-xl-6{margin-left:50% !important}.offset-xl-7{margin-left:58.33333% !important}.offset-xl-8{margin-left:66.66667% !important}.offset-xl-9{margin-left:75% !important}.offset-xl-10{margin-left:83.33333% !important}.offset-xl-11{margin-left:91.66667% !important}}.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 #e1e4e8 solid}.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,.menu-item[aria-selected=true],.menu-item[aria-current]{font-weight:600;color:#24292e;cursor:default;background-color:#fff}.menu-item.selected::before,.menu-item[aria-selected=true]::before,.menu-item[aria-current]::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 #e1e4e8 solid}.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,.tabnav-tab[aria-selected=true],.tabnav-tab[aria-current]{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,.filter-item[aria-selected=true],.filter-item[aria-current]{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}.SideNav{background-color:#fafbfc}.SideNav-item{position:relative;display:block;width:100%;padding:16px;color:#586069;text-align:left;background-color:transparent;border:0;border-top:1px #e1e4e8 solid}.SideNav-item:first-child{border-top:0}.SideNav-item:last-child{box-shadow:0 1px 0 #e1e4e8}.SideNav-item::before{position:absolute;top:0;bottom:0;left:0;z-index:1;width:3px;pointer-events:none;content:""}.SideNav-item:hover,.SideNav-item:focus{color:#24292e;text-decoration:none;background-color:#f6f8fa;outline:none}.SideNav-item:hover::before,.SideNav-item:focus::before{background-color:#d1d5da}.SideNav-item:active{background-color:#fff}.SideNav-item[aria-current="page"],.SideNav-item[aria-selected="true"]{font-weight:500;color:#24292e;background-color:#fff}.SideNav-item[aria-current="page"]::before,.SideNav-item[aria-selected="true"]::before{background-color:#e36209}.SideNav-icon{width:16px;color:#6a737d}.SideNav-subItem{position:relative;display:block;width:100%;padding:4px 0;color:#0366d6;text-align:left;background-color:transparent;border:0}.SideNav-subItem:hover,.SideNav-subItem:focus{color:#24292e;text-decoration:none;outline:none}.SideNav-subItem[aria-current="page"],.SideNav-subItem[aria-selected="true"]{font-weight:500;color:#24292e}.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 #e1e4e8 solid}.subnav-item+.subnav-item{margin-left:-1px}.subnav-item:hover,.subnav-item:focus{text-decoration:none;background-color:#f6f8fa}.subnav-item.selected,.subnav-item[aria-selected=true],.subnav-item[aria-current]{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}.UnderlineNav{display:flex;overflow-x:auto;overflow-y:hidden;border-bottom:1px #e1e4e8 solid;justify-content:space-between}.UnderlineNav-body{display:flex}.UnderlineNav-item{padding:16px 8px;margin-right:16px;font-size:14px;line-height:1.5;color:#586069;text-align:center;white-space:nowrap;background-color:transparent;border:0;border-bottom:2px solid transparent}.UnderlineNav-item:hover,.UnderlineNav-item:focus{color:#24292e;text-decoration:none;border-bottom-color:#d1d5da;transition:0.2s ease}.UnderlineNav-item:hover .UnderlineNav-octicon,.UnderlineNav-item:focus .UnderlineNav-octicon{color:#6a737d}.UnderlineNav-item.selected,.UnderlineNav-item[role=tab][aria-selected=true],.UnderlineNav-item[aria-current]{font-weight:600;color:#24292e;border-bottom-color:#e36209}.UnderlineNav-item.selected .UnderlineNav-octicon,.UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon,.UnderlineNav-item[aria-current] .UnderlineNav-octicon{color:#6a737d}.UnderlineNav--right{justify-content:flex-end}.UnderlineNav--right .UnderlineNav-item{margin-right:0;margin-left:16px}.UnderlineNav--right .UnderlineNav-actions{flex:1 1 auto}.UnderlineNav-actions{align-self:center}.UnderlineNav--full{display:block}.UnderlineNav-octicon{color:#959da5}.UnderlineNav-container{display:flex;justify-content:space-between}.pagination::before{display:table;content:""}.pagination::after{display:table;clear:both;content:""}.pagination a,.pagination span,.pagination em{position:relative;float:left;padding:7px 12px;margin-left:-1px;font-size:13px;font-style:normal;font-weight:600;color:#0366d6;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border:1px solid #e1e4e8}.pagination a:first-child,.pagination span:first-child,.pagination em:first-child{margin-left:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination a:last-child,.pagination span:last-child,.pagination em:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.pagination a:hover,.pagination a:focus,.pagination span:hover,.pagination span:focus,.pagination em:hover,.pagination em:focus{z-index:2;text-decoration:none;background-color:#eff3f6;border-color:#e1e4e8}.pagination .selected{z-index:3}.pagination .current,.pagination .current:hover,.pagination [aria-current],.pagination [aria-current]:hover{z-index:3;color:#fff;background-color:#0366d6;border-color:#0366d6}.pagination .gap,.pagination .disabled,.pagination [aria-disabled=true],.pagination .gap:hover,.pagination .disabled:hover,.pagination [aria-disabled=true]:hover{color:#d1d5da;cursor:default;background-color:#fafbfc}.paginate-container{margin-top:20px;margin-bottom:15px;text-align:center}.paginate-container .pagination{display:inline-block}.tooltipped{position:relative}.tooltipped::after{position:absolute;z-index:1000000;display:none;padding:.5em .75em;font:normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";-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:#1b1f23;border-radius:3px;opacity:0}.tooltipped::before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#1b1f23;pointer-events:none;content:"";border:6px solid transparent;opacity:0}@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;animation-name:tooltip-appear;animation-duration:.1s;animation-fill-mode:forwards;animation-timing-function:ease-in;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{animation-delay:0s}.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:6px}.tooltipped-s::before,.tooltipped-se::before,.tooltipped-sw::before{top:auto;right:50%;bottom:-7px;margin-right:-6px;border-bottom-color:#1b1f23}.tooltipped-se::after{right:auto;left:50%;margin-left:-16px}.tooltipped-sw::after{margin-right:-16px}.tooltipped-n::after,.tooltipped-ne::after,.tooltipped-nw::after{right:50%;bottom:100%;margin-bottom:6px}.tooltipped-n::before,.tooltipped-ne::before,.tooltipped-nw::before{top:-7px;right:50%;bottom:auto;margin-right:-6px;border-top-color:#1b1f23}.tooltipped-ne::after{right:auto;left:50%;margin-left:-16px}.tooltipped-nw::after{margin-right:-16px}.tooltipped-s::after,.tooltipped-n::after{transform:translateX(50%)}.tooltipped-w::after{right:100%;bottom:50%;margin-right:6px;transform:translateY(50%)}.tooltipped-w::before{top:50%;bottom:50%;left:-7px;margin-top:-6px;border-left-color:#1b1f23}.tooltipped-e::after{bottom:50%;left:100%;margin-left:6px;transform:translateY(50%)}.tooltipped-e::before{top:50%;right:-7px;bottom:50%;margin-top:-6px;border-right-color:#1b1f23}.tooltipped-align-right-1::after,.tooltipped-align-right-2::after{right:0;margin-right:0}.tooltipped-align-right-1::before{right:10px}.tooltipped-align-right-2::before{right:15px}.tooltipped-align-left-1::after,.tooltipped-align-left-2::after{left:0;margin-left:0}.tooltipped-align-left-1::before{left:5px}.tooltipped-align-left-2::before{left:10px}.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%;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}.css-truncate.css-truncate-overflow,.css-truncate .css-truncate-overflow,.css-truncate.css-truncate-target,.css-truncate .css-truncate-target{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.css-truncate.css-truncate-target,.css-truncate .css-truncate-target{display:inline-block;max-width:125px;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{animation-name:fade-in;animation-duration:1s;animation-timing-function:ease-in-out}.anim-fade-in.fast{animation-duration:300ms}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.anim-fade-out{animation-name:fade-out;animation-duration:1s;animation-timing-function:ease-out}.anim-fade-out.fast{animation-duration:0.3s}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}.anim-fade-up{opacity:0;animation-name:fade-up;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease-out;animation-delay:1s}@keyframes fade-up{0%{opacity:0.8;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}.anim-fade-down{animation-name:fade-down;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease-in}@keyframes fade-down{0%{opacity:1;transform:translateY(0)}100%{opacity:0.5;transform:translateY(100%)}}.anim-grow-x{width:0%;animation-name:grow-x;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease;animation-delay:0.5s}@keyframes grow-x{to{width:100%}}.anim-shrink-x{animation-name:shrink-x;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease-in-out;animation-delay:0.5s}@keyframes shrink-x{to{width:0%}}.anim-scale-in{animation-name:scale-in;animation-duration:0.15s;animation-timing-function:cubic-bezier(0.2, 0, 0.13, 1.5)}@keyframes scale-in{0%{opacity:0;transform:scale(0.5)}100%{opacity:1;transform:scale(1)}}.anim-pulse{animation-name:pulse;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes pulse{0%{opacity:0.3}10%{opacity:1}100%{opacity:0.3}}.anim-pulse-in{animation-name:pulse-in;animation-duration:0.5s}@keyframes pulse-in{0%{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.1, 1.1, 1.1)}100%{transform:scale3d(1, 1, 1)}}.hover-grow{transition:transform 0.3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hover-grow:hover{transform:scale(1.025)}.border-x{border-right:1px #e1e4e8 solid !important;border-left:1px #e1e4e8 solid !important}.border-y{border-top:1px #e1e4e8 solid !important;border-bottom:1px #e1e4e8 solid !important}.border{border:1px #e1e4e8 solid !important}.border-0{border:0 !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-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}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}@media (min-width: 544px){.border-sm{border:1px #e1e4e8 solid !important}.border-sm-0{border:0 !important}.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}.rounded-sm-0{border-radius:0 !important}.rounded-sm-1{border-radius:3px !important}.rounded-sm-2{border-radius:6px !important}.rounded-sm-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-sm-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-sm-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-sm-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-sm-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-sm-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-sm-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-sm-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-sm-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-sm-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-sm-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-sm-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}@media (min-width: 768px){.border-md{border:1px #e1e4e8 solid !important}.border-md-0{border:0 !important}.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}.rounded-md-0{border-radius:0 !important}.rounded-md-1{border-radius:3px !important}.rounded-md-2{border-radius:6px !important}.rounded-md-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-md-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-md-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-md-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-md-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-md-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-md-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-md-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-md-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-md-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-md-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-md-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}@media (min-width: 1012px){.border-lg{border:1px #e1e4e8 solid !important}.border-lg-0{border:0 !important}.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}.rounded-lg-0{border-radius:0 !important}.rounded-lg-1{border-radius:3px !important}.rounded-lg-2{border-radius:6px !important}.rounded-lg-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-lg-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-lg-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-lg-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-lg-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-lg-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-lg-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-lg-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-lg-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-lg-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-lg-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-lg-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}@media (min-width: 1280px){.border-xl{border:1px #e1e4e8 solid !important}.border-xl-0{border:0 !important}.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}.rounded-xl-0{border-radius:0 !important}.rounded-xl-1{border-radius:3px !important}.rounded-xl-2{border-radius:6px !important}.rounded-xl-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-xl-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-xl-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-xl-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-xl-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-xl-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-xl-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-xl-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-xl-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-xl-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-xl-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-xl-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}.circle{border-radius:50% !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-white-fade{border-color:rgba(255,255,255,0.15) !important}.border-white-fade-15{border-color:rgba(255,255,255,0.15) !important}.border-white-fade-30{border-color:rgba(255,255,255,0.3) !important}.border-white-fade-50{border-color:rgba(255,255,255,0.5) !important}.border-white-fade-70{border-color:rgba(255,255,255,0.7) !important}.border-white-fade-85{border-color:rgba(255,255,255,0.85) !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-yellow-dark{background-color:#dbab09 !important}.bg-purple{background-color:#6f42c1 !important}.bg-pink{background-color:#ea4aaa !important}.bg-purple-light{background-color:#f5f0ff !important}.color-gray-0{color:#fafbfc !important}.bg-gray-0{background-color:#fafbfc !important}.color-gray-1{color:#f6f8fa !important}.bg-gray-1{background-color:#f6f8fa !important}.color-gray-2{color:#e1e4e8 !important}.bg-gray-2{background-color:#e1e4e8 !important}.color-gray-3{color:#d1d5da !important}.bg-gray-3{background-color:#d1d5da !important}.color-gray-4{color:#959da5 !important}.bg-gray-4{background-color:#959da5 !important}.color-gray-5{color:#6a737d !important}.bg-gray-5{background-color:#6a737d !important}.color-gray-6{color:#586069 !important}.bg-gray-6{background-color:#586069 !important}.color-gray-7{color:#444d56 !important}.bg-gray-7{background-color:#444d56 !important}.color-gray-8{color:#2f363d !important}.bg-gray-8{background-color:#2f363d !important}.color-gray-9{color:#24292e !important}.bg-gray-9{background-color:#24292e !important}.color-blue-0{color:#f1f8ff !important}.bg-blue-0{background-color:#f1f8ff !important}.color-blue-1{color:#dbedff !important}.bg-blue-1{background-color:#dbedff !important}.color-blue-2{color:#c8e1ff !important}.bg-blue-2{background-color:#c8e1ff !important}.color-blue-3{color:#79b8ff !important}.bg-blue-3{background-color:#79b8ff !important}.color-blue-4{color:#2188ff !important}.bg-blue-4{background-color:#2188ff !important}.color-blue-5{color:#0366d6 !important}.bg-blue-5{background-color:#0366d6 !important}.color-blue-6{color:#005cc5 !important}.bg-blue-6{background-color:#005cc5 !important}.color-blue-7{color:#044289 !important}.bg-blue-7{background-color:#044289 !important}.color-blue-8{color:#032f62 !important}.bg-blue-8{background-color:#032f62 !important}.color-blue-9{color:#05264c !important}.bg-blue-9{background-color:#05264c !important}.color-green-0{color:#f0fff4 !important}.bg-green-0{background-color:#f0fff4 !important}.color-green-1{color:#dcffe4 !important}.bg-green-1{background-color:#dcffe4 !important}.color-green-2{color:#bef5cb !important}.bg-green-2{background-color:#bef5cb !important}.color-green-3{color:#85e89d !important}.bg-green-3{background-color:#85e89d !important}.color-green-4{color:#34d058 !important}.bg-green-4{background-color:#34d058 !important}.color-green-5{color:#28a745 !important}.bg-green-5{background-color:#28a745 !important}.color-green-6{color:#22863a !important}.bg-green-6{background-color:#22863a !important}.color-green-7{color:#176f2c !important}.bg-green-7{background-color:#176f2c !important}.color-green-8{color:#165c26 !important}.bg-green-8{background-color:#165c26 !important}.color-green-9{color:#144620 !important}.bg-green-9{background-color:#144620 !important}.color-yellow-0{color:#fffdef !important}.bg-yellow-0{background-color:#fffdef !important}.color-yellow-1{color:#fffbdd !important}.bg-yellow-1{background-color:#fffbdd !important}.color-yellow-2{color:#fff5b1 !important}.bg-yellow-2{background-color:#fff5b1 !important}.color-yellow-3{color:#ffea7f !important}.bg-yellow-3{background-color:#ffea7f !important}.color-yellow-4{color:#ffdf5d !important}.bg-yellow-4{background-color:#ffdf5d !important}.color-yellow-5{color:#ffd33d !important}.bg-yellow-5{background-color:#ffd33d !important}.color-yellow-6{color:#f9c513 !important}.bg-yellow-6{background-color:#f9c513 !important}.color-yellow-7{color:#dbab09 !important}.bg-yellow-7{background-color:#dbab09 !important}.color-yellow-8{color:#b08800 !important}.bg-yellow-8{background-color:#b08800 !important}.color-yellow-9{color:#735c0f !important}.bg-yellow-9{background-color:#735c0f !important}.color-orange-0{color:#fff8f2 !important}.bg-orange-0{background-color:#fff8f2 !important}.color-orange-1{color:#ffebda !important}.bg-orange-1{background-color:#ffebda !important}.color-orange-2{color:#ffd1ac !important}.bg-orange-2{background-color:#ffd1ac !important}.color-orange-3{color:#ffab70 !important}.bg-orange-3{background-color:#ffab70 !important}.color-orange-4{color:#fb8532 !important}.bg-orange-4{background-color:#fb8532 !important}.color-orange-5{color:#f66a0a !important}.bg-orange-5{background-color:#f66a0a !important}.color-orange-6{color:#e36209 !important}.bg-orange-6{background-color:#e36209 !important}.color-orange-7{color:#d15704 !important}.bg-orange-7{background-color:#d15704 !important}.color-orange-8{color:#c24e00 !important}.bg-orange-8{background-color:#c24e00 !important}.color-orange-9{color:#a04100 !important}.bg-orange-9{background-color:#a04100 !important}.color-red-0{color:#ffeef0 !important}.bg-red-0{background-color:#ffeef0 !important}.color-red-1{color:#ffdce0 !important}.bg-red-1{background-color:#ffdce0 !important}.color-red-2{color:#fdaeb7 !important}.bg-red-2{background-color:#fdaeb7 !important}.color-red-3{color:#f97583 !important}.bg-red-3{background-color:#f97583 !important}.color-red-4{color:#ea4a5a !important}.bg-red-4{background-color:#ea4a5a !important}.color-red-5{color:#d73a49 !important}.bg-red-5{background-color:#d73a49 !important}.color-red-6{color:#cb2431 !important}.bg-red-6{background-color:#cb2431 !important}.color-red-7{color:#b31d28 !important}.bg-red-7{background-color:#b31d28 !important}.color-red-8{color:#9e1c23 !important}.bg-red-8{background-color:#9e1c23 !important}.color-red-9{color:#86181d !important}.bg-red-9{background-color:#86181d !important}.color-purple-0{color:#f5f0ff !important}.bg-purple-0{background-color:#f5f0ff !important}.color-purple-1{color:#e6dcfd !important}.bg-purple-1{background-color:#e6dcfd !important}.color-purple-2{color:#d1bcf9 !important}.bg-purple-2{background-color:#d1bcf9 !important}.color-purple-3{color:#b392f0 !important}.bg-purple-3{background-color:#b392f0 !important}.color-purple-4{color:#8a63d2 !important}.bg-purple-4{background-color:#8a63d2 !important}.color-purple-5{color:#6f42c1 !important}.bg-purple-5{background-color:#6f42c1 !important}.color-purple-6{color:#5a32a3 !important}.bg-purple-6{background-color:#5a32a3 !important}.color-purple-7{color:#4c2889 !important}.bg-purple-7{background-color:#4c2889 !important}.color-purple-8{color:#3a1d6e !important}.bg-purple-8{background-color:#3a1d6e !important}.color-purple-9{color:#29134e !important}.bg-purple-9{background-color:#29134e !important}.color-pink-0{color:#ffeef8 !important}.bg-pink-0{background-color:#ffeef8 !important}.color-pink-1{color:#fedbf0 !important}.bg-pink-1{background-color:#fedbf0 !important}.color-pink-2{color:#f9b3dd !important}.bg-pink-2{background-color:#f9b3dd !important}.color-pink-3{color:#f692ce !important}.bg-pink-3{background-color:#f692ce !important}.color-pink-4{color:#ec6cb9 !important}.bg-pink-4{background-color:#ec6cb9 !important}.color-pink-5{color:#ea4aaa !important}.bg-pink-5{background-color:#ea4aaa !important}.color-pink-6{color:#d03592 !important}.bg-pink-6{background-color:#d03592 !important}.color-pink-7{color:#b93a86 !important}.bg-pink-7{background-color:#b93a86 !important}.color-pink-8{color:#99306f !important}.bg-pink-8{background-color:#99306f !important}.color-pink-9{color:#6d224f !important}.bg-pink-9{background-color:#6d224f !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-yellow{color:#b08800 !important}.text-orange{color:#a04100 !important}.text-orange-light{color:#e36209 !important}.text-purple{color:#6f42c1 !important}.text-pink{color:#ea4aaa !important}.text-white{color:#fff !important}.text-inherit{color:inherit !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}.details-overlay[open]>summary::before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:block;cursor:default;content:" ";background:transparent}.details-overlay-dark[open]>summary::before{z-index:99;background:rgba(27,31,35,0.5)}.details-reset>summary{list-style:none}.details-reset>summary::before{display:none}.details-reset>summary::-webkit-details-marker{display:none}.flex-row{flex-direction:row !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column{flex-direction:column !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-justify-start{justify-content:flex-start !important}.flex-justify-end{justify-content:flex-end !important}.flex-justify-center{justify-content:center !important}.flex-justify-between{justify-content:space-between !important}.flex-justify-around{justify-content:space-around !important}.flex-items-start{align-items:flex-start !important}.flex-items-end{align-items:flex-end !important}.flex-items-center{align-items:center !important}.flex-items-baseline{align-items:baseline !important}.flex-items-stretch{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-1{flex:1 !important}.flex-auto{flex:auto !important}.flex-grow-0{flex-grow:0 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-self-auto{align-self:auto !important}.flex-self-start{align-self:flex-start !important}.flex-self-end{align-self:flex-end !important}.flex-self-center{align-self:center !important}.flex-self-baseline{align-self:baseline !important}.flex-self-stretch{align-self:stretch !important}.flex-order-1{order:1 !important}.flex-order-2{order:2 !important}.flex-order-none{order:inherit !important}@media (min-width: 544px){.flex-sm-row{flex-direction:row !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column{flex-direction:column !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-justify-start{justify-content:flex-start !important}.flex-sm-justify-end{justify-content:flex-end !important}.flex-sm-justify-center{justify-content:center !important}.flex-sm-justify-between{justify-content:space-between !important}.flex-sm-justify-around{justify-content:space-around !important}.flex-sm-items-start{align-items:flex-start !important}.flex-sm-items-end{align-items:flex-end !important}.flex-sm-items-center{align-items:center !important}.flex-sm-items-baseline{align-items:baseline !important}.flex-sm-items-stretch{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-1{flex:1 !important}.flex-sm-auto{flex:auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-self-auto{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{align-self:center !important}.flex-sm-self-baseline{align-self:baseline !important}.flex-sm-self-stretch{align-self:stretch !important}.flex-sm-order-1{order:1 !important}.flex-sm-order-2{order:2 !important}.flex-sm-order-none{order:inherit !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column{flex-direction:column !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-justify-start{justify-content:flex-start !important}.flex-md-justify-end{justify-content:flex-end !important}.flex-md-justify-center{justify-content:center !important}.flex-md-justify-between{justify-content:space-between !important}.flex-md-justify-around{justify-content:space-around !important}.flex-md-items-start{align-items:flex-start !important}.flex-md-items-end{align-items:flex-end !important}.flex-md-items-center{align-items:center !important}.flex-md-items-baseline{align-items:baseline !important}.flex-md-items-stretch{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-1{flex:1 !important}.flex-md-auto{flex:auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-self-auto{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{align-self:center !important}.flex-md-self-baseline{align-self:baseline !important}.flex-md-self-stretch{align-self:stretch !important}.flex-md-order-1{order:1 !important}.flex-md-order-2{order:2 !important}.flex-md-order-none{order:inherit !important}}@media (min-width: 1012px){.flex-lg-row{flex-direction:row !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column{flex-direction:column !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-justify-start{justify-content:flex-start !important}.flex-lg-justify-end{justify-content:flex-end !important}.flex-lg-justify-center{justify-content:center !important}.flex-lg-justify-between{justify-content:space-between !important}.flex-lg-justify-around{justify-content:space-around !important}.flex-lg-items-start{align-items:flex-start !important}.flex-lg-items-end{align-items:flex-end !important}.flex-lg-items-center{align-items:center !important}.flex-lg-items-baseline{align-items:baseline !important}.flex-lg-items-stretch{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-1{flex:1 !important}.flex-lg-auto{flex:auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-self-auto{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{align-self:center !important}.flex-lg-self-baseline{align-self:baseline !important}.flex-lg-self-stretch{align-self:stretch !important}.flex-lg-order-1{order:1 !important}.flex-lg-order-2{order:2 !important}.flex-lg-order-none{order:inherit !important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column{flex-direction:column !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-justify-start{justify-content:flex-start !important}.flex-xl-justify-end{justify-content:flex-end !important}.flex-xl-justify-center{justify-content:center !important}.flex-xl-justify-between{justify-content:space-between !important}.flex-xl-justify-around{justify-content:space-around !important}.flex-xl-items-start{align-items:flex-start !important}.flex-xl-items-end{align-items:flex-end !important}.flex-xl-items-center{align-items:center !important}.flex-xl-items-baseline{align-items:baseline !important}.flex-xl-items-stretch{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-1{flex:1 !important}.flex-xl-auto{flex:auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-self-auto{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{align-self:center !important}.flex-xl-self-baseline{align-self:baseline !important}.flex-xl-self-stretch{align-self:stretch !important}.flex-xl-order-1{order:1 !important}.flex-xl-order-2{order:2 !important}.flex-xl-order-none{order:inherit !important}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}@media (min-width: 544px){.position-sm-static{position:static !important}.position-sm-relative{position:relative !important}.position-sm-absolute{position:absolute !important}.position-sm-fixed{position:fixed !important}.position-sm-sticky{position:-webkit-sticky !important;position:sticky !important}}@media (min-width: 768px){.position-md-static{position:static !important}.position-md-relative{position:relative !important}.position-md-absolute{position:absolute !important}.position-md-fixed{position:fixed !important}.position-md-sticky{position:-webkit-sticky !important;position:sticky !important}}@media (min-width: 1012px){.position-lg-static{position:static !important}.position-lg-relative{position:relative !important}.position-lg-absolute{position:absolute !important}.position-lg-fixed{position:fixed !important}.position-lg-sticky{position:-webkit-sticky !important;position:sticky !important}}@media (min-width: 1280px){.position-xl-static{position:static !important}.position-xl-relative{position:relative !important}.position-xl-absolute{position:absolute !important}.position-xl-fixed{position:fixed !important}.position-xl-sticky{position:-webkit-sticky !important;position:sticky !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}.v-align-baseline{vertical-align:baseline !important}.overflow-visible{overflow:visible !important}.overflow-x-visible{overflow-x:visible !important}.overflow-y-visible{overflow-y:visible !important}.overflow-hidden{overflow:hidden !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-auto{overflow:auto !important}.overflow-x-auto{overflow-x:auto !important}.overflow-y-auto{overflow-y:auto !important}.overflow-scroll{overflow:scroll !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-scroll{overflow-y:scroll !important}.clearfix::before{display:table;content:""}.clearfix::after{display:table;clear:both;content:""}.float-left{float:left !important}.float-right{float:right !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-fit{max-height:100% !important}.height-full{height:100% !important}.min-width-0{min-width:0 !important}.width-auto{width:auto !important}.direction-rtl{direction:rtl !important}.direction-ltr{direction:ltr !important}@media (min-width: 544px){.width-sm-auto{width:auto !important}.direction-sm-rtl{direction:rtl !important}.direction-sm-ltr{direction:ltr !important}}@media (min-width: 768px){.width-md-auto{width:auto !important}.direction-md-rtl{direction:rtl !important}.direction-md-ltr{direction:ltr !important}}@media (min-width: 1012px){.width-lg-auto{width:auto !important}.direction-lg-rtl{direction:rtl !important}.direction-lg-ltr{direction:ltr !important}}@media (min-width: 1280px){.width-xl-auto{width:auto !important}.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}.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}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.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}.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}.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}.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}.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}.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}.mx-sm-auto{margin-right:auto !important;margin-left:auto !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}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.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}.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}.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}.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}.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}.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}.mx-md-auto{margin-right:auto !important;margin-left:auto !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}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.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}.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}.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}.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}.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}.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}.mx-lg-auto{margin-right:auto !important;margin-left:auto !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}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.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}.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}.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}.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}.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}.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}.mx-xl-auto{margin-right:auto !important;margin-left:auto !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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.lh-0{line-height:0 !important}@media (min-width: 544px){.lh-sm-condensed-ultra{line-height:1 !important}.lh-sm-condensed{line-height:1.25 !important}.lh-sm-default{line-height:1.5 !important}.lh-sm-0{line-height:0 !important}}@media (min-width: 768px){.lh-md-condensed-ultra{line-height:1 !important}.lh-md-condensed{line-height:1.25 !important}.lh-md-default{line-height:1.5 !important}.lh-md-0{line-height:0 !important}}@media (min-width: 1012px){.lh-lg-condensed-ultra{line-height:1 !important}.lh-lg-condensed{line-height:1.25 !important}.lh-lg-default{line-height:1.5 !important}.lh-lg-0{line-height:0 !important}}@media (min-width: 1280px){.lh-xl-condensed-ultra{line-height:1 !important}.lh-xl-condensed{line-height:1.25 !important}.lh-xl-default{line-height:1.5 !important}.lh-xl-0{line-height:0 !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:400 !important}.text-bold{font-weight:600 !important}.text-italic{font-style:italic !important}.text-uppercase{text-transform:uppercase !important}.text-underline{text-decoration:underline !important}.no-underline{text-decoration:none !important}.no-wrap{white-space:nowrap !important}.ws-normal{white-space:normal !important}.break-word{word-break:break-word !important;word-wrap:break-word !important;overflow-wrap:break-word !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)}.text-mono{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.d-block{display:block !important}.d-flex{display:flex !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.d-table{display:table !important}.d-table-cell{display:table-cell !important}@media (min-width: 544px){.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.d-sm-table{display:table !important}.d-sm-table-cell{display:table-cell !important}}@media (min-width: 768px){.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.d-md-table{display:table !important}.d-md-table-cell{display:table-cell !important}}@media (min-width: 1012px){.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.d-lg-table{display:table !important}.d-lg-table-cell{display:table-cell !important}}@media (min-width: 1280px){.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.d-xl-table{display:table !important}.d-xl-table-cell{display:table-cell !important}}.v-hidden{visibility:hidden !important}.v-visible{visibility:visible !important}@media (max-width: 543px){.hide-sm{display:none !important}}@media (min-width: 544px) and (max-width: 767px){.hide-md{display:none !important}}@media (min-width: 768px) and (max-width: 1011px){.hide-lg{display:none !important}}@media (min-width: 1012px){.hide-xl{display:none !important}}.table-fixed{table-layout:fixed !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} - -/*# sourceMappingURL=core.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/core.css.map b/assets/sass/@primer/css/dist/core.css.map deleted file mode 100644 index f1c5746..0000000 --- a/assets/sass/@primer/css/dist/core.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/core/index.scss","../src/core/index.scss","../src/node_modules/@primer/octicons/index.scss","../src/src/base/normalize.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/typography.scss","../src/src/base/base.scss","../src/src/support/mixins/layout.scss","../src/src/base/kbd.scss","../src/src/support/variables/misc.scss","../src/src/base/typography-base.scss","../src/src/support/mixins/typography.scss","../src/src/box/box.scss","../src/src/breadcrumb/breadcrumb.scss","../src/src/buttons/button.scss","../src/src/support/mixins/buttons.scss","../src/src/buttons/button-group.scss","../src/src/buttons/misc.scss","../src/src/table-object/table-object.scss","../src/src/forms/form-control.scss","../src/src/support/variables/colors.scss","../src/src/forms/form-select.scss","../src/src/forms/form-group.scss","../src/src/forms/form-validation.scss","../src/src/forms/input-group.scss","../src/src/forms/radio-group.scss","../src/src/layout/container.scss","../src/src/layout/grid.scss","../src/src/layout/grid-offset.scss","../src/src/navigation/menu.scss","../src/src/navigation/tabnav.scss","../src/src/navigation/filter-list.scss","../src/src/navigation/sidenav.scss","../src/src/navigation/subnav.scss","../src/src/navigation/underline-nav.scss","../src/src/pagination/pagination.scss","../src/src/tooltips/tooltips.scss","../src/src/truncate/truncate.scss","../src/src/utilities/animations.scss","../src/src/utilities/borders.scss","../src/src/utilities/box-shadow.scss","../src/src/utilities/colors.scss","../src/src/utilities/details.scss","../src/src/utilities/flexbox.scss","../src/src/utilities/layout.scss","../src/src/utilities/margin.scss","../src/src/utilities/padding.scss","../src/src/utilities/typography.scss","../src/src/utilities/visibility-display.scss"],"names":[],"mappings":"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COyBd,yBAWI,YRbkB,CQEtB,2BAeI,YRjBkB,CQEtB,4CAoBM,YRtBgB,CQwBhB,kBRxBgB,CQEtB,wBA2BI,YR7BkB,CQ8BnB,YAKD,YRpCoB,CQsCpB,kBAA2C,CAC3C,wBTpEuB,CSqEvB,oBTnEuB,CSoEvB,kBHzEkB,CG0ElB,gBH5EgB,CG6EhB,0BHzEiB,CG0EjB,2BH1EiB,CG2ElB,WAGC,cP7CmB,CO8CnB,eP/DoB,COgErB,UAGC,YRrDoB,CQsDpB,+BTlFuB,CSgFzB,uBAOI,kBH7Fc,CG+Fd,8BAA+B,CAE/B,6BAA8B,CAC/B,SAKD,YRrEoB,CQuEpB,eAAgB,CAChB,oBAAqB,CACrB,4BTrGuB,CSgGzB,uBASI,0BAA2B,CAE3B,2BAA4B,CAXhC,sBAgBI,8BAA+B,CAE/B,6BAA8B,CAlBlC,yCA2BI,gCAA+B,CA3BnC,gDAiCM,aTlHmB,CSmHnB,WAAY,CACZ,WAAY,CAnClB,4DAwCM,eAAgB,CAxCtB,0CA6CM,wBT/ImB,CSkGzB,yCAkDM,wBTnJmB,CSiGzB,6DAsDQ,SAAU,CACX,sCAQH,wBThKqB,CSiKtB,sCAKC,wBT3JqB,CS4JtB,2BAKC,wBT5KqB,CS6KtB,2BAKC,wBTvKqB,CILnB,0BKmLN,cAGI,aTpLqB,CSqLrB,oBAAqB,CAJzB,oBAOM,aThLmB,CSiLnB,oBAAqB,CACtB,CAOL,sBACE,SAAU,CACX,YAGC,YRjLoB,CQmLpB,eAAgB,CAChB,4BThNuB,CSiNxB,iBAIC,gBAAiB,CACjB,eAAgB,CACjB,WAKC,oBThNuB,CS+MzB,uBAII,wBTrNqB,CSsNrB,oBTpNqB,CS+MzB,qBASI,oBTxNqB,CS+MzB,oBAaI,oBT5NqB,CS+MzB,uBAiBI,oBThOqB,CSiOtB,aAMD,oBTpLuB,CSmLzB,oCAKM,oBTxLmB,CSmLzB,oCAWM,oBT9LmB,CS+LpB,kBAKH,wBTzPuB,CS0PvB,oBTxPuB,CSyPxB,iBAMC,wBTxOuB,CSyOxB,eAGC,wBTrQuB,CSsQxB,eAGC,wBTpRuB,CSqRxB,6BAOG,iBR/PkB,CQiQlB,kBRjQkB,CQkQlB,ePxQY,COyQb,iBCvSD,oBAAqB,CAE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B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,cAA2B,wBAAwB,CAAI,WAC/B,mCAAmC,CAD3D,cAA2B,wBAAwB,CAAI,WAC/B,mCAAmC,CAD3D,cAA2B,wBAAwB,CAAI,WAC/B,mCAAmC,CAD3D,cAA2B,wBAAwB,CAAI,WAC/B,mCAAmC,CAD3D,cAA2B,wBAAwB,CAAI,WAC/B,mCAAmC,CAD3D,cAA2B,wBAAwB,CAAI,WAC/B,mCAAmC,CAD3D,cAA2B,wBAAwB,CAAI,WAC/B,mCAAmC,CAD3D,cAA2B,wBAAwB,CAAI,WAC/B,mCAAmC,CAD3D,cAA2B,wBAAwB,CAAI,WAC/B,mCAAmC,CAD3D,cAA2B,wBAAwB,CAAI,WAC/B,mCAAmC,CAAI,mBAKjE,2FAA0F,CAC1F,sCAAuC,CACvC,qCAAsC,CACvC,WAIqB,wBAA4B,CAAI,UAEhC,wBAA2B,CAAI,iBAE/B,wBAAkC,CAAI,WAEtC,wBAA4B,CAAI,gBAEhC,wBAAiC,CAAI,YAErC,wBAA6B,CAAI,aAEjC,wBAA8B,CAAI,aAElC,wBAA8B,CAAI,mBAE5B,wBAAoC,CAAI,aAE9C,wBAA8B,CAAI,WAE3C,wBAA4B,CAAI,YAEvB,qBAA6B,CAAI,cAEjC,wBAAyB,CAAI,WAKjD,wBAA4B,CAD9B,iBAII,wBAA4B,CAC7B,gBAKD,wBAAiC,CADnC,sBAII,wBAA4B,CAC7B,uBAOC,wBAA4B,CAC7B,YAKD,wBAA4B,CAD9B,kBAII,wBAA4B,CAC5B,oBAAqB,CACtB,uCC9GD,cAAe,CACf,KAAM,CACN,OAAQ,CACR,QAAS,CACT,MAAO,CACP,UAAW,CACX,aAAc,CACd,cAAe,CACf,WAAY,CACZ,sBAAuB,CACxB,4CAGC,UAAW,CACX,6BvChBa,CuCiBd,uBAIa,eAAgB,CAF9B,+BAIsB,YAAa,CAJnC,+CAMsC,YAAa,CAAI,UCpBjB,6BAA8B,CAAI,kBAClC,qCAAsC,CAAI,aAC1C,gCAAiC,CAAI,qBACrC,wCAAyC,CAAI,WAEnD,yBAA0B,CAAI,aAC9B,2BAA4B,CAAI,oBAExB,qCAAsC,CAAI,kBAC1C,mCAAoC,CAAI,qBACxC,iCAAkC,CAAI,sBACtC,wCAAyC,CAAI,qBAC7C,uCAAwC,CAAI,kBAE5C,iCAAkC,CAAI,gBACtC,+BAAgC,CAAI,mBACpC,6BAA8B,CAAI,qBAClC,+BAAgC,CAAI,oBACpC,8BAA+B,CAAI,oBAEnC,mCAAoC,CAAI,kBACxC,iCAAkC,CAAI,qBACtC,+BAAgC,CAAI,sBACpC,sCAAuC,CAAI,qBAC3C,qCAAsC,CAAI,sBAC1C,gCAAiC,CAAI,QAG7C,iBAAkB,CAAI,WACtB,oBAAqB,CAAI,aACzB,sBAAuB,CAAI,eAC3B,wBAAyB,CAAI,gBAErB,0BAA2B,CAAI,iBAC/B,gCAAiC,CAAI,eACrC,8BAA+B,CAAI,kBACnC,4BAA6B,CAAI,oBACjC,8BAA+B,CAAI,mBACnC,6BAA8B,CAAI,cAE3C,kBAAmB,CAAI,cACvB,kBAAmB,CAAI,iBACpB,wBAAyB,CpClCrD,0BoCRF,aAAkC,6BAA8B,CAAI,qBAClC,qCAAsC,CAAI,gBAC1C,gCAAiC,CAAI,wBACrC,wCAAyC,CAAI,cAEnD,yBAA0B,CAAI,gBAC9B,2BAA4B,CAAI,uBAExB,qCAAsC,CAAI,qBAC1C,mCAAoC,CAAI,wBACxC,iCAAkC,CAAI,yBACtC,wCAAyC,CAAI,wBAC7C,uCAAwC,CAAI,qBAE5C,iCAAkC,CAAI,mBACtC,+BAAgC,CAAI,sBACpC,6BAA8B,CAAI,wBAClC,+BAAgC,CAAI,uBACpC,8BAA+B,CAAI,uBAEnC,mCAAoC,CAAI,qBACxC,iCAAkC,CAAI,wBACtC,+BAAgC,CAAI,yBACpC,sCAAuC,CAAI,wBAC3C,qCAAsC,CAAI,yBAC1C,gCAAiC,CAAI,WAG7C,iBAAkB,CAAI,cACtB,oBAAqB,CAAI,gBACzB,sBAAuB,CAAI,kBAC3B,wBAAyB,CAAI,mBAErB,0BAA2B,CAAI,oBAC/B,gCAAiC,CAAI,kBACrC,8BAA+B,CAAI,qBACnC,4BAA6B,CAAI,uBACjC,8BAA+B,CAAI,sBACnC,6BAA8B,CAAI,iBAE3C,kBAAmB,CAAI,iBACvB,kBAAmB,CAAI,oBACpB,wBAAyB,CAAI,CpClCzD,0BoCRF,aAAkC,6BAA8B,CAAI,qBAClC,qCAAsC,CAAI,gBAC1C,gCAAiC,CAAI,wBACrC,wCAAyC,CAAI,cAEnD,yBAA0B,CAAI,gBAC9B,2BAA4B,CAAI,uBAExB,qCAAsC,CAAI,qBAC1C,mCAAoC,CAAI,wBACxC,iCAAkC,CAAI,yBACtC,wCAAyC,CAAI,wBAC7C,uCAAwC,CAAI,qBAE5C,iCAAkC,CAAI,mBACtC,+BAAgC,CAAI,sBACpC,6BAA8B,CAAI,wBAClC,+BAAgC,CAAI,uBACpC,8BAA+B,CAAI,uBAEnC,mCAAoC,CAAI,qBACxC,iCAAkC,CAAI,wBACtC,+BAAgC,CAAI,yBACpC,sCAAuC,CAAI,wBAC3C,qCAAsC,CAAI,yBAC1C,gCAAiC,CAAI,WAG7C,iBAAkB,CAAI,cACtB,oBAAqB,CAAI,gBACzB,sBAAuB,CAAI,kBAC3B,wBAAyB,CAAI,mBAErB,0BAA2B,CAAI,oBAC/B,gCAAiC,CAAI,kBACrC,8BAA+B,CAAI,qBACnC,4BAA6B,CAAI,uBACjC,8BAA+B,CAAI,sBACnC,6BAA8B,CAAI,iBAE3C,kBAAmB,CAAI,iBACvB,kBAAmB,CAAI,oBACpB,wBAAyB,CAAI,CpClCzD,2BoCRF,aAAkC,6BAA8B,CAAI,qBAClC,qCAAsC,CAAI,gBAC1C,gCAAiC,CAAI,wBACrC,wCAAyC,CAAI,cAEnD,yBAA0B,CAAI,gBAC9B,2BAA4B,CAAI,uBAExB,qCAAsC,CAAI,qBAC1C,mCAAoC,CAAI,wBACxC,iCAAkC,CAAI,yBACtC,wCAAyC,CAAI,wBAC7C,uCAAwC,CAAI,qBAE5C,iCAAkC,CAAI,mBACtC,+BAAgC,CAAI,sBACpC,6BAA8B,CAAI,wBAClC,+BAAgC,CAAI,uBACpC,8BAA+B,CAAI,uBAEnC,mCAAoC,CAAI,qBACxC,iCAAkC,CAAI,wBACtC,+BAAgC,CAAI,yBACpC,sCAAuC,CAAI,wBAC3C,qCAAsC,CAAI,yBAC1C,gCAAiC,CAAI,WAG7C,iBAAkB,CAAI,cACtB,oBAAqB,CAAI,gBACzB,sBAAuB,CAAI,kBAC3B,wBAAyB,CAAI,mBAErB,0BAA2B,CAAI,oBAC/B,gCAAiC,CAAI,kBACrC,8BAA+B,CAAI,qBACnC,4BAA6B,CAAI,uBACjC,8BAA+B,CAAI,sBACnC,6BAA8B,CAAI,iBAE3C,kBAAmB,CAAI,iBACvB,kBAAmB,CAAI,oBACpB,wBAAyB,CAAI,CpClCzD,2BoCRF,aAAkC,6BAA8B,CAAI,qBAClC,qCAAsC,CAAI,gBAC1C,gCAAiC,CAAI,wBACrC,wCAAyC,CAAI,cAEnD,yBAA0B,CAAI,gBAC9B,2BAA4B,CAAI,uBAExB,qCAAsC,CAAI,qBAC1C,mCAAoC,CAAI,wBACxC,iCAAkC,CAAI,yBACtC,wCAAyC,CAAI,wBAC7C,uCAAwC,CAAI,qBAE5C,iCAAkC,CAAI,mBACtC,+BAAgC,CAAI,sBACpC,6BAA8B,CAAI,wBAClC,+BAAgC,CAAI,uBACpC,8BAA+B,CAAI,uBAEnC,mCAAoC,CAAI,qBACxC,iCAAkC,CAAI,wBACtC,+BAAgC,CAAI,yBACpC,sCAAuC,CAAI,wBAC3C,qCAAsC,CAAI,yBAC1C,gCAAiC,CAAI,WAG7C,iBAAkB,CAAI,cACtB,oBAAqB,CAAI,gBACzB,sBAAuB,CAAI,kBAC3B,wBAAyB,CAAI,mBAErB,0BAA2B,CAAI,oBAC/B,gCAAiC,CAAI,kBACrC,8BAA+B,CAAI,qBACnC,4BAA6B,CAAI,uBACjC,8BAA+B,CAAI,sBACnC,6BAA8B,CAAI,iBAE3C,kBAAmB,CAAI,iBACvB,kBAAmB,CAAI,oBACpB,wBAAyB,CAAI,CCzCzD,iBACE,0BAA8B,CADhC,mBACE,4BAA8B,CADhC,mBACE,4BAA8B,CADhC,gBACE,yBAA8B,CADhC,iBACE,kCAAoB,CAApB,0BAA8B,CrCMhC,0BqCPA,oBACE,0BAA8B,CADhC,sBACE,4BAA8B,CADhC,sBACE,4BAA8B,CADhC,mBACE,yBAA8B,CADhC,oBACE,kCAAoB,CAApB,0BAA8B,CAC/B,CrCKD,0BqCPA,oBACE,0BAA8B,CADhC,sBACE,4BAA8B,CADhC,sBACE,4BAA8B,CADhC,mBACE,yBAA8B,CADhC,oBACE,kCAAoB,CAApB,0BAA8B,CAC/B,CrCKD,2BqCPA,oBACE,0BAA8B,CADhC,sBACE,4BAA8B,CADhC,sBACE,4BAA8B,CADhC,mBACE,yBAA8B,CADhC,oBACE,kCAAoB,CAApB,0BAA8B,CAC/B,CrCKD,2BqCPA,oBACE,0BAA8B,CADhC,sBACE,4BAA8B,CADhC,sBACE,4BAA8B,CADhC,mBACE,yBAA8B,CADhC,oBACE,kCAAoB,CAApB,0BAA8B,CAC/B,CAMP,OAAY,gBAAiB,CAAI,SAErB,kBAAmB,CAAI,UAEvB,mBAAoB,CAAI,QAExB,iBAAkB,CAAI,gBAGX,gCAAiC,CAAI,aAErC,6BAA8B,CAAI,gBAElC,gCAAiC,CAAI,kBAErC,kCAAmC,CAAI,qBAEvC,qCAAsC,CAAI,kBAE1C,kCAAmC,CAAI,kBAInC,2BAA8B,CAAI,oBAChC,6BAAgC,CAAI,oBACpC,6BAAgC,CAF3D,iBAAyB,0BAA8B,CAAI,mBAChC,4BAAgC,CAAI,mBACpC,4BAAgC,CAF3D,eAAyB,wBAA8B,CAAI,iBAChC,0BAAgC,CAAI,iBACpC,0BAAgC,CAF3D,iBAAyB,0BAA8B,CAAI,mBAChC,4BAAgC,CAAI,mBACpC,4BAAgC,CrCO3D,kBACE,aAAc,CACd,UAAW,CACZ,iBAGC,aAAc,CACd,UAAW,CACX,UAAW,CACZ,YqCH2B,qBAAsB,CAAI,aAEzB,sBAAuB,CAAI,YAE7B,qBAAsB,CrC3C7C,0BqCuCF,eAA0B,qBAAsB,CAAI,gBAEzB,sBAAuB,CAAI,eAE7B,qBAAsB,CAAI,CrC3CjD,0BqCuCF,eAA0B,qBAAsB,CAAI,gBAEzB,sBAAuB,CAAI,eAE7B,qBAAsB,CAAI,CrC3CjD,2BqCuCF,eAA0B,qBAAsB,CAAI,gBAEzB,sBAAuB,CAAI,eAE7B,qBAAsB,CAAI,CrC3CjD,2BqCuCF,eAA0B,qBAAsB,CAAI,gBAEzB,sBAAuB,CAAI,eAE7B,qBAAsB,CAAI,CAOvD,WAAe,yBAA0B,CAAI,YAE9B,qBAAsB,CAAI,YAE1B,0BAA2B,CAAI,aAE/B,sBAAuB,CAAI,aAG3B,sBAAuB,CAAI,YAMb,qBAAsB,CAAI,eAGvB,wBAAyB,CAAI,eAE7B,wBAAyB,CrCtEnD,0BqCiEF,eAAyB,qBAAsB,CAAI,kBAGvB,wBAAyB,CAAI,kBAE7B,wBAAyB,CAAI,CrCtEvD,0BqCiEF,eAAyB,qBAAsB,CAAI,kBAGvB,wBAAyB,CAAI,kBAE7B,wBAAyB,CAAI,CrCtEvD,2BqCiEF,eAAyB,qBAAsB,CAAI,kBAGvB,wBAAyB,CAAI,kBAE7B,wBAAyB,CAAI,CrCtEvD,2BqCiEF,eAAyB,qBAAsB,CAAI,kBAGvB,wBAAyB,CAAI,kBAE7B,wBAAyB,CAAI,CC3EvD,KAA2B,mBAAwB,CAAI,MAE5B,uBAA4B,CAAI,MAEhC,yBAA8B,CAAI,MAElC,0BAA+B,CAAI,MAEnC,wBAA6B,CAAI,MAe1D,yBAA8B,CAC9B,wBAA6B,CAC9B,MAIC,uBAA4B,CAC5B,0BAA+B,CA9BjC,KAA2B,qBAAwB,CAAI,MAE5B,yBAA4B,CAAI,MAEhC,2BAA8B,CAAI,MAElC,4BAA+B,CAAI,MAEnC,0BAA6B,CAAI,OAI9B,0BAAgC,CAAI,OAEpC,4BAAgC,CAAI,OAEpC,6BAAgC,CAAI,OAEpC,2BAAgC,CAAI,MAKhE,2BAA8B,CAC9B,0BAA6B,CAC9B,MAIC,yBAA4B,CAC5B,4BAA+B,CA9BjC,KAA2B,qBAAwB,CAAI,MAE5B,yBAA4B,CAAI,MAEhC,2BAA8B,CAAI,MAElC,4BAA+B,CAAI,MAEnC,0BAA6B,CAAI,OAI9B,0BAAgC,CAAI,OAEpC,4BAAgC,CAAI,OAEpC,6BAAgC,CAAI,OAEpC,2BAAgC,CAAI,MAKhE,2BAA8B,CAC9B,0BAA6B,CAC9B,MAIC,yBAA4B,CAC5B,4BAA+B,CA9BjC,KAA2B,sBAAwB,CAAI,MAE5B,0BAA4B,CAAI,MAEhC,4BAA8B,CAAI,MAElC,6BAA+B,CAAI,MAEnC,2BAA6B,CAAI,OAI9B,2BAAgC,CAAI,OAEpC,6BAAgC,CAAI,OAEpC,8BAAgC,CAAI,OAEpC,4BAAgC,CAAI,MAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,MAIC,0BAA4B,CAC5B,6BAA+B,CA9BjC,KAA2B,sBAAwB,CAAI,MAE5B,0BAA4B,CAAI,MAEhC,4BAA8B,CAAI,MAElC,6BAA+B,CAAI,MAEnC,2BAA6B,CAAI,OAI9B,2BAAgC,CAAI,OAEpC,6BAAgC,CAAI,OAEpC,8BAAgC,CAAI,OAEpC,4BAAgC,CAAI,MAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,MAIC,0BAA4B,CAC5B,6BAA+B,CA9BjC,KAA2B,sBAAwB,CAAI,MAE5B,0BAA4B,CAAI,MAEhC,4BAA8B,CAAI,MAElC,6BAA+B,CAAI,MAEnC,2BAA6B,CAAI,OAI9B,2BAAgC,CAAI,OAEpC,6BAAgC,CAAI,OAEpC,8BAAgC,CAAI,OAEpC,4BAAgC,CAAI,MAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,MAIC,0BAA4B,CAC5B,6BAA+B,CA9BjC,KAA2B,sBAAwB,CAAI,MAE5B,0BAA4B,CAAI,MAEhC,4BAA8B,CAAI,MAElC,6BAA+B,CAAI,MAEnC,2BAA6B,CAAI,OAI9B,2BAAgC,CAAI,OAEpC,6BAAgC,CAAI,OAEpC,8BAAgC,CAAI,OAEpC,4BAAgC,CAAI,MAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,MAIC,0BAA4B,CAC5B,6BAA+B,CAChC,SAKD,4BAA6B,CAC7B,2BAA4B,CtChC5B,0BsCLA,QAA2B,mBAAwB,CAAI,SAE5B,uBAA4B,CAAI,SAEhC,yBAA8B,CAAI,SAElC,0BAA+B,CAAI,SAEnC,wBAA6B,CAAI,SAe1D,yBAA8B,CAC9B,wBAA6B,CAC9B,SAIC,uBAA4B,CAC5B,0BAA+B,CA9BjC,QAA2B,qBAAwB,CAAI,SAE5B,yBAA4B,CAAI,SAEhC,2BAA8B,CAAI,SAElC,4BAA+B,CAAI,SAEnC,0BAA6B,CAAI,UAI9B,0BAAgC,CAAI,UAEpC,4BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,2BAAgC,CAAI,SAKhE,2BAA8B,CAC9B,0BAA6B,CAC9B,SAIC,yBAA4B,CAC5B,4BAA+B,CA9BjC,QAA2B,qBAAwB,CAAI,SAE5B,yBAA4B,CAAI,SAEhC,2BAA8B,CAAI,SAElC,4BAA+B,CAAI,SAEnC,0BAA6B,CAAI,UAI9B,0BAAgC,CAAI,UAEpC,4BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,2BAAgC,CAAI,SAKhE,2BAA8B,CAC9B,0BAA6B,CAC9B,SAIC,yBAA4B,CAC5B,4BAA+B,CA9BjC,QAA2B,sBAAwB,CAAI,SAE5B,0BAA4B,CAAI,SAEhC,4BAA8B,CAAI,SAElC,6BAA+B,CAAI,SAEnC,2BAA6B,CAAI,UAI9B,2BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,8BAAgC,CAAI,UAEpC,4BAAgC,CAAI,SAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,SAIC,0BAA4B,CAC5B,6BAA+B,CA9BjC,QAA2B,sBAAwB,CAAI,SAE5B,0BAA4B,CAAI,SAEhC,4BAA8B,CAAI,SAElC,6BAA+B,CAAI,SAEnC,2BAA6B,CAAI,UAI9B,2BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,8BAAgC,CAAI,UAEpC,4BAAgC,CAAI,SAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,SAIC,0BAA4B,CAC5B,6BAA+B,CA9BjC,QAA2B,sBAAwB,CAAI,SAE5B,0BAA4B,CAAI,SAEhC,4BAA8B,CAAI,SAElC,6BAA+B,CAAI,SAEnC,2BAA6B,CAAI,UAI9B,2BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,8BAAgC,CAAI,UAEpC,4BAAgC,CAAI,SAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,SAIC,0BAA4B,CAC5B,6BAA+B,CA9BjC,QAA2B,sBAAwB,CAAI,SAE5B,0BAA4B,CAAI,SAEhC,4BAA8B,CAAI,SAElC,6BAA+B,CAAI,SAEnC,2BAA6B,CAAI,UAI9B,2BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,8BAAgC,CAAI,UAEpC,4BAAgC,CAAI,SAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,SAIC,0BAA4B,CAC5B,6BAA+B,CAChC,YAKD,4BAA6B,CAC7B,2BAA4B,CAC7B,CtCjCC,0BsCLA,QAA2B,mBAAwB,CAAI,SAE5B,uBAA4B,CAAI,SAEhC,yBAA8B,CAAI,SAElC,0BAA+B,CAAI,SAEnC,wBAA6B,CAAI,SAe1D,yBAA8B,CAC9B,wBAA6B,CAC9B,SAIC,uBAA4B,CAC5B,0BAA+B,CA9BjC,QAA2B,qBAAwB,CAAI,SAE5B,yBAA4B,CAAI,SAEhC,2BAA8B,CAAI,SAElC,4BAA+B,CAAI,SAEnC,0BAA6B,CAAI,UAI9B,0BAAgC,CAAI,UAEpC,4BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,2BAAgC,CAAI,SAKhE,2BAA8B,CAC9B,0BAA6B,CAC9B,SAIC,yBAA4B,CAC5B,4BAA+B,CA9BjC,QAA2B,qBAAwB,CAAI,SAE5B,yBAA4B,CAAI,SAEhC,2BAA8B,CAAI,SAElC,4BAA+B,CAAI,SAEnC,0BAA6B,CAAI,UAI9B,0BAAgC,CAAI,UAEpC,4BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,2BAAgC,CAAI,SAKhE,2BAA8B,CAC9B,0BAA6B,CAC9B,SAIC,yBAA4B,CAC5B,4BAA+B,CA9BjC,QAA2B,sBAAwB,CAAI,SAE5B,0BAA4B,CAAI,SAEhC,4BAA8B,CAAI,SAElC,6BAA+B,CAAI,SAEnC,2BAA6B,CAAI,UAI9B,2BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,8BAAgC,CAAI,UAEpC,4BAAgC,CAAI,SAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,SAIC,0BAA4B,CAC5B,6BAA+B,CA9BjC,QAA2B,sBAAwB,CAAI,SAE5B,0BAA4B,CAAI,SAEhC,4BAA8B,CAAI,SAElC,6BAA+B,CAAI,SAEnC,2BAA6B,CAAI,UAI9B,2BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,8BAAgC,CAAI,UAEpC,4BAAgC,CAAI,SAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,SAIC,0BAA4B,CAC5B,6BAA+B,CA9BjC,QAA2B,sBAAwB,CAAI,SAE5B,0BAA4B,CAAI,SAEhC,4BAA8B,CAAI,SAElC,6BAA+B,CAAI,SAEnC,2BAA6B,CAAI,UAI9B,2BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,8BAAgC,CAAI,UAEpC,4BAAgC,CAAI,SAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,SAIC,0BAA4B,CAC5B,6BAA+B,CA9BjC,QAA2B,sBAAwB,CAAI,SAE5B,0BAA4B,CAAI,SAEhC,4BAA8B,CAAI,SAElC,6BAA+B,CAAI,SAEnC,2BAA6B,CAAI,UAI9B,2BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,8BAAgC,CAAI,UAEpC,4BAAgC,CAAI,SAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,SAIC,0BAA4B,CAC5B,6BAA+B,CAChC,YAKD,4BAA6B,CAC7B,2BAA4B,CAC7B,CtCjCC,2BsCLA,QAA2B,mBAAwB,CAAI,SAE5B,uBAA4B,CAAI,SAEhC,yBAA8B,CAAI,SAElC,0BAA+B,CAAI,SAEnC,wBAA6B,CAAI,SAe1D,yBAA8B,CAC9B,wBAA6B,CAC9B,SAIC,uBAA4B,CAC5B,0BAA+B,CA9BjC,QAA2B,qBAAwB,CAAI,SAE5B,yBAA4B,CAAI,SAEhC,2BAA8B,CAAI,SAElC,4BAA+B,CAAI,SAEnC,0BAA6B,CAAI,UAI9B,0BAAgC,CAAI,UAEpC,4BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,2BAAgC,CAAI,SAKhE,2BAA8B,CAC9B,0BAA6B,CAC9B,SAIC,yBAA4B,CAC5B,4BAA+B,CA9BjC,QAA2B,qBAAwB,CAAI,SAE5B,yBAA4B,CAAI,SAEhC,2BAA8B,CAAI,SAElC,4BAA+B,CAAI,SAEnC,0BAA6B,CAAI,UAI9B,0BAAgC,CAAI,UAEpC,4BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,2BAAgC,CAAI,SAKhE,2BAA8B,CAC9B,0BAA6B,CAC9B,SAIC,yBAA4B,CAC5B,4BAA+B,CA9BjC,QAA2B,sBAAwB,CAAI,SAE5B,0BAA4B,CAAI,SAEhC,4BAA8B,CAAI,SAElC,6BAA+B,CAAI,SAEnC,2BAA6B,CAAI,UAI9B,2BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,8BAAgC,CAAI,UAEpC,4BAAgC,CAAI,SAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,SAIC,0BAA4B,CAC5B,6BAA+B,CA9BjC,QAA2B,sBAAwB,CAAI,SAE5B,0BAA4B,CAAI,SAEhC,4BAA8B,CAAI,SAElC,6BAA+B,CAAI,SAEnC,2BAA6B,CAAI,UAI9B,2BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,8BAAgC,CAAI,UAEpC,4BAAgC,CAAI,SAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,SAIC,0BAA4B,CAC5B,6BAA+B,CA9BjC,QAA2B,sBAAwB,CAAI,SAE5B,0BAA4B,CAAI,SAEhC,4BAA8B,CAAI,SAElC,6BAA+B,CAAI,SAEnC,2BAA6B,CAAI,UAI9B,2BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,8BAAgC,CAAI,UAEpC,4BAAgC,CAAI,SAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,SAIC,0BAA4B,CAC5B,6BAA+B,CA9BjC,QAA2B,sBAAwB,CAAI,SAE5B,0BAA4B,CAAI,SAEhC,4BAA8B,CAAI,SAElC,6BAA+B,CAAI,SAEnC,2BAA6B,CAAI,UAI9B,2BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,8BAAgC,CAAI,UAEpC,4BAAgC,CAAI,SAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,SAIC,0BAA4B,CAC5B,6BAA+B,CAChC,YAKD,4BAA6B,CAC7B,2BAA4B,CAC7B,CtCjCC,2BsCLA,QAA2B,mBAAwB,CAAI,SAE5B,uBAA4B,CAAI,SAEhC,yBAA8B,CAAI,SAElC,0BAA+B,CAAI,SAEnC,wBAA6B,CAAI,SAe1D,yBAA8B,CAC9B,wBAA6B,CAC9B,SAIC,uBAA4B,CAC5B,0BAA+B,CA9BjC,QAA2B,qBAAwB,CAAI,SAE5B,yBAA4B,CAAI,SAEhC,2BAA8B,CAAI,SAElC,4BAA+B,CAAI,SAEnC,0BAA6B,CAAI,UAI9B,0BAAgC,CAAI,UAEpC,4BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,2BAAgC,CAAI,SAKhE,2BAA8B,CAC9B,0BAA6B,CAC9B,SAIC,yBAA4B,CAC5B,4BAA+B,CA9BjC,QAA2B,qBAAwB,CAAI,SAE5B,yBAA4B,CAAI,SAEhC,2BAA8B,CAAI,SAElC,4BAA+B,CAAI,SAEnC,0BAA6B,CAAI,UAI9B,0BAAgC,CAAI,UAEpC,4BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,2BAAgC,CAAI,SAKhE,2BAA8B,CAC9B,0BAA6B,CAC9B,SAIC,yBAA4B,CAC5B,4BAA+B,CA9BjC,QAA2B,sBAAwB,CAAI,SAE5B,0BAA4B,CAAI,SAEhC,4BAA8B,CAAI,SAElC,6BAA+B,CAAI,SAEnC,2BAA6B,CAAI,UAI9B,2BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,8BAAgC,CAAI,UAEpC,4BAAgC,CAAI,SAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,SAIC,0BAA4B,CAC5B,6BAA+B,CA9BjC,QAA2B,sBAAwB,CAAI,SAE5B,0BAA4B,CAAI,SAEhC,4BAA8B,CAAI,SAElC,6BAA+B,CAAI,SAEnC,2BAA6B,CAAI,UAI9B,2BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,8BAAgC,CAAI,UAEpC,4BAAgC,CAAI,SAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,SAIC,0BAA4B,CAC5B,6BAA+B,CA9BjC,QAA2B,sBAAwB,CAAI,SAE5B,0BAA4B,CAAI,SAEhC,4BAA8B,CAAI,SAElC,6BAA+B,CAAI,SAEnC,2BAA6B,CAAI,UAI9B,2BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,8BAAgC,CAAI,UAEpC,4BAAgC,CAAI,SAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,SAIC,0BAA4B,CAC5B,6BAA+B,CA9BjC,QAA2B,sBAAwB,CAAI,SAE5B,0BAA4B,CAAI,SAEhC,4BAA8B,CAAI,SAElC,6BAA+B,CAAI,SAEnC,2BAA6B,CAAI,UAI9B,2BAAgC,CAAI,UAEpC,6BAAgC,CAAI,UAEpC,8BAAgC,CAAI,UAEpC,4BAAgC,CAAI,SAKhE,4BAA8B,CAC9B,2BAA6B,CAC9B,SAIC,0BAA4B,CAC5B,6BAA+B,CAChC,YAKD,4BAA6B,CAC7B,2BAA4B,CAC7B,CCtCC,KAA2B,oBAAyB,CAAI,MAE7B,wBAA6B,CAAI,MAEjC,0BAA+B,CAAI,MAEnC,2BAAgC,CAAI,MAEpC,yBAA8B,CAAI,MAI3D,0BAA+B,CAC/B,yBAA8B,CAC/B,MAIC,wBAA6B,CAC7B,2BAAgC,CAnBlC,KAA2B,sBAAyB,CAAI,MAE7B,0BAA6B,CAAI,MAEjC,4BAA+B,CAAI,MAEnC,6BAAgC,CAAI,MAEpC,2BAA8B,CAAI,MAI3D,4BAA+B,CAC/B,2BAA8B,CAC/B,MAIC,0BAA6B,CAC7B,6BAAgC,CAnBlC,KAA2B,sBAAyB,CAAI,MAE7B,0BAA6B,CAAI,MAEjC,4BAA+B,CAAI,MAEnC,6BAAgC,CAAI,MAEpC,2BAA8B,CAAI,MAI3D,4BAA+B,CAC/B,2BAA8B,CAC/B,MAIC,0BAA6B,CAC7B,6BAAgC,CAnBlC,KAA2B,uBAAyB,CAAI,MAE7B,2BAA6B,CAAI,MAEjC,6BAA+B,CAAI,MAEnC,8BAAgC,CAAI,MAEpC,4BAA8B,CAAI,MAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,MAIC,2BAA6B,CAC7B,8BAAgC,CAnBlC,KAA2B,uBAAyB,CAAI,MAE7B,2BAA6B,CAAI,MAEjC,6BAA+B,CAAI,MAEnC,8BAAgC,CAAI,MAEpC,4BAA8B,CAAI,MAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,MAIC,2BAA6B,CAC7B,8BAAgC,CAnBlC,KAA2B,uBAAyB,CAAI,MAE7B,2BAA6B,CAAI,MAEjC,6BAA+B,CAAI,MAEnC,8BAAgC,CAAI,MAEpC,4BAA8B,CAAI,MAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,MAIC,2BAA6B,CAC7B,8BAAgC,CAnBlC,KAA2B,uBAAyB,CAAI,MAE7B,2BAA6B,CAAI,MAEjC,6BAA+B,CAAI,MAEnC,8BAAgC,CAAI,MAEpC,4BAA8B,CAAI,MAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,MAIC,2BAA6B,CAC7B,8BAAgC,CvCdlC,0BuCLA,QAA2B,oBAAyB,CAAI,SAE7B,wBAA6B,CAAI,SAEjC,0BAA+B,CAAI,SAEnC,2BAAgC,CAAI,SAEpC,yBAA8B,CAAI,SAI3D,0BAA+B,CAC/B,yBAA8B,CAC/B,SAIC,wBAA6B,CAC7B,2BAAgC,CAnBlC,QAA2B,sBAAyB,CAAI,SAE7B,0BAA6B,CAAI,SAEjC,4BAA+B,CAAI,SAEnC,6BAAgC,CAAI,SAEpC,2BAA8B,CAAI,SAI3D,4BAA+B,CAC/B,2BAA8B,CAC/B,SAIC,0BAA6B,CAC7B,6BAAgC,CAnBlC,QAA2B,sBAAyB,CAAI,SAE7B,0BAA6B,CAAI,SAEjC,4BAA+B,CAAI,SAEnC,6BAAgC,CAAI,SAEpC,2BAA8B,CAAI,SAI3D,4BAA+B,CAC/B,2BAA8B,CAC/B,SAIC,0BAA6B,CAC7B,6BAAgC,CAnBlC,QAA2B,uBAAyB,CAAI,SAE7B,2BAA6B,CAAI,SAEjC,6BAA+B,CAAI,SAEnC,8BAAgC,CAAI,SAEpC,4BAA8B,CAAI,SAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,SAIC,2BAA6B,CAC7B,8BAAgC,CAnBlC,QAA2B,uBAAyB,CAAI,SAE7B,2BAA6B,CAAI,SAEjC,6BAA+B,CAAI,SAEnC,8BAAgC,CAAI,SAEpC,4BAA8B,CAAI,SAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,SAIC,2BAA6B,CAC7B,8BAAgC,CAnBlC,QAA2B,uBAAyB,CAAI,SAE7B,2BAA6B,CAAI,SAEjC,6BAA+B,CAAI,SAEnC,8BAAgC,CAAI,SAEpC,4BAA8B,CAAI,SAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,SAIC,2BAA6B,CAC7B,8BAAgC,CAnBlC,QAA2B,uBAAyB,CAAI,SAE7B,2BAA6B,CAAI,SAEjC,6BAA+B,CAAI,SAEnC,8BAAgC,CAAI,SAEpC,4BAA8B,CAAI,SAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,SAIC,2BAA6B,CAC7B,8BAAgC,CACjC,CvCfD,0BuCLA,QAA2B,oBAAyB,CAAI,SAE7B,wBAA6B,CAAI,SAEjC,0BAA+B,CAAI,SAEnC,2BAAgC,CAAI,SAEpC,yBAA8B,CAAI,SAI3D,0BAA+B,CAC/B,yBAA8B,CAC/B,SAIC,wBAA6B,CAC7B,2BAAgC,CAnBlC,QAA2B,sBAAyB,CAAI,SAE7B,0BAA6B,CAAI,SAEjC,4BAA+B,CAAI,SAEnC,6BAAgC,CAAI,SAEpC,2BAA8B,CAAI,SAI3D,4BAA+B,CAC/B,2BAA8B,CAC/B,SAIC,0BAA6B,CAC7B,6BAAgC,CAnBlC,QAA2B,sBAAyB,CAAI,SAE7B,0BAA6B,CAAI,SAEjC,4BAA+B,CAAI,SAEnC,6BAAgC,CAAI,SAEpC,2BAA8B,CAAI,SAI3D,4BAA+B,CAC/B,2BAA8B,CAC/B,SAIC,0BAA6B,CAC7B,6BAAgC,CAnBlC,QAA2B,uBAAyB,CAAI,SAE7B,2BAA6B,CAAI,SAEjC,6BAA+B,CAAI,SAEnC,8BAAgC,CAAI,SAEpC,4BAA8B,CAAI,SAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,SAIC,2BAA6B,CAC7B,8BAAgC,CAnBlC,QAA2B,uBAAyB,CAAI,SAE7B,2BAA6B,CAAI,SAEjC,6BAA+B,CAAI,SAEnC,8BAAgC,CAAI,SAEpC,4BAA8B,CAAI,SAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,SAIC,2BAA6B,CAC7B,8BAAgC,CAnBlC,QAA2B,uBAAyB,CAAI,SAE7B,2BAA6B,CAAI,SAEjC,6BAA+B,CAAI,SAEnC,8BAAgC,CAAI,SAEpC,4BAA8B,CAAI,SAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,SAIC,2BAA6B,CAC7B,8BAAgC,CAnBlC,QAA2B,uBAAyB,CAAI,SAE7B,2BAA6B,CAAI,SAEjC,6BAA+B,CAAI,SAEnC,8BAAgC,CAAI,SAEpC,4BAA8B,CAAI,SAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,SAIC,2BAA6B,CAC7B,8BAAgC,CACjC,CvCfD,2BuCLA,QAA2B,oBAAyB,CAAI,SAE7B,wBAA6B,CAAI,SAEjC,0BAA+B,CAAI,SAEnC,2BAAgC,CAAI,SAEpC,yBAA8B,CAAI,SAI3D,0BAA+B,CAC/B,yBAA8B,CAC/B,SAIC,wBAA6B,CAC7B,2BAAgC,CAnBlC,QAA2B,sBAAyB,CAAI,SAE7B,0BAA6B,CAAI,SAEjC,4BAA+B,CAAI,SAEnC,6BAAgC,CAAI,SAEpC,2BAA8B,CAAI,SAI3D,4BAA+B,CAC/B,2BAA8B,CAC/B,SAIC,0BAA6B,CAC7B,6BAAgC,CAnBlC,QAA2B,sBAAyB,CAAI,SAE7B,0BAA6B,CAAI,SAEjC,4BAA+B,CAAI,SAEnC,6BAAgC,CAAI,SAEpC,2BAA8B,CAAI,SAI3D,4BAA+B,CAC/B,2BAA8B,CAC/B,SAIC,0BAA6B,CAC7B,6BAAgC,CAnBlC,QAA2B,uBAAyB,CAAI,SAE7B,2BAA6B,CAAI,SAEjC,6BAA+B,CAAI,SAEnC,8BAAgC,CAAI,SAEpC,4BAA8B,CAAI,SAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,SAIC,2BAA6B,CAC7B,8BAAgC,CAnBlC,QAA2B,uBAAyB,CAAI,SAE7B,2BAA6B,CAAI,SAEjC,6BAA+B,CAAI,SAEnC,8BAAgC,CAAI,SAEpC,4BAA8B,CAAI,SAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,SAIC,2BAA6B,CAC7B,8BAAgC,CAnBlC,QAA2B,uBAAyB,CAAI,SAE7B,2BAA6B,CAAI,SAEjC,6BAA+B,CAAI,SAEnC,8BAAgC,CAAI,SAEpC,4BAA8B,CAAI,SAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,SAIC,2BAA6B,CAC7B,8BAAgC,CAnBlC,QAA2B,uBAAyB,CAAI,SAE7B,2BAA6B,CAAI,SAEjC,6BAA+B,CAAI,SAEnC,8BAAgC,CAAI,SAEpC,4BAA8B,CAAI,SAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,SAIC,2BAA6B,CAC7B,8BAAgC,CACjC,CvCfD,2BuCLA,QAA2B,oBAAyB,CAAI,SAE7B,wBAA6B,CAAI,SAEjC,0BAA+B,CAAI,SAEnC,2BAAgC,CAAI,SAEpC,yBAA8B,CAAI,SAI3D,0BAA+B,CAC/B,yBAA8B,CAC/B,SAIC,wBAA6B,CAC7B,2BAAgC,CAnBlC,QAA2B,sBAAyB,CAAI,SAE7B,0BAA6B,CAAI,SAEjC,4BAA+B,CAAI,SAEnC,6BAAgC,CAAI,SAEpC,2BAA8B,CAAI,SAI3D,4BAA+B,CAC/B,2BAA8B,CAC/B,SAIC,0BAA6B,CAC7B,6BAAgC,CAnBlC,QAA2B,sBAAyB,CAAI,SAE7B,0BAA6B,CAAI,SAEjC,4BAA+B,CAAI,SAEnC,6BAAgC,CAAI,SAEpC,2BAA8B,CAAI,SAI3D,4BAA+B,CAC/B,2BAA8B,CAC/B,SAIC,0BAA6B,CAC7B,6BAAgC,CAnBlC,QAA2B,uBAAyB,CAAI,SAE7B,2BAA6B,CAAI,SAEjC,6BAA+B,CAAI,SAEnC,8BAAgC,CAAI,SAEpC,4BAA8B,CAAI,SAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,SAIC,2BAA6B,CAC7B,8BAAgC,CAnBlC,QAA2B,uBAAyB,CAAI,SAE7B,2BAA6B,CAAI,SAEjC,6BAA+B,CAAI,SAEnC,8BAAgC,CAAI,SAEpC,4BAA8B,CAAI,SAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,SAIC,2BAA6B,CAC7B,8BAAgC,CAnBlC,QAA2B,uBAAyB,CAAI,SAE7B,2BAA6B,CAAI,SAEjC,6BAA+B,CAAI,SAEnC,8BAAgC,CAAI,SAEpC,4BAA8B,CAAI,SAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,SAIC,2BAA6B,CAC7B,8BAAgC,CAnBlC,QAA2B,uBAAyB,CAAI,SAE7B,2BAA6B,CAAI,SAEjC,6BAA+B,CAAI,SAEnC,8BAAgC,CAAI,SAEpC,4BAA8B,CAAI,SAI3D,6BAA+B,CAC/B,4BAA8B,CAC/B,SAIC,2BAA6B,CAC7B,8BAAgC,CACjC,CAMP,cACE,6BAAmC,CACnC,4BAAkC,CvCvB9B,0BuCqBN,cAKI,6BAAmC,CACnC,4BAAkC,CAOrC,CvClCK,2BuCqBN,cAUI,6BAAmC,CACnC,4BAAkC,CAErC,CC9BD,IAEE,yBAAqC,CxCNjC,0BwCIN,IAI4B,yBAA8B,CACzD,CAGD,IAEE,yBAAqC,CxCdjC,0BwCYN,IAI4B,yBAA8B,CACzD,CAGD,IAEE,yBAAqC,CxCtBjC,0BwCoBN,IAI4B,yBAA8B,CACzD,CAGD,IACE,yBAA8B,CAC/B,IAGK,yBAA8B,CAAI,IAKlC,yBAA8B,CAAI,wBAQlC,0BAAyC,CAAI,IAMjD,yBAAqC,CxCpDjC,0BwCkDN,IAI4B,yBAA8B,CACzD,CAGD,IAEE,yBAAqC,CxC5DjC,0BwC0DN,IAI4B,yBAA8B,CACzD,CAGD,IAEE,yBAAqC,CxCpEjC,0BwCkEN,IAI4B,yBAA8B,CACzD,CAGD,IACE,yBAA8B,CxC3E1B,0BwC0EN,IAG4B,yBAA8B,CACzD,CAGD,IAAM,yBAA8B,CAAI,IAElC,yBAA8B,CAAI,WAMtC,yBAAsC,CACtC,0BAA0C,CxC1FtC,0BwCuFN,WAK4B,yBAA+B,CAC1D,CAGD,UAEE,yBAAqC,CACrC,0BAA0C,CxCnGtC,0BwCgGN,UAK4B,yBAA8B,CACzD,CAGD,UAEE,yBAAqC,CACrC,0BAA0C,CxC5GtC,0BwCyGN,UAK4B,yBAA8B,CACzD,CAGD,UAEE,yBAAqC,CACrC,0BAA0C,CxCrHtC,0BwCkHN,UAK4B,yBAA8B,CACzD,CAID,UAEE,yBAAqC,CACrC,0BAA0C,CxC/HtC,0BwC4HN,UAK4B,yBAA8B,CACzD,CAID,YAAc,yBAA8B,CAAI,MAK9C,kBAAmB,CACnB,c1C3IY,C0C4IZ,e1CjIqB,C0CkIrB,a5C/IuB,C4CgJxB,oBAUoC,wBAA2C,CAAI,cAErD,2BAAqC,CAAI,YAE3C,0BAAmC,CAAI,MAE7C,wBAAyB,CxC/J1C,0BwCyJF,uBAAiC,wBAA2C,CAAI,iBAErD,2BAAqC,CAAI,eAE3C,0BAAmC,CAAI,SAE7C,wBAAyB,CAAI,CxC/J9C,0BwCyJF,uBAAiC,wBAA2C,CAAI,iBAErD,2BAAqC,CAAI,eAE3C,0BAAmC,CAAI,SAE7C,wBAAyB,CAAI,CxC/J9C,2BwCyJF,uBAAiC,wBAA2C,CAAI,iBAErD,2BAAqC,CAAI,eAE3C,0BAAmC,CAAI,SAE7C,wBAAyB,CAAI,CxC/J9C,2BwCyJF,uBAAiC,wBAA2C,CAAI,iBAErD,2BAAqC,CAAI,eAE3C,0BAAmC,CAAI,SAE7C,wBAAyB,CAAI,CAShD,YAAyB,2BAA4B,CAAI,WAEjC,0BAA2B,CAAI,aAE7B,4BAA6B,CxC5KrD,0BwCwKF,eAAyB,2BAA4B,CAAI,cAEjC,0BAA2B,CAAI,gBAE7B,4BAA6B,CAAI,CxC5KzD,0BwCwKF,eAAyB,2BAA4B,CAAI,cAEjC,0BAA2B,CAAI,gBAE7B,4BAA6B,CAAI,CxC5KzD,2BwCwKF,eAAyB,2BAA4B,CAAI,cAEjC,0BAA2B,CAAI,gBAE7B,4BAA6B,CAAI,CxC5KzD,2BwCwKF,eAAyB,2BAA4B,CAAI,cAEjC,0BAA2B,CAAI,gBAE7B,4BAA6B,CAAI,CAM/D,aAAe,0BAA2C,CAAI,WAEjD,0BAAyC,CAAG,aAE1C,4BAA6B,CAAI,gBAE9B,mCAAoC,CAAI,gBAExC,oCAAqC,CAAI,cAE3C,+BAAgC,CAAI,SAEzC,6BAA8B,CAAI,WAEhC,6BAA8B,CAAI,YAI7C,gCAAiC,CAEjC,+BAAgC,CAChC,mCAAoC,CACrC,cAYe,+BAAgC,CAAI,iBAGlD,e1C9MoB,C0C+MpB,a5CtNuB,C4CuNxB,iBAGkB,0BAA2B,CAAI,kBAKhD,wE5C9Oa,C4C+Od,mBAGC,yC5CjPU,C4CkPX,WAIC,kFAAkC,CACnC,kBAIC,mCAAa,CAAb,gCAAa,CAAb,+BAAa,CAAb,2BAA4B,CAC7B,SCxPiC,wBAA4B,CAAxD,QAA4B,uBAA4B,CAAxD,UAA4B,yBAA4B,CAAxD,gBAA4B,+BAA4B,CAAxD,eAA4B,8BAA4B,CAAxD,QAA4B,uBAA4B,CAAxD,SAA4B,wBAA4B,CAAxD,cAA4B,6BAA4B,CzCQxD,0ByCRA,YAA4B,wBAA4B,CAAxD,WAA4B,uBAA4B,CAAxD,aAA4B,yBAA4B,CAAxD,mBAA4B,+BAA4B,CAAxD,kBAA4B,8BAA4B,CAAxD,WAA4B,uBAA4B,CAAxD,YAA4B,wBAA4B,CAAxD,iBAA4B,6BAA4B,CAAI,CzCQ5D,0ByCRA,YAA4B,wBAA4B,CAAxD,WAA4B,uBAA4B,CAAxD,aAA4B,yBAA4B,CAAxD,mBAA4B,+BAA4B,CAAxD,kBAA4B,8BAA4B,CAAxD,WAA4B,uBAA4B,CAAxD,YAA4B,wBAA4B,CAAxD,iBAA4B,6BAA4B,CAAI,CzCQ5D,2ByCRA,YAA4B,wBAA4B,CAAxD,WAA4B,uBAA4B,CAAxD,aAA4B,yBAA4B,CAAxD,mBAA4B,+BAA4B,CAAxD,kBAA4B,8BAA4B,CAAxD,WAA4B,uBAA4B,CAAxD,YAA4B,wBAA4B,CAAxD,iBAA4B,6BAA4B,CAAI,CzCQ5D,2ByCRA,YAA4B,wBAA4B,CAAxD,WAA4B,uBAA4B,CAAxD,aAA4B,yBAA4B,CAAxD,mBAA4B,+BAA4B,CAAxD,kBAA4B,8BAA4B,CAAxD,WAA4B,uBAA4B,CAAxD,YAA4B,wBAA4B,CAAxD,iBAA4B,6BAA4B,CAAI,CAKlE,UAAY,4BAA6B,CAAI,WAChC,6BAA8B,CAAI,0BAK7C,SACE,uBAAwB,CACzB,CAGH,iDACE,SACE,uBAAwB,CACzB,CAGH,kDACE,SACE,uBAAwB,CACzB,CAGH,2BACE,SACE,uBAAwB,CACzB,CAIH,aAAe,6BAA8B,CAAI,SAM/C,iBAAkB,CAClB,SAAU,CACV,UAAW,CACX,SAAU,CACV,eAAgB,CAChB,qBAAsB,CAEtB,gBAAiB,CACjB,QAAS,CACV,eAIC,iBAAkB,CAClB,SAAU,CACV,UAAW,CACX,QAAS,CACT,eAAgB,CAChB,6BAA8B,CANhC,qBASI,UAAW,CACX,UAAW,CACX,WAAY,CACZ,SAAU","file":"core.css","sourcesContent":["/*!\n * @primer/css/core\n * http://primer.style/css\n *\n * Released under MIT license. Copyright (c) 2019 GitHub Inc.\n */\n\n/* Include .octicon base styles*/\n@import \"@primer/octicons/index.scss\";\n\n/* Global requirements*/\n@import \"../support/index.scss\";\n\n/* Core modules*/\n@import \"../base/index.scss\";\n@import \"../box/index.scss\";\n@import \"../breadcrumb/index.scss\";\n@import \"../buttons/index.scss\";\n@import \"../table-object/index.scss\";\n@import \"../forms/index.scss\";\n@import \"../layout/index.scss\";\n@import \"../navigation/index.scss\";\n@import \"../pagination/index.scss\";\n@import \"../tooltips/index.scss\";\n@import \"../truncate/index.scss\";\n\n/* Utilities always go last so that they can override components*/\n@import \"../utilities/index.scss\";\n\n/*# sourceMappingURL=core.css.map */","/*!\n * @primer/css/core\n * http://primer.style/css\n *\n * Released under MIT license. Copyright (c) 2019 GitHub Inc.\n */.octicon{display:inline-block;vertical-align:text-top;fill:currentColor}/*! 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 !important}a{background-color:transparent}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:#1b1f23}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:600}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 silver;margin:0 2px;padding:0.35em 0.625em .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\";font-size:14px;line-height:1.5;color:#24292e;background-color:#fff}a{color:#0366d6;text-decoration:none}a:hover{text-decoration:underline}b,strong{font-weight:600}hr,.rule{height:0;margin:15px 0;overflow:hidden;background:transparent;border:0;border-bottom:1px solid #dfe2e5}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;border-radius:0}[hidden][hidden]{display:none !important}details summary{cursor:pointer}details:not([open])>*:not(summary){display:none !important}kbd{display:inline-block;padding:3px 5px;font:11px \"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace;line-height:10px;color:#444d56;vertical-align:middle;background-color:#fafbfc;border:solid 1px #d1d5da;border-bottom-color:#d1d5da;border-radius:3px;box-shadow:inset 0 -1px 0 #d1d5da}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,monospace;font-size:12px}pre{margin-top:0;margin-bottom:0;font-family:\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace;font-size:12px}.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;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-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:grab;opacity:100}.Box-row.navigation-focus.is-dragging .Box-row--drag-button{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}.breadcrumb-item{display:inline-block;margin-left:-0.35em;white-space:nowrap;list-style:none}.breadcrumb-item::after{padding-right:.5em;padding-left:.5em;color:#e1e4e8;content:\"/\"}.breadcrumb-item:first-child{margin-left:0}.breadcrumb-item-selected,.breadcrumb-item[aria-current]{color:#586069}.breadcrumb-item-selected::after,.breadcrumb-item[aria-current]::after{content:none}.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;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;appearance:none}.btn i{font-style:normal;font-weight:500;opacity:0.75}.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,.btn[aria-disabled=true]{cursor:default;background-position:0 0}.btn:active,.btn.selected,.btn[aria-selected=true]{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:-.5em;border-color:rgba(27,31,35,0.35)}.btn:active,.btn.selected,.btn[aria-selected=true],[open]>.btn{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,.btn[aria-disabled=true]{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.4)}.btn-primary:hover,.btn-primary.hover{background-color:#269f42;background-image:linear-gradient(-180deg, #2fcb53 0%, #269f42 90%);background-position:-.5em;border-color:rgba(27,31,35,0.5)}.btn-primary:active,.btn-primary.selected,.btn-primary[aria-selected=true],[open]>.btn-primary{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,.btn-primary[aria-disabled=true]{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-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.4)}.btn-blue:hover,.btn-blue.hover{background-color:#035cc2;background-image:linear-gradient(-180deg, #0374f4 0%, #035cc2 90%);background-position:-.5em;border-color:rgba(27,31,35,0.5)}.btn-blue:active,.btn-blue.selected,.btn-blue[aria-selected=true],[open]>.btn-blue{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,.btn-blue[aria-disabled=true]{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.4)}.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,.btn-danger[aria-selected=true],[open]>.btn-danger{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,.btn-danger[aria-disabled=true]{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,.btn-outline[aria-selected=true],[open]>.btn-outline{color:#fff;background-color:#0366d6;background-image:none;border-color:#0366d6}.btn-outline:hover .Counter,.btn-outline:active .Counter,.btn-outline.selected .Counter,.btn-outline[aria-selected=true] .Counter,[open]>.btn-outline .Counter{color:#0366d6;background-color:#fff}.btn-outline:focus{border-color:#0366d6;box-shadow:0 0 0 0.2em rgba(3,102,214,0.4)}.btn-outline:disabled,.btn-outline.disabled,.btn-outline[aria-disabled=true]{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:.75em 1.25em;font-size:inherit;border-radius:6px}.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;user-select:none;background-color:transparent;border:0;appearance:none}.btn-link:hover{text-decoration:underline}.btn-link:disabled,.btn-link:disabled:hover,.btn-link[aria-disabled=true],.btn-link[aria-disabled=true]:hover{color:rgba(88,96,105,0.5);cursor:default}.btn-invisible{color:#0366d6;background-color:#fff;background-image:none;border:0}.btn-invisible:hover,.btn-invisible:active,.btn-invisible:focus,.btn-invisible.selected,.btn-invisible[aria-selected=true],.btn-invisible.zeroclipboard-is-hover,.btn-invisible.zeroclipboard-is-active{color:#0366d6;background:none;outline:none;box-shadow:none}.btn-octicon{display:inline-block;padding:5px;margin-left:5px;line-height:1;color:#586069;vertical-align:middle;background:transparent;border:0}.btn-octicon:hover{color:#0366d6}.btn-octicon.disabled,.btn-octicon[aria-disabled=true]{color:#959da5;cursor:default}.btn-octicon.disabled:hover,.btn-octicon[aria-disabled=true]:hover{color:#959da5}.btn-octicon-danger:hover{color:#cb2431}.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:4px}.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[aria-selected=true],.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-item:hover{border-right-width:1px}.BtnGroup-item.selected+.BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item[aria-selected=true]+.BtnGroup-item,.BtnGroup-item[aria-selected=true]+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-item,.BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item{border-left-width:0}.BtnGroup-parent{float:left}.BtnGroup-parent:first-child .BtnGroup-item{border-top-left-radius:3px;border-bottom-left-radius:3px}.BtnGroup-parent:last-child .BtnGroup-item{border-right-width:1px;border-top-right-radius:3px;border-bottom-right-radius:3px}.BtnGroup-parent .BtnGroup-item{border-right-width:0;border-radius:0}.BtnGroup-parent.selected .BtnGroup-item,.BtnGroup-parent[aria-selected=true] .BtnGroup-item,.BtnGroup-parent:focus .BtnGroup-item,.BtnGroup-parent:active .BtnGroup-item,.BtnGroup-parent:hover .BtnGroup-item{border-right-width:1px}.BtnGroup-parent.selected+.BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent[aria-selected=true]+.BtnGroup-item,.BtnGroup-parent[aria-selected=true]+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item{border-left-width:0}.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-parent:focus,.BtnGroup-parent:active{z-index:1}.close-button{padding:0;background:transparent;border:0;outline:none}.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}.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:16px;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)}@media (min-width: 768px){.form-control,.form-select{font-size:14px}}.input-contrast{background-color:#fafbfc}.input-contrast:focus{background-color:#fff}.input-dark{color:#fff;background-color:rgba(255,255,255,0.15);border-color:transparent}.input-dark::placeholder{color:inherit;opacity:0.6}.input-dark.focus,.input-dark:focus{border-color:rgba(27,31,35,0.3);box-shadow:0 0 0 0.2em rgba(121,184,255,0.4)}::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,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:400;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,.hfields .form-group .form-group-header label{display:inline-block;margin:5px 0 0;color:#586069}.hfields .form-group dt img,.hfields .form-group .form-group-header 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;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;background-color:#fff;background-image:url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC\");background-repeat:no-repeat;background-position:right 8px center;background-size:8px 10px;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,.form-group .form-group-header{margin:0 0 6px}.form-group label{position:relative}.form-group.flattened dt,.form-group.flattened .form-group-header{float:left;margin:0;line-height:32px}.form-group.flattened dd,.form-group.flattened .form-group-body{line-height:32px}.form-group dd h4,.form-group .form-group-body h4{margin:4px 0 0}.form-group dd h4.is-error,.form-group .form-group-body h4.is-error{color:#cb2431}.form-group dd h4.is-success,.form-group .form-group-body h4.is-success{color:#28a745}.form-group dd h4+.note,.form-group .form-group-body h4+.note{margin-top:0}.form-group.required dt label::after,.form-group.required .form-group-header 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.successed .success,.form-group.successed .warning,.form-group.successed .error,.form-group.warn .success,.form-group.warn .warning,.form-group.warn .error,.form-group.errored .success,.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:400;border-style:solid;border-width:1px;border-radius:3px}.form-group.successed .success::after,.form-group.successed .success::before,.form-group.successed .warning::after,.form-group.successed .warning::before,.form-group.successed .error::after,.form-group.successed .error::before,.form-group.warn .success::after,.form-group.warn .success::before,.form-group.warn .warning::after,.form-group.warn .warning::before,.form-group.warn .error::after,.form-group.warn .error::before,.form-group.errored .success::after,.form-group.errored .success::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.successed .success::after,.form-group.successed .warning::after,.form-group.successed .error::after,.form-group.warn .success::after,.form-group.warn .warning::after,.form-group.warn .error::after,.form-group.errored .success::after,.form-group.errored .warning::after,.form-group.errored .error::after{border-width:5px}.form-group.successed .success::before,.form-group.successed .warning::before,.form-group.successed .error::before,.form-group.warn .success::before,.form-group.warn .warning::before,.form-group.warn .error::before,.form-group.errored .success::before,.form-group.errored .warning::before,.form-group.errored .error::before{margin-left:-1px;border-width:6px}.form-group.successed .success{color:#144620;background-color:#dcffe4;border-color:#34d058}.form-group.successed .success::after{border-bottom-color:#dcffe4}.form-group.successed .success::before{border-bottom-color:#34d058}.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,.form-group>.form-group-body .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-errored{padding-right:30px}dl.form-group>dd .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-loading{background-image:url(\"/images/spinners/octocat-spinner-16px.gif\")}dl.form-group>dd .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-successful{background-image:url(\"/images/modules/ajax/success.png\")}dl.form-group>dd .form-control.is-autocheck-errored,.form-group>.form-group-body .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 (-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){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-group>.form-group-body .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-errored{background-size:16px 16px}dl.form-group>dd .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-loading{background-image:url(\"/images/spinners/octocat-spinner-32.gif\")}dl.form-group>dd .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-successful{background-image:url(\"/images/modules/ajax/success@2x.png\")}dl.form-group>dd .form-control.is-autocheck-errored,.form-group>.form-group-body .form-control.is-autocheck-errored{background-image:url(\"/images/modules/ajax/error@2x.png\")}}.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-image:url(\"/images/spinners/octocat-spinner-32-EAF2F5.gif\");background-repeat:no-repeat;background-position:0 0;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:400;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:400;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}.input-group{display:table}.input-group .form-control{position:relative;width:100%}.input-group .form-control:focus{z-index:2}.input-group .form-control+.btn{margin-left:0}.input-group.inline{display:inline-table}.input-group .form-control,.input-group-button{display:table-cell}.input-group-button{width:1%;vertical-align:middle}.input-group .form-control:first-child,.input-group-button:first-child .btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-button:first-child .btn{margin-right:-1px}.input-group .form-control:last-child,.input-group-button:last-child .btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-button:last-child .btn{margin-left:-1px}.radio-group::before{display:table;content:\"\"}.radio-group::after{display:table;clear:both;content:\"\"}.radio-label{float:left;padding:6px 16px 6px 36px;margin-left:-1px;font-size:14px;line-height:20px;color:#24292e;cursor:pointer;border:1px solid #d1d5da}:checked+.radio-label{position:relative;z-index:1;border-color:#0366d6}.radio-label:first-of-type{margin-left:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.radio-label:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px}.radio-input{z-index:3;float:left;margin:10px -32px 0 16px}.container-sm{max-width:544px;margin-right:auto;margin-left:auto}.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}.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% !important}.offset-2{margin-left:16.66667% !important}.offset-3{margin-left:25% !important}.offset-4{margin-left:33.33333% !important}.offset-5{margin-left:41.66667% !important}.offset-6{margin-left:50% !important}.offset-7{margin-left:58.33333% !important}.offset-8{margin-left:66.66667% !important}.offset-9{margin-left:75% !important}.offset-10{margin-left:83.33333% !important}.offset-11{margin-left:91.66667% !important}@media (min-width: 544px){.offset-sm-1{margin-left:8.33333% !important}.offset-sm-2{margin-left:16.66667% !important}.offset-sm-3{margin-left:25% !important}.offset-sm-4{margin-left:33.33333% !important}.offset-sm-5{margin-left:41.66667% !important}.offset-sm-6{margin-left:50% !important}.offset-sm-7{margin-left:58.33333% !important}.offset-sm-8{margin-left:66.66667% !important}.offset-sm-9{margin-left:75% !important}.offset-sm-10{margin-left:83.33333% !important}.offset-sm-11{margin-left:91.66667% !important}}@media (min-width: 768px){.offset-md-1{margin-left:8.33333% !important}.offset-md-2{margin-left:16.66667% !important}.offset-md-3{margin-left:25% !important}.offset-md-4{margin-left:33.33333% !important}.offset-md-5{margin-left:41.66667% !important}.offset-md-6{margin-left:50% !important}.offset-md-7{margin-left:58.33333% !important}.offset-md-8{margin-left:66.66667% !important}.offset-md-9{margin-left:75% !important}.offset-md-10{margin-left:83.33333% !important}.offset-md-11{margin-left:91.66667% !important}}@media (min-width: 1012px){.offset-lg-1{margin-left:8.33333% !important}.offset-lg-2{margin-left:16.66667% !important}.offset-lg-3{margin-left:25% !important}.offset-lg-4{margin-left:33.33333% !important}.offset-lg-5{margin-left:41.66667% !important}.offset-lg-6{margin-left:50% !important}.offset-lg-7{margin-left:58.33333% !important}.offset-lg-8{margin-left:66.66667% !important}.offset-lg-9{margin-left:75% !important}.offset-lg-10{margin-left:83.33333% !important}.offset-lg-11{margin-left:91.66667% !important}}@media (min-width: 1280px){.offset-xl-1{margin-left:8.33333% !important}.offset-xl-2{margin-left:16.66667% !important}.offset-xl-3{margin-left:25% !important}.offset-xl-4{margin-left:33.33333% !important}.offset-xl-5{margin-left:41.66667% !important}.offset-xl-6{margin-left:50% !important}.offset-xl-7{margin-left:58.33333% !important}.offset-xl-8{margin-left:66.66667% !important}.offset-xl-9{margin-left:75% !important}.offset-xl-10{margin-left:83.33333% !important}.offset-xl-11{margin-left:91.66667% !important}}.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 #e1e4e8 solid}.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,.menu-item[aria-selected=true],.menu-item[aria-current]{font-weight:600;color:#24292e;cursor:default;background-color:#fff}.menu-item.selected::before,.menu-item[aria-selected=true]::before,.menu-item[aria-current]::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 #e1e4e8 solid}.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,.tabnav-tab[aria-selected=true],.tabnav-tab[aria-current]{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,.filter-item[aria-selected=true],.filter-item[aria-current]{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}.SideNav{background-color:#fafbfc}.SideNav-item{position:relative;display:block;width:100%;padding:16px;color:#586069;text-align:left;background-color:transparent;border:0;border-top:1px #e1e4e8 solid}.SideNav-item:first-child{border-top:0}.SideNav-item:last-child{box-shadow:0 1px 0 #e1e4e8}.SideNav-item::before{position:absolute;top:0;bottom:0;left:0;z-index:1;width:3px;pointer-events:none;content:\"\"}.SideNav-item:hover,.SideNav-item:focus{color:#24292e;text-decoration:none;background-color:#f6f8fa;outline:none}.SideNav-item:hover::before,.SideNav-item:focus::before{background-color:#d1d5da}.SideNav-item:active{background-color:#fff}.SideNav-item[aria-current=\"page\"],.SideNav-item[aria-selected=\"true\"]{font-weight:500;color:#24292e;background-color:#fff}.SideNav-item[aria-current=\"page\"]::before,.SideNav-item[aria-selected=\"true\"]::before{background-color:#e36209}.SideNav-icon{width:16px;color:#6a737d}.SideNav-subItem{position:relative;display:block;width:100%;padding:4px 0;color:#0366d6;text-align:left;background-color:transparent;border:0}.SideNav-subItem:hover,.SideNav-subItem:focus{color:#24292e;text-decoration:none;outline:none}.SideNav-subItem[aria-current=\"page\"],.SideNav-subItem[aria-selected=\"true\"]{font-weight:500;color:#24292e}.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 #e1e4e8 solid}.subnav-item+.subnav-item{margin-left:-1px}.subnav-item:hover,.subnav-item:focus{text-decoration:none;background-color:#f6f8fa}.subnav-item.selected,.subnav-item[aria-selected=true],.subnav-item[aria-current]{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}.UnderlineNav{display:flex;overflow-x:auto;overflow-y:hidden;border-bottom:1px #e1e4e8 solid;justify-content:space-between}.UnderlineNav-body{display:flex}.UnderlineNav-item{padding:16px 8px;margin-right:16px;font-size:14px;line-height:1.5;color:#586069;text-align:center;white-space:nowrap;background-color:transparent;border:0;border-bottom:2px solid transparent}.UnderlineNav-item:hover,.UnderlineNav-item:focus{color:#24292e;text-decoration:none;border-bottom-color:#d1d5da;transition:0.2s ease}.UnderlineNav-item:hover .UnderlineNav-octicon,.UnderlineNav-item:focus .UnderlineNav-octicon{color:#6a737d}.UnderlineNav-item.selected,.UnderlineNav-item[role=tab][aria-selected=true],.UnderlineNav-item[aria-current]{font-weight:600;color:#24292e;border-bottom-color:#e36209}.UnderlineNav-item.selected .UnderlineNav-octicon,.UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon,.UnderlineNav-item[aria-current] .UnderlineNav-octicon{color:#6a737d}.UnderlineNav--right{justify-content:flex-end}.UnderlineNav--right .UnderlineNav-item{margin-right:0;margin-left:16px}.UnderlineNav--right .UnderlineNav-actions{flex:1 1 auto}.UnderlineNav-actions{align-self:center}.UnderlineNav--full{display:block}.UnderlineNav-octicon{color:#959da5}.UnderlineNav-container{display:flex;justify-content:space-between}.pagination::before{display:table;content:\"\"}.pagination::after{display:table;clear:both;content:\"\"}.pagination a,.pagination span,.pagination em{position:relative;float:left;padding:7px 12px;margin-left:-1px;font-size:13px;font-style:normal;font-weight:600;color:#0366d6;white-space:nowrap;vertical-align:middle;cursor:pointer;user-select:none;background:#fff;border:1px solid #e1e4e8}.pagination a:first-child,.pagination span:first-child,.pagination em:first-child{margin-left:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination a:last-child,.pagination span:last-child,.pagination em:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.pagination a:hover,.pagination a:focus,.pagination span:hover,.pagination span:focus,.pagination em:hover,.pagination em:focus{z-index:2;text-decoration:none;background-color:#eff3f6;border-color:#e1e4e8}.pagination .selected{z-index:3}.pagination .current,.pagination .current:hover,.pagination [aria-current],.pagination [aria-current]:hover{z-index:3;color:#fff;background-color:#0366d6;border-color:#0366d6}.pagination .gap,.pagination .disabled,.pagination [aria-disabled=true],.pagination .gap:hover,.pagination .disabled:hover,.pagination [aria-disabled=true]:hover{color:#d1d5da;cursor:default;background-color:#fafbfc}.paginate-container{margin-top:20px;margin-bottom:15px;text-align:center}.paginate-container .pagination{display:inline-block}.tooltipped{position:relative}.tooltipped::after{position:absolute;z-index:1000000;display:none;padding:.5em .75em;font:normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\";-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:#1b1f23;border-radius:3px;opacity:0}.tooltipped::before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#1b1f23;pointer-events:none;content:\"\";border:6px solid transparent;opacity:0}@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;animation-name:tooltip-appear;animation-duration:.1s;animation-fill-mode:forwards;animation-timing-function:ease-in;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{animation-delay:0s}.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:6px}.tooltipped-s::before,.tooltipped-se::before,.tooltipped-sw::before{top:auto;right:50%;bottom:-7px;margin-right:-6px;border-bottom-color:#1b1f23}.tooltipped-se::after{right:auto;left:50%;margin-left:-16px}.tooltipped-sw::after{margin-right:-16px}.tooltipped-n::after,.tooltipped-ne::after,.tooltipped-nw::after{right:50%;bottom:100%;margin-bottom:6px}.tooltipped-n::before,.tooltipped-ne::before,.tooltipped-nw::before{top:-7px;right:50%;bottom:auto;margin-right:-6px;border-top-color:#1b1f23}.tooltipped-ne::after{right:auto;left:50%;margin-left:-16px}.tooltipped-nw::after{margin-right:-16px}.tooltipped-s::after,.tooltipped-n::after{transform:translateX(50%)}.tooltipped-w::after{right:100%;bottom:50%;margin-right:6px;transform:translateY(50%)}.tooltipped-w::before{top:50%;bottom:50%;left:-7px;margin-top:-6px;border-left-color:#1b1f23}.tooltipped-e::after{bottom:50%;left:100%;margin-left:6px;transform:translateY(50%)}.tooltipped-e::before{top:50%;right:-7px;bottom:50%;margin-top:-6px;border-right-color:#1b1f23}.tooltipped-align-right-1::after,.tooltipped-align-right-2::after{right:0;margin-right:0}.tooltipped-align-right-1::before{right:10px}.tooltipped-align-right-2::before{right:15px}.tooltipped-align-left-1::after,.tooltipped-align-left-2::after{left:0;margin-left:0}.tooltipped-align-left-1::before{left:5px}.tooltipped-align-left-2::before{left:10px}.tooltipped-multiline::after{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%;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}.css-truncate.css-truncate-overflow,.css-truncate .css-truncate-overflow,.css-truncate.css-truncate-target,.css-truncate .css-truncate-target{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.css-truncate.css-truncate-target,.css-truncate .css-truncate-target{display:inline-block;max-width:125px;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{animation-name:fade-in;animation-duration:1s;animation-timing-function:ease-in-out}.anim-fade-in.fast{animation-duration:300ms}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.anim-fade-out{animation-name:fade-out;animation-duration:1s;animation-timing-function:ease-out}.anim-fade-out.fast{animation-duration:0.3s}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}.anim-fade-up{opacity:0;animation-name:fade-up;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease-out;animation-delay:1s}@keyframes fade-up{0%{opacity:0.8;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}.anim-fade-down{animation-name:fade-down;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease-in}@keyframes fade-down{0%{opacity:1;transform:translateY(0)}100%{opacity:0.5;transform:translateY(100%)}}.anim-grow-x{width:0%;animation-name:grow-x;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease;animation-delay:0.5s}@keyframes grow-x{to{width:100%}}.anim-shrink-x{animation-name:shrink-x;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease-in-out;animation-delay:0.5s}@keyframes shrink-x{to{width:0%}}.anim-scale-in{animation-name:scale-in;animation-duration:0.15s;animation-timing-function:cubic-bezier(0.2, 0, 0.13, 1.5)}@keyframes scale-in{0%{opacity:0;transform:scale(0.5)}100%{opacity:1;transform:scale(1)}}.anim-pulse{animation-name:pulse;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes pulse{0%{opacity:0.3}10%{opacity:1}100%{opacity:0.3}}.anim-pulse-in{animation-name:pulse-in;animation-duration:0.5s}@keyframes pulse-in{0%{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.1, 1.1, 1.1)}100%{transform:scale3d(1, 1, 1)}}.hover-grow{transition:transform 0.3s;backface-visibility:hidden}.hover-grow:hover{transform:scale(1.025)}.border-x{border-right:1px #e1e4e8 solid !important;border-left:1px #e1e4e8 solid !important}.border-y{border-top:1px #e1e4e8 solid !important;border-bottom:1px #e1e4e8 solid !important}.border{border:1px #e1e4e8 solid !important}.border-0{border:0 !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-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}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}@media (min-width: 544px){.border-sm{border:1px #e1e4e8 solid !important}.border-sm-0{border:0 !important}.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}.rounded-sm-0{border-radius:0 !important}.rounded-sm-1{border-radius:3px !important}.rounded-sm-2{border-radius:6px !important}.rounded-sm-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-sm-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-sm-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-sm-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-sm-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-sm-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-sm-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-sm-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-sm-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-sm-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-sm-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-sm-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}@media (min-width: 768px){.border-md{border:1px #e1e4e8 solid !important}.border-md-0{border:0 !important}.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}.rounded-md-0{border-radius:0 !important}.rounded-md-1{border-radius:3px !important}.rounded-md-2{border-radius:6px !important}.rounded-md-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-md-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-md-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-md-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-md-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-md-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-md-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-md-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-md-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-md-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-md-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-md-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}@media (min-width: 1012px){.border-lg{border:1px #e1e4e8 solid !important}.border-lg-0{border:0 !important}.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}.rounded-lg-0{border-radius:0 !important}.rounded-lg-1{border-radius:3px !important}.rounded-lg-2{border-radius:6px !important}.rounded-lg-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-lg-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-lg-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-lg-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-lg-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-lg-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-lg-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-lg-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-lg-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-lg-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-lg-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-lg-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}@media (min-width: 1280px){.border-xl{border:1px #e1e4e8 solid !important}.border-xl-0{border:0 !important}.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}.rounded-xl-0{border-radius:0 !important}.rounded-xl-1{border-radius:3px !important}.rounded-xl-2{border-radius:6px !important}.rounded-xl-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-xl-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-xl-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-xl-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-xl-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-xl-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-xl-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-xl-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-xl-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-xl-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-xl-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-xl-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}.circle{border-radius:50% !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-white-fade{border-color:rgba(255,255,255,0.15) !important}.border-white-fade-15{border-color:rgba(255,255,255,0.15) !important}.border-white-fade-30{border-color:rgba(255,255,255,0.3) !important}.border-white-fade-50{border-color:rgba(255,255,255,0.5) !important}.border-white-fade-70{border-color:rgba(255,255,255,0.7) !important}.border-white-fade-85{border-color:rgba(255,255,255,0.85) !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-yellow-dark{background-color:#dbab09 !important}.bg-purple{background-color:#6f42c1 !important}.bg-pink{background-color:#ea4aaa !important}.bg-purple-light{background-color:#f5f0ff !important}.color-gray-0{color:#fafbfc !important}.bg-gray-0{background-color:#fafbfc !important}.color-gray-1{color:#f6f8fa !important}.bg-gray-1{background-color:#f6f8fa !important}.color-gray-2{color:#e1e4e8 !important}.bg-gray-2{background-color:#e1e4e8 !important}.color-gray-3{color:#d1d5da !important}.bg-gray-3{background-color:#d1d5da !important}.color-gray-4{color:#959da5 !important}.bg-gray-4{background-color:#959da5 !important}.color-gray-5{color:#6a737d !important}.bg-gray-5{background-color:#6a737d !important}.color-gray-6{color:#586069 !important}.bg-gray-6{background-color:#586069 !important}.color-gray-7{color:#444d56 !important}.bg-gray-7{background-color:#444d56 !important}.color-gray-8{color:#2f363d !important}.bg-gray-8{background-color:#2f363d !important}.color-gray-9{color:#24292e !important}.bg-gray-9{background-color:#24292e !important}.color-blue-0{color:#f1f8ff !important}.bg-blue-0{background-color:#f1f8ff !important}.color-blue-1{color:#dbedff !important}.bg-blue-1{background-color:#dbedff !important}.color-blue-2{color:#c8e1ff !important}.bg-blue-2{background-color:#c8e1ff !important}.color-blue-3{color:#79b8ff !important}.bg-blue-3{background-color:#79b8ff !important}.color-blue-4{color:#2188ff !important}.bg-blue-4{background-color:#2188ff !important}.color-blue-5{color:#0366d6 !important}.bg-blue-5{background-color:#0366d6 !important}.color-blue-6{color:#005cc5 !important}.bg-blue-6{background-color:#005cc5 !important}.color-blue-7{color:#044289 !important}.bg-blue-7{background-color:#044289 !important}.color-blue-8{color:#032f62 !important}.bg-blue-8{background-color:#032f62 !important}.color-blue-9{color:#05264c !important}.bg-blue-9{background-color:#05264c !important}.color-green-0{color:#f0fff4 !important}.bg-green-0{background-color:#f0fff4 !important}.color-green-1{color:#dcffe4 !important}.bg-green-1{background-color:#dcffe4 !important}.color-green-2{color:#bef5cb !important}.bg-green-2{background-color:#bef5cb !important}.color-green-3{color:#85e89d !important}.bg-green-3{background-color:#85e89d !important}.color-green-4{color:#34d058 !important}.bg-green-4{background-color:#34d058 !important}.color-green-5{color:#28a745 !important}.bg-green-5{background-color:#28a745 !important}.color-green-6{color:#22863a !important}.bg-green-6{background-color:#22863a !important}.color-green-7{color:#176f2c !important}.bg-green-7{background-color:#176f2c !important}.color-green-8{color:#165c26 !important}.bg-green-8{background-color:#165c26 !important}.color-green-9{color:#144620 !important}.bg-green-9{background-color:#144620 !important}.color-yellow-0{color:#fffdef !important}.bg-yellow-0{background-color:#fffdef !important}.color-yellow-1{color:#fffbdd !important}.bg-yellow-1{background-color:#fffbdd !important}.color-yellow-2{color:#fff5b1 !important}.bg-yellow-2{background-color:#fff5b1 !important}.color-yellow-3{color:#ffea7f !important}.bg-yellow-3{background-color:#ffea7f !important}.color-yellow-4{color:#ffdf5d !important}.bg-yellow-4{background-color:#ffdf5d !important}.color-yellow-5{color:#ffd33d !important}.bg-yellow-5{background-color:#ffd33d !important}.color-yellow-6{color:#f9c513 !important}.bg-yellow-6{background-color:#f9c513 !important}.color-yellow-7{color:#dbab09 !important}.bg-yellow-7{background-color:#dbab09 !important}.color-yellow-8{color:#b08800 !important}.bg-yellow-8{background-color:#b08800 !important}.color-yellow-9{color:#735c0f !important}.bg-yellow-9{background-color:#735c0f !important}.color-orange-0{color:#fff8f2 !important}.bg-orange-0{background-color:#fff8f2 !important}.color-orange-1{color:#ffebda !important}.bg-orange-1{background-color:#ffebda !important}.color-orange-2{color:#ffd1ac !important}.bg-orange-2{background-color:#ffd1ac !important}.color-orange-3{color:#ffab70 !important}.bg-orange-3{background-color:#ffab70 !important}.color-orange-4{color:#fb8532 !important}.bg-orange-4{background-color:#fb8532 !important}.color-orange-5{color:#f66a0a !important}.bg-orange-5{background-color:#f66a0a !important}.color-orange-6{color:#e36209 !important}.bg-orange-6{background-color:#e36209 !important}.color-orange-7{color:#d15704 !important}.bg-orange-7{background-color:#d15704 !important}.color-orange-8{color:#c24e00 !important}.bg-orange-8{background-color:#c24e00 !important}.color-orange-9{color:#a04100 !important}.bg-orange-9{background-color:#a04100 !important}.color-red-0{color:#ffeef0 !important}.bg-red-0{background-color:#ffeef0 !important}.color-red-1{color:#ffdce0 !important}.bg-red-1{background-color:#ffdce0 !important}.color-red-2{color:#fdaeb7 !important}.bg-red-2{background-color:#fdaeb7 !important}.color-red-3{color:#f97583 !important}.bg-red-3{background-color:#f97583 !important}.color-red-4{color:#ea4a5a !important}.bg-red-4{background-color:#ea4a5a !important}.color-red-5{color:#d73a49 !important}.bg-red-5{background-color:#d73a49 !important}.color-red-6{color:#cb2431 !important}.bg-red-6{background-color:#cb2431 !important}.color-red-7{color:#b31d28 !important}.bg-red-7{background-color:#b31d28 !important}.color-red-8{color:#9e1c23 !important}.bg-red-8{background-color:#9e1c23 !important}.color-red-9{color:#86181d !important}.bg-red-9{background-color:#86181d !important}.color-purple-0{color:#f5f0ff !important}.bg-purple-0{background-color:#f5f0ff !important}.color-purple-1{color:#e6dcfd !important}.bg-purple-1{background-color:#e6dcfd !important}.color-purple-2{color:#d1bcf9 !important}.bg-purple-2{background-color:#d1bcf9 !important}.color-purple-3{color:#b392f0 !important}.bg-purple-3{background-color:#b392f0 !important}.color-purple-4{color:#8a63d2 !important}.bg-purple-4{background-color:#8a63d2 !important}.color-purple-5{color:#6f42c1 !important}.bg-purple-5{background-color:#6f42c1 !important}.color-purple-6{color:#5a32a3 !important}.bg-purple-6{background-color:#5a32a3 !important}.color-purple-7{color:#4c2889 !important}.bg-purple-7{background-color:#4c2889 !important}.color-purple-8{color:#3a1d6e !important}.bg-purple-8{background-color:#3a1d6e !important}.color-purple-9{color:#29134e !important}.bg-purple-9{background-color:#29134e !important}.color-pink-0{color:#ffeef8 !important}.bg-pink-0{background-color:#ffeef8 !important}.color-pink-1{color:#fedbf0 !important}.bg-pink-1{background-color:#fedbf0 !important}.color-pink-2{color:#f9b3dd !important}.bg-pink-2{background-color:#f9b3dd !important}.color-pink-3{color:#f692ce !important}.bg-pink-3{background-color:#f692ce !important}.color-pink-4{color:#ec6cb9 !important}.bg-pink-4{background-color:#ec6cb9 !important}.color-pink-5{color:#ea4aaa !important}.bg-pink-5{background-color:#ea4aaa !important}.color-pink-6{color:#d03592 !important}.bg-pink-6{background-color:#d03592 !important}.color-pink-7{color:#b93a86 !important}.bg-pink-7{background-color:#b93a86 !important}.color-pink-8{color:#99306f !important}.bg-pink-8{background-color:#99306f !important}.color-pink-9{color:#6d224f !important}.bg-pink-9{background-color:#6d224f !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-yellow{color:#b08800 !important}.text-orange{color:#a04100 !important}.text-orange-light{color:#e36209 !important}.text-purple{color:#6f42c1 !important}.text-pink{color:#ea4aaa !important}.text-white{color:#fff !important}.text-inherit{color:inherit !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}.details-overlay[open]>summary::before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:block;cursor:default;content:\" \";background:transparent}.details-overlay-dark[open]>summary::before{z-index:99;background:rgba(27,31,35,0.5)}.details-reset>summary{list-style:none}.details-reset>summary::before{display:none}.details-reset>summary::-webkit-details-marker{display:none}.flex-row{flex-direction:row !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column{flex-direction:column !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-justify-start{justify-content:flex-start !important}.flex-justify-end{justify-content:flex-end !important}.flex-justify-center{justify-content:center !important}.flex-justify-between{justify-content:space-between !important}.flex-justify-around{justify-content:space-around !important}.flex-items-start{align-items:flex-start !important}.flex-items-end{align-items:flex-end !important}.flex-items-center{align-items:center !important}.flex-items-baseline{align-items:baseline !important}.flex-items-stretch{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-1{flex:1 !important}.flex-auto{flex:auto !important}.flex-grow-0{flex-grow:0 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-self-auto{align-self:auto !important}.flex-self-start{align-self:flex-start !important}.flex-self-end{align-self:flex-end !important}.flex-self-center{align-self:center !important}.flex-self-baseline{align-self:baseline !important}.flex-self-stretch{align-self:stretch !important}.flex-order-1{order:1 !important}.flex-order-2{order:2 !important}.flex-order-none{order:inherit !important}@media (min-width: 544px){.flex-sm-row{flex-direction:row !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column{flex-direction:column !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-justify-start{justify-content:flex-start !important}.flex-sm-justify-end{justify-content:flex-end !important}.flex-sm-justify-center{justify-content:center !important}.flex-sm-justify-between{justify-content:space-between !important}.flex-sm-justify-around{justify-content:space-around !important}.flex-sm-items-start{align-items:flex-start !important}.flex-sm-items-end{align-items:flex-end !important}.flex-sm-items-center{align-items:center !important}.flex-sm-items-baseline{align-items:baseline !important}.flex-sm-items-stretch{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-1{flex:1 !important}.flex-sm-auto{flex:auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-self-auto{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{align-self:center !important}.flex-sm-self-baseline{align-self:baseline !important}.flex-sm-self-stretch{align-self:stretch !important}.flex-sm-order-1{order:1 !important}.flex-sm-order-2{order:2 !important}.flex-sm-order-none{order:inherit !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column{flex-direction:column !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-justify-start{justify-content:flex-start !important}.flex-md-justify-end{justify-content:flex-end !important}.flex-md-justify-center{justify-content:center !important}.flex-md-justify-between{justify-content:space-between !important}.flex-md-justify-around{justify-content:space-around !important}.flex-md-items-start{align-items:flex-start !important}.flex-md-items-end{align-items:flex-end !important}.flex-md-items-center{align-items:center !important}.flex-md-items-baseline{align-items:baseline !important}.flex-md-items-stretch{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-1{flex:1 !important}.flex-md-auto{flex:auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-self-auto{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{align-self:center !important}.flex-md-self-baseline{align-self:baseline !important}.flex-md-self-stretch{align-self:stretch !important}.flex-md-order-1{order:1 !important}.flex-md-order-2{order:2 !important}.flex-md-order-none{order:inherit !important}}@media (min-width: 1012px){.flex-lg-row{flex-direction:row !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column{flex-direction:column !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-justify-start{justify-content:flex-start !important}.flex-lg-justify-end{justify-content:flex-end !important}.flex-lg-justify-center{justify-content:center !important}.flex-lg-justify-between{justify-content:space-between !important}.flex-lg-justify-around{justify-content:space-around !important}.flex-lg-items-start{align-items:flex-start !important}.flex-lg-items-end{align-items:flex-end !important}.flex-lg-items-center{align-items:center !important}.flex-lg-items-baseline{align-items:baseline !important}.flex-lg-items-stretch{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-1{flex:1 !important}.flex-lg-auto{flex:auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-self-auto{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{align-self:center !important}.flex-lg-self-baseline{align-self:baseline !important}.flex-lg-self-stretch{align-self:stretch !important}.flex-lg-order-1{order:1 !important}.flex-lg-order-2{order:2 !important}.flex-lg-order-none{order:inherit !important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column{flex-direction:column !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-justify-start{justify-content:flex-start !important}.flex-xl-justify-end{justify-content:flex-end !important}.flex-xl-justify-center{justify-content:center !important}.flex-xl-justify-between{justify-content:space-between !important}.flex-xl-justify-around{justify-content:space-around !important}.flex-xl-items-start{align-items:flex-start !important}.flex-xl-items-end{align-items:flex-end !important}.flex-xl-items-center{align-items:center !important}.flex-xl-items-baseline{align-items:baseline !important}.flex-xl-items-stretch{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-1{flex:1 !important}.flex-xl-auto{flex:auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-self-auto{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{align-self:center !important}.flex-xl-self-baseline{align-self:baseline !important}.flex-xl-self-stretch{align-self:stretch !important}.flex-xl-order-1{order:1 !important}.flex-xl-order-2{order:2 !important}.flex-xl-order-none{order:inherit !important}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}@media (min-width: 544px){.position-sm-static{position:static !important}.position-sm-relative{position:relative !important}.position-sm-absolute{position:absolute !important}.position-sm-fixed{position:fixed !important}.position-sm-sticky{position:sticky !important}}@media (min-width: 768px){.position-md-static{position:static !important}.position-md-relative{position:relative !important}.position-md-absolute{position:absolute !important}.position-md-fixed{position:fixed !important}.position-md-sticky{position:sticky !important}}@media (min-width: 1012px){.position-lg-static{position:static !important}.position-lg-relative{position:relative !important}.position-lg-absolute{position:absolute !important}.position-lg-fixed{position:fixed !important}.position-lg-sticky{position:sticky !important}}@media (min-width: 1280px){.position-xl-static{position:static !important}.position-xl-relative{position:relative !important}.position-xl-absolute{position:absolute !important}.position-xl-fixed{position:fixed !important}.position-xl-sticky{position:sticky !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}.v-align-baseline{vertical-align:baseline !important}.overflow-visible{overflow:visible !important}.overflow-x-visible{overflow-x:visible !important}.overflow-y-visible{overflow-y:visible !important}.overflow-hidden{overflow:hidden !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-auto{overflow:auto !important}.overflow-x-auto{overflow-x:auto !important}.overflow-y-auto{overflow-y:auto !important}.overflow-scroll{overflow:scroll !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-scroll{overflow-y:scroll !important}.clearfix::before{display:table;content:\"\"}.clearfix::after{display:table;clear:both;content:\"\"}.float-left{float:left !important}.float-right{float:right !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-fit{max-height:100% !important}.height-full{height:100% !important}.min-width-0{min-width:0 !important}.width-auto{width:auto !important}.direction-rtl{direction:rtl !important}.direction-ltr{direction:ltr !important}@media (min-width: 544px){.width-sm-auto{width:auto !important}.direction-sm-rtl{direction:rtl !important}.direction-sm-ltr{direction:ltr !important}}@media (min-width: 768px){.width-md-auto{width:auto !important}.direction-md-rtl{direction:rtl !important}.direction-md-ltr{direction:ltr !important}}@media (min-width: 1012px){.width-lg-auto{width:auto !important}.direction-lg-rtl{direction:rtl !important}.direction-lg-ltr{direction:ltr !important}}@media (min-width: 1280px){.width-xl-auto{width:auto !important}.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}.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}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.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}.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}.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}.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}.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}.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}.mx-sm-auto{margin-right:auto !important;margin-left:auto !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}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.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}.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}.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}.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}.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}.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}.mx-md-auto{margin-right:auto !important;margin-left:auto !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}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.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}.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}.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}.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}.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}.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}.mx-lg-auto{margin-right:auto !important;margin-left:auto !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}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.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}.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}.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}.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}.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}.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}.mx-xl-auto{margin-right:auto !important;margin-left:auto !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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.lh-0{line-height:0 !important}@media (min-width: 544px){.lh-sm-condensed-ultra{line-height:1 !important}.lh-sm-condensed{line-height:1.25 !important}.lh-sm-default{line-height:1.5 !important}.lh-sm-0{line-height:0 !important}}@media (min-width: 768px){.lh-md-condensed-ultra{line-height:1 !important}.lh-md-condensed{line-height:1.25 !important}.lh-md-default{line-height:1.5 !important}.lh-md-0{line-height:0 !important}}@media (min-width: 1012px){.lh-lg-condensed-ultra{line-height:1 !important}.lh-lg-condensed{line-height:1.25 !important}.lh-lg-default{line-height:1.5 !important}.lh-lg-0{line-height:0 !important}}@media (min-width: 1280px){.lh-xl-condensed-ultra{line-height:1 !important}.lh-xl-condensed{line-height:1.25 !important}.lh-xl-default{line-height:1.5 !important}.lh-xl-0{line-height:0 !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:400 !important}.text-bold{font-weight:600 !important}.text-italic{font-style:italic !important}.text-uppercase{text-transform:uppercase !important}.text-underline{text-decoration:underline !important}.no-underline{text-decoration:none !important}.no-wrap{white-space:nowrap !important}.ws-normal{white-space:normal !important}.break-word{word-break:break-word !important;word-wrap:break-word !important;overflow-wrap:break-word !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)}.text-mono{font-family:\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace !important}.user-select-none{user-select:none !important}.d-block{display:block !important}.d-flex{display:flex !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.d-table{display:table !important}.d-table-cell{display:table-cell !important}@media (min-width: 544px){.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.d-sm-table{display:table !important}.d-sm-table-cell{display:table-cell !important}}@media (min-width: 768px){.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.d-md-table{display:table !important}.d-md-table-cell{display:table-cell !important}}@media (min-width: 1012px){.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.d-lg-table{display:table !important}.d-lg-table-cell{display:table-cell !important}}@media (min-width: 1280px){.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.d-xl-table{display:table !important}.d-xl-table-cell{display:table-cell !important}}.v-hidden{visibility:hidden !important}.v-visible{visibility:visible !important}@media (max-width: 543px){.hide-sm{display:none !important}}@media (min-width: 544px) and (max-width: 767px){.hide-md{display:none !important}}@media (min-width: 768px) and (max-width: 1011px){.hide-lg{display:none !important}}@media (min-width: 1012px){.hide-xl{display:none !important}}.table-fixed{table-layout:fixed !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}\n",".octicon {\n display: inline-block;\n vertical-align: text-top;\n fill: currentColor;\n}\n","// stylelint-disable\n/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */\n\n/**\n * 1. Change the default font family in all browsers (opinionated).\n * 2. Prevent adjustments of font size after orientation changes in IE and iOS.\n */\n\nhtml {\n font-family: sans-serif; /* 1 */\n -ms-text-size-adjust: 100%; /* 2 */\n -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/**\n * Remove the margin in all browsers (opinionated).\n */\n\nbody {\n margin: 0;\n}\n\n/* HTML5 display definitions\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n * 1. Add the correct display in Edge, IE, and Firefox.\n * 2. Add the correct display in IE.\n */\n\narticle,\naside,\ndetails, /* 1 */\nfigcaption,\nfigure,\nfooter,\nheader,\nmain, /* 2 */\nmenu,\nnav,\nsection { /* 1 */\n display: block;\n}\n\nsummary {\n display: list-item;\n}\n\n/**\n * Add the correct display in IE 9-.\n */\n\naudio,\ncanvas,\nprogress,\nvideo {\n display: inline-block;\n}\n\n/**\n * Add the correct display in iOS 4-7.\n */\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n/**\n * Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n\nprogress {\n vertical-align: baseline;\n}\n\n/**\n * Add the correct display in IE 10-.\n * 1. Add the correct display in IE.\n */\n\ntemplate, /* 1 */\n[hidden] {\n display: none !important;\n}\n\n/* Links\n ========================================================================== */\n\n/**\n * Remove the gray background on active links in IE 10.\n */\n\na {\n background-color: transparent; /* 1 */\n}\n\n/**\n * Remove the outline on focused links when they are also active or hovered\n * in all browsers (opinionated).\n */\n\na:active,\na:hover {\n outline-width: 0;\n}\n\n/* Text-level semantics\n ========================================================================== */\n\n/**\n * 1. Remove the bottom border in Firefox 39-.\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n\nabbr[title] {\n border-bottom: none; /* 1 */\n text-decoration: underline; /* 2 */\n text-decoration: underline dotted; /* 2 */\n}\n\n/**\n * Prevent the duplicate application of `bolder` by the next rule in Safari 6.\n */\n\nb,\nstrong {\n font-weight: inherit;\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/**\n * Add the correct font style in Android 4.3-.\n */\n\ndfn {\n font-style: italic;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/**\n * Add the correct background and color in IE 9-.\n */\n\nmark {\n background-color: #ff0;\n color: $text-black;\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/* Embedded content\n ========================================================================== */\n\n/**\n * Remove the border on images inside links in IE 10-.\n */\n\nimg {\n border-style: none;\n}\n\n/**\n * Hide the overflow in IE.\n */\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\n/* Grouping content\n ========================================================================== */\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct margin in IE 8.\n */\n\nfigure {\n margin: 1em $spacer-6;\n}\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\nhr {\n box-sizing: content-box; /* 1 */\n height: 0; /* 1 */\n overflow: visible; /* 2 */\n}\n\n/* Forms\n ========================================================================== */\n\n/**\n * 1. Change font properties to `inherit` in all browsers (opinionated).\n * 2. Remove the margin in Firefox and Safari.\n */\n\nbutton,\ninput,\nselect,\ntextarea {\n font: inherit; /* 1 */\n margin: 0; /* 2 */\n}\n\n/**\n * Restore the font weight unset by the previous rule.\n */\n\noptgroup {\n font-weight: $font-weight-bold;\n}\n\n/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\n\nbutton,\ninput { /* 1 */\n overflow: visible;\n}\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n\nbutton,\nselect { /* 1 */\n text-transform: none;\n}\n\n/**\n * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n * controls in Android 4.\n * 2. Correct the inability to style clickable types in iOS and Safari.\n */\n\nbutton,\nhtml [type=\"button\"], /* 1 */\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; /* 2 */\n}\n\n/**\n * Remove the inner border and padding in Firefox.\n */\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\n/**\n * Change the border, margin, and padding in all browsers (opinionated).\n */\n\nfieldset {\n border: $border-width $border-style #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em $em-spacer-6;\n}\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\n\nlegend {\n box-sizing: border-box; /* 1 */\n color: inherit; /* 2 */\n display: table; /* 1 */\n max-width: 100%; /* 1 */\n padding: 0; /* 3 */\n white-space: normal; /* 1 */\n}\n\n/**\n * Remove the default vertical scrollbar in IE.\n */\n\ntextarea {\n overflow: auto;\n}\n\n/**\n * 1. Add the correct box sizing in IE 10-.\n * 2. Remove the padding in IE 10-.\n */\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n[type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\n * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.\n */\n\n[type=\"search\"]::-webkit-search-cancel-button,\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * Correct the text style of placeholders in Chrome, Edge, and Safari.\n */\n\n::-webkit-input-placeholder {\n color: inherit;\n opacity: 0.54;\n}\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// stylelint-disable selector-max-type\n* {\n box-sizing: border-box;\n}\n\ninput,\nselect,\ntextarea,\nbutton {\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbody {\n font-family: $body-font;\n font-size: $body-font-size;\n line-height: $body-line-height;\n color: $text-gray-dark;\n background-color: $bg-white;\n}\n\na {\n color: $text-blue;\n text-decoration: none;\n\n &:hover {\n text-decoration: underline;\n }\n}\n\nb,\nstrong {\n font-weight: $font-weight-bold;\n}\n\n// Horizontal lines\n//\n// TODO-MDO: Remove `.rule` from everywhere and replace with `<hr>`s\nhr,\n.rule {\n height: 0;\n // stylelint-disable-next-line primer/spacing\n margin: 15px 0;\n overflow: hidden;\n background: transparent;\n border: 0;\n // stylelint-disable-next-line primer/borders\n border-bottom: $border-width $border-style lighten($gray-300, 5%);\n @include clearfix();\n}\n\n//\n// Remove most spacing between table cells.\n//\n\ntable {\n border-spacing: 0;\n border-collapse: collapse;\n}\n\ntd,\nth {\n padding: 0;\n}\n\nbutton {\n cursor: pointer;\n // Remove border radius added by Chrome macOS\n border-radius: 0;\n}\n\n// increase the selector specificity for [hidden]\n// so that it always overrides utility classes (.d-block, etc.)\n[hidden][hidden] {\n display: none !important;\n}\n\ndetails {\n summary { cursor: pointer; }\n\n &:not([open]) {\n // Set details content hidden by default for browsers that don't do this\n > *:not(summary) { display: none !important; }\n }\n}\n","// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n","// Keyboard shortcuts\n// stylelint-disable selector-max-type\n\nkbd {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: ($spacer-1 - 1) ($spacer-1 + 1);\n font: 11px $mono-font;\n // stylelint-disable-next-line primer/typography\n line-height: 10px;\n // stylelint-disable-next-line primer/colors\n color: $gray-700;\n vertical-align: middle;\n background-color: $bg-gray-light;\n // stylelint-disable-next-line primer/borders\n border: $border-style $border-width $border-gray-dark;\n border-bottom-color: $border-gray-dark;\n border-radius: $border-radius;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: inset 0 -1px 0 $border-gray-dark;\n}\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n","// Headings\n// --------------------------------------------------\n// stylelint-disable selector-max-type\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin-top: 0;\n margin-bottom: 0;\n}\n\nh1 { @include h1; }\nh2 { @include h2; }\nh3 { @include h3; }\nh4 { @include h4; }\nh5 { @include h5; }\nh6 { @include h6; }\n\n// Body text\n// --------------------------------------------------\n\np {\n margin-top: 0;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 10px;\n}\n\nsmall {\n // stylelint-disable-next-line primer/typography\n font-size: 90%;\n}\n\nblockquote {\n margin: 0;\n}\n\n// Lists\n// --------------------------------------------------\n\nul,\nol {\n padding-left: 0;\n margin-top: 0;\n margin-bottom: 0;\n}\n\nol ol,\nul ol {\n list-style-type: lower-roman;\n}\n\nul ul ol,\nul ol ol,\nol ul ol,\nol ol ol {\n list-style-type: lower-alpha;\n}\n\ndd {\n margin-left: 0;\n}\n\n// Code\n// --------------------------------------------------\n\ntt,\ncode {\n font-family: $mono-font;\n font-size: $font-size-small;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 0;\n font-family: $mono-font;\n font-size: $font-size-small;\n}\n\n// Octicons\n// --------------------------------------------------\n\n// Move this over here as a temporary override to the octicons source repo\n// instead of updating that upstream.\n.octicon {\n vertical-align: text-bottom;\n}\n","// Text hiding for image based text replacement.\n// Higher performance than -9999px because it only renders\n// the size of the actual text, not a full 9999px box.\n@mixin hide-text() {\n overflow: hidden;\n text-indent: 100%;\n white-space: nowrap;\n}\n\n// Heading mixins for use within components\n// These match heading utilities in utilities/typography\n@mixin h1 {\n font-size: $h1-size;\n font-weight: $font-weight-bold;\n}\n\n@mixin h2 {\n font-size: $h2-size;\n font-weight: $font-weight-bold;\n}\n\n@mixin h3 {\n font-size: $h3-size;\n font-weight: $font-weight-bold;\n}\n\n@mixin h4 {\n font-size: $h4-size;\n font-weight: $font-weight-bold;\n}\n\n@mixin h5 {\n font-size: $h5-size;\n font-weight: $font-weight-bold;\n}\n\n@mixin h6 {\n font-size: $h6-size;\n font-weight: $font-weight-bold;\n}\n\n// Responsive heading mixins\n// There are no responsive mixins for h4-h6 because they are small\n// and don't need to be smaller on mobile.\n@mixin f1-responsive {\n font-size: $h1-size-mobile;\n\n // 32px on desktop\n @include breakpoint(md) { font-size: $h1-size; }\n\n}\n\n@mixin f2-responsive {\n font-size: $h2-size-mobile;\n\n // 24px on desktop\n @include breakpoint(md) { font-size: $h2-size; }\n}\n\n@mixin f3-responsive {\n font-size: $h3-size-mobile;\n\n // 20px on desktop\n @include breakpoint(md) { font-size: $h3-size; }\n\n}\n\n// These use the mixins from above for responsive heading sizes.\n// The following mixins can be used where it's convenient or necessary to\n// couple the responsive font-size with the font-weight.\n@mixin h1-responsive {\n @include f1-responsive;\n font-weight: $font-weight-bold;\n}\n\n@mixin h2-responsive {\n @include f2-responsive;\n font-weight: $font-weight-bold;\n}\n\n@mixin h3-responsive {\n @include f3-responsive;\n font-weight: $font-weight-bold;\n}\n","// Box\n// Intended to replace simple-box, boxed-group, and table-list\n\n.Box {\n background-color: $bg-white;\n border: $border-width $border-style $border-gray-dark;\n border-radius: $border-radius;\n}\n\n// Box padding density options\n.Box--condensed {\n line-height: $lh-condensed;\n\n .Box-header {\n padding: $spacer-2 $spacer-3;\n }\n\n .Box-body {\n padding: $spacer-2 $spacer-3;\n }\n\n .Box-footer {\n padding: $spacer-2 $spacer-3;\n }\n\n .Box-btn-octicon {\n &.btn-octicon {\n padding: $spacer-2 $spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin: (-$spacer-2) (-$spacer-3);\n line-height: $lh-condensed;\n }\n }\n\n .Box-row {\n padding: $spacer-2 $spacer-3;\n }\n\n}\n\n.Box--spacious {\n .Box-header {\n padding: $spacer-4;\n line-height: $lh-condensed;\n }\n\n .Box-title {\n font-size: $h3-size;\n }\n\n .Box-body {\n padding: $spacer-4;\n }\n\n .Box-footer {\n padding: $spacer-4;\n }\n\n .Box-btn-octicon {\n &.btn-octicon {\n padding: $spacer-4;\n // stylelint-disable-next-line primer/spacing\n margin: (-$spacer-4) (-$spacer-4);\n }\n }\n\n .Box-row {\n padding: $spacer-4;\n }\n\n}\n\n.Box-header {\n padding: $spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin: (-$border-width) (-$border-width) 0;\n background-color: $bg-gray;\n border-color: $border-gray-dark;\n border-style: $border-style;\n border-width: $border-width;\n border-top-left-radius: $border-radius;\n border-top-right-radius: $border-radius;\n}\n\n.Box-title {\n font-size: $body-font-size;\n font-weight: $font-weight-bold;\n}\n\n.Box-body {\n padding: $spacer-3;\n border-bottom: $border-width $border-style $border-gray;\n\n // Ensures bottom-border doesn't poke out when .Box-body used without box-footer\n &:last-of-type {\n // stylelint-disable-next-line primer/spacing\n margin-bottom: -$border-width;\n // stylelint-disable-next-line primer/borders\n border-bottom-right-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-bottom-left-radius: 2px;\n }\n}\n\n// Box rows\n.Box-row {\n padding: $spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin-top: -1px;\n list-style-type: none; // To account for applying Box component to a list\n border-top: $border-width $border-style $border-gray;\n\n &:first-of-type {\n // stylelint-disable-next-line primer/borders\n border-top-left-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-top-right-radius: 2px;\n }\n\n &:last-of-type {\n // stylelint-disable-next-line primer/borders\n border-bottom-right-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-bottom-left-radius: 2px;\n }\n\n // Adds a blue vertical line to the left of the row\n // For indicating a row item is unread\n &.Box-row--unread,\n // .unread to be deprecated with .Box-row-unread\n &.unread {\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 2px 0 0 $blue inset;\n }\n\n &.navigation-focus {\n // Focus styles for when drag icon\n .Box-row--drag-button {\n color: $text-blue;\n cursor: grab;\n opacity: 100;\n }\n\n // Grabbing while row is dragged\n &.is-dragging .Box-row--drag-button {\n cursor: grabbing;\n }\n\n // Row dragging styles\n &.sortable-chosen {\n background-color: $bg-gray-light;\n }\n\n // Makes dragging row background gray\n &.sortable-ghost {\n background-color: $bg-gray;\n\n // Hides contents of row while dragging so row looks solid gray\n .Box-row--drag-hide {\n opacity: 0;\n }\n }\n\n }\n}\n\n.Box-row--focus-gray {\n &.navigation-focus {\n background-color: $bg-gray;\n }\n}\n\n.Box-row--focus-blue {\n &.navigation-focus {\n background-color: $bg-blue-light;\n }\n}\n\n.Box-row--hover-gray {\n &:hover {\n background-color: $bg-gray;\n }\n}\n\n.Box-row--hover-blue {\n &:hover {\n background-color: $bg-blue-light;\n }\n}\n\n// Optional link style\n// Makes links on mobile blue since they don't have hover state,\n// and links are dark-gray with blue hover on desktop.\n.Box-row-link {\n @include breakpoint(md) {\n\n color: $text-gray-dark;\n text-decoration: none;\n\n &:hover {\n color: $text-blue;\n text-decoration: none;\n }\n\n }\n}\n\n// Optional drag icon styles for reordering items\n// Focus styles included in .Box-row above\n.Box-row--drag-button {\n opacity: 0;\n}\n\n.Box-footer {\n padding: $spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin-top: -1px; // prevents double border when used with .Box-body\n border-top: $border-width $border-style $border-gray;\n}\n\n// Option for a box with scrolling content\n.Box--scrollable {\n max-height: 324px;\n overflow: scroll;\n}\n\n// Box themes\n\n.Box--blue {\n border-color: $border-blue-light;\n\n .Box-header {\n background-color: $bg-blue-light;\n border-color: $border-blue-light;\n }\n\n .Box-body {\n border-color: $border-blue-light;\n }\n\n .Box-row {\n border-color: $border-blue-light;\n }\n\n .Box-footer {\n border-color: $border-blue-light;\n }\n}\n\n// Applies and red border to the outside of the box,\n// but not to the border separating rows.\n.Box--danger {\n border-color: $border-red;\n\n .Box-row {\n &:first-of-type {\n border-color: $border-red;\n }\n }\n\n .Box-body {\n &:last-of-type {\n border-color: $border-red;\n }\n }\n}\n\n.Box-header--blue {\n background-color: $bg-blue-light;\n border-color: $border-blue-light;\n}\n\n// Box row highlight themes\n\n.Box-row--yellow {\n // stylelint-disable-next-line primer/colors\n background-color: $yellow-100;\n}\n\n.Box-row--blue {\n background-color: $bg-blue-light;\n}\n\n.Box-row--gray {\n background-color: $bg-gray;\n}\n\n//Box with btn-octicon\n.Box-btn-octicon {\n\n // Increase specificity when btn-octicon is used because comes after .Box in the cascade\n &.btn-octicon {\n padding: $spacer-3 $spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin: (-$spacer-3) (-$spacer-3);\n line-height: $lh-default; // override btn-octicon line-height\n }\n}\n",".breadcrumb-item {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n margin-left: -0.35em;\n white-space: nowrap;\n list-style: none;\n\n &::after {\n padding-right: $em-spacer-5;\n padding-left: $em-spacer-5;\n // stylelint-disable-next-line primer/colors\n color: $border-gray;\n content: \"/\";\n }\n\n &:first-child {\n margin-left: 0;\n }\n}\n\n.breadcrumb-item-selected,\n.breadcrumb-item[aria-current] {\n color: $text-gray;\n\n &::after {\n content: none;\n }\n}\n","// stylelint-disable selector-max-type, block-opening-brace-space-before, no-duplicate-selectors\n\n// Base button styles\n.btn {\n position: relative;\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: 6px 12px;\n font-size: $body-font-size;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 20px; // Specifically not inherit our `<body>` default\n white-space: nowrap;\n vertical-align: middle;\n cursor: pointer;\n user-select: none;\n background-repeat: repeat-x;\n background-position: -1px -1px;\n background-size: 110% 110%;\n border: $border-width $border-style $border-color-button;\n // stylelint-disable-next-line primer/borders\n border-radius: 0.25em;\n appearance: none; // Corrects inability to style clickable `input` types in iOS.\n\n i {\n font-style: normal;\n font-weight: $font-weight-semibold;\n opacity: 0.75;\n }\n\n .octicon {\n vertical-align: text-top;\n }\n\n // Darken for just a tad more contrast against the button background\n .Counter {\n color: $text-gray;\n text-shadow: none;\n // stylelint-disable-next-line primer/colors\n background-color: rgba($black, 0.1);\n }\n\n &:hover {\n text-decoration: none;\n background-repeat: repeat-x;\n }\n\n &:focus {\n outline: 0;\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n cursor: default;\n // Repeat `background-position` because `:hover`\n background-position: 0 0;\n }\n\n &:active,\n &.selected,\n &[aria-selected=true] {\n background-image: none;\n }\n}\n\n.btn { @include btn-solid($text-gray-dark, $gray-000, darken($gray-100, 2%)); }\n.btn-primary { @include btn-solid($text-white, $green-400, $green-500); }\n.btn-blue { @include btn-solid($text-white, lighten($blue-500, 8%), darken($blue-500, 2%)); }\n.btn-danger { @include btn-inverse($red-600, $gray-000, darken($gray-100, 2%)); }\n\n// Outline button\n//\n// For when we need a linky-action that's not too heavy in busier\n// areas like conversation timelines.\n.btn-outline {\n @include btn-outline($text-blue);\n}\n\n// Social button count\n.btn-with-count {\n float: left;\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n// Minibutton overrides\n//\n// Tweak `line-height` to make them smaller.\n.btn-sm {\n // stylelint-disable-next-line primer/spacing\n padding: 3px 10px;\n font-size: $font-size-small;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n}\n\n// Large button adds more padding around text. Use font-size utils to increase font-size.. e.g, <p class=\"text-gamma\"><button class=\"btn btn-large btn-primary\" type=\"button\">Big green button</button></p>\n.btn-large {\n padding: $em-spacer-6 1.25em;\n font-size: inherit;\n // stylelint-disable-next-line primer/borders\n border-radius: 6px;\n}\n\n// Full-width button\n//\n// These buttons expand to the full width of their parent container\n.btn-block {\n display: block;\n width: 100%;\n text-align: center;\n}\n\n// Link-like buttons\n//\n// This class is for styling <button> and <input> elements to look like links\n.btn-link {\n display: inline-block;\n padding: 0;\n font-size: inherit;\n color: $text-blue;\n text-decoration: none;\n white-space: nowrap;\n cursor: pointer;\n user-select: none;\n background-color: transparent;\n border: 0;\n appearance: none; // Corrects inability to style clickable `input` types in iOS.\n\n &:hover {\n text-decoration: underline;\n }\n\n &:disabled,\n &[aria-disabled=true] {\n &,\n &:hover {\n // stylelint-disable-next-line primer/colors\n color: rgba($gray-600, 0.5);\n cursor: default;\n }\n }\n}\n\n// Invisible button\n//\n// Typically used as a \"cancel\" button next to a .btn\n.btn-invisible {\n color: $text-blue;\n background-color: $bg-white; // Reset default gradient backgrounds and colors\n background-image: none;\n border: 0;\n\n &:hover,\n &:active,\n &:focus,\n &.selected,\n &[aria-selected=true],\n &.zeroclipboard-is-hover,\n &.zeroclipboard-is-active {\n color: $text-blue;\n background: none;\n outline: none;\n box-shadow: none;\n }\n}\n\n// Octicon button\n//\n// Icon-only buttons\n.btn-octicon {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: 5px;\n // stylelint-disable-next-line primer/spacing\n margin-left: 5px;\n line-height: $lh-condensed-ultra;\n color: $text-gray;\n vertical-align: middle;\n\n // For `<button>` elements\n background: transparent;\n border: 0;\n\n &:hover { color: $text-blue; }\n\n &.disabled,\n &[aria-disabled=true] {\n // stylelint-disable-next-line primer/colors\n color: $gray-400;\n cursor: default;\n\n // stylelint-disable-next-line primer/colors\n &:hover { color: $gray-400; }\n }\n}\n\n.btn-octicon-danger:hover {\n color: $text-red;\n}\n","// Button color generator for primary and themed buttons\n\n// New button hotness\n@mixin btn-solid($color, $bg, $bg2) {\n color: $color;\n background-color: $bg2;\n background-image: linear-gradient(-180deg, $bg 0%, $bg2 90%);\n\n @if $bg == $gray-000 {\n &:focus,\n &.focus {\n box-shadow: $btn-input-focus-shadow;\n }\n\n &:hover,\n &.hover {\n background-color: darken($bg2, 3%);\n background-image: linear-gradient(-180deg, darken($bg, 3%) 0%, darken($bg2, 3%) 90%);\n background-position: 0 -$em-spacer-5;\n border-color: rgba($black, 0.35);\n }\n\n &:active,\n &.selected,\n &[aria-selected=true],\n [open] > & {\n background-color: darken(desaturate($bg, 10%), 6%);\n background-image: none;\n border-color: rgba($black, 0.35); // repeat to avoid shift on click-drag off of button\n box-shadow: $btn-active-shadow;\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n color: rgba($color, 0.4);\n background-color: $bg2;\n background-image: none;\n border-color: $border-color-button;\n box-shadow: none;\n }\n\n }\n @else {\n &:focus,\n &.focus {\n box-shadow: 0 0 0 0.2em rgba($bg, 0.4);\n }\n\n &:hover,\n &.hover {\n background-color: darken($bg2, 2%);\n background-image: linear-gradient(-180deg, darken($bg, 2%) 0%, darken($bg2, 2%) 90%);\n background-position: 0 -$em-spacer-5;\n border-color: $black-fade-50;\n }\n\n &:active,\n &.selected,\n &[aria-selected=true],\n [open] > & {\n background-color: darken(mix($bg, $bg2, 50%), 7%);\n background-image: none;\n border-color: $black-fade-50; // repeat to avoid shift on click-drag off of button\n box-shadow: $btn-active-shadow;\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n color: rgba($color, 0.75);\n background-color: mix($bg2, $white, 50%);\n background-image: none;\n border-color: $border-color-button;\n box-shadow: none;\n }\n\n .Counter {\n color: darken($bg, 8%);\n background-color: $white;\n }\n }\n}\n\n// Inverse button hover style\n@mixin btn-inverse($color, $bg, $bg2) {\n color: $color;\n background-color: $bg;\n background-image: linear-gradient(-180deg, $bg 0%, $bg2 90%);\n\n &:focus {\n box-shadow: 0 0 0 0.2em rgba($color, 0.4);\n }\n\n &:hover {\n color: $text-white;\n background-color: $color;\n background-image: linear-gradient(-180deg, lighten($color, 10%) 0%, $color 90%);\n border-color: $black-fade-50;\n\n .Counter {\n color: $text-white;\n }\n }\n\n &:active,\n &.selected,\n &[aria-selected=true],\n [open] > & {\n color: $text-white;\n background-color: darken($color, 5%);\n background-image: none;\n border-color: $black-fade-50;\n box-shadow: $btn-active-shadow;\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n color: rgba($color, 0.4);\n background-color: $bg2;\n background-image: none;\n border-color: $border-color-button;\n box-shadow: none;\n }\n}\n\n// Outline color generator for btn-outline to make the hover state inverse the text and bg colors.\n@mixin btn-outline($text-color: $text-blue, $bg-color: $bg-white) {\n color: $text-color;\n background-color: $bg-color;\n background-image: none;\n\n .Counter {\n background-color: rgba($black, 0.07);\n }\n\n &:hover,\n &:active,\n &.selected,\n &[aria-selected=true],\n [open] > & {\n color: $bg-color;\n background-color: $text-color;\n background-image: none;\n border-color: $text-color;\n\n .Counter {\n color: $text-color;\n background-color: $bg-color;\n }\n }\n\n &:focus {\n border-color: $text-color;\n box-shadow: 0 0 0 0.2em rgba($text-color, 0.4);\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n color: $black-fade-30;\n background-color: $bg-white;\n border-color: $black-fade-15;\n box-shadow: none;\n }\n}\n","// Button group\n//\n// A button group is a series of buttons laid out next to each other, all part\n// of one visual button, but separated by rules to be separate.\n\n.BtnGroup {\n display: inline-block;\n vertical-align: middle;\n @include clearfix();\n\n // Proper spacing for multiple button groups (a la, gollum editor)\n + .BtnGroup,\n + .btn {\n margin-left: $spacer-1;\n }\n}\n\n.BtnGroup-item {\n position: relative;\n float: left;\n border-right-width: 0;\n border-radius: 0;\n\n &:first-child {\n border-top-left-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:last-child {\n border-right-width: $border-width;\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n }\n\n &.selected,\n &[aria-selected=true],\n &:focus,\n &:active,\n &:hover {\n border-right-width: $border-width;\n\n + .BtnGroup-item,\n + .BtnGroup-parent .BtnGroup-item {\n border-left-width: 0;\n }\n }\n}\n\n.BtnGroup-parent {\n float: left;\n\n &:first-child .BtnGroup-item {\n border-top-left-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:last-child .BtnGroup-item {\n border-right-width: $border-width;\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n }\n\n .BtnGroup-item {\n border-right-width: 0;\n border-radius: 0;\n }\n\n &.selected,\n &[aria-selected=true],\n &:focus,\n &:active,\n &:hover {\n .BtnGroup-item {\n border-right-width: $border-width;\n }\n\n + .BtnGroup-item,\n + .BtnGroup-parent .BtnGroup-item {\n border-left-width: 0;\n }\n }\n}\n\n// ensure that the focus ring sits above the adjacent buttons\n.BtnGroup-item,\n.BtnGroup-parent {\n &:focus,\n &:active {\n z-index: 1;\n }\n}\n","// stylelint-disable selector-max-type\n\n// Close button\n//\n// Typically used with an octicon-x\n.close-button {\n padding: 0;\n background: transparent;\n border: 0;\n outline: none;\n}\n\n// Hidden text button\n//\n// Use `.hidden-text-expander` to indicate and expand hidden text.\n.hidden-text-expander {\n display: block;\n\n &.inline {\n position: relative;\n top: -1px;\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n margin-left: 5px;\n line-height: 0;\n }\n}\n\n.hidden-text-expander a,\n.ellipsis-expander {\n display: inline-block;\n height: 12px;\n // stylelint-disable-next-line primer/spacing\n padding: 0 5px 5px;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 6px;\n // stylelint-disable-next-line primer/colors\n color: $gray-700;\n text-decoration: none;\n vertical-align: middle;\n // stylelint-disable-next-line primer/colors\n background: lighten($gray-300, 5%);\n border: 0;\n // stylelint-disable-next-line primer/borders\n border-radius: 1px;\n\n &:hover {\n text-decoration: none;\n // stylelint-disable-next-line primer/colors\n background-color: darken($gray-300, 4%);\n }\n\n &:active {\n color: $text-white;\n // stylelint-disable-next-line primer/colors\n background-color: $blue-400;\n }\n}\n\n// Social count bubble\n//\n// A container that is used for social bubbles counts.\n.social-count {\n float: left;\n // stylelint-disable-next-line primer/spacing\n padding: 3px 10px;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-gray-dark;\n vertical-align: middle;\n background-color: $bg-white;\n border: $border-width $border-style $border-color-button;\n border-left: 0;\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n\n &:hover,\n &:active {\n text-decoration: none;\n }\n\n &:hover {\n color: $text-blue;\n cursor: pointer;\n }\n}\n","// TableObject is a module for creating dynamically resizable elements that\n// always sit on the same horizontal line (e.g., they never wrap). Using\n// tables means it's cross browser friendly.\n\n.TableObject {\n display: table;\n}\n\n// Place this on every \"cell\"\n.TableObject-item {\n display: table-cell;\n width: 1%;\n white-space: nowrap;\n vertical-align: middle;\n}\n\n// Place this on the largest or most important \"cell\"\n.TableObject-item--primary {\n width: 99%;\n}\n","// Needs refactoring\n// stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors\n// stylelint-disable selector-max-type\n// Base form controls\n//\n// Overrides for common inputs for easier styling.\n\nfieldset {\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlabel {\n font-weight: $font-weight-bold;\n}\n\n.form-control,\n.form-select {\n min-height: 34px;\n // stylelint-disable-next-line primer/spacing\n padding: 6px $spacer-2;\n font-size: $h4-size;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-gray-dark;\n vertical-align: middle;\n background-color: $bg-white;\n background-repeat: no-repeat; // Repeat and position set for form states (success, error, etc)\n background-position: right 8px center; // For form validation. This keeps images 8px from right and centered vertically.\n border: $border-width $border-style $border-gray-dark;\n border-radius: $border-radius;\n outline: none;\n box-shadow: $form-control-shadow;\n\n &.focus,\n &:focus {\n // stylelint-disable-next-line primer/borders\n border-color: $blue-400;\n outline: none;\n box-shadow: $form-control-shadow, $btn-input-focus-shadow;\n }\n\n // Ensures inputs don't zoom on mobile but are body-font size on desktop\n @include breakpoint(md) {\n font-size: $body-font-size;\n }\n}\n\n// Inputs with contrast for easy light gray backgrounds against white.\n.input-contrast {\n background-color: $bg-gray-light;\n\n &:focus { background-color: $bg-white; }\n}\n\n// Inputs to be used against dark backgrounds.\n.input-dark {\n color: $text-white;\n // stylelint-disable-next-line primer/colors\n background-color: $white-fade-15;\n border-color: transparent;\n\n &::placeholder {\n color: inherit;\n opacity: 0.6; // inceases contrast ratio to 4.52\n }\n\n &.focus,\n &:focus {\n // stylelint-disable-next-line primer/borders\n border-color: $black-fade-30;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 0 0.2em rgba($blue-300, 0.4);\n }\n}\n\n// Custom styling for HTML5 validation bubbles (WebKit only)\n::placeholder {\n color: $text-gray-light;\n}\n\n// Mini inputs, to match .minibutton\n.input-sm {\n min-height: 28px;\n // stylelint-disable-next-line primer/spacing\n padding-top: 3px;\n // stylelint-disable-next-line primer/spacing\n padding-bottom: 3px;\n font-size: $font-size-small;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n}\n\n// Large inputs\n.input-lg {\n padding: $spacer-1 10px;\n font-size: $h4-size;\n}\n\n// Full-width inputs\n.input-block {\n display: block;\n width: 100%;\n}\n\n// Inputs with monospace text\n.input-monospace {\n font-family: $mono-font;\n}\n\n// Hide the icon that tries to autofill contact info in webkit\n.input-hide-webkit-autofill {\n &::-webkit-contacts-auto-fill-button {\n position: absolute;\n right: 0;\n display: none !important;\n pointer-events: none;\n visibility: hidden;\n }\n}\n\n// Checkboxes and Radiobuttons\n//\n// For checkboxes and radio button selections.\n.form-checkbox {\n // stylelint-disable-next-line primer/spacing\n padding-left: 20px;\n // stylelint-disable-next-line primer/spacing\n margin: 15px 0;\n vertical-align: middle;\n\n label {\n em.highlight {\n position: relative;\n left: -$spacer-1;\n // stylelint-disable-next-line primer/spacing\n padding: 2px $spacer-1;\n font-style: normal;\n // stylelint-disable-next-line primer/colors\n background: $yellow-100;\n border-radius: $border-radius;\n }\n }\n\n input[type=checkbox],\n input[type=radio] {\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin: 5px 0 0 -20px;\n vertical-align: middle;\n }\n\n .note {\n display: block;\n margin: 0;\n font-size: $font-size-small;\n font-weight: $font-weight-normal;\n color: $text-gray;\n }\n}\n\n.form-checkbox-details {\n display: none;\n}\n\n.form-checkbox-details-trigger {\n &:checked {\n // child of sibling or sibling\n ~ * .form-checkbox-details,\n ~ .form-checkbox-details { // eslint-disable selector-combinator-space-before\n display: block;\n }\n }\n}\n\n// Field groups\n//\n// Wrap field groups in `<div.hfields>` to lay them out horizontally - great for\n// the top of pages with autosave.\n.hfields {\n // stylelint-disable-next-line primer/spacing\n margin: 15px 0;\n @include clearfix;\n\n .form-group {\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin: 0 30px 0 0;\n\n dt, // TODO: Deprecate\n .form-group-header {\n label {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n margin: 5px 0 0;\n color: $text-gray;\n }\n\n img {\n position: relative;\n top: -2px;\n }\n }\n }\n\n .btn {\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin: 28px 25px 0 -20px;\n }\n\n // stylelint-disable-next-line primer/spacing\n .form-select { margin-top: 5px; }\n}\n\n// Hide the up/down buttons in <input type=\"number\"> in the login form, the\n// input is used for two-factor auth codes, type=\"number\" makes it more usable\n// on phones\ninput::-webkit-outer-spin-button,\ninput::-webkit-inner-spin-button {\n margin: 0;\n appearance: none;\n}\n\n// Input groups\n\n.form-actions {\n @include clearfix;\n\n .btn {\n float: right;\n\n + .btn {\n // stylelint-disable-next-line primer/spacing\n margin-right: 5px;\n }\n }\n}\n\n.form-warning {\n padding: $spacer-2 10px;\n // stylelint-disable-next-line primer/spacing\n margin: 10px 0;\n font-size: $h5-size;\n // stylelint-disable-next-line primer/colors\n color: $yellow-900;\n // stylelint-disable-next-line primer/colors\n background: $yellow-100;\n border: $border-width $border-style $border-yellow;\n border-radius: $border-radius;\n\n p {\n margin: 0;\n line-height: $lh-default;\n }\n\n a { font-weight: $font-weight-bold; }\n}\n","@import \"color-system.scss\";\n// Color variables\n\n// Border colors\n$border-white: $white !default;\n$border-black-fade: $black-fade-15 !default;\n$border-white-fade: $white-fade-15 !default;\n$border-gray-dark: $gray-300 !default;\n$border-gray-darker: $gray-700 !default;\n$border-gray-light: lighten($gray-200, 3%) !default;\n$border-gray: $gray-200 !default;\n$border-blue: $blue-500 !default;\n$border-blue-light: $blue-200 !default;\n$border-green: $green-400 !default;\n$border-green-light: desaturate($green-300, 40%) !default;\n$border-purple: $purple !default;\n$border-red: $red !default;\n$border-red-light: desaturate($red-300, 60%) !default;\n$border-yellow: desaturate($yellow-300, 60%) !default;\n\n// Buttons have a slightly more opaque border than $border-black-fade (15% alpha)\n$border-color-button: rgba($black, 0.2) !default;\n\n// Background colors\n$bg-white: $white !default;\n$bg-black: $black !default;\n$bg-black-fade: $black-fade-50 !default;\n$bg-blue-light: $blue-000 !default;\n$bg-blue: $blue-500 !default;\n$bg-gray-dark: $gray-900 !default;\n$bg-gray-light: $gray-000 !default;\n$bg-gray: $gray-100 !default;\n$bg-green: $green-500 !default;\n$bg-green-light: $green-100 !default;\n$bg-orange: $orange-700 !default;\n$bg-purple: $purple-500 !default;\n$bg-purple-light: $purple-000 !default;\n$bg-pink: $pink-500 !default;\n$bg-red: $red-500 !default;\n$bg-red-light: $red-100 !default;\n$bg-yellow: $yellow-500 !default;\n$bg-yellow-light: $yellow-200 !default;\n$bg-yellow-dark: $yellow-700 !default;\n\n// diffstat background colors\n$bg-diffstat-added: darken($green-400, 5%) !default;\n$bg-diffstat-deleted: $red-600 !default;\n$bg-diffstat-neutral: $gray-300 !default;\n\n// Text colors\n$text-black: $black !default;\n$text-white: $white !default;\n$text-blue: $blue-500 !default;\n$text-gray-dark: $gray-900 !default;\n$text-gray-light: $gray-500 !default;\n$text-gray: $gray-600 !default;\n$text-green: $green-500 !default;\n$text-orange: $orange-900 !default;\n$text-orange-light: $orange-600 !default;\n$text-purple: $purple !default;\n$text-pink: $pink-500 !default;\n$text-red: $red-600 !default;\n$text-yellow: $yellow-800 !default;\n","// Custom select\n//\n// Apply `.select` to any `<select>` element for custom styles.\n.form-select {\n display: inline-block;\n max-width: 100%;\n height: 34px;\n padding-right: $spacer-4;\n background-color: $bg-white;\n background-image: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC\");\n background-repeat: no-repeat;\n background-position: right 8px center;\n background-size: 8px 10px;\n appearance: none;\n\n // Hides the default caret in IE11\n &::-ms-expand {\n opacity: 0;\n }\n\n &[multiple] {\n height: auto;\n }\n}\n\n.select-sm {\n height: 28px;\n min-height: 28px;\n // stylelint-disable-next-line primer/spacing\n padding-top: 3px;\n // stylelint-disable-next-line primer/spacing\n padding-bottom: 3px;\n font-size: $font-size-small;\n\n &[multiple] {\n height: auto;\n min-height: 0;\n }\n}\n","// stylelint-disable selector-max-compound-selectors\n// stylelint-disable selector-max-type\n\n// Form groups\n//\n// Usage:\n//\n// <div class=\"form-group\">\n// <div class=\"form-group-header\"> containing the label\n// <div class=\"form-group-body\"> containing the form elements\n// </div>\n\n.form-group {\n // stylelint-disable-next-line primer/spacing\n margin: 15px 0;\n\n // Text fields\n .form-control {\n width: 440px;\n max-width: 100%;\n // stylelint-disable-next-line primer/spacing\n margin-right: 5px;\n background-color: $bg-gray-light;\n\n &:focus {\n background-color: $bg-white;\n }\n\n &.shorter { width: 130px; }\n\n &.short { width: 250px; }\n\n &.long { width: 100%; }\n }\n\n // Textarea\n // stylelint-disable selector-no-qualifying-type\n textarea.form-control {\n width: 100%;\n height: 200px;\n min-height: 200px;\n\n &.short {\n height: 50px;\n min-height: 50px;\n }\n }\n // stylelint-enable selector-no-qualifying-type\n\n // The Label\n dt, // TODO: Deprecate\n .form-group-header {\n // stylelint-disable-next-line primer/spacing\n margin: 0 0 6px;\n }\n\n label {\n position: relative;\n }\n\n &.flattened dt, // TODO: Deprecate\n &.flattened .form-group-header {\n float: left;\n margin: 0;\n // stylelint-disable-next-line primer/typography\n line-height: 32px;\n }\n\n &.flattened dd, // TODO: Deprecate\n &.flattened .form-group-body {\n // stylelint-disable-next-line primer/typography\n line-height: 32px;\n }\n\n //\n // Form Elements\n //\n // stylelint-disable selector-no-qualifying-type\n dd, // TODO: Deprecate\n .form-group-body {\n h4 {\n margin: $spacer-1 0 0;\n\n &.is-error { color: $text-red; }\n\n &.is-success { color: $text-green; }\n\n + .note {\n margin-top: 0;\n }\n }\n }\n // stylelint-enable selector-no-qualifying-type\n\n //\n // Variants\n //\n\n &.required {\n dt label::after, // TODO: Deprecate\n .form-group-header label::after {\n // stylelint-disable-next-line primer/spacing\n padding-left: 5px;\n color: $text-red;\n content: \"*\";\n }\n }\n\n // Form AJAX states\n //\n // Form fields that need feedback for AJAX loading, success\n // states and errored states.\n .success,\n .error,\n .indicator {\n display: none;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n }\n\n &.loading {\n opacity: 0.5;\n\n .indicator {\n display: inline;\n }\n\n .spinner {\n display: inline-block;\n vertical-align: middle;\n }\n }\n\n &.successful {\n .success {\n display: inline;\n color: $text-green;\n }\n }\n\n // Form validation\n //\n // Our inline errors\n\n &.successed,\n &.warn,\n &.errored {\n .success,\n .warning,\n .error {\n position: absolute;\n z-index: 10;\n display: block; // Show up in errored/warn state\n max-width: 450px; // Keep our long errors readable\n // stylelint-disable-next-line primer/spacing\n padding: 5px $spacer-2;\n margin: $spacer-1 0 0;\n // stylelint-disable-next-line primer/typography\n font-size: 13px;\n font-weight: $font-weight-normal;\n border-style: $border-style;\n border-width: $border-width;\n border-radius: $border-radius;\n\n &::after,\n &::before {\n position: absolute;\n bottom: 100%;\n left: 10px;\n z-index: 15;\n width: 0;\n height: 0;\n pointer-events: none;\n content: \" \";\n // stylelint-disable-next-line primer/borders\n border: $border-style transparent;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-width: 5px;\n }\n\n &::before {\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n // stylelint-disable-next-line primer/borders\n border-width: 6px;\n }\n }\n }\n\n &.successed {\n .success {\n // stylelint-disable-next-line primer/colors\n color: $green-900;\n // stylelint-disable-next-line primer/colors\n background-color: $green-100;\n border-color: $border-green;\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $green-100;\n }\n\n &::before {\n border-bottom-color: $border-green;\n }\n }\n }\n\n &.warn {\n .warning {\n // stylelint-disable-next-line primer/colors\n color: $yellow-900;\n // stylelint-disable-next-line primer/colors\n background-color: $yellow-100;\n border-color: $border-yellow;\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $yellow-100;\n }\n\n &::before {\n border-bottom-color: $border-yellow;\n }\n }\n }\n\n &.errored {\n label {\n color: $text-red;\n }\n\n .error {\n // stylelint-disable-next-line primer/colors\n color: $red-900;\n background-color: $bg-red-light;\n border-color: $border-red-light;\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $bg-red-light;\n }\n\n &::before {\n border-bottom-color: $border-red-light;\n }\n }\n }\n}\n\n.note {\n min-height: 17px;\n margin: $spacer-1 0 2px;\n font-size: $font-size-small;\n color: $text-gray;\n\n .spinner {\n // stylelint-disable-next-line primer/spacing\n margin-right: 3px;\n vertical-align: middle;\n }\n}\n","// Needs refactoring\n// stylelint-disable selector-no-qualifying-type, selector-max-type\ndl.form-group > dd, // TODO: Deprecate\n.form-group > .form-group-body {\n .form-control {\n &.is-autocheck-loading,\n &.is-autocheck-successful,\n &.is-autocheck-errored {\n // stylelint-disable-next-line primer/spacing\n padding-right: 30px; // Leave some space for our validation icons\n }\n\n &.is-autocheck-loading {\n background-image: url(\"/images/spinners/octocat-spinner-16px.gif\");\n }\n\n &.is-autocheck-successful {\n background-image: url(\"/images/modules/ajax/success.png\");\n }\n\n &.is-autocheck-errored {\n background-image: url(\"/images/modules/ajax/error.png\");\n }\n }\n}\n\n// Retinization of form validation icons that aren't octicons yet\n@include retina-media-query {\n dl.form-group > dd, // TODO: Deprecate\n .form-group > .form-group-body {\n .form-control {\n &.is-autocheck-loading,\n &.is-autocheck-successful,\n &.is-autocheck-errored {\n background-size: 16px 16px;\n }\n\n &.is-autocheck-loading {\n background-image: url(\"/images/spinners/octocat-spinner-32.gif\");\n }\n\n &.is-autocheck-successful {\n background-image: url(\"/images/modules/ajax/success@2x.png\");\n }\n\n &.is-autocheck-errored {\n background-image: url(\"/images/modules/ajax/error@2x.png\");\n }\n }\n }\n}\n\n// Inline verification\n// This overrides primer's inline form stuff\n.status-indicator {\n display: inline-block;\n width: 16px;\n height: 16px;\n // stylelint-disable-next-line primer/spacing\n margin-left: 5px;\n\n .octicon {\n display: none;\n }\n}\n\n.status-indicator-success {\n // Override primer\n &::before {\n content: \"\";\n }\n\n .octicon-check {\n display: inline-block;\n // stylelint-disable-next-line primer/colors\n color: $green;\n fill: $green;\n }\n\n .octicon-x {\n display: none;\n }\n}\n\n.status-indicator-failed {\n // Override primer\n &::before {\n content: \"\";\n }\n\n .octicon-check {\n display: none;\n }\n\n .octicon-x {\n display: inline-block;\n color: $text-red;\n fill: $red;\n }\n}\n\n.status-indicator-loading {\n width: 16px;\n background-image: url(\"/images/spinners/octocat-spinner-32-EAF2F5.gif\");\n background-repeat: no-repeat;\n background-position: 0 0;\n background-size: 16px;\n}\n\n.inline-form {\n display: inline-block;\n\n .btn-plain {\n background-color: transparent;\n border: 0;\n }\n}\n\n// Drag and drop\n//\n// Previously part of `_forms.scss` in Primer. Needs accounting for.\n\n.drag-and-drop {\n // stylelint-disable-next-line primer/spacing\n padding: 7px 10px;\n margin: 0;\n // stylelint-disable-next-line primer/typography\n font-size: 13px;\n // stylelint-disable-next-line primer/typography\n line-height: 16px;\n color: $text-gray;\n background-color: $bg-gray-light;\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style darken($gray-300, 5%);\n border-top: 0;\n border-bottom-right-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n\n .default,\n .loading,\n .error {\n display: none;\n }\n\n .error {\n color: $text-red;\n }\n\n // Spinner\n img {\n vertical-align: top;\n }\n}\n\n.is-default .drag-and-drop .default {\n display: inline-block;\n}\n\n.is-uploading .drag-and-drop .loading {\n display: inline-block;\n}\n\n.is-bad-file .drag-and-drop .bad-file {\n display: inline-block;\n}\n\n.is-duplicate-filename .drag-and-drop .duplicate-filename {\n display: inline-block;\n}\n\n.is-too-big .drag-and-drop .too-big {\n display: inline-block;\n}\n\n.is-hidden-file .drag-and-drop .hidden-file {\n display: inline-block;\n}\n\n.is-empty .drag-and-drop .empty {\n display: inline-block;\n}\n\n.is-bad-permissions .drag-and-drop .bad-permissions {\n display: inline-block;\n}\n\n.is-repository-required .drag-and-drop .repository-required {\n display: inline-block;\n}\n\n.drag-and-drop-error-info {\n font-weight: $font-weight-normal;\n color: $text-gray;\n\n a {\n color: $text-blue;\n }\n}\n\n.is-failed .drag-and-drop .failed-request {\n display: inline-block;\n}\n\n.manual-file-chooser {\n position: absolute;\n width: 240px;\n // stylelint-disable-next-line primer/spacing\n padding: 5px;\n // stylelint-disable-next-line primer/spacing\n margin-left: -80px;\n cursor: pointer;\n opacity: 0.0001;\n}\n\n.manual-file-chooser:hover + .manual-file-chooser-text {\n text-decoration: underline;\n}\n\n.btn {\n // align manual-file-chooser inside a button\n .manual-file-chooser {\n top: 0;\n padding: 0;\n // stylelint-disable-next-line primer/typography\n line-height: 34px;\n }\n}\n\n// Focused Textarea styles\n.upload-enabled {\n textarea {\n display: block;\n // stylelint-disable-next-line primer/borders\n border-bottom: $border-width dashed lighten($gray-300, 5%);\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n\n &.focused {\n border-radius: $border-radius;\n box-shadow: $form-control-shadow, $btn-input-focus-shadow;\n\n .form-control {\n box-shadow: none;\n }\n\n .drag-and-drop {\n // stylelint-disable-next-line primer/borders\n border-color: lighten($blue-400, 8%);\n }\n }\n}\n\n// Dropping a file on top\n.dragover textarea,\n.dragover .drag-and-drop {\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: rgba(#c9ff00, 1) 0 0 3px;\n}\n\n.write-content {\n position: relative;\n}\n\n// Form style with a write and a preview tab\n.previewable-comment-form {\n position: relative;\n\n .tabnav {\n position: relative;\n padding: $spacer-2 $spacer-2 0;\n }\n\n .comment {\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style darken($gray-300, 5%);\n }\n\n .comment-form-error { margin-bottom: $spacer-2; }\n\n .write-content,\n .preview-content {\n display: none;\n margin: 0 $spacer-2 $spacer-2;\n }\n\n &.write-selected .write-content,\n &.preview-selected .preview-content {\n display: block;\n }\n\n textarea {\n display: block;\n width: 100%;\n min-height: 100px;\n max-height: 500px;\n padding: $spacer-2;\n resize: vertical;\n }\n}\n\n// Used in our boxed-group-less form styles. Give the sumbit button enough space\n// to breathe without the need for the extra hr.\n.form-action-spacious {\n // stylelint-disable-next-line primer/spacing\n margin-top: 10px;\n}\n\n// A two column form, with a .main and a .sidebar column\n//\n// Override some `.timeline-comment-wrapper` defaults.\n// The `div` is needed to be more specific than the other class.\ndiv.composer {\n margin-top: 0;\n border: 0;\n}\n\n// Override the previewable comment form defaults\n.composer .comment-form-textarea {\n height: 200px;\n min-height: 200px;\n}\n\n// stylelint-disable-next-line primer/spacing\n.composer .tabnav { margin: 0 0 10px; }\n\n// Misc CSS\n//\n// Previously part of `_forms.scss` in Primer. Needs accounting for.\n\nh2.account {\n // stylelint-disable-next-line primer/spacing\n margin: 15px 0 0;\n // stylelint-disable-next-line primer/typography\n font-size: 18px;\n font-weight: $font-weight-normal;\n color: $text-gray;\n}\n\np.explain {\n position: relative;\n font-size: $font-size-small;\n color: $text-gray;\n\n strong {\n color: $text-gray-dark;\n }\n\n .octicon {\n // stylelint-disable-next-line primer/spacing\n margin-right: 5px;\n // stylelint-disable-next-line primer/colors\n color: $gray-400;\n }\n\n .minibutton {\n top: -4px;\n float: right;\n }\n}\n\n// fix for chrome bug, see https://github.com/github/github/issues/53931\n.form-group label {\n position: static;\n}\n",".input-group {\n display: table;\n\n .form-control {\n position: relative;\n width: 100%;\n\n &:focus {\n z-index: 2;\n }\n\n + .btn {\n margin-left: 0;\n }\n }\n\n // For when you want the input group to behave like inline-block.\n &.inline {\n display: inline-table;\n }\n}\n\n.input-group .form-control,\n.input-group-button {\n display: table-cell;\n}\n\n.input-group-button {\n width: 1%;\n vertical-align: middle; // Match the inputs\n}\n\n.input-group .form-control:first-child,\n.input-group-button:first-child .btn {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.input-group-button:first-child .btn {\n // stylelint-disable-next-line primer/spacing\n margin-right: -1px;\n}\n\n.input-group .form-control:last-child,\n.input-group-button:last-child .btn {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.input-group-button:last-child .btn {\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n}\n","// Tab like radio group\n\n.radio-group {\n @include clearfix;\n}\n\n.radio-label {\n float: left;\n // stylelint-disable-next-line primer/spacing\n padding: 6px $spacer-3 6px ($spacer-3 + 12px + $spacer-2); // 12px is the size of the radio-input\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n font-size: $body-font-size;\n // stylelint-disable-next-line primer/typography\n line-height: 20px; // Specifically not inherit our `<body>` default\n color: $text-gray-dark;\n cursor: pointer;\n border: $border-width $border-style $border-gray-dark;\n\n :checked + & {\n position: relative;\n z-index: 1;\n border-color: $border-blue;\n }\n\n &:first-of-type {\n margin-left: 0;\n border-top-left-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:last-of-type {\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n }\n}\n\n.radio-input {\n z-index: 3;\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin: 10px (-$spacer-5) 0 $spacer-3;\n}\n","// Fixed-width, centered column for site content.\n// Handy container styles that match our breakpoints\n\n// 544px\n.container-sm {\n max-width: $width-sm;\n margin-right: auto;\n margin-left: auto;\n}\n\n// 768px\n.container-md {\n max-width: $container-md;\n margin-right: auto;\n margin-left: auto;\n}\n\n// 1004px - this matches the current fixed width: 980px + padding: px-3\n.container-lg {\n max-width: $container-lg;\n margin-right: auto;\n margin-left: auto;\n}\n\n// 1280px\n.container-xl {\n max-width: $container-xl;\n margin-right: auto;\n margin-left: auto;\n}\n","// GRID\n\n// Columns\n.col-1 { width: (1 / 12 * 100%); }\n.col-2 { width: (2 / 12 * 100%); }\n.col-3 { width: (3 / 12 * 100%); }\n.col-4 { width: (4 / 12 * 100%); }\n.col-5 { width: (5 / 12 * 100%); }\n.col-6 { width: (6 / 12 * 100%); }\n.col-7 { width: (7 / 12 * 100%); }\n.col-8 { width: (8 / 12 * 100%); }\n.col-9 { width: (9 / 12 * 100%); }\n.col-10 { width: (10 / 12 * 100%); }\n.col-11 { width: (11 / 12 * 100%); }\n.col-12 { width: 100%; }\n\n@each $breakpoint in map-keys($breakpoints) {\n @include breakpoint($breakpoint) {\n .col-#{$breakpoint}-1 { width: ( 1 / 12 * 100%); }\n .col-#{$breakpoint}-2 { width: ( 2 / 12 * 100%); }\n .col-#{$breakpoint}-3 { width: ( 3 / 12 * 100%); }\n .col-#{$breakpoint}-4 { width: ( 4 / 12 * 100%); }\n .col-#{$breakpoint}-5 { width: ( 5 / 12 * 100%); }\n .col-#{$breakpoint}-6 { width: ( 6 / 12 * 100%); }\n .col-#{$breakpoint}-7 { width: ( 7 / 12 * 100%); }\n .col-#{$breakpoint}-8 { width: ( 8 / 12 * 100%); }\n .col-#{$breakpoint}-9 { width: ( 9 / 12 * 100%); }\n .col-#{$breakpoint}-10 { width: ( 10 / 12 * 100%); }\n .col-#{$breakpoint}-11 { width: ( 11 / 12 * 100%); }\n .col-#{$breakpoint}-12 { width: 100%; }\n }\n}\n\n// Gutters\n// Apply padding and a negative margin to the outside of the container\n@mixin gutters ($gutter-width: $spacer-3) {\n margin-right: -$gutter-width;\n margin-left: -$gutter-width;\n\n > [class*=\"col-\"] {\n padding-right: $gutter-width !important;\n padding-left: $gutter-width !important;\n }\n}\n\n.gutter {\n @include gutters($spacer-3);\n}\n\n.gutter-condensed {\n @include gutters($spacer-2);\n}\n\n.gutter-spacious {\n @include gutters($spacer-4);\n}\n\n@each $breakpoint in map-keys($breakpoints) {\n @include breakpoint($breakpoint) {\n .gutter-#{$breakpoint} { @include gutters($spacer-3); }\n .gutter-#{$breakpoint}-condensed { @include gutters($spacer-2); }\n .gutter-#{$breakpoint}-spacious { @include gutters($spacer-4); }\n }\n}\n","// Optional offset options to work with grid.scss\n\n// Offset Columns\n\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n .offset#{$variant}-1 { margin-left: (1 / 12 * 100%) !important; }\n .offset#{$variant}-2 { margin-left: (2 / 12 * 100%) !important; }\n .offset#{$variant}-3 { margin-left: (3 / 12 * 100%) !important; }\n .offset#{$variant}-4 { margin-left: (4 / 12 * 100%) !important; }\n .offset#{$variant}-5 { margin-left: (5 / 12 * 100%) !important; }\n .offset#{$variant}-6 { margin-left: (6 / 12 * 100%) !important; }\n .offset#{$variant}-7 { margin-left: (7 / 12 * 100%) !important; }\n .offset#{$variant}-8 { margin-left: (8 / 12 * 100%) !important; }\n .offset#{$variant}-9 { margin-left: (9 / 12 * 100%) !important; }\n .offset#{$variant}-10 { margin-left: (10 / 12 * 100%) !important; }\n .offset#{$variant}-11 { margin-left: (11 / 12 * 100%) !important; }\n }\n}\n","// Side menu\n//\n// A menu on the side of a page, defaults to left side. e.g. github.com/about\n\n.menu {\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 15px;\n list-style: none;\n background-color: $bg-white;\n border: $border-width $border-style $border-gray-dark;\n border-radius: $border-radius;\n}\n\n.menu-item {\n position: relative;\n display: block;\n padding: $spacer-2 10px;\n border-bottom: $border;\n\n &:first-child {\n border-top: 0;\n // stylelint-disable-next-line primer/borders\n border-top-left-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-top-right-radius: 2px;\n\n // stylelint-disable-next-line primer/borders\n &::before { border-top-left-radius: 2px; }\n }\n\n &:last-child {\n border-bottom: 0;\n // stylelint-disable-next-line primer/borders\n border-bottom-right-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-bottom-left-radius: 2px;\n\n // stylelint-disable-next-line primer/borders\n &::before { border-bottom-left-radius: 2px; }\n }\n\n &:hover {\n text-decoration: none;\n background-color: $bg-gray;\n }\n\n &.selected,\n &[aria-selected=true],\n &[aria-current] {\n font-weight: $font-weight-bold;\n color: $text-gray-dark;\n cursor: default;\n background-color: $bg-white;\n\n &::before {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 2px;\n content: \"\";\n // stylelint-disable-next-line primer/colors\n background-color: $orange-600;\n }\n }\n\n .octicon {\n width: 16px;\n // stylelint-disable-next-line primer/spacing\n margin-right: 5px;\n color: $text-gray-dark;\n text-align: center;\n }\n\n .Counter {\n float: right;\n // stylelint-disable-next-line primer/spacing\n margin-left: 5px;\n }\n\n .menu-warning {\n float: right;\n // stylelint-disable-next-line primer/colors\n color: $red-900;\n }\n\n .avatar {\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin-right: 5px;\n }\n\n &.alert {\n .Counter {\n color: $text-red;\n }\n }\n}\n\n.menu-heading {\n display: block;\n padding: $spacer-2 10px;\n margin-top: 0;\n margin-bottom: 0;\n // stylelint-disable-next-line primer/typography\n font-size: 13px;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-gray;\n // stylelint-disable-next-line primer/colors\n background-color: darken($gray-100, 1%);\n border-bottom: $border;\n\n &:hover {\n text-decoration: none;\n }\n\n &:first-child {\n // stylelint-disable-next-line primer/borders\n border-top-left-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-top-right-radius: 2px;\n }\n\n &:last-child {\n border-bottom: 0;\n // stylelint-disable-next-line primer/borders\n border-bottom-right-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-bottom-left-radius: 2px;\n }\n}\n","// Outer wrapper\n// stylelint-disable selector-max-type\n.tabnav {\n margin-top: 0;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 15px;\n border-bottom: $border-width $border-style $border-gray-dark;\n\n .Counter {\n // stylelint-disable-next-line primer/spacing\n margin-left: 5px;\n }\n}\n\n.tabnav-tabs {\n // stylelint-disable-next-line primer/spacing\n margin-bottom: -1px;\n}\n\n.tabnav-tab {\n display: inline-block;\n padding: $spacer-2 12px;\n font-size: $h5-size;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-gray;\n text-decoration: none;\n background-color: transparent;\n border: $border-width $border-style transparent;\n border-bottom: 0;\n\n &.selected,\n &[aria-selected=true],\n &[aria-current] {\n color: $text-gray-dark;\n background-color: $bg-white;\n border-color: $border-gray-dark;\n border-radius: $border-radius $border-radius 0 0;\n }\n\n &:hover,\n &:focus {\n color: $text-gray-dark;\n text-decoration: none;\n }\n}\n\n// Tabnav extras\n//\n// Tabnav extras are non-tab elements that sit in the tabnav. Usually they're\n// inline text or links.\n\n.tabnav-extra {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding-top: 10px;\n // stylelint-disable-next-line primer/spacing\n margin-left: 10px;\n font-size: $font-size-small;\n color: $text-gray;\n\n > .octicon {\n // stylelint-disable-next-line primer/spacing\n margin-right: 2px;\n }\n}\n\n// When tabnav-extra are anchors\n// stylelint-disable selector-no-qualifying-type\na.tabnav-extra:hover {\n color: $text-blue;\n text-decoration: none;\n}\n// stylelint-enable selector-no-qualifying-type\n\n// Tabnav buttons\n//\n// For when there are multiple buttons, space them out appropriately. Requires\n// the buttons to be floated or inline-block.\n\n.tabnav-btn {\n // stylelint-disable-next-line primer/spacing\n margin-left: 10px;\n}\n","// Filters list\n//\n// A vertical list of filters.\n.filter-list {\n list-style-type: none;\n\n &.small .filter-item {\n padding: $spacer-1 10px;\n // stylelint-disable-next-line primer/spacing\n margin: 0 0 2px;\n font-size: $font-size-small;\n }\n\n &.pjax-active .filter-item {\n color: $text-gray;\n background-color: transparent;\n\n &.pjax-active {\n color: $text-white;\n background-color: $bg-blue;\n }\n }\n}\n\n.filter-item {\n position: relative;\n display: block;\n padding: $spacer-2 10px;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 5px;\n overflow: hidden;\n font-size: $h5-size;\n color: $text-gray;\n text-decoration: none;\n text-overflow: ellipsis;\n white-space: nowrap;\n cursor: pointer;\n border-radius: $border-radius;\n\n &:hover {\n text-decoration: none;\n // stylelint-disable-next-line primer/colors\n background-color: lighten($gray-200, 3%);\n }\n\n &.selected,\n &[aria-selected=true],\n &[aria-current] {\n color: $text-white;\n background-color: $bg-blue;\n }\n\n .count {\n float: right;\n font-weight: $font-weight-bold;\n }\n\n .bar {\n position: absolute;\n top: 2px;\n right: 0;\n bottom: 2px;\n z-index: -1;\n display: inline-block;\n // stylelint-disable-next-line primer/colors\n background-color: darken($gray-100, 2%);\n }\n}\n","// Side Nav\n//\n// A vertical list of navigational links, typically used on the left side of a page.\n\n.SideNav {\n background-color: $bg-gray-light;\n}\n\n.SideNav-item {\n position: relative;\n display: block;\n width: 100%;\n padding: $spacer-3;\n color: $text-gray;\n text-align: left;\n background-color: transparent;\n border: 0;\n border-top: $border;\n\n &:first-child {\n border-top: 0;\n }\n\n &:last-child {\n // makes sure there is a \"bottom border\" in case the list is not long enough\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 $border-width 0 $border-color;\n }\n\n // Bar on the left\n &::before {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n width: 3px;\n pointer-events: none;\n content: \"\";\n }\n}\n\n// States\n\n.SideNav-item:hover,\n.SideNav-item:focus {\n color: $text-gray-dark;\n text-decoration: none;\n background-color: $bg-gray;\n outline: none;\n\n // Bar on the left\n &::before {\n // stylelint-disable-next-line primer/colors\n background-color: $gray-300;\n }\n}\n\n.SideNav-item:active {\n background-color: $bg-white;\n}\n\n.SideNav-item[aria-current=\"page\"],\n.SideNav-item[aria-selected=\"true\"] {\n font-weight: $font-weight-semibold;\n color: $text-gray-dark;\n background-color: $bg-white;\n\n // Bar on the left\n &::before {\n // stylelint-disable-next-line primer/colors\n background-color: $orange-600;\n }\n}\n\n// Icon\n//\n// Makes sure multiple icons are vertically aligned\n\n.SideNav-icon {\n width: 16px;\n color: $text-gray-light;\n}\n\n// Sub Nav\n//\n// A more lightweight version, suited as a sub nav\n\n.SideNav-subItem {\n position: relative;\n display: block;\n width: 100%;\n padding: $spacer-1 0;\n color: $text-blue;\n text-align: left;\n background-color: transparent;\n border: 0;\n}\n\n.SideNav-subItem:hover,\n.SideNav-subItem:focus {\n color: $text-gray-dark;\n text-decoration: none;\n outline: none;\n}\n\n.SideNav-subItem[aria-current=\"page\"],\n.SideNav-subItem[aria-selected=\"true\"] {\n font-weight: $font-weight-semibold;\n color: $text-gray-dark;\n}\n","// Needs refactoring\n// Sub nav\n.subnav {\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 20px;\n\n @include clearfix();\n}\n\n.subnav-bordered {\n // stylelint-disable-next-line primer/spacing\n padding-bottom: 20px;\n border-bottom: $border-width $border-style $border-gray-light;\n}\n\n.subnav-flush {\n margin-bottom: 0;\n}\n\n.subnav-item {\n position: relative;\n float: left;\n // stylelint-disable-next-line primer/spacing\n padding: 6px 14px;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-gray;\n border: $border;\n\n + .subnav-item {\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n }\n\n &:hover,\n &:focus {\n text-decoration: none;\n background-color: $bg-gray;\n }\n\n &.selected,\n &[aria-selected=true],\n &[aria-current] {\n z-index: 2;\n color: $text-white;\n background-color: $bg-blue;\n // stylelint-disable-next-line primer/borders\n border-color: $blue;\n }\n\n &:first-child {\n border-top-left-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:last-child {\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n }\n}\n\n.subnav-search {\n position: relative;\n // stylelint-disable-next-line primer/spacing\n margin-left: 10px;\n}\n\n.subnav-search-input {\n width: 320px;\n // stylelint-disable-next-line primer/spacing\n padding-left: 30px;\n color: $text-gray;\n}\n\n.subnav-search-input-wide {\n width: 500px;\n}\n\n.subnav-search-icon {\n position: absolute;\n top: 9px;\n left: 8px;\n display: block;\n // stylelint-disable-next-line primer/colors\n color: darken($gray-300, 4%);\n text-align: center;\n pointer-events: none;\n}\n\n.subnav-search-context {\n .btn {\n // stylelint-disable-next-line primer/colors\n color: $gray-700;\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n\n &:hover,\n &:focus,\n &:active,\n &.selected {\n z-index: 2;\n }\n }\n\n + .subnav-search {\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n\n .subnav-search-input {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n }\n\n .select-menu-modal-holder {\n z-index: 30;\n }\n\n .select-menu-modal {\n width: 220px;\n }\n\n .select-menu-item-icon {\n color: inherit;\n }\n}\n\n.subnav-spacer-right {\n // stylelint-disable-next-line primer/spacing\n padding-right: 10px;\n}\n",".UnderlineNav {\n display: flex;\n overflow-x: auto;\n overflow-y: hidden;\n border-bottom: $border;\n justify-content: space-between;\n}\n\n.UnderlineNav-body {\n display: flex;\n}\n\n.UnderlineNav-item {\n padding: $spacer-3 $spacer-2;\n margin-right: $spacer-3;\n font-size: $body-font-size;\n line-height: $lh-default;\n color: $text-gray;\n text-align: center;\n white-space: nowrap;\n background-color: transparent;\n border: 0;\n // stylelint-disable-next-line primer/borders\n border-bottom: 2px $border-style transparent;\n\n &:hover,\n &:focus {\n color: $text-gray-dark;\n text-decoration: none;\n border-bottom-color: $border-gray-dark;\n transition: 0.2s ease;\n\n .UnderlineNav-octicon {\n color: $text-gray-light;\n }\n }\n\n &.selected,\n &[role=tab][aria-selected=true],\n &[aria-current] {\n font-weight: $font-weight-bold;\n color: $text-gray-dark;\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $orange-600;\n\n .UnderlineNav-octicon {\n color: $text-gray-light;\n }\n }\n}\n\n.UnderlineNav--right {\n justify-content: flex-end;\n\n .UnderlineNav-item {\n margin-right: 0;\n margin-left: $spacer-3;\n }\n\n .UnderlineNav-actions {\n flex: 1 1 auto;\n }\n}\n\n.UnderlineNav-actions {\n align-self: center;\n}\n\n.UnderlineNav--full {\n display: block;\n}\n\n.UnderlineNav-octicon {\n // stylelint-disable-next-line primer/colors\n color: $gray-400;\n}\n\n.UnderlineNav-container {\n display: flex;\n justify-content: space-between;\n}\n","// Needs refactoring\n// stylelint-disable selector-max-type\n.pagination {\n @include clearfix;\n\n a,\n span,\n em {\n position: relative;\n float: left;\n // stylelint-disable-next-line primer/spacing\n padding: 7px 12px;\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n // stylelint-disable-next-line primer/typography\n font-size: 13px;\n font-style: normal;\n font-weight: $font-weight-bold;\n color: $text-blue;\n white-space: nowrap;\n vertical-align: middle;\n cursor: pointer;\n user-select: none;\n background: $bg-white; // Reset default gradient backgrounds and colors\n border: $border-width $border-style $border-gray;\n\n &:first-child {\n margin-left: 0;\n border-top-left-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:last-child {\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n }\n\n // Bring any button into forefront for proper borders given negative margin below\n &:hover,\n &:focus {\n z-index: 2;\n text-decoration: none;\n // stylelint-disable-next-line primer/colors\n background-color: darken($gray-100, 2%);\n border-color: $border-gray;\n }\n }\n\n .selected { z-index: 3; }\n\n .current,\n .current:hover,\n [aria-current],\n [aria-current]:hover {\n z-index: 3;\n color: $text-white;\n background-color: $bg-blue;\n border-color: $border-blue;\n }\n\n .gap,\n .disabled,\n [aria-disabled=true],\n .gap:hover,\n .disabled:hover,\n [aria-disabled=true]:hover {\n // stylelint-disable-next-line primer/colors\n color: $gray-300;\n cursor: default;\n background-color: $bg-gray-light;\n }\n}\n\n// Unified centered pagination across the site\n.paginate-container {\n // stylelint-disable-next-line primer/spacing\n margin-top: 20px;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 15px;\n text-align: center;\n\n .pagination {\n display: inline-block;\n }\n}\n",".tooltipped {\n position: relative;\n}\n\n// This is the tooltip bubble\n.tooltipped::after {\n position: absolute;\n z-index: 1000000;\n display: none;\n padding: $em-spacer-5 $em-spacer-6;\n font: normal normal 11px/1.5 $body-font;\n -webkit-font-smoothing: subpixel-antialiased;\n color: $text-white;\n text-align: center;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-wrap: break-word;\n white-space: pre;\n pointer-events: none;\n content: attr(aria-label);\n background: $bg-black;\n border-radius: $border-radius;\n opacity: 0;\n}\n\n// This is the tooltip arrow\n.tooltipped::before {\n position: absolute;\n z-index: 1000001;\n display: none;\n width: 0;\n height: 0;\n color: $text-black;\n pointer-events: none;\n content: \"\";\n // stylelint-disable-next-line primer/borders\n border: 6px $border-style transparent;\n opacity: 0;\n}\n\n// delay animation for tooltip\n@keyframes tooltip-appear {\n from {\n opacity: 0;\n }\n\n to {\n opacity: 1;\n }\n}\n\n// This will indicate when we'll activate the tooltip\n.tooltipped:hover,\n.tooltipped:active,\n.tooltipped:focus {\n &::before,\n &::after {\n display: inline-block;\n text-decoration: none;\n animation-name: tooltip-appear;\n animation-duration: $tooltip-duration;\n animation-fill-mode: forwards;\n animation-timing-function: ease-in;\n animation-delay: $tooltip-delay;\n }\n}\n\n.tooltipped-no-delay:hover,\n.tooltipped-no-delay:active,\n.tooltipped-no-delay:focus {\n &::before,\n &::after {\n animation-delay: 0s;\n }\n}\n\n.tooltipped-multiline:hover,\n.tooltipped-multiline:active,\n.tooltipped-multiline:focus {\n &::after {\n display: table-cell;\n }\n}\n\n// Tooltipped south\n.tooltipped-s,\n.tooltipped-se,\n.tooltipped-sw {\n &::after {\n top: 100%;\n right: 50%;\n // stylelint-disable-next-line primer/spacing\n margin-top: 6px;\n }\n\n &::before {\n top: auto;\n right: 50%;\n bottom: -7px;\n // stylelint-disable-next-line primer/spacing\n margin-right: -6px;\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $bg-black;\n }\n}\n\n.tooltipped-se {\n &::after {\n right: auto;\n left: 50%;\n margin-left: -$spacer-3;\n }\n}\n\n.tooltipped-sw::after {\n margin-right: -$spacer-3;\n}\n\n// Tooltips above the object\n.tooltipped-n,\n.tooltipped-ne,\n.tooltipped-nw {\n &::after {\n right: 50%;\n bottom: 100%;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 6px;\n }\n\n &::before {\n top: -7px;\n right: 50%;\n bottom: auto;\n // stylelint-disable-next-line primer/spacing\n margin-right: -6px;\n // stylelint-disable-next-line primer/borders\n border-top-color: $bg-black;\n }\n}\n\n.tooltipped-ne {\n &::after {\n right: auto;\n left: 50%;\n margin-left: -$spacer-3;\n }\n}\n\n.tooltipped-nw::after {\n margin-right: -$spacer-3;\n}\n\n// Move the tooltip body to the center of the object.\n.tooltipped-s::after,\n.tooltipped-n::after {\n transform: translateX(50%);\n}\n\n// Tooltipped to the left\n.tooltipped-w {\n &::after {\n right: 100%;\n bottom: 50%;\n // stylelint-disable-next-line primer/spacing\n margin-right: 6px;\n transform: translateY(50%);\n }\n\n &::before {\n top: 50%;\n bottom: 50%;\n left: -7px;\n // stylelint-disable-next-line primer/spacing\n margin-top: -6px;\n // stylelint-disable-next-line primer/borders\n border-left-color: $bg-black;\n }\n}\n\n// tooltipped to the right\n.tooltipped-e {\n &::after {\n bottom: 50%;\n left: 100%;\n // stylelint-disable-next-line primer/spacing\n margin-left: 6px;\n transform: translateY(50%);\n }\n\n &::before {\n top: 50%;\n right: -7px;\n bottom: 50%;\n // stylelint-disable-next-line primer/spacing\n margin-top: -6px;\n // stylelint-disable-next-line primer/borders\n border-right-color: $bg-black;\n }\n}\n\n// Tooltip align right and left\n.tooltipped-align-right-1,\n.tooltipped-align-right-2 {\n &::after {\n right: 0;\n margin-right: 0;\n }\n}\n\n.tooltipped-align-right-1 {\n &::before {\n right: 10px;\n }\n}\n\n.tooltipped-align-right-2 {\n &::before {\n right: 15px;\n }\n}\n\n.tooltipped-align-left-1,\n.tooltipped-align-left-2, {\n &::after {\n left: 0;\n margin-left: 0;\n }\n}\n\n.tooltipped-align-left-1 {\n &::before {\n left: 5px;\n }\n}\n\n.tooltipped-align-left-2 {\n &::before {\n left: 10px;\n }\n}\n\n// Multiline tooltips\n//\n// `.tooltipped-multiline` Add this class when you have long content.\n// The downside is you cannot preformat the text with newlines and `[w,e]`\n// are always `$tooltip-max-width` wide.\n.tooltipped-multiline {\n &::after {\n width: max-content;\n max-width: $tooltip-max-width;\n word-wrap: break-word;\n white-space: pre-line;\n border-collapse: separate;\n }\n\n &.tooltipped-s::after,\n &.tooltipped-n::after {\n right: auto;\n left: 50%;\n transform: translateX(-50%);\n }\n\n &.tooltipped-w::after,\n &.tooltipped-e::after {\n right: 100%;\n }\n}\n\n@media screen and (min-width: 0\\0) {\n // IE11\n .tooltipped-multiline::after {\n width: $tooltip-max-width;\n }\n}\n\n// Sticky tooltips\n//\n// Always show the tooltip.\n.tooltipped-sticky {\n &::before,\n &::after {\n display: inline-block;\n }\n\n &.tooltipped-multiline {\n &::after {\n display: table-cell;\n }\n }\n}\n","// Truncate\n//\n// css-truncate will shorten text with an ellipsis.\n\n.css-truncate {\n\n // css-truncate-auto will shorten text with an ellipsis when overflowing\n &.css-truncate-overflow,\n .css-truncate-overflow,\n &.css-truncate-target,\n .css-truncate-target {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n // css-truncate-target will shorten text with an ellipsis and a max width\n &.css-truncate-target,\n .css-truncate-target {\n display: inline-block;\n max-width: 125px;\n vertical-align: top;\n }\n\n &.expandable.zeroclipboard-is-hover .css-truncate-target,\n &.expandable.zeroclipboard-is-hover.css-truncate-target,\n &.expandable:hover .css-truncate-target,\n &.expandable:hover.css-truncate-target {\n max-width: 10000px !important;\n }\n}\n","// This file contains reusable animations for github.\n\n/* Fade in an element */\n.anim-fade-in {\n animation-name: fade-in;\n animation-duration: 1s;\n animation-timing-function: ease-in-out;\n\n &.fast {\n animation-duration: 300ms;\n }\n}\n\n@keyframes fade-in {\n 0% {\n opacity: 0;\n }\n\n 100% {\n opacity: 1;\n }\n}\n\n/* Fade out an element */\n.anim-fade-out {\n animation-name: fade-out;\n animation-duration: 1s;\n animation-timing-function: ease-out;\n\n &.fast {\n animation-duration: 0.3s;\n }\n}\n\n@keyframes fade-out {\n 0% {\n opacity: 1;\n }\n\n 100% {\n opacity: 0;\n }\n}\n\n/* Fade in and slide up an element */\n.anim-fade-up {\n opacity: 0;\n animation-name: fade-up;\n animation-duration: 0.3s;\n animation-fill-mode: forwards;\n animation-timing-function: ease-out;\n animation-delay: 1s;\n}\n\n@keyframes fade-up {\n 0% {\n opacity: 0.8;\n transform: translateY(100%);\n }\n\n 100% {\n opacity: 1;\n transform: translateY(0);\n }\n}\n\n/* Fade an element out and slide down */\n.anim-fade-down {\n animation-name: fade-down;\n animation-duration: 0.3s;\n animation-fill-mode: forwards;\n animation-timing-function: ease-in;\n}\n\n@keyframes fade-down {\n 0% {\n opacity: 1;\n transform: translateY(0);\n }\n\n 100% {\n opacity: 0.5;\n transform: translateY(100%);\n }\n}\n\n/* Grow an element width from 0 to 100% */\n.anim-grow-x {\n width: 0%;\n animation-name: grow-x;\n animation-duration: 0.3s;\n animation-fill-mode: forwards;\n animation-timing-function: ease;\n animation-delay: 0.5s;\n}\n\n@keyframes grow-x {\n to { width: 100%; }\n}\n\n/* Shrink an element from 100% to 0% */\n.anim-shrink-x {\n animation-name: shrink-x;\n animation-duration: 0.3s;\n animation-fill-mode: forwards;\n animation-timing-function: ease-in-out;\n animation-delay: 0.5s;\n}\n\n@keyframes shrink-x {\n to { width: 0%; }\n}\n\n/* Fade in an element and scale it fast */\n.anim-scale-in {\n animation-name: scale-in;\n animation-duration: 0.15s;\n animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);\n}\n\n@keyframes scale-in {\n 0% {\n opacity: 0;\n transform: scale(0.5);\n }\n\n 100% {\n opacity: 1;\n transform: scale(1);\n }\n}\n\n/* Pulse an element's opacity */\n.anim-pulse {\n animation-name: pulse;\n animation-duration: 2s;\n animation-timing-function: linear;\n animation-iteration-count: infinite;\n}\n\n@keyframes pulse {\n 0% {\n opacity: 0.3;\n }\n\n 10% {\n opacity: 1;\n }\n\n 100% {\n opacity: 0.3;\n }\n}\n\n/* Pulse in an element */\n.anim-pulse-in {\n animation-name: pulse-in;\n animation-duration: 0.5s;\n}\n\n@keyframes pulse-in {\n 0% {\n transform: scale3d(1, 1, 1);\n }\n\n 50% {\n transform: scale3d(1.1, 1.1, 1.1);\n }\n\n 100% {\n transform: scale3d(1, 1, 1);\n }\n}\n\n/* Increase scale of an element on hover */\n.hover-grow {\n transition: transform 0.3s;\n backface-visibility: hidden;\n\n &:hover {\n transform: scale(1.025);\n }\n}\n","// Core border utilities\n// stylelint-disable block-opening-brace-space-before, comment-empty-line-before\n\n/* Add a gray border to the left and right */\n.border-x {\n border-right: $border !important;\n border-left: $border !important;\n}\n\n/* Add a gray border to the top and bottom */\n.border-y {\n border-top: $border !important;\n border-bottom: $border !important;\n}\n\n/* Responsive gray borders */\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n /* Add a gray border on all sides at/above this breakpoint */\n .border#{$variant} { border: $border !important; }\n /* Set the border width to 0 on all sides at/above this breakpoint */\n .border#{$variant}-0 { border: 0 !important; }\n\n /* Add a gray border to the top */\n .border#{$variant}-top { border-top: $border !important; }\n /* Add a gray border to the right */\n .border#{$variant}-right { border-right: $border !important; }\n /* Add a gray border to the bottom */\n .border#{$variant}-bottom { border-bottom: $border !important; }\n /* Add a gray border to the left */\n .border#{$variant}-left { border-left: $border !important; }\n\n /* Remove the top border */\n .border#{$variant}-top-0 { border-top: 0 !important; }\n /* Remove the right border */\n .border#{$variant}-right-0 { border-right: 0 !important; }\n /* Remove the bottom border */\n .border#{$variant}-bottom-0 { border-bottom: 0 !important; }\n /* Remove the left border */\n .border#{$variant}-left-0 { border-left: 0 !important; }\n\n // Rounded corners\n /* Remove the border-radius */\n .rounded#{$variant}-0 { border-radius: 0 !important; }\n /* Add a border-radius to all corners */\n .rounded#{$variant}-1 { border-radius: $border-radius !important; }\n /* Add a 2x border-radius to all corners */\n .rounded#{$variant}-2 { border-radius: $border-radius * 2 !important; }\n\n @each $edge, $corners in $edges {\n .rounded#{$variant}-#{$edge}-0 {\n @each $corner in $corners {\n border-#{$corner}-radius: 0 !important;\n }\n }\n\n .rounded#{$variant}-#{$edge}-1 {\n @each $corner in $corners {\n border-#{$corner}-radius: $border-radius !important;\n }\n }\n\n .rounded#{$variant}-#{$edge}-2 {\n @each $corner in $corners {\n border-#{$corner}-radius: $border-radius * 2 !important;\n }\n }\n }\n }\n}\n\n/* Add a 50% border-radius to make something into a circle */\n.circle { border-radius: 50% !important; }\n\n/* Change the border style to dashed, in conjunction with another utility */\n.border-dashed {\n // stylelint-disable-next-line primer/borders\n border-style: dashed !important;\n}\n\n/* Use with .border to turn the border blue */\n.border-blue { border-color: $border-blue !important; }\n/* Use with .border to turn the border blue-light */\n.border-blue-light { border-color: $border-blue-light !important; }\n/* Use with .border to turn the border green */\n.border-green { border-color: $border-green !important; }\n/* Use with .border to turn the border green light */\n.border-green-light { border-color: $border-green-light !important; }\n/* Use with .border to turn the border red */\n.border-red { border-color: $border-red !important; }\n/* Use with .border to turn the border red-light */\n.border-red-light { border-color: $border-red-light !important; }\n/* Use with .border to turn the border purple */\n.border-purple { border-color: $border-purple !important; }\n/* Use with .border to turn the border yellow */\n.border-yellow { border-color: $border-yellow !important; }\n/* Use with .border to turn the border gray-light */\n.border-gray-light { border-color: $border-gray-light !important; }\n/* Use with .border to turn the border gray-dark */\n.border-gray-dark { border-color: $border-gray-dark !important; }\n\n/* Use with .border to turn the border rgba black 0.15 */\n.border-black-fade { border-color: $border-black-fade !important; }\n/* Use with .border to turn the border rgba white 0.15 */\n.border-white-fade { border-color: $border-white-fade !important; }\n\n/* Use with .border to turn the border white w/varying transparency */\n.border-white-fade-15 { border-color: $border-white-fade !important; }\n// stylelint-disable-next-line primer/borders\n.border-white-fade-30 { border-color: $white-fade-30 !important; }\n// stylelint-disable-next-line primer/borders\n.border-white-fade-50 { border-color: $white-fade-50 !important; }\n// stylelint-disable-next-line primer/borders\n.border-white-fade-70 { border-color: $white-fade-70 !important; }\n// stylelint-disable-next-line primer/borders\n.border-white-fade-85 { border-color: $white-fade-85 !important; }\n","// Box shadow utilities\n\n// Box shadows\n\n.box-shadow {\n box-shadow: $box-shadow !important;\n}\n\n.box-shadow-medium {\n box-shadow: $box-shadow-medium !important;\n}\n\n.box-shadow-large {\n box-shadow: $box-shadow-large !important;\n}\n\n.box-shadow-extra-large {\n box-shadow: $box-shadow-extra-large !important;\n}\n\n// Turn off box shadow\n\n.box-shadow-none {\n box-shadow: none !important;\n}\n","// Color utilities\n// stylelint-disable block-opening-brace-space-before, comment-empty-line-before\n\n// background colors\n/* Set the background to $bg-white */\n.bg-white { background-color: $bg-white !important; }\n/* Set the background to $bg-blue */\n.bg-blue { background-color: $bg-blue !important; }\n/* Set the background to $bg-blue-light */\n.bg-blue-light { background-color: $bg-blue-light !important; }\n/* Set the background to $bg-gray-dark */\n.bg-gray-dark { background-color: $bg-gray-dark !important; }\n/* Set the background to $bg-gray */\n.bg-gray { background-color: $bg-gray !important; }\n/* Set the background to $bg-gray-light */\n.bg-gray-light { background-color: $bg-gray-light !important; }\n/* Set the background to $bg-green */\n.bg-green { background-color: $bg-green !important; }\n/* Set the background to $bg-green-light */\n.bg-green-light { background-color: $bg-green-light !important; }\n/* Set the background to $bg-red */\n.bg-red { background-color: $bg-red !important; }\n/* Set the background to $bg-red-light */\n.bg-red-light { background-color: $bg-red-light !important; }\n/* Set the background to $bg-yellow */\n.bg-yellow { background-color: $bg-yellow !important; }\n/* Set the background to $bg-yellow-light */\n.bg-yellow-light { background-color: $bg-yellow-light !important; }\n/* Set the background to $bg-yellow-dark */\n.bg-yellow-dark { background-color: $bg-yellow-dark !important; }\n/* Set the background to $bg-purple */\n.bg-purple { background-color: $bg-purple !important; }\n/* Set the background to $bg-pink */\n.bg-pink { background-color: $bg-pink !important; }\n/* Set the background to $bg-purple-light */\n.bg-purple-light { background-color: $bg-purple-light !important; }\n\n// Generate a foreground and background utility for every shade of every hue\n@each $hue, $shades in $hue-maps {\n @each $index, $color in $shades {\n .color-#{$hue}-#{$index} { color: $color !important; }\n .bg-#{$hue}-#{$index} { background-color: $color !important; }\n }\n}\n\n.bg-shade-gradient {\n background-image: linear-gradient(180deg, rgba($black, 0.065), rgba($black, 0)) !important;\n background-repeat: no-repeat !important;\n background-size: 100% 200px !important;\n}\n\n// text colors\n/* Set the text color to $text-blue */\n.text-blue { color: $text-blue !important; }\n/* Set the text color to $text-red */\n.text-red { color: $text-red !important; }\n/* Set the text color to $text-gray-light */\n.text-gray-light { color: $text-gray-light !important; }\n/* Set the text color to $text-gray */\n.text-gray { color: $text-gray !important; }\n/* Set the text color to $text-gray-dark */\n.text-gray-dark { color: $text-gray-dark !important; }\n/* Set the text color to $text-green */\n.text-green { color: $text-green !important; }\n/* Set the text color to $text-yellow */\n.text-yellow { color: $text-yellow !important; }\n/* Set the text color to $text-orange */\n.text-orange { color: $text-orange !important; }\n/* Set the text color to $text-orange-light */\n.text-orange-light { color: $text-orange-light !important; }\n/* Set the text color to $text-purple */\n.text-purple { color: $text-purple !important; }\n/* Set the text color to $text-pink */\n.text-pink { color: $text-pink !important; }\n/* Set the text color to $text-white */\n.text-white { color: $text-white !important; }\n/* Set the text color to inherit */\n.text-inherit { color: inherit !important; }\n\n// Link colors\n// Sets the links color to $text-gray and $text-blue on hover\n.link-gray {\n color: $text-gray !important;\n\n &:hover {\n color: $text-blue !important;\n }\n}\n\n// Sets the links color to $text-gray-dark and $text-blue on hover\n.link-gray-dark {\n color: $text-gray-dark !important;\n\n &:hover {\n color: $text-blue !important;\n }\n}\n\n/* Set the link color to $text-blue on hover\n Useful when you want only part of a link to turn blue on hover */\n.link-hover-blue {\n &:hover {\n color: $text-blue !important;\n }\n}\n\n/* Make a link $text-gray, then $text-blue on hover and removes the underline */\n.muted-link {\n color: $text-gray !important;\n\n &:hover {\n color: $text-blue !important;\n text-decoration: none;\n }\n}\n","// stylelint-disable selector-max-type\n\n.details-overlay[open] > summary::before {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 80;\n display: block;\n cursor: default;\n content: \" \";\n background: transparent;\n}\n\n.details-overlay-dark[open] > summary::before {\n z-index: 99;\n background: $bg-black-fade;\n}\n\n.details-reset {\n // Remove marker added by the display: list-item browser default\n > summary { list-style: none; }\n // Remove marker added by details polyfill\n > summary::before { display: none; }\n // Remove marker added by Chrome\n > summary::-webkit-details-marker { display: none; }\n}\n","// Flex utility classes\n// stylelint-disable block-opening-brace-space-after, block-opening-brace-space-before\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n // Flexbox classes\n // Container\n .flex#{$variant}-row { flex-direction: row !important; }\n .flex#{$variant}-row-reverse { flex-direction: row-reverse !important; }\n .flex#{$variant}-column { flex-direction: column !important; }\n .flex#{$variant}-column-reverse { flex-direction: column-reverse !important; }\n\n .flex#{$variant}-wrap { flex-wrap: wrap !important; }\n .flex#{$variant}-nowrap { flex-wrap: nowrap !important; }\n\n .flex#{$variant}-justify-start { justify-content: flex-start !important; }\n .flex#{$variant}-justify-end { justify-content: flex-end !important; }\n .flex#{$variant}-justify-center { justify-content: center !important; }\n .flex#{$variant}-justify-between { justify-content: space-between !important; }\n .flex#{$variant}-justify-around { justify-content: space-around !important; }\n\n .flex#{$variant}-items-start { align-items: flex-start !important; }\n .flex#{$variant}-items-end { align-items: flex-end !important; }\n .flex#{$variant}-items-center { align-items: center !important; }\n .flex#{$variant}-items-baseline { align-items: baseline !important; }\n .flex#{$variant}-items-stretch { align-items: stretch !important; }\n\n .flex#{$variant}-content-start { align-content: flex-start !important; }\n .flex#{$variant}-content-end { align-content: flex-end !important; }\n .flex#{$variant}-content-center { align-content: center !important; }\n .flex#{$variant}-content-between { align-content: space-between !important; }\n .flex#{$variant}-content-around { align-content: space-around !important; }\n .flex#{$variant}-content-stretch { align-content: stretch !important; }\n\n // Item\n .flex#{$variant}-1 { flex: 1 !important; }\n .flex#{$variant}-auto { flex: auto !important; }\n .flex#{$variant}-grow-0 { flex-grow: 0 !important; }\n .flex#{$variant}-shrink-0 { flex-shrink: 0 !important; }\n\n .flex#{$variant}-self-auto { align-self: auto !important; }\n .flex#{$variant}-self-start { align-self: flex-start !important; }\n .flex#{$variant}-self-end { align-self: flex-end !important; }\n .flex#{$variant}-self-center { align-self: center !important; }\n .flex#{$variant}-self-baseline { align-self: baseline !important; }\n .flex#{$variant}-self-stretch { align-self: stretch !important; }\n\n .flex#{$variant}-order-1 { order: 1 !important; }\n .flex#{$variant}-order-2 { order: 2 !important; }\n .flex#{$variant}-order-none { order: inherit !important; }\n }\n}\n","// Layout\n// stylelint-disable block-opening-brace-space-after, block-opening-brace-space-before, comment-empty-line-before\n\n// Loop through the breakpoint values\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n @each $position in $responsive-positions {\n .position#{$variant}-#{$position} {\n position: $position !important;\n }\n }\n }\n}\n\n/* Set top 0 */\n.top-0 { top: 0 !important; }\n/* Set right 0 */\n.right-0 { right: 0 !important; }\n/* Set bottom 0 */\n.bottom-0 { bottom: 0 !important; }\n/* Set left 0 */\n.left-0 { left: 0 !important; }\n\n/* Vertical align middle */\n.v-align-middle { vertical-align: middle !important; }\n/* Vertical align top */\n.v-align-top { vertical-align: top !important; }\n/* Vertical align bottom */\n.v-align-bottom { vertical-align: bottom !important; }\n/* Vertical align to the top of the text */\n.v-align-text-top { vertical-align: text-top !important; }\n/* Vertical align to the bottom of the text */\n.v-align-text-bottom { vertical-align: text-bottom !important; }\n/* Vertical align to the parent's baseline */\n.v-align-baseline { vertical-align: baseline !important; }\n\n// Overflow utilities\n@each $overflow in (visible, hidden, auto, scroll) {\n .overflow-#{$overflow} { overflow: $overflow !important; }\n .overflow-x-#{$overflow} { overflow-x: $overflow !important; }\n .overflow-y-#{$overflow} { overflow-y: $overflow !important; }\n}\n\n// Clear floats\n/* Clear floats around the element */\n.clearfix {\n @include clearfix;\n}\n\n// Floats\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n /* Float to the left */\n .float#{$variant}-left { float: left !important; }\n /* Float to the right */\n .float#{$variant}-right { float: right !important; }\n /* No float */\n .float#{$variant}-none { float: none !important; }\n }\n}\n\n// Width and height utilities, helpful in combination\n// with display-table utilities and images\n/* Max width 100% */\n.width-fit { max-width: 100% !important; }\n/* Set the width to 100% */\n.width-full { width: 100% !important; }\n/* Max height 100% */\n.height-fit { max-height: 100% !important; }\n/* Set the height to 100% */\n.height-full { height: 100% !important; }\n\n/* Remove min-width from element */\n.min-width-0 { min-width: 0 !important; }\n\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n\n // Auto varients\n .width#{$variant}-auto { width: auto !important; }\n\n /* Set the direction to rtl */\n .direction#{$variant}-rtl { direction: rtl !important; }\n /* Set the direction to ltr */\n .direction#{$variant}-ltr { direction: ltr !important; }\n }\n}\n","// Margin spacer utilities\n// stylelint-disable block-opening-brace-space-before, declaration-colon-space-before, comment-empty-line-before\n\n// Loop through the breakpoint values\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n // Loop through the spacer values\n @each $scale, $size in $spacer-map {\n /* Set a $size margin to all sides at $breakpoint */\n .m#{$variant}-#{$scale} { margin: $size !important; }\n /* Set a $size margin on the top at $breakpoint */\n .mt#{$variant}-#{$scale} { margin-top: $size !important; }\n /* Set a $size margin on the right at $breakpoint */\n .mr#{$variant}-#{$scale} { margin-right: $size !important; }\n /* Set a $size margin on the bottom at $breakpoint */\n .mb#{$variant}-#{$scale} { margin-bottom: $size !important; }\n /* Set a $size margin on the left at $breakpoint */\n .ml#{$variant}-#{$scale} { margin-left: $size !important; }\n\n @if ($size != 0) {\n /* Set a negative $size margin on top at $breakpoint */\n .mt#{$variant}-n#{$scale} { margin-top : -$size !important; }\n /* Set a negative $size margin on the right at $breakpoint */\n .mr#{$variant}-n#{$scale} { margin-right : -$size !important; }\n /* Set a negative $size margin on the bottom at $breakpoint */\n .mb#{$variant}-n#{$scale} { margin-bottom: -$size !important; }\n /* Set a negative $size margin on the left at $breakpoint */\n .ml#{$variant}-n#{$scale} { margin-left : -$size !important; }\n }\n\n /* Set a $size margin on the left & right at $breakpoint */\n .mx#{$variant}-#{$scale} {\n margin-right: $size !important;\n margin-left: $size !important;\n }\n\n /* Set a $size margin on the top & bottom at $breakpoint */\n .my#{$variant}-#{$scale} {\n margin-top: $size !important;\n margin-bottom: $size !important;\n }\n }\n\n /* responsive horizontal auto margins */\n .mx#{$variant}-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n }\n}\n","// Padding spacer utilities\n// stylelint-disable block-opening-brace-space-before, declaration-colon-space-before, comment-empty-line-before\n\n// Responsive padding spacer utilities\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n // Loop through the spacer values\n @each $scale, $size in $spacer-map {\n /* Set a $size padding to all sides at $breakpoint */\n .p#{$variant}-#{$scale} { padding: $size !important; }\n /* Set a $size padding to the top at $breakpoint */\n .pt#{$variant}-#{$scale} { padding-top: $size !important; }\n /* Set a $size padding to the right at $breakpoint */\n .pr#{$variant}-#{$scale} { padding-right: $size !important; }\n /* Set a $size padding to the bottom at $breakpoint */\n .pb#{$variant}-#{$scale} { padding-bottom: $size !important; }\n /* Set a $size padding to the left at $breakpoint */\n .pl#{$variant}-#{$scale} { padding-left: $size !important; }\n\n /* Set a $size padding to the left & right at $breakpoint */\n .px#{$variant}-#{$scale} {\n padding-right: $size !important;\n padding-left: $size !important;\n }\n\n /* Set a $size padding to the top & bottom at $breakpoint */\n .py#{$variant}-#{$scale} {\n padding-top: $size !important;\n padding-bottom: $size !important;\n }\n }\n }\n}\n\n// responsive padding for containers\n.p-responsive {\n padding-right: $spacer-3 !important;\n padding-left: $spacer-3 !important;\n\n @include breakpoint(sm) {\n padding-right: $spacer-6 !important;\n padding-left: $spacer-6 !important;\n }\n\n @include breakpoint(lg) {\n padding-right: $spacer-3 !important;\n padding-left: $spacer-3 !important;\n }\n}\n","// stylelint-disable block-closing-brace-space-before, comment-empty-line-before\n\n// Type scale variables found in ../support/lib/variables.scss\n// $h00-size-mobile: 40px;\n// $h0-size-mobile: 32px;\n// $h1-size-mobile: 26px;\n// $h2-size-mobile: 22px;\n// $h3-size-mobile: 18px;\n// $h00-size: 48px;\n// $h0-size: 40px;\n// $h1-size: 32px;\n// $h2-size: 24px;\n// $h3-size: 20px;\n// $h4-size: 16px;\n// $h5-size: 14px;\n// $h6-size: 12px;\n\n/* Set the font size to 26px */\n.h1 {\n // stylelint-disable-next-line primer/typography\n font-size: $h1-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h1-size !important; }\n}\n\n/* Set the font size to 22px */\n.h2 {\n // stylelint-disable-next-line primer/typography\n font-size: $h2-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h2-size !important; }\n}\n\n/* Set the font size to 18px */\n.h3 {\n // stylelint-disable-next-line primer/typography\n font-size: $h3-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h3-size !important; }\n}\n\n/* Set the font size to #{$h4-size} */\n.h4 {\n font-size: $h4-size !important;\n}\n\n/* Set the font size to #{$h5-size} */\n.h5 { font-size: $h5-size !important; }\n\n// Does not include color property like typography base\n// styles, color should be applied with color utilities.\n/* Set the font size to #{$h6-size} */\n.h6 { font-size: $h6-size !important; }\n\n// Heading utilities\n.h1,\n.h2,\n.h3,\n.h4,\n.h5,\n.h6 { font-weight: $font-weight-bold !important; }\n\n// Type utilities that match type sale\n/* Set the font size to 26px */\n.f1 {\n // stylelint-disable-next-line primer/typography\n font-size: $h1-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h1-size !important; }\n}\n\n/* Set the font size to 22px */\n.f2 {\n // stylelint-disable-next-line primer/typography\n font-size: $h2-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h2-size !important; }\n}\n\n/* Set the font size to 18px */\n.f3 {\n // stylelint-disable-next-line primer/typography\n font-size: $h3-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h3-size !important; }\n}\n\n/* Set the font size to #{$h4-size} */\n.f4 {\n font-size: $h4-size !important;\n\n @include breakpoint(md) { font-size: $h4-size !important; }\n}\n\n/* Set the font size to #{$h5-size} */\n.f5 { font-size: $h5-size !important; }\n/* Set the font size to #{$h6-size} */\n.f6 { font-size: $h6-size !important; }\n\n// Type utils with light weight that match type scale\n/* Set the font size to 40px and weight to light */\n.f00-light {\n // stylelint-disable-next-line primer/typography\n font-size: $h00-size-mobile !important;\n font-weight: $font-weight-light !important;\n\n @include breakpoint(md) { font-size: $h00-size !important; }\n}\n\n/* Set the font size to 32px and weight to light */\n.f0-light {\n // stylelint-disable-next-line primer/typography\n font-size: $h0-size-mobile !important;\n font-weight: $font-weight-light !important;\n\n @include breakpoint(md) { font-size: $h0-size !important; }\n}\n\n/* Set the font size to 26px and weight to light */\n.f1-light {\n // stylelint-disable-next-line primer/typography\n font-size: $h1-size-mobile !important;\n font-weight: $font-weight-light !important;\n\n @include breakpoint(md) { font-size: $h1-size !important; }\n}\n\n/* Set the font size to 22px and weight to light */\n.f2-light {\n // stylelint-disable-next-line primer/typography\n font-size: $h2-size-mobile !important;\n font-weight: $font-weight-light !important;\n\n @include breakpoint(md) { font-size: $h2-size !important; }\n}\n\n// Same size and weight as .lead but without color property\n/* Set the font size to 18px and weight to light */\n.f3-light {\n // stylelint-disable-next-line primer/typography\n font-size: $h3-size-mobile !important;\n font-weight: $font-weight-light !important;\n\n @include breakpoint(md) { font-size: $h3-size !important; }\n}\n\n// Smallest text size\n/* Set the font size to ${#h6-size} */\n.text-small { font-size: $h6-size !important; } // 12px\n\n/* Large leading paragraphs */\n.lead {\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 30px;\n font-size: $h3-size;\n font-weight: $font-weight-light;\n color: $text-gray;\n}\n\n// Line-height variations\n// Close to commonly used line-heights. Most line-heights\n// combined with type size equate to whole pixels.\n// Will be improved with future typography scale updates.\n// Responsive line-height\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n /* Set the line height to ultra condensed */\n .lh#{$variant}-condensed-ultra { line-height: $lh-condensed-ultra !important; }\n /* Set the line height to condensed */\n .lh#{$variant}-condensed { line-height: $lh-condensed !important; }\n /* Set the line height to default */\n .lh#{$variant}-default { line-height: $lh-default !important; }\n /* Set the line height to zero */\n .lh#{$variant}-0 { line-height: 0 !important; }\n }\n}\n\n// Text alignments\n// Responsive text alignment\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n /* Text align to the right */\n .text#{$variant}-right { text-align: right !important; }\n /* Text align to the left */\n .text#{$variant}-left { text-align: left !important; }\n /* Text align to the center */\n .text#{$variant}-center { text-align: center !important; }\n }\n}\n\n// Text styles\n/* Set the font weight to normal */\n.text-normal { font-weight: $font-weight-normal !important; }\n/* Set the font weight to bold */\n.text-bold { font-weight: $font-weight-bold !important;}\n/* Set the font to italic */\n.text-italic { font-style: italic !important; }\n/* Make text uppercase */\n.text-uppercase { text-transform: uppercase !important; }\n/* Underline text */\n.text-underline { text-decoration: underline !important; }\n/* Don't underline text */\n.no-underline { text-decoration: none !important; }\n/* Don't wrap white space */\n.no-wrap { white-space: nowrap !important; }\n/* Normal white space */\n.ws-normal { white-space: normal !important; }\n\n/* Force long \"words\" to wrap if they exceed the width of the container */\n.break-word {\n word-break: break-word !important;\n // this is for backwards compatibility with browsers that don't respect overflow-wrap\n word-wrap: break-word !important;\n overflow-wrap: break-word !important;\n}\n\n/*\n * Specifically apply word-break: break-all; per MDN:\n *\n * > Note: In contrast to `word-break: break-word` and `overflow-wrap: break-word`,\n * > `word-break: break-all` will create a break at the exact place where text would\n * > otherwise overflow its container (even if putting an entire word on its own line\n * > would negate the need for a break).\n *\n * see: https://developer.mozilla.org/en-US/docs/Web/CSS/word-break#Values\n */\n.wb-break-all { word-break: break-all !important; }\n\n.text-emphasized {\n font-weight: $font-weight-bold;\n color: $text-gray-dark;\n}\n\n// List styles\n.list-style-none { list-style: none !important; }\n\n// Text Shadows\n/* Add a dark text shadow */\n.text-shadow-dark {\n text-shadow: 0 1px 1px rgba($black, 0.25), 0 1px 25px rgba($black, 0.75);\n}\n/* Add a light text shadow */\n.text-shadow-light {\n text-shadow: 0 1px 0 rgba($white, 0.5);\n}\n\n/* Set to monospace font */\n.text-mono {\n font-family: $mono-font !important;\n}\n\n/* Disallow user from selecting text */\n.user-select-none {\n user-select: none !important;\n}\n","// Visibility and display utilities\n\n// Responsive display utilities\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n @each $display in $display-values {\n .d#{$variant}-#{$display} { display: $display !important; }\n }\n }\n}\n\n.v-hidden { visibility: hidden !important; }\n.v-visible { visibility: visible !important; }\n\n// Hide utilities for each breakpoint\n// Each hide utility only applies to one breakpoint range.\n@media (max-width: $width-sm - 1px) {\n .hide-sm {\n display: none !important;\n }\n}\n\n@media (min-width: $width-sm) and (max-width: $width-md - 1px) {\n .hide-md {\n display: none !important;\n }\n}\n\n@media (min-width: $width-md) and (max-width: $width-lg - 1px) {\n .hide-lg {\n display: none !important;\n }\n}\n\n@media (min-width: $width-lg) {\n .hide-xl {\n display: none !important;\n }\n}\n\n/* Set the table-layout to fixed */\n.table-fixed { table-layout: fixed !important; }\n\n// Only display content to screen readers\n//\n// See: http://a11yproject.com/posts/how-to-hide-content/\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n // Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1241631\n word-wrap: normal;\n border: 0;\n}\n\n// Only display content on focus\n.show-on-focus {\n position: absolute;\n width: 1px;\n height: 1px;\n margin: 0;\n overflow: hidden;\n clip: rect(1px, 1px, 1px, 1px);\n\n &:focus {\n z-index: 20;\n width: auto;\n height: auto;\n clip: auto;\n }\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/core.js b/assets/sass/@primer/css/dist/core.js deleted file mode 100644 index bbc5016..0000000 --- a/assets/sass/@primer/css/dist/core.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/core.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/deprecations.json b/assets/sass/@primer/css/dist/deprecations.json deleted file mode 100644 index 5819f4b..0000000 --- a/assets/sass/@primer/css/dist/deprecations.json +++ /dev/null @@ -1,394 +0,0 @@ -{ - "versions": { - "14.2.0": [ - { - "selectors": [ - ".subnav-item.selected:hover", - ".subnav-item.selected:focus", - ".autocomplete-item[aria-selected=\"true\"]", - ".autocomplete-item[aria-selected=\"true\"] *" - ], - "message": "These selectors are not needed anymore." - } - ], - "14.0.0": [ - { - "selectors": [ - ".SelectMenu-item+.SelectMenu-item", - ".SelectMenu-divider:first-child", - ".SelectMenu-divider:last-child", - ".SelectMenu--hasFilter .SelectMenu-item:last-child", - ".SelectMenu-item[aria-checked=\"true\"] .SelectMenu-icon" - ], - "message": "These selectors are deprecated and not used anymore." - }, - { - "selectors": [ - ".flex-item-equal", - ".flex-sm-item-equal", - ".flex-md-item-equal", - ".flex-lg-item-equal", - ".flex-xl-item-equal" - ], - "message": "This variable is deprecated. Use \"flex-1\" instead." - }, - { - "selectors": [ - ".UnderlineNav-item.selected", - ".UnderlineNav-item.selected .UnderlineNav-octicon" - ], - "message": "Please use aria-selected=\"true\" to indicate the selected state of an UnderlineNav item." - }, - { - "variables": [ - "$status-pending" - ], - "message": "This variable is deprecated." - }, - { - "variables": [ - "$highlight-yellow" - ], - "message": "This variable is deprecated." - }, - { - "variables": [ - "$repo-private-text", - "$repo-private-bg", - "$repo-private-icon" - ], - "message": "These variables are deprecated." - }, - { - "variables": [ - "$marketingSpacers", - "$allSpacers" - ], - "message": "Please use the $marketing-spacers and $marketing-all-spacers variables." - }, - { - "variables": [ - "$exploregrid-item-border-radius" - ], - "message": "This variable is deprecated. Use \"4px\" instead." - }, - { - "variables": [ - "$stats-switcher-py", - "$stats-viewport-height" - ], - "message": "These variables are deprecated." - }, - { - "variables": [ - "$min_tab_size", - "$max_tab_size" - ], - "message": "These variables are deprecated." - } - ], - "13.0.0": [ - { - "selectors": [ - ".btn-purple", - ".btn-purple:focus", - ".btn-purple.focus", - ".btn-purple:hover", - ".btn-purple.hover", - ".btn-purple:active", - ".btn-purple.selected", - "[open]>.btn-purple", - ".btn-purple:disabled", - ".btn-purple.disabled", - ".btn-purple .Counter" - ], - "message": "Please don't make purple buttons." - }, - { - "selectors": [ - ".text-pending" - ], - "message": "Please use the \"text-yellow\" class instead of \"text-pending\"." - }, - { - "selectors": [ - ".bg-pending" - ], - "message": "Please use the \"bg-yellow-dark\" class instead of \"bg-pending\"." - }, - { - "selectors": [ - ".container", - ".container::before", - ".container::after", - ".columns", - ".columns::before", - ".columns::after", - ".column", - ".one-third", - ".two-thirds", - ".one-fourth", - ".one-half", - ".three-fourths", - ".one-fifth", - ".four-fifths" - ], - "message": "Please use [grid classes](https://primer.style/css/objects/grid)." - }, - { - "selectors": [ - ".centered" - ], - "message": "You can use the \"mx-auto\" class to center any element." - }, - { - "selectors": [ - ".dropdown-menu-content", - ".dropdown.active .dropdown-menu-content", - ".dropdown-menu-content.anim-scale-in" - ], - "message": "The \"dropdown-menu-content\" class is unnecessary." - } - ] - }, - "selectors": { - ".subnav-item.selected:hover": { - "version": "14.2.0", - "message": "These selectors are not needed anymore." - }, - ".subnav-item.selected:focus": { - "version": "14.2.0", - "message": "These selectors are not needed anymore." - }, - ".autocomplete-item[aria-selected=\"true\"]": { - "version": "14.2.0", - "message": "These selectors are not needed anymore." - }, - ".autocomplete-item[aria-selected=\"true\"] *": { - "version": "14.2.0", - "message": "These selectors are not needed anymore." - }, - ".SelectMenu-item+.SelectMenu-item": { - "version": "14.0.0", - "message": "These selectors are deprecated and not used anymore." - }, - ".SelectMenu-divider:first-child": { - "version": "14.0.0", - "message": "These selectors are deprecated and not used anymore." - }, - ".SelectMenu-divider:last-child": { - "version": "14.0.0", - "message": "These selectors are deprecated and not used anymore." - }, - ".SelectMenu--hasFilter .SelectMenu-item:last-child": { - "version": "14.0.0", - "message": "These selectors are deprecated and not used anymore." - }, - ".SelectMenu-item[aria-checked=\"true\"] .SelectMenu-icon": { - "version": "14.0.0", - "message": "These selectors are deprecated and not used anymore." - }, - ".flex-item-equal": { - "version": "14.0.0", - "message": "This variable is deprecated. Use \"flex-1\" instead." - }, - ".flex-sm-item-equal": { - "version": "14.0.0", - "message": "This variable is deprecated. Use \"flex-1\" instead." - }, - ".flex-md-item-equal": { - "version": "14.0.0", - "message": "This variable is deprecated. Use \"flex-1\" instead." - }, - ".flex-lg-item-equal": { - "version": "14.0.0", - "message": "This variable is deprecated. Use \"flex-1\" instead." - }, - ".flex-xl-item-equal": { - "version": "14.0.0", - "message": "This variable is deprecated. Use \"flex-1\" instead." - }, - ".UnderlineNav-item.selected": { - "version": "14.0.0", - "message": "Please use aria-selected=\"true\" to indicate the selected state of an UnderlineNav item." - }, - ".UnderlineNav-item.selected .UnderlineNav-octicon": { - "version": "14.0.0", - "message": "Please use aria-selected=\"true\" to indicate the selected state of an UnderlineNav item." - }, - ".btn-purple": { - "version": "13.0.0", - "message": "Please don't make purple buttons." - }, - ".btn-purple:focus": { - "version": "13.0.0", - "message": "Please don't make purple buttons." - }, - ".btn-purple.focus": { - "version": "13.0.0", - "message": "Please don't make purple buttons." - }, - ".btn-purple:hover": { - "version": "13.0.0", - "message": "Please don't make purple buttons." - }, - ".btn-purple.hover": { - "version": "13.0.0", - "message": "Please don't make purple buttons." - }, - ".btn-purple:active": { - "version": "13.0.0", - "message": "Please don't make purple buttons." - }, - ".btn-purple.selected": { - "version": "13.0.0", - "message": "Please don't make purple buttons." - }, - "[open]>.btn-purple": { - "version": "13.0.0", - "message": "Please don't make purple buttons." - }, - ".btn-purple:disabled": { - "version": "13.0.0", - "message": "Please don't make purple buttons." - }, - ".btn-purple.disabled": { - "version": "13.0.0", - "message": "Please don't make purple buttons." - }, - ".btn-purple .Counter": { - "version": "13.0.0", - "message": "Please don't make purple buttons." - }, - ".text-pending": { - "version": "13.0.0", - "message": "Please use the \"text-yellow\" class instead of \"text-pending\"." - }, - ".bg-pending": { - "version": "13.0.0", - "message": "Please use the \"bg-yellow-dark\" class instead of \"bg-pending\"." - }, - ".container": { - "version": "13.0.0", - "message": "Please use [grid classes](https://primer.style/css/objects/grid)." - }, - ".container::before": { - "version": "13.0.0", - "message": "Please use [grid classes](https://primer.style/css/objects/grid)." - }, - ".container::after": { - "version": "13.0.0", - "message": "Please use [grid classes](https://primer.style/css/objects/grid)." - }, - ".columns": { - "version": "13.0.0", - "message": "Please use [grid classes](https://primer.style/css/objects/grid)." - }, - ".columns::before": { - "version": "13.0.0", - "message": "Please use [grid classes](https://primer.style/css/objects/grid)." - }, - ".columns::after": { - "version": "13.0.0", - "message": "Please use [grid classes](https://primer.style/css/objects/grid)." - }, - ".column": { - "version": "13.0.0", - "message": "Please use [grid classes](https://primer.style/css/objects/grid)." - }, - ".one-third": { - "version": "13.0.0", - "message": "Please use [grid classes](https://primer.style/css/objects/grid)." - }, - ".two-thirds": { - "version": "13.0.0", - "message": "Please use [grid classes](https://primer.style/css/objects/grid)." - }, - ".one-fourth": { - "version": "13.0.0", - "message": "Please use [grid classes](https://primer.style/css/objects/grid)." - }, - ".one-half": { - "version": "13.0.0", - "message": "Please use [grid classes](https://primer.style/css/objects/grid)." - }, - ".three-fourths": { - "version": "13.0.0", - "message": "Please use [grid classes](https://primer.style/css/objects/grid)." - }, - ".one-fifth": { - "version": "13.0.0", - "message": "Please use [grid classes](https://primer.style/css/objects/grid)." - }, - ".four-fifths": { - "version": "13.0.0", - "message": "Please use [grid classes](https://primer.style/css/objects/grid)." - }, - ".centered": { - "version": "13.0.0", - "message": "You can use the \"mx-auto\" class to center any element." - }, - ".dropdown-menu-content": { - "version": "13.0.0", - "message": "The \"dropdown-menu-content\" class is unnecessary." - }, - ".dropdown.active .dropdown-menu-content": { - "version": "13.0.0", - "message": "The \"dropdown-menu-content\" class is unnecessary." - }, - ".dropdown-menu-content.anim-scale-in": { - "version": "13.0.0", - "message": "The \"dropdown-menu-content\" class is unnecessary." - } - }, - "variables": { - "$status-pending": { - "version": "14.0.0", - "message": "This variable is deprecated." - }, - "$highlight-yellow": { - "version": "14.0.0", - "message": "This variable is deprecated." - }, - "$repo-private-text": { - "version": "14.0.0", - "message": "These variables are deprecated." - }, - "$repo-private-bg": { - "version": "14.0.0", - "message": "These variables are deprecated." - }, - "$repo-private-icon": { - "version": "14.0.0", - "message": "These variables are deprecated." - }, - "$marketingSpacers": { - "version": "14.0.0", - "message": "Please use the $marketing-spacers and $marketing-all-spacers variables." - }, - "$allSpacers": { - "version": "14.0.0", - "message": "Please use the $marketing-spacers and $marketing-all-spacers variables." - }, - "$exploregrid-item-border-radius": { - "version": "14.0.0", - "message": "This variable is deprecated. Use \"4px\" instead." - }, - "$stats-switcher-py": { - "version": "14.0.0", - "message": "These variables are deprecated." - }, - "$stats-viewport-height": { - "version": "14.0.0", - "message": "These variables are deprecated." - }, - "$min_tab_size": { - "version": "14.0.0", - "message": "These variables are deprecated." - }, - "$max_tab_size": { - "version": "14.0.0", - "message": "These variables are deprecated." - } - } -}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/dropdown.css b/assets/sass/@primer/css/dist/dropdown.css deleted file mode 100644 index 48a333f..0000000 --- a/assets/sass/@primer/css/dist/dropdown.css +++ /dev/null @@ -1,3 +0,0 @@ -.dropdown{position:relative}.dropdown-caret{display:inline-block;width:0;height:0;vertical-align:middle;content:"";border-style:solid;border-width:4px 4px 0;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.dropdown-menu{position:absolute;top:100%;left:0;z-index:100;width:160px;padding-top:4px;padding-bottom:4px;margin-top:2px;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(27,31,35,0.15);border-radius:4px;box-shadow:0 1px 15px rgba(27,31,35,0.15)}.dropdown-menu::before,.dropdown-menu::after{position:absolute;display:inline-block;content:""}.dropdown-menu::before{border:8px solid transparent;border-bottom-color:rgba(27,31,35,0.15)}.dropdown-menu::after{border:7px solid transparent;border-bottom-color:#fff}.dropdown-menu>ul{list-style:none}.dropdown-menu-no-overflow{width:auto}.dropdown-menu-no-overflow .dropdown-item{padding:4px 16px;overflow:visible;text-overflow:inherit}.dropdown-item{display:block;padding:4px 8px 4px 16px;overflow:hidden;color:#24292e;text-overflow:ellipsis;white-space:nowrap}.dropdown-item:focus,.dropdown-item:hover{color:#fff;text-decoration:none;background-color:#0366d6;outline:none}.dropdown-item:focus>.octicon,.dropdown-item:hover>.octicon{color:inherit;opacity:1}.dropdown-item.btn-link{width:100%;text-align:left}.dropdown-signout{width:100%;text-align:left;background:none;border:0}.dropdown-divider{display:block;height:0;margin:8px 0;border-top:1px #e1e4e8 solid}.dropdown-header{padding:4px 16px;font-size:12px;color:#586069}.dropdown-item[aria-checked="false"] .octicon-check{display:none}.dropdown-menu-w{top:0;right:100%;left:auto;width:auto;margin-top:0;margin-right:8px}.dropdown-menu-w::before{top:10px;right:-16px;left:auto;border-color:transparent;border-left-color:rgba(27,31,35,0.15)}.dropdown-menu-w::after{top:11px;right:-14px;left:auto;border-color:transparent;border-left-color:#fff}.dropdown-menu-e{top:0;left:100%;width:auto;margin-top:0;margin-left:8px}.dropdown-menu-e::before{top:8px;left:-16px;border-color:transparent;border-right-color:rgba(27,31,35,0.15)}.dropdown-menu-e::after{top:11px;left:-14px;border-color:transparent;border-right-color:#fff}.dropdown-menu-ne{top:auto;bottom:100%;left:0;margin-bottom:3px}.dropdown-menu-ne::before,.dropdown-menu-ne::after{top:auto;right:auto}.dropdown-menu-ne::before{bottom:-8px;left:9px;border-top:8px solid rgba(27,31,35,0.15);border-right:8px solid transparent;border-bottom:0;border-left:8px solid transparent}.dropdown-menu-ne::after{bottom:-7px;left:10px;border-top:7px solid #fff;border-right:7px solid transparent;border-bottom:0;border-left:7px solid transparent}.dropdown-menu-s{right:50%;left:auto;transform:translateX(50%)}.dropdown-menu-s::before{top:-16px;right:50%;transform:translateX(50%)}.dropdown-menu-s::after{top:-14px;right:50%;transform:translateX(50%)}.dropdown-menu-sw{right:0;left:auto}.dropdown-menu-sw::before{top:-16px;right:9px;left:auto}.dropdown-menu-sw::after{top:-14px;right:10px;left:auto}.dropdown-menu-se::before{top:-16px;left:9px}.dropdown-menu-se::after{top:-14px;left:10px}.dropdown-menu-dark{color:#fff;background:#2f363d;border-color:#444d56;box-shadow:0 1px 15px rgba(27,31,35,0.15)}.dropdown-menu-dark::before{border-bottom-color:#444d56}.dropdown-menu-dark::after{border-bottom-color:#2f363d}.dropdown-menu-dark .dropdown-header{color:#d1d5da}.dropdown-menu-dark .dropdown-divider{border-top-color:#444d56}.dropdown-menu-dark .dropdown-item{color:inherit}.dropdown-menu-dark.dropdown-menu-w::before{border-color:transparent transparent transparent #444d56}.dropdown-menu-dark.dropdown-menu-w::after{border-color:transparent transparent transparent #2f363d}.dropdown-menu-dark.dropdown-menu-e::before{border-color:transparent #444d56 transparent transparent}.dropdown-menu-dark.dropdown-menu-e::after{border-color:transparent #2f363d transparent transparent}.dropdown-menu-dark.dropdown-menu-ne::before{border-color:#444d56 transparent transparent transparent}.dropdown-menu-dark.dropdown-menu-ne::after{border-color:#2f363d transparent transparent transparent} - -/*# sourceMappingURL=dropdown.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/dropdown.css.map b/assets/sass/@primer/css/dist/dropdown.css.map deleted file mode 100644 index 8eb4349..0000000 --- a/assets/sass/@primer/css/dist/dropdown.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/dropdown/dropdown.scss","../src/src/support/variables/misc.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/typography.scss"],"names":[],"mappings":"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","file":"dropdown.css","sourcesContent":[".dropdown {\n position: relative;\n}\n\n.dropdown-caret {\n display: inline-block;\n width: 0;\n height: 0;\n vertical-align: middle;\n content: \"\";\n border-style: $border-style;\n // stylelint-disable-next-line primer/borders\n border-width: $spacer-1 $spacer-1 0;\n border-right-color: transparent;\n border-bottom-color: transparent;\n border-left-color: transparent;\n}\n\n// Requires a positioning class (e.g., `.dropdown-menu-w`) to determine which\n// way the menu should render from the element triggering it.\n.dropdown-menu {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 100;\n width: 160px;\n padding-top: $spacer-1;\n padding-bottom: $spacer-1;\n // stylelint-disable-next-line primer/spacing\n margin-top: 2px;\n list-style: none;\n background-color: $bg-white;\n background-clip: padding-box;\n border: $border-width $border-style $border-black-fade;\n // stylelint-disable-next-line primer/borders\n border-radius: $spacer-1;\n box-shadow: $box-shadow-large;\n\n &::before,\n &::after {\n position: absolute;\n display: inline-block;\n content: \"\";\n }\n\n &::before {\n // stylelint-disable-next-line primer/borders\n border: $spacer-2 $border-style transparent;\n border-bottom-color: $border-black-fade;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border: 7px $border-style transparent;\n border-bottom-color: $border-white;\n }\n\n // stylelint-disable-next-line selector-max-type\n > ul {\n list-style: none;\n }\n}\n\n.dropdown-menu-no-overflow {\n width: auto;\n\n .dropdown-item {\n padding: $spacer-1 $spacer-3;\n overflow: visible;\n text-overflow: inherit;\n }\n}\n\n// Dropdown items (can be links or buttons)\n.dropdown-item {\n display: block;\n padding: $spacer-1 $spacer-2 $spacer-1 $spacer-3;\n overflow: hidden;\n color: $text-gray-dark;\n text-overflow: ellipsis;\n white-space: nowrap;\n\n &:focus,\n &:hover {\n color: $text-white;\n text-decoration: none;\n background-color: $bg-blue;\n outline: none;\n\n > .octicon {\n color: inherit;\n opacity: 1;\n }\n }\n\n &.btn-link {\n width: 100%;\n text-align: left;\n }\n}\n\n.dropdown-signout {\n width: 100%;\n text-align: left;\n background: none;\n border: 0;\n}\n\n.dropdown-divider {\n display: block;\n height: 0;\n margin: $spacer-2 0;\n border-top: $border;\n}\n\n.dropdown-header {\n padding: $spacer-1 $spacer-3;\n font-size: $h6-size;\n color: $text-gray;\n}\n\n.dropdown-item[aria-checked=\"false\"] .octicon-check {\n display: none;\n}\n\n// Directional classes\n//\n// Move the menu and the caret attached to it. Requires at least one of these on\n// the `.dropdown-menu` element.\n\n.dropdown-menu-w {\n top: 0;\n right: 100%;\n left: auto;\n width: auto;\n margin-top: 0;\n margin-right: $spacer-2;\n\n &::before {\n top: 10px;\n right: -$spacer-3;\n left: auto;\n border-color: transparent;\n border-left-color: $border-black-fade;\n }\n\n &::after {\n top: 11px;\n right: -14px;\n left: auto;\n border-color: transparent;\n border-left-color: $border-white;\n }\n}\n\n.dropdown-menu-e {\n top: 0;\n left: 100%;\n width: auto;\n margin-top: 0;\n margin-left: $spacer-2;\n\n &::before {\n top: $spacer-2;\n left: -$spacer-3;\n border-color: transparent;\n border-right-color: $border-black-fade;\n }\n\n &::after {\n top: 11px;\n left: -14px;\n border-color: transparent;\n border-right-color: $border-white;\n }\n}\n\n.dropdown-menu-ne {\n top: auto;\n bottom: 100%;\n left: 0;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 3px;\n\n &::before,\n &::after {\n top: auto;\n right: auto;\n }\n\n &::before {\n bottom: -$spacer-2;\n left: 9px;\n // stylelint-disable-next-line primer/borders\n border-top: $spacer-2 $border-style $border-black-fade;\n // stylelint-disable-next-line primer/borders\n border-right: $spacer-2 $border-style transparent;\n border-bottom: 0;\n // stylelint-disable-next-line primer/borders\n border-left: $spacer-2 $border-style transparent;\n }\n\n &::after {\n bottom: -7px;\n left: 10px;\n // stylelint-disable-next-line primer/borders\n border-top: 7px $border-style $border-white;\n // stylelint-disable-next-line primer/borders\n border-right: 7px $border-style transparent;\n border-bottom: 0;\n // stylelint-disable-next-line primer/borders\n border-left: 7px $border-style transparent;\n }\n}\n\n.dropdown-menu-s {\n right: 50%;\n left: auto;\n transform: translateX(50%);\n\n &::before {\n top: -$spacer-3;\n right: 50%;\n transform: translateX(50%);\n }\n\n &::after {\n top: -14px;\n right: 50%;\n transform: translateX(50%);\n }\n}\n\n.dropdown-menu-sw {\n right: 0;\n left: auto;\n\n &::before {\n top: -$spacer-3;\n right: 9px;\n left: auto;\n }\n\n &::after {\n top: -14px;\n right: 10px;\n left: auto;\n }\n}\n\n.dropdown-menu-se {\n &::before {\n top: -$spacer-3;\n left: 9px;\n }\n\n &::after {\n top: -14px;\n left: 10px;\n }\n}\n\n// Dark dropdowns\n.dropdown-menu-dark {\n color: $text-white;\n // stylelint-disable-next-line primer/colors\n background: $gray-800;\n border-color: $border-gray-darker;\n box-shadow: $box-shadow-large;\n\n &::before {\n border-bottom-color: $border-gray-darker;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $gray-800;\n }\n\n .dropdown-header {\n // stylelint-disable-next-line primer/colors\n color: $gray-300;\n }\n\n .dropdown-divider {\n border-top-color: $border-gray-darker;\n }\n\n .dropdown-item {\n color: inherit;\n }\n\n // Directional classes\n\n &.dropdown-menu-w {\n &::before {\n border-color: transparent transparent transparent $border-gray-darker;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-color: transparent transparent transparent $gray-800;\n }\n }\n\n &.dropdown-menu-e {\n &::before {\n border-color: transparent $border-gray-darker transparent transparent;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-color: transparent $gray-800 transparent transparent;\n }\n }\n\n &.dropdown-menu-ne {\n &::before {\n border-color: $border-gray-darker transparent transparent transparent;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-color: $gray-800 transparent transparent transparent;\n }\n }\n}\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/dropdown.js b/assets/sass/@primer/css/dist/dropdown.js deleted file mode 100644 index 79006f3..0000000 --- a/assets/sass/@primer/css/dist/dropdown.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/dropdown.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/forms.css b/assets/sass/@primer/css/dist/forms.css deleted file mode 100644 index 3ba7709..0000000 --- a/assets/sass/@primer/css/dist/forms.css +++ /dev/null @@ -1,3 +0,0 @@ -fieldset{padding:0;margin:0;border:0}label{font-weight:600}.form-control,.form-select{min-height:34px;padding:6px 8px;font-size:16px;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)}@media (min-width: 768px){.form-control,.form-select{font-size:14px}}.input-contrast{background-color:#fafbfc}.input-contrast:focus{background-color:#fff}.input-dark{color:#fff;background-color:rgba(255,255,255,0.15);border-color:transparent}.input-dark:-ms-input-placeholder{color:inherit;opacity:0.6}.input-dark::-ms-input-placeholder{color:inherit;opacity:0.6}.input-dark::placeholder{color:inherit;opacity:0.6}.input-dark.focus,.input-dark:focus{border-color:rgba(27,31,35,0.3);box-shadow:0 0 0 0.2em rgba(121,184,255,0.4)}:-ms-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,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:400;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,.hfields .form-group .form-group-header label{display:inline-block;margin:5px 0 0;color:#586069}.hfields .form-group dt img,.hfields .form-group .form-group-header 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;background-color:#fff;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC");background-repeat:no-repeat;background-position:right 8px center;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,.form-group .form-group-header{margin:0 0 6px}.form-group label{position:relative}.form-group.flattened dt,.form-group.flattened .form-group-header{float:left;margin:0;line-height:32px}.form-group.flattened dd,.form-group.flattened .form-group-body{line-height:32px}.form-group dd h4,.form-group .form-group-body h4{margin:4px 0 0}.form-group dd h4.is-error,.form-group .form-group-body h4.is-error{color:#cb2431}.form-group dd h4.is-success,.form-group .form-group-body h4.is-success{color:#28a745}.form-group dd h4+.note,.form-group .form-group-body h4+.note{margin-top:0}.form-group.required dt label::after,.form-group.required .form-group-header 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.successed .success,.form-group.successed .warning,.form-group.successed .error,.form-group.warn .success,.form-group.warn .warning,.form-group.warn .error,.form-group.errored .success,.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:400;border-style:solid;border-width:1px;border-radius:3px}.form-group.successed .success::after,.form-group.successed .success::before,.form-group.successed .warning::after,.form-group.successed .warning::before,.form-group.successed .error::after,.form-group.successed .error::before,.form-group.warn .success::after,.form-group.warn .success::before,.form-group.warn .warning::after,.form-group.warn .warning::before,.form-group.warn .error::after,.form-group.warn .error::before,.form-group.errored .success::after,.form-group.errored .success::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.successed .success::after,.form-group.successed .warning::after,.form-group.successed .error::after,.form-group.warn .success::after,.form-group.warn .warning::after,.form-group.warn .error::after,.form-group.errored .success::after,.form-group.errored .warning::after,.form-group.errored .error::after{border-width:5px}.form-group.successed .success::before,.form-group.successed .warning::before,.form-group.successed .error::before,.form-group.warn .success::before,.form-group.warn .warning::before,.form-group.warn .error::before,.form-group.errored .success::before,.form-group.errored .warning::before,.form-group.errored .error::before{margin-left:-1px;border-width:6px}.form-group.successed .success{color:#144620;background-color:#dcffe4;border-color:#34d058}.form-group.successed .success::after{border-bottom-color:#dcffe4}.form-group.successed .success::before{border-bottom-color:#34d058}.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,.form-group>.form-group-body .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-errored{padding-right:30px}dl.form-group>dd .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-loading{background-image:url("/images/spinners/octocat-spinner-16px.gif")}dl.form-group>dd .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-successful{background-image:url("/images/modules/ajax/success.png")}dl.form-group>dd .form-control.is-autocheck-errored,.form-group>.form-group-body .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,.form-group>.form-group-body .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-errored{background-size:16px 16px}dl.form-group>dd .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-loading{background-image:url("/images/spinners/octocat-spinner-32.gif")}dl.form-group>dd .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-successful{background-image:url("/images/modules/ajax/success@2x.png")}dl.form-group>dd .form-control.is-autocheck-errored,.form-group>.form-group-body .form-control.is-autocheck-errored{background-image:url("/images/modules/ajax/error@2x.png")}}.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-image:url("/images/spinners/octocat-spinner-32-EAF2F5.gif");background-repeat:no-repeat;background-position:0 0;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:400;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:400;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}.input-group{display:table}.input-group .form-control{position:relative;width:100%}.input-group .form-control:focus{z-index:2}.input-group .form-control+.btn{margin-left:0}.input-group.inline{display:inline-table}.input-group .form-control,.input-group-button{display:table-cell}.input-group-button{width:1%;vertical-align:middle}.input-group .form-control:first-child,.input-group-button:first-child .btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-button:first-child .btn{margin-right:-1px}.input-group .form-control:last-child,.input-group-button:last-child .btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-button:last-child .btn{margin-left:-1px}.radio-group::before{display:table;content:""}.radio-group::after{display:table;clear:both;content:""}.radio-label{float:left;padding:6px 16px 6px 36px;margin-left:-1px;font-size:14px;line-height:20px;color:#24292e;cursor:pointer;border:1px solid #d1d5da}:checked+.radio-label{position:relative;z-index:1;border-color:#0366d6}.radio-label:first-of-type{margin-left:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.radio-label:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px}.radio-input{z-index:3;float:left;margin:10px -32px 0 16px} - -/*# sourceMappingURL=forms.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/forms.css.map b/assets/sass/@primer/css/dist/forms.css.map deleted file mode 100644 index f5ff6ac..0000000 --- a/assets/sass/@primer/css/dist/forms.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/forms/form-control.scss","../src/src/support/variables/typography.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/misc.scss","../src/src/support/mixins/layout.scss","../src/src/support/variables/colors.scss","../src/src/forms/form-select.scss","../src/src/forms/form-group.scss","../src/src/forms/form-validation.scss","../src/src/forms/input-group.scss","../src/src/forms/radio-group.scss"],"names":[],"mappings":"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","file":"forms.css","sourcesContent":["// Needs refactoring\n// stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors\n// stylelint-disable selector-max-type\n// Base form controls\n//\n// Overrides for common inputs for easier styling.\n\nfieldset {\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlabel {\n font-weight: $font-weight-bold;\n}\n\n.form-control,\n.form-select {\n min-height: 34px;\n // stylelint-disable-next-line primer/spacing\n padding: 6px $spacer-2;\n font-size: $h4-size;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-gray-dark;\n vertical-align: middle;\n background-color: $bg-white;\n background-repeat: no-repeat; // Repeat and position set for form states (success, error, etc)\n background-position: right 8px center; // For form validation. This keeps images 8px from right and centered vertically.\n border: $border-width $border-style $border-gray-dark;\n border-radius: $border-radius;\n outline: none;\n box-shadow: $form-control-shadow;\n\n &.focus,\n &:focus {\n // stylelint-disable-next-line primer/borders\n border-color: $blue-400;\n outline: none;\n box-shadow: $form-control-shadow, $btn-input-focus-shadow;\n }\n\n // Ensures inputs don't zoom on mobile but are body-font size on desktop\n @include breakpoint(md) {\n font-size: $body-font-size;\n }\n}\n\n// Inputs with contrast for easy light gray backgrounds against white.\n.input-contrast {\n background-color: $bg-gray-light;\n\n &:focus { background-color: $bg-white; }\n}\n\n// Inputs to be used against dark backgrounds.\n.input-dark {\n color: $text-white;\n // stylelint-disable-next-line primer/colors\n background-color: $white-fade-15;\n border-color: transparent;\n\n &::placeholder {\n color: inherit;\n opacity: 0.6; // inceases contrast ratio to 4.52\n }\n\n &.focus,\n &:focus {\n // stylelint-disable-next-line primer/borders\n border-color: $black-fade-30;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 0 0.2em rgba($blue-300, 0.4);\n }\n}\n\n// Custom styling for HTML5 validation bubbles (WebKit only)\n::placeholder {\n color: $text-gray-light;\n}\n\n// Mini inputs, to match .minibutton\n.input-sm {\n min-height: 28px;\n // stylelint-disable-next-line primer/spacing\n padding-top: 3px;\n // stylelint-disable-next-line primer/spacing\n padding-bottom: 3px;\n font-size: $font-size-small;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n}\n\n// Large inputs\n.input-lg {\n padding: $spacer-1 10px;\n font-size: $h4-size;\n}\n\n// Full-width inputs\n.input-block {\n display: block;\n width: 100%;\n}\n\n// Inputs with monospace text\n.input-monospace {\n font-family: $mono-font;\n}\n\n// Hide the icon that tries to autofill contact info in webkit\n.input-hide-webkit-autofill {\n &::-webkit-contacts-auto-fill-button {\n position: absolute;\n right: 0;\n display: none !important;\n pointer-events: none;\n visibility: hidden;\n }\n}\n\n// Checkboxes and Radiobuttons\n//\n// For checkboxes and radio button selections.\n.form-checkbox {\n // stylelint-disable-next-line primer/spacing\n padding-left: 20px;\n // stylelint-disable-next-line primer/spacing\n margin: 15px 0;\n vertical-align: middle;\n\n label {\n em.highlight {\n position: relative;\n left: -$spacer-1;\n // stylelint-disable-next-line primer/spacing\n padding: 2px $spacer-1;\n font-style: normal;\n // stylelint-disable-next-line primer/colors\n background: $yellow-100;\n border-radius: $border-radius;\n }\n }\n\n input[type=checkbox],\n input[type=radio] {\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin: 5px 0 0 -20px;\n vertical-align: middle;\n }\n\n .note {\n display: block;\n margin: 0;\n font-size: $font-size-small;\n font-weight: $font-weight-normal;\n color: $text-gray;\n }\n}\n\n.form-checkbox-details {\n display: none;\n}\n\n.form-checkbox-details-trigger {\n &:checked {\n // child of sibling or sibling\n ~ * .form-checkbox-details,\n ~ .form-checkbox-details { // eslint-disable selector-combinator-space-before\n display: block;\n }\n }\n}\n\n// Field groups\n//\n// Wrap field groups in `<div.hfields>` to lay them out horizontally - great for\n// the top of pages with autosave.\n.hfields {\n // stylelint-disable-next-line primer/spacing\n margin: 15px 0;\n @include clearfix;\n\n .form-group {\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin: 0 30px 0 0;\n\n dt, // TODO: Deprecate\n .form-group-header {\n label {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n margin: 5px 0 0;\n color: $text-gray;\n }\n\n img {\n position: relative;\n top: -2px;\n }\n }\n }\n\n .btn {\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin: 28px 25px 0 -20px;\n }\n\n // stylelint-disable-next-line primer/spacing\n .form-select { margin-top: 5px; }\n}\n\n// Hide the up/down buttons in <input type=\"number\"> in the login form, the\n// input is used for two-factor auth codes, type=\"number\" makes it more usable\n// on phones\ninput::-webkit-outer-spin-button,\ninput::-webkit-inner-spin-button {\n margin: 0;\n appearance: none;\n}\n\n// Input groups\n\n.form-actions {\n @include clearfix;\n\n .btn {\n float: right;\n\n + .btn {\n // stylelint-disable-next-line primer/spacing\n margin-right: 5px;\n }\n }\n}\n\n.form-warning {\n padding: $spacer-2 10px;\n // stylelint-disable-next-line primer/spacing\n margin: 10px 0;\n font-size: $h5-size;\n // stylelint-disable-next-line primer/colors\n color: $yellow-900;\n // stylelint-disable-next-line primer/colors\n background: $yellow-100;\n border: $border-width $border-style $border-yellow;\n border-radius: $border-radius;\n\n p {\n margin: 0;\n line-height: $lh-default;\n }\n\n a { font-weight: $font-weight-bold; }\n}\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n","// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n","@import \"color-system.scss\";\n// Color variables\n\n// Border colors\n$border-white: $white !default;\n$border-black-fade: $black-fade-15 !default;\n$border-white-fade: $white-fade-15 !default;\n$border-gray-dark: $gray-300 !default;\n$border-gray-darker: $gray-700 !default;\n$border-gray-light: lighten($gray-200, 3%) !default;\n$border-gray: $gray-200 !default;\n$border-blue: $blue-500 !default;\n$border-blue-light: $blue-200 !default;\n$border-green: $green-400 !default;\n$border-green-light: desaturate($green-300, 40%) !default;\n$border-purple: $purple !default;\n$border-red: $red !default;\n$border-red-light: desaturate($red-300, 60%) !default;\n$border-yellow: desaturate($yellow-300, 60%) !default;\n\n// Buttons have a slightly more opaque border than $border-black-fade (15% alpha)\n$border-color-button: rgba($black, 0.2) !default;\n\n// Background colors\n$bg-white: $white !default;\n$bg-black: $black !default;\n$bg-black-fade: $black-fade-50 !default;\n$bg-blue-light: $blue-000 !default;\n$bg-blue: $blue-500 !default;\n$bg-gray-dark: $gray-900 !default;\n$bg-gray-light: $gray-000 !default;\n$bg-gray: $gray-100 !default;\n$bg-green: $green-500 !default;\n$bg-green-light: $green-100 !default;\n$bg-orange: $orange-700 !default;\n$bg-purple: $purple-500 !default;\n$bg-purple-light: $purple-000 !default;\n$bg-pink: $pink-500 !default;\n$bg-red: $red-500 !default;\n$bg-red-light: $red-100 !default;\n$bg-yellow: $yellow-500 !default;\n$bg-yellow-light: $yellow-200 !default;\n$bg-yellow-dark: $yellow-700 !default;\n\n// diffstat background colors\n$bg-diffstat-added: darken($green-400, 5%) !default;\n$bg-diffstat-deleted: $red-600 !default;\n$bg-diffstat-neutral: $gray-300 !default;\n\n// Text colors\n$text-black: $black !default;\n$text-white: $white !default;\n$text-blue: $blue-500 !default;\n$text-gray-dark: $gray-900 !default;\n$text-gray-light: $gray-500 !default;\n$text-gray: $gray-600 !default;\n$text-green: $green-500 !default;\n$text-orange: $orange-900 !default;\n$text-orange-light: $orange-600 !default;\n$text-purple: $purple !default;\n$text-pink: $pink-500 !default;\n$text-red: $red-600 !default;\n$text-yellow: $yellow-800 !default;\n","// Custom select\n//\n// Apply `.select` to any `<select>` element for custom styles.\n.form-select {\n display: inline-block;\n max-width: 100%;\n height: 34px;\n padding-right: $spacer-4;\n background-color: $bg-white;\n background-image: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC\");\n background-repeat: no-repeat;\n background-position: right 8px center;\n background-size: 8px 10px;\n appearance: none;\n\n // Hides the default caret in IE11\n &::-ms-expand {\n opacity: 0;\n }\n\n &[multiple] {\n height: auto;\n }\n}\n\n.select-sm {\n height: 28px;\n min-height: 28px;\n // stylelint-disable-next-line primer/spacing\n padding-top: 3px;\n // stylelint-disable-next-line primer/spacing\n padding-bottom: 3px;\n font-size: $font-size-small;\n\n &[multiple] {\n height: auto;\n min-height: 0;\n }\n}\n","// stylelint-disable selector-max-compound-selectors\n// stylelint-disable selector-max-type\n\n// Form groups\n//\n// Usage:\n//\n// <div class=\"form-group\">\n// <div class=\"form-group-header\"> containing the label\n// <div class=\"form-group-body\"> containing the form elements\n// </div>\n\n.form-group {\n // stylelint-disable-next-line primer/spacing\n margin: 15px 0;\n\n // Text fields\n .form-control {\n width: 440px;\n max-width: 100%;\n // stylelint-disable-next-line primer/spacing\n margin-right: 5px;\n background-color: $bg-gray-light;\n\n &:focus {\n background-color: $bg-white;\n }\n\n &.shorter { width: 130px; }\n\n &.short { width: 250px; }\n\n &.long { width: 100%; }\n }\n\n // Textarea\n // stylelint-disable selector-no-qualifying-type\n textarea.form-control {\n width: 100%;\n height: 200px;\n min-height: 200px;\n\n &.short {\n height: 50px;\n min-height: 50px;\n }\n }\n // stylelint-enable selector-no-qualifying-type\n\n // The Label\n dt, // TODO: Deprecate\n .form-group-header {\n // stylelint-disable-next-line primer/spacing\n margin: 0 0 6px;\n }\n\n label {\n position: relative;\n }\n\n &.flattened dt, // TODO: Deprecate\n &.flattened .form-group-header {\n float: left;\n margin: 0;\n // stylelint-disable-next-line primer/typography\n line-height: 32px;\n }\n\n &.flattened dd, // TODO: Deprecate\n &.flattened .form-group-body {\n // stylelint-disable-next-line primer/typography\n line-height: 32px;\n }\n\n //\n // Form Elements\n //\n // stylelint-disable selector-no-qualifying-type\n dd, // TODO: Deprecate\n .form-group-body {\n h4 {\n margin: $spacer-1 0 0;\n\n &.is-error { color: $text-red; }\n\n &.is-success { color: $text-green; }\n\n + .note {\n margin-top: 0;\n }\n }\n }\n // stylelint-enable selector-no-qualifying-type\n\n //\n // Variants\n //\n\n &.required {\n dt label::after, // TODO: Deprecate\n .form-group-header label::after {\n // stylelint-disable-next-line primer/spacing\n padding-left: 5px;\n color: $text-red;\n content: \"*\";\n }\n }\n\n // Form AJAX states\n //\n // Form fields that need feedback for AJAX loading, success\n // states and errored states.\n .success,\n .error,\n .indicator {\n display: none;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n }\n\n &.loading {\n opacity: 0.5;\n\n .indicator {\n display: inline;\n }\n\n .spinner {\n display: inline-block;\n vertical-align: middle;\n }\n }\n\n &.successful {\n .success {\n display: inline;\n color: $text-green;\n }\n }\n\n // Form validation\n //\n // Our inline errors\n\n &.successed,\n &.warn,\n &.errored {\n .success,\n .warning,\n .error {\n position: absolute;\n z-index: 10;\n display: block; // Show up in errored/warn state\n max-width: 450px; // Keep our long errors readable\n // stylelint-disable-next-line primer/spacing\n padding: 5px $spacer-2;\n margin: $spacer-1 0 0;\n // stylelint-disable-next-line primer/typography\n font-size: 13px;\n font-weight: $font-weight-normal;\n border-style: $border-style;\n border-width: $border-width;\n border-radius: $border-radius;\n\n &::after,\n &::before {\n position: absolute;\n bottom: 100%;\n left: 10px;\n z-index: 15;\n width: 0;\n height: 0;\n pointer-events: none;\n content: \" \";\n // stylelint-disable-next-line primer/borders\n border: $border-style transparent;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-width: 5px;\n }\n\n &::before {\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n // stylelint-disable-next-line primer/borders\n border-width: 6px;\n }\n }\n }\n\n &.successed {\n .success {\n // stylelint-disable-next-line primer/colors\n color: $green-900;\n // stylelint-disable-next-line primer/colors\n background-color: $green-100;\n border-color: $border-green;\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $green-100;\n }\n\n &::before {\n border-bottom-color: $border-green;\n }\n }\n }\n\n &.warn {\n .warning {\n // stylelint-disable-next-line primer/colors\n color: $yellow-900;\n // stylelint-disable-next-line primer/colors\n background-color: $yellow-100;\n border-color: $border-yellow;\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $yellow-100;\n }\n\n &::before {\n border-bottom-color: $border-yellow;\n }\n }\n }\n\n &.errored {\n label {\n color: $text-red;\n }\n\n .error {\n // stylelint-disable-next-line primer/colors\n color: $red-900;\n background-color: $bg-red-light;\n border-color: $border-red-light;\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $bg-red-light;\n }\n\n &::before {\n border-bottom-color: $border-red-light;\n }\n }\n }\n}\n\n.note {\n min-height: 17px;\n margin: $spacer-1 0 2px;\n font-size: $font-size-small;\n color: $text-gray;\n\n .spinner {\n // stylelint-disable-next-line primer/spacing\n margin-right: 3px;\n vertical-align: middle;\n }\n}\n","// Needs refactoring\n// stylelint-disable selector-no-qualifying-type, selector-max-type\ndl.form-group > dd, // TODO: Deprecate\n.form-group > .form-group-body {\n .form-control {\n &.is-autocheck-loading,\n &.is-autocheck-successful,\n &.is-autocheck-errored {\n // stylelint-disable-next-line primer/spacing\n padding-right: 30px; // Leave some space for our validation icons\n }\n\n &.is-autocheck-loading {\n background-image: url(\"/images/spinners/octocat-spinner-16px.gif\");\n }\n\n &.is-autocheck-successful {\n background-image: url(\"/images/modules/ajax/success.png\");\n }\n\n &.is-autocheck-errored {\n background-image: url(\"/images/modules/ajax/error.png\");\n }\n }\n}\n\n// Retinization of form validation icons that aren't octicons yet\n@include retina-media-query {\n dl.form-group > dd, // TODO: Deprecate\n .form-group > .form-group-body {\n .form-control {\n &.is-autocheck-loading,\n &.is-autocheck-successful,\n &.is-autocheck-errored {\n background-size: 16px 16px;\n }\n\n &.is-autocheck-loading {\n background-image: url(\"/images/spinners/octocat-spinner-32.gif\");\n }\n\n &.is-autocheck-successful {\n background-image: url(\"/images/modules/ajax/success@2x.png\");\n }\n\n &.is-autocheck-errored {\n background-image: url(\"/images/modules/ajax/error@2x.png\");\n }\n }\n }\n}\n\n// Inline verification\n// This overrides primer's inline form stuff\n.status-indicator {\n display: inline-block;\n width: 16px;\n height: 16px;\n // stylelint-disable-next-line primer/spacing\n margin-left: 5px;\n\n .octicon {\n display: none;\n }\n}\n\n.status-indicator-success {\n // Override primer\n &::before {\n content: \"\";\n }\n\n .octicon-check {\n display: inline-block;\n // stylelint-disable-next-line primer/colors\n color: $green;\n fill: $green;\n }\n\n .octicon-x {\n display: none;\n }\n}\n\n.status-indicator-failed {\n // Override primer\n &::before {\n content: \"\";\n }\n\n .octicon-check {\n display: none;\n }\n\n .octicon-x {\n display: inline-block;\n color: $text-red;\n fill: $red;\n }\n}\n\n.status-indicator-loading {\n width: 16px;\n background-image: url(\"/images/spinners/octocat-spinner-32-EAF2F5.gif\");\n background-repeat: no-repeat;\n background-position: 0 0;\n background-size: 16px;\n}\n\n.inline-form {\n display: inline-block;\n\n .btn-plain {\n background-color: transparent;\n border: 0;\n }\n}\n\n// Drag and drop\n//\n// Previously part of `_forms.scss` in Primer. Needs accounting for.\n\n.drag-and-drop {\n // stylelint-disable-next-line primer/spacing\n padding: 7px 10px;\n margin: 0;\n // stylelint-disable-next-line primer/typography\n font-size: 13px;\n // stylelint-disable-next-line primer/typography\n line-height: 16px;\n color: $text-gray;\n background-color: $bg-gray-light;\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style darken($gray-300, 5%);\n border-top: 0;\n border-bottom-right-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n\n .default,\n .loading,\n .error {\n display: none;\n }\n\n .error {\n color: $text-red;\n }\n\n // Spinner\n img {\n vertical-align: top;\n }\n}\n\n.is-default .drag-and-drop .default {\n display: inline-block;\n}\n\n.is-uploading .drag-and-drop .loading {\n display: inline-block;\n}\n\n.is-bad-file .drag-and-drop .bad-file {\n display: inline-block;\n}\n\n.is-duplicate-filename .drag-and-drop .duplicate-filename {\n display: inline-block;\n}\n\n.is-too-big .drag-and-drop .too-big {\n display: inline-block;\n}\n\n.is-hidden-file .drag-and-drop .hidden-file {\n display: inline-block;\n}\n\n.is-empty .drag-and-drop .empty {\n display: inline-block;\n}\n\n.is-bad-permissions .drag-and-drop .bad-permissions {\n display: inline-block;\n}\n\n.is-repository-required .drag-and-drop .repository-required {\n display: inline-block;\n}\n\n.drag-and-drop-error-info {\n font-weight: $font-weight-normal;\n color: $text-gray;\n\n a {\n color: $text-blue;\n }\n}\n\n.is-failed .drag-and-drop .failed-request {\n display: inline-block;\n}\n\n.manual-file-chooser {\n position: absolute;\n width: 240px;\n // stylelint-disable-next-line primer/spacing\n padding: 5px;\n // stylelint-disable-next-line primer/spacing\n margin-left: -80px;\n cursor: pointer;\n opacity: 0.0001;\n}\n\n.manual-file-chooser:hover + .manual-file-chooser-text {\n text-decoration: underline;\n}\n\n.btn {\n // align manual-file-chooser inside a button\n .manual-file-chooser {\n top: 0;\n padding: 0;\n // stylelint-disable-next-line primer/typography\n line-height: 34px;\n }\n}\n\n// Focused Textarea styles\n.upload-enabled {\n textarea {\n display: block;\n // stylelint-disable-next-line primer/borders\n border-bottom: $border-width dashed lighten($gray-300, 5%);\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n\n &.focused {\n border-radius: $border-radius;\n box-shadow: $form-control-shadow, $btn-input-focus-shadow;\n\n .form-control {\n box-shadow: none;\n }\n\n .drag-and-drop {\n // stylelint-disable-next-line primer/borders\n border-color: lighten($blue-400, 8%);\n }\n }\n}\n\n// Dropping a file on top\n.dragover textarea,\n.dragover .drag-and-drop {\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: rgba(#c9ff00, 1) 0 0 3px;\n}\n\n.write-content {\n position: relative;\n}\n\n// Form style with a write and a preview tab\n.previewable-comment-form {\n position: relative;\n\n .tabnav {\n position: relative;\n padding: $spacer-2 $spacer-2 0;\n }\n\n .comment {\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style darken($gray-300, 5%);\n }\n\n .comment-form-error { margin-bottom: $spacer-2; }\n\n .write-content,\n .preview-content {\n display: none;\n margin: 0 $spacer-2 $spacer-2;\n }\n\n &.write-selected .write-content,\n &.preview-selected .preview-content {\n display: block;\n }\n\n textarea {\n display: block;\n width: 100%;\n min-height: 100px;\n max-height: 500px;\n padding: $spacer-2;\n resize: vertical;\n }\n}\n\n// Used in our boxed-group-less form styles. Give the sumbit button enough space\n// to breathe without the need for the extra hr.\n.form-action-spacious {\n // stylelint-disable-next-line primer/spacing\n margin-top: 10px;\n}\n\n// A two column form, with a .main and a .sidebar column\n//\n// Override some `.timeline-comment-wrapper` defaults.\n// The `div` is needed to be more specific than the other class.\ndiv.composer {\n margin-top: 0;\n border: 0;\n}\n\n// Override the previewable comment form defaults\n.composer .comment-form-textarea {\n height: 200px;\n min-height: 200px;\n}\n\n// stylelint-disable-next-line primer/spacing\n.composer .tabnav { margin: 0 0 10px; }\n\n// Misc CSS\n//\n// Previously part of `_forms.scss` in Primer. Needs accounting for.\n\nh2.account {\n // stylelint-disable-next-line primer/spacing\n margin: 15px 0 0;\n // stylelint-disable-next-line primer/typography\n font-size: 18px;\n font-weight: $font-weight-normal;\n color: $text-gray;\n}\n\np.explain {\n position: relative;\n font-size: $font-size-small;\n color: $text-gray;\n\n strong {\n color: $text-gray-dark;\n }\n\n .octicon {\n // stylelint-disable-next-line primer/spacing\n margin-right: 5px;\n // stylelint-disable-next-line primer/colors\n color: $gray-400;\n }\n\n .minibutton {\n top: -4px;\n float: right;\n }\n}\n\n// fix for chrome bug, see https://github.com/github/github/issues/53931\n.form-group label {\n position: static;\n}\n",".input-group {\n display: table;\n\n .form-control {\n position: relative;\n width: 100%;\n\n &:focus {\n z-index: 2;\n }\n\n + .btn {\n margin-left: 0;\n }\n }\n\n // For when you want the input group to behave like inline-block.\n &.inline {\n display: inline-table;\n }\n}\n\n.input-group .form-control,\n.input-group-button {\n display: table-cell;\n}\n\n.input-group-button {\n width: 1%;\n vertical-align: middle; // Match the inputs\n}\n\n.input-group .form-control:first-child,\n.input-group-button:first-child .btn {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.input-group-button:first-child .btn {\n // stylelint-disable-next-line primer/spacing\n margin-right: -1px;\n}\n\n.input-group .form-control:last-child,\n.input-group-button:last-child .btn {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.input-group-button:last-child .btn {\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n}\n","// Tab like radio group\n\n.radio-group {\n @include clearfix;\n}\n\n.radio-label {\n float: left;\n // stylelint-disable-next-line primer/spacing\n padding: 6px $spacer-3 6px ($spacer-3 + 12px + $spacer-2); // 12px is the size of the radio-input\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n font-size: $body-font-size;\n // stylelint-disable-next-line primer/typography\n line-height: 20px; // Specifically not inherit our `<body>` default\n color: $text-gray-dark;\n cursor: pointer;\n border: $border-width $border-style $border-gray-dark;\n\n :checked + & {\n position: relative;\n z-index: 1;\n border-color: $border-blue;\n }\n\n &:first-of-type {\n margin-left: 0;\n border-top-left-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:last-of-type {\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n }\n}\n\n.radio-input {\n z-index: 3;\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin: 10px (-$spacer-5) 0 $spacer-3;\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/forms.js b/assets/sass/@primer/css/dist/forms.js deleted file mode 100644 index a3089b1..0000000 --- a/assets/sass/@primer/css/dist/forms.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/forms.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/header.css b/assets/sass/@primer/css/dist/header.css deleted file mode 100644 index aeb9a17..0000000 --- a/assets/sass/@primer/css/dist/header.css +++ /dev/null @@ -1,3 +0,0 @@ -.Header{z-index:32;display:flex;padding:16px;font-size:14px;line-height:1.5;color:rgba(255,255,255,0.7);background-color:#24292e;align-items:center;flex-wrap:nowrap}.Header-item{display:flex;margin-right:16px;align-self:stretch;align-items:center;flex-wrap:nowrap}.Header-item--full{flex:auto}.Header-link{font-weight:600;color:#fff;white-space:nowrap}.Header-link:hover,.Header-link:focus{color:rgba(255,255,255,0.7);text-decoration:none} - -/*# sourceMappingURL=header.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/header.css.map b/assets/sass/@primer/css/dist/header.css.map deleted file mode 100644 index 53e2ea2..0000000 --- a/assets/sass/@primer/css/dist/header.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/header/header.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/typography.scss","../src/src/support/variables/color-system.scss"],"names":[],"mappings":"AAAA,QACE,UAAW,CACX,YAAa,CACb,YCkCoB,CDjCpB,cEaY,CFZZ,eE0Bc,CFxBd,2BGLU,CHMV,wBGQuB,CHPvB,kBAAmB,CACnB,gBAAiB,CAClB,aAGC,YAAa,CACb,iBCsBoB,CDrBpB,kBAAmB,CACnB,kBAAmB,CACnB,gBAAiB,CAClB,mBAGC,SAAU,CACX,aAGC,eEHoB,CFIpB,UGzBU,CH0BV,kBAAmB,CAHrB,sCAQI,2BG/BQ,CHgCR,oBAAqB","file":"header.css","sourcesContent":[".Header {\n z-index: 32; // TODO: Figure out z-index system\n display: flex;\n padding: $spacer-3;\n font-size: $h5-size;\n line-height: $lh-default;\n // stylelint-disable-next-line primer/colors\n color: $white-fade-70;\n background-color: $bg-gray-dark;\n align-items: center;\n flex-wrap: nowrap;\n}\n\n.Header-item {\n display: flex;\n margin-right: $spacer-3;\n align-self: stretch;\n align-items: center;\n flex-wrap: nowrap;\n}\n\n.Header-item--full {\n flex: auto;\n}\n\n.Header-link {\n font-weight: $font-weight-bold;\n color: $text-white;\n white-space: nowrap;\n\n &:hover,\n &:focus {\n // stylelint-disable-next-line primer/colors\n color: $white-fade-70;\n text-decoration: none;\n }\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/header.js b/assets/sass/@primer/css/dist/header.js deleted file mode 100644 index 5986dfb..0000000 --- a/assets/sass/@primer/css/dist/header.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/header.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/labels.css b/assets/sass/@primer/css/dist/labels.css deleted file mode 100644 index 4b50a20..0000000 --- a/assets/sass/@primer/css/dist/labels.css +++ /dev/null @@ -1,3 +0,0 @@ -.IssueLabel{height:20px;padding:0.15em 4px;font-size:12px;font-weight:600;line-height:15px;border-radius:2px;box-shadow:inset 0 -1px 0 rgba(27,31,35,0.12)}.IssueLabel .g-emoji{position:relative;top:-0.05em;display:inline-block;font-size:1em;line-height:1}.IssueLabel:hover{text-decoration:none}.IssueLabel--big{padding:4px 8px;font-size:14px;font-weight:600;border-radius:3px;transition:opacity 0.2s linear}.IssueLabel--big .g-emoji{display:inline-block;margin-top:-1px}.IssueLabel--big:hover{opacity:0.85}.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:400;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;white-space:nowrap;background-color:#6a737d;border-radius:3px}.State--green{background-color:#2cbe4e}.State--purple{background-color:#6f42c1}.State--red{background-color:#cb2431}.State--small{padding:.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:empty{visibility:hidden}.Counter--gray-light{color:#24292e;background-color:rgba(27,31,35,0.15)}.Counter--gray{color:#fff;background-color:#6a737d}.diffstat{font-size:12px;font-weight:600;color:#586069;white-space:nowrap;cursor:default}.diffstat-block-deleted,.diffstat-block-added,.diffstat-block-neutral{display:inline-block;width:8px;height:8px;margin-left:1px}.diffstat-block-deleted{background-color:#cb2431}.diffstat-block-added{background-color:#2cbe4e}.diffstat-block-neutral{background-color:#d1d5da} - -/*# sourceMappingURL=labels.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/labels.css.map b/assets/sass/@primer/css/dist/labels.css.map deleted file mode 100644 index 007eb18..0000000 --- a/assets/sass/@primer/css/dist/labels.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/labels/issue-labels.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/typography.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/misc.scss","../src/src/labels/labels.scss","../src/src/labels/states.scss","../src/src/labels/counters.scss","../src/src/labels/diffstat.scss","../src/src/support/variables/colors.scss"],"names":[],"mappings":"AAEA,YACE,WAAY,CAEZ,kBC8B2B,CD7B3B,cEYY,CFXZ,eEgBoB,CFdpB,gBAAiB,CAEjB,iBAAkB,CAElB,6CGZa,CHCf,qBAcI,iBAAkB,CAClB,WAAY,CACZ,oBAAqB,CACrB,aAAc,CACd,aESkB,CF3BtB,kBAsBI,oBAAqB,CACtB,iBAID,eCEU,CDDV,cEbY,CFcZ,eERoB,CFSpB,iBIzBiB,CJ0BjB,8BAA+B,CALjC,0BAQI,oBAAqB,CAErB,eAAgB,CAVpB,uBAcI,YAAa,CACd,QKlCD,iBAAkB,CACnB,cAMC,oBAAqB,CAErB,eJiB2B,CIhB3B,cHCoB,CGApB,eHGoB,CGFpB,aHQoB,CGPpB,UFpBU,CEsBV,iBAAkB,CAElB,6CFzBa,CEaf,0BAeI,oBAAqB,CACtB,aAQD,aFzBuB,CE2BvB,wBAAwC,CACzC,gBAIC,eAAgB,CAEhB,kBAAmB,CACnB,eHvBsB,CGwBtB,aFpCuB,CEqCvB,4BAA6B,CAC7B,oCFlDa,CEmDb,eAAgB,CACjB,sBAGC,aFpBuB,CEqBvB,wBFtBuB,CEuBxB,oBAIC,wBFlDuB,CEmDxB,eAGC,wBFJuB,CEKxB,cCxDC,oBAAqB,CACrB,eLmBU,CKlBV,eJUoB,CIRpB,gBAAiB,CACjB,UHdU,CGeV,iBAAkB,CAClB,kBAAmB,CAEnB,wBHRuB,CGSvB,iBFdiB,CEelB,cAGe,wBAAwC,CAAI,eAE3C,wBHyDQ,CGzDwB,YAGnC,wBH2CW,CG3CmB,cAG1C,kBLE2B,CKD3B,cJhBY,CIcd,uBAKI,SAAU,CACX,SCpCD,oBAAqB,CAErB,eAAgB,CAChB,cLeoB,CKdpB,eLiBoB,CKhBpB,aLsBoB,CKrBpB,aJKuB,CIHvB,oCJTa,CIWb,kBAAmB,CAXrB,eAcI,iBAAkB,CACnB,qBAID,aJJuB,CIMvB,oCJrBa,CIsBd,eAGC,UJxBU,CI0BV,wBJhBuB,CIiBxB,UCxBC,cNaY,CMZZ,eNiBoB,CMhBpB,aLMuB,CKLvB,kBAAmB,CACnB,cAAe,CAChB,sEAKC,oBAAqB,CACrB,SPeU,COdV,UPcU,COZV,eAAgB,CACjB,wBAGC,wBLkDuB,CKjDxB,sBAGC,wBCkBwC,CDjBzC,wBAGC,wBLrBuB","file":"labels.css","sourcesContent":["// Issue Labels\n\n.IssueLabel {\n height: 20px;\n // stylelint-disable-next-line primer/spacing\n padding: 0.15em $spacer-1;\n font-size: $h6-size;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 15px;\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: inset 0 -1px 0 rgba($black, 0.12);\n\n .g-emoji {\n position: relative;\n top: -0.05em;\n display: inline-block;\n font-size: 1em;\n line-height: $lh-condensed-ultra;\n }\n\n &:hover {\n text-decoration: none;\n }\n}\n\n.IssueLabel--big {\n padding: $spacer-1 $spacer-2;\n font-size: $h5-size;\n font-weight: $font-weight-bold;\n border-radius: $border-radius;\n transition: opacity 0.2s linear;\n\n .g-emoji {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n margin-top: -1px;\n }\n\n &:hover {\n opacity: 0.85;\n }\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n","// Needs refactoring\n// Labels\n//\n// Use labels to add keyword tags or phrases to issues and pull requests. These\n// are used within a list of issues/PRs, on individual issues/PRs, and within\n// the select menus that manage them.\n\n// Provide a wrapper to ensure labels stick together\n.labels {\n position: relative;\n}\n\n// Each label gets common styles\n// .label will be deprecated for .Label\n.label,\n.Label {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: 3px $spacer-1;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n line-height: $lh-condensed-ultra; // prevent inheritance from changing proportions\n color: $text-white;\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: inset 0 -1px 0 rgba($black, 0.12);\n\n &:hover {\n text-decoration: none;\n }\n}\n\n// Custom GitHub labels (not for issues/PRs/etc)\n//\n// Commonly used across the site to indicate a particular role. For example,\n// \"repo owner\" within code comments or role in organizations.\n.Label--gray {\n color: $text-gray;\n // stylelint-disable-next-line primer/colors\n background-color: lighten($gray-200, 3%);\n}\n\n.Label--outline {\n // stylelint-disable-next-line primer/spacing\n margin-top: -1px; // offsets the 1px border\n // stylelint-disable-next-line primer/spacing\n margin-bottom: -1px; // offsets the 1px border\n font-weight: $font-weight-normal;\n color: $text-gray;\n background-color: transparent;\n border: $border-width $border-style $border-black-fade;\n box-shadow: none;\n}\n\n.Label--outline-green {\n color: $text-green;\n border: $border-width $border-style $border-green;\n}\n\n.Label--gray-darker {\n // stylelint-disable-next-line primer/colors\n background-color: $gray;\n}\n\n.Label--orange {\n background-color: $bg-orange;\n}\n","// A rounded corner box containing a label \"open\" or \"closed\"\n// The default state is gray.\n//\n// open - $green background\n// reopened - $green background\n// closed - $red background\n// merged - $purple background\n\n// .state to be deprecated in replace of .State\n.state,\n.State {\n display: inline-block;\n padding: $spacer-1 $spacer-2;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-white;\n text-align: center;\n white-space: nowrap;\n // stylelint-disable-next-line primer/colors\n background-color: $gray-500;\n border-radius: $border-radius;\n}\n\n// stylelint-disable-next-line primer/colors\n.State--green { background-color: darken($green-400, 5%); }\n\n.State--purple { background-color: $bg-purple; }\n\n// stylelint-disable-next-line primer/colors\n.State--red { background-color: $red-600; }\n\n.State--small {\n padding: $em-spacer-2 $spacer-1;\n font-size: $h6-size;\n\n .octicon {\n width: 1em; // Ensures different icons don't change State indicator width\n }\n}\n","// Counters are rounded-corner badges for numbers\n.Counter {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: 2px 5px;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n line-height: $lh-condensed-ultra;\n color: $text-gray;\n // stylelint-disable-next-line primer/colors\n background-color: rgba($black, 0.08);\n // stylelint-disable-next-line primer/borders\n border-radius: 20px;\n\n &:empty {\n visibility: hidden;\n }\n}\n\n.Counter--gray-light {\n color: $text-gray-dark;\n // stylelint-disable-next-line primer/colors\n background-color: $black-fade-15;\n}\n\n.Counter--gray {\n color: $text-white;\n // stylelint-disable-next-line primer/colors\n background-color: $gray;\n}\n","// diffstat\n//\n// Green/red blocks showing additions and deletions\n\n.diffstat {\n font-size: $h6-size;\n font-weight: $font-weight-bold;\n color: $text-gray;\n white-space: nowrap;\n cursor: default;\n}\n\n.diffstat-block-deleted,\n.diffstat-block-added,\n.diffstat-block-neutral {\n display: inline-block;\n width: $spacer-2;\n height: $spacer-2;\n // stylelint-disable-next-line primer/spacing\n margin-left: 1px;\n}\n\n.diffstat-block-deleted {\n background-color: $bg-diffstat-deleted;\n}\n\n.diffstat-block-added {\n background-color: $bg-diffstat-added;\n}\n\n.diffstat-block-neutral {\n background-color: $bg-diffstat-neutral;\n}\n","@import \"color-system.scss\";\n// Color variables\n\n// Border colors\n$border-white: $white !default;\n$border-black-fade: $black-fade-15 !default;\n$border-white-fade: $white-fade-15 !default;\n$border-gray-dark: $gray-300 !default;\n$border-gray-darker: $gray-700 !default;\n$border-gray-light: lighten($gray-200, 3%) !default;\n$border-gray: $gray-200 !default;\n$border-blue: $blue-500 !default;\n$border-blue-light: $blue-200 !default;\n$border-green: $green-400 !default;\n$border-green-light: desaturate($green-300, 40%) !default;\n$border-purple: $purple !default;\n$border-red: $red !default;\n$border-red-light: desaturate($red-300, 60%) !default;\n$border-yellow: desaturate($yellow-300, 60%) !default;\n\n// Buttons have a slightly more opaque border than $border-black-fade (15% alpha)\n$border-color-button: rgba($black, 0.2) !default;\n\n// Background colors\n$bg-white: $white !default;\n$bg-black: $black !default;\n$bg-black-fade: $black-fade-50 !default;\n$bg-blue-light: $blue-000 !default;\n$bg-blue: $blue-500 !default;\n$bg-gray-dark: $gray-900 !default;\n$bg-gray-light: $gray-000 !default;\n$bg-gray: $gray-100 !default;\n$bg-green: $green-500 !default;\n$bg-green-light: $green-100 !default;\n$bg-orange: $orange-700 !default;\n$bg-purple: $purple-500 !default;\n$bg-purple-light: $purple-000 !default;\n$bg-pink: $pink-500 !default;\n$bg-red: $red-500 !default;\n$bg-red-light: $red-100 !default;\n$bg-yellow: $yellow-500 !default;\n$bg-yellow-light: $yellow-200 !default;\n$bg-yellow-dark: $yellow-700 !default;\n\n// diffstat background colors\n$bg-diffstat-added: darken($green-400, 5%) !default;\n$bg-diffstat-deleted: $red-600 !default;\n$bg-diffstat-neutral: $gray-300 !default;\n\n// Text colors\n$text-black: $black !default;\n$text-white: $white !default;\n$text-blue: $blue-500 !default;\n$text-gray-dark: $gray-900 !default;\n$text-gray-light: $gray-500 !default;\n$text-gray: $gray-600 !default;\n$text-green: $green-500 !default;\n$text-orange: $orange-900 !default;\n$text-orange-light: $orange-600 !default;\n$text-purple: $purple !default;\n$text-pink: $pink-500 !default;\n$text-red: $red-600 !default;\n$text-yellow: $yellow-800 !default;\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/labels.js b/assets/sass/@primer/css/dist/labels.js deleted file mode 100644 index f3bd9e0..0000000 --- a/assets/sass/@primer/css/dist/labels.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/labels.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/layout.css b/assets/sass/@primer/css/dist/layout.css deleted file mode 100644 index ac14852..0000000 --- a/assets/sass/@primer/css/dist/layout.css +++ /dev/null @@ -1,3 +0,0 @@ -.container-sm{max-width:544px;margin-right:auto;margin-left:auto}.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}.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% !important}.offset-2{margin-left:16.66667% !important}.offset-3{margin-left:25% !important}.offset-4{margin-left:33.33333% !important}.offset-5{margin-left:41.66667% !important}.offset-6{margin-left:50% !important}.offset-7{margin-left:58.33333% !important}.offset-8{margin-left:66.66667% !important}.offset-9{margin-left:75% !important}.offset-10{margin-left:83.33333% !important}.offset-11{margin-left:91.66667% !important}@media (min-width: 544px){.offset-sm-1{margin-left:8.33333% !important}.offset-sm-2{margin-left:16.66667% !important}.offset-sm-3{margin-left:25% !important}.offset-sm-4{margin-left:33.33333% !important}.offset-sm-5{margin-left:41.66667% !important}.offset-sm-6{margin-left:50% !important}.offset-sm-7{margin-left:58.33333% !important}.offset-sm-8{margin-left:66.66667% !important}.offset-sm-9{margin-left:75% !important}.offset-sm-10{margin-left:83.33333% !important}.offset-sm-11{margin-left:91.66667% !important}}@media (min-width: 768px){.offset-md-1{margin-left:8.33333% !important}.offset-md-2{margin-left:16.66667% !important}.offset-md-3{margin-left:25% !important}.offset-md-4{margin-left:33.33333% !important}.offset-md-5{margin-left:41.66667% !important}.offset-md-6{margin-left:50% !important}.offset-md-7{margin-left:58.33333% !important}.offset-md-8{margin-left:66.66667% !important}.offset-md-9{margin-left:75% !important}.offset-md-10{margin-left:83.33333% !important}.offset-md-11{margin-left:91.66667% !important}}@media (min-width: 1012px){.offset-lg-1{margin-left:8.33333% !important}.offset-lg-2{margin-left:16.66667% !important}.offset-lg-3{margin-left:25% !important}.offset-lg-4{margin-left:33.33333% !important}.offset-lg-5{margin-left:41.66667% !important}.offset-lg-6{margin-left:50% !important}.offset-lg-7{margin-left:58.33333% !important}.offset-lg-8{margin-left:66.66667% !important}.offset-lg-9{margin-left:75% !important}.offset-lg-10{margin-left:83.33333% !important}.offset-lg-11{margin-left:91.66667% !important}}@media (min-width: 1280px){.offset-xl-1{margin-left:8.33333% !important}.offset-xl-2{margin-left:16.66667% !important}.offset-xl-3{margin-left:25% !important}.offset-xl-4{margin-left:33.33333% !important}.offset-xl-5{margin-left:41.66667% !important}.offset-xl-6{margin-left:50% !important}.offset-xl-7{margin-left:58.33333% !important}.offset-xl-8{margin-left:66.66667% !important}.offset-xl-9{margin-left:75% !important}.offset-xl-10{margin-left:83.33333% !important}.offset-xl-11{margin-left:91.66667% !important}} - -/*# sourceMappingURL=layout.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/layout.css.map b/assets/sass/@primer/css/dist/layout.css.map deleted file mode 100644 index 5ec7da5..0000000 --- a/assets/sass/@primer/css/dist/layout.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/layout/container.scss","../src/src/support/variables/layout.scss","../src/src/layout/grid.scss","../src/src/support/mixins/layout.scss","../src/src/layout/grid-offset.scss"],"names":[],"mappings":"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","file":"layout.css","sourcesContent":["// Fixed-width, centered column for site content.\n// Handy container styles that match our breakpoints\n\n// 544px\n.container-sm {\n max-width: $width-sm;\n margin-right: auto;\n margin-left: auto;\n}\n\n// 768px\n.container-md {\n max-width: $container-md;\n margin-right: auto;\n margin-left: auto;\n}\n\n// 1004px - this matches the current fixed width: 980px + padding: px-3\n.container-lg {\n max-width: $container-lg;\n margin-right: auto;\n margin-left: auto;\n}\n\n// 1280px\n.container-xl {\n max-width: $container-xl;\n margin-right: auto;\n margin-left: auto;\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// GRID\n\n// Columns\n.col-1 { width: (1 / 12 * 100%); }\n.col-2 { width: (2 / 12 * 100%); }\n.col-3 { width: (3 / 12 * 100%); }\n.col-4 { width: (4 / 12 * 100%); }\n.col-5 { width: (5 / 12 * 100%); }\n.col-6 { width: (6 / 12 * 100%); }\n.col-7 { width: (7 / 12 * 100%); }\n.col-8 { width: (8 / 12 * 100%); }\n.col-9 { width: (9 / 12 * 100%); }\n.col-10 { width: (10 / 12 * 100%); }\n.col-11 { width: (11 / 12 * 100%); }\n.col-12 { width: 100%; }\n\n@each $breakpoint in map-keys($breakpoints) {\n @include breakpoint($breakpoint) {\n .col-#{$breakpoint}-1 { width: ( 1 / 12 * 100%); }\n .col-#{$breakpoint}-2 { width: ( 2 / 12 * 100%); }\n .col-#{$breakpoint}-3 { width: ( 3 / 12 * 100%); }\n .col-#{$breakpoint}-4 { width: ( 4 / 12 * 100%); }\n .col-#{$breakpoint}-5 { width: ( 5 / 12 * 100%); }\n .col-#{$breakpoint}-6 { width: ( 6 / 12 * 100%); }\n .col-#{$breakpoint}-7 { width: ( 7 / 12 * 100%); }\n .col-#{$breakpoint}-8 { width: ( 8 / 12 * 100%); }\n .col-#{$breakpoint}-9 { width: ( 9 / 12 * 100%); }\n .col-#{$breakpoint}-10 { width: ( 10 / 12 * 100%); }\n .col-#{$breakpoint}-11 { width: ( 11 / 12 * 100%); }\n .col-#{$breakpoint}-12 { width: 100%; }\n }\n}\n\n// Gutters\n// Apply padding and a negative margin to the outside of the container\n@mixin gutters ($gutter-width: $spacer-3) {\n margin-right: -$gutter-width;\n margin-left: -$gutter-width;\n\n > [class*=\"col-\"] {\n padding-right: $gutter-width !important;\n padding-left: $gutter-width !important;\n }\n}\n\n.gutter {\n @include gutters($spacer-3);\n}\n\n.gutter-condensed {\n @include gutters($spacer-2);\n}\n\n.gutter-spacious {\n @include gutters($spacer-4);\n}\n\n@each $breakpoint in map-keys($breakpoints) {\n @include breakpoint($breakpoint) {\n .gutter-#{$breakpoint} { @include gutters($spacer-3); }\n .gutter-#{$breakpoint}-condensed { @include gutters($spacer-2); }\n .gutter-#{$breakpoint}-spacious { @include gutters($spacer-4); }\n }\n}\n","// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n","// Optional offset options to work with grid.scss\n\n// Offset Columns\n\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n .offset#{$variant}-1 { margin-left: (1 / 12 * 100%) !important; }\n .offset#{$variant}-2 { margin-left: (2 / 12 * 100%) !important; }\n .offset#{$variant}-3 { margin-left: (3 / 12 * 100%) !important; }\n .offset#{$variant}-4 { margin-left: (4 / 12 * 100%) !important; }\n .offset#{$variant}-5 { margin-left: (5 / 12 * 100%) !important; }\n .offset#{$variant}-6 { margin-left: (6 / 12 * 100%) !important; }\n .offset#{$variant}-7 { margin-left: (7 / 12 * 100%) !important; }\n .offset#{$variant}-8 { margin-left: (8 / 12 * 100%) !important; }\n .offset#{$variant}-9 { margin-left: (9 / 12 * 100%) !important; }\n .offset#{$variant}-10 { margin-left: (10 / 12 * 100%) !important; }\n .offset#{$variant}-11 { margin-left: (11 / 12 * 100%) !important; }\n }\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/layout.js b/assets/sass/@primer/css/dist/layout.js deleted file mode 100644 index fdf0bcd..0000000 --- a/assets/sass/@primer/css/dist/layout.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/layout.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/loaders.css b/assets/sass/@primer/css/dist/loaders.css deleted file mode 100644 index 1f3a98e..0000000 --- a/assets/sass/@primer/css/dist/loaders.css +++ /dev/null @@ -1,3 +0,0 @@ -.AnimatedEllipsis{display:inline-block;overflow:hidden;vertical-align:bottom}.AnimatedEllipsis::after{display:inline-block;content:"...";animation:AnimatedEllipsis-keyframes 1.2s steps(4, jump-none) infinite}@keyframes AnimatedEllipsis-keyframes{0%{transform:translateX(-100%)}} - -/*# sourceMappingURL=loaders.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/loaders.css.map b/assets/sass/@primer/css/dist/loaders.css.map deleted file mode 100644 index f325aea..0000000 --- a/assets/sass/@primer/css/dist/loaders.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/loaders/loaders.scss"],"names":[],"mappings":"AAIA,kBACE,oBAAqB,CACrB,eAAgB,CAChB,qBAAsB,CAHxB,yBAMI,oBAAqB,CACrB,aAAc,CACd,sEAAuE,CACxE,sCAGC,GAAK,2BAA4B,CAAA","file":"loaders.css","sourcesContent":["// Loaders\n\n// Animated Ellipsis\n\n.AnimatedEllipsis {\n display: inline-block;\n overflow: hidden;\n vertical-align: bottom;\n\n &::after {\n display: inline-block;\n content: \"...\";\n animation: AnimatedEllipsis-keyframes 1.2s steps(4, jump-none) infinite;\n }\n\n @keyframes AnimatedEllipsis-keyframes {\n 0% { transform: translateX(-100%); }\n }\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/loaders.js b/assets/sass/@primer/css/dist/loaders.js deleted file mode 100644 index b2f13c1..0000000 --- a/assets/sass/@primer/css/dist/loaders.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/loaders.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/markdown.css b/assets/sass/@primer/css/dist/markdown.css deleted file mode 100644 index b94cbf8..0000000 --- a/assets/sass/@primer/css/dist/markdown.css +++ /dev/null @@ -1,3 +0,0 @@ -.markdown-body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body kbd{display:inline-block;padding:3px 5px;font:11px "SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;line-height:10px;color:#444d56;vertical-align:middle;background-color:#fafbfc;border:solid 1px #d1d5da;border-bottom-color:#d1d5da;border-radius:3px;box-shadow:inset 0 -1px 0 #d1d5da}.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,.markdown-body details{margin-top:0;margin-bottom:16px}.markdown-body hr{height:.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 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{word-wrap:break-all}.markdown-body li>p{margin-top:16px}.markdown-body li+li{margin-top:.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.2em 0.4em;margin:0;font-size:85%;background-color:rgba(27,31,35,0.05);border-radius:3px}.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 .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} - -/*# sourceMappingURL=markdown.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/markdown.css.map b/assets/sass/@primer/css/dist/markdown.css.map deleted file mode 100644 index 881366b..0000000 --- a/assets/sass/@primer/css/dist/markdown.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/markdown/markdown-body.scss","../src/src/support/variables/typography.scss","../src/src/base/kbd.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/misc.scss","../src/src/support/variables/layout.scss","../src/src/markdown/headings.scss","../src/src/support/variables/colors.scss","../src/src/markdown/lists.scss","../src/src/markdown/tables.scss","../src/src/markdown/images.scss","../src/src/markdown/code.scss","../src/src/markdown/blob-csv.scss"],"names":[],"mappings":"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","file":"markdown.css","sourcesContent":["// All of our block level items should have the same margin\n// stylelint-disable selector-max-type\n\n// This is styling for generic markdownized text. Anything you put in a\n// container with .markdown-body on it should render generally well. It also\n// includes some GitHub Flavored Markdown specific styling (like @mentions)\n.markdown-body {\n font-family: $body-font;\n font-size: $h4-size;\n line-height: $body-line-height;\n word-wrap: break-word;\n\n @import \"../base/kbd.scss\"; // adds support for keyboard shortcuts\n\n // Clearfix on the markdown body\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n\n > *:first-child {\n margin-top: 0 !important;\n }\n\n > *:last-child {\n margin-bottom: 0 !important;\n }\n\n // Anchors like <a name=\"examples\">. These sometimes end up wrapped around\n // text when users mistakenly forget to close the tag or use self-closing tag\n // syntax. We don't want them to appear like links.\n // FIXME: a:not(:link):not(:visited) would be a little clearer here (and\n // possibly faster to match), but it breaks styling of <a href> elements due\n // to https://bugs.webkit.org/show_bug.cgi?id=142737.\n a:not([href]) {\n color: inherit;\n text-decoration: none;\n }\n\n // Link Colors\n .absent {\n color: $text-red;\n }\n\n .anchor {\n float: left;\n padding-right: $spacer-1;\n // stylelint-disable-next-line primer/spacing\n margin-left: -20px;\n line-height: $lh-condensed-ultra;\n\n &:focus {\n outline: none;\n }\n }\n\n p,\n blockquote,\n ul,\n ol,\n dl,\n table,\n pre,\n details {\n margin-top: 0;\n margin-bottom: $spacer-3;\n }\n\n hr {\n height: $em-spacer-3;\n padding: 0;\n margin: $spacer-4 0;\n // stylelint-disable-next-line primer/colors\n background-color: $gray-200;\n border: 0;\n }\n\n blockquote {\n // stylelint-disable-next-line primer/spacing\n padding: 0 1em;\n color: $text-gray-light;\n // stylelint-disable-next-line primer/borders\n border-left: 0.25em $border-style lighten($gray-300, 5%);\n\n > :first-child {\n margin-top: 0;\n }\n\n > :last-child {\n margin-bottom: 0;\n }\n }\n}\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Keyboard shortcuts\n// stylelint-disable selector-max-type\n\nkbd {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: ($spacer-1 - 1) ($spacer-1 + 1);\n font: 11px $mono-font;\n // stylelint-disable-next-line primer/typography\n line-height: 10px;\n // stylelint-disable-next-line primer/colors\n color: $gray-700;\n vertical-align: middle;\n background-color: $bg-gray-light;\n // stylelint-disable-next-line primer/borders\n border: $border-style $border-width $border-gray-dark;\n border-bottom-color: $border-gray-dark;\n border-radius: $border-radius;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: inset 0 -1px 0 $border-gray-dark;\n}\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Needs refactoring\n// stylelint-disable selector-max-compound-selectors, selector-max-specificity\n// stylelint-disable selector-max-type\n.markdown-body {\n // Headings\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin-top: $spacer-4;\n margin-bottom: $spacer-3;\n font-weight: $font-weight-bold;\n line-height: $lh-condensed;\n\n .octicon-link {\n color: $text-black;\n vertical-align: middle;\n visibility: hidden;\n }\n\n &:hover .anchor {\n text-decoration: none;\n\n .octicon-link {\n visibility: visible;\n }\n }\n\n tt,\n code {\n font-size: inherit;\n }\n }\n\n h1 {\n // stylelint-disable-next-line primer/spacing\n padding-bottom: 0.3em;\n // stylelint-disable-next-line primer/typography\n font-size: 2em;\n border-bottom: $border-width $border-style $border-gray-light;\n }\n\n h2 {\n // stylelint-disable-next-line primer/spacing\n padding-bottom: 0.3em;\n // stylelint-disable-next-line primer/typography\n font-size: 1.5em;\n border-bottom: $border-width $border-style $border-gray-light;\n }\n\n h3 {\n // stylelint-disable-next-line primer/typography\n font-size: 1.25em;\n }\n\n h4 {\n font-size: 1em;\n }\n\n h5 {\n // stylelint-disable-next-line primer/typography\n font-size: 0.875em;\n }\n\n h6 {\n // stylelint-disable-next-line primer/typography\n font-size: 0.85em;\n color: $text-gray-light;\n }\n}\n","@import \"color-system.scss\";\n// Color variables\n\n// Border colors\n$border-white: $white !default;\n$border-black-fade: $black-fade-15 !default;\n$border-white-fade: $white-fade-15 !default;\n$border-gray-dark: $gray-300 !default;\n$border-gray-darker: $gray-700 !default;\n$border-gray-light: lighten($gray-200, 3%) !default;\n$border-gray: $gray-200 !default;\n$border-blue: $blue-500 !default;\n$border-blue-light: $blue-200 !default;\n$border-green: $green-400 !default;\n$border-green-light: desaturate($green-300, 40%) !default;\n$border-purple: $purple !default;\n$border-red: $red !default;\n$border-red-light: desaturate($red-300, 60%) !default;\n$border-yellow: desaturate($yellow-300, 60%) !default;\n\n// Buttons have a slightly more opaque border than $border-black-fade (15% alpha)\n$border-color-button: rgba($black, 0.2) !default;\n\n// Background colors\n$bg-white: $white !default;\n$bg-black: $black !default;\n$bg-black-fade: $black-fade-50 !default;\n$bg-blue-light: $blue-000 !default;\n$bg-blue: $blue-500 !default;\n$bg-gray-dark: $gray-900 !default;\n$bg-gray-light: $gray-000 !default;\n$bg-gray: $gray-100 !default;\n$bg-green: $green-500 !default;\n$bg-green-light: $green-100 !default;\n$bg-orange: $orange-700 !default;\n$bg-purple: $purple-500 !default;\n$bg-purple-light: $purple-000 !default;\n$bg-pink: $pink-500 !default;\n$bg-red: $red-500 !default;\n$bg-red-light: $red-100 !default;\n$bg-yellow: $yellow-500 !default;\n$bg-yellow-light: $yellow-200 !default;\n$bg-yellow-dark: $yellow-700 !default;\n\n// diffstat background colors\n$bg-diffstat-added: darken($green-400, 5%) !default;\n$bg-diffstat-deleted: $red-600 !default;\n$bg-diffstat-neutral: $gray-300 !default;\n\n// Text colors\n$text-black: $black !default;\n$text-white: $white !default;\n$text-blue: $blue-500 !default;\n$text-gray-dark: $gray-900 !default;\n$text-gray-light: $gray-500 !default;\n$text-gray: $gray-600 !default;\n$text-green: $green-500 !default;\n$text-orange: $orange-900 !default;\n$text-orange-light: $orange-600 !default;\n$text-purple: $purple !default;\n$text-pink: $pink-500 !default;\n$text-red: $red-600 !default;\n$text-yellow: $yellow-800 !default;\n","// Base styles\n// stylelint-disable selector-no-qualifying-type\n// stylelint-disable selector-max-type\n.markdown-body {\n\n // Lists, Blockquotes & Such\n ul,\n ol {\n // stylelint-disable-next-line primer/spacing\n padding-left: 2em;\n\n &.no-list {\n padding: 0;\n list-style-type: none;\n }\n }\n\n // Did someone complain about list spacing? Encourage them\n // to create the spacing with their markdown formatting.\n // List behavior should be controled by the markup, not the css.\n //\n // For lists with padding between items, use blank\n // lines between items. This will generate paragraphs with\n // padding to space things out.\n //\n // - item\n //\n // - item\n //\n // - item\n //\n // For list without padding, don't use blank lines.\n //\n // - item\n // - item\n // - item\n //\n // Modifying the css to emulate these behaviors merely brakes\n // one case in the process of solving another. Don't change\n // this unless it's really really a bug.\n ul ul,\n ul ol,\n ol ol,\n ol ul {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n li {\n word-wrap: break-all;\n }\n\n li > p {\n margin-top: $spacer-3;\n }\n\n li + li {\n margin-top: $em-spacer-3;\n }\n\n dl {\n padding: 0;\n\n dt {\n padding: 0;\n margin-top: $spacer-3;\n font-size: 1em;\n font-style: italic;\n font-weight: $font-weight-bold;\n }\n\n dd {\n padding: 0 $spacer-3;\n margin-bottom: $spacer-3;\n }\n }\n}\n","// Needs refactoring\n// stylelint-disable selector-max-type\n.markdown-body {\n // Tables\n table {\n display: block;\n width: 100%;\n overflow: auto;\n\n th {\n font-weight: $font-weight-bold;\n }\n\n th,\n td {\n // stylelint-disable-next-line primer/spacing\n padding: 6px 13px;\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style lighten($gray-300, 5%);\n }\n\n tr {\n background-color: $bg-white;\n // stylelint-disable-next-line primer/borders\n border-top: $border-width $border-style darken($gray-300, 4%);\n\n &:nth-child(2n) {\n background-color: $bg-gray;\n }\n }\n\n img {\n background-color: transparent;\n }\n }\n}\n","// Need to target base styles\n// stylelint-disable selector-max-compound-selectors, selector-no-qualifying-type\n// stylelint-disable selector-max-type\n.markdown-body {\n // Images & Stuff\n img {\n max-width: 100%;\n // because we put padding on the images to hide header lines, and some people\n // specify the width of their images in their markdown.\n box-sizing: content-box;\n background-color: $bg-white;\n\n &[align=right] {\n // stylelint-disable-next-line primer/spacing\n padding-left: 20px;\n }\n\n &[align=left] {\n // stylelint-disable-next-line primer/spacing\n padding-right: 20px;\n }\n }\n\n .emoji {\n max-width: none;\n vertical-align: text-top;\n // Override `<img>` styles so Emjois don't clash with zebra striping in our tables\n background-color: transparent;\n }\n\n // Gollum Image Tags\n\n // Framed\n span.frame {\n display: block;\n overflow: hidden;\n\n > span {\n display: block;\n float: left;\n width: auto;\n // stylelint-disable-next-line primer/spacing\n padding: 7px;\n // stylelint-disable-next-line primer/spacing\n margin: 13px 0 0;\n overflow: hidden;\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style lighten($gray-300, 5%);\n }\n\n span img {\n display: block;\n float: left;\n }\n\n span span {\n display: block;\n // stylelint-disable-next-line primer/spacing\n padding: 5px 0 0;\n clear: both;\n color: $text-gray-dark;\n }\n }\n\n span.align-center {\n display: block;\n overflow: hidden;\n clear: both;\n\n > span {\n display: block;\n // stylelint-disable-next-line primer/spacing\n margin: 13px auto 0;\n overflow: hidden;\n text-align: center;\n }\n\n span img {\n margin: 0 auto;\n text-align: center;\n }\n }\n\n span.align-right {\n display: block;\n overflow: hidden;\n clear: both;\n\n > span {\n display: block;\n // stylelint-disable-next-line primer/spacing\n margin: 13px 0 0;\n overflow: hidden;\n text-align: right;\n }\n\n span img {\n margin: 0;\n text-align: right;\n }\n }\n\n span.float-left {\n display: block;\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin-right: 13px;\n overflow: hidden;\n\n span {\n // stylelint-disable-next-line primer/spacing\n margin: 13px 0 0;\n }\n }\n\n span.float-right {\n display: block;\n float: right;\n // stylelint-disable-next-line primer/spacing\n margin-left: 13px;\n overflow: hidden;\n\n > span {\n display: block;\n // stylelint-disable-next-line primer/spacing\n margin: 13px auto 0;\n overflow: hidden;\n text-align: right;\n }\n }\n}\n","// stylelint-disable selector-max-type\n.markdown-body {\n // Inline code snippets\n code,\n tt {\n // stylelint-disable-next-line primer/spacing\n padding: 0.2em 0.4em;\n margin: 0;\n // stylelint-disable-next-line primer/typography\n font-size: 85%;\n // stylelint-disable-next-line primer/colors\n background-color: rgba($black, 0.05);\n border-radius: $border-radius;\n\n br { display: none; }\n }\n\n del code { text-decoration: inherit; }\n\n pre {\n word-wrap: normal;\n\n // Code tags within code blocks (<pre>s)\n > code {\n padding: 0;\n margin: 0;\n // stylelint-disable-next-line primer/typography\n font-size: 100%;\n word-break: normal;\n white-space: pre;\n background: transparent;\n border: 0;\n }\n }\n\n .highlight {\n margin-bottom: $spacer-3;\n\n pre {\n margin-bottom: 0;\n word-break: normal;\n }\n }\n\n .highlight pre,\n pre {\n padding: $spacer-3;\n overflow: auto;\n // stylelint-disable-next-line primer/typography\n font-size: 85%;\n // stylelint-disable-next-line primer/typography\n line-height: 1.45;\n background-color: $bg-gray;\n border-radius: $border-radius;\n }\n\n pre code,\n pre tt {\n display: inline;\n max-width: auto;\n padding: 0;\n margin: 0;\n overflow: visible;\n line-height: inherit;\n word-wrap: normal;\n background-color: transparent;\n border: 0;\n }\n}\n","// stylelint-disable selector-max-type\n.markdown-body .csv-data {\n td,\n th {\n // stylelint-disable-next-line primer/spacing\n padding: 5px;\n overflow: hidden;\n font-size: $font-size-small;\n line-height: $lh-condensed-ultra;\n text-align: left;\n white-space: nowrap;\n }\n\n .blob-num {\n // stylelint-disable-next-line primer/spacing\n padding: 10px $spacer-2 9px;\n text-align: right;\n background: $bg-white;\n border: 0;\n }\n\n tr { border-top: 0; }\n\n th {\n font-weight: $font-weight-bold;\n background: $bg-gray;\n border-top: 0;\n }\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/markdown.js b/assets/sass/@primer/css/dist/markdown.js deleted file mode 100644 index dd857d4..0000000 --- a/assets/sass/@primer/css/dist/markdown.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/markdown.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/marketing-buttons.css b/assets/sass/@primer/css/dist/marketing-buttons.css deleted file mode 100644 index 572d726..0000000 --- a/assets/sass/@primer/css/dist/marketing-buttons.css +++ /dev/null @@ -1,3 +0,0 @@ -@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local("Inter"),local("Inter-Regular"),url("/fonts/Inter-Regular.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local("Inter Medium"),local("Inter-Medium"),url("/fonts/Inter-Medium.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local("Inter Bold"),local("Inter-Bold"),url("/fonts/Inter-Bold.woff") format("woff");font-display:swap}.btn-mktg{display:inline-block;padding:16px 24px;font-size:14px;font-weight:500;color:#fff;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#1074e7;border:1px solid #1074e7;border-radius:3px;transition:.2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn-mktg:hover{text-decoration:none;background-color:#0366d6;border-color:#0366d6}.btn-mktg:focus{outline:0;box-shadow:0 0 0 0.2em rgba(3,102,214,0.3)}.btn-mktg:disabled,.btn-mktg.disabled,.btn-mktg[aria-disabled=true]{pointer-events:none;cursor:default;opacity:0.65}.btn-primary-mktg{background-color:#2ebc4f;border-color:#2ebc4f}.btn-primary-mktg:hover{background-color:#28a745;border-color:#28a745}.btn-primary-mktg:focus{box-shadow:0 0 0 0.2em rgba(40,167,69,0.3)}.btn-large-mktg{padding:20px 32px;font-size:16px}.btn-outline-mktg{color:#1074e7;background-color:rgba(255,255,255,0);border-color:rgba(16,116,231,0.5)}.btn-outline-mktg:hover{color:#0366d6;text-decoration:none;background-color:rgba(255,255,255,0);border-color:#1074e7}.btn-transparent{color:#fff;background-color:transparent;background-image:none;border:1px solid rgba(255,255,255,0.5)}.btn-transparent:hover,.btn-transparent:active{color:#2f363d;background-color:#fff;background-image:none;border-color:#fff} - -/*# sourceMappingURL=marketing-buttons.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/marketing-buttons.css.map b/assets/sass/@primer/css/dist/marketing-buttons.css.map deleted file mode 100644 index 4fe3d0d..0000000 --- a/assets/sass/@primer/css/dist/marketing-buttons.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/marketing/src/marketing/support/variables.scss","../src/marketing/src/support/variables/typography.scss","../src/marketing/src/marketing/buttons/button.scss","../src/marketing/src/support/variables/layout.scss","../src/marketing/src/support/variables/color-system.scss","../src/marketing/src/support/variables/misc.scss"],"names":[],"mappings":"AAGA,WACE,iBAAkB,CAClB,iBAAkB,CAClB,eCmBsB,CDlBtB,yFAA4G,CAC5G,iBAAkB,CAGpB,WACE,iBAAkB,CAClB,iBAAkB,CAClB,eCUwB,CDTxB,8FAAiH,CACjH,iBAAkB,CAGpB,WACE,iBAAkB,CAClB,iBAAkB,CAClB,eCCoB,CDApB,wFAA2G,CAC3G,iBAAkB,CExBpB,UACE,oBAAqB,CACrB,iBCoCoB,CDnCpB,cDcY,CCbZ,eDoBwB,CCnBxB,UEHU,CFIV,kBAAmB,CACnB,qBAAsB,CACtB,cAAe,CACf,wBAAiB,CAAjB,qBAAiB,CAAjB,oBAAiB,CAAjB,gBAAiB,CAEjB,wBFwBwC,CEtBxC,wBFsBwC,CErBxC,iBGPiB,CHQjB,cAAgC,CAChC,uBAAY,CAAZ,oBAAY,CAAZ,eAAgB,CAhBlB,gBAmBI,oBAAqB,CACrB,wBEIqB,CFHrB,oBEGqB,CFxBzB,gBAyBI,SAAU,CAEV,0CEHqB,CFxBzB,oEAiCI,mBAAoB,CACpB,cAAe,CACf,YAAa,CACd,kBAKD,wBFP2C,CES3C,oBFT2C,CEK7C,wBAOI,wBEVqB,CFYrB,oBEZqB,CFGzB,wBAcI,0CEjBqB,CFkBtB,gBAKD,iBCpBoB,CDqBpB,cD5CY,CC6Cb,kBAIC,aF9BwC,CEgCxC,oCEjEU,CFmEV,iCFlCwC,CE4B1C,wBASI,aEhDqB,CFiDrB,oBAAqB,CAErB,oCEzEQ,CF2ER,oBF1CsC,CE2CvC,iBAWD,UEvFU,CFwFV,4BAA6B,CAC7B,qBAAsB,CAEtB,sCE3FU,CFsFZ,+CANE,aEnEuB,CFoEvB,qBEjFU,CFkFV,qBAAsB,CACtB,iBEnFU","file":"marketing-buttons.css","sourcesContent":["$marketing-font-path: \"/fonts/\" !default;\n\n// Type\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-normal;\n src: local(\"Inter\"), local(\"Inter-Regular\"), url(\"#{$marketing-font-path}Inter-Regular.woff\") format(\"woff\");\n font-display: swap;\n}\n\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-semibold;\n src: local(\"Inter Medium\"), local(\"Inter-Medium\"), url(\"#{$marketing-font-path}Inter-Medium.woff\") format(\"woff\");\n font-display: swap;\n}\n\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-bold;\n src: local(\"Inter Bold\"), local(\"Inter-Bold\"), url(\"#{$marketing-font-path}Inter-Bold.woff\") format(\"woff\");\n font-display: swap;\n}\n\n$font-mktg: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\" !default;\n\n// Builds upon @primer/css/support/variables/typography.scss\n$h000-size: 64px !default;\n$h000-size-mobile: 48px !default;\n\n// Colors\n$green-mktg: mix($green-500, $green-400, 50%) !default;\n$blue-mktg: mix($blue-400, $blue-500, 42%) !default;\n\n// Animations\n$transition-time: 0.4s !default;\n\n// Increases the core spacing scale first by 8px for $spacer-7, then by 16px\n// increments from $spacer-8 to $spacer-12, i.e. after 40px, we have 48, 64,\n// 80, 96, etc.\n$spacer-7: $spacer * 6 !default; // 48px\n$spacer-8: $spacer * 8 !default; // 64px\n$spacer-9: $spacer * 10 !default; // 80px\n$spacer-10: $spacer * 12 !default; // 96px\n$spacer-11: $spacer * 14 !default; // 112px\n$spacer-12: $spacer * 16 !default; // 128px\n\n$marketing-spacers: (\n 7: $spacer-7,\n 8: $spacer-8,\n 9: $spacer-9,\n 10: $spacer-10,\n 11: $spacer-11,\n 12: $spacer-12,\n) !default;\n\n$marketing-all-spacers: map-merge(\n (\n 0: 0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n ),\n $marketing-spacers,\n) !default;\n\n$marketing-position-variants: (\n \"\": \"\",\n md: \"-md\",\n lg: \"-lg\",\n) !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n",".btn-mktg {\n display: inline-block;\n padding: $spacer-3 $spacer-4;\n font-size: $h5-size;\n font-weight: $font-weight-semibold;\n color: $text-white;\n white-space: nowrap;\n vertical-align: middle;\n cursor: pointer;\n user-select: none;\n // stylelint-disable-next-line primer/colors\n background-color: $blue-mktg;\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style $blue-mktg;\n border-radius: $border-radius;\n transition: $transition-time / 2;\n appearance: none; // Corrects inability to style clickable `input` types in iOS.\n\n &:hover {\n text-decoration: none;\n background-color: $bg-blue;\n border-color: $border-blue;\n }\n\n &:focus {\n outline: 0;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 0 0.2em rgba($blue-500, 0.3);\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n pointer-events: none; // Disable hover styles\n cursor: default;\n opacity: 0.65;\n }\n}\n\n.btn-primary-mktg {\n // stylelint-disable-next-line primer/colors\n background-color: $green-mktg;\n // stylelint-disable-next-line primer/borders\n border-color: $green-mktg;\n\n &:hover {\n background-color: $bg-green;\n // stylelint-disable-next-line primer/borders\n border-color: $green-500;\n }\n\n &:focus {\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 0 0.2em rgba($green-500, 0.3);\n }\n}\n\n.btn-large-mktg {\n // stylelint-disable-next-line primer/spacing\n padding: 20px $spacer-5;\n font-size: $h4-size;\n}\n\n.btn-outline-mktg {\n // stylelint-disable-next-line primer/colors\n color: $blue-mktg;\n // stylelint-disable-next-line primer/colors\n background-color: rgba($white, 0);\n // stylelint-disable-next-line primer/borders\n border-color: rgba($blue-mktg, 0.5);\n\n &:hover {\n color: $text-blue;\n text-decoration: none;\n // stylelint-disable-next-line primer/colors\n background-color: rgba($white, 0);\n // stylelint-disable-next-line primer/borders\n border-color: rgba($blue-mktg, 1);\n }\n}\n\n@mixin btn-transparent-active {\n color: $gray-800;\n background-color: $white;\n background-image: none;\n border-color: $white;\n}\n\n.btn-transparent {\n color: $text-white;\n background-color: transparent;\n background-image: none;\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style $white-fade-50;\n\n &:hover,\n &:active {\n @include btn-transparent-active;\n }\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/marketing-buttons.js b/assets/sass/@primer/css/dist/marketing-buttons.js deleted file mode 100644 index 76d3b83..0000000 --- a/assets/sass/@primer/css/dist/marketing-buttons.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/marketing-buttons.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/marketing-support.css b/assets/sass/@primer/css/dist/marketing-support.css deleted file mode 100644 index 5936fca..0000000 --- a/assets/sass/@primer/css/dist/marketing-support.css +++ /dev/null @@ -1,3 +0,0 @@ -@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local("Inter"),local("Inter-Regular"),url("/fonts/Inter-Regular.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local("Inter Medium"),local("Inter-Medium"),url("/fonts/Inter-Medium.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local("Inter Bold"),local("Inter-Bold"),url("/fonts/Inter-Bold.woff") format("woff");font-display:swap} - -/*# sourceMappingURL=marketing-support.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/marketing-support.css.map b/assets/sass/@primer/css/dist/marketing-support.css.map deleted file mode 100644 index 67d8999..0000000 --- a/assets/sass/@primer/css/dist/marketing-support.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/marketing/src/marketing/support/variables.scss","../src/marketing/src/support/variables/typography.scss"],"names":[],"mappings":"AAGA,WACE,iBAAkB,CAClB,iBAAkB,CAClB,eCmBsB,CDlBtB,yFAA4G,CAC5G,iBAAkB,CAGpB,WACE,iBAAkB,CAClB,iBAAkB,CAClB,eCUwB,CDTxB,8FAAiH,CACjH,iBAAkB,CAGpB,WACE,iBAAkB,CAClB,iBAAkB,CAClB,eCCoB,CDApB,wFAA2G,CAC3G,iBAAkB","file":"marketing-support.css","sourcesContent":["$marketing-font-path: \"/fonts/\" !default;\n\n// Type\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-normal;\n src: local(\"Inter\"), local(\"Inter-Regular\"), url(\"#{$marketing-font-path}Inter-Regular.woff\") format(\"woff\");\n font-display: swap;\n}\n\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-semibold;\n src: local(\"Inter Medium\"), local(\"Inter-Medium\"), url(\"#{$marketing-font-path}Inter-Medium.woff\") format(\"woff\");\n font-display: swap;\n}\n\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-bold;\n src: local(\"Inter Bold\"), local(\"Inter-Bold\"), url(\"#{$marketing-font-path}Inter-Bold.woff\") format(\"woff\");\n font-display: swap;\n}\n\n$font-mktg: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\" !default;\n\n// Builds upon @primer/css/support/variables/typography.scss\n$h000-size: 64px !default;\n$h000-size-mobile: 48px !default;\n\n// Colors\n$green-mktg: mix($green-500, $green-400, 50%) !default;\n$blue-mktg: mix($blue-400, $blue-500, 42%) !default;\n\n// Animations\n$transition-time: 0.4s !default;\n\n// Increases the core spacing scale first by 8px for $spacer-7, then by 16px\n// increments from $spacer-8 to $spacer-12, i.e. after 40px, we have 48, 64,\n// 80, 96, etc.\n$spacer-7: $spacer * 6 !default; // 48px\n$spacer-8: $spacer * 8 !default; // 64px\n$spacer-9: $spacer * 10 !default; // 80px\n$spacer-10: $spacer * 12 !default; // 96px\n$spacer-11: $spacer * 14 !default; // 112px\n$spacer-12: $spacer * 16 !default; // 128px\n\n$marketing-spacers: (\n 7: $spacer-7,\n 8: $spacer-8,\n 9: $spacer-9,\n 10: $spacer-10,\n 11: $spacer-11,\n 12: $spacer-12,\n) !default;\n\n$marketing-all-spacers: map-merge(\n (\n 0: 0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n ),\n $marketing-spacers,\n) !default;\n\n$marketing-position-variants: (\n \"\": \"\",\n md: \"-md\",\n lg: \"-lg\",\n) !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/marketing-support.js b/assets/sass/@primer/css/dist/marketing-support.js deleted file mode 100644 index 8b319f9..0000000 --- a/assets/sass/@primer/css/dist/marketing-support.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/marketing-support.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/marketing-type.css b/assets/sass/@primer/css/dist/marketing-type.css deleted file mode 100644 index aabb5bc..0000000 --- a/assets/sass/@primer/css/dist/marketing-type.css +++ /dev/null @@ -1,3 +0,0 @@ -@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local("Inter"),local("Inter-Regular"),url("/fonts/Inter-Regular.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local("Inter Medium"),local("Inter-Medium"),url("/fonts/Inter-Medium.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local("Inter Bold"),local("Inter-Bold"),url("/fonts/Inter-Bold.woff") format("woff");font-display:swap}.h000-mktg,.h00-mktg,.h0-mktg,.h1-mktg,.h2-mktg,.h3-mktg,.h4-mktg,.h5-mktg,.h6-mktg,.lead-mktg{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:500}.h000-mktg{font-size:48px !important}@media (min-width: 768px){.h000-mktg{font-size:64px !important}}.h00-mktg{font-size:40px !important}@media (min-width: 768px){.h00-mktg{font-size:48px !important}}.h0-mktg{font-size:32px !important}@media (min-width: 768px){.h0-mktg{font-size:40px !important}}.h1-mktg{font-size:26px !important}@media (min-width: 768px){.h1-mktg{font-size:32px !important}}.h2-mktg{font-size:22px !important}@media (min-width: 768px){.h2-mktg{font-size:24px !important}}.h3-mktg{font-size:18px !important}@media (min-width: 768px){.h3-mktg{font-size:20px !important}}.h4-mktg{font-size:16px !important}.h5-mktg{font-size:14px !important}.h6-mktg{font-size:12px !important}.lead-mktg{font-size:20px;font-weight:400}.pullquote{padding-top:0;padding-bottom:0;padding-left:8px;margin-bottom:24px;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,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}} - -/*# sourceMappingURL=marketing-type.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/marketing-type.css.map b/assets/sass/@primer/css/dist/marketing-type.css.map deleted file mode 100644 index 638e163..0000000 --- a/assets/sass/@primer/css/dist/marketing-type.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/marketing/src/marketing/support/variables.scss","../src/marketing/src/support/variables/typography.scss","../src/marketing/src/marketing/type/typography.scss","../src/marketing/src/support/mixins/layout.scss","../src/marketing/src/support/variables/layout.scss","../src/marketing/src/support/variables/color-system.scss"],"names":[],"mappings":"AAGA,WACE,iBAAkB,CAClB,iBAAkB,CAClB,eCmBsB,CDlBtB,yFAA4G,CAC5G,iBAAkB,CAGpB,WACE,iBAAkB,CAClB,iBAAkB,CAClB,eCUwB,CDTxB,8FAAiH,CACjH,iBAAkB,CAGpB,WACE,iBAAkB,CAClB,iBAAkB,CAClB,eCCoB,CDApB,wFAA2G,CAC3G,iBAAkB,CEtBpB,+FAUE,+IFesJ,CEdtJ,eDWwB,CCVzB,WAGC,yBAAuC,CCHnC,0BDON,WAH4B,yBAAgC,CAGzB,CAOnC,UAJE,yBAAsC,CCVlC,0BDcN,UAH4B,yBAA+B,CAG1B,CAOjC,SAJE,yBAAqC,CCjBjC,0BDqBN,SAH4B,yBAA8B,CAG3B,CAO/B,SAJE,yBAAqC,CCxBjC,0BD4BN,SAH4B,yBAA8B,CAG3B,CAO/B,SAJE,yBAAqC,CC/BjC,0BDmCN,SAH4B,yBAA8B,CAG3B,CAO/B,SAJE,yBAAqC,CCtCjC,0BD0CN,SAH4B,yBAA8B,CAG3B,CAE/B,SACE,yBAA8B,CAC/B,SAGC,yBAA8B,CAC/B,SAGC,yBAA8B,CAC/B,WAIC,cDzDY,CC0DZ,eDhDsB,CCmDW,WAKjC,aAAc,CACd,gBAAiB,CACjB,gBEpDU,CFqDV,kBE9CoB,CF+CpB,uEDhDyE,CCiDzE,cDtEY,CCuEZ,eAAgB,CAChB,aG3EuB,CH4EvB,6BGhFuB,CFKnB,0BDsFN,WARI,iBAA2B,CAC3B,kBEtDkB,CFuDlB,iBAAmC,CACnC,cAAe,CACf,eDjEY,CCuEf","file":"marketing-type.css","sourcesContent":["$marketing-font-path: \"/fonts/\" !default;\n\n// Type\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-normal;\n src: local(\"Inter\"), local(\"Inter-Regular\"), url(\"#{$marketing-font-path}Inter-Regular.woff\") format(\"woff\");\n font-display: swap;\n}\n\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-semibold;\n src: local(\"Inter Medium\"), local(\"Inter-Medium\"), url(\"#{$marketing-font-path}Inter-Medium.woff\") format(\"woff\");\n font-display: swap;\n}\n\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-bold;\n src: local(\"Inter Bold\"), local(\"Inter-Bold\"), url(\"#{$marketing-font-path}Inter-Bold.woff\") format(\"woff\");\n font-display: swap;\n}\n\n$font-mktg: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\" !default;\n\n// Builds upon @primer/css/support/variables/typography.scss\n$h000-size: 64px !default;\n$h000-size-mobile: 48px !default;\n\n// Colors\n$green-mktg: mix($green-500, $green-400, 50%) !default;\n$blue-mktg: mix($blue-400, $blue-500, 42%) !default;\n\n// Animations\n$transition-time: 0.4s !default;\n\n// Increases the core spacing scale first by 8px for $spacer-7, then by 16px\n// increments from $spacer-8 to $spacer-12, i.e. after 40px, we have 48, 64,\n// 80, 96, etc.\n$spacer-7: $spacer * 6 !default; // 48px\n$spacer-8: $spacer * 8 !default; // 64px\n$spacer-9: $spacer * 10 !default; // 80px\n$spacer-10: $spacer * 12 !default; // 96px\n$spacer-11: $spacer * 14 !default; // 112px\n$spacer-12: $spacer * 16 !default; // 128px\n\n$marketing-spacers: (\n 7: $spacer-7,\n 8: $spacer-8,\n 9: $spacer-9,\n 10: $spacer-10,\n 11: $spacer-11,\n 12: $spacer-12,\n) !default;\n\n$marketing-all-spacers: map-merge(\n (\n 0: 0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n ),\n $marketing-spacers,\n) !default;\n\n$marketing-position-variants: (\n \"\": \"\",\n md: \"-md\",\n lg: \"-lg\",\n) !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Headings\n\n.h000-mktg,\n.h00-mktg,\n.h0-mktg,\n.h1-mktg,\n.h2-mktg,\n.h3-mktg,\n.h4-mktg,\n.h5-mktg,\n.h6-mktg,\n.lead-mktg {\n font-family: $font-mktg;\n font-weight: $font-weight-semibold;\n}\n\n@mixin h000-mktg {\n font-size: $h000-size-mobile !important;\n @include breakpoint(md) { font-size: $h000-size !important; }\n}\n\n.h000-mktg { @include h000-mktg; }\n\n@mixin h00-mktg {\n font-size: $h00-size-mobile !important;\n @include breakpoint(md) { font-size: $h00-size !important; }\n}\n\n.h00-mktg { @include h00-mktg; }\n\n@mixin h0-mktg {\n font-size: $h0-size-mobile !important;\n @include breakpoint(md) { font-size: $h0-size !important; }\n}\n\n.h0-mktg { @include h0-mktg; }\n\n@mixin h1-mktg {\n font-size: $h1-size-mobile !important;\n @include breakpoint(md) { font-size: $h1-size !important; }\n}\n\n.h1-mktg { @include h1-mktg; }\n\n@mixin h2-mktg {\n font-size: $h2-size-mobile !important;\n @include breakpoint(md) { font-size: $h2-size !important; }\n}\n\n.h2-mktg { @include h2-mktg; }\n\n@mixin h3-mktg {\n font-size: $h3-size-mobile !important;\n @include breakpoint(md) { font-size: $h3-size !important; }\n}\n\n.h3-mktg { @include h3-mktg; }\n\n.h4-mktg {\n font-size: $h4-size !important;\n}\n\n.h5-mktg {\n font-size: $h5-size !important;\n}\n\n.h6-mktg {\n font-size: $h6-size !important;\n}\n\n// Big opening paragraphs\n@mixin lead-mktg {\n font-size: $h3-size;\n font-weight: $font-weight-normal;\n}\n\n.lead-mktg { @include lead-mktg; }\n\n// Pullquote\n\n@mixin pullquote {\n padding-top: 0;\n padding-bottom: 0;\n padding-left: $spacer;\n margin-bottom: $spacer-4;\n font-family: $mono-font;\n font-size: $h4-size;\n line-height: 1.4;\n color: $text-gray;\n border-left: 3px solid $border-color;\n\n @include breakpoint(md) {\n padding-left: $spacer * 1.5;\n margin-bottom: $spacer-5;\n margin-left: (-$spacer * 1.5) - 3px;\n font-size: 18px;\n line-height: $lh-default;\n }\n}\n\n.pullquote {\n @include pullquote;\n}\n","// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/marketing-type.js b/assets/sass/@primer/css/dist/marketing-type.js deleted file mode 100644 index 117f318..0000000 --- a/assets/sass/@primer/css/dist/marketing-type.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/marketing-type.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/marketing-utilities.css b/assets/sass/@primer/css/dist/marketing-utilities.css deleted file mode 100644 index 940823c..0000000 --- a/assets/sass/@primer/css/dist/marketing-utilities.css +++ /dev/null @@ -1,3 +0,0 @@ -@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local("Inter"),local("Inter-Regular"),url("/fonts/Inter-Regular.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local("Inter Medium"),local("Inter-Medium"),url("/fonts/Inter-Medium.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local("Inter Bold"),local("Inter-Bold"),url("/fonts/Inter-Bold.woff") format("woff");font-display:swap}.grayscale{filter:grayscale(100%)}.top-0{top:0 !important}.right-0{right:0 !important}.bottom-0{bottom:0 !important}.left-0{left:0 !important}.top-n0{top:0 !important}.right-n0{right:0 !important}.bottom-n0{bottom:0 !important}.left-n0{left:0 !important}.top-1{top:4px !important}.right-1{right:4px !important}.bottom-1{bottom:4px !important}.left-1{left:4px !important}.top-n1{top:-4px !important}.right-n1{right:-4px !important}.bottom-n1{bottom:-4px !important}.left-n1{left:-4px !important}.top-2{top:8px !important}.right-2{right:8px !important}.bottom-2{bottom:8px !important}.left-2{left:8px !important}.top-n2{top:-8px !important}.right-n2{right:-8px !important}.bottom-n2{bottom:-8px !important}.left-n2{left:-8px !important}.top-3{top:16px !important}.right-3{right:16px !important}.bottom-3{bottom:16px !important}.left-3{left:16px !important}.top-n3{top:-16px !important}.right-n3{right:-16px !important}.bottom-n3{bottom:-16px !important}.left-n3{left:-16px !important}.top-4{top:24px !important}.right-4{right:24px !important}.bottom-4{bottom:24px !important}.left-4{left:24px !important}.top-n4{top:-24px !important}.right-n4{right:-24px !important}.bottom-n4{bottom:-24px !important}.left-n4{left:-24px !important}.top-5{top:32px !important}.right-5{right:32px !important}.bottom-5{bottom:32px !important}.left-5{left:32px !important}.top-n5{top:-32px !important}.right-n5{right:-32px !important}.bottom-n5{bottom:-32px !important}.left-n5{left:-32px !important}.top-6{top:40px !important}.right-6{right:40px !important}.bottom-6{bottom:40px !important}.left-6{left:40px !important}.top-n6{top:-40px !important}.right-n6{right:-40px !important}.bottom-n6{bottom:-40px !important}.left-n6{left:-40px !important}.top-7{top:48px !important}.right-7{right:48px !important}.bottom-7{bottom:48px !important}.left-7{left:48px !important}.top-n7{top:-48px !important}.right-n7{right:-48px !important}.bottom-n7{bottom:-48px !important}.left-n7{left:-48px !important}.top-8{top:64px !important}.right-8{right:64px !important}.bottom-8{bottom:64px !important}.left-8{left:64px !important}.top-n8{top:-64px !important}.right-n8{right:-64px !important}.bottom-n8{bottom:-64px !important}.left-n8{left:-64px !important}.top-9{top:80px !important}.right-9{right:80px !important}.bottom-9{bottom:80px !important}.left-9{left:80px !important}.top-n9{top:-80px !important}.right-n9{right:-80px !important}.bottom-n9{bottom:-80px !important}.left-n9{left:-80px !important}.top-10{top:96px !important}.right-10{right:96px !important}.bottom-10{bottom:96px !important}.left-10{left:96px !important}.top-n10{top:-96px !important}.right-n10{right:-96px !important}.bottom-n10{bottom:-96px !important}.left-n10{left:-96px !important}.top-11{top:112px !important}.right-11{right:112px !important}.bottom-11{bottom:112px !important}.left-11{left:112px !important}.top-n11{top:-112px !important}.right-n11{right:-112px !important}.bottom-n11{bottom:-112px !important}.left-n11{left:-112px !important}.top-12{top:128px !important}.right-12{right:128px !important}.bottom-12{bottom:128px !important}.left-12{left:128px !important}.top-n12{top:-128px !important}.right-n12{right:-128px !important}.bottom-n12{bottom:-128px !important}.left-n12{left:-128px !important}@media (min-width: 768px){.top-md-0{top:0 !important}.right-md-0{right:0 !important}.bottom-md-0{bottom:0 !important}.left-md-0{left:0 !important}.top-md-n0{top:0 !important}.right-md-n0{right:0 !important}.bottom-md-n0{bottom:0 !important}.left-md-n0{left:0 !important}.top-md-1{top:4px !important}.right-md-1{right:4px !important}.bottom-md-1{bottom:4px !important}.left-md-1{left:4px !important}.top-md-n1{top:-4px !important}.right-md-n1{right:-4px !important}.bottom-md-n1{bottom:-4px !important}.left-md-n1{left:-4px !important}.top-md-2{top:8px !important}.right-md-2{right:8px !important}.bottom-md-2{bottom:8px !important}.left-md-2{left:8px !important}.top-md-n2{top:-8px !important}.right-md-n2{right:-8px !important}.bottom-md-n2{bottom:-8px !important}.left-md-n2{left:-8px !important}.top-md-3{top:16px !important}.right-md-3{right:16px !important}.bottom-md-3{bottom:16px !important}.left-md-3{left:16px !important}.top-md-n3{top:-16px !important}.right-md-n3{right:-16px !important}.bottom-md-n3{bottom:-16px !important}.left-md-n3{left:-16px !important}.top-md-4{top:24px !important}.right-md-4{right:24px !important}.bottom-md-4{bottom:24px !important}.left-md-4{left:24px !important}.top-md-n4{top:-24px !important}.right-md-n4{right:-24px !important}.bottom-md-n4{bottom:-24px !important}.left-md-n4{left:-24px !important}.top-md-5{top:32px !important}.right-md-5{right:32px !important}.bottom-md-5{bottom:32px !important}.left-md-5{left:32px !important}.top-md-n5{top:-32px !important}.right-md-n5{right:-32px !important}.bottom-md-n5{bottom:-32px !important}.left-md-n5{left:-32px !important}.top-md-6{top:40px !important}.right-md-6{right:40px !important}.bottom-md-6{bottom:40px !important}.left-md-6{left:40px !important}.top-md-n6{top:-40px !important}.right-md-n6{right:-40px !important}.bottom-md-n6{bottom:-40px !important}.left-md-n6{left:-40px !important}.top-md-7{top:48px !important}.right-md-7{right:48px !important}.bottom-md-7{bottom:48px !important}.left-md-7{left:48px !important}.top-md-n7{top:-48px !important}.right-md-n7{right:-48px !important}.bottom-md-n7{bottom:-48px !important}.left-md-n7{left:-48px !important}.top-md-8{top:64px !important}.right-md-8{right:64px !important}.bottom-md-8{bottom:64px !important}.left-md-8{left:64px !important}.top-md-n8{top:-64px !important}.right-md-n8{right:-64px !important}.bottom-md-n8{bottom:-64px !important}.left-md-n8{left:-64px !important}.top-md-9{top:80px !important}.right-md-9{right:80px !important}.bottom-md-9{bottom:80px !important}.left-md-9{left:80px !important}.top-md-n9{top:-80px !important}.right-md-n9{right:-80px !important}.bottom-md-n9{bottom:-80px !important}.left-md-n9{left:-80px !important}.top-md-10{top:96px !important}.right-md-10{right:96px !important}.bottom-md-10{bottom:96px !important}.left-md-10{left:96px !important}.top-md-n10{top:-96px !important}.right-md-n10{right:-96px !important}.bottom-md-n10{bottom:-96px !important}.left-md-n10{left:-96px !important}.top-md-11{top:112px !important}.right-md-11{right:112px !important}.bottom-md-11{bottom:112px !important}.left-md-11{left:112px !important}.top-md-n11{top:-112px !important}.right-md-n11{right:-112px !important}.bottom-md-n11{bottom:-112px !important}.left-md-n11{left:-112px !important}.top-md-12{top:128px !important}.right-md-12{right:128px !important}.bottom-md-12{bottom:128px !important}.left-md-12{left:128px !important}.top-md-n12{top:-128px !important}.right-md-n12{right:-128px !important}.bottom-md-n12{bottom:-128px !important}.left-md-n12{left:-128px !important}}@media (min-width: 1012px){.top-lg-0{top:0 !important}.right-lg-0{right:0 !important}.bottom-lg-0{bottom:0 !important}.left-lg-0{left:0 !important}.top-lg-n0{top:0 !important}.right-lg-n0{right:0 !important}.bottom-lg-n0{bottom:0 !important}.left-lg-n0{left:0 !important}.top-lg-1{top:4px !important}.right-lg-1{right:4px !important}.bottom-lg-1{bottom:4px !important}.left-lg-1{left:4px !important}.top-lg-n1{top:-4px !important}.right-lg-n1{right:-4px !important}.bottom-lg-n1{bottom:-4px !important}.left-lg-n1{left:-4px !important}.top-lg-2{top:8px !important}.right-lg-2{right:8px !important}.bottom-lg-2{bottom:8px !important}.left-lg-2{left:8px !important}.top-lg-n2{top:-8px !important}.right-lg-n2{right:-8px !important}.bottom-lg-n2{bottom:-8px !important}.left-lg-n2{left:-8px !important}.top-lg-3{top:16px !important}.right-lg-3{right:16px !important}.bottom-lg-3{bottom:16px !important}.left-lg-3{left:16px !important}.top-lg-n3{top:-16px !important}.right-lg-n3{right:-16px !important}.bottom-lg-n3{bottom:-16px !important}.left-lg-n3{left:-16px !important}.top-lg-4{top:24px !important}.right-lg-4{right:24px !important}.bottom-lg-4{bottom:24px !important}.left-lg-4{left:24px !important}.top-lg-n4{top:-24px !important}.right-lg-n4{right:-24px !important}.bottom-lg-n4{bottom:-24px !important}.left-lg-n4{left:-24px !important}.top-lg-5{top:32px !important}.right-lg-5{right:32px !important}.bottom-lg-5{bottom:32px !important}.left-lg-5{left:32px !important}.top-lg-n5{top:-32px !important}.right-lg-n5{right:-32px !important}.bottom-lg-n5{bottom:-32px !important}.left-lg-n5{left:-32px !important}.top-lg-6{top:40px !important}.right-lg-6{right:40px !important}.bottom-lg-6{bottom:40px !important}.left-lg-6{left:40px !important}.top-lg-n6{top:-40px !important}.right-lg-n6{right:-40px !important}.bottom-lg-n6{bottom:-40px !important}.left-lg-n6{left:-40px !important}.top-lg-7{top:48px !important}.right-lg-7{right:48px !important}.bottom-lg-7{bottom:48px !important}.left-lg-7{left:48px !important}.top-lg-n7{top:-48px !important}.right-lg-n7{right:-48px !important}.bottom-lg-n7{bottom:-48px !important}.left-lg-n7{left:-48px !important}.top-lg-8{top:64px !important}.right-lg-8{right:64px !important}.bottom-lg-8{bottom:64px !important}.left-lg-8{left:64px !important}.top-lg-n8{top:-64px !important}.right-lg-n8{right:-64px !important}.bottom-lg-n8{bottom:-64px !important}.left-lg-n8{left:-64px !important}.top-lg-9{top:80px !important}.right-lg-9{right:80px !important}.bottom-lg-9{bottom:80px !important}.left-lg-9{left:80px !important}.top-lg-n9{top:-80px !important}.right-lg-n9{right:-80px !important}.bottom-lg-n9{bottom:-80px !important}.left-lg-n9{left:-80px !important}.top-lg-10{top:96px !important}.right-lg-10{right:96px !important}.bottom-lg-10{bottom:96px !important}.left-lg-10{left:96px !important}.top-lg-n10{top:-96px !important}.right-lg-n10{right:-96px !important}.bottom-lg-n10{bottom:-96px !important}.left-lg-n10{left:-96px !important}.top-lg-11{top:112px !important}.right-lg-11{right:112px !important}.bottom-lg-11{bottom:112px !important}.left-lg-11{left:112px !important}.top-lg-n11{top:-112px !important}.right-lg-n11{right:-112px !important}.bottom-lg-n11{bottom:-112px !important}.left-lg-n11{left:-112px !important}.top-lg-12{top:128px !important}.right-lg-12{right:128px !important}.bottom-lg-12{bottom:128px !important}.left-lg-12{left:128px !important}.top-lg-n12{top:-128px !important}.right-lg-n12{right:-128px !important}.bottom-lg-n12{bottom:-128px !important}.left-lg-n12{left:-128px !important}}.offset-n1{margin-left:-8.33333%}.offset-n2{margin-left:-16.66667%}.offset-n3{margin-left:-25%}.offset-n4{margin-left:-33.33333%}.offset-n5{margin-left:-41.66667%}.offset-n6{margin-left:-50%}.offset-n7{margin-left:-58.33333%}@media (min-width: 544px){.offset-sm-n1{margin-left:-8.33333%}.offset-sm-n2{margin-left:-16.66667%}.offset-sm-n3{margin-left:-25%}.offset-sm-n4{margin-left:-33.33333%}.offset-sm-n5{margin-left:-41.66667%}.offset-sm-n6{margin-left:-50%}.offset-sm-n7{margin-left:-58.33333%}}@media (min-width: 768px){.offset-md-n1{margin-left:-8.33333%}.offset-md-n2{margin-left:-16.66667%}.offset-md-n3{margin-left:-25%}.offset-md-n4{margin-left:-33.33333%}.offset-md-n5{margin-left:-41.66667%}.offset-md-n6{margin-left:-50%}.offset-md-n7{margin-left:-58.33333%}}@media (min-width: 1012px){.offset-lg-n1{margin-left:-8.33333%}.offset-lg-n2{margin-left:-16.66667%}.offset-lg-n3{margin-left:-25%}.offset-lg-n4{margin-left:-33.33333%}.offset-lg-n5{margin-left:-41.66667%}.offset-lg-n6{margin-left:-50%}.offset-lg-n7{margin-left:-58.33333%}}@media (min-width: 1280px){.offset-xl-n1{margin-left:-8.33333%}.offset-xl-n2{margin-left:-16.66667%}.offset-xl-n3{margin-left:-25%}.offset-xl-n4{margin-left:-33.33333%}.offset-xl-n5{margin-left:-41.66667%}.offset-xl-n6{margin-left:-50%}.offset-xl-n7{margin-left:-58.33333%}}.mt-0{margin-top:0 !important}.mb-0{margin-bottom:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.mt-1{margin-top:4px !important}.mb-1{margin-bottom:4px !important}.my-1{margin-top:4px !important;margin-bottom:4px !important}.mt-2{margin-top:8px !important}.mb-2{margin-bottom:8px !important}.my-2{margin-top:8px !important;margin-bottom:8px !important}.mt-3{margin-top:16px !important}.mb-3{margin-bottom:16px !important}.my-3{margin-top:16px !important;margin-bottom:16px !important}.mt-4{margin-top:24px !important}.mb-4{margin-bottom:24px !important}.my-4{margin-top:24px !important;margin-bottom:24px !important}.mt-5{margin-top:32px !important}.mb-5{margin-bottom:32px !important}.my-5{margin-top:32px !important;margin-bottom:32px !important}.mt-6{margin-top:40px !important}.mb-6{margin-bottom:40px !important}.my-6{margin-top:40px !important;margin-bottom:40px !important}.mt-7{margin-top:48px !important}.mb-7{margin-bottom:48px !important}.my-7{margin-top:48px !important;margin-bottom:48px !important}.mt-8{margin-top:64px !important}.mb-8{margin-bottom:64px !important}.my-8{margin-top:64px !important;margin-bottom:64px !important}.mt-9{margin-top:80px !important}.mb-9{margin-bottom:80px !important}.my-9{margin-top:80px !important;margin-bottom:80px !important}.mt-10{margin-top:96px !important}.mb-10{margin-bottom:96px !important}.my-10{margin-top:96px !important;margin-bottom:96px !important}.mt-11{margin-top:112px !important}.mb-11{margin-bottom:112px !important}.my-11{margin-top:112px !important;margin-bottom:112px !important}.mt-12{margin-top:128px !important}.mb-12{margin-bottom:128px !important}.my-12{margin-top:128px !important;margin-bottom:128px !important}@media (min-width: 544px){.mt-sm-0{margin-top:0 !important}.mb-sm-0{margin-bottom:0 !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.mt-sm-1{margin-top:4px !important}.mb-sm-1{margin-bottom:4px !important}.my-sm-1{margin-top:4px !important;margin-bottom:4px !important}.mt-sm-2{margin-top:8px !important}.mb-sm-2{margin-bottom:8px !important}.my-sm-2{margin-top:8px !important;margin-bottom:8px !important}.mt-sm-3{margin-top:16px !important}.mb-sm-3{margin-bottom:16px !important}.my-sm-3{margin-top:16px !important;margin-bottom:16px !important}.mt-sm-4{margin-top:24px !important}.mb-sm-4{margin-bottom:24px !important}.my-sm-4{margin-top:24px !important;margin-bottom:24px !important}.mt-sm-5{margin-top:32px !important}.mb-sm-5{margin-bottom:32px !important}.my-sm-5{margin-top:32px !important;margin-bottom:32px !important}.mt-sm-6{margin-top:40px !important}.mb-sm-6{margin-bottom:40px !important}.my-sm-6{margin-top:40px !important;margin-bottom:40px !important}.mt-sm-7{margin-top:48px !important}.mb-sm-7{margin-bottom:48px !important}.my-sm-7{margin-top:48px !important;margin-bottom:48px !important}.mt-sm-8{margin-top:64px !important}.mb-sm-8{margin-bottom:64px !important}.my-sm-8{margin-top:64px !important;margin-bottom:64px !important}.mt-sm-9{margin-top:80px !important}.mb-sm-9{margin-bottom:80px !important}.my-sm-9{margin-top:80px !important;margin-bottom:80px !important}.mt-sm-10{margin-top:96px !important}.mb-sm-10{margin-bottom:96px !important}.my-sm-10{margin-top:96px !important;margin-bottom:96px !important}.mt-sm-11{margin-top:112px !important}.mb-sm-11{margin-bottom:112px !important}.my-sm-11{margin-top:112px !important;margin-bottom:112px !important}.mt-sm-12{margin-top:128px !important}.mb-sm-12{margin-bottom:128px !important}.my-sm-12{margin-top:128px !important;margin-bottom:128px !important}}@media (min-width: 768px){.mt-md-0{margin-top:0 !important}.mb-md-0{margin-bottom:0 !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.mt-md-1{margin-top:4px !important}.mb-md-1{margin-bottom:4px !important}.my-md-1{margin-top:4px !important;margin-bottom:4px !important}.mt-md-2{margin-top:8px !important}.mb-md-2{margin-bottom:8px !important}.my-md-2{margin-top:8px !important;margin-bottom:8px !important}.mt-md-3{margin-top:16px !important}.mb-md-3{margin-bottom:16px !important}.my-md-3{margin-top:16px !important;margin-bottom:16px !important}.mt-md-4{margin-top:24px !important}.mb-md-4{margin-bottom:24px !important}.my-md-4{margin-top:24px !important;margin-bottom:24px !important}.mt-md-5{margin-top:32px !important}.mb-md-5{margin-bottom:32px !important}.my-md-5{margin-top:32px !important;margin-bottom:32px !important}.mt-md-6{margin-top:40px !important}.mb-md-6{margin-bottom:40px !important}.my-md-6{margin-top:40px !important;margin-bottom:40px !important}.mt-md-7{margin-top:48px !important}.mb-md-7{margin-bottom:48px !important}.my-md-7{margin-top:48px !important;margin-bottom:48px !important}.mt-md-8{margin-top:64px !important}.mb-md-8{margin-bottom:64px !important}.my-md-8{margin-top:64px !important;margin-bottom:64px !important}.mt-md-9{margin-top:80px !important}.mb-md-9{margin-bottom:80px !important}.my-md-9{margin-top:80px !important;margin-bottom:80px !important}.mt-md-10{margin-top:96px !important}.mb-md-10{margin-bottom:96px !important}.my-md-10{margin-top:96px !important;margin-bottom:96px !important}.mt-md-11{margin-top:112px !important}.mb-md-11{margin-bottom:112px !important}.my-md-11{margin-top:112px !important;margin-bottom:112px !important}.mt-md-12{margin-top:128px !important}.mb-md-12{margin-bottom:128px !important}.my-md-12{margin-top:128px !important;margin-bottom:128px !important}}@media (min-width: 1012px){.mt-lg-0{margin-top:0 !important}.mb-lg-0{margin-bottom:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.mt-lg-1{margin-top:4px !important}.mb-lg-1{margin-bottom:4px !important}.my-lg-1{margin-top:4px !important;margin-bottom:4px !important}.mt-lg-2{margin-top:8px !important}.mb-lg-2{margin-bottom:8px !important}.my-lg-2{margin-top:8px !important;margin-bottom:8px !important}.mt-lg-3{margin-top:16px !important}.mb-lg-3{margin-bottom:16px !important}.my-lg-3{margin-top:16px !important;margin-bottom:16px !important}.mt-lg-4{margin-top:24px !important}.mb-lg-4{margin-bottom:24px !important}.my-lg-4{margin-top:24px !important;margin-bottom:24px !important}.mt-lg-5{margin-top:32px !important}.mb-lg-5{margin-bottom:32px !important}.my-lg-5{margin-top:32px !important;margin-bottom:32px !important}.mt-lg-6{margin-top:40px !important}.mb-lg-6{margin-bottom:40px !important}.my-lg-6{margin-top:40px !important;margin-bottom:40px !important}.mt-lg-7{margin-top:48px !important}.mb-lg-7{margin-bottom:48px !important}.my-lg-7{margin-top:48px !important;margin-bottom:48px !important}.mt-lg-8{margin-top:64px !important}.mb-lg-8{margin-bottom:64px !important}.my-lg-8{margin-top:64px !important;margin-bottom:64px !important}.mt-lg-9{margin-top:80px !important}.mb-lg-9{margin-bottom:80px !important}.my-lg-9{margin-top:80px !important;margin-bottom:80px !important}.mt-lg-10{margin-top:96px !important}.mb-lg-10{margin-bottom:96px !important}.my-lg-10{margin-top:96px !important;margin-bottom:96px !important}.mt-lg-11{margin-top:112px !important}.mb-lg-11{margin-bottom:112px !important}.my-lg-11{margin-top:112px !important;margin-bottom:112px !important}.mt-lg-12{margin-top:128px !important}.mb-lg-12{margin-bottom:128px !important}.my-lg-12{margin-top:128px !important;margin-bottom:128px !important}}@media (min-width: 1280px){.mt-xl-0{margin-top:0 !important}.mb-xl-0{margin-bottom:0 !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.mt-xl-1{margin-top:4px !important}.mb-xl-1{margin-bottom:4px !important}.my-xl-1{margin-top:4px !important;margin-bottom:4px !important}.mt-xl-2{margin-top:8px !important}.mb-xl-2{margin-bottom:8px !important}.my-xl-2{margin-top:8px !important;margin-bottom:8px !important}.mt-xl-3{margin-top:16px !important}.mb-xl-3{margin-bottom:16px !important}.my-xl-3{margin-top:16px !important;margin-bottom:16px !important}.mt-xl-4{margin-top:24px !important}.mb-xl-4{margin-bottom:24px !important}.my-xl-4{margin-top:24px !important;margin-bottom:24px !important}.mt-xl-5{margin-top:32px !important}.mb-xl-5{margin-bottom:32px !important}.my-xl-5{margin-top:32px !important;margin-bottom:32px !important}.mt-xl-6{margin-top:40px !important}.mb-xl-6{margin-bottom:40px !important}.my-xl-6{margin-top:40px !important;margin-bottom:40px !important}.mt-xl-7{margin-top:48px !important}.mb-xl-7{margin-bottom:48px !important}.my-xl-7{margin-top:48px !important;margin-bottom:48px !important}.mt-xl-8{margin-top:64px !important}.mb-xl-8{margin-bottom:64px !important}.my-xl-8{margin-top:64px !important;margin-bottom:64px !important}.mt-xl-9{margin-top:80px !important}.mb-xl-9{margin-bottom:80px !important}.my-xl-9{margin-top:80px !important;margin-bottom:80px !important}.mt-xl-10{margin-top:96px !important}.mb-xl-10{margin-bottom:96px !important}.my-xl-10{margin-top:96px !important;margin-bottom:96px !important}.mt-xl-11{margin-top:112px !important}.mb-xl-11{margin-bottom:112px !important}.my-xl-11{margin-top:112px !important;margin-bottom:112px !important}.mt-xl-12{margin-top:128px !important}.mb-xl-12{margin-bottom:128px !important}.my-xl-12{margin-top:128px !important;margin-bottom:128px !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}.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}.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}.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}.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}.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}.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}.py-6{padding-top:40px !important;padding-bottom:40px !important}.p-7{padding:48px !important}.pt-7{padding-top:48px !important}.pr-7{padding-right:48px !important}.pb-7{padding-bottom:48px !important}.pl-7{padding-left:48px !important}.py-7{padding-top:48px !important;padding-bottom:48px !important}.p-8{padding:64px !important}.pt-8{padding-top:64px !important}.pr-8{padding-right:64px !important}.pb-8{padding-bottom:64px !important}.pl-8{padding-left:64px !important}.py-8{padding-top:64px !important;padding-bottom:64px !important}.p-9{padding:80px !important}.pt-9{padding-top:80px !important}.pr-9{padding-right:80px !important}.pb-9{padding-bottom:80px !important}.pl-9{padding-left:80px !important}.py-9{padding-top:80px !important;padding-bottom:80px !important}.p-10{padding:96px !important}.pt-10{padding-top:96px !important}.pr-10{padding-right:96px !important}.pb-10{padding-bottom:96px !important}.pl-10{padding-left:96px !important}.py-10{padding-top:96px !important;padding-bottom:96px !important}.p-11{padding:112px !important}.pt-11{padding-top:112px !important}.pr-11{padding-right:112px !important}.pb-11{padding-bottom:112px !important}.pl-11{padding-left:112px !important}.py-11{padding-top:112px !important;padding-bottom:112px !important}.p-12{padding:128px !important}.pt-12{padding-top:128px !important}.pr-12{padding-right:128px !important}.pb-12{padding-bottom:128px !important}.pl-12{padding-left:128px !important}.py-12{padding-top:128px !important;padding-bottom:128px !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}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.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}.py-sm-1{padding-top:4px !important;padding-bottom:4px !important}.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}.py-sm-2{padding-top:8px !important;padding-bottom:8px !important}.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}.py-sm-3{padding-top:16px !important;padding-bottom:16px !important}.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}.py-sm-4{padding-top:24px !important;padding-bottom:24px !important}.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}.py-sm-5{padding-top:32px !important;padding-bottom:32px !important}.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}.py-sm-6{padding-top:40px !important;padding-bottom:40px !important}.p-sm-7{padding:48px !important}.pt-sm-7{padding-top:48px !important}.pr-sm-7{padding-right:48px !important}.pb-sm-7{padding-bottom:48px !important}.pl-sm-7{padding-left:48px !important}.py-sm-7{padding-top:48px !important;padding-bottom:48px !important}.p-sm-8{padding:64px !important}.pt-sm-8{padding-top:64px !important}.pr-sm-8{padding-right:64px !important}.pb-sm-8{padding-bottom:64px !important}.pl-sm-8{padding-left:64px !important}.py-sm-8{padding-top:64px !important;padding-bottom:64px !important}.p-sm-9{padding:80px !important}.pt-sm-9{padding-top:80px !important}.pr-sm-9{padding-right:80px !important}.pb-sm-9{padding-bottom:80px !important}.pl-sm-9{padding-left:80px !important}.py-sm-9{padding-top:80px !important;padding-bottom:80px !important}.p-sm-10{padding:96px !important}.pt-sm-10{padding-top:96px !important}.pr-sm-10{padding-right:96px !important}.pb-sm-10{padding-bottom:96px !important}.pl-sm-10{padding-left:96px !important}.py-sm-10{padding-top:96px !important;padding-bottom:96px !important}.p-sm-11{padding:112px !important}.pt-sm-11{padding-top:112px !important}.pr-sm-11{padding-right:112px !important}.pb-sm-11{padding-bottom:112px !important}.pl-sm-11{padding-left:112px !important}.py-sm-11{padding-top:112px !important;padding-bottom:112px !important}.p-sm-12{padding:128px !important}.pt-sm-12{padding-top:128px !important}.pr-sm-12{padding-right:128px !important}.pb-sm-12{padding-bottom:128px !important}.pl-sm-12{padding-left:128px !important}.py-sm-12{padding-top:128px !important;padding-bottom:128px !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}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.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}.py-md-1{padding-top:4px !important;padding-bottom:4px !important}.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}.py-md-2{padding-top:8px !important;padding-bottom:8px !important}.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}.py-md-3{padding-top:16px !important;padding-bottom:16px !important}.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}.py-md-4{padding-top:24px !important;padding-bottom:24px !important}.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}.py-md-5{padding-top:32px !important;padding-bottom:32px !important}.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}.py-md-6{padding-top:40px !important;padding-bottom:40px !important}.p-md-7{padding:48px !important}.pt-md-7{padding-top:48px !important}.pr-md-7{padding-right:48px !important}.pb-md-7{padding-bottom:48px !important}.pl-md-7{padding-left:48px !important}.py-md-7{padding-top:48px !important;padding-bottom:48px !important}.p-md-8{padding:64px !important}.pt-md-8{padding-top:64px !important}.pr-md-8{padding-right:64px !important}.pb-md-8{padding-bottom:64px !important}.pl-md-8{padding-left:64px !important}.py-md-8{padding-top:64px !important;padding-bottom:64px !important}.p-md-9{padding:80px !important}.pt-md-9{padding-top:80px !important}.pr-md-9{padding-right:80px !important}.pb-md-9{padding-bottom:80px !important}.pl-md-9{padding-left:80px !important}.py-md-9{padding-top:80px !important;padding-bottom:80px !important}.p-md-10{padding:96px !important}.pt-md-10{padding-top:96px !important}.pr-md-10{padding-right:96px !important}.pb-md-10{padding-bottom:96px !important}.pl-md-10{padding-left:96px !important}.py-md-10{padding-top:96px !important;padding-bottom:96px !important}.p-md-11{padding:112px !important}.pt-md-11{padding-top:112px !important}.pr-md-11{padding-right:112px !important}.pb-md-11{padding-bottom:112px !important}.pl-md-11{padding-left:112px !important}.py-md-11{padding-top:112px !important;padding-bottom:112px !important}.p-md-12{padding:128px !important}.pt-md-12{padding-top:128px !important}.pr-md-12{padding-right:128px !important}.pb-md-12{padding-bottom:128px !important}.pl-md-12{padding-left:128px !important}.py-md-12{padding-top:128px !important;padding-bottom:128px !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}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.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}.py-lg-1{padding-top:4px !important;padding-bottom:4px !important}.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}.py-lg-2{padding-top:8px !important;padding-bottom:8px !important}.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}.py-lg-3{padding-top:16px !important;padding-bottom:16px !important}.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}.py-lg-4{padding-top:24px !important;padding-bottom:24px !important}.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}.py-lg-5{padding-top:32px !important;padding-bottom:32px !important}.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}.py-lg-6{padding-top:40px !important;padding-bottom:40px !important}.p-lg-7{padding:48px !important}.pt-lg-7{padding-top:48px !important}.pr-lg-7{padding-right:48px !important}.pb-lg-7{padding-bottom:48px !important}.pl-lg-7{padding-left:48px !important}.py-lg-7{padding-top:48px !important;padding-bottom:48px !important}.p-lg-8{padding:64px !important}.pt-lg-8{padding-top:64px !important}.pr-lg-8{padding-right:64px !important}.pb-lg-8{padding-bottom:64px !important}.pl-lg-8{padding-left:64px !important}.py-lg-8{padding-top:64px !important;padding-bottom:64px !important}.p-lg-9{padding:80px !important}.pt-lg-9{padding-top:80px !important}.pr-lg-9{padding-right:80px !important}.pb-lg-9{padding-bottom:80px !important}.pl-lg-9{padding-left:80px !important}.py-lg-9{padding-top:80px !important;padding-bottom:80px !important}.p-lg-10{padding:96px !important}.pt-lg-10{padding-top:96px !important}.pr-lg-10{padding-right:96px !important}.pb-lg-10{padding-bottom:96px !important}.pl-lg-10{padding-left:96px !important}.py-lg-10{padding-top:96px !important;padding-bottom:96px !important}.p-lg-11{padding:112px !important}.pt-lg-11{padding-top:112px !important}.pr-lg-11{padding-right:112px !important}.pb-lg-11{padding-bottom:112px !important}.pl-lg-11{padding-left:112px !important}.py-lg-11{padding-top:112px !important;padding-bottom:112px !important}.p-lg-12{padding:128px !important}.pt-lg-12{padding-top:128px !important}.pr-lg-12{padding-right:128px !important}.pb-lg-12{padding-bottom:128px !important}.pl-lg-12{padding-left:128px !important}.py-lg-12{padding-top:128px !important;padding-bottom:128px !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}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.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}.py-xl-1{padding-top:4px !important;padding-bottom:4px !important}.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}.py-xl-2{padding-top:8px !important;padding-bottom:8px !important}.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}.py-xl-3{padding-top:16px !important;padding-bottom:16px !important}.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}.py-xl-4{padding-top:24px !important;padding-bottom:24px !important}.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}.py-xl-5{padding-top:32px !important;padding-bottom:32px !important}.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}.py-xl-6{padding-top:40px !important;padding-bottom:40px !important}.p-xl-7{padding:48px !important}.pt-xl-7{padding-top:48px !important}.pr-xl-7{padding-right:48px !important}.pb-xl-7{padding-bottom:48px !important}.pl-xl-7{padding-left:48px !important}.py-xl-7{padding-top:48px !important;padding-bottom:48px !important}.p-xl-8{padding:64px !important}.pt-xl-8{padding-top:64px !important}.pr-xl-8{padding-right:64px !important}.pb-xl-8{padding-bottom:64px !important}.pl-xl-8{padding-left:64px !important}.py-xl-8{padding-top:64px !important;padding-bottom:64px !important}.p-xl-9{padding:80px !important}.pt-xl-9{padding-top:80px !important}.pr-xl-9{padding-right:80px !important}.pb-xl-9{padding-bottom:80px !important}.pl-xl-9{padding-left:80px !important}.py-xl-9{padding-top:80px !important;padding-bottom:80px !important}.p-xl-10{padding:96px !important}.pt-xl-10{padding-top:96px !important}.pr-xl-10{padding-right:96px !important}.pb-xl-10{padding-bottom:96px !important}.pl-xl-10{padding-left:96px !important}.py-xl-10{padding-top:96px !important;padding-bottom:96px !important}.p-xl-11{padding:112px !important}.pt-xl-11{padding-top:112px !important}.pr-xl-11{padding-right:112px !important}.pb-xl-11{padding-bottom:112px !important}.pl-xl-11{padding-left:112px !important}.py-xl-11{padding-top:112px !important;padding-bottom:112px !important}.p-xl-12{padding:128px !important}.pt-xl-12{padding-top:128px !important}.pr-xl-12{padding-right:128px !important}.pb-xl-12{padding-bottom:128px !important}.pl-xl-12{padding-left:128px !important}.py-xl-12{padding-top:128px !important;padding-bottom:128px !important}} - -/*# sourceMappingURL=marketing-utilities.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/marketing-utilities.css.map b/assets/sass/@primer/css/dist/marketing-utilities.css.map deleted file mode 100644 index ba668a6..0000000 --- a/assets/sass/@primer/css/dist/marketing-utilities.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/marketing/src/marketing/support/variables.scss","../src/marketing/src/support/variables/typography.scss","../src/marketing/src/marketing/utilities/filters.scss","../src/marketing/src/marketing/utilities/layout.scss","../src/marketing/src/support/mixins/layout.scss","../src/marketing/src/marketing/utilities/margin.scss","../src/marketing/src/marketing/utilities/padding.scss"],"names":[],"mappings":"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","file":"marketing-utilities.css","sourcesContent":["$marketing-font-path: \"/fonts/\" !default;\n\n// Type\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-normal;\n src: local(\"Inter\"), local(\"Inter-Regular\"), url(\"#{$marketing-font-path}Inter-Regular.woff\") format(\"woff\");\n font-display: swap;\n}\n\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-semibold;\n src: local(\"Inter Medium\"), local(\"Inter-Medium\"), url(\"#{$marketing-font-path}Inter-Medium.woff\") format(\"woff\");\n font-display: swap;\n}\n\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-bold;\n src: local(\"Inter Bold\"), local(\"Inter-Bold\"), url(\"#{$marketing-font-path}Inter-Bold.woff\") format(\"woff\");\n font-display: swap;\n}\n\n$font-mktg: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\" !default;\n\n// Builds upon @primer/css/support/variables/typography.scss\n$h000-size: 64px !default;\n$h000-size-mobile: 48px !default;\n\n// Colors\n$green-mktg: mix($green-500, $green-400, 50%) !default;\n$blue-mktg: mix($blue-400, $blue-500, 42%) !default;\n\n// Animations\n$transition-time: 0.4s !default;\n\n// Increases the core spacing scale first by 8px for $spacer-7, then by 16px\n// increments from $spacer-8 to $spacer-12, i.e. after 40px, we have 48, 64,\n// 80, 96, etc.\n$spacer-7: $spacer * 6 !default; // 48px\n$spacer-8: $spacer * 8 !default; // 64px\n$spacer-9: $spacer * 10 !default; // 80px\n$spacer-10: $spacer * 12 !default; // 96px\n$spacer-11: $spacer * 14 !default; // 112px\n$spacer-12: $spacer * 16 !default; // 128px\n\n$marketing-spacers: (\n 7: $spacer-7,\n 8: $spacer-8,\n 9: $spacer-9,\n 10: $spacer-10,\n 11: $spacer-11,\n 12: $spacer-12,\n) !default;\n\n$marketing-all-spacers: map-merge(\n (\n 0: 0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n ),\n $marketing-spacers,\n) !default;\n\n$marketing-position-variants: (\n \"\": \"\",\n md: \"-md\",\n lg: \"-lg\",\n) !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n",".grayscale {\n filter: grayscale(100%);\n}\n","// Layout utilities\n// stylelint-disable block-opening-brace-space-before\n\n// Responsive utilities to position content\n// No utilities for sm and xl breakpoints\n@each $breakpoint, $variant in $marketing-position-variants {\n @include breakpoint($breakpoint) {\n @each $scale, $size in $marketing-all-spacers {\n .top#{$variant}-#{$scale} { top: $size !important; }\n .right#{$variant}-#{$scale} { right: $size !important; }\n .bottom#{$variant}-#{$scale} { bottom: $size !important; }\n .left#{$variant}-#{$scale} { left: $size !important; }\n\n .top#{$variant}-n#{$scale} { top: -$size !important; }\n .right#{$variant}-n#{$scale} { right: -$size !important; }\n .bottom#{$variant}-n#{$scale} { bottom: -$size !important; }\n .left#{$variant}-n#{$scale} { left: -$size !important; }\n }\n }\n}\n\n// Negative offset columns\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n @for $offset from 1 through 7 {\n .offset#{$variant}-n#{$offset} { margin-left: -($offset / 12 * 100%); }\n }\n }\n}\n","// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n","// Margin spacer utilities for marketing\n// Utilities only added for y-direction margin (i.e. top & bottom)\n\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n @each $scale, $size in $marketing-all-spacers {\n\n .mt#{$variant}-#{$scale} { margin-top: $size !important; }\n .mb#{$variant}-#{$scale} { margin-bottom: $size !important; }\n\n .my#{$variant}-#{$scale} {\n margin-top: $size !important;\n margin-bottom: $size !important;\n }\n }\n }\n}\n","// Padding spacer utilities for marketing\n// stylelint-disable block-opening-brace-space-before\n\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n @each $scale, $size in $marketing-all-spacers {\n // Set a #{$size} padding for all sides\n .p#{$variant}-#{$scale} { padding: #{$size} !important; }\n // Set a #{$size} padding to the top\n .pt#{$variant}-#{$scale} { padding-top: #{$size} !important; }\n // Set a #{$size} padding to the right\n .pr#{$variant}-#{$scale} { padding-right: #{$size} !important; }\n // Set a #{$size} padding to the bottom\n .pb#{$variant}-#{$scale} { padding-bottom: #{$size} !important; }\n // Set a #{$size} padding to the left\n .pl#{$variant}-#{$scale} { padding-left: #{$size} !important; }\n // Set a #{$size} padding to the top & bottom\n .py#{$variant}-#{$scale} {\n padding-top: #{$size} !important;\n padding-bottom: #{$size} !important;\n }\n }\n }\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/marketing-utilities.js b/assets/sass/@primer/css/dist/marketing-utilities.js deleted file mode 100644 index 7e57f80..0000000 --- a/assets/sass/@primer/css/dist/marketing-utilities.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/marketing-utilities.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/marketing.css b/assets/sass/@primer/css/dist/marketing.css deleted file mode 100644 index 4444f92..0000000 --- a/assets/sass/@primer/css/dist/marketing.css +++ /dev/null @@ -1,8 +0,0 @@ -/*! - * @primer/css/marketing - * http://primer.style/css - * - * Released under MIT license. Copyright (c) 2019 GitHub Inc. - */@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local("Inter"),local("Inter-Regular"),url("/fonts/Inter-Regular.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local("Inter Medium"),local("Inter-Medium"),url("/fonts/Inter-Medium.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local("Inter Bold"),local("Inter-Bold"),url("/fonts/Inter-Bold.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local("Inter"),local("Inter-Regular"),url("/fonts/Inter-Regular.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local("Inter Medium"),local("Inter-Medium"),url("/fonts/Inter-Medium.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local("Inter Bold"),local("Inter-Bold"),url("/fonts/Inter-Bold.woff") format("woff");font-display:swap}.h000-mktg,.h00-mktg,.h0-mktg,.h1-mktg,.h2-mktg,.h3-mktg,.h4-mktg,.h5-mktg,.h6-mktg,.lead-mktg{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:500}.h000-mktg{font-size:48px !important}@media (min-width: 768px){.h000-mktg{font-size:64px !important}}.h00-mktg{font-size:40px !important}@media (min-width: 768px){.h00-mktg{font-size:48px !important}}.h0-mktg{font-size:32px !important}@media (min-width: 768px){.h0-mktg{font-size:40px !important}}.h1-mktg{font-size:26px !important}@media (min-width: 768px){.h1-mktg{font-size:32px !important}}.h2-mktg{font-size:22px !important}@media (min-width: 768px){.h2-mktg{font-size:24px !important}}.h3-mktg{font-size:18px !important}@media (min-width: 768px){.h3-mktg{font-size:20px !important}}.h4-mktg{font-size:16px !important}.h5-mktg{font-size:14px !important}.h6-mktg{font-size:12px !important}.lead-mktg{font-size:20px;font-weight:400}.pullquote{padding-top:0;padding-bottom:0;padding-left:8px;margin-bottom:24px;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,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}}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local("Inter"),local("Inter-Regular"),url("/fonts/Inter-Regular.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local("Inter Medium"),local("Inter-Medium"),url("/fonts/Inter-Medium.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local("Inter Bold"),local("Inter-Bold"),url("/fonts/Inter-Bold.woff") format("woff");font-display:swap}.btn-mktg{display:inline-block;padding:16px 24px;font-size:14px;font-weight:500;color:#fff;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#1074e7;border:1px solid #1074e7;border-radius:3px;transition:.2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn-mktg:hover{text-decoration:none;background-color:#0366d6;border-color:#0366d6}.btn-mktg:focus{outline:0;box-shadow:0 0 0 0.2em rgba(3,102,214,0.3)}.btn-mktg:disabled,.btn-mktg.disabled,.btn-mktg[aria-disabled=true]{pointer-events:none;cursor:default;opacity:0.65}.btn-primary-mktg{background-color:#2ebc4f;border-color:#2ebc4f}.btn-primary-mktg:hover{background-color:#28a745;border-color:#28a745}.btn-primary-mktg:focus{box-shadow:0 0 0 0.2em rgba(40,167,69,0.3)}.btn-large-mktg{padding:20px 32px;font-size:16px}.btn-outline-mktg{color:#1074e7;background-color:rgba(255,255,255,0);border-color:rgba(16,116,231,0.5)}.btn-outline-mktg:hover{color:#0366d6;text-decoration:none;background-color:rgba(255,255,255,0);border-color:#1074e7}.btn-transparent{color:#fff;background-color:transparent;background-image:none;border:1px solid rgba(255,255,255,0.5)}.btn-transparent:hover,.btn-transparent:active{color:#2f363d;background-color:#fff;background-image:none;border-color:#fff}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local("Inter"),local("Inter-Regular"),url("/fonts/Inter-Regular.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local("Inter Medium"),local("Inter-Medium"),url("/fonts/Inter-Medium.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local("Inter Bold"),local("Inter-Bold"),url("/fonts/Inter-Bold.woff") format("woff");font-display:swap}.grayscale{filter:grayscale(100%)}.top-0{top:0 !important}.right-0{right:0 !important}.bottom-0{bottom:0 !important}.left-0{left:0 !important}.top-n0{top:0 !important}.right-n0{right:0 !important}.bottom-n0{bottom:0 !important}.left-n0{left:0 !important}.top-1{top:4px !important}.right-1{right:4px !important}.bottom-1{bottom:4px !important}.left-1{left:4px !important}.top-n1{top:-4px !important}.right-n1{right:-4px !important}.bottom-n1{bottom:-4px !important}.left-n1{left:-4px !important}.top-2{top:8px !important}.right-2{right:8px !important}.bottom-2{bottom:8px !important}.left-2{left:8px !important}.top-n2{top:-8px !important}.right-n2{right:-8px !important}.bottom-n2{bottom:-8px !important}.left-n2{left:-8px !important}.top-3{top:16px !important}.right-3{right:16px !important}.bottom-3{bottom:16px !important}.left-3{left:16px !important}.top-n3{top:-16px !important}.right-n3{right:-16px !important}.bottom-n3{bottom:-16px !important}.left-n3{left:-16px !important}.top-4{top:24px !important}.right-4{right:24px !important}.bottom-4{bottom:24px !important}.left-4{left:24px !important}.top-n4{top:-24px !important}.right-n4{right:-24px !important}.bottom-n4{bottom:-24px !important}.left-n4{left:-24px !important}.top-5{top:32px !important}.right-5{right:32px !important}.bottom-5{bottom:32px !important}.left-5{left:32px !important}.top-n5{top:-32px !important}.right-n5{right:-32px !important}.bottom-n5{bottom:-32px !important}.left-n5{left:-32px !important}.top-6{top:40px !important}.right-6{right:40px !important}.bottom-6{bottom:40px !important}.left-6{left:40px !important}.top-n6{top:-40px !important}.right-n6{right:-40px !important}.bottom-n6{bottom:-40px !important}.left-n6{left:-40px !important}.top-7{top:48px !important}.right-7{right:48px !important}.bottom-7{bottom:48px !important}.left-7{left:48px !important}.top-n7{top:-48px !important}.right-n7{right:-48px !important}.bottom-n7{bottom:-48px !important}.left-n7{left:-48px !important}.top-8{top:64px !important}.right-8{right:64px !important}.bottom-8{bottom:64px !important}.left-8{left:64px !important}.top-n8{top:-64px !important}.right-n8{right:-64px !important}.bottom-n8{bottom:-64px !important}.left-n8{left:-64px !important}.top-9{top:80px !important}.right-9{right:80px !important}.bottom-9{bottom:80px !important}.left-9{left:80px !important}.top-n9{top:-80px !important}.right-n9{right:-80px !important}.bottom-n9{bottom:-80px !important}.left-n9{left:-80px !important}.top-10{top:96px !important}.right-10{right:96px !important}.bottom-10{bottom:96px !important}.left-10{left:96px !important}.top-n10{top:-96px !important}.right-n10{right:-96px !important}.bottom-n10{bottom:-96px !important}.left-n10{left:-96px !important}.top-11{top:112px !important}.right-11{right:112px !important}.bottom-11{bottom:112px !important}.left-11{left:112px !important}.top-n11{top:-112px !important}.right-n11{right:-112px !important}.bottom-n11{bottom:-112px !important}.left-n11{left:-112px !important}.top-12{top:128px !important}.right-12{right:128px !important}.bottom-12{bottom:128px !important}.left-12{left:128px !important}.top-n12{top:-128px !important}.right-n12{right:-128px !important}.bottom-n12{bottom:-128px !important}.left-n12{left:-128px !important}@media (min-width: 768px){.top-md-0{top:0 !important}.right-md-0{right:0 !important}.bottom-md-0{bottom:0 !important}.left-md-0{left:0 !important}.top-md-n0{top:0 !important}.right-md-n0{right:0 !important}.bottom-md-n0{bottom:0 !important}.left-md-n0{left:0 !important}.top-md-1{top:4px !important}.right-md-1{right:4px !important}.bottom-md-1{bottom:4px !important}.left-md-1{left:4px !important}.top-md-n1{top:-4px !important}.right-md-n1{right:-4px !important}.bottom-md-n1{bottom:-4px !important}.left-md-n1{left:-4px !important}.top-md-2{top:8px !important}.right-md-2{right:8px !important}.bottom-md-2{bottom:8px !important}.left-md-2{left:8px !important}.top-md-n2{top:-8px !important}.right-md-n2{right:-8px !important}.bottom-md-n2{bottom:-8px !important}.left-md-n2{left:-8px !important}.top-md-3{top:16px !important}.right-md-3{right:16px !important}.bottom-md-3{bottom:16px !important}.left-md-3{left:16px !important}.top-md-n3{top:-16px !important}.right-md-n3{right:-16px !important}.bottom-md-n3{bottom:-16px !important}.left-md-n3{left:-16px !important}.top-md-4{top:24px !important}.right-md-4{right:24px !important}.bottom-md-4{bottom:24px !important}.left-md-4{left:24px !important}.top-md-n4{top:-24px !important}.right-md-n4{right:-24px !important}.bottom-md-n4{bottom:-24px !important}.left-md-n4{left:-24px !important}.top-md-5{top:32px !important}.right-md-5{right:32px !important}.bottom-md-5{bottom:32px !important}.left-md-5{left:32px !important}.top-md-n5{top:-32px !important}.right-md-n5{right:-32px !important}.bottom-md-n5{bottom:-32px !important}.left-md-n5{left:-32px !important}.top-md-6{top:40px !important}.right-md-6{right:40px !important}.bottom-md-6{bottom:40px !important}.left-md-6{left:40px !important}.top-md-n6{top:-40px !important}.right-md-n6{right:-40px !important}.bottom-md-n6{bottom:-40px !important}.left-md-n6{left:-40px !important}.top-md-7{top:48px !important}.right-md-7{right:48px !important}.bottom-md-7{bottom:48px !important}.left-md-7{left:48px !important}.top-md-n7{top:-48px !important}.right-md-n7{right:-48px !important}.bottom-md-n7{bottom:-48px !important}.left-md-n7{left:-48px !important}.top-md-8{top:64px !important}.right-md-8{right:64px !important}.bottom-md-8{bottom:64px !important}.left-md-8{left:64px !important}.top-md-n8{top:-64px !important}.right-md-n8{right:-64px !important}.bottom-md-n8{bottom:-64px !important}.left-md-n8{left:-64px !important}.top-md-9{top:80px !important}.right-md-9{right:80px !important}.bottom-md-9{bottom:80px !important}.left-md-9{left:80px !important}.top-md-n9{top:-80px !important}.right-md-n9{right:-80px !important}.bottom-md-n9{bottom:-80px !important}.left-md-n9{left:-80px !important}.top-md-10{top:96px !important}.right-md-10{right:96px !important}.bottom-md-10{bottom:96px !important}.left-md-10{left:96px !important}.top-md-n10{top:-96px !important}.right-md-n10{right:-96px !important}.bottom-md-n10{bottom:-96px !important}.left-md-n10{left:-96px !important}.top-md-11{top:112px !important}.right-md-11{right:112px !important}.bottom-md-11{bottom:112px !important}.left-md-11{left:112px !important}.top-md-n11{top:-112px !important}.right-md-n11{right:-112px !important}.bottom-md-n11{bottom:-112px !important}.left-md-n11{left:-112px !important}.top-md-12{top:128px !important}.right-md-12{right:128px !important}.bottom-md-12{bottom:128px !important}.left-md-12{left:128px !important}.top-md-n12{top:-128px !important}.right-md-n12{right:-128px !important}.bottom-md-n12{bottom:-128px !important}.left-md-n12{left:-128px !important}}@media (min-width: 1012px){.top-lg-0{top:0 !important}.right-lg-0{right:0 !important}.bottom-lg-0{bottom:0 !important}.left-lg-0{left:0 !important}.top-lg-n0{top:0 !important}.right-lg-n0{right:0 !important}.bottom-lg-n0{bottom:0 !important}.left-lg-n0{left:0 !important}.top-lg-1{top:4px !important}.right-lg-1{right:4px !important}.bottom-lg-1{bottom:4px !important}.left-lg-1{left:4px !important}.top-lg-n1{top:-4px !important}.right-lg-n1{right:-4px !important}.bottom-lg-n1{bottom:-4px !important}.left-lg-n1{left:-4px !important}.top-lg-2{top:8px !important}.right-lg-2{right:8px !important}.bottom-lg-2{bottom:8px !important}.left-lg-2{left:8px !important}.top-lg-n2{top:-8px !important}.right-lg-n2{right:-8px !important}.bottom-lg-n2{bottom:-8px !important}.left-lg-n2{left:-8px !important}.top-lg-3{top:16px !important}.right-lg-3{right:16px !important}.bottom-lg-3{bottom:16px !important}.left-lg-3{left:16px !important}.top-lg-n3{top:-16px !important}.right-lg-n3{right:-16px !important}.bottom-lg-n3{bottom:-16px !important}.left-lg-n3{left:-16px !important}.top-lg-4{top:24px !important}.right-lg-4{right:24px !important}.bottom-lg-4{bottom:24px !important}.left-lg-4{left:24px !important}.top-lg-n4{top:-24px !important}.right-lg-n4{right:-24px !important}.bottom-lg-n4{bottom:-24px !important}.left-lg-n4{left:-24px !important}.top-lg-5{top:32px !important}.right-lg-5{right:32px !important}.bottom-lg-5{bottom:32px !important}.left-lg-5{left:32px !important}.top-lg-n5{top:-32px !important}.right-lg-n5{right:-32px !important}.bottom-lg-n5{bottom:-32px !important}.left-lg-n5{left:-32px !important}.top-lg-6{top:40px !important}.right-lg-6{right:40px !important}.bottom-lg-6{bottom:40px !important}.left-lg-6{left:40px !important}.top-lg-n6{top:-40px !important}.right-lg-n6{right:-40px !important}.bottom-lg-n6{bottom:-40px !important}.left-lg-n6{left:-40px !important}.top-lg-7{top:48px !important}.right-lg-7{right:48px !important}.bottom-lg-7{bottom:48px !important}.left-lg-7{left:48px !important}.top-lg-n7{top:-48px !important}.right-lg-n7{right:-48px !important}.bottom-lg-n7{bottom:-48px !important}.left-lg-n7{left:-48px !important}.top-lg-8{top:64px !important}.right-lg-8{right:64px !important}.bottom-lg-8{bottom:64px !important}.left-lg-8{left:64px !important}.top-lg-n8{top:-64px !important}.right-lg-n8{right:-64px !important}.bottom-lg-n8{bottom:-64px !important}.left-lg-n8{left:-64px !important}.top-lg-9{top:80px !important}.right-lg-9{right:80px !important}.bottom-lg-9{bottom:80px !important}.left-lg-9{left:80px !important}.top-lg-n9{top:-80px !important}.right-lg-n9{right:-80px !important}.bottom-lg-n9{bottom:-80px !important}.left-lg-n9{left:-80px !important}.top-lg-10{top:96px !important}.right-lg-10{right:96px !important}.bottom-lg-10{bottom:96px !important}.left-lg-10{left:96px !important}.top-lg-n10{top:-96px !important}.right-lg-n10{right:-96px !important}.bottom-lg-n10{bottom:-96px !important}.left-lg-n10{left:-96px !important}.top-lg-11{top:112px !important}.right-lg-11{right:112px !important}.bottom-lg-11{bottom:112px !important}.left-lg-11{left:112px !important}.top-lg-n11{top:-112px !important}.right-lg-n11{right:-112px !important}.bottom-lg-n11{bottom:-112px !important}.left-lg-n11{left:-112px !important}.top-lg-12{top:128px !important}.right-lg-12{right:128px !important}.bottom-lg-12{bottom:128px !important}.left-lg-12{left:128px !important}.top-lg-n12{top:-128px !important}.right-lg-n12{right:-128px !important}.bottom-lg-n12{bottom:-128px !important}.left-lg-n12{left:-128px !important}}.offset-n1{margin-left:-8.33333%}.offset-n2{margin-left:-16.66667%}.offset-n3{margin-left:-25%}.offset-n4{margin-left:-33.33333%}.offset-n5{margin-left:-41.66667%}.offset-n6{margin-left:-50%}.offset-n7{margin-left:-58.33333%}@media (min-width: 544px){.offset-sm-n1{margin-left:-8.33333%}.offset-sm-n2{margin-left:-16.66667%}.offset-sm-n3{margin-left:-25%}.offset-sm-n4{margin-left:-33.33333%}.offset-sm-n5{margin-left:-41.66667%}.offset-sm-n6{margin-left:-50%}.offset-sm-n7{margin-left:-58.33333%}}@media (min-width: 768px){.offset-md-n1{margin-left:-8.33333%}.offset-md-n2{margin-left:-16.66667%}.offset-md-n3{margin-left:-25%}.offset-md-n4{margin-left:-33.33333%}.offset-md-n5{margin-left:-41.66667%}.offset-md-n6{margin-left:-50%}.offset-md-n7{margin-left:-58.33333%}}@media (min-width: 1012px){.offset-lg-n1{margin-left:-8.33333%}.offset-lg-n2{margin-left:-16.66667%}.offset-lg-n3{margin-left:-25%}.offset-lg-n4{margin-left:-33.33333%}.offset-lg-n5{margin-left:-41.66667%}.offset-lg-n6{margin-left:-50%}.offset-lg-n7{margin-left:-58.33333%}}@media (min-width: 1280px){.offset-xl-n1{margin-left:-8.33333%}.offset-xl-n2{margin-left:-16.66667%}.offset-xl-n3{margin-left:-25%}.offset-xl-n4{margin-left:-33.33333%}.offset-xl-n5{margin-left:-41.66667%}.offset-xl-n6{margin-left:-50%}.offset-xl-n7{margin-left:-58.33333%}}.mt-0{margin-top:0 !important}.mb-0{margin-bottom:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.mt-1{margin-top:4px !important}.mb-1{margin-bottom:4px !important}.my-1{margin-top:4px !important;margin-bottom:4px !important}.mt-2{margin-top:8px !important}.mb-2{margin-bottom:8px !important}.my-2{margin-top:8px !important;margin-bottom:8px !important}.mt-3{margin-top:16px !important}.mb-3{margin-bottom:16px !important}.my-3{margin-top:16px !important;margin-bottom:16px !important}.mt-4{margin-top:24px !important}.mb-4{margin-bottom:24px !important}.my-4{margin-top:24px !important;margin-bottom:24px !important}.mt-5{margin-top:32px !important}.mb-5{margin-bottom:32px !important}.my-5{margin-top:32px !important;margin-bottom:32px !important}.mt-6{margin-top:40px !important}.mb-6{margin-bottom:40px !important}.my-6{margin-top:40px !important;margin-bottom:40px !important}.mt-7{margin-top:48px !important}.mb-7{margin-bottom:48px !important}.my-7{margin-top:48px !important;margin-bottom:48px !important}.mt-8{margin-top:64px !important}.mb-8{margin-bottom:64px !important}.my-8{margin-top:64px !important;margin-bottom:64px !important}.mt-9{margin-top:80px !important}.mb-9{margin-bottom:80px !important}.my-9{margin-top:80px !important;margin-bottom:80px !important}.mt-10{margin-top:96px !important}.mb-10{margin-bottom:96px !important}.my-10{margin-top:96px !important;margin-bottom:96px !important}.mt-11{margin-top:112px !important}.mb-11{margin-bottom:112px !important}.my-11{margin-top:112px !important;margin-bottom:112px !important}.mt-12{margin-top:128px !important}.mb-12{margin-bottom:128px !important}.my-12{margin-top:128px !important;margin-bottom:128px !important}@media (min-width: 544px){.mt-sm-0{margin-top:0 !important}.mb-sm-0{margin-bottom:0 !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.mt-sm-1{margin-top:4px !important}.mb-sm-1{margin-bottom:4px !important}.my-sm-1{margin-top:4px !important;margin-bottom:4px !important}.mt-sm-2{margin-top:8px !important}.mb-sm-2{margin-bottom:8px !important}.my-sm-2{margin-top:8px !important;margin-bottom:8px !important}.mt-sm-3{margin-top:16px !important}.mb-sm-3{margin-bottom:16px !important}.my-sm-3{margin-top:16px !important;margin-bottom:16px !important}.mt-sm-4{margin-top:24px !important}.mb-sm-4{margin-bottom:24px !important}.my-sm-4{margin-top:24px !important;margin-bottom:24px !important}.mt-sm-5{margin-top:32px !important}.mb-sm-5{margin-bottom:32px !important}.my-sm-5{margin-top:32px !important;margin-bottom:32px !important}.mt-sm-6{margin-top:40px !important}.mb-sm-6{margin-bottom:40px !important}.my-sm-6{margin-top:40px !important;margin-bottom:40px !important}.mt-sm-7{margin-top:48px !important}.mb-sm-7{margin-bottom:48px !important}.my-sm-7{margin-top:48px !important;margin-bottom:48px !important}.mt-sm-8{margin-top:64px !important}.mb-sm-8{margin-bottom:64px !important}.my-sm-8{margin-top:64px !important;margin-bottom:64px !important}.mt-sm-9{margin-top:80px !important}.mb-sm-9{margin-bottom:80px !important}.my-sm-9{margin-top:80px !important;margin-bottom:80px !important}.mt-sm-10{margin-top:96px !important}.mb-sm-10{margin-bottom:96px !important}.my-sm-10{margin-top:96px !important;margin-bottom:96px !important}.mt-sm-11{margin-top:112px !important}.mb-sm-11{margin-bottom:112px !important}.my-sm-11{margin-top:112px !important;margin-bottom:112px !important}.mt-sm-12{margin-top:128px !important}.mb-sm-12{margin-bottom:128px !important}.my-sm-12{margin-top:128px !important;margin-bottom:128px !important}}@media (min-width: 768px){.mt-md-0{margin-top:0 !important}.mb-md-0{margin-bottom:0 !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.mt-md-1{margin-top:4px !important}.mb-md-1{margin-bottom:4px !important}.my-md-1{margin-top:4px !important;margin-bottom:4px !important}.mt-md-2{margin-top:8px !important}.mb-md-2{margin-bottom:8px !important}.my-md-2{margin-top:8px !important;margin-bottom:8px !important}.mt-md-3{margin-top:16px !important}.mb-md-3{margin-bottom:16px !important}.my-md-3{margin-top:16px !important;margin-bottom:16px !important}.mt-md-4{margin-top:24px !important}.mb-md-4{margin-bottom:24px !important}.my-md-4{margin-top:24px !important;margin-bottom:24px !important}.mt-md-5{margin-top:32px !important}.mb-md-5{margin-bottom:32px !important}.my-md-5{margin-top:32px !important;margin-bottom:32px !important}.mt-md-6{margin-top:40px !important}.mb-md-6{margin-bottom:40px !important}.my-md-6{margin-top:40px !important;margin-bottom:40px !important}.mt-md-7{margin-top:48px !important}.mb-md-7{margin-bottom:48px !important}.my-md-7{margin-top:48px !important;margin-bottom:48px !important}.mt-md-8{margin-top:64px !important}.mb-md-8{margin-bottom:64px !important}.my-md-8{margin-top:64px !important;margin-bottom:64px !important}.mt-md-9{margin-top:80px !important}.mb-md-9{margin-bottom:80px !important}.my-md-9{margin-top:80px !important;margin-bottom:80px !important}.mt-md-10{margin-top:96px !important}.mb-md-10{margin-bottom:96px !important}.my-md-10{margin-top:96px !important;margin-bottom:96px !important}.mt-md-11{margin-top:112px !important}.mb-md-11{margin-bottom:112px !important}.my-md-11{margin-top:112px !important;margin-bottom:112px !important}.mt-md-12{margin-top:128px !important}.mb-md-12{margin-bottom:128px !important}.my-md-12{margin-top:128px !important;margin-bottom:128px !important}}@media (min-width: 1012px){.mt-lg-0{margin-top:0 !important}.mb-lg-0{margin-bottom:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.mt-lg-1{margin-top:4px !important}.mb-lg-1{margin-bottom:4px !important}.my-lg-1{margin-top:4px !important;margin-bottom:4px !important}.mt-lg-2{margin-top:8px !important}.mb-lg-2{margin-bottom:8px !important}.my-lg-2{margin-top:8px !important;margin-bottom:8px !important}.mt-lg-3{margin-top:16px !important}.mb-lg-3{margin-bottom:16px !important}.my-lg-3{margin-top:16px !important;margin-bottom:16px !important}.mt-lg-4{margin-top:24px !important}.mb-lg-4{margin-bottom:24px !important}.my-lg-4{margin-top:24px !important;margin-bottom:24px !important}.mt-lg-5{margin-top:32px !important}.mb-lg-5{margin-bottom:32px !important}.my-lg-5{margin-top:32px !important;margin-bottom:32px !important}.mt-lg-6{margin-top:40px !important}.mb-lg-6{margin-bottom:40px !important}.my-lg-6{margin-top:40px !important;margin-bottom:40px !important}.mt-lg-7{margin-top:48px !important}.mb-lg-7{margin-bottom:48px !important}.my-lg-7{margin-top:48px !important;margin-bottom:48px !important}.mt-lg-8{margin-top:64px !important}.mb-lg-8{margin-bottom:64px !important}.my-lg-8{margin-top:64px !important;margin-bottom:64px !important}.mt-lg-9{margin-top:80px !important}.mb-lg-9{margin-bottom:80px !important}.my-lg-9{margin-top:80px !important;margin-bottom:80px !important}.mt-lg-10{margin-top:96px !important}.mb-lg-10{margin-bottom:96px !important}.my-lg-10{margin-top:96px !important;margin-bottom:96px !important}.mt-lg-11{margin-top:112px !important}.mb-lg-11{margin-bottom:112px !important}.my-lg-11{margin-top:112px !important;margin-bottom:112px !important}.mt-lg-12{margin-top:128px !important}.mb-lg-12{margin-bottom:128px !important}.my-lg-12{margin-top:128px !important;margin-bottom:128px !important}}@media (min-width: 1280px){.mt-xl-0{margin-top:0 !important}.mb-xl-0{margin-bottom:0 !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.mt-xl-1{margin-top:4px !important}.mb-xl-1{margin-bottom:4px !important}.my-xl-1{margin-top:4px !important;margin-bottom:4px !important}.mt-xl-2{margin-top:8px !important}.mb-xl-2{margin-bottom:8px !important}.my-xl-2{margin-top:8px !important;margin-bottom:8px !important}.mt-xl-3{margin-top:16px !important}.mb-xl-3{margin-bottom:16px !important}.my-xl-3{margin-top:16px !important;margin-bottom:16px !important}.mt-xl-4{margin-top:24px !important}.mb-xl-4{margin-bottom:24px !important}.my-xl-4{margin-top:24px !important;margin-bottom:24px !important}.mt-xl-5{margin-top:32px !important}.mb-xl-5{margin-bottom:32px !important}.my-xl-5{margin-top:32px !important;margin-bottom:32px !important}.mt-xl-6{margin-top:40px !important}.mb-xl-6{margin-bottom:40px !important}.my-xl-6{margin-top:40px !important;margin-bottom:40px !important}.mt-xl-7{margin-top:48px !important}.mb-xl-7{margin-bottom:48px !important}.my-xl-7{margin-top:48px !important;margin-bottom:48px !important}.mt-xl-8{margin-top:64px !important}.mb-xl-8{margin-bottom:64px !important}.my-xl-8{margin-top:64px !important;margin-bottom:64px !important}.mt-xl-9{margin-top:80px !important}.mb-xl-9{margin-bottom:80px !important}.my-xl-9{margin-top:80px !important;margin-bottom:80px !important}.mt-xl-10{margin-top:96px !important}.mb-xl-10{margin-bottom:96px !important}.my-xl-10{margin-top:96px !important;margin-bottom:96px !important}.mt-xl-11{margin-top:112px !important}.mb-xl-11{margin-bottom:112px !important}.my-xl-11{margin-top:112px !important;margin-bottom:112px !important}.mt-xl-12{margin-top:128px !important}.mb-xl-12{margin-bottom:128px !important}.my-xl-12{margin-top:128px !important;margin-bottom:128px !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}.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}.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}.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}.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}.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}.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}.py-6{padding-top:40px !important;padding-bottom:40px !important}.p-7{padding:48px !important}.pt-7{padding-top:48px !important}.pr-7{padding-right:48px !important}.pb-7{padding-bottom:48px !important}.pl-7{padding-left:48px !important}.py-7{padding-top:48px !important;padding-bottom:48px !important}.p-8{padding:64px !important}.pt-8{padding-top:64px !important}.pr-8{padding-right:64px !important}.pb-8{padding-bottom:64px !important}.pl-8{padding-left:64px !important}.py-8{padding-top:64px !important;padding-bottom:64px !important}.p-9{padding:80px !important}.pt-9{padding-top:80px !important}.pr-9{padding-right:80px !important}.pb-9{padding-bottom:80px !important}.pl-9{padding-left:80px !important}.py-9{padding-top:80px !important;padding-bottom:80px !important}.p-10{padding:96px !important}.pt-10{padding-top:96px !important}.pr-10{padding-right:96px !important}.pb-10{padding-bottom:96px !important}.pl-10{padding-left:96px !important}.py-10{padding-top:96px !important;padding-bottom:96px !important}.p-11{padding:112px !important}.pt-11{padding-top:112px !important}.pr-11{padding-right:112px !important}.pb-11{padding-bottom:112px !important}.pl-11{padding-left:112px !important}.py-11{padding-top:112px !important;padding-bottom:112px !important}.p-12{padding:128px !important}.pt-12{padding-top:128px !important}.pr-12{padding-right:128px !important}.pb-12{padding-bottom:128px !important}.pl-12{padding-left:128px !important}.py-12{padding-top:128px !important;padding-bottom:128px !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}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.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}.py-sm-1{padding-top:4px !important;padding-bottom:4px !important}.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}.py-sm-2{padding-top:8px !important;padding-bottom:8px !important}.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}.py-sm-3{padding-top:16px !important;padding-bottom:16px !important}.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}.py-sm-4{padding-top:24px !important;padding-bottom:24px !important}.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}.py-sm-5{padding-top:32px !important;padding-bottom:32px !important}.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}.py-sm-6{padding-top:40px !important;padding-bottom:40px !important}.p-sm-7{padding:48px !important}.pt-sm-7{padding-top:48px !important}.pr-sm-7{padding-right:48px !important}.pb-sm-7{padding-bottom:48px !important}.pl-sm-7{padding-left:48px !important}.py-sm-7{padding-top:48px !important;padding-bottom:48px !important}.p-sm-8{padding:64px !important}.pt-sm-8{padding-top:64px !important}.pr-sm-8{padding-right:64px !important}.pb-sm-8{padding-bottom:64px !important}.pl-sm-8{padding-left:64px !important}.py-sm-8{padding-top:64px !important;padding-bottom:64px !important}.p-sm-9{padding:80px !important}.pt-sm-9{padding-top:80px !important}.pr-sm-9{padding-right:80px !important}.pb-sm-9{padding-bottom:80px !important}.pl-sm-9{padding-left:80px !important}.py-sm-9{padding-top:80px !important;padding-bottom:80px !important}.p-sm-10{padding:96px !important}.pt-sm-10{padding-top:96px !important}.pr-sm-10{padding-right:96px !important}.pb-sm-10{padding-bottom:96px !important}.pl-sm-10{padding-left:96px !important}.py-sm-10{padding-top:96px !important;padding-bottom:96px !important}.p-sm-11{padding:112px !important}.pt-sm-11{padding-top:112px !important}.pr-sm-11{padding-right:112px !important}.pb-sm-11{padding-bottom:112px !important}.pl-sm-11{padding-left:112px !important}.py-sm-11{padding-top:112px !important;padding-bottom:112px !important}.p-sm-12{padding:128px !important}.pt-sm-12{padding-top:128px !important}.pr-sm-12{padding-right:128px !important}.pb-sm-12{padding-bottom:128px !important}.pl-sm-12{padding-left:128px !important}.py-sm-12{padding-top:128px !important;padding-bottom:128px !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}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.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}.py-md-1{padding-top:4px !important;padding-bottom:4px !important}.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}.py-md-2{padding-top:8px !important;padding-bottom:8px !important}.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}.py-md-3{padding-top:16px !important;padding-bottom:16px !important}.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}.py-md-4{padding-top:24px !important;padding-bottom:24px !important}.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}.py-md-5{padding-top:32px !important;padding-bottom:32px !important}.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}.py-md-6{padding-top:40px !important;padding-bottom:40px !important}.p-md-7{padding:48px !important}.pt-md-7{padding-top:48px !important}.pr-md-7{padding-right:48px !important}.pb-md-7{padding-bottom:48px !important}.pl-md-7{padding-left:48px !important}.py-md-7{padding-top:48px !important;padding-bottom:48px !important}.p-md-8{padding:64px !important}.pt-md-8{padding-top:64px !important}.pr-md-8{padding-right:64px !important}.pb-md-8{padding-bottom:64px !important}.pl-md-8{padding-left:64px !important}.py-md-8{padding-top:64px !important;padding-bottom:64px !important}.p-md-9{padding:80px !important}.pt-md-9{padding-top:80px !important}.pr-md-9{padding-right:80px !important}.pb-md-9{padding-bottom:80px !important}.pl-md-9{padding-left:80px !important}.py-md-9{padding-top:80px !important;padding-bottom:80px !important}.p-md-10{padding:96px !important}.pt-md-10{padding-top:96px !important}.pr-md-10{padding-right:96px !important}.pb-md-10{padding-bottom:96px !important}.pl-md-10{padding-left:96px !important}.py-md-10{padding-top:96px !important;padding-bottom:96px !important}.p-md-11{padding:112px !important}.pt-md-11{padding-top:112px !important}.pr-md-11{padding-right:112px !important}.pb-md-11{padding-bottom:112px !important}.pl-md-11{padding-left:112px !important}.py-md-11{padding-top:112px !important;padding-bottom:112px !important}.p-md-12{padding:128px !important}.pt-md-12{padding-top:128px !important}.pr-md-12{padding-right:128px !important}.pb-md-12{padding-bottom:128px !important}.pl-md-12{padding-left:128px !important}.py-md-12{padding-top:128px !important;padding-bottom:128px !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}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.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}.py-lg-1{padding-top:4px !important;padding-bottom:4px !important}.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}.py-lg-2{padding-top:8px !important;padding-bottom:8px !important}.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}.py-lg-3{padding-top:16px !important;padding-bottom:16px !important}.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}.py-lg-4{padding-top:24px !important;padding-bottom:24px !important}.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}.py-lg-5{padding-top:32px !important;padding-bottom:32px !important}.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}.py-lg-6{padding-top:40px !important;padding-bottom:40px !important}.p-lg-7{padding:48px !important}.pt-lg-7{padding-top:48px !important}.pr-lg-7{padding-right:48px !important}.pb-lg-7{padding-bottom:48px !important}.pl-lg-7{padding-left:48px !important}.py-lg-7{padding-top:48px !important;padding-bottom:48px !important}.p-lg-8{padding:64px !important}.pt-lg-8{padding-top:64px !important}.pr-lg-8{padding-right:64px !important}.pb-lg-8{padding-bottom:64px !important}.pl-lg-8{padding-left:64px !important}.py-lg-8{padding-top:64px !important;padding-bottom:64px !important}.p-lg-9{padding:80px !important}.pt-lg-9{padding-top:80px !important}.pr-lg-9{padding-right:80px !important}.pb-lg-9{padding-bottom:80px !important}.pl-lg-9{padding-left:80px !important}.py-lg-9{padding-top:80px !important;padding-bottom:80px !important}.p-lg-10{padding:96px !important}.pt-lg-10{padding-top:96px !important}.pr-lg-10{padding-right:96px !important}.pb-lg-10{padding-bottom:96px !important}.pl-lg-10{padding-left:96px !important}.py-lg-10{padding-top:96px !important;padding-bottom:96px !important}.p-lg-11{padding:112px !important}.pt-lg-11{padding-top:112px !important}.pr-lg-11{padding-right:112px !important}.pb-lg-11{padding-bottom:112px !important}.pl-lg-11{padding-left:112px !important}.py-lg-11{padding-top:112px !important;padding-bottom:112px !important}.p-lg-12{padding:128px !important}.pt-lg-12{padding-top:128px !important}.pr-lg-12{padding-right:128px !important}.pb-lg-12{padding-bottom:128px !important}.pl-lg-12{padding-left:128px !important}.py-lg-12{padding-top:128px !important;padding-bottom:128px !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}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.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}.py-xl-1{padding-top:4px !important;padding-bottom:4px !important}.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}.py-xl-2{padding-top:8px !important;padding-bottom:8px !important}.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}.py-xl-3{padding-top:16px !important;padding-bottom:16px !important}.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}.py-xl-4{padding-top:24px !important;padding-bottom:24px !important}.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}.py-xl-5{padding-top:32px !important;padding-bottom:32px !important}.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}.py-xl-6{padding-top:40px !important;padding-bottom:40px !important}.p-xl-7{padding:48px !important}.pt-xl-7{padding-top:48px !important}.pr-xl-7{padding-right:48px !important}.pb-xl-7{padding-bottom:48px !important}.pl-xl-7{padding-left:48px !important}.py-xl-7{padding-top:48px !important;padding-bottom:48px !important}.p-xl-8{padding:64px !important}.pt-xl-8{padding-top:64px !important}.pr-xl-8{padding-right:64px !important}.pb-xl-8{padding-bottom:64px !important}.pl-xl-8{padding-left:64px !important}.py-xl-8{padding-top:64px !important;padding-bottom:64px !important}.p-xl-9{padding:80px !important}.pt-xl-9{padding-top:80px !important}.pr-xl-9{padding-right:80px !important}.pb-xl-9{padding-bottom:80px !important}.pl-xl-9{padding-left:80px !important}.py-xl-9{padding-top:80px !important;padding-bottom:80px !important}.p-xl-10{padding:96px !important}.pt-xl-10{padding-top:96px !important}.pr-xl-10{padding-right:96px !important}.pb-xl-10{padding-bottom:96px !important}.pl-xl-10{padding-left:96px !important}.py-xl-10{padding-top:96px !important;padding-bottom:96px !important}.p-xl-11{padding:112px !important}.pt-xl-11{padding-top:112px !important}.pr-xl-11{padding-right:112px !important}.pb-xl-11{padding-bottom:112px !important}.pl-xl-11{padding-left:112px !important}.py-xl-11{padding-top:112px !important;padding-bottom:112px !important}.p-xl-12{padding:128px !important}.pt-xl-12{padding-top:128px !important}.pr-xl-12{padding-right:128px !important}.pb-xl-12{padding-bottom:128px !important}.pl-xl-12{padding-left:128px !important}.py-xl-12{padding-top:128px !important;padding-bottom:128px !important}} - -/*# sourceMappingURL=marketing.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/marketing.css.map b/assets/sass/@primer/css/dist/marketing.css.map deleted file mode 100644 index 9f3ba52..0000000 --- a/assets/sass/@primer/css/dist/marketing.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/marketing/index.scss","../src/marketing/index.scss","../src/src/marketing/support/variables.scss","../src/src/support/variables/typography.scss","../src/src/marketing/type/typography.scss","../src/src/support/mixins/layout.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/color-system.scss","../src/src/marketing/buttons/button.scss","../src/src/support/variables/misc.scss","../src/src/marketing/utilities/filters.scss","../src/src/marketing/utilities/layout.scss","../src/src/marketing/utilities/margin.scss","../src/src/marketing/utilities/padding.scss"],"names":[],"mappings":"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","file":"marketing.css","sourcesContent":["/*!\n * @primer/css/marketing\n * http://primer.style/css\n *\n * Released under MIT license. Copyright (c) 2019 GitHub Inc.\n */\n\n/* Global requirements*/\n@import \"./support/index.scss\";\n\n/* marketing specific css modules*/\n@import \"./type/index.scss\";\n@import \"./buttons/index.scss\";\n@import \"./utilities/index.scss\";\n\n/*# sourceMappingURL=marketing.css.map */","/*!\n * @primer/css/marketing\n * http://primer.style/css\n *\n * Released under MIT license. Copyright (c) 2019 GitHub Inc.\n */@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local(\"Inter\"),local(\"Inter-Regular\"),url(\"/fonts/Inter-Regular.woff\") format(\"woff\");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local(\"Inter Medium\"),local(\"Inter-Medium\"),url(\"/fonts/Inter-Medium.woff\") format(\"woff\");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local(\"Inter Bold\"),local(\"Inter-Bold\"),url(\"/fonts/Inter-Bold.woff\") format(\"woff\");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local(\"Inter\"),local(\"Inter-Regular\"),url(\"/fonts/Inter-Regular.woff\") format(\"woff\");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local(\"Inter Medium\"),local(\"Inter-Medium\"),url(\"/fonts/Inter-Medium.woff\") format(\"woff\");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local(\"Inter Bold\"),local(\"Inter-Bold\"),url(\"/fonts/Inter-Bold.woff\") format(\"woff\");font-display:swap}.h000-mktg,.h00-mktg,.h0-mktg,.h1-mktg,.h2-mktg,.h3-mktg,.h4-mktg,.h5-mktg,.h6-mktg,.lead-mktg{font-family:Inter,-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\";font-weight:500}.h000-mktg{font-size:48px !important}@media (min-width: 768px){.h000-mktg{font-size:64px !important}}.h00-mktg{font-size:40px !important}@media (min-width: 768px){.h00-mktg{font-size:48px !important}}.h0-mktg{font-size:32px !important}@media (min-width: 768px){.h0-mktg{font-size:40px !important}}.h1-mktg{font-size:26px !important}@media (min-width: 768px){.h1-mktg{font-size:32px !important}}.h2-mktg{font-size:22px !important}@media (min-width: 768px){.h2-mktg{font-size:24px !important}}.h3-mktg{font-size:18px !important}@media (min-width: 768px){.h3-mktg{font-size:20px !important}}.h4-mktg{font-size:16px !important}.h5-mktg{font-size:14px !important}.h6-mktg{font-size:12px !important}.lead-mktg{font-size:20px;font-weight:400}.pullquote{padding-top:0;padding-bottom:0;padding-left:8px;margin-bottom:24px;font-family:\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,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}}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local(\"Inter\"),local(\"Inter-Regular\"),url(\"/fonts/Inter-Regular.woff\") format(\"woff\");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local(\"Inter Medium\"),local(\"Inter-Medium\"),url(\"/fonts/Inter-Medium.woff\") format(\"woff\");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local(\"Inter Bold\"),local(\"Inter-Bold\"),url(\"/fonts/Inter-Bold.woff\") format(\"woff\");font-display:swap}.btn-mktg{display:inline-block;padding:16px 24px;font-size:14px;font-weight:500;color:#fff;white-space:nowrap;vertical-align:middle;cursor:pointer;user-select:none;background-color:#1074e7;border:1px solid #1074e7;border-radius:3px;transition:.2s;appearance:none}.btn-mktg:hover{text-decoration:none;background-color:#0366d6;border-color:#0366d6}.btn-mktg:focus{outline:0;box-shadow:0 0 0 0.2em rgba(3,102,214,0.3)}.btn-mktg:disabled,.btn-mktg.disabled,.btn-mktg[aria-disabled=true]{pointer-events:none;cursor:default;opacity:0.65}.btn-primary-mktg{background-color:#2ebc4f;border-color:#2ebc4f}.btn-primary-mktg:hover{background-color:#28a745;border-color:#28a745}.btn-primary-mktg:focus{box-shadow:0 0 0 0.2em rgba(40,167,69,0.3)}.btn-large-mktg{padding:20px 32px;font-size:16px}.btn-outline-mktg{color:#1074e7;background-color:rgba(255,255,255,0);border-color:rgba(16,116,231,0.5)}.btn-outline-mktg:hover{color:#0366d6;text-decoration:none;background-color:rgba(255,255,255,0);border-color:#1074e7}.btn-transparent{color:#fff;background-color:transparent;background-image:none;border:1px solid rgba(255,255,255,0.5)}.btn-transparent:hover,.btn-transparent:active{color:#2f363d;background-color:#fff;background-image:none;border-color:#fff}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local(\"Inter\"),local(\"Inter-Regular\"),url(\"/fonts/Inter-Regular.woff\") format(\"woff\");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local(\"Inter Medium\"),local(\"Inter-Medium\"),url(\"/fonts/Inter-Medium.woff\") format(\"woff\");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local(\"Inter Bold\"),local(\"Inter-Bold\"),url(\"/fonts/Inter-Bold.woff\") format(\"woff\");font-display:swap}.grayscale{filter:grayscale(100%)}.top-0{top:0 !important}.right-0{right:0 !important}.bottom-0{bottom:0 !important}.left-0{left:0 !important}.top-n0{top:0 !important}.right-n0{right:0 !important}.bottom-n0{bottom:0 !important}.left-n0{left:0 !important}.top-1{top:4px !important}.right-1{right:4px !important}.bottom-1{bottom:4px !important}.left-1{left:4px !important}.top-n1{top:-4px !important}.right-n1{right:-4px !important}.bottom-n1{bottom:-4px !important}.left-n1{left:-4px !important}.top-2{top:8px !important}.right-2{right:8px !important}.bottom-2{bottom:8px !important}.left-2{left:8px !important}.top-n2{top:-8px !important}.right-n2{right:-8px !important}.bottom-n2{bottom:-8px !important}.left-n2{left:-8px !important}.top-3{top:16px !important}.right-3{right:16px !important}.bottom-3{bottom:16px !important}.left-3{left:16px !important}.top-n3{top:-16px !important}.right-n3{right:-16px !important}.bottom-n3{bottom:-16px !important}.left-n3{left:-16px !important}.top-4{top:24px !important}.right-4{right:24px !important}.bottom-4{bottom:24px !important}.left-4{left:24px !important}.top-n4{top:-24px !important}.right-n4{right:-24px !important}.bottom-n4{bottom:-24px !important}.left-n4{left:-24px !important}.top-5{top:32px !important}.right-5{right:32px !important}.bottom-5{bottom:32px !important}.left-5{left:32px !important}.top-n5{top:-32px !important}.right-n5{right:-32px !important}.bottom-n5{bottom:-32px !important}.left-n5{left:-32px !important}.top-6{top:40px !important}.right-6{right:40px !important}.bottom-6{bottom:40px !important}.left-6{left:40px !important}.top-n6{top:-40px !important}.right-n6{right:-40px !important}.bottom-n6{bottom:-40px !important}.left-n6{left:-40px !important}.top-7{top:48px !important}.right-7{right:48px !important}.bottom-7{bottom:48px !important}.left-7{left:48px !important}.top-n7{top:-48px !important}.right-n7{right:-48px !important}.bottom-n7{bottom:-48px !important}.left-n7{left:-48px !important}.top-8{top:64px !important}.right-8{right:64px !important}.bottom-8{bottom:64px !important}.left-8{left:64px !important}.top-n8{top:-64px !important}.right-n8{right:-64px !important}.bottom-n8{bottom:-64px !important}.left-n8{left:-64px !important}.top-9{top:80px !important}.right-9{right:80px !important}.bottom-9{bottom:80px !important}.left-9{left:80px !important}.top-n9{top:-80px !important}.right-n9{right:-80px !important}.bottom-n9{bottom:-80px !important}.left-n9{left:-80px !important}.top-10{top:96px !important}.right-10{right:96px !important}.bottom-10{bottom:96px !important}.left-10{left:96px !important}.top-n10{top:-96px !important}.right-n10{right:-96px !important}.bottom-n10{bottom:-96px !important}.left-n10{left:-96px !important}.top-11{top:112px !important}.right-11{right:112px !important}.bottom-11{bottom:112px !important}.left-11{left:112px !important}.top-n11{top:-112px !important}.right-n11{right:-112px !important}.bottom-n11{bottom:-112px !important}.left-n11{left:-112px !important}.top-12{top:128px !important}.right-12{right:128px !important}.bottom-12{bottom:128px !important}.left-12{left:128px !important}.top-n12{top:-128px !important}.right-n12{right:-128px !important}.bottom-n12{bottom:-128px !important}.left-n12{left:-128px !important}@media (min-width: 768px){.top-md-0{top:0 !important}.right-md-0{right:0 !important}.bottom-md-0{bottom:0 !important}.left-md-0{left:0 !important}.top-md-n0{top:0 !important}.right-md-n0{right:0 !important}.bottom-md-n0{bottom:0 !important}.left-md-n0{left:0 !important}.top-md-1{top:4px !important}.right-md-1{right:4px !important}.bottom-md-1{bottom:4px !important}.left-md-1{left:4px !important}.top-md-n1{top:-4px !important}.right-md-n1{right:-4px !important}.bottom-md-n1{bottom:-4px !important}.left-md-n1{left:-4px !important}.top-md-2{top:8px !important}.right-md-2{right:8px !important}.bottom-md-2{bottom:8px !important}.left-md-2{left:8px !important}.top-md-n2{top:-8px !important}.right-md-n2{right:-8px !important}.bottom-md-n2{bottom:-8px !important}.left-md-n2{left:-8px !important}.top-md-3{top:16px !important}.right-md-3{right:16px !important}.bottom-md-3{bottom:16px !important}.left-md-3{left:16px !important}.top-md-n3{top:-16px !important}.right-md-n3{right:-16px !important}.bottom-md-n3{bottom:-16px !important}.left-md-n3{left:-16px !important}.top-md-4{top:24px !important}.right-md-4{right:24px !important}.bottom-md-4{bottom:24px !important}.left-md-4{left:24px !important}.top-md-n4{top:-24px !important}.right-md-n4{right:-24px !important}.bottom-md-n4{bottom:-24px !important}.left-md-n4{left:-24px !important}.top-md-5{top:32px !important}.right-md-5{right:32px !important}.bottom-md-5{bottom:32px !important}.left-md-5{left:32px !important}.top-md-n5{top:-32px !important}.right-md-n5{right:-32px !important}.bottom-md-n5{bottom:-32px !important}.left-md-n5{left:-32px !important}.top-md-6{top:40px !important}.right-md-6{right:40px !important}.bottom-md-6{bottom:40px !important}.left-md-6{left:40px !important}.top-md-n6{top:-40px !important}.right-md-n6{right:-40px !important}.bottom-md-n6{bottom:-40px !important}.left-md-n6{left:-40px !important}.top-md-7{top:48px !important}.right-md-7{right:48px !important}.bottom-md-7{bottom:48px !important}.left-md-7{left:48px !important}.top-md-n7{top:-48px !important}.right-md-n7{right:-48px !important}.bottom-md-n7{bottom:-48px !important}.left-md-n7{left:-48px !important}.top-md-8{top:64px !important}.right-md-8{right:64px !important}.bottom-md-8{bottom:64px !important}.left-md-8{left:64px !important}.top-md-n8{top:-64px !important}.right-md-n8{right:-64px !important}.bottom-md-n8{bottom:-64px !important}.left-md-n8{left:-64px !important}.top-md-9{top:80px !important}.right-md-9{right:80px !important}.bottom-md-9{bottom:80px !important}.left-md-9{left:80px !important}.top-md-n9{top:-80px !important}.right-md-n9{right:-80px !important}.bottom-md-n9{bottom:-80px !important}.left-md-n9{left:-80px !important}.top-md-10{top:96px !important}.right-md-10{right:96px !important}.bottom-md-10{bottom:96px !important}.left-md-10{left:96px !important}.top-md-n10{top:-96px !important}.right-md-n10{right:-96px !important}.bottom-md-n10{bottom:-96px !important}.left-md-n10{left:-96px !important}.top-md-11{top:112px !important}.right-md-11{right:112px !important}.bottom-md-11{bottom:112px !important}.left-md-11{left:112px !important}.top-md-n11{top:-112px !important}.right-md-n11{right:-112px !important}.bottom-md-n11{bottom:-112px !important}.left-md-n11{left:-112px !important}.top-md-12{top:128px !important}.right-md-12{right:128px !important}.bottom-md-12{bottom:128px !important}.left-md-12{left:128px !important}.top-md-n12{top:-128px !important}.right-md-n12{right:-128px !important}.bottom-md-n12{bottom:-128px !important}.left-md-n12{left:-128px !important}}@media (min-width: 1012px){.top-lg-0{top:0 !important}.right-lg-0{right:0 !important}.bottom-lg-0{bottom:0 !important}.left-lg-0{left:0 !important}.top-lg-n0{top:0 !important}.right-lg-n0{right:0 !important}.bottom-lg-n0{bottom:0 !important}.left-lg-n0{left:0 !important}.top-lg-1{top:4px !important}.right-lg-1{right:4px !important}.bottom-lg-1{bottom:4px !important}.left-lg-1{left:4px !important}.top-lg-n1{top:-4px !important}.right-lg-n1{right:-4px !important}.bottom-lg-n1{bottom:-4px !important}.left-lg-n1{left:-4px !important}.top-lg-2{top:8px !important}.right-lg-2{right:8px !important}.bottom-lg-2{bottom:8px !important}.left-lg-2{left:8px !important}.top-lg-n2{top:-8px !important}.right-lg-n2{right:-8px !important}.bottom-lg-n2{bottom:-8px !important}.left-lg-n2{left:-8px !important}.top-lg-3{top:16px !important}.right-lg-3{right:16px !important}.bottom-lg-3{bottom:16px !important}.left-lg-3{left:16px !important}.top-lg-n3{top:-16px !important}.right-lg-n3{right:-16px !important}.bottom-lg-n3{bottom:-16px !important}.left-lg-n3{left:-16px !important}.top-lg-4{top:24px !important}.right-lg-4{right:24px !important}.bottom-lg-4{bottom:24px !important}.left-lg-4{left:24px !important}.top-lg-n4{top:-24px !important}.right-lg-n4{right:-24px !important}.bottom-lg-n4{bottom:-24px !important}.left-lg-n4{left:-24px !important}.top-lg-5{top:32px !important}.right-lg-5{right:32px !important}.bottom-lg-5{bottom:32px !important}.left-lg-5{left:32px !important}.top-lg-n5{top:-32px !important}.right-lg-n5{right:-32px !important}.bottom-lg-n5{bottom:-32px !important}.left-lg-n5{left:-32px !important}.top-lg-6{top:40px !important}.right-lg-6{right:40px !important}.bottom-lg-6{bottom:40px !important}.left-lg-6{left:40px !important}.top-lg-n6{top:-40px !important}.right-lg-n6{right:-40px !important}.bottom-lg-n6{bottom:-40px !important}.left-lg-n6{left:-40px !important}.top-lg-7{top:48px !important}.right-lg-7{right:48px !important}.bottom-lg-7{bottom:48px !important}.left-lg-7{left:48px !important}.top-lg-n7{top:-48px !important}.right-lg-n7{right:-48px !important}.bottom-lg-n7{bottom:-48px !important}.left-lg-n7{left:-48px !important}.top-lg-8{top:64px !important}.right-lg-8{right:64px !important}.bottom-lg-8{bottom:64px !important}.left-lg-8{left:64px !important}.top-lg-n8{top:-64px !important}.right-lg-n8{right:-64px !important}.bottom-lg-n8{bottom:-64px !important}.left-lg-n8{left:-64px !important}.top-lg-9{top:80px !important}.right-lg-9{right:80px !important}.bottom-lg-9{bottom:80px !important}.left-lg-9{left:80px !important}.top-lg-n9{top:-80px !important}.right-lg-n9{right:-80px !important}.bottom-lg-n9{bottom:-80px !important}.left-lg-n9{left:-80px !important}.top-lg-10{top:96px !important}.right-lg-10{right:96px !important}.bottom-lg-10{bottom:96px !important}.left-lg-10{left:96px !important}.top-lg-n10{top:-96px !important}.right-lg-n10{right:-96px !important}.bottom-lg-n10{bottom:-96px !important}.left-lg-n10{left:-96px !important}.top-lg-11{top:112px !important}.right-lg-11{right:112px !important}.bottom-lg-11{bottom:112px !important}.left-lg-11{left:112px !important}.top-lg-n11{top:-112px !important}.right-lg-n11{right:-112px !important}.bottom-lg-n11{bottom:-112px !important}.left-lg-n11{left:-112px !important}.top-lg-12{top:128px !important}.right-lg-12{right:128px !important}.bottom-lg-12{bottom:128px !important}.left-lg-12{left:128px !important}.top-lg-n12{top:-128px !important}.right-lg-n12{right:-128px !important}.bottom-lg-n12{bottom:-128px !important}.left-lg-n12{left:-128px !important}}.offset-n1{margin-left:-8.33333%}.offset-n2{margin-left:-16.66667%}.offset-n3{margin-left:-25%}.offset-n4{margin-left:-33.33333%}.offset-n5{margin-left:-41.66667%}.offset-n6{margin-left:-50%}.offset-n7{margin-left:-58.33333%}@media (min-width: 544px){.offset-sm-n1{margin-left:-8.33333%}.offset-sm-n2{margin-left:-16.66667%}.offset-sm-n3{margin-left:-25%}.offset-sm-n4{margin-left:-33.33333%}.offset-sm-n5{margin-left:-41.66667%}.offset-sm-n6{margin-left:-50%}.offset-sm-n7{margin-left:-58.33333%}}@media (min-width: 768px){.offset-md-n1{margin-left:-8.33333%}.offset-md-n2{margin-left:-16.66667%}.offset-md-n3{margin-left:-25%}.offset-md-n4{margin-left:-33.33333%}.offset-md-n5{margin-left:-41.66667%}.offset-md-n6{margin-left:-50%}.offset-md-n7{margin-left:-58.33333%}}@media (min-width: 1012px){.offset-lg-n1{margin-left:-8.33333%}.offset-lg-n2{margin-left:-16.66667%}.offset-lg-n3{margin-left:-25%}.offset-lg-n4{margin-left:-33.33333%}.offset-lg-n5{margin-left:-41.66667%}.offset-lg-n6{margin-left:-50%}.offset-lg-n7{margin-left:-58.33333%}}@media (min-width: 1280px){.offset-xl-n1{margin-left:-8.33333%}.offset-xl-n2{margin-left:-16.66667%}.offset-xl-n3{margin-left:-25%}.offset-xl-n4{margin-left:-33.33333%}.offset-xl-n5{margin-left:-41.66667%}.offset-xl-n6{margin-left:-50%}.offset-xl-n7{margin-left:-58.33333%}}.mt-0{margin-top:0 !important}.mb-0{margin-bottom:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.mt-1{margin-top:4px !important}.mb-1{margin-bottom:4px !important}.my-1{margin-top:4px !important;margin-bottom:4px !important}.mt-2{margin-top:8px !important}.mb-2{margin-bottom:8px !important}.my-2{margin-top:8px !important;margin-bottom:8px !important}.mt-3{margin-top:16px !important}.mb-3{margin-bottom:16px !important}.my-3{margin-top:16px !important;margin-bottom:16px !important}.mt-4{margin-top:24px !important}.mb-4{margin-bottom:24px !important}.my-4{margin-top:24px !important;margin-bottom:24px !important}.mt-5{margin-top:32px !important}.mb-5{margin-bottom:32px !important}.my-5{margin-top:32px !important;margin-bottom:32px !important}.mt-6{margin-top:40px !important}.mb-6{margin-bottom:40px !important}.my-6{margin-top:40px !important;margin-bottom:40px !important}.mt-7{margin-top:48px !important}.mb-7{margin-bottom:48px !important}.my-7{margin-top:48px !important;margin-bottom:48px !important}.mt-8{margin-top:64px !important}.mb-8{margin-bottom:64px !important}.my-8{margin-top:64px !important;margin-bottom:64px !important}.mt-9{margin-top:80px !important}.mb-9{margin-bottom:80px !important}.my-9{margin-top:80px !important;margin-bottom:80px !important}.mt-10{margin-top:96px !important}.mb-10{margin-bottom:96px !important}.my-10{margin-top:96px !important;margin-bottom:96px !important}.mt-11{margin-top:112px !important}.mb-11{margin-bottom:112px !important}.my-11{margin-top:112px !important;margin-bottom:112px !important}.mt-12{margin-top:128px !important}.mb-12{margin-bottom:128px !important}.my-12{margin-top:128px !important;margin-bottom:128px !important}@media (min-width: 544px){.mt-sm-0{margin-top:0 !important}.mb-sm-0{margin-bottom:0 !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.mt-sm-1{margin-top:4px !important}.mb-sm-1{margin-bottom:4px !important}.my-sm-1{margin-top:4px !important;margin-bottom:4px !important}.mt-sm-2{margin-top:8px !important}.mb-sm-2{margin-bottom:8px !important}.my-sm-2{margin-top:8px !important;margin-bottom:8px !important}.mt-sm-3{margin-top:16px !important}.mb-sm-3{margin-bottom:16px !important}.my-sm-3{margin-top:16px !important;margin-bottom:16px !important}.mt-sm-4{margin-top:24px !important}.mb-sm-4{margin-bottom:24px !important}.my-sm-4{margin-top:24px !important;margin-bottom:24px !important}.mt-sm-5{margin-top:32px !important}.mb-sm-5{margin-bottom:32px !important}.my-sm-5{margin-top:32px !important;margin-bottom:32px !important}.mt-sm-6{margin-top:40px !important}.mb-sm-6{margin-bottom:40px !important}.my-sm-6{margin-top:40px !important;margin-bottom:40px !important}.mt-sm-7{margin-top:48px !important}.mb-sm-7{margin-bottom:48px !important}.my-sm-7{margin-top:48px !important;margin-bottom:48px !important}.mt-sm-8{margin-top:64px !important}.mb-sm-8{margin-bottom:64px !important}.my-sm-8{margin-top:64px !important;margin-bottom:64px !important}.mt-sm-9{margin-top:80px !important}.mb-sm-9{margin-bottom:80px !important}.my-sm-9{margin-top:80px !important;margin-bottom:80px !important}.mt-sm-10{margin-top:96px !important}.mb-sm-10{margin-bottom:96px !important}.my-sm-10{margin-top:96px !important;margin-bottom:96px !important}.mt-sm-11{margin-top:112px !important}.mb-sm-11{margin-bottom:112px !important}.my-sm-11{margin-top:112px !important;margin-bottom:112px !important}.mt-sm-12{margin-top:128px !important}.mb-sm-12{margin-bottom:128px !important}.my-sm-12{margin-top:128px !important;margin-bottom:128px !important}}@media (min-width: 768px){.mt-md-0{margin-top:0 !important}.mb-md-0{margin-bottom:0 !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.mt-md-1{margin-top:4px !important}.mb-md-1{margin-bottom:4px !important}.my-md-1{margin-top:4px !important;margin-bottom:4px !important}.mt-md-2{margin-top:8px !important}.mb-md-2{margin-bottom:8px !important}.my-md-2{margin-top:8px !important;margin-bottom:8px !important}.mt-md-3{margin-top:16px !important}.mb-md-3{margin-bottom:16px !important}.my-md-3{margin-top:16px !important;margin-bottom:16px !important}.mt-md-4{margin-top:24px !important}.mb-md-4{margin-bottom:24px !important}.my-md-4{margin-top:24px !important;margin-bottom:24px !important}.mt-md-5{margin-top:32px !important}.mb-md-5{margin-bottom:32px !important}.my-md-5{margin-top:32px !important;margin-bottom:32px !important}.mt-md-6{margin-top:40px !important}.mb-md-6{margin-bottom:40px !important}.my-md-6{margin-top:40px !important;margin-bottom:40px !important}.mt-md-7{margin-top:48px !important}.mb-md-7{margin-bottom:48px !important}.my-md-7{margin-top:48px !important;margin-bottom:48px !important}.mt-md-8{margin-top:64px !important}.mb-md-8{margin-bottom:64px !important}.my-md-8{margin-top:64px !important;margin-bottom:64px !important}.mt-md-9{margin-top:80px !important}.mb-md-9{margin-bottom:80px !important}.my-md-9{margin-top:80px !important;margin-bottom:80px !important}.mt-md-10{margin-top:96px !important}.mb-md-10{margin-bottom:96px !important}.my-md-10{margin-top:96px !important;margin-bottom:96px !important}.mt-md-11{margin-top:112px !important}.mb-md-11{margin-bottom:112px !important}.my-md-11{margin-top:112px !important;margin-bottom:112px !important}.mt-md-12{margin-top:128px !important}.mb-md-12{margin-bottom:128px !important}.my-md-12{margin-top:128px !important;margin-bottom:128px !important}}@media (min-width: 1012px){.mt-lg-0{margin-top:0 !important}.mb-lg-0{margin-bottom:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.mt-lg-1{margin-top:4px !important}.mb-lg-1{margin-bottom:4px !important}.my-lg-1{margin-top:4px !important;margin-bottom:4px !important}.mt-lg-2{margin-top:8px !important}.mb-lg-2{margin-bottom:8px !important}.my-lg-2{margin-top:8px !important;margin-bottom:8px !important}.mt-lg-3{margin-top:16px !important}.mb-lg-3{margin-bottom:16px !important}.my-lg-3{margin-top:16px !important;margin-bottom:16px !important}.mt-lg-4{margin-top:24px !important}.mb-lg-4{margin-bottom:24px !important}.my-lg-4{margin-top:24px !important;margin-bottom:24px !important}.mt-lg-5{margin-top:32px !important}.mb-lg-5{margin-bottom:32px !important}.my-lg-5{margin-top:32px !important;margin-bottom:32px !important}.mt-lg-6{margin-top:40px !important}.mb-lg-6{margin-bottom:40px !important}.my-lg-6{margin-top:40px !important;margin-bottom:40px !important}.mt-lg-7{margin-top:48px !important}.mb-lg-7{margin-bottom:48px !important}.my-lg-7{margin-top:48px !important;margin-bottom:48px !important}.mt-lg-8{margin-top:64px !important}.mb-lg-8{margin-bottom:64px !important}.my-lg-8{margin-top:64px !important;margin-bottom:64px !important}.mt-lg-9{margin-top:80px !important}.mb-lg-9{margin-bottom:80px !important}.my-lg-9{margin-top:80px !important;margin-bottom:80px !important}.mt-lg-10{margin-top:96px !important}.mb-lg-10{margin-bottom:96px !important}.my-lg-10{margin-top:96px !important;margin-bottom:96px !important}.mt-lg-11{margin-top:112px !important}.mb-lg-11{margin-bottom:112px !important}.my-lg-11{margin-top:112px !important;margin-bottom:112px !important}.mt-lg-12{margin-top:128px !important}.mb-lg-12{margin-bottom:128px !important}.my-lg-12{margin-top:128px !important;margin-bottom:128px !important}}@media (min-width: 1280px){.mt-xl-0{margin-top:0 !important}.mb-xl-0{margin-bottom:0 !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.mt-xl-1{margin-top:4px !important}.mb-xl-1{margin-bottom:4px !important}.my-xl-1{margin-top:4px !important;margin-bottom:4px !important}.mt-xl-2{margin-top:8px !important}.mb-xl-2{margin-bottom:8px !important}.my-xl-2{margin-top:8px !important;margin-bottom:8px !important}.mt-xl-3{margin-top:16px !important}.mb-xl-3{margin-bottom:16px !important}.my-xl-3{margin-top:16px !important;margin-bottom:16px !important}.mt-xl-4{margin-top:24px !important}.mb-xl-4{margin-bottom:24px !important}.my-xl-4{margin-top:24px !important;margin-bottom:24px !important}.mt-xl-5{margin-top:32px !important}.mb-xl-5{margin-bottom:32px !important}.my-xl-5{margin-top:32px !important;margin-bottom:32px !important}.mt-xl-6{margin-top:40px !important}.mb-xl-6{margin-bottom:40px !important}.my-xl-6{margin-top:40px !important;margin-bottom:40px !important}.mt-xl-7{margin-top:48px !important}.mb-xl-7{margin-bottom:48px !important}.my-xl-7{margin-top:48px !important;margin-bottom:48px !important}.mt-xl-8{margin-top:64px !important}.mb-xl-8{margin-bottom:64px !important}.my-xl-8{margin-top:64px !important;margin-bottom:64px !important}.mt-xl-9{margin-top:80px !important}.mb-xl-9{margin-bottom:80px !important}.my-xl-9{margin-top:80px !important;margin-bottom:80px !important}.mt-xl-10{margin-top:96px !important}.mb-xl-10{margin-bottom:96px !important}.my-xl-10{margin-top:96px !important;margin-bottom:96px !important}.mt-xl-11{margin-top:112px !important}.mb-xl-11{margin-bottom:112px !important}.my-xl-11{margin-top:112px !important;margin-bottom:112px !important}.mt-xl-12{margin-top:128px !important}.mb-xl-12{margin-bottom:128px !important}.my-xl-12{margin-top:128px !important;margin-bottom:128px !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}.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}.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}.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}.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}.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}.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}.py-6{padding-top:40px !important;padding-bottom:40px !important}.p-7{padding:48px !important}.pt-7{padding-top:48px !important}.pr-7{padding-right:48px !important}.pb-7{padding-bottom:48px !important}.pl-7{padding-left:48px !important}.py-7{padding-top:48px !important;padding-bottom:48px !important}.p-8{padding:64px !important}.pt-8{padding-top:64px !important}.pr-8{padding-right:64px !important}.pb-8{padding-bottom:64px !important}.pl-8{padding-left:64px !important}.py-8{padding-top:64px !important;padding-bottom:64px !important}.p-9{padding:80px !important}.pt-9{padding-top:80px !important}.pr-9{padding-right:80px !important}.pb-9{padding-bottom:80px !important}.pl-9{padding-left:80px !important}.py-9{padding-top:80px !important;padding-bottom:80px !important}.p-10{padding:96px !important}.pt-10{padding-top:96px !important}.pr-10{padding-right:96px !important}.pb-10{padding-bottom:96px !important}.pl-10{padding-left:96px !important}.py-10{padding-top:96px !important;padding-bottom:96px !important}.p-11{padding:112px !important}.pt-11{padding-top:112px !important}.pr-11{padding-right:112px !important}.pb-11{padding-bottom:112px !important}.pl-11{padding-left:112px !important}.py-11{padding-top:112px !important;padding-bottom:112px !important}.p-12{padding:128px !important}.pt-12{padding-top:128px !important}.pr-12{padding-right:128px !important}.pb-12{padding-bottom:128px !important}.pl-12{padding-left:128px !important}.py-12{padding-top:128px !important;padding-bottom:128px !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}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.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}.py-sm-1{padding-top:4px !important;padding-bottom:4px !important}.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}.py-sm-2{padding-top:8px !important;padding-bottom:8px !important}.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}.py-sm-3{padding-top:16px !important;padding-bottom:16px !important}.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}.py-sm-4{padding-top:24px !important;padding-bottom:24px !important}.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}.py-sm-5{padding-top:32px !important;padding-bottom:32px !important}.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}.py-sm-6{padding-top:40px !important;padding-bottom:40px !important}.p-sm-7{padding:48px !important}.pt-sm-7{padding-top:48px !important}.pr-sm-7{padding-right:48px !important}.pb-sm-7{padding-bottom:48px !important}.pl-sm-7{padding-left:48px !important}.py-sm-7{padding-top:48px !important;padding-bottom:48px !important}.p-sm-8{padding:64px !important}.pt-sm-8{padding-top:64px !important}.pr-sm-8{padding-right:64px !important}.pb-sm-8{padding-bottom:64px !important}.pl-sm-8{padding-left:64px !important}.py-sm-8{padding-top:64px !important;padding-bottom:64px !important}.p-sm-9{padding:80px !important}.pt-sm-9{padding-top:80px !important}.pr-sm-9{padding-right:80px !important}.pb-sm-9{padding-bottom:80px !important}.pl-sm-9{padding-left:80px !important}.py-sm-9{padding-top:80px !important;padding-bottom:80px !important}.p-sm-10{padding:96px !important}.pt-sm-10{padding-top:96px !important}.pr-sm-10{padding-right:96px !important}.pb-sm-10{padding-bottom:96px !important}.pl-sm-10{padding-left:96px !important}.py-sm-10{padding-top:96px !important;padding-bottom:96px !important}.p-sm-11{padding:112px !important}.pt-sm-11{padding-top:112px !important}.pr-sm-11{padding-right:112px !important}.pb-sm-11{padding-bottom:112px !important}.pl-sm-11{padding-left:112px !important}.py-sm-11{padding-top:112px !important;padding-bottom:112px !important}.p-sm-12{padding:128px !important}.pt-sm-12{padding-top:128px !important}.pr-sm-12{padding-right:128px !important}.pb-sm-12{padding-bottom:128px !important}.pl-sm-12{padding-left:128px !important}.py-sm-12{padding-top:128px !important;padding-bottom:128px !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}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.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}.py-md-1{padding-top:4px !important;padding-bottom:4px !important}.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}.py-md-2{padding-top:8px !important;padding-bottom:8px !important}.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}.py-md-3{padding-top:16px !important;padding-bottom:16px !important}.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}.py-md-4{padding-top:24px !important;padding-bottom:24px !important}.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}.py-md-5{padding-top:32px !important;padding-bottom:32px !important}.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}.py-md-6{padding-top:40px !important;padding-bottom:40px !important}.p-md-7{padding:48px !important}.pt-md-7{padding-top:48px !important}.pr-md-7{padding-right:48px !important}.pb-md-7{padding-bottom:48px !important}.pl-md-7{padding-left:48px !important}.py-md-7{padding-top:48px !important;padding-bottom:48px !important}.p-md-8{padding:64px !important}.pt-md-8{padding-top:64px !important}.pr-md-8{padding-right:64px !important}.pb-md-8{padding-bottom:64px !important}.pl-md-8{padding-left:64px !important}.py-md-8{padding-top:64px !important;padding-bottom:64px !important}.p-md-9{padding:80px !important}.pt-md-9{padding-top:80px !important}.pr-md-9{padding-right:80px !important}.pb-md-9{padding-bottom:80px !important}.pl-md-9{padding-left:80px !important}.py-md-9{padding-top:80px !important;padding-bottom:80px !important}.p-md-10{padding:96px !important}.pt-md-10{padding-top:96px !important}.pr-md-10{padding-right:96px !important}.pb-md-10{padding-bottom:96px !important}.pl-md-10{padding-left:96px !important}.py-md-10{padding-top:96px !important;padding-bottom:96px !important}.p-md-11{padding:112px !important}.pt-md-11{padding-top:112px !important}.pr-md-11{padding-right:112px !important}.pb-md-11{padding-bottom:112px !important}.pl-md-11{padding-left:112px !important}.py-md-11{padding-top:112px !important;padding-bottom:112px !important}.p-md-12{padding:128px !important}.pt-md-12{padding-top:128px !important}.pr-md-12{padding-right:128px !important}.pb-md-12{padding-bottom:128px !important}.pl-md-12{padding-left:128px !important}.py-md-12{padding-top:128px !important;padding-bottom:128px !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}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.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}.py-lg-1{padding-top:4px !important;padding-bottom:4px !important}.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}.py-lg-2{padding-top:8px !important;padding-bottom:8px !important}.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}.py-lg-3{padding-top:16px !important;padding-bottom:16px !important}.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}.py-lg-4{padding-top:24px !important;padding-bottom:24px !important}.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}.py-lg-5{padding-top:32px !important;padding-bottom:32px !important}.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}.py-lg-6{padding-top:40px !important;padding-bottom:40px !important}.p-lg-7{padding:48px !important}.pt-lg-7{padding-top:48px !important}.pr-lg-7{padding-right:48px !important}.pb-lg-7{padding-bottom:48px !important}.pl-lg-7{padding-left:48px !important}.py-lg-7{padding-top:48px !important;padding-bottom:48px !important}.p-lg-8{padding:64px !important}.pt-lg-8{padding-top:64px !important}.pr-lg-8{padding-right:64px !important}.pb-lg-8{padding-bottom:64px !important}.pl-lg-8{padding-left:64px !important}.py-lg-8{padding-top:64px !important;padding-bottom:64px !important}.p-lg-9{padding:80px !important}.pt-lg-9{padding-top:80px !important}.pr-lg-9{padding-right:80px !important}.pb-lg-9{padding-bottom:80px !important}.pl-lg-9{padding-left:80px !important}.py-lg-9{padding-top:80px !important;padding-bottom:80px !important}.p-lg-10{padding:96px !important}.pt-lg-10{padding-top:96px !important}.pr-lg-10{padding-right:96px !important}.pb-lg-10{padding-bottom:96px !important}.pl-lg-10{padding-left:96px !important}.py-lg-10{padding-top:96px !important;padding-bottom:96px !important}.p-lg-11{padding:112px !important}.pt-lg-11{padding-top:112px !important}.pr-lg-11{padding-right:112px !important}.pb-lg-11{padding-bottom:112px !important}.pl-lg-11{padding-left:112px !important}.py-lg-11{padding-top:112px !important;padding-bottom:112px !important}.p-lg-12{padding:128px !important}.pt-lg-12{padding-top:128px !important}.pr-lg-12{padding-right:128px !important}.pb-lg-12{padding-bottom:128px !important}.pl-lg-12{padding-left:128px !important}.py-lg-12{padding-top:128px !important;padding-bottom:128px !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}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.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}.py-xl-1{padding-top:4px !important;padding-bottom:4px !important}.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}.py-xl-2{padding-top:8px !important;padding-bottom:8px !important}.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}.py-xl-3{padding-top:16px !important;padding-bottom:16px !important}.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}.py-xl-4{padding-top:24px !important;padding-bottom:24px !important}.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}.py-xl-5{padding-top:32px !important;padding-bottom:32px !important}.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}.py-xl-6{padding-top:40px !important;padding-bottom:40px !important}.p-xl-7{padding:48px !important}.pt-xl-7{padding-top:48px !important}.pr-xl-7{padding-right:48px !important}.pb-xl-7{padding-bottom:48px !important}.pl-xl-7{padding-left:48px !important}.py-xl-7{padding-top:48px !important;padding-bottom:48px !important}.p-xl-8{padding:64px !important}.pt-xl-8{padding-top:64px !important}.pr-xl-8{padding-right:64px !important}.pb-xl-8{padding-bottom:64px !important}.pl-xl-8{padding-left:64px !important}.py-xl-8{padding-top:64px !important;padding-bottom:64px !important}.p-xl-9{padding:80px !important}.pt-xl-9{padding-top:80px !important}.pr-xl-9{padding-right:80px !important}.pb-xl-9{padding-bottom:80px !important}.pl-xl-9{padding-left:80px !important}.py-xl-9{padding-top:80px !important;padding-bottom:80px !important}.p-xl-10{padding:96px !important}.pt-xl-10{padding-top:96px !important}.pr-xl-10{padding-right:96px !important}.pb-xl-10{padding-bottom:96px !important}.pl-xl-10{padding-left:96px !important}.py-xl-10{padding-top:96px !important;padding-bottom:96px !important}.p-xl-11{padding:112px !important}.pt-xl-11{padding-top:112px !important}.pr-xl-11{padding-right:112px !important}.pb-xl-11{padding-bottom:112px !important}.pl-xl-11{padding-left:112px !important}.py-xl-11{padding-top:112px !important;padding-bottom:112px !important}.p-xl-12{padding:128px !important}.pt-xl-12{padding-top:128px !important}.pr-xl-12{padding-right:128px !important}.pb-xl-12{padding-bottom:128px !important}.pl-xl-12{padding-left:128px !important}.py-xl-12{padding-top:128px !important;padding-bottom:128px !important}}\n","$marketing-font-path: \"/fonts/\" !default;\n\n// Type\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-normal;\n src: local(\"Inter\"), local(\"Inter-Regular\"), url(\"#{$marketing-font-path}Inter-Regular.woff\") format(\"woff\");\n font-display: swap;\n}\n\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-semibold;\n src: local(\"Inter Medium\"), local(\"Inter-Medium\"), url(\"#{$marketing-font-path}Inter-Medium.woff\") format(\"woff\");\n font-display: swap;\n}\n\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-bold;\n src: local(\"Inter Bold\"), local(\"Inter-Bold\"), url(\"#{$marketing-font-path}Inter-Bold.woff\") format(\"woff\");\n font-display: swap;\n}\n\n$font-mktg: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\" !default;\n\n// Builds upon @primer/css/support/variables/typography.scss\n$h000-size: 64px !default;\n$h000-size-mobile: 48px !default;\n\n// Colors\n$green-mktg: mix($green-500, $green-400, 50%) !default;\n$blue-mktg: mix($blue-400, $blue-500, 42%) !default;\n\n// Animations\n$transition-time: 0.4s !default;\n\n// Increases the core spacing scale first by 8px for $spacer-7, then by 16px\n// increments from $spacer-8 to $spacer-12, i.e. after 40px, we have 48, 64,\n// 80, 96, etc.\n$spacer-7: $spacer * 6 !default; // 48px\n$spacer-8: $spacer * 8 !default; // 64px\n$spacer-9: $spacer * 10 !default; // 80px\n$spacer-10: $spacer * 12 !default; // 96px\n$spacer-11: $spacer * 14 !default; // 112px\n$spacer-12: $spacer * 16 !default; // 128px\n\n$marketing-spacers: (\n 7: $spacer-7,\n 8: $spacer-8,\n 9: $spacer-9,\n 10: $spacer-10,\n 11: $spacer-11,\n 12: $spacer-12,\n) !default;\n\n$marketing-all-spacers: map-merge(\n (\n 0: 0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n ),\n $marketing-spacers,\n) !default;\n\n$marketing-position-variants: (\n \"\": \"\",\n md: \"-md\",\n lg: \"-lg\",\n) !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Headings\n\n.h000-mktg,\n.h00-mktg,\n.h0-mktg,\n.h1-mktg,\n.h2-mktg,\n.h3-mktg,\n.h4-mktg,\n.h5-mktg,\n.h6-mktg,\n.lead-mktg {\n font-family: $font-mktg;\n font-weight: $font-weight-semibold;\n}\n\n@mixin h000-mktg {\n font-size: $h000-size-mobile !important;\n @include breakpoint(md) { font-size: $h000-size !important; }\n}\n\n.h000-mktg { @include h000-mktg; }\n\n@mixin h00-mktg {\n font-size: $h00-size-mobile !important;\n @include breakpoint(md) { font-size: $h00-size !important; }\n}\n\n.h00-mktg { @include h00-mktg; }\n\n@mixin h0-mktg {\n font-size: $h0-size-mobile !important;\n @include breakpoint(md) { font-size: $h0-size !important; }\n}\n\n.h0-mktg { @include h0-mktg; }\n\n@mixin h1-mktg {\n font-size: $h1-size-mobile !important;\n @include breakpoint(md) { font-size: $h1-size !important; }\n}\n\n.h1-mktg { @include h1-mktg; }\n\n@mixin h2-mktg {\n font-size: $h2-size-mobile !important;\n @include breakpoint(md) { font-size: $h2-size !important; }\n}\n\n.h2-mktg { @include h2-mktg; }\n\n@mixin h3-mktg {\n font-size: $h3-size-mobile !important;\n @include breakpoint(md) { font-size: $h3-size !important; }\n}\n\n.h3-mktg { @include h3-mktg; }\n\n.h4-mktg {\n font-size: $h4-size !important;\n}\n\n.h5-mktg {\n font-size: $h5-size !important;\n}\n\n.h6-mktg {\n font-size: $h6-size !important;\n}\n\n// Big opening paragraphs\n@mixin lead-mktg {\n font-size: $h3-size;\n font-weight: $font-weight-normal;\n}\n\n.lead-mktg { @include lead-mktg; }\n\n// Pullquote\n\n@mixin pullquote {\n padding-top: 0;\n padding-bottom: 0;\n padding-left: $spacer;\n margin-bottom: $spacer-4;\n font-family: $mono-font;\n font-size: $h4-size;\n line-height: 1.4;\n color: $text-gray;\n border-left: 3px solid $border-color;\n\n @include breakpoint(md) {\n padding-left: $spacer * 1.5;\n margin-bottom: $spacer-5;\n margin-left: (-$spacer * 1.5) - 3px;\n font-size: 18px;\n line-height: $lh-default;\n }\n}\n\n.pullquote {\n @include pullquote;\n}\n","// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n",".btn-mktg {\n display: inline-block;\n padding: $spacer-3 $spacer-4;\n font-size: $h5-size;\n font-weight: $font-weight-semibold;\n color: $text-white;\n white-space: nowrap;\n vertical-align: middle;\n cursor: pointer;\n user-select: none;\n // stylelint-disable-next-line primer/colors\n background-color: $blue-mktg;\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style $blue-mktg;\n border-radius: $border-radius;\n transition: $transition-time / 2;\n appearance: none; // Corrects inability to style clickable `input` types in iOS.\n\n &:hover {\n text-decoration: none;\n background-color: $bg-blue;\n border-color: $border-blue;\n }\n\n &:focus {\n outline: 0;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 0 0.2em rgba($blue-500, 0.3);\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n pointer-events: none; // Disable hover styles\n cursor: default;\n opacity: 0.65;\n }\n}\n\n.btn-primary-mktg {\n // stylelint-disable-next-line primer/colors\n background-color: $green-mktg;\n // stylelint-disable-next-line primer/borders\n border-color: $green-mktg;\n\n &:hover {\n background-color: $bg-green;\n // stylelint-disable-next-line primer/borders\n border-color: $green-500;\n }\n\n &:focus {\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 0 0.2em rgba($green-500, 0.3);\n }\n}\n\n.btn-large-mktg {\n // stylelint-disable-next-line primer/spacing\n padding: 20px $spacer-5;\n font-size: $h4-size;\n}\n\n.btn-outline-mktg {\n // stylelint-disable-next-line primer/colors\n color: $blue-mktg;\n // stylelint-disable-next-line primer/colors\n background-color: rgba($white, 0);\n // stylelint-disable-next-line primer/borders\n border-color: rgba($blue-mktg, 0.5);\n\n &:hover {\n color: $text-blue;\n text-decoration: none;\n // stylelint-disable-next-line primer/colors\n background-color: rgba($white, 0);\n // stylelint-disable-next-line primer/borders\n border-color: rgba($blue-mktg, 1);\n }\n}\n\n@mixin btn-transparent-active {\n color: $gray-800;\n background-color: $white;\n background-image: none;\n border-color: $white;\n}\n\n.btn-transparent {\n color: $text-white;\n background-color: transparent;\n background-image: none;\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style $white-fade-50;\n\n &:hover,\n &:active {\n @include btn-transparent-active;\n }\n}\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n",".grayscale {\n filter: grayscale(100%);\n}\n","// Layout utilities\n// stylelint-disable block-opening-brace-space-before\n\n// Responsive utilities to position content\n// No utilities for sm and xl breakpoints\n@each $breakpoint, $variant in $marketing-position-variants {\n @include breakpoint($breakpoint) {\n @each $scale, $size in $marketing-all-spacers {\n .top#{$variant}-#{$scale} { top: $size !important; }\n .right#{$variant}-#{$scale} { right: $size !important; }\n .bottom#{$variant}-#{$scale} { bottom: $size !important; }\n .left#{$variant}-#{$scale} { left: $size !important; }\n\n .top#{$variant}-n#{$scale} { top: -$size !important; }\n .right#{$variant}-n#{$scale} { right: -$size !important; }\n .bottom#{$variant}-n#{$scale} { bottom: -$size !important; }\n .left#{$variant}-n#{$scale} { left: -$size !important; }\n }\n }\n}\n\n// Negative offset columns\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n @for $offset from 1 through 7 {\n .offset#{$variant}-n#{$offset} { margin-left: -($offset / 12 * 100%); }\n }\n }\n}\n","// Margin spacer utilities for marketing\n// Utilities only added for y-direction margin (i.e. top & bottom)\n\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n @each $scale, $size in $marketing-all-spacers {\n\n .mt#{$variant}-#{$scale} { margin-top: $size !important; }\n .mb#{$variant}-#{$scale} { margin-bottom: $size !important; }\n\n .my#{$variant}-#{$scale} {\n margin-top: $size !important;\n margin-bottom: $size !important;\n }\n }\n }\n}\n","// Padding spacer utilities for marketing\n// stylelint-disable block-opening-brace-space-before\n\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n @each $scale, $size in $marketing-all-spacers {\n // Set a #{$size} padding for all sides\n .p#{$variant}-#{$scale} { padding: #{$size} !important; }\n // Set a #{$size} padding to the top\n .pt#{$variant}-#{$scale} { padding-top: #{$size} !important; }\n // Set a #{$size} padding to the right\n .pr#{$variant}-#{$scale} { padding-right: #{$size} !important; }\n // Set a #{$size} padding to the bottom\n .pb#{$variant}-#{$scale} { padding-bottom: #{$size} !important; }\n // Set a #{$size} padding to the left\n .pl#{$variant}-#{$scale} { padding-left: #{$size} !important; }\n // Set a #{$size} padding to the top & bottom\n .py#{$variant}-#{$scale} {\n padding-top: #{$size} !important;\n padding-bottom: #{$size} !important;\n }\n }\n }\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/marketing.js b/assets/sass/@primer/css/dist/marketing.js deleted file mode 100644 index e113d33..0000000 --- a/assets/sass/@primer/css/dist/marketing.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/marketing.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/meta.json b/assets/sass/@primer/css/dist/meta.json deleted file mode 100644 index ec388a9..0000000 --- a/assets/sass/@primer/css/dist/meta.json +++ /dev/null @@ -1,512 +0,0 @@ -{ - "bundles": { - "autocomplete": { - "name": "autocomplete", - "source": "src/autocomplete/index.scss", - "sass": "@primer/css/autocomplete/index.scss", - "css": "dist/autocomplete.css", - "map": "dist/autocomplete.css.map", - "js": "dist/autocomplete.js", - "stats": "dist/stats/autocomplete.json", - "legacy": "primer-autocomplete/index.scss", - "imports": [ - "support" - ] - }, - "blankslate": { - "name": "blankslate", - "source": "src/blankslate/index.scss", - "sass": "@primer/css/blankslate/index.scss", - "css": "dist/blankslate.css", - "map": "dist/blankslate.css.map", - "js": "dist/blankslate.js", - "stats": "dist/stats/blankslate.json", - "legacy": "primer-blankslate/index.scss", - "imports": [ - "support" - ] - }, - "alerts": { - "name": "alerts", - "source": "src/alerts/index.scss", - "sass": "@primer/css/alerts/index.scss", - "css": "dist/alerts.css", - "map": "dist/alerts.css.map", - "js": "dist/alerts.js", - "stats": "dist/stats/alerts.json", - "legacy": "primer-alerts/index.scss", - "imports": [ - "support" - ] - }, - "branch-name": { - "name": "branch-name", - "source": "src/branch-name/index.scss", - "sass": "@primer/css/branch-name/index.scss", - "css": "dist/branch-name.css", - "map": "dist/branch-name.css.map", - "js": "dist/branch-name.js", - "stats": "dist/stats/branch-name.json", - "legacy": "primer-branch-name/index.scss", - "imports": [ - "support" - ] - }, - "avatars": { - "name": "avatars", - "source": "src/avatars/index.scss", - "sass": "@primer/css/avatars/index.scss", - "css": "dist/avatars.css", - "map": "dist/avatars.css.map", - "js": "dist/avatars.js", - "stats": "dist/stats/avatars.json", - "legacy": "primer-avatars/index.scss", - "imports": [ - "support" - ] - }, - "box": { - "name": "box", - "source": "src/box/index.scss", - "sass": "@primer/css/box/index.scss", - "css": "dist/box.css", - "map": "dist/box.css.map", - "js": "dist/box.js", - "stats": "dist/stats/box.json", - "legacy": "primer-box/index.scss", - "imports": [ - "support" - ] - }, - "base": { - "name": "base", - "source": "src/base/index.scss", - "sass": "@primer/css/base/index.scss", - "css": "dist/base.css", - "map": "dist/base.css.map", - "js": "dist/base.js", - "stats": "dist/stats/base.json", - "legacy": "primer-base/index.scss", - "imports": [ - "support" - ] - }, - "breadcrumb": { - "name": "breadcrumb", - "source": "src/breadcrumb/index.scss", - "sass": "@primer/css/breadcrumb/index.scss", - "css": "dist/breadcrumb.css", - "map": "dist/breadcrumb.css.map", - "js": "dist/breadcrumb.js", - "stats": "dist/stats/breadcrumb.json", - "legacy": "primer-breadcrumb/index.scss", - "imports": [ - "support" - ] - }, - "dropdown": { - "name": "dropdown", - "source": "src/dropdown/index.scss", - "sass": "@primer/css/dropdown/index.scss", - "css": "dist/dropdown.css", - "map": "dist/dropdown.css.map", - "js": "dist/dropdown.js", - "stats": "dist/stats/dropdown.json", - "legacy": "primer-dropdown/index.scss", - "imports": [ - "support" - ] - }, - "buttons": { - "name": "buttons", - "source": "src/buttons/index.scss", - "sass": "@primer/css/buttons/index.scss", - "css": "dist/buttons.css", - "map": "dist/buttons.css.map", - "js": "dist/buttons.js", - "stats": "dist/stats/buttons.json", - "legacy": "primer-buttons/index.scss", - "imports": [ - "support" - ] - }, - "header": { - "name": "header", - "source": "src/header/index.scss", - "sass": "@primer/css/header/index.scss", - "css": "dist/header.css", - "map": "dist/header.css.map", - "js": "dist/header.js", - "stats": "dist/stats/header.json", - "legacy": "primer-header/index.scss", - "imports": [ - "support" - ] - }, - "labels": { - "name": "labels", - "source": "src/labels/index.scss", - "sass": "@primer/css/labels/index.scss", - "css": "dist/labels.css", - "map": "dist/labels.css.map", - "js": "dist/labels.js", - "stats": "dist/stats/labels.json", - "legacy": "primer-labels/index.scss", - "imports": [ - "support" - ] - }, - "forms": { - "name": "forms", - "source": "src/forms/index.scss", - "sass": "@primer/css/forms/index.scss", - "css": "dist/forms.css", - "map": "dist/forms.css.map", - "js": "dist/forms.js", - "stats": "dist/stats/forms.json", - "legacy": "primer-forms/index.scss", - "imports": [ - "support" - ] - }, - "loaders": { - "name": "loaders", - "source": "src/loaders/index.scss", - "sass": "@primer/css/loaders/index.scss", - "css": "dist/loaders.css", - "map": "dist/loaders.css.map", - "js": "dist/loaders.js", - "stats": "dist/stats/loaders.json", - "legacy": "primer-loaders/index.scss", - "imports": [ - "support" - ] - }, - "layout": { - "name": "layout", - "source": "src/layout/index.scss", - "sass": "@primer/css/layout/index.scss", - "css": "dist/layout.css", - "map": "dist/layout.css.map", - "js": "dist/layout.js", - "stats": "dist/stats/layout.json", - "legacy": "primer-layout/index.scss", - "imports": [ - "support" - ] - }, - "markdown": { - "name": "markdown", - "source": "src/markdown/index.scss", - "sass": "@primer/css/markdown/index.scss", - "css": "dist/markdown.css", - "map": "dist/markdown.css.map", - "js": "dist/markdown.js", - "stats": "dist/stats/markdown.json", - "legacy": "primer-markdown/index.scss", - "imports": [ - "support" - ] - }, - "marketing-buttons": { - "name": "marketing-buttons", - "source": "src/marketing/buttons/index.scss", - "sass": "@primer/css/marketing/buttons/index.scss", - "css": "dist/marketing-buttons.css", - "map": "dist/marketing-buttons.css.map", - "js": "dist/marketing-buttons.js", - "stats": "dist/stats/marketing-buttons.json", - "legacy": "primer-marketing-buttons/index.scss", - "imports": [ - "marketing-support" - ] - }, - "marketing-support": { - "name": "marketing-support", - "source": "src/marketing/support/index.scss", - "sass": "@primer/css/marketing/support/index.scss", - "css": "dist/marketing-support.css", - "map": "dist/marketing-support.css.map", - "js": "dist/marketing-support.js", - "stats": "dist/stats/marketing-support.json", - "legacy": "primer-marketing-support/index.scss", - "imports": [ - "support" - ] - }, - "marketing-type": { - "name": "marketing-type", - "source": "src/marketing/type/index.scss", - "sass": "@primer/css/marketing/type/index.scss", - "css": "dist/marketing-type.css", - "map": "dist/marketing-type.css.map", - "js": "dist/marketing-type.js", - "stats": "dist/stats/marketing-type.json", - "legacy": "primer-marketing-type/index.scss", - "imports": [ - "marketing-support" - ] - }, - "marketing": { - "name": "marketing", - "source": "src/marketing/index.scss", - "sass": "@primer/css/marketing/index.scss", - "css": "dist/marketing.css", - "map": "dist/marketing.css.map", - "js": "dist/marketing.js", - "stats": "dist/stats/marketing.json", - "legacy": "primer-marketing/index.scss", - "imports": [ - "marketing-support", - "marketing-type", - "marketing-buttons", - "marketing-utilities" - ] - }, - "navigation": { - "name": "navigation", - "source": "src/navigation/index.scss", - "sass": "@primer/css/navigation/index.scss", - "css": "dist/navigation.css", - "map": "dist/navigation.css.map", - "js": "dist/navigation.js", - "stats": "dist/stats/navigation.json", - "legacy": "primer-navigation/index.scss", - "imports": [ - "support" - ] - }, - "pagination": { - "name": "pagination", - "source": "src/pagination/index.scss", - "sass": "@primer/css/pagination/index.scss", - "css": "dist/pagination.css", - "map": "dist/pagination.css.map", - "js": "dist/pagination.js", - "stats": "dist/stats/pagination.json", - "legacy": "primer-pagination/index.scss", - "imports": [ - "support" - ] - }, - "popover": { - "name": "popover", - "source": "src/popover/index.scss", - "sass": "@primer/css/popover/index.scss", - "css": "dist/popover.css", - "map": "dist/popover.css.map", - "js": "dist/popover.js", - "stats": "dist/stats/popover.json", - "legacy": "primer-popover/index.scss", - "imports": [ - "support" - ] - }, - "product": { - "name": "product", - "source": "src/product/index.scss", - "sass": "@primer/css/product/index.scss", - "css": "dist/product.css", - "map": "dist/product.css.map", - "js": "dist/product.js", - "stats": "dist/stats/product.json", - "legacy": "primer-product/index.scss", - "imports": [ - "support", - "alerts", - "autocomplete", - "avatars", - "blankslate", - "branch-name", - "dropdown", - "header", - "labels", - "loaders", - "markdown", - "popover", - "progress", - "select-menu", - "subhead", - "timeline" - ] - }, - "marketing-utilities": { - "name": "marketing-utilities", - "source": "src/marketing/utilities/index.scss", - "sass": "@primer/css/marketing/utilities/index.scss", - "css": "dist/marketing-utilities.css", - "map": "dist/marketing-utilities.css.map", - "js": "dist/marketing-utilities.js", - "stats": "dist/stats/marketing-utilities.json", - "legacy": "primer-marketing-utilities/index.scss", - "imports": [ - "marketing-support" - ] - }, - "progress": { - "name": "progress", - "source": "src/progress/index.scss", - "sass": "@primer/css/progress/index.scss", - "css": "dist/progress.css", - "map": "dist/progress.css.map", - "js": "dist/progress.js", - "stats": "dist/stats/progress.json", - "legacy": "primer-progress/index.scss", - "imports": [ - "support" - ] - }, - "subhead": { - "name": "subhead", - "source": "src/subhead/index.scss", - "sass": "@primer/css/subhead/index.scss", - "css": "dist/subhead.css", - "map": "dist/subhead.css.map", - "js": "dist/subhead.js", - "stats": "dist/stats/subhead.json", - "legacy": "primer-subhead/index.scss", - "imports": [ - "support" - ] - }, - "select-menu": { - "name": "select-menu", - "source": "src/select-menu/index.scss", - "sass": "@primer/css/select-menu/index.scss", - "css": "dist/select-menu.css", - "map": "dist/select-menu.css.map", - "js": "dist/select-menu.js", - "stats": "dist/stats/select-menu.json", - "legacy": "primer-select-menu/index.scss", - "imports": [ - "support" - ] - }, - "support": { - "name": "support", - "source": "src/support/index.scss", - "sass": "@primer/css/support/index.scss", - "css": "dist/support.css", - "map": "dist/support.css.map", - "js": "dist/support.js", - "stats": "dist/stats/support.json", - "legacy": "primer-support/index.scss", - "imports": [] - }, - "table-object": { - "name": "table-object", - "source": "src/table-object/index.scss", - "sass": "@primer/css/table-object/index.scss", - "css": "dist/table-object.css", - "map": "dist/table-object.css.map", - "js": "dist/table-object.js", - "stats": "dist/stats/table-object.json", - "legacy": "primer-table-object/index.scss", - "imports": [] - }, - "timeline": { - "name": "timeline", - "source": "src/timeline/index.scss", - "sass": "@primer/css/timeline/index.scss", - "css": "dist/timeline.css", - "map": "dist/timeline.css.map", - "js": "dist/timeline.js", - "stats": "dist/stats/timeline.json", - "legacy": "primer-timeline/index.scss", - "imports": [ - "support" - ] - }, - "toasts": { - "name": "toasts", - "source": "src/toasts/index.scss", - "sass": "@primer/css/toasts/index.scss", - "css": "dist/toasts.css", - "map": "dist/toasts.css.map", - "js": "dist/toasts.js", - "stats": "dist/stats/toasts.json", - "legacy": "primer-toasts/index.scss", - "imports": [ - "support" - ] - }, - "truncate": { - "name": "truncate", - "source": "src/truncate/index.scss", - "sass": "@primer/css/truncate/index.scss", - "css": "dist/truncate.css", - "map": "dist/truncate.css.map", - "js": "dist/truncate.js", - "stats": "dist/stats/truncate.json", - "legacy": "primer-truncate/index.scss", - "imports": [] - }, - "tooltips": { - "name": "tooltips", - "source": "src/tooltips/index.scss", - "sass": "@primer/css/tooltips/index.scss", - "css": "dist/tooltips.css", - "map": "dist/tooltips.css.map", - "js": "dist/tooltips.js", - "stats": "dist/stats/tooltips.json", - "legacy": "primer-tooltips/index.scss", - "imports": [ - "support" - ] - }, - "core": { - "name": "core", - "source": "src/core/index.scss", - "sass": "@primer/css/core/index.scss", - "css": "dist/core.css", - "map": "dist/core.css.map", - "js": "dist/core.js", - "stats": "dist/stats/core.json", - "legacy": "primer-core/index.scss", - "imports": [ - "core-@primer-octicons", - "support", - "base", - "box", - "breadcrumb", - "buttons", - "table-object", - "forms", - "layout", - "navigation", - "pagination", - "tooltips", - "truncate", - "utilities" - ] - }, - "utilities": { - "name": "utilities", - "source": "src/utilities/index.scss", - "sass": "@primer/css/utilities/index.scss", - "css": "dist/utilities.css", - "map": "dist/utilities.css.map", - "js": "dist/utilities.js", - "stats": "dist/stats/utilities.json", - "legacy": "primer-utilities/index.scss", - "imports": [ - "support" - ] - }, - "primer": { - "name": "primer", - "source": "src/index.scss", - "sass": "@primer/css/index.scss", - "css": "dist/primer.css", - "map": "dist/primer.css.map", - "js": "dist/primer.js", - "stats": "dist/stats/primer.json", - "legacy": "primer-primer/index.scss", - "imports": [ - "core", - "product", - "marketing" - ] - } - } -}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/navigation.css b/assets/sass/@primer/css/dist/navigation.css deleted file mode 100644 index 7bd109e..0000000 --- a/assets/sass/@primer/css/dist/navigation.css +++ /dev/null @@ -1,3 +0,0 @@ -.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 #e1e4e8 solid}.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,.menu-item[aria-selected=true],.menu-item[aria-current]{font-weight:600;color:#24292e;cursor:default;background-color:#fff}.menu-item.selected::before,.menu-item[aria-selected=true]::before,.menu-item[aria-current]::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 #e1e4e8 solid}.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,.tabnav-tab[aria-selected=true],.tabnav-tab[aria-current]{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,.filter-item[aria-selected=true],.filter-item[aria-current]{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}.SideNav{background-color:#fafbfc}.SideNav-item{position:relative;display:block;width:100%;padding:16px;color:#586069;text-align:left;background-color:transparent;border:0;border-top:1px #e1e4e8 solid}.SideNav-item:first-child{border-top:0}.SideNav-item:last-child{box-shadow:0 1px 0 #e1e4e8}.SideNav-item::before{position:absolute;top:0;bottom:0;left:0;z-index:1;width:3px;pointer-events:none;content:""}.SideNav-item:hover,.SideNav-item:focus{color:#24292e;text-decoration:none;background-color:#f6f8fa;outline:none}.SideNav-item:hover::before,.SideNav-item:focus::before{background-color:#d1d5da}.SideNav-item:active{background-color:#fff}.SideNav-item[aria-current="page"],.SideNav-item[aria-selected="true"]{font-weight:500;color:#24292e;background-color:#fff}.SideNav-item[aria-current="page"]::before,.SideNav-item[aria-selected="true"]::before{background-color:#e36209}.SideNav-icon{width:16px;color:#6a737d}.SideNav-subItem{position:relative;display:block;width:100%;padding:4px 0;color:#0366d6;text-align:left;background-color:transparent;border:0}.SideNav-subItem:hover,.SideNav-subItem:focus{color:#24292e;text-decoration:none;outline:none}.SideNav-subItem[aria-current="page"],.SideNav-subItem[aria-selected="true"]{font-weight:500;color:#24292e}.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 #e1e4e8 solid}.subnav-item+.subnav-item{margin-left:-1px}.subnav-item:hover,.subnav-item:focus{text-decoration:none;background-color:#f6f8fa}.subnav-item.selected,.subnav-item[aria-selected=true],.subnav-item[aria-current]{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}.UnderlineNav{display:flex;overflow-x:auto;overflow-y:hidden;border-bottom:1px #e1e4e8 solid;justify-content:space-between}.UnderlineNav-body{display:flex}.UnderlineNav-item{padding:16px 8px;margin-right:16px;font-size:14px;line-height:1.5;color:#586069;text-align:center;white-space:nowrap;background-color:transparent;border:0;border-bottom:2px solid transparent}.UnderlineNav-item:hover,.UnderlineNav-item:focus{color:#24292e;text-decoration:none;border-bottom-color:#d1d5da;transition:0.2s ease}.UnderlineNav-item:hover .UnderlineNav-octicon,.UnderlineNav-item:focus .UnderlineNav-octicon{color:#6a737d}.UnderlineNav-item.selected,.UnderlineNav-item[role=tab][aria-selected=true],.UnderlineNav-item[aria-current]{font-weight:600;color:#24292e;border-bottom-color:#e36209}.UnderlineNav-item.selected .UnderlineNav-octicon,.UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon,.UnderlineNav-item[aria-current] .UnderlineNav-octicon{color:#6a737d}.UnderlineNav--right{justify-content:flex-end}.UnderlineNav--right .UnderlineNav-item{margin-right:0;margin-left:16px}.UnderlineNav--right .UnderlineNav-actions{flex:1 1 auto}.UnderlineNav-actions{align-self:center}.UnderlineNav--full{display:block}.UnderlineNav-octicon{color:#959da5}.UnderlineNav-container{display:flex;justify-content:space-between} - -/*# sourceMappingURL=navigation.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/navigation.css.map b/assets/sass/@primer/css/dist/navigation.css.map deleted file mode 100644 index 37ac388..0000000 --- a/assets/sass/@primer/css/dist/navigation.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/navigation/menu.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/misc.scss","../src/src/support/variables/typography.scss","../src/src/navigation/tabnav.scss","../src/src/navigation/filter-list.scss","../src/src/navigation/sidenav.scss","../src/src/support/variables/layout.scss","../src/src/navigation/subnav.scss","../src/src/support/mixins/layout.scss","../src/src/support/variables/colors.scss","../src/src/navigation/underline-nav.scss"],"names":[],"mappings":"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","file":"navigation.css","sourcesContent":["// Side menu\n//\n// A menu on the side of a page, defaults to left side. e.g. github.com/about\n\n.menu {\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 15px;\n list-style: none;\n background-color: $bg-white;\n border: $border-width $border-style $border-gray-dark;\n border-radius: $border-radius;\n}\n\n.menu-item {\n position: relative;\n display: block;\n padding: $spacer-2 10px;\n border-bottom: $border;\n\n &:first-child {\n border-top: 0;\n // stylelint-disable-next-line primer/borders\n border-top-left-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-top-right-radius: 2px;\n\n // stylelint-disable-next-line primer/borders\n &::before { border-top-left-radius: 2px; }\n }\n\n &:last-child {\n border-bottom: 0;\n // stylelint-disable-next-line primer/borders\n border-bottom-right-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-bottom-left-radius: 2px;\n\n // stylelint-disable-next-line primer/borders\n &::before { border-bottom-left-radius: 2px; }\n }\n\n &:hover {\n text-decoration: none;\n background-color: $bg-gray;\n }\n\n &.selected,\n &[aria-selected=true],\n &[aria-current] {\n font-weight: $font-weight-bold;\n color: $text-gray-dark;\n cursor: default;\n background-color: $bg-white;\n\n &::before {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 2px;\n content: \"\";\n // stylelint-disable-next-line primer/colors\n background-color: $orange-600;\n }\n }\n\n .octicon {\n width: 16px;\n // stylelint-disable-next-line primer/spacing\n margin-right: 5px;\n color: $text-gray-dark;\n text-align: center;\n }\n\n .Counter {\n float: right;\n // stylelint-disable-next-line primer/spacing\n margin-left: 5px;\n }\n\n .menu-warning {\n float: right;\n // stylelint-disable-next-line primer/colors\n color: $red-900;\n }\n\n .avatar {\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin-right: 5px;\n }\n\n &.alert {\n .Counter {\n color: $text-red;\n }\n }\n}\n\n.menu-heading {\n display: block;\n padding: $spacer-2 10px;\n margin-top: 0;\n margin-bottom: 0;\n // stylelint-disable-next-line primer/typography\n font-size: 13px;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-gray;\n // stylelint-disable-next-line primer/colors\n background-color: darken($gray-100, 1%);\n border-bottom: $border;\n\n &:hover {\n text-decoration: none;\n }\n\n &:first-child {\n // stylelint-disable-next-line primer/borders\n border-top-left-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-top-right-radius: 2px;\n }\n\n &:last-child {\n border-bottom: 0;\n // stylelint-disable-next-line primer/borders\n border-bottom-right-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-bottom-left-radius: 2px;\n }\n}\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Outer wrapper\n// stylelint-disable selector-max-type\n.tabnav {\n margin-top: 0;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 15px;\n border-bottom: $border-width $border-style $border-gray-dark;\n\n .Counter {\n // stylelint-disable-next-line primer/spacing\n margin-left: 5px;\n }\n}\n\n.tabnav-tabs {\n // stylelint-disable-next-line primer/spacing\n margin-bottom: -1px;\n}\n\n.tabnav-tab {\n display: inline-block;\n padding: $spacer-2 12px;\n font-size: $h5-size;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-gray;\n text-decoration: none;\n background-color: transparent;\n border: $border-width $border-style transparent;\n border-bottom: 0;\n\n &.selected,\n &[aria-selected=true],\n &[aria-current] {\n color: $text-gray-dark;\n background-color: $bg-white;\n border-color: $border-gray-dark;\n border-radius: $border-radius $border-radius 0 0;\n }\n\n &:hover,\n &:focus {\n color: $text-gray-dark;\n text-decoration: none;\n }\n}\n\n// Tabnav extras\n//\n// Tabnav extras are non-tab elements that sit in the tabnav. Usually they're\n// inline text or links.\n\n.tabnav-extra {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding-top: 10px;\n // stylelint-disable-next-line primer/spacing\n margin-left: 10px;\n font-size: $font-size-small;\n color: $text-gray;\n\n > .octicon {\n // stylelint-disable-next-line primer/spacing\n margin-right: 2px;\n }\n}\n\n// When tabnav-extra are anchors\n// stylelint-disable selector-no-qualifying-type\na.tabnav-extra:hover {\n color: $text-blue;\n text-decoration: none;\n}\n// stylelint-enable selector-no-qualifying-type\n\n// Tabnav buttons\n//\n// For when there are multiple buttons, space them out appropriately. Requires\n// the buttons to be floated or inline-block.\n\n.tabnav-btn {\n // stylelint-disable-next-line primer/spacing\n margin-left: 10px;\n}\n","// Filters list\n//\n// A vertical list of filters.\n.filter-list {\n list-style-type: none;\n\n &.small .filter-item {\n padding: $spacer-1 10px;\n // stylelint-disable-next-line primer/spacing\n margin: 0 0 2px;\n font-size: $font-size-small;\n }\n\n &.pjax-active .filter-item {\n color: $text-gray;\n background-color: transparent;\n\n &.pjax-active {\n color: $text-white;\n background-color: $bg-blue;\n }\n }\n}\n\n.filter-item {\n position: relative;\n display: block;\n padding: $spacer-2 10px;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 5px;\n overflow: hidden;\n font-size: $h5-size;\n color: $text-gray;\n text-decoration: none;\n text-overflow: ellipsis;\n white-space: nowrap;\n cursor: pointer;\n border-radius: $border-radius;\n\n &:hover {\n text-decoration: none;\n // stylelint-disable-next-line primer/colors\n background-color: lighten($gray-200, 3%);\n }\n\n &.selected,\n &[aria-selected=true],\n &[aria-current] {\n color: $text-white;\n background-color: $bg-blue;\n }\n\n .count {\n float: right;\n font-weight: $font-weight-bold;\n }\n\n .bar {\n position: absolute;\n top: 2px;\n right: 0;\n bottom: 2px;\n z-index: -1;\n display: inline-block;\n // stylelint-disable-next-line primer/colors\n background-color: darken($gray-100, 2%);\n }\n}\n","// Side Nav\n//\n// A vertical list of navigational links, typically used on the left side of a page.\n\n.SideNav {\n background-color: $bg-gray-light;\n}\n\n.SideNav-item {\n position: relative;\n display: block;\n width: 100%;\n padding: $spacer-3;\n color: $text-gray;\n text-align: left;\n background-color: transparent;\n border: 0;\n border-top: $border;\n\n &:first-child {\n border-top: 0;\n }\n\n &:last-child {\n // makes sure there is a \"bottom border\" in case the list is not long enough\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 $border-width 0 $border-color;\n }\n\n // Bar on the left\n &::before {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n width: 3px;\n pointer-events: none;\n content: \"\";\n }\n}\n\n// States\n\n.SideNav-item:hover,\n.SideNav-item:focus {\n color: $text-gray-dark;\n text-decoration: none;\n background-color: $bg-gray;\n outline: none;\n\n // Bar on the left\n &::before {\n // stylelint-disable-next-line primer/colors\n background-color: $gray-300;\n }\n}\n\n.SideNav-item:active {\n background-color: $bg-white;\n}\n\n.SideNav-item[aria-current=\"page\"],\n.SideNav-item[aria-selected=\"true\"] {\n font-weight: $font-weight-semibold;\n color: $text-gray-dark;\n background-color: $bg-white;\n\n // Bar on the left\n &::before {\n // stylelint-disable-next-line primer/colors\n background-color: $orange-600;\n }\n}\n\n// Icon\n//\n// Makes sure multiple icons are vertically aligned\n\n.SideNav-icon {\n width: 16px;\n color: $text-gray-light;\n}\n\n// Sub Nav\n//\n// A more lightweight version, suited as a sub nav\n\n.SideNav-subItem {\n position: relative;\n display: block;\n width: 100%;\n padding: $spacer-1 0;\n color: $text-blue;\n text-align: left;\n background-color: transparent;\n border: 0;\n}\n\n.SideNav-subItem:hover,\n.SideNav-subItem:focus {\n color: $text-gray-dark;\n text-decoration: none;\n outline: none;\n}\n\n.SideNav-subItem[aria-current=\"page\"],\n.SideNav-subItem[aria-selected=\"true\"] {\n font-weight: $font-weight-semibold;\n color: $text-gray-dark;\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Needs refactoring\n// Sub nav\n.subnav {\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 20px;\n\n @include clearfix();\n}\n\n.subnav-bordered {\n // stylelint-disable-next-line primer/spacing\n padding-bottom: 20px;\n border-bottom: $border-width $border-style $border-gray-light;\n}\n\n.subnav-flush {\n margin-bottom: 0;\n}\n\n.subnav-item {\n position: relative;\n float: left;\n // stylelint-disable-next-line primer/spacing\n padding: 6px 14px;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-gray;\n border: $border;\n\n + .subnav-item {\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n }\n\n &:hover,\n &:focus {\n text-decoration: none;\n background-color: $bg-gray;\n }\n\n &.selected,\n &[aria-selected=true],\n &[aria-current] {\n z-index: 2;\n color: $text-white;\n background-color: $bg-blue;\n // stylelint-disable-next-line primer/borders\n border-color: $blue;\n }\n\n &:first-child {\n border-top-left-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:last-child {\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n }\n}\n\n.subnav-search {\n position: relative;\n // stylelint-disable-next-line primer/spacing\n margin-left: 10px;\n}\n\n.subnav-search-input {\n width: 320px;\n // stylelint-disable-next-line primer/spacing\n padding-left: 30px;\n color: $text-gray;\n}\n\n.subnav-search-input-wide {\n width: 500px;\n}\n\n.subnav-search-icon {\n position: absolute;\n top: 9px;\n left: 8px;\n display: block;\n // stylelint-disable-next-line primer/colors\n color: darken($gray-300, 4%);\n text-align: center;\n pointer-events: none;\n}\n\n.subnav-search-context {\n .btn {\n // stylelint-disable-next-line primer/colors\n color: $gray-700;\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n\n &:hover,\n &:focus,\n &:active,\n &.selected {\n z-index: 2;\n }\n }\n\n + .subnav-search {\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n\n .subnav-search-input {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n }\n\n .select-menu-modal-holder {\n z-index: 30;\n }\n\n .select-menu-modal {\n width: 220px;\n }\n\n .select-menu-item-icon {\n color: inherit;\n }\n}\n\n.subnav-spacer-right {\n // stylelint-disable-next-line primer/spacing\n padding-right: 10px;\n}\n","// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n","@import \"color-system.scss\";\n// Color variables\n\n// Border colors\n$border-white: $white !default;\n$border-black-fade: $black-fade-15 !default;\n$border-white-fade: $white-fade-15 !default;\n$border-gray-dark: $gray-300 !default;\n$border-gray-darker: $gray-700 !default;\n$border-gray-light: lighten($gray-200, 3%) !default;\n$border-gray: $gray-200 !default;\n$border-blue: $blue-500 !default;\n$border-blue-light: $blue-200 !default;\n$border-green: $green-400 !default;\n$border-green-light: desaturate($green-300, 40%) !default;\n$border-purple: $purple !default;\n$border-red: $red !default;\n$border-red-light: desaturate($red-300, 60%) !default;\n$border-yellow: desaturate($yellow-300, 60%) !default;\n\n// Buttons have a slightly more opaque border than $border-black-fade (15% alpha)\n$border-color-button: rgba($black, 0.2) !default;\n\n// Background colors\n$bg-white: $white !default;\n$bg-black: $black !default;\n$bg-black-fade: $black-fade-50 !default;\n$bg-blue-light: $blue-000 !default;\n$bg-blue: $blue-500 !default;\n$bg-gray-dark: $gray-900 !default;\n$bg-gray-light: $gray-000 !default;\n$bg-gray: $gray-100 !default;\n$bg-green: $green-500 !default;\n$bg-green-light: $green-100 !default;\n$bg-orange: $orange-700 !default;\n$bg-purple: $purple-500 !default;\n$bg-purple-light: $purple-000 !default;\n$bg-pink: $pink-500 !default;\n$bg-red: $red-500 !default;\n$bg-red-light: $red-100 !default;\n$bg-yellow: $yellow-500 !default;\n$bg-yellow-light: $yellow-200 !default;\n$bg-yellow-dark: $yellow-700 !default;\n\n// diffstat background colors\n$bg-diffstat-added: darken($green-400, 5%) !default;\n$bg-diffstat-deleted: $red-600 !default;\n$bg-diffstat-neutral: $gray-300 !default;\n\n// Text colors\n$text-black: $black !default;\n$text-white: $white !default;\n$text-blue: $blue-500 !default;\n$text-gray-dark: $gray-900 !default;\n$text-gray-light: $gray-500 !default;\n$text-gray: $gray-600 !default;\n$text-green: $green-500 !default;\n$text-orange: $orange-900 !default;\n$text-orange-light: $orange-600 !default;\n$text-purple: $purple !default;\n$text-pink: $pink-500 !default;\n$text-red: $red-600 !default;\n$text-yellow: $yellow-800 !default;\n",".UnderlineNav {\n display: flex;\n overflow-x: auto;\n overflow-y: hidden;\n border-bottom: $border;\n justify-content: space-between;\n}\n\n.UnderlineNav-body {\n display: flex;\n}\n\n.UnderlineNav-item {\n padding: $spacer-3 $spacer-2;\n margin-right: $spacer-3;\n font-size: $body-font-size;\n line-height: $lh-default;\n color: $text-gray;\n text-align: center;\n white-space: nowrap;\n background-color: transparent;\n border: 0;\n // stylelint-disable-next-line primer/borders\n border-bottom: 2px $border-style transparent;\n\n &:hover,\n &:focus {\n color: $text-gray-dark;\n text-decoration: none;\n border-bottom-color: $border-gray-dark;\n transition: 0.2s ease;\n\n .UnderlineNav-octicon {\n color: $text-gray-light;\n }\n }\n\n &.selected,\n &[role=tab][aria-selected=true],\n &[aria-current] {\n font-weight: $font-weight-bold;\n color: $text-gray-dark;\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $orange-600;\n\n .UnderlineNav-octicon {\n color: $text-gray-light;\n }\n }\n}\n\n.UnderlineNav--right {\n justify-content: flex-end;\n\n .UnderlineNav-item {\n margin-right: 0;\n margin-left: $spacer-3;\n }\n\n .UnderlineNav-actions {\n flex: 1 1 auto;\n }\n}\n\n.UnderlineNav-actions {\n align-self: center;\n}\n\n.UnderlineNav--full {\n display: block;\n}\n\n.UnderlineNav-octicon {\n // stylelint-disable-next-line primer/colors\n color: $gray-400;\n}\n\n.UnderlineNav-container {\n display: flex;\n justify-content: space-between;\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/navigation.js b/assets/sass/@primer/css/dist/navigation.js deleted file mode 100644 index 5bf730d..0000000 --- a/assets/sass/@primer/css/dist/navigation.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/navigation.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/pagination.css b/assets/sass/@primer/css/dist/pagination.css deleted file mode 100644 index 96c2394..0000000 --- a/assets/sass/@primer/css/dist/pagination.css +++ /dev/null @@ -1,3 +0,0 @@ -.pagination::before{display:table;content:""}.pagination::after{display:table;clear:both;content:""}.pagination a,.pagination span,.pagination em{position:relative;float:left;padding:7px 12px;margin-left:-1px;font-size:13px;font-style:normal;font-weight:600;color:#0366d6;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border:1px solid #e1e4e8}.pagination a:first-child,.pagination span:first-child,.pagination em:first-child{margin-left:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination a:last-child,.pagination span:last-child,.pagination em:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.pagination a:hover,.pagination a:focus,.pagination span:hover,.pagination span:focus,.pagination em:hover,.pagination em:focus{z-index:2;text-decoration:none;background-color:#eff3f6;border-color:#e1e4e8}.pagination .selected{z-index:3}.pagination .current,.pagination .current:hover,.pagination [aria-current],.pagination [aria-current]:hover{z-index:3;color:#fff;background-color:#0366d6;border-color:#0366d6}.pagination .gap,.pagination .disabled,.pagination [aria-disabled=true],.pagination .gap:hover,.pagination .disabled:hover,.pagination [aria-disabled=true]:hover{color:#d1d5da;cursor:default;background-color:#fafbfc}.paginate-container{margin-top:20px;margin-bottom:15px;text-align:center}.paginate-container .pagination{display:inline-block} - -/*# sourceMappingURL=pagination.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/pagination.css.map b/assets/sass/@primer/css/dist/pagination.css.map deleted file mode 100644 index dbefce5..0000000 --- a/assets/sass/@primer/css/dist/pagination.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/support/mixins/layout.scss","../src/src/pagination/pagination.scss","../src/src/support/variables/typography.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/misc.scss"],"names":[],"mappings":"AA+CE,oBACE,aAAc,CACd,UAAW,CACZ,mBAGC,aAAc,CACd,UAAW,CACX,UAAW,CACZ,8CChDC,iBAAkB,CAClB,UAAW,CAEX,gBAAiB,CAEjB,gBAAiB,CAEjB,cAAe,CACf,iBAAkB,CAClB,eCMkB,CDLlB,aEMqB,CFLrB,kBAAmB,CACnB,qBAAsB,CACtB,cAAe,CACf,wBAAiB,CAAjB,qBAAiB,CAAjB,oBAAiB,CAAjB,gBAAiB,CACjB,eErBQ,CFsBR,wBEfqB,CFPzB,kFAyBM,aAAc,CACd,0BGrBa,CHsBb,6BGtBa,CHLnB,+EA+BM,2BG1Ba,CH2Bb,8BG3Ba,CHLnB,gIAsCM,SAAU,CACV,oBAAqB,CAErB,wBAAuC,CACvC,oBEnCmB,CFPzB,sBA8Cc,SAAU,CA9CxB,4GAoDI,SAAU,CACV,UErDQ,CFsDR,wBEhCqB,CFiCrB,oBEjCqB,CFtBzB,kKAiEI,aEzDqB,CF0DrB,cAAe,CACf,wBE9DqB,CF+DtB,oBAMD,eAAgB,CAEhB,kBAAmB,CACnB,iBAAkB,CALpB,gCAQI,oBAAqB","file":"pagination.css","sourcesContent":["// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n","// Needs refactoring\n// stylelint-disable selector-max-type\n.pagination {\n @include clearfix;\n\n a,\n span,\n em {\n position: relative;\n float: left;\n // stylelint-disable-next-line primer/spacing\n padding: 7px 12px;\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n // stylelint-disable-next-line primer/typography\n font-size: 13px;\n font-style: normal;\n font-weight: $font-weight-bold;\n color: $text-blue;\n white-space: nowrap;\n vertical-align: middle;\n cursor: pointer;\n user-select: none;\n background: $bg-white; // Reset default gradient backgrounds and colors\n border: $border-width $border-style $border-gray;\n\n &:first-child {\n margin-left: 0;\n border-top-left-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:last-child {\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n }\n\n // Bring any button into forefront for proper borders given negative margin below\n &:hover,\n &:focus {\n z-index: 2;\n text-decoration: none;\n // stylelint-disable-next-line primer/colors\n background-color: darken($gray-100, 2%);\n border-color: $border-gray;\n }\n }\n\n .selected { z-index: 3; }\n\n .current,\n .current:hover,\n [aria-current],\n [aria-current]:hover {\n z-index: 3;\n color: $text-white;\n background-color: $bg-blue;\n border-color: $border-blue;\n }\n\n .gap,\n .disabled,\n [aria-disabled=true],\n .gap:hover,\n .disabled:hover,\n [aria-disabled=true]:hover {\n // stylelint-disable-next-line primer/colors\n color: $gray-300;\n cursor: default;\n background-color: $bg-gray-light;\n }\n}\n\n// Unified centered pagination across the site\n.paginate-container {\n // stylelint-disable-next-line primer/spacing\n margin-top: 20px;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 15px;\n text-align: center;\n\n .pagination {\n display: inline-block;\n }\n}\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/pagination.js b/assets/sass/@primer/css/dist/pagination.js deleted file mode 100644 index f174d90..0000000 --- a/assets/sass/@primer/css/dist/pagination.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/pagination.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/popover.css b/assets/sass/@primer/css/dist/popover.css deleted file mode 100644 index 1765a4b..0000000 --- a/assets/sass/@primer/css/dist/popover.css +++ /dev/null @@ -1,3 +0,0 @@ -.Popover{position:absolute;z-index:100}.Popover-message{position:relative;width:232px;margin-right:auto;margin-left:auto}.Popover-message::before,.Popover-message::after{position:absolute;left:50%;display:inline-block;content:""}.Popover-message::before{top:-16px;margin-left:-9px;border:8px solid transparent;border-bottom-color:rgba(27,31,35,0.15)}.Popover-message::after{top:-14px;margin-left:-8px;border:7px solid transparent;border-bottom-color:#fff}.Popover-message--bottom::before,.Popover-message--bottom::after,.Popover-message--bottom-right::before,.Popover-message--bottom-right::after,.Popover-message--bottom-left::before,.Popover-message--bottom-left::after{top:auto;border-bottom-color:transparent}.Popover-message--bottom::before,.Popover-message--bottom-right::before,.Popover-message--bottom-left::before{bottom:-16px;border-top-color:rgba(27,31,35,0.15)}.Popover-message--bottom::after,.Popover-message--bottom-right::after,.Popover-message--bottom-left::after{bottom:-14px;border-top-color:#fff}.Popover-message--top-right,.Popover-message--bottom-right{right:-9px;margin-right:0}.Popover-message--top-right::before,.Popover-message--top-right::after,.Popover-message--bottom-right::before,.Popover-message--bottom-right::after{left:auto;margin-left:0}.Popover-message--top-right::before,.Popover-message--bottom-right::before{right:20px}.Popover-message--top-right::after,.Popover-message--bottom-right::after{right:21px}.Popover-message--top-left,.Popover-message--bottom-left{left:-9px;margin-left:0}.Popover-message--top-left::before,.Popover-message--top-left::after,.Popover-message--bottom-left::before,.Popover-message--bottom-left::after{left:24px;margin-left:0}.Popover-message--top-left::after,.Popover-message--bottom-left::after{left:25px}.Popover-message--right::before,.Popover-message--right::after,.Popover-message--right-top::before,.Popover-message--right-top::after,.Popover-message--right-bottom::before,.Popover-message--right-bottom::after,.Popover-message--left::before,.Popover-message--left::after,.Popover-message--left-top::before,.Popover-message--left-top::after,.Popover-message--left-bottom::before,.Popover-message--left-bottom::after{top:50%;left:auto;margin-left:0;border-bottom-color:transparent}.Popover-message--right::before,.Popover-message--right-top::before,.Popover-message--right-bottom::before,.Popover-message--left::before,.Popover-message--left-top::before,.Popover-message--left-bottom::before{margin-top:-9px}.Popover-message--right::after,.Popover-message--right-top::after,.Popover-message--right-bottom::after,.Popover-message--left::after,.Popover-message--left-top::after,.Popover-message--left-bottom::after{margin-top:-8px}.Popover-message--right::before,.Popover-message--right-top::before,.Popover-message--right-bottom::before{right:-16px;border-left-color:rgba(27,31,35,0.15)}.Popover-message--right::after,.Popover-message--right-top::after,.Popover-message--right-bottom::after{right:-14px;border-left-color:#fff}.Popover-message--left::before,.Popover-message--left-top::before,.Popover-message--left-bottom::before{left:-16px;border-right-color:rgba(27,31,35,0.15)}.Popover-message--left::after,.Popover-message--left-top::after,.Popover-message--left-bottom::after{left:-14px;border-right-color:#fff}.Popover-message--right-top::before,.Popover-message--right-top::after,.Popover-message--left-top::before,.Popover-message--left-top::after{top:24px}.Popover-message--right-bottom::before,.Popover-message--right-bottom::after,.Popover-message--left-bottom::before,.Popover-message--left-bottom::after{top:auto}.Popover-message--right-bottom::before,.Popover-message--left-bottom::before{bottom:16px}.Popover-message--right-bottom::after,.Popover-message--left-bottom::after{bottom:17px}@media (min-width: 544px){.Popover-message--large{min-width:320px}} - -/*# sourceMappingURL=popover.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/popover.css.map b/assets/sass/@primer/css/dist/popover.css.map deleted file mode 100644 index 99a8fd4..0000000 --- a/assets/sass/@primer/css/dist/popover.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/popover/popover.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/color-system.scss","../src/src/support/mixins/layout.scss"],"names":[],"mappings":"AAAA,SACE,iBAAkB,CAClB,WAAY,CACb,iBAGC,iBAAkB,CAClB,WAAY,CACZ,iBAAkB,CAClB,gBAAiB,CAJnB,iDASI,iBAAkB,CAClB,QAAS,CACT,oBAAqB,CACrB,UAAW,CAZf,yBAgBI,SCgBkB,CDdlB,gBAAiB,CAEjB,4BAA2C,CAC3C,uCEzBW,CFIf,wBAyBI,SAAU,CACV,gBCAQ,CDER,4BAAqC,CAErC,wBEjCQ,CFkCT,yNASC,QAAS,CACT,+BAAgC,CANpC,8GAUI,YCbkB,CDclB,oCElDW,CFuCf,2GAeI,YAAa,CAEb,qBEvDQ,CFwDT,2DAMD,UAAW,CACX,cAAe,CAHjB,oJAOI,SAAU,CACV,aAAc,CARlB,2EAYI,UAAW,CAZf,yEAgBI,UAAW,CACZ,yDAMD,SAAU,CACV,aAAc,CAHhB,gJAOI,SCpDkB,CDqDlB,aAAc,CARlB,uEAYI,SAAmB,CACpB,gaAYC,OAAQ,CACR,SAAU,CACV,aAAc,CACd,+BAAgC,CAXpC,mNAgBI,eAA2B,CAhB/B,6MAoBI,eCzFQ,CD0FT,2GAQC,WC5FkB,CD6FlB,qCEjIW,CF4Hf,wGASI,WAAY,CAEZ,sBEtIQ,CFuIT,wGAQC,UC5GkB,CD6GlB,sCEjJW,CF4If,qGASI,UAAW,CAEX,uBEtJQ,CFuJT,4IAQC,QC3HkB,CD4HnB,wJAQC,QAAS,CAJb,6EAQI,WCzIkB,CDiItB,2EAYI,WAAqB,CGpKnB,0BHwKN,wBAGI,eAAgB,CAEnB","file":"popover.css","sourcesContent":[".Popover {\n position: absolute;\n z-index: 100;\n}\n\n.Popover-message {\n position: relative;\n width: 232px;\n margin-right: auto;\n margin-left: auto;\n\n // Carets\n &::before,\n &::after {\n position: absolute;\n left: 50%;\n display: inline-block;\n content: \"\";\n }\n\n &::before {\n top: -$spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin-left: -9px;\n // stylelint-disable-next-line primer/borders\n border: $spacer-2 $border-style transparent;\n border-bottom-color: $border-black-fade;\n }\n\n &::after {\n top: -14px;\n margin-left: -$spacer-2;\n // stylelint-disable-next-line primer/borders\n border: 7px $border-style transparent;\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $bg-white;\n }\n}\n\n// Bottom-oriented carets\n.Popover-message--bottom,\n.Popover-message--bottom-right,\n.Popover-message--bottom-left {\n &::before,\n &::after {\n top: auto;\n border-bottom-color: transparent;\n }\n\n &::before {\n bottom: -$spacer-3;\n border-top-color: $border-black-fade;\n }\n\n &::after {\n bottom: -14px;\n // stylelint-disable-next-line primer/borders\n border-top-color: $bg-white;\n }\n}\n\n// Top & Bottom: Right-oriented carets\n.Popover-message--top-right,\n.Popover-message--bottom-right {\n right: -9px;\n margin-right: 0;\n\n &::before,\n &::after {\n left: auto;\n margin-left: 0;\n }\n\n &::before {\n right: 20px;\n }\n\n &::after {\n right: 21px;\n }\n}\n\n// Top & Bottom: Left-oriented carets\n.Popover-message--top-left,\n.Popover-message--bottom-left {\n left: -9px;\n margin-left: 0;\n\n &::before,\n &::after {\n left: $spacer-4;\n margin-left: 0;\n }\n\n &::after {\n left: $spacer-4 + 1;\n }\n}\n\n// Right- & Left-oriented carets\n.Popover-message--right,\n.Popover-message--right-top,\n.Popover-message--right-bottom,\n.Popover-message--left,\n.Popover-message--left-top,\n.Popover-message--left-bottom {\n &::before,\n &::after {\n top: 50%;\n left: auto;\n margin-left: 0;\n border-bottom-color: transparent;\n }\n\n &::before {\n // stylelint-disable-next-line primer/spacing\n margin-top: -($spacer-2 + 1);\n }\n\n &::after {\n margin-top: -$spacer-2;\n }\n}\n\n// Right-oriented carets\n.Popover-message--right,\n.Popover-message--right-top,\n.Popover-message--right-bottom {\n &::before {\n right: -$spacer-3;\n border-left-color: $border-black-fade;\n }\n\n &::after {\n right: -14px;\n // stylelint-disable-next-line primer/borders\n border-left-color: $bg-white;\n }\n}\n\n// Left-oriented carets\n.Popover-message--left,\n.Popover-message--left-top,\n.Popover-message--left-bottom {\n &::before {\n left: -$spacer-3;\n border-right-color: $border-black-fade;\n }\n\n &::after {\n left: -14px;\n // stylelint-disable-next-line primer/borders\n border-right-color: $bg-white;\n }\n}\n\n// Right & Left: Top-oriented carets\n.Popover-message--right-top,\n.Popover-message--left-top {\n &::before,\n &::after {\n top: $spacer-4;\n }\n}\n\n// Right & Left: Bottom-oriented carets\n.Popover-message--right-bottom,\n.Popover-message--left-bottom {\n &::before,\n &::after {\n top: auto;\n }\n\n &::before {\n bottom: $spacer-3;\n }\n\n &::after {\n bottom: $spacer-3 + 1;\n }\n}\n\n.Popover-message--large {\n\n @include breakpoint(sm) {\n min-width: 320px;\n }\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/popover.js b/assets/sass/@primer/css/dist/popover.js deleted file mode 100644 index 1072ff8..0000000 --- a/assets/sass/@primer/css/dist/popover.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/popover.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/primer.css b/assets/sass/@primer/css/dist/primer.css deleted file mode 100644 index 48b30a9..0000000 --- a/assets/sass/@primer/css/dist/primer.css +++ /dev/null @@ -1,23 +0,0 @@ -/*! - * Primer - * http://primer.github.io - * - * Released under MIT license. Copyright (c) 2019 GitHub Inc. - *//*! - * @primer/css/core - * http://primer.style/css - * - * Released under MIT license. Copyright (c) 2019 GitHub Inc. - */.octicon{display:inline-block;vertical-align:text-top;fill:currentColor}/*! 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 !important}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;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:#1b1f23}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:600}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 silver;margin:0 2px;padding:0.35em 0.625em .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";font-size:14px;line-height:1.5;color:#24292e;background-color:#fff}a{color:#0366d6;text-decoration:none}a:hover{text-decoration:underline}b,strong{font-weight:600}hr,.rule{height:0;margin:15px 0;overflow:hidden;background:transparent;border:0;border-bottom:1px solid #dfe2e5}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;border-radius:0}[hidden][hidden]{display:none !important}details summary{cursor:pointer}details:not([open])>*:not(summary){display:none !important}kbd{display:inline-block;padding:3px 5px;font:11px "SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;line-height:10px;color:#444d56;vertical-align:middle;background-color:#fafbfc;border:solid 1px #d1d5da;border-bottom-color:#d1d5da;border-radius:3px;box-shadow:inset 0 -1px 0 #d1d5da}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,monospace;font-size:12px}pre{margin-top:0;margin-bottom:0;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;font-size:12px}.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;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-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:grab;opacity:100}.Box-row.navigation-focus.is-dragging .Box-row--drag-button{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}.breadcrumb-item{display:inline-block;margin-left:-0.35em;white-space:nowrap;list-style:none}.breadcrumb-item::after{padding-right:.5em;padding-left:.5em;color:#e1e4e8;content:"/"}.breadcrumb-item:first-child{margin-left:0}.breadcrumb-item-selected,.breadcrumb-item[aria-current]{color:#586069}.breadcrumb-item-selected::after,.breadcrumb-item[aria-current]::after{content:none}.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.75}.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,.btn[aria-disabled=true]{cursor:default;background-position:0 0}.btn:active,.btn.selected,.btn[aria-selected=true]{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:-.5em;border-color:rgba(27,31,35,0.35)}.btn:active,.btn.selected,.btn[aria-selected=true],[open]>.btn{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,.btn[aria-disabled=true]{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.4)}.btn-primary:hover,.btn-primary.hover{background-color:#269f42;background-image:linear-gradient(-180deg, #2fcb53 0%, #269f42 90%);background-position:-.5em;border-color:rgba(27,31,35,0.5)}.btn-primary:active,.btn-primary.selected,.btn-primary[aria-selected=true],[open]>.btn-primary{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,.btn-primary[aria-disabled=true]{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-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.4)}.btn-blue:hover,.btn-blue.hover{background-color:#035cc2;background-image:linear-gradient(-180deg, #0374f4 0%, #035cc2 90%);background-position:-.5em;border-color:rgba(27,31,35,0.5)}.btn-blue:active,.btn-blue.selected,.btn-blue[aria-selected=true],[open]>.btn-blue{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,.btn-blue[aria-disabled=true]{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.4)}.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,.btn-danger[aria-selected=true],[open]>.btn-danger{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,.btn-danger[aria-disabled=true]{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,.btn-outline[aria-selected=true],[open]>.btn-outline{color:#fff;background-color:#0366d6;background-image:none;border-color:#0366d6}.btn-outline:hover .Counter,.btn-outline:active .Counter,.btn-outline.selected .Counter,.btn-outline[aria-selected=true] .Counter,[open]>.btn-outline .Counter{color:#0366d6;background-color:#fff}.btn-outline:focus{border-color:#0366d6;box-shadow:0 0 0 0.2em rgba(3,102,214,0.4)}.btn-outline:disabled,.btn-outline.disabled,.btn-outline[aria-disabled=true]{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:.75em 1.25em;font-size:inherit;border-radius:6px}.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,.btn-link[aria-disabled=true],.btn-link[aria-disabled=true]:hover{color:rgba(88,96,105,0.5);cursor:default}.btn-invisible{color:#0366d6;background-color:#fff;background-image:none;border:0}.btn-invisible:hover,.btn-invisible:active,.btn-invisible:focus,.btn-invisible.selected,.btn-invisible[aria-selected=true],.btn-invisible.zeroclipboard-is-hover,.btn-invisible.zeroclipboard-is-active{color:#0366d6;background:none;outline:none;box-shadow:none}.btn-octicon{display:inline-block;padding:5px;margin-left:5px;line-height:1;color:#586069;vertical-align:middle;background:transparent;border:0}.btn-octicon:hover{color:#0366d6}.btn-octicon.disabled,.btn-octicon[aria-disabled=true]{color:#959da5;cursor:default}.btn-octicon.disabled:hover,.btn-octicon[aria-disabled=true]:hover{color:#959da5}.btn-octicon-danger:hover{color:#cb2431}.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:4px}.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[aria-selected=true],.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-item:hover{border-right-width:1px}.BtnGroup-item.selected+.BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item[aria-selected=true]+.BtnGroup-item,.BtnGroup-item[aria-selected=true]+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-item,.BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item{border-left-width:0}.BtnGroup-parent{float:left}.BtnGroup-parent:first-child .BtnGroup-item{border-top-left-radius:3px;border-bottom-left-radius:3px}.BtnGroup-parent:last-child .BtnGroup-item{border-right-width:1px;border-top-right-radius:3px;border-bottom-right-radius:3px}.BtnGroup-parent .BtnGroup-item{border-right-width:0;border-radius:0}.BtnGroup-parent.selected .BtnGroup-item,.BtnGroup-parent[aria-selected=true] .BtnGroup-item,.BtnGroup-parent:focus .BtnGroup-item,.BtnGroup-parent:active .BtnGroup-item,.BtnGroup-parent:hover .BtnGroup-item{border-right-width:1px}.BtnGroup-parent.selected+.BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent[aria-selected=true]+.BtnGroup-item,.BtnGroup-parent[aria-selected=true]+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item{border-left-width:0}.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-parent:focus,.BtnGroup-parent:active{z-index:1}.close-button{padding:0;background:transparent;border:0;outline:none}.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}.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:16px;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)}@media (min-width: 768px){.form-control,.form-select{font-size:14px}}.input-contrast{background-color:#fafbfc}.input-contrast:focus{background-color:#fff}.input-dark{color:#fff;background-color:rgba(255,255,255,0.15);border-color:transparent}.input-dark:-ms-input-placeholder{color:inherit;opacity:0.6}.input-dark::-ms-input-placeholder{color:inherit;opacity:0.6}.input-dark::placeholder{color:inherit;opacity:0.6}.input-dark.focus,.input-dark:focus{border-color:rgba(27,31,35,0.3);box-shadow:0 0 0 0.2em rgba(121,184,255,0.4)}:-ms-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,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:400;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,.hfields .form-group .form-group-header label{display:inline-block;margin:5px 0 0;color:#586069}.hfields .form-group dt img,.hfields .form-group .form-group-header 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;background-color:#fff;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC");background-repeat:no-repeat;background-position:right 8px center;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,.form-group .form-group-header{margin:0 0 6px}.form-group label{position:relative}.form-group.flattened dt,.form-group.flattened .form-group-header{float:left;margin:0;line-height:32px}.form-group.flattened dd,.form-group.flattened .form-group-body{line-height:32px}.form-group dd h4,.form-group .form-group-body h4{margin:4px 0 0}.form-group dd h4.is-error,.form-group .form-group-body h4.is-error{color:#cb2431}.form-group dd h4.is-success,.form-group .form-group-body h4.is-success{color:#28a745}.form-group dd h4+.note,.form-group .form-group-body h4+.note{margin-top:0}.form-group.required dt label::after,.form-group.required .form-group-header 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.successed .success,.form-group.successed .warning,.form-group.successed .error,.form-group.warn .success,.form-group.warn .warning,.form-group.warn .error,.form-group.errored .success,.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:400;border-style:solid;border-width:1px;border-radius:3px}.form-group.successed .success::after,.form-group.successed .success::before,.form-group.successed .warning::after,.form-group.successed .warning::before,.form-group.successed .error::after,.form-group.successed .error::before,.form-group.warn .success::after,.form-group.warn .success::before,.form-group.warn .warning::after,.form-group.warn .warning::before,.form-group.warn .error::after,.form-group.warn .error::before,.form-group.errored .success::after,.form-group.errored .success::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.successed .success::after,.form-group.successed .warning::after,.form-group.successed .error::after,.form-group.warn .success::after,.form-group.warn .warning::after,.form-group.warn .error::after,.form-group.errored .success::after,.form-group.errored .warning::after,.form-group.errored .error::after{border-width:5px}.form-group.successed .success::before,.form-group.successed .warning::before,.form-group.successed .error::before,.form-group.warn .success::before,.form-group.warn .warning::before,.form-group.warn .error::before,.form-group.errored .success::before,.form-group.errored .warning::before,.form-group.errored .error::before{margin-left:-1px;border-width:6px}.form-group.successed .success{color:#144620;background-color:#dcffe4;border-color:#34d058}.form-group.successed .success::after{border-bottom-color:#dcffe4}.form-group.successed .success::before{border-bottom-color:#34d058}.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,.form-group>.form-group-body .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-errored{padding-right:30px}dl.form-group>dd .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-loading{background-image:url("/images/spinners/octocat-spinner-16px.gif")}dl.form-group>dd .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-successful{background-image:url("/images/modules/ajax/success.png")}dl.form-group>dd .form-control.is-autocheck-errored,.form-group>.form-group-body .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,.form-group>.form-group-body .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-errored{background-size:16px 16px}dl.form-group>dd .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-loading{background-image:url("/images/spinners/octocat-spinner-32.gif")}dl.form-group>dd .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-successful{background-image:url("/images/modules/ajax/success@2x.png")}dl.form-group>dd .form-control.is-autocheck-errored,.form-group>.form-group-body .form-control.is-autocheck-errored{background-image:url("/images/modules/ajax/error@2x.png")}}.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-image:url("/images/spinners/octocat-spinner-32-EAF2F5.gif");background-repeat:no-repeat;background-position:0 0;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:400;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:400;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}.input-group{display:table}.input-group .form-control{position:relative;width:100%}.input-group .form-control:focus{z-index:2}.input-group .form-control+.btn{margin-left:0}.input-group.inline{display:inline-table}.input-group .form-control,.input-group-button{display:table-cell}.input-group-button{width:1%;vertical-align:middle}.input-group .form-control:first-child,.input-group-button:first-child .btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-button:first-child .btn{margin-right:-1px}.input-group .form-control:last-child,.input-group-button:last-child .btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-button:last-child .btn{margin-left:-1px}.radio-group::before{display:table;content:""}.radio-group::after{display:table;clear:both;content:""}.radio-label{float:left;padding:6px 16px 6px 36px;margin-left:-1px;font-size:14px;line-height:20px;color:#24292e;cursor:pointer;border:1px solid #d1d5da}:checked+.radio-label{position:relative;z-index:1;border-color:#0366d6}.radio-label:first-of-type{margin-left:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.radio-label:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px}.radio-input{z-index:3;float:left;margin:10px -32px 0 16px}.container-sm{max-width:544px;margin-right:auto;margin-left:auto}.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}.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% !important}.offset-2{margin-left:16.66667% !important}.offset-3{margin-left:25% !important}.offset-4{margin-left:33.33333% !important}.offset-5{margin-left:41.66667% !important}.offset-6{margin-left:50% !important}.offset-7{margin-left:58.33333% !important}.offset-8{margin-left:66.66667% !important}.offset-9{margin-left:75% !important}.offset-10{margin-left:83.33333% !important}.offset-11{margin-left:91.66667% !important}@media (min-width: 544px){.offset-sm-1{margin-left:8.33333% !important}.offset-sm-2{margin-left:16.66667% !important}.offset-sm-3{margin-left:25% !important}.offset-sm-4{margin-left:33.33333% !important}.offset-sm-5{margin-left:41.66667% !important}.offset-sm-6{margin-left:50% !important}.offset-sm-7{margin-left:58.33333% !important}.offset-sm-8{margin-left:66.66667% !important}.offset-sm-9{margin-left:75% !important}.offset-sm-10{margin-left:83.33333% !important}.offset-sm-11{margin-left:91.66667% !important}}@media (min-width: 768px){.offset-md-1{margin-left:8.33333% !important}.offset-md-2{margin-left:16.66667% !important}.offset-md-3{margin-left:25% !important}.offset-md-4{margin-left:33.33333% !important}.offset-md-5{margin-left:41.66667% !important}.offset-md-6{margin-left:50% !important}.offset-md-7{margin-left:58.33333% !important}.offset-md-8{margin-left:66.66667% !important}.offset-md-9{margin-left:75% !important}.offset-md-10{margin-left:83.33333% !important}.offset-md-11{margin-left:91.66667% !important}}@media (min-width: 1012px){.offset-lg-1{margin-left:8.33333% !important}.offset-lg-2{margin-left:16.66667% !important}.offset-lg-3{margin-left:25% !important}.offset-lg-4{margin-left:33.33333% !important}.offset-lg-5{margin-left:41.66667% !important}.offset-lg-6{margin-left:50% !important}.offset-lg-7{margin-left:58.33333% !important}.offset-lg-8{margin-left:66.66667% !important}.offset-lg-9{margin-left:75% !important}.offset-lg-10{margin-left:83.33333% !important}.offset-lg-11{margin-left:91.66667% !important}}@media (min-width: 1280px){.offset-xl-1{margin-left:8.33333% !important}.offset-xl-2{margin-left:16.66667% !important}.offset-xl-3{margin-left:25% !important}.offset-xl-4{margin-left:33.33333% !important}.offset-xl-5{margin-left:41.66667% !important}.offset-xl-6{margin-left:50% !important}.offset-xl-7{margin-left:58.33333% !important}.offset-xl-8{margin-left:66.66667% !important}.offset-xl-9{margin-left:75% !important}.offset-xl-10{margin-left:83.33333% !important}.offset-xl-11{margin-left:91.66667% !important}}.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 #e1e4e8 solid}.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,.menu-item[aria-selected=true],.menu-item[aria-current]{font-weight:600;color:#24292e;cursor:default;background-color:#fff}.menu-item.selected::before,.menu-item[aria-selected=true]::before,.menu-item[aria-current]::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 #e1e4e8 solid}.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,.tabnav-tab[aria-selected=true],.tabnav-tab[aria-current]{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,.filter-item[aria-selected=true],.filter-item[aria-current]{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}.SideNav{background-color:#fafbfc}.SideNav-item{position:relative;display:block;width:100%;padding:16px;color:#586069;text-align:left;background-color:transparent;border:0;border-top:1px #e1e4e8 solid}.SideNav-item:first-child{border-top:0}.SideNav-item:last-child{box-shadow:0 1px 0 #e1e4e8}.SideNav-item::before{position:absolute;top:0;bottom:0;left:0;z-index:1;width:3px;pointer-events:none;content:""}.SideNav-item:hover,.SideNav-item:focus{color:#24292e;text-decoration:none;background-color:#f6f8fa;outline:none}.SideNav-item:hover::before,.SideNav-item:focus::before{background-color:#d1d5da}.SideNav-item:active{background-color:#fff}.SideNav-item[aria-current="page"],.SideNav-item[aria-selected="true"]{font-weight:500;color:#24292e;background-color:#fff}.SideNav-item[aria-current="page"]::before,.SideNav-item[aria-selected="true"]::before{background-color:#e36209}.SideNav-icon{width:16px;color:#6a737d}.SideNav-subItem{position:relative;display:block;width:100%;padding:4px 0;color:#0366d6;text-align:left;background-color:transparent;border:0}.SideNav-subItem:hover,.SideNav-subItem:focus{color:#24292e;text-decoration:none;outline:none}.SideNav-subItem[aria-current="page"],.SideNav-subItem[aria-selected="true"]{font-weight:500;color:#24292e}.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 #e1e4e8 solid}.subnav-item+.subnav-item{margin-left:-1px}.subnav-item:hover,.subnav-item:focus{text-decoration:none;background-color:#f6f8fa}.subnav-item.selected,.subnav-item[aria-selected=true],.subnav-item[aria-current]{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}.UnderlineNav{display:flex;overflow-x:auto;overflow-y:hidden;border-bottom:1px #e1e4e8 solid;justify-content:space-between}.UnderlineNav-body{display:flex}.UnderlineNav-item{padding:16px 8px;margin-right:16px;font-size:14px;line-height:1.5;color:#586069;text-align:center;white-space:nowrap;background-color:transparent;border:0;border-bottom:2px solid transparent}.UnderlineNav-item:hover,.UnderlineNav-item:focus{color:#24292e;text-decoration:none;border-bottom-color:#d1d5da;transition:0.2s ease}.UnderlineNav-item:hover .UnderlineNav-octicon,.UnderlineNav-item:focus .UnderlineNav-octicon{color:#6a737d}.UnderlineNav-item.selected,.UnderlineNav-item[role=tab][aria-selected=true],.UnderlineNav-item[aria-current]{font-weight:600;color:#24292e;border-bottom-color:#e36209}.UnderlineNav-item.selected .UnderlineNav-octicon,.UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon,.UnderlineNav-item[aria-current] .UnderlineNav-octicon{color:#6a737d}.UnderlineNav--right{justify-content:flex-end}.UnderlineNav--right .UnderlineNav-item{margin-right:0;margin-left:16px}.UnderlineNav--right .UnderlineNav-actions{flex:1 1 auto}.UnderlineNav-actions{align-self:center}.UnderlineNav--full{display:block}.UnderlineNav-octicon{color:#959da5}.UnderlineNav-container{display:flex;justify-content:space-between}.pagination::before{display:table;content:""}.pagination::after{display:table;clear:both;content:""}.pagination a,.pagination span,.pagination em{position:relative;float:left;padding:7px 12px;margin-left:-1px;font-size:13px;font-style:normal;font-weight:600;color:#0366d6;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border:1px solid #e1e4e8}.pagination a:first-child,.pagination span:first-child,.pagination em:first-child{margin-left:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination a:last-child,.pagination span:last-child,.pagination em:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.pagination a:hover,.pagination a:focus,.pagination span:hover,.pagination span:focus,.pagination em:hover,.pagination em:focus{z-index:2;text-decoration:none;background-color:#eff3f6;border-color:#e1e4e8}.pagination .selected{z-index:3}.pagination .current,.pagination .current:hover,.pagination [aria-current],.pagination [aria-current]:hover{z-index:3;color:#fff;background-color:#0366d6;border-color:#0366d6}.pagination .gap,.pagination .disabled,.pagination [aria-disabled=true],.pagination .gap:hover,.pagination .disabled:hover,.pagination [aria-disabled=true]:hover{color:#d1d5da;cursor:default;background-color:#fafbfc}.paginate-container{margin-top:20px;margin-bottom:15px;text-align:center}.paginate-container .pagination{display:inline-block}.tooltipped{position:relative}.tooltipped::after{position:absolute;z-index:1000000;display:none;padding:.5em .75em;font:normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";-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:#1b1f23;border-radius:3px;opacity:0}.tooltipped::before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#1b1f23;pointer-events:none;content:"";border:6px solid transparent;opacity:0}@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;animation-name:tooltip-appear;animation-duration:.1s;animation-fill-mode:forwards;animation-timing-function:ease-in;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{animation-delay:0s}.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:6px}.tooltipped-s::before,.tooltipped-se::before,.tooltipped-sw::before{top:auto;right:50%;bottom:-7px;margin-right:-6px;border-bottom-color:#1b1f23}.tooltipped-se::after{right:auto;left:50%;margin-left:-16px}.tooltipped-sw::after{margin-right:-16px}.tooltipped-n::after,.tooltipped-ne::after,.tooltipped-nw::after{right:50%;bottom:100%;margin-bottom:6px}.tooltipped-n::before,.tooltipped-ne::before,.tooltipped-nw::before{top:-7px;right:50%;bottom:auto;margin-right:-6px;border-top-color:#1b1f23}.tooltipped-ne::after{right:auto;left:50%;margin-left:-16px}.tooltipped-nw::after{margin-right:-16px}.tooltipped-s::after,.tooltipped-n::after{transform:translateX(50%)}.tooltipped-w::after{right:100%;bottom:50%;margin-right:6px;transform:translateY(50%)}.tooltipped-w::before{top:50%;bottom:50%;left:-7px;margin-top:-6px;border-left-color:#1b1f23}.tooltipped-e::after{bottom:50%;left:100%;margin-left:6px;transform:translateY(50%)}.tooltipped-e::before{top:50%;right:-7px;bottom:50%;margin-top:-6px;border-right-color:#1b1f23}.tooltipped-align-right-1::after,.tooltipped-align-right-2::after{right:0;margin-right:0}.tooltipped-align-right-1::before{right:10px}.tooltipped-align-right-2::before{right:15px}.tooltipped-align-left-1::after,.tooltipped-align-left-2::after{left:0;margin-left:0}.tooltipped-align-left-1::before{left:5px}.tooltipped-align-left-2::before{left:10px}.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%;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}.css-truncate.css-truncate-overflow,.css-truncate .css-truncate-overflow,.css-truncate.css-truncate-target,.css-truncate .css-truncate-target{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.css-truncate.css-truncate-target,.css-truncate .css-truncate-target{display:inline-block;max-width:125px;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{animation-name:fade-in;animation-duration:1s;animation-timing-function:ease-in-out}.anim-fade-in.fast{animation-duration:300ms}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.anim-fade-out{animation-name:fade-out;animation-duration:1s;animation-timing-function:ease-out}.anim-fade-out.fast{animation-duration:0.3s}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}.anim-fade-up{opacity:0;animation-name:fade-up;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease-out;animation-delay:1s}@keyframes fade-up{0%{opacity:0.8;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}.anim-fade-down{animation-name:fade-down;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease-in}@keyframes fade-down{0%{opacity:1;transform:translateY(0)}100%{opacity:0.5;transform:translateY(100%)}}.anim-grow-x{width:0%;animation-name:grow-x;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease;animation-delay:0.5s}@keyframes grow-x{to{width:100%}}.anim-shrink-x{animation-name:shrink-x;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease-in-out;animation-delay:0.5s}@keyframes shrink-x{to{width:0%}}.anim-scale-in{animation-name:scale-in;animation-duration:0.15s;animation-timing-function:cubic-bezier(0.2, 0, 0.13, 1.5)}@keyframes scale-in{0%{opacity:0;transform:scale(0.5)}100%{opacity:1;transform:scale(1)}}.anim-pulse{animation-name:pulse;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes pulse{0%{opacity:0.3}10%{opacity:1}100%{opacity:0.3}}.anim-pulse-in{animation-name:pulse-in;animation-duration:0.5s}@keyframes pulse-in{0%{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.1, 1.1, 1.1)}100%{transform:scale3d(1, 1, 1)}}.hover-grow{transition:transform 0.3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hover-grow:hover{transform:scale(1.025)}.border-x{border-right:1px #e1e4e8 solid !important;border-left:1px #e1e4e8 solid !important}.border-y{border-top:1px #e1e4e8 solid !important;border-bottom:1px #e1e4e8 solid !important}.border{border:1px #e1e4e8 solid !important}.border-0{border:0 !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-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}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}@media (min-width: 544px){.border-sm{border:1px #e1e4e8 solid !important}.border-sm-0{border:0 !important}.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}.rounded-sm-0{border-radius:0 !important}.rounded-sm-1{border-radius:3px !important}.rounded-sm-2{border-radius:6px !important}.rounded-sm-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-sm-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-sm-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-sm-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-sm-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-sm-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-sm-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-sm-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-sm-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-sm-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-sm-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-sm-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}@media (min-width: 768px){.border-md{border:1px #e1e4e8 solid !important}.border-md-0{border:0 !important}.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}.rounded-md-0{border-radius:0 !important}.rounded-md-1{border-radius:3px !important}.rounded-md-2{border-radius:6px !important}.rounded-md-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-md-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-md-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-md-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-md-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-md-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-md-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-md-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-md-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-md-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-md-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-md-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}@media (min-width: 1012px){.border-lg{border:1px #e1e4e8 solid !important}.border-lg-0{border:0 !important}.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}.rounded-lg-0{border-radius:0 !important}.rounded-lg-1{border-radius:3px !important}.rounded-lg-2{border-radius:6px !important}.rounded-lg-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-lg-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-lg-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-lg-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-lg-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-lg-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-lg-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-lg-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-lg-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-lg-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-lg-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-lg-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}@media (min-width: 1280px){.border-xl{border:1px #e1e4e8 solid !important}.border-xl-0{border:0 !important}.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}.rounded-xl-0{border-radius:0 !important}.rounded-xl-1{border-radius:3px !important}.rounded-xl-2{border-radius:6px !important}.rounded-xl-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-xl-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-xl-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-xl-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-xl-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-xl-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-xl-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-xl-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-xl-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-xl-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-xl-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-xl-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}.circle{border-radius:50% !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-white-fade{border-color:rgba(255,255,255,0.15) !important}.border-white-fade-15{border-color:rgba(255,255,255,0.15) !important}.border-white-fade-30{border-color:rgba(255,255,255,0.3) !important}.border-white-fade-50{border-color:rgba(255,255,255,0.5) !important}.border-white-fade-70{border-color:rgba(255,255,255,0.7) !important}.border-white-fade-85{border-color:rgba(255,255,255,0.85) !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-yellow-dark{background-color:#dbab09 !important}.bg-purple{background-color:#6f42c1 !important}.bg-pink{background-color:#ea4aaa !important}.bg-purple-light{background-color:#f5f0ff !important}.color-gray-0{color:#fafbfc !important}.bg-gray-0{background-color:#fafbfc !important}.color-gray-1{color:#f6f8fa !important}.bg-gray-1{background-color:#f6f8fa !important}.color-gray-2{color:#e1e4e8 !important}.bg-gray-2{background-color:#e1e4e8 !important}.color-gray-3{color:#d1d5da !important}.bg-gray-3{background-color:#d1d5da !important}.color-gray-4{color:#959da5 !important}.bg-gray-4{background-color:#959da5 !important}.color-gray-5{color:#6a737d !important}.bg-gray-5{background-color:#6a737d !important}.color-gray-6{color:#586069 !important}.bg-gray-6{background-color:#586069 !important}.color-gray-7{color:#444d56 !important}.bg-gray-7{background-color:#444d56 !important}.color-gray-8{color:#2f363d !important}.bg-gray-8{background-color:#2f363d !important}.color-gray-9{color:#24292e !important}.bg-gray-9{background-color:#24292e !important}.color-blue-0{color:#f1f8ff !important}.bg-blue-0{background-color:#f1f8ff !important}.color-blue-1{color:#dbedff !important}.bg-blue-1{background-color:#dbedff !important}.color-blue-2{color:#c8e1ff !important}.bg-blue-2{background-color:#c8e1ff !important}.color-blue-3{color:#79b8ff !important}.bg-blue-3{background-color:#79b8ff !important}.color-blue-4{color:#2188ff !important}.bg-blue-4{background-color:#2188ff !important}.color-blue-5{color:#0366d6 !important}.bg-blue-5{background-color:#0366d6 !important}.color-blue-6{color:#005cc5 !important}.bg-blue-6{background-color:#005cc5 !important}.color-blue-7{color:#044289 !important}.bg-blue-7{background-color:#044289 !important}.color-blue-8{color:#032f62 !important}.bg-blue-8{background-color:#032f62 !important}.color-blue-9{color:#05264c !important}.bg-blue-9{background-color:#05264c !important}.color-green-0{color:#f0fff4 !important}.bg-green-0{background-color:#f0fff4 !important}.color-green-1{color:#dcffe4 !important}.bg-green-1{background-color:#dcffe4 !important}.color-green-2{color:#bef5cb !important}.bg-green-2{background-color:#bef5cb !important}.color-green-3{color:#85e89d !important}.bg-green-3{background-color:#85e89d !important}.color-green-4{color:#34d058 !important}.bg-green-4{background-color:#34d058 !important}.color-green-5{color:#28a745 !important}.bg-green-5{background-color:#28a745 !important}.color-green-6{color:#22863a !important}.bg-green-6{background-color:#22863a !important}.color-green-7{color:#176f2c !important}.bg-green-7{background-color:#176f2c !important}.color-green-8{color:#165c26 !important}.bg-green-8{background-color:#165c26 !important}.color-green-9{color:#144620 !important}.bg-green-9{background-color:#144620 !important}.color-yellow-0{color:#fffdef !important}.bg-yellow-0{background-color:#fffdef !important}.color-yellow-1{color:#fffbdd !important}.bg-yellow-1{background-color:#fffbdd !important}.color-yellow-2{color:#fff5b1 !important}.bg-yellow-2{background-color:#fff5b1 !important}.color-yellow-3{color:#ffea7f !important}.bg-yellow-3{background-color:#ffea7f !important}.color-yellow-4{color:#ffdf5d !important}.bg-yellow-4{background-color:#ffdf5d !important}.color-yellow-5{color:#ffd33d !important}.bg-yellow-5{background-color:#ffd33d !important}.color-yellow-6{color:#f9c513 !important}.bg-yellow-6{background-color:#f9c513 !important}.color-yellow-7{color:#dbab09 !important}.bg-yellow-7{background-color:#dbab09 !important}.color-yellow-8{color:#b08800 !important}.bg-yellow-8{background-color:#b08800 !important}.color-yellow-9{color:#735c0f !important}.bg-yellow-9{background-color:#735c0f !important}.color-orange-0{color:#fff8f2 !important}.bg-orange-0{background-color:#fff8f2 !important}.color-orange-1{color:#ffebda !important}.bg-orange-1{background-color:#ffebda !important}.color-orange-2{color:#ffd1ac !important}.bg-orange-2{background-color:#ffd1ac !important}.color-orange-3{color:#ffab70 !important}.bg-orange-3{background-color:#ffab70 !important}.color-orange-4{color:#fb8532 !important}.bg-orange-4{background-color:#fb8532 !important}.color-orange-5{color:#f66a0a !important}.bg-orange-5{background-color:#f66a0a !important}.color-orange-6{color:#e36209 !important}.bg-orange-6{background-color:#e36209 !important}.color-orange-7{color:#d15704 !important}.bg-orange-7{background-color:#d15704 !important}.color-orange-8{color:#c24e00 !important}.bg-orange-8{background-color:#c24e00 !important}.color-orange-9{color:#a04100 !important}.bg-orange-9{background-color:#a04100 !important}.color-red-0{color:#ffeef0 !important}.bg-red-0{background-color:#ffeef0 !important}.color-red-1{color:#ffdce0 !important}.bg-red-1{background-color:#ffdce0 !important}.color-red-2{color:#fdaeb7 !important}.bg-red-2{background-color:#fdaeb7 !important}.color-red-3{color:#f97583 !important}.bg-red-3{background-color:#f97583 !important}.color-red-4{color:#ea4a5a !important}.bg-red-4{background-color:#ea4a5a !important}.color-red-5{color:#d73a49 !important}.bg-red-5{background-color:#d73a49 !important}.color-red-6{color:#cb2431 !important}.bg-red-6{background-color:#cb2431 !important}.color-red-7{color:#b31d28 !important}.bg-red-7{background-color:#b31d28 !important}.color-red-8{color:#9e1c23 !important}.bg-red-8{background-color:#9e1c23 !important}.color-red-9{color:#86181d !important}.bg-red-9{background-color:#86181d !important}.color-purple-0{color:#f5f0ff !important}.bg-purple-0{background-color:#f5f0ff !important}.color-purple-1{color:#e6dcfd !important}.bg-purple-1{background-color:#e6dcfd !important}.color-purple-2{color:#d1bcf9 !important}.bg-purple-2{background-color:#d1bcf9 !important}.color-purple-3{color:#b392f0 !important}.bg-purple-3{background-color:#b392f0 !important}.color-purple-4{color:#8a63d2 !important}.bg-purple-4{background-color:#8a63d2 !important}.color-purple-5{color:#6f42c1 !important}.bg-purple-5{background-color:#6f42c1 !important}.color-purple-6{color:#5a32a3 !important}.bg-purple-6{background-color:#5a32a3 !important}.color-purple-7{color:#4c2889 !important}.bg-purple-7{background-color:#4c2889 !important}.color-purple-8{color:#3a1d6e !important}.bg-purple-8{background-color:#3a1d6e !important}.color-purple-9{color:#29134e !important}.bg-purple-9{background-color:#29134e !important}.color-pink-0{color:#ffeef8 !important}.bg-pink-0{background-color:#ffeef8 !important}.color-pink-1{color:#fedbf0 !important}.bg-pink-1{background-color:#fedbf0 !important}.color-pink-2{color:#f9b3dd !important}.bg-pink-2{background-color:#f9b3dd !important}.color-pink-3{color:#f692ce !important}.bg-pink-3{background-color:#f692ce !important}.color-pink-4{color:#ec6cb9 !important}.bg-pink-4{background-color:#ec6cb9 !important}.color-pink-5{color:#ea4aaa !important}.bg-pink-5{background-color:#ea4aaa !important}.color-pink-6{color:#d03592 !important}.bg-pink-6{background-color:#d03592 !important}.color-pink-7{color:#b93a86 !important}.bg-pink-7{background-color:#b93a86 !important}.color-pink-8{color:#99306f !important}.bg-pink-8{background-color:#99306f !important}.color-pink-9{color:#6d224f !important}.bg-pink-9{background-color:#6d224f !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-yellow{color:#b08800 !important}.text-orange{color:#a04100 !important}.text-orange-light{color:#e36209 !important}.text-purple{color:#6f42c1 !important}.text-pink{color:#ea4aaa !important}.text-white{color:#fff !important}.text-inherit{color:inherit !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}.details-overlay[open]>summary::before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:block;cursor:default;content:" ";background:transparent}.details-overlay-dark[open]>summary::before{z-index:99;background:rgba(27,31,35,0.5)}.details-reset>summary{list-style:none}.details-reset>summary::before{display:none}.details-reset>summary::-webkit-details-marker{display:none}.flex-row{flex-direction:row !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column{flex-direction:column !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-justify-start{justify-content:flex-start !important}.flex-justify-end{justify-content:flex-end !important}.flex-justify-center{justify-content:center !important}.flex-justify-between{justify-content:space-between !important}.flex-justify-around{justify-content:space-around !important}.flex-items-start{align-items:flex-start !important}.flex-items-end{align-items:flex-end !important}.flex-items-center{align-items:center !important}.flex-items-baseline{align-items:baseline !important}.flex-items-stretch{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-1{flex:1 !important}.flex-auto{flex:auto !important}.flex-grow-0{flex-grow:0 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-self-auto{align-self:auto !important}.flex-self-start{align-self:flex-start !important}.flex-self-end{align-self:flex-end !important}.flex-self-center{align-self:center !important}.flex-self-baseline{align-self:baseline !important}.flex-self-stretch{align-self:stretch !important}.flex-order-1{order:1 !important}.flex-order-2{order:2 !important}.flex-order-none{order:inherit !important}@media (min-width: 544px){.flex-sm-row{flex-direction:row !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column{flex-direction:column !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-justify-start{justify-content:flex-start !important}.flex-sm-justify-end{justify-content:flex-end !important}.flex-sm-justify-center{justify-content:center !important}.flex-sm-justify-between{justify-content:space-between !important}.flex-sm-justify-around{justify-content:space-around !important}.flex-sm-items-start{align-items:flex-start !important}.flex-sm-items-end{align-items:flex-end !important}.flex-sm-items-center{align-items:center !important}.flex-sm-items-baseline{align-items:baseline !important}.flex-sm-items-stretch{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-1{flex:1 !important}.flex-sm-auto{flex:auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-self-auto{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{align-self:center !important}.flex-sm-self-baseline{align-self:baseline !important}.flex-sm-self-stretch{align-self:stretch !important}.flex-sm-order-1{order:1 !important}.flex-sm-order-2{order:2 !important}.flex-sm-order-none{order:inherit !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column{flex-direction:column !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-justify-start{justify-content:flex-start !important}.flex-md-justify-end{justify-content:flex-end !important}.flex-md-justify-center{justify-content:center !important}.flex-md-justify-between{justify-content:space-between !important}.flex-md-justify-around{justify-content:space-around !important}.flex-md-items-start{align-items:flex-start !important}.flex-md-items-end{align-items:flex-end !important}.flex-md-items-center{align-items:center !important}.flex-md-items-baseline{align-items:baseline !important}.flex-md-items-stretch{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-1{flex:1 !important}.flex-md-auto{flex:auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-self-auto{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{align-self:center !important}.flex-md-self-baseline{align-self:baseline !important}.flex-md-self-stretch{align-self:stretch !important}.flex-md-order-1{order:1 !important}.flex-md-order-2{order:2 !important}.flex-md-order-none{order:inherit !important}}@media (min-width: 1012px){.flex-lg-row{flex-direction:row !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column{flex-direction:column !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-justify-start{justify-content:flex-start !important}.flex-lg-justify-end{justify-content:flex-end !important}.flex-lg-justify-center{justify-content:center !important}.flex-lg-justify-between{justify-content:space-between !important}.flex-lg-justify-around{justify-content:space-around !important}.flex-lg-items-start{align-items:flex-start !important}.flex-lg-items-end{align-items:flex-end !important}.flex-lg-items-center{align-items:center !important}.flex-lg-items-baseline{align-items:baseline !important}.flex-lg-items-stretch{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-1{flex:1 !important}.flex-lg-auto{flex:auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-self-auto{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{align-self:center !important}.flex-lg-self-baseline{align-self:baseline !important}.flex-lg-self-stretch{align-self:stretch !important}.flex-lg-order-1{order:1 !important}.flex-lg-order-2{order:2 !important}.flex-lg-order-none{order:inherit !important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column{flex-direction:column !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-justify-start{justify-content:flex-start !important}.flex-xl-justify-end{justify-content:flex-end !important}.flex-xl-justify-center{justify-content:center !important}.flex-xl-justify-between{justify-content:space-between !important}.flex-xl-justify-around{justify-content:space-around !important}.flex-xl-items-start{align-items:flex-start !important}.flex-xl-items-end{align-items:flex-end !important}.flex-xl-items-center{align-items:center !important}.flex-xl-items-baseline{align-items:baseline !important}.flex-xl-items-stretch{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-1{flex:1 !important}.flex-xl-auto{flex:auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-self-auto{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{align-self:center !important}.flex-xl-self-baseline{align-self:baseline !important}.flex-xl-self-stretch{align-self:stretch !important}.flex-xl-order-1{order:1 !important}.flex-xl-order-2{order:2 !important}.flex-xl-order-none{order:inherit !important}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}@media (min-width: 544px){.position-sm-static{position:static !important}.position-sm-relative{position:relative !important}.position-sm-absolute{position:absolute !important}.position-sm-fixed{position:fixed !important}.position-sm-sticky{position:-webkit-sticky !important;position:sticky !important}}@media (min-width: 768px){.position-md-static{position:static !important}.position-md-relative{position:relative !important}.position-md-absolute{position:absolute !important}.position-md-fixed{position:fixed !important}.position-md-sticky{position:-webkit-sticky !important;position:sticky !important}}@media (min-width: 1012px){.position-lg-static{position:static !important}.position-lg-relative{position:relative !important}.position-lg-absolute{position:absolute !important}.position-lg-fixed{position:fixed !important}.position-lg-sticky{position:-webkit-sticky !important;position:sticky !important}}@media (min-width: 1280px){.position-xl-static{position:static !important}.position-xl-relative{position:relative !important}.position-xl-absolute{position:absolute !important}.position-xl-fixed{position:fixed !important}.position-xl-sticky{position:-webkit-sticky !important;position:sticky !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}.v-align-baseline{vertical-align:baseline !important}.overflow-visible{overflow:visible !important}.overflow-x-visible{overflow-x:visible !important}.overflow-y-visible{overflow-y:visible !important}.overflow-hidden{overflow:hidden !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-auto{overflow:auto !important}.overflow-x-auto{overflow-x:auto !important}.overflow-y-auto{overflow-y:auto !important}.overflow-scroll{overflow:scroll !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-scroll{overflow-y:scroll !important}.clearfix::before{display:table;content:""}.clearfix::after{display:table;clear:both;content:""}.float-left{float:left !important}.float-right{float:right !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-fit{max-height:100% !important}.height-full{height:100% !important}.min-width-0{min-width:0 !important}.width-auto{width:auto !important}.direction-rtl{direction:rtl !important}.direction-ltr{direction:ltr !important}@media (min-width: 544px){.width-sm-auto{width:auto !important}.direction-sm-rtl{direction:rtl !important}.direction-sm-ltr{direction:ltr !important}}@media (min-width: 768px){.width-md-auto{width:auto !important}.direction-md-rtl{direction:rtl !important}.direction-md-ltr{direction:ltr !important}}@media (min-width: 1012px){.width-lg-auto{width:auto !important}.direction-lg-rtl{direction:rtl !important}.direction-lg-ltr{direction:ltr !important}}@media (min-width: 1280px){.width-xl-auto{width:auto !important}.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}.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}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.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}.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}.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}.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}.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}.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}.mx-sm-auto{margin-right:auto !important;margin-left:auto !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}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.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}.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}.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}.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}.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}.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}.mx-md-auto{margin-right:auto !important;margin-left:auto !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}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.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}.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}.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}.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}.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}.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}.mx-lg-auto{margin-right:auto !important;margin-left:auto !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}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.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}.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}.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}.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}.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}.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}.mx-xl-auto{margin-right:auto !important;margin-left:auto !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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.lh-0{line-height:0 !important}@media (min-width: 544px){.lh-sm-condensed-ultra{line-height:1 !important}.lh-sm-condensed{line-height:1.25 !important}.lh-sm-default{line-height:1.5 !important}.lh-sm-0{line-height:0 !important}}@media (min-width: 768px){.lh-md-condensed-ultra{line-height:1 !important}.lh-md-condensed{line-height:1.25 !important}.lh-md-default{line-height:1.5 !important}.lh-md-0{line-height:0 !important}}@media (min-width: 1012px){.lh-lg-condensed-ultra{line-height:1 !important}.lh-lg-condensed{line-height:1.25 !important}.lh-lg-default{line-height:1.5 !important}.lh-lg-0{line-height:0 !important}}@media (min-width: 1280px){.lh-xl-condensed-ultra{line-height:1 !important}.lh-xl-condensed{line-height:1.25 !important}.lh-xl-default{line-height:1.5 !important}.lh-xl-0{line-height:0 !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:400 !important}.text-bold{font-weight:600 !important}.text-italic{font-style:italic !important}.text-uppercase{text-transform:uppercase !important}.text-underline{text-decoration:underline !important}.no-underline{text-decoration:none !important}.no-wrap{white-space:nowrap !important}.ws-normal{white-space:normal !important}.break-word{word-break:break-word !important;word-wrap:break-word !important;overflow-wrap:break-word !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)}.text-mono{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.d-block{display:block !important}.d-flex{display:flex !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.d-table{display:table !important}.d-table-cell{display:table-cell !important}@media (min-width: 544px){.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.d-sm-table{display:table !important}.d-sm-table-cell{display:table-cell !important}}@media (min-width: 768px){.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.d-md-table{display:table !important}.d-md-table-cell{display:table-cell !important}}@media (min-width: 1012px){.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.d-lg-table{display:table !important}.d-lg-table-cell{display:table-cell !important}}@media (min-width: 1280px){.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.d-xl-table{display:table !important}.d-xl-table-cell{display:table-cell !important}}.v-hidden{visibility:hidden !important}.v-visible{visibility:visible !important}@media (max-width: 543px){.hide-sm{display:none !important}}@media (min-width: 544px) and (max-width: 767px){.hide-md{display:none !important}}@media (min-width: 768px) and (max-width: 1011px){.hide-lg{display:none !important}}@media (min-width: 1012px){.hide-xl{display:none !important}}.table-fixed{table-layout:fixed !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/css/product - * http://primer.style/css - * - * Released under MIT license. Copyright (c) 2019 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}.flash-banner{position:fixed;top:0;z-index:90;width:100%;border-top:0;border-right:0;border-left:0;border-radius:0}.warning{padding:.5em;margin-bottom:0.8em;font-weight:600;background-color:#fffbdd}.autocomplete-results{position:absolute;z-index:99;width:100%;max-height:20em;overflow-y:auto;font-size:13px;list-style:none;background:#fff;border-radius:3px;box-shadow:0 0 5px rgba(27,31,35,0.3)}.autocomplete-item{display:block;padding:4px 8px;overflow:hidden;font-weight:600;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.autocomplete-item:hover,.autocomplete-item.selected,.autocomplete-item[aria-selected=true],.autocomplete-item.navigation-focus{color:#fff;text-decoration:none;background-color:#0366d6}.autocomplete-item:hover *,.autocomplete-item.selected *,.autocomplete-item[aria-selected=true] *,.autocomplete-item.navigation-focus *{color:inherit !important}.suggester{position:relative;top:0;left:0;min-width:180px;padding:0;margin:0;margin-top:24px;list-style:none;cursor:pointer;background:#fff;border:1px #e1e4e8 solid;border-radius:3px;box-shadow:0 1px 5px rgba(27,31,35,0.15)}.suggester li{display:block;padding:4px 8px;font-weight:600;border-bottom:1px #e1e4e8 solid}.suggester li small{font-weight:400;color:#586069}.suggester li:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.suggester li:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.suggester li:hover,.suggester li[aria-selected="true"],.suggester li.navigation-focus{color:#fff;text-decoration:none;background:#0366d6}.suggester li:hover small,.suggester li[aria-selected="true"] small,.suggester li.navigation-focus small{color:#fff}.suggester-container{position:absolute;top:0;left:0;z-index:30}@media (max-width: 544px){.page-responsive .suggester-container{right:8px !important;left:8px !important}.page-responsive .suggester li{padding:8px 16px}}.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)}.AvatarStack{position:relative;min-width:26px;height:20px}.AvatarStack .AvatarStack-body{position:absolute}.AvatarStack.AvatarStack--two{min-width:36px}.AvatarStack.AvatarStack--three-plus{min-width:46px}.AvatarStack-body{display:flex;background:#fff}.AvatarStack-body .avatar{position:relative;z-index:2;display:flex;width:20px;height:20px;box-sizing:content-box;margin-right:-11px;background-color:#fff;border-right:1px solid #fff;border-radius:2px;transition:margin 0.1s ease-in-out}.AvatarStack-body .avatar:first-child{z-index:3}.AvatarStack-body .avatar:last-child{z-index:1;border-right:0}.AvatarStack-body .avatar img{border-radius:2px}.AvatarStack-body .avatar:nth-child(n+4){display:none;opacity:0}.AvatarStack-body:hover .avatar{margin-right:3px}.AvatarStack-body:hover .avatar:nth-child(n+4){display:flex;opacity:1}.AvatarStack-body:hover .avatar-more{display:none !important}.avatar.avatar-more{z-index:1;margin-right:0;background:#f6f8fa}.avatar.avatar-more::before,.avatar.avatar-more::after{position:absolute;display:block;height:20px;content:"";border-radius:2px;outline:1px solid #fff}.avatar.avatar-more::before{width:17px;background:#e1e4e8}.avatar.avatar-more::after{width:14px;background:#d1d5da}.AvatarStack--right .AvatarStack-body{right:0;flex-direction:row-reverse}.AvatarStack--right .AvatarStack-body:hover .avatar{margin-right:0;margin-left:3px}.AvatarStack--right .avatar.avatar-more{background:#d1d5da}.AvatarStack--right .avatar.avatar-more::before{width:5px}.AvatarStack--right .avatar.avatar-more::after{width:2px;background:#f6f8fa}.AvatarStack--right .avatar{margin-right:0;margin-left:-11px;border-right:0;border-left:1px solid #fff}.CircleBadge{display:flex;align-items: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}.blankslate code{padding:2px 5px 3px;font-size:14px;background:#fff;border:1px solid #eaecef;border-radius:3px}.blankslate img{width:56px;height:56px}.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{max-width:485px;margin:0 auto}.blankslate-large img{width:80px;height:80px}.blankslate-large h3{margin:16px 0;font-size:24px}.blankslate-large p{font-size:16px}.blankslate-clean-background{border:0}.branch-name{display:inline-block;padding:2px 6px;font:12px "SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;color:rgba(27,31,35,0.6);background-color:#eaf5ff;border-radius:3px}.branch-name .octicon{margin:1px -2px 0 0;color:#a8bbd0}a.branch-name{color:#0366d6}.dropdown{position:relative}.dropdown-caret{display:inline-block;width:0;height:0;vertical-align:middle;content:"";border-style:solid;border-width:4px 4px 0;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.dropdown-menu{position:absolute;top:100%;left:0;z-index:100;width:160px;padding-top:4px;padding-bottom:4px;margin-top:2px;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(27,31,35,0.15);border-radius:4px;box-shadow:0 1px 15px rgba(27,31,35,0.15)}.dropdown-menu::before,.dropdown-menu::after{position:absolute;display:inline-block;content:""}.dropdown-menu::before{border:8px solid transparent;border-bottom-color:rgba(27,31,35,0.15)}.dropdown-menu::after{border:7px solid transparent;border-bottom-color:#fff}.dropdown-menu>ul{list-style:none}.dropdown-menu-no-overflow{width:auto}.dropdown-menu-no-overflow .dropdown-item{padding:4px 16px;overflow:visible;text-overflow:inherit}.dropdown-item{display:block;padding:4px 8px 4px 16px;overflow:hidden;color:#24292e;text-overflow:ellipsis;white-space:nowrap}.dropdown-item:focus,.dropdown-item:hover{color:#fff;text-decoration:none;background-color:#0366d6;outline:none}.dropdown-item:focus>.octicon,.dropdown-item:hover>.octicon{color:inherit;opacity:1}.dropdown-item.btn-link{width:100%;text-align:left}.dropdown-signout{width:100%;text-align:left;background:none;border:0}.dropdown-divider{display:block;height:0;margin:8px 0;border-top:1px #e1e4e8 solid}.dropdown-header{padding:4px 16px;font-size:12px;color:#586069}.dropdown-item[aria-checked="false"] .octicon-check{display:none}.dropdown-menu-w{top:0;right:100%;left:auto;width:auto;margin-top:0;margin-right:8px}.dropdown-menu-w::before{top:10px;right:-16px;left:auto;border-color:transparent;border-left-color:rgba(27,31,35,0.15)}.dropdown-menu-w::after{top:11px;right:-14px;left:auto;border-color:transparent;border-left-color:#fff}.dropdown-menu-e{top:0;left:100%;width:auto;margin-top:0;margin-left:8px}.dropdown-menu-e::before{top:8px;left:-16px;border-color:transparent;border-right-color:rgba(27,31,35,0.15)}.dropdown-menu-e::after{top:11px;left:-14px;border-color:transparent;border-right-color:#fff}.dropdown-menu-ne{top:auto;bottom:100%;left:0;margin-bottom:3px}.dropdown-menu-ne::before,.dropdown-menu-ne::after{top:auto;right:auto}.dropdown-menu-ne::before{bottom:-8px;left:9px;border-top:8px solid rgba(27,31,35,0.15);border-right:8px solid transparent;border-bottom:0;border-left:8px solid transparent}.dropdown-menu-ne::after{bottom:-7px;left:10px;border-top:7px solid #fff;border-right:7px solid transparent;border-bottom:0;border-left:7px solid transparent}.dropdown-menu-s{right:50%;left:auto;transform:translateX(50%)}.dropdown-menu-s::before{top:-16px;right:50%;transform:translateX(50%)}.dropdown-menu-s::after{top:-14px;right:50%;transform:translateX(50%)}.dropdown-menu-sw{right:0;left:auto}.dropdown-menu-sw::before{top:-16px;right:9px;left:auto}.dropdown-menu-sw::after{top:-14px;right:10px;left:auto}.dropdown-menu-se::before{top:-16px;left:9px}.dropdown-menu-se::after{top:-14px;left:10px}.dropdown-menu-dark{color:#fff;background:#2f363d;border-color:#444d56;box-shadow:0 1px 15px rgba(27,31,35,0.15)}.dropdown-menu-dark::before{border-bottom-color:#444d56}.dropdown-menu-dark::after{border-bottom-color:#2f363d}.dropdown-menu-dark .dropdown-header{color:#d1d5da}.dropdown-menu-dark .dropdown-divider{border-top-color:#444d56}.dropdown-menu-dark .dropdown-item{color:inherit}.dropdown-menu-dark.dropdown-menu-w::before{border-color:transparent transparent transparent #444d56}.dropdown-menu-dark.dropdown-menu-w::after{border-color:transparent transparent transparent #2f363d}.dropdown-menu-dark.dropdown-menu-e::before{border-color:transparent #444d56 transparent transparent}.dropdown-menu-dark.dropdown-menu-e::after{border-color:transparent #2f363d transparent transparent}.dropdown-menu-dark.dropdown-menu-ne::before{border-color:#444d56 transparent transparent transparent}.dropdown-menu-dark.dropdown-menu-ne::after{border-color:#2f363d transparent transparent transparent}.Header{z-index:32;display:flex;padding:16px;font-size:14px;line-height:1.5;color:rgba(255,255,255,0.7);background-color:#24292e;align-items:center;flex-wrap:nowrap}.Header-item{display:flex;margin-right:16px;align-self:stretch;align-items:center;flex-wrap:nowrap}.Header-item--full{flex:auto}.Header-link{font-weight:600;color:#fff;white-space:nowrap}.Header-link:hover,.Header-link:focus{color:rgba(255,255,255,0.7);text-decoration:none}.IssueLabel{height:20px;padding:0.15em 4px;font-size:12px;font-weight:600;line-height:15px;border-radius:2px;box-shadow:inset 0 -1px 0 rgba(27,31,35,0.12)}.IssueLabel .g-emoji{position:relative;top:-0.05em;display:inline-block;font-size:1em;line-height:1}.IssueLabel:hover{text-decoration:none}.IssueLabel--big{padding:4px 8px;font-size:14px;font-weight:600;border-radius:3px;transition:opacity 0.2s linear}.IssueLabel--big .g-emoji{display:inline-block;margin-top:-1px}.IssueLabel--big:hover{opacity:0.85}.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:400;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;white-space:nowrap;background-color:#6a737d;border-radius:3px}.State--green{background-color:#2cbe4e}.State--purple{background-color:#6f42c1}.State--red{background-color:#cb2431}.State--small{padding:.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:empty{visibility:hidden}.Counter--gray-light{color:#24292e;background-color:rgba(27,31,35,0.15)}.Counter--gray{color:#fff;background-color:#6a737d}.diffstat{font-size:12px;font-weight:600;color:#586069;white-space:nowrap;cursor:default}.diffstat-block-deleted,.diffstat-block-added,.diffstat-block-neutral{display:inline-block;width:8px;height:8px;margin-left:1px}.diffstat-block-deleted{background-color:#cb2431}.diffstat-block-added{background-color:#2cbe4e}.diffstat-block-neutral{background-color:#d1d5da}.AnimatedEllipsis{display:inline-block;overflow:hidden;vertical-align:bottom}.AnimatedEllipsis::after{display:inline-block;content:"...";animation:AnimatedEllipsis-keyframes 1.2s steps(4, jump-none) infinite}@keyframes AnimatedEllipsis-keyframes{0%{transform:translateX(-100%)}}.markdown-body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body kbd{display:inline-block;padding:3px 5px;font:11px "SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;line-height:10px;color:#444d56;vertical-align:middle;background-color:#fafbfc;border:solid 1px #d1d5da;border-bottom-color:#d1d5da;border-radius:3px;box-shadow:inset 0 -1px 0 #d1d5da}.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,.markdown-body details{margin-top:0;margin-bottom:16px}.markdown-body hr{height:.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 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{word-wrap:break-all}.markdown-body li>p{margin-top:16px}.markdown-body li+li{margin-top:.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.2em 0.4em;margin:0;font-size:85%;background-color:rgba(27,31,35,0.05);border-radius:3px}.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 .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}.Popover{position:absolute;z-index:100}.Popover-message{position:relative;width:232px;margin-right:auto;margin-left:auto}.Popover-message::before,.Popover-message::after{position:absolute;left:50%;display:inline-block;content:""}.Popover-message::before{top:-16px;margin-left:-9px;border:8px solid transparent;border-bottom-color:rgba(27,31,35,0.15)}.Popover-message::after{top:-14px;margin-left:-8px;border:7px solid transparent;border-bottom-color:#fff}.Popover-message--bottom::before,.Popover-message--bottom::after,.Popover-message--bottom-right::before,.Popover-message--bottom-right::after,.Popover-message--bottom-left::before,.Popover-message--bottom-left::after{top:auto;border-bottom-color:transparent}.Popover-message--bottom::before,.Popover-message--bottom-right::before,.Popover-message--bottom-left::before{bottom:-16px;border-top-color:rgba(27,31,35,0.15)}.Popover-message--bottom::after,.Popover-message--bottom-right::after,.Popover-message--bottom-left::after{bottom:-14px;border-top-color:#fff}.Popover-message--top-right,.Popover-message--bottom-right{right:-9px;margin-right:0}.Popover-message--top-right::before,.Popover-message--top-right::after,.Popover-message--bottom-right::before,.Popover-message--bottom-right::after{left:auto;margin-left:0}.Popover-message--top-right::before,.Popover-message--bottom-right::before{right:20px}.Popover-message--top-right::after,.Popover-message--bottom-right::after{right:21px}.Popover-message--top-left,.Popover-message--bottom-left{left:-9px;margin-left:0}.Popover-message--top-left::before,.Popover-message--top-left::after,.Popover-message--bottom-left::before,.Popover-message--bottom-left::after{left:24px;margin-left:0}.Popover-message--top-left::after,.Popover-message--bottom-left::after{left:25px}.Popover-message--right::before,.Popover-message--right::after,.Popover-message--right-top::before,.Popover-message--right-top::after,.Popover-message--right-bottom::before,.Popover-message--right-bottom::after,.Popover-message--left::before,.Popover-message--left::after,.Popover-message--left-top::before,.Popover-message--left-top::after,.Popover-message--left-bottom::before,.Popover-message--left-bottom::after{top:50%;left:auto;margin-left:0;border-bottom-color:transparent}.Popover-message--right::before,.Popover-message--right-top::before,.Popover-message--right-bottom::before,.Popover-message--left::before,.Popover-message--left-top::before,.Popover-message--left-bottom::before{margin-top:-9px}.Popover-message--right::after,.Popover-message--right-top::after,.Popover-message--right-bottom::after,.Popover-message--left::after,.Popover-message--left-top::after,.Popover-message--left-bottom::after{margin-top:-8px}.Popover-message--right::before,.Popover-message--right-top::before,.Popover-message--right-bottom::before{right:-16px;border-left-color:rgba(27,31,35,0.15)}.Popover-message--right::after,.Popover-message--right-top::after,.Popover-message--right-bottom::after{right:-14px;border-left-color:#fff}.Popover-message--left::before,.Popover-message--left-top::before,.Popover-message--left-bottom::before{left:-16px;border-right-color:rgba(27,31,35,0.15)}.Popover-message--left::after,.Popover-message--left-top::after,.Popover-message--left-bottom::after{left:-14px;border-right-color:#fff}.Popover-message--right-top::before,.Popover-message--right-top::after,.Popover-message--left-top::before,.Popover-message--left-top::after{top:24px}.Popover-message--right-bottom::before,.Popover-message--right-bottom::after,.Popover-message--left-bottom::before,.Popover-message--left-bottom::after{top:auto}.Popover-message--right-bottom::before,.Popover-message--left-bottom::before{bottom:16px}.Popover-message--right-bottom::after,.Popover-message--left-bottom::after{bottom:17px}@media (min-width: 544px){.Popover-message--large{min-width:320px}}.Progress{display:flex;height:8px;overflow:hidden;background-color:#e1e4e8;border-radius:3px}.Progress--large{height:10px}.Progress--small{height:5px}@media (hover: hover){.SelectMenu-tab:not([aria-checked="true"]):hover,.SelectMenu-tab:not([aria-checked="true"]):active{background-color:#fff}}.SelectMenu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;display:flex;padding:16px;pointer-events:none;flex-direction:column}@media (min-width: 544px){.SelectMenu{position:absolute;top:auto;right:auto;bottom:auto;left:auto;padding:0}}.SelectMenu::before{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:"";background-color:rgba(27,31,35,0.5)}@media (min-width: 544px){.SelectMenu::before{display:none}}.SelectMenu-modal{position:relative;z-index:99;display:flex;max-height:66%;margin:auto 0;overflow:hidden;pointer-events:auto;flex-direction:column;background-color:#f6f8fa;border-radius:6px;box-shadow:0 0 18px rgba(0,0,0,0.4);animation:SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards}@keyframes SelectMenu-modal-animation{0%{opacity:0;transform:scale(0.9)}}@keyframes SelectMenu-modal-animation--sm{0%{opacity:0;transform:translateY(-16px)}}@media (min-width: 544px){.SelectMenu-modal{width:300px;height:auto;max-height:480px;margin:4px 0 16px 0;font-size:12px;border:1px solid #d1d5da;border-radius:3px;box-shadow:0 1px 5px rgba(27,31,35,0.15);animation-name:SelectMenu-modal-animation--sm}}.SelectMenu-header{display:flex;flex:none;padding:16px}@media (min-width: 544px){.SelectMenu-header{padding-top:8px;padding-bottom:8px}}.SelectMenu-title{flex:auto;font-size:14px;font-weight:600}@media (min-width: 544px){.SelectMenu-title{font-size:inherit}}.SelectMenu-closeButton{padding:16px;margin:-16px;color:#6a737d;background-color:transparent;border:0}@media (min-width: 544px){.SelectMenu-closeButton{display:none}}.SelectMenu-filter{padding:16px;margin:0;border-top:1px #e1e4e8 solid}@media (min-width: 544px){.SelectMenu-filter{padding:8px}}.SelectMenu-input{display:block;width:100%}@media (min-width: 544px){.SelectMenu-input{font-size:14px}}.SelectMenu-list{position:relative;padding:0;margin:0;margin-bottom:-1px;flex:auto;overflow-x:hidden;overflow-y:auto;background-color:#fff;border-top:1px #e1e4e8 solid;-webkit-overflow-scrolling:touch}.SelectMenu-item{display:flex;align-items:center;width:100%;padding:16px;overflow:hidden;color:#586069;text-align:left;cursor:pointer;background-color:#fff;border:0;border-bottom:1px solid #eaecef}@media (min-width: 544px){.SelectMenu-item{padding-top:8px;padding-bottom:8px}}.SelectMenu-icon{width:16px;margin-right:8px;flex-shrink:0}.SelectMenu-icon--check{visibility:hidden;transition:transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5),visibility 0s 0.12s linear;transform:scale(0)}.SelectMenu-tabs{display:flex;flex-shrink:0;margin-bottom:-1px;overflow-x:auto;overflow-y:hidden;border-top:1px #e1e4e8 solid;-webkit-overflow-scrolling:touch}.SelectMenu-tabs::-webkit-scrollbar{display:none}@media (min-width: 544px){.SelectMenu-tabs{padding:0 8px;border-top:0}}.SelectMenu-tab{flex:1;padding:8px 16px;font-size:12px;font-weight:500;color:#6a737d;text-align:center;background-color:transparent;border:0;box-shadow:inset 0 -1px 0 #e1e4e8}@media (min-width: 544px){.SelectMenu-tab{flex:none;padding:4px 16px;border:1px solid transparent;border-bottom-width:0;border-top-left-radius:3px;border-top-right-radius:3px}}.SelectMenu-tab[aria-selected="true"]{z-index:1;color:#24292e;cursor:default;background-color:#fff;box-shadow:0 0 0 1px #e1e4e8}@media (min-width: 544px){.SelectMenu-tab[aria-selected="true"]{border-color:#e1e4e8;box-shadow:none}}.SelectMenu-message{border-bottom:1px solid #eaecef}.SelectMenu-message,.SelectMenu-blankslate,.SelectMenu-loading{padding:24px 16px;text-align:center;background-color:#fff}.SelectMenu-divider{padding:4px 16px;margin:0;font-size:12px;font-weight:600;color:#6a737d;background-color:#f6f8fa;border-bottom:1px solid #eaecef}.SelectMenu-footer{z-index:0;padding:8px 16px;font-size:12px;color:#6a737d;text-align:center;border-top:1px #e1e4e8 solid}@media (min-width: 544px){.SelectMenu-footer{padding:4px 8px}}.SelectMenu--hasFilter .SelectMenu-modal{height:80%;max-height:none;margin-top:0}@media (min-width: 544px){.SelectMenu--hasFilter .SelectMenu-modal{height:auto;max-height:480px;margin-top:4px}}.SelectMenu-tab:focus,.SelectMenu-item:focus{outline:none}.SelectMenu-item:hover{text-decoration:none}.SelectMenu-item[aria-checked="true"]{font-weight:500;color:#24292e}.SelectMenu-item[aria-checked="true"] .SelectMenu-icon--check{visibility:visible;transition:transform 0.12s cubic-bezier(0, 0, 0.2, 1),visibility 0s linear;transform:scale(1)}@media (hover: hover){body:not(.intent-mouse) .SelectMenu-item:focus,.SelectMenu-item:hover{background-color:#f6f8fa}.SelectMenu-item:active{background-color:#fafbfc}body:not(.intent-mouse) .SelectMenu-tab:focus{background-color:#dbedff}.SelectMenu-tab:not([aria-selected="true"]):hover{color:#24292e;background-color:#e1e4e8}.SelectMenu-tab:not([aria-selected="true"]):active{color:#24292e;background-color:#f6f8fa}}@media (hover: none){.SelectMenu-item:focus,.SelectMenu-item:active{background-color:#fafbfc}.SelectMenu-item{-webkit-tap-highlight-color:rgba(209,213,218,0.5)}}.Subhead{display:flex;padding-bottom:8px;margin-bottom:16px;border-bottom:1px #e1e4e8 solid;flex-flow:row wrap}.Subhead--spacious{margin-top:40px}.Subhead-heading{font-size:24px;font-weight:400;flex:1 1 auto}.Subhead-heading--danger{font-weight:600;color:#cb2431}.Subhead-description{font-size:14px;color:#586069;flex:1 100%}.Subhead-actions{align-self:center;justify-content:flex-end}.TimelineItem{position:relative;display:flex;padding:16px 0;margin-left:16px}.TimelineItem::before{position:absolute;top:0;bottom:0;left:0;display:block;width:2px;content:"";background-color:#e1e4e8}.TimelineItem:target .TimelineItem-badge{border-color:#2188ff;box-shadow:0 0 0.2em #c8e1ff}.TimelineItem-badge{position:relative;z-index:1;display:flex;width:32px;height:32px;margin-right:8px;margin-left:-15px;color:#444d56;align-items:center;background-color:#e1e4e8;border:2px solid #fff;border-radius:50%;justify-content:center;flex-shrink:0}.TimelineItem-body{min-width:0;max-width:100%;margin-top:4px;color:#444d56;flex:auto}.TimelineItem-avatar{position:absolute;left:-72px;z-index:1}.TimelineItem-break{position:relative;z-index:1;height:24px;margin:0;margin-bottom:-16px;margin-left:-56px;background-color:#fff;border:0;border-top:4px solid #e1e4e8}.TimelineItem--condensed{padding-top:4px;padding-bottom:0}.TimelineItem--condensed:last-child{padding-bottom:16px}.TimelineItem--condensed .TimelineItem-badge{height:16px;margin-top:8px;margin-bottom:8px;color:#959da5;background-color:#fff;border:0}.Toast{display:flex;margin:8px;color:#1b1f23;background-color:#fff;border-radius:3px;box-shadow:inset 0 0 0 1px #d1d5da,0 1px 5px rgba(27,31,35,0.15)}@media (min-width: 544px){.Toast{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:450px;margin:16px}}.Toast-icon{display:flex;align-items:center;justify-content:center;width:48px;flex-shrink:0;color:#fff;background-color:#0366d6;border-top-left-radius:inherit;border-bottom-left-radius:inherit}.Toast-content{padding:16px}.Toast-dismissButton{max-height:54px;padding:16px;background-color:transparent;border:0}.Toast-dismissButton:focus,.Toast-dismissButton:hover{color:#586069;outline:none}.Toast-dismissButton:active{color:#959da5}.Toast--error .Toast-icon{background-color:#d73a49}.Toast--warning .Toast-icon{color:#24292e;background-color:#f9c513}.Toast--success .Toast-icon{background-color:#28a745}.Toast--loading .Toast-icon{background-color:#586069}.Toast--animateIn{animation:Toast--animateIn 0.18s cubic-bezier(0.22, 0.61, 0.36, 1) backwards}@keyframes Toast--animateIn{0%{opacity:0;transform:translateY(100%)}}.Toast--animateOut{animation:Toast--animateOut 0.18s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards}@keyframes Toast--animateOut{100%{pointer-events:none;opacity:0;transform:translateY(100%)}}.Toast--spinner{animation:Toast--spinner 1000ms linear infinite}@keyframes Toast--spinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}/*! - * @primer/css/marketing - * http://primer.style/css - * - * Released under MIT license. Copyright (c) 2019 GitHub Inc. - */@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local("Inter"),local("Inter-Regular"),url("/fonts/Inter-Regular.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local("Inter Medium"),local("Inter-Medium"),url("/fonts/Inter-Medium.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local("Inter Bold"),local("Inter-Bold"),url("/fonts/Inter-Bold.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local("Inter"),local("Inter-Regular"),url("/fonts/Inter-Regular.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local("Inter Medium"),local("Inter-Medium"),url("/fonts/Inter-Medium.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local("Inter Bold"),local("Inter-Bold"),url("/fonts/Inter-Bold.woff") format("woff");font-display:swap}.h000-mktg,.h00-mktg,.h0-mktg,.h1-mktg,.h2-mktg,.h3-mktg,.h4-mktg,.h5-mktg,.h6-mktg,.lead-mktg{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:500}.h000-mktg{font-size:48px !important}@media (min-width: 768px){.h000-mktg{font-size:64px !important}}.h00-mktg{font-size:40px !important}@media (min-width: 768px){.h00-mktg{font-size:48px !important}}.h0-mktg{font-size:32px !important}@media (min-width: 768px){.h0-mktg{font-size:40px !important}}.h1-mktg{font-size:26px !important}@media (min-width: 768px){.h1-mktg{font-size:32px !important}}.h2-mktg{font-size:22px !important}@media (min-width: 768px){.h2-mktg{font-size:24px !important}}.h3-mktg{font-size:18px !important}@media (min-width: 768px){.h3-mktg{font-size:20px !important}}.h4-mktg{font-size:16px !important}.h5-mktg{font-size:14px !important}.h6-mktg{font-size:12px !important}.lead-mktg{font-size:20px;font-weight:400}.pullquote{padding-top:0;padding-bottom:0;padding-left:8px;margin-bottom:24px;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,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}}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local("Inter"),local("Inter-Regular"),url("/fonts/Inter-Regular.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local("Inter Medium"),local("Inter-Medium"),url("/fonts/Inter-Medium.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local("Inter Bold"),local("Inter-Bold"),url("/fonts/Inter-Bold.woff") format("woff");font-display:swap}.btn-mktg{display:inline-block;padding:16px 24px;font-size:14px;font-weight:500;color:#fff;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#1074e7;border:1px solid #1074e7;border-radius:3px;transition:.2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn-mktg:hover{text-decoration:none;background-color:#0366d6;border-color:#0366d6}.btn-mktg:focus{outline:0;box-shadow:0 0 0 0.2em rgba(3,102,214,0.3)}.btn-mktg:disabled,.btn-mktg.disabled,.btn-mktg[aria-disabled=true]{pointer-events:none;cursor:default;opacity:0.65}.btn-primary-mktg{background-color:#2ebc4f;border-color:#2ebc4f}.btn-primary-mktg:hover{background-color:#28a745;border-color:#28a745}.btn-primary-mktg:focus{box-shadow:0 0 0 0.2em rgba(40,167,69,0.3)}.btn-large-mktg{padding:20px 32px;font-size:16px}.btn-outline-mktg{color:#1074e7;background-color:rgba(255,255,255,0);border-color:rgba(16,116,231,0.5)}.btn-outline-mktg:hover{color:#0366d6;text-decoration:none;background-color:rgba(255,255,255,0);border-color:#1074e7}.btn-transparent{color:#fff;background-color:transparent;background-image:none;border:1px solid rgba(255,255,255,0.5)}.btn-transparent:hover,.btn-transparent:active{color:#2f363d;background-color:#fff;background-image:none;border-color:#fff}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local("Inter"),local("Inter-Regular"),url("/fonts/Inter-Regular.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local("Inter Medium"),local("Inter-Medium"),url("/fonts/Inter-Medium.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local("Inter Bold"),local("Inter-Bold"),url("/fonts/Inter-Bold.woff") format("woff");font-display:swap}.grayscale{filter:grayscale(100%)}.top-0{top:0 !important}.right-0{right:0 !important}.bottom-0{bottom:0 !important}.left-0{left:0 !important}.top-n0{top:0 !important}.right-n0{right:0 !important}.bottom-n0{bottom:0 !important}.left-n0{left:0 !important}.top-1{top:4px !important}.right-1{right:4px !important}.bottom-1{bottom:4px !important}.left-1{left:4px !important}.top-n1{top:-4px !important}.right-n1{right:-4px !important}.bottom-n1{bottom:-4px !important}.left-n1{left:-4px !important}.top-2{top:8px !important}.right-2{right:8px !important}.bottom-2{bottom:8px !important}.left-2{left:8px !important}.top-n2{top:-8px !important}.right-n2{right:-8px !important}.bottom-n2{bottom:-8px !important}.left-n2{left:-8px !important}.top-3{top:16px !important}.right-3{right:16px !important}.bottom-3{bottom:16px !important}.left-3{left:16px !important}.top-n3{top:-16px !important}.right-n3{right:-16px !important}.bottom-n3{bottom:-16px !important}.left-n3{left:-16px !important}.top-4{top:24px !important}.right-4{right:24px !important}.bottom-4{bottom:24px !important}.left-4{left:24px !important}.top-n4{top:-24px !important}.right-n4{right:-24px !important}.bottom-n4{bottom:-24px !important}.left-n4{left:-24px !important}.top-5{top:32px !important}.right-5{right:32px !important}.bottom-5{bottom:32px !important}.left-5{left:32px !important}.top-n5{top:-32px !important}.right-n5{right:-32px !important}.bottom-n5{bottom:-32px !important}.left-n5{left:-32px !important}.top-6{top:40px !important}.right-6{right:40px !important}.bottom-6{bottom:40px !important}.left-6{left:40px !important}.top-n6{top:-40px !important}.right-n6{right:-40px !important}.bottom-n6{bottom:-40px !important}.left-n6{left:-40px !important}.top-7{top:48px !important}.right-7{right:48px !important}.bottom-7{bottom:48px !important}.left-7{left:48px !important}.top-n7{top:-48px !important}.right-n7{right:-48px !important}.bottom-n7{bottom:-48px !important}.left-n7{left:-48px !important}.top-8{top:64px !important}.right-8{right:64px !important}.bottom-8{bottom:64px !important}.left-8{left:64px !important}.top-n8{top:-64px !important}.right-n8{right:-64px !important}.bottom-n8{bottom:-64px !important}.left-n8{left:-64px !important}.top-9{top:80px !important}.right-9{right:80px !important}.bottom-9{bottom:80px !important}.left-9{left:80px !important}.top-n9{top:-80px !important}.right-n9{right:-80px !important}.bottom-n9{bottom:-80px !important}.left-n9{left:-80px !important}.top-10{top:96px !important}.right-10{right:96px !important}.bottom-10{bottom:96px !important}.left-10{left:96px !important}.top-n10{top:-96px !important}.right-n10{right:-96px !important}.bottom-n10{bottom:-96px !important}.left-n10{left:-96px !important}.top-11{top:112px !important}.right-11{right:112px !important}.bottom-11{bottom:112px !important}.left-11{left:112px !important}.top-n11{top:-112px !important}.right-n11{right:-112px !important}.bottom-n11{bottom:-112px !important}.left-n11{left:-112px !important}.top-12{top:128px !important}.right-12{right:128px !important}.bottom-12{bottom:128px !important}.left-12{left:128px !important}.top-n12{top:-128px !important}.right-n12{right:-128px !important}.bottom-n12{bottom:-128px !important}.left-n12{left:-128px !important}@media (min-width: 768px){.top-md-0{top:0 !important}.right-md-0{right:0 !important}.bottom-md-0{bottom:0 !important}.left-md-0{left:0 !important}.top-md-n0{top:0 !important}.right-md-n0{right:0 !important}.bottom-md-n0{bottom:0 !important}.left-md-n0{left:0 !important}.top-md-1{top:4px !important}.right-md-1{right:4px !important}.bottom-md-1{bottom:4px !important}.left-md-1{left:4px !important}.top-md-n1{top:-4px !important}.right-md-n1{right:-4px !important}.bottom-md-n1{bottom:-4px !important}.left-md-n1{left:-4px !important}.top-md-2{top:8px !important}.right-md-2{right:8px !important}.bottom-md-2{bottom:8px !important}.left-md-2{left:8px !important}.top-md-n2{top:-8px !important}.right-md-n2{right:-8px !important}.bottom-md-n2{bottom:-8px !important}.left-md-n2{left:-8px !important}.top-md-3{top:16px !important}.right-md-3{right:16px !important}.bottom-md-3{bottom:16px !important}.left-md-3{left:16px !important}.top-md-n3{top:-16px !important}.right-md-n3{right:-16px !important}.bottom-md-n3{bottom:-16px !important}.left-md-n3{left:-16px !important}.top-md-4{top:24px !important}.right-md-4{right:24px !important}.bottom-md-4{bottom:24px !important}.left-md-4{left:24px !important}.top-md-n4{top:-24px !important}.right-md-n4{right:-24px !important}.bottom-md-n4{bottom:-24px !important}.left-md-n4{left:-24px !important}.top-md-5{top:32px !important}.right-md-5{right:32px !important}.bottom-md-5{bottom:32px !important}.left-md-5{left:32px !important}.top-md-n5{top:-32px !important}.right-md-n5{right:-32px !important}.bottom-md-n5{bottom:-32px !important}.left-md-n5{left:-32px !important}.top-md-6{top:40px !important}.right-md-6{right:40px !important}.bottom-md-6{bottom:40px !important}.left-md-6{left:40px !important}.top-md-n6{top:-40px !important}.right-md-n6{right:-40px !important}.bottom-md-n6{bottom:-40px !important}.left-md-n6{left:-40px !important}.top-md-7{top:48px !important}.right-md-7{right:48px !important}.bottom-md-7{bottom:48px !important}.left-md-7{left:48px !important}.top-md-n7{top:-48px !important}.right-md-n7{right:-48px !important}.bottom-md-n7{bottom:-48px !important}.left-md-n7{left:-48px !important}.top-md-8{top:64px !important}.right-md-8{right:64px !important}.bottom-md-8{bottom:64px !important}.left-md-8{left:64px !important}.top-md-n8{top:-64px !important}.right-md-n8{right:-64px !important}.bottom-md-n8{bottom:-64px !important}.left-md-n8{left:-64px !important}.top-md-9{top:80px !important}.right-md-9{right:80px !important}.bottom-md-9{bottom:80px !important}.left-md-9{left:80px !important}.top-md-n9{top:-80px !important}.right-md-n9{right:-80px !important}.bottom-md-n9{bottom:-80px !important}.left-md-n9{left:-80px !important}.top-md-10{top:96px !important}.right-md-10{right:96px !important}.bottom-md-10{bottom:96px !important}.left-md-10{left:96px !important}.top-md-n10{top:-96px !important}.right-md-n10{right:-96px !important}.bottom-md-n10{bottom:-96px !important}.left-md-n10{left:-96px !important}.top-md-11{top:112px !important}.right-md-11{right:112px !important}.bottom-md-11{bottom:112px !important}.left-md-11{left:112px !important}.top-md-n11{top:-112px !important}.right-md-n11{right:-112px !important}.bottom-md-n11{bottom:-112px !important}.left-md-n11{left:-112px !important}.top-md-12{top:128px !important}.right-md-12{right:128px !important}.bottom-md-12{bottom:128px !important}.left-md-12{left:128px !important}.top-md-n12{top:-128px !important}.right-md-n12{right:-128px !important}.bottom-md-n12{bottom:-128px !important}.left-md-n12{left:-128px !important}}@media (min-width: 1012px){.top-lg-0{top:0 !important}.right-lg-0{right:0 !important}.bottom-lg-0{bottom:0 !important}.left-lg-0{left:0 !important}.top-lg-n0{top:0 !important}.right-lg-n0{right:0 !important}.bottom-lg-n0{bottom:0 !important}.left-lg-n0{left:0 !important}.top-lg-1{top:4px !important}.right-lg-1{right:4px !important}.bottom-lg-1{bottom:4px !important}.left-lg-1{left:4px !important}.top-lg-n1{top:-4px !important}.right-lg-n1{right:-4px !important}.bottom-lg-n1{bottom:-4px !important}.left-lg-n1{left:-4px !important}.top-lg-2{top:8px !important}.right-lg-2{right:8px !important}.bottom-lg-2{bottom:8px !important}.left-lg-2{left:8px !important}.top-lg-n2{top:-8px !important}.right-lg-n2{right:-8px !important}.bottom-lg-n2{bottom:-8px !important}.left-lg-n2{left:-8px !important}.top-lg-3{top:16px !important}.right-lg-3{right:16px !important}.bottom-lg-3{bottom:16px !important}.left-lg-3{left:16px !important}.top-lg-n3{top:-16px !important}.right-lg-n3{right:-16px !important}.bottom-lg-n3{bottom:-16px !important}.left-lg-n3{left:-16px !important}.top-lg-4{top:24px !important}.right-lg-4{right:24px !important}.bottom-lg-4{bottom:24px !important}.left-lg-4{left:24px !important}.top-lg-n4{top:-24px !important}.right-lg-n4{right:-24px !important}.bottom-lg-n4{bottom:-24px !important}.left-lg-n4{left:-24px !important}.top-lg-5{top:32px !important}.right-lg-5{right:32px !important}.bottom-lg-5{bottom:32px !important}.left-lg-5{left:32px !important}.top-lg-n5{top:-32px !important}.right-lg-n5{right:-32px !important}.bottom-lg-n5{bottom:-32px !important}.left-lg-n5{left:-32px !important}.top-lg-6{top:40px !important}.right-lg-6{right:40px !important}.bottom-lg-6{bottom:40px !important}.left-lg-6{left:40px !important}.top-lg-n6{top:-40px !important}.right-lg-n6{right:-40px !important}.bottom-lg-n6{bottom:-40px !important}.left-lg-n6{left:-40px !important}.top-lg-7{top:48px !important}.right-lg-7{right:48px !important}.bottom-lg-7{bottom:48px !important}.left-lg-7{left:48px !important}.top-lg-n7{top:-48px !important}.right-lg-n7{right:-48px !important}.bottom-lg-n7{bottom:-48px !important}.left-lg-n7{left:-48px !important}.top-lg-8{top:64px !important}.right-lg-8{right:64px !important}.bottom-lg-8{bottom:64px !important}.left-lg-8{left:64px !important}.top-lg-n8{top:-64px !important}.right-lg-n8{right:-64px !important}.bottom-lg-n8{bottom:-64px !important}.left-lg-n8{left:-64px !important}.top-lg-9{top:80px !important}.right-lg-9{right:80px !important}.bottom-lg-9{bottom:80px !important}.left-lg-9{left:80px !important}.top-lg-n9{top:-80px !important}.right-lg-n9{right:-80px !important}.bottom-lg-n9{bottom:-80px !important}.left-lg-n9{left:-80px !important}.top-lg-10{top:96px !important}.right-lg-10{right:96px !important}.bottom-lg-10{bottom:96px !important}.left-lg-10{left:96px !important}.top-lg-n10{top:-96px !important}.right-lg-n10{right:-96px !important}.bottom-lg-n10{bottom:-96px !important}.left-lg-n10{left:-96px !important}.top-lg-11{top:112px !important}.right-lg-11{right:112px !important}.bottom-lg-11{bottom:112px !important}.left-lg-11{left:112px !important}.top-lg-n11{top:-112px !important}.right-lg-n11{right:-112px !important}.bottom-lg-n11{bottom:-112px !important}.left-lg-n11{left:-112px !important}.top-lg-12{top:128px !important}.right-lg-12{right:128px !important}.bottom-lg-12{bottom:128px !important}.left-lg-12{left:128px !important}.top-lg-n12{top:-128px !important}.right-lg-n12{right:-128px !important}.bottom-lg-n12{bottom:-128px !important}.left-lg-n12{left:-128px !important}}.offset-n1{margin-left:-8.33333%}.offset-n2{margin-left:-16.66667%}.offset-n3{margin-left:-25%}.offset-n4{margin-left:-33.33333%}.offset-n5{margin-left:-41.66667%}.offset-n6{margin-left:-50%}.offset-n7{margin-left:-58.33333%}@media (min-width: 544px){.offset-sm-n1{margin-left:-8.33333%}.offset-sm-n2{margin-left:-16.66667%}.offset-sm-n3{margin-left:-25%}.offset-sm-n4{margin-left:-33.33333%}.offset-sm-n5{margin-left:-41.66667%}.offset-sm-n6{margin-left:-50%}.offset-sm-n7{margin-left:-58.33333%}}@media (min-width: 768px){.offset-md-n1{margin-left:-8.33333%}.offset-md-n2{margin-left:-16.66667%}.offset-md-n3{margin-left:-25%}.offset-md-n4{margin-left:-33.33333%}.offset-md-n5{margin-left:-41.66667%}.offset-md-n6{margin-left:-50%}.offset-md-n7{margin-left:-58.33333%}}@media (min-width: 1012px){.offset-lg-n1{margin-left:-8.33333%}.offset-lg-n2{margin-left:-16.66667%}.offset-lg-n3{margin-left:-25%}.offset-lg-n4{margin-left:-33.33333%}.offset-lg-n5{margin-left:-41.66667%}.offset-lg-n6{margin-left:-50%}.offset-lg-n7{margin-left:-58.33333%}}@media (min-width: 1280px){.offset-xl-n1{margin-left:-8.33333%}.offset-xl-n2{margin-left:-16.66667%}.offset-xl-n3{margin-left:-25%}.offset-xl-n4{margin-left:-33.33333%}.offset-xl-n5{margin-left:-41.66667%}.offset-xl-n6{margin-left:-50%}.offset-xl-n7{margin-left:-58.33333%}}.mt-0{margin-top:0 !important}.mb-0{margin-bottom:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.mt-1{margin-top:4px !important}.mb-1{margin-bottom:4px !important}.my-1{margin-top:4px !important;margin-bottom:4px !important}.mt-2{margin-top:8px !important}.mb-2{margin-bottom:8px !important}.my-2{margin-top:8px !important;margin-bottom:8px !important}.mt-3{margin-top:16px !important}.mb-3{margin-bottom:16px !important}.my-3{margin-top:16px !important;margin-bottom:16px !important}.mt-4{margin-top:24px !important}.mb-4{margin-bottom:24px !important}.my-4{margin-top:24px !important;margin-bottom:24px !important}.mt-5{margin-top:32px !important}.mb-5{margin-bottom:32px !important}.my-5{margin-top:32px !important;margin-bottom:32px !important}.mt-6{margin-top:40px !important}.mb-6{margin-bottom:40px !important}.my-6{margin-top:40px !important;margin-bottom:40px !important}.mt-7{margin-top:48px !important}.mb-7{margin-bottom:48px !important}.my-7{margin-top:48px !important;margin-bottom:48px !important}.mt-8{margin-top:64px !important}.mb-8{margin-bottom:64px !important}.my-8{margin-top:64px !important;margin-bottom:64px !important}.mt-9{margin-top:80px !important}.mb-9{margin-bottom:80px !important}.my-9{margin-top:80px !important;margin-bottom:80px !important}.mt-10{margin-top:96px !important}.mb-10{margin-bottom:96px !important}.my-10{margin-top:96px !important;margin-bottom:96px !important}.mt-11{margin-top:112px !important}.mb-11{margin-bottom:112px !important}.my-11{margin-top:112px !important;margin-bottom:112px !important}.mt-12{margin-top:128px !important}.mb-12{margin-bottom:128px !important}.my-12{margin-top:128px !important;margin-bottom:128px !important}@media (min-width: 544px){.mt-sm-0{margin-top:0 !important}.mb-sm-0{margin-bottom:0 !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.mt-sm-1{margin-top:4px !important}.mb-sm-1{margin-bottom:4px !important}.my-sm-1{margin-top:4px !important;margin-bottom:4px !important}.mt-sm-2{margin-top:8px !important}.mb-sm-2{margin-bottom:8px !important}.my-sm-2{margin-top:8px !important;margin-bottom:8px !important}.mt-sm-3{margin-top:16px !important}.mb-sm-3{margin-bottom:16px !important}.my-sm-3{margin-top:16px !important;margin-bottom:16px !important}.mt-sm-4{margin-top:24px !important}.mb-sm-4{margin-bottom:24px !important}.my-sm-4{margin-top:24px !important;margin-bottom:24px !important}.mt-sm-5{margin-top:32px !important}.mb-sm-5{margin-bottom:32px !important}.my-sm-5{margin-top:32px !important;margin-bottom:32px !important}.mt-sm-6{margin-top:40px !important}.mb-sm-6{margin-bottom:40px !important}.my-sm-6{margin-top:40px !important;margin-bottom:40px !important}.mt-sm-7{margin-top:48px !important}.mb-sm-7{margin-bottom:48px !important}.my-sm-7{margin-top:48px !important;margin-bottom:48px !important}.mt-sm-8{margin-top:64px !important}.mb-sm-8{margin-bottom:64px !important}.my-sm-8{margin-top:64px !important;margin-bottom:64px !important}.mt-sm-9{margin-top:80px !important}.mb-sm-9{margin-bottom:80px !important}.my-sm-9{margin-top:80px !important;margin-bottom:80px !important}.mt-sm-10{margin-top:96px !important}.mb-sm-10{margin-bottom:96px !important}.my-sm-10{margin-top:96px !important;margin-bottom:96px !important}.mt-sm-11{margin-top:112px !important}.mb-sm-11{margin-bottom:112px !important}.my-sm-11{margin-top:112px !important;margin-bottom:112px !important}.mt-sm-12{margin-top:128px !important}.mb-sm-12{margin-bottom:128px !important}.my-sm-12{margin-top:128px !important;margin-bottom:128px !important}}@media (min-width: 768px){.mt-md-0{margin-top:0 !important}.mb-md-0{margin-bottom:0 !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.mt-md-1{margin-top:4px !important}.mb-md-1{margin-bottom:4px !important}.my-md-1{margin-top:4px !important;margin-bottom:4px !important}.mt-md-2{margin-top:8px !important}.mb-md-2{margin-bottom:8px !important}.my-md-2{margin-top:8px !important;margin-bottom:8px !important}.mt-md-3{margin-top:16px !important}.mb-md-3{margin-bottom:16px !important}.my-md-3{margin-top:16px !important;margin-bottom:16px !important}.mt-md-4{margin-top:24px !important}.mb-md-4{margin-bottom:24px !important}.my-md-4{margin-top:24px !important;margin-bottom:24px !important}.mt-md-5{margin-top:32px !important}.mb-md-5{margin-bottom:32px !important}.my-md-5{margin-top:32px !important;margin-bottom:32px !important}.mt-md-6{margin-top:40px !important}.mb-md-6{margin-bottom:40px !important}.my-md-6{margin-top:40px !important;margin-bottom:40px !important}.mt-md-7{margin-top:48px !important}.mb-md-7{margin-bottom:48px !important}.my-md-7{margin-top:48px !important;margin-bottom:48px !important}.mt-md-8{margin-top:64px !important}.mb-md-8{margin-bottom:64px !important}.my-md-8{margin-top:64px !important;margin-bottom:64px !important}.mt-md-9{margin-top:80px !important}.mb-md-9{margin-bottom:80px !important}.my-md-9{margin-top:80px !important;margin-bottom:80px !important}.mt-md-10{margin-top:96px !important}.mb-md-10{margin-bottom:96px !important}.my-md-10{margin-top:96px !important;margin-bottom:96px !important}.mt-md-11{margin-top:112px !important}.mb-md-11{margin-bottom:112px !important}.my-md-11{margin-top:112px !important;margin-bottom:112px !important}.mt-md-12{margin-top:128px !important}.mb-md-12{margin-bottom:128px !important}.my-md-12{margin-top:128px !important;margin-bottom:128px !important}}@media (min-width: 1012px){.mt-lg-0{margin-top:0 !important}.mb-lg-0{margin-bottom:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.mt-lg-1{margin-top:4px !important}.mb-lg-1{margin-bottom:4px !important}.my-lg-1{margin-top:4px !important;margin-bottom:4px !important}.mt-lg-2{margin-top:8px !important}.mb-lg-2{margin-bottom:8px !important}.my-lg-2{margin-top:8px !important;margin-bottom:8px !important}.mt-lg-3{margin-top:16px !important}.mb-lg-3{margin-bottom:16px !important}.my-lg-3{margin-top:16px !important;margin-bottom:16px !important}.mt-lg-4{margin-top:24px !important}.mb-lg-4{margin-bottom:24px !important}.my-lg-4{margin-top:24px !important;margin-bottom:24px !important}.mt-lg-5{margin-top:32px !important}.mb-lg-5{margin-bottom:32px !important}.my-lg-5{margin-top:32px !important;margin-bottom:32px !important}.mt-lg-6{margin-top:40px !important}.mb-lg-6{margin-bottom:40px !important}.my-lg-6{margin-top:40px !important;margin-bottom:40px !important}.mt-lg-7{margin-top:48px !important}.mb-lg-7{margin-bottom:48px !important}.my-lg-7{margin-top:48px !important;margin-bottom:48px !important}.mt-lg-8{margin-top:64px !important}.mb-lg-8{margin-bottom:64px !important}.my-lg-8{margin-top:64px !important;margin-bottom:64px !important}.mt-lg-9{margin-top:80px !important}.mb-lg-9{margin-bottom:80px !important}.my-lg-9{margin-top:80px !important;margin-bottom:80px !important}.mt-lg-10{margin-top:96px !important}.mb-lg-10{margin-bottom:96px !important}.my-lg-10{margin-top:96px !important;margin-bottom:96px !important}.mt-lg-11{margin-top:112px !important}.mb-lg-11{margin-bottom:112px !important}.my-lg-11{margin-top:112px !important;margin-bottom:112px !important}.mt-lg-12{margin-top:128px !important}.mb-lg-12{margin-bottom:128px !important}.my-lg-12{margin-top:128px !important;margin-bottom:128px !important}}@media (min-width: 1280px){.mt-xl-0{margin-top:0 !important}.mb-xl-0{margin-bottom:0 !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.mt-xl-1{margin-top:4px !important}.mb-xl-1{margin-bottom:4px !important}.my-xl-1{margin-top:4px !important;margin-bottom:4px !important}.mt-xl-2{margin-top:8px !important}.mb-xl-2{margin-bottom:8px !important}.my-xl-2{margin-top:8px !important;margin-bottom:8px !important}.mt-xl-3{margin-top:16px !important}.mb-xl-3{margin-bottom:16px !important}.my-xl-3{margin-top:16px !important;margin-bottom:16px !important}.mt-xl-4{margin-top:24px !important}.mb-xl-4{margin-bottom:24px !important}.my-xl-4{margin-top:24px !important;margin-bottom:24px !important}.mt-xl-5{margin-top:32px !important}.mb-xl-5{margin-bottom:32px !important}.my-xl-5{margin-top:32px !important;margin-bottom:32px !important}.mt-xl-6{margin-top:40px !important}.mb-xl-6{margin-bottom:40px !important}.my-xl-6{margin-top:40px !important;margin-bottom:40px !important}.mt-xl-7{margin-top:48px !important}.mb-xl-7{margin-bottom:48px !important}.my-xl-7{margin-top:48px !important;margin-bottom:48px !important}.mt-xl-8{margin-top:64px !important}.mb-xl-8{margin-bottom:64px !important}.my-xl-8{margin-top:64px !important;margin-bottom:64px !important}.mt-xl-9{margin-top:80px !important}.mb-xl-9{margin-bottom:80px !important}.my-xl-9{margin-top:80px !important;margin-bottom:80px !important}.mt-xl-10{margin-top:96px !important}.mb-xl-10{margin-bottom:96px !important}.my-xl-10{margin-top:96px !important;margin-bottom:96px !important}.mt-xl-11{margin-top:112px !important}.mb-xl-11{margin-bottom:112px !important}.my-xl-11{margin-top:112px !important;margin-bottom:112px !important}.mt-xl-12{margin-top:128px !important}.mb-xl-12{margin-bottom:128px !important}.my-xl-12{margin-top:128px !important;margin-bottom:128px !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}.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}.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}.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}.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}.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}.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}.py-6{padding-top:40px !important;padding-bottom:40px !important}.p-7{padding:48px !important}.pt-7{padding-top:48px !important}.pr-7{padding-right:48px !important}.pb-7{padding-bottom:48px !important}.pl-7{padding-left:48px !important}.py-7{padding-top:48px !important;padding-bottom:48px !important}.p-8{padding:64px !important}.pt-8{padding-top:64px !important}.pr-8{padding-right:64px !important}.pb-8{padding-bottom:64px !important}.pl-8{padding-left:64px !important}.py-8{padding-top:64px !important;padding-bottom:64px !important}.p-9{padding:80px !important}.pt-9{padding-top:80px !important}.pr-9{padding-right:80px !important}.pb-9{padding-bottom:80px !important}.pl-9{padding-left:80px !important}.py-9{padding-top:80px !important;padding-bottom:80px !important}.p-10{padding:96px !important}.pt-10{padding-top:96px !important}.pr-10{padding-right:96px !important}.pb-10{padding-bottom:96px !important}.pl-10{padding-left:96px !important}.py-10{padding-top:96px !important;padding-bottom:96px !important}.p-11{padding:112px !important}.pt-11{padding-top:112px !important}.pr-11{padding-right:112px !important}.pb-11{padding-bottom:112px !important}.pl-11{padding-left:112px !important}.py-11{padding-top:112px !important;padding-bottom:112px !important}.p-12{padding:128px !important}.pt-12{padding-top:128px !important}.pr-12{padding-right:128px !important}.pb-12{padding-bottom:128px !important}.pl-12{padding-left:128px !important}.py-12{padding-top:128px !important;padding-bottom:128px !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}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.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}.py-sm-1{padding-top:4px !important;padding-bottom:4px !important}.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}.py-sm-2{padding-top:8px !important;padding-bottom:8px !important}.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}.py-sm-3{padding-top:16px !important;padding-bottom:16px !important}.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}.py-sm-4{padding-top:24px !important;padding-bottom:24px !important}.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}.py-sm-5{padding-top:32px !important;padding-bottom:32px !important}.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}.py-sm-6{padding-top:40px !important;padding-bottom:40px !important}.p-sm-7{padding:48px !important}.pt-sm-7{padding-top:48px !important}.pr-sm-7{padding-right:48px !important}.pb-sm-7{padding-bottom:48px !important}.pl-sm-7{padding-left:48px !important}.py-sm-7{padding-top:48px !important;padding-bottom:48px !important}.p-sm-8{padding:64px !important}.pt-sm-8{padding-top:64px !important}.pr-sm-8{padding-right:64px !important}.pb-sm-8{padding-bottom:64px !important}.pl-sm-8{padding-left:64px !important}.py-sm-8{padding-top:64px !important;padding-bottom:64px !important}.p-sm-9{padding:80px !important}.pt-sm-9{padding-top:80px !important}.pr-sm-9{padding-right:80px !important}.pb-sm-9{padding-bottom:80px !important}.pl-sm-9{padding-left:80px !important}.py-sm-9{padding-top:80px !important;padding-bottom:80px !important}.p-sm-10{padding:96px !important}.pt-sm-10{padding-top:96px !important}.pr-sm-10{padding-right:96px !important}.pb-sm-10{padding-bottom:96px !important}.pl-sm-10{padding-left:96px !important}.py-sm-10{padding-top:96px !important;padding-bottom:96px !important}.p-sm-11{padding:112px !important}.pt-sm-11{padding-top:112px !important}.pr-sm-11{padding-right:112px !important}.pb-sm-11{padding-bottom:112px !important}.pl-sm-11{padding-left:112px !important}.py-sm-11{padding-top:112px !important;padding-bottom:112px !important}.p-sm-12{padding:128px !important}.pt-sm-12{padding-top:128px !important}.pr-sm-12{padding-right:128px !important}.pb-sm-12{padding-bottom:128px !important}.pl-sm-12{padding-left:128px !important}.py-sm-12{padding-top:128px !important;padding-bottom:128px !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}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.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}.py-md-1{padding-top:4px !important;padding-bottom:4px !important}.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}.py-md-2{padding-top:8px !important;padding-bottom:8px !important}.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}.py-md-3{padding-top:16px !important;padding-bottom:16px !important}.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}.py-md-4{padding-top:24px !important;padding-bottom:24px !important}.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}.py-md-5{padding-top:32px !important;padding-bottom:32px !important}.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}.py-md-6{padding-top:40px !important;padding-bottom:40px !important}.p-md-7{padding:48px !important}.pt-md-7{padding-top:48px !important}.pr-md-7{padding-right:48px !important}.pb-md-7{padding-bottom:48px !important}.pl-md-7{padding-left:48px !important}.py-md-7{padding-top:48px !important;padding-bottom:48px !important}.p-md-8{padding:64px !important}.pt-md-8{padding-top:64px !important}.pr-md-8{padding-right:64px !important}.pb-md-8{padding-bottom:64px !important}.pl-md-8{padding-left:64px !important}.py-md-8{padding-top:64px !important;padding-bottom:64px !important}.p-md-9{padding:80px !important}.pt-md-9{padding-top:80px !important}.pr-md-9{padding-right:80px !important}.pb-md-9{padding-bottom:80px !important}.pl-md-9{padding-left:80px !important}.py-md-9{padding-top:80px !important;padding-bottom:80px !important}.p-md-10{padding:96px !important}.pt-md-10{padding-top:96px !important}.pr-md-10{padding-right:96px !important}.pb-md-10{padding-bottom:96px !important}.pl-md-10{padding-left:96px !important}.py-md-10{padding-top:96px !important;padding-bottom:96px !important}.p-md-11{padding:112px !important}.pt-md-11{padding-top:112px !important}.pr-md-11{padding-right:112px !important}.pb-md-11{padding-bottom:112px !important}.pl-md-11{padding-left:112px !important}.py-md-11{padding-top:112px !important;padding-bottom:112px !important}.p-md-12{padding:128px !important}.pt-md-12{padding-top:128px !important}.pr-md-12{padding-right:128px !important}.pb-md-12{padding-bottom:128px !important}.pl-md-12{padding-left:128px !important}.py-md-12{padding-top:128px !important;padding-bottom:128px !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}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.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}.py-lg-1{padding-top:4px !important;padding-bottom:4px !important}.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}.py-lg-2{padding-top:8px !important;padding-bottom:8px !important}.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}.py-lg-3{padding-top:16px !important;padding-bottom:16px !important}.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}.py-lg-4{padding-top:24px !important;padding-bottom:24px !important}.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}.py-lg-5{padding-top:32px !important;padding-bottom:32px !important}.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}.py-lg-6{padding-top:40px !important;padding-bottom:40px !important}.p-lg-7{padding:48px !important}.pt-lg-7{padding-top:48px !important}.pr-lg-7{padding-right:48px !important}.pb-lg-7{padding-bottom:48px !important}.pl-lg-7{padding-left:48px !important}.py-lg-7{padding-top:48px !important;padding-bottom:48px !important}.p-lg-8{padding:64px !important}.pt-lg-8{padding-top:64px !important}.pr-lg-8{padding-right:64px !important}.pb-lg-8{padding-bottom:64px !important}.pl-lg-8{padding-left:64px !important}.py-lg-8{padding-top:64px !important;padding-bottom:64px !important}.p-lg-9{padding:80px !important}.pt-lg-9{padding-top:80px !important}.pr-lg-9{padding-right:80px !important}.pb-lg-9{padding-bottom:80px !important}.pl-lg-9{padding-left:80px !important}.py-lg-9{padding-top:80px !important;padding-bottom:80px !important}.p-lg-10{padding:96px !important}.pt-lg-10{padding-top:96px !important}.pr-lg-10{padding-right:96px !important}.pb-lg-10{padding-bottom:96px !important}.pl-lg-10{padding-left:96px !important}.py-lg-10{padding-top:96px !important;padding-bottom:96px !important}.p-lg-11{padding:112px !important}.pt-lg-11{padding-top:112px !important}.pr-lg-11{padding-right:112px !important}.pb-lg-11{padding-bottom:112px !important}.pl-lg-11{padding-left:112px !important}.py-lg-11{padding-top:112px !important;padding-bottom:112px !important}.p-lg-12{padding:128px !important}.pt-lg-12{padding-top:128px !important}.pr-lg-12{padding-right:128px !important}.pb-lg-12{padding-bottom:128px !important}.pl-lg-12{padding-left:128px !important}.py-lg-12{padding-top:128px !important;padding-bottom:128px !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}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.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}.py-xl-1{padding-top:4px !important;padding-bottom:4px !important}.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}.py-xl-2{padding-top:8px !important;padding-bottom:8px !important}.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}.py-xl-3{padding-top:16px !important;padding-bottom:16px !important}.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}.py-xl-4{padding-top:24px !important;padding-bottom:24px !important}.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}.py-xl-5{padding-top:32px !important;padding-bottom:32px !important}.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}.py-xl-6{padding-top:40px !important;padding-bottom:40px !important}.p-xl-7{padding:48px !important}.pt-xl-7{padding-top:48px !important}.pr-xl-7{padding-right:48px !important}.pb-xl-7{padding-bottom:48px !important}.pl-xl-7{padding-left:48px !important}.py-xl-7{padding-top:48px !important;padding-bottom:48px !important}.p-xl-8{padding:64px !important}.pt-xl-8{padding-top:64px !important}.pr-xl-8{padding-right:64px !important}.pb-xl-8{padding-bottom:64px !important}.pl-xl-8{padding-left:64px !important}.py-xl-8{padding-top:64px !important;padding-bottom:64px !important}.p-xl-9{padding:80px !important}.pt-xl-9{padding-top:80px !important}.pr-xl-9{padding-right:80px !important}.pb-xl-9{padding-bottom:80px !important}.pl-xl-9{padding-left:80px !important}.py-xl-9{padding-top:80px !important;padding-bottom:80px !important}.p-xl-10{padding:96px !important}.pt-xl-10{padding-top:96px !important}.pr-xl-10{padding-right:96px !important}.pb-xl-10{padding-bottom:96px !important}.pl-xl-10{padding-left:96px !important}.py-xl-10{padding-top:96px !important;padding-bottom:96px !important}.p-xl-11{padding:112px !important}.pt-xl-11{padding-top:112px !important}.pr-xl-11{padding-right:112px !important}.pb-xl-11{padding-bottom:112px !important}.pl-xl-11{padding-left:112px !important}.py-xl-11{padding-top:112px !important;padding-bottom:112px !important}.p-xl-12{padding:128px !important}.pt-xl-12{padding-top:128px !important}.pr-xl-12{padding-right:128px !important}.pb-xl-12{padding-bottom:128px !important}.pl-xl-12{padding-left:128px !important}.py-xl-12{padding-top:128px !important;padding-bottom:128px !important}} - -/*# sourceMappingURL=primer.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/primer.css.map b/assets/sass/@primer/css/dist/primer.css.map deleted file mode 100644 index a91a257..0000000 --- a/assets/sass/@primer/css/dist/primer.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/index.scss","../src/core/index.scss","../node_modules/@primer/octicons/index.scss","../src/base/normalize.scss","../src/support/variables/color-system.scss","../src/support/variables/layout.scss","../src/support/variables/typography.scss","../src/base/base.scss","../src/support/mixins/layout.scss","../src/base/kbd.scss","../src/support/variables/misc.scss","../src/base/typography-base.scss","../src/support/mixins/typography.scss","../src/box/box.scss","../src/breadcrumb/breadcrumb.scss","../src/buttons/button.scss","../src/support/mixins/buttons.scss","../src/buttons/button-group.scss","../src/buttons/misc.scss","../src/table-object/table-object.scss","../src/forms/form-control.scss","../src/support/variables/colors.scss","../src/forms/form-select.scss","../src/forms/form-group.scss","../src/forms/form-validation.scss","../src/forms/input-group.scss","../src/forms/radio-group.scss","../src/layout/container.scss","../src/layout/grid.scss","../src/layout/grid-offset.scss","../src/navigation/menu.scss","../src/navigation/tabnav.scss","../src/navigation/filter-list.scss","../src/navigation/sidenav.scss","../src/navigation/subnav.scss","../src/navigation/underline-nav.scss","../src/pagination/pagination.scss","../src/tooltips/tooltips.scss","../src/truncate/truncate.scss","../src/utilities/animations.scss","../src/utilities/borders.scss","../src/utilities/box-shadow.scss","../src/utilities/colors.scss","../src/utilities/details.scss","../src/utilities/flexbox.scss","../src/utilities/layout.scss","../src/utilities/margin.scss","../src/utilities/padding.scss","../src/utilities/typography.scss","../src/utilities/visibility-display.scss","../src/product/index.scss","../src/alerts/flash.scss","../src/autocomplete/autocomplete.scss","../src/autocomplete/suggester.scss","../src/avatars/avatar.scss","../src/avatars/avatar-parent-child.scss","../src/avatars/avatar-stack.scss","../src/avatars/circle-badge.scss","../src/blankslate/blankslate.scss","../src/branch-name/branch-name.scss","../src/dropdown/dropdown.scss","../src/header/header.scss","../src/labels/issue-labels.scss","../src/labels/labels.scss","../src/labels/states.scss","../src/labels/counters.scss","../src/labels/diffstat.scss","../src/loaders/loaders.scss","../src/markdown/markdown-body.scss","../src/markdown/headings.scss","../src/markdown/lists.scss","../src/markdown/tables.scss","../src/markdown/images.scss","../src/markdown/code.scss","../src/markdown/blob-csv.scss","../src/popover/popover.scss","../src/progress/progress.scss","../src/select-menu/select-menu.scss","../src/subhead/subhead.scss","../src/timeline/timeline-item.scss","../src/toasts/toasts.scss","../src/marketing/index.scss","../src/marketing/support/variables.scss","../src/marketing/type/typography.scss","../src/marketing/buttons/button.scss","../src/marketing/utilities/filters.scss","../src/marketing/utilities/layout.scss","../src/marketing/utilities/margin.scss","../src/marketing/utilities/padding.scss"],"names":[],"mappings":"AAAA;;;;;EAKE,CAAC;;;;;EAKD,CCLC,SCJD,oBAAqB,CACrB,uBAAwB,CACxB,iBAAkB,CACnB,2EAAA,CCH2E,KAQ1E,sBAAuB,CACvB,yBAA0B,CAC1B,6BAA8B,CAC/B,KAOC,QAAS,CACV,4EAsBC,aAAc,CACf,QAGC,iBAAkB,CACnB,4BAUC,oBAAqB,CACtB,sBAOC,YAAa,CACb,QAAS,CACV,SAOC,uBAAwB,CACzB,kBASC,uBAAwB,CACzB,EAUC,4BAA6B,CAC9B,iBASC,eAAgB,CACjB,YAWC,kBAAmB,CACnB,yBAA0B,CAC1B,wCAAiB,CAAjB,gCAAiC,CAClC,SAQC,mBAAoB,CACrB,SAQC,kBAAmB,CACpB,IAOC,iBAAkB,CACnB,GAQC,aAAc,CACd,eAAgB,CACjB,KAOC,qBAAsB,CACtB,aCnKa,CDoKd,MAOC,aAAc,CACf,QASC,aAAc,CACd,aAAc,CACd,iBAAkB,CAClB,uBAAwB,CACzB,IAGC,cAAe,CAChB,IAGC,UAAW,CACZ,IAUC,iBAAkB,CACnB,eAOC,eAAgB,CACjB,kBAcC,gCAAiC,CACjC,aAAc,CACf,OAOC,eEpMoB,CFqMrB,GAQC,sBAAuB,CACvB,QAAS,CACT,gBAAiB,CAClB,6BAcC,YAAa,CACb,QAAS,CACV,SAOC,eGxPoB,CHyPrB,aASC,gBAAiB,CAClB,cASC,mBAAoB,CACrB,2DAYC,yBAA0B,CAC3B,8HAUC,iBAAkB,CAClB,SAAU,CACX,kHAUC,6BAA8B,CAC/B,SAOC,uBAA2C,CAC3C,YAAa,CACb,4BE1QkB,CF2QnB,OAUC,qBAAsB,CACtB,aAAc,CACd,aAAc,CACd,cAAe,CACf,SAAU,CACV,kBAAmB,CACpB,SAOC,aAAc,CACf,iCASC,qBAAsB,CACtB,SAAU,CACX,sFAQC,WAAY,CACb,gBAQC,4BAA6B,CAC7B,mBAAoB,CACrB,yFAQC,uBAAwB,CACzB,4BAOC,aAAc,CACd,YAAa,CACd,6BAQC,yBAA0B,CAC1B,YAAa,CACd,EIlaC,qBAAsB,CACvB,6BAMC,mBAAoB,CACpB,iBAAkB,CAClB,mBAAoB,CACrB,KAGC,uHDmB4H,CClB5H,cDwBmB,CCvBnB,eDcc,CCbd,aHFuB,CGGvB,qBHjBU,CGkBX,EAGC,aHCuB,CGAvB,oBAAqB,CAFvB,QAKI,yBAA0B,CAC3B,SAKD,eDVoB,CCWrB,SAOC,QAAS,CAET,aAAc,CACd,eAAgB,CAChB,sBAAuB,CACvB,QAAS,CAET,+BAAiE,CCDjE,yBACE,aAAc,CACd,UAAW,CACZ,uBAGC,aAAc,CACd,UAAW,CACX,UAAW,CACZ,MDCD,gBAAiB,CACjB,wBAAyB,CAC1B,MAIC,SAAU,CACX,OAGC,cAAe,CAEf,eAAgB,CACjB,iBAKC,uBAAwB,CACzB,gBAGW,cAAe,CAD3B,mCAKuB,uBAAwB,CAAI,IE/EjD,oBAAqB,CAErB,eAAwC,CACxC,qEH8ByE,CG5BzE,gBAAiB,CAEjB,aLGuB,CKFvB,qBAAsB,CACtB,wBLNuB,CKQvB,wBLLuB,CKMvB,2BLNuB,CKOvB,iBCViB,CDYjB,iCLTuB,CKUxB,kBEXC,YAAa,CACb,eAAgB,CACjB,GCCC,cNCY,CMAZ,eNUoB,CKVF,GCIlB,cNHY,CMIZ,eNKoB,CKTF,GCQlB,cNPY,CMQZ,eNAoB,CKRF,GCYlB,cNXY,CMYZ,eNLoB,CKPF,GCgBlB,cNfY,CMgBZ,eNVoB,CKNF,GCoBlB,cNnBY,CMoBZ,eNfoB,CKLF,EAMlB,YAAa,CAEb,kBAAmB,CACpB,MAIC,aAAc,CACf,WAGC,QAAS,CACV,MAOC,cAAe,CACf,YAAa,CACb,eAAgB,CACjB,YAIC,2BAA4B,CAC7B,oCAMC,2BAA4B,CAC7B,GAGC,aAAc,CACf,QAOC,uELhCyE,CKiCzE,cLlDoB,CKmDrB,IAGC,YAAa,CACb,eAAgB,CAChB,uELvCyE,CKwCzE,cLzDoB,CK0DrB,SAQC,0BAA2B,CAC5B,KEnFC,qBTFU,CSGV,wBTKuB,CSJvB,iBHCiB,CGAlB,gBAIC,gBPmBiB,COpBnB,4BAII,gBRuBkB,CQ3BtB,0BAQI,gBRmBkB,CQ3BtB,4BAYI,gBRekB,CQ3BtB,6CAiBM,gBRUgB,CQRhB,iBRQgB,CQPhB,gBPAa,COpBnB,yBAyBI,gBREkB,CQDnB,2BAMC,YRJkB,CQKlB,gBPbe,COUnB,0BAOI,cPhCU,COyBd,yBAWI,YRbkB,CQEtB,2BAeI,YRjBkB,CQEtB,4CAoBM,YRtBgB,CQwBhB,kBRxBgB,CQEtB,wBA2BI,YR7BkB,CQ8BnB,YAKD,YRpCoB,CQsCpB,kBAA2C,CAC3C,wBTpEuB,CSqEvB,oBTnEuB,CSoEvB,kBHzEkB,CG0ElB,gBH5EgB,CG6EhB,0BHzEiB,CG0EjB,2BH1EiB,CG2ElB,WAGC,cP7CmB,CO8CnB,eP/DoB,COgErB,UAGC,YRrDoB,CQsDpB,+BTlFuB,CSgFzB,uBAOI,kBH7Fc,CG+Fd,8BAA+B,CAE/B,6BAA8B,CAC/B,SAKD,YRrEoB,CQuEpB,eAAgB,CAChB,oBAAqB,CACrB,4BTrGuB,CSgGzB,uBASI,0BAA2B,CAE3B,2BAA4B,CAXhC,sBAgBI,8BAA+B,CAE/B,6BAA8B,CAlBlC,yCA2BI,gCAA+B,CA3BnC,gDAiCM,aTlHmB,CSmHnB,WAAY,CACZ,WAAY,CAnClB,4DAwCM,eAAgB,CAxCtB,0CA6CM,wBT/ImB,CSkGzB,yCAkDM,wBTnJmB,CSiGzB,6DAsDQ,SAAU,CACX,sCAQH,wBThKqB,CSiKtB,sCAKC,wBT3JqB,CS4JtB,2BAKC,wBT5KqB,CS6KtB,2BAKC,wBTvKqB,CILnB,0BKmLN,cAGI,aTpLqB,CSqLrB,oBAAqB,CAJzB,oBAOM,aThLmB,CSiLnB,oBAAqB,CACtB,CAOL,sBACE,SAAU,CACX,YAGC,YRjLoB,CQmLpB,eAAgB,CAChB,4BThNuB,CSiNxB,iBAIC,gBAAiB,CACjB,eAAgB,CACjB,WAKC,oBThNuB,CS+MzB,uBAII,wBTrNqB,CSsNrB,oBTpNqB,CS+MzB,qBASI,oBTxNqB,CS+MzB,oBAaI,oBT5NqB,CS+MzB,uBAiBI,oBThOqB,CSiOtB,aAMD,oBTpLuB,CSmLzB,oCAKM,oBTxLmB,CSmLzB,oCAWM,oBT9LmB,CS+LpB,kBAKH,wBTzPuB,CS0PvB,oBTxPuB,CSyPxB,iBAMC,wBTxOuB,CSyOxB,eAGC,wBTrQuB,CSsQxB,eAGC,wBTpRuB,CSqRxB,6BAOG,iBR/PkB,CQiQlB,kBRjQkB,CQkQlB,ePxQY,COyQb,iBC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mC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,aAA2B,wBAAwB,CAAI,UAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/B,mCAAmC,CAD3D,gBAA2B,wBAAwB,CAAI,aAC/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1DZa,C0DCf,qBAcI,iBAAkB,CAClB,WAAY,CACZ,oBAAqB,CACrB,aAAc,CACd,axDSkB,CwD3BtB,kBAsBI,oBAAqB,CACtB,iBAID,ezDEU,CyDDV,cxDbY,CwDcZ,exDRoB,CwDSpB,iBpDzBiB,CoD0BjB,8BAA+B,CALjC,0BAQI,oBAAqB,CAErB,eAAgB,CAVpB,uBAcI,YAAa,CACd,QClCD,iBAAkB,CACnB,cAMC,oBAAqB,CAErB,e1DiB2B,C0DhB3B,czDCoB,CyDApB,ezDGoB,CyDFpB,azDQoB,CyDPpB,U3DpBU,C2DsBV,iBAAkB,CAElB,6C3DzBa,C2Daf,0BAeI,oBAAqB,CACtB,aAQD,a3DzBuB,C2D2BvB,wBAAwC,CACzC,gBAIC,eAAgB,CAEhB,kBAAmB,CACnB,ezDvBsB,CyDwBtB,a3DpCuB,C2DqCvB,4BAA6B,CAC7B,oC3DlDa,C2DmDb,eAAgB,CACjB,sBAGC,a3DpBuB,C2DqBvB,wB3DtBuB,C2DuBxB,oBAIC,wB3DlDuB,C2DmDxB,eAGC,wB3DJuB,C2DKxB,cCxDC,oBAAqB,CACrB,e3DmBU,C2DlBV,e1DUoB,C0DRpB,gBAAiB,CACjB,U5DdU,C4DeV,iBAAkB,CAClB,kBAAmB,CAEnB,wB5DRuB,C4DSvB,iBtDdiB,CsDelB,cAGe,wBAAwC,CAAI,eAE3C,wB5DyDQ,C4DzDwB,YAGnC,wB5D2CW,C4D3CmB,cAG1C,kB3DE2B,C2DD3B,c1DhBY,C0Dcd,uBAKI,SAAU,CACX,SCpCD,oBAAqB,CAErB,eAAgB,CAChB,c3DeoB,C2DdpB,e3DiBoB,C2DhBpB,a3DsBoB,C2DrBpB,a7DKuB,C6DHvB,oC7DTa,C6DWb,kBAAmB,CAXrB,eAcI,iBAAkB,CACnB,qBAID,a7DJuB,C6DMvB,oC7DrBa,C6DsBd,eAGC,U7DxBU,C6D0BV,wB7DhBuB,C6DiBxB,UCxBC,c5DaY,C4DZZ,e5DiBoB,C4DhBpB,a9DMuB,C8DLvB,kBAAmB,CACnB,cAAe,CAChB,sEAKC,oBAAqB,CACrB,S7DeU,C6DdV,U7DcU,C6DZV,eAAgB,CACjB,wBAGC,wB9DkDuB,C8DjDxB,sBAGC,wB7CkB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","file":"primer.css","sourcesContent":["/*!\n * Primer\n * http://primer.github.io\n *\n * Released under MIT license. Copyright (c) 2019 GitHub Inc.\n */\n\n/* Primer master file*/\n/**/\n/* Imports all Primer files in their intended order for easy mass-inclusion.*/\n/* Should you need specific files, you can easily use separate `@import`s.*/\n\n/* Global requirements*/\n@import \"./core/index.scss\";\n@import \"./product/index.scss\";\n@import \"./marketing/index.scss\";\n\n/*# sourceMappingURL=primer.css.map */","/*!\n * @primer/css/core\n * http://primer.style/css\n *\n * Released under MIT license. Copyright (c) 2019 GitHub Inc.\n */\n\n// Include .octicon base styles\n@import \"@primer/octicons/index.scss\";\n\n// Global requirements\n@import \"../support/index.scss\";\n\n// Core modules\n@import \"../base/index.scss\";\n@import \"../box/index.scss\";\n@import \"../breadcrumb/index.scss\";\n@import \"../buttons/index.scss\";\n@import \"../table-object/index.scss\";\n@import \"../forms/index.scss\";\n@import \"../layout/index.scss\";\n@import \"../navigation/index.scss\";\n@import \"../pagination/index.scss\";\n@import \"../tooltips/index.scss\";\n@import \"../truncate/index.scss\";\n\n// Utilities always go last so that they can override components\n@import \"../utilities/index.scss\";\n",".octicon {\n display: inline-block;\n vertical-align: text-top;\n fill: currentColor;\n}\n","// stylelint-disable\n/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */\n\n/**\n * 1. Change the default font family in all browsers (opinionated).\n * 2. Prevent adjustments of font size after orientation changes in IE and iOS.\n */\n\nhtml {\n font-family: sans-serif; /* 1 */\n -ms-text-size-adjust: 100%; /* 2 */\n -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/**\n * Remove the margin in all browsers (opinionated).\n */\n\nbody {\n margin: 0;\n}\n\n/* HTML5 display definitions\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n * 1. Add the correct display in Edge, IE, and Firefox.\n * 2. Add the correct display in IE.\n */\n\narticle,\naside,\ndetails, /* 1 */\nfigcaption,\nfigure,\nfooter,\nheader,\nmain, /* 2 */\nmenu,\nnav,\nsection { /* 1 */\n display: block;\n}\n\nsummary {\n display: list-item;\n}\n\n/**\n * Add the correct display in IE 9-.\n */\n\naudio,\ncanvas,\nprogress,\nvideo {\n display: inline-block;\n}\n\n/**\n * Add the correct display in iOS 4-7.\n */\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n/**\n * Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n\nprogress {\n vertical-align: baseline;\n}\n\n/**\n * Add the correct display in IE 10-.\n * 1. Add the correct display in IE.\n */\n\ntemplate, /* 1 */\n[hidden] {\n display: none !important;\n}\n\n/* Links\n ========================================================================== */\n\n/**\n * Remove the gray background on active links in IE 10.\n */\n\na {\n background-color: transparent; /* 1 */\n}\n\n/**\n * Remove the outline on focused links when they are also active or hovered\n * in all browsers (opinionated).\n */\n\na:active,\na:hover {\n outline-width: 0;\n}\n\n/* Text-level semantics\n ========================================================================== */\n\n/**\n * 1. Remove the bottom border in Firefox 39-.\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n\nabbr[title] {\n border-bottom: none; /* 1 */\n text-decoration: underline; /* 2 */\n text-decoration: underline dotted; /* 2 */\n}\n\n/**\n * Prevent the duplicate application of `bolder` by the next rule in Safari 6.\n */\n\nb,\nstrong {\n font-weight: inherit;\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/**\n * Add the correct font style in Android 4.3-.\n */\n\ndfn {\n font-style: italic;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/**\n * Add the correct background and color in IE 9-.\n */\n\nmark {\n background-color: #ff0;\n color: $text-black;\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/* Embedded content\n ========================================================================== */\n\n/**\n * Remove the border on images inside links in IE 10-.\n */\n\nimg {\n border-style: none;\n}\n\n/**\n * Hide the overflow in IE.\n */\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\n/* Grouping content\n ========================================================================== */\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct margin in IE 8.\n */\n\nfigure {\n margin: 1em $spacer-6;\n}\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\nhr {\n box-sizing: content-box; /* 1 */\n height: 0; /* 1 */\n overflow: visible; /* 2 */\n}\n\n/* Forms\n ========================================================================== */\n\n/**\n * 1. Change font properties to `inherit` in all browsers (opinionated).\n * 2. Remove the margin in Firefox and Safari.\n */\n\nbutton,\ninput,\nselect,\ntextarea {\n font: inherit; /* 1 */\n margin: 0; /* 2 */\n}\n\n/**\n * Restore the font weight unset by the previous rule.\n */\n\noptgroup {\n font-weight: $font-weight-bold;\n}\n\n/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\n\nbutton,\ninput { /* 1 */\n overflow: visible;\n}\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n\nbutton,\nselect { /* 1 */\n text-transform: none;\n}\n\n/**\n * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n * controls in Android 4.\n * 2. Correct the inability to style clickable types in iOS and Safari.\n */\n\nbutton,\nhtml [type=\"button\"], /* 1 */\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; /* 2 */\n}\n\n/**\n * Remove the inner border and padding in Firefox.\n */\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\n/**\n * Change the border, margin, and padding in all browsers (opinionated).\n */\n\nfieldset {\n border: $border-width $border-style #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em $em-spacer-6;\n}\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\n\nlegend {\n box-sizing: border-box; /* 1 */\n color: inherit; /* 2 */\n display: table; /* 1 */\n max-width: 100%; /* 1 */\n padding: 0; /* 3 */\n white-space: normal; /* 1 */\n}\n\n/**\n * Remove the default vertical scrollbar in IE.\n */\n\ntextarea {\n overflow: auto;\n}\n\n/**\n * 1. Add the correct box sizing in IE 10-.\n * 2. Remove the padding in IE 10-.\n */\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n[type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\n * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.\n */\n\n[type=\"search\"]::-webkit-search-cancel-button,\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * Correct the text style of placeholders in Chrome, Edge, and Safari.\n */\n\n::-webkit-input-placeholder {\n color: inherit;\n opacity: 0.54;\n}\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// stylelint-disable selector-max-type\n* {\n box-sizing: border-box;\n}\n\ninput,\nselect,\ntextarea,\nbutton {\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbody {\n font-family: $body-font;\n font-size: $body-font-size;\n line-height: $body-line-height;\n color: $text-gray-dark;\n background-color: $bg-white;\n}\n\na {\n color: $text-blue;\n text-decoration: none;\n\n &:hover {\n text-decoration: underline;\n }\n}\n\nb,\nstrong {\n font-weight: $font-weight-bold;\n}\n\n// Horizontal lines\n//\n// TODO-MDO: Remove `.rule` from everywhere and replace with `<hr>`s\nhr,\n.rule {\n height: 0;\n // stylelint-disable-next-line primer/spacing\n margin: 15px 0;\n overflow: hidden;\n background: transparent;\n border: 0;\n // stylelint-disable-next-line primer/borders\n border-bottom: $border-width $border-style lighten($gray-300, 5%);\n @include clearfix();\n}\n\n//\n// Remove most spacing between table cells.\n//\n\ntable {\n border-spacing: 0;\n border-collapse: collapse;\n}\n\ntd,\nth {\n padding: 0;\n}\n\nbutton {\n cursor: pointer;\n // Remove border radius added by Chrome macOS\n border-radius: 0;\n}\n\n// increase the selector specificity for [hidden]\n// so that it always overrides utility classes (.d-block, etc.)\n[hidden][hidden] {\n display: none !important;\n}\n\ndetails {\n summary { cursor: pointer; }\n\n &:not([open]) {\n // Set details content hidden by default for browsers that don't do this\n > *:not(summary) { display: none !important; }\n }\n}\n","// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n","// Keyboard shortcuts\n// stylelint-disable selector-max-type\n\nkbd {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: ($spacer-1 - 1) ($spacer-1 + 1);\n font: 11px $mono-font;\n // stylelint-disable-next-line primer/typography\n line-height: 10px;\n // stylelint-disable-next-line primer/colors\n color: $gray-700;\n vertical-align: middle;\n background-color: $bg-gray-light;\n // stylelint-disable-next-line primer/borders\n border: $border-style $border-width $border-gray-dark;\n border-bottom-color: $border-gray-dark;\n border-radius: $border-radius;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: inset 0 -1px 0 $border-gray-dark;\n}\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n","// Headings\n// --------------------------------------------------\n// stylelint-disable selector-max-type\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin-top: 0;\n margin-bottom: 0;\n}\n\nh1 { @include h1; }\nh2 { @include h2; }\nh3 { @include h3; }\nh4 { @include h4; }\nh5 { @include h5; }\nh6 { @include h6; }\n\n// Body text\n// --------------------------------------------------\n\np {\n margin-top: 0;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 10px;\n}\n\nsmall {\n // stylelint-disable-next-line primer/typography\n font-size: 90%;\n}\n\nblockquote {\n margin: 0;\n}\n\n// Lists\n// --------------------------------------------------\n\nul,\nol {\n padding-left: 0;\n margin-top: 0;\n margin-bottom: 0;\n}\n\nol ol,\nul ol {\n list-style-type: lower-roman;\n}\n\nul ul ol,\nul ol ol,\nol ul ol,\nol ol ol {\n list-style-type: lower-alpha;\n}\n\ndd {\n margin-left: 0;\n}\n\n// Code\n// --------------------------------------------------\n\ntt,\ncode {\n font-family: $mono-font;\n font-size: $font-size-small;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 0;\n font-family: $mono-font;\n font-size: $font-size-small;\n}\n\n// Octicons\n// --------------------------------------------------\n\n// Move this over here as a temporary override to the octicons source repo\n// instead of updating that upstream.\n.octicon {\n vertical-align: text-bottom;\n}\n","// Text hiding for image based text replacement.\n// Higher performance than -9999px because it only renders\n// the size of the actual text, not a full 9999px box.\n@mixin hide-text() {\n overflow: hidden;\n text-indent: 100%;\n white-space: nowrap;\n}\n\n// Heading mixins for use within components\n// These match heading utilities in utilities/typography\n@mixin h1 {\n font-size: $h1-size;\n font-weight: $font-weight-bold;\n}\n\n@mixin h2 {\n font-size: $h2-size;\n font-weight: $font-weight-bold;\n}\n\n@mixin h3 {\n font-size: $h3-size;\n font-weight: $font-weight-bold;\n}\n\n@mixin h4 {\n font-size: $h4-size;\n font-weight: $font-weight-bold;\n}\n\n@mixin h5 {\n font-size: $h5-size;\n font-weight: $font-weight-bold;\n}\n\n@mixin h6 {\n font-size: $h6-size;\n font-weight: $font-weight-bold;\n}\n\n// Responsive heading mixins\n// There are no responsive mixins for h4-h6 because they are small\n// and don't need to be smaller on mobile.\n@mixin f1-responsive {\n font-size: $h1-size-mobile;\n\n // 32px on desktop\n @include breakpoint(md) { font-size: $h1-size; }\n\n}\n\n@mixin f2-responsive {\n font-size: $h2-size-mobile;\n\n // 24px on desktop\n @include breakpoint(md) { font-size: $h2-size; }\n}\n\n@mixin f3-responsive {\n font-size: $h3-size-mobile;\n\n // 20px on desktop\n @include breakpoint(md) { font-size: $h3-size; }\n\n}\n\n// These use the mixins from above for responsive heading sizes.\n// The following mixins can be used where it's convenient or necessary to\n// couple the responsive font-size with the font-weight.\n@mixin h1-responsive {\n @include f1-responsive;\n font-weight: $font-weight-bold;\n}\n\n@mixin h2-responsive {\n @include f2-responsive;\n font-weight: $font-weight-bold;\n}\n\n@mixin h3-responsive {\n @include f3-responsive;\n font-weight: $font-weight-bold;\n}\n","// Box\n// Intended to replace simple-box, boxed-group, and table-list\n\n.Box {\n background-color: $bg-white;\n border: $border-width $border-style $border-gray-dark;\n border-radius: $border-radius;\n}\n\n// Box padding density options\n.Box--condensed {\n line-height: $lh-condensed;\n\n .Box-header {\n padding: $spacer-2 $spacer-3;\n }\n\n .Box-body {\n padding: $spacer-2 $spacer-3;\n }\n\n .Box-footer {\n padding: $spacer-2 $spacer-3;\n }\n\n .Box-btn-octicon {\n &.btn-octicon {\n padding: $spacer-2 $spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin: (-$spacer-2) (-$spacer-3);\n line-height: $lh-condensed;\n }\n }\n\n .Box-row {\n padding: $spacer-2 $spacer-3;\n }\n\n}\n\n.Box--spacious {\n .Box-header {\n padding: $spacer-4;\n line-height: $lh-condensed;\n }\n\n .Box-title {\n font-size: $h3-size;\n }\n\n .Box-body {\n padding: $spacer-4;\n }\n\n .Box-footer {\n padding: $spacer-4;\n }\n\n .Box-btn-octicon {\n &.btn-octicon {\n padding: $spacer-4;\n // stylelint-disable-next-line primer/spacing\n margin: (-$spacer-4) (-$spacer-4);\n }\n }\n\n .Box-row {\n padding: $spacer-4;\n }\n\n}\n\n.Box-header {\n padding: $spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin: (-$border-width) (-$border-width) 0;\n background-color: $bg-gray;\n border-color: $border-gray-dark;\n border-style: $border-style;\n border-width: $border-width;\n border-top-left-radius: $border-radius;\n border-top-right-radius: $border-radius;\n}\n\n.Box-title {\n font-size: $body-font-size;\n font-weight: $font-weight-bold;\n}\n\n.Box-body {\n padding: $spacer-3;\n border-bottom: $border-width $border-style $border-gray;\n\n // Ensures bottom-border doesn't poke out when .Box-body used without box-footer\n &:last-of-type {\n // stylelint-disable-next-line primer/spacing\n margin-bottom: -$border-width;\n // stylelint-disable-next-line primer/borders\n border-bottom-right-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-bottom-left-radius: 2px;\n }\n}\n\n// Box rows\n.Box-row {\n padding: $spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin-top: -1px;\n list-style-type: none; // To account for applying Box component to a list\n border-top: $border-width $border-style $border-gray;\n\n &:first-of-type {\n // stylelint-disable-next-line primer/borders\n border-top-left-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-top-right-radius: 2px;\n }\n\n &:last-of-type {\n // stylelint-disable-next-line primer/borders\n border-bottom-right-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-bottom-left-radius: 2px;\n }\n\n // Adds a blue vertical line to the left of the row\n // For indicating a row item is unread\n &.Box-row--unread,\n // .unread to be deprecated with .Box-row-unread\n &.unread {\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 2px 0 0 $blue inset;\n }\n\n &.navigation-focus {\n // Focus styles for when drag icon\n .Box-row--drag-button {\n color: $text-blue;\n cursor: grab;\n opacity: 100;\n }\n\n // Grabbing while row is dragged\n &.is-dragging .Box-row--drag-button {\n cursor: grabbing;\n }\n\n // Row dragging styles\n &.sortable-chosen {\n background-color: $bg-gray-light;\n }\n\n // Makes dragging row background gray\n &.sortable-ghost {\n background-color: $bg-gray;\n\n // Hides contents of row while dragging so row looks solid gray\n .Box-row--drag-hide {\n opacity: 0;\n }\n }\n\n }\n}\n\n.Box-row--focus-gray {\n &.navigation-focus {\n background-color: $bg-gray;\n }\n}\n\n.Box-row--focus-blue {\n &.navigation-focus {\n background-color: $bg-blue-light;\n }\n}\n\n.Box-row--hover-gray {\n &:hover {\n background-color: $bg-gray;\n }\n}\n\n.Box-row--hover-blue {\n &:hover {\n background-color: $bg-blue-light;\n }\n}\n\n// Optional link style\n// Makes links on mobile blue since they don't have hover state,\n// and links are dark-gray with blue hover on desktop.\n.Box-row-link {\n @include breakpoint(md) {\n\n color: $text-gray-dark;\n text-decoration: none;\n\n &:hover {\n color: $text-blue;\n text-decoration: none;\n }\n\n }\n}\n\n// Optional drag icon styles for reordering items\n// Focus styles included in .Box-row above\n.Box-row--drag-button {\n opacity: 0;\n}\n\n.Box-footer {\n padding: $spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin-top: -1px; // prevents double border when used with .Box-body\n border-top: $border-width $border-style $border-gray;\n}\n\n// Option for a box with scrolling content\n.Box--scrollable {\n max-height: 324px;\n overflow: scroll;\n}\n\n// Box themes\n\n.Box--blue {\n border-color: $border-blue-light;\n\n .Box-header {\n background-color: $bg-blue-light;\n border-color: $border-blue-light;\n }\n\n .Box-body {\n border-color: $border-blue-light;\n }\n\n .Box-row {\n border-color: $border-blue-light;\n }\n\n .Box-footer {\n border-color: $border-blue-light;\n }\n}\n\n// Applies and red border to the outside of the box,\n// but not to the border separating rows.\n.Box--danger {\n border-color: $border-red;\n\n .Box-row {\n &:first-of-type {\n border-color: $border-red;\n }\n }\n\n .Box-body {\n &:last-of-type {\n border-color: $border-red;\n }\n }\n}\n\n.Box-header--blue {\n background-color: $bg-blue-light;\n border-color: $border-blue-light;\n}\n\n// Box row highlight themes\n\n.Box-row--yellow {\n // stylelint-disable-next-line primer/colors\n background-color: $yellow-100;\n}\n\n.Box-row--blue {\n background-color: $bg-blue-light;\n}\n\n.Box-row--gray {\n background-color: $bg-gray;\n}\n\n//Box with btn-octicon\n.Box-btn-octicon {\n\n // Increase specificity when btn-octicon is used because comes after .Box in the cascade\n &.btn-octicon {\n padding: $spacer-3 $spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin: (-$spacer-3) (-$spacer-3);\n line-height: $lh-default; // override btn-octicon line-height\n }\n}\n",".breadcrumb-item {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n margin-left: -0.35em;\n white-space: nowrap;\n list-style: none;\n\n &::after {\n padding-right: $em-spacer-5;\n padding-left: $em-spacer-5;\n // stylelint-disable-next-line primer/colors\n color: $border-gray;\n content: \"/\";\n }\n\n &:first-child {\n margin-left: 0;\n }\n}\n\n.breadcrumb-item-selected,\n.breadcrumb-item[aria-current] {\n color: $text-gray;\n\n &::after {\n content: none;\n }\n}\n","// stylelint-disable selector-max-type, block-opening-brace-space-before, no-duplicate-selectors\n\n// Base button styles\n.btn {\n position: relative;\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: 6px 12px;\n font-size: $body-font-size;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 20px; // Specifically not inherit our `<body>` default\n white-space: nowrap;\n vertical-align: middle;\n cursor: pointer;\n user-select: none;\n background-repeat: repeat-x;\n background-position: -1px -1px;\n background-size: 110% 110%;\n border: $border-width $border-style $border-color-button;\n // stylelint-disable-next-line primer/borders\n border-radius: 0.25em;\n appearance: none; // Corrects inability to style clickable `input` types in iOS.\n\n i {\n font-style: normal;\n font-weight: $font-weight-semibold;\n opacity: 0.75;\n }\n\n .octicon {\n vertical-align: text-top;\n }\n\n // Darken for just a tad more contrast against the button background\n .Counter {\n color: $text-gray;\n text-shadow: none;\n // stylelint-disable-next-line primer/colors\n background-color: rgba($black, 0.1);\n }\n\n &:hover {\n text-decoration: none;\n background-repeat: repeat-x;\n }\n\n &:focus {\n outline: 0;\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n cursor: default;\n // Repeat `background-position` because `:hover`\n background-position: 0 0;\n }\n\n &:active,\n &.selected,\n &[aria-selected=true] {\n background-image: none;\n }\n}\n\n.btn { @include btn-solid($text-gray-dark, $gray-000, darken($gray-100, 2%)); }\n.btn-primary { @include btn-solid($text-white, $green-400, $green-500); }\n.btn-blue { @include btn-solid($text-white, lighten($blue-500, 8%), darken($blue-500, 2%)); }\n.btn-danger { @include btn-inverse($red-600, $gray-000, darken($gray-100, 2%)); }\n\n// Outline button\n//\n// For when we need a linky-action that's not too heavy in busier\n// areas like conversation timelines.\n.btn-outline {\n @include btn-outline($text-blue);\n}\n\n// Social button count\n.btn-with-count {\n float: left;\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n// Minibutton overrides\n//\n// Tweak `line-height` to make them smaller.\n.btn-sm {\n // stylelint-disable-next-line primer/spacing\n padding: 3px 10px;\n font-size: $font-size-small;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n}\n\n// Large button adds more padding around text. Use font-size utils to increase font-size.. e.g, <p class=\"text-gamma\"><button class=\"btn btn-large btn-primary\" type=\"button\">Big green button</button></p>\n.btn-large {\n padding: $em-spacer-6 1.25em;\n font-size: inherit;\n // stylelint-disable-next-line primer/borders\n border-radius: 6px;\n}\n\n// Full-width button\n//\n// These buttons expand to the full width of their parent container\n.btn-block {\n display: block;\n width: 100%;\n text-align: center;\n}\n\n// Link-like buttons\n//\n// This class is for styling <button> and <input> elements to look like links\n.btn-link {\n display: inline-block;\n padding: 0;\n font-size: inherit;\n color: $text-blue;\n text-decoration: none;\n white-space: nowrap;\n cursor: pointer;\n user-select: none;\n background-color: transparent;\n border: 0;\n appearance: none; // Corrects inability to style clickable `input` types in iOS.\n\n &:hover {\n text-decoration: underline;\n }\n\n &:disabled,\n &[aria-disabled=true] {\n &,\n &:hover {\n // stylelint-disable-next-line primer/colors\n color: rgba($gray-600, 0.5);\n cursor: default;\n }\n }\n}\n\n// Invisible button\n//\n// Typically used as a \"cancel\" button next to a .btn\n.btn-invisible {\n color: $text-blue;\n background-color: $bg-white; // Reset default gradient backgrounds and colors\n background-image: none;\n border: 0;\n\n &:hover,\n &:active,\n &:focus,\n &.selected,\n &[aria-selected=true],\n &.zeroclipboard-is-hover,\n &.zeroclipboard-is-active {\n color: $text-blue;\n background: none;\n outline: none;\n box-shadow: none;\n }\n}\n\n// Octicon button\n//\n// Icon-only buttons\n.btn-octicon {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: 5px;\n // stylelint-disable-next-line primer/spacing\n margin-left: 5px;\n line-height: $lh-condensed-ultra;\n color: $text-gray;\n vertical-align: middle;\n\n // For `<button>` elements\n background: transparent;\n border: 0;\n\n &:hover { color: $text-blue; }\n\n &.disabled,\n &[aria-disabled=true] {\n // stylelint-disable-next-line primer/colors\n color: $gray-400;\n cursor: default;\n\n // stylelint-disable-next-line primer/colors\n &:hover { color: $gray-400; }\n }\n}\n\n.btn-octicon-danger:hover {\n color: $text-red;\n}\n","// Button color generator for primary and themed buttons\n\n// New button hotness\n@mixin btn-solid($color, $bg, $bg2) {\n color: $color;\n background-color: $bg2;\n background-image: linear-gradient(-180deg, $bg 0%, $bg2 90%);\n\n @if $bg == $gray-000 {\n &:focus,\n &.focus {\n box-shadow: $btn-input-focus-shadow;\n }\n\n &:hover,\n &.hover {\n background-color: darken($bg2, 3%);\n background-image: linear-gradient(-180deg, darken($bg, 3%) 0%, darken($bg2, 3%) 90%);\n background-position: 0 -$em-spacer-5;\n border-color: rgba($black, 0.35);\n }\n\n &:active,\n &.selected,\n &[aria-selected=true],\n [open] > & {\n background-color: darken(desaturate($bg, 10%), 6%);\n background-image: none;\n border-color: rgba($black, 0.35); // repeat to avoid shift on click-drag off of button\n box-shadow: $btn-active-shadow;\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n color: rgba($color, 0.4);\n background-color: $bg2;\n background-image: none;\n border-color: $border-color-button;\n box-shadow: none;\n }\n\n }\n @else {\n &:focus,\n &.focus {\n box-shadow: 0 0 0 0.2em rgba($bg, 0.4);\n }\n\n &:hover,\n &.hover {\n background-color: darken($bg2, 2%);\n background-image: linear-gradient(-180deg, darken($bg, 2%) 0%, darken($bg2, 2%) 90%);\n background-position: 0 -$em-spacer-5;\n border-color: $black-fade-50;\n }\n\n &:active,\n &.selected,\n &[aria-selected=true],\n [open] > & {\n background-color: darken(mix($bg, $bg2, 50%), 7%);\n background-image: none;\n border-color: $black-fade-50; // repeat to avoid shift on click-drag off of button\n box-shadow: $btn-active-shadow;\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n color: rgba($color, 0.75);\n background-color: mix($bg2, $white, 50%);\n background-image: none;\n border-color: $border-color-button;\n box-shadow: none;\n }\n\n .Counter {\n color: darken($bg, 8%);\n background-color: $white;\n }\n }\n}\n\n// Inverse button hover style\n@mixin btn-inverse($color, $bg, $bg2) {\n color: $color;\n background-color: $bg;\n background-image: linear-gradient(-180deg, $bg 0%, $bg2 90%);\n\n &:focus {\n box-shadow: 0 0 0 0.2em rgba($color, 0.4);\n }\n\n &:hover {\n color: $text-white;\n background-color: $color;\n background-image: linear-gradient(-180deg, lighten($color, 10%) 0%, $color 90%);\n border-color: $black-fade-50;\n\n .Counter {\n color: $text-white;\n }\n }\n\n &:active,\n &.selected,\n &[aria-selected=true],\n [open] > & {\n color: $text-white;\n background-color: darken($color, 5%);\n background-image: none;\n border-color: $black-fade-50;\n box-shadow: $btn-active-shadow;\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n color: rgba($color, 0.4);\n background-color: $bg2;\n background-image: none;\n border-color: $border-color-button;\n box-shadow: none;\n }\n}\n\n// Outline color generator for btn-outline to make the hover state inverse the text and bg colors.\n@mixin btn-outline($text-color: $text-blue, $bg-color: $bg-white) {\n color: $text-color;\n background-color: $bg-color;\n background-image: none;\n\n .Counter {\n background-color: rgba($black, 0.07);\n }\n\n &:hover,\n &:active,\n &.selected,\n &[aria-selected=true],\n [open] > & {\n color: $bg-color;\n background-color: $text-color;\n background-image: none;\n border-color: $text-color;\n\n .Counter {\n color: $text-color;\n background-color: $bg-color;\n }\n }\n\n &:focus {\n border-color: $text-color;\n box-shadow: 0 0 0 0.2em rgba($text-color, 0.4);\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n color: $black-fade-30;\n background-color: $bg-white;\n border-color: $black-fade-15;\n box-shadow: none;\n }\n}\n","// Button group\n//\n// A button group is a series of buttons laid out next to each other, all part\n// of one visual button, but separated by rules to be separate.\n\n.BtnGroup {\n display: inline-block;\n vertical-align: middle;\n @include clearfix();\n\n // Proper spacing for multiple button groups (a la, gollum editor)\n + .BtnGroup,\n + .btn {\n margin-left: $spacer-1;\n }\n}\n\n.BtnGroup-item {\n position: relative;\n float: left;\n border-right-width: 0;\n border-radius: 0;\n\n &:first-child {\n border-top-left-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:last-child {\n border-right-width: $border-width;\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n }\n\n &.selected,\n &[aria-selected=true],\n &:focus,\n &:active,\n &:hover {\n border-right-width: $border-width;\n\n + .BtnGroup-item,\n + .BtnGroup-parent .BtnGroup-item {\n border-left-width: 0;\n }\n }\n}\n\n.BtnGroup-parent {\n float: left;\n\n &:first-child .BtnGroup-item {\n border-top-left-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:last-child .BtnGroup-item {\n border-right-width: $border-width;\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n }\n\n .BtnGroup-item {\n border-right-width: 0;\n border-radius: 0;\n }\n\n &.selected,\n &[aria-selected=true],\n &:focus,\n &:active,\n &:hover {\n .BtnGroup-item {\n border-right-width: $border-width;\n }\n\n + .BtnGroup-item,\n + .BtnGroup-parent .BtnGroup-item {\n border-left-width: 0;\n }\n }\n}\n\n// ensure that the focus ring sits above the adjacent buttons\n.BtnGroup-item,\n.BtnGroup-parent {\n &:focus,\n &:active {\n z-index: 1;\n }\n}\n","// stylelint-disable selector-max-type\n\n// Close button\n//\n// Typically used with an octicon-x\n.close-button {\n padding: 0;\n background: transparent;\n border: 0;\n outline: none;\n}\n\n// Hidden text button\n//\n// Use `.hidden-text-expander` to indicate and expand hidden text.\n.hidden-text-expander {\n display: block;\n\n &.inline {\n position: relative;\n top: -1px;\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n margin-left: 5px;\n line-height: 0;\n }\n}\n\n.hidden-text-expander a,\n.ellipsis-expander {\n display: inline-block;\n height: 12px;\n // stylelint-disable-next-line primer/spacing\n padding: 0 5px 5px;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 6px;\n // stylelint-disable-next-line primer/colors\n color: $gray-700;\n text-decoration: none;\n vertical-align: middle;\n // stylelint-disable-next-line primer/colors\n background: lighten($gray-300, 5%);\n border: 0;\n // stylelint-disable-next-line primer/borders\n border-radius: 1px;\n\n &:hover {\n text-decoration: none;\n // stylelint-disable-next-line primer/colors\n background-color: darken($gray-300, 4%);\n }\n\n &:active {\n color: $text-white;\n // stylelint-disable-next-line primer/colors\n background-color: $blue-400;\n }\n}\n\n// Social count bubble\n//\n// A container that is used for social bubbles counts.\n.social-count {\n float: left;\n // stylelint-disable-next-line primer/spacing\n padding: 3px 10px;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-gray-dark;\n vertical-align: middle;\n background-color: $bg-white;\n border: $border-width $border-style $border-color-button;\n border-left: 0;\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n\n &:hover,\n &:active {\n text-decoration: none;\n }\n\n &:hover {\n color: $text-blue;\n cursor: pointer;\n }\n}\n","// TableObject is a module for creating dynamically resizable elements that\n// always sit on the same horizontal line (e.g., they never wrap). Using\n// tables means it's cross browser friendly.\n\n.TableObject {\n display: table;\n}\n\n// Place this on every \"cell\"\n.TableObject-item {\n display: table-cell;\n width: 1%;\n white-space: nowrap;\n vertical-align: middle;\n}\n\n// Place this on the largest or most important \"cell\"\n.TableObject-item--primary {\n width: 99%;\n}\n","// Needs refactoring\n// stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors\n// stylelint-disable selector-max-type\n// Base form controls\n//\n// Overrides for common inputs for easier styling.\n\nfieldset {\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlabel {\n font-weight: $font-weight-bold;\n}\n\n.form-control,\n.form-select {\n min-height: 34px;\n // stylelint-disable-next-line primer/spacing\n padding: 6px $spacer-2;\n font-size: $h4-size;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-gray-dark;\n vertical-align: middle;\n background-color: $bg-white;\n background-repeat: no-repeat; // Repeat and position set for form states (success, error, etc)\n background-position: right 8px center; // For form validation. This keeps images 8px from right and centered vertically.\n border: $border-width $border-style $border-gray-dark;\n border-radius: $border-radius;\n outline: none;\n box-shadow: $form-control-shadow;\n\n &.focus,\n &:focus {\n // stylelint-disable-next-line primer/borders\n border-color: $blue-400;\n outline: none;\n box-shadow: $form-control-shadow, $btn-input-focus-shadow;\n }\n\n // Ensures inputs don't zoom on mobile but are body-font size on desktop\n @include breakpoint(md) {\n font-size: $body-font-size;\n }\n}\n\n// Inputs with contrast for easy light gray backgrounds against white.\n.input-contrast {\n background-color: $bg-gray-light;\n\n &:focus { background-color: $bg-white; }\n}\n\n// Inputs to be used against dark backgrounds.\n.input-dark {\n color: $text-white;\n // stylelint-disable-next-line primer/colors\n background-color: $white-fade-15;\n border-color: transparent;\n\n &::placeholder {\n color: inherit;\n opacity: 0.6; // inceases contrast ratio to 4.52\n }\n\n &.focus,\n &:focus {\n // stylelint-disable-next-line primer/borders\n border-color: $black-fade-30;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 0 0.2em rgba($blue-300, 0.4);\n }\n}\n\n// Custom styling for HTML5 validation bubbles (WebKit only)\n::placeholder {\n color: $text-gray-light;\n}\n\n// Mini inputs, to match .minibutton\n.input-sm {\n min-height: 28px;\n // stylelint-disable-next-line primer/spacing\n padding-top: 3px;\n // stylelint-disable-next-line primer/spacing\n padding-bottom: 3px;\n font-size: $font-size-small;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n}\n\n// Large inputs\n.input-lg {\n padding: $spacer-1 10px;\n font-size: $h4-size;\n}\n\n// Full-width inputs\n.input-block {\n display: block;\n width: 100%;\n}\n\n// Inputs with monospace text\n.input-monospace {\n font-family: $mono-font;\n}\n\n// Hide the icon that tries to autofill contact info in webkit\n.input-hide-webkit-autofill {\n &::-webkit-contacts-auto-fill-button {\n position: absolute;\n right: 0;\n display: none !important;\n pointer-events: none;\n visibility: hidden;\n }\n}\n\n// Checkboxes and Radiobuttons\n//\n// For checkboxes and radio button selections.\n.form-checkbox {\n // stylelint-disable-next-line primer/spacing\n padding-left: 20px;\n // stylelint-disable-next-line primer/spacing\n margin: 15px 0;\n vertical-align: middle;\n\n label {\n em.highlight {\n position: relative;\n left: -$spacer-1;\n // stylelint-disable-next-line primer/spacing\n padding: 2px $spacer-1;\n font-style: normal;\n // stylelint-disable-next-line primer/colors\n background: $yellow-100;\n border-radius: $border-radius;\n }\n }\n\n input[type=checkbox],\n input[type=radio] {\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin: 5px 0 0 -20px;\n vertical-align: middle;\n }\n\n .note {\n display: block;\n margin: 0;\n font-size: $font-size-small;\n font-weight: $font-weight-normal;\n color: $text-gray;\n }\n}\n\n.form-checkbox-details {\n display: none;\n}\n\n.form-checkbox-details-trigger {\n &:checked {\n // child of sibling or sibling\n ~ * .form-checkbox-details,\n ~ .form-checkbox-details { // eslint-disable selector-combinator-space-before\n display: block;\n }\n }\n}\n\n// Field groups\n//\n// Wrap field groups in `<div.hfields>` to lay them out horizontally - great for\n// the top of pages with autosave.\n.hfields {\n // stylelint-disable-next-line primer/spacing\n margin: 15px 0;\n @include clearfix;\n\n .form-group {\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin: 0 30px 0 0;\n\n dt, // TODO: Deprecate\n .form-group-header {\n label {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n margin: 5px 0 0;\n color: $text-gray;\n }\n\n img {\n position: relative;\n top: -2px;\n }\n }\n }\n\n .btn {\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin: 28px 25px 0 -20px;\n }\n\n // stylelint-disable-next-line primer/spacing\n .form-select { margin-top: 5px; }\n}\n\n// Hide the up/down buttons in <input type=\"number\"> in the login form, the\n// input is used for two-factor auth codes, type=\"number\" makes it more usable\n// on phones\ninput::-webkit-outer-spin-button,\ninput::-webkit-inner-spin-button {\n margin: 0;\n appearance: none;\n}\n\n// Input groups\n\n.form-actions {\n @include clearfix;\n\n .btn {\n float: right;\n\n + .btn {\n // stylelint-disable-next-line primer/spacing\n margin-right: 5px;\n }\n }\n}\n\n.form-warning {\n padding: $spacer-2 10px;\n // stylelint-disable-next-line primer/spacing\n margin: 10px 0;\n font-size: $h5-size;\n // stylelint-disable-next-line primer/colors\n color: $yellow-900;\n // stylelint-disable-next-line primer/colors\n background: $yellow-100;\n border: $border-width $border-style $border-yellow;\n border-radius: $border-radius;\n\n p {\n margin: 0;\n line-height: $lh-default;\n }\n\n a { font-weight: $font-weight-bold; }\n}\n","@import \"color-system.scss\";\n// Color variables\n\n// Border colors\n$border-white: $white !default;\n$border-black-fade: $black-fade-15 !default;\n$border-white-fade: $white-fade-15 !default;\n$border-gray-dark: $gray-300 !default;\n$border-gray-darker: $gray-700 !default;\n$border-gray-light: lighten($gray-200, 3%) !default;\n$border-gray: $gray-200 !default;\n$border-blue: $blue-500 !default;\n$border-blue-light: $blue-200 !default;\n$border-green: $green-400 !default;\n$border-green-light: desaturate($green-300, 40%) !default;\n$border-purple: $purple !default;\n$border-red: $red !default;\n$border-red-light: desaturate($red-300, 60%) !default;\n$border-yellow: desaturate($yellow-300, 60%) !default;\n\n// Buttons have a slightly more opaque border than $border-black-fade (15% alpha)\n$border-color-button: rgba($black, 0.2) !default;\n\n// Background colors\n$bg-white: $white !default;\n$bg-black: $black !default;\n$bg-black-fade: $black-fade-50 !default;\n$bg-blue-light: $blue-000 !default;\n$bg-blue: $blue-500 !default;\n$bg-gray-dark: $gray-900 !default;\n$bg-gray-light: $gray-000 !default;\n$bg-gray: $gray-100 !default;\n$bg-green: $green-500 !default;\n$bg-green-light: $green-100 !default;\n$bg-orange: $orange-700 !default;\n$bg-purple: $purple-500 !default;\n$bg-purple-light: $purple-000 !default;\n$bg-pink: $pink-500 !default;\n$bg-red: $red-500 !default;\n$bg-red-light: $red-100 !default;\n$bg-yellow: $yellow-500 !default;\n$bg-yellow-light: $yellow-200 !default;\n$bg-yellow-dark: $yellow-700 !default;\n\n// diffstat background colors\n$bg-diffstat-added: darken($green-400, 5%) !default;\n$bg-diffstat-deleted: $red-600 !default;\n$bg-diffstat-neutral: $gray-300 !default;\n\n// Text colors\n$text-black: $black !default;\n$text-white: $white !default;\n$text-blue: $blue-500 !default;\n$text-gray-dark: $gray-900 !default;\n$text-gray-light: $gray-500 !default;\n$text-gray: $gray-600 !default;\n$text-green: $green-500 !default;\n$text-orange: $orange-900 !default;\n$text-orange-light: $orange-600 !default;\n$text-purple: $purple !default;\n$text-pink: $pink-500 !default;\n$text-red: $red-600 !default;\n$text-yellow: $yellow-800 !default;\n","// Custom select\n//\n// Apply `.select` to any `<select>` element for custom styles.\n.form-select {\n display: inline-block;\n max-width: 100%;\n height: 34px;\n padding-right: $spacer-4;\n background-color: $bg-white;\n background-image: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC\");\n background-repeat: no-repeat;\n background-position: right 8px center;\n background-size: 8px 10px;\n appearance: none;\n\n // Hides the default caret in IE11\n &::-ms-expand {\n opacity: 0;\n }\n\n &[multiple] {\n height: auto;\n }\n}\n\n.select-sm {\n height: 28px;\n min-height: 28px;\n // stylelint-disable-next-line primer/spacing\n padding-top: 3px;\n // stylelint-disable-next-line primer/spacing\n padding-bottom: 3px;\n font-size: $font-size-small;\n\n &[multiple] {\n height: auto;\n min-height: 0;\n }\n}\n","// stylelint-disable selector-max-compound-selectors\n// stylelint-disable selector-max-type\n\n// Form groups\n//\n// Usage:\n//\n// <div class=\"form-group\">\n// <div class=\"form-group-header\"> containing the label\n// <div class=\"form-group-body\"> containing the form elements\n// </div>\n\n.form-group {\n // stylelint-disable-next-line primer/spacing\n margin: 15px 0;\n\n // Text fields\n .form-control {\n width: 440px;\n max-width: 100%;\n // stylelint-disable-next-line primer/spacing\n margin-right: 5px;\n background-color: $bg-gray-light;\n\n &:focus {\n background-color: $bg-white;\n }\n\n &.shorter { width: 130px; }\n\n &.short { width: 250px; }\n\n &.long { width: 100%; }\n }\n\n // Textarea\n // stylelint-disable selector-no-qualifying-type\n textarea.form-control {\n width: 100%;\n height: 200px;\n min-height: 200px;\n\n &.short {\n height: 50px;\n min-height: 50px;\n }\n }\n // stylelint-enable selector-no-qualifying-type\n\n // The Label\n dt, // TODO: Deprecate\n .form-group-header {\n // stylelint-disable-next-line primer/spacing\n margin: 0 0 6px;\n }\n\n label {\n position: relative;\n }\n\n &.flattened dt, // TODO: Deprecate\n &.flattened .form-group-header {\n float: left;\n margin: 0;\n // stylelint-disable-next-line primer/typography\n line-height: 32px;\n }\n\n &.flattened dd, // TODO: Deprecate\n &.flattened .form-group-body {\n // stylelint-disable-next-line primer/typography\n line-height: 32px;\n }\n\n //\n // Form Elements\n //\n // stylelint-disable selector-no-qualifying-type\n dd, // TODO: Deprecate\n .form-group-body {\n h4 {\n margin: $spacer-1 0 0;\n\n &.is-error { color: $text-red; }\n\n &.is-success { color: $text-green; }\n\n + .note {\n margin-top: 0;\n }\n }\n }\n // stylelint-enable selector-no-qualifying-type\n\n //\n // Variants\n //\n\n &.required {\n dt label::after, // TODO: Deprecate\n .form-group-header label::after {\n // stylelint-disable-next-line primer/spacing\n padding-left: 5px;\n color: $text-red;\n content: \"*\";\n }\n }\n\n // Form AJAX states\n //\n // Form fields that need feedback for AJAX loading, success\n // states and errored states.\n .success,\n .error,\n .indicator {\n display: none;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n }\n\n &.loading {\n opacity: 0.5;\n\n .indicator {\n display: inline;\n }\n\n .spinner {\n display: inline-block;\n vertical-align: middle;\n }\n }\n\n &.successful {\n .success {\n display: inline;\n color: $text-green;\n }\n }\n\n // Form validation\n //\n // Our inline errors\n\n &.successed,\n &.warn,\n &.errored {\n .success,\n .warning,\n .error {\n position: absolute;\n z-index: 10;\n display: block; // Show up in errored/warn state\n max-width: 450px; // Keep our long errors readable\n // stylelint-disable-next-line primer/spacing\n padding: 5px $spacer-2;\n margin: $spacer-1 0 0;\n // stylelint-disable-next-line primer/typography\n font-size: 13px;\n font-weight: $font-weight-normal;\n border-style: $border-style;\n border-width: $border-width;\n border-radius: $border-radius;\n\n &::after,\n &::before {\n position: absolute;\n bottom: 100%;\n left: 10px;\n z-index: 15;\n width: 0;\n height: 0;\n pointer-events: none;\n content: \" \";\n // stylelint-disable-next-line primer/borders\n border: $border-style transparent;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-width: 5px;\n }\n\n &::before {\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n // stylelint-disable-next-line primer/borders\n border-width: 6px;\n }\n }\n }\n\n &.successed {\n .success {\n // stylelint-disable-next-line primer/colors\n color: $green-900;\n // stylelint-disable-next-line primer/colors\n background-color: $green-100;\n border-color: $border-green;\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $green-100;\n }\n\n &::before {\n border-bottom-color: $border-green;\n }\n }\n }\n\n &.warn {\n .warning {\n // stylelint-disable-next-line primer/colors\n color: $yellow-900;\n // stylelint-disable-next-line primer/colors\n background-color: $yellow-100;\n border-color: $border-yellow;\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $yellow-100;\n }\n\n &::before {\n border-bottom-color: $border-yellow;\n }\n }\n }\n\n &.errored {\n label {\n color: $text-red;\n }\n\n .error {\n // stylelint-disable-next-line primer/colors\n color: $red-900;\n background-color: $bg-red-light;\n border-color: $border-red-light;\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $bg-red-light;\n }\n\n &::before {\n border-bottom-color: $border-red-light;\n }\n }\n }\n}\n\n.note {\n min-height: 17px;\n margin: $spacer-1 0 2px;\n font-size: $font-size-small;\n color: $text-gray;\n\n .spinner {\n // stylelint-disable-next-line primer/spacing\n margin-right: 3px;\n vertical-align: middle;\n }\n}\n","// Needs refactoring\n// stylelint-disable selector-no-qualifying-type, selector-max-type\ndl.form-group > dd, // TODO: Deprecate\n.form-group > .form-group-body {\n .form-control {\n &.is-autocheck-loading,\n &.is-autocheck-successful,\n &.is-autocheck-errored {\n // stylelint-disable-next-line primer/spacing\n padding-right: 30px; // Leave some space for our validation icons\n }\n\n &.is-autocheck-loading {\n background-image: url(\"/images/spinners/octocat-spinner-16px.gif\");\n }\n\n &.is-autocheck-successful {\n background-image: url(\"/images/modules/ajax/success.png\");\n }\n\n &.is-autocheck-errored {\n background-image: url(\"/images/modules/ajax/error.png\");\n }\n }\n}\n\n// Retinization of form validation icons that aren't octicons yet\n@include retina-media-query {\n dl.form-group > dd, // TODO: Deprecate\n .form-group > .form-group-body {\n .form-control {\n &.is-autocheck-loading,\n &.is-autocheck-successful,\n &.is-autocheck-errored {\n background-size: 16px 16px;\n }\n\n &.is-autocheck-loading {\n background-image: url(\"/images/spinners/octocat-spinner-32.gif\");\n }\n\n &.is-autocheck-successful {\n background-image: url(\"/images/modules/ajax/success@2x.png\");\n }\n\n &.is-autocheck-errored {\n background-image: url(\"/images/modules/ajax/error@2x.png\");\n }\n }\n }\n}\n\n// Inline verification\n// This overrides primer's inline form stuff\n.status-indicator {\n display: inline-block;\n width: 16px;\n height: 16px;\n // stylelint-disable-next-line primer/spacing\n margin-left: 5px;\n\n .octicon {\n display: none;\n }\n}\n\n.status-indicator-success {\n // Override primer\n &::before {\n content: \"\";\n }\n\n .octicon-check {\n display: inline-block;\n // stylelint-disable-next-line primer/colors\n color: $green;\n fill: $green;\n }\n\n .octicon-x {\n display: none;\n }\n}\n\n.status-indicator-failed {\n // Override primer\n &::before {\n content: \"\";\n }\n\n .octicon-check {\n display: none;\n }\n\n .octicon-x {\n display: inline-block;\n color: $text-red;\n fill: $red;\n }\n}\n\n.status-indicator-loading {\n width: 16px;\n background-image: url(\"/images/spinners/octocat-spinner-32-EAF2F5.gif\");\n background-repeat: no-repeat;\n background-position: 0 0;\n background-size: 16px;\n}\n\n.inline-form {\n display: inline-block;\n\n .btn-plain {\n background-color: transparent;\n border: 0;\n }\n}\n\n// Drag and drop\n//\n// Previously part of `_forms.scss` in Primer. Needs accounting for.\n\n.drag-and-drop {\n // stylelint-disable-next-line primer/spacing\n padding: 7px 10px;\n margin: 0;\n // stylelint-disable-next-line primer/typography\n font-size: 13px;\n // stylelint-disable-next-line primer/typography\n line-height: 16px;\n color: $text-gray;\n background-color: $bg-gray-light;\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style darken($gray-300, 5%);\n border-top: 0;\n border-bottom-right-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n\n .default,\n .loading,\n .error {\n display: none;\n }\n\n .error {\n color: $text-red;\n }\n\n // Spinner\n img {\n vertical-align: top;\n }\n}\n\n.is-default .drag-and-drop .default {\n display: inline-block;\n}\n\n.is-uploading .drag-and-drop .loading {\n display: inline-block;\n}\n\n.is-bad-file .drag-and-drop .bad-file {\n display: inline-block;\n}\n\n.is-duplicate-filename .drag-and-drop .duplicate-filename {\n display: inline-block;\n}\n\n.is-too-big .drag-and-drop .too-big {\n display: inline-block;\n}\n\n.is-hidden-file .drag-and-drop .hidden-file {\n display: inline-block;\n}\n\n.is-empty .drag-and-drop .empty {\n display: inline-block;\n}\n\n.is-bad-permissions .drag-and-drop .bad-permissions {\n display: inline-block;\n}\n\n.is-repository-required .drag-and-drop .repository-required {\n display: inline-block;\n}\n\n.drag-and-drop-error-info {\n font-weight: $font-weight-normal;\n color: $text-gray;\n\n a {\n color: $text-blue;\n }\n}\n\n.is-failed .drag-and-drop .failed-request {\n display: inline-block;\n}\n\n.manual-file-chooser {\n position: absolute;\n width: 240px;\n // stylelint-disable-next-line primer/spacing\n padding: 5px;\n // stylelint-disable-next-line primer/spacing\n margin-left: -80px;\n cursor: pointer;\n opacity: 0.0001;\n}\n\n.manual-file-chooser:hover + .manual-file-chooser-text {\n text-decoration: underline;\n}\n\n.btn {\n // align manual-file-chooser inside a button\n .manual-file-chooser {\n top: 0;\n padding: 0;\n // stylelint-disable-next-line primer/typography\n line-height: 34px;\n }\n}\n\n// Focused Textarea styles\n.upload-enabled {\n textarea {\n display: block;\n // stylelint-disable-next-line primer/borders\n border-bottom: $border-width dashed lighten($gray-300, 5%);\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n\n &.focused {\n border-radius: $border-radius;\n box-shadow: $form-control-shadow, $btn-input-focus-shadow;\n\n .form-control {\n box-shadow: none;\n }\n\n .drag-and-drop {\n // stylelint-disable-next-line primer/borders\n border-color: lighten($blue-400, 8%);\n }\n }\n}\n\n// Dropping a file on top\n.dragover textarea,\n.dragover .drag-and-drop {\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: rgba(#c9ff00, 1) 0 0 3px;\n}\n\n.write-content {\n position: relative;\n}\n\n// Form style with a write and a preview tab\n.previewable-comment-form {\n position: relative;\n\n .tabnav {\n position: relative;\n padding: $spacer-2 $spacer-2 0;\n }\n\n .comment {\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style darken($gray-300, 5%);\n }\n\n .comment-form-error { margin-bottom: $spacer-2; }\n\n .write-content,\n .preview-content {\n display: none;\n margin: 0 $spacer-2 $spacer-2;\n }\n\n &.write-selected .write-content,\n &.preview-selected .preview-content {\n display: block;\n }\n\n textarea {\n display: block;\n width: 100%;\n min-height: 100px;\n max-height: 500px;\n padding: $spacer-2;\n resize: vertical;\n }\n}\n\n// Used in our boxed-group-less form styles. Give the sumbit button enough space\n// to breathe without the need for the extra hr.\n.form-action-spacious {\n // stylelint-disable-next-line primer/spacing\n margin-top: 10px;\n}\n\n// A two column form, with a .main and a .sidebar column\n//\n// Override some `.timeline-comment-wrapper` defaults.\n// The `div` is needed to be more specific than the other class.\ndiv.composer {\n margin-top: 0;\n border: 0;\n}\n\n// Override the previewable comment form defaults\n.composer .comment-form-textarea {\n height: 200px;\n min-height: 200px;\n}\n\n// stylelint-disable-next-line primer/spacing\n.composer .tabnav { margin: 0 0 10px; }\n\n// Misc CSS\n//\n// Previously part of `_forms.scss` in Primer. Needs accounting for.\n\nh2.account {\n // stylelint-disable-next-line primer/spacing\n margin: 15px 0 0;\n // stylelint-disable-next-line primer/typography\n font-size: 18px;\n font-weight: $font-weight-normal;\n color: $text-gray;\n}\n\np.explain {\n position: relative;\n font-size: $font-size-small;\n color: $text-gray;\n\n strong {\n color: $text-gray-dark;\n }\n\n .octicon {\n // stylelint-disable-next-line primer/spacing\n margin-right: 5px;\n // stylelint-disable-next-line primer/colors\n color: $gray-400;\n }\n\n .minibutton {\n top: -4px;\n float: right;\n }\n}\n\n// fix for chrome bug, see https://github.com/github/github/issues/53931\n.form-group label {\n position: static;\n}\n",".input-group {\n display: table;\n\n .form-control {\n position: relative;\n width: 100%;\n\n &:focus {\n z-index: 2;\n }\n\n + .btn {\n margin-left: 0;\n }\n }\n\n // For when you want the input group to behave like inline-block.\n &.inline {\n display: inline-table;\n }\n}\n\n.input-group .form-control,\n.input-group-button {\n display: table-cell;\n}\n\n.input-group-button {\n width: 1%;\n vertical-align: middle; // Match the inputs\n}\n\n.input-group .form-control:first-child,\n.input-group-button:first-child .btn {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.input-group-button:first-child .btn {\n // stylelint-disable-next-line primer/spacing\n margin-right: -1px;\n}\n\n.input-group .form-control:last-child,\n.input-group-button:last-child .btn {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.input-group-button:last-child .btn {\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n}\n","// Tab like radio group\n\n.radio-group {\n @include clearfix;\n}\n\n.radio-label {\n float: left;\n // stylelint-disable-next-line primer/spacing\n padding: 6px $spacer-3 6px ($spacer-3 + 12px + $spacer-2); // 12px is the size of the radio-input\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n font-size: $body-font-size;\n // stylelint-disable-next-line primer/typography\n line-height: 20px; // Specifically not inherit our `<body>` default\n color: $text-gray-dark;\n cursor: pointer;\n border: $border-width $border-style $border-gray-dark;\n\n :checked + & {\n position: relative;\n z-index: 1;\n border-color: $border-blue;\n }\n\n &:first-of-type {\n margin-left: 0;\n border-top-left-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:last-of-type {\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n }\n}\n\n.radio-input {\n z-index: 3;\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin: 10px (-$spacer-5) 0 $spacer-3;\n}\n","// Fixed-width, centered column for site content.\n// Handy container styles that match our breakpoints\n\n// 544px\n.container-sm {\n max-width: $width-sm;\n margin-right: auto;\n margin-left: auto;\n}\n\n// 768px\n.container-md {\n max-width: $container-md;\n margin-right: auto;\n margin-left: auto;\n}\n\n// 1004px - this matches the current fixed width: 980px + padding: px-3\n.container-lg {\n max-width: $container-lg;\n margin-right: auto;\n margin-left: auto;\n}\n\n// 1280px\n.container-xl {\n max-width: $container-xl;\n margin-right: auto;\n margin-left: auto;\n}\n","// GRID\n\n// Columns\n.col-1 { width: (1 / 12 * 100%); }\n.col-2 { width: (2 / 12 * 100%); }\n.col-3 { width: (3 / 12 * 100%); }\n.col-4 { width: (4 / 12 * 100%); }\n.col-5 { width: (5 / 12 * 100%); }\n.col-6 { width: (6 / 12 * 100%); }\n.col-7 { width: (7 / 12 * 100%); }\n.col-8 { width: (8 / 12 * 100%); }\n.col-9 { width: (9 / 12 * 100%); }\n.col-10 { width: (10 / 12 * 100%); }\n.col-11 { width: (11 / 12 * 100%); }\n.col-12 { width: 100%; }\n\n@each $breakpoint in map-keys($breakpoints) {\n @include breakpoint($breakpoint) {\n .col-#{$breakpoint}-1 { width: ( 1 / 12 * 100%); }\n .col-#{$breakpoint}-2 { width: ( 2 / 12 * 100%); }\n .col-#{$breakpoint}-3 { width: ( 3 / 12 * 100%); }\n .col-#{$breakpoint}-4 { width: ( 4 / 12 * 100%); }\n .col-#{$breakpoint}-5 { width: ( 5 / 12 * 100%); }\n .col-#{$breakpoint}-6 { width: ( 6 / 12 * 100%); }\n .col-#{$breakpoint}-7 { width: ( 7 / 12 * 100%); }\n .col-#{$breakpoint}-8 { width: ( 8 / 12 * 100%); }\n .col-#{$breakpoint}-9 { width: ( 9 / 12 * 100%); }\n .col-#{$breakpoint}-10 { width: ( 10 / 12 * 100%); }\n .col-#{$breakpoint}-11 { width: ( 11 / 12 * 100%); }\n .col-#{$breakpoint}-12 { width: 100%; }\n }\n}\n\n// Gutters\n// Apply padding and a negative margin to the outside of the container\n@mixin gutters ($gutter-width: $spacer-3) {\n margin-right: -$gutter-width;\n margin-left: -$gutter-width;\n\n > [class*=\"col-\"] {\n padding-right: $gutter-width !important;\n padding-left: $gutter-width !important;\n }\n}\n\n.gutter {\n @include gutters($spacer-3);\n}\n\n.gutter-condensed {\n @include gutters($spacer-2);\n}\n\n.gutter-spacious {\n @include gutters($spacer-4);\n}\n\n@each $breakpoint in map-keys($breakpoints) {\n @include breakpoint($breakpoint) {\n .gutter-#{$breakpoint} { @include gutters($spacer-3); }\n .gutter-#{$breakpoint}-condensed { @include gutters($spacer-2); }\n .gutter-#{$breakpoint}-spacious { @include gutters($spacer-4); }\n }\n}\n","// Optional offset options to work with grid.scss\n\n// Offset Columns\n\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n .offset#{$variant}-1 { margin-left: (1 / 12 * 100%) !important; }\n .offset#{$variant}-2 { margin-left: (2 / 12 * 100%) !important; }\n .offset#{$variant}-3 { margin-left: (3 / 12 * 100%) !important; }\n .offset#{$variant}-4 { margin-left: (4 / 12 * 100%) !important; }\n .offset#{$variant}-5 { margin-left: (5 / 12 * 100%) !important; }\n .offset#{$variant}-6 { margin-left: (6 / 12 * 100%) !important; }\n .offset#{$variant}-7 { margin-left: (7 / 12 * 100%) !important; }\n .offset#{$variant}-8 { margin-left: (8 / 12 * 100%) !important; }\n .offset#{$variant}-9 { margin-left: (9 / 12 * 100%) !important; }\n .offset#{$variant}-10 { margin-left: (10 / 12 * 100%) !important; }\n .offset#{$variant}-11 { margin-left: (11 / 12 * 100%) !important; }\n }\n}\n","// Side menu\n//\n// A menu on the side of a page, defaults to left side. e.g. github.com/about\n\n.menu {\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 15px;\n list-style: none;\n background-color: $bg-white;\n border: $border-width $border-style $border-gray-dark;\n border-radius: $border-radius;\n}\n\n.menu-item {\n position: relative;\n display: block;\n padding: $spacer-2 10px;\n border-bottom: $border;\n\n &:first-child {\n border-top: 0;\n // stylelint-disable-next-line primer/borders\n border-top-left-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-top-right-radius: 2px;\n\n // stylelint-disable-next-line primer/borders\n &::before { border-top-left-radius: 2px; }\n }\n\n &:last-child {\n border-bottom: 0;\n // stylelint-disable-next-line primer/borders\n border-bottom-right-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-bottom-left-radius: 2px;\n\n // stylelint-disable-next-line primer/borders\n &::before { border-bottom-left-radius: 2px; }\n }\n\n &:hover {\n text-decoration: none;\n background-color: $bg-gray;\n }\n\n &.selected,\n &[aria-selected=true],\n &[aria-current] {\n font-weight: $font-weight-bold;\n color: $text-gray-dark;\n cursor: default;\n background-color: $bg-white;\n\n &::before {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 2px;\n content: \"\";\n // stylelint-disable-next-line primer/colors\n background-color: $orange-600;\n }\n }\n\n .octicon {\n width: 16px;\n // stylelint-disable-next-line primer/spacing\n margin-right: 5px;\n color: $text-gray-dark;\n text-align: center;\n }\n\n .Counter {\n float: right;\n // stylelint-disable-next-line primer/spacing\n margin-left: 5px;\n }\n\n .menu-warning {\n float: right;\n // stylelint-disable-next-line primer/colors\n color: $red-900;\n }\n\n .avatar {\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin-right: 5px;\n }\n\n &.alert {\n .Counter {\n color: $text-red;\n }\n }\n}\n\n.menu-heading {\n display: block;\n padding: $spacer-2 10px;\n margin-top: 0;\n margin-bottom: 0;\n // stylelint-disable-next-line primer/typography\n font-size: 13px;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-gray;\n // stylelint-disable-next-line primer/colors\n background-color: darken($gray-100, 1%);\n border-bottom: $border;\n\n &:hover {\n text-decoration: none;\n }\n\n &:first-child {\n // stylelint-disable-next-line primer/borders\n border-top-left-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-top-right-radius: 2px;\n }\n\n &:last-child {\n border-bottom: 0;\n // stylelint-disable-next-line primer/borders\n border-bottom-right-radius: 2px;\n // stylelint-disable-next-line primer/borders\n border-bottom-left-radius: 2px;\n }\n}\n","// Outer wrapper\n// stylelint-disable selector-max-type\n.tabnav {\n margin-top: 0;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 15px;\n border-bottom: $border-width $border-style $border-gray-dark;\n\n .Counter {\n // stylelint-disable-next-line primer/spacing\n margin-left: 5px;\n }\n}\n\n.tabnav-tabs {\n // stylelint-disable-next-line primer/spacing\n margin-bottom: -1px;\n}\n\n.tabnav-tab {\n display: inline-block;\n padding: $spacer-2 12px;\n font-size: $h5-size;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-gray;\n text-decoration: none;\n background-color: transparent;\n border: $border-width $border-style transparent;\n border-bottom: 0;\n\n &.selected,\n &[aria-selected=true],\n &[aria-current] {\n color: $text-gray-dark;\n background-color: $bg-white;\n border-color: $border-gray-dark;\n border-radius: $border-radius $border-radius 0 0;\n }\n\n &:hover,\n &:focus {\n color: $text-gray-dark;\n text-decoration: none;\n }\n}\n\n// Tabnav extras\n//\n// Tabnav extras are non-tab elements that sit in the tabnav. Usually they're\n// inline text or links.\n\n.tabnav-extra {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding-top: 10px;\n // stylelint-disable-next-line primer/spacing\n margin-left: 10px;\n font-size: $font-size-small;\n color: $text-gray;\n\n > .octicon {\n // stylelint-disable-next-line primer/spacing\n margin-right: 2px;\n }\n}\n\n// When tabnav-extra are anchors\n// stylelint-disable selector-no-qualifying-type\na.tabnav-extra:hover {\n color: $text-blue;\n text-decoration: none;\n}\n// stylelint-enable selector-no-qualifying-type\n\n// Tabnav buttons\n//\n// For when there are multiple buttons, space them out appropriately. Requires\n// the buttons to be floated or inline-block.\n\n.tabnav-btn {\n // stylelint-disable-next-line primer/spacing\n margin-left: 10px;\n}\n","// Filters list\n//\n// A vertical list of filters.\n.filter-list {\n list-style-type: none;\n\n &.small .filter-item {\n padding: $spacer-1 10px;\n // stylelint-disable-next-line primer/spacing\n margin: 0 0 2px;\n font-size: $font-size-small;\n }\n\n &.pjax-active .filter-item {\n color: $text-gray;\n background-color: transparent;\n\n &.pjax-active {\n color: $text-white;\n background-color: $bg-blue;\n }\n }\n}\n\n.filter-item {\n position: relative;\n display: block;\n padding: $spacer-2 10px;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 5px;\n overflow: hidden;\n font-size: $h5-size;\n color: $text-gray;\n text-decoration: none;\n text-overflow: ellipsis;\n white-space: nowrap;\n cursor: pointer;\n border-radius: $border-radius;\n\n &:hover {\n text-decoration: none;\n // stylelint-disable-next-line primer/colors\n background-color: lighten($gray-200, 3%);\n }\n\n &.selected,\n &[aria-selected=true],\n &[aria-current] {\n color: $text-white;\n background-color: $bg-blue;\n }\n\n .count {\n float: right;\n font-weight: $font-weight-bold;\n }\n\n .bar {\n position: absolute;\n top: 2px;\n right: 0;\n bottom: 2px;\n z-index: -1;\n display: inline-block;\n // stylelint-disable-next-line primer/colors\n background-color: darken($gray-100, 2%);\n }\n}\n","// Side Nav\n//\n// A vertical list of navigational links, typically used on the left side of a page.\n\n.SideNav {\n background-color: $bg-gray-light;\n}\n\n.SideNav-item {\n position: relative;\n display: block;\n width: 100%;\n padding: $spacer-3;\n color: $text-gray;\n text-align: left;\n background-color: transparent;\n border: 0;\n border-top: $border;\n\n &:first-child {\n border-top: 0;\n }\n\n &:last-child {\n // makes sure there is a \"bottom border\" in case the list is not long enough\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 $border-width 0 $border-color;\n }\n\n // Bar on the left\n &::before {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n width: 3px;\n pointer-events: none;\n content: \"\";\n }\n}\n\n// States\n\n.SideNav-item:hover,\n.SideNav-item:focus {\n color: $text-gray-dark;\n text-decoration: none;\n background-color: $bg-gray;\n outline: none;\n\n // Bar on the left\n &::before {\n // stylelint-disable-next-line primer/colors\n background-color: $gray-300;\n }\n}\n\n.SideNav-item:active {\n background-color: $bg-white;\n}\n\n.SideNav-item[aria-current=\"page\"],\n.SideNav-item[aria-selected=\"true\"] {\n font-weight: $font-weight-semibold;\n color: $text-gray-dark;\n background-color: $bg-white;\n\n // Bar on the left\n &::before {\n // stylelint-disable-next-line primer/colors\n background-color: $orange-600;\n }\n}\n\n// Icon\n//\n// Makes sure multiple icons are vertically aligned\n\n.SideNav-icon {\n width: 16px;\n color: $text-gray-light;\n}\n\n// Sub Nav\n//\n// A more lightweight version, suited as a sub nav\n\n.SideNav-subItem {\n position: relative;\n display: block;\n width: 100%;\n padding: $spacer-1 0;\n color: $text-blue;\n text-align: left;\n background-color: transparent;\n border: 0;\n}\n\n.SideNav-subItem:hover,\n.SideNav-subItem:focus {\n color: $text-gray-dark;\n text-decoration: none;\n outline: none;\n}\n\n.SideNav-subItem[aria-current=\"page\"],\n.SideNav-subItem[aria-selected=\"true\"] {\n font-weight: $font-weight-semibold;\n color: $text-gray-dark;\n}\n","// Needs refactoring\n// Sub nav\n.subnav {\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 20px;\n\n @include clearfix();\n}\n\n.subnav-bordered {\n // stylelint-disable-next-line primer/spacing\n padding-bottom: 20px;\n border-bottom: $border-width $border-style $border-gray-light;\n}\n\n.subnav-flush {\n margin-bottom: 0;\n}\n\n.subnav-item {\n position: relative;\n float: left;\n // stylelint-disable-next-line primer/spacing\n padding: 6px 14px;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-gray;\n border: $border;\n\n + .subnav-item {\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n }\n\n &:hover,\n &:focus {\n text-decoration: none;\n background-color: $bg-gray;\n }\n\n &.selected,\n &[aria-selected=true],\n &[aria-current] {\n z-index: 2;\n color: $text-white;\n background-color: $bg-blue;\n // stylelint-disable-next-line primer/borders\n border-color: $blue;\n }\n\n &:first-child {\n border-top-left-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:last-child {\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n }\n}\n\n.subnav-search {\n position: relative;\n // stylelint-disable-next-line primer/spacing\n margin-left: 10px;\n}\n\n.subnav-search-input {\n width: 320px;\n // stylelint-disable-next-line primer/spacing\n padding-left: 30px;\n color: $text-gray;\n}\n\n.subnav-search-input-wide {\n width: 500px;\n}\n\n.subnav-search-icon {\n position: absolute;\n top: 9px;\n left: 8px;\n display: block;\n // stylelint-disable-next-line primer/colors\n color: darken($gray-300, 4%);\n text-align: center;\n pointer-events: none;\n}\n\n.subnav-search-context {\n .btn {\n // stylelint-disable-next-line primer/colors\n color: $gray-700;\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n\n &:hover,\n &:focus,\n &:active,\n &.selected {\n z-index: 2;\n }\n }\n\n + .subnav-search {\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n\n .subnav-search-input {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n }\n\n .select-menu-modal-holder {\n z-index: 30;\n }\n\n .select-menu-modal {\n width: 220px;\n }\n\n .select-menu-item-icon {\n color: inherit;\n }\n}\n\n.subnav-spacer-right {\n // stylelint-disable-next-line primer/spacing\n padding-right: 10px;\n}\n",".UnderlineNav {\n display: flex;\n overflow-x: auto;\n overflow-y: hidden;\n border-bottom: $border;\n justify-content: space-between;\n}\n\n.UnderlineNav-body {\n display: flex;\n}\n\n.UnderlineNav-item {\n padding: $spacer-3 $spacer-2;\n margin-right: $spacer-3;\n font-size: $body-font-size;\n line-height: $lh-default;\n color: $text-gray;\n text-align: center;\n white-space: nowrap;\n background-color: transparent;\n border: 0;\n // stylelint-disable-next-line primer/borders\n border-bottom: 2px $border-style transparent;\n\n &:hover,\n &:focus {\n color: $text-gray-dark;\n text-decoration: none;\n border-bottom-color: $border-gray-dark;\n transition: 0.2s ease;\n\n .UnderlineNav-octicon {\n color: $text-gray-light;\n }\n }\n\n &.selected,\n &[role=tab][aria-selected=true],\n &[aria-current] {\n font-weight: $font-weight-bold;\n color: $text-gray-dark;\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $orange-600;\n\n .UnderlineNav-octicon {\n color: $text-gray-light;\n }\n }\n}\n\n.UnderlineNav--right {\n justify-content: flex-end;\n\n .UnderlineNav-item {\n margin-right: 0;\n margin-left: $spacer-3;\n }\n\n .UnderlineNav-actions {\n flex: 1 1 auto;\n }\n}\n\n.UnderlineNav-actions {\n align-self: center;\n}\n\n.UnderlineNav--full {\n display: block;\n}\n\n.UnderlineNav-octicon {\n // stylelint-disable-next-line primer/colors\n color: $gray-400;\n}\n\n.UnderlineNav-container {\n display: flex;\n justify-content: space-between;\n}\n","// Needs refactoring\n// stylelint-disable selector-max-type\n.pagination {\n @include clearfix;\n\n a,\n span,\n em {\n position: relative;\n float: left;\n // stylelint-disable-next-line primer/spacing\n padding: 7px 12px;\n // stylelint-disable-next-line primer/spacing\n margin-left: -1px;\n // stylelint-disable-next-line primer/typography\n font-size: 13px;\n font-style: normal;\n font-weight: $font-weight-bold;\n color: $text-blue;\n white-space: nowrap;\n vertical-align: middle;\n cursor: pointer;\n user-select: none;\n background: $bg-white; // Reset default gradient backgrounds and colors\n border: $border-width $border-style $border-gray;\n\n &:first-child {\n margin-left: 0;\n border-top-left-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:last-child {\n border-top-right-radius: $border-radius;\n border-bottom-right-radius: $border-radius;\n }\n\n // Bring any button into forefront for proper borders given negative margin below\n &:hover,\n &:focus {\n z-index: 2;\n text-decoration: none;\n // stylelint-disable-next-line primer/colors\n background-color: darken($gray-100, 2%);\n border-color: $border-gray;\n }\n }\n\n .selected { z-index: 3; }\n\n .current,\n .current:hover,\n [aria-current],\n [aria-current]:hover {\n z-index: 3;\n color: $text-white;\n background-color: $bg-blue;\n border-color: $border-blue;\n }\n\n .gap,\n .disabled,\n [aria-disabled=true],\n .gap:hover,\n .disabled:hover,\n [aria-disabled=true]:hover {\n // stylelint-disable-next-line primer/colors\n color: $gray-300;\n cursor: default;\n background-color: $bg-gray-light;\n }\n}\n\n// Unified centered pagination across the site\n.paginate-container {\n // stylelint-disable-next-line primer/spacing\n margin-top: 20px;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 15px;\n text-align: center;\n\n .pagination {\n display: inline-block;\n }\n}\n",".tooltipped {\n position: relative;\n}\n\n// This is the tooltip bubble\n.tooltipped::after {\n position: absolute;\n z-index: 1000000;\n display: none;\n padding: $em-spacer-5 $em-spacer-6;\n font: normal normal 11px/1.5 $body-font;\n -webkit-font-smoothing: subpixel-antialiased;\n color: $text-white;\n text-align: center;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-wrap: break-word;\n white-space: pre;\n pointer-events: none;\n content: attr(aria-label);\n background: $bg-black;\n border-radius: $border-radius;\n opacity: 0;\n}\n\n// This is the tooltip arrow\n.tooltipped::before {\n position: absolute;\n z-index: 1000001;\n display: none;\n width: 0;\n height: 0;\n color: $text-black;\n pointer-events: none;\n content: \"\";\n // stylelint-disable-next-line primer/borders\n border: 6px $border-style transparent;\n opacity: 0;\n}\n\n// delay animation for tooltip\n@keyframes tooltip-appear {\n from {\n opacity: 0;\n }\n\n to {\n opacity: 1;\n }\n}\n\n// This will indicate when we'll activate the tooltip\n.tooltipped:hover,\n.tooltipped:active,\n.tooltipped:focus {\n &::before,\n &::after {\n display: inline-block;\n text-decoration: none;\n animation-name: tooltip-appear;\n animation-duration: $tooltip-duration;\n animation-fill-mode: forwards;\n animation-timing-function: ease-in;\n animation-delay: $tooltip-delay;\n }\n}\n\n.tooltipped-no-delay:hover,\n.tooltipped-no-delay:active,\n.tooltipped-no-delay:focus {\n &::before,\n &::after {\n animation-delay: 0s;\n }\n}\n\n.tooltipped-multiline:hover,\n.tooltipped-multiline:active,\n.tooltipped-multiline:focus {\n &::after {\n display: table-cell;\n }\n}\n\n// Tooltipped south\n.tooltipped-s,\n.tooltipped-se,\n.tooltipped-sw {\n &::after {\n top: 100%;\n right: 50%;\n // stylelint-disable-next-line primer/spacing\n margin-top: 6px;\n }\n\n &::before {\n top: auto;\n right: 50%;\n bottom: -7px;\n // stylelint-disable-next-line primer/spacing\n margin-right: -6px;\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $bg-black;\n }\n}\n\n.tooltipped-se {\n &::after {\n right: auto;\n left: 50%;\n margin-left: -$spacer-3;\n }\n}\n\n.tooltipped-sw::after {\n margin-right: -$spacer-3;\n}\n\n// Tooltips above the object\n.tooltipped-n,\n.tooltipped-ne,\n.tooltipped-nw {\n &::after {\n right: 50%;\n bottom: 100%;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 6px;\n }\n\n &::before {\n top: -7px;\n right: 50%;\n bottom: auto;\n // stylelint-disable-next-line primer/spacing\n margin-right: -6px;\n // stylelint-disable-next-line primer/borders\n border-top-color: $bg-black;\n }\n}\n\n.tooltipped-ne {\n &::after {\n right: auto;\n left: 50%;\n margin-left: -$spacer-3;\n }\n}\n\n.tooltipped-nw::after {\n margin-right: -$spacer-3;\n}\n\n// Move the tooltip body to the center of the object.\n.tooltipped-s::after,\n.tooltipped-n::after {\n transform: translateX(50%);\n}\n\n// Tooltipped to the left\n.tooltipped-w {\n &::after {\n right: 100%;\n bottom: 50%;\n // stylelint-disable-next-line primer/spacing\n margin-right: 6px;\n transform: translateY(50%);\n }\n\n &::before {\n top: 50%;\n bottom: 50%;\n left: -7px;\n // stylelint-disable-next-line primer/spacing\n margin-top: -6px;\n // stylelint-disable-next-line primer/borders\n border-left-color: $bg-black;\n }\n}\n\n// tooltipped to the right\n.tooltipped-e {\n &::after {\n bottom: 50%;\n left: 100%;\n // stylelint-disable-next-line primer/spacing\n margin-left: 6px;\n transform: translateY(50%);\n }\n\n &::before {\n top: 50%;\n right: -7px;\n bottom: 50%;\n // stylelint-disable-next-line primer/spacing\n margin-top: -6px;\n // stylelint-disable-next-line primer/borders\n border-right-color: $bg-black;\n }\n}\n\n// Tooltip align right and left\n.tooltipped-align-right-1,\n.tooltipped-align-right-2 {\n &::after {\n right: 0;\n margin-right: 0;\n }\n}\n\n.tooltipped-align-right-1 {\n &::before {\n right: 10px;\n }\n}\n\n.tooltipped-align-right-2 {\n &::before {\n right: 15px;\n }\n}\n\n.tooltipped-align-left-1,\n.tooltipped-align-left-2, {\n &::after {\n left: 0;\n margin-left: 0;\n }\n}\n\n.tooltipped-align-left-1 {\n &::before {\n left: 5px;\n }\n}\n\n.tooltipped-align-left-2 {\n &::before {\n left: 10px;\n }\n}\n\n// Multiline tooltips\n//\n// `.tooltipped-multiline` Add this class when you have long content.\n// The downside is you cannot preformat the text with newlines and `[w,e]`\n// are always `$tooltip-max-width` wide.\n.tooltipped-multiline {\n &::after {\n width: max-content;\n max-width: $tooltip-max-width;\n word-wrap: break-word;\n white-space: pre-line;\n border-collapse: separate;\n }\n\n &.tooltipped-s::after,\n &.tooltipped-n::after {\n right: auto;\n left: 50%;\n transform: translateX(-50%);\n }\n\n &.tooltipped-w::after,\n &.tooltipped-e::after {\n right: 100%;\n }\n}\n\n@media screen and (min-width: 0\\0) {\n // IE11\n .tooltipped-multiline::after {\n width: $tooltip-max-width;\n }\n}\n\n// Sticky tooltips\n//\n// Always show the tooltip.\n.tooltipped-sticky {\n &::before,\n &::after {\n display: inline-block;\n }\n\n &.tooltipped-multiline {\n &::after {\n display: table-cell;\n }\n }\n}\n","// Truncate\n//\n// css-truncate will shorten text with an ellipsis.\n\n.css-truncate {\n\n // css-truncate-auto will shorten text with an ellipsis when overflowing\n &.css-truncate-overflow,\n .css-truncate-overflow,\n &.css-truncate-target,\n .css-truncate-target {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n // css-truncate-target will shorten text with an ellipsis and a max width\n &.css-truncate-target,\n .css-truncate-target {\n display: inline-block;\n max-width: 125px;\n vertical-align: top;\n }\n\n &.expandable.zeroclipboard-is-hover .css-truncate-target,\n &.expandable.zeroclipboard-is-hover.css-truncate-target,\n &.expandable:hover .css-truncate-target,\n &.expandable:hover.css-truncate-target {\n max-width: 10000px !important;\n }\n}\n","// This file contains reusable animations for github.\n\n/* Fade in an element */\n.anim-fade-in {\n animation-name: fade-in;\n animation-duration: 1s;\n animation-timing-function: ease-in-out;\n\n &.fast {\n animation-duration: 300ms;\n }\n}\n\n@keyframes fade-in {\n 0% {\n opacity: 0;\n }\n\n 100% {\n opacity: 1;\n }\n}\n\n/* Fade out an element */\n.anim-fade-out {\n animation-name: fade-out;\n animation-duration: 1s;\n animation-timing-function: ease-out;\n\n &.fast {\n animation-duration: 0.3s;\n }\n}\n\n@keyframes fade-out {\n 0% {\n opacity: 1;\n }\n\n 100% {\n opacity: 0;\n }\n}\n\n/* Fade in and slide up an element */\n.anim-fade-up {\n opacity: 0;\n animation-name: fade-up;\n animation-duration: 0.3s;\n animation-fill-mode: forwards;\n animation-timing-function: ease-out;\n animation-delay: 1s;\n}\n\n@keyframes fade-up {\n 0% {\n opacity: 0.8;\n transform: translateY(100%);\n }\n\n 100% {\n opacity: 1;\n transform: translateY(0);\n }\n}\n\n/* Fade an element out and slide down */\n.anim-fade-down {\n animation-name: fade-down;\n animation-duration: 0.3s;\n animation-fill-mode: forwards;\n animation-timing-function: ease-in;\n}\n\n@keyframes fade-down {\n 0% {\n opacity: 1;\n transform: translateY(0);\n }\n\n 100% {\n opacity: 0.5;\n transform: translateY(100%);\n }\n}\n\n/* Grow an element width from 0 to 100% */\n.anim-grow-x {\n width: 0%;\n animation-name: grow-x;\n animation-duration: 0.3s;\n animation-fill-mode: forwards;\n animation-timing-function: ease;\n animation-delay: 0.5s;\n}\n\n@keyframes grow-x {\n to { width: 100%; }\n}\n\n/* Shrink an element from 100% to 0% */\n.anim-shrink-x {\n animation-name: shrink-x;\n animation-duration: 0.3s;\n animation-fill-mode: forwards;\n animation-timing-function: ease-in-out;\n animation-delay: 0.5s;\n}\n\n@keyframes shrink-x {\n to { width: 0%; }\n}\n\n/* Fade in an element and scale it fast */\n.anim-scale-in {\n animation-name: scale-in;\n animation-duration: 0.15s;\n animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);\n}\n\n@keyframes scale-in {\n 0% {\n opacity: 0;\n transform: scale(0.5);\n }\n\n 100% {\n opacity: 1;\n transform: scale(1);\n }\n}\n\n/* Pulse an element's opacity */\n.anim-pulse {\n animation-name: pulse;\n animation-duration: 2s;\n animation-timing-function: linear;\n animation-iteration-count: infinite;\n}\n\n@keyframes pulse {\n 0% {\n opacity: 0.3;\n }\n\n 10% {\n opacity: 1;\n }\n\n 100% {\n opacity: 0.3;\n }\n}\n\n/* Pulse in an element */\n.anim-pulse-in {\n animation-name: pulse-in;\n animation-duration: 0.5s;\n}\n\n@keyframes pulse-in {\n 0% {\n transform: scale3d(1, 1, 1);\n }\n\n 50% {\n transform: scale3d(1.1, 1.1, 1.1);\n }\n\n 100% {\n transform: scale3d(1, 1, 1);\n }\n}\n\n/* Increase scale of an element on hover */\n.hover-grow {\n transition: transform 0.3s;\n backface-visibility: hidden;\n\n &:hover {\n transform: scale(1.025);\n }\n}\n","// Core border utilities\n// stylelint-disable block-opening-brace-space-before, comment-empty-line-before\n\n/* Add a gray border to the left and right */\n.border-x {\n border-right: $border !important;\n border-left: $border !important;\n}\n\n/* Add a gray border to the top and bottom */\n.border-y {\n border-top: $border !important;\n border-bottom: $border !important;\n}\n\n/* Responsive gray borders */\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n /* Add a gray border on all sides at/above this breakpoint */\n .border#{$variant} { border: $border !important; }\n /* Set the border width to 0 on all sides at/above this breakpoint */\n .border#{$variant}-0 { border: 0 !important; }\n\n /* Add a gray border to the top */\n .border#{$variant}-top { border-top: $border !important; }\n /* Add a gray border to the right */\n .border#{$variant}-right { border-right: $border !important; }\n /* Add a gray border to the bottom */\n .border#{$variant}-bottom { border-bottom: $border !important; }\n /* Add a gray border to the left */\n .border#{$variant}-left { border-left: $border !important; }\n\n /* Remove the top border */\n .border#{$variant}-top-0 { border-top: 0 !important; }\n /* Remove the right border */\n .border#{$variant}-right-0 { border-right: 0 !important; }\n /* Remove the bottom border */\n .border#{$variant}-bottom-0 { border-bottom: 0 !important; }\n /* Remove the left border */\n .border#{$variant}-left-0 { border-left: 0 !important; }\n\n // Rounded corners\n /* Remove the border-radius */\n .rounded#{$variant}-0 { border-radius: 0 !important; }\n /* Add a border-radius to all corners */\n .rounded#{$variant}-1 { border-radius: $border-radius !important; }\n /* Add a 2x border-radius to all corners */\n .rounded#{$variant}-2 { border-radius: $border-radius * 2 !important; }\n\n @each $edge, $corners in $edges {\n .rounded#{$variant}-#{$edge}-0 {\n @each $corner in $corners {\n border-#{$corner}-radius: 0 !important;\n }\n }\n\n .rounded#{$variant}-#{$edge}-1 {\n @each $corner in $corners {\n border-#{$corner}-radius: $border-radius !important;\n }\n }\n\n .rounded#{$variant}-#{$edge}-2 {\n @each $corner in $corners {\n border-#{$corner}-radius: $border-radius * 2 !important;\n }\n }\n }\n }\n}\n\n/* Add a 50% border-radius to make something into a circle */\n.circle { border-radius: 50% !important; }\n\n/* Change the border style to dashed, in conjunction with another utility */\n.border-dashed {\n // stylelint-disable-next-line primer/borders\n border-style: dashed !important;\n}\n\n/* Use with .border to turn the border blue */\n.border-blue { border-color: $border-blue !important; }\n/* Use with .border to turn the border blue-light */\n.border-blue-light { border-color: $border-blue-light !important; }\n/* Use with .border to turn the border green */\n.border-green { border-color: $border-green !important; }\n/* Use with .border to turn the border green light */\n.border-green-light { border-color: $border-green-light !important; }\n/* Use with .border to turn the border red */\n.border-red { border-color: $border-red !important; }\n/* Use with .border to turn the border red-light */\n.border-red-light { border-color: $border-red-light !important; }\n/* Use with .border to turn the border purple */\n.border-purple { border-color: $border-purple !important; }\n/* Use with .border to turn the border yellow */\n.border-yellow { border-color: $border-yellow !important; }\n/* Use with .border to turn the border gray-light */\n.border-gray-light { border-color: $border-gray-light !important; }\n/* Use with .border to turn the border gray-dark */\n.border-gray-dark { border-color: $border-gray-dark !important; }\n\n/* Use with .border to turn the border rgba black 0.15 */\n.border-black-fade { border-color: $border-black-fade !important; }\n/* Use with .border to turn the border rgba white 0.15 */\n.border-white-fade { border-color: $border-white-fade !important; }\n\n/* Use with .border to turn the border white w/varying transparency */\n.border-white-fade-15 { border-color: $border-white-fade !important; }\n// stylelint-disable-next-line primer/borders\n.border-white-fade-30 { border-color: $white-fade-30 !important; }\n// stylelint-disable-next-line primer/borders\n.border-white-fade-50 { border-color: $white-fade-50 !important; }\n// stylelint-disable-next-line primer/borders\n.border-white-fade-70 { border-color: $white-fade-70 !important; }\n// stylelint-disable-next-line primer/borders\n.border-white-fade-85 { border-color: $white-fade-85 !important; }\n","// Box shadow utilities\n\n// Box shadows\n\n.box-shadow {\n box-shadow: $box-shadow !important;\n}\n\n.box-shadow-medium {\n box-shadow: $box-shadow-medium !important;\n}\n\n.box-shadow-large {\n box-shadow: $box-shadow-large !important;\n}\n\n.box-shadow-extra-large {\n box-shadow: $box-shadow-extra-large !important;\n}\n\n// Turn off box shadow\n\n.box-shadow-none {\n box-shadow: none !important;\n}\n","// Color utilities\n// stylelint-disable block-opening-brace-space-before, comment-empty-line-before\n\n// background colors\n/* Set the background to $bg-white */\n.bg-white { background-color: $bg-white !important; }\n/* Set the background to $bg-blue */\n.bg-blue { background-color: $bg-blue !important; }\n/* Set the background to $bg-blue-light */\n.bg-blue-light { background-color: $bg-blue-light !important; }\n/* Set the background to $bg-gray-dark */\n.bg-gray-dark { background-color: $bg-gray-dark !important; }\n/* Set the background to $bg-gray */\n.bg-gray { background-color: $bg-gray !important; }\n/* Set the background to $bg-gray-light */\n.bg-gray-light { background-color: $bg-gray-light !important; }\n/* Set the background to $bg-green */\n.bg-green { background-color: $bg-green !important; }\n/* Set the background to $bg-green-light */\n.bg-green-light { background-color: $bg-green-light !important; }\n/* Set the background to $bg-red */\n.bg-red { background-color: $bg-red !important; }\n/* Set the background to $bg-red-light */\n.bg-red-light { background-color: $bg-red-light !important; }\n/* Set the background to $bg-yellow */\n.bg-yellow { background-color: $bg-yellow !important; }\n/* Set the background to $bg-yellow-light */\n.bg-yellow-light { background-color: $bg-yellow-light !important; }\n/* Set the background to $bg-yellow-dark */\n.bg-yellow-dark { background-color: $bg-yellow-dark !important; }\n/* Set the background to $bg-purple */\n.bg-purple { background-color: $bg-purple !important; }\n/* Set the background to $bg-pink */\n.bg-pink { background-color: $bg-pink !important; }\n/* Set the background to $bg-purple-light */\n.bg-purple-light { background-color: $bg-purple-light !important; }\n\n// Generate a foreground and background utility for every shade of every hue\n@each $hue, $shades in $hue-maps {\n @each $index, $color in $shades {\n .color-#{$hue}-#{$index} { color: $color !important; }\n .bg-#{$hue}-#{$index} { background-color: $color !important; }\n }\n}\n\n.bg-shade-gradient {\n background-image: linear-gradient(180deg, rgba($black, 0.065), rgba($black, 0)) !important;\n background-repeat: no-repeat !important;\n background-size: 100% 200px !important;\n}\n\n// text colors\n/* Set the text color to $text-blue */\n.text-blue { color: $text-blue !important; }\n/* Set the text color to $text-red */\n.text-red { color: $text-red !important; }\n/* Set the text color to $text-gray-light */\n.text-gray-light { color: $text-gray-light !important; }\n/* Set the text color to $text-gray */\n.text-gray { color: $text-gray !important; }\n/* Set the text color to $text-gray-dark */\n.text-gray-dark { color: $text-gray-dark !important; }\n/* Set the text color to $text-green */\n.text-green { color: $text-green !important; }\n/* Set the text color to $text-yellow */\n.text-yellow { color: $text-yellow !important; }\n/* Set the text color to $text-orange */\n.text-orange { color: $text-orange !important; }\n/* Set the text color to $text-orange-light */\n.text-orange-light { color: $text-orange-light !important; }\n/* Set the text color to $text-purple */\n.text-purple { color: $text-purple !important; }\n/* Set the text color to $text-pink */\n.text-pink { color: $text-pink !important; }\n/* Set the text color to $text-white */\n.text-white { color: $text-white !important; }\n/* Set the text color to inherit */\n.text-inherit { color: inherit !important; }\n\n// Link colors\n// Sets the links color to $text-gray and $text-blue on hover\n.link-gray {\n color: $text-gray !important;\n\n &:hover {\n color: $text-blue !important;\n }\n}\n\n// Sets the links color to $text-gray-dark and $text-blue on hover\n.link-gray-dark {\n color: $text-gray-dark !important;\n\n &:hover {\n color: $text-blue !important;\n }\n}\n\n/* Set the link color to $text-blue on hover\n Useful when you want only part of a link to turn blue on hover */\n.link-hover-blue {\n &:hover {\n color: $text-blue !important;\n }\n}\n\n/* Make a link $text-gray, then $text-blue on hover and removes the underline */\n.muted-link {\n color: $text-gray !important;\n\n &:hover {\n color: $text-blue !important;\n text-decoration: none;\n }\n}\n","// stylelint-disable selector-max-type\n\n.details-overlay[open] > summary::before {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 80;\n display: block;\n cursor: default;\n content: \" \";\n background: transparent;\n}\n\n.details-overlay-dark[open] > summary::before {\n z-index: 99;\n background: $bg-black-fade;\n}\n\n.details-reset {\n // Remove marker added by the display: list-item browser default\n > summary { list-style: none; }\n // Remove marker added by details polyfill\n > summary::before { display: none; }\n // Remove marker added by Chrome\n > summary::-webkit-details-marker { display: none; }\n}\n","// Flex utility classes\n// stylelint-disable block-opening-brace-space-after, block-opening-brace-space-before\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n // Flexbox classes\n // Container\n .flex#{$variant}-row { flex-direction: row !important; }\n .flex#{$variant}-row-reverse { flex-direction: row-reverse !important; }\n .flex#{$variant}-column { flex-direction: column !important; }\n .flex#{$variant}-column-reverse { flex-direction: column-reverse !important; }\n\n .flex#{$variant}-wrap { flex-wrap: wrap !important; }\n .flex#{$variant}-nowrap { flex-wrap: nowrap !important; }\n\n .flex#{$variant}-justify-start { justify-content: flex-start !important; }\n .flex#{$variant}-justify-end { justify-content: flex-end !important; }\n .flex#{$variant}-justify-center { justify-content: center !important; }\n .flex#{$variant}-justify-between { justify-content: space-between !important; }\n .flex#{$variant}-justify-around { justify-content: space-around !important; }\n\n .flex#{$variant}-items-start { align-items: flex-start !important; }\n .flex#{$variant}-items-end { align-items: flex-end !important; }\n .flex#{$variant}-items-center { align-items: center !important; }\n .flex#{$variant}-items-baseline { align-items: baseline !important; }\n .flex#{$variant}-items-stretch { align-items: stretch !important; }\n\n .flex#{$variant}-content-start { align-content: flex-start !important; }\n .flex#{$variant}-content-end { align-content: flex-end !important; }\n .flex#{$variant}-content-center { align-content: center !important; }\n .flex#{$variant}-content-between { align-content: space-between !important; }\n .flex#{$variant}-content-around { align-content: space-around !important; }\n .flex#{$variant}-content-stretch { align-content: stretch !important; }\n\n // Item\n .flex#{$variant}-1 { flex: 1 !important; }\n .flex#{$variant}-auto { flex: auto !important; }\n .flex#{$variant}-grow-0 { flex-grow: 0 !important; }\n .flex#{$variant}-shrink-0 { flex-shrink: 0 !important; }\n\n .flex#{$variant}-self-auto { align-self: auto !important; }\n .flex#{$variant}-self-start { align-self: flex-start !important; }\n .flex#{$variant}-self-end { align-self: flex-end !important; }\n .flex#{$variant}-self-center { align-self: center !important; }\n .flex#{$variant}-self-baseline { align-self: baseline !important; }\n .flex#{$variant}-self-stretch { align-self: stretch !important; }\n\n .flex#{$variant}-order-1 { order: 1 !important; }\n .flex#{$variant}-order-2 { order: 2 !important; }\n .flex#{$variant}-order-none { order: inherit !important; }\n }\n}\n","// Layout\n// stylelint-disable block-opening-brace-space-after, block-opening-brace-space-before, comment-empty-line-before\n\n// Loop through the breakpoint values\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n @each $position in $responsive-positions {\n .position#{$variant}-#{$position} {\n position: $position !important;\n }\n }\n }\n}\n\n/* Set top 0 */\n.top-0 { top: 0 !important; }\n/* Set right 0 */\n.right-0 { right: 0 !important; }\n/* Set bottom 0 */\n.bottom-0 { bottom: 0 !important; }\n/* Set left 0 */\n.left-0 { left: 0 !important; }\n\n/* Vertical align middle */\n.v-align-middle { vertical-align: middle !important; }\n/* Vertical align top */\n.v-align-top { vertical-align: top !important; }\n/* Vertical align bottom */\n.v-align-bottom { vertical-align: bottom !important; }\n/* Vertical align to the top of the text */\n.v-align-text-top { vertical-align: text-top !important; }\n/* Vertical align to the bottom of the text */\n.v-align-text-bottom { vertical-align: text-bottom !important; }\n/* Vertical align to the parent's baseline */\n.v-align-baseline { vertical-align: baseline !important; }\n\n// Overflow utilities\n@each $overflow in (visible, hidden, auto, scroll) {\n .overflow-#{$overflow} { overflow: $overflow !important; }\n .overflow-x-#{$overflow} { overflow-x: $overflow !important; }\n .overflow-y-#{$overflow} { overflow-y: $overflow !important; }\n}\n\n// Clear floats\n/* Clear floats around the element */\n.clearfix {\n @include clearfix;\n}\n\n// Floats\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n /* Float to the left */\n .float#{$variant}-left { float: left !important; }\n /* Float to the right */\n .float#{$variant}-right { float: right !important; }\n /* No float */\n .float#{$variant}-none { float: none !important; }\n }\n}\n\n// Width and height utilities, helpful in combination\n// with display-table utilities and images\n/* Max width 100% */\n.width-fit { max-width: 100% !important; }\n/* Set the width to 100% */\n.width-full { width: 100% !important; }\n/* Max height 100% */\n.height-fit { max-height: 100% !important; }\n/* Set the height to 100% */\n.height-full { height: 100% !important; }\n\n/* Remove min-width from element */\n.min-width-0 { min-width: 0 !important; }\n\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n\n // Auto varients\n .width#{$variant}-auto { width: auto !important; }\n\n /* Set the direction to rtl */\n .direction#{$variant}-rtl { direction: rtl !important; }\n /* Set the direction to ltr */\n .direction#{$variant}-ltr { direction: ltr !important; }\n }\n}\n","// Margin spacer utilities\n// stylelint-disable block-opening-brace-space-before, declaration-colon-space-before, comment-empty-line-before\n\n// Loop through the breakpoint values\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n // Loop through the spacer values\n @each $scale, $size in $spacer-map {\n /* Set a $size margin to all sides at $breakpoint */\n .m#{$variant}-#{$scale} { margin: $size !important; }\n /* Set a $size margin on the top at $breakpoint */\n .mt#{$variant}-#{$scale} { margin-top: $size !important; }\n /* Set a $size margin on the right at $breakpoint */\n .mr#{$variant}-#{$scale} { margin-right: $size !important; }\n /* Set a $size margin on the bottom at $breakpoint */\n .mb#{$variant}-#{$scale} { margin-bottom: $size !important; }\n /* Set a $size margin on the left at $breakpoint */\n .ml#{$variant}-#{$scale} { margin-left: $size !important; }\n\n @if ($size != 0) {\n /* Set a negative $size margin on top at $breakpoint */\n .mt#{$variant}-n#{$scale} { margin-top : -$size !important; }\n /* Set a negative $size margin on the right at $breakpoint */\n .mr#{$variant}-n#{$scale} { margin-right : -$size !important; }\n /* Set a negative $size margin on the bottom at $breakpoint */\n .mb#{$variant}-n#{$scale} { margin-bottom: -$size !important; }\n /* Set a negative $size margin on the left at $breakpoint */\n .ml#{$variant}-n#{$scale} { margin-left : -$size !important; }\n }\n\n /* Set a $size margin on the left & right at $breakpoint */\n .mx#{$variant}-#{$scale} {\n margin-right: $size !important;\n margin-left: $size !important;\n }\n\n /* Set a $size margin on the top & bottom at $breakpoint */\n .my#{$variant}-#{$scale} {\n margin-top: $size !important;\n margin-bottom: $size !important;\n }\n }\n\n /* responsive horizontal auto margins */\n .mx#{$variant}-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n }\n}\n","// Padding spacer utilities\n// stylelint-disable block-opening-brace-space-before, declaration-colon-space-before, comment-empty-line-before\n\n// Responsive padding spacer utilities\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n // Loop through the spacer values\n @each $scale, $size in $spacer-map {\n /* Set a $size padding to all sides at $breakpoint */\n .p#{$variant}-#{$scale} { padding: $size !important; }\n /* Set a $size padding to the top at $breakpoint */\n .pt#{$variant}-#{$scale} { padding-top: $size !important; }\n /* Set a $size padding to the right at $breakpoint */\n .pr#{$variant}-#{$scale} { padding-right: $size !important; }\n /* Set a $size padding to the bottom at $breakpoint */\n .pb#{$variant}-#{$scale} { padding-bottom: $size !important; }\n /* Set a $size padding to the left at $breakpoint */\n .pl#{$variant}-#{$scale} { padding-left: $size !important; }\n\n /* Set a $size padding to the left & right at $breakpoint */\n .px#{$variant}-#{$scale} {\n padding-right: $size !important;\n padding-left: $size !important;\n }\n\n /* Set a $size padding to the top & bottom at $breakpoint */\n .py#{$variant}-#{$scale} {\n padding-top: $size !important;\n padding-bottom: $size !important;\n }\n }\n }\n}\n\n// responsive padding for containers\n.p-responsive {\n padding-right: $spacer-3 !important;\n padding-left: $spacer-3 !important;\n\n @include breakpoint(sm) {\n padding-right: $spacer-6 !important;\n padding-left: $spacer-6 !important;\n }\n\n @include breakpoint(lg) {\n padding-right: $spacer-3 !important;\n padding-left: $spacer-3 !important;\n }\n}\n","// stylelint-disable block-closing-brace-space-before, comment-empty-line-before\n\n// Type scale variables found in ../support/lib/variables.scss\n// $h00-size-mobile: 40px;\n// $h0-size-mobile: 32px;\n// $h1-size-mobile: 26px;\n// $h2-size-mobile: 22px;\n// $h3-size-mobile: 18px;\n// $h00-size: 48px;\n// $h0-size: 40px;\n// $h1-size: 32px;\n// $h2-size: 24px;\n// $h3-size: 20px;\n// $h4-size: 16px;\n// $h5-size: 14px;\n// $h6-size: 12px;\n\n/* Set the font size to 26px */\n.h1 {\n // stylelint-disable-next-line primer/typography\n font-size: $h1-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h1-size !important; }\n}\n\n/* Set the font size to 22px */\n.h2 {\n // stylelint-disable-next-line primer/typography\n font-size: $h2-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h2-size !important; }\n}\n\n/* Set the font size to 18px */\n.h3 {\n // stylelint-disable-next-line primer/typography\n font-size: $h3-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h3-size !important; }\n}\n\n/* Set the font size to #{$h4-size} */\n.h4 {\n font-size: $h4-size !important;\n}\n\n/* Set the font size to #{$h5-size} */\n.h5 { font-size: $h5-size !important; }\n\n// Does not include color property like typography base\n// styles, color should be applied with color utilities.\n/* Set the font size to #{$h6-size} */\n.h6 { font-size: $h6-size !important; }\n\n// Heading utilities\n.h1,\n.h2,\n.h3,\n.h4,\n.h5,\n.h6 { font-weight: $font-weight-bold !important; }\n\n// Type utilities that match type sale\n/* Set the font size to 26px */\n.f1 {\n // stylelint-disable-next-line primer/typography\n font-size: $h1-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h1-size !important; }\n}\n\n/* Set the font size to 22px */\n.f2 {\n // stylelint-disable-next-line primer/typography\n font-size: $h2-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h2-size !important; }\n}\n\n/* Set the font size to 18px */\n.f3 {\n // stylelint-disable-next-line primer/typography\n font-size: $h3-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h3-size !important; }\n}\n\n/* Set the font size to #{$h4-size} */\n.f4 {\n font-size: $h4-size !important;\n\n @include breakpoint(md) { font-size: $h4-size !important; }\n}\n\n/* Set the font size to #{$h5-size} */\n.f5 { font-size: $h5-size !important; }\n/* Set the font size to #{$h6-size} */\n.f6 { font-size: $h6-size !important; }\n\n// Type utils with light weight that match type scale\n/* Set the font size to 40px and weight to light */\n.f00-light {\n // stylelint-disable-next-line primer/typography\n font-size: $h00-size-mobile !important;\n font-weight: $font-weight-light !important;\n\n @include breakpoint(md) { font-size: $h00-size !important; }\n}\n\n/* Set the font size to 32px and weight to light */\n.f0-light {\n // stylelint-disable-next-line primer/typography\n font-size: $h0-size-mobile !important;\n font-weight: $font-weight-light !important;\n\n @include breakpoint(md) { font-size: $h0-size !important; }\n}\n\n/* Set the font size to 26px and weight to light */\n.f1-light {\n // stylelint-disable-next-line primer/typography\n font-size: $h1-size-mobile !important;\n font-weight: $font-weight-light !important;\n\n @include breakpoint(md) { font-size: $h1-size !important; }\n}\n\n/* Set the font size to 22px and weight to light */\n.f2-light {\n // stylelint-disable-next-line primer/typography\n font-size: $h2-size-mobile !important;\n font-weight: $font-weight-light !important;\n\n @include breakpoint(md) { font-size: $h2-size !important; }\n}\n\n// Same size and weight as .lead but without color property\n/* Set the font size to 18px and weight to light */\n.f3-light {\n // stylelint-disable-next-line primer/typography\n font-size: $h3-size-mobile !important;\n font-weight: $font-weight-light !important;\n\n @include breakpoint(md) { font-size: $h3-size !important; }\n}\n\n// Smallest text size\n/* Set the font size to ${#h6-size} */\n.text-small { font-size: $h6-size !important; } // 12px\n\n/* Large leading paragraphs */\n.lead {\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 30px;\n font-size: $h3-size;\n font-weight: $font-weight-light;\n color: $text-gray;\n}\n\n// Line-height variations\n// Close to commonly used line-heights. Most line-heights\n// combined with type size equate to whole pixels.\n// Will be improved with future typography scale updates.\n// Responsive line-height\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n /* Set the line height to ultra condensed */\n .lh#{$variant}-condensed-ultra { line-height: $lh-condensed-ultra !important; }\n /* Set the line height to condensed */\n .lh#{$variant}-condensed { line-height: $lh-condensed !important; }\n /* Set the line height to default */\n .lh#{$variant}-default { line-height: $lh-default !important; }\n /* Set the line height to zero */\n .lh#{$variant}-0 { line-height: 0 !important; }\n }\n}\n\n// Text alignments\n// Responsive text alignment\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n /* Text align to the right */\n .text#{$variant}-right { text-align: right !important; }\n /* Text align to the left */\n .text#{$variant}-left { text-align: left !important; }\n /* Text align to the center */\n .text#{$variant}-center { text-align: center !important; }\n }\n}\n\n// Text styles\n/* Set the font weight to normal */\n.text-normal { font-weight: $font-weight-normal !important; }\n/* Set the font weight to bold */\n.text-bold { font-weight: $font-weight-bold !important;}\n/* Set the font to italic */\n.text-italic { font-style: italic !important; }\n/* Make text uppercase */\n.text-uppercase { text-transform: uppercase !important; }\n/* Underline text */\n.text-underline { text-decoration: underline !important; }\n/* Don't underline text */\n.no-underline { text-decoration: none !important; }\n/* Don't wrap white space */\n.no-wrap { white-space: nowrap !important; }\n/* Normal white space */\n.ws-normal { white-space: normal !important; }\n\n/* Force long \"words\" to wrap if they exceed the width of the container */\n.break-word {\n word-break: break-word !important;\n // this is for backwards compatibility with browsers that don't respect overflow-wrap\n word-wrap: break-word !important;\n overflow-wrap: break-word !important;\n}\n\n/*\n * Specifically apply word-break: break-all; per MDN:\n *\n * > Note: In contrast to `word-break: break-word` and `overflow-wrap: break-word`,\n * > `word-break: break-all` will create a break at the exact place where text would\n * > otherwise overflow its container (even if putting an entire word on its own line\n * > would negate the need for a break).\n *\n * see: https://developer.mozilla.org/en-US/docs/Web/CSS/word-break#Values\n */\n.wb-break-all { word-break: break-all !important; }\n\n.text-emphasized {\n font-weight: $font-weight-bold;\n color: $text-gray-dark;\n}\n\n// List styles\n.list-style-none { list-style: none !important; }\n\n// Text Shadows\n/* Add a dark text shadow */\n.text-shadow-dark {\n text-shadow: 0 1px 1px rgba($black, 0.25), 0 1px 25px rgba($black, 0.75);\n}\n/* Add a light text shadow */\n.text-shadow-light {\n text-shadow: 0 1px 0 rgba($white, 0.5);\n}\n\n/* Set to monospace font */\n.text-mono {\n font-family: $mono-font !important;\n}\n\n/* Disallow user from selecting text */\n.user-select-none {\n user-select: none !important;\n}\n","// Visibility and display utilities\n\n// Responsive display utilities\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n @each $display in $display-values {\n .d#{$variant}-#{$display} { display: $display !important; }\n }\n }\n}\n\n.v-hidden { visibility: hidden !important; }\n.v-visible { visibility: visible !important; }\n\n// Hide utilities for each breakpoint\n// Each hide utility only applies to one breakpoint range.\n@media (max-width: $width-sm - 1px) {\n .hide-sm {\n display: none !important;\n }\n}\n\n@media (min-width: $width-sm) and (max-width: $width-md - 1px) {\n .hide-md {\n display: none !important;\n }\n}\n\n@media (min-width: $width-md) and (max-width: $width-lg - 1px) {\n .hide-lg {\n display: none !important;\n }\n}\n\n@media (min-width: $width-lg) {\n .hide-xl {\n display: none !important;\n }\n}\n\n/* Set the table-layout to fixed */\n.table-fixed { table-layout: fixed !important; }\n\n// Only display content to screen readers\n//\n// See: http://a11yproject.com/posts/how-to-hide-content/\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n // Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1241631\n word-wrap: normal;\n border: 0;\n}\n\n// Only display content on focus\n.show-on-focus {\n position: absolute;\n width: 1px;\n height: 1px;\n margin: 0;\n overflow: hidden;\n clip: rect(1px, 1px, 1px, 1px);\n\n &:focus {\n z-index: 20;\n width: auto;\n height: auto;\n clip: auto;\n }\n}\n","/*!\n * @primer/css/product\n * http://primer.style/css\n *\n * Released under MIT license. Copyright (c) 2019 GitHub Inc.\n */\n\n// Global requirements\n@import \"../support/index.scss\";\n\n// Product specific css modules\n@import \"../alerts/index.scss\";\n@import \"../autocomplete/index.scss\";\n@import \"../avatars/index.scss\";\n@import \"../blankslate/index.scss\";\n@import \"../branch-name/index.scss\";\n@import \"../dropdown/index.scss\";\n@import \"../header/index.scss\";\n@import \"../labels/index.scss\";\n@import \"../loaders/index.scss\";\n@import \"../markdown/index.scss\";\n@import \"../popover/index.scss\";\n@import \"../progress/index.scss\";\n@import \"../select-menu/index.scss\";\n@import \"../subhead/index.scss\";\n@import \"../timeline/index.scss\";\n@import \"../toasts/index.scss\"\n","// Default flash\n// stylelint-disable selector-max-type\n.flash {\n position: relative;\n padding: $spacer-3;\n // stylelint-disable-next-line primer/colors\n color: $blue-800;\n // stylelint-disable-next-line primer/colors\n background-color: $blue-100;\n border: $border-width $border-style $border-black-fade;\n border-radius: $border-radius;\n\n p:last-child {\n margin-bottom: 0;\n }\n}\n\n// Contain the flash messages\n.flash-messages {\n margin-bottom: $spacer-4;\n}\n\n// Close button\n.flash-close {\n float: right;\n padding: $spacer-3;\n margin: -$spacer-3;\n color: inherit;\n text-align: center;\n cursor: pointer;\n // Undo `<button>` styles\n background: none;\n border: 0;\n appearance: none;\n opacity: 0.6;\n\n &:hover {\n opacity: 1;\n }\n}\n\n// Action button\n.flash-action {\n float: right;\n // stylelint-disable-next-line primer/spacing\n margin-top: -3px;\n margin-left: $spacer-4;\n}\n\n//\n// Variations\n//\n\n.flash-warn {\n // stylelint-disable-next-line primer/colors\n color: $yellow-900;\n // stylelint-disable-next-line primer/colors\n background-color: $yellow-100;\n border-color: $border-black-fade;\n}\n\n.flash-error {\n // stylelint-disable-next-line primer/colors\n color: $red-900;\n background-color: $bg-red-light;\n border-color: $border-black-fade;\n}\n\n.flash-success {\n // stylelint-disable-next-line primer/colors\n color: $green-800;\n background-color: $bg-green-light;\n border-color: $border-black-fade;\n}\n\n.flash-full {\n // stylelint-disable-next-line primer/spacing\n margin-top: -1px;\n border-width: $border-width 0;\n border-radius: 0;\n}\n\n// A banner rendered at the top of the page.\n.flash-banner {\n position: fixed;\n top: 0;\n z-index: 90;\n width: 100%;\n border-top: 0;\n border-right: 0;\n border-left: 0;\n border-radius: 0;\n}\n\n// FIXME deprecate this\n.warning {\n padding: $em-spacer-5;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 0.8em;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/colors\n background-color: $yellow-100;\n}\n","// A pop up list of items used to show autocompleted results\n.autocomplete-results {\n position: absolute;\n z-index: 99;\n width: 100%;\n max-height: 20em;\n overflow-y: auto;\n // stylelint-disable-next-line primer/typography\n font-size: 13px;\n list-style: none;\n background: $bg-white;\n border-radius: $border-radius;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 5px $black-fade-30;\n}\n\n// One of the items that appears within an autocomplete group\n// Bold black text on white background\n\n.autocomplete-item {\n display: block;\n padding: $spacer-1 $spacer-2;\n overflow: hidden;\n font-weight: $font-weight-bold;\n text-decoration: none;\n text-overflow: ellipsis;\n white-space: nowrap;\n cursor: pointer;\n\n &:hover,\n &.selected,\n &[aria-selected=true],\n &.navigation-focus {\n color: $text-white;\n text-decoration: none;\n background-color: $bg-blue;\n\n // Inherit color on all child elements to ensure enough contrast\n * {\n color: inherit !important;\n }\n }\n}\n","// Needs refactoring\n// stylelint-disable selector-max-type, selector-no-qualifying-type\n\n.suggester {\n position: relative;\n top: 0;\n left: 0;\n min-width: 180px;\n padding: 0;\n margin: 0;\n margin-top: $spacer-4;\n list-style: none;\n cursor: pointer;\n background: $bg-white;\n border: $border;\n border-radius: $border-radius;\n box-shadow: $box-shadow-medium;\n\n li {\n display: block;\n padding: $spacer-1 $spacer-2;\n font-weight: $font-weight-bold;\n border-bottom: $border;\n\n small {\n font-weight: $font-weight-normal;\n color: $text-gray;\n }\n\n &:last-child {\n border-bottom: 0;\n border-bottom-right-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:first-child {\n border-top-left-radius: $border-radius;\n border-top-right-radius: $border-radius;\n }\n\n &:hover,\n &[aria-selected=\"true\"],\n &.navigation-focus {\n color: $text-white;\n text-decoration: none;\n background: $bg-blue;\n\n small {\n color: $text-white;\n }\n }\n }\n}\n\n.suggester-container {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 30;\n}\n\n// Responsive\n\n.page-responsive {\n @media (max-width: $width-sm) {\n .suggester-container {\n right: $spacer-2 !important;\n left: $spacer-2 !important;\n }\n\n .suggester li {\n padding: $spacer-2 $spacer-3;\n }\n }\n}\n",".avatar {\n display: inline-block;\n overflow: hidden; // Ensure page layout in Firefox should images fail to load\n line-height: $lh-condensed-ultra;\n vertical-align: middle;\n border-radius: $border-radius;\n}\n\n// stylelint-disable-next-line primer/borders\n.avatar-small { border-radius: 2px; }\n\n.avatar-link {\n float: left;\n line-height: $lh-condensed-ultra;\n}\n\n// User for example on /stars and /user for grids of avatars\n.avatar-group-item {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 3px;\n}\n","// .avatar-parent-child is when you see a small avatar at the bottom right\n// corner of a larger avatar.\n//\n// No Styleguide version\n.avatar-parent-child {\n position: relative;\n}\n\n.avatar-child {\n position: absolute;\n right: -15%;\n bottom: -9%;\n background-color: $bg-white; // For transparent backgrounds\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: -2px -2px 0 rgba($white, 0.8);\n}\n","// Stacked avatars can be used to show who is participating in thread when\n// there is limited space available.\n\n.AvatarStack {\n position: relative;\n min-width: 26px;\n height: 20px;\n\n .AvatarStack-body {\n position: absolute;\n }\n\n &.AvatarStack--two {\n min-width: 36px;\n }\n\n &.AvatarStack--three-plus {\n min-width: 46px;\n }\n}\n\n.AvatarStack-body {\n display: flex;\n background: $bg-white;\n\n .avatar {\n position: relative;\n z-index: 2;\n display: flex;\n width: 20px;\n height: 20px;\n box-sizing: content-box;\n // stylelint-disable-next-line primer/spacing\n margin-right: -11px;\n background-color: $bg-white;\n border-right: $border-width $border-style $border-white;\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n transition: margin 0.1s ease-in-out;\n\n &:first-child {\n z-index: 3;\n }\n\n &:last-child {\n z-index: 1;\n border-right: 0;\n }\n\n // stylelint-disable selector-max-type\n img {\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n }\n // stylelint-enable selector-max-type\n\n // Account for 4+ avatars\n &:nth-child(n+4) {\n display: none;\n opacity: 0;\n }\n }\n\n &:hover {\n .avatar {\n // stylelint-disable-next-line primer/spacing\n margin-right: 3px;\n }\n\n .avatar:nth-child(n+4) {\n display: flex;\n opacity: 1;\n }\n\n .avatar-more {\n display: none !important;\n }\n }\n}\n\n.avatar.avatar-more {\n z-index: 1;\n margin-right: 0;\n background: $bg-gray;\n\n &::before,\n &::after {\n position: absolute;\n display: block;\n height: 20px;\n content: \"\";\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n outline: $border-width $border-style $white;\n }\n\n &::before {\n width: 17px;\n // stylelint-disable-next-line primer/colors\n background: $gray-200;\n }\n\n &::after {\n width: 14px;\n // stylelint-disable-next-line primer/colors\n background: $gray-300;\n }\n}\n\n// Right aligned variation\n\n.AvatarStack--right {\n .AvatarStack-body {\n right: 0;\n flex-direction: row-reverse;\n\n &:hover .avatar {\n margin-right: 0;\n // stylelint-disable-next-line primer/spacing\n margin-left: 3px;\n }\n }\n\n .avatar.avatar-more {\n // stylelint-disable-next-line primer/colors\n background: $gray-300;\n\n &::before {\n width: 5px;\n }\n\n &::after {\n width: 2px;\n background: $bg-gray;\n }\n }\n\n .avatar {\n margin-right: 0;\n // stylelint-disable-next-line primer/spacing\n margin-left: -11px;\n border-right: 0;\n border-left: $border-width $border-style $border-white;\n }\n}\n","// Circle badge icon with drop shadow for icons and logos\n\n.CircleBadge {\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: $bg-white;\n border-radius: 50%;\n box-shadow: $box-shadow-medium;\n}\n\n.CircleBadge-icon {\n max-width: 60% !important;\n height: auto !important;\n max-height: 55% !important;\n}\n\n// Small badge\n.CircleBadge--small {\n width: 56px;\n height: 56px;\n}\n\n// Medium badge\n.CircleBadge--medium {\n width: 96px;\n height: 96px;\n}\n\n// Large badge\n.CircleBadge--large {\n width: 128px;\n height: 128px;\n}\n\n// Dashed line that connects badges..\n// Wrap around 2 or more badges to create a horizonal line:\n\n.DashedConnection {\n position: relative;\n\n &::before {\n position: absolute;\n top: 50%;\n left: 0;\n width: 100%;\n content: \"\";\n // stylelint-disable-next-line primer/borders\n border-bottom: 2px dashed $border-gray;\n }\n\n .CircleBadge {\n position: relative;\n }\n}\n","// stylelint-disable selector-max-type\n.blankslate {\n position: relative;\n padding: $spacer-5;\n text-align: center;\n\n code {\n // stylelint-disable-next-line primer/spacing\n padding: 2px 5px 3px;\n font-size: $h5-size;\n background: $bg-white;\n border: $border-width $border-style $border-gray-light;\n border-radius: $border-radius;\n }\n\n img {\n width: 56px;\n height: 56px;\n }\n}\n\n.blankslate-icon {\n margin-right: $spacer-1;\n margin-bottom: $spacer-2;\n margin-left: $spacer-1;\n // stylelint-disable-next-line primer/colors\n color: lighten($gray-400, 5%);\n}\n\n.blankslate-capped {\n border-radius: 0 0 $border-radius $border-radius;\n}\n\n.blankslate-spacious {\n // stylelint-disable-next-line primer/spacing\n padding: ($spacer-6 * 2) $spacer-6;\n}\n\n.blankslate-narrow {\n max-width: 485px;\n margin: 0 auto;\n}\n\n// was .large-format\n// QUESTION: should we deprecate this?\n.blankslate-large {\n img {\n width: 80px;\n height: 80px;\n }\n\n h3 {\n margin: $spacer-3 0;\n //font-size: $h3-size; // This doesn't actually make the text larger. Should this be $h2-size?\n font-size: $h2-size;\n }\n\n p {\n font-size: $h4-size;\n }\n}\n\n// was .clean-background\n// TO DO: deprecate this and use utility instead\n.blankslate-clean-background {\n border: 0;\n}\n","// A nice way to display branch names inside the UI. Can be a link or not.\n// stylelint-disable selector-max-type\n.branch-name {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: 2px 6px;\n font: 12px $mono-font;\n // stylelint-disable-next-line primer/colors\n color: rgba($black, 0.6);\n // stylelint-disable-next-line primer/colors\n background-color: lighten($blue-100, 3%);\n border-radius: $border-radius;\n\n .octicon {\n // stylelint-disable-next-line primer/spacing\n margin: 1px -2px 0 0;\n // stylelint-disable-next-line primer/colors\n color: desaturate($blue-300, 70%);\n }\n}\n\n// When a branch name is a link\n// stylelint-disable selector-no-qualifying-type\na.branch-name { color: $text-blue; }\n// stylelint-enable selector-no-qualifying-type\n",".dropdown {\n position: relative;\n}\n\n.dropdown-caret {\n display: inline-block;\n width: 0;\n height: 0;\n vertical-align: middle;\n content: \"\";\n border-style: $border-style;\n // stylelint-disable-next-line primer/borders\n border-width: $spacer-1 $spacer-1 0;\n border-right-color: transparent;\n border-bottom-color: transparent;\n border-left-color: transparent;\n}\n\n// Requires a positioning class (e.g., `.dropdown-menu-w`) to determine which\n// way the menu should render from the element triggering it.\n.dropdown-menu {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 100;\n width: 160px;\n padding-top: $spacer-1;\n padding-bottom: $spacer-1;\n // stylelint-disable-next-line primer/spacing\n margin-top: 2px;\n list-style: none;\n background-color: $bg-white;\n background-clip: padding-box;\n border: $border-width $border-style $border-black-fade;\n // stylelint-disable-next-line primer/borders\n border-radius: $spacer-1;\n box-shadow: $box-shadow-large;\n\n &::before,\n &::after {\n position: absolute;\n display: inline-block;\n content: \"\";\n }\n\n &::before {\n // stylelint-disable-next-line primer/borders\n border: $spacer-2 $border-style transparent;\n border-bottom-color: $border-black-fade;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border: 7px $border-style transparent;\n border-bottom-color: $border-white;\n }\n\n // stylelint-disable-next-line selector-max-type\n > ul {\n list-style: none;\n }\n}\n\n.dropdown-menu-no-overflow {\n width: auto;\n\n .dropdown-item {\n padding: $spacer-1 $spacer-3;\n overflow: visible;\n text-overflow: inherit;\n }\n}\n\n// Dropdown items (can be links or buttons)\n.dropdown-item {\n display: block;\n padding: $spacer-1 $spacer-2 $spacer-1 $spacer-3;\n overflow: hidden;\n color: $text-gray-dark;\n text-overflow: ellipsis;\n white-space: nowrap;\n\n &:focus,\n &:hover {\n color: $text-white;\n text-decoration: none;\n background-color: $bg-blue;\n outline: none;\n\n > .octicon {\n color: inherit;\n opacity: 1;\n }\n }\n\n &.btn-link {\n width: 100%;\n text-align: left;\n }\n}\n\n.dropdown-signout {\n width: 100%;\n text-align: left;\n background: none;\n border: 0;\n}\n\n.dropdown-divider {\n display: block;\n height: 0;\n margin: $spacer-2 0;\n border-top: $border;\n}\n\n.dropdown-header {\n padding: $spacer-1 $spacer-3;\n font-size: $h6-size;\n color: $text-gray;\n}\n\n.dropdown-item[aria-checked=\"false\"] .octicon-check {\n display: none;\n}\n\n// Directional classes\n//\n// Move the menu and the caret attached to it. Requires at least one of these on\n// the `.dropdown-menu` element.\n\n.dropdown-menu-w {\n top: 0;\n right: 100%;\n left: auto;\n width: auto;\n margin-top: 0;\n margin-right: $spacer-2;\n\n &::before {\n top: 10px;\n right: -$spacer-3;\n left: auto;\n border-color: transparent;\n border-left-color: $border-black-fade;\n }\n\n &::after {\n top: 11px;\n right: -14px;\n left: auto;\n border-color: transparent;\n border-left-color: $border-white;\n }\n}\n\n.dropdown-menu-e {\n top: 0;\n left: 100%;\n width: auto;\n margin-top: 0;\n margin-left: $spacer-2;\n\n &::before {\n top: $spacer-2;\n left: -$spacer-3;\n border-color: transparent;\n border-right-color: $border-black-fade;\n }\n\n &::after {\n top: 11px;\n left: -14px;\n border-color: transparent;\n border-right-color: $border-white;\n }\n}\n\n.dropdown-menu-ne {\n top: auto;\n bottom: 100%;\n left: 0;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 3px;\n\n &::before,\n &::after {\n top: auto;\n right: auto;\n }\n\n &::before {\n bottom: -$spacer-2;\n left: 9px;\n // stylelint-disable-next-line primer/borders\n border-top: $spacer-2 $border-style $border-black-fade;\n // stylelint-disable-next-line primer/borders\n border-right: $spacer-2 $border-style transparent;\n border-bottom: 0;\n // stylelint-disable-next-line primer/borders\n border-left: $spacer-2 $border-style transparent;\n }\n\n &::after {\n bottom: -7px;\n left: 10px;\n // stylelint-disable-next-line primer/borders\n border-top: 7px $border-style $border-white;\n // stylelint-disable-next-line primer/borders\n border-right: 7px $border-style transparent;\n border-bottom: 0;\n // stylelint-disable-next-line primer/borders\n border-left: 7px $border-style transparent;\n }\n}\n\n.dropdown-menu-s {\n right: 50%;\n left: auto;\n transform: translateX(50%);\n\n &::before {\n top: -$spacer-3;\n right: 50%;\n transform: translateX(50%);\n }\n\n &::after {\n top: -14px;\n right: 50%;\n transform: translateX(50%);\n }\n}\n\n.dropdown-menu-sw {\n right: 0;\n left: auto;\n\n &::before {\n top: -$spacer-3;\n right: 9px;\n left: auto;\n }\n\n &::after {\n top: -14px;\n right: 10px;\n left: auto;\n }\n}\n\n.dropdown-menu-se {\n &::before {\n top: -$spacer-3;\n left: 9px;\n }\n\n &::after {\n top: -14px;\n left: 10px;\n }\n}\n\n// Dark dropdowns\n.dropdown-menu-dark {\n color: $text-white;\n // stylelint-disable-next-line primer/colors\n background: $gray-800;\n border-color: $border-gray-darker;\n box-shadow: $box-shadow-large;\n\n &::before {\n border-bottom-color: $border-gray-darker;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $gray-800;\n }\n\n .dropdown-header {\n // stylelint-disable-next-line primer/colors\n color: $gray-300;\n }\n\n .dropdown-divider {\n border-top-color: $border-gray-darker;\n }\n\n .dropdown-item {\n color: inherit;\n }\n\n // Directional classes\n\n &.dropdown-menu-w {\n &::before {\n border-color: transparent transparent transparent $border-gray-darker;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-color: transparent transparent transparent $gray-800;\n }\n }\n\n &.dropdown-menu-e {\n &::before {\n border-color: transparent $border-gray-darker transparent transparent;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-color: transparent $gray-800 transparent transparent;\n }\n }\n\n &.dropdown-menu-ne {\n &::before {\n border-color: $border-gray-darker transparent transparent transparent;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-color: $gray-800 transparent transparent transparent;\n }\n }\n}\n",".Header {\n z-index: 32; // TODO: Figure out z-index system\n display: flex;\n padding: $spacer-3;\n font-size: $h5-size;\n line-height: $lh-default;\n // stylelint-disable-next-line primer/colors\n color: $white-fade-70;\n background-color: $bg-gray-dark;\n align-items: center;\n flex-wrap: nowrap;\n}\n\n.Header-item {\n display: flex;\n margin-right: $spacer-3;\n align-self: stretch;\n align-items: center;\n flex-wrap: nowrap;\n}\n\n.Header-item--full {\n flex: auto;\n}\n\n.Header-link {\n font-weight: $font-weight-bold;\n color: $text-white;\n white-space: nowrap;\n\n &:hover,\n &:focus {\n // stylelint-disable-next-line primer/colors\n color: $white-fade-70;\n text-decoration: none;\n }\n}\n","// Issue Labels\n\n.IssueLabel {\n height: 20px;\n // stylelint-disable-next-line primer/spacing\n padding: 0.15em $spacer-1;\n font-size: $h6-size;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 15px;\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: inset 0 -1px 0 rgba($black, 0.12);\n\n .g-emoji {\n position: relative;\n top: -0.05em;\n display: inline-block;\n font-size: 1em;\n line-height: $lh-condensed-ultra;\n }\n\n &:hover {\n text-decoration: none;\n }\n}\n\n.IssueLabel--big {\n padding: $spacer-1 $spacer-2;\n font-size: $h5-size;\n font-weight: $font-weight-bold;\n border-radius: $border-radius;\n transition: opacity 0.2s linear;\n\n .g-emoji {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n margin-top: -1px;\n }\n\n &:hover {\n opacity: 0.85;\n }\n}\n","// Needs refactoring\n// Labels\n//\n// Use labels to add keyword tags or phrases to issues and pull requests. These\n// are used within a list of issues/PRs, on individual issues/PRs, and within\n// the select menus that manage them.\n\n// Provide a wrapper to ensure labels stick together\n.labels {\n position: relative;\n}\n\n// Each label gets common styles\n// .label will be deprecated for .Label\n.label,\n.Label {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: 3px $spacer-1;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n line-height: $lh-condensed-ultra; // prevent inheritance from changing proportions\n color: $text-white;\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: inset 0 -1px 0 rgba($black, 0.12);\n\n &:hover {\n text-decoration: none;\n }\n}\n\n// Custom GitHub labels (not for issues/PRs/etc)\n//\n// Commonly used across the site to indicate a particular role. For example,\n// \"repo owner\" within code comments or role in organizations.\n.Label--gray {\n color: $text-gray;\n // stylelint-disable-next-line primer/colors\n background-color: lighten($gray-200, 3%);\n}\n\n.Label--outline {\n // stylelint-disable-next-line primer/spacing\n margin-top: -1px; // offsets the 1px border\n // stylelint-disable-next-line primer/spacing\n margin-bottom: -1px; // offsets the 1px border\n font-weight: $font-weight-normal;\n color: $text-gray;\n background-color: transparent;\n border: $border-width $border-style $border-black-fade;\n box-shadow: none;\n}\n\n.Label--outline-green {\n color: $text-green;\n border: $border-width $border-style $border-green;\n}\n\n.Label--gray-darker {\n // stylelint-disable-next-line primer/colors\n background-color: $gray;\n}\n\n.Label--orange {\n background-color: $bg-orange;\n}\n","// A rounded corner box containing a label \"open\" or \"closed\"\n// The default state is gray.\n//\n// open - $green background\n// reopened - $green background\n// closed - $red background\n// merged - $purple background\n\n// .state to be deprecated in replace of .State\n.state,\n.State {\n display: inline-block;\n padding: $spacer-1 $spacer-2;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-white;\n text-align: center;\n white-space: nowrap;\n // stylelint-disable-next-line primer/colors\n background-color: $gray-500;\n border-radius: $border-radius;\n}\n\n// stylelint-disable-next-line primer/colors\n.State--green { background-color: darken($green-400, 5%); }\n\n.State--purple { background-color: $bg-purple; }\n\n// stylelint-disable-next-line primer/colors\n.State--red { background-color: $red-600; }\n\n.State--small {\n padding: $em-spacer-2 $spacer-1;\n font-size: $h6-size;\n\n .octicon {\n width: 1em; // Ensures different icons don't change State indicator width\n }\n}\n","// Counters are rounded-corner badges for numbers\n.Counter {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: 2px 5px;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n line-height: $lh-condensed-ultra;\n color: $text-gray;\n // stylelint-disable-next-line primer/colors\n background-color: rgba($black, 0.08);\n // stylelint-disable-next-line primer/borders\n border-radius: 20px;\n\n &:empty {\n visibility: hidden;\n }\n}\n\n.Counter--gray-light {\n color: $text-gray-dark;\n // stylelint-disable-next-line primer/colors\n background-color: $black-fade-15;\n}\n\n.Counter--gray {\n color: $text-white;\n // stylelint-disable-next-line primer/colors\n background-color: $gray;\n}\n","// diffstat\n//\n// Green/red blocks showing additions and deletions\n\n.diffstat {\n font-size: $h6-size;\n font-weight: $font-weight-bold;\n color: $text-gray;\n white-space: nowrap;\n cursor: default;\n}\n\n.diffstat-block-deleted,\n.diffstat-block-added,\n.diffstat-block-neutral {\n display: inline-block;\n width: $spacer-2;\n height: $spacer-2;\n // stylelint-disable-next-line primer/spacing\n margin-left: 1px;\n}\n\n.diffstat-block-deleted {\n background-color: $bg-diffstat-deleted;\n}\n\n.diffstat-block-added {\n background-color: $bg-diffstat-added;\n}\n\n.diffstat-block-neutral {\n background-color: $bg-diffstat-neutral;\n}\n","// Loaders\n\n// Animated Ellipsis\n\n.AnimatedEllipsis {\n display: inline-block;\n overflow: hidden;\n vertical-align: bottom;\n\n &::after {\n display: inline-block;\n content: \"...\";\n animation: AnimatedEllipsis-keyframes 1.2s steps(4, jump-none) infinite;\n }\n\n @keyframes AnimatedEllipsis-keyframes {\n 0% { transform: translateX(-100%); }\n }\n}\n","// All of our block level items should have the same margin\n// stylelint-disable selector-max-type\n\n// This is styling for generic markdownized text. Anything you put in a\n// container with .markdown-body on it should render generally well. It also\n// includes some GitHub Flavored Markdown specific styling (like @mentions)\n.markdown-body {\n font-family: $body-font;\n font-size: $h4-size;\n line-height: $body-line-height;\n word-wrap: break-word;\n\n @import \"../base/kbd.scss\"; // adds support for keyboard shortcuts\n\n // Clearfix on the markdown body\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n\n > *:first-child {\n margin-top: 0 !important;\n }\n\n > *:last-child {\n margin-bottom: 0 !important;\n }\n\n // Anchors like <a name=\"examples\">. These sometimes end up wrapped around\n // text when users mistakenly forget to close the tag or use self-closing tag\n // syntax. We don't want them to appear like links.\n // FIXME: a:not(:link):not(:visited) would be a little clearer here (and\n // possibly faster to match), but it breaks styling of <a href> elements due\n // to https://bugs.webkit.org/show_bug.cgi?id=142737.\n a:not([href]) {\n color: inherit;\n text-decoration: none;\n }\n\n // Link Colors\n .absent {\n color: $text-red;\n }\n\n .anchor {\n float: left;\n padding-right: $spacer-1;\n // stylelint-disable-next-line primer/spacing\n margin-left: -20px;\n line-height: $lh-condensed-ultra;\n\n &:focus {\n outline: none;\n }\n }\n\n p,\n blockquote,\n ul,\n ol,\n dl,\n table,\n pre,\n details {\n margin-top: 0;\n margin-bottom: $spacer-3;\n }\n\n hr {\n height: $em-spacer-3;\n padding: 0;\n margin: $spacer-4 0;\n // stylelint-disable-next-line primer/colors\n background-color: $gray-200;\n border: 0;\n }\n\n blockquote {\n // stylelint-disable-next-line primer/spacing\n padding: 0 1em;\n color: $text-gray-light;\n // stylelint-disable-next-line primer/borders\n border-left: 0.25em $border-style lighten($gray-300, 5%);\n\n > :first-child {\n margin-top: 0;\n }\n\n > :last-child {\n margin-bottom: 0;\n }\n }\n}\n","// Needs refactoring\n// stylelint-disable selector-max-compound-selectors, selector-max-specificity\n// stylelint-disable selector-max-type\n.markdown-body {\n // Headings\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin-top: $spacer-4;\n margin-bottom: $spacer-3;\n font-weight: $font-weight-bold;\n line-height: $lh-condensed;\n\n .octicon-link {\n color: $text-black;\n vertical-align: middle;\n visibility: hidden;\n }\n\n &:hover .anchor {\n text-decoration: none;\n\n .octicon-link {\n visibility: visible;\n }\n }\n\n tt,\n code {\n font-size: inherit;\n }\n }\n\n h1 {\n // stylelint-disable-next-line primer/spacing\n padding-bottom: 0.3em;\n // stylelint-disable-next-line primer/typography\n font-size: 2em;\n border-bottom: $border-width $border-style $border-gray-light;\n }\n\n h2 {\n // stylelint-disable-next-line primer/spacing\n padding-bottom: 0.3em;\n // stylelint-disable-next-line primer/typography\n font-size: 1.5em;\n border-bottom: $border-width $border-style $border-gray-light;\n }\n\n h3 {\n // stylelint-disable-next-line primer/typography\n font-size: 1.25em;\n }\n\n h4 {\n font-size: 1em;\n }\n\n h5 {\n // stylelint-disable-next-line primer/typography\n font-size: 0.875em;\n }\n\n h6 {\n // stylelint-disable-next-line primer/typography\n font-size: 0.85em;\n color: $text-gray-light;\n }\n}\n","// Base styles\n// stylelint-disable selector-no-qualifying-type\n// stylelint-disable selector-max-type\n.markdown-body {\n\n // Lists, Blockquotes & Such\n ul,\n ol {\n // stylelint-disable-next-line primer/spacing\n padding-left: 2em;\n\n &.no-list {\n padding: 0;\n list-style-type: none;\n }\n }\n\n // Did someone complain about list spacing? Encourage them\n // to create the spacing with their markdown formatting.\n // List behavior should be controled by the markup, not the css.\n //\n // For lists with padding between items, use blank\n // lines between items. This will generate paragraphs with\n // padding to space things out.\n //\n // - item\n //\n // - item\n //\n // - item\n //\n // For list without padding, don't use blank lines.\n //\n // - item\n // - item\n // - item\n //\n // Modifying the css to emulate these behaviors merely brakes\n // one case in the process of solving another. Don't change\n // this unless it's really really a bug.\n ul ul,\n ul ol,\n ol ol,\n ol ul {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n li {\n word-wrap: break-all;\n }\n\n li > p {\n margin-top: $spacer-3;\n }\n\n li + li {\n margin-top: $em-spacer-3;\n }\n\n dl {\n padding: 0;\n\n dt {\n padding: 0;\n margin-top: $spacer-3;\n font-size: 1em;\n font-style: italic;\n font-weight: $font-weight-bold;\n }\n\n dd {\n padding: 0 $spacer-3;\n margin-bottom: $spacer-3;\n }\n }\n}\n","// Needs refactoring\n// stylelint-disable selector-max-type\n.markdown-body {\n // Tables\n table {\n display: block;\n width: 100%;\n overflow: auto;\n\n th {\n font-weight: $font-weight-bold;\n }\n\n th,\n td {\n // stylelint-disable-next-line primer/spacing\n padding: 6px 13px;\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style lighten($gray-300, 5%);\n }\n\n tr {\n background-color: $bg-white;\n // stylelint-disable-next-line primer/borders\n border-top: $border-width $border-style darken($gray-300, 4%);\n\n &:nth-child(2n) {\n background-color: $bg-gray;\n }\n }\n\n img {\n background-color: transparent;\n }\n }\n}\n","// Need to target base styles\n// stylelint-disable selector-max-compound-selectors, selector-no-qualifying-type\n// stylelint-disable selector-max-type\n.markdown-body {\n // Images & Stuff\n img {\n max-width: 100%;\n // because we put padding on the images to hide header lines, and some people\n // specify the width of their images in their markdown.\n box-sizing: content-box;\n background-color: $bg-white;\n\n &[align=right] {\n // stylelint-disable-next-line primer/spacing\n padding-left: 20px;\n }\n\n &[align=left] {\n // stylelint-disable-next-line primer/spacing\n padding-right: 20px;\n }\n }\n\n .emoji {\n max-width: none;\n vertical-align: text-top;\n // Override `<img>` styles so Emjois don't clash with zebra striping in our tables\n background-color: transparent;\n }\n\n // Gollum Image Tags\n\n // Framed\n span.frame {\n display: block;\n overflow: hidden;\n\n > span {\n display: block;\n float: left;\n width: auto;\n // stylelint-disable-next-line primer/spacing\n padding: 7px;\n // stylelint-disable-next-line primer/spacing\n margin: 13px 0 0;\n overflow: hidden;\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style lighten($gray-300, 5%);\n }\n\n span img {\n display: block;\n float: left;\n }\n\n span span {\n display: block;\n // stylelint-disable-next-line primer/spacing\n padding: 5px 0 0;\n clear: both;\n color: $text-gray-dark;\n }\n }\n\n span.align-center {\n display: block;\n overflow: hidden;\n clear: both;\n\n > span {\n display: block;\n // stylelint-disable-next-line primer/spacing\n margin: 13px auto 0;\n overflow: hidden;\n text-align: center;\n }\n\n span img {\n margin: 0 auto;\n text-align: center;\n }\n }\n\n span.align-right {\n display: block;\n overflow: hidden;\n clear: both;\n\n > span {\n display: block;\n // stylelint-disable-next-line primer/spacing\n margin: 13px 0 0;\n overflow: hidden;\n text-align: right;\n }\n\n span img {\n margin: 0;\n text-align: right;\n }\n }\n\n span.float-left {\n display: block;\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin-right: 13px;\n overflow: hidden;\n\n span {\n // stylelint-disable-next-line primer/spacing\n margin: 13px 0 0;\n }\n }\n\n span.float-right {\n display: block;\n float: right;\n // stylelint-disable-next-line primer/spacing\n margin-left: 13px;\n overflow: hidden;\n\n > span {\n display: block;\n // stylelint-disable-next-line primer/spacing\n margin: 13px auto 0;\n overflow: hidden;\n text-align: right;\n }\n }\n}\n","// stylelint-disable selector-max-type\n.markdown-body {\n // Inline code snippets\n code,\n tt {\n // stylelint-disable-next-line primer/spacing\n padding: 0.2em 0.4em;\n margin: 0;\n // stylelint-disable-next-line primer/typography\n font-size: 85%;\n // stylelint-disable-next-line primer/colors\n background-color: rgba($black, 0.05);\n border-radius: $border-radius;\n\n br { display: none; }\n }\n\n del code { text-decoration: inherit; }\n\n pre {\n word-wrap: normal;\n\n // Code tags within code blocks (<pre>s)\n > code {\n padding: 0;\n margin: 0;\n // stylelint-disable-next-line primer/typography\n font-size: 100%;\n word-break: normal;\n white-space: pre;\n background: transparent;\n border: 0;\n }\n }\n\n .highlight {\n margin-bottom: $spacer-3;\n\n pre {\n margin-bottom: 0;\n word-break: normal;\n }\n }\n\n .highlight pre,\n pre {\n padding: $spacer-3;\n overflow: auto;\n // stylelint-disable-next-line primer/typography\n font-size: 85%;\n // stylelint-disable-next-line primer/typography\n line-height: 1.45;\n background-color: $bg-gray;\n border-radius: $border-radius;\n }\n\n pre code,\n pre tt {\n display: inline;\n max-width: auto;\n padding: 0;\n margin: 0;\n overflow: visible;\n line-height: inherit;\n word-wrap: normal;\n background-color: transparent;\n border: 0;\n }\n}\n","// stylelint-disable selector-max-type\n.markdown-body .csv-data {\n td,\n th {\n // stylelint-disable-next-line primer/spacing\n padding: 5px;\n overflow: hidden;\n font-size: $font-size-small;\n line-height: $lh-condensed-ultra;\n text-align: left;\n white-space: nowrap;\n }\n\n .blob-num {\n // stylelint-disable-next-line primer/spacing\n padding: 10px $spacer-2 9px;\n text-align: right;\n background: $bg-white;\n border: 0;\n }\n\n tr { border-top: 0; }\n\n th {\n font-weight: $font-weight-bold;\n background: $bg-gray;\n border-top: 0;\n }\n}\n",".Popover {\n position: absolute;\n z-index: 100;\n}\n\n.Popover-message {\n position: relative;\n width: 232px;\n margin-right: auto;\n margin-left: auto;\n\n // Carets\n &::before,\n &::after {\n position: absolute;\n left: 50%;\n display: inline-block;\n content: \"\";\n }\n\n &::before {\n top: -$spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin-left: -9px;\n // stylelint-disable-next-line primer/borders\n border: $spacer-2 $border-style transparent;\n border-bottom-color: $border-black-fade;\n }\n\n &::after {\n top: -14px;\n margin-left: -$spacer-2;\n // stylelint-disable-next-line primer/borders\n border: 7px $border-style transparent;\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $bg-white;\n }\n}\n\n// Bottom-oriented carets\n.Popover-message--bottom,\n.Popover-message--bottom-right,\n.Popover-message--bottom-left {\n &::before,\n &::after {\n top: auto;\n border-bottom-color: transparent;\n }\n\n &::before {\n bottom: -$spacer-3;\n border-top-color: $border-black-fade;\n }\n\n &::after {\n bottom: -14px;\n // stylelint-disable-next-line primer/borders\n border-top-color: $bg-white;\n }\n}\n\n// Top & Bottom: Right-oriented carets\n.Popover-message--top-right,\n.Popover-message--bottom-right {\n right: -9px;\n margin-right: 0;\n\n &::before,\n &::after {\n left: auto;\n margin-left: 0;\n }\n\n &::before {\n right: 20px;\n }\n\n &::after {\n right: 21px;\n }\n}\n\n// Top & Bottom: Left-oriented carets\n.Popover-message--top-left,\n.Popover-message--bottom-left {\n left: -9px;\n margin-left: 0;\n\n &::before,\n &::after {\n left: $spacer-4;\n margin-left: 0;\n }\n\n &::after {\n left: $spacer-4 + 1;\n }\n}\n\n// Right- & Left-oriented carets\n.Popover-message--right,\n.Popover-message--right-top,\n.Popover-message--right-bottom,\n.Popover-message--left,\n.Popover-message--left-top,\n.Popover-message--left-bottom {\n &::before,\n &::after {\n top: 50%;\n left: auto;\n margin-left: 0;\n border-bottom-color: transparent;\n }\n\n &::before {\n // stylelint-disable-next-line primer/spacing\n margin-top: -($spacer-2 + 1);\n }\n\n &::after {\n margin-top: -$spacer-2;\n }\n}\n\n// Right-oriented carets\n.Popover-message--right,\n.Popover-message--right-top,\n.Popover-message--right-bottom {\n &::before {\n right: -$spacer-3;\n border-left-color: $border-black-fade;\n }\n\n &::after {\n right: -14px;\n // stylelint-disable-next-line primer/borders\n border-left-color: $bg-white;\n }\n}\n\n// Left-oriented carets\n.Popover-message--left,\n.Popover-message--left-top,\n.Popover-message--left-bottom {\n &::before {\n left: -$spacer-3;\n border-right-color: $border-black-fade;\n }\n\n &::after {\n left: -14px;\n // stylelint-disable-next-line primer/borders\n border-right-color: $bg-white;\n }\n}\n\n// Right & Left: Top-oriented carets\n.Popover-message--right-top,\n.Popover-message--left-top {\n &::before,\n &::after {\n top: $spacer-4;\n }\n}\n\n// Right & Left: Bottom-oriented carets\n.Popover-message--right-bottom,\n.Popover-message--left-bottom {\n &::before,\n &::after {\n top: auto;\n }\n\n &::before {\n bottom: $spacer-3;\n }\n\n &::after {\n bottom: $spacer-3 + 1;\n }\n}\n\n.Popover-message--large {\n\n @include breakpoint(sm) {\n min-width: 320px;\n }\n}\n","// Progress\n\n.Progress {\n display: flex;\n height: 8px;\n overflow: hidden;\n // stylelint-disable-next-line primer/colors\n background-color: $gray-200;\n border-radius: $border-radius;\n}\n\n.Progress--large {\n height: 10px;\n}\n\n.Progress--small {\n height: 5px;\n}\n","// stylelint-disable selector-max-type\n// selector-max-type is needed for body:not(.intent-mouse) to target keyboard only styles.\n\n// TODO@15.0.0: remove styles below\n@media (hover: hover) {\n .SelectMenu-tab:not([aria-checked=\"true\"]):hover,\n .SelectMenu-tab:not([aria-checked=\"true\"]):active {\n background-color: $bg-white;\n }\n}\n\n$SelectMenu-max-height: 480px !default;\n\n// Select Menu\n//\n// A more advanced menu with support for navigation, filtering, and more.\n\n.SelectMenu {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 99;\n display: flex;\n padding: $spacer-3;\n pointer-events: none;\n flex-direction: column;\n\n @include breakpoint(sm) {\n position: absolute;\n top: auto;\n right: auto;\n bottom: auto;\n left: auto;\n padding: 0;\n }\n}\n\n// Backdrop\n//\n// Adds a dark, semi transparent \"cover\" underneat the modal. Only visible for xs.\n\n.SelectMenu::before {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n pointer-events: none;\n content: \"\";\n background-color: $bg-black-fade;\n\n @include breakpoint(sm) {\n display: none;\n }\n}\n\n// Modal\n//\n// The main \"box\" that contains the content\n\n.SelectMenu-modal {\n position: relative;\n z-index: 99; // Needs to be higher than .details-overlay's z-index: 80.\n display: flex;\n max-height: 66%;\n margin: auto 0;\n overflow: hidden; // Enables border radius on scrollable child elements\n pointer-events: auto;\n flex-direction: column;\n background-color: $bg-gray;\n // stylelint-disable-next-line primer/borders\n border-radius: $border-radius * 2;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);\n animation: SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;\n\n @keyframes SelectMenu-modal-animation {\n 0% {\n opacity: 0;\n transform: scale(0.9);\n }\n }\n\n @keyframes SelectMenu-modal-animation--sm {\n 0% {\n opacity: 0;\n transform: translateY(-$spacer-3);\n }\n }\n\n @include breakpoint(sm) {\n width: 300px;\n height: auto;\n max-height: $SelectMenu-max-height;\n margin: $spacer-1 0 $spacer-3 0;\n font-size: $font-size-small;\n border: $border-width $border-style $border-gray-dark;\n border-radius: $border-radius;\n box-shadow: $box-shadow-medium;\n animation-name: SelectMenu-modal-animation--sm;\n }\n}\n\n// Header\n//\n// Used for showing a title and the close button. Close button is only visible for xs.\n\n.SelectMenu-header {\n display: flex;\n flex: none; // fixes header from getting squeezed in Safari iOS\n padding: $spacer-3;\n\n @include breakpoint(sm) {\n padding-top: $spacer-2;\n padding-bottom: $spacer-2;\n }\n}\n\n.SelectMenu-title {\n flex: auto;\n font-size: $body-font-size;\n font-weight: $font-weight-bold;\n\n @include breakpoint(sm) {\n font-size: inherit;\n }\n}\n\n.SelectMenu-closeButton {\n padding: $spacer-3;\n margin: -$spacer-3;\n color: $text-gray-light;\n background-color: transparent;\n border: 0;\n\n @include breakpoint(sm) {\n display: none;\n }\n}\n\n// Filter\n//\n// An input to filter a large list\n\n.SelectMenu-filter {\n padding: $spacer-3;\n margin: 0;\n border-top: $border;\n\n @include breakpoint(sm) {\n padding: $spacer-2;\n }\n}\n\n.SelectMenu-input {\n display: block;\n width: 100%;\n\n @include breakpoint(sm) {\n font-size: $h5-size;\n }\n}\n\n// List\n//\n// The container that holds all the list items. Starts scrolling when the list gets too long.\n\n.SelectMenu-list {\n position: relative;\n padding: 0;\n margin: 0;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: -$border-width; // Hides the last border in the list\n flex: auto;\n overflow-x: hidden;\n overflow-y: auto;\n background-color: $bg-white;\n border-top: $border;\n -webkit-overflow-scrolling: touch; // Adds momentum + bouncy scrolling\n}\n\n// List Item\n//\n// The interactive element used to make a selection\n\n.SelectMenu-item {\n display: flex;\n align-items: center;\n width: 100%;\n padding: $spacer-3;\n overflow: hidden;\n color: $text-gray;\n text-align: left;\n cursor: pointer;\n background-color: $bg-white;\n border: 0;\n border-bottom: $border-width $border-style $border-gray-light;\n\n @include breakpoint(sm) {\n padding-top: $spacer-2;\n padding-bottom: $spacer-2;\n }\n}\n\n// Icon\n//\n// Icon shown on the left of a list item.\n\n.SelectMenu-icon {\n width: $spacer-3; // fixed width to make sure following content aligns\n margin-right: $spacer-2;\n flex-shrink: 0;\n}\n\n// Check icon\n.SelectMenu-icon--check {\n visibility: hidden;\n transition: transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5), visibility 0s 0.12s linear;\n transform: scale(0);\n}\n\n// Tabs\n//\n// Allows switching between multiple lists\n\n.SelectMenu-tabs {\n display: flex;\n flex-shrink: 0;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: -$border-width; // hide border of element below\n overflow-x: auto;\n overflow-y: hidden;\n border-top: $border;\n -webkit-overflow-scrolling: touch;\n\n // Hide scrollbar so it doesn't cover the text\n &::-webkit-scrollbar {\n display: none;\n }\n\n @include breakpoint(sm) {\n padding: 0 $spacer-2;\n border-top: 0;\n }\n}\n\n.SelectMenu-tab {\n flex: 1;\n padding: $spacer-2 $spacer-3;\n font-size: $font-size-small;\n font-weight: $font-weight-semibold;\n color: $text-gray-light;\n text-align: center;\n background-color: transparent;\n border: 0;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: inset 0 -1px 0 $border-color;\n\n @include breakpoint(sm) {\n flex: none;\n padding: $spacer-1 $spacer-3;\n border: $border-width $border-style transparent;\n border-bottom-width: 0;\n border-top-left-radius: $border-radius;\n border-top-right-radius: $border-radius;\n }\n\n &[aria-selected=\"true\"] {\n z-index: 1; // Keeps box-shadow visible when hovering\n color: $text-gray-dark;\n cursor: default;\n background-color: $bg-white;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 0 1px $border-color;\n\n @include breakpoint(sm) {\n border-color: $border-color;\n box-shadow: none;\n }\n }\n}\n\n// Message, Blankslate and Loading\n//\n// A container used to show different kinds of content. Like a message, a blankslate or the loading animation.\n\n.SelectMenu-message {\n border-bottom: $border-width $border-style $border-gray-light;\n}\n\n.SelectMenu-message,\n.SelectMenu-blankslate,\n.SelectMenu-loading {\n padding: $spacer-4 $spacer-3;\n text-align: center;\n background-color: $bg-white;\n}\n\n// Divider\n//\n// Can be used to divide the list into multiple groups\n\n.SelectMenu-divider {\n padding: $spacer-1 $spacer-3;\n margin: 0;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n color: $text-gray-light;\n background-color: $bg-gray;\n border-bottom: $border-width $border-style $border-gray-light;\n}\n\n// Footer\n//\n// A container at the bottom.\n\n.SelectMenu-footer {\n z-index: 0; // Avoid top border from getting covered by the negative margin of the list\n padding: $spacer-2 $spacer-3;\n font-size: $font-size-small;\n color: $text-gray-light;\n text-align: center;\n border-top: $border;\n\n @include breakpoint(sm) {\n padding: $spacer-1 $spacer-2;\n }\n}\n\n// Has Filter (modifier)\n//\n// Makes sure that the filter input keeps a fixed position at the top while typing. Only visible for xs.\n\n.SelectMenu--hasFilter {\n .SelectMenu-modal {\n height: 80%;\n max-height: none;\n margin-top: 0;\n\n @include breakpoint(sm) {\n height: auto;\n max-height: $SelectMenu-max-height;\n margin-top: $spacer-1;\n }\n }\n}\n\n// States\n//\n// Different states\n\n// Reset outlines\n.SelectMenu-tab:focus,\n.SelectMenu-item:focus {\n outline: none;\n}\n\n// Reset <a> elements\n.SelectMenu-item:hover {\n text-decoration: none;\n}\n\n// Selected\n//\n// Visible when a used clicks/taps on a list item\n\n.SelectMenu-item[aria-checked=\"true\"] {\n font-weight: $font-weight-semibold;\n color: $text-gray-dark;\n\n .SelectMenu-icon--check {\n visibility: visible;\n transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), visibility 0s linear;\n transform: scale(1);\n }\n}\n\n// Can hover states\n//\n// For mouse/keyboard input\n\n@media (hover: hover) {\n body:not(.intent-mouse) .SelectMenu-item:focus,\n .SelectMenu-item:hover {\n background-color: $bg-gray;\n }\n\n .SelectMenu-item:active {\n background-color: $bg-gray-light;\n }\n\n body:not(.intent-mouse) .SelectMenu-tab:focus {\n // stylelint-disable-next-line primer/colors\n background-color: $blue-100;\n }\n\n .SelectMenu-tab:not([aria-selected=\"true\"]):hover {\n color: $text-gray-dark;\n // stylelint-disable-next-line primer/colors\n background-color: $gray-200;\n }\n\n .SelectMenu-tab:not([aria-selected=\"true\"]):active {\n color: $text-gray-dark;\n background-color: $bg-gray;\n }\n}\n\n// Can not hover states\n//\n// For touch input\n\n@media (hover: none) {\n // Android\n .SelectMenu-item:focus,\n .SelectMenu-item:active {\n background-color: $bg-gray-light;\n }\n\n // iOS Safari\n // :active would work if ontouchstart is added to the button\n // Instead this tweaks the \"native\" highlight color\n .SelectMenu-item {\n -webkit-tap-highlight-color: rgba($gray-300, 0.5);\n }\n}\n","// Subhead styles\n.Subhead {\n display: flex;\n padding-bottom: $spacer-2;\n margin-bottom: $spacer-3;\n border-bottom: $border;\n flex-flow: row wrap;\n}\n\n// Modifier class to give a lot of breathing room between sections of content.\n.Subhead--spacious {\n margin-top: $spacer-6;\n}\n\n// <h2> sized heading with normal font weight\n.Subhead-heading {\n font-size: $h2-size;\n font-weight: $font-weight-normal;\n flex: 1 1 auto;\n}\n\n// Make the text bold and red for dangerous content\n.Subhead-heading--danger {\n font-weight: $font-weight-bold;\n color: $text-red;\n}\n\n// One-liner of supporting text\n.Subhead-description {\n font-size: $body-font-size;\n color: $text-gray;\n flex: 1 100%;\n}\n\n// Add 1 or 2 buttons to the right of the heading\n.Subhead-actions {\n align-self: center;\n justify-content: flex-end;\n}\n",".TimelineItem {\n position: relative;\n display: flex;\n padding: $spacer-3 0;\n margin-left: $spacer-3;\n\n // The Timeline\n &::before {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n display: block;\n width: 2px;\n content: \"\";\n // stylelint-disable-next-line primer/colors\n background-color: $gray-200;\n }\n\n &:target .TimelineItem-badge {\n // stylelint-disable-next-line primer/borders\n border-color: $blue-400;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 0.2em $blue-200;\n }\n}\n\n.TimelineItem-badge {\n position: relative;\n z-index: 1;\n display: flex;\n width: $spacer-5;\n height: $spacer-5;\n margin-right: $spacer-2;\n margin-left: -$spacer-3 + 1;\n // stylelint-disable-next-line primer/colors\n color: $gray-700;\n align-items: center;\n // stylelint-disable-next-line primer/colors\n background-color: $gray-200;\n // stylelint-disable-next-line primer/borders\n border: 2px $border-style $border-white;\n border-radius: 50%;\n justify-content: center;\n flex-shrink: 0;\n}\n\n.TimelineItem-body {\n min-width: 0;\n max-width: 100%;\n margin-top: $spacer-1;\n // stylelint-disable-next-line primer/colors\n color: $gray-700;\n flex: auto;\n}\n\n.TimelineItem-avatar {\n position: absolute;\n left: -($spacer-6 + $spacer-5);\n z-index: 1;\n}\n\n.TimelineItem-break {\n position: relative;\n z-index: 1;\n height: $spacer-4;\n margin: 0;\n margin-bottom: -$spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin-left: -($spacer-6 + $spacer-3);\n background-color: $bg-white;\n border: 0;\n // stylelint-disable-next-line primer/borders\n border-top: 4px $border-style $border-color;\n}\n\n.TimelineItem--condensed {\n padding-top: $spacer-1;\n padding-bottom: 0;\n\n // TimelineItem--condensed is often grouped. (commits)\n &:last-child {\n padding-bottom: $spacer-3;\n }\n\n .TimelineItem-badge {\n height: $spacer-3;\n margin-top: $spacer-2;\n margin-bottom: $spacer-2;\n // stylelint-disable-next-line primer/colors\n color: $gray-400;\n background-color: $bg-white;\n border: 0;\n }\n}\n","// Toast\n\n.Toast {\n display: flex;\n margin: $spacer-2;\n color: $text-black;\n background-color: $bg-white;\n border-radius: $border-radius;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: inset 0 0 0 1px $border-gray-dark, $box-shadow-medium;\n\n @include breakpoint(sm) {\n width: max-content;\n max-width: 450px;\n margin: $spacer-3;\n }\n}\n\n.Toast-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n width: $spacer-3 * 3;\n flex-shrink: 0;\n color: $text-white;\n background-color: $bg-blue;\n border-top-left-radius: inherit;\n border-bottom-left-radius: inherit;\n}\n\n.Toast-content {\n padding: $spacer-3;\n}\n\n.Toast-dismissButton {\n max-height: 54px; // keeps button aligned to the top\n padding: $spacer-3;\n background-color: transparent;\n border: 0;\n\n &:focus,\n &:hover {\n color: $text-gray;\n outline: none;\n }\n\n &:active {\n // stylelint-disable-next-line primer/colors\n color: $gray-400;\n }\n}\n\n// Modifier\n\n.Toast--error .Toast-icon {\n background-color: $bg-red;\n}\n\n.Toast--warning .Toast-icon {\n color: $text-gray-dark;\n // stylelint-disable-next-line primer/colors\n background-color: $yellow-600;\n}\n\n.Toast--success .Toast-icon {\n background-color: $bg-green;\n}\n\n.Toast--loading .Toast-icon {\n // stylelint-disable-next-line primer/colors\n background-color: $gray-600;\n}\n\n// Animations\n\n.Toast--animateIn {\n animation: Toast--animateIn 0.18s cubic-bezier(0.22, 0.61, 0.36, 1) backwards;\n}\n\n@keyframes Toast--animateIn {\n 0% {\n opacity: 0;\n transform: translateY(100%);\n }\n}\n\n.Toast--animateOut {\n animation: Toast--animateOut 0.18s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards;\n}\n\n@keyframes Toast--animateOut {\n 100% {\n pointer-events: none;\n opacity: 0;\n transform: translateY(100%);\n }\n}\n\n.Toast--spinner {\n animation: Toast--spinner 1000ms linear infinite;\n}\n\n@keyframes Toast--spinner {\n from { transform: rotate(0deg); }\n to { transform: rotate(360deg); }\n}\n","/*!\n * @primer/css/marketing\n * http://primer.style/css\n *\n * Released under MIT license. Copyright (c) 2019 GitHub Inc.\n */\n\n// Global requirements\n@import \"./support/index.scss\";\n\n// marketing specific css modules\n@import \"./type/index.scss\";\n@import \"./buttons/index.scss\";\n@import \"./utilities/index.scss\";\n","$marketing-font-path: \"/fonts/\" !default;\n\n// Type\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-normal;\n src: local(\"Inter\"), local(\"Inter-Regular\"), url(\"#{$marketing-font-path}Inter-Regular.woff\") format(\"woff\");\n font-display: swap;\n}\n\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-semibold;\n src: local(\"Inter Medium\"), local(\"Inter-Medium\"), url(\"#{$marketing-font-path}Inter-Medium.woff\") format(\"woff\");\n font-display: swap;\n}\n\n@font-face {\n font-family: Inter;\n font-style: normal;\n font-weight: $font-weight-bold;\n src: local(\"Inter Bold\"), local(\"Inter-Bold\"), url(\"#{$marketing-font-path}Inter-Bold.woff\") format(\"woff\");\n font-display: swap;\n}\n\n$font-mktg: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\" !default;\n\n// Builds upon @primer/css/support/variables/typography.scss\n$h000-size: 64px !default;\n$h000-size-mobile: 48px !default;\n\n// Colors\n$green-mktg: mix($green-500, $green-400, 50%) !default;\n$blue-mktg: mix($blue-400, $blue-500, 42%) !default;\n\n// Animations\n$transition-time: 0.4s !default;\n\n// Increases the core spacing scale first by 8px for $spacer-7, then by 16px\n// increments from $spacer-8 to $spacer-12, i.e. after 40px, we have 48, 64,\n// 80, 96, etc.\n$spacer-7: $spacer * 6 !default; // 48px\n$spacer-8: $spacer * 8 !default; // 64px\n$spacer-9: $spacer * 10 !default; // 80px\n$spacer-10: $spacer * 12 !default; // 96px\n$spacer-11: $spacer * 14 !default; // 112px\n$spacer-12: $spacer * 16 !default; // 128px\n\n$marketing-spacers: (\n 7: $spacer-7,\n 8: $spacer-8,\n 9: $spacer-9,\n 10: $spacer-10,\n 11: $spacer-11,\n 12: $spacer-12,\n) !default;\n\n$marketing-all-spacers: map-merge(\n (\n 0: 0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n ),\n $marketing-spacers,\n) !default;\n\n$marketing-position-variants: (\n \"\": \"\",\n md: \"-md\",\n lg: \"-lg\",\n) !default;\n","// Headings\n\n.h000-mktg,\n.h00-mktg,\n.h0-mktg,\n.h1-mktg,\n.h2-mktg,\n.h3-mktg,\n.h4-mktg,\n.h5-mktg,\n.h6-mktg,\n.lead-mktg {\n font-family: $font-mktg;\n font-weight: $font-weight-semibold;\n}\n\n@mixin h000-mktg {\n font-size: $h000-size-mobile !important;\n @include breakpoint(md) { font-size: $h000-size !important; }\n}\n\n.h000-mktg { @include h000-mktg; }\n\n@mixin h00-mktg {\n font-size: $h00-size-mobile !important;\n @include breakpoint(md) { font-size: $h00-size !important; }\n}\n\n.h00-mktg { @include h00-mktg; }\n\n@mixin h0-mktg {\n font-size: $h0-size-mobile !important;\n @include breakpoint(md) { font-size: $h0-size !important; }\n}\n\n.h0-mktg { @include h0-mktg; }\n\n@mixin h1-mktg {\n font-size: $h1-size-mobile !important;\n @include breakpoint(md) { font-size: $h1-size !important; }\n}\n\n.h1-mktg { @include h1-mktg; }\n\n@mixin h2-mktg {\n font-size: $h2-size-mobile !important;\n @include breakpoint(md) { font-size: $h2-size !important; }\n}\n\n.h2-mktg { @include h2-mktg; }\n\n@mixin h3-mktg {\n font-size: $h3-size-mobile !important;\n @include breakpoint(md) { font-size: $h3-size !important; }\n}\n\n.h3-mktg { @include h3-mktg; }\n\n.h4-mktg {\n font-size: $h4-size !important;\n}\n\n.h5-mktg {\n font-size: $h5-size !important;\n}\n\n.h6-mktg {\n font-size: $h6-size !important;\n}\n\n// Big opening paragraphs\n@mixin lead-mktg {\n font-size: $h3-size;\n font-weight: $font-weight-normal;\n}\n\n.lead-mktg { @include lead-mktg; }\n\n// Pullquote\n\n@mixin pullquote {\n padding-top: 0;\n padding-bottom: 0;\n padding-left: $spacer;\n margin-bottom: $spacer-4;\n font-family: $mono-font;\n font-size: $h4-size;\n line-height: 1.4;\n color: $text-gray;\n border-left: 3px solid $border-color;\n\n @include breakpoint(md) {\n padding-left: $spacer * 1.5;\n margin-bottom: $spacer-5;\n margin-left: (-$spacer * 1.5) - 3px;\n font-size: 18px;\n line-height: $lh-default;\n }\n}\n\n.pullquote {\n @include pullquote;\n}\n",".btn-mktg {\n display: inline-block;\n padding: $spacer-3 $spacer-4;\n font-size: $h5-size;\n font-weight: $font-weight-semibold;\n color: $text-white;\n white-space: nowrap;\n vertical-align: middle;\n cursor: pointer;\n user-select: none;\n // stylelint-disable-next-line primer/colors\n background-color: $blue-mktg;\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style $blue-mktg;\n border-radius: $border-radius;\n transition: $transition-time / 2;\n appearance: none; // Corrects inability to style clickable `input` types in iOS.\n\n &:hover {\n text-decoration: none;\n background-color: $bg-blue;\n border-color: $border-blue;\n }\n\n &:focus {\n outline: 0;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 0 0.2em rgba($blue-500, 0.3);\n }\n\n &:disabled,\n &.disabled,\n &[aria-disabled=true] {\n pointer-events: none; // Disable hover styles\n cursor: default;\n opacity: 0.65;\n }\n}\n\n.btn-primary-mktg {\n // stylelint-disable-next-line primer/colors\n background-color: $green-mktg;\n // stylelint-disable-next-line primer/borders\n border-color: $green-mktg;\n\n &:hover {\n background-color: $bg-green;\n // stylelint-disable-next-line primer/borders\n border-color: $green-500;\n }\n\n &:focus {\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 0 0.2em rgba($green-500, 0.3);\n }\n}\n\n.btn-large-mktg {\n // stylelint-disable-next-line primer/spacing\n padding: 20px $spacer-5;\n font-size: $h4-size;\n}\n\n.btn-outline-mktg {\n // stylelint-disable-next-line primer/colors\n color: $blue-mktg;\n // stylelint-disable-next-line primer/colors\n background-color: rgba($white, 0);\n // stylelint-disable-next-line primer/borders\n border-color: rgba($blue-mktg, 0.5);\n\n &:hover {\n color: $text-blue;\n text-decoration: none;\n // stylelint-disable-next-line primer/colors\n background-color: rgba($white, 0);\n // stylelint-disable-next-line primer/borders\n border-color: rgba($blue-mktg, 1);\n }\n}\n\n@mixin btn-transparent-active {\n color: $gray-800;\n background-color: $white;\n background-image: none;\n border-color: $white;\n}\n\n.btn-transparent {\n color: $text-white;\n background-color: transparent;\n background-image: none;\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style $white-fade-50;\n\n &:hover,\n &:active {\n @include btn-transparent-active;\n }\n}\n",".grayscale {\n filter: grayscale(100%);\n}\n","// Layout utilities\n// stylelint-disable block-opening-brace-space-before\n\n// Responsive utilities to position content\n// No utilities for sm and xl breakpoints\n@each $breakpoint, $variant in $marketing-position-variants {\n @include breakpoint($breakpoint) {\n @each $scale, $size in $marketing-all-spacers {\n .top#{$variant}-#{$scale} { top: $size !important; }\n .right#{$variant}-#{$scale} { right: $size !important; }\n .bottom#{$variant}-#{$scale} { bottom: $size !important; }\n .left#{$variant}-#{$scale} { left: $size !important; }\n\n .top#{$variant}-n#{$scale} { top: -$size !important; }\n .right#{$variant}-n#{$scale} { right: -$size !important; }\n .bottom#{$variant}-n#{$scale} { bottom: -$size !important; }\n .left#{$variant}-n#{$scale} { left: -$size !important; }\n }\n }\n}\n\n// Negative offset columns\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n @for $offset from 1 through 7 {\n .offset#{$variant}-n#{$offset} { margin-left: -($offset / 12 * 100%); }\n }\n }\n}\n","// Margin spacer utilities for marketing\n// Utilities only added for y-direction margin (i.e. top & bottom)\n\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n @each $scale, $size in $marketing-all-spacers {\n\n .mt#{$variant}-#{$scale} { margin-top: $size !important; }\n .mb#{$variant}-#{$scale} { margin-bottom: $size !important; }\n\n .my#{$variant}-#{$scale} {\n margin-top: $size !important;\n margin-bottom: $size !important;\n }\n }\n }\n}\n","// Padding spacer utilities for marketing\n// stylelint-disable block-opening-brace-space-before\n\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n @each $scale, $size in $marketing-all-spacers {\n // Set a #{$size} padding for all sides\n .p#{$variant}-#{$scale} { padding: #{$size} !important; }\n // Set a #{$size} padding to the top\n .pt#{$variant}-#{$scale} { padding-top: #{$size} !important; }\n // Set a #{$size} padding to the right\n .pr#{$variant}-#{$scale} { padding-right: #{$size} !important; }\n // Set a #{$size} padding to the bottom\n .pb#{$variant}-#{$scale} { padding-bottom: #{$size} !important; }\n // Set a #{$size} padding to the left\n .pl#{$variant}-#{$scale} { padding-left: #{$size} !important; }\n // Set a #{$size} padding to the top & bottom\n .py#{$variant}-#{$scale} {\n padding-top: #{$size} !important;\n padding-bottom: #{$size} !important;\n }\n }\n }\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/primer.js b/assets/sass/@primer/css/dist/primer.js deleted file mode 100644 index 0c81f8e..0000000 --- a/assets/sass/@primer/css/dist/primer.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/primer.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/product.css b/assets/sass/@primer/css/dist/product.css deleted file mode 100644 index 532a75e..0000000 --- a/assets/sass/@primer/css/dist/product.css +++ /dev/null @@ -1,8 +0,0 @@ -/*! - * @primer/css/product - * http://primer.style/css - * - * Released under MIT license. Copyright (c) 2019 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}.flash-banner{position:fixed;top:0;z-index:90;width:100%;border-top:0;border-right:0;border-left:0;border-radius:0}.warning{padding:.5em;margin-bottom:0.8em;font-weight:600;background-color:#fffbdd}.autocomplete-results{position:absolute;z-index:99;width:100%;max-height:20em;overflow-y:auto;font-size:13px;list-style:none;background:#fff;border-radius:3px;box-shadow:0 0 5px rgba(27,31,35,0.3)}.autocomplete-item{display:block;padding:4px 8px;overflow:hidden;font-weight:600;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.autocomplete-item:hover,.autocomplete-item.selected,.autocomplete-item[aria-selected=true],.autocomplete-item.navigation-focus{color:#fff;text-decoration:none;background-color:#0366d6}.autocomplete-item:hover *,.autocomplete-item.selected *,.autocomplete-item[aria-selected=true] *,.autocomplete-item.navigation-focus *{color:inherit !important}.suggester{position:relative;top:0;left:0;min-width:180px;padding:0;margin:0;margin-top:24px;list-style:none;cursor:pointer;background:#fff;border:1px #e1e4e8 solid;border-radius:3px;box-shadow:0 1px 5px rgba(27,31,35,0.15)}.suggester li{display:block;padding:4px 8px;font-weight:600;border-bottom:1px #e1e4e8 solid}.suggester li small{font-weight:400;color:#586069}.suggester li:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.suggester li:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.suggester li:hover,.suggester li[aria-selected="true"],.suggester li.navigation-focus{color:#fff;text-decoration:none;background:#0366d6}.suggester li:hover small,.suggester li[aria-selected="true"] small,.suggester li.navigation-focus small{color:#fff}.suggester-container{position:absolute;top:0;left:0;z-index:30}@media (max-width: 544px){.page-responsive .suggester-container{right:8px !important;left:8px !important}.page-responsive .suggester li{padding:8px 16px}}.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)}.AvatarStack{position:relative;min-width:26px;height:20px}.AvatarStack .AvatarStack-body{position:absolute}.AvatarStack.AvatarStack--two{min-width:36px}.AvatarStack.AvatarStack--three-plus{min-width:46px}.AvatarStack-body{display:flex;background:#fff}.AvatarStack-body .avatar{position:relative;z-index:2;display:flex;width:20px;height:20px;box-sizing:content-box;margin-right:-11px;background-color:#fff;border-right:1px solid #fff;border-radius:2px;transition:margin 0.1s ease-in-out}.AvatarStack-body .avatar:first-child{z-index:3}.AvatarStack-body .avatar:last-child{z-index:1;border-right:0}.AvatarStack-body .avatar img{border-radius:2px}.AvatarStack-body .avatar:nth-child(n+4){display:none;opacity:0}.AvatarStack-body:hover .avatar{margin-right:3px}.AvatarStack-body:hover .avatar:nth-child(n+4){display:flex;opacity:1}.AvatarStack-body:hover .avatar-more{display:none !important}.avatar.avatar-more{z-index:1;margin-right:0;background:#f6f8fa}.avatar.avatar-more::before,.avatar.avatar-more::after{position:absolute;display:block;height:20px;content:"";border-radius:2px;outline:1px solid #fff}.avatar.avatar-more::before{width:17px;background:#e1e4e8}.avatar.avatar-more::after{width:14px;background:#d1d5da}.AvatarStack--right .AvatarStack-body{right:0;flex-direction:row-reverse}.AvatarStack--right .AvatarStack-body:hover .avatar{margin-right:0;margin-left:3px}.AvatarStack--right .avatar.avatar-more{background:#d1d5da}.AvatarStack--right .avatar.avatar-more::before{width:5px}.AvatarStack--right .avatar.avatar-more::after{width:2px;background:#f6f8fa}.AvatarStack--right .avatar{margin-right:0;margin-left:-11px;border-right:0;border-left:1px solid #fff}.CircleBadge{display:flex;align-items: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}.blankslate code{padding:2px 5px 3px;font-size:14px;background:#fff;border:1px solid #eaecef;border-radius:3px}.blankslate img{width:56px;height:56px}.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{max-width:485px;margin:0 auto}.blankslate-large img{width:80px;height:80px}.blankslate-large h3{margin:16px 0;font-size:24px}.blankslate-large p{font-size:16px}.blankslate-clean-background{border:0}.branch-name{display:inline-block;padding:2px 6px;font:12px "SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;color:rgba(27,31,35,0.6);background-color:#eaf5ff;border-radius:3px}.branch-name .octicon{margin:1px -2px 0 0;color:#a8bbd0}a.branch-name{color:#0366d6}.dropdown{position:relative}.dropdown-caret{display:inline-block;width:0;height:0;vertical-align:middle;content:"";border-style:solid;border-width:4px 4px 0;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.dropdown-menu{position:absolute;top:100%;left:0;z-index:100;width:160px;padding-top:4px;padding-bottom:4px;margin-top:2px;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(27,31,35,0.15);border-radius:4px;box-shadow:0 1px 15px rgba(27,31,35,0.15)}.dropdown-menu::before,.dropdown-menu::after{position:absolute;display:inline-block;content:""}.dropdown-menu::before{border:8px solid transparent;border-bottom-color:rgba(27,31,35,0.15)}.dropdown-menu::after{border:7px solid transparent;border-bottom-color:#fff}.dropdown-menu>ul{list-style:none}.dropdown-menu-no-overflow{width:auto}.dropdown-menu-no-overflow .dropdown-item{padding:4px 16px;overflow:visible;text-overflow:inherit}.dropdown-item{display:block;padding:4px 8px 4px 16px;overflow:hidden;color:#24292e;text-overflow:ellipsis;white-space:nowrap}.dropdown-item:focus,.dropdown-item:hover{color:#fff;text-decoration:none;background-color:#0366d6;outline:none}.dropdown-item:focus>.octicon,.dropdown-item:hover>.octicon{color:inherit;opacity:1}.dropdown-item.btn-link{width:100%;text-align:left}.dropdown-signout{width:100%;text-align:left;background:none;border:0}.dropdown-divider{display:block;height:0;margin:8px 0;border-top:1px #e1e4e8 solid}.dropdown-header{padding:4px 16px;font-size:12px;color:#586069}.dropdown-item[aria-checked="false"] .octicon-check{display:none}.dropdown-menu-w{top:0;right:100%;left:auto;width:auto;margin-top:0;margin-right:8px}.dropdown-menu-w::before{top:10px;right:-16px;left:auto;border-color:transparent;border-left-color:rgba(27,31,35,0.15)}.dropdown-menu-w::after{top:11px;right:-14px;left:auto;border-color:transparent;border-left-color:#fff}.dropdown-menu-e{top:0;left:100%;width:auto;margin-top:0;margin-left:8px}.dropdown-menu-e::before{top:8px;left:-16px;border-color:transparent;border-right-color:rgba(27,31,35,0.15)}.dropdown-menu-e::after{top:11px;left:-14px;border-color:transparent;border-right-color:#fff}.dropdown-menu-ne{top:auto;bottom:100%;left:0;margin-bottom:3px}.dropdown-menu-ne::before,.dropdown-menu-ne::after{top:auto;right:auto}.dropdown-menu-ne::before{bottom:-8px;left:9px;border-top:8px solid rgba(27,31,35,0.15);border-right:8px solid transparent;border-bottom:0;border-left:8px solid transparent}.dropdown-menu-ne::after{bottom:-7px;left:10px;border-top:7px solid #fff;border-right:7px solid transparent;border-bottom:0;border-left:7px solid transparent}.dropdown-menu-s{right:50%;left:auto;transform:translateX(50%)}.dropdown-menu-s::before{top:-16px;right:50%;transform:translateX(50%)}.dropdown-menu-s::after{top:-14px;right:50%;transform:translateX(50%)}.dropdown-menu-sw{right:0;left:auto}.dropdown-menu-sw::before{top:-16px;right:9px;left:auto}.dropdown-menu-sw::after{top:-14px;right:10px;left:auto}.dropdown-menu-se::before{top:-16px;left:9px}.dropdown-menu-se::after{top:-14px;left:10px}.dropdown-menu-dark{color:#fff;background:#2f363d;border-color:#444d56;box-shadow:0 1px 15px rgba(27,31,35,0.15)}.dropdown-menu-dark::before{border-bottom-color:#444d56}.dropdown-menu-dark::after{border-bottom-color:#2f363d}.dropdown-menu-dark .dropdown-header{color:#d1d5da}.dropdown-menu-dark .dropdown-divider{border-top-color:#444d56}.dropdown-menu-dark .dropdown-item{color:inherit}.dropdown-menu-dark.dropdown-menu-w::before{border-color:transparent transparent transparent #444d56}.dropdown-menu-dark.dropdown-menu-w::after{border-color:transparent transparent transparent #2f363d}.dropdown-menu-dark.dropdown-menu-e::before{border-color:transparent #444d56 transparent transparent}.dropdown-menu-dark.dropdown-menu-e::after{border-color:transparent #2f363d transparent transparent}.dropdown-menu-dark.dropdown-menu-ne::before{border-color:#444d56 transparent transparent transparent}.dropdown-menu-dark.dropdown-menu-ne::after{border-color:#2f363d transparent transparent transparent}.Header{z-index:32;display:flex;padding:16px;font-size:14px;line-height:1.5;color:rgba(255,255,255,0.7);background-color:#24292e;align-items:center;flex-wrap:nowrap}.Header-item{display:flex;margin-right:16px;align-self:stretch;align-items:center;flex-wrap:nowrap}.Header-item--full{flex:auto}.Header-link{font-weight:600;color:#fff;white-space:nowrap}.Header-link:hover,.Header-link:focus{color:rgba(255,255,255,0.7);text-decoration:none}.IssueLabel{height:20px;padding:0.15em 4px;font-size:12px;font-weight:600;line-height:15px;border-radius:2px;box-shadow:inset 0 -1px 0 rgba(27,31,35,0.12)}.IssueLabel .g-emoji{position:relative;top:-0.05em;display:inline-block;font-size:1em;line-height:1}.IssueLabel:hover{text-decoration:none}.IssueLabel--big{padding:4px 8px;font-size:14px;font-weight:600;border-radius:3px;transition:opacity 0.2s linear}.IssueLabel--big .g-emoji{display:inline-block;margin-top:-1px}.IssueLabel--big:hover{opacity:0.85}.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:400;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;white-space:nowrap;background-color:#6a737d;border-radius:3px}.State--green{background-color:#2cbe4e}.State--purple{background-color:#6f42c1}.State--red{background-color:#cb2431}.State--small{padding:.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:empty{visibility:hidden}.Counter--gray-light{color:#24292e;background-color:rgba(27,31,35,0.15)}.Counter--gray{color:#fff;background-color:#6a737d}.diffstat{font-size:12px;font-weight:600;color:#586069;white-space:nowrap;cursor:default}.diffstat-block-deleted,.diffstat-block-added,.diffstat-block-neutral{display:inline-block;width:8px;height:8px;margin-left:1px}.diffstat-block-deleted{background-color:#cb2431}.diffstat-block-added{background-color:#2cbe4e}.diffstat-block-neutral{background-color:#d1d5da}.AnimatedEllipsis{display:inline-block;overflow:hidden;vertical-align:bottom}.AnimatedEllipsis::after{display:inline-block;content:"...";animation:AnimatedEllipsis-keyframes 1.2s steps(4, jump-none) infinite}@keyframes AnimatedEllipsis-keyframes{0%{transform:translateX(-100%)}}.markdown-body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body kbd{display:inline-block;padding:3px 5px;font:11px "SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;line-height:10px;color:#444d56;vertical-align:middle;background-color:#fafbfc;border:solid 1px #d1d5da;border-bottom-color:#d1d5da;border-radius:3px;box-shadow:inset 0 -1px 0 #d1d5da}.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,.markdown-body details{margin-top:0;margin-bottom:16px}.markdown-body hr{height:.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 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{word-wrap:break-all}.markdown-body li>p{margin-top:16px}.markdown-body li+li{margin-top:.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.2em 0.4em;margin:0;font-size:85%;background-color:rgba(27,31,35,0.05);border-radius:3px}.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 .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}.Popover{position:absolute;z-index:100}.Popover-message{position:relative;width:232px;margin-right:auto;margin-left:auto}.Popover-message::before,.Popover-message::after{position:absolute;left:50%;display:inline-block;content:""}.Popover-message::before{top:-16px;margin-left:-9px;border:8px solid transparent;border-bottom-color:rgba(27,31,35,0.15)}.Popover-message::after{top:-14px;margin-left:-8px;border:7px solid transparent;border-bottom-color:#fff}.Popover-message--bottom::before,.Popover-message--bottom::after,.Popover-message--bottom-right::before,.Popover-message--bottom-right::after,.Popover-message--bottom-left::before,.Popover-message--bottom-left::after{top:auto;border-bottom-color:transparent}.Popover-message--bottom::before,.Popover-message--bottom-right::before,.Popover-message--bottom-left::before{bottom:-16px;border-top-color:rgba(27,31,35,0.15)}.Popover-message--bottom::after,.Popover-message--bottom-right::after,.Popover-message--bottom-left::after{bottom:-14px;border-top-color:#fff}.Popover-message--top-right,.Popover-message--bottom-right{right:-9px;margin-right:0}.Popover-message--top-right::before,.Popover-message--top-right::after,.Popover-message--bottom-right::before,.Popover-message--bottom-right::after{left:auto;margin-left:0}.Popover-message--top-right::before,.Popover-message--bottom-right::before{right:20px}.Popover-message--top-right::after,.Popover-message--bottom-right::after{right:21px}.Popover-message--top-left,.Popover-message--bottom-left{left:-9px;margin-left:0}.Popover-message--top-left::before,.Popover-message--top-left::after,.Popover-message--bottom-left::before,.Popover-message--bottom-left::after{left:24px;margin-left:0}.Popover-message--top-left::after,.Popover-message--bottom-left::after{left:25px}.Popover-message--right::before,.Popover-message--right::after,.Popover-message--right-top::before,.Popover-message--right-top::after,.Popover-message--right-bottom::before,.Popover-message--right-bottom::after,.Popover-message--left::before,.Popover-message--left::after,.Popover-message--left-top::before,.Popover-message--left-top::after,.Popover-message--left-bottom::before,.Popover-message--left-bottom::after{top:50%;left:auto;margin-left:0;border-bottom-color:transparent}.Popover-message--right::before,.Popover-message--right-top::before,.Popover-message--right-bottom::before,.Popover-message--left::before,.Popover-message--left-top::before,.Popover-message--left-bottom::before{margin-top:-9px}.Popover-message--right::after,.Popover-message--right-top::after,.Popover-message--right-bottom::after,.Popover-message--left::after,.Popover-message--left-top::after,.Popover-message--left-bottom::after{margin-top:-8px}.Popover-message--right::before,.Popover-message--right-top::before,.Popover-message--right-bottom::before{right:-16px;border-left-color:rgba(27,31,35,0.15)}.Popover-message--right::after,.Popover-message--right-top::after,.Popover-message--right-bottom::after{right:-14px;border-left-color:#fff}.Popover-message--left::before,.Popover-message--left-top::before,.Popover-message--left-bottom::before{left:-16px;border-right-color:rgba(27,31,35,0.15)}.Popover-message--left::after,.Popover-message--left-top::after,.Popover-message--left-bottom::after{left:-14px;border-right-color:#fff}.Popover-message--right-top::before,.Popover-message--right-top::after,.Popover-message--left-top::before,.Popover-message--left-top::after{top:24px}.Popover-message--right-bottom::before,.Popover-message--right-bottom::after,.Popover-message--left-bottom::before,.Popover-message--left-bottom::after{top:auto}.Popover-message--right-bottom::before,.Popover-message--left-bottom::before{bottom:16px}.Popover-message--right-bottom::after,.Popover-message--left-bottom::after{bottom:17px}@media (min-width: 544px){.Popover-message--large{min-width:320px}}.Progress{display:flex;height:8px;overflow:hidden;background-color:#e1e4e8;border-radius:3px}.Progress--large{height:10px}.Progress--small{height:5px}@media (hover: hover){.SelectMenu-tab:not([aria-checked="true"]):hover,.SelectMenu-tab:not([aria-checked="true"]):active{background-color:#fff}}.SelectMenu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;display:flex;padding:16px;pointer-events:none;flex-direction:column}@media (min-width: 544px){.SelectMenu{position:absolute;top:auto;right:auto;bottom:auto;left:auto;padding:0}}.SelectMenu::before{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:"";background-color:rgba(27,31,35,0.5)}@media (min-width: 544px){.SelectMenu::before{display:none}}.SelectMenu-modal{position:relative;z-index:99;display:flex;max-height:66%;margin:auto 0;overflow:hidden;pointer-events:auto;flex-direction:column;background-color:#f6f8fa;border-radius:6px;box-shadow:0 0 18px rgba(0,0,0,0.4);animation:SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards}@keyframes SelectMenu-modal-animation{0%{opacity:0;transform:scale(0.9)}}@keyframes SelectMenu-modal-animation--sm{0%{opacity:0;transform:translateY(-16px)}}@media (min-width: 544px){.SelectMenu-modal{width:300px;height:auto;max-height:480px;margin:4px 0 16px 0;font-size:12px;border:1px solid #d1d5da;border-radius:3px;box-shadow:0 1px 5px rgba(27,31,35,0.15);animation-name:SelectMenu-modal-animation--sm}}.SelectMenu-header{display:flex;flex:none;padding:16px}@media (min-width: 544px){.SelectMenu-header{padding-top:8px;padding-bottom:8px}}.SelectMenu-title{flex:auto;font-size:14px;font-weight:600}@media (min-width: 544px){.SelectMenu-title{font-size:inherit}}.SelectMenu-closeButton{padding:16px;margin:-16px;color:#6a737d;background-color:transparent;border:0}@media (min-width: 544px){.SelectMenu-closeButton{display:none}}.SelectMenu-filter{padding:16px;margin:0;border-top:1px #e1e4e8 solid}@media (min-width: 544px){.SelectMenu-filter{padding:8px}}.SelectMenu-input{display:block;width:100%}@media (min-width: 544px){.SelectMenu-input{font-size:14px}}.SelectMenu-list{position:relative;padding:0;margin:0;margin-bottom:-1px;flex:auto;overflow-x:hidden;overflow-y:auto;background-color:#fff;border-top:1px #e1e4e8 solid;-webkit-overflow-scrolling:touch}.SelectMenu-item{display:flex;align-items:center;width:100%;padding:16px;overflow:hidden;color:#586069;text-align:left;cursor:pointer;background-color:#fff;border:0;border-bottom:1px solid #eaecef}@media (min-width: 544px){.SelectMenu-item{padding-top:8px;padding-bottom:8px}}.SelectMenu-icon{width:16px;margin-right:8px;flex-shrink:0}.SelectMenu-icon--check{visibility:hidden;transition:transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5),visibility 0s 0.12s linear;transform:scale(0)}.SelectMenu-tabs{display:flex;flex-shrink:0;margin-bottom:-1px;overflow-x:auto;overflow-y:hidden;border-top:1px #e1e4e8 solid;-webkit-overflow-scrolling:touch}.SelectMenu-tabs::-webkit-scrollbar{display:none}@media (min-width: 544px){.SelectMenu-tabs{padding:0 8px;border-top:0}}.SelectMenu-tab{flex:1;padding:8px 16px;font-size:12px;font-weight:500;color:#6a737d;text-align:center;background-color:transparent;border:0;box-shadow:inset 0 -1px 0 #e1e4e8}@media (min-width: 544px){.SelectMenu-tab{flex:none;padding:4px 16px;border:1px solid transparent;border-bottom-width:0;border-top-left-radius:3px;border-top-right-radius:3px}}.SelectMenu-tab[aria-selected="true"]{z-index:1;color:#24292e;cursor:default;background-color:#fff;box-shadow:0 0 0 1px #e1e4e8}@media (min-width: 544px){.SelectMenu-tab[aria-selected="true"]{border-color:#e1e4e8;box-shadow:none}}.SelectMenu-message{border-bottom:1px solid #eaecef}.SelectMenu-message,.SelectMenu-blankslate,.SelectMenu-loading{padding:24px 16px;text-align:center;background-color:#fff}.SelectMenu-divider{padding:4px 16px;margin:0;font-size:12px;font-weight:600;color:#6a737d;background-color:#f6f8fa;border-bottom:1px solid #eaecef}.SelectMenu-footer{z-index:0;padding:8px 16px;font-size:12px;color:#6a737d;text-align:center;border-top:1px #e1e4e8 solid}@media (min-width: 544px){.SelectMenu-footer{padding:4px 8px}}.SelectMenu--hasFilter .SelectMenu-modal{height:80%;max-height:none;margin-top:0}@media (min-width: 544px){.SelectMenu--hasFilter .SelectMenu-modal{height:auto;max-height:480px;margin-top:4px}}.SelectMenu-tab:focus,.SelectMenu-item:focus{outline:none}.SelectMenu-item:hover{text-decoration:none}.SelectMenu-item[aria-checked="true"]{font-weight:500;color:#24292e}.SelectMenu-item[aria-checked="true"] .SelectMenu-icon--check{visibility:visible;transition:transform 0.12s cubic-bezier(0, 0, 0.2, 1),visibility 0s linear;transform:scale(1)}@media (hover: hover){body:not(.intent-mouse) .SelectMenu-item:focus,.SelectMenu-item:hover{background-color:#f6f8fa}.SelectMenu-item:active{background-color:#fafbfc}body:not(.intent-mouse) .SelectMenu-tab:focus{background-color:#dbedff}.SelectMenu-tab:not([aria-selected="true"]):hover{color:#24292e;background-color:#e1e4e8}.SelectMenu-tab:not([aria-selected="true"]):active{color:#24292e;background-color:#f6f8fa}}@media (hover: none){.SelectMenu-item:focus,.SelectMenu-item:active{background-color:#fafbfc}.SelectMenu-item{-webkit-tap-highlight-color:rgba(209,213,218,0.5)}}.Subhead{display:flex;padding-bottom:8px;margin-bottom:16px;border-bottom:1px #e1e4e8 solid;flex-flow:row wrap}.Subhead--spacious{margin-top:40px}.Subhead-heading{font-size:24px;font-weight:400;flex:1 1 auto}.Subhead-heading--danger{font-weight:600;color:#cb2431}.Subhead-description{font-size:14px;color:#586069;flex:1 100%}.Subhead-actions{align-self:center;justify-content:flex-end}.TimelineItem{position:relative;display:flex;padding:16px 0;margin-left:16px}.TimelineItem::before{position:absolute;top:0;bottom:0;left:0;display:block;width:2px;content:"";background-color:#e1e4e8}.TimelineItem:target .TimelineItem-badge{border-color:#2188ff;box-shadow:0 0 0.2em #c8e1ff}.TimelineItem-badge{position:relative;z-index:1;display:flex;width:32px;height:32px;margin-right:8px;margin-left:-15px;color:#444d56;align-items:center;background-color:#e1e4e8;border:2px solid #fff;border-radius:50%;justify-content:center;flex-shrink:0}.TimelineItem-body{min-width:0;max-width:100%;margin-top:4px;color:#444d56;flex:auto}.TimelineItem-avatar{position:absolute;left:-72px;z-index:1}.TimelineItem-break{position:relative;z-index:1;height:24px;margin:0;margin-bottom:-16px;margin-left:-56px;background-color:#fff;border:0;border-top:4px solid #e1e4e8}.TimelineItem--condensed{padding-top:4px;padding-bottom:0}.TimelineItem--condensed:last-child{padding-bottom:16px}.TimelineItem--condensed .TimelineItem-badge{height:16px;margin-top:8px;margin-bottom:8px;color:#959da5;background-color:#fff;border:0}.Toast{display:flex;margin:8px;color:#1b1f23;background-color:#fff;border-radius:3px;box-shadow:inset 0 0 0 1px #d1d5da,0 1px 5px rgba(27,31,35,0.15)}@media (min-width: 544px){.Toast{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:450px;margin:16px}}.Toast-icon{display:flex;align-items:center;justify-content:center;width:48px;flex-shrink:0;color:#fff;background-color:#0366d6;border-top-left-radius:inherit;border-bottom-left-radius:inherit}.Toast-content{padding:16px}.Toast-dismissButton{max-height:54px;padding:16px;background-color:transparent;border:0}.Toast-dismissButton:focus,.Toast-dismissButton:hover{color:#586069;outline:none}.Toast-dismissButton:active{color:#959da5}.Toast--error .Toast-icon{background-color:#d73a49}.Toast--warning .Toast-icon{color:#24292e;background-color:#f9c513}.Toast--success .Toast-icon{background-color:#28a745}.Toast--loading .Toast-icon{background-color:#586069}.Toast--animateIn{animation:Toast--animateIn 0.18s cubic-bezier(0.22, 0.61, 0.36, 1) backwards}@keyframes Toast--animateIn{0%{opacity:0;transform:translateY(100%)}}.Toast--animateOut{animation:Toast--animateOut 0.18s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards}@keyframes Toast--animateOut{100%{pointer-events:none;opacity:0;transform:translateY(100%)}}.Toast--spinner{animation:Toast--spinner 1000ms linear infinite}@keyframes Toast--spinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}} - -/*# sourceMappingURL=product.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/product.css.map b/assets/sass/@primer/css/dist/product.css.map deleted file mode 100644 index dd28996..0000000 --- a/assets/sass/@primer/css/dist/product.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/product/index.scss","../src/product/index.scss","../src/src/alerts/flash.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/misc.scss","../src/src/support/variables/typography.scss","../src/src/autocomplete/autocomplete.scss","../src/src/autocomplete/suggester.scss","../src/src/avatars/avatar.scss","../src/src/avatars/avatar-parent-child.scss","../src/src/avatars/avatar-stack.scss","../src/src/avatars/circle-badge.scss","../src/src/blankslate/blankslate.scss","../src/src/support/variables/colors.scss","../src/src/branch-name/branch-name.scss","../src/src/dropdown/dropdown.scss","../src/src/header/header.scss","../src/src/labels/issue-labels.scss","../src/src/labels/labels.scss","../src/src/labels/states.scss","../src/src/labels/counters.scss","../src/src/labels/diffstat.scss","../src/src/loaders/loaders.scss","../src/src/markdown/markdown-body.scss","../src/src/base/kbd.scss","../src/src/markdown/headings.scss","../src/src/markdown/lists.scss","../src/src/markdown/tables.scss","../src/src/markdown/images.scss","../src/src/markdown/code.scss","../src/src/markdown/blob-csv.scss","../src/src/popover/popover.scss","../src/src/support/mixins/layout.scss","../src/src/progress/progress.scss","../src/src/select-menu/select-menu.scss","../src/src/subhead/subhead.scss","../src/src/timeline/timeline-item.scss","../src/src/toasts/toasts.scss"],"names":[],"mappings":"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CACtB,aAQD,afzBuB,Ce2BvB,wBAAwC,CACzC,gBAIC,eAAgB,CAEhB,kBAAmB,CACnB,ebvBsB,CawBtB,afpCuB,CeqCvB,4BAA6B,CAC7B,oCflDa,CemDb,eAAgB,CACjB,sBAGC,afpBuB,CeqBvB,wBftBuB,CeuBxB,oBAIC,wBflDuB,CemDxB,eAGC,wBfJuB,CeKxB,cCxDC,oBAAqB,CACrB,ejBmBU,CiBlBV,edUoB,CcRpB,gBAAiB,CACjB,UhBdU,CgBeV,iBAAkB,CAClB,kBAAmB,CAEnB,wBhBRuB,CgBSvB,iBfdiB,CeelB,cAGe,wBAAwC,CAAI,eAE3C,wBhByDQ,CgBzDwB,YAGnC,wBhB2CW,CgB3CmB,cAG1C,kBjBE2B,CiBD3B,cdhBY,Cccd,uBAKI,SAAU,CACX,SCpCD,oBAAqB,CAErB,eAAgB,CAChB,cfeoB,CedpB,efiBoB,CehBpB,afsBoB,CerBpB,ajBKuB,CiBHvB,oCjBTa,CiBWb,kBAAmB,CAXrB,eAcI,iBAAkB,CACnB,qBAID,ajBJuB,CiBMvB,oCjBrBa,CiBsBd,eAGC,UjBxBU,CiB0BV,wBjBhBuB,CiBiBxB,UCxBC,chBaY,CgBZZ,ehBiBoB,CgBhBpB,alBMuB,CkBLvB,kBAAmB,CACnB,cAAe,CAChB,sEAKC,oBAAqB,CACrB,SnBeU,CmBdV,UnBcU,CmBZV,eAAgB,CACjB,wBAGC,wBlBkDuB,CkBjDxB,sBAGC,wBRkBwC,CQjBzC,wBAGC,wBlBrBuB,CkBsBxB,kBC3BC,oBAAqB,CACrB,eAAgB,CAChB,qBAAsB,CAHxB,yBAMI,oBAAqB,CACrB,aAAc,CACd,sEAAuE,CACxE,sCAGC,GAAK,2BAA4B,CAAA,CCVrC,eACE,uHlB2B4H,CkB1B5H,clBQY,CkBPZ,elBsBc,CkBrBd,oBAAqB,CAJvB,mBCFE,oBAAqB,CAErB,eAAwC,CACxC,qEnB8ByE,CmB5BzE,gBAAiB,CAEjB,arBGuB,CqBFvB,qBAAsB,CACtB,wBrBNuB,CqBQvB,wBrBLuB,CqBMvB,2BrBNuB,CqBOvB,iBpBViB,CoBYjB,iCrBTuB,CoBJzB,uBAUI,aAAc,CACd,UAAW,CAX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","file":"product.css","sourcesContent":["/*!\n * @primer/css/product\n * http://primer.style/css\n *\n * Released under MIT license. Copyright (c) 2019 GitHub Inc.\n */\n\n/* Global requirements*/\n@import \"../support/index.scss\";\n\n/* Product specific css modules*/\n@import \"../alerts/index.scss\";\n@import \"../autocomplete/index.scss\";\n@import \"../avatars/index.scss\";\n@import \"../blankslate/index.scss\";\n@import \"../branch-name/index.scss\";\n@import \"../dropdown/index.scss\";\n@import \"../header/index.scss\";\n@import \"../labels/index.scss\";\n@import \"../loaders/index.scss\";\n@import \"../markdown/index.scss\";\n@import \"../popover/index.scss\";\n@import \"../progress/index.scss\";\n@import \"../select-menu/index.scss\";\n@import \"../subhead/index.scss\";\n@import \"../timeline/index.scss\";\n@import \"../toasts/index.scss\"\n\n/*# sourceMappingURL=product.css.map */","/*!\n * @primer/css/product\n * http://primer.style/css\n *\n * Released under MIT license. Copyright (c) 2019 GitHub Inc.\n */.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;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}.flash-banner{position:fixed;top:0;z-index:90;width:100%;border-top:0;border-right:0;border-left:0;border-radius:0}.warning{padding:.5em;margin-bottom:0.8em;font-weight:600;background-color:#fffbdd}.autocomplete-results{position:absolute;z-index:99;width:100%;max-height:20em;overflow-y:auto;font-size:13px;list-style:none;background:#fff;border-radius:3px;box-shadow:0 0 5px rgba(27,31,35,0.3)}.autocomplete-item{display:block;padding:4px 8px;overflow:hidden;font-weight:600;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.autocomplete-item:hover,.autocomplete-item.selected,.autocomplete-item[aria-selected=true],.autocomplete-item.navigation-focus{color:#fff;text-decoration:none;background-color:#0366d6}.autocomplete-item:hover *,.autocomplete-item.selected *,.autocomplete-item[aria-selected=true] *,.autocomplete-item.navigation-focus *{color:inherit !important}.suggester{position:relative;top:0;left:0;min-width:180px;padding:0;margin:0;margin-top:24px;list-style:none;cursor:pointer;background:#fff;border:1px #e1e4e8 solid;border-radius:3px;box-shadow:0 1px 5px rgba(27,31,35,0.15)}.suggester li{display:block;padding:4px 8px;font-weight:600;border-bottom:1px #e1e4e8 solid}.suggester li small{font-weight:400;color:#586069}.suggester li:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.suggester li:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.suggester li:hover,.suggester li[aria-selected=\"true\"],.suggester li.navigation-focus{color:#fff;text-decoration:none;background:#0366d6}.suggester li:hover small,.suggester li[aria-selected=\"true\"] small,.suggester li.navigation-focus small{color:#fff}.suggester-container{position:absolute;top:0;left:0;z-index:30}@media (max-width: 544px){.page-responsive .suggester-container{right:8px !important;left:8px !important}.page-responsive .suggester li{padding:8px 16px}}.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)}.AvatarStack{position:relative;min-width:26px;height:20px}.AvatarStack .AvatarStack-body{position:absolute}.AvatarStack.AvatarStack--two{min-width:36px}.AvatarStack.AvatarStack--three-plus{min-width:46px}.AvatarStack-body{display:flex;background:#fff}.AvatarStack-body .avatar{position:relative;z-index:2;display:flex;width:20px;height:20px;box-sizing:content-box;margin-right:-11px;background-color:#fff;border-right:1px solid #fff;border-radius:2px;transition:margin 0.1s ease-in-out}.AvatarStack-body .avatar:first-child{z-index:3}.AvatarStack-body .avatar:last-child{z-index:1;border-right:0}.AvatarStack-body .avatar img{border-radius:2px}.AvatarStack-body .avatar:nth-child(n+4){display:none;opacity:0}.AvatarStack-body:hover .avatar{margin-right:3px}.AvatarStack-body:hover .avatar:nth-child(n+4){display:flex;opacity:1}.AvatarStack-body:hover .avatar-more{display:none !important}.avatar.avatar-more{z-index:1;margin-right:0;background:#f6f8fa}.avatar.avatar-more::before,.avatar.avatar-more::after{position:absolute;display:block;height:20px;content:\"\";border-radius:2px;outline:1px solid #fff}.avatar.avatar-more::before{width:17px;background:#e1e4e8}.avatar.avatar-more::after{width:14px;background:#d1d5da}.AvatarStack--right .AvatarStack-body{right:0;flex-direction:row-reverse}.AvatarStack--right .AvatarStack-body:hover .avatar{margin-right:0;margin-left:3px}.AvatarStack--right .avatar.avatar-more{background:#d1d5da}.AvatarStack--right .avatar.avatar-more::before{width:5px}.AvatarStack--right .avatar.avatar-more::after{width:2px;background:#f6f8fa}.AvatarStack--right .avatar{margin-right:0;margin-left:-11px;border-right:0;border-left:1px solid #fff}.CircleBadge{display:flex;align-items: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}.blankslate code{padding:2px 5px 3px;font-size:14px;background:#fff;border:1px solid #eaecef;border-radius:3px}.blankslate img{width:56px;height:56px}.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{max-width:485px;margin:0 auto}.blankslate-large img{width:80px;height:80px}.blankslate-large h3{margin:16px 0;font-size:24px}.blankslate-large p{font-size:16px}.blankslate-clean-background{border:0}.branch-name{display:inline-block;padding:2px 6px;font:12px \"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace;color:rgba(27,31,35,0.6);background-color:#eaf5ff;border-radius:3px}.branch-name .octicon{margin:1px -2px 0 0;color:#a8bbd0}a.branch-name{color:#0366d6}.dropdown{position:relative}.dropdown-caret{display:inline-block;width:0;height:0;vertical-align:middle;content:\"\";border-style:solid;border-width:4px 4px 0;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.dropdown-menu{position:absolute;top:100%;left:0;z-index:100;width:160px;padding-top:4px;padding-bottom:4px;margin-top:2px;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(27,31,35,0.15);border-radius:4px;box-shadow:0 1px 15px rgba(27,31,35,0.15)}.dropdown-menu::before,.dropdown-menu::after{position:absolute;display:inline-block;content:\"\"}.dropdown-menu::before{border:8px solid transparent;border-bottom-color:rgba(27,31,35,0.15)}.dropdown-menu::after{border:7px solid transparent;border-bottom-color:#fff}.dropdown-menu>ul{list-style:none}.dropdown-menu-no-overflow{width:auto}.dropdown-menu-no-overflow .dropdown-item{padding:4px 16px;overflow:visible;text-overflow:inherit}.dropdown-item{display:block;padding:4px 8px 4px 16px;overflow:hidden;color:#24292e;text-overflow:ellipsis;white-space:nowrap}.dropdown-item:focus,.dropdown-item:hover{color:#fff;text-decoration:none;background-color:#0366d6;outline:none}.dropdown-item:focus>.octicon,.dropdown-item:hover>.octicon{color:inherit;opacity:1}.dropdown-item.btn-link{width:100%;text-align:left}.dropdown-signout{width:100%;text-align:left;background:none;border:0}.dropdown-divider{display:block;height:0;margin:8px 0;border-top:1px #e1e4e8 solid}.dropdown-header{padding:4px 16px;font-size:12px;color:#586069}.dropdown-item[aria-checked=\"false\"] .octicon-check{display:none}.dropdown-menu-w{top:0;right:100%;left:auto;width:auto;margin-top:0;margin-right:8px}.dropdown-menu-w::before{top:10px;right:-16px;left:auto;border-color:transparent;border-left-color:rgba(27,31,35,0.15)}.dropdown-menu-w::after{top:11px;right:-14px;left:auto;border-color:transparent;border-left-color:#fff}.dropdown-menu-e{top:0;left:100%;width:auto;margin-top:0;margin-left:8px}.dropdown-menu-e::before{top:8px;left:-16px;border-color:transparent;border-right-color:rgba(27,31,35,0.15)}.dropdown-menu-e::after{top:11px;left:-14px;border-color:transparent;border-right-color:#fff}.dropdown-menu-ne{top:auto;bottom:100%;left:0;margin-bottom:3px}.dropdown-menu-ne::before,.dropdown-menu-ne::after{top:auto;right:auto}.dropdown-menu-ne::before{bottom:-8px;left:9px;border-top:8px solid rgba(27,31,35,0.15);border-right:8px solid transparent;border-bottom:0;border-left:8px solid transparent}.dropdown-menu-ne::after{bottom:-7px;left:10px;border-top:7px solid #fff;border-right:7px solid transparent;border-bottom:0;border-left:7px solid transparent}.dropdown-menu-s{right:50%;left:auto;transform:translateX(50%)}.dropdown-menu-s::before{top:-16px;right:50%;transform:translateX(50%)}.dropdown-menu-s::after{top:-14px;right:50%;transform:translateX(50%)}.dropdown-menu-sw{right:0;left:auto}.dropdown-menu-sw::before{top:-16px;right:9px;left:auto}.dropdown-menu-sw::after{top:-14px;right:10px;left:auto}.dropdown-menu-se::before{top:-16px;left:9px}.dropdown-menu-se::after{top:-14px;left:10px}.dropdown-menu-dark{color:#fff;background:#2f363d;border-color:#444d56;box-shadow:0 1px 15px rgba(27,31,35,0.15)}.dropdown-menu-dark::before{border-bottom-color:#444d56}.dropdown-menu-dark::after{border-bottom-color:#2f363d}.dropdown-menu-dark .dropdown-header{color:#d1d5da}.dropdown-menu-dark .dropdown-divider{border-top-color:#444d56}.dropdown-menu-dark .dropdown-item{color:inherit}.dropdown-menu-dark.dropdown-menu-w::before{border-color:transparent transparent transparent #444d56}.dropdown-menu-dark.dropdown-menu-w::after{border-color:transparent transparent transparent #2f363d}.dropdown-menu-dark.dropdown-menu-e::before{border-color:transparent #444d56 transparent transparent}.dropdown-menu-dark.dropdown-menu-e::after{border-color:transparent #2f363d transparent transparent}.dropdown-menu-dark.dropdown-menu-ne::before{border-color:#444d56 transparent transparent transparent}.dropdown-menu-dark.dropdown-menu-ne::after{border-color:#2f363d transparent transparent transparent}.Header{z-index:32;display:flex;padding:16px;font-size:14px;line-height:1.5;color:rgba(255,255,255,0.7);background-color:#24292e;align-items:center;flex-wrap:nowrap}.Header-item{display:flex;margin-right:16px;align-self:stretch;align-items:center;flex-wrap:nowrap}.Header-item--full{flex:auto}.Header-link{font-weight:600;color:#fff;white-space:nowrap}.Header-link:hover,.Header-link:focus{color:rgba(255,255,255,0.7);text-decoration:none}.IssueLabel{height:20px;padding:0.15em 4px;font-size:12px;font-weight:600;line-height:15px;border-radius:2px;box-shadow:inset 0 -1px 0 rgba(27,31,35,0.12)}.IssueLabel .g-emoji{position:relative;top:-0.05em;display:inline-block;font-size:1em;line-height:1}.IssueLabel:hover{text-decoration:none}.IssueLabel--big{padding:4px 8px;font-size:14px;font-weight:600;border-radius:3px;transition:opacity 0.2s linear}.IssueLabel--big .g-emoji{display:inline-block;margin-top:-1px}.IssueLabel--big:hover{opacity:0.85}.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:400;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;white-space:nowrap;background-color:#6a737d;border-radius:3px}.State--green{background-color:#2cbe4e}.State--purple{background-color:#6f42c1}.State--red{background-color:#cb2431}.State--small{padding:.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:empty{visibility:hidden}.Counter--gray-light{color:#24292e;background-color:rgba(27,31,35,0.15)}.Counter--gray{color:#fff;background-color:#6a737d}.diffstat{font-size:12px;font-weight:600;color:#586069;white-space:nowrap;cursor:default}.diffstat-block-deleted,.diffstat-block-added,.diffstat-block-neutral{display:inline-block;width:8px;height:8px;margin-left:1px}.diffstat-block-deleted{background-color:#cb2431}.diffstat-block-added{background-color:#2cbe4e}.diffstat-block-neutral{background-color:#d1d5da}.AnimatedEllipsis{display:inline-block;overflow:hidden;vertical-align:bottom}.AnimatedEllipsis::after{display:inline-block;content:\"...\";animation:AnimatedEllipsis-keyframes 1.2s steps(4, jump-none) infinite}@keyframes AnimatedEllipsis-keyframes{0%{transform:translateX(-100%)}}.markdown-body{font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\";font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body kbd{display:inline-block;padding:3px 5px;font:11px \"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace;line-height:10px;color:#444d56;vertical-align:middle;background-color:#fafbfc;border:solid 1px #d1d5da;border-bottom-color:#d1d5da;border-radius:3px;box-shadow:inset 0 -1px 0 #d1d5da}.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,.markdown-body details{margin-top:0;margin-bottom:16px}.markdown-body hr{height:.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 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{word-wrap:break-all}.markdown-body li>p{margin-top:16px}.markdown-body li+li{margin-top:.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.2em 0.4em;margin:0;font-size:85%;background-color:rgba(27,31,35,0.05);border-radius:3px}.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 .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}.Popover{position:absolute;z-index:100}.Popover-message{position:relative;width:232px;margin-right:auto;margin-left:auto}.Popover-message::before,.Popover-message::after{position:absolute;left:50%;display:inline-block;content:\"\"}.Popover-message::before{top:-16px;margin-left:-9px;border:8px solid transparent;border-bottom-color:rgba(27,31,35,0.15)}.Popover-message::after{top:-14px;margin-left:-8px;border:7px solid transparent;border-bottom-color:#fff}.Popover-message--bottom::before,.Popover-message--bottom::after,.Popover-message--bottom-right::before,.Popover-message--bottom-right::after,.Popover-message--bottom-left::before,.Popover-message--bottom-left::after{top:auto;border-bottom-color:transparent}.Popover-message--bottom::before,.Popover-message--bottom-right::before,.Popover-message--bottom-left::before{bottom:-16px;border-top-color:rgba(27,31,35,0.15)}.Popover-message--bottom::after,.Popover-message--bottom-right::after,.Popover-message--bottom-left::after{bottom:-14px;border-top-color:#fff}.Popover-message--top-right,.Popover-message--bottom-right{right:-9px;margin-right:0}.Popover-message--top-right::before,.Popover-message--top-right::after,.Popover-message--bottom-right::before,.Popover-message--bottom-right::after{left:auto;margin-left:0}.Popover-message--top-right::before,.Popover-message--bottom-right::before{right:20px}.Popover-message--top-right::after,.Popover-message--bottom-right::after{right:21px}.Popover-message--top-left,.Popover-message--bottom-left{left:-9px;margin-left:0}.Popover-message--top-left::before,.Popover-message--top-left::after,.Popover-message--bottom-left::before,.Popover-message--bottom-left::after{left:24px;margin-left:0}.Popover-message--top-left::after,.Popover-message--bottom-left::after{left:25px}.Popover-message--right::before,.Popover-message--right::after,.Popover-message--right-top::before,.Popover-message--right-top::after,.Popover-message--right-bottom::before,.Popover-message--right-bottom::after,.Popover-message--left::before,.Popover-message--left::after,.Popover-message--left-top::before,.Popover-message--left-top::after,.Popover-message--left-bottom::before,.Popover-message--left-bottom::after{top:50%;left:auto;margin-left:0;border-bottom-color:transparent}.Popover-message--right::before,.Popover-message--right-top::before,.Popover-message--right-bottom::before,.Popover-message--left::before,.Popover-message--left-top::before,.Popover-message--left-bottom::before{margin-top:-9px}.Popover-message--right::after,.Popover-message--right-top::after,.Popover-message--right-bottom::after,.Popover-message--left::after,.Popover-message--left-top::after,.Popover-message--left-bottom::after{margin-top:-8px}.Popover-message--right::before,.Popover-message--right-top::before,.Popover-message--right-bottom::before{right:-16px;border-left-color:rgba(27,31,35,0.15)}.Popover-message--right::after,.Popover-message--right-top::after,.Popover-message--right-bottom::after{right:-14px;border-left-color:#fff}.Popover-message--left::before,.Popover-message--left-top::before,.Popover-message--left-bottom::before{left:-16px;border-right-color:rgba(27,31,35,0.15)}.Popover-message--left::after,.Popover-message--left-top::after,.Popover-message--left-bottom::after{left:-14px;border-right-color:#fff}.Popover-message--right-top::before,.Popover-message--right-top::after,.Popover-message--left-top::before,.Popover-message--left-top::after{top:24px}.Popover-message--right-bottom::before,.Popover-message--right-bottom::after,.Popover-message--left-bottom::before,.Popover-message--left-bottom::after{top:auto}.Popover-message--right-bottom::before,.Popover-message--left-bottom::before{bottom:16px}.Popover-message--right-bottom::after,.Popover-message--left-bottom::after{bottom:17px}@media (min-width: 544px){.Popover-message--large{min-width:320px}}.Progress{display:flex;height:8px;overflow:hidden;background-color:#e1e4e8;border-radius:3px}.Progress--large{height:10px}.Progress--small{height:5px}@media (hover: hover){.SelectMenu-tab:not([aria-checked=\"true\"]):hover,.SelectMenu-tab:not([aria-checked=\"true\"]):active{background-color:#fff}}.SelectMenu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;display:flex;padding:16px;pointer-events:none;flex-direction:column}@media (min-width: 544px){.SelectMenu{position:absolute;top:auto;right:auto;bottom:auto;left:auto;padding:0}}.SelectMenu::before{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:\"\";background-color:rgba(27,31,35,0.5)}@media (min-width: 544px){.SelectMenu::before{display:none}}.SelectMenu-modal{position:relative;z-index:99;display:flex;max-height:66%;margin:auto 0;overflow:hidden;pointer-events:auto;flex-direction:column;background-color:#f6f8fa;border-radius:6px;box-shadow:0 0 18px rgba(0,0,0,0.4);animation:SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards}@keyframes SelectMenu-modal-animation{0%{opacity:0;transform:scale(0.9)}}@keyframes SelectMenu-modal-animation--sm{0%{opacity:0;transform:translateY(-16px)}}@media (min-width: 544px){.SelectMenu-modal{width:300px;height:auto;max-height:480px;margin:4px 0 16px 0;font-size:12px;border:1px solid #d1d5da;border-radius:3px;box-shadow:0 1px 5px rgba(27,31,35,0.15);animation-name:SelectMenu-modal-animation--sm}}.SelectMenu-header{display:flex;flex:none;padding:16px}@media (min-width: 544px){.SelectMenu-header{padding-top:8px;padding-bottom:8px}}.SelectMenu-title{flex:auto;font-size:14px;font-weight:600}@media (min-width: 544px){.SelectMenu-title{font-size:inherit}}.SelectMenu-closeButton{padding:16px;margin:-16px;color:#6a737d;background-color:transparent;border:0}@media (min-width: 544px){.SelectMenu-closeButton{display:none}}.SelectMenu-filter{padding:16px;margin:0;border-top:1px #e1e4e8 solid}@media (min-width: 544px){.SelectMenu-filter{padding:8px}}.SelectMenu-input{display:block;width:100%}@media (min-width: 544px){.SelectMenu-input{font-size:14px}}.SelectMenu-list{position:relative;padding:0;margin:0;margin-bottom:-1px;flex:auto;overflow-x:hidden;overflow-y:auto;background-color:#fff;border-top:1px #e1e4e8 solid;-webkit-overflow-scrolling:touch}.SelectMenu-item{display:flex;align-items:center;width:100%;padding:16px;overflow:hidden;color:#586069;text-align:left;cursor:pointer;background-color:#fff;border:0;border-bottom:1px solid #eaecef}@media (min-width: 544px){.SelectMenu-item{padding-top:8px;padding-bottom:8px}}.SelectMenu-icon{width:16px;margin-right:8px;flex-shrink:0}.SelectMenu-icon--check{visibility:hidden;transition:transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5),visibility 0s 0.12s linear;transform:scale(0)}.SelectMenu-tabs{display:flex;flex-shrink:0;margin-bottom:-1px;overflow-x:auto;overflow-y:hidden;border-top:1px #e1e4e8 solid;-webkit-overflow-scrolling:touch}.SelectMenu-tabs::-webkit-scrollbar{display:none}@media (min-width: 544px){.SelectMenu-tabs{padding:0 8px;border-top:0}}.SelectMenu-tab{flex:1;padding:8px 16px;font-size:12px;font-weight:500;color:#6a737d;text-align:center;background-color:transparent;border:0;box-shadow:inset 0 -1px 0 #e1e4e8}@media (min-width: 544px){.SelectMenu-tab{flex:none;padding:4px 16px;border:1px solid transparent;border-bottom-width:0;border-top-left-radius:3px;border-top-right-radius:3px}}.SelectMenu-tab[aria-selected=\"true\"]{z-index:1;color:#24292e;cursor:default;background-color:#fff;box-shadow:0 0 0 1px #e1e4e8}@media (min-width: 544px){.SelectMenu-tab[aria-selected=\"true\"]{border-color:#e1e4e8;box-shadow:none}}.SelectMenu-message{border-bottom:1px solid #eaecef}.SelectMenu-message,.SelectMenu-blankslate,.SelectMenu-loading{padding:24px 16px;text-align:center;background-color:#fff}.SelectMenu-divider{padding:4px 16px;margin:0;font-size:12px;font-weight:600;color:#6a737d;background-color:#f6f8fa;border-bottom:1px solid #eaecef}.SelectMenu-footer{z-index:0;padding:8px 16px;font-size:12px;color:#6a737d;text-align:center;border-top:1px #e1e4e8 solid}@media (min-width: 544px){.SelectMenu-footer{padding:4px 8px}}.SelectMenu--hasFilter .SelectMenu-modal{height:80%;max-height:none;margin-top:0}@media (min-width: 544px){.SelectMenu--hasFilter .SelectMenu-modal{height:auto;max-height:480px;margin-top:4px}}.SelectMenu-tab:focus,.SelectMenu-item:focus{outline:none}.SelectMenu-item:hover{text-decoration:none}.SelectMenu-item[aria-checked=\"true\"]{font-weight:500;color:#24292e}.SelectMenu-item[aria-checked=\"true\"] .SelectMenu-icon--check{visibility:visible;transition:transform 0.12s cubic-bezier(0, 0, 0.2, 1),visibility 0s linear;transform:scale(1)}@media (hover: hover){body:not(.intent-mouse) .SelectMenu-item:focus,.SelectMenu-item:hover{background-color:#f6f8fa}.SelectMenu-item:active{background-color:#fafbfc}body:not(.intent-mouse) .SelectMenu-tab:focus{background-color:#dbedff}.SelectMenu-tab:not([aria-selected=\"true\"]):hover{color:#24292e;background-color:#e1e4e8}.SelectMenu-tab:not([aria-selected=\"true\"]):active{color:#24292e;background-color:#f6f8fa}}@media (hover: none){.SelectMenu-item:focus,.SelectMenu-item:active{background-color:#fafbfc}.SelectMenu-item{-webkit-tap-highlight-color:rgba(209,213,218,0.5)}}.Subhead{display:flex;padding-bottom:8px;margin-bottom:16px;border-bottom:1px #e1e4e8 solid;flex-flow:row wrap}.Subhead--spacious{margin-top:40px}.Subhead-heading{font-size:24px;font-weight:400;flex:1 1 auto}.Subhead-heading--danger{font-weight:600;color:#cb2431}.Subhead-description{font-size:14px;color:#586069;flex:1 100%}.Subhead-actions{align-self:center;justify-content:flex-end}.TimelineItem{position:relative;display:flex;padding:16px 0;margin-left:16px}.TimelineItem::before{position:absolute;top:0;bottom:0;left:0;display:block;width:2px;content:\"\";background-color:#e1e4e8}.TimelineItem:target .TimelineItem-badge{border-color:#2188ff;box-shadow:0 0 0.2em #c8e1ff}.TimelineItem-badge{position:relative;z-index:1;display:flex;width:32px;height:32px;margin-right:8px;margin-left:-15px;color:#444d56;align-items:center;background-color:#e1e4e8;border:2px solid #fff;border-radius:50%;justify-content:center;flex-shrink:0}.TimelineItem-body{min-width:0;max-width:100%;margin-top:4px;color:#444d56;flex:auto}.TimelineItem-avatar{position:absolute;left:-72px;z-index:1}.TimelineItem-break{position:relative;z-index:1;height:24px;margin:0;margin-bottom:-16px;margin-left:-56px;background-color:#fff;border:0;border-top:4px solid #e1e4e8}.TimelineItem--condensed{padding-top:4px;padding-bottom:0}.TimelineItem--condensed:last-child{padding-bottom:16px}.TimelineItem--condensed .TimelineItem-badge{height:16px;margin-top:8px;margin-bottom:8px;color:#959da5;background-color:#fff;border:0}.Toast{display:flex;margin:8px;color:#1b1f23;background-color:#fff;border-radius:3px;box-shadow:inset 0 0 0 1px #d1d5da,0 1px 5px rgba(27,31,35,0.15)}@media (min-width: 544px){.Toast{width:max-content;max-width:450px;margin:16px}}.Toast-icon{display:flex;align-items:center;justify-content:center;width:48px;flex-shrink:0;color:#fff;background-color:#0366d6;border-top-left-radius:inherit;border-bottom-left-radius:inherit}.Toast-content{padding:16px}.Toast-dismissButton{max-height:54px;padding:16px;background-color:transparent;border:0}.Toast-dismissButton:focus,.Toast-dismissButton:hover{color:#586069;outline:none}.Toast-dismissButton:active{color:#959da5}.Toast--error .Toast-icon{background-color:#d73a49}.Toast--warning .Toast-icon{color:#24292e;background-color:#f9c513}.Toast--success .Toast-icon{background-color:#28a745}.Toast--loading .Toast-icon{background-color:#586069}.Toast--animateIn{animation:Toast--animateIn 0.18s cubic-bezier(0.22, 0.61, 0.36, 1) backwards}@keyframes Toast--animateIn{0%{opacity:0;transform:translateY(100%)}}.Toast--animateOut{animation:Toast--animateOut 0.18s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards}@keyframes Toast--animateOut{100%{pointer-events:none;opacity:0;transform:translateY(100%)}}.Toast--spinner{animation:Toast--spinner 1000ms linear infinite}@keyframes Toast--spinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}\n","// Default flash\n// stylelint-disable selector-max-type\n.flash {\n position: relative;\n padding: $spacer-3;\n // stylelint-disable-next-line primer/colors\n color: $blue-800;\n // stylelint-disable-next-line primer/colors\n background-color: $blue-100;\n border: $border-width $border-style $border-black-fade;\n border-radius: $border-radius;\n\n p:last-child {\n margin-bottom: 0;\n }\n}\n\n// Contain the flash messages\n.flash-messages {\n margin-bottom: $spacer-4;\n}\n\n// Close button\n.flash-close {\n float: right;\n padding: $spacer-3;\n margin: -$spacer-3;\n color: inherit;\n text-align: center;\n cursor: pointer;\n // Undo `<button>` styles\n background: none;\n border: 0;\n appearance: none;\n opacity: 0.6;\n\n &:hover {\n opacity: 1;\n }\n}\n\n// Action button\n.flash-action {\n float: right;\n // stylelint-disable-next-line primer/spacing\n margin-top: -3px;\n margin-left: $spacer-4;\n}\n\n//\n// Variations\n//\n\n.flash-warn {\n // stylelint-disable-next-line primer/colors\n color: $yellow-900;\n // stylelint-disable-next-line primer/colors\n background-color: $yellow-100;\n border-color: $border-black-fade;\n}\n\n.flash-error {\n // stylelint-disable-next-line primer/colors\n color: $red-900;\n background-color: $bg-red-light;\n border-color: $border-black-fade;\n}\n\n.flash-success {\n // stylelint-disable-next-line primer/colors\n color: $green-800;\n background-color: $bg-green-light;\n border-color: $border-black-fade;\n}\n\n.flash-full {\n // stylelint-disable-next-line primer/spacing\n margin-top: -1px;\n border-width: $border-width 0;\n border-radius: 0;\n}\n\n// A banner rendered at the top of the page.\n.flash-banner {\n position: fixed;\n top: 0;\n z-index: 90;\n width: 100%;\n border-top: 0;\n border-right: 0;\n border-left: 0;\n border-radius: 0;\n}\n\n// FIXME deprecate this\n.warning {\n padding: $em-spacer-5;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 0.8em;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/colors\n background-color: $yellow-100;\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// A pop up list of items used to show autocompleted results\n.autocomplete-results {\n position: absolute;\n z-index: 99;\n width: 100%;\n max-height: 20em;\n overflow-y: auto;\n // stylelint-disable-next-line primer/typography\n font-size: 13px;\n list-style: none;\n background: $bg-white;\n border-radius: $border-radius;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 5px $black-fade-30;\n}\n\n// One of the items that appears within an autocomplete group\n// Bold black text on white background\n\n.autocomplete-item {\n display: block;\n padding: $spacer-1 $spacer-2;\n overflow: hidden;\n font-weight: $font-weight-bold;\n text-decoration: none;\n text-overflow: ellipsis;\n white-space: nowrap;\n cursor: pointer;\n\n &:hover,\n &.selected,\n &[aria-selected=true],\n &.navigation-focus {\n color: $text-white;\n text-decoration: none;\n background-color: $bg-blue;\n\n // Inherit color on all child elements to ensure enough contrast\n * {\n color: inherit !important;\n }\n }\n}\n","// Needs refactoring\n// stylelint-disable selector-max-type, selector-no-qualifying-type\n\n.suggester {\n position: relative;\n top: 0;\n left: 0;\n min-width: 180px;\n padding: 0;\n margin: 0;\n margin-top: $spacer-4;\n list-style: none;\n cursor: pointer;\n background: $bg-white;\n border: $border;\n border-radius: $border-radius;\n box-shadow: $box-shadow-medium;\n\n li {\n display: block;\n padding: $spacer-1 $spacer-2;\n font-weight: $font-weight-bold;\n border-bottom: $border;\n\n small {\n font-weight: $font-weight-normal;\n color: $text-gray;\n }\n\n &:last-child {\n border-bottom: 0;\n border-bottom-right-radius: $border-radius;\n border-bottom-left-radius: $border-radius;\n }\n\n &:first-child {\n border-top-left-radius: $border-radius;\n border-top-right-radius: $border-radius;\n }\n\n &:hover,\n &[aria-selected=\"true\"],\n &.navigation-focus {\n color: $text-white;\n text-decoration: none;\n background: $bg-blue;\n\n small {\n color: $text-white;\n }\n }\n }\n}\n\n.suggester-container {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 30;\n}\n\n// Responsive\n\n.page-responsive {\n @media (max-width: $width-sm) {\n .suggester-container {\n right: $spacer-2 !important;\n left: $spacer-2 !important;\n }\n\n .suggester li {\n padding: $spacer-2 $spacer-3;\n }\n }\n}\n",".avatar {\n display: inline-block;\n overflow: hidden; // Ensure page layout in Firefox should images fail to load\n line-height: $lh-condensed-ultra;\n vertical-align: middle;\n border-radius: $border-radius;\n}\n\n// stylelint-disable-next-line primer/borders\n.avatar-small { border-radius: 2px; }\n\n.avatar-link {\n float: left;\n line-height: $lh-condensed-ultra;\n}\n\n// User for example on /stars and /user for grids of avatars\n.avatar-group-item {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 3px;\n}\n","// .avatar-parent-child is when you see a small avatar at the bottom right\n// corner of a larger avatar.\n//\n// No Styleguide version\n.avatar-parent-child {\n position: relative;\n}\n\n.avatar-child {\n position: absolute;\n right: -15%;\n bottom: -9%;\n background-color: $bg-white; // For transparent backgrounds\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: -2px -2px 0 rgba($white, 0.8);\n}\n","// Stacked avatars can be used to show who is participating in thread when\n// there is limited space available.\n\n.AvatarStack {\n position: relative;\n min-width: 26px;\n height: 20px;\n\n .AvatarStack-body {\n position: absolute;\n }\n\n &.AvatarStack--two {\n min-width: 36px;\n }\n\n &.AvatarStack--three-plus {\n min-width: 46px;\n }\n}\n\n.AvatarStack-body {\n display: flex;\n background: $bg-white;\n\n .avatar {\n position: relative;\n z-index: 2;\n display: flex;\n width: 20px;\n height: 20px;\n box-sizing: content-box;\n // stylelint-disable-next-line primer/spacing\n margin-right: -11px;\n background-color: $bg-white;\n border-right: $border-width $border-style $border-white;\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n transition: margin 0.1s ease-in-out;\n\n &:first-child {\n z-index: 3;\n }\n\n &:last-child {\n z-index: 1;\n border-right: 0;\n }\n\n // stylelint-disable selector-max-type\n img {\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n }\n // stylelint-enable selector-max-type\n\n // Account for 4+ avatars\n &:nth-child(n+4) {\n display: none;\n opacity: 0;\n }\n }\n\n &:hover {\n .avatar {\n // stylelint-disable-next-line primer/spacing\n margin-right: 3px;\n }\n\n .avatar:nth-child(n+4) {\n display: flex;\n opacity: 1;\n }\n\n .avatar-more {\n display: none !important;\n }\n }\n}\n\n.avatar.avatar-more {\n z-index: 1;\n margin-right: 0;\n background: $bg-gray;\n\n &::before,\n &::after {\n position: absolute;\n display: block;\n height: 20px;\n content: \"\";\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n outline: $border-width $border-style $white;\n }\n\n &::before {\n width: 17px;\n // stylelint-disable-next-line primer/colors\n background: $gray-200;\n }\n\n &::after {\n width: 14px;\n // stylelint-disable-next-line primer/colors\n background: $gray-300;\n }\n}\n\n// Right aligned variation\n\n.AvatarStack--right {\n .AvatarStack-body {\n right: 0;\n flex-direction: row-reverse;\n\n &:hover .avatar {\n margin-right: 0;\n // stylelint-disable-next-line primer/spacing\n margin-left: 3px;\n }\n }\n\n .avatar.avatar-more {\n // stylelint-disable-next-line primer/colors\n background: $gray-300;\n\n &::before {\n width: 5px;\n }\n\n &::after {\n width: 2px;\n background: $bg-gray;\n }\n }\n\n .avatar {\n margin-right: 0;\n // stylelint-disable-next-line primer/spacing\n margin-left: -11px;\n border-right: 0;\n border-left: $border-width $border-style $border-white;\n }\n}\n","// Circle badge icon with drop shadow for icons and logos\n\n.CircleBadge {\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: $bg-white;\n border-radius: 50%;\n box-shadow: $box-shadow-medium;\n}\n\n.CircleBadge-icon {\n max-width: 60% !important;\n height: auto !important;\n max-height: 55% !important;\n}\n\n// Small badge\n.CircleBadge--small {\n width: 56px;\n height: 56px;\n}\n\n// Medium badge\n.CircleBadge--medium {\n width: 96px;\n height: 96px;\n}\n\n// Large badge\n.CircleBadge--large {\n width: 128px;\n height: 128px;\n}\n\n// Dashed line that connects badges..\n// Wrap around 2 or more badges to create a horizonal line:\n\n.DashedConnection {\n position: relative;\n\n &::before {\n position: absolute;\n top: 50%;\n left: 0;\n width: 100%;\n content: \"\";\n // stylelint-disable-next-line primer/borders\n border-bottom: 2px dashed $border-gray;\n }\n\n .CircleBadge {\n position: relative;\n }\n}\n","// stylelint-disable selector-max-type\n.blankslate {\n position: relative;\n padding: $spacer-5;\n text-align: center;\n\n code {\n // stylelint-disable-next-line primer/spacing\n padding: 2px 5px 3px;\n font-size: $h5-size;\n background: $bg-white;\n border: $border-width $border-style $border-gray-light;\n border-radius: $border-radius;\n }\n\n img {\n width: 56px;\n height: 56px;\n }\n}\n\n.blankslate-icon {\n margin-right: $spacer-1;\n margin-bottom: $spacer-2;\n margin-left: $spacer-1;\n // stylelint-disable-next-line primer/colors\n color: lighten($gray-400, 5%);\n}\n\n.blankslate-capped {\n border-radius: 0 0 $border-radius $border-radius;\n}\n\n.blankslate-spacious {\n // stylelint-disable-next-line primer/spacing\n padding: ($spacer-6 * 2) $spacer-6;\n}\n\n.blankslate-narrow {\n max-width: 485px;\n margin: 0 auto;\n}\n\n// was .large-format\n// QUESTION: should we deprecate this?\n.blankslate-large {\n img {\n width: 80px;\n height: 80px;\n }\n\n h3 {\n margin: $spacer-3 0;\n //font-size: $h3-size; // This doesn't actually make the text larger. Should this be $h2-size?\n font-size: $h2-size;\n }\n\n p {\n font-size: $h4-size;\n }\n}\n\n// was .clean-background\n// TO DO: deprecate this and use utility instead\n.blankslate-clean-background {\n border: 0;\n}\n","@import \"color-system.scss\";\n// Color variables\n\n// Border colors\n$border-white: $white !default;\n$border-black-fade: $black-fade-15 !default;\n$border-white-fade: $white-fade-15 !default;\n$border-gray-dark: $gray-300 !default;\n$border-gray-darker: $gray-700 !default;\n$border-gray-light: lighten($gray-200, 3%) !default;\n$border-gray: $gray-200 !default;\n$border-blue: $blue-500 !default;\n$border-blue-light: $blue-200 !default;\n$border-green: $green-400 !default;\n$border-green-light: desaturate($green-300, 40%) !default;\n$border-purple: $purple !default;\n$border-red: $red !default;\n$border-red-light: desaturate($red-300, 60%) !default;\n$border-yellow: desaturate($yellow-300, 60%) !default;\n\n// Buttons have a slightly more opaque border than $border-black-fade (15% alpha)\n$border-color-button: rgba($black, 0.2) !default;\n\n// Background colors\n$bg-white: $white !default;\n$bg-black: $black !default;\n$bg-black-fade: $black-fade-50 !default;\n$bg-blue-light: $blue-000 !default;\n$bg-blue: $blue-500 !default;\n$bg-gray-dark: $gray-900 !default;\n$bg-gray-light: $gray-000 !default;\n$bg-gray: $gray-100 !default;\n$bg-green: $green-500 !default;\n$bg-green-light: $green-100 !default;\n$bg-orange: $orange-700 !default;\n$bg-purple: $purple-500 !default;\n$bg-purple-light: $purple-000 !default;\n$bg-pink: $pink-500 !default;\n$bg-red: $red-500 !default;\n$bg-red-light: $red-100 !default;\n$bg-yellow: $yellow-500 !default;\n$bg-yellow-light: $yellow-200 !default;\n$bg-yellow-dark: $yellow-700 !default;\n\n// diffstat background colors\n$bg-diffstat-added: darken($green-400, 5%) !default;\n$bg-diffstat-deleted: $red-600 !default;\n$bg-diffstat-neutral: $gray-300 !default;\n\n// Text colors\n$text-black: $black !default;\n$text-white: $white !default;\n$text-blue: $blue-500 !default;\n$text-gray-dark: $gray-900 !default;\n$text-gray-light: $gray-500 !default;\n$text-gray: $gray-600 !default;\n$text-green: $green-500 !default;\n$text-orange: $orange-900 !default;\n$text-orange-light: $orange-600 !default;\n$text-purple: $purple !default;\n$text-pink: $pink-500 !default;\n$text-red: $red-600 !default;\n$text-yellow: $yellow-800 !default;\n","// A nice way to display branch names inside the UI. Can be a link or not.\n// stylelint-disable selector-max-type\n.branch-name {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: 2px 6px;\n font: 12px $mono-font;\n // stylelint-disable-next-line primer/colors\n color: rgba($black, 0.6);\n // stylelint-disable-next-line primer/colors\n background-color: lighten($blue-100, 3%);\n border-radius: $border-radius;\n\n .octicon {\n // stylelint-disable-next-line primer/spacing\n margin: 1px -2px 0 0;\n // stylelint-disable-next-line primer/colors\n color: desaturate($blue-300, 70%);\n }\n}\n\n// When a branch name is a link\n// stylelint-disable selector-no-qualifying-type\na.branch-name { color: $text-blue; }\n// stylelint-enable selector-no-qualifying-type\n",".dropdown {\n position: relative;\n}\n\n.dropdown-caret {\n display: inline-block;\n width: 0;\n height: 0;\n vertical-align: middle;\n content: \"\";\n border-style: $border-style;\n // stylelint-disable-next-line primer/borders\n border-width: $spacer-1 $spacer-1 0;\n border-right-color: transparent;\n border-bottom-color: transparent;\n border-left-color: transparent;\n}\n\n// Requires a positioning class (e.g., `.dropdown-menu-w`) to determine which\n// way the menu should render from the element triggering it.\n.dropdown-menu {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 100;\n width: 160px;\n padding-top: $spacer-1;\n padding-bottom: $spacer-1;\n // stylelint-disable-next-line primer/spacing\n margin-top: 2px;\n list-style: none;\n background-color: $bg-white;\n background-clip: padding-box;\n border: $border-width $border-style $border-black-fade;\n // stylelint-disable-next-line primer/borders\n border-radius: $spacer-1;\n box-shadow: $box-shadow-large;\n\n &::before,\n &::after {\n position: absolute;\n display: inline-block;\n content: \"\";\n }\n\n &::before {\n // stylelint-disable-next-line primer/borders\n border: $spacer-2 $border-style transparent;\n border-bottom-color: $border-black-fade;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border: 7px $border-style transparent;\n border-bottom-color: $border-white;\n }\n\n // stylelint-disable-next-line selector-max-type\n > ul {\n list-style: none;\n }\n}\n\n.dropdown-menu-no-overflow {\n width: auto;\n\n .dropdown-item {\n padding: $spacer-1 $spacer-3;\n overflow: visible;\n text-overflow: inherit;\n }\n}\n\n// Dropdown items (can be links or buttons)\n.dropdown-item {\n display: block;\n padding: $spacer-1 $spacer-2 $spacer-1 $spacer-3;\n overflow: hidden;\n color: $text-gray-dark;\n text-overflow: ellipsis;\n white-space: nowrap;\n\n &:focus,\n &:hover {\n color: $text-white;\n text-decoration: none;\n background-color: $bg-blue;\n outline: none;\n\n > .octicon {\n color: inherit;\n opacity: 1;\n }\n }\n\n &.btn-link {\n width: 100%;\n text-align: left;\n }\n}\n\n.dropdown-signout {\n width: 100%;\n text-align: left;\n background: none;\n border: 0;\n}\n\n.dropdown-divider {\n display: block;\n height: 0;\n margin: $spacer-2 0;\n border-top: $border;\n}\n\n.dropdown-header {\n padding: $spacer-1 $spacer-3;\n font-size: $h6-size;\n color: $text-gray;\n}\n\n.dropdown-item[aria-checked=\"false\"] .octicon-check {\n display: none;\n}\n\n// Directional classes\n//\n// Move the menu and the caret attached to it. Requires at least one of these on\n// the `.dropdown-menu` element.\n\n.dropdown-menu-w {\n top: 0;\n right: 100%;\n left: auto;\n width: auto;\n margin-top: 0;\n margin-right: $spacer-2;\n\n &::before {\n top: 10px;\n right: -$spacer-3;\n left: auto;\n border-color: transparent;\n border-left-color: $border-black-fade;\n }\n\n &::after {\n top: 11px;\n right: -14px;\n left: auto;\n border-color: transparent;\n border-left-color: $border-white;\n }\n}\n\n.dropdown-menu-e {\n top: 0;\n left: 100%;\n width: auto;\n margin-top: 0;\n margin-left: $spacer-2;\n\n &::before {\n top: $spacer-2;\n left: -$spacer-3;\n border-color: transparent;\n border-right-color: $border-black-fade;\n }\n\n &::after {\n top: 11px;\n left: -14px;\n border-color: transparent;\n border-right-color: $border-white;\n }\n}\n\n.dropdown-menu-ne {\n top: auto;\n bottom: 100%;\n left: 0;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 3px;\n\n &::before,\n &::after {\n top: auto;\n right: auto;\n }\n\n &::before {\n bottom: -$spacer-2;\n left: 9px;\n // stylelint-disable-next-line primer/borders\n border-top: $spacer-2 $border-style $border-black-fade;\n // stylelint-disable-next-line primer/borders\n border-right: $spacer-2 $border-style transparent;\n border-bottom: 0;\n // stylelint-disable-next-line primer/borders\n border-left: $spacer-2 $border-style transparent;\n }\n\n &::after {\n bottom: -7px;\n left: 10px;\n // stylelint-disable-next-line primer/borders\n border-top: 7px $border-style $border-white;\n // stylelint-disable-next-line primer/borders\n border-right: 7px $border-style transparent;\n border-bottom: 0;\n // stylelint-disable-next-line primer/borders\n border-left: 7px $border-style transparent;\n }\n}\n\n.dropdown-menu-s {\n right: 50%;\n left: auto;\n transform: translateX(50%);\n\n &::before {\n top: -$spacer-3;\n right: 50%;\n transform: translateX(50%);\n }\n\n &::after {\n top: -14px;\n right: 50%;\n transform: translateX(50%);\n }\n}\n\n.dropdown-menu-sw {\n right: 0;\n left: auto;\n\n &::before {\n top: -$spacer-3;\n right: 9px;\n left: auto;\n }\n\n &::after {\n top: -14px;\n right: 10px;\n left: auto;\n }\n}\n\n.dropdown-menu-se {\n &::before {\n top: -$spacer-3;\n left: 9px;\n }\n\n &::after {\n top: -14px;\n left: 10px;\n }\n}\n\n// Dark dropdowns\n.dropdown-menu-dark {\n color: $text-white;\n // stylelint-disable-next-line primer/colors\n background: $gray-800;\n border-color: $border-gray-darker;\n box-shadow: $box-shadow-large;\n\n &::before {\n border-bottom-color: $border-gray-darker;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $gray-800;\n }\n\n .dropdown-header {\n // stylelint-disable-next-line primer/colors\n color: $gray-300;\n }\n\n .dropdown-divider {\n border-top-color: $border-gray-darker;\n }\n\n .dropdown-item {\n color: inherit;\n }\n\n // Directional classes\n\n &.dropdown-menu-w {\n &::before {\n border-color: transparent transparent transparent $border-gray-darker;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-color: transparent transparent transparent $gray-800;\n }\n }\n\n &.dropdown-menu-e {\n &::before {\n border-color: transparent $border-gray-darker transparent transparent;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-color: transparent $gray-800 transparent transparent;\n }\n }\n\n &.dropdown-menu-ne {\n &::before {\n border-color: $border-gray-darker transparent transparent transparent;\n }\n\n &::after {\n // stylelint-disable-next-line primer/borders\n border-color: $gray-800 transparent transparent transparent;\n }\n }\n}\n",".Header {\n z-index: 32; // TODO: Figure out z-index system\n display: flex;\n padding: $spacer-3;\n font-size: $h5-size;\n line-height: $lh-default;\n // stylelint-disable-next-line primer/colors\n color: $white-fade-70;\n background-color: $bg-gray-dark;\n align-items: center;\n flex-wrap: nowrap;\n}\n\n.Header-item {\n display: flex;\n margin-right: $spacer-3;\n align-self: stretch;\n align-items: center;\n flex-wrap: nowrap;\n}\n\n.Header-item--full {\n flex: auto;\n}\n\n.Header-link {\n font-weight: $font-weight-bold;\n color: $text-white;\n white-space: nowrap;\n\n &:hover,\n &:focus {\n // stylelint-disable-next-line primer/colors\n color: $white-fade-70;\n text-decoration: none;\n }\n}\n","// Issue Labels\n\n.IssueLabel {\n height: 20px;\n // stylelint-disable-next-line primer/spacing\n padding: 0.15em $spacer-1;\n font-size: $h6-size;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 15px;\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: inset 0 -1px 0 rgba($black, 0.12);\n\n .g-emoji {\n position: relative;\n top: -0.05em;\n display: inline-block;\n font-size: 1em;\n line-height: $lh-condensed-ultra;\n }\n\n &:hover {\n text-decoration: none;\n }\n}\n\n.IssueLabel--big {\n padding: $spacer-1 $spacer-2;\n font-size: $h5-size;\n font-weight: $font-weight-bold;\n border-radius: $border-radius;\n transition: opacity 0.2s linear;\n\n .g-emoji {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n margin-top: -1px;\n }\n\n &:hover {\n opacity: 0.85;\n }\n}\n","// Needs refactoring\n// Labels\n//\n// Use labels to add keyword tags or phrases to issues and pull requests. These\n// are used within a list of issues/PRs, on individual issues/PRs, and within\n// the select menus that manage them.\n\n// Provide a wrapper to ensure labels stick together\n.labels {\n position: relative;\n}\n\n// Each label gets common styles\n// .label will be deprecated for .Label\n.label,\n.Label {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: 3px $spacer-1;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n line-height: $lh-condensed-ultra; // prevent inheritance from changing proportions\n color: $text-white;\n // stylelint-disable-next-line primer/borders\n border-radius: 2px;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: inset 0 -1px 0 rgba($black, 0.12);\n\n &:hover {\n text-decoration: none;\n }\n}\n\n// Custom GitHub labels (not for issues/PRs/etc)\n//\n// Commonly used across the site to indicate a particular role. For example,\n// \"repo owner\" within code comments or role in organizations.\n.Label--gray {\n color: $text-gray;\n // stylelint-disable-next-line primer/colors\n background-color: lighten($gray-200, 3%);\n}\n\n.Label--outline {\n // stylelint-disable-next-line primer/spacing\n margin-top: -1px; // offsets the 1px border\n // stylelint-disable-next-line primer/spacing\n margin-bottom: -1px; // offsets the 1px border\n font-weight: $font-weight-normal;\n color: $text-gray;\n background-color: transparent;\n border: $border-width $border-style $border-black-fade;\n box-shadow: none;\n}\n\n.Label--outline-green {\n color: $text-green;\n border: $border-width $border-style $border-green;\n}\n\n.Label--gray-darker {\n // stylelint-disable-next-line primer/colors\n background-color: $gray;\n}\n\n.Label--orange {\n background-color: $bg-orange;\n}\n","// A rounded corner box containing a label \"open\" or \"closed\"\n// The default state is gray.\n//\n// open - $green background\n// reopened - $green background\n// closed - $red background\n// merged - $purple background\n\n// .state to be deprecated in replace of .State\n.state,\n.State {\n display: inline-block;\n padding: $spacer-1 $spacer-2;\n font-weight: $font-weight-bold;\n // stylelint-disable-next-line primer/typography\n line-height: 20px;\n color: $text-white;\n text-align: center;\n white-space: nowrap;\n // stylelint-disable-next-line primer/colors\n background-color: $gray-500;\n border-radius: $border-radius;\n}\n\n// stylelint-disable-next-line primer/colors\n.State--green { background-color: darken($green-400, 5%); }\n\n.State--purple { background-color: $bg-purple; }\n\n// stylelint-disable-next-line primer/colors\n.State--red { background-color: $red-600; }\n\n.State--small {\n padding: $em-spacer-2 $spacer-1;\n font-size: $h6-size;\n\n .octicon {\n width: 1em; // Ensures different icons don't change State indicator width\n }\n}\n","// Counters are rounded-corner badges for numbers\n.Counter {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: 2px 5px;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n line-height: $lh-condensed-ultra;\n color: $text-gray;\n // stylelint-disable-next-line primer/colors\n background-color: rgba($black, 0.08);\n // stylelint-disable-next-line primer/borders\n border-radius: 20px;\n\n &:empty {\n visibility: hidden;\n }\n}\n\n.Counter--gray-light {\n color: $text-gray-dark;\n // stylelint-disable-next-line primer/colors\n background-color: $black-fade-15;\n}\n\n.Counter--gray {\n color: $text-white;\n // stylelint-disable-next-line primer/colors\n background-color: $gray;\n}\n","// diffstat\n//\n// Green/red blocks showing additions and deletions\n\n.diffstat {\n font-size: $h6-size;\n font-weight: $font-weight-bold;\n color: $text-gray;\n white-space: nowrap;\n cursor: default;\n}\n\n.diffstat-block-deleted,\n.diffstat-block-added,\n.diffstat-block-neutral {\n display: inline-block;\n width: $spacer-2;\n height: $spacer-2;\n // stylelint-disable-next-line primer/spacing\n margin-left: 1px;\n}\n\n.diffstat-block-deleted {\n background-color: $bg-diffstat-deleted;\n}\n\n.diffstat-block-added {\n background-color: $bg-diffstat-added;\n}\n\n.diffstat-block-neutral {\n background-color: $bg-diffstat-neutral;\n}\n","// Loaders\n\n// Animated Ellipsis\n\n.AnimatedEllipsis {\n display: inline-block;\n overflow: hidden;\n vertical-align: bottom;\n\n &::after {\n display: inline-block;\n content: \"...\";\n animation: AnimatedEllipsis-keyframes 1.2s steps(4, jump-none) infinite;\n }\n\n @keyframes AnimatedEllipsis-keyframes {\n 0% { transform: translateX(-100%); }\n }\n}\n","// All of our block level items should have the same margin\n// stylelint-disable selector-max-type\n\n// This is styling for generic markdownized text. Anything you put in a\n// container with .markdown-body on it should render generally well. It also\n// includes some GitHub Flavored Markdown specific styling (like @mentions)\n.markdown-body {\n font-family: $body-font;\n font-size: $h4-size;\n line-height: $body-line-height;\n word-wrap: break-word;\n\n @import \"../base/kbd.scss\"; // adds support for keyboard shortcuts\n\n // Clearfix on the markdown body\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n\n > *:first-child {\n margin-top: 0 !important;\n }\n\n > *:last-child {\n margin-bottom: 0 !important;\n }\n\n // Anchors like <a name=\"examples\">. These sometimes end up wrapped around\n // text when users mistakenly forget to close the tag or use self-closing tag\n // syntax. We don't want them to appear like links.\n // FIXME: a:not(:link):not(:visited) would be a little clearer here (and\n // possibly faster to match), but it breaks styling of <a href> elements due\n // to https://bugs.webkit.org/show_bug.cgi?id=142737.\n a:not([href]) {\n color: inherit;\n text-decoration: none;\n }\n\n // Link Colors\n .absent {\n color: $text-red;\n }\n\n .anchor {\n float: left;\n padding-right: $spacer-1;\n // stylelint-disable-next-line primer/spacing\n margin-left: -20px;\n line-height: $lh-condensed-ultra;\n\n &:focus {\n outline: none;\n }\n }\n\n p,\n blockquote,\n ul,\n ol,\n dl,\n table,\n pre,\n details {\n margin-top: 0;\n margin-bottom: $spacer-3;\n }\n\n hr {\n height: $em-spacer-3;\n padding: 0;\n margin: $spacer-4 0;\n // stylelint-disable-next-line primer/colors\n background-color: $gray-200;\n border: 0;\n }\n\n blockquote {\n // stylelint-disable-next-line primer/spacing\n padding: 0 1em;\n color: $text-gray-light;\n // stylelint-disable-next-line primer/borders\n border-left: 0.25em $border-style lighten($gray-300, 5%);\n\n > :first-child {\n margin-top: 0;\n }\n\n > :last-child {\n margin-bottom: 0;\n }\n }\n}\n","// Keyboard shortcuts\n// stylelint-disable selector-max-type\n\nkbd {\n display: inline-block;\n // stylelint-disable-next-line primer/spacing\n padding: ($spacer-1 - 1) ($spacer-1 + 1);\n font: 11px $mono-font;\n // stylelint-disable-next-line primer/typography\n line-height: 10px;\n // stylelint-disable-next-line primer/colors\n color: $gray-700;\n vertical-align: middle;\n background-color: $bg-gray-light;\n // stylelint-disable-next-line primer/borders\n border: $border-style $border-width $border-gray-dark;\n border-bottom-color: $border-gray-dark;\n border-radius: $border-radius;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: inset 0 -1px 0 $border-gray-dark;\n}\n","// Needs refactoring\n// stylelint-disable selector-max-compound-selectors, selector-max-specificity\n// stylelint-disable selector-max-type\n.markdown-body {\n // Headings\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin-top: $spacer-4;\n margin-bottom: $spacer-3;\n font-weight: $font-weight-bold;\n line-height: $lh-condensed;\n\n .octicon-link {\n color: $text-black;\n vertical-align: middle;\n visibility: hidden;\n }\n\n &:hover .anchor {\n text-decoration: none;\n\n .octicon-link {\n visibility: visible;\n }\n }\n\n tt,\n code {\n font-size: inherit;\n }\n }\n\n h1 {\n // stylelint-disable-next-line primer/spacing\n padding-bottom: 0.3em;\n // stylelint-disable-next-line primer/typography\n font-size: 2em;\n border-bottom: $border-width $border-style $border-gray-light;\n }\n\n h2 {\n // stylelint-disable-next-line primer/spacing\n padding-bottom: 0.3em;\n // stylelint-disable-next-line primer/typography\n font-size: 1.5em;\n border-bottom: $border-width $border-style $border-gray-light;\n }\n\n h3 {\n // stylelint-disable-next-line primer/typography\n font-size: 1.25em;\n }\n\n h4 {\n font-size: 1em;\n }\n\n h5 {\n // stylelint-disable-next-line primer/typography\n font-size: 0.875em;\n }\n\n h6 {\n // stylelint-disable-next-line primer/typography\n font-size: 0.85em;\n color: $text-gray-light;\n }\n}\n","// Base styles\n// stylelint-disable selector-no-qualifying-type\n// stylelint-disable selector-max-type\n.markdown-body {\n\n // Lists, Blockquotes & Such\n ul,\n ol {\n // stylelint-disable-next-line primer/spacing\n padding-left: 2em;\n\n &.no-list {\n padding: 0;\n list-style-type: none;\n }\n }\n\n // Did someone complain about list spacing? Encourage them\n // to create the spacing with their markdown formatting.\n // List behavior should be controled by the markup, not the css.\n //\n // For lists with padding between items, use blank\n // lines between items. This will generate paragraphs with\n // padding to space things out.\n //\n // - item\n //\n // - item\n //\n // - item\n //\n // For list without padding, don't use blank lines.\n //\n // - item\n // - item\n // - item\n //\n // Modifying the css to emulate these behaviors merely brakes\n // one case in the process of solving another. Don't change\n // this unless it's really really a bug.\n ul ul,\n ul ol,\n ol ol,\n ol ul {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n li {\n word-wrap: break-all;\n }\n\n li > p {\n margin-top: $spacer-3;\n }\n\n li + li {\n margin-top: $em-spacer-3;\n }\n\n dl {\n padding: 0;\n\n dt {\n padding: 0;\n margin-top: $spacer-3;\n font-size: 1em;\n font-style: italic;\n font-weight: $font-weight-bold;\n }\n\n dd {\n padding: 0 $spacer-3;\n margin-bottom: $spacer-3;\n }\n }\n}\n","// Needs refactoring\n// stylelint-disable selector-max-type\n.markdown-body {\n // Tables\n table {\n display: block;\n width: 100%;\n overflow: auto;\n\n th {\n font-weight: $font-weight-bold;\n }\n\n th,\n td {\n // stylelint-disable-next-line primer/spacing\n padding: 6px 13px;\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style lighten($gray-300, 5%);\n }\n\n tr {\n background-color: $bg-white;\n // stylelint-disable-next-line primer/borders\n border-top: $border-width $border-style darken($gray-300, 4%);\n\n &:nth-child(2n) {\n background-color: $bg-gray;\n }\n }\n\n img {\n background-color: transparent;\n }\n }\n}\n","// Need to target base styles\n// stylelint-disable selector-max-compound-selectors, selector-no-qualifying-type\n// stylelint-disable selector-max-type\n.markdown-body {\n // Images & Stuff\n img {\n max-width: 100%;\n // because we put padding on the images to hide header lines, and some people\n // specify the width of their images in their markdown.\n box-sizing: content-box;\n background-color: $bg-white;\n\n &[align=right] {\n // stylelint-disable-next-line primer/spacing\n padding-left: 20px;\n }\n\n &[align=left] {\n // stylelint-disable-next-line primer/spacing\n padding-right: 20px;\n }\n }\n\n .emoji {\n max-width: none;\n vertical-align: text-top;\n // Override `<img>` styles so Emjois don't clash with zebra striping in our tables\n background-color: transparent;\n }\n\n // Gollum Image Tags\n\n // Framed\n span.frame {\n display: block;\n overflow: hidden;\n\n > span {\n display: block;\n float: left;\n width: auto;\n // stylelint-disable-next-line primer/spacing\n padding: 7px;\n // stylelint-disable-next-line primer/spacing\n margin: 13px 0 0;\n overflow: hidden;\n // stylelint-disable-next-line primer/borders\n border: $border-width $border-style lighten($gray-300, 5%);\n }\n\n span img {\n display: block;\n float: left;\n }\n\n span span {\n display: block;\n // stylelint-disable-next-line primer/spacing\n padding: 5px 0 0;\n clear: both;\n color: $text-gray-dark;\n }\n }\n\n span.align-center {\n display: block;\n overflow: hidden;\n clear: both;\n\n > span {\n display: block;\n // stylelint-disable-next-line primer/spacing\n margin: 13px auto 0;\n overflow: hidden;\n text-align: center;\n }\n\n span img {\n margin: 0 auto;\n text-align: center;\n }\n }\n\n span.align-right {\n display: block;\n overflow: hidden;\n clear: both;\n\n > span {\n display: block;\n // stylelint-disable-next-line primer/spacing\n margin: 13px 0 0;\n overflow: hidden;\n text-align: right;\n }\n\n span img {\n margin: 0;\n text-align: right;\n }\n }\n\n span.float-left {\n display: block;\n float: left;\n // stylelint-disable-next-line primer/spacing\n margin-right: 13px;\n overflow: hidden;\n\n span {\n // stylelint-disable-next-line primer/spacing\n margin: 13px 0 0;\n }\n }\n\n span.float-right {\n display: block;\n float: right;\n // stylelint-disable-next-line primer/spacing\n margin-left: 13px;\n overflow: hidden;\n\n > span {\n display: block;\n // stylelint-disable-next-line primer/spacing\n margin: 13px auto 0;\n overflow: hidden;\n text-align: right;\n }\n }\n}\n","// stylelint-disable selector-max-type\n.markdown-body {\n // Inline code snippets\n code,\n tt {\n // stylelint-disable-next-line primer/spacing\n padding: 0.2em 0.4em;\n margin: 0;\n // stylelint-disable-next-line primer/typography\n font-size: 85%;\n // stylelint-disable-next-line primer/colors\n background-color: rgba($black, 0.05);\n border-radius: $border-radius;\n\n br { display: none; }\n }\n\n del code { text-decoration: inherit; }\n\n pre {\n word-wrap: normal;\n\n // Code tags within code blocks (<pre>s)\n > code {\n padding: 0;\n margin: 0;\n // stylelint-disable-next-line primer/typography\n font-size: 100%;\n word-break: normal;\n white-space: pre;\n background: transparent;\n border: 0;\n }\n }\n\n .highlight {\n margin-bottom: $spacer-3;\n\n pre {\n margin-bottom: 0;\n word-break: normal;\n }\n }\n\n .highlight pre,\n pre {\n padding: $spacer-3;\n overflow: auto;\n // stylelint-disable-next-line primer/typography\n font-size: 85%;\n // stylelint-disable-next-line primer/typography\n line-height: 1.45;\n background-color: $bg-gray;\n border-radius: $border-radius;\n }\n\n pre code,\n pre tt {\n display: inline;\n max-width: auto;\n padding: 0;\n margin: 0;\n overflow: visible;\n line-height: inherit;\n word-wrap: normal;\n background-color: transparent;\n border: 0;\n }\n}\n","// stylelint-disable selector-max-type\n.markdown-body .csv-data {\n td,\n th {\n // stylelint-disable-next-line primer/spacing\n padding: 5px;\n overflow: hidden;\n font-size: $font-size-small;\n line-height: $lh-condensed-ultra;\n text-align: left;\n white-space: nowrap;\n }\n\n .blob-num {\n // stylelint-disable-next-line primer/spacing\n padding: 10px $spacer-2 9px;\n text-align: right;\n background: $bg-white;\n border: 0;\n }\n\n tr { border-top: 0; }\n\n th {\n font-weight: $font-weight-bold;\n background: $bg-gray;\n border-top: 0;\n }\n}\n",".Popover {\n position: absolute;\n z-index: 100;\n}\n\n.Popover-message {\n position: relative;\n width: 232px;\n margin-right: auto;\n margin-left: auto;\n\n // Carets\n &::before,\n &::after {\n position: absolute;\n left: 50%;\n display: inline-block;\n content: \"\";\n }\n\n &::before {\n top: -$spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin-left: -9px;\n // stylelint-disable-next-line primer/borders\n border: $spacer-2 $border-style transparent;\n border-bottom-color: $border-black-fade;\n }\n\n &::after {\n top: -14px;\n margin-left: -$spacer-2;\n // stylelint-disable-next-line primer/borders\n border: 7px $border-style transparent;\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $bg-white;\n }\n}\n\n// Bottom-oriented carets\n.Popover-message--bottom,\n.Popover-message--bottom-right,\n.Popover-message--bottom-left {\n &::before,\n &::after {\n top: auto;\n border-bottom-color: transparent;\n }\n\n &::before {\n bottom: -$spacer-3;\n border-top-color: $border-black-fade;\n }\n\n &::after {\n bottom: -14px;\n // stylelint-disable-next-line primer/borders\n border-top-color: $bg-white;\n }\n}\n\n// Top & Bottom: Right-oriented carets\n.Popover-message--top-right,\n.Popover-message--bottom-right {\n right: -9px;\n margin-right: 0;\n\n &::before,\n &::after {\n left: auto;\n margin-left: 0;\n }\n\n &::before {\n right: 20px;\n }\n\n &::after {\n right: 21px;\n }\n}\n\n// Top & Bottom: Left-oriented carets\n.Popover-message--top-left,\n.Popover-message--bottom-left {\n left: -9px;\n margin-left: 0;\n\n &::before,\n &::after {\n left: $spacer-4;\n margin-left: 0;\n }\n\n &::after {\n left: $spacer-4 + 1;\n }\n}\n\n// Right- & Left-oriented carets\n.Popover-message--right,\n.Popover-message--right-top,\n.Popover-message--right-bottom,\n.Popover-message--left,\n.Popover-message--left-top,\n.Popover-message--left-bottom {\n &::before,\n &::after {\n top: 50%;\n left: auto;\n margin-left: 0;\n border-bottom-color: transparent;\n }\n\n &::before {\n // stylelint-disable-next-line primer/spacing\n margin-top: -($spacer-2 + 1);\n }\n\n &::after {\n margin-top: -$spacer-2;\n }\n}\n\n// Right-oriented carets\n.Popover-message--right,\n.Popover-message--right-top,\n.Popover-message--right-bottom {\n &::before {\n right: -$spacer-3;\n border-left-color: $border-black-fade;\n }\n\n &::after {\n right: -14px;\n // stylelint-disable-next-line primer/borders\n border-left-color: $bg-white;\n }\n}\n\n// Left-oriented carets\n.Popover-message--left,\n.Popover-message--left-top,\n.Popover-message--left-bottom {\n &::before {\n left: -$spacer-3;\n border-right-color: $border-black-fade;\n }\n\n &::after {\n left: -14px;\n // stylelint-disable-next-line primer/borders\n border-right-color: $bg-white;\n }\n}\n\n// Right & Left: Top-oriented carets\n.Popover-message--right-top,\n.Popover-message--left-top {\n &::before,\n &::after {\n top: $spacer-4;\n }\n}\n\n// Right & Left: Bottom-oriented carets\n.Popover-message--right-bottom,\n.Popover-message--left-bottom {\n &::before,\n &::after {\n top: auto;\n }\n\n &::before {\n bottom: $spacer-3;\n }\n\n &::after {\n bottom: $spacer-3 + 1;\n }\n}\n\n.Popover-message--large {\n\n @include breakpoint(sm) {\n min-width: 320px;\n }\n}\n","// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n","// Progress\n\n.Progress {\n display: flex;\n height: 8px;\n overflow: hidden;\n // stylelint-disable-next-line primer/colors\n background-color: $gray-200;\n border-radius: $border-radius;\n}\n\n.Progress--large {\n height: 10px;\n}\n\n.Progress--small {\n height: 5px;\n}\n","// stylelint-disable selector-max-type\n// selector-max-type is needed for body:not(.intent-mouse) to target keyboard only styles.\n\n// TODO@15.0.0: remove styles below\n@media (hover: hover) {\n .SelectMenu-tab:not([aria-checked=\"true\"]):hover,\n .SelectMenu-tab:not([aria-checked=\"true\"]):active {\n background-color: $bg-white;\n }\n}\n\n$SelectMenu-max-height: 480px !default;\n\n// Select Menu\n//\n// A more advanced menu with support for navigation, filtering, and more.\n\n.SelectMenu {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 99;\n display: flex;\n padding: $spacer-3;\n pointer-events: none;\n flex-direction: column;\n\n @include breakpoint(sm) {\n position: absolute;\n top: auto;\n right: auto;\n bottom: auto;\n left: auto;\n padding: 0;\n }\n}\n\n// Backdrop\n//\n// Adds a dark, semi transparent \"cover\" underneat the modal. Only visible for xs.\n\n.SelectMenu::before {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n pointer-events: none;\n content: \"\";\n background-color: $bg-black-fade;\n\n @include breakpoint(sm) {\n display: none;\n }\n}\n\n// Modal\n//\n// The main \"box\" that contains the content\n\n.SelectMenu-modal {\n position: relative;\n z-index: 99; // Needs to be higher than .details-overlay's z-index: 80.\n display: flex;\n max-height: 66%;\n margin: auto 0;\n overflow: hidden; // Enables border radius on scrollable child elements\n pointer-events: auto;\n flex-direction: column;\n background-color: $bg-gray;\n // stylelint-disable-next-line primer/borders\n border-radius: $border-radius * 2;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);\n animation: SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;\n\n @keyframes SelectMenu-modal-animation {\n 0% {\n opacity: 0;\n transform: scale(0.9);\n }\n }\n\n @keyframes SelectMenu-modal-animation--sm {\n 0% {\n opacity: 0;\n transform: translateY(-$spacer-3);\n }\n }\n\n @include breakpoint(sm) {\n width: 300px;\n height: auto;\n max-height: $SelectMenu-max-height;\n margin: $spacer-1 0 $spacer-3 0;\n font-size: $font-size-small;\n border: $border-width $border-style $border-gray-dark;\n border-radius: $border-radius;\n box-shadow: $box-shadow-medium;\n animation-name: SelectMenu-modal-animation--sm;\n }\n}\n\n// Header\n//\n// Used for showing a title and the close button. Close button is only visible for xs.\n\n.SelectMenu-header {\n display: flex;\n flex: none; // fixes header from getting squeezed in Safari iOS\n padding: $spacer-3;\n\n @include breakpoint(sm) {\n padding-top: $spacer-2;\n padding-bottom: $spacer-2;\n }\n}\n\n.SelectMenu-title {\n flex: auto;\n font-size: $body-font-size;\n font-weight: $font-weight-bold;\n\n @include breakpoint(sm) {\n font-size: inherit;\n }\n}\n\n.SelectMenu-closeButton {\n padding: $spacer-3;\n margin: -$spacer-3;\n color: $text-gray-light;\n background-color: transparent;\n border: 0;\n\n @include breakpoint(sm) {\n display: none;\n }\n}\n\n// Filter\n//\n// An input to filter a large list\n\n.SelectMenu-filter {\n padding: $spacer-3;\n margin: 0;\n border-top: $border;\n\n @include breakpoint(sm) {\n padding: $spacer-2;\n }\n}\n\n.SelectMenu-input {\n display: block;\n width: 100%;\n\n @include breakpoint(sm) {\n font-size: $h5-size;\n }\n}\n\n// List\n//\n// The container that holds all the list items. Starts scrolling when the list gets too long.\n\n.SelectMenu-list {\n position: relative;\n padding: 0;\n margin: 0;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: -$border-width; // Hides the last border in the list\n flex: auto;\n overflow-x: hidden;\n overflow-y: auto;\n background-color: $bg-white;\n border-top: $border;\n -webkit-overflow-scrolling: touch; // Adds momentum + bouncy scrolling\n}\n\n// List Item\n//\n// The interactive element used to make a selection\n\n.SelectMenu-item {\n display: flex;\n align-items: center;\n width: 100%;\n padding: $spacer-3;\n overflow: hidden;\n color: $text-gray;\n text-align: left;\n cursor: pointer;\n background-color: $bg-white;\n border: 0;\n border-bottom: $border-width $border-style $border-gray-light;\n\n @include breakpoint(sm) {\n padding-top: $spacer-2;\n padding-bottom: $spacer-2;\n }\n}\n\n// Icon\n//\n// Icon shown on the left of a list item.\n\n.SelectMenu-icon {\n width: $spacer-3; // fixed width to make sure following content aligns\n margin-right: $spacer-2;\n flex-shrink: 0;\n}\n\n// Check icon\n.SelectMenu-icon--check {\n visibility: hidden;\n transition: transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5), visibility 0s 0.12s linear;\n transform: scale(0);\n}\n\n// Tabs\n//\n// Allows switching between multiple lists\n\n.SelectMenu-tabs {\n display: flex;\n flex-shrink: 0;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: -$border-width; // hide border of element below\n overflow-x: auto;\n overflow-y: hidden;\n border-top: $border;\n -webkit-overflow-scrolling: touch;\n\n // Hide scrollbar so it doesn't cover the text\n &::-webkit-scrollbar {\n display: none;\n }\n\n @include breakpoint(sm) {\n padding: 0 $spacer-2;\n border-top: 0;\n }\n}\n\n.SelectMenu-tab {\n flex: 1;\n padding: $spacer-2 $spacer-3;\n font-size: $font-size-small;\n font-weight: $font-weight-semibold;\n color: $text-gray-light;\n text-align: center;\n background-color: transparent;\n border: 0;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: inset 0 -1px 0 $border-color;\n\n @include breakpoint(sm) {\n flex: none;\n padding: $spacer-1 $spacer-3;\n border: $border-width $border-style transparent;\n border-bottom-width: 0;\n border-top-left-radius: $border-radius;\n border-top-right-radius: $border-radius;\n }\n\n &[aria-selected=\"true\"] {\n z-index: 1; // Keeps box-shadow visible when hovering\n color: $text-gray-dark;\n cursor: default;\n background-color: $bg-white;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 0 1px $border-color;\n\n @include breakpoint(sm) {\n border-color: $border-color;\n box-shadow: none;\n }\n }\n}\n\n// Message, Blankslate and Loading\n//\n// A container used to show different kinds of content. Like a message, a blankslate or the loading animation.\n\n.SelectMenu-message {\n border-bottom: $border-width $border-style $border-gray-light;\n}\n\n.SelectMenu-message,\n.SelectMenu-blankslate,\n.SelectMenu-loading {\n padding: $spacer-4 $spacer-3;\n text-align: center;\n background-color: $bg-white;\n}\n\n// Divider\n//\n// Can be used to divide the list into multiple groups\n\n.SelectMenu-divider {\n padding: $spacer-1 $spacer-3;\n margin: 0;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n color: $text-gray-light;\n background-color: $bg-gray;\n border-bottom: $border-width $border-style $border-gray-light;\n}\n\n// Footer\n//\n// A container at the bottom.\n\n.SelectMenu-footer {\n z-index: 0; // Avoid top border from getting covered by the negative margin of the list\n padding: $spacer-2 $spacer-3;\n font-size: $font-size-small;\n color: $text-gray-light;\n text-align: center;\n border-top: $border;\n\n @include breakpoint(sm) {\n padding: $spacer-1 $spacer-2;\n }\n}\n\n// Has Filter (modifier)\n//\n// Makes sure that the filter input keeps a fixed position at the top while typing. Only visible for xs.\n\n.SelectMenu--hasFilter {\n .SelectMenu-modal {\n height: 80%;\n max-height: none;\n margin-top: 0;\n\n @include breakpoint(sm) {\n height: auto;\n max-height: $SelectMenu-max-height;\n margin-top: $spacer-1;\n }\n }\n}\n\n// States\n//\n// Different states\n\n// Reset outlines\n.SelectMenu-tab:focus,\n.SelectMenu-item:focus {\n outline: none;\n}\n\n// Reset <a> elements\n.SelectMenu-item:hover {\n text-decoration: none;\n}\n\n// Selected\n//\n// Visible when a used clicks/taps on a list item\n\n.SelectMenu-item[aria-checked=\"true\"] {\n font-weight: $font-weight-semibold;\n color: $text-gray-dark;\n\n .SelectMenu-icon--check {\n visibility: visible;\n transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), visibility 0s linear;\n transform: scale(1);\n }\n}\n\n// Can hover states\n//\n// For mouse/keyboard input\n\n@media (hover: hover) {\n body:not(.intent-mouse) .SelectMenu-item:focus,\n .SelectMenu-item:hover {\n background-color: $bg-gray;\n }\n\n .SelectMenu-item:active {\n background-color: $bg-gray-light;\n }\n\n body:not(.intent-mouse) .SelectMenu-tab:focus {\n // stylelint-disable-next-line primer/colors\n background-color: $blue-100;\n }\n\n .SelectMenu-tab:not([aria-selected=\"true\"]):hover {\n color: $text-gray-dark;\n // stylelint-disable-next-line primer/colors\n background-color: $gray-200;\n }\n\n .SelectMenu-tab:not([aria-selected=\"true\"]):active {\n color: $text-gray-dark;\n background-color: $bg-gray;\n }\n}\n\n// Can not hover states\n//\n// For touch input\n\n@media (hover: none) {\n // Android\n .SelectMenu-item:focus,\n .SelectMenu-item:active {\n background-color: $bg-gray-light;\n }\n\n // iOS Safari\n // :active would work if ontouchstart is added to the button\n // Instead this tweaks the \"native\" highlight color\n .SelectMenu-item {\n -webkit-tap-highlight-color: rgba($gray-300, 0.5);\n }\n}\n","// Subhead styles\n.Subhead {\n display: flex;\n padding-bottom: $spacer-2;\n margin-bottom: $spacer-3;\n border-bottom: $border;\n flex-flow: row wrap;\n}\n\n// Modifier class to give a lot of breathing room between sections of content.\n.Subhead--spacious {\n margin-top: $spacer-6;\n}\n\n// <h2> sized heading with normal font weight\n.Subhead-heading {\n font-size: $h2-size;\n font-weight: $font-weight-normal;\n flex: 1 1 auto;\n}\n\n// Make the text bold and red for dangerous content\n.Subhead-heading--danger {\n font-weight: $font-weight-bold;\n color: $text-red;\n}\n\n// One-liner of supporting text\n.Subhead-description {\n font-size: $body-font-size;\n color: $text-gray;\n flex: 1 100%;\n}\n\n// Add 1 or 2 buttons to the right of the heading\n.Subhead-actions {\n align-self: center;\n justify-content: flex-end;\n}\n",".TimelineItem {\n position: relative;\n display: flex;\n padding: $spacer-3 0;\n margin-left: $spacer-3;\n\n // The Timeline\n &::before {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n display: block;\n width: 2px;\n content: \"\";\n // stylelint-disable-next-line primer/colors\n background-color: $gray-200;\n }\n\n &:target .TimelineItem-badge {\n // stylelint-disable-next-line primer/borders\n border-color: $blue-400;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 0.2em $blue-200;\n }\n}\n\n.TimelineItem-badge {\n position: relative;\n z-index: 1;\n display: flex;\n width: $spacer-5;\n height: $spacer-5;\n margin-right: $spacer-2;\n margin-left: -$spacer-3 + 1;\n // stylelint-disable-next-line primer/colors\n color: $gray-700;\n align-items: center;\n // stylelint-disable-next-line primer/colors\n background-color: $gray-200;\n // stylelint-disable-next-line primer/borders\n border: 2px $border-style $border-white;\n border-radius: 50%;\n justify-content: center;\n flex-shrink: 0;\n}\n\n.TimelineItem-body {\n min-width: 0;\n max-width: 100%;\n margin-top: $spacer-1;\n // stylelint-disable-next-line primer/colors\n color: $gray-700;\n flex: auto;\n}\n\n.TimelineItem-avatar {\n position: absolute;\n left: -($spacer-6 + $spacer-5);\n z-index: 1;\n}\n\n.TimelineItem-break {\n position: relative;\n z-index: 1;\n height: $spacer-4;\n margin: 0;\n margin-bottom: -$spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin-left: -($spacer-6 + $spacer-3);\n background-color: $bg-white;\n border: 0;\n // stylelint-disable-next-line primer/borders\n border-top: 4px $border-style $border-color;\n}\n\n.TimelineItem--condensed {\n padding-top: $spacer-1;\n padding-bottom: 0;\n\n // TimelineItem--condensed is often grouped. (commits)\n &:last-child {\n padding-bottom: $spacer-3;\n }\n\n .TimelineItem-badge {\n height: $spacer-3;\n margin-top: $spacer-2;\n margin-bottom: $spacer-2;\n // stylelint-disable-next-line primer/colors\n color: $gray-400;\n background-color: $bg-white;\n border: 0;\n }\n}\n","// Toast\n\n.Toast {\n display: flex;\n margin: $spacer-2;\n color: $text-black;\n background-color: $bg-white;\n border-radius: $border-radius;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: inset 0 0 0 1px $border-gray-dark, $box-shadow-medium;\n\n @include breakpoint(sm) {\n width: max-content;\n max-width: 450px;\n margin: $spacer-3;\n }\n}\n\n.Toast-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n width: $spacer-3 * 3;\n flex-shrink: 0;\n color: $text-white;\n background-color: $bg-blue;\n border-top-left-radius: inherit;\n border-bottom-left-radius: inherit;\n}\n\n.Toast-content {\n padding: $spacer-3;\n}\n\n.Toast-dismissButton {\n max-height: 54px; // keeps button aligned to the top\n padding: $spacer-3;\n background-color: transparent;\n border: 0;\n\n &:focus,\n &:hover {\n color: $text-gray;\n outline: none;\n }\n\n &:active {\n // stylelint-disable-next-line primer/colors\n color: $gray-400;\n }\n}\n\n// Modifier\n\n.Toast--error .Toast-icon {\n background-color: $bg-red;\n}\n\n.Toast--warning .Toast-icon {\n color: $text-gray-dark;\n // stylelint-disable-next-line primer/colors\n background-color: $yellow-600;\n}\n\n.Toast--success .Toast-icon {\n background-color: $bg-green;\n}\n\n.Toast--loading .Toast-icon {\n // stylelint-disable-next-line primer/colors\n background-color: $gray-600;\n}\n\n// Animations\n\n.Toast--animateIn {\n animation: Toast--animateIn 0.18s cubic-bezier(0.22, 0.61, 0.36, 1) backwards;\n}\n\n@keyframes Toast--animateIn {\n 0% {\n opacity: 0;\n transform: translateY(100%);\n }\n}\n\n.Toast--animateOut {\n animation: Toast--animateOut 0.18s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards;\n}\n\n@keyframes Toast--animateOut {\n 100% {\n pointer-events: none;\n opacity: 0;\n transform: translateY(100%);\n }\n}\n\n.Toast--spinner {\n animation: Toast--spinner 1000ms linear infinite;\n}\n\n@keyframes Toast--spinner {\n from { transform: rotate(0deg); }\n to { transform: rotate(360deg); }\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/product.js b/assets/sass/@primer/css/dist/product.js deleted file mode 100644 index 17188c6..0000000 --- a/assets/sass/@primer/css/dist/product.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/product.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/progress.css b/assets/sass/@primer/css/dist/progress.css deleted file mode 100644 index cfa76b0..0000000 --- a/assets/sass/@primer/css/dist/progress.css +++ /dev/null @@ -1,3 +0,0 @@ -.Progress{display:flex;height:8px;overflow:hidden;background-color:#e1e4e8;border-radius:3px}.Progress--large{height:10px}.Progress--small{height:5px} - -/*# sourceMappingURL=progress.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/progress.css.map b/assets/sass/@primer/css/dist/progress.css.map deleted file mode 100644 index ee6a3cd..0000000 --- a/assets/sass/@primer/css/dist/progress.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/progress/progress.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/misc.scss"],"names":[],"mappings":"AAEA,UACE,YAAa,CACb,UAAW,CACX,eAAgB,CAEhB,wBCEuB,CDDvB,iBEDiB,CFElB,iBAGC,WAAY,CACb,iBAGC,UAAW","file":"progress.css","sourcesContent":["// Progress\n\n.Progress {\n display: flex;\n height: 8px;\n overflow: hidden;\n // stylelint-disable-next-line primer/colors\n background-color: $gray-200;\n border-radius: $border-radius;\n}\n\n.Progress--large {\n height: 10px;\n}\n\n.Progress--small {\n height: 5px;\n}\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/progress.js b/assets/sass/@primer/css/dist/progress.js deleted file mode 100644 index da772fe..0000000 --- a/assets/sass/@primer/css/dist/progress.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/progress.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/select-menu.css b/assets/sass/@primer/css/dist/select-menu.css deleted file mode 100644 index 9113172..0000000 --- a/assets/sass/@primer/css/dist/select-menu.css +++ /dev/null @@ -1,3 +0,0 @@ -@media (hover: hover){.SelectMenu-tab:not([aria-checked="true"]):hover,.SelectMenu-tab:not([aria-checked="true"]):active{background-color:#fff}}.SelectMenu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;display:flex;padding:16px;pointer-events:none;flex-direction:column}@media (min-width: 544px){.SelectMenu{position:absolute;top:auto;right:auto;bottom:auto;left:auto;padding:0}}.SelectMenu::before{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:"";background-color:rgba(27,31,35,0.5)}@media (min-width: 544px){.SelectMenu::before{display:none}}.SelectMenu-modal{position:relative;z-index:99;display:flex;max-height:66%;margin:auto 0;overflow:hidden;pointer-events:auto;flex-direction:column;background-color:#f6f8fa;border-radius:6px;box-shadow:0 0 18px rgba(0,0,0,0.4);animation:SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards}@keyframes SelectMenu-modal-animation{0%{opacity:0;transform:scale(0.9)}}@keyframes SelectMenu-modal-animation--sm{0%{opacity:0;transform:translateY(-16px)}}@media (min-width: 544px){.SelectMenu-modal{width:300px;height:auto;max-height:480px;margin:4px 0 16px 0;font-size:12px;border:1px solid #d1d5da;border-radius:3px;box-shadow:0 1px 5px rgba(27,31,35,0.15);animation-name:SelectMenu-modal-animation--sm}}.SelectMenu-header{display:flex;flex:none;padding:16px}@media (min-width: 544px){.SelectMenu-header{padding-top:8px;padding-bottom:8px}}.SelectMenu-title{flex:auto;font-size:14px;font-weight:600}@media (min-width: 544px){.SelectMenu-title{font-size:inherit}}.SelectMenu-closeButton{padding:16px;margin:-16px;color:#6a737d;background-color:transparent;border:0}@media (min-width: 544px){.SelectMenu-closeButton{display:none}}.SelectMenu-filter{padding:16px;margin:0;border-top:1px #e1e4e8 solid}@media (min-width: 544px){.SelectMenu-filter{padding:8px}}.SelectMenu-input{display:block;width:100%}@media (min-width: 544px){.SelectMenu-input{font-size:14px}}.SelectMenu-list{position:relative;padding:0;margin:0;margin-bottom:-1px;flex:auto;overflow-x:hidden;overflow-y:auto;background-color:#fff;border-top:1px #e1e4e8 solid;-webkit-overflow-scrolling:touch}.SelectMenu-item{display:flex;align-items:center;width:100%;padding:16px;overflow:hidden;color:#586069;text-align:left;cursor:pointer;background-color:#fff;border:0;border-bottom:1px solid #eaecef}@media (min-width: 544px){.SelectMenu-item{padding-top:8px;padding-bottom:8px}}.SelectMenu-icon{width:16px;margin-right:8px;flex-shrink:0}.SelectMenu-icon--check{visibility:hidden;transition:transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5),visibility 0s 0.12s linear;transform:scale(0)}.SelectMenu-tabs{display:flex;flex-shrink:0;margin-bottom:-1px;overflow-x:auto;overflow-y:hidden;border-top:1px #e1e4e8 solid;-webkit-overflow-scrolling:touch}.SelectMenu-tabs::-webkit-scrollbar{display:none}@media (min-width: 544px){.SelectMenu-tabs{padding:0 8px;border-top:0}}.SelectMenu-tab{flex:1;padding:8px 16px;font-size:12px;font-weight:500;color:#6a737d;text-align:center;background-color:transparent;border:0;box-shadow:inset 0 -1px 0 #e1e4e8}@media (min-width: 544px){.SelectMenu-tab{flex:none;padding:4px 16px;border:1px solid transparent;border-bottom-width:0;border-top-left-radius:3px;border-top-right-radius:3px}}.SelectMenu-tab[aria-selected="true"]{z-index:1;color:#24292e;cursor:default;background-color:#fff;box-shadow:0 0 0 1px #e1e4e8}@media (min-width: 544px){.SelectMenu-tab[aria-selected="true"]{border-color:#e1e4e8;box-shadow:none}}.SelectMenu-message{border-bottom:1px solid #eaecef}.SelectMenu-message,.SelectMenu-blankslate,.SelectMenu-loading{padding:24px 16px;text-align:center;background-color:#fff}.SelectMenu-divider{padding:4px 16px;margin:0;font-size:12px;font-weight:600;color:#6a737d;background-color:#f6f8fa;border-bottom:1px solid #eaecef}.SelectMenu-footer{z-index:0;padding:8px 16px;font-size:12px;color:#6a737d;text-align:center;border-top:1px #e1e4e8 solid}@media (min-width: 544px){.SelectMenu-footer{padding:4px 8px}}.SelectMenu--hasFilter .SelectMenu-modal{height:80%;max-height:none;margin-top:0}@media (min-width: 544px){.SelectMenu--hasFilter .SelectMenu-modal{height:auto;max-height:480px;margin-top:4px}}.SelectMenu-tab:focus,.SelectMenu-item:focus{outline:none}.SelectMenu-item:hover{text-decoration:none}.SelectMenu-item[aria-checked="true"]{font-weight:500;color:#24292e}.SelectMenu-item[aria-checked="true"] .SelectMenu-icon--check{visibility:visible;transition:transform 0.12s cubic-bezier(0, 0, 0.2, 1),visibility 0s linear;transform:scale(1)}@media (hover: hover){body:not(.intent-mouse) .SelectMenu-item:focus,.SelectMenu-item:hover{background-color:#f6f8fa}.SelectMenu-item:active{background-color:#fafbfc}body:not(.intent-mouse) .SelectMenu-tab:focus{background-color:#dbedff}.SelectMenu-tab:not([aria-selected="true"]):hover{color:#24292e;background-color:#e1e4e8}.SelectMenu-tab:not([aria-selected="true"]):active{color:#24292e;background-color:#f6f8fa}}@media (hover: none){.SelectMenu-item:focus,.SelectMenu-item:active{background-color:#fafbfc}.SelectMenu-item{-webkit-tap-highlight-color:rgba(209,213,218,0.5)}} - -/*# sourceMappingURL=select-menu.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/select-menu.css.map b/assets/sass/@primer/css/dist/select-menu.css.map deleted file mode 100644 index 797e8e4..0000000 --- a/assets/sass/@primer/css/dist/select-menu.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/select-menu/select-menu.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/layout.scss","../src/src/support/mixins/layout.scss","../src/src/support/variables/typography.scss","../src/src/support/variables/misc.scss","../src/src/support/variables/colors.scss"],"names":[],"mappings":"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","file":"select-menu.css","sourcesContent":["// stylelint-disable selector-max-type\n// selector-max-type is needed for body:not(.intent-mouse) to target keyboard only styles.\n\n// TODO@15.0.0: remove styles below\n@media (hover: hover) {\n .SelectMenu-tab:not([aria-checked=\"true\"]):hover,\n .SelectMenu-tab:not([aria-checked=\"true\"]):active {\n background-color: $bg-white;\n }\n}\n\n$SelectMenu-max-height: 480px !default;\n\n// Select Menu\n//\n// A more advanced menu with support for navigation, filtering, and more.\n\n.SelectMenu {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 99;\n display: flex;\n padding: $spacer-3;\n pointer-events: none;\n flex-direction: column;\n\n @include breakpoint(sm) {\n position: absolute;\n top: auto;\n right: auto;\n bottom: auto;\n left: auto;\n padding: 0;\n }\n}\n\n// Backdrop\n//\n// Adds a dark, semi transparent \"cover\" underneat the modal. Only visible for xs.\n\n.SelectMenu::before {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n pointer-events: none;\n content: \"\";\n background-color: $bg-black-fade;\n\n @include breakpoint(sm) {\n display: none;\n }\n}\n\n// Modal\n//\n// The main \"box\" that contains the content\n\n.SelectMenu-modal {\n position: relative;\n z-index: 99; // Needs to be higher than .details-overlay's z-index: 80.\n display: flex;\n max-height: 66%;\n margin: auto 0;\n overflow: hidden; // Enables border radius on scrollable child elements\n pointer-events: auto;\n flex-direction: column;\n background-color: $bg-gray;\n // stylelint-disable-next-line primer/borders\n border-radius: $border-radius * 2;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);\n animation: SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;\n\n @keyframes SelectMenu-modal-animation {\n 0% {\n opacity: 0;\n transform: scale(0.9);\n }\n }\n\n @keyframes SelectMenu-modal-animation--sm {\n 0% {\n opacity: 0;\n transform: translateY(-$spacer-3);\n }\n }\n\n @include breakpoint(sm) {\n width: 300px;\n height: auto;\n max-height: $SelectMenu-max-height;\n margin: $spacer-1 0 $spacer-3 0;\n font-size: $font-size-small;\n border: $border-width $border-style $border-gray-dark;\n border-radius: $border-radius;\n box-shadow: $box-shadow-medium;\n animation-name: SelectMenu-modal-animation--sm;\n }\n}\n\n// Header\n//\n// Used for showing a title and the close button. Close button is only visible for xs.\n\n.SelectMenu-header {\n display: flex;\n flex: none; // fixes header from getting squeezed in Safari iOS\n padding: $spacer-3;\n\n @include breakpoint(sm) {\n padding-top: $spacer-2;\n padding-bottom: $spacer-2;\n }\n}\n\n.SelectMenu-title {\n flex: auto;\n font-size: $body-font-size;\n font-weight: $font-weight-bold;\n\n @include breakpoint(sm) {\n font-size: inherit;\n }\n}\n\n.SelectMenu-closeButton {\n padding: $spacer-3;\n margin: -$spacer-3;\n color: $text-gray-light;\n background-color: transparent;\n border: 0;\n\n @include breakpoint(sm) {\n display: none;\n }\n}\n\n// Filter\n//\n// An input to filter a large list\n\n.SelectMenu-filter {\n padding: $spacer-3;\n margin: 0;\n border-top: $border;\n\n @include breakpoint(sm) {\n padding: $spacer-2;\n }\n}\n\n.SelectMenu-input {\n display: block;\n width: 100%;\n\n @include breakpoint(sm) {\n font-size: $h5-size;\n }\n}\n\n// List\n//\n// The container that holds all the list items. Starts scrolling when the list gets too long.\n\n.SelectMenu-list {\n position: relative;\n padding: 0;\n margin: 0;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: -$border-width; // Hides the last border in the list\n flex: auto;\n overflow-x: hidden;\n overflow-y: auto;\n background-color: $bg-white;\n border-top: $border;\n -webkit-overflow-scrolling: touch; // Adds momentum + bouncy scrolling\n}\n\n// List Item\n//\n// The interactive element used to make a selection\n\n.SelectMenu-item {\n display: flex;\n align-items: center;\n width: 100%;\n padding: $spacer-3;\n overflow: hidden;\n color: $text-gray;\n text-align: left;\n cursor: pointer;\n background-color: $bg-white;\n border: 0;\n border-bottom: $border-width $border-style $border-gray-light;\n\n @include breakpoint(sm) {\n padding-top: $spacer-2;\n padding-bottom: $spacer-2;\n }\n}\n\n// Icon\n//\n// Icon shown on the left of a list item.\n\n.SelectMenu-icon {\n width: $spacer-3; // fixed width to make sure following content aligns\n margin-right: $spacer-2;\n flex-shrink: 0;\n}\n\n// Check icon\n.SelectMenu-icon--check {\n visibility: hidden;\n transition: transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5), visibility 0s 0.12s linear;\n transform: scale(0);\n}\n\n// Tabs\n//\n// Allows switching between multiple lists\n\n.SelectMenu-tabs {\n display: flex;\n flex-shrink: 0;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: -$border-width; // hide border of element below\n overflow-x: auto;\n overflow-y: hidden;\n border-top: $border;\n -webkit-overflow-scrolling: touch;\n\n // Hide scrollbar so it doesn't cover the text\n &::-webkit-scrollbar {\n display: none;\n }\n\n @include breakpoint(sm) {\n padding: 0 $spacer-2;\n border-top: 0;\n }\n}\n\n.SelectMenu-tab {\n flex: 1;\n padding: $spacer-2 $spacer-3;\n font-size: $font-size-small;\n font-weight: $font-weight-semibold;\n color: $text-gray-light;\n text-align: center;\n background-color: transparent;\n border: 0;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: inset 0 -1px 0 $border-color;\n\n @include breakpoint(sm) {\n flex: none;\n padding: $spacer-1 $spacer-3;\n border: $border-width $border-style transparent;\n border-bottom-width: 0;\n border-top-left-radius: $border-radius;\n border-top-right-radius: $border-radius;\n }\n\n &[aria-selected=\"true\"] {\n z-index: 1; // Keeps box-shadow visible when hovering\n color: $text-gray-dark;\n cursor: default;\n background-color: $bg-white;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 0 1px $border-color;\n\n @include breakpoint(sm) {\n border-color: $border-color;\n box-shadow: none;\n }\n }\n}\n\n// Message, Blankslate and Loading\n//\n// A container used to show different kinds of content. Like a message, a blankslate or the loading animation.\n\n.SelectMenu-message {\n border-bottom: $border-width $border-style $border-gray-light;\n}\n\n.SelectMenu-message,\n.SelectMenu-blankslate,\n.SelectMenu-loading {\n padding: $spacer-4 $spacer-3;\n text-align: center;\n background-color: $bg-white;\n}\n\n// Divider\n//\n// Can be used to divide the list into multiple groups\n\n.SelectMenu-divider {\n padding: $spacer-1 $spacer-3;\n margin: 0;\n font-size: $font-size-small;\n font-weight: $font-weight-bold;\n color: $text-gray-light;\n background-color: $bg-gray;\n border-bottom: $border-width $border-style $border-gray-light;\n}\n\n// Footer\n//\n// A container at the bottom.\n\n.SelectMenu-footer {\n z-index: 0; // Avoid top border from getting covered by the negative margin of the list\n padding: $spacer-2 $spacer-3;\n font-size: $font-size-small;\n color: $text-gray-light;\n text-align: center;\n border-top: $border;\n\n @include breakpoint(sm) {\n padding: $spacer-1 $spacer-2;\n }\n}\n\n// Has Filter (modifier)\n//\n// Makes sure that the filter input keeps a fixed position at the top while typing. Only visible for xs.\n\n.SelectMenu--hasFilter {\n .SelectMenu-modal {\n height: 80%;\n max-height: none;\n margin-top: 0;\n\n @include breakpoint(sm) {\n height: auto;\n max-height: $SelectMenu-max-height;\n margin-top: $spacer-1;\n }\n }\n}\n\n// States\n//\n// Different states\n\n// Reset outlines\n.SelectMenu-tab:focus,\n.SelectMenu-item:focus {\n outline: none;\n}\n\n// Reset <a> elements\n.SelectMenu-item:hover {\n text-decoration: none;\n}\n\n// Selected\n//\n// Visible when a used clicks/taps on a list item\n\n.SelectMenu-item[aria-checked=\"true\"] {\n font-weight: $font-weight-semibold;\n color: $text-gray-dark;\n\n .SelectMenu-icon--check {\n visibility: visible;\n transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), visibility 0s linear;\n transform: scale(1);\n }\n}\n\n// Can hover states\n//\n// For mouse/keyboard input\n\n@media (hover: hover) {\n body:not(.intent-mouse) .SelectMenu-item:focus,\n .SelectMenu-item:hover {\n background-color: $bg-gray;\n }\n\n .SelectMenu-item:active {\n background-color: $bg-gray-light;\n }\n\n body:not(.intent-mouse) .SelectMenu-tab:focus {\n // stylelint-disable-next-line primer/colors\n background-color: $blue-100;\n }\n\n .SelectMenu-tab:not([aria-selected=\"true\"]):hover {\n color: $text-gray-dark;\n // stylelint-disable-next-line primer/colors\n background-color: $gray-200;\n }\n\n .SelectMenu-tab:not([aria-selected=\"true\"]):active {\n color: $text-gray-dark;\n background-color: $bg-gray;\n }\n}\n\n// Can not hover states\n//\n// For touch input\n\n@media (hover: none) {\n // Android\n .SelectMenu-item:focus,\n .SelectMenu-item:active {\n background-color: $bg-gray-light;\n }\n\n // iOS Safari\n // :active would work if ontouchstart is added to the button\n // Instead this tweaks the \"native\" highlight color\n .SelectMenu-item {\n -webkit-tap-highlight-color: rgba($gray-300, 0.5);\n }\n}\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n","@import \"color-system.scss\";\n// Color variables\n\n// Border colors\n$border-white: $white !default;\n$border-black-fade: $black-fade-15 !default;\n$border-white-fade: $white-fade-15 !default;\n$border-gray-dark: $gray-300 !default;\n$border-gray-darker: $gray-700 !default;\n$border-gray-light: lighten($gray-200, 3%) !default;\n$border-gray: $gray-200 !default;\n$border-blue: $blue-500 !default;\n$border-blue-light: $blue-200 !default;\n$border-green: $green-400 !default;\n$border-green-light: desaturate($green-300, 40%) !default;\n$border-purple: $purple !default;\n$border-red: $red !default;\n$border-red-light: desaturate($red-300, 60%) !default;\n$border-yellow: desaturate($yellow-300, 60%) !default;\n\n// Buttons have a slightly more opaque border than $border-black-fade (15% alpha)\n$border-color-button: rgba($black, 0.2) !default;\n\n// Background colors\n$bg-white: $white !default;\n$bg-black: $black !default;\n$bg-black-fade: $black-fade-50 !default;\n$bg-blue-light: $blue-000 !default;\n$bg-blue: $blue-500 !default;\n$bg-gray-dark: $gray-900 !default;\n$bg-gray-light: $gray-000 !default;\n$bg-gray: $gray-100 !default;\n$bg-green: $green-500 !default;\n$bg-green-light: $green-100 !default;\n$bg-orange: $orange-700 !default;\n$bg-purple: $purple-500 !default;\n$bg-purple-light: $purple-000 !default;\n$bg-pink: $pink-500 !default;\n$bg-red: $red-500 !default;\n$bg-red-light: $red-100 !default;\n$bg-yellow: $yellow-500 !default;\n$bg-yellow-light: $yellow-200 !default;\n$bg-yellow-dark: $yellow-700 !default;\n\n// diffstat background colors\n$bg-diffstat-added: darken($green-400, 5%) !default;\n$bg-diffstat-deleted: $red-600 !default;\n$bg-diffstat-neutral: $gray-300 !default;\n\n// Text colors\n$text-black: $black !default;\n$text-white: $white !default;\n$text-blue: $blue-500 !default;\n$text-gray-dark: $gray-900 !default;\n$text-gray-light: $gray-500 !default;\n$text-gray: $gray-600 !default;\n$text-green: $green-500 !default;\n$text-orange: $orange-900 !default;\n$text-orange-light: $orange-600 !default;\n$text-purple: $purple !default;\n$text-pink: $pink-500 !default;\n$text-red: $red-600 !default;\n$text-yellow: $yellow-800 !default;\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/select-menu.js b/assets/sass/@primer/css/dist/select-menu.js deleted file mode 100644 index 963749b..0000000 --- a/assets/sass/@primer/css/dist/select-menu.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/select-menu.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/alerts.json b/assets/sass/@primer/css/dist/stats/alerts.json deleted file mode 100644 index 0c908ac..0000000 --- a/assets/sass/@primer/css/dist/stats/alerts.json +++ /dev/null @@ -1 +0,0 @@ -{"size":1004,"gzipSize":439,"humanizedSize":"1004B","humanizedGzipSize":"439B","rules":{"total":12,"size":{"graph":[6,1,1,12,1,3,3,3,3,3,8,4],"max":12,"average":4},"selectorByRuleSizes":[{"selector":".flash-close","declarations":12},{"selector":".flash-banner","declarations":8},{"selector":".flash","declarations":6},{"selector":".warning","declarations":4},{"selector":".flash-full","declarations":3},{"selector":".flash-success","declarations":3},{"selector":".flash-error","declarations":3},{"selector":".flash-warn","declarations":3},{"selector":".flash-action","declarations":3},{"selector":".flash-close:hover","declarations":1},{"selector":".flash-messages","declarations":1},{"selector":".flash p:last-child","declarations":1}]},"selectors":{"total":12,"type":1,"class":12,"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",".flash-banner",".warning"],"specificity":{"max":21,"average":11.75}},"declarations":{"total":48,"unique":42,"properties":{"position":["relative","fixed"],"padding":["16px","16px",".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","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"],"top":["0"],"z-index":["90"],"width":["100%"],"border-top":["0"],"border-right":["0"],"border-left":["0"],"font-weight":["600"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/autocomplete.json b/assets/sass/@primer/css/dist/stats/autocomplete.json deleted file mode 100644 index 503c84a..0000000 --- a/assets/sass/@primer/css/dist/stats/autocomplete.json +++ /dev/null @@ -1 +0,0 @@ -{"size":1722,"gzipSize":632,"humanizedSize":"2KB","humanizedGzipSize":"632B","rules":{"total":14,"size":{"graph":[10,8,3,1,13,4,2,3,2,3,1,4,2,1],"max":13,"average":4.071428571428571},"selectorByRuleSizes":[{"selector":".suggester","declarations":13},{"selector":".autocomplete-results","declarations":10},{"selector":".autocomplete-item","declarations":8},{"selector":".suggester-container","declarations":4},{"selector":".suggester li","declarations":4},{"selector":".suggester li:hover,.suggester li[aria-selected=\"true\"],.suggester li.navigation-focus","declarations":3},{"selector":".suggester li:last-child","declarations":3},{"selector":".autocomplete-item:hover,.autocomplete-item.selected,.autocomplete-item[aria-selected=true],.autocomplete-item.navigation-focus","declarations":3},{"selector":".page-responsive .suggester-container","declarations":2},{"selector":".suggester li:first-child","declarations":2},{"selector":".suggester li small","declarations":2},{"selector":".page-responsive .suggester li","declarations":1},{"selector":".suggester li:hover small,.suggester li[aria-selected=\"true\"] small,.suggester li.navigation-focus small","declarations":1},{"selector":".autocomplete-item:hover *,.autocomplete-item.selected *,.autocomplete-item[aria-selected=true] *,.autocomplete-item.navigation-focus *","declarations":1}]},"selectors":{"total":24,"type":11,"class":24,"id":0,"pseudoClass":6,"pseudoElement":0,"values":[".autocomplete-results",".autocomplete-item",".autocomplete-item:hover",".autocomplete-item.selected",".autocomplete-item[aria-selected=true]",".autocomplete-item.navigation-focus",".autocomplete-item:hover *",".autocomplete-item.selected *",".autocomplete-item[aria-selected=true] *",".autocomplete-item.navigation-focus *",".suggester",".suggester li",".suggester li small",".suggester li:last-child",".suggester li:first-child",".suggester li:hover",".suggester li[aria-selected=\"true\"]",".suggester li.navigation-focus",".suggester li:hover small",".suggester li[aria-selected=\"true\"] small",".suggester li.navigation-focus small",".suggester-container",".page-responsive .suggester-container",".page-responsive .suggester li"],"specificity":{"max":22,"average":18.125}},"declarations":{"total":57,"unique":43,"properties":{"position":["absolute","relative","absolute"],"z-index":["99","30"],"width":["100%"],"max-height":["20em"],"overflow-y":["auto"],"font-size":["13px"],"list-style":["none","none"],"background":["#fff","#fff","#0366d6"],"border-radius":["3px","3px"],"box-shadow":["0 0 5px rgba(27,31,35,0.3)","0 1px 5px rgba(27,31,35,0.15)"],"display":["block","block"],"padding":["4px 8px","0","4px 8px","8px 16px"],"overflow":["hidden"],"font-weight":["600","600","400"],"text-decoration":["none","none","none"],"text-overflow":["ellipsis"],"white-space":["nowrap"],"cursor":["pointer","pointer"],"color":["#fff","inherit","#586069","#fff","#fff"],"background-color":["#0366d6"],"top":["0","0"],"left":["0","0","8px"],"min-width":["180px"],"margin":["0"],"margin-top":["24px"],"border":["1px #e1e4e8 solid"],"border-bottom":["1px #e1e4e8 solid","0"],"border-bottom-right-radius":["3px"],"border-bottom-left-radius":["3px"],"border-top-left-radius":["3px"],"border-top-right-radius":["3px"],"right":["8px"]}},"mediaQueries":{"total":1,"unique":1,"values":["(max-width: 544px)"],"contents":[{"value":"(max-width: 544px)","rules":{"total":2,"size":{"graph":[2,1],"max":2,"average":1.5},"selectorByRuleSizes":[{"selector":".page-responsive .suggester-container","declarations":2},{"selector":",.page-responsive .suggester li","declarations":1}]},"selectors":{"total":2,"type":1,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".page-responsive .suggester-container",".page-responsive .suggester li"],"specificity":{"max":21,"average":20.5}},"declarations":{"total":3,"unique":3,"properties":{"right":["8px"],"left":["8px"],"padding":["8px 16px"]}}}]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/avatars.json b/assets/sass/@primer/css/dist/stats/avatars.json deleted file mode 100644 index 2492603..0000000 --- a/assets/sass/@primer/css/dist/stats/avatars.json +++ /dev/null @@ -1 +0,0 @@ -{"size":2647,"gzipSize":815,"humanizedSize":"3KB","humanizedGzipSize":"815B","rules":{"total":37,"size":{"graph":[5,1,2,2,1,6,3,1,1,1,2,11,1,2,1,2,1,2,1,3,6,2,2,2,2,1,1,2,4,6,3,2,2,2,1,6,1],"max":11,"average":2.5405405405405403},"selectorByRuleSizes":[{"selector":".AvatarStack-body .avatar","declarations":11},{"selector":".DashedConnection::before","declarations":6},{"selector":".CircleBadge","declarations":6},{"selector":".avatar.avatar-more::before,.avatar.avatar-more::after","declarations":6},{"selector":".avatar-child","declarations":6},{"selector":".avatar","declarations":5},{"selector":".AvatarStack--right .avatar","declarations":4},{"selector":".CircleBadge-icon","declarations":3},{"selector":".avatar.avatar-more","declarations":3},{"selector":".AvatarStack","declarations":3},{"selector":".CircleBadge--large","declarations":2},{"selector":".CircleBadge--medium","declarations":2},{"selector":".CircleBadge--small","declarations":2},{"selector":".AvatarStack--right .avatar.avatar-more::after","declarations":2},{"selector":".AvatarStack--right .AvatarStack-body:hover .avatar","declarations":2},{"selector":".AvatarStack--right .AvatarStack-body","declarations":2},{"selector":".avatar.avatar-more::after","declarations":2},{"selector":".avatar.avatar-more::before","declarations":2},{"selector":".AvatarStack-body:hover .avatar:nth-child(n+4)","declarations":2},{"selector":".AvatarStack-body .avatar:nth-child(n+4)","declarations":2},{"selector":".AvatarStack-body .avatar:last-child","declarations":2},{"selector":".AvatarStack-body","declarations":2},{"selector":".avatar-group-item","declarations":2},{"selector":".avatar-link","declarations":2},{"selector":".DashedConnection .CircleBadge","declarations":1},{"selector":".DashedConnection","declarations":1},{"selector":".AvatarStack--right .avatar.avatar-more::before","declarations":1},{"selector":".AvatarStack--right .avatar.avatar-more","declarations":1},{"selector":".AvatarStack-body:hover .avatar-more","declarations":1},{"selector":".AvatarStack-body:hover .avatar","declarations":1},{"selector":".AvatarStack-body .avatar img","declarations":1},{"selector":".AvatarStack-body .avatar:first-child","declarations":1},{"selector":".AvatarStack.AvatarStack--three-plus","declarations":1},{"selector":".AvatarStack.AvatarStack--two","declarations":1},{"selector":".AvatarStack .AvatarStack-body","declarations":1},{"selector":".avatar-parent-child","declarations":1},{"selector":".avatar-small","declarations":1}]},"selectors":{"total":38,"type":1,"class":38,"id":0,"pseudoClass":7,"pseudoElement":7,"values":[".avatar",".avatar-small",".avatar-link",".avatar-group-item",".avatar-parent-child",".avatar-child",".AvatarStack",".AvatarStack .AvatarStack-body",".AvatarStack.AvatarStack--two",".AvatarStack.AvatarStack--three-plus",".AvatarStack-body",".AvatarStack-body .avatar",".AvatarStack-body .avatar:first-child",".AvatarStack-body .avatar:last-child",".AvatarStack-body .avatar img",".AvatarStack-body .avatar:nth-child(n+4)",".AvatarStack-body:hover .avatar",".AvatarStack-body:hover .avatar:nth-child(n+4)",".AvatarStack-body:hover .avatar-more",".avatar.avatar-more",".avatar.avatar-more::before",".avatar.avatar-more::after",".avatar.avatar-more::before",".avatar.avatar-more::after",".AvatarStack--right .AvatarStack-body",".AvatarStack--right .AvatarStack-body:hover .avatar",".AvatarStack--right .avatar.avatar-more",".AvatarStack--right .avatar.avatar-more::before",".AvatarStack--right .avatar.avatar-more::after",".AvatarStack--right .avatar",".CircleBadge",".CircleBadge-icon",".CircleBadge--small",".CircleBadge--medium",".CircleBadge--large",".DashedConnection",".DashedConnection::before",".DashedConnection .CircleBadge"],"specificity":{"max":40,"average":19.42105263157895}},"declarations":{"total":94,"unique":66,"properties":{"display":["inline-block","inline-block","flex","flex","none","flex","none","block","flex"],"overflow":["hidden"],"line-height":["1","1"],"vertical-align":["middle"],"border-radius":["3px","2px","2px","2px","2px","2px","50%"],"float":["left"],"margin-bottom":["3px"],"position":["relative","absolute","relative","absolute","relative","absolute","relative","absolute","relative"],"right":["-15%","0"],"bottom":["-9%"],"background-color":["#fff","#fff","#fff"],"box-shadow":["-2px -2px 0 rgba(255,255,255,0.8)","0 1px 5px rgba(27,31,35,0.15)"],"min-width":["26px","36px","46px"],"height":["20px","20px","20px","auto","56px","96px","128px"],"background":["#fff","#f6f8fa","#e1e4e8","#d1d5da","#d1d5da","#f6f8fa"],"z-index":["2","3","1","1"],"width":["20px","17px","14px","5px","2px","56px","96px","128px","100%"],"box-sizing":["content-box"],"margin-right":["-11px","3px","0","0","0"],"border-right":["1px solid #fff","0","0"],"transition":["margin 0.1s ease-in-out"],"opacity":["0","1"],"content":["\"\"","\"\""],"outline":["1px solid #fff"],"flex-direction":["row-reverse"],"margin-left":["3px","-11px"],"border-left":["1px solid #fff"],"align-items":["center"],"justify-content":["center"],"max-width":["60%"],"max-height":["55%"],"top":["50%"],"left":["0"],"border-bottom":["2px dashed #e1e4e8"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/base.json b/assets/sass/@primer/css/dist/stats/base.json deleted file mode 100644 index 7f856a8..0000000 --- a/assets/sass/@primer/css/dist/stats/base.json +++ /dev/null @@ -1 +0,0 @@ -{"size":4211,"gzipSize":1596,"humanizedSize":"4KB","humanizedGzipSize":"2KB","rules":{"total":74,"size":{"graph":[3,1,1,1,1,2,1,1,1,1,4,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,2,1,1,1,11,2,2,2,2,2,2,2,2,1,1,3,1,1,1,2,4,1],"max":11,"average":1.9189189189189189},"selectorByRuleSizes":[{"selector":"kbd","declarations":11},{"selector":"hr,.rule","declarations":6},{"selector":"legend","declarations":6},{"selector":"body","declarations":5},{"selector":"pre","declarations":4},{"selector":"sub,sup","declarations":4},{"selector":"abbr[title]","declarations":4},{"selector":"ul,ol","declarations":3},{"selector":"hr::after,.rule::after","declarations":3},{"selector":"input,select,textarea,button","declarations":3},{"selector":"fieldset","declarations":3},{"selector":"hr","declarations":3},{"selector":"html","declarations":3},{"selector":"tt,code","declarations":2},{"selector":"p","declarations":2},{"selector":"h6","declarations":2},{"selector":"h5","declarations":2},{"selector":"h4","declarations":2},{"selector":"h3","declarations":2},{"selector":"h2","declarations":2},{"selector":"h1","declarations":2},{"selector":"h1,h2,h3,h4,h5,h6","declarations":2},{"selector":"button","declarations":2},{"selector":"table","declarations":2},{"selector":"hr::before,.rule::before","declarations":2},{"selector":"a","declarations":2},{"selector":"::-webkit-file-upload-button","declarations":2},{"selector":"::-webkit-input-placeholder","declarations":2},{"selector":"[type=\"search\"]","declarations":2},{"selector":"[type=\"checkbox\"],[type=\"radio\"]","declarations":2},{"selector":"button::-moz-focus-inner,[type=\"button\"]::-moz-focus-inner,[type=\"reset\"]::-moz-focus-inner,[type=\"submit\"]::-moz-focus-inner","declarations":2},{"selector":"button,input,select,textarea","declarations":2},{"selector":"code,kbd,pre,samp","declarations":2},{"selector":"mark","declarations":2},{"selector":"h1","declarations":2},{"selector":"audio:not([controls])","declarations":2},{"selector":".octicon","declarations":1},{"selector":"dd","declarations":1},{"selector":"ul ul ol,ul ol ol,ol ul ol,ol ol ol","declarations":1},{"selector":"ol ol,ul ol","declarations":1},{"selector":"blockquote","declarations":1},{"selector":"small","declarations":1},{"selector":"details:not([open])>*:not(summary)","declarations":1},{"selector":"details summary","declarations":1},{"selector":"[hidden][hidden]","declarations":1},{"selector":"td,th","declarations":1},{"selector":"b,strong","declarations":1},{"selector":"a:hover","declarations":1},{"selector":"*","declarations":1},{"selector":"[type=\"search\"]::-webkit-search-cancel-button,[type=\"search\"]::-webkit-search-decoration","declarations":1},{"selector":"[type=\"number\"]::-webkit-inner-spin-button,[type=\"number\"]::-webkit-outer-spin-button","declarations":1},{"selector":"textarea","declarations":1},{"selector":"button:-moz-focusring,[type=\"button\"]:-moz-focusring,[type=\"reset\"]:-moz-focusring,[type=\"submit\"]:-moz-focusring","declarations":1},{"selector":"button,html [type=\"button\"],[type=\"reset\"],[type=\"submit\"]","declarations":1},{"selector":"button,select","declarations":1},{"selector":"button,input","declarations":1},{"selector":"optgroup","declarations":1},{"selector":"figure","declarations":1},{"selector":"svg:not(:root)","declarations":1},{"selector":"img","declarations":1},{"selector":"sup","declarations":1},{"selector":"sub","declarations":1},{"selector":"small","declarations":1},{"selector":"dfn","declarations":1},{"selector":"b,strong","declarations":1},{"selector":"b,strong","declarations":1},{"selector":"a:active,a:hover","declarations":1},{"selector":"a","declarations":1},{"selector":"template,[hidden]","declarations":1},{"selector":"progress","declarations":1},{"selector":"audio,canvas,progress,video","declarations":1},{"selector":"summary","declarations":1},{"selector":"article,aside,details,figcaption,figure,footer,header,main,menu,nav,section","declarations":1},{"selector":"body","declarations":1}]},"selectors":{"total":131,"type":107,"class":4,"id":0,"pseudoClass":6,"pseudoElement":4,"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","b","strong","hr",".rule","hr::before",".rule::before","hr::after",".rule::after","table","td","th","button","[hidden][hidden]","details summary","details:not([open])>*:not(summary)","kbd","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"],"specificity":{"max":20,"average":3.6106870229007635}},"declarations":{"total":142,"unique":101,"properties":{"font-family":["sans-serif","monospace, monospace","inherit","-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace"],"-ms-text-size-adjust":["100%"],"-webkit-text-size-adjust":["100%"],"margin":["0","0.67em 0","1em 40px","0","0 2px","15px 0","0"],"display":["block","list-item","inline-block","none","none","table","table","table","none","none","inline-block"],"height":["0","0","auto","0"],"vertical-align":["baseline","baseline","middle","text-bottom"],"background-color":["transparent","#ff0","#fff","#fafbfc"],"outline-width":["0"],"border-bottom":["none","1px solid #dfe2e5"],"text-decoration":["underline","underline dotted","none","underline"],"-webkit-text-decoration":["underline dotted"],"font-weight":["inherit","bolder","600","600","600","600","600","600","600","600"],"font-style":["italic"],"font-size":["2em","80%","75%","1em","inherit","14px","32px","24px","20px","16px","14px","12px","90%","12px","12px"],"color":["#1b1f23","inherit","inherit","#24292e","#0366d6","#444d56"],"line-height":["0","inherit","1.5","10px"],"position":["relative"],"bottom":["-0.25em"],"top":["-0.5em"],"border-style":["none","none"],"overflow":["hidden","visible","visible","auto","hidden"],"box-sizing":["content-box","border-box","border-box","border-box"],"font":["inherit","inherit","11px \"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace"],"text-transform":["none"],"-webkit-appearance":["button","textfield","none","button"],"padding":["0","0.35em 0.625em .75em","0","0","0","3px 5px"],"outline":["1px dotted ButtonText"],"border":["1px solid silver","0","solid 1px #d1d5da"],"max-width":["100%"],"white-space":["normal"],"outline-offset":["-2px"],"opacity":["0.54"],"background":["transparent"],"content":["\"\"","\"\""],"clear":["both"],"border-spacing":["0"],"border-collapse":["collapse"],"cursor":["pointer","pointer"],"border-radius":["0","3px"],"border-bottom-color":["#d1d5da"],"box-shadow":["inset 0 -1px 0 #d1d5da"],"margin-top":["0","0","0","0"],"margin-bottom":["0","10px","0","0"],"padding-left":["0"],"list-style-type":["lower-roman","lower-alpha"],"margin-left":["0"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/blankslate.json b/assets/sass/@primer/css/dist/stats/blankslate.json deleted file mode 100644 index cf98833..0000000 --- a/assets/sass/@primer/css/dist/stats/blankslate.json +++ /dev/null @@ -1 +0,0 @@ -{"size":594,"gzipSize":301,"humanizedSize":"594B","humanizedGzipSize":"301B","rules":{"total":11,"size":{"graph":[3,5,2,4,1,1,2,2,2,1,1],"max":5,"average":2.1818181818181817},"selectorByRuleSizes":[{"selector":".blankslate code","declarations":5},{"selector":".blankslate-icon","declarations":4},{"selector":".blankslate","declarations":3},{"selector":".blankslate-large h3","declarations":2},{"selector":".blankslate-large img","declarations":2},{"selector":".blankslate-narrow","declarations":2},{"selector":".blankslate img","declarations":2},{"selector":".blankslate-clean-background","declarations":1},{"selector":".blankslate-large p","declarations":1},{"selector":".blankslate-spacious","declarations":1},{"selector":".blankslate-capped","declarations":1}]},"selectors":{"total":11,"type":5,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".blankslate",".blankslate code",".blankslate img",".blankslate-icon",".blankslate-capped",".blankslate-spacious",".blankslate-narrow",".blankslate-large img",".blankslate-large h3",".blankslate-large p",".blankslate-clean-background"],"specificity":{"max":11,"average":10.454545454545455}},"declarations":{"total":24,"unique":24,"properties":{"position":["relative"],"padding":["32px","2px 5px 3px","80px 40px"],"text-align":["center"],"font-size":["14px","24px","16px"],"background":["#fff"],"border":["1px solid #eaecef","0"],"border-radius":["3px","0 0 3px 3px"],"width":["56px","80px"],"height":["56px","80px"],"margin-right":["4px"],"margin-bottom":["8px"],"margin-left":["4px"],"color":["#a3aab1"],"max-width":["485px"],"margin":["0 auto","16px 0"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/box.json b/assets/sass/@primer/css/dist/stats/box.json deleted file mode 100644 index c246ff5..0000000 --- a/assets/sass/@primer/css/dist/stats/box.json +++ /dev/null @@ -1 +0,0 @@ -{"size":2891,"gzipSize":755,"humanizedSize":"3KB","humanizedGzipSize":"755B","rules":{"total":48,"size":{"graph":[3,1,1,1,1,3,1,2,1,1,1,2,1,8,2,2,3,4,2,2,1,3,1,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.6875},"selectorByRuleSizes":[{"selector":".Box-header","declarations":8},{"selector":".Box-row","declarations":4},{"selector":".Box-btn-octicon.btn-octicon","declarations":3},{"selector":".Box-footer","declarations":3},{"selector":".Box-row.navigation-focus .Box-row--drag-button","declarations":3},{"selector":".Box-body:last-of-type","declarations":3},{"selector":".Box--condensed .Box-btn-octicon.btn-octicon","declarations":3},{"selector":".Box","declarations":3},{"selector":".Box-header--blue","declarations":2},{"selector":".Box--blue .Box-header","declarations":2},{"selector":".Box--scrollable","declarations":2},{"selector":".Box-row-link:hover","declarations":2},{"selector":".Box-row-link","declarations":2},{"selector":".Box-row:last-of-type","declarations":2},{"selector":".Box-row:first-of-type","declarations":2},{"selector":".Box-body","declarations":2},{"selector":".Box-title","declarations":2},{"selector":".Box--spacious .Box-btn-octicon.btn-octicon","declarations":2},{"selector":".Box--spacious .Box-header","declarations":2},{"selector":".Box-row--gray","declarations":1},{"selector":".Box-row--blue","declarations":1},{"selector":".Box-row--yellow","declarations":1},{"selector":".Box--danger .Box-body:last-of-type","declarations":1},{"selector":".Box--danger .Box-row:first-of-type","declarations":1},{"selector":".Box--danger","declarations":1},{"selector":".Box--blue .Box-footer","declarations":1},{"selector":".Box--blue .Box-row","declarations":1},{"selector":".Box--blue .Box-body","declarations":1},{"selector":".Box--blue","declarations":1},{"selector":".Box-row--drag-button","declarations":1},{"selector":".Box-row--hover-blue:hover","declarations":1},{"selector":".Box-row--hover-gray:hover","declarations":1},{"selector":".Box-row--focus-blue.navigation-focus","declarations":1},{"selector":".Box-row--focus-gray.navigation-focus","declarations":1},{"selector":".Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide","declarations":1},{"selector":".Box-row.navigation-focus.sortable-ghost","declarations":1},{"selector":".Box-row.navigation-focus.sortable-chosen","declarations":1},{"selector":".Box-row.navigation-focus.is-dragging .Box-row--drag-button","declarations":1},{"selector":".Box-row.Box-row--unread,.Box-row.unread","declarations":1},{"selector":".Box--spacious .Box-row","declarations":1},{"selector":".Box--spacious .Box-footer","declarations":1},{"selector":".Box--spacious .Box-body","declarations":1},{"selector":".Box--spacious .Box-title","declarations":1},{"selector":".Box--condensed .Box-row","declarations":1},{"selector":".Box--condensed .Box-footer","declarations":1},{"selector":".Box--condensed .Box-body","declarations":1},{"selector":".Box--condensed .Box-header","declarations":1},{"selector":".Box--condensed","declarations":1}]},"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":81,"unique":46,"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","-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"],"box-shadow":["2px 0 0 #0366d6 inset"],"color":["#0366d6","#24292e","#0366d6"],"cursor":["grab","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},"selectorByRuleSizes":[{"selector":",.Box-row-link:hover","declarations":2},{"selector":".Box-row-link","declarations":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/assets/sass/@primer/css/dist/stats/branch-name.json b/assets/sass/@primer/css/dist/stats/branch-name.json deleted file mode 100644 index 499e3e2..0000000 --- a/assets/sass/@primer/css/dist/stats/branch-name.json +++ /dev/null @@ -1 +0,0 @@ -{"size":272,"gzipSize":221,"humanizedSize":"272B","humanizedGzipSize":"221B","rules":{"total":3,"size":{"graph":[6,2,1],"max":6,"average":3},"selectorByRuleSizes":[{"selector":".branch-name","declarations":6},{"selector":".branch-name .octicon","declarations":2},{"selector":"a.branch-name","declarations":1}]},"selectors":{"total":3,"type":1,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".branch-name",".branch-name .octicon","a.branch-name"],"specificity":{"max":20,"average":13.666666666666666}},"declarations":{"total":9,"unique":9,"properties":{"display":["inline-block"],"padding":["2px 6px"],"font":["12px \"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace"],"color":["rgba(27,31,35,0.6)","#a8bbd0","#0366d6"],"background-color":["#eaf5ff"],"border-radius":["3px"],"margin":["1px -2px 0 0"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/breadcrumb.json b/assets/sass/@primer/css/dist/stats/breadcrumb.json deleted file mode 100644 index 47ad2ec..0000000 --- a/assets/sass/@primer/css/dist/stats/breadcrumb.json +++ /dev/null @@ -1 +0,0 @@ -{"size":378,"gzipSize":210,"humanizedSize":"378B","humanizedGzipSize":"210B","rules":{"total":5,"size":{"graph":[4,4,1,1,1],"max":4,"average":2.2},"selectorByRuleSizes":[{"selector":".breadcrumb-item::after","declarations":4},{"selector":".breadcrumb-item","declarations":4},{"selector":".breadcrumb-item-selected::after,.breadcrumb-item[aria-current]::after","declarations":1},{"selector":".breadcrumb-item-selected,.breadcrumb-item[aria-current]","declarations":1},{"selector":".breadcrumb-item:first-child","declarations":1}]},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":1,"pseudoElement":3,"values":[".breadcrumb-item",".breadcrumb-item::after",".breadcrumb-item:first-child",".breadcrumb-item-selected",".breadcrumb-item[aria-current]",".breadcrumb-item-selected::after",".breadcrumb-item[aria-current]::after"],"specificity":{"max":21,"average":14.714285714285714}},"declarations":{"total":11,"unique":11,"properties":{"display":["inline-block"],"margin-left":["-0.35em","0"],"white-space":["nowrap"],"list-style":["none"],"padding-right":[".5em"],"padding-left":[".5em"],"color":["#e1e4e8","#586069"],"content":["\"/\"","none"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/buttons.json b/assets/sass/@primer/css/dist/stats/buttons.json deleted file mode 100644 index 89d420a..0000000 --- a/assets/sass/@primer/css/dist/stats/buttons.json +++ /dev/null @@ -1 +0,0 @@ -{"size":9661,"gzipSize":1929,"humanizedSize":"9KB","humanizedGzipSize":"2KB","rules":{"total":76,"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,1,5,5,3,1,4,2,2,4,3,3,3,3,16,1,2,4,4,8,1,2,1,1,2,2,3,1,4,2,3,1,1,1,2,3,2,1,1,1,4,1,5,12,2,2,12,1,2],"max":21,"average":3.25},"selectorByRuleSizes":[{"selector":".btn","declarations":21},{"selector":".btn-link","declarations":16},{"selector":".social-count","declarations":12},{"selector":".hidden-text-expander a,.ellipsis-expander","declarations":12},{"selector":".btn-octicon","declarations":8},{"selector":".hidden-text-expander.inline","declarations":5},{"selector":".btn-danger:disabled,.btn-danger.disabled,.btn-danger[aria-disabled=true]","declarations":5},{"selector":".btn-danger:active,.btn-danger.selected,.btn-danger[aria-selected=true],[open]>.btn-danger","declarations":5},{"selector":".btn-blue:disabled,.btn-blue.disabled,.btn-blue[aria-disabled=true]","declarations":5},{"selector":".btn-primary:disabled,.btn-primary.disabled,.btn-primary[aria-disabled=true]","declarations":5},{"selector":".btn:disabled,.btn.disabled,.btn[aria-disabled=true]","declarations":5},{"selector":".close-button","declarations":4},{"selector":".BtnGroup-item","declarations":4},{"selector":".btn-invisible:hover,.btn-invisible:active,.btn-invisible:focus,.btn-invisible.selected,.btn-invisible[aria-selected=true],.btn-invisible.zeroclipboard-is-hover,.btn-invisible.zeroclipboard-is-active","declarations":4},{"selector":".btn-invisible","declarations":4},{"selector":".btn-outline:disabled,.btn-outline.disabled,.btn-outline[aria-disabled=true]","declarations":4},{"selector":".btn-outline:hover,.btn-outline:active,.btn-outline.selected,.btn-outline[aria-selected=true],[open]>.btn-outline","declarations":4},{"selector":".btn-danger:hover","declarations":4},{"selector":".btn-blue:active,.btn-blue.selected,.btn-blue[aria-selected=true],[open]>.btn-blue","declarations":4},{"selector":".btn-blue:hover,.btn-blue.hover","declarations":4},{"selector":".btn-primary:active,.btn-primary.selected,.btn-primary[aria-selected=true],[open]>.btn-primary","declarations":4},{"selector":".btn-primary:hover,.btn-primary.hover","declarations":4},{"selector":".btn:active,.btn.selected,.btn[aria-selected=true],[open]>.btn","declarations":4},{"selector":".btn:hover,.btn.hover","declarations":4},{"selector":".BtnGroup-parent:last-child .BtnGroup-item","declarations":3},{"selector":".BtnGroup-item:last-child","declarations":3},{"selector":".BtnGroup::after","declarations":3},{"selector":".btn-block","declarations":3},{"selector":".btn-large","declarations":3},{"selector":".btn-sm","declarations":3},{"selector":".btn-with-count","declarations":3},{"selector":".btn-outline","declarations":3},{"selector":".btn-danger","declarations":3},{"selector":".btn-blue","declarations":3},{"selector":".btn-primary","declarations":3},{"selector":".btn","declarations":3},{"selector":".btn .Counter","declarations":3},{"selector":".btn i","declarations":3},{"selector":".social-count:hover","declarations":2},{"selector":".hidden-text-expander a:active,.ellipsis-expander:active","declarations":2},{"selector":".hidden-text-expander a:hover,.ellipsis-expander:hover","declarations":2},{"selector":".BtnGroup-parent .BtnGroup-item","declarations":2},{"selector":".BtnGroup-parent:first-child .BtnGroup-item","declarations":2},{"selector":".BtnGroup-item:first-child","declarations":2},{"selector":".BtnGroup::before","declarations":2},{"selector":".BtnGroup","declarations":2},{"selector":".btn-octicon.disabled,.btn-octicon[aria-disabled=true]","declarations":2},{"selector":".btn-link:disabled,.btn-link:disabled:hover,.btn-link[aria-disabled=true],.btn-link[aria-disabled=true]:hover","declarations":2},{"selector":".btn-outline:focus","declarations":2},{"selector":".btn-outline:hover .Counter,.btn-outline:active .Counter,.btn-outline.selected .Counter,.btn-outline[aria-selected=true] .Counter,[open]>.btn-outline .Counter","declarations":2},{"selector":".btn-blue .Counter","declarations":2},{"selector":".btn-primary .Counter","declarations":2},{"selector":".btn:disabled,.btn.disabled,.btn[aria-disabled=true]","declarations":2},{"selector":".btn:hover","declarations":2},{"selector":".social-count:hover,.social-count:active","declarations":1},{"selector":".hidden-text-expander","declarations":1},{"selector":".BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-parent:focus,.BtnGroup-parent:active","declarations":1},{"selector":".BtnGroup-parent.selected+.BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent[aria-selected=true]+.BtnGroup-item,.BtnGroup-parent[aria-selected=true]+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item","declarations":1},{"selector":".BtnGroup-parent.selected .BtnGroup-item,.BtnGroup-parent[aria-selected=true] .BtnGroup-item,.BtnGroup-parent:focus .BtnGroup-item,.BtnGroup-parent:active .BtnGroup-item,.BtnGroup-parent:hover .BtnGroup-item","declarations":1},{"selector":".BtnGroup-parent","declarations":1},{"selector":".BtnGroup-item.selected+.BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item[aria-selected=true]+.BtnGroup-item,.BtnGroup-item[aria-selected=true]+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-item,.BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item","declarations":1},{"selector":".BtnGroup-item.selected,.BtnGroup-item[aria-selected=true],.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-item:hover","declarations":1},{"selector":".BtnGroup+.BtnGroup,.BtnGroup+.btn","declarations":1},{"selector":".btn-octicon-danger:hover","declarations":1},{"selector":".btn-octicon.disabled:hover,.btn-octicon[aria-disabled=true]:hover","declarations":1},{"selector":".btn-octicon:hover","declarations":1},{"selector":".btn-link:hover","declarations":1},{"selector":".btn-outline .Counter","declarations":1},{"selector":".btn-danger:hover .Counter","declarations":1},{"selector":".btn-danger:focus","declarations":1},{"selector":".btn-blue:focus,.btn-blue.focus","declarations":1},{"selector":".btn-primary:focus,.btn-primary.focus","declarations":1},{"selector":".btn:focus,.btn.focus","declarations":1},{"selector":".btn:active,.btn.selected,.btn[aria-selected=true]","declarations":1},{"selector":".btn:focus","declarations":1},{"selector":".btn .octicon","declarations":1}]},"selectors":{"total":161,"type":4,"class":161,"id":0,"pseudoClass":71,"pseudoElement":2,"values":[".btn",".btn i",".btn .octicon",".btn .Counter",".btn:hover",".btn:focus",".btn:disabled",".btn.disabled",".btn[aria-disabled=true]",".btn:active",".btn.selected",".btn[aria-selected=true]",".btn",".btn:focus",".btn.focus",".btn:hover",".btn.hover",".btn:active",".btn.selected",".btn[aria-selected=true]","[open]>.btn",".btn:disabled",".btn.disabled",".btn[aria-disabled=true]",".btn-primary",".btn-primary:focus",".btn-primary.focus",".btn-primary:hover",".btn-primary.hover",".btn-primary:active",".btn-primary.selected",".btn-primary[aria-selected=true]","[open]>.btn-primary",".btn-primary:disabled",".btn-primary.disabled",".btn-primary[aria-disabled=true]",".btn-primary .Counter",".btn-blue",".btn-blue:focus",".btn-blue.focus",".btn-blue:hover",".btn-blue.hover",".btn-blue:active",".btn-blue.selected",".btn-blue[aria-selected=true]","[open]>.btn-blue",".btn-blue:disabled",".btn-blue.disabled",".btn-blue[aria-disabled=true]",".btn-blue .Counter",".btn-danger",".btn-danger:focus",".btn-danger:hover",".btn-danger:hover .Counter",".btn-danger:active",".btn-danger.selected",".btn-danger[aria-selected=true]","[open]>.btn-danger",".btn-danger:disabled",".btn-danger.disabled",".btn-danger[aria-disabled=true]",".btn-outline",".btn-outline .Counter",".btn-outline:hover",".btn-outline:active",".btn-outline.selected",".btn-outline[aria-selected=true]","[open]>.btn-outline",".btn-outline:hover .Counter",".btn-outline:active .Counter",".btn-outline.selected .Counter",".btn-outline[aria-selected=true] .Counter","[open]>.btn-outline .Counter",".btn-outline:focus",".btn-outline:disabled",".btn-outline.disabled",".btn-outline[aria-disabled=true]",".btn-with-count",".btn-sm",".btn-large",".btn-block",".btn-link",".btn-link:hover",".btn-link:disabled",".btn-link:disabled:hover",".btn-link[aria-disabled=true]",".btn-link[aria-disabled=true]:hover",".btn-invisible",".btn-invisible:hover",".btn-invisible:active",".btn-invisible:focus",".btn-invisible.selected",".btn-invisible[aria-selected=true]",".btn-invisible.zeroclipboard-is-hover",".btn-invisible.zeroclipboard-is-active",".btn-octicon",".btn-octicon:hover",".btn-octicon.disabled",".btn-octicon[aria-disabled=true]",".btn-octicon.disabled:hover",".btn-octicon[aria-disabled=true]:hover",".btn-octicon-danger: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[aria-selected=true]",".BtnGroup-item:focus",".BtnGroup-item:active",".BtnGroup-item:hover",".BtnGroup-item.selected+.BtnGroup-item",".BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item[aria-selected=true]+.BtnGroup-item",".BtnGroup-item[aria-selected=true]+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:active+.BtnGroup-item",".BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent",".BtnGroup-parent:first-child .BtnGroup-item",".BtnGroup-parent:last-child .BtnGroup-item",".BtnGroup-parent .BtnGroup-item",".BtnGroup-parent.selected .BtnGroup-item",".BtnGroup-parent[aria-selected=true] .BtnGroup-item",".BtnGroup-parent:focus .BtnGroup-item",".BtnGroup-parent:active .BtnGroup-item",".BtnGroup-parent:hover .BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent[aria-selected=true]+.BtnGroup-item",".BtnGroup-parent[aria-selected=true]+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:focus",".BtnGroup-item:active",".BtnGroup-parent:focus",".BtnGroup-parent:active",".close-button",".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"],"specificity":{"max":40,"average":21.46583850931677}},"declarations":{"total":247,"unique":126,"properties":{"position":["relative","relative","relative"],"display":["inline-block","block","inline-block","inline-block","inline-block","table","table","block","inline-block","inline-block"],"padding":["6px 12px","3px 10px",".75em 1.25em","0","5px","0","0 5px 5px","3px 10px"],"font-size":["14px","12px","inherit","inherit","12px","12px"],"font-weight":["600","500","600","600"],"line-height":["20px","20px","1","0","6px","20px"],"white-space":["nowrap","nowrap"],"vertical-align":["middle","text-top","middle","middle","middle","middle"],"cursor":["pointer","default","pointer","default","default","pointer"],"-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","-.5em","-.5em","-.5em"],"background-size":["110% 110%"],"border":["1px solid rgba(27,31,35,0.2)","0","0","0","0","0","1px solid rgba(27,31,35,0.2)"],"border-radius":["0.25em","6px","0","0","1px"],"-webkit-appearance":["none","none"],"-moz-appearance":["none","none"],"appearance":["none","none"],"font-style":["normal"],"opacity":["0.75"],"color":["#586069","#24292e","rgba(36,41,46,0.4)","#fff","rgba(255,255,255,0.75)","#29b249","#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)","#0366d6","rgba(88,96,105,0.5)","#0366d6","#0366d6","#586069","#0366d6","#959da5","#959da5","#cb2431","#444d56","#fff","#24292e","#0366d6"],"text-shadow":["none"],"background-color":["rgba(27,31,35,0.1)","#eff3f6","#e6ebf1","#e9ecef","#eff3f6","#28a745","#269f42","#279f43","#94d3a2","#fff","#0361cc","#035cc2","#045cc1","#81b0e5","#fff","#fafbfc","#cb2431","#b5202c","#eff3f6","#fff","rgba(27,31,35,0.07)","#0366d6","#fff","#fff","transparent","#fff","#c6cbd1","#2188ff","#fff"],"text-decoration":["none","none","underline","none","none","none"],"outline":["0","none","none"],"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, #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"],"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.4)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(6,121,252,0.4)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(203,36,49,0.4)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(3,102,214,0.4)","none","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)","#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"],"width":["100%"],"text-align":["center"],"background":["none","transparent","transparent","#dfe2e5"],"margin-left":["5px","4px","5px"],"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"],"z-index":["1"],"top":["-1px"],"height":["12px"],"border-left":["0"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/core.json b/assets/sass/@primer/css/dist/stats/core.json deleted file mode 100644 index eb4f469..0000000 --- a/assets/sass/@primer/css/dist/stats/core.json +++ /dev/null @@ -1 +0,0 @@ -{"size":120642,"gzipSize":18789,"humanizedSize":"118KB","humanizedGzipSize":"18KB","rules":{"total":2049,"size":{"graph":[3,3,1,1,1,1,2,1,1,1,1,4,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,2,1,1,1,11,2,2,2,2,2,2,2,2,1,1,3,1,1,1,2,4,1,3,1,1,1,1,3,1,2,1,1,1,2,1,8,2,2,3,4,2,2,1,3,1,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,4,4,1,1,1,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,1,5,5,3,1,4,2,2,4,3,3,3,3,16,1,2,4,4,8,1,2,1,1,2,2,3,1,4,2,3,1,1,1,2,3,2,1,1,1,4,1,5,12,2,2,12,1,2,1,4,1,3,1,13,3,1,1,1,3,2,2,2,2,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,12,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,3,1,1,1,3,1,1,4,2,1,1,1,1,1,1,1,1,4,1,1,3,1,1,1,3,5,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,1,2,1,1,1,1,2,2,1,2,1,2,3,8,3,3,2,3,3,3,3,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,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,9,1,1,8,4,1,1,3,1,2,8,3,2,1,2,3,2,1,7,1,2,4,2,2,2,3,1,7,3,1,1,2,1,1,1,1,5,1,10,4,1,3,1,1,2,1,1,1,1,2,2,3,17,3,2,4,1,4,3,3,1,1,19,10,1,1,7,1,1,3,5,3,1,3,5,3,1,1,4,5,4,5,2,1,1,2,1,1,7,3,1,1,1,1,3,3,1,3,1,1,1,3,1,1,1,6,2,2,4,2,2,6,1,5,1,3,2,2,4,1,1,1,2,1,1,1,3,1,2,2,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,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,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,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,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,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,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,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,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,10,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,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,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,1,1,1,1,1,1,1,2,1,1,1,1,2,1,1,1,1,2,1,1,1,1,2,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,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,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,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,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,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,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,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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,2,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,8,6,4],"max":21,"average":1.527086383601757},"selectorByRuleSizes":[{"selector":".btn","declarations":21},{"selector":".tooltipped::after","declarations":19},{"selector":".pagination a,.pagination span,.pagination em","declarations":17},{"selector":".btn-link","declarations":16},{"selector":".form-control,.form-select","declarations":13},{"selector":".filter-item","declarations":12},{"selector":".form-select","declarations":12},{"selector":".social-count","declarations":12},{"selector":".hidden-text-expander a,.ellipsis-expander","declarations":12},{"selector":".form-group.successed .success,.form-group.successed .warning,.form-group.successed .error,.form-group.warn .success,.form-group.warn .warning,.form-group.warn .error,.form-group.errored .success,.form-group.errored .warning,.form-group.errored .error","declarations":11},{"selector":"kbd","declarations":11},{"selector":".details-overlay[open]>summary::before","declarations":10},{"selector":".tooltipped::before","declarations":10},{"selector":".UnderlineNav-item","declarations":10},{"selector":".menu-heading","declarations":10},{"selector":".drag-and-drop","declarations":10},{"selector":".SideNav-item","declarations":9},{"selector":".tabnav-tab","declarations":9},{"selector":".form-group.successed .success::after,.form-group.successed .success::before,.form-group.successed .warning::after,.form-group.successed .warning::before,.form-group.successed .error::after,.form-group.successed .error::before,.form-group.warn .success::after,.form-group.warn .success::before,.form-group.warn .warning::after,.form-group.warn .warning::before,.form-group.warn .error::after,.form-group.warn .error::before,.form-group.errored .success::after,.form-group.errored .success::before,.form-group.errored .warning::after,.form-group.errored .warning::before,.form-group.errored .error::after,.form-group.errored .error::before","declarations":9},{"selector":".sr-only","declarations":8},{"selector":".SideNav-subItem","declarations":8},{"selector":".SideNav-item::before","declarations":8},{"selector":".radio-label","declarations":8},{"selector":".btn-octicon","declarations":8},{"selector":".Box-header","declarations":8},{"selector":".tooltipped-multiline::after","declarations":7},{"selector":".tooltipped:hover::before,.tooltipped:hover::after,.tooltipped:active::before,.tooltipped:active::after,.tooltipped:focus::before,.tooltipped:focus::after","declarations":7},{"selector":".subnav-search-icon","declarations":7},{"selector":".subnav-item","declarations":7},{"selector":".filter-item .bar","declarations":7},{"selector":".menu-item.selected::before,.menu-item[aria-selected=true]::before,.menu-item[aria-current]::before","declarations":7},{"selector":".form-warning","declarations":7},{"selector":".show-on-focus","declarations":6},{"selector":".anim-grow-x","declarations":6},{"selector":".anim-fade-up","declarations":6},{"selector":".previewable-comment-form textarea","declarations":6},{"selector":".manual-file-chooser","declarations":6},{"selector":".form-checkbox label em.highlight","declarations":6},{"selector":"hr,.rule","declarations":6},{"selector":"legend","declarations":6},{"selector":".anim-shrink-x","declarations":5},{"selector":".tooltipped-e::before","declarations":5},{"selector":".tooltipped-w::before","declarations":5},{"selector":".tooltipped-n::before,.tooltipped-ne::before,.tooltipped-nw::before","declarations":5},{"selector":".tooltipped-s::before,.tooltipped-se::before,.tooltipped-sw::before","declarations":5},{"selector":".UnderlineNav","declarations":5},{"selector":".tabnav-extra","declarations":5},{"selector":".menu","declarations":5},{"selector":".status-indicator-loading","declarations":5},{"selector":".select-sm","declarations":5},{"selector":".form-checkbox .note","declarations":5},{"selector":".input-hide-webkit-autofill::-webkit-contacts-auto-fill-button","declarations":5},{"selector":".input-sm","declarations":5},{"selector":".hidden-text-expander.inline","declarations":5},{"selector":".btn-danger:disabled,.btn-danger.disabled,.btn-danger[aria-disabled=true]","declarations":5},{"selector":".btn-danger:active,.btn-danger.selected,.btn-danger[aria-selected=true],[open]>.btn-danger","declarations":5},{"selector":".btn-blue:disabled,.btn-blue.disabled,.btn-blue[aria-disabled=true]","declarations":5},{"selector":".btn-primary:disabled,.btn-primary.disabled,.btn-primary[aria-disabled=true]","declarations":5},{"selector":".btn:disabled,.btn.disabled,.btn[aria-disabled=true]","declarations":5},{"selector":"body","declarations":5},{"selector":".show-on-focus:focus","declarations":4},{"selector":".user-select-none","declarations":4},{"selector":".lead","declarations":4},{"selector":".anim-pulse","declarations":4},{"selector":".anim-fade-down","declarations":4},{"selector":".tooltipped-e::after","declarations":4},{"selector":".tooltipped-w::after","declarations":4},{"selector":".pagination .current,.pagination .current:hover,.pagination [aria-current],.pagination [aria-current]:hover","declarations":4},{"selector":".pagination a:hover,.pagination a:focus,.pagination span:hover,.pagination span:focus,.pagination em:hover,.pagination em:focus","declarations":4},{"selector":".UnderlineNav-item:hover,.UnderlineNav-item:focus","declarations":4},{"selector":".subnav-item.selected,.subnav-item[aria-selected=true],.subnav-item[aria-current]","declarations":4},{"selector":".SideNav-item:hover,.SideNav-item:focus","declarations":4},{"selector":".tabnav-tab.selected,.tabnav-tab[aria-selected=true],.tabnav-tab[aria-current]","declarations":4},{"selector":".menu-item .octicon","declarations":4},{"selector":".menu-item.selected,.menu-item[aria-selected=true],.menu-item[aria-current]","declarations":4},{"selector":".menu-item","declarations":4},{"selector":"h2.account","declarations":4},{"selector":".upload-enabled textarea","declarations":4},{"selector":".status-indicator","declarations":4},{"selector":".note","declarations":4},{"selector":".form-group .form-control","declarations":4},{"selector":".TableObject-item","declarations":4},{"selector":".close-button","declarations":4},{"selector":".BtnGroup-item","declarations":4},{"selector":".btn-invisible:hover,.btn-invisible:active,.btn-invisible:focus,.btn-invisible.selected,.btn-invisible[aria-selected=true],.btn-invisible.zeroclipboard-is-hover,.btn-invisible.zeroclipboard-is-active","declarations":4},{"selector":".btn-invisible","declarations":4},{"selector":".btn-outline:disabled,.btn-outline.disabled,.btn-outline[aria-disabled=true]","declarations":4},{"selector":".btn-outline:hover,.btn-outline:active,.btn-outline.selected,.btn-outline[aria-selected=true],[open]>.btn-outline","declarations":4},{"selector":".btn-danger:hover","declarations":4},{"selector":".btn-blue:active,.btn-blue.selected,.btn-blue[aria-selected=true],[open]>.btn-blue","declarations":4},{"selector":".btn-blue:hover,.btn-blue.hover","declarations":4},{"selector":".btn-primary:active,.btn-primary.selected,.btn-primary[aria-selected=true],[open]>.btn-primary","declarations":4},{"selector":".btn-primary:hover,.btn-primary.hover","declarations":4},{"selector":".btn:active,.btn.selected,.btn[aria-selected=true],[open]>.btn","declarations":4},{"selector":".btn:hover,.btn.hover","declarations":4},{"selector":".breadcrumb-item::after","declarations":4},{"selector":".breadcrumb-item","declarations":4},{"selector":".Box-row","declarations":4},{"selector":"pre","declarations":4},{"selector":"sub,sup","declarations":4},{"selector":"abbr[title]","declarations":4},{"selector":".break-word","declarations":3},{"selector":".clearfix::after","declarations":3},{"selector":".bg-shade-gradient","declarations":3},{"selector":".hover-grow","declarations":3},{"selector":".anim-scale-in","declarations":3},{"selector":".anim-fade-out","declarations":3},{"selector":".anim-fade-in","declarations":3},{"selector":".css-truncate.css-truncate-target,.css-truncate .css-truncate-target","declarations":3},{"selector":".css-truncate.css-truncate-overflow,.css-truncate .css-truncate-overflow,.css-truncate.css-truncate-target,.css-truncate .css-truncate-target","declarations":3},{"selector":".tooltipped-multiline.tooltipped-s::after,.tooltipped-multiline.tooltipped-n::after","declarations":3},{"selector":".tooltipped-ne::after","declarations":3},{"selector":".tooltipped-n::after,.tooltipped-ne::after,.tooltipped-nw::after","declarations":3},{"selector":".tooltipped-se::after","declarations":3},{"selector":".tooltipped-s::after,.tooltipped-se::after,.tooltipped-sw::after","declarations":3},{"selector":".paginate-container","declarations":3},{"selector":".pagination .gap,.pagination .disabled,.pagination [aria-disabled=true],.pagination .gap:hover,.pagination .disabled:hover,.pagination [aria-disabled=true]:hover","declarations":3},{"selector":".pagination a:first-child,.pagination span:first-child,.pagination em:first-child","declarations":3},{"selector":".pagination::after","declarations":3},{"selector":".UnderlineNav-item.selected,.UnderlineNav-item[role=tab][aria-selected=true],.UnderlineNav-item[aria-current]","declarations":3},{"selector":".subnav-search-context .btn","declarations":3},{"selector":".subnav-search-input","declarations":3},{"selector":".subnav::after","declarations":3},{"selector":".SideNav-subItem:hover,.SideNav-subItem:focus","declarations":3},{"selector":".SideNav-item[aria-current=\"page\"],.SideNav-item[aria-selected=\"true\"]","declarations":3},{"selector":".filter-list.small .filter-item","declarations":3},{"selector":".tabnav","declarations":3},{"selector":".menu-heading:last-child","declarations":3},{"selector":".menu-item:last-child","declarations":3},{"selector":".menu-item:first-child","declarations":3},{"selector":".container-xl","declarations":3},{"selector":".container-lg","declarations":3},{"selector":".container-md","declarations":3},{"selector":".container-sm","declarations":3},{"selector":".radio-input","declarations":3},{"selector":".radio-label:first-of-type","declarations":3},{"selector":":checked+.radio-label","declarations":3},{"selector":".radio-group::after","declarations":3},{"selector":"p.explain","declarations":3},{"selector":".btn .manual-file-chooser","declarations":3},{"selector":".status-indicator-failed .octicon-x","declarations":3},{"selector":".status-indicator-success .octicon-check","declarations":3},{"selector":".form-group.errored .error","declarations":3},{"selector":".form-group.warn .warning","declarations":3},{"selector":".form-group.successed .success","declarations":3},{"selector":".form-group .success,.form-group .error,.form-group .indicator","declarations":3},{"selector":".form-group.required dt label::after,.form-group.required .form-group-header label::after","declarations":3},{"selector":".form-group.flattened dt,.form-group.flattened .form-group-header","declarations":3},{"selector":".form-group textarea.form-control","declarations":3},{"selector":".form-actions::after","declarations":3},{"selector":"input::-webkit-outer-spin-button,input::-webkit-inner-spin-button","declarations":3},{"selector":".hfields .form-group dt label,.hfields .form-group .form-group-header label","declarations":3},{"selector":".hfields::after","declarations":3},{"selector":".form-checkbox input[type=checkbox],.form-checkbox input[type=radio]","declarations":3},{"selector":".form-checkbox","declarations":3},{"selector":".input-dark","declarations":3},{"selector":".form-control.focus,.form-control:focus,.form-select.focus,.form-select:focus","declarations":3},{"selector":"fieldset","declarations":3},{"selector":".BtnGroup-parent:last-child .BtnGroup-item","declarations":3},{"selector":".BtnGroup-item:last-child","declarations":3},{"selector":".BtnGroup::after","declarations":3},{"selector":".btn-block","declarations":3},{"selector":".btn-large","declarations":3},{"selector":".btn-sm","declarations":3},{"selector":".btn-with-count","declarations":3},{"selector":".btn-outline","declarations":3},{"selector":".btn-danger","declarations":3},{"selector":".btn-blue","declarations":3},{"selector":".btn-primary","declarations":3},{"selector":".btn","declarations":3},{"selector":".btn .Counter","declarations":3},{"selector":".btn i","declarations":3},{"selector":".Box-btn-octicon.btn-octicon","declarations":3},{"selector":".Box-footer","declarations":3},{"selector":".Box-row.navigation-focus .Box-row--drag-button","declarations":3},{"selector":".Box-body:last-of-type","declarations":3},{"selector":".Box--condensed .Box-btn-octicon.btn-octicon","declarations":3},{"selector":".Box","declarations":3},{"selector":"ul,ol","declarations":3},{"selector":"hr::after,.rule::after","declarations":3},{"selector":"input,select,textarea,button","declarations":3},{"selector":"fieldset","declarations":3},{"selector":"hr","declarations":3},{"selector":"html","declarations":3},{"selector":".octicon","declarations":3},{"selector":".text-emphasized","declarations":2},{"selector":".f3-light","declarations":2},{"selector":".f2-light","declarations":2},{"selector":".f1-light","declarations":2},{"selector":".f0-light","declarations":2},{"selector":".f00-light","declarations":2},{"selector":".p-responsive","declarations":2},{"selector":".p-responsive","declarations":2},{"selector":".p-responsive","declarations":2},{"selector":".py-xl-6","declarations":2},{"selector":".px-xl-6","declarations":2},{"selector":".py-xl-5","declarations":2},{"selector":".px-xl-5","declarations":2},{"selector":".py-xl-4","declarations":2},{"selector":".px-xl-4","declarations":2},{"selector":".py-xl-3","declarations":2},{"selector":".px-xl-3","declarations":2},{"selector":".py-xl-2","declarations":2},{"selector":".px-xl-2","declarations":2},{"selector":".py-xl-1","declarations":2},{"selector":".px-xl-1","declarations":2},{"selector":".py-xl-0","declarations":2},{"selector":".px-xl-0","declarations":2},{"selector":".py-lg-6","declarations":2},{"selector":".px-lg-6","declarations":2},{"selector":".py-lg-5","declarations":2},{"selector":".px-lg-5","declarations":2},{"selector":".py-lg-4","declarations":2},{"selector":".px-lg-4","declarations":2},{"selector":".py-lg-3","declarations":2},{"selector":".px-lg-3","declarations":2},{"selector":".py-lg-2","declarations":2},{"selector":".px-lg-2","declarations":2},{"selector":".py-lg-1","declarations":2},{"selector":".px-lg-1","declarations":2},{"selector":".py-lg-0","declarations":2},{"selector":".px-lg-0","declarations":2},{"selector":".py-md-6","declarations":2},{"selector":".px-md-6","declarations":2},{"selector":".py-md-5","declarations":2},{"selector":".px-md-5","declarations":2},{"selector":".py-md-4","declarations":2},{"selector":".px-md-4","declarations":2},{"selector":".py-md-3","declarations":2},{"selector":".px-md-3","declarations":2},{"selector":".py-md-2","declarations":2},{"selector":".px-md-2","declarations":2},{"selector":".py-md-1","declarations":2},{"selector":".px-md-1","declarations":2},{"selector":".py-md-0","declarations":2},{"selector":".px-md-0","declarations":2},{"selector":".py-sm-6","declarations":2},{"selector":".px-sm-6","declarations":2},{"selector":".py-sm-5","declarations":2},{"selector":".px-sm-5","declarations":2},{"selector":".py-sm-4","declarations":2},{"selector":".px-sm-4","declarations":2},{"selector":".py-sm-3","declarations":2},{"selector":".px-sm-3","declarations":2},{"selector":".py-sm-2","declarations":2},{"selector":".px-sm-2","declarations":2},{"selector":".py-sm-1","declarations":2},{"selector":".px-sm-1","declarations":2},{"selector":".py-sm-0","declarations":2},{"selector":".px-sm-0","declarations":2},{"selector":".py-6","declarations":2},{"selector":".px-6","declarations":2},{"selector":".py-5","declarations":2},{"selector":".px-5","declarations":2},{"selector":".py-4","declarations":2},{"selector":".px-4","declarations":2},{"selector":".py-3","declarations":2},{"selector":".px-3","declarations":2},{"selector":".py-2","declarations":2},{"selector":".px-2","declarations":2},{"selector":".py-1","declarations":2},{"selector":".px-1","declarations":2},{"selector":".py-0","declarations":2},{"selector":".px-0","declarations":2},{"selector":".mx-xl-auto","declarations":2},{"selector":".my-xl-6","declarations":2},{"selector":".mx-xl-6","declarations":2},{"selector":".my-xl-5","declarations":2},{"selector":".mx-xl-5","declarations":2},{"selector":".my-xl-4","declarations":2},{"selector":".mx-xl-4","declarations":2},{"selector":".my-xl-3","declarations":2},{"selector":".mx-xl-3","declarations":2},{"selector":".my-xl-2","declarations":2},{"selector":".mx-xl-2","declarations":2},{"selector":".my-xl-1","declarations":2},{"selector":".mx-xl-1","declarations":2},{"selector":".my-xl-0","declarations":2},{"selector":".mx-xl-0","declarations":2},{"selector":".mx-lg-auto","declarations":2},{"selector":".my-lg-6","declarations":2},{"selector":".mx-lg-6","declarations":2},{"selector":".my-lg-5","declarations":2},{"selector":".mx-lg-5","declarations":2},{"selector":".my-lg-4","declarations":2},{"selector":".mx-lg-4","declarations":2},{"selector":".my-lg-3","declarations":2},{"selector":".mx-lg-3","declarations":2},{"selector":".my-lg-2","declarations":2},{"selector":".mx-lg-2","declarations":2},{"selector":".my-lg-1","declarations":2},{"selector":".mx-lg-1","declarations":2},{"selector":".my-lg-0","declarations":2},{"selector":".mx-lg-0","declarations":2},{"selector":".mx-md-auto","declarations":2},{"selector":".my-md-6","declarations":2},{"selector":".mx-md-6","declarations":2},{"selector":".my-md-5","declarations":2},{"selector":".mx-md-5","declarations":2},{"selector":".my-md-4","declarations":2},{"selector":".mx-md-4","declarations":2},{"selector":".my-md-3","declarations":2},{"selector":".mx-md-3","declarations":2},{"selector":".my-md-2","declarations":2},{"selector":".mx-md-2","declarations":2},{"selector":".my-md-1","declarations":2},{"selector":".mx-md-1","declarations":2},{"selector":".my-md-0","declarations":2},{"selector":".mx-md-0","declarations":2},{"selector":".mx-sm-auto","declarations":2},{"selector":".my-sm-6","declarations":2},{"selector":".mx-sm-6","declarations":2},{"selector":".my-sm-5","declarations":2},{"selector":".mx-sm-5","declarations":2},{"selector":".my-sm-4","declarations":2},{"selector":".mx-sm-4","declarations":2},{"selector":".my-sm-3","declarations":2},{"selector":".mx-sm-3","declarations":2},{"selector":".my-sm-2","declarations":2},{"selector":".mx-sm-2","declarations":2},{"selector":".my-sm-1","declarations":2},{"selector":".mx-sm-1","declarations":2},{"selector":".my-sm-0","declarations":2},{"selector":".mx-sm-0","declarations":2},{"selector":".mx-auto","declarations":2},{"selector":".my-6","declarations":2},{"selector":".mx-6","declarations":2},{"selector":".my-5","declarations":2},{"selector":".mx-5","declarations":2},{"selector":".my-4","declarations":2},{"selector":".mx-4","declarations":2},{"selector":".my-3","declarations":2},{"selector":".mx-3","declarations":2},{"selector":".my-2","declarations":2},{"selector":".mx-2","declarations":2},{"selector":".my-1","declarations":2},{"selector":".mx-1","declarations":2},{"selector":".my-0","declarations":2},{"selector":".mx-0","declarations":2},{"selector":".clearfix::before","declarations":2},{"selector":".position-xl-sticky","declarations":2},{"selector":".position-lg-sticky","declarations":2},{"selector":".position-md-sticky","declarations":2},{"selector":".position-sm-sticky","declarations":2},{"selector":".position-sticky","declarations":2},{"selector":".details-overlay-dark[open]>summary::before","declarations":2},{"selector":".muted-link:hover","declarations":2},{"selector":".rounded-xl-left-2","declarations":2},{"selector":".rounded-xl-left-1","declarations":2},{"selector":".rounded-xl-left-0","declarations":2},{"selector":".rounded-xl-bottom-2","declarations":2},{"selector":".rounded-xl-bottom-1","declarations":2},{"selector":".rounded-xl-bottom-0","declarations":2},{"selector":".rounded-xl-right-2","declarations":2},{"selector":".rounded-xl-right-1","declarations":2},{"selector":".rounded-xl-right-0","declarations":2},{"selector":".rounded-xl-top-2","declarations":2},{"selector":".rounded-xl-top-1","declarations":2},{"selector":".rounded-xl-top-0","declarations":2},{"selector":".rounded-lg-left-2","declarations":2},{"selector":".rounded-lg-left-1","declarations":2},{"selector":".rounded-lg-left-0","declarations":2},{"selector":".rounded-lg-bottom-2","declarations":2},{"selector":".rounded-lg-bottom-1","declarations":2},{"selector":".rounded-lg-bottom-0","declarations":2},{"selector":".rounded-lg-right-2","declarations":2},{"selector":".rounded-lg-right-1","declarations":2},{"selector":".rounded-lg-right-0","declarations":2},{"selector":".rounded-lg-top-2","declarations":2},{"selector":".rounded-lg-top-1","declarations":2},{"selector":".rounded-lg-top-0","declarations":2},{"selector":".rounded-md-left-2","declarations":2},{"selector":".rounded-md-left-1","declarations":2},{"selector":".rounded-md-left-0","declarations":2},{"selector":".rounded-md-bottom-2","declarations":2},{"selector":".rounded-md-bottom-1","declarations":2},{"selector":".rounded-md-bottom-0","declarations":2},{"selector":".rounded-md-right-2","declarations":2},{"selector":".rounded-md-right-1","declarations":2},{"selector":".rounded-md-right-0","declarations":2},{"selector":".rounded-md-top-2","declarations":2},{"selector":".rounded-md-top-1","declarations":2},{"selector":".rounded-md-top-0","declarations":2},{"selector":".rounded-sm-left-2","declarations":2},{"selector":".rounded-sm-left-1","declarations":2},{"selector":".rounded-sm-left-0","declarations":2},{"selector":".rounded-sm-bottom-2","declarations":2},{"selector":".rounded-sm-bottom-1","declarations":2},{"selector":".rounded-sm-bottom-0","declarations":2},{"selector":".rounded-sm-right-2","declarations":2},{"selector":".rounded-sm-right-1","declarations":2},{"selector":".rounded-sm-right-0","declarations":2},{"selector":".rounded-sm-top-2","declarations":2},{"selector":".rounded-sm-top-1","declarations":2},{"selector":".rounded-sm-top-0","declarations":2},{"selector":".rounded-left-2","declarations":2},{"selector":".rounded-left-1","declarations":2},{"selector":".rounded-left-0","declarations":2},{"selector":".rounded-bottom-2","declarations":2},{"selector":".rounded-bottom-1","declarations":2},{"selector":".rounded-bottom-0","declarations":2},{"selector":".rounded-right-2","declarations":2},{"selector":".rounded-right-1","declarations":2},{"selector":".rounded-right-0","declarations":2},{"selector":".rounded-top-2","declarations":2},{"selector":".rounded-top-1","declarations":2},{"selector":".rounded-top-0","declarations":2},{"selector":".border-y","declarations":2},{"selector":".border-x","declarations":2},{"selector":".anim-pulse-in","declarations":2},{"selector":"100%","declarations":2},{"selector":"0%","declarations":2},{"selector":"100%","declarations":2},{"selector":"0%","declarations":2},{"selector":"100%","declarations":2},{"selector":"0%","declarations":2},{"selector":".tooltipped-align-left-1::after,.tooltipped-align-left-2::after","declarations":2},{"selector":".tooltipped-align-right-1::after,.tooltipped-align-right-2::after","declarations":2},{"selector":".pagination a:last-child,.pagination span:last-child,.pagination em:last-child","declarations":2},{"selector":".pagination::before","declarations":2},{"selector":".UnderlineNav-container","declarations":2},{"selector":".UnderlineNav--right .UnderlineNav-item","declarations":2},{"selector":".subnav-search-context+.subnav-search .subnav-search-input","declarations":2},{"selector":".subnav-search","declarations":2},{"selector":".subnav-item:last-child","declarations":2},{"selector":".subnav-item:first-child","declarations":2},{"selector":".subnav-item:hover,.subnav-item:focus","declarations":2},{"selector":".subnav-bordered","declarations":2},{"selector":".subnav::before","declarations":2},{"selector":".SideNav-subItem[aria-current=\"page\"],.SideNav-subItem[aria-selected=\"true\"]","declarations":2},{"selector":".SideNav-icon","declarations":2},{"selector":".filter-item .count","declarations":2},{"selector":".filter-item.selected,.filter-item[aria-selected=true],.filter-item[aria-current]","declarations":2},{"selector":".filter-item:hover","declarations":2},{"selector":".filter-list.pjax-active .filter-item.pjax-active","declarations":2},{"selector":".filter-list.pjax-active .filter-item","declarations":2},{"selector":"a.tabnav-extra:hover","declarations":2},{"selector":".tabnav-tab:hover,.tabnav-tab:focus","declarations":2},{"selector":".menu-heading:first-child","declarations":2},{"selector":".menu-item .avatar","declarations":2},{"selector":".menu-item .menu-warning","declarations":2},{"selector":".menu-item .Counter","declarations":2},{"selector":".menu-item:hover","declarations":2},{"selector":".gutter-xl-spacious>[class*=\"col-\"]","declarations":2},{"selector":".gutter-xl-spacious","declarations":2},{"selector":".gutter-xl-condensed>[class*=\"col-\"]","declarations":2},{"selector":".gutter-xl-condensed","declarations":2},{"selector":".gutter-xl>[class*=\"col-\"]","declarations":2},{"selector":".gutter-xl","declarations":2},{"selector":".gutter-lg-spacious>[class*=\"col-\"]","declarations":2},{"selector":".gutter-lg-spacious","declarations":2},{"selector":".gutter-lg-condensed>[class*=\"col-\"]","declarations":2},{"selector":".gutter-lg-condensed","declarations":2},{"selector":".gutter-lg>[class*=\"col-\"]","declarations":2},{"selector":".gutter-lg","declarations":2},{"selector":".gutter-md-spacious>[class*=\"col-\"]","declarations":2},{"selector":".gutter-md-spacious","declarations":2},{"selector":".gutter-md-condensed>[class*=\"col-\"]","declarations":2},{"selector":".gutter-md-condensed","declarations":2},{"selector":".gutter-md>[class*=\"col-\"]","declarations":2},{"selector":".gutter-md","declarations":2},{"selector":".gutter-sm-spacious>[class*=\"col-\"]","declarations":2},{"selector":".gutter-sm-spacious","declarations":2},{"selector":".gutter-sm-condensed>[class*=\"col-\"]","declarations":2},{"selector":".gutter-sm-condensed","declarations":2},{"selector":".gutter-sm>[class*=\"col-\"]","declarations":2},{"selector":".gutter-sm","declarations":2},{"selector":".gutter-spacious>[class*=\"col-\"]","declarations":2},{"selector":".gutter-spacious","declarations":2},{"selector":".gutter-condensed>[class*=\"col-\"]","declarations":2},{"selector":".gutter-condensed","declarations":2},{"selector":".gutter>[class*=\"col-\"]","declarations":2},{"selector":".gutter","declarations":2},{"selector":".radio-label:last-of-type","declarations":2},{"selector":".radio-group::before","declarations":2},{"selector":".input-group .form-control:last-child,.input-group-button:last-child .btn","declarations":2},{"selector":".input-group .form-control:first-child,.input-group-button:first-child .btn","declarations":2},{"selector":".input-group-button","declarations":2},{"selector":".input-group .form-control","declarations":2},{"selector":"p.explain .minibutton","declarations":2},{"selector":"p.explain .octicon","declarations":2},{"selector":".composer .comment-form-textarea","declarations":2},{"selector":"div.composer","declarations":2},{"selector":".previewable-comment-form .write-content,.previewable-comment-form .preview-content","declarations":2},{"selector":".previewable-comment-form .tabnav","declarations":2},{"selector":".upload-enabled.focused","declarations":2},{"selector":".drag-and-drop-error-info","declarations":2},{"selector":".inline-form .btn-plain","declarations":2},{"selector":".note .spinner","declarations":2},{"selector":".form-group.successed .success::before,.form-group.successed .warning::before,.form-group.successed .error::before,.form-group.warn .success::before,.form-group.warn .warning::before,.form-group.warn .error::before,.form-group.errored .success::before,.form-group.errored .warning::before,.form-group.errored .error::before","declarations":2},{"selector":".form-group.successful .success","declarations":2},{"selector":".form-group.loading .spinner","declarations":2},{"selector":".form-group textarea.form-control.short","declarations":2},{"selector":".select-sm[multiple]","declarations":2},{"selector":".form-warning p","declarations":2},{"selector":".form-actions::before","declarations":2},{"selector":".hfields .btn","declarations":2},{"selector":".hfields .form-group dt img,.hfields .form-group .form-group-header img","declarations":2},{"selector":".hfields .form-group","declarations":2},{"selector":".hfields::before","declarations":2},{"selector":".input-block","declarations":2},{"selector":".input-lg","declarations":2},{"selector":".input-dark.focus,.input-dark:focus","declarations":2},{"selector":".input-dark::placeholder","declarations":2},{"selector":".input-dark::-ms-input-placeholder","declarations":2},{"selector":".input-dark:-ms-input-placeholder","declarations":2},{"selector":".social-count:hover","declarations":2},{"selector":".hidden-text-expander a:active,.ellipsis-expander:active","declarations":2},{"selector":".hidden-text-expander a:hover,.ellipsis-expander:hover","declarations":2},{"selector":".BtnGroup-parent .BtnGroup-item","declarations":2},{"selector":".BtnGroup-parent:first-child .BtnGroup-item","declarations":2},{"selector":".BtnGroup-item:first-child","declarations":2},{"selector":".BtnGroup::before","declarations":2},{"selector":".BtnGroup","declarations":2},{"selector":".btn-octicon.disabled,.btn-octicon[aria-disabled=true]","declarations":2},{"selector":".btn-link:disabled,.btn-link:disabled:hover,.btn-link[aria-disabled=true],.btn-link[aria-disabled=true]:hover","declarations":2},{"selector":".btn-outline:focus","declarations":2},{"selector":".btn-outline:hover .Counter,.btn-outline:active .Counter,.btn-outline.selected .Counter,.btn-outline[aria-selected=true] .Counter,[open]>.btn-outline .Counter","declarations":2},{"selector":".btn-blue .Counter","declarations":2},{"selector":".btn-primary .Counter","declarations":2},{"selector":".btn:disabled,.btn.disabled,.btn[aria-disabled=true]","declarations":2},{"selector":".btn:hover","declarations":2},{"selector":".Box-header--blue","declarations":2},{"selector":".Box--blue .Box-header","declarations":2},{"selector":".Box--scrollable","declarations":2},{"selector":".Box-row-link:hover","declarations":2},{"selector":".Box-row-link","declarations":2},{"selector":".Box-row:last-of-type","declarations":2},{"selector":".Box-row:first-of-type","declarations":2},{"selector":".Box-body","declarations":2},{"selector":".Box-title","declarations":2},{"selector":".Box--spacious .Box-btn-octicon.btn-octicon","declarations":2},{"selector":".Box--spacious .Box-header","declarations":2},{"selector":"tt,code","declarations":2},{"selector":"p","declarations":2},{"selector":"h6","declarations":2},{"selector":"h5","declarations":2},{"selector":"h4","declarations":2},{"selector":"h3","declarations":2},{"selector":"h2","declarations":2},{"selector":"h1","declarations":2},{"selector":"h1,h2,h3,h4,h5,h6","declarations":2},{"selector":"button","declarations":2},{"selector":"table","declarations":2},{"selector":"hr::before,.rule::before","declarations":2},{"selector":"a","declarations":2},{"selector":"::-webkit-file-upload-button","declarations":2},{"selector":"::-webkit-input-placeholder","declarations":2},{"selector":"[type=\"search\"]","declarations":2},{"selector":"[type=\"checkbox\"],[type=\"radio\"]","declarations":2},{"selector":"button::-moz-focus-inner,[type=\"button\"]::-moz-focus-inner,[type=\"reset\"]::-moz-focus-inner,[type=\"submit\"]::-moz-focus-inner","declarations":2},{"selector":"button,input,select,textarea","declarations":2},{"selector":"code,kbd,pre,samp","declarations":2},{"selector":"mark","declarations":2},{"selector":"h1","declarations":2},{"selector":"audio:not([controls])","declarations":2},{"selector":".table-fixed","declarations":1},{"selector":".hide-xl","declarations":1},{"selector":".hide-lg","declarations":1},{"selector":".hide-md","declarations":1},{"selector":".hide-sm","declarations":1},{"selector":".v-visible","declarations":1},{"selector":".v-hidden","declarations":1},{"selector":".d-xl-table-cell","declarations":1},{"selector":".d-xl-table","declarations":1},{"selector":".d-xl-none","declarations":1},{"selector":".d-xl-inline-flex","declarations":1},{"selector":".d-xl-inline-block","declarations":1},{"selector":".d-xl-inline","declarations":1},{"selector":".d-xl-flex","declarations":1},{"selector":".d-xl-block","declarations":1},{"selector":".d-lg-table-cell","declarations":1},{"selector":".d-lg-table","declarations":1},{"selector":".d-lg-none","declarations":1},{"selector":".d-lg-inline-flex","declarations":1},{"selector":".d-lg-inline-block","declarations":1},{"selector":".d-lg-inline","declarations":1},{"selector":".d-lg-flex","declarations":1},{"selector":".d-lg-block","declarations":1},{"selector":".d-md-table-cell","declarations":1},{"selector":".d-md-table","declarations":1},{"selector":".d-md-none","declarations":1},{"selector":".d-md-inline-flex","declarations":1},{"selector":".d-md-inline-block","declarations":1},{"selector":".d-md-inline","declarations":1},{"selector":".d-md-flex","declarations":1},{"selector":".d-md-block","declarations":1},{"selector":".d-sm-table-cell","declarations":1},{"selector":".d-sm-table","declarations":1},{"selector":".d-sm-none","declarations":1},{"selector":".d-sm-inline-flex","declarations":1},{"selector":".d-sm-inline-block","declarations":1},{"selector":".d-sm-inline","declarations":1},{"selector":".d-sm-flex","declarations":1},{"selector":".d-sm-block","declarations":1},{"selector":".d-table-cell","declarations":1},{"selector":".d-table","declarations":1},{"selector":".d-none","declarations":1},{"selector":".d-inline-flex","declarations":1},{"selector":".d-inline-block","declarations":1},{"selector":".d-inline","declarations":1},{"selector":".d-flex","declarations":1},{"selector":".d-block","declarations":1},{"selector":".text-mono","declarations":1},{"selector":".text-shadow-light","declarations":1},{"selector":".text-shadow-dark","declarations":1},{"selector":".list-style-none","declarations":1},{"selector":".wb-break-all","declarations":1},{"selector":".ws-normal","declarations":1},{"selector":".no-wrap","declarations":1},{"selector":".no-underline","declarations":1},{"selector":".text-underline","declarations":1},{"selector":".text-uppercase","declarations":1},{"selector":".text-italic","declarations":1},{"selector":".text-bold","declarations":1},{"selector":".text-normal","declarations":1},{"selector":".text-xl-center","declarations":1},{"selector":".text-xl-left","declarations":1},{"selector":".text-xl-right","declarations":1},{"selector":".text-lg-center","declarations":1},{"selector":".text-lg-left","declarations":1},{"selector":".text-lg-right","declarations":1},{"selector":".text-md-center","declarations":1},{"selector":".text-md-left","declarations":1},{"selector":".text-md-right","declarations":1},{"selector":".text-sm-center","declarations":1},{"selector":".text-sm-left","declarations":1},{"selector":".text-sm-right","declarations":1},{"selector":".text-center","declarations":1},{"selector":".text-left","declarations":1},{"selector":".text-right","declarations":1},{"selector":".lh-xl-0","declarations":1},{"selector":".lh-xl-default","declarations":1},{"selector":".lh-xl-condensed","declarations":1},{"selector":".lh-xl-condensed-ultra","declarations":1},{"selector":".lh-lg-0","declarations":1},{"selector":".lh-lg-default","declarations":1},{"selector":".lh-lg-condensed","declarations":1},{"selector":".lh-lg-condensed-ultra","declarations":1},{"selector":".lh-md-0","declarations":1},{"selector":".lh-md-default","declarations":1},{"selector":".lh-md-condensed","declarations":1},{"selector":".lh-md-condensed-ultra","declarations":1},{"selector":".lh-sm-0","declarations":1},{"selector":".lh-sm-default","declarations":1},{"selector":".lh-sm-condensed","declarations":1},{"selector":".lh-sm-condensed-ultra","declarations":1},{"selector":".lh-0","declarations":1},{"selector":".lh-default","declarations":1},{"selector":".lh-condensed","declarations":1},{"selector":".lh-condensed-ultra","declarations":1},{"selector":".text-small","declarations":1},{"selector":".f3-light","declarations":1},{"selector":".f2-light","declarations":1},{"selector":".f1-light","declarations":1},{"selector":".f0-light","declarations":1},{"selector":".f00-light","declarations":1},{"selector":".f6","declarations":1},{"selector":".f5","declarations":1},{"selector":".f4","declarations":1},{"selector":".f4","declarations":1},{"selector":".f3","declarations":1},{"selector":".f3","declarations":1},{"selector":".f2","declarations":1},{"selector":".f2","declarations":1},{"selector":".f1","declarations":1},{"selector":".f1","declarations":1},{"selector":".h1,.h2,.h3,.h4,.h5,.h6","declarations":1},{"selector":".h6","declarations":1},{"selector":".h5","declarations":1},{"selector":".h4","declarations":1},{"selector":".h3","declarations":1},{"selector":".h3","declarations":1},{"selector":".h2","declarations":1},{"selector":".h2","declarations":1},{"selector":".h1","declarations":1},{"selector":".h1","declarations":1},{"selector":".pl-xl-6","declarations":1},{"selector":".pb-xl-6","declarations":1},{"selector":".pr-xl-6","declarations":1},{"selector":".pt-xl-6","declarations":1},{"selector":".p-xl-6","declarations":1},{"selector":".pl-xl-5","declarations":1},{"selector":".pb-xl-5","declarations":1},{"selector":".pr-xl-5","declarations":1},{"selector":".pt-xl-5","declarations":1},{"selector":".p-xl-5","declarations":1},{"selector":".pl-xl-4","declarations":1},{"selector":".pb-xl-4","declarations":1},{"selector":".pr-xl-4","declarations":1},{"selector":".pt-xl-4","declarations":1},{"selector":".p-xl-4","declarations":1},{"selector":".pl-xl-3","declarations":1},{"selector":".pb-xl-3","declarations":1},{"selector":".pr-xl-3","declarations":1},{"selector":".pt-xl-3","declarations":1},{"selector":".p-xl-3","declarations":1},{"selector":".pl-xl-2","declarations":1},{"selector":".pb-xl-2","declarations":1},{"selector":".pr-xl-2","declarations":1},{"selector":".pt-xl-2","declarations":1},{"selector":".p-xl-2","declarations":1},{"selector":".pl-xl-1","declarations":1},{"selector":".pb-xl-1","declarations":1},{"selector":".pr-xl-1","declarations":1},{"selector":".pt-xl-1","declarations":1},{"selector":".p-xl-1","declarations":1},{"selector":".pl-xl-0","declarations":1},{"selector":".pb-xl-0","declarations":1},{"selector":".pr-xl-0","declarations":1},{"selector":".pt-xl-0","declarations":1},{"selector":".p-xl-0","declarations":1},{"selector":".pl-lg-6","declarations":1},{"selector":".pb-lg-6","declarations":1},{"selector":".pr-lg-6","declarations":1},{"selector":".pt-lg-6","declarations":1},{"selector":".p-lg-6","declarations":1},{"selector":".pl-lg-5","declarations":1},{"selector":".pb-lg-5","declarations":1},{"selector":".pr-lg-5","declarations":1},{"selector":".pt-lg-5","declarations":1},{"selector":".p-lg-5","declarations":1},{"selector":".pl-lg-4","declarations":1},{"selector":".pb-lg-4","declarations":1},{"selector":".pr-lg-4","declarations":1},{"selector":".pt-lg-4","declarations":1},{"selector":".p-lg-4","declarations":1},{"selector":".pl-lg-3","declarations":1},{"selector":".pb-lg-3","declarations":1},{"selector":".pr-lg-3","declarations":1},{"selector":".pt-lg-3","declarations":1},{"selector":".p-lg-3","declarations":1},{"selector":".pl-lg-2","declarations":1},{"selector":".pb-lg-2","declarations":1},{"selector":".pr-lg-2","declarations":1},{"selector":".pt-lg-2","declarations":1},{"selector":".p-lg-2","declarations":1},{"selector":".pl-lg-1","declarations":1},{"selector":".pb-lg-1","declarations":1},{"selector":".pr-lg-1","declarations":1},{"selector":".pt-lg-1","declarations":1},{"selector":".p-lg-1","declarations":1},{"selector":".pl-lg-0","declarations":1},{"selector":".pb-lg-0","declarations":1},{"selector":".pr-lg-0","declarations":1},{"selector":".pt-lg-0","declarations":1},{"selector":".p-lg-0","declarations":1},{"selector":".pl-md-6","declarations":1},{"selector":".pb-md-6","declarations":1},{"selector":".pr-md-6","declarations":1},{"selector":".pt-md-6","declarations":1},{"selector":".p-md-6","declarations":1},{"selector":".pl-md-5","declarations":1},{"selector":".pb-md-5","declarations":1},{"selector":".pr-md-5","declarations":1},{"selector":".pt-md-5","declarations":1},{"selector":".p-md-5","declarations":1},{"selector":".pl-md-4","declarations":1},{"selector":".pb-md-4","declarations":1},{"selector":".pr-md-4","declarations":1},{"selector":".pt-md-4","declarations":1},{"selector":".p-md-4","declarations":1},{"selector":".pl-md-3","declarations":1},{"selector":".pb-md-3","declarations":1},{"selector":".pr-md-3","declarations":1},{"selector":".pt-md-3","declarations":1},{"selector":".p-md-3","declarations":1},{"selector":".pl-md-2","declarations":1},{"selector":".pb-md-2","declarations":1},{"selector":".pr-md-2","declarations":1},{"selector":".pt-md-2","declarations":1},{"selector":".p-md-2","declarations":1},{"selector":".pl-md-1","declarations":1},{"selector":".pb-md-1","declarations":1},{"selector":".pr-md-1","declarations":1},{"selector":".pt-md-1","declarations":1},{"selector":".p-md-1","declarations":1},{"selector":".pl-md-0","declarations":1},{"selector":".pb-md-0","declarations":1},{"selector":".pr-md-0","declarations":1},{"selector":".pt-md-0","declarations":1},{"selector":".p-md-0","declarations":1},{"selector":".pl-sm-6","declarations":1},{"selector":".pb-sm-6","declarations":1},{"selector":".pr-sm-6","declarations":1},{"selector":".pt-sm-6","declarations":1},{"selector":".p-sm-6","declarations":1},{"selector":".pl-sm-5","declarations":1},{"selector":".pb-sm-5","declarations":1},{"selector":".pr-sm-5","declarations":1},{"selector":".pt-sm-5","declarations":1},{"selector":".p-sm-5","declarations":1},{"selector":".pl-sm-4","declarations":1},{"selector":".pb-sm-4","declarations":1},{"selector":".pr-sm-4","declarations":1},{"selector":".pt-sm-4","declarations":1},{"selector":".p-sm-4","declarations":1},{"selector":".pl-sm-3","declarations":1},{"selector":".pb-sm-3","declarations":1},{"selector":".pr-sm-3","declarations":1},{"selector":".pt-sm-3","declarations":1},{"selector":".p-sm-3","declarations":1},{"selector":".pl-sm-2","declarations":1},{"selector":".pb-sm-2","declarations":1},{"selector":".pr-sm-2","declarations":1},{"selector":".pt-sm-2","declarations":1},{"selector":".p-sm-2","declarations":1},{"selector":".pl-sm-1","declarations":1},{"selector":".pb-sm-1","declarations":1},{"selector":".pr-sm-1","declarations":1},{"selector":".pt-sm-1","declarations":1},{"selector":".p-sm-1","declarations":1},{"selector":".pl-sm-0","declarations":1},{"selector":".pb-sm-0","declarations":1},{"selector":".pr-sm-0","declarations":1},{"selector":".pt-sm-0","declarations":1},{"selector":".p-sm-0","declarations":1},{"selector":".pl-6","declarations":1},{"selector":".pb-6","declarations":1},{"selector":".pr-6","declarations":1},{"selector":".pt-6","declarations":1},{"selector":".p-6","declarations":1},{"selector":".pl-5","declarations":1},{"selector":".pb-5","declarations":1},{"selector":".pr-5","declarations":1},{"selector":".pt-5","declarations":1},{"selector":".p-5","declarations":1},{"selector":".pl-4","declarations":1},{"selector":".pb-4","declarations":1},{"selector":".pr-4","declarations":1},{"selector":".pt-4","declarations":1},{"selector":".p-4","declarations":1},{"selector":".pl-3","declarations":1},{"selector":".pb-3","declarations":1},{"selector":".pr-3","declarations":1},{"selector":".pt-3","declarations":1},{"selector":".p-3","declarations":1},{"selector":".pl-2","declarations":1},{"selector":".pb-2","declarations":1},{"selector":".pr-2","declarations":1},{"selector":".pt-2","declarations":1},{"selector":".p-2","declarations":1},{"selector":".pl-1","declarations":1},{"selector":".pb-1","declarations":1},{"selector":".pr-1","declarations":1},{"selector":".pt-1","declarations":1},{"selector":".p-1","declarations":1},{"selector":".pl-0","declarations":1},{"selector":".pb-0","declarations":1},{"selector":".pr-0","declarations":1},{"selector":".pt-0","declarations":1},{"selector":".p-0","declarations":1},{"selector":".ml-xl-n6","declarations":1},{"selector":".mb-xl-n6","declarations":1},{"selector":".mr-xl-n6","declarations":1},{"selector":".mt-xl-n6","declarations":1},{"selector":".ml-xl-6","declarations":1},{"selector":".mb-xl-6","declarations":1},{"selector":".mr-xl-6","declarations":1},{"selector":".mt-xl-6","declarations":1},{"selector":".m-xl-6","declarations":1},{"selector":".ml-xl-n5","declarations":1},{"selector":".mb-xl-n5","declarations":1},{"selector":".mr-xl-n5","declarations":1},{"selector":".mt-xl-n5","declarations":1},{"selector":".ml-xl-5","declarations":1},{"selector":".mb-xl-5","declarations":1},{"selector":".mr-xl-5","declarations":1},{"selector":".mt-xl-5","declarations":1},{"selector":".m-xl-5","declarations":1},{"selector":".ml-xl-n4","declarations":1},{"selector":".mb-xl-n4","declarations":1},{"selector":".mr-xl-n4","declarations":1},{"selector":".mt-xl-n4","declarations":1},{"selector":".ml-xl-4","declarations":1},{"selector":".mb-xl-4","declarations":1},{"selector":".mr-xl-4","declarations":1},{"selector":".mt-xl-4","declarations":1},{"selector":".m-xl-4","declarations":1},{"selector":".ml-xl-n3","declarations":1},{"selector":".mb-xl-n3","declarations":1},{"selector":".mr-xl-n3","declarations":1},{"selector":".mt-xl-n3","declarations":1},{"selector":".ml-xl-3","declarations":1},{"selector":".mb-xl-3","declarations":1},{"selector":".mr-xl-3","declarations":1},{"selector":".mt-xl-3","declarations":1},{"selector":".m-xl-3","declarations":1},{"selector":".ml-xl-n2","declarations":1},{"selector":".mb-xl-n2","declarations":1},{"selector":".mr-xl-n2","declarations":1},{"selector":".mt-xl-n2","declarations":1},{"selector":".ml-xl-2","declarations":1},{"selector":".mb-xl-2","declarations":1},{"selector":".mr-xl-2","declarations":1},{"selector":".mt-xl-2","declarations":1},{"selector":".m-xl-2","declarations":1},{"selector":".ml-xl-n1","declarations":1},{"selector":".mb-xl-n1","declarations":1},{"selector":".mr-xl-n1","declarations":1},{"selector":".mt-xl-n1","declarations":1},{"selector":".ml-xl-1","declarations":1},{"selector":".mb-xl-1","declarations":1},{"selector":".mr-xl-1","declarations":1},{"selector":".mt-xl-1","declarations":1},{"selector":".m-xl-1","declarations":1},{"selector":".ml-xl-0","declarations":1},{"selector":".mb-xl-0","declarations":1},{"selector":".mr-xl-0","declarations":1},{"selector":".mt-xl-0","declarations":1},{"selector":".m-xl-0","declarations":1},{"selector":".ml-lg-n6","declarations":1},{"selector":".mb-lg-n6","declarations":1},{"selector":".mr-lg-n6","declarations":1},{"selector":".mt-lg-n6","declarations":1},{"selector":".ml-lg-6","declarations":1},{"selector":".mb-lg-6","declarations":1},{"selector":".mr-lg-6","declarations":1},{"selector":".mt-lg-6","declarations":1},{"selector":".m-lg-6","declarations":1},{"selector":".ml-lg-n5","declarations":1},{"selector":".mb-lg-n5","declarations":1},{"selector":".mr-lg-n5","declarations":1},{"selector":".mt-lg-n5","declarations":1},{"selector":".ml-lg-5","declarations":1},{"selector":".mb-lg-5","declarations":1},{"selector":".mr-lg-5","declarations":1},{"selector":".mt-lg-5","declarations":1},{"selector":".m-lg-5","declarations":1},{"selector":".ml-lg-n4","declarations":1},{"selector":".mb-lg-n4","declarations":1},{"selector":".mr-lg-n4","declarations":1},{"selector":".mt-lg-n4","declarations":1},{"selector":".ml-lg-4","declarations":1},{"selector":".mb-lg-4","declarations":1},{"selector":".mr-lg-4","declarations":1},{"selector":".mt-lg-4","declarations":1},{"selector":".m-lg-4","declarations":1},{"selector":".ml-lg-n3","declarations":1},{"selector":".mb-lg-n3","declarations":1},{"selector":".mr-lg-n3","declarations":1},{"selector":".mt-lg-n3","declarations":1},{"selector":".ml-lg-3","declarations":1},{"selector":".mb-lg-3","declarations":1},{"selector":".mr-lg-3","declarations":1},{"selector":".mt-lg-3","declarations":1},{"selector":".m-lg-3","declarations":1},{"selector":".ml-lg-n2","declarations":1},{"selector":".mb-lg-n2","declarations":1},{"selector":".mr-lg-n2","declarations":1},{"selector":".mt-lg-n2","declarations":1},{"selector":".ml-lg-2","declarations":1},{"selector":".mb-lg-2","declarations":1},{"selector":".mr-lg-2","declarations":1},{"selector":".mt-lg-2","declarations":1},{"selector":".m-lg-2","declarations":1},{"selector":".ml-lg-n1","declarations":1},{"selector":".mb-lg-n1","declarations":1},{"selector":".mr-lg-n1","declarations":1},{"selector":".mt-lg-n1","declarations":1},{"selector":".ml-lg-1","declarations":1},{"selector":".mb-lg-1","declarations":1},{"selector":".mr-lg-1","declarations":1},{"selector":".mt-lg-1","declarations":1},{"selector":".m-lg-1","declarations":1},{"selector":".ml-lg-0","declarations":1},{"selector":".mb-lg-0","declarations":1},{"selector":".mr-lg-0","declarations":1},{"selector":".mt-lg-0","declarations":1},{"selector":".m-lg-0","declarations":1},{"selector":".ml-md-n6","declarations":1},{"selector":".mb-md-n6","declarations":1},{"selector":".mr-md-n6","declarations":1},{"selector":".mt-md-n6","declarations":1},{"selector":".ml-md-6","declarations":1},{"selector":".mb-md-6","declarations":1},{"selector":".mr-md-6","declarations":1},{"selector":".mt-md-6","declarations":1},{"selector":".m-md-6","declarations":1},{"selector":".ml-md-n5","declarations":1},{"selector":".mb-md-n5","declarations":1},{"selector":".mr-md-n5","declarations":1},{"selector":".mt-md-n5","declarations":1},{"selector":".ml-md-5","declarations":1},{"selector":".mb-md-5","declarations":1},{"selector":".mr-md-5","declarations":1},{"selector":".mt-md-5","declarations":1},{"selector":".m-md-5","declarations":1},{"selector":".ml-md-n4","declarations":1},{"selector":".mb-md-n4","declarations":1},{"selector":".mr-md-n4","declarations":1},{"selector":".mt-md-n4","declarations":1},{"selector":".ml-md-4","declarations":1},{"selector":".mb-md-4","declarations":1},{"selector":".mr-md-4","declarations":1},{"selector":".mt-md-4","declarations":1},{"selector":".m-md-4","declarations":1},{"selector":".ml-md-n3","declarations":1},{"selector":".mb-md-n3","declarations":1},{"selector":".mr-md-n3","declarations":1},{"selector":".mt-md-n3","declarations":1},{"selector":".ml-md-3","declarations":1},{"selector":".mb-md-3","declarations":1},{"selector":".mr-md-3","declarations":1},{"selector":".mt-md-3","declarations":1},{"selector":".m-md-3","declarations":1},{"selector":".ml-md-n2","declarations":1},{"selector":".mb-md-n2","declarations":1},{"selector":".mr-md-n2","declarations":1},{"selector":".mt-md-n2","declarations":1},{"selector":".ml-md-2","declarations":1},{"selector":".mb-md-2","declarations":1},{"selector":".mr-md-2","declarations":1},{"selector":".mt-md-2","declarations":1},{"selector":".m-md-2","declarations":1},{"selector":".ml-md-n1","declarations":1},{"selector":".mb-md-n1","declarations":1},{"selector":".mr-md-n1","declarations":1},{"selector":".mt-md-n1","declarations":1},{"selector":".ml-md-1","declarations":1},{"selector":".mb-md-1","declarations":1},{"selector":".mr-md-1","declarations":1},{"selector":".mt-md-1","declarations":1},{"selector":".m-md-1","declarations":1},{"selector":".ml-md-0","declarations":1},{"selector":".mb-md-0","declarations":1},{"selector":".mr-md-0","declarations":1},{"selector":".mt-md-0","declarations":1},{"selector":".m-md-0","declarations":1},{"selector":".ml-sm-n6","declarations":1},{"selector":".mb-sm-n6","declarations":1},{"selector":".mr-sm-n6","declarations":1},{"selector":".mt-sm-n6","declarations":1},{"selector":".ml-sm-6","declarations":1},{"selector":".mb-sm-6","declarations":1},{"selector":".mr-sm-6","declarations":1},{"selector":".mt-sm-6","declarations":1},{"selector":".m-sm-6","declarations":1},{"selector":".ml-sm-n5","declarations":1},{"selector":".mb-sm-n5","declarations":1},{"selector":".mr-sm-n5","declarations":1},{"selector":".mt-sm-n5","declarations":1},{"selector":".ml-sm-5","declarations":1},{"selector":".mb-sm-5","declarations":1},{"selector":".mr-sm-5","declarations":1},{"selector":".mt-sm-5","declarations":1},{"selector":".m-sm-5","declarations":1},{"selector":".ml-sm-n4","declarations":1},{"selector":".mb-sm-n4","declarations":1},{"selector":".mr-sm-n4","declarations":1},{"selector":".mt-sm-n4","declarations":1},{"selector":".ml-sm-4","declarations":1},{"selector":".mb-sm-4","declarations":1},{"selector":".mr-sm-4","declarations":1},{"selector":".mt-sm-4","declarations":1},{"selector":".m-sm-4","declarations":1},{"selector":".ml-sm-n3","declarations":1},{"selector":".mb-sm-n3","declarations":1},{"selector":".mr-sm-n3","declarations":1},{"selector":".mt-sm-n3","declarations":1},{"selector":".ml-sm-3","declarations":1},{"selector":".mb-sm-3","declarations":1},{"selector":".mr-sm-3","declarations":1},{"selector":".mt-sm-3","declarations":1},{"selector":".m-sm-3","declarations":1},{"selector":".ml-sm-n2","declarations":1},{"selector":".mb-sm-n2","declarations":1},{"selector":".mr-sm-n2","declarations":1},{"selector":".mt-sm-n2","declarations":1},{"selector":".ml-sm-2","declarations":1},{"selector":".mb-sm-2","declarations":1},{"selector":".mr-sm-2","declarations":1},{"selector":".mt-sm-2","declarations":1},{"selector":".m-sm-2","declarations":1},{"selector":".ml-sm-n1","declarations":1},{"selector":".mb-sm-n1","declarations":1},{"selector":".mr-sm-n1","declarations":1},{"selector":".mt-sm-n1","declarations":1},{"selector":".ml-sm-1","declarations":1},{"selector":".mb-sm-1","declarations":1},{"selector":".mr-sm-1","declarations":1},{"selector":".mt-sm-1","declarations":1},{"selector":".m-sm-1","declarations":1},{"selector":".ml-sm-0","declarations":1},{"selector":".mb-sm-0","declarations":1},{"selector":".mr-sm-0","declarations":1},{"selector":".mt-sm-0","declarations":1},{"selector":".m-sm-0","declarations":1},{"selector":".ml-n6","declarations":1},{"selector":".mb-n6","declarations":1},{"selector":".mr-n6","declarations":1},{"selector":".mt-n6","declarations":1},{"selector":".ml-6","declarations":1},{"selector":".mb-6","declarations":1},{"selector":".mr-6","declarations":1},{"selector":".mt-6","declarations":1},{"selector":".m-6","declarations":1},{"selector":".ml-n5","declarations":1},{"selector":".mb-n5","declarations":1},{"selector":".mr-n5","declarations":1},{"selector":".mt-n5","declarations":1},{"selector":".ml-5","declarations":1},{"selector":".mb-5","declarations":1},{"selector":".mr-5","declarations":1},{"selector":".mt-5","declarations":1},{"selector":".m-5","declarations":1},{"selector":".ml-n4","declarations":1},{"selector":".mb-n4","declarations":1},{"selector":".mr-n4","declarations":1},{"selector":".mt-n4","declarations":1},{"selector":".ml-4","declarations":1},{"selector":".mb-4","declarations":1},{"selector":".mr-4","declarations":1},{"selector":".mt-4","declarations":1},{"selector":".m-4","declarations":1},{"selector":".ml-n3","declarations":1},{"selector":".mb-n3","declarations":1},{"selector":".mr-n3","declarations":1},{"selector":".mt-n3","declarations":1},{"selector":".ml-3","declarations":1},{"selector":".mb-3","declarations":1},{"selector":".mr-3","declarations":1},{"selector":".mt-3","declarations":1},{"selector":".m-3","declarations":1},{"selector":".ml-n2","declarations":1},{"selector":".mb-n2","declarations":1},{"selector":".mr-n2","declarations":1},{"selector":".mt-n2","declarations":1},{"selector":".ml-2","declarations":1},{"selector":".mb-2","declarations":1},{"selector":".mr-2","declarations":1},{"selector":".mt-2","declarations":1},{"selector":".m-2","declarations":1},{"selector":".ml-n1","declarations":1},{"selector":".mb-n1","declarations":1},{"selector":".mr-n1","declarations":1},{"selector":".mt-n1","declarations":1},{"selector":".ml-1","declarations":1},{"selector":".mb-1","declarations":1},{"selector":".mr-1","declarations":1},{"selector":".mt-1","declarations":1},{"selector":".m-1","declarations":1},{"selector":".ml-0","declarations":1},{"selector":".mb-0","declarations":1},{"selector":".mr-0","declarations":1},{"selector":".mt-0","declarations":1},{"selector":".m-0","declarations":1},{"selector":".direction-xl-ltr","declarations":1},{"selector":".direction-xl-rtl","declarations":1},{"selector":".width-xl-auto","declarations":1},{"selector":".direction-lg-ltr","declarations":1},{"selector":".direction-lg-rtl","declarations":1},{"selector":".width-lg-auto","declarations":1},{"selector":".direction-md-ltr","declarations":1},{"selector":".direction-md-rtl","declarations":1},{"selector":".width-md-auto","declarations":1},{"selector":".direction-sm-ltr","declarations":1},{"selector":".direction-sm-rtl","declarations":1},{"selector":".width-sm-auto","declarations":1},{"selector":".direction-ltr","declarations":1},{"selector":".direction-rtl","declarations":1},{"selector":".width-auto","declarations":1},{"selector":".min-width-0","declarations":1},{"selector":".height-full","declarations":1},{"selector":".height-fit","declarations":1},{"selector":".width-full","declarations":1},{"selector":".width-fit","declarations":1},{"selector":".float-xl-none","declarations":1},{"selector":".float-xl-right","declarations":1},{"selector":".float-xl-left","declarations":1},{"selector":".float-lg-none","declarations":1},{"selector":".float-lg-right","declarations":1},{"selector":".float-lg-left","declarations":1},{"selector":".float-md-none","declarations":1},{"selector":".float-md-right","declarations":1},{"selector":".float-md-left","declarations":1},{"selector":".float-sm-none","declarations":1},{"selector":".float-sm-right","declarations":1},{"selector":".float-sm-left","declarations":1},{"selector":".float-none","declarations":1},{"selector":".float-right","declarations":1},{"selector":".float-left","declarations":1},{"selector":".overflow-y-scroll","declarations":1},{"selector":".overflow-x-scroll","declarations":1},{"selector":".overflow-scroll","declarations":1},{"selector":".overflow-y-auto","declarations":1},{"selector":".overflow-x-auto","declarations":1},{"selector":".overflow-auto","declarations":1},{"selector":".overflow-y-hidden","declarations":1},{"selector":".overflow-x-hidden","declarations":1},{"selector":".overflow-hidden","declarations":1},{"selector":".overflow-y-visible","declarations":1},{"selector":".overflow-x-visible","declarations":1},{"selector":".overflow-visible","declarations":1},{"selector":".v-align-baseline","declarations":1},{"selector":".v-align-text-bottom","declarations":1},{"selector":".v-align-text-top","declarations":1},{"selector":".v-align-bottom","declarations":1},{"selector":".v-align-top","declarations":1},{"selector":".v-align-middle","declarations":1},{"selector":".left-0","declarations":1},{"selector":".bottom-0","declarations":1},{"selector":".right-0","declarations":1},{"selector":".top-0","declarations":1},{"selector":".position-xl-fixed","declarations":1},{"selector":".position-xl-absolute","declarations":1},{"selector":".position-xl-relative","declarations":1},{"selector":".position-xl-static","declarations":1},{"selector":".position-lg-fixed","declarations":1},{"selector":".position-lg-absolute","declarations":1},{"selector":".position-lg-relative","declarations":1},{"selector":".position-lg-static","declarations":1},{"selector":".position-md-fixed","declarations":1},{"selector":".position-md-absolute","declarations":1},{"selector":".position-md-relative","declarations":1},{"selector":".position-md-static","declarations":1},{"selector":".position-sm-fixed","declarations":1},{"selector":".position-sm-absolute","declarations":1},{"selector":".position-sm-relative","declarations":1},{"selector":".position-sm-static","declarations":1},{"selector":".position-fixed","declarations":1},{"selector":".position-absolute","declarations":1},{"selector":".position-relative","declarations":1},{"selector":".position-static","declarations":1},{"selector":".flex-xl-order-none","declarations":1},{"selector":".flex-xl-order-2","declarations":1},{"selector":".flex-xl-order-1","declarations":1},{"selector":".flex-xl-self-stretch","declarations":1},{"selector":".flex-xl-self-baseline","declarations":1},{"selector":".flex-xl-self-center","declarations":1},{"selector":".flex-xl-self-end","declarations":1},{"selector":".flex-xl-self-start","declarations":1},{"selector":".flex-xl-self-auto","declarations":1},{"selector":".flex-xl-shrink-0","declarations":1},{"selector":".flex-xl-grow-0","declarations":1},{"selector":".flex-xl-auto","declarations":1},{"selector":".flex-xl-1","declarations":1},{"selector":".flex-xl-content-stretch","declarations":1},{"selector":".flex-xl-content-around","declarations":1},{"selector":".flex-xl-content-between","declarations":1},{"selector":".flex-xl-content-center","declarations":1},{"selector":".flex-xl-content-end","declarations":1},{"selector":".flex-xl-content-start","declarations":1},{"selector":".flex-xl-items-stretch","declarations":1},{"selector":".flex-xl-items-baseline","declarations":1},{"selector":".flex-xl-items-center","declarations":1},{"selector":".flex-xl-items-end","declarations":1},{"selector":".flex-xl-items-start","declarations":1},{"selector":".flex-xl-justify-around","declarations":1},{"selector":".flex-xl-justify-between","declarations":1},{"selector":".flex-xl-justify-center","declarations":1},{"selector":".flex-xl-justify-end","declarations":1},{"selector":".flex-xl-justify-start","declarations":1},{"selector":".flex-xl-nowrap","declarations":1},{"selector":".flex-xl-wrap","declarations":1},{"selector":".flex-xl-column-reverse","declarations":1},{"selector":".flex-xl-column","declarations":1},{"selector":".flex-xl-row-reverse","declarations":1},{"selector":".flex-xl-row","declarations":1},{"selector":".flex-lg-order-none","declarations":1},{"selector":".flex-lg-order-2","declarations":1},{"selector":".flex-lg-order-1","declarations":1},{"selector":".flex-lg-self-stretch","declarations":1},{"selector":".flex-lg-self-baseline","declarations":1},{"selector":".flex-lg-self-center","declarations":1},{"selector":".flex-lg-self-end","declarations":1},{"selector":".flex-lg-self-start","declarations":1},{"selector":".flex-lg-self-auto","declarations":1},{"selector":".flex-lg-shrink-0","declarations":1},{"selector":".flex-lg-grow-0","declarations":1},{"selector":".flex-lg-auto","declarations":1},{"selector":".flex-lg-1","declarations":1},{"selector":".flex-lg-content-stretch","declarations":1},{"selector":".flex-lg-content-around","declarations":1},{"selector":".flex-lg-content-between","declarations":1},{"selector":".flex-lg-content-center","declarations":1},{"selector":".flex-lg-content-end","declarations":1},{"selector":".flex-lg-content-start","declarations":1},{"selector":".flex-lg-items-stretch","declarations":1},{"selector":".flex-lg-items-baseline","declarations":1},{"selector":".flex-lg-items-center","declarations":1},{"selector":".flex-lg-items-end","declarations":1},{"selector":".flex-lg-items-start","declarations":1},{"selector":".flex-lg-justify-around","declarations":1},{"selector":".flex-lg-justify-between","declarations":1},{"selector":".flex-lg-justify-center","declarations":1},{"selector":".flex-lg-justify-end","declarations":1},{"selector":".flex-lg-justify-start","declarations":1},{"selector":".flex-lg-nowrap","declarations":1},{"selector":".flex-lg-wrap","declarations":1},{"selector":".flex-lg-column-reverse","declarations":1},{"selector":".flex-lg-column","declarations":1},{"selector":".flex-lg-row-reverse","declarations":1},{"selector":".flex-lg-row","declarations":1},{"selector":".flex-md-order-none","declarations":1},{"selector":".flex-md-order-2","declarations":1},{"selector":".flex-md-order-1","declarations":1},{"selector":".flex-md-self-stretch","declarations":1},{"selector":".flex-md-self-baseline","declarations":1},{"selector":".flex-md-self-center","declarations":1},{"selector":".flex-md-self-end","declarations":1},{"selector":".flex-md-self-start","declarations":1},{"selector":".flex-md-self-auto","declarations":1},{"selector":".flex-md-shrink-0","declarations":1},{"selector":".flex-md-grow-0","declarations":1},{"selector":".flex-md-auto","declarations":1},{"selector":".flex-md-1","declarations":1},{"selector":".flex-md-content-stretch","declarations":1},{"selector":".flex-md-content-around","declarations":1},{"selector":".flex-md-content-between","declarations":1},{"selector":".flex-md-content-center","declarations":1},{"selector":".flex-md-content-end","declarations":1},{"selector":".flex-md-content-start","declarations":1},{"selector":".flex-md-items-stretch","declarations":1},{"selector":".flex-md-items-baseline","declarations":1},{"selector":".flex-md-items-center","declarations":1},{"selector":".flex-md-items-end","declarations":1},{"selector":".flex-md-items-start","declarations":1},{"selector":".flex-md-justify-around","declarations":1},{"selector":".flex-md-justify-between","declarations":1},{"selector":".flex-md-justify-center","declarations":1},{"selector":".flex-md-justify-end","declarations":1},{"selector":".flex-md-justify-start","declarations":1},{"selector":".flex-md-nowrap","declarations":1},{"selector":".flex-md-wrap","declarations":1},{"selector":".flex-md-column-reverse","declarations":1},{"selector":".flex-md-column","declarations":1},{"selector":".flex-md-row-reverse","declarations":1},{"selector":".flex-md-row","declarations":1},{"selector":".flex-sm-order-none","declarations":1},{"selector":".flex-sm-order-2","declarations":1},{"selector":".flex-sm-order-1","declarations":1},{"selector":".flex-sm-self-stretch","declarations":1},{"selector":".flex-sm-self-baseline","declarations":1},{"selector":".flex-sm-self-center","declarations":1},{"selector":".flex-sm-self-end","declarations":1},{"selector":".flex-sm-self-start","declarations":1},{"selector":".flex-sm-self-auto","declarations":1},{"selector":".flex-sm-shrink-0","declarations":1},{"selector":".flex-sm-grow-0","declarations":1},{"selector":".flex-sm-auto","declarations":1},{"selector":".flex-sm-1","declarations":1},{"selector":".flex-sm-content-stretch","declarations":1},{"selector":".flex-sm-content-around","declarations":1},{"selector":".flex-sm-content-between","declarations":1},{"selector":".flex-sm-content-center","declarations":1},{"selector":".flex-sm-content-end","declarations":1},{"selector":".flex-sm-content-start","declarations":1},{"selector":".flex-sm-items-stretch","declarations":1},{"selector":".flex-sm-items-baseline","declarations":1},{"selector":".flex-sm-items-center","declarations":1},{"selector":".flex-sm-items-end","declarations":1},{"selector":".flex-sm-items-start","declarations":1},{"selector":".flex-sm-justify-around","declarations":1},{"selector":".flex-sm-justify-between","declarations":1},{"selector":".flex-sm-justify-center","declarations":1},{"selector":".flex-sm-justify-end","declarations":1},{"selector":".flex-sm-justify-start","declarations":1},{"selector":".flex-sm-nowrap","declarations":1},{"selector":".flex-sm-wrap","declarations":1},{"selector":".flex-sm-column-reverse","declarations":1},{"selector":".flex-sm-column","declarations":1},{"selector":".flex-sm-row-reverse","declarations":1},{"selector":".flex-sm-row","declarations":1},{"selector":".flex-order-none","declarations":1},{"selector":".flex-order-2","declarations":1},{"selector":".flex-order-1","declarations":1},{"selector":".flex-self-stretch","declarations":1},{"selector":".flex-self-baseline","declarations":1},{"selector":".flex-self-center","declarations":1},{"selector":".flex-self-end","declarations":1},{"selector":".flex-self-start","declarations":1},{"selector":".flex-self-auto","declarations":1},{"selector":".flex-shrink-0","declarations":1},{"selector":".flex-grow-0","declarations":1},{"selector":".flex-auto","declarations":1},{"selector":".flex-1","declarations":1},{"selector":".flex-content-stretch","declarations":1},{"selector":".flex-content-around","declarations":1},{"selector":".flex-content-between","declarations":1},{"selector":".flex-content-center","declarations":1},{"selector":".flex-content-end","declarations":1},{"selector":".flex-content-start","declarations":1},{"selector":".flex-items-stretch","declarations":1},{"selector":".flex-items-baseline","declarations":1},{"selector":".flex-items-center","declarations":1},{"selector":".flex-items-end","declarations":1},{"selector":".flex-items-start","declarations":1},{"selector":".flex-justify-around","declarations":1},{"selector":".flex-justify-between","declarations":1},{"selector":".flex-justify-center","declarations":1},{"selector":".flex-justify-end","declarations":1},{"selector":".flex-justify-start","declarations":1},{"selector":".flex-nowrap","declarations":1},{"selector":".flex-wrap","declarations":1},{"selector":".flex-column-reverse","declarations":1},{"selector":".flex-column","declarations":1},{"selector":".flex-row-reverse","declarations":1},{"selector":".flex-row","declarations":1},{"selector":".details-reset>summary::-webkit-details-marker","declarations":1},{"selector":".details-reset>summary::before","declarations":1},{"selector":".details-reset>summary","declarations":1},{"selector":".muted-link","declarations":1},{"selector":".link-hover-blue:hover","declarations":1},{"selector":".link-gray-dark:hover","declarations":1},{"selector":".link-gray-dark","declarations":1},{"selector":".link-gray:hover","declarations":1},{"selector":".link-gray","declarations":1},{"selector":".text-inherit","declarations":1},{"selector":".text-white","declarations":1},{"selector":".text-pink","declarations":1},{"selector":".text-purple","declarations":1},{"selector":".text-orange-light","declarations":1},{"selector":".text-orange","declarations":1},{"selector":".text-yellow","declarations":1},{"selector":".text-green","declarations":1},{"selector":".text-gray-dark","declarations":1},{"selector":".text-gray","declarations":1},{"selector":".text-gray-light","declarations":1},{"selector":".text-red","declarations":1},{"selector":".text-blue","declarations":1},{"selector":".bg-pink-9","declarations":1},{"selector":".color-pink-9","declarations":1},{"selector":".bg-pink-8","declarations":1},{"selector":".color-pink-8","declarations":1},{"selector":".bg-pink-7","declarations":1},{"selector":".color-pink-7","declarations":1},{"selector":".bg-pink-6","declarations":1},{"selector":".color-pink-6","declarations":1},{"selector":".bg-pink-5","declarations":1},{"selector":".color-pink-5","declarations":1},{"selector":".bg-pink-4","declarations":1},{"selector":".color-pink-4","declarations":1},{"selector":".bg-pink-3","declarations":1},{"selector":".color-pink-3","declarations":1},{"selector":".bg-pink-2","declarations":1},{"selector":".color-pink-2","declarations":1},{"selector":".bg-pink-1","declarations":1},{"selector":".color-pink-1","declarations":1},{"selector":".bg-pink-0","declarations":1},{"selector":".color-pink-0","declarations":1},{"selector":".bg-purple-9","declarations":1},{"selector":".color-purple-9","declarations":1},{"selector":".bg-purple-8","declarations":1},{"selector":".color-purple-8","declarations":1},{"selector":".bg-purple-7","declarations":1},{"selector":".color-purple-7","declarations":1},{"selector":".bg-purple-6","declarations":1},{"selector":".color-purple-6","declarations":1},{"selector":".bg-purple-5","declarations":1},{"selector":".color-purple-5","declarations":1},{"selector":".bg-purple-4","declarations":1},{"selector":".color-purple-4","declarations":1},{"selector":".bg-purple-3","declarations":1},{"selector":".color-purple-3","declarations":1},{"selector":".bg-purple-2","declarations":1},{"selector":".color-purple-2","declarations":1},{"selector":".bg-purple-1","declarations":1},{"selector":".color-purple-1","declarations":1},{"selector":".bg-purple-0","declarations":1},{"selector":".color-purple-0","declarations":1},{"selector":".bg-red-9","declarations":1},{"selector":".color-red-9","declarations":1},{"selector":".bg-red-8","declarations":1},{"selector":".color-red-8","declarations":1},{"selector":".bg-red-7","declarations":1},{"selector":".color-red-7","declarations":1},{"selector":".bg-red-6","declarations":1},{"selector":".color-red-6","declarations":1},{"selector":".bg-red-5","declarations":1},{"selector":".color-red-5","declarations":1},{"selector":".bg-red-4","declarations":1},{"selector":".color-red-4","declarations":1},{"selector":".bg-red-3","declarations":1},{"selector":".color-red-3","declarations":1},{"selector":".bg-red-2","declarations":1},{"selector":".color-red-2","declarations":1},{"selector":".bg-red-1","declarations":1},{"selector":".color-red-1","declarations":1},{"selector":".bg-red-0","declarations":1},{"selector":".color-red-0","declarations":1},{"selector":".bg-orange-9","declarations":1},{"selector":".color-orange-9","declarations":1},{"selector":".bg-orange-8","declarations":1},{"selector":".color-orange-8","declarations":1},{"selector":".bg-orange-7","declarations":1},{"selector":".color-orange-7","declarations":1},{"selector":".bg-orange-6","declarations":1},{"selector":".color-orange-6","declarations":1},{"selector":".bg-orange-5","declarations":1},{"selector":".color-orange-5","declarations":1},{"selector":".bg-orange-4","declarations":1},{"selector":".color-orange-4","declarations":1},{"selector":".bg-orange-3","declarations":1},{"selector":".color-orange-3","declarations":1},{"selector":".bg-orange-2","declarations":1},{"selector":".color-orange-2","declarations":1},{"selector":".bg-orange-1","declarations":1},{"selector":".color-orange-1","declarations":1},{"selector":".bg-orange-0","declarations":1},{"selector":".color-orange-0","declarations":1},{"selector":".bg-yellow-9","declarations":1},{"selector":".color-yellow-9","declarations":1},{"selector":".bg-yellow-8","declarations":1},{"selector":".color-yellow-8","declarations":1},{"selector":".bg-yellow-7","declarations":1},{"selector":".color-yellow-7","declarations":1},{"selector":".bg-yellow-6","declarations":1},{"selector":".color-yellow-6","declarations":1},{"selector":".bg-yellow-5","declarations":1},{"selector":".color-yellow-5","declarations":1},{"selector":".bg-yellow-4","declarations":1},{"selector":".color-yellow-4","declarations":1},{"selector":".bg-yellow-3","declarations":1},{"selector":".color-yellow-3","declarations":1},{"selector":".bg-yellow-2","declarations":1},{"selector":".color-yellow-2","declarations":1},{"selector":".bg-yellow-1","declarations":1},{"selector":".color-yellow-1","declarations":1},{"selector":".bg-yellow-0","declarations":1},{"selector":".color-yellow-0","declarations":1},{"selector":".bg-green-9","declarations":1},{"selector":".color-green-9","declarations":1},{"selector":".bg-green-8","declarations":1},{"selector":".color-green-8","declarations":1},{"selector":".bg-green-7","declarations":1},{"selector":".color-green-7","declarations":1},{"selector":".bg-green-6","declarations":1},{"selector":".color-green-6","declarations":1},{"selector":".bg-green-5","declarations":1},{"selector":".color-green-5","declarations":1},{"selector":".bg-green-4","declarations":1},{"selector":".color-green-4","declarations":1},{"selector":".bg-green-3","declarations":1},{"selector":".color-green-3","declarations":1},{"selector":".bg-green-2","declarations":1},{"selector":".color-green-2","declarations":1},{"selector":".bg-green-1","declarations":1},{"selector":".color-green-1","declarations":1},{"selector":".bg-green-0","declarations":1},{"selector":".color-green-0","declarations":1},{"selector":".bg-blue-9","declarations":1},{"selector":".color-blue-9","declarations":1},{"selector":".bg-blue-8","declarations":1},{"selector":".color-blue-8","declarations":1},{"selector":".bg-blue-7","declarations":1},{"selector":".color-blue-7","declarations":1},{"selector":".bg-blue-6","declarations":1},{"selector":".color-blue-6","declarations":1},{"selector":".bg-blue-5","declarations":1},{"selector":".color-blue-5","declarations":1},{"selector":".bg-blue-4","declarations":1},{"selector":".color-blue-4","declarations":1},{"selector":".bg-blue-3","declarations":1},{"selector":".color-blue-3","declarations":1},{"selector":".bg-blue-2","declarations":1},{"selector":".color-blue-2","declarations":1},{"selector":".bg-blue-1","declarations":1},{"selector":".color-blue-1","declarations":1},{"selector":".bg-blue-0","declarations":1},{"selector":".color-blue-0","declarations":1},{"selector":".bg-gray-9","declarations":1},{"selector":".color-gray-9","declarations":1},{"selector":".bg-gray-8","declarations":1},{"selector":".color-gray-8","declarations":1},{"selector":".bg-gray-7","declarations":1},{"selector":".color-gray-7","declarations":1},{"selector":".bg-gray-6","declarations":1},{"selector":".color-gray-6","declarations":1},{"selector":".bg-gray-5","declarations":1},{"selector":".color-gray-5","declarations":1},{"selector":".bg-gray-4","declarations":1},{"selector":".color-gray-4","declarations":1},{"selector":".bg-gray-3","declarations":1},{"selector":".color-gray-3","declarations":1},{"selector":".bg-gray-2","declarations":1},{"selector":".color-gray-2","declarations":1},{"selector":".bg-gray-1","declarations":1},{"selector":".color-gray-1","declarations":1},{"selector":".bg-gray-0","declarations":1},{"selector":".color-gray-0","declarations":1},{"selector":".bg-purple-light","declarations":1},{"selector":".bg-pink","declarations":1},{"selector":".bg-purple","declarations":1},{"selector":".bg-yellow-dark","declarations":1},{"selector":".bg-yellow-light","declarations":1},{"selector":".bg-yellow","declarations":1},{"selector":".bg-red-light","declarations":1},{"selector":".bg-red","declarations":1},{"selector":".bg-green-light","declarations":1},{"selector":".bg-green","declarations":1},{"selector":".bg-gray-light","declarations":1},{"selector":".bg-gray","declarations":1},{"selector":".bg-gray-dark","declarations":1},{"selector":".bg-blue-light","declarations":1},{"selector":".bg-blue","declarations":1},{"selector":".bg-white","declarations":1},{"selector":".box-shadow-none","declarations":1},{"selector":".box-shadow-extra-large","declarations":1},{"selector":".box-shadow-large","declarations":1},{"selector":".box-shadow-medium","declarations":1},{"selector":".box-shadow","declarations":1},{"selector":".border-white-fade-85","declarations":1},{"selector":".border-white-fade-70","declarations":1},{"selector":".border-white-fade-50","declarations":1},{"selector":".border-white-fade-30","declarations":1},{"selector":".border-white-fade-15","declarations":1},{"selector":".border-white-fade","declarations":1},{"selector":".border-black-fade","declarations":1},{"selector":".border-gray-dark","declarations":1},{"selector":".border-gray-light","declarations":1},{"selector":".border-yellow","declarations":1},{"selector":".border-purple","declarations":1},{"selector":".border-red-light","declarations":1},{"selector":".border-red","declarations":1},{"selector":".border-green-light","declarations":1},{"selector":".border-green","declarations":1},{"selector":".border-blue-light","declarations":1},{"selector":".border-blue","declarations":1},{"selector":".border-dashed","declarations":1},{"selector":".circle","declarations":1},{"selector":".rounded-xl-2","declarations":1},{"selector":".rounded-xl-1","declarations":1},{"selector":".rounded-xl-0","declarations":1},{"selector":".border-xl-left-0","declarations":1},{"selector":".border-xl-bottom-0","declarations":1},{"selector":".border-xl-right-0","declarations":1},{"selector":".border-xl-top-0","declarations":1},{"selector":".border-xl-left","declarations":1},{"selector":".border-xl-bottom","declarations":1},{"selector":".border-xl-right","declarations":1},{"selector":".border-xl-top","declarations":1},{"selector":".border-xl-0","declarations":1},{"selector":".border-xl","declarations":1},{"selector":".rounded-lg-2","declarations":1},{"selector":".rounded-lg-1","declarations":1},{"selector":".rounded-lg-0","declarations":1},{"selector":".border-lg-left-0","declarations":1},{"selector":".border-lg-bottom-0","declarations":1},{"selector":".border-lg-right-0","declarations":1},{"selector":".border-lg-top-0","declarations":1},{"selector":".border-lg-left","declarations":1},{"selector":".border-lg-bottom","declarations":1},{"selector":".border-lg-right","declarations":1},{"selector":".border-lg-top","declarations":1},{"selector":".border-lg-0","declarations":1},{"selector":".border-lg","declarations":1},{"selector":".rounded-md-2","declarations":1},{"selector":".rounded-md-1","declarations":1},{"selector":".rounded-md-0","declarations":1},{"selector":".border-md-left-0","declarations":1},{"selector":".border-md-bottom-0","declarations":1},{"selector":".border-md-right-0","declarations":1},{"selector":".border-md-top-0","declarations":1},{"selector":".border-md-left","declarations":1},{"selector":".border-md-bottom","declarations":1},{"selector":".border-md-right","declarations":1},{"selector":".border-md-top","declarations":1},{"selector":".border-md-0","declarations":1},{"selector":".border-md","declarations":1},{"selector":".rounded-sm-2","declarations":1},{"selector":".rounded-sm-1","declarations":1},{"selector":".rounded-sm-0","declarations":1},{"selector":".border-sm-left-0","declarations":1},{"selector":".border-sm-bottom-0","declarations":1},{"selector":".border-sm-right-0","declarations":1},{"selector":".border-sm-top-0","declarations":1},{"selector":".border-sm-left","declarations":1},{"selector":".border-sm-bottom","declarations":1},{"selector":".border-sm-right","declarations":1},{"selector":".border-sm-top","declarations":1},{"selector":".border-sm-0","declarations":1},{"selector":".border-sm","declarations":1},{"selector":".rounded-2","declarations":1},{"selector":".rounded-1","declarations":1},{"selector":".rounded-0","declarations":1},{"selector":".border-left-0","declarations":1},{"selector":".border-bottom-0","declarations":1},{"selector":".border-right-0","declarations":1},{"selector":".border-top-0","declarations":1},{"selector":".border-left","declarations":1},{"selector":".border-bottom","declarations":1},{"selector":".border-right","declarations":1},{"selector":".border-top","declarations":1},{"selector":".border-0","declarations":1},{"selector":".border","declarations":1},{"selector":".hover-grow:hover","declarations":1},{"selector":"100%","declarations":1},{"selector":"50%","declarations":1},{"selector":"0%","declarations":1},{"selector":"100%","declarations":1},{"selector":"10%","declarations":1},{"selector":"0%","declarations":1},{"selector":"to","declarations":1},{"selector":"to","declarations":1},{"selector":"100%","declarations":1},{"selector":"0%","declarations":1},{"selector":".anim-fade-out.fast","declarations":1},{"selector":"100%","declarations":1},{"selector":"0%","declarations":1},{"selector":".anim-fade-in.fast","declarations":1},{"selector":".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","declarations":1},{"selector":".tooltipped-sticky.tooltipped-multiline::after","declarations":1},{"selector":".tooltipped-sticky::before,.tooltipped-sticky::after","declarations":1},{"selector":".tooltipped-multiline::after","declarations":1},{"selector":".tooltipped-multiline.tooltipped-w::after,.tooltipped-multiline.tooltipped-e::after","declarations":1},{"selector":".tooltipped-align-left-2::before","declarations":1},{"selector":".tooltipped-align-left-1::before","declarations":1},{"selector":".tooltipped-align-right-2::before","declarations":1},{"selector":".tooltipped-align-right-1::before","declarations":1},{"selector":".tooltipped-s::after,.tooltipped-n::after","declarations":1},{"selector":".tooltipped-nw::after","declarations":1},{"selector":".tooltipped-sw::after","declarations":1},{"selector":".tooltipped-multiline:hover::after,.tooltipped-multiline:active::after,.tooltipped-multiline:focus::after","declarations":1},{"selector":".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","declarations":1},{"selector":"to","declarations":1},{"selector":"from","declarations":1},{"selector":".tooltipped","declarations":1},{"selector":".paginate-container .pagination","declarations":1},{"selector":".pagination .selected","declarations":1},{"selector":".UnderlineNav-octicon","declarations":1},{"selector":".UnderlineNav--full","declarations":1},{"selector":".UnderlineNav-actions","declarations":1},{"selector":".UnderlineNav--right .UnderlineNav-actions","declarations":1},{"selector":".UnderlineNav--right","declarations":1},{"selector":".UnderlineNav-item.selected .UnderlineNav-octicon,.UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon,.UnderlineNav-item[aria-current] .UnderlineNav-octicon","declarations":1},{"selector":".UnderlineNav-item:hover .UnderlineNav-octicon,.UnderlineNav-item:focus .UnderlineNav-octicon","declarations":1},{"selector":".UnderlineNav-body","declarations":1},{"selector":".subnav-spacer-right","declarations":1},{"selector":".subnav-search-context .select-menu-item-icon","declarations":1},{"selector":".subnav-search-context .select-menu-modal","declarations":1},{"selector":".subnav-search-context .select-menu-modal-holder","declarations":1},{"selector":".subnav-search-context+.subnav-search","declarations":1},{"selector":".subnav-search-context .btn:hover,.subnav-search-context .btn:focus,.subnav-search-context .btn:active,.subnav-search-context .btn.selected","declarations":1},{"selector":".subnav-search-input-wide","declarations":1},{"selector":".subnav-item+.subnav-item","declarations":1},{"selector":".subnav-flush","declarations":1},{"selector":".subnav","declarations":1},{"selector":".SideNav-item[aria-current=\"page\"]::before,.SideNav-item[aria-selected=\"true\"]::before","declarations":1},{"selector":".SideNav-item:active","declarations":1},{"selector":".SideNav-item:hover::before,.SideNav-item:focus::before","declarations":1},{"selector":".SideNav-item:last-child","declarations":1},{"selector":".SideNav-item:first-child","declarations":1},{"selector":".SideNav","declarations":1},{"selector":".filter-list","declarations":1},{"selector":".tabnav-btn","declarations":1},{"selector":".tabnav-extra>.octicon","declarations":1},{"selector":".tabnav-tabs","declarations":1},{"selector":".tabnav .Counter","declarations":1},{"selector":".menu-heading:hover","declarations":1},{"selector":".menu-item.alert .Counter","declarations":1},{"selector":".menu-item:last-child::before","declarations":1},{"selector":".menu-item:first-child::before","declarations":1},{"selector":".offset-xl-11","declarations":1},{"selector":".offset-xl-10","declarations":1},{"selector":".offset-xl-9","declarations":1},{"selector":".offset-xl-8","declarations":1},{"selector":".offset-xl-7","declarations":1},{"selector":".offset-xl-6","declarations":1},{"selector":".offset-xl-5","declarations":1},{"selector":".offset-xl-4","declarations":1},{"selector":".offset-xl-3","declarations":1},{"selector":".offset-xl-2","declarations":1},{"selector":".offset-xl-1","declarations":1},{"selector":".offset-lg-11","declarations":1},{"selector":".offset-lg-10","declarations":1},{"selector":".offset-lg-9","declarations":1},{"selector":".offset-lg-8","declarations":1},{"selector":".offset-lg-7","declarations":1},{"selector":".offset-lg-6","declarations":1},{"selector":".offset-lg-5","declarations":1},{"selector":".offset-lg-4","declarations":1},{"selector":".offset-lg-3","declarations":1},{"selector":".offset-lg-2","declarations":1},{"selector":".offset-lg-1","declarations":1},{"selector":".offset-md-11","declarations":1},{"selector":".offset-md-10","declarations":1},{"selector":".offset-md-9","declarations":1},{"selector":".offset-md-8","declarations":1},{"selector":".offset-md-7","declarations":1},{"selector":".offset-md-6","declarations":1},{"selector":".offset-md-5","declarations":1},{"selector":".offset-md-4","declarations":1},{"selector":".offset-md-3","declarations":1},{"selector":".offset-md-2","declarations":1},{"selector":".offset-md-1","declarations":1},{"selector":".offset-sm-11","declarations":1},{"selector":".offset-sm-10","declarations":1},{"selector":".offset-sm-9","declarations":1},{"selector":".offset-sm-8","declarations":1},{"selector":".offset-sm-7","declarations":1},{"selector":".offset-sm-6","declarations":1},{"selector":".offset-sm-5","declarations":1},{"selector":".offset-sm-4","declarations":1},{"selector":".offset-sm-3","declarations":1},{"selector":".offset-sm-2","declarations":1},{"selector":".offset-sm-1","declarations":1},{"selector":".offset-11","declarations":1},{"selector":".offset-10","declarations":1},{"selector":".offset-9","declarations":1},{"selector":".offset-8","declarations":1},{"selector":".offset-7","declarations":1},{"selector":".offset-6","declarations":1},{"selector":".offset-5","declarations":1},{"selector":".offset-4","declarations":1},{"selector":".offset-3","declarations":1},{"selector":".offset-2","declarations":1},{"selector":".offset-1","declarations":1},{"selector":".col-xl-12","declarations":1},{"selector":".col-xl-11","declarations":1},{"selector":".col-xl-10","declarations":1},{"selector":".col-xl-9","declarations":1},{"selector":".col-xl-8","declarations":1},{"selector":".col-xl-7","declarations":1},{"selector":".col-xl-6","declarations":1},{"selector":".col-xl-5","declarations":1},{"selector":".col-xl-4","declarations":1},{"selector":".col-xl-3","declarations":1},{"selector":".col-xl-2","declarations":1},{"selector":".col-xl-1","declarations":1},{"selector":".col-lg-12","declarations":1},{"selector":".col-lg-11","declarations":1},{"selector":".col-lg-10","declarations":1},{"selector":".col-lg-9","declarations":1},{"selector":".col-lg-8","declarations":1},{"selector":".col-lg-7","declarations":1},{"selector":".col-lg-6","declarations":1},{"selector":".col-lg-5","declarations":1},{"selector":".col-lg-4","declarations":1},{"selector":".col-lg-3","declarations":1},{"selector":".col-lg-2","declarations":1},{"selector":".col-lg-1","declarations":1},{"selector":".col-md-12","declarations":1},{"selector":".col-md-11","declarations":1},{"selector":".col-md-10","declarations":1},{"selector":".col-md-9","declarations":1},{"selector":".col-md-8","declarations":1},{"selector":".col-md-7","declarations":1},{"selector":".col-md-6","declarations":1},{"selector":".col-md-5","declarations":1},{"selector":".col-md-4","declarations":1},{"selector":".col-md-3","declarations":1},{"selector":".col-md-2","declarations":1},{"selector":".col-md-1","declarations":1},{"selector":".col-sm-12","declarations":1},{"selector":".col-sm-11","declarations":1},{"selector":".col-sm-10","declarations":1},{"selector":".col-sm-9","declarations":1},{"selector":".col-sm-8","declarations":1},{"selector":".col-sm-7","declarations":1},{"selector":".col-sm-6","declarations":1},{"selector":".col-sm-5","declarations":1},{"selector":".col-sm-4","declarations":1},{"selector":".col-sm-3","declarations":1},{"selector":".col-sm-2","declarations":1},{"selector":".col-sm-1","declarations":1},{"selector":".col-12","declarations":1},{"selector":".col-11","declarations":1},{"selector":".col-10","declarations":1},{"selector":".col-9","declarations":1},{"selector":".col-8","declarations":1},{"selector":".col-7","declarations":1},{"selector":".col-6","declarations":1},{"selector":".col-5","declarations":1},{"selector":".col-4","declarations":1},{"selector":".col-3","declarations":1},{"selector":".col-2","declarations":1},{"selector":".col-1","declarations":1},{"selector":".input-group-button:last-child .btn","declarations":1},{"selector":".input-group-button:first-child .btn","declarations":1},{"selector":".input-group .form-control,.input-group-button","declarations":1},{"selector":".input-group.inline","declarations":1},{"selector":".input-group .form-control+.btn","declarations":1},{"selector":".input-group .form-control:focus","declarations":1},{"selector":".input-group","declarations":1},{"selector":".form-group label","declarations":1},{"selector":"p.explain strong","declarations":1},{"selector":".composer .tabnav","declarations":1},{"selector":".form-action-spacious","declarations":1},{"selector":".previewable-comment-form.write-selected .write-content,.previewable-comment-form.preview-selected .preview-content","declarations":1},{"selector":".previewable-comment-form .comment-form-error","declarations":1},{"selector":".previewable-comment-form .comment","declarations":1},{"selector":".previewable-comment-form","declarations":1},{"selector":".write-content","declarations":1},{"selector":".dragover textarea,.dragover .drag-and-drop","declarations":1},{"selector":".upload-enabled.focused .drag-and-drop","declarations":1},{"selector":".upload-enabled.focused .form-control","declarations":1},{"selector":".manual-file-chooser:hover+.manual-file-chooser-text","declarations":1},{"selector":".is-failed .drag-and-drop .failed-request","declarations":1},{"selector":".drag-and-drop-error-info a","declarations":1},{"selector":".is-repository-required .drag-and-drop .repository-required","declarations":1},{"selector":".is-bad-permissions .drag-and-drop .bad-permissions","declarations":1},{"selector":".is-empty .drag-and-drop .empty","declarations":1},{"selector":".is-hidden-file .drag-and-drop .hidden-file","declarations":1},{"selector":".is-too-big .drag-and-drop .too-big","declarations":1},{"selector":".is-duplicate-filename .drag-and-drop .duplicate-filename","declarations":1},{"selector":".is-bad-file .drag-and-drop .bad-file","declarations":1},{"selector":".is-uploading .drag-and-drop .loading","declarations":1},{"selector":".is-default .drag-and-drop .default","declarations":1},{"selector":".drag-and-drop img","declarations":1},{"selector":".drag-and-drop .error","declarations":1},{"selector":".drag-and-drop .default,.drag-and-drop .loading,.drag-and-drop .error","declarations":1},{"selector":".inline-form","declarations":1},{"selector":".status-indicator-failed .octicon-check","declarations":1},{"selector":".status-indicator-failed::before","declarations":1},{"selector":".status-indicator-success .octicon-x","declarations":1},{"selector":".status-indicator-success::before","declarations":1},{"selector":".status-indicator .octicon","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-errored,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-successful","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-loading","declarations":1},{"selector":"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-group>.form-group-body .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-errored,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-successful","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-loading","declarations":1},{"selector":"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-group>.form-group-body .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1},{"selector":".form-group.errored .error::before","declarations":1},{"selector":".form-group.errored .error::after","declarations":1},{"selector":".form-group.errored label","declarations":1},{"selector":".form-group.warn .warning::before","declarations":1},{"selector":".form-group.warn .warning::after","declarations":1},{"selector":".form-group.successed .success::before","declarations":1},{"selector":".form-group.successed .success::after","declarations":1},{"selector":".form-group.successed .success::after,.form-group.successed .warning::after,.form-group.successed .error::after,.form-group.warn .success::after,.form-group.warn .warning::after,.form-group.warn .error::after,.form-group.errored .success::after,.form-group.errored .warning::after,.form-group.errored .error::after","declarations":1},{"selector":".form-group.loading .indicator","declarations":1},{"selector":".form-group.loading","declarations":1},{"selector":".form-group dd h4+.note,.form-group .form-group-body h4+.note","declarations":1},{"selector":".form-group dd h4.is-success,.form-group .form-group-body h4.is-success","declarations":1},{"selector":".form-group dd h4.is-error,.form-group .form-group-body h4.is-error","declarations":1},{"selector":".form-group dd h4,.form-group .form-group-body h4","declarations":1},{"selector":".form-group.flattened dd,.form-group.flattened .form-group-body","declarations":1},{"selector":".form-group label","declarations":1},{"selector":".form-group dt,.form-group .form-group-header","declarations":1},{"selector":".form-group .form-control.long","declarations":1},{"selector":".form-group .form-control.short","declarations":1},{"selector":".form-group .form-control.shorter","declarations":1},{"selector":".form-group .form-control:focus","declarations":1},{"selector":".form-group","declarations":1},{"selector":".form-select[multiple]","declarations":1},{"selector":".form-select::-ms-expand","declarations":1},{"selector":".form-warning a","declarations":1},{"selector":".form-actions .btn+.btn","declarations":1},{"selector":".form-actions .btn","declarations":1},{"selector":".hfields .form-select","declarations":1},{"selector":".hfields","declarations":1},{"selector":".form-checkbox-details-trigger:checked ~ * .form-checkbox-details,.form-checkbox-details-trigger:checked ~ .form-checkbox-details","declarations":1},{"selector":".form-checkbox-details","declarations":1},{"selector":".input-monospace","declarations":1},{"selector":"::placeholder","declarations":1},{"selector":"::-ms-input-placeholder","declarations":1},{"selector":":-ms-input-placeholder","declarations":1},{"selector":".input-contrast:focus","declarations":1},{"selector":".input-contrast","declarations":1},{"selector":".form-control,.form-select","declarations":1},{"selector":"label","declarations":1},{"selector":".TableObject-item--primary","declarations":1},{"selector":".TableObject","declarations":1},{"selector":".social-count:hover,.social-count:active","declarations":1},{"selector":".hidden-text-expander","declarations":1},{"selector":".BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-parent:focus,.BtnGroup-parent:active","declarations":1},{"selector":".BtnGroup-parent.selected+.BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent[aria-selected=true]+.BtnGroup-item,.BtnGroup-parent[aria-selected=true]+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item","declarations":1},{"selector":".BtnGroup-parent.selected .BtnGroup-item,.BtnGroup-parent[aria-selected=true] .BtnGroup-item,.BtnGroup-parent:focus .BtnGroup-item,.BtnGroup-parent:active .BtnGroup-item,.BtnGroup-parent:hover .BtnGroup-item","declarations":1},{"selector":".BtnGroup-parent","declarations":1},{"selector":".BtnGroup-item.selected+.BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item[aria-selected=true]+.BtnGroup-item,.BtnGroup-item[aria-selected=true]+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-item,.BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item","declarations":1},{"selector":".BtnGroup-item.selected,.BtnGroup-item[aria-selected=true],.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-item:hover","declarations":1},{"selector":".BtnGroup+.BtnGroup,.BtnGroup+.btn","declarations":1},{"selector":".btn-octicon-danger:hover","declarations":1},{"selector":".btn-octicon.disabled:hover,.btn-octicon[aria-disabled=true]:hover","declarations":1},{"selector":".btn-octicon:hover","declarations":1},{"selector":".btn-link:hover","declarations":1},{"selector":".btn-outline .Counter","declarations":1},{"selector":".btn-danger:hover .Counter","declarations":1},{"selector":".btn-danger:focus","declarations":1},{"selector":".btn-blue:focus,.btn-blue.focus","declarations":1},{"selector":".btn-primary:focus,.btn-primary.focus","declarations":1},{"selector":".btn:focus,.btn.focus","declarations":1},{"selector":".btn:active,.btn.selected,.btn[aria-selected=true]","declarations":1},{"selector":".btn:focus","declarations":1},{"selector":".btn .octicon","declarations":1},{"selector":".breadcrumb-item-selected::after,.breadcrumb-item[aria-current]::after","declarations":1},{"selector":".breadcrumb-item-selected,.breadcrumb-item[aria-current]","declarations":1},{"selector":".breadcrumb-item:first-child","declarations":1},{"selector":".Box-row--gray","declarations":1},{"selector":".Box-row--blue","declarations":1},{"selector":".Box-row--yellow","declarations":1},{"selector":".Box--danger .Box-body:last-of-type","declarations":1},{"selector":".Box--danger .Box-row:first-of-type","declarations":1},{"selector":".Box--danger","declarations":1},{"selector":".Box--blue .Box-footer","declarations":1},{"selector":".Box--blue .Box-row","declarations":1},{"selector":".Box--blue .Box-body","declarations":1},{"selector":".Box--blue","declarations":1},{"selector":".Box-row--drag-button","declarations":1},{"selector":".Box-row--hover-blue:hover","declarations":1},{"selector":".Box-row--hover-gray:hover","declarations":1},{"selector":".Box-row--focus-blue.navigation-focus","declarations":1},{"selector":".Box-row--focus-gray.navigation-focus","declarations":1},{"selector":".Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide","declarations":1},{"selector":".Box-row.navigation-focus.sortable-ghost","declarations":1},{"selector":".Box-row.navigation-focus.sortable-chosen","declarations":1},{"selector":".Box-row.navigation-focus.is-dragging .Box-row--drag-button","declarations":1},{"selector":".Box-row.Box-row--unread,.Box-row.unread","declarations":1},{"selector":".Box--spacious .Box-row","declarations":1},{"selector":".Box--spacious .Box-footer","declarations":1},{"selector":".Box--spacious .Box-body","declarations":1},{"selector":".Box--spacious .Box-title","declarations":1},{"selector":".Box--condensed .Box-row","declarations":1},{"selector":".Box--condensed .Box-footer","declarations":1},{"selector":".Box--condensed .Box-body","declarations":1},{"selector":".Box--condensed .Box-header","declarations":1},{"selector":".Box--condensed","declarations":1},{"selector":".octicon","declarations":1},{"selector":"dd","declarations":1},{"selector":"ul ul ol,ul ol ol,ol ul ol,ol ol ol","declarations":1},{"selector":"ol ol,ul ol","declarations":1},{"selector":"blockquote","declarations":1},{"selector":"small","declarations":1},{"selector":"details:not([open])>*:not(summary)","declarations":1},{"selector":"details summary","declarations":1},{"selector":"[hidden][hidden]","declarations":1},{"selector":"td,th","declarations":1},{"selector":"b,strong","declarations":1},{"selector":"a:hover","declarations":1},{"selector":"*","declarations":1},{"selector":"[type=\"search\"]::-webkit-search-cancel-button,[type=\"search\"]::-webkit-search-decoration","declarations":1},{"selector":"[type=\"number\"]::-webkit-inner-spin-button,[type=\"number\"]::-webkit-outer-spin-button","declarations":1},{"selector":"textarea","declarations":1},{"selector":"button:-moz-focusring,[type=\"button\"]:-moz-focusring,[type=\"reset\"]:-moz-focusring,[type=\"submit\"]:-moz-focusring","declarations":1},{"selector":"button,html [type=\"button\"],[type=\"reset\"],[type=\"submit\"]","declarations":1},{"selector":"button,select","declarations":1},{"selector":"button,input","declarations":1},{"selector":"optgroup","declarations":1},{"selector":"figure","declarations":1},{"selector":"svg:not(:root)","declarations":1},{"selector":"img","declarations":1},{"selector":"sup","declarations":1},{"selector":"sub","declarations":1},{"selector":"small","declarations":1},{"selector":"dfn","declarations":1},{"selector":"b,strong","declarations":1},{"selector":"b,strong","declarations":1},{"selector":"a:active,a:hover","declarations":1},{"selector":"a","declarations":1},{"selector":"template,[hidden]","declarations":1},{"selector":"progress","declarations":1},{"selector":"audio,canvas,progress,video","declarations":1},{"selector":"summary","declarations":1},{"selector":"article,aside,details,figcaption,figure,footer,header,main,menu,nav,section","declarations":1},{"selector":"body","declarations":1}]},"selectors":{"total":2344,"type":186,"class":2210,"id":0,"pseudoClass":176,"pseudoElement":136,"values":[".octicon","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","b","strong","hr",".rule","hr::before",".rule::before","hr::after",".rule::after","table","td","th","button","[hidden][hidden]","details summary","details:not([open])>*:not(summary)","kbd","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",".breadcrumb-item",".breadcrumb-item::after",".breadcrumb-item:first-child",".breadcrumb-item-selected",".breadcrumb-item[aria-current]",".breadcrumb-item-selected::after",".breadcrumb-item[aria-current]::after",".btn",".btn i",".btn .octicon",".btn .Counter",".btn:hover",".btn:focus",".btn:disabled",".btn.disabled",".btn[aria-disabled=true]",".btn:active",".btn.selected",".btn[aria-selected=true]",".btn",".btn:focus",".btn.focus",".btn:hover",".btn.hover",".btn:active",".btn.selected",".btn[aria-selected=true]","[open]>.btn",".btn:disabled",".btn.disabled",".btn[aria-disabled=true]",".btn-primary",".btn-primary:focus",".btn-primary.focus",".btn-primary:hover",".btn-primary.hover",".btn-primary:active",".btn-primary.selected",".btn-primary[aria-selected=true]","[open]>.btn-primary",".btn-primary:disabled",".btn-primary.disabled",".btn-primary[aria-disabled=true]",".btn-primary .Counter",".btn-blue",".btn-blue:focus",".btn-blue.focus",".btn-blue:hover",".btn-blue.hover",".btn-blue:active",".btn-blue.selected",".btn-blue[aria-selected=true]","[open]>.btn-blue",".btn-blue:disabled",".btn-blue.disabled",".btn-blue[aria-disabled=true]",".btn-blue .Counter",".btn-danger",".btn-danger:focus",".btn-danger:hover",".btn-danger:hover .Counter",".btn-danger:active",".btn-danger.selected",".btn-danger[aria-selected=true]","[open]>.btn-danger",".btn-danger:disabled",".btn-danger.disabled",".btn-danger[aria-disabled=true]",".btn-outline",".btn-outline .Counter",".btn-outline:hover",".btn-outline:active",".btn-outline.selected",".btn-outline[aria-selected=true]","[open]>.btn-outline",".btn-outline:hover .Counter",".btn-outline:active .Counter",".btn-outline.selected .Counter",".btn-outline[aria-selected=true] .Counter","[open]>.btn-outline .Counter",".btn-outline:focus",".btn-outline:disabled",".btn-outline.disabled",".btn-outline[aria-disabled=true]",".btn-with-count",".btn-sm",".btn-large",".btn-block",".btn-link",".btn-link:hover",".btn-link:disabled",".btn-link:disabled:hover",".btn-link[aria-disabled=true]",".btn-link[aria-disabled=true]:hover",".btn-invisible",".btn-invisible:hover",".btn-invisible:active",".btn-invisible:focus",".btn-invisible.selected",".btn-invisible[aria-selected=true]",".btn-invisible.zeroclipboard-is-hover",".btn-invisible.zeroclipboard-is-active",".btn-octicon",".btn-octicon:hover",".btn-octicon.disabled",".btn-octicon[aria-disabled=true]",".btn-octicon.disabled:hover",".btn-octicon[aria-disabled=true]:hover",".btn-octicon-danger: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[aria-selected=true]",".BtnGroup-item:focus",".BtnGroup-item:active",".BtnGroup-item:hover",".BtnGroup-item.selected+.BtnGroup-item",".BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item[aria-selected=true]+.BtnGroup-item",".BtnGroup-item[aria-selected=true]+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:active+.BtnGroup-item",".BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent",".BtnGroup-parent:first-child .BtnGroup-item",".BtnGroup-parent:last-child .BtnGroup-item",".BtnGroup-parent .BtnGroup-item",".BtnGroup-parent.selected .BtnGroup-item",".BtnGroup-parent[aria-selected=true] .BtnGroup-item",".BtnGroup-parent:focus .BtnGroup-item",".BtnGroup-parent:active .BtnGroup-item",".BtnGroup-parent:hover .BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent[aria-selected=true]+.BtnGroup-item",".BtnGroup-parent[aria-selected=true]+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:focus",".BtnGroup-item:active",".BtnGroup-parent:focus",".BtnGroup-parent:active",".close-button",".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",".TableObject",".TableObject-item",".TableObject-item--primary","fieldset","label",".form-control",".form-select",".form-control.focus",".form-control:focus",".form-select.focus",".form-select:focus",".form-control",".form-select",".input-contrast",".input-contrast:focus",".input-dark",".input-dark:-ms-input-placeholder",".input-dark::-ms-input-placeholder",".input-dark::placeholder",".input-dark.focus",".input-dark:focus",":-ms-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 .form-group-header label",".hfields .form-group dt img",".hfields .form-group .form-group-header 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 .form-group-header",".form-group label",".form-group.flattened dt",".form-group.flattened .form-group-header",".form-group.flattened dd",".form-group.flattened .form-group-body",".form-group dd h4",".form-group .form-group-body h4",".form-group dd h4.is-error",".form-group .form-group-body h4.is-error",".form-group dd h4.is-success",".form-group .form-group-body h4.is-success",".form-group dd h4+.note",".form-group .form-group-body h4+.note",".form-group.required dt label::after",".form-group.required .form-group-header 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.successed .success",".form-group.successed .warning",".form-group.successed .error",".form-group.warn .success",".form-group.warn .warning",".form-group.warn .error",".form-group.errored .success",".form-group.errored .warning",".form-group.errored .error",".form-group.successed .success::after",".form-group.successed .success::before",".form-group.successed .warning::after",".form-group.successed .warning::before",".form-group.successed .error::after",".form-group.successed .error::before",".form-group.warn .success::after",".form-group.warn .success::before",".form-group.warn .warning::after",".form-group.warn .warning::before",".form-group.warn .error::after",".form-group.warn .error::before",".form-group.errored .success::after",".form-group.errored .success::before",".form-group.errored .warning::after",".form-group.errored .warning::before",".form-group.errored .error::after",".form-group.errored .error::before",".form-group.successed .success::after",".form-group.successed .warning::after",".form-group.successed .error::after",".form-group.warn .success::after",".form-group.warn .warning::after",".form-group.warn .error::after",".form-group.errored .success::after",".form-group.errored .warning::after",".form-group.errored .error::after",".form-group.successed .success::before",".form-group.successed .warning::before",".form-group.successed .error::before",".form-group.warn .success::before",".form-group.warn .warning::before",".form-group.warn .error::before",".form-group.errored .success::before",".form-group.errored .warning::before",".form-group.errored .error::before",".form-group.successed .success",".form-group.successed .success::after",".form-group.successed .success::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",".form-group>.form-group-body .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored",".form-group>.form-group-body .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-group>.form-group-body .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored",".form-group>.form-group-body .form-control.is-autocheck-errored",".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",".input-group",".input-group .form-control",".input-group .form-control:focus",".input-group .form-control+.btn",".input-group.inline",".input-group .form-control",".input-group-button",".input-group-button",".input-group .form-control:first-child",".input-group-button:first-child .btn",".input-group-button:first-child .btn",".input-group .form-control:last-child",".input-group-button:last-child .btn",".input-group-button:last-child .btn",".radio-group::before",".radio-group::after",".radio-label",":checked+.radio-label",".radio-label:first-of-type",".radio-label:last-of-type",".radio-input",".container-sm",".container-md",".container-lg",".container-xl",".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[aria-selected=true]",".menu-item[aria-current]",".menu-item.selected::before",".menu-item[aria-selected=true]::before",".menu-item[aria-current]::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[aria-selected=true]",".tabnav-tab[aria-current]",".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[aria-selected=true]",".filter-item[aria-current]",".filter-item .count",".filter-item .bar",".SideNav",".SideNav-item",".SideNav-item:first-child",".SideNav-item:last-child",".SideNav-item::before",".SideNav-item:hover",".SideNav-item:focus",".SideNav-item:hover::before",".SideNav-item:focus::before",".SideNav-item:active",".SideNav-item[aria-current=\"page\"]",".SideNav-item[aria-selected=\"true\"]",".SideNav-item[aria-current=\"page\"]::before",".SideNav-item[aria-selected=\"true\"]::before",".SideNav-icon",".SideNav-subItem",".SideNav-subItem:hover",".SideNav-subItem:focus",".SideNav-subItem[aria-current=\"page\"]",".SideNav-subItem[aria-selected=\"true\"]",".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[aria-selected=true]",".subnav-item[aria-current]",".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",".UnderlineNav",".UnderlineNav-body",".UnderlineNav-item",".UnderlineNav-item:hover",".UnderlineNav-item:focus",".UnderlineNav-item:hover .UnderlineNav-octicon",".UnderlineNav-item:focus .UnderlineNav-octicon",".UnderlineNav-item.selected",".UnderlineNav-item[role=tab][aria-selected=true]",".UnderlineNav-item[aria-current]",".UnderlineNav-item.selected .UnderlineNav-octicon",".UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon",".UnderlineNav-item[aria-current] .UnderlineNav-octicon",".UnderlineNav--right",".UnderlineNav--right .UnderlineNav-item",".UnderlineNav--right .UnderlineNav-actions",".UnderlineNav-actions",".UnderlineNav--full",".UnderlineNav-octicon",".UnderlineNav-container",".pagination::before",".pagination::after",".pagination a",".pagination span",".pagination em",".pagination a:first-child",".pagination span:first-child",".pagination em:first-child",".pagination a:last-child",".pagination span:last-child",".pagination em:last-child",".pagination a:hover",".pagination a:focus",".pagination span:hover",".pagination span:focus",".pagination em:hover",".pagination em:focus",".pagination .selected",".pagination .current",".pagination .current:hover",".pagination [aria-current]",".pagination [aria-current]:hover",".pagination .gap",".pagination .disabled",".pagination [aria-disabled=true]",".pagination .gap:hover",".pagination .disabled:hover",".pagination [aria-disabled=true]:hover",".paginate-container",".paginate-container .pagination",".tooltipped",".tooltipped::after",".tooltipped::before",".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-align-right-1::after",".tooltipped-align-right-2::after",".tooltipped-align-right-1::before",".tooltipped-align-right-2::before",".tooltipped-align-left-1::after",".tooltipped-align-left-2::after",".tooltipped-align-left-1::before",".tooltipped-align-left-2::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",".css-truncate.css-truncate-overflow",".css-truncate .css-truncate-overflow",".css-truncate.css-truncate-target",".css-truncate .css-truncate-target",".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",".anim-fade-out",".anim-fade-out.fast",".anim-fade-up",".anim-fade-down",".anim-grow-x",".anim-shrink-x",".anim-scale-in",".anim-pulse",".anim-pulse-in",".hover-grow",".hover-grow:hover",".border-x",".border-y",".border",".border-0",".border-top",".border-right",".border-bottom",".border-left",".border-top-0",".border-right-0",".border-bottom-0",".border-left-0",".rounded-0",".rounded-1",".rounded-2",".rounded-top-0",".rounded-top-1",".rounded-top-2",".rounded-right-0",".rounded-right-1",".rounded-right-2",".rounded-bottom-0",".rounded-bottom-1",".rounded-bottom-2",".rounded-left-0",".rounded-left-1",".rounded-left-2",".border-sm",".border-sm-0",".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",".rounded-sm-0",".rounded-sm-1",".rounded-sm-2",".rounded-sm-top-0",".rounded-sm-top-1",".rounded-sm-top-2",".rounded-sm-right-0",".rounded-sm-right-1",".rounded-sm-right-2",".rounded-sm-bottom-0",".rounded-sm-bottom-1",".rounded-sm-bottom-2",".rounded-sm-left-0",".rounded-sm-left-1",".rounded-sm-left-2",".border-md",".border-md-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",".rounded-md-0",".rounded-md-1",".rounded-md-2",".rounded-md-top-0",".rounded-md-top-1",".rounded-md-top-2",".rounded-md-right-0",".rounded-md-right-1",".rounded-md-right-2",".rounded-md-bottom-0",".rounded-md-bottom-1",".rounded-md-bottom-2",".rounded-md-left-0",".rounded-md-left-1",".rounded-md-left-2",".border-lg",".border-lg-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",".rounded-lg-0",".rounded-lg-1",".rounded-lg-2",".rounded-lg-top-0",".rounded-lg-top-1",".rounded-lg-top-2",".rounded-lg-right-0",".rounded-lg-right-1",".rounded-lg-right-2",".rounded-lg-bottom-0",".rounded-lg-bottom-1",".rounded-lg-bottom-2",".rounded-lg-left-0",".rounded-lg-left-1",".rounded-lg-left-2",".border-xl",".border-xl-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",".rounded-xl-0",".rounded-xl-1",".rounded-xl-2",".rounded-xl-top-0",".rounded-xl-top-1",".rounded-xl-top-2",".rounded-xl-right-0",".rounded-xl-right-1",".rounded-xl-right-2",".rounded-xl-bottom-0",".rounded-xl-bottom-1",".rounded-xl-bottom-2",".rounded-xl-left-0",".rounded-xl-left-1",".rounded-xl-left-2",".circle",".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-white-fade",".border-white-fade-15",".border-white-fade-30",".border-white-fade-50",".border-white-fade-70",".border-white-fade-85",".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-yellow-dark",".bg-purple",".bg-pink",".bg-purple-light",".color-gray-0",".bg-gray-0",".color-gray-1",".bg-gray-1",".color-gray-2",".bg-gray-2",".color-gray-3",".bg-gray-3",".color-gray-4",".bg-gray-4",".color-gray-5",".bg-gray-5",".color-gray-6",".bg-gray-6",".color-gray-7",".bg-gray-7",".color-gray-8",".bg-gray-8",".color-gray-9",".bg-gray-9",".color-blue-0",".bg-blue-0",".color-blue-1",".bg-blue-1",".color-blue-2",".bg-blue-2",".color-blue-3",".bg-blue-3",".color-blue-4",".bg-blue-4",".color-blue-5",".bg-blue-5",".color-blue-6",".bg-blue-6",".color-blue-7",".bg-blue-7",".color-blue-8",".bg-blue-8",".color-blue-9",".bg-blue-9",".color-green-0",".bg-green-0",".color-green-1",".bg-green-1",".color-green-2",".bg-green-2",".color-green-3",".bg-green-3",".color-green-4",".bg-green-4",".color-green-5",".bg-green-5",".color-green-6",".bg-green-6",".color-green-7",".bg-green-7",".color-green-8",".bg-green-8",".color-green-9",".bg-green-9",".color-yellow-0",".bg-yellow-0",".color-yellow-1",".bg-yellow-1",".color-yellow-2",".bg-yellow-2",".color-yellow-3",".bg-yellow-3",".color-yellow-4",".bg-yellow-4",".color-yellow-5",".bg-yellow-5",".color-yellow-6",".bg-yellow-6",".color-yellow-7",".bg-yellow-7",".color-yellow-8",".bg-yellow-8",".color-yellow-9",".bg-yellow-9",".color-orange-0",".bg-orange-0",".color-orange-1",".bg-orange-1",".color-orange-2",".bg-orange-2",".color-orange-3",".bg-orange-3",".color-orange-4",".bg-orange-4",".color-orange-5",".bg-orange-5",".color-orange-6",".bg-orange-6",".color-orange-7",".bg-orange-7",".color-orange-8",".bg-orange-8",".color-orange-9",".bg-orange-9",".color-red-0",".bg-red-0",".color-red-1",".bg-red-1",".color-red-2",".bg-red-2",".color-red-3",".bg-red-3",".color-red-4",".bg-red-4",".color-red-5",".bg-red-5",".color-red-6",".bg-red-6",".color-red-7",".bg-red-7",".color-red-8",".bg-red-8",".color-red-9",".bg-red-9",".color-purple-0",".bg-purple-0",".color-purple-1",".bg-purple-1",".color-purple-2",".bg-purple-2",".color-purple-3",".bg-purple-3",".color-purple-4",".bg-purple-4",".color-purple-5",".bg-purple-5",".color-purple-6",".bg-purple-6",".color-purple-7",".bg-purple-7",".color-purple-8",".bg-purple-8",".color-purple-9",".bg-purple-9",".color-pink-0",".bg-pink-0",".color-pink-1",".bg-pink-1",".color-pink-2",".bg-pink-2",".color-pink-3",".bg-pink-3",".color-pink-4",".bg-pink-4",".color-pink-5",".bg-pink-5",".color-pink-6",".bg-pink-6",".color-pink-7",".bg-pink-7",".color-pink-8",".bg-pink-8",".color-pink-9",".bg-pink-9",".bg-shade-gradient",".text-blue",".text-red",".text-gray-light",".text-gray",".text-gray-dark",".text-green",".text-yellow",".text-orange",".text-orange-light",".text-purple",".text-pink",".text-white",".text-inherit",".link-gray",".link-gray:hover",".link-gray-dark",".link-gray-dark:hover",".link-hover-blue:hover",".muted-link",".muted-link:hover",".details-overlay[open]>summary::before",".details-overlay-dark[open]>summary::before",".details-reset>summary",".details-reset>summary::before",".details-reset>summary::-webkit-details-marker",".flex-row",".flex-row-reverse",".flex-column",".flex-column-reverse",".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-1",".flex-auto",".flex-grow-0",".flex-shrink-0",".flex-self-auto",".flex-self-start",".flex-self-end",".flex-self-center",".flex-self-baseline",".flex-self-stretch",".flex-order-1",".flex-order-2",".flex-order-none",".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-column-reverse",".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-1",".flex-sm-auto",".flex-sm-grow-0",".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-order-1",".flex-sm-order-2",".flex-sm-order-none",".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-column-reverse",".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-1",".flex-md-auto",".flex-md-grow-0",".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-order-1",".flex-md-order-2",".flex-md-order-none",".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-column-reverse",".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-1",".flex-lg-auto",".flex-lg-grow-0",".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-order-1",".flex-lg-order-2",".flex-lg-order-none",".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-column-reverse",".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-1",".flex-xl-auto",".flex-xl-grow-0",".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-order-1",".flex-xl-order-2",".flex-xl-order-none",".position-static",".position-relative",".position-absolute",".position-fixed",".position-sticky",".position-sm-static",".position-sm-relative",".position-sm-absolute",".position-sm-fixed",".position-sm-sticky",".position-md-static",".position-md-relative",".position-md-absolute",".position-md-fixed",".position-md-sticky",".position-lg-static",".position-lg-relative",".position-lg-absolute",".position-lg-fixed",".position-lg-sticky",".position-xl-static",".position-xl-relative",".position-xl-absolute",".position-xl-fixed",".position-xl-sticky",".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",".v-align-baseline",".overflow-visible",".overflow-x-visible",".overflow-y-visible",".overflow-hidden",".overflow-x-hidden",".overflow-y-hidden",".overflow-auto",".overflow-x-auto",".overflow-y-auto",".overflow-scroll",".overflow-x-scroll",".overflow-y-scroll",".clearfix::before",".clearfix::after",".float-left",".float-right",".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-fit",".height-full",".min-width-0",".width-auto",".direction-rtl",".direction-ltr",".width-sm-auto",".direction-sm-rtl",".direction-sm-ltr",".width-md-auto",".direction-md-rtl",".direction-md-ltr",".width-lg-auto",".direction-lg-rtl",".direction-lg-ltr",".width-xl-auto",".direction-xl-rtl",".direction-xl-ltr",".m-0",".mt-0",".mr-0",".mb-0",".ml-0",".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",".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",".mx-sm-auto",".m-md-0",".mt-md-0",".mr-md-0",".mb-md-0",".ml-md-0",".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",".mx-md-auto",".m-lg-0",".mt-lg-0",".mr-lg-0",".mb-lg-0",".ml-lg-0",".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",".mx-lg-auto",".m-xl-0",".mt-xl-0",".mr-xl-0",".mb-xl-0",".ml-xl-0",".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",".mx-xl-auto",".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",".lh-0",".lh-sm-condensed-ultra",".lh-sm-condensed",".lh-sm-default",".lh-sm-0",".lh-md-condensed-ultra",".lh-md-condensed",".lh-md-default",".lh-md-0",".lh-lg-condensed-ultra",".lh-lg-condensed",".lh-lg-default",".lh-lg-0",".lh-xl-condensed-ultra",".lh-xl-condensed",".lh-xl-default",".lh-xl-0",".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",".text-underline",".no-underline",".no-wrap",".ws-normal",".break-word",".wb-break-all",".text-emphasized",".list-style-none",".text-shadow-dark",".text-shadow-light",".text-mono",".user-select-none",".d-block",".d-flex",".d-inline",".d-inline-block",".d-inline-flex",".d-none",".d-table",".d-table-cell",".d-sm-block",".d-sm-flex",".d-sm-inline",".d-sm-inline-block",".d-sm-inline-flex",".d-sm-none",".d-sm-table",".d-sm-table-cell",".d-md-block",".d-md-flex",".d-md-inline",".d-md-inline-block",".d-md-inline-flex",".d-md-none",".d-md-table",".d-md-table-cell",".d-lg-block",".d-lg-flex",".d-lg-inline",".d-lg-inline-block",".d-lg-inline-flex",".d-lg-none",".d-lg-table",".d-lg-table-cell",".d-xl-block",".d-xl-flex",".d-xl-inline",".d-xl-inline-block",".d-xl-inline-flex",".d-xl-none",".d-xl-table",".d-xl-table-cell",".v-hidden",".v-visible",".hide-sm",".hide-md",".hide-lg",".hide-xl",".table-fixed",".sr-only",".show-on-focus",".show-on-focus:focus"],"specificity":{"max":40,"average":12.86433447098976}},"declarations":{"total":3129,"unique":876,"properties":{"display":["inline-block","block","list-item","inline-block","none","none","table","table","table","none","none","inline-block","inline-block","inline-block","block","inline-block","inline-block","inline-block","table","table","block","inline-block","inline-block","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","inline-table","table-cell","table","table","block","block","inline-block","inline-block","block","inline-block","block","block","table","table","block","flex","flex","block","flex","table","table","inline-block","none","none","inline-block","table-cell","inline-block","table-cell","inline-block","block","none","none","table","table","block","flex","inline","inline-block","inline-flex","none","table","table-cell","block","flex","inline","inline-block","inline-flex","none","table","table-cell","block","flex","inline","inline-block","inline-flex","none","table","table-cell","block","flex","inline","inline-block","inline-flex","none","table","table-cell","block","flex","inline","inline-block","inline-flex","none","table","table-cell","none","none","none","none"],"vertical-align":["text-top","baseline","baseline","middle","text-bottom","middle","text-top","middle","middle","middle","middle","middle","middle","middle","middle","middle","middle","top","middle","middle","top","middle","top","bottom","text-top","text-bottom","baseline"],"fill":["currentColor","#28a745","#d73a49"],"font-family":["sans-serif","monospace, monospace","inherit","-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,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","-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 8px 8px","0 0 10px","15px 0 0","10px -32px 0 16px","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"],"height":["0","0","auto","0","12px","34px","auto","28px","auto","200px","50px","0","16px","200px","0","100%","1px","1px","auto"],"background-color":["transparent","#ff0","#fff","#fafbfc","#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","#0361cc","#035cc2","#045cc1","#81b0e5","#fff","#fafbfc","#cb2431","#b5202c","#eff3f6","#fff","rgba(27,31,35,0.07)","#0366d6","#fff","#fff","transparent","#fff","#c6cbd1","#2188ff","#fff","#fff","#fafbfc","#fff","rgba(255,255,255,0.15)","#fff","#fafbfc","#fff","#dcffe4","#fffbdd","#ffdce0","transparent","#fafbfc","#fff","#f6f8fa","#fff","#e36209","#f3f5f8","transparent","#fff","transparent","#0366d6","#eaecef","#0366d6","#eff3f6","#fafbfc","transparent","#f6f8fa","#d1d5da","#fff","#fff","#e36209","transparent","#f6f8fa","#0366d6","transparent","#eff3f6","#0366d6","#fafbfc","#fff","#0366d6","#f1f8ff","#24292e","#f6f8fa","#fafbfc","#28a745","#dcffe4","#d73a49","#ffdce0","#ffd33d","#fff5b1","#dbab09","#6f42c1","#ea4aaa","#f5f0ff","#fafbfc","#f6f8fa","#e1e4e8","#d1d5da","#959da5","#6a737d","#586069","#444d56","#2f363d","#24292e","#f1f8ff","#dbedff","#c8e1ff","#79b8ff","#2188ff","#0366d6","#005cc5","#044289","#032f62","#05264c","#f0fff4","#dcffe4","#bef5cb","#85e89d","#34d058","#28a745","#22863a","#176f2c","#165c26","#144620","#fffdef","#fffbdd","#fff5b1","#ffea7f","#ffdf5d","#ffd33d","#f9c513","#dbab09","#b08800","#735c0f","#fff8f2","#ffebda","#ffd1ac","#ffab70","#fb8532","#f66a0a","#e36209","#d15704","#c24e00","#a04100","#ffeef0","#ffdce0","#fdaeb7","#f97583","#ea4a5a","#d73a49","#cb2431","#b31d28","#9e1c23","#86181d","#f5f0ff","#e6dcfd","#d1bcf9","#b392f0","#8a63d2","#6f42c1","#5a32a3","#4c2889","#3a1d6e","#29134e","#ffeef8","#fedbf0","#f9b3dd","#f692ce","#ec6cb9","#ea4aaa","#d03592","#b93a86","#99306f","#6d224f"],"outline-width":["0"],"border-bottom":["none","1px solid #dfe2e5","1px solid #e1e4e8","1px dashed #dfe2e5","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px solid #d1d5da","0","1px solid #eaecef","1px #e1e4e8 solid","2px solid transparent","1px #e1e4e8 solid","1px #e1e4e8 solid","0","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","underline","none","none","none","underline","none","none","none","none","none","none","none","none","none","none","none","none","none","none","none","underline","none"],"-webkit-text-decoration":["underline dotted"],"font-weight":["inherit","bolder","600","600","600","600","600","600","600","600","600","600","500","600","600","600","400","600","600","400","400","400","600","600","600","500","500","600","600","600","600","300","300","300","300","300","300","400","600","600"],"font-style":["italic","normal","normal","normal","italic"],"font-size":["2em","80%","75%","1em","inherit","14px","32px","24px","20px","16px","14px","12px","90%","12px","12px","20px","14px","14px","12px","inherit","inherit","12px","12px","16px","14px","12px","16px","12px","14px","12px","12px","13px","12px","13px","18px","12px","14px","13px","14px","12px","12px","14px","14px","13px","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":["#1b1f23","inherit","inherit","#24292e","#0366d6","#444d56","#0366d6","#24292e","#0366d6","#e1e4e8","#586069","#586069","#24292e","rgba(36,41,46,0.4)","#fff","rgba(255,255,255,0.75)","#29b249","#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)","#0366d6","rgba(88,96,105,0.5)","#0366d6","#0366d6","#586069","#0366d6","#959da5","#959da5","#cb2431","#444d56","#fff","#24292e","#0366d6","#24292e","#fff","inherit","inherit","inherit","#6a737d","#6a737d","#6a737d","#586069","#586069","#735c0f","#cb2431","#28a745","#cb2431","#28a745","#144620","#735c0f","#cb2431","#86181d","#586069","#28a745","#cb2431","#586069","#cb2431","#586069","#0366d6","#586069","#586069","#24292e","#959da5","#24292e","#24292e","#24292e","#86181d","#cb2431","#586069","#586069","#24292e","#24292e","#586069","#0366d6","#586069","#fff","#586069","#fff","#586069","#24292e","#24292e","#6a737d","#0366d6","#24292e","#24292e","#586069","#fff","#586069","#c6cbd1","#444d56","inherit","#586069","#24292e","#6a737d","#24292e","#6a737d","#959da5","#0366d6","#fff","#d1d5da","#fff","#1b1f23","#fafbfc","#f6f8fa","#e1e4e8","#d1d5da","#959da5","#6a737d","#586069","#444d56","#2f363d","#24292e","#f1f8ff","#dbedff","#c8e1ff","#79b8ff","#2188ff","#0366d6","#005cc5","#044289","#032f62","#05264c","#f0fff4","#dcffe4","#bef5cb","#85e89d","#34d058","#28a745","#22863a","#176f2c","#165c26","#144620","#fffdef","#fffbdd","#fff5b1","#ffea7f","#ffdf5d","#ffd33d","#f9c513","#dbab09","#b08800","#735c0f","#fff8f2","#ffebda","#ffd1ac","#ffab70","#fb8532","#f66a0a","#e36209","#d15704","#c24e00","#a04100","#ffeef0","#ffdce0","#fdaeb7","#f97583","#ea4a5a","#d73a49","#cb2431","#b31d28","#9e1c23","#86181d","#f5f0ff","#e6dcfd","#d1bcf9","#b392f0","#8a63d2","#6f42c1","#5a32a3","#4c2889","#3a1d6e","#29134e","#ffeef8","#fedbf0","#f9b3dd","#f692ce","#ec6cb9","#ea4aaa","#d03592","#b93a86","#99306f","#6d224f","#0366d6","#cb2431","#6a737d","#586069","#24292e","#28a745","#b08800","#a04100","#e36209","#6f42c1","#ea4aaa","#fff","inherit","#586069","#0366d6","#24292e","#0366d6","#0366d6","#586069","#0366d6","#586069","#24292e"],"line-height":["0","inherit","1.5","10px","1.25","1.25","1.25","1.5","20px","20px","1","0","6px","20px","20px","20px","1.5","32px","32px","16px","34px","20px","20px","20px","20px","1.5","1","1.25","1.5","0","1","1.25","1.5","0","1","1.25","1.5","0","1","1.25","1.5","0","1","1.25","1.5","0"],"position":["relative","relative","relative","relative","absolute","relative","relative","relative","absolute","absolute","absolute","relative","relative","relative","relative","static","relative","relative","relative","absolute","relative","absolute","relative","absolute","relative","relative","relative","absolute","relative","relative","absolute","absolute","fixed","static","relative","absolute","fixed","-webkit-sticky","sticky","static","relative","absolute","fixed","-webkit-sticky","sticky","static","relative","absolute","fixed","-webkit-sticky","sticky","static","relative","absolute","fixed","-webkit-sticky","sticky","static","relative","absolute","fixed","-webkit-sticky","sticky","absolute","absolute"],"bottom":["-0.25em","100%","0","2px","0","-7px","100%","auto","50%","50%","50%","50%","0","0"],"top":["-0.5em","-1px","-2px","0","-4px","0","2px","0","9px","100%","auto","-7px","50%","50%","0","0"],"border-style":["none","none","solid","solid","dashed"],"overflow":["hidden","visible","visible","auto","hidden","scroll","hidden","hidden","visible","hidden","auto","scroll","hidden","hidden"],"box-sizing":["content-box","border-box","border-box","border-box"],"font":["inherit","inherit","11px \"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace","normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\""],"text-transform":["none","none","uppercase"],"-webkit-appearance":["button","textfield","none","button","none","none","none","none"],"padding":["0","0.35em 0.625em .75em","0","0","0","3px 5px","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",".75em 1.25em","0","5px","0","0 5px 5px","3px 10px","0","6px 8px","4px 10px","2px 4px","8px 10px","5px 8px","7px 10px","5px","0","8px 8px 0","8px","6px 16px 6px 36px","8px 10px","8px 10px","8px 12px","4px 10px","8px 10px","16px","4px 0","6px 14px","16px 8px","7px 12px",".5em .75em","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","none","none","none","none"],"border":["1px solid silver","0","solid 1px #d1d5da","1px solid #d1d5da","1px solid rgba(27,31,35,0.2)","0","0","0","0","0","1px solid rgba(27,31,35,0.2)","0","1px solid #d1d5da","1px solid #d9d0a5","solid transparent","0","1px solid #c3c8cf","1px solid #c3c8cf","0","1px solid #d1d5da","1px solid #d1d5da","1px solid transparent","0","0","1px #e1e4e8 solid","0","1px solid #e1e4e8","6px solid transparent","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","0"],"max-width":["100%","100%","100%","450px","544px","768px","1012px","1280px","250px","125px","10000px","100%"],"white-space":["normal","nowrap","nowrap","nowrap","nowrap","nowrap","nowrap","nowrap","pre","pre-line","nowrap","nowrap","normal"],"outline-offset":["-2px"],"opacity":["0.54","100","0","0","0.75","0.6","0.6","0.6","0","0.5","0.0001","0","0","0","1","0","1","1","0","0","0.8","1","1","0.5","0","1","0.3","1","0.3"],"background":["transparent","none","transparent","transparent","#dfe2e5","#fffbdd","#fffbdd","#fff","#1b1f23","transparent","rgba(27,31,35,0.5)"],"content":["\"\"","\"\"","\"/\"","none","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"*\"","\" \"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","attr(aria-label)","\"\"","\" \"","\"\"","\"\""],"clear":["both","both","both","both","both","both","both","both"],"border-spacing":["0"],"border-collapse":["collapse","separate"],"cursor":["pointer","pointer","grab","grabbing","pointer","default","pointer","default","default","pointer","pointer","pointer","default","pointer","pointer","default","default"],"border-radius":["0","3px","3px","0.25em","6px","0","0","1px","3px","3px","3px","3px","3px","3px","3px 3px 0 0","3px","3px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","50%"],"border-bottom-color":["#d1d5da","#dcffe4","#34d058","#fffbdd","#d9d0a5","#ffdce0","#cea0a5","#d1d5da","#e36209","#1b1f23"],"box-shadow":["inset 0 -1px 0 #d1d5da","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.4)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(6,121,252,0.4)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(203,36,49,0.4)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(3,102,214,0.4)","none","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)","0 0 0 0.2em rgba(121,184,255,0.4)","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 0 #e1e4e8","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"],"margin-top":["0","0","0","0","-1px","-1px","5px","0","10px","0","0","0","20px","6px","-6px","-6px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","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","15px","6px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","30px"],"padding-left":["0",".5em","20px","5px","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"],"margin-left":["0","-0.35em","0","5px","4px","5px","-1px","5px","-80px","0","-1px","-1px","0","auto","auto","auto","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","16px","-1px","0","-16px","-16px","6px","0","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"],"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)","#0366d6","#0366d6","rgba(27,31,35,0.15)","#2188ff","transparent","rgba(27,31,35,0.3)","#34d058","#d9d0a5","#cea0a5","#4a9eff","#0366d6","#d1d5da","#0366d6","#e1e4e8","#0366d6","#0366d6","#c8e1ff","#34d058","#a2cbac","#d73a49","#cea0a5","#6f42c1","#d9d0a5","#eaecef","#d1d5da","rgba(27,31,35,0.15)","rgba(255,255,255,0.15)","rgba(255,255,255,0.15)","rgba(255,255,255,0.3)","rgba(255,255,255,0.5)","rgba(255,255,255,0.7)","rgba(255,255,255,0.85)"],"border-width":["1px","1px","5px","6px"],"border-top-left-radius":["3px","2px","3px","3px","0","3px","2px","2px","2px","3px","0","3px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px"],"border-top-right-radius":["3px","2px","0","3px","3px","3px","0","3px","2px","2px","3px","0","3px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px"],"border-bottom-right-radius":["2px","2px","0","3px","3px","3px","3px","0","0","3px","2px","2px","3px","0","3px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px"],"border-bottom-left-radius":["2px","2px","3px","3px","3px","0","0","3px","2px","2px","2px","3px","0","3px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px"],"border-top":["1px solid #e1e4e8","1px solid #e1e4e8","0","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0"],"max-height":["324px","500px","100%"],"list-style":["none","none","none","none"],"padding-right":[".5em","24px","30px","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"],"-webkit-user-select":["none","none","none","none"],"-moz-user-select":["none","none","none","none"],"-ms-user-select":["none","none","none","none"],"user-select":["none","none","none","none"],"background-repeat":["repeat-x","repeat-x","no-repeat","no-repeat","no-repeat","no-repeat"],"background-position":["-1px -1px","0 0","-.5em","-.5em","-.5em","right 8px center","right 8px center","0 0"],"background-size":["110% 110%","8px 10px","16px 16px","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, #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","url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC\")","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/spinners/octocat-spinner-32-EAF2F5.gif\")","linear-gradient(180deg, rgba(27,31,35,0.065), rgba(27,31,35,0))"],"float":["left","left","left","left","left","left","left","right","left","right","left","left","right","right","left","right","left","left","left","right","none","left","right","none","left","right","none","left","right","none","left","right","none"],"width":["100%","1%","99%","100%","440px","130px","250px","100%","100%","0","16px","16px","240px","100%","100%","1%","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","100%","3px","16px","100%","320px","500px","220px","0","-webkit-max-content","-moz-max-content","max-content","250px","0%","100%","0%","100%","auto","auto","auto","auto","auto","1px","1px","auto"],"text-align":["center","center","left","left","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"],"z-index":["1","10","15","2","1","3","-1","1","2","2","30","2","3","3","1000000","1000001","80","99","20"],"border-left":["0","1px #e1e4e8 solid","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","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%","-7px","0","10px","15px","auto","100%","0","0"],"pointer-events":["none","none","none","none","none","none"],"visibility":["hidden","hidden","visible"],"left":["-4px","10px","0","0","8px","50%","50%","-7px","100%","0","5px","10px","50%","0","0"],"margin-right":["5px","5px","3px","5px","-1px","auto","auto","auto","auto","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","5px","5px","2px","16px","0","-6px","-16px","-6px","-16px","6px","0","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"],"resize":["vertical"],"text-overflow":["ellipsis","ellipsis"],"overflow-x":["auto","visible","hidden","auto","scroll"],"overflow-y":["hidden","visible","hidden","auto","scroll"],"justify-content":["space-between","flex-end","space-between","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"],"transition":["0.2s ease","transform 0.3s"],"flex":["1 1 auto","1","auto","1","auto","1","auto","1","auto","1","auto"],"align-self":["center","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"],"-webkit-font-smoothing":["subpixel-antialiased"],"letter-spacing":["normal"],"word-wrap":["break-word","break-word","break-word","normal"],"animation-name":["tooltip-appear","fade-in","fade-out","fade-up","fade-down","grow-x","shrink-x","scale-in","pulse","pulse-in"],"animation-duration":[".1s","1s","300ms","1s","0.3s","0.3s","0.3s","0.3s","0.3s","0.15s","2s","0.5s"],"animation-fill-mode":["forwards","forwards","forwards","forwards","forwards"],"animation-timing-function":["ease-in","ease-in-out","ease-out","ease-out","ease-in","ease","ease-in-out","cubic-bezier(0.2, 0, 0.13, 1.5)","linear"],"animation-delay":[".4s","0s","1s","0.5s","0.5s"],"border-top-color":["#1b1f23"],"transform":["translateX(50%)","translateY(50%)","translateY(50%)","translateX(-50%)","translateY(100%)","translateY(0)","translateY(0)","translateY(100%)","scale(0.5)","scale(1)","scale3d(1, 1, 1)","scale3d(1.1, 1.1, 1.1)","scale3d(1, 1, 1)","scale(1.025)"],"border-left-color":["#1b1f23"],"border-right-color":["#1b1f23"],"animation-iteration-count":["infinite"],"-webkit-backface-visibility":["hidden"],"backface-visibility":["hidden"],"border-right":["1px #e1e4e8 solid","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0"],"flex-direction":["row","row-reverse","column","column-reverse","row","row-reverse","column","column-reverse","row","row-reverse","column","column-reverse","row","row-reverse","column","column-reverse","row","row-reverse","column","column-reverse"],"flex-wrap":["wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap"],"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"],"flex-grow":["0","0","0","0","0"],"flex-shrink":["0","0","0","0","0"],"order":["1","2","inherit","1","2","inherit","1","2","inherit","1","2","inherit","1","2","inherit"],"min-width":["0"],"direction":["rtl","ltr","rtl","ltr","rtl","ltr","rtl","ltr","rtl","ltr"],"word-break":["break-word","break-all"],"overflow-wrap":["break-word"],"table-layout":["fixed"],"clip":["rect(0, 0, 0, 0)","rect(1px, 1px, 1px, 1px)","auto"]}},"mediaQueries":{"total":74,"unique":9,"values":["(min-width: 768px)","(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)","(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)","(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: 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: 768px)","(min-width: 1012px)","(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)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(max-width: 543px)","(min-width: 544px) and (max-width: 767px)","(min-width: 768px) and (max-width: 1011px)","(min-width: 1012px)"],"contents":[{"value":"(min-width: 768px)","rules":{"total":2,"size":{"graph":[2,2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":",.Box-row-link:hover","declarations":2},{"selector":".Box-row-link","declarations":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":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".form-control,.form-select","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".form-control",".form-select"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["14px"]}}},{"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},"selectorByRuleSizes":[{"selector":",dl.form-group>dd .form-control.is-autocheck-errored,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1},{"selector":",dl.form-group>dd .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-successful","declarations":1},{"selector":",dl.form-group>dd .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-loading","declarations":1},{"selector":"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-group>.form-group-body .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1}]},"selectors":{"total":12,"type":6,"class":12,"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",".form-group>.form-group-body .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored",".form-group>.form-group-body .form-control.is-autocheck-errored"],"specificity":{"max":40,"average":36}},"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":"(min-width: 544px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.col-sm-12","declarations":1},{"selector":",.col-sm-11","declarations":1},{"selector":",.col-sm-10","declarations":1},{"selector":",.col-sm-9","declarations":1},{"selector":",.col-sm-8","declarations":1},{"selector":",.col-sm-7","declarations":1},{"selector":",.col-sm-6","declarations":1},{"selector":",.col-sm-5","declarations":1},{"selector":",.col-sm-4","declarations":1},{"selector":",.col-sm-3","declarations":1},{"selector":",.col-sm-2","declarations":1},{"selector":".col-sm-1","declarations":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},"selectorByRuleSizes":[{"selector":",.col-md-12","declarations":1},{"selector":",.col-md-11","declarations":1},{"selector":",.col-md-10","declarations":1},{"selector":",.col-md-9","declarations":1},{"selector":",.col-md-8","declarations":1},{"selector":",.col-md-7","declarations":1},{"selector":",.col-md-6","declarations":1},{"selector":",.col-md-5","declarations":1},{"selector":",.col-md-4","declarations":1},{"selector":",.col-md-3","declarations":1},{"selector":",.col-md-2","declarations":1},{"selector":".col-md-1","declarations":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},"selectorByRuleSizes":[{"selector":",.col-lg-12","declarations":1},{"selector":",.col-lg-11","declarations":1},{"selector":",.col-lg-10","declarations":1},{"selector":",.col-lg-9","declarations":1},{"selector":",.col-lg-8","declarations":1},{"selector":",.col-lg-7","declarations":1},{"selector":",.col-lg-6","declarations":1},{"selector":",.col-lg-5","declarations":1},{"selector":",.col-lg-4","declarations":1},{"selector":",.col-lg-3","declarations":1},{"selector":",.col-lg-2","declarations":1},{"selector":".col-lg-1","declarations":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},"selectorByRuleSizes":[{"selector":",.col-xl-12","declarations":1},{"selector":",.col-xl-11","declarations":1},{"selector":",.col-xl-10","declarations":1},{"selector":",.col-xl-9","declarations":1},{"selector":",.col-xl-8","declarations":1},{"selector":",.col-xl-7","declarations":1},{"selector":",.col-xl-6","declarations":1},{"selector":",.col-xl-5","declarations":1},{"selector":",.col-xl-4","declarations":1},{"selector":",.col-xl-3","declarations":1},{"selector":",.col-xl-2","declarations":1},{"selector":".col-xl-1","declarations":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},"selectorByRuleSizes":[{"selector":",.gutter-sm-spacious>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-sm-spacious","declarations":2},{"selector":",.gutter-sm-condensed>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-sm-condensed","declarations":2},{"selector":",.gutter-sm>[class*=\"col-\"]","declarations":2},{"selector":".gutter-sm","declarations":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},"selectorByRuleSizes":[{"selector":",.gutter-md-spacious>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-md-spacious","declarations":2},{"selector":",.gutter-md-condensed>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-md-condensed","declarations":2},{"selector":",.gutter-md>[class*=\"col-\"]","declarations":2},{"selector":".gutter-md","declarations":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},"selectorByRuleSizes":[{"selector":",.gutter-lg-spacious>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-lg-spacious","declarations":2},{"selector":",.gutter-lg-condensed>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-lg-condensed","declarations":2},{"selector":",.gutter-lg>[class*=\"col-\"]","declarations":2},{"selector":".gutter-lg","declarations":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},"selectorByRuleSizes":[{"selector":",.gutter-xl-spacious>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-xl-spacious","declarations":2},{"selector":",.gutter-xl-condensed>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-xl-condensed","declarations":2},{"selector":",.gutter-xl>[class*=\"col-\"]","declarations":2},{"selector":".gutter-xl","declarations":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},"selectorByRuleSizes":[{"selector":",.offset-sm-11","declarations":1},{"selector":",.offset-sm-10","declarations":1},{"selector":",.offset-sm-9","declarations":1},{"selector":",.offset-sm-8","declarations":1},{"selector":",.offset-sm-7","declarations":1},{"selector":",.offset-sm-6","declarations":1},{"selector":",.offset-sm-5","declarations":1},{"selector":",.offset-sm-4","declarations":1},{"selector":",.offset-sm-3","declarations":1},{"selector":",.offset-sm-2","declarations":1},{"selector":".offset-sm-1","declarations":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},"selectorByRuleSizes":[{"selector":",.offset-md-11","declarations":1},{"selector":",.offset-md-10","declarations":1},{"selector":",.offset-md-9","declarations":1},{"selector":",.offset-md-8","declarations":1},{"selector":",.offset-md-7","declarations":1},{"selector":",.offset-md-6","declarations":1},{"selector":",.offset-md-5","declarations":1},{"selector":",.offset-md-4","declarations":1},{"selector":",.offset-md-3","declarations":1},{"selector":",.offset-md-2","declarations":1},{"selector":".offset-md-1","declarations":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},"selectorByRuleSizes":[{"selector":",.offset-lg-11","declarations":1},{"selector":",.offset-lg-10","declarations":1},{"selector":",.offset-lg-9","declarations":1},{"selector":",.offset-lg-8","declarations":1},{"selector":",.offset-lg-7","declarations":1},{"selector":",.offset-lg-6","declarations":1},{"selector":",.offset-lg-5","declarations":1},{"selector":",.offset-lg-4","declarations":1},{"selector":",.offset-lg-3","declarations":1},{"selector":",.offset-lg-2","declarations":1},{"selector":".offset-lg-1","declarations":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},"selectorByRuleSizes":[{"selector":",.offset-xl-11","declarations":1},{"selector":",.offset-xl-10","declarations":1},{"selector":",.offset-xl-9","declarations":1},{"selector":",.offset-xl-8","declarations":1},{"selector":",.offset-xl-7","declarations":1},{"selector":",.offset-xl-6","declarations":1},{"selector":",.offset-xl-5","declarations":1},{"selector":",.offset-xl-4","declarations":1},{"selector":",.offset-xl-3","declarations":1},{"selector":",.offset-xl-2","declarations":1},{"selector":".offset-xl-1","declarations":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},"selectorByRuleSizes":[{"selector":".tooltipped-multiline::after","declarations":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":"(min-width: 544px)","rules":{"total":25,"size":{"graph":[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],"max":2,"average":1.48},"selectorByRuleSizes":[{"selector":",.rounded-sm-left-2","declarations":2},{"selector":",.rounded-sm-left-1","declarations":2},{"selector":",.rounded-sm-left-0","declarations":2},{"selector":",.rounded-sm-bottom-2","declarations":2},{"selector":",.rounded-sm-bottom-1","declarations":2},{"selector":",.rounded-sm-bottom-0","declarations":2},{"selector":",.rounded-sm-right-2","declarations":2},{"selector":",.rounded-sm-right-1","declarations":2},{"selector":",.rounded-sm-right-0","declarations":2},{"selector":",.rounded-sm-top-2","declarations":2},{"selector":",.rounded-sm-top-1","declarations":2},{"selector":",.rounded-sm-top-0","declarations":2},{"selector":",.rounded-sm-2","declarations":1},{"selector":",.rounded-sm-1","declarations":1},{"selector":",.rounded-sm-0","declarations":1},{"selector":",.border-sm-left-0","declarations":1},{"selector":",.border-sm-bottom-0","declarations":1},{"selector":",.border-sm-right-0","declarations":1},{"selector":",.border-sm-top-0","declarations":1},{"selector":",.border-sm-left","declarations":1},{"selector":",.border-sm-bottom","declarations":1},{"selector":",.border-sm-right","declarations":1},{"selector":",.border-sm-top","declarations":1},{"selector":",.border-sm-0","declarations":1},{"selector":".border-sm","declarations":1}]},"selectors":{"total":25,"type":0,"class":25,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-sm",".border-sm-0",".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",".rounded-sm-0",".rounded-sm-1",".rounded-sm-2",".rounded-sm-top-0",".rounded-sm-top-1",".rounded-sm-top-2",".rounded-sm-right-0",".rounded-sm-right-1",".rounded-sm-right-2",".rounded-sm-bottom-0",".rounded-sm-bottom-1",".rounded-sm-bottom-2",".rounded-sm-left-0",".rounded-sm-left-1",".rounded-sm-left-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":37,"unique":25,"properties":{"border":["1px #e1e4e8 solid","0"],"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"border-radius":["0","3px","6px"],"border-top-left-radius":["0","3px","6px","0","3px","6px"],"border-top-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-left-radius":["0","3px","6px","0","3px","6px"]}}},{"value":"(min-width: 768px)","rules":{"total":25,"size":{"graph":[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],"max":2,"average":1.48},"selectorByRuleSizes":[{"selector":",.rounded-md-left-2","declarations":2},{"selector":",.rounded-md-left-1","declarations":2},{"selector":",.rounded-md-left-0","declarations":2},{"selector":",.rounded-md-bottom-2","declarations":2},{"selector":",.rounded-md-bottom-1","declarations":2},{"selector":",.rounded-md-bottom-0","declarations":2},{"selector":",.rounded-md-right-2","declarations":2},{"selector":",.rounded-md-right-1","declarations":2},{"selector":",.rounded-md-right-0","declarations":2},{"selector":",.rounded-md-top-2","declarations":2},{"selector":",.rounded-md-top-1","declarations":2},{"selector":",.rounded-md-top-0","declarations":2},{"selector":",.rounded-md-2","declarations":1},{"selector":",.rounded-md-1","declarations":1},{"selector":",.rounded-md-0","declarations":1},{"selector":",.border-md-left-0","declarations":1},{"selector":",.border-md-bottom-0","declarations":1},{"selector":",.border-md-right-0","declarations":1},{"selector":",.border-md-top-0","declarations":1},{"selector":",.border-md-left","declarations":1},{"selector":",.border-md-bottom","declarations":1},{"selector":",.border-md-right","declarations":1},{"selector":",.border-md-top","declarations":1},{"selector":",.border-md-0","declarations":1},{"selector":".border-md","declarations":1}]},"selectors":{"total":25,"type":0,"class":25,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-md",".border-md-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",".rounded-md-0",".rounded-md-1",".rounded-md-2",".rounded-md-top-0",".rounded-md-top-1",".rounded-md-top-2",".rounded-md-right-0",".rounded-md-right-1",".rounded-md-right-2",".rounded-md-bottom-0",".rounded-md-bottom-1",".rounded-md-bottom-2",".rounded-md-left-0",".rounded-md-left-1",".rounded-md-left-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":37,"unique":25,"properties":{"border":["1px #e1e4e8 solid","0"],"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"border-radius":["0","3px","6px"],"border-top-left-radius":["0","3px","6px","0","3px","6px"],"border-top-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-left-radius":["0","3px","6px","0","3px","6px"]}}},{"value":"(min-width: 1012px)","rules":{"total":25,"size":{"graph":[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],"max":2,"average":1.48},"selectorByRuleSizes":[{"selector":",.rounded-lg-left-2","declarations":2},{"selector":",.rounded-lg-left-1","declarations":2},{"selector":",.rounded-lg-left-0","declarations":2},{"selector":",.rounded-lg-bottom-2","declarations":2},{"selector":",.rounded-lg-bottom-1","declarations":2},{"selector":",.rounded-lg-bottom-0","declarations":2},{"selector":",.rounded-lg-right-2","declarations":2},{"selector":",.rounded-lg-right-1","declarations":2},{"selector":",.rounded-lg-right-0","declarations":2},{"selector":",.rounded-lg-top-2","declarations":2},{"selector":",.rounded-lg-top-1","declarations":2},{"selector":",.rounded-lg-top-0","declarations":2},{"selector":",.rounded-lg-2","declarations":1},{"selector":",.rounded-lg-1","declarations":1},{"selector":",.rounded-lg-0","declarations":1},{"selector":",.border-lg-left-0","declarations":1},{"selector":",.border-lg-bottom-0","declarations":1},{"selector":",.border-lg-right-0","declarations":1},{"selector":",.border-lg-top-0","declarations":1},{"selector":",.border-lg-left","declarations":1},{"selector":",.border-lg-bottom","declarations":1},{"selector":",.border-lg-right","declarations":1},{"selector":",.border-lg-top","declarations":1},{"selector":",.border-lg-0","declarations":1},{"selector":".border-lg","declarations":1}]},"selectors":{"total":25,"type":0,"class":25,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-lg",".border-lg-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",".rounded-lg-0",".rounded-lg-1",".rounded-lg-2",".rounded-lg-top-0",".rounded-lg-top-1",".rounded-lg-top-2",".rounded-lg-right-0",".rounded-lg-right-1",".rounded-lg-right-2",".rounded-lg-bottom-0",".rounded-lg-bottom-1",".rounded-lg-bottom-2",".rounded-lg-left-0",".rounded-lg-left-1",".rounded-lg-left-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":37,"unique":25,"properties":{"border":["1px #e1e4e8 solid","0"],"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"border-radius":["0","3px","6px"],"border-top-left-radius":["0","3px","6px","0","3px","6px"],"border-top-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-left-radius":["0","3px","6px","0","3px","6px"]}}},{"value":"(min-width: 1280px)","rules":{"total":25,"size":{"graph":[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],"max":2,"average":1.48},"selectorByRuleSizes":[{"selector":",.rounded-xl-left-2","declarations":2},{"selector":",.rounded-xl-left-1","declarations":2},{"selector":",.rounded-xl-left-0","declarations":2},{"selector":",.rounded-xl-bottom-2","declarations":2},{"selector":",.rounded-xl-bottom-1","declarations":2},{"selector":",.rounded-xl-bottom-0","declarations":2},{"selector":",.rounded-xl-right-2","declarations":2},{"selector":",.rounded-xl-right-1","declarations":2},{"selector":",.rounded-xl-right-0","declarations":2},{"selector":",.rounded-xl-top-2","declarations":2},{"selector":",.rounded-xl-top-1","declarations":2},{"selector":",.rounded-xl-top-0","declarations":2},{"selector":",.rounded-xl-2","declarations":1},{"selector":",.rounded-xl-1","declarations":1},{"selector":",.rounded-xl-0","declarations":1},{"selector":",.border-xl-left-0","declarations":1},{"selector":",.border-xl-bottom-0","declarations":1},{"selector":",.border-xl-right-0","declarations":1},{"selector":",.border-xl-top-0","declarations":1},{"selector":",.border-xl-left","declarations":1},{"selector":",.border-xl-bottom","declarations":1},{"selector":",.border-xl-right","declarations":1},{"selector":",.border-xl-top","declarations":1},{"selector":",.border-xl-0","declarations":1},{"selector":".border-xl","declarations":1}]},"selectors":{"total":25,"type":0,"class":25,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-xl",".border-xl-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",".rounded-xl-0",".rounded-xl-1",".rounded-xl-2",".rounded-xl-top-0",".rounded-xl-top-1",".rounded-xl-top-2",".rounded-xl-right-0",".rounded-xl-right-1",".rounded-xl-right-2",".rounded-xl-bottom-0",".rounded-xl-bottom-1",".rounded-xl-bottom-2",".rounded-xl-left-0",".rounded-xl-left-1",".rounded-xl-left-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":37,"unique":25,"properties":{"border":["1px #e1e4e8 solid","0"],"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"border-radius":["0","3px","6px"],"border-top-left-radius":["0","3px","6px","0","3px","6px"],"border-top-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-left-radius":["0","3px","6px","0","3px","6px"]}}},{"value":"(min-width: 544px)","rules":{"total":35,"size":{"graph":[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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.flex-sm-order-none","declarations":1},{"selector":",.flex-sm-order-2","declarations":1},{"selector":",.flex-sm-order-1","declarations":1},{"selector":",.flex-sm-self-stretch","declarations":1},{"selector":",.flex-sm-self-baseline","declarations":1},{"selector":",.flex-sm-self-center","declarations":1},{"selector":",.flex-sm-self-end","declarations":1},{"selector":",.flex-sm-self-start","declarations":1},{"selector":",.flex-sm-self-auto","declarations":1},{"selector":",.flex-sm-shrink-0","declarations":1},{"selector":",.flex-sm-grow-0","declarations":1},{"selector":",.flex-sm-auto","declarations":1},{"selector":",.flex-sm-1","declarations":1},{"selector":",.flex-sm-content-stretch","declarations":1},{"selector":",.flex-sm-content-around","declarations":1},{"selector":",.flex-sm-content-between","declarations":1},{"selector":",.flex-sm-content-center","declarations":1},{"selector":",.flex-sm-content-end","declarations":1},{"selector":",.flex-sm-content-start","declarations":1},{"selector":",.flex-sm-items-stretch","declarations":1},{"selector":",.flex-sm-items-baseline","declarations":1},{"selector":",.flex-sm-items-center","declarations":1},{"selector":",.flex-sm-items-end","declarations":1},{"selector":",.flex-sm-items-start","declarations":1},{"selector":",.flex-sm-justify-around","declarations":1},{"selector":",.flex-sm-justify-between","declarations":1},{"selector":",.flex-sm-justify-center","declarations":1},{"selector":",.flex-sm-justify-end","declarations":1},{"selector":",.flex-sm-justify-start","declarations":1},{"selector":",.flex-sm-nowrap","declarations":1},{"selector":",.flex-sm-wrap","declarations":1},{"selector":",.flex-sm-column-reverse","declarations":1},{"selector":",.flex-sm-column","declarations":1},{"selector":",.flex-sm-row-reverse","declarations":1},{"selector":".flex-sm-row","declarations":1}]},"selectors":{"total":35,"type":0,"class":35,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-column-reverse",".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-1",".flex-sm-auto",".flex-sm-grow-0",".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-order-1",".flex-sm-order-2",".flex-sm-order-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":35,"unique":35,"properties":{"flex-direction":["row","row-reverse","column","column-reverse"],"flex-wrap":["wrap","nowrap"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"flex":["1","auto"],"flex-grow":["0"],"flex-shrink":["0"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"order":["1","2","inherit"]}}},{"value":"(min-width: 768px)","rules":{"total":35,"size":{"graph":[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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.flex-md-order-none","declarations":1},{"selector":",.flex-md-order-2","declarations":1},{"selector":",.flex-md-order-1","declarations":1},{"selector":",.flex-md-self-stretch","declarations":1},{"selector":",.flex-md-self-baseline","declarations":1},{"selector":",.flex-md-self-center","declarations":1},{"selector":",.flex-md-self-end","declarations":1},{"selector":",.flex-md-self-start","declarations":1},{"selector":",.flex-md-self-auto","declarations":1},{"selector":",.flex-md-shrink-0","declarations":1},{"selector":",.flex-md-grow-0","declarations":1},{"selector":",.flex-md-auto","declarations":1},{"selector":",.flex-md-1","declarations":1},{"selector":",.flex-md-content-stretch","declarations":1},{"selector":",.flex-md-content-around","declarations":1},{"selector":",.flex-md-content-between","declarations":1},{"selector":",.flex-md-content-center","declarations":1},{"selector":",.flex-md-content-end","declarations":1},{"selector":",.flex-md-content-start","declarations":1},{"selector":",.flex-md-items-stretch","declarations":1},{"selector":",.flex-md-items-baseline","declarations":1},{"selector":",.flex-md-items-center","declarations":1},{"selector":",.flex-md-items-end","declarations":1},{"selector":",.flex-md-items-start","declarations":1},{"selector":",.flex-md-justify-around","declarations":1},{"selector":",.flex-md-justify-between","declarations":1},{"selector":",.flex-md-justify-center","declarations":1},{"selector":",.flex-md-justify-end","declarations":1},{"selector":",.flex-md-justify-start","declarations":1},{"selector":",.flex-md-nowrap","declarations":1},{"selector":",.flex-md-wrap","declarations":1},{"selector":",.flex-md-column-reverse","declarations":1},{"selector":",.flex-md-column","declarations":1},{"selector":",.flex-md-row-reverse","declarations":1},{"selector":".flex-md-row","declarations":1}]},"selectors":{"total":35,"type":0,"class":35,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-column-reverse",".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-1",".flex-md-auto",".flex-md-grow-0",".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-order-1",".flex-md-order-2",".flex-md-order-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":35,"unique":35,"properties":{"flex-direction":["row","row-reverse","column","column-reverse"],"flex-wrap":["wrap","nowrap"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"flex":["1","auto"],"flex-grow":["0"],"flex-shrink":["0"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"order":["1","2","inherit"]}}},{"value":"(min-width: 1012px)","rules":{"total":35,"size":{"graph":[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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.flex-lg-order-none","declarations":1},{"selector":",.flex-lg-order-2","declarations":1},{"selector":",.flex-lg-order-1","declarations":1},{"selector":",.flex-lg-self-stretch","declarations":1},{"selector":",.flex-lg-self-baseline","declarations":1},{"selector":",.flex-lg-self-center","declarations":1},{"selector":",.flex-lg-self-end","declarations":1},{"selector":",.flex-lg-self-start","declarations":1},{"selector":",.flex-lg-self-auto","declarations":1},{"selector":",.flex-lg-shrink-0","declarations":1},{"selector":",.flex-lg-grow-0","declarations":1},{"selector":",.flex-lg-auto","declarations":1},{"selector":",.flex-lg-1","declarations":1},{"selector":",.flex-lg-content-stretch","declarations":1},{"selector":",.flex-lg-content-around","declarations":1},{"selector":",.flex-lg-content-between","declarations":1},{"selector":",.flex-lg-content-center","declarations":1},{"selector":",.flex-lg-content-end","declarations":1},{"selector":",.flex-lg-content-start","declarations":1},{"selector":",.flex-lg-items-stretch","declarations":1},{"selector":",.flex-lg-items-baseline","declarations":1},{"selector":",.flex-lg-items-center","declarations":1},{"selector":",.flex-lg-items-end","declarations":1},{"selector":",.flex-lg-items-start","declarations":1},{"selector":",.flex-lg-justify-around","declarations":1},{"selector":",.flex-lg-justify-between","declarations":1},{"selector":",.flex-lg-justify-center","declarations":1},{"selector":",.flex-lg-justify-end","declarations":1},{"selector":",.flex-lg-justify-start","declarations":1},{"selector":",.flex-lg-nowrap","declarations":1},{"selector":",.flex-lg-wrap","declarations":1},{"selector":",.flex-lg-column-reverse","declarations":1},{"selector":",.flex-lg-column","declarations":1},{"selector":",.flex-lg-row-reverse","declarations":1},{"selector":".flex-lg-row","declarations":1}]},"selectors":{"total":35,"type":0,"class":35,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-column-reverse",".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-1",".flex-lg-auto",".flex-lg-grow-0",".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-order-1",".flex-lg-order-2",".flex-lg-order-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":35,"unique":35,"properties":{"flex-direction":["row","row-reverse","column","column-reverse"],"flex-wrap":["wrap","nowrap"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"flex":["1","auto"],"flex-grow":["0"],"flex-shrink":["0"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"order":["1","2","inherit"]}}},{"value":"(min-width: 1280px)","rules":{"total":35,"size":{"graph":[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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.flex-xl-order-none","declarations":1},{"selector":",.flex-xl-order-2","declarations":1},{"selector":",.flex-xl-order-1","declarations":1},{"selector":",.flex-xl-self-stretch","declarations":1},{"selector":",.flex-xl-self-baseline","declarations":1},{"selector":",.flex-xl-self-center","declarations":1},{"selector":",.flex-xl-self-end","declarations":1},{"selector":",.flex-xl-self-start","declarations":1},{"selector":",.flex-xl-self-auto","declarations":1},{"selector":",.flex-xl-shrink-0","declarations":1},{"selector":",.flex-xl-grow-0","declarations":1},{"selector":",.flex-xl-auto","declarations":1},{"selector":",.flex-xl-1","declarations":1},{"selector":",.flex-xl-content-stretch","declarations":1},{"selector":",.flex-xl-content-around","declarations":1},{"selector":",.flex-xl-content-between","declarations":1},{"selector":",.flex-xl-content-center","declarations":1},{"selector":",.flex-xl-content-end","declarations":1},{"selector":",.flex-xl-content-start","declarations":1},{"selector":",.flex-xl-items-stretch","declarations":1},{"selector":",.flex-xl-items-baseline","declarations":1},{"selector":",.flex-xl-items-center","declarations":1},{"selector":",.flex-xl-items-end","declarations":1},{"selector":",.flex-xl-items-start","declarations":1},{"selector":",.flex-xl-justify-around","declarations":1},{"selector":",.flex-xl-justify-between","declarations":1},{"selector":",.flex-xl-justify-center","declarations":1},{"selector":",.flex-xl-justify-end","declarations":1},{"selector":",.flex-xl-justify-start","declarations":1},{"selector":",.flex-xl-nowrap","declarations":1},{"selector":",.flex-xl-wrap","declarations":1},{"selector":",.flex-xl-column-reverse","declarations":1},{"selector":",.flex-xl-column","declarations":1},{"selector":",.flex-xl-row-reverse","declarations":1},{"selector":".flex-xl-row","declarations":1}]},"selectors":{"total":35,"type":0,"class":35,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-column-reverse",".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-1",".flex-xl-auto",".flex-xl-grow-0",".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-order-1",".flex-xl-order-2",".flex-xl-order-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":35,"unique":35,"properties":{"flex-direction":["row","row-reverse","column","column-reverse"],"flex-wrap":["wrap","nowrap"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"flex":["1","auto"],"flex-grow":["0"],"flex-shrink":["0"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"order":["1","2","inherit"]}}},{"value":"(min-width: 544px)","rules":{"total":5,"size":{"graph":[1,1,1,1,2],"max":2,"average":1.2},"selectorByRuleSizes":[{"selector":",.position-sm-sticky","declarations":2},{"selector":",.position-sm-fixed","declarations":1},{"selector":",.position-sm-absolute","declarations":1},{"selector":",.position-sm-relative","declarations":1},{"selector":".position-sm-static","declarations":1}]},"selectors":{"total":5,"type":0,"class":5,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".position-sm-static",".position-sm-relative",".position-sm-absolute",".position-sm-fixed",".position-sm-sticky"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"position":["static","relative","absolute","fixed","-webkit-sticky","sticky"]}}},{"value":"(min-width: 768px)","rules":{"total":5,"size":{"graph":[1,1,1,1,2],"max":2,"average":1.2},"selectorByRuleSizes":[{"selector":",.position-md-sticky","declarations":2},{"selector":",.position-md-fixed","declarations":1},{"selector":",.position-md-absolute","declarations":1},{"selector":",.position-md-relative","declarations":1},{"selector":".position-md-static","declarations":1}]},"selectors":{"total":5,"type":0,"class":5,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".position-md-static",".position-md-relative",".position-md-absolute",".position-md-fixed",".position-md-sticky"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"position":["static","relative","absolute","fixed","-webkit-sticky","sticky"]}}},{"value":"(min-width: 1012px)","rules":{"total":5,"size":{"graph":[1,1,1,1,2],"max":2,"average":1.2},"selectorByRuleSizes":[{"selector":",.position-lg-sticky","declarations":2},{"selector":",.position-lg-fixed","declarations":1},{"selector":",.position-lg-absolute","declarations":1},{"selector":",.position-lg-relative","declarations":1},{"selector":".position-lg-static","declarations":1}]},"selectors":{"total":5,"type":0,"class":5,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".position-lg-static",".position-lg-relative",".position-lg-absolute",".position-lg-fixed",".position-lg-sticky"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"position":["static","relative","absolute","fixed","-webkit-sticky","sticky"]}}},{"value":"(min-width: 1280px)","rules":{"total":5,"size":{"graph":[1,1,1,1,2],"max":2,"average":1.2},"selectorByRuleSizes":[{"selector":",.position-xl-sticky","declarations":2},{"selector":",.position-xl-fixed","declarations":1},{"selector":",.position-xl-absolute","declarations":1},{"selector":",.position-xl-relative","declarations":1},{"selector":".position-xl-static","declarations":1}]},"selectors":{"total":5,"type":0,"class":5,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".position-xl-static",".position-xl-relative",".position-xl-absolute",".position-xl-fixed",".position-xl-sticky"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"position":["static","relative","absolute","fixed","-webkit-sticky","sticky"]}}},{"value":"(min-width: 544px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.float-sm-none","declarations":1},{"selector":",.float-sm-right","declarations":1},{"selector":".float-sm-left","declarations":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},"selectorByRuleSizes":[{"selector":",.float-md-none","declarations":1},{"selector":",.float-md-right","declarations":1},{"selector":".float-md-left","declarations":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},"selectorByRuleSizes":[{"selector":",.float-lg-none","declarations":1},{"selector":",.float-lg-right","declarations":1},{"selector":".float-lg-left","declarations":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},"selectorByRuleSizes":[{"selector":",.float-xl-none","declarations":1},{"selector":",.float-xl-right","declarations":1},{"selector":".float-xl-left","declarations":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":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-sm-ltr","declarations":1},{"selector":",.direction-sm-rtl","declarations":1},{"selector":".width-sm-auto","declarations":1}]},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".width-sm-auto",".direction-sm-rtl",".direction-sm-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"width":["auto"],"direction":["rtl","ltr"]}}},{"value":"(min-width: 768px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-md-ltr","declarations":1},{"selector":",.direction-md-rtl","declarations":1},{"selector":".width-md-auto","declarations":1}]},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".width-md-auto",".direction-md-rtl",".direction-md-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"width":["auto"],"direction":["rtl","ltr"]}}},{"value":"(min-width: 1012px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-lg-ltr","declarations":1},{"selector":",.direction-lg-rtl","declarations":1},{"selector":".width-lg-auto","declarations":1}]},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".width-lg-auto",".direction-lg-rtl",".direction-lg-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"width":["auto"],"direction":["rtl","ltr"]}}},{"value":"(min-width: 1280px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-xl-ltr","declarations":1},{"selector":",.direction-xl-rtl","declarations":1},{"selector":".width-xl-auto","declarations":1}]},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".width-xl-auto",".direction-xl-rtl",".direction-xl-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"width":["auto"],"direction":["rtl","ltr"]}}},{"value":"(min-width: 544px)","rules":{"total":74,"size":{"graph":[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],"max":2,"average":1.2027027027027026},"selectorByRuleSizes":[{"selector":",.mx-sm-auto","declarations":2},{"selector":",.my-sm-6","declarations":2},{"selector":",.mx-sm-6","declarations":2},{"selector":",.my-sm-5","declarations":2},{"selector":",.mx-sm-5","declarations":2},{"selector":",.my-sm-4","declarations":2},{"selector":",.mx-sm-4","declarations":2},{"selector":",.my-sm-3","declarations":2},{"selector":",.mx-sm-3","declarations":2},{"selector":",.my-sm-2","declarations":2},{"selector":",.mx-sm-2","declarations":2},{"selector":",.my-sm-1","declarations":2},{"selector":",.mx-sm-1","declarations":2},{"selector":",.my-sm-0","declarations":2},{"selector":",.mx-sm-0","declarations":2},{"selector":",.ml-sm-n6","declarations":1},{"selector":",.mb-sm-n6","declarations":1},{"selector":",.mr-sm-n6","declarations":1},{"selector":",.mt-sm-n6","declarations":1},{"selector":",.ml-sm-6","declarations":1},{"selector":",.mb-sm-6","declarations":1},{"selector":",.mr-sm-6","declarations":1},{"selector":",.mt-sm-6","declarations":1},{"selector":",.m-sm-6","declarations":1},{"selector":",.ml-sm-n5","declarations":1},{"selector":",.mb-sm-n5","declarations":1},{"selector":",.mr-sm-n5","declarations":1},{"selector":",.mt-sm-n5","declarations":1},{"selector":",.ml-sm-5","declarations":1},{"selector":",.mb-sm-5","declarations":1},{"selector":",.mr-sm-5","declarations":1},{"selector":",.mt-sm-5","declarations":1},{"selector":",.m-sm-5","declarations":1},{"selector":",.ml-sm-n4","declarations":1},{"selector":",.mb-sm-n4","declarations":1},{"selector":",.mr-sm-n4","declarations":1},{"selector":",.mt-sm-n4","declarations":1},{"selector":",.ml-sm-4","declarations":1},{"selector":",.mb-sm-4","declarations":1},{"selector":",.mr-sm-4","declarations":1},{"selector":",.mt-sm-4","declarations":1},{"selector":",.m-sm-4","declarations":1},{"selector":",.ml-sm-n3","declarations":1},{"selector":",.mb-sm-n3","declarations":1},{"selector":",.mr-sm-n3","declarations":1},{"selector":",.mt-sm-n3","declarations":1},{"selector":",.ml-sm-3","declarations":1},{"selector":",.mb-sm-3","declarations":1},{"selector":",.mr-sm-3","declarations":1},{"selector":",.mt-sm-3","declarations":1},{"selector":",.m-sm-3","declarations":1},{"selector":",.ml-sm-n2","declarations":1},{"selector":",.mb-sm-n2","declarations":1},{"selector":",.mr-sm-n2","declarations":1},{"selector":",.mt-sm-n2","declarations":1},{"selector":",.ml-sm-2","declarations":1},{"selector":",.mb-sm-2","declarations":1},{"selector":",.mr-sm-2","declarations":1},{"selector":",.mt-sm-2","declarations":1},{"selector":",.m-sm-2","declarations":1},{"selector":",.ml-sm-n1","declarations":1},{"selector":",.mb-sm-n1","declarations":1},{"selector":",.mr-sm-n1","declarations":1},{"selector":",.mt-sm-n1","declarations":1},{"selector":",.ml-sm-1","declarations":1},{"selector":",.mb-sm-1","declarations":1},{"selector":",.mr-sm-1","declarations":1},{"selector":",.mt-sm-1","declarations":1},{"selector":",.m-sm-1","declarations":1},{"selector":",.ml-sm-0","declarations":1},{"selector":",.mb-sm-0","declarations":1},{"selector":",.mr-sm-0","declarations":1},{"selector":",.mt-sm-0","declarations":1},{"selector":".m-sm-0","declarations":1}]},"selectors":{"total":74,"type":0,"class":74,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-0",".mt-sm-0",".mr-sm-0",".mb-sm-0",".ml-sm-0",".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",".mx-sm-auto"],"specificity":{"max":10,"average":10}},"declarations":{"total":89,"unique":61,"properties":{"margin":["0","4px","8px","16px","24px","32px","40px"],"margin-top":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-right":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"],"margin-bottom":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-left":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"]}}},{"value":"(min-width: 768px)","rules":{"total":74,"size":{"graph":[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],"max":2,"average":1.2027027027027026},"selectorByRuleSizes":[{"selector":",.mx-md-auto","declarations":2},{"selector":",.my-md-6","declarations":2},{"selector":",.mx-md-6","declarations":2},{"selector":",.my-md-5","declarations":2},{"selector":",.mx-md-5","declarations":2},{"selector":",.my-md-4","declarations":2},{"selector":",.mx-md-4","declarations":2},{"selector":",.my-md-3","declarations":2},{"selector":",.mx-md-3","declarations":2},{"selector":",.my-md-2","declarations":2},{"selector":",.mx-md-2","declarations":2},{"selector":",.my-md-1","declarations":2},{"selector":",.mx-md-1","declarations":2},{"selector":",.my-md-0","declarations":2},{"selector":",.mx-md-0","declarations":2},{"selector":",.ml-md-n6","declarations":1},{"selector":",.mb-md-n6","declarations":1},{"selector":",.mr-md-n6","declarations":1},{"selector":",.mt-md-n6","declarations":1},{"selector":",.ml-md-6","declarations":1},{"selector":",.mb-md-6","declarations":1},{"selector":",.mr-md-6","declarations":1},{"selector":",.mt-md-6","declarations":1},{"selector":",.m-md-6","declarations":1},{"selector":",.ml-md-n5","declarations":1},{"selector":",.mb-md-n5","declarations":1},{"selector":",.mr-md-n5","declarations":1},{"selector":",.mt-md-n5","declarations":1},{"selector":",.ml-md-5","declarations":1},{"selector":",.mb-md-5","declarations":1},{"selector":",.mr-md-5","declarations":1},{"selector":",.mt-md-5","declarations":1},{"selector":",.m-md-5","declarations":1},{"selector":",.ml-md-n4","declarations":1},{"selector":",.mb-md-n4","declarations":1},{"selector":",.mr-md-n4","declarations":1},{"selector":",.mt-md-n4","declarations":1},{"selector":",.ml-md-4","declarations":1},{"selector":",.mb-md-4","declarations":1},{"selector":",.mr-md-4","declarations":1},{"selector":",.mt-md-4","declarations":1},{"selector":",.m-md-4","declarations":1},{"selector":",.ml-md-n3","declarations":1},{"selector":",.mb-md-n3","declarations":1},{"selector":",.mr-md-n3","declarations":1},{"selector":",.mt-md-n3","declarations":1},{"selector":",.ml-md-3","declarations":1},{"selector":",.mb-md-3","declarations":1},{"selector":",.mr-md-3","declarations":1},{"selector":",.mt-md-3","declarations":1},{"selector":",.m-md-3","declarations":1},{"selector":",.ml-md-n2","declarations":1},{"selector":",.mb-md-n2","declarations":1},{"selector":",.mr-md-n2","declarations":1},{"selector":",.mt-md-n2","declarations":1},{"selector":",.ml-md-2","declarations":1},{"selector":",.mb-md-2","declarations":1},{"selector":",.mr-md-2","declarations":1},{"selector":",.mt-md-2","declarations":1},{"selector":",.m-md-2","declarations":1},{"selector":",.ml-md-n1","declarations":1},{"selector":",.mb-md-n1","declarations":1},{"selector":",.mr-md-n1","declarations":1},{"selector":",.mt-md-n1","declarations":1},{"selector":",.ml-md-1","declarations":1},{"selector":",.mb-md-1","declarations":1},{"selector":",.mr-md-1","declarations":1},{"selector":",.mt-md-1","declarations":1},{"selector":",.m-md-1","declarations":1},{"selector":",.ml-md-0","declarations":1},{"selector":",.mb-md-0","declarations":1},{"selector":",.mr-md-0","declarations":1},{"selector":",.mt-md-0","declarations":1},{"selector":".m-md-0","declarations":1}]},"selectors":{"total":74,"type":0,"class":74,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-0",".mt-md-0",".mr-md-0",".mb-md-0",".ml-md-0",".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",".mx-md-auto"],"specificity":{"max":10,"average":10}},"declarations":{"total":89,"unique":61,"properties":{"margin":["0","4px","8px","16px","24px","32px","40px"],"margin-top":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-right":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"],"margin-bottom":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-left":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"]}}},{"value":"(min-width: 1012px)","rules":{"total":74,"size":{"graph":[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],"max":2,"average":1.2027027027027026},"selectorByRuleSizes":[{"selector":",.mx-lg-auto","declarations":2},{"selector":",.my-lg-6","declarations":2},{"selector":",.mx-lg-6","declarations":2},{"selector":",.my-lg-5","declarations":2},{"selector":",.mx-lg-5","declarations":2},{"selector":",.my-lg-4","declarations":2},{"selector":",.mx-lg-4","declarations":2},{"selector":",.my-lg-3","declarations":2},{"selector":",.mx-lg-3","declarations":2},{"selector":",.my-lg-2","declarations":2},{"selector":",.mx-lg-2","declarations":2},{"selector":",.my-lg-1","declarations":2},{"selector":",.mx-lg-1","declarations":2},{"selector":",.my-lg-0","declarations":2},{"selector":",.mx-lg-0","declarations":2},{"selector":",.ml-lg-n6","declarations":1},{"selector":",.mb-lg-n6","declarations":1},{"selector":",.mr-lg-n6","declarations":1},{"selector":",.mt-lg-n6","declarations":1},{"selector":",.ml-lg-6","declarations":1},{"selector":",.mb-lg-6","declarations":1},{"selector":",.mr-lg-6","declarations":1},{"selector":",.mt-lg-6","declarations":1},{"selector":",.m-lg-6","declarations":1},{"selector":",.ml-lg-n5","declarations":1},{"selector":",.mb-lg-n5","declarations":1},{"selector":",.mr-lg-n5","declarations":1},{"selector":",.mt-lg-n5","declarations":1},{"selector":",.ml-lg-5","declarations":1},{"selector":",.mb-lg-5","declarations":1},{"selector":",.mr-lg-5","declarations":1},{"selector":",.mt-lg-5","declarations":1},{"selector":",.m-lg-5","declarations":1},{"selector":",.ml-lg-n4","declarations":1},{"selector":",.mb-lg-n4","declarations":1},{"selector":",.mr-lg-n4","declarations":1},{"selector":",.mt-lg-n4","declarations":1},{"selector":",.ml-lg-4","declarations":1},{"selector":",.mb-lg-4","declarations":1},{"selector":",.mr-lg-4","declarations":1},{"selector":",.mt-lg-4","declarations":1},{"selector":",.m-lg-4","declarations":1},{"selector":",.ml-lg-n3","declarations":1},{"selector":",.mb-lg-n3","declarations":1},{"selector":",.mr-lg-n3","declarations":1},{"selector":",.mt-lg-n3","declarations":1},{"selector":",.ml-lg-3","declarations":1},{"selector":",.mb-lg-3","declarations":1},{"selector":",.mr-lg-3","declarations":1},{"selector":",.mt-lg-3","declarations":1},{"selector":",.m-lg-3","declarations":1},{"selector":",.ml-lg-n2","declarations":1},{"selector":",.mb-lg-n2","declarations":1},{"selector":",.mr-lg-n2","declarations":1},{"selector":",.mt-lg-n2","declarations":1},{"selector":",.ml-lg-2","declarations":1},{"selector":",.mb-lg-2","declarations":1},{"selector":",.mr-lg-2","declarations":1},{"selector":",.mt-lg-2","declarations":1},{"selector":",.m-lg-2","declarations":1},{"selector":",.ml-lg-n1","declarations":1},{"selector":",.mb-lg-n1","declarations":1},{"selector":",.mr-lg-n1","declarations":1},{"selector":",.mt-lg-n1","declarations":1},{"selector":",.ml-lg-1","declarations":1},{"selector":",.mb-lg-1","declarations":1},{"selector":",.mr-lg-1","declarations":1},{"selector":",.mt-lg-1","declarations":1},{"selector":",.m-lg-1","declarations":1},{"selector":",.ml-lg-0","declarations":1},{"selector":",.mb-lg-0","declarations":1},{"selector":",.mr-lg-0","declarations":1},{"selector":",.mt-lg-0","declarations":1},{"selector":".m-lg-0","declarations":1}]},"selectors":{"total":74,"type":0,"class":74,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-0",".mt-lg-0",".mr-lg-0",".mb-lg-0",".ml-lg-0",".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",".mx-lg-auto"],"specificity":{"max":10,"average":10}},"declarations":{"total":89,"unique":61,"properties":{"margin":["0","4px","8px","16px","24px","32px","40px"],"margin-top":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-right":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"],"margin-bottom":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-left":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"]}}},{"value":"(min-width: 1280px)","rules":{"total":74,"size":{"graph":[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],"max":2,"average":1.2027027027027026},"selectorByRuleSizes":[{"selector":",.mx-xl-auto","declarations":2},{"selector":",.my-xl-6","declarations":2},{"selector":",.mx-xl-6","declarations":2},{"selector":",.my-xl-5","declarations":2},{"selector":",.mx-xl-5","declarations":2},{"selector":",.my-xl-4","declarations":2},{"selector":",.mx-xl-4","declarations":2},{"selector":",.my-xl-3","declarations":2},{"selector":",.mx-xl-3","declarations":2},{"selector":",.my-xl-2","declarations":2},{"selector":",.mx-xl-2","declarations":2},{"selector":",.my-xl-1","declarations":2},{"selector":",.mx-xl-1","declarations":2},{"selector":",.my-xl-0","declarations":2},{"selector":",.mx-xl-0","declarations":2},{"selector":",.ml-xl-n6","declarations":1},{"selector":",.mb-xl-n6","declarations":1},{"selector":",.mr-xl-n6","declarations":1},{"selector":",.mt-xl-n6","declarations":1},{"selector":",.ml-xl-6","declarations":1},{"selector":",.mb-xl-6","declarations":1},{"selector":",.mr-xl-6","declarations":1},{"selector":",.mt-xl-6","declarations":1},{"selector":",.m-xl-6","declarations":1},{"selector":",.ml-xl-n5","declarations":1},{"selector":",.mb-xl-n5","declarations":1},{"selector":",.mr-xl-n5","declarations":1},{"selector":",.mt-xl-n5","declarations":1},{"selector":",.ml-xl-5","declarations":1},{"selector":",.mb-xl-5","declarations":1},{"selector":",.mr-xl-5","declarations":1},{"selector":",.mt-xl-5","declarations":1},{"selector":",.m-xl-5","declarations":1},{"selector":",.ml-xl-n4","declarations":1},{"selector":",.mb-xl-n4","declarations":1},{"selector":",.mr-xl-n4","declarations":1},{"selector":",.mt-xl-n4","declarations":1},{"selector":",.ml-xl-4","declarations":1},{"selector":",.mb-xl-4","declarations":1},{"selector":",.mr-xl-4","declarations":1},{"selector":",.mt-xl-4","declarations":1},{"selector":",.m-xl-4","declarations":1},{"selector":",.ml-xl-n3","declarations":1},{"selector":",.mb-xl-n3","declarations":1},{"selector":",.mr-xl-n3","declarations":1},{"selector":",.mt-xl-n3","declarations":1},{"selector":",.ml-xl-3","declarations":1},{"selector":",.mb-xl-3","declarations":1},{"selector":",.mr-xl-3","declarations":1},{"selector":",.mt-xl-3","declarations":1},{"selector":",.m-xl-3","declarations":1},{"selector":",.ml-xl-n2","declarations":1},{"selector":",.mb-xl-n2","declarations":1},{"selector":",.mr-xl-n2","declarations":1},{"selector":",.mt-xl-n2","declarations":1},{"selector":",.ml-xl-2","declarations":1},{"selector":",.mb-xl-2","declarations":1},{"selector":",.mr-xl-2","declarations":1},{"selector":",.mt-xl-2","declarations":1},{"selector":",.m-xl-2","declarations":1},{"selector":",.ml-xl-n1","declarations":1},{"selector":",.mb-xl-n1","declarations":1},{"selector":",.mr-xl-n1","declarations":1},{"selector":",.mt-xl-n1","declarations":1},{"selector":",.ml-xl-1","declarations":1},{"selector":",.mb-xl-1","declarations":1},{"selector":",.mr-xl-1","declarations":1},{"selector":",.mt-xl-1","declarations":1},{"selector":",.m-xl-1","declarations":1},{"selector":",.ml-xl-0","declarations":1},{"selector":",.mb-xl-0","declarations":1},{"selector":",.mr-xl-0","declarations":1},{"selector":",.mt-xl-0","declarations":1},{"selector":".m-xl-0","declarations":1}]},"selectors":{"total":74,"type":0,"class":74,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-0",".mt-xl-0",".mr-xl-0",".mb-xl-0",".ml-xl-0",".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",".mx-xl-auto"],"specificity":{"max":10,"average":10}},"declarations":{"total":89,"unique":61,"properties":{"margin":["0","4px","8px","16px","24px","32px","40px"],"margin-top":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-right":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"],"margin-bottom":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-left":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"]}}},{"value":"(min-width: 544px)","rules":{"total":49,"size":{"graph":[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],"max":2,"average":1.2857142857142858},"selectorByRuleSizes":[{"selector":",.py-sm-6","declarations":2},{"selector":",.px-sm-6","declarations":2},{"selector":",.py-sm-5","declarations":2},{"selector":",.px-sm-5","declarations":2},{"selector":",.py-sm-4","declarations":2},{"selector":",.px-sm-4","declarations":2},{"selector":",.py-sm-3","declarations":2},{"selector":",.px-sm-3","declarations":2},{"selector":",.py-sm-2","declarations":2},{"selector":",.px-sm-2","declarations":2},{"selector":",.py-sm-1","declarations":2},{"selector":",.px-sm-1","declarations":2},{"selector":",.py-sm-0","declarations":2},{"selector":",.px-sm-0","declarations":2},{"selector":",.pl-sm-6","declarations":1},{"selector":",.pb-sm-6","declarations":1},{"selector":",.pr-sm-6","declarations":1},{"selector":",.pt-sm-6","declarations":1},{"selector":",.p-sm-6","declarations":1},{"selector":",.pl-sm-5","declarations":1},{"selector":",.pb-sm-5","declarations":1},{"selector":",.pr-sm-5","declarations":1},{"selector":",.pt-sm-5","declarations":1},{"selector":",.p-sm-5","declarations":1},{"selector":",.pl-sm-4","declarations":1},{"selector":",.pb-sm-4","declarations":1},{"selector":",.pr-sm-4","declarations":1},{"selector":",.pt-sm-4","declarations":1},{"selector":",.p-sm-4","declarations":1},{"selector":",.pl-sm-3","declarations":1},{"selector":",.pb-sm-3","declarations":1},{"selector":",.pr-sm-3","declarations":1},{"selector":",.pt-sm-3","declarations":1},{"selector":",.p-sm-3","declarations":1},{"selector":",.pl-sm-2","declarations":1},{"selector":",.pb-sm-2","declarations":1},{"selector":",.pr-sm-2","declarations":1},{"selector":",.pt-sm-2","declarations":1},{"selector":",.p-sm-2","declarations":1},{"selector":",.pl-sm-1","declarations":1},{"selector":",.pb-sm-1","declarations":1},{"selector":",.pr-sm-1","declarations":1},{"selector":",.pt-sm-1","declarations":1},{"selector":",.p-sm-1","declarations":1},{"selector":",.pl-sm-0","declarations":1},{"selector":",.pb-sm-0","declarations":1},{"selector":",.pr-sm-0","declarations":1},{"selector":",.pt-sm-0","declarations":1},{"selector":".p-sm-0","declarations":1}]},"selectors":{"total":49,"type":0,"class":49,"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",".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"],"specificity":{"max":10,"average":10}},"declarations":{"total":63,"unique":35,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-right":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-left":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"]}}},{"value":"(min-width: 768px)","rules":{"total":49,"size":{"graph":[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],"max":2,"average":1.2857142857142858},"selectorByRuleSizes":[{"selector":",.py-md-6","declarations":2},{"selector":",.px-md-6","declarations":2},{"selector":",.py-md-5","declarations":2},{"selector":",.px-md-5","declarations":2},{"selector":",.py-md-4","declarations":2},{"selector":",.px-md-4","declarations":2},{"selector":",.py-md-3","declarations":2},{"selector":",.px-md-3","declarations":2},{"selector":",.py-md-2","declarations":2},{"selector":",.px-md-2","declarations":2},{"selector":",.py-md-1","declarations":2},{"selector":",.px-md-1","declarations":2},{"selector":",.py-md-0","declarations":2},{"selector":",.px-md-0","declarations":2},{"selector":",.pl-md-6","declarations":1},{"selector":",.pb-md-6","declarations":1},{"selector":",.pr-md-6","declarations":1},{"selector":",.pt-md-6","declarations":1},{"selector":",.p-md-6","declarations":1},{"selector":",.pl-md-5","declarations":1},{"selector":",.pb-md-5","declarations":1},{"selector":",.pr-md-5","declarations":1},{"selector":",.pt-md-5","declarations":1},{"selector":",.p-md-5","declarations":1},{"selector":",.pl-md-4","declarations":1},{"selector":",.pb-md-4","declarations":1},{"selector":",.pr-md-4","declarations":1},{"selector":",.pt-md-4","declarations":1},{"selector":",.p-md-4","declarations":1},{"selector":",.pl-md-3","declarations":1},{"selector":",.pb-md-3","declarations":1},{"selector":",.pr-md-3","declarations":1},{"selector":",.pt-md-3","declarations":1},{"selector":",.p-md-3","declarations":1},{"selector":",.pl-md-2","declarations":1},{"selector":",.pb-md-2","declarations":1},{"selector":",.pr-md-2","declarations":1},{"selector":",.pt-md-2","declarations":1},{"selector":",.p-md-2","declarations":1},{"selector":",.pl-md-1","declarations":1},{"selector":",.pb-md-1","declarations":1},{"selector":",.pr-md-1","declarations":1},{"selector":",.pt-md-1","declarations":1},{"selector":",.p-md-1","declarations":1},{"selector":",.pl-md-0","declarations":1},{"selector":",.pb-md-0","declarations":1},{"selector":",.pr-md-0","declarations":1},{"selector":",.pt-md-0","declarations":1},{"selector":".p-md-0","declarations":1}]},"selectors":{"total":49,"type":0,"class":49,"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",".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"],"specificity":{"max":10,"average":10}},"declarations":{"total":63,"unique":35,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-right":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-left":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"]}}},{"value":"(min-width: 1012px)","rules":{"total":49,"size":{"graph":[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],"max":2,"average":1.2857142857142858},"selectorByRuleSizes":[{"selector":",.py-lg-6","declarations":2},{"selector":",.px-lg-6","declarations":2},{"selector":",.py-lg-5","declarations":2},{"selector":",.px-lg-5","declarations":2},{"selector":",.py-lg-4","declarations":2},{"selector":",.px-lg-4","declarations":2},{"selector":",.py-lg-3","declarations":2},{"selector":",.px-lg-3","declarations":2},{"selector":",.py-lg-2","declarations":2},{"selector":",.px-lg-2","declarations":2},{"selector":",.py-lg-1","declarations":2},{"selector":",.px-lg-1","declarations":2},{"selector":",.py-lg-0","declarations":2},{"selector":",.px-lg-0","declarations":2},{"selector":",.pl-lg-6","declarations":1},{"selector":",.pb-lg-6","declarations":1},{"selector":",.pr-lg-6","declarations":1},{"selector":",.pt-lg-6","declarations":1},{"selector":",.p-lg-6","declarations":1},{"selector":",.pl-lg-5","declarations":1},{"selector":",.pb-lg-5","declarations":1},{"selector":",.pr-lg-5","declarations":1},{"selector":",.pt-lg-5","declarations":1},{"selector":",.p-lg-5","declarations":1},{"selector":",.pl-lg-4","declarations":1},{"selector":",.pb-lg-4","declarations":1},{"selector":",.pr-lg-4","declarations":1},{"selector":",.pt-lg-4","declarations":1},{"selector":",.p-lg-4","declarations":1},{"selector":",.pl-lg-3","declarations":1},{"selector":",.pb-lg-3","declarations":1},{"selector":",.pr-lg-3","declarations":1},{"selector":",.pt-lg-3","declarations":1},{"selector":",.p-lg-3","declarations":1},{"selector":",.pl-lg-2","declarations":1},{"selector":",.pb-lg-2","declarations":1},{"selector":",.pr-lg-2","declarations":1},{"selector":",.pt-lg-2","declarations":1},{"selector":",.p-lg-2","declarations":1},{"selector":",.pl-lg-1","declarations":1},{"selector":",.pb-lg-1","declarations":1},{"selector":",.pr-lg-1","declarations":1},{"selector":",.pt-lg-1","declarations":1},{"selector":",.p-lg-1","declarations":1},{"selector":",.pl-lg-0","declarations":1},{"selector":",.pb-lg-0","declarations":1},{"selector":",.pr-lg-0","declarations":1},{"selector":",.pt-lg-0","declarations":1},{"selector":".p-lg-0","declarations":1}]},"selectors":{"total":49,"type":0,"class":49,"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",".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"],"specificity":{"max":10,"average":10}},"declarations":{"total":63,"unique":35,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-right":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-left":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"]}}},{"value":"(min-width: 1280px)","rules":{"total":49,"size":{"graph":[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],"max":2,"average":1.2857142857142858},"selectorByRuleSizes":[{"selector":",.py-xl-6","declarations":2},{"selector":",.px-xl-6","declarations":2},{"selector":",.py-xl-5","declarations":2},{"selector":",.px-xl-5","declarations":2},{"selector":",.py-xl-4","declarations":2},{"selector":",.px-xl-4","declarations":2},{"selector":",.py-xl-3","declarations":2},{"selector":",.px-xl-3","declarations":2},{"selector":",.py-xl-2","declarations":2},{"selector":",.px-xl-2","declarations":2},{"selector":",.py-xl-1","declarations":2},{"selector":",.px-xl-1","declarations":2},{"selector":",.py-xl-0","declarations":2},{"selector":",.px-xl-0","declarations":2},{"selector":",.pl-xl-6","declarations":1},{"selector":",.pb-xl-6","declarations":1},{"selector":",.pr-xl-6","declarations":1},{"selector":",.pt-xl-6","declarations":1},{"selector":",.p-xl-6","declarations":1},{"selector":",.pl-xl-5","declarations":1},{"selector":",.pb-xl-5","declarations":1},{"selector":",.pr-xl-5","declarations":1},{"selector":",.pt-xl-5","declarations":1},{"selector":",.p-xl-5","declarations":1},{"selector":",.pl-xl-4","declarations":1},{"selector":",.pb-xl-4","declarations":1},{"selector":",.pr-xl-4","declarations":1},{"selector":",.pt-xl-4","declarations":1},{"selector":",.p-xl-4","declarations":1},{"selector":",.pl-xl-3","declarations":1},{"selector":",.pb-xl-3","declarations":1},{"selector":",.pr-xl-3","declarations":1},{"selector":",.pt-xl-3","declarations":1},{"selector":",.p-xl-3","declarations":1},{"selector":",.pl-xl-2","declarations":1},{"selector":",.pb-xl-2","declarations":1},{"selector":",.pr-xl-2","declarations":1},{"selector":",.pt-xl-2","declarations":1},{"selector":",.p-xl-2","declarations":1},{"selector":",.pl-xl-1","declarations":1},{"selector":",.pb-xl-1","declarations":1},{"selector":",.pr-xl-1","declarations":1},{"selector":",.pt-xl-1","declarations":1},{"selector":",.p-xl-1","declarations":1},{"selector":",.pl-xl-0","declarations":1},{"selector":",.pb-xl-0","declarations":1},{"selector":",.pr-xl-0","declarations":1},{"selector":",.pt-xl-0","declarations":1},{"selector":".p-xl-0","declarations":1}]},"selectors":{"total":49,"type":0,"class":49,"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",".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"],"specificity":{"max":10,"average":10}},"declarations":{"total":63,"unique":35,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-right":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-left":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".p-responsive","declarations":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},"selectorByRuleSizes":[{"selector":".p-responsive","declarations":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},"selectorByRuleSizes":[{"selector":".h1","declarations":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},"selectorByRuleSizes":[{"selector":".h2","declarations":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},"selectorByRuleSizes":[{"selector":".h3","declarations":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},"selectorByRuleSizes":[{"selector":".f1","declarations":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},"selectorByRuleSizes":[{"selector":".f2","declarations":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},"selectorByRuleSizes":[{"selector":".f3","declarations":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},"selectorByRuleSizes":[{"selector":".f4","declarations":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},"selectorByRuleSizes":[{"selector":".f00-light","declarations":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},"selectorByRuleSizes":[{"selector":".f0-light","declarations":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},"selectorByRuleSizes":[{"selector":".f1-light","declarations":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},"selectorByRuleSizes":[{"selector":".f2-light","declarations":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},"selectorByRuleSizes":[{"selector":".f3-light","declarations":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":4,"size":{"graph":[1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.lh-sm-0","declarations":1},{"selector":",.lh-sm-default","declarations":1},{"selector":",.lh-sm-condensed","declarations":1},{"selector":".lh-sm-condensed-ultra","declarations":1}]},"selectors":{"total":4,"type":0,"class":4,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".lh-sm-condensed-ultra",".lh-sm-condensed",".lh-sm-default",".lh-sm-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":4,"unique":4,"properties":{"line-height":["1","1.25","1.5","0"]}}},{"value":"(min-width: 768px)","rules":{"total":4,"size":{"graph":[1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.lh-md-0","declarations":1},{"selector":",.lh-md-default","declarations":1},{"selector":",.lh-md-condensed","declarations":1},{"selector":".lh-md-condensed-ultra","declarations":1}]},"selectors":{"total":4,"type":0,"class":4,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".lh-md-condensed-ultra",".lh-md-condensed",".lh-md-default",".lh-md-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":4,"unique":4,"properties":{"line-height":["1","1.25","1.5","0"]}}},{"value":"(min-width: 1012px)","rules":{"total":4,"size":{"graph":[1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.lh-lg-0","declarations":1},{"selector":",.lh-lg-default","declarations":1},{"selector":",.lh-lg-condensed","declarations":1},{"selector":".lh-lg-condensed-ultra","declarations":1}]},"selectors":{"total":4,"type":0,"class":4,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".lh-lg-condensed-ultra",".lh-lg-condensed",".lh-lg-default",".lh-lg-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":4,"unique":4,"properties":{"line-height":["1","1.25","1.5","0"]}}},{"value":"(min-width: 1280px)","rules":{"total":4,"size":{"graph":[1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.lh-xl-0","declarations":1},{"selector":",.lh-xl-default","declarations":1},{"selector":",.lh-xl-condensed","declarations":1},{"selector":".lh-xl-condensed-ultra","declarations":1}]},"selectors":{"total":4,"type":0,"class":4,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".lh-xl-condensed-ultra",".lh-xl-condensed",".lh-xl-default",".lh-xl-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":4,"unique":4,"properties":{"line-height":["1","1.25","1.5","0"]}}},{"value":"(min-width: 544px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.text-sm-center","declarations":1},{"selector":",.text-sm-left","declarations":1},{"selector":".text-sm-right","declarations":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},"selectorByRuleSizes":[{"selector":",.text-md-center","declarations":1},{"selector":",.text-md-left","declarations":1},{"selector":".text-md-right","declarations":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},"selectorByRuleSizes":[{"selector":",.text-lg-center","declarations":1},{"selector":",.text-lg-left","declarations":1},{"selector":".text-lg-right","declarations":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},"selectorByRuleSizes":[{"selector":",.text-xl-center","declarations":1},{"selector":",.text-xl-left","declarations":1},{"selector":".text-xl-right","declarations":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,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.d-sm-table-cell","declarations":1},{"selector":",.d-sm-table","declarations":1},{"selector":",.d-sm-none","declarations":1},{"selector":",.d-sm-inline-flex","declarations":1},{"selector":",.d-sm-inline-block","declarations":1},{"selector":",.d-sm-inline","declarations":1},{"selector":",.d-sm-flex","declarations":1},{"selector":".d-sm-block","declarations":1}]},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-sm-block",".d-sm-flex",".d-sm-inline",".d-sm-inline-block",".d-sm-inline-flex",".d-sm-none",".d-sm-table",".d-sm-table-cell"],"specificity":{"max":10,"average":10}},"declarations":{"total":8,"unique":8,"properties":{"display":["block","flex","inline","inline-block","inline-flex","none","table","table-cell"]}}},{"value":"(min-width: 768px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.d-md-table-cell","declarations":1},{"selector":",.d-md-table","declarations":1},{"selector":",.d-md-none","declarations":1},{"selector":",.d-md-inline-flex","declarations":1},{"selector":",.d-md-inline-block","declarations":1},{"selector":",.d-md-inline","declarations":1},{"selector":",.d-md-flex","declarations":1},{"selector":".d-md-block","declarations":1}]},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-md-block",".d-md-flex",".d-md-inline",".d-md-inline-block",".d-md-inline-flex",".d-md-none",".d-md-table",".d-md-table-cell"],"specificity":{"max":10,"average":10}},"declarations":{"total":8,"unique":8,"properties":{"display":["block","flex","inline","inline-block","inline-flex","none","table","table-cell"]}}},{"value":"(min-width: 1012px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.d-lg-table-cell","declarations":1},{"selector":",.d-lg-table","declarations":1},{"selector":",.d-lg-none","declarations":1},{"selector":",.d-lg-inline-flex","declarations":1},{"selector":",.d-lg-inline-block","declarations":1},{"selector":",.d-lg-inline","declarations":1},{"selector":",.d-lg-flex","declarations":1},{"selector":".d-lg-block","declarations":1}]},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-lg-block",".d-lg-flex",".d-lg-inline",".d-lg-inline-block",".d-lg-inline-flex",".d-lg-none",".d-lg-table",".d-lg-table-cell"],"specificity":{"max":10,"average":10}},"declarations":{"total":8,"unique":8,"properties":{"display":["block","flex","inline","inline-block","inline-flex","none","table","table-cell"]}}},{"value":"(min-width: 1280px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.d-xl-table-cell","declarations":1},{"selector":",.d-xl-table","declarations":1},{"selector":",.d-xl-none","declarations":1},{"selector":",.d-xl-inline-flex","declarations":1},{"selector":",.d-xl-inline-block","declarations":1},{"selector":",.d-xl-inline","declarations":1},{"selector":",.d-xl-flex","declarations":1},{"selector":".d-xl-block","declarations":1}]},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-xl-block",".d-xl-flex",".d-xl-inline",".d-xl-inline-block",".d-xl-inline-flex",".d-xl-none",".d-xl-table",".d-xl-table-cell"],"specificity":{"max":10,"average":10}},"declarations":{"total":8,"unique":8,"properties":{"display":["block","flex","inline","inline-block","inline-flex","none","table","table-cell"]}}},{"value":"(max-width: 543px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".hide-sm","declarations":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: 767px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".hide-md","declarations":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: 1011px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".hide-lg","declarations":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},"selectorByRuleSizes":[{"selector":".hide-xl","declarations":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/assets/sass/@primer/css/dist/stats/dropdown.json b/assets/sass/@primer/css/dist/stats/dropdown.json deleted file mode 100644 index 5119c6d..0000000 --- a/assets/sass/@primer/css/dist/stats/dropdown.json +++ /dev/null @@ -1 +0,0 @@ -{"size":4104,"gzipSize":1019,"humanizedSize":"4KB","humanizedGzipSize":"1019B","rules":{"total":47,"size":{"graph":[1,10,14,3,2,2,1,1,3,6,4,2,2,4,4,3,1,6,5,5,5,4,4,4,2,6,6,3,3,3,2,3,3,2,2,4,1,1,1,1,1,1,1,1,1,1,1],"max":14,"average":3.106382978723404},"selectorByRuleSizes":[{"selector":".dropdown-menu","declarations":14},{"selector":".dropdown-caret","declarations":10},{"selector":".dropdown-menu-ne::after","declarations":6},{"selector":".dropdown-menu-ne::before","declarations":6},{"selector":".dropdown-menu-w","declarations":6},{"selector":".dropdown-item","declarations":6},{"selector":".dropdown-menu-e","declarations":5},{"selector":".dropdown-menu-w::after","declarations":5},{"selector":".dropdown-menu-w::before","declarations":5},{"selector":".dropdown-menu-dark","declarations":4},{"selector":".dropdown-menu-ne","declarations":4},{"selector":".dropdown-menu-e::after","declarations":4},{"selector":".dropdown-menu-e::before","declarations":4},{"selector":".dropdown-divider","declarations":4},{"selector":".dropdown-signout","declarations":4},{"selector":".dropdown-item:focus,.dropdown-item:hover","declarations":4},{"selector":".dropdown-menu-sw::after","declarations":3},{"selector":".dropdown-menu-sw::before","declarations":3},{"selector":".dropdown-menu-s::after","declarations":3},{"selector":".dropdown-menu-s::before","declarations":3},{"selector":".dropdown-menu-s","declarations":3},{"selector":".dropdown-header","declarations":3},{"selector":".dropdown-menu-no-overflow .dropdown-item","declarations":3},{"selector":".dropdown-menu::before,.dropdown-menu::after","declarations":3},{"selector":".dropdown-menu-se::after","declarations":2},{"selector":".dropdown-menu-se::before","declarations":2},{"selector":".dropdown-menu-sw","declarations":2},{"selector":".dropdown-menu-ne::before,.dropdown-menu-ne::after","declarations":2},{"selector":".dropdown-item.btn-link","declarations":2},{"selector":".dropdown-item:focus>.octicon,.dropdown-item:hover>.octicon","declarations":2},{"selector":".dropdown-menu::after","declarations":2},{"selector":".dropdown-menu::before","declarations":2},{"selector":".dropdown-menu-dark.dropdown-menu-ne::after","declarations":1},{"selector":".dropdown-menu-dark.dropdown-menu-ne::before","declarations":1},{"selector":".dropdown-menu-dark.dropdown-menu-e::after","declarations":1},{"selector":".dropdown-menu-dark.dropdown-menu-e::before","declarations":1},{"selector":".dropdown-menu-dark.dropdown-menu-w::after","declarations":1},{"selector":".dropdown-menu-dark.dropdown-menu-w::before","declarations":1},{"selector":".dropdown-menu-dark .dropdown-item","declarations":1},{"selector":".dropdown-menu-dark .dropdown-divider","declarations":1},{"selector":".dropdown-menu-dark .dropdown-header","declarations":1},{"selector":".dropdown-menu-dark::after","declarations":1},{"selector":".dropdown-menu-dark::before","declarations":1},{"selector":".dropdown-item[aria-checked=\"false\"] .octicon-check","declarations":1},{"selector":".dropdown-menu-no-overflow","declarations":1},{"selector":".dropdown-menu>ul","declarations":1},{"selector":".dropdown","declarations":1}]},"selectors":{"total":51,"type":1,"class":51,"id":0,"pseudoClass":4,"pseudoElement":26,"values":[".dropdown",".dropdown-caret",".dropdown-menu",".dropdown-menu::before",".dropdown-menu::after",".dropdown-menu::before",".dropdown-menu::after",".dropdown-menu>ul",".dropdown-menu-no-overflow",".dropdown-menu-no-overflow .dropdown-item",".dropdown-item",".dropdown-item:focus",".dropdown-item:hover",".dropdown-item:focus>.octicon",".dropdown-item:hover>.octicon",".dropdown-item.btn-link",".dropdown-signout",".dropdown-divider",".dropdown-header",".dropdown-item[aria-checked=\"false\"] .octicon-check",".dropdown-menu-w",".dropdown-menu-w::before",".dropdown-menu-w::after",".dropdown-menu-e",".dropdown-menu-e::before",".dropdown-menu-e::after",".dropdown-menu-ne",".dropdown-menu-ne::before",".dropdown-menu-ne::after",".dropdown-menu-ne::before",".dropdown-menu-ne::after",".dropdown-menu-s",".dropdown-menu-s::before",".dropdown-menu-s::after",".dropdown-menu-sw",".dropdown-menu-sw::before",".dropdown-menu-sw::after",".dropdown-menu-se::before",".dropdown-menu-se::after",".dropdown-menu-dark",".dropdown-menu-dark::before",".dropdown-menu-dark::after",".dropdown-menu-dark .dropdown-header",".dropdown-menu-dark .dropdown-divider",".dropdown-menu-dark .dropdown-item",".dropdown-menu-dark.dropdown-menu-w::before",".dropdown-menu-dark.dropdown-menu-w::after",".dropdown-menu-dark.dropdown-menu-e::before",".dropdown-menu-dark.dropdown-menu-e::after",".dropdown-menu-dark.dropdown-menu-ne::before",".dropdown-menu-dark.dropdown-menu-ne::after"],"specificity":{"max":30,"average":14.254901960784315}},"declarations":{"total":146,"unique":107,"properties":{"position":["relative","absolute","absolute"],"display":["inline-block","inline-block","block","block","none"],"width":["0","160px","auto","100%","100%","auto","auto"],"height":["0","0"],"vertical-align":["middle"],"content":["\"\"","\"\""],"border-style":["solid"],"border-width":["4px 4px 0"],"border-right-color":["transparent","rgba(27,31,35,0.15)","#fff"],"border-bottom-color":["transparent","rgba(27,31,35,0.15)","#fff","#444d56","#2f363d"],"border-left-color":["transparent","rgba(27,31,35,0.15)","#fff"],"top":["100%","0","10px","11px","0","8px","11px","auto","auto","-16px","-14px","-16px","-14px","-16px","-14px"],"left":["0","auto","auto","auto","100%","-16px","-14px","0","9px","10px","auto","auto","auto","auto","9px","10px"],"z-index":["100"],"padding-top":["4px"],"padding-bottom":["4px"],"margin-top":["2px","0","0"],"list-style":["none","none"],"background-color":["#fff","#0366d6"],"background-clip":["padding-box"],"border":["1px solid rgba(27,31,35,0.15)","8px solid transparent","7px solid transparent","0"],"border-radius":["4px"],"box-shadow":["0 1px 15px rgba(27,31,35,0.15)","0 1px 15px rgba(27,31,35,0.15)"],"padding":["4px 16px","4px 8px 4px 16px","4px 16px"],"overflow":["visible","hidden"],"text-overflow":["inherit","ellipsis"],"color":["#24292e","#fff","inherit","#586069","#fff","#d1d5da","inherit"],"white-space":["nowrap"],"text-decoration":["none"],"outline":["none"],"opacity":["1"],"text-align":["left","left"],"background":["none","#2f363d"],"margin":["8px 0"],"border-top":["1px #e1e4e8 solid","8px solid rgba(27,31,35,0.15)","7px solid #fff"],"font-size":["12px"],"right":["100%","-16px","-14px","auto","50%","50%","50%","0","9px","10px"],"margin-right":["8px"],"border-color":["transparent","transparent","transparent","transparent","#444d56","transparent transparent transparent #444d56","transparent transparent transparent #2f363d","transparent #444d56 transparent transparent","transparent #2f363d transparent transparent","#444d56 transparent transparent transparent","#2f363d transparent transparent transparent"],"margin-left":["8px"],"bottom":["100%","-8px","-7px"],"margin-bottom":["3px"],"border-right":["8px solid transparent","7px solid transparent"],"border-bottom":["0","0"],"border-left":["8px solid transparent","7px solid transparent"],"transform":["translateX(50%)","translateX(50%)","translateX(50%)"],"border-top-color":["#444d56"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/forms.json b/assets/sass/@primer/css/dist/stats/forms.json deleted file mode 100644 index 8950b15..0000000 --- a/assets/sass/@primer/css/dist/stats/forms.json +++ /dev/null @@ -1 +0,0 @@ -{"size":15100,"gzipSize":3394,"humanizedSize":"15KB","humanizedGzipSize":"3KB","rules":{"total":164,"size":{"graph":[3,1,13,3,1,1,1,3,2,2,2,2,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,12,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,3,1,1,1,3,1,1,4,2,1,1,1,1,1,1,1,1,4,1,1,3,1,1,1,3,5,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,1,2,1,1,1,1,2,2,1,2,1,2,3,8,3,3,2,3],"max":13,"average":2.182926829268293},"selectorByRuleSizes":[{"selector":".form-control,.form-select","declarations":13},{"selector":".form-select","declarations":12},{"selector":".form-group.successed .success,.form-group.successed .warning,.form-group.successed .error,.form-group.warn .success,.form-group.warn .warning,.form-group.warn .error,.form-group.errored .success,.form-group.errored .warning,.form-group.errored .error","declarations":11},{"selector":".drag-and-drop","declarations":10},{"selector":".form-group.successed .success::after,.form-group.successed .success::before,.form-group.successed .warning::after,.form-group.successed .warning::before,.form-group.successed .error::after,.form-group.successed .error::before,.form-group.warn .success::after,.form-group.warn .success::before,.form-group.warn .warning::after,.form-group.warn .warning::before,.form-group.warn .error::after,.form-group.warn .error::before,.form-group.errored .success::after,.form-group.errored .success::before,.form-group.errored .warning::after,.form-group.errored .warning::before,.form-group.errored .error::after,.form-group.errored .error::before","declarations":9},{"selector":".radio-label","declarations":8},{"selector":".form-warning","declarations":7},{"selector":".previewable-comment-form textarea","declarations":6},{"selector":".manual-file-chooser","declarations":6},{"selector":".form-checkbox label em.highlight","declarations":6},{"selector":".status-indicator-loading","declarations":5},{"selector":".select-sm","declarations":5},{"selector":".form-checkbox .note","declarations":5},{"selector":".input-hide-webkit-autofill::-webkit-contacts-auto-fill-button","declarations":5},{"selector":".input-sm","declarations":5},{"selector":"h2.account","declarations":4},{"selector":".upload-enabled textarea","declarations":4},{"selector":".status-indicator","declarations":4},{"selector":".note","declarations":4},{"selector":".form-group .form-control","declarations":4},{"selector":".radio-input","declarations":3},{"selector":".radio-label:first-of-type","declarations":3},{"selector":":checked+.radio-label","declarations":3},{"selector":".radio-group::after","declarations":3},{"selector":"p.explain","declarations":3},{"selector":".btn .manual-file-chooser","declarations":3},{"selector":".status-indicator-failed .octicon-x","declarations":3},{"selector":".status-indicator-success .octicon-check","declarations":3},{"selector":".form-group.errored .error","declarations":3},{"selector":".form-group.warn .warning","declarations":3},{"selector":".form-group.successed .success","declarations":3},{"selector":".form-group .success,.form-group .error,.form-group .indicator","declarations":3},{"selector":".form-group.required dt label::after,.form-group.required .form-group-header label::after","declarations":3},{"selector":".form-group.flattened dt,.form-group.flattened .form-group-header","declarations":3},{"selector":".form-group textarea.form-control","declarations":3},{"selector":".form-actions::after","declarations":3},{"selector":"input::-webkit-outer-spin-button,input::-webkit-inner-spin-button","declarations":3},{"selector":".hfields .form-group dt label,.hfields .form-group .form-group-header label","declarations":3},{"selector":".hfields::after","declarations":3},{"selector":".form-checkbox input[type=checkbox],.form-checkbox input[type=radio]","declarations":3},{"selector":".form-checkbox","declarations":3},{"selector":".input-dark","declarations":3},{"selector":".form-control.focus,.form-control:focus,.form-select.focus,.form-select:focus","declarations":3},{"selector":"fieldset","declarations":3},{"selector":".radio-label:last-of-type","declarations":2},{"selector":".radio-group::before","declarations":2},{"selector":".input-group .form-control:last-child,.input-group-button:last-child .btn","declarations":2},{"selector":".input-group .form-control:first-child,.input-group-button:first-child .btn","declarations":2},{"selector":".input-group-button","declarations":2},{"selector":".input-group .form-control","declarations":2},{"selector":"p.explain .minibutton","declarations":2},{"selector":"p.explain .octicon","declarations":2},{"selector":".composer .comment-form-textarea","declarations":2},{"selector":"div.composer","declarations":2},{"selector":".previewable-comment-form .write-content,.previewable-comment-form .preview-content","declarations":2},{"selector":".previewable-comment-form .tabnav","declarations":2},{"selector":".upload-enabled.focused","declarations":2},{"selector":".drag-and-drop-error-info","declarations":2},{"selector":".inline-form .btn-plain","declarations":2},{"selector":".note .spinner","declarations":2},{"selector":".form-group.successed .success::before,.form-group.successed .warning::before,.form-group.successed .error::before,.form-group.warn .success::before,.form-group.warn .warning::before,.form-group.warn .error::before,.form-group.errored .success::before,.form-group.errored .warning::before,.form-group.errored .error::before","declarations":2},{"selector":".form-group.successful .success","declarations":2},{"selector":".form-group.loading .spinner","declarations":2},{"selector":".form-group textarea.form-control.short","declarations":2},{"selector":".select-sm[multiple]","declarations":2},{"selector":".form-warning p","declarations":2},{"selector":".form-actions::before","declarations":2},{"selector":".hfields .btn","declarations":2},{"selector":".hfields .form-group dt img,.hfields .form-group .form-group-header img","declarations":2},{"selector":".hfields .form-group","declarations":2},{"selector":".hfields::before","declarations":2},{"selector":".input-block","declarations":2},{"selector":".input-lg","declarations":2},{"selector":".input-dark.focus,.input-dark:focus","declarations":2},{"selector":".input-dark::placeholder","declarations":2},{"selector":".input-dark::-ms-input-placeholder","declarations":2},{"selector":".input-dark:-ms-input-placeholder","declarations":2},{"selector":".input-group-button:last-child .btn","declarations":1},{"selector":".input-group-button:first-child .btn","declarations":1},{"selector":".input-group .form-control,.input-group-button","declarations":1},{"selector":".input-group.inline","declarations":1},{"selector":".input-group .form-control+.btn","declarations":1},{"selector":".input-group .form-control:focus","declarations":1},{"selector":".input-group","declarations":1},{"selector":".form-group label","declarations":1},{"selector":"p.explain strong","declarations":1},{"selector":".composer .tabnav","declarations":1},{"selector":".form-action-spacious","declarations":1},{"selector":".previewable-comment-form.write-selected .write-content,.previewable-comment-form.preview-selected .preview-content","declarations":1},{"selector":".previewable-comment-form .comment-form-error","declarations":1},{"selector":".previewable-comment-form .comment","declarations":1},{"selector":".previewable-comment-form","declarations":1},{"selector":".write-content","declarations":1},{"selector":".dragover textarea,.dragover .drag-and-drop","declarations":1},{"selector":".upload-enabled.focused .drag-and-drop","declarations":1},{"selector":".upload-enabled.focused .form-control","declarations":1},{"selector":".manual-file-chooser:hover+.manual-file-chooser-text","declarations":1},{"selector":".is-failed .drag-and-drop .failed-request","declarations":1},{"selector":".drag-and-drop-error-info a","declarations":1},{"selector":".is-repository-required .drag-and-drop .repository-required","declarations":1},{"selector":".is-bad-permissions .drag-and-drop .bad-permissions","declarations":1},{"selector":".is-empty .drag-and-drop .empty","declarations":1},{"selector":".is-hidden-file .drag-and-drop .hidden-file","declarations":1},{"selector":".is-too-big .drag-and-drop .too-big","declarations":1},{"selector":".is-duplicate-filename .drag-and-drop .duplicate-filename","declarations":1},{"selector":".is-bad-file .drag-and-drop .bad-file","declarations":1},{"selector":".is-uploading .drag-and-drop .loading","declarations":1},{"selector":".is-default .drag-and-drop .default","declarations":1},{"selector":".drag-and-drop img","declarations":1},{"selector":".drag-and-drop .error","declarations":1},{"selector":".drag-and-drop .default,.drag-and-drop .loading,.drag-and-drop .error","declarations":1},{"selector":".inline-form","declarations":1},{"selector":".status-indicator-failed .octicon-check","declarations":1},{"selector":".status-indicator-failed::before","declarations":1},{"selector":".status-indicator-success .octicon-x","declarations":1},{"selector":".status-indicator-success::before","declarations":1},{"selector":".status-indicator .octicon","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-errored,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-successful","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-loading","declarations":1},{"selector":"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-group>.form-group-body .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-errored,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-successful","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-loading","declarations":1},{"selector":"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-group>.form-group-body .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1},{"selector":".form-group.errored .error::before","declarations":1},{"selector":".form-group.errored .error::after","declarations":1},{"selector":".form-group.errored label","declarations":1},{"selector":".form-group.warn .warning::before","declarations":1},{"selector":".form-group.warn .warning::after","declarations":1},{"selector":".form-group.successed .success::before","declarations":1},{"selector":".form-group.successed .success::after","declarations":1},{"selector":".form-group.successed .success::after,.form-group.successed .warning::after,.form-group.successed .error::after,.form-group.warn .success::after,.form-group.warn .warning::after,.form-group.warn .error::after,.form-group.errored .success::after,.form-group.errored .warning::after,.form-group.errored .error::after","declarations":1},{"selector":".form-group.loading .indicator","declarations":1},{"selector":".form-group.loading","declarations":1},{"selector":".form-group dd h4+.note,.form-group .form-group-body h4+.note","declarations":1},{"selector":".form-group dd h4.is-success,.form-group .form-group-body h4.is-success","declarations":1},{"selector":".form-group dd h4.is-error,.form-group .form-group-body h4.is-error","declarations":1},{"selector":".form-group dd h4,.form-group .form-group-body h4","declarations":1},{"selector":".form-group.flattened dd,.form-group.flattened .form-group-body","declarations":1},{"selector":".form-group label","declarations":1},{"selector":".form-group dt,.form-group .form-group-header","declarations":1},{"selector":".form-group .form-control.long","declarations":1},{"selector":".form-group .form-control.short","declarations":1},{"selector":".form-group .form-control.shorter","declarations":1},{"selector":".form-group .form-control:focus","declarations":1},{"selector":".form-group","declarations":1},{"selector":".form-select[multiple]","declarations":1},{"selector":".form-select::-ms-expand","declarations":1},{"selector":".form-warning a","declarations":1},{"selector":".form-actions .btn+.btn","declarations":1},{"selector":".form-actions .btn","declarations":1},{"selector":".hfields .form-select","declarations":1},{"selector":".hfields","declarations":1},{"selector":".form-checkbox-details-trigger:checked ~ * .form-checkbox-details,.form-checkbox-details-trigger:checked ~ .form-checkbox-details","declarations":1},{"selector":".form-checkbox-details","declarations":1},{"selector":".input-monospace","declarations":1},{"selector":"::placeholder","declarations":1},{"selector":"::-ms-input-placeholder","declarations":1},{"selector":":-ms-input-placeholder","declarations":1},{"selector":".input-contrast:focus","declarations":1},{"selector":".input-contrast","declarations":1},{"selector":".form-control,.form-select","declarations":1},{"selector":"label","declarations":1}]},"selectors":{"total":250,"type":54,"class":243,"id":0,"pseudoClass":18,"pseudoElement":52,"values":["fieldset","label",".form-control",".form-select",".form-control.focus",".form-control:focus",".form-select.focus",".form-select:focus",".form-control",".form-select",".input-contrast",".input-contrast:focus",".input-dark",".input-dark:-ms-input-placeholder",".input-dark::-ms-input-placeholder",".input-dark::placeholder",".input-dark.focus",".input-dark:focus",":-ms-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 .form-group-header label",".hfields .form-group dt img",".hfields .form-group .form-group-header 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 .form-group-header",".form-group label",".form-group.flattened dt",".form-group.flattened .form-group-header",".form-group.flattened dd",".form-group.flattened .form-group-body",".form-group dd h4",".form-group .form-group-body h4",".form-group dd h4.is-error",".form-group .form-group-body h4.is-error",".form-group dd h4.is-success",".form-group .form-group-body h4.is-success",".form-group dd h4+.note",".form-group .form-group-body h4+.note",".form-group.required dt label::after",".form-group.required .form-group-header 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.successed .success",".form-group.successed .warning",".form-group.successed .error",".form-group.warn .success",".form-group.warn .warning",".form-group.warn .error",".form-group.errored .success",".form-group.errored .warning",".form-group.errored .error",".form-group.successed .success::after",".form-group.successed .success::before",".form-group.successed .warning::after",".form-group.successed .warning::before",".form-group.successed .error::after",".form-group.successed .error::before",".form-group.warn .success::after",".form-group.warn .success::before",".form-group.warn .warning::after",".form-group.warn .warning::before",".form-group.warn .error::after",".form-group.warn .error::before",".form-group.errored .success::after",".form-group.errored .success::before",".form-group.errored .warning::after",".form-group.errored .warning::before",".form-group.errored .error::after",".form-group.errored .error::before",".form-group.successed .success::after",".form-group.successed .warning::after",".form-group.successed .error::after",".form-group.warn .success::after",".form-group.warn .warning::after",".form-group.warn .error::after",".form-group.errored .success::after",".form-group.errored .warning::after",".form-group.errored .error::after",".form-group.successed .success::before",".form-group.successed .warning::before",".form-group.successed .error::before",".form-group.warn .success::before",".form-group.warn .warning::before",".form-group.warn .error::before",".form-group.errored .success::before",".form-group.errored .warning::before",".form-group.errored .error::before",".form-group.successed .success",".form-group.successed .success::after",".form-group.successed .success::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",".form-group>.form-group-body .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored",".form-group>.form-group-body .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-group>.form-group-body .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored",".form-group>.form-group-body .form-control.is-autocheck-errored",".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",".input-group",".input-group .form-control",".input-group .form-control:focus",".input-group .form-control+.btn",".input-group.inline",".input-group .form-control",".input-group-button",".input-group-button",".input-group .form-control:first-child",".input-group-button:first-child .btn",".input-group-button:first-child .btn",".input-group .form-control:last-child",".input-group-button:last-child .btn",".input-group-button:last-child .btn",".radio-group::before",".radio-group::after",".radio-label",":checked+.radio-label",".radio-label:first-of-type",".radio-label:last-of-type",".radio-input"],"specificity":{"max":40,"average":22.94}},"declarations":{"total":358,"unique":199,"properties":{"padding":["0","6px 8px","4px 10px","2px 4px","8px 10px","5px 8px","7px 10px","5px","0","8px 8px 0","8px","6px 16px 6px 36px"],"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 8px 8px","0 0 10px","15px 0 0","10px -32px 0 16px"],"border":["0","1px solid #d1d5da","1px solid #d9d0a5","solid transparent","0","1px solid #c3c8cf","1px solid #c3c8cf","0","1px solid #d1d5da"],"font-weight":["600","400","600","600","400","400","400"],"min-height":["34px","28px","28px","0","200px","50px","17px","100px","200px"],"font-size":["16px","14px","12px","16px","12px","14px","12px","12px","13px","12px","13px","18px","12px","14px"],"line-height":["20px","20px","1.5","32px","32px","16px","34px","20px"],"color":["#24292e","#fff","inherit","inherit","inherit","#6a737d","#6a737d","#6a737d","#586069","#586069","#735c0f","#cb2431","#28a745","#cb2431","#28a745","#144620","#735c0f","#cb2431","#86181d","#586069","#28a745","#cb2431","#586069","#cb2431","#586069","#0366d6","#586069","#586069","#24292e","#959da5","#24292e"],"vertical-align":["middle","middle","middle","middle","middle","top","middle"],"background-color":["#fff","#fafbfc","#fff","rgba(255,255,255,0.15)","#fff","#fafbfc","#fff","#dcffe4","#fffbdd","#ffdce0","transparent","#fafbfc"],"background-repeat":["no-repeat","no-repeat","no-repeat"],"background-position":["right 8px center","right 8px center","0 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)","0 0 0 0.2em rgba(121,184,255,0.4)","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","transparent","rgba(27,31,35,0.3)","#34d058","#d9d0a5","#cea0a5","#4a9eff","#0366d6"],"opacity":["0.6","0.6","0.6","0","0.5","0.0001"],"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","table","inline-table","table-cell","table","table"],"width":["100%","440px","130px","250px","100%","100%","0","16px","16px","240px","100%","100%","1%"],"font-family":["\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace"],"position":["absolute","relative","relative","relative","absolute","absolute","absolute","relative","relative","relative","relative","static","relative","relative"],"right":["0"],"pointer-events":["none","none"],"visibility":["hidden"],"padding-left":["20px","5px"],"left":["-4px","10px"],"font-style":["normal"],"background":["#fffbdd","#fffbdd"],"float":["left","left","left","right","left","right","left","left"],"content":["\"\"","\"\"","\"\"","\"\"","\"*\"","\" \"","\"\"","\"\"","\"\"","\"\""],"clear":["both","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","-1px"],"max-width":["100%","100%","450px"],"height":["34px","auto","28px","auto","200px","50px","0","16px","200px"],"padding-right":["24px","30px"],"background-image":["url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC\")","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/spinners/octocat-spinner-32-EAF2F5.gif\")"],"background-size":["8px 10px","16px 16px","16px"],"-moz-appearance":["none"],"z-index":["10","15","2","1","3"],"border-style":["solid"],"border-width":["1px","5px","6px"],"bottom":["100%"],"margin-left":["-1px","5px","-80px","0","-1px","-1px","0"],"border-bottom-color":["#dcffe4","#34d058","#fffbdd","#d9d0a5","#ffdce0","#cea0a5"],"fill":["#28a745","#d73a49"],"border-top":["0"],"border-bottom-right-radius":["3px","0","0","3px"],"border-bottom-left-radius":["3px","0","0","3px"],"cursor":["pointer","pointer"],"text-decoration":["underline"],"border-bottom":["1px dashed #dfe2e5"],"margin-bottom":["8px"],"max-height":["500px"],"resize":["vertical"],"border-top-right-radius":["0","3px"],"border-top-left-radius":["0","3px"]}},"mediaQueries":{"total":2,"unique":2,"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)"],"contents":[{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".form-control,.form-select","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".form-control",".form-select"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["14px"]}}},{"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},"selectorByRuleSizes":[{"selector":",dl.form-group>dd .form-control.is-autocheck-errored,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1},{"selector":",dl.form-group>dd .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-successful","declarations":1},{"selector":",dl.form-group>dd .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-loading","declarations":1},{"selector":"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-group>.form-group-body .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1}]},"selectors":{"total":12,"type":6,"class":12,"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",".form-group>.form-group-body .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored",".form-group>.form-group-body .form-control.is-autocheck-errored"],"specificity":{"max":40,"average":36}},"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\")"]}}}]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/header.json b/assets/sass/@primer/css/dist/stats/header.json deleted file mode 100644 index 86ad9c0..0000000 --- a/assets/sass/@primer/css/dist/stats/header.json +++ /dev/null @@ -1 +0,0 @@ -{"size":439,"gzipSize":256,"humanizedSize":"439B","humanizedGzipSize":"256B","rules":{"total":5,"size":{"graph":[9,5,1,3,2],"max":9,"average":4},"selectorByRuleSizes":[{"selector":".Header","declarations":9},{"selector":".Header-item","declarations":5},{"selector":".Header-link","declarations":3},{"selector":".Header-link:hover,.Header-link:focus","declarations":2},{"selector":".Header-item--full","declarations":1}]},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".Header",".Header-item",".Header-item--full",".Header-link",".Header-link:hover",".Header-link:focus"],"specificity":{"max":20,"average":13.333333333333334}},"declarations":{"total":20,"unique":16,"properties":{"z-index":["32"],"display":["flex","flex"],"padding":["16px"],"font-size":["14px"],"line-height":["1.5"],"color":["rgba(255,255,255,0.7)","#fff","rgba(255,255,255,0.7)"],"background-color":["#24292e"],"align-items":["center","center"],"flex-wrap":["nowrap","nowrap"],"margin-right":["16px"],"align-self":["stretch"],"flex":["auto"],"font-weight":["600"],"white-space":["nowrap"],"text-decoration":["none"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/labels.json b/assets/sass/@primer/css/dist/stats/labels.json deleted file mode 100644 index 5a864c2..0000000 --- a/assets/sass/@primer/css/dist/stats/labels.json +++ /dev/null @@ -1 +0,0 @@ -{"size":2162,"gzipSize":708,"humanizedSize":"2KB","humanizedGzipSize":"708B","rules":{"total":29,"size":{"graph":[7,5,1,5,2,1,1,8,1,2,7,2,1,1,9,1,1,1,2,1,8,1,2,2,5,4,1,1,1],"max":9,"average":2.896551724137931},"selectorByRuleSizes":[{"selector":".state,.State","declarations":9},{"selector":".Counter","declarations":8},{"selector":".label,.Label","declarations":8},{"selector":".Label--outline","declarations":7},{"selector":".IssueLabel","declarations":7},{"selector":".diffstat","declarations":5},{"selector":".IssueLabel--big","declarations":5},{"selector":".IssueLabel .g-emoji","declarations":5},{"selector":".diffstat-block-deleted,.diffstat-block-added,.diffstat-block-neutral","declarations":4},{"selector":".Counter--gray","declarations":2},{"selector":".Counter--gray-light","declarations":2},{"selector":".State--small","declarations":2},{"selector":".Label--outline-green","declarations":2},{"selector":".Label--gray","declarations":2},{"selector":".IssueLabel--big .g-emoji","declarations":2},{"selector":".diffstat-block-neutral","declarations":1},{"selector":".diffstat-block-added","declarations":1},{"selector":".diffstat-block-deleted","declarations":1},{"selector":".Counter:empty","declarations":1},{"selector":".State--small .octicon","declarations":1},{"selector":".State--red","declarations":1},{"selector":".State--purple","declarations":1},{"selector":".State--green","declarations":1},{"selector":".Label--orange","declarations":1},{"selector":".Label--gray-darker","declarations":1},{"selector":".label:hover,.Label:hover","declarations":1},{"selector":".labels","declarations":1},{"selector":".IssueLabel--big:hover","declarations":1},{"selector":".IssueLabel:hover","declarations":1}]},"selectors":{"total":34,"type":0,"class":34,"id":0,"pseudoClass":5,"pseudoElement":0,"values":[".IssueLabel",".IssueLabel .g-emoji",".IssueLabel:hover",".IssueLabel--big",".IssueLabel--big .g-emoji",".IssueLabel--big:hover",".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:empty",".Counter--gray-light",".Counter--gray",".diffstat",".diffstat-block-deleted",".diffstat-block-added",".diffstat-block-neutral",".diffstat-block-deleted",".diffstat-block-added",".diffstat-block-neutral"],"specificity":{"max":20,"average":12.352941176470589}},"declarations":{"total":84,"unique":51,"properties":{"height":["20px","8px"],"padding":["0.15em 4px","4px 8px","3px 4px","4px 8px",".125em 4px","2px 5px"],"font-size":["12px","1em","14px","12px","12px","12px","12px"],"font-weight":["600","600","600","400","600","600","600"],"line-height":["15px","1","1","20px","1"],"border-radius":["2px","3px","2px","3px","20px"],"box-shadow":["inset 0 -1px 0 rgba(27,31,35,0.12)","inset 0 -1px 0 rgba(27,31,35,0.12)","none"],"position":["relative","relative"],"top":["-0.05em"],"display":["inline-block","inline-block","inline-block","inline-block","inline-block","inline-block"],"text-decoration":["none","none"],"transition":["opacity 0.2s linear"],"margin-top":["-1px","-1px"],"opacity":["0.85"],"color":["#fff","#586069","#586069","#28a745","#fff","#586069","#24292e","#fff","#586069"],"background-color":["#eaecef","transparent","#6a737d","#d15704","#6a737d","#2cbe4e","#6f42c1","#cb2431","rgba(27,31,35,0.08)","rgba(27,31,35,0.15)","#6a737d","#cb2431","#2cbe4e","#d1d5da"],"margin-bottom":["-1px"],"border":["1px solid rgba(27,31,35,0.15)","1px solid #34d058"],"text-align":["center"],"white-space":["nowrap","nowrap"],"width":["1em","8px"],"visibility":["hidden"],"cursor":["default"],"margin-left":["1px"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/layout.json b/assets/sass/@primer/css/dist/stats/layout.json deleted file mode 100644 index b7c2197..0000000 --- a/assets/sass/@primer/css/dist/stats/layout.json +++ /dev/null @@ -1 +0,0 @@ -{"size":6585,"gzipSize":944,"humanizedSize":"6KB","humanizedGzipSize":"944B","rules":{"total":149,"size":{"graph":[3,3,3,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,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],"max":3,"average":1.25503355704698},"selectorByRuleSizes":[{"selector":".container-xl","declarations":3},{"selector":".container-lg","declarations":3},{"selector":".container-md","declarations":3},{"selector":".container-sm","declarations":3},{"selector":".gutter-xl-spacious>[class*=\"col-\"]","declarations":2},{"selector":".gutter-xl-spacious","declarations":2},{"selector":".gutter-xl-condensed>[class*=\"col-\"]","declarations":2},{"selector":".gutter-xl-condensed","declarations":2},{"selector":".gutter-xl>[class*=\"col-\"]","declarations":2},{"selector":".gutter-xl","declarations":2},{"selector":".gutter-lg-spacious>[class*=\"col-\"]","declarations":2},{"selector":".gutter-lg-spacious","declarations":2},{"selector":".gutter-lg-condensed>[class*=\"col-\"]","declarations":2},{"selector":".gutter-lg-condensed","declarations":2},{"selector":".gutter-lg>[class*=\"col-\"]","declarations":2},{"selector":".gutter-lg","declarations":2},{"selector":".gutter-md-spacious>[class*=\"col-\"]","declarations":2},{"selector":".gutter-md-spacious","declarations":2},{"selector":".gutter-md-condensed>[class*=\"col-\"]","declarations":2},{"selector":".gutter-md-condensed","declarations":2},{"selector":".gutter-md>[class*=\"col-\"]","declarations":2},{"selector":".gutter-md","declarations":2},{"selector":".gutter-sm-spacious>[class*=\"col-\"]","declarations":2},{"selector":".gutter-sm-spacious","declarations":2},{"selector":".gutter-sm-condensed>[class*=\"col-\"]","declarations":2},{"selector":".gutter-sm-condensed","declarations":2},{"selector":".gutter-sm>[class*=\"col-\"]","declarations":2},{"selector":".gutter-sm","declarations":2},{"selector":".gutter-spacious>[class*=\"col-\"]","declarations":2},{"selector":".gutter-spacious","declarations":2},{"selector":".gutter-condensed>[class*=\"col-\"]","declarations":2},{"selector":".gutter-condensed","declarations":2},{"selector":".gutter>[class*=\"col-\"]","declarations":2},{"selector":".gutter","declarations":2},{"selector":".offset-xl-11","declarations":1},{"selector":".offset-xl-10","declarations":1},{"selector":".offset-xl-9","declarations":1},{"selector":".offset-xl-8","declarations":1},{"selector":".offset-xl-7","declarations":1},{"selector":".offset-xl-6","declarations":1},{"selector":".offset-xl-5","declarations":1},{"selector":".offset-xl-4","declarations":1},{"selector":".offset-xl-3","declarations":1},{"selector":".offset-xl-2","declarations":1},{"selector":".offset-xl-1","declarations":1},{"selector":".offset-lg-11","declarations":1},{"selector":".offset-lg-10","declarations":1},{"selector":".offset-lg-9","declarations":1},{"selector":".offset-lg-8","declarations":1},{"selector":".offset-lg-7","declarations":1},{"selector":".offset-lg-6","declarations":1},{"selector":".offset-lg-5","declarations":1},{"selector":".offset-lg-4","declarations":1},{"selector":".offset-lg-3","declarations":1},{"selector":".offset-lg-2","declarations":1},{"selector":".offset-lg-1","declarations":1},{"selector":".offset-md-11","declarations":1},{"selector":".offset-md-10","declarations":1},{"selector":".offset-md-9","declarations":1},{"selector":".offset-md-8","declarations":1},{"selector":".offset-md-7","declarations":1},{"selector":".offset-md-6","declarations":1},{"selector":".offset-md-5","declarations":1},{"selector":".offset-md-4","declarations":1},{"selector":".offset-md-3","declarations":1},{"selector":".offset-md-2","declarations":1},{"selector":".offset-md-1","declarations":1},{"selector":".offset-sm-11","declarations":1},{"selector":".offset-sm-10","declarations":1},{"selector":".offset-sm-9","declarations":1},{"selector":".offset-sm-8","declarations":1},{"selector":".offset-sm-7","declarations":1},{"selector":".offset-sm-6","declarations":1},{"selector":".offset-sm-5","declarations":1},{"selector":".offset-sm-4","declarations":1},{"selector":".offset-sm-3","declarations":1},{"selector":".offset-sm-2","declarations":1},{"selector":".offset-sm-1","declarations":1},{"selector":".offset-11","declarations":1},{"selector":".offset-10","declarations":1},{"selector":".offset-9","declarations":1},{"selector":".offset-8","declarations":1},{"selector":".offset-7","declarations":1},{"selector":".offset-6","declarations":1},{"selector":".offset-5","declarations":1},{"selector":".offset-4","declarations":1},{"selector":".offset-3","declarations":1},{"selector":".offset-2","declarations":1},{"selector":".offset-1","declarations":1},{"selector":".col-xl-12","declarations":1},{"selector":".col-xl-11","declarations":1},{"selector":".col-xl-10","declarations":1},{"selector":".col-xl-9","declarations":1},{"selector":".col-xl-8","declarations":1},{"selector":".col-xl-7","declarations":1},{"selector":".col-xl-6","declarations":1},{"selector":".col-xl-5","declarations":1},{"selector":".col-xl-4","declarations":1},{"selector":".col-xl-3","declarations":1},{"selector":".col-xl-2","declarations":1},{"selector":".col-xl-1","declarations":1},{"selector":".col-lg-12","declarations":1},{"selector":".col-lg-11","declarations":1},{"selector":".col-lg-10","declarations":1},{"selector":".col-lg-9","declarations":1},{"selector":".col-lg-8","declarations":1},{"selector":".col-lg-7","declarations":1},{"selector":".col-lg-6","declarations":1},{"selector":".col-lg-5","declarations":1},{"selector":".col-lg-4","declarations":1},{"selector":".col-lg-3","declarations":1},{"selector":".col-lg-2","declarations":1},{"selector":".col-lg-1","declarations":1},{"selector":".col-md-12","declarations":1},{"selector":".col-md-11","declarations":1},{"selector":".col-md-10","declarations":1},{"selector":".col-md-9","declarations":1},{"selector":".col-md-8","declarations":1},{"selector":".col-md-7","declarations":1},{"selector":".col-md-6","declarations":1},{"selector":".col-md-5","declarations":1},{"selector":".col-md-4","declarations":1},{"selector":".col-md-3","declarations":1},{"selector":".col-md-2","declarations":1},{"selector":".col-md-1","declarations":1},{"selector":".col-sm-12","declarations":1},{"selector":".col-sm-11","declarations":1},{"selector":".col-sm-10","declarations":1},{"selector":".col-sm-9","declarations":1},{"selector":".col-sm-8","declarations":1},{"selector":".col-sm-7","declarations":1},{"selector":".col-sm-6","declarations":1},{"selector":".col-sm-5","declarations":1},{"selector":".col-sm-4","declarations":1},{"selector":".col-sm-3","declarations":1},{"selector":".col-sm-2","declarations":1},{"selector":".col-sm-1","declarations":1},{"selector":".col-12","declarations":1},{"selector":".col-11","declarations":1},{"selector":".col-10","declarations":1},{"selector":".col-9","declarations":1},{"selector":".col-8","declarations":1},{"selector":".col-7","declarations":1},{"selector":".col-6","declarations":1},{"selector":".col-5","declarations":1},{"selector":".col-4","declarations":1},{"selector":".col-3","declarations":1},{"selector":".col-2","declarations":1},{"selector":".col-1","declarations":1}]},"selectors":{"total":149,"type":0,"class":149,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".container-sm",".container-md",".container-lg",".container-xl",".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"],"specificity":{"max":20,"average":11.006711409395972}},"declarations":{"total":187,"unique":41,"properties":{"max-width":["544px","768px","1012px","1280px"],"margin-right":["auto","auto","auto","auto","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px"],"margin-left":["auto","auto","auto","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%"],"width":["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%"],"padding-right":["16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px"],"padding-left":["16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px"]}},"mediaQueries":{"total":12,"unique":4,"values":["(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)"],"contents":[{"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},"selectorByRuleSizes":[{"selector":",.col-sm-12","declarations":1},{"selector":",.col-sm-11","declarations":1},{"selector":",.col-sm-10","declarations":1},{"selector":",.col-sm-9","declarations":1},{"selector":",.col-sm-8","declarations":1},{"selector":",.col-sm-7","declarations":1},{"selector":",.col-sm-6","declarations":1},{"selector":",.col-sm-5","declarations":1},{"selector":",.col-sm-4","declarations":1},{"selector":",.col-sm-3","declarations":1},{"selector":",.col-sm-2","declarations":1},{"selector":".col-sm-1","declarations":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},"selectorByRuleSizes":[{"selector":",.col-md-12","declarations":1},{"selector":",.col-md-11","declarations":1},{"selector":",.col-md-10","declarations":1},{"selector":",.col-md-9","declarations":1},{"selector":",.col-md-8","declarations":1},{"selector":",.col-md-7","declarations":1},{"selector":",.col-md-6","declarations":1},{"selector":",.col-md-5","declarations":1},{"selector":",.col-md-4","declarations":1},{"selector":",.col-md-3","declarations":1},{"selector":",.col-md-2","declarations":1},{"selector":".col-md-1","declarations":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},"selectorByRuleSizes":[{"selector":",.col-lg-12","declarations":1},{"selector":",.col-lg-11","declarations":1},{"selector":",.col-lg-10","declarations":1},{"selector":",.col-lg-9","declarations":1},{"selector":",.col-lg-8","declarations":1},{"selector":",.col-lg-7","declarations":1},{"selector":",.col-lg-6","declarations":1},{"selector":",.col-lg-5","declarations":1},{"selector":",.col-lg-4","declarations":1},{"selector":",.col-lg-3","declarations":1},{"selector":",.col-lg-2","declarations":1},{"selector":".col-lg-1","declarations":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},"selectorByRuleSizes":[{"selector":",.col-xl-12","declarations":1},{"selector":",.col-xl-11","declarations":1},{"selector":",.col-xl-10","declarations":1},{"selector":",.col-xl-9","declarations":1},{"selector":",.col-xl-8","declarations":1},{"selector":",.col-xl-7","declarations":1},{"selector":",.col-xl-6","declarations":1},{"selector":",.col-xl-5","declarations":1},{"selector":",.col-xl-4","declarations":1},{"selector":",.col-xl-3","declarations":1},{"selector":",.col-xl-2","declarations":1},{"selector":".col-xl-1","declarations":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},"selectorByRuleSizes":[{"selector":",.gutter-sm-spacious>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-sm-spacious","declarations":2},{"selector":",.gutter-sm-condensed>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-sm-condensed","declarations":2},{"selector":",.gutter-sm>[class*=\"col-\"]","declarations":2},{"selector":".gutter-sm","declarations":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},"selectorByRuleSizes":[{"selector":",.gutter-md-spacious>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-md-spacious","declarations":2},{"selector":",.gutter-md-condensed>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-md-condensed","declarations":2},{"selector":",.gutter-md>[class*=\"col-\"]","declarations":2},{"selector":".gutter-md","declarations":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},"selectorByRuleSizes":[{"selector":",.gutter-lg-spacious>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-lg-spacious","declarations":2},{"selector":",.gutter-lg-condensed>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-lg-condensed","declarations":2},{"selector":",.gutter-lg>[class*=\"col-\"]","declarations":2},{"selector":".gutter-lg","declarations":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},"selectorByRuleSizes":[{"selector":",.gutter-xl-spacious>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-xl-spacious","declarations":2},{"selector":",.gutter-xl-condensed>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-xl-condensed","declarations":2},{"selector":",.gutter-xl>[class*=\"col-\"]","declarations":2},{"selector":".gutter-xl","declarations":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},"selectorByRuleSizes":[{"selector":",.offset-sm-11","declarations":1},{"selector":",.offset-sm-10","declarations":1},{"selector":",.offset-sm-9","declarations":1},{"selector":",.offset-sm-8","declarations":1},{"selector":",.offset-sm-7","declarations":1},{"selector":",.offset-sm-6","declarations":1},{"selector":",.offset-sm-5","declarations":1},{"selector":",.offset-sm-4","declarations":1},{"selector":",.offset-sm-3","declarations":1},{"selector":",.offset-sm-2","declarations":1},{"selector":".offset-sm-1","declarations":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},"selectorByRuleSizes":[{"selector":",.offset-md-11","declarations":1},{"selector":",.offset-md-10","declarations":1},{"selector":",.offset-md-9","declarations":1},{"selector":",.offset-md-8","declarations":1},{"selector":",.offset-md-7","declarations":1},{"selector":",.offset-md-6","declarations":1},{"selector":",.offset-md-5","declarations":1},{"selector":",.offset-md-4","declarations":1},{"selector":",.offset-md-3","declarations":1},{"selector":",.offset-md-2","declarations":1},{"selector":".offset-md-1","declarations":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},"selectorByRuleSizes":[{"selector":",.offset-lg-11","declarations":1},{"selector":",.offset-lg-10","declarations":1},{"selector":",.offset-lg-9","declarations":1},{"selector":",.offset-lg-8","declarations":1},{"selector":",.offset-lg-7","declarations":1},{"selector":",.offset-lg-6","declarations":1},{"selector":",.offset-lg-5","declarations":1},{"selector":",.offset-lg-4","declarations":1},{"selector":",.offset-lg-3","declarations":1},{"selector":",.offset-lg-2","declarations":1},{"selector":".offset-lg-1","declarations":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},"selectorByRuleSizes":[{"selector":",.offset-xl-11","declarations":1},{"selector":",.offset-xl-10","declarations":1},{"selector":",.offset-xl-9","declarations":1},{"selector":",.offset-xl-8","declarations":1},{"selector":",.offset-xl-7","declarations":1},{"selector":",.offset-xl-6","declarations":1},{"selector":",.offset-xl-5","declarations":1},{"selector":",.offset-xl-4","declarations":1},{"selector":",.offset-xl-3","declarations":1},{"selector":",.offset-xl-2","declarations":1},{"selector":".offset-xl-1","declarations":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%"]}}}]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/loaders.json b/assets/sass/@primer/css/dist/stats/loaders.json deleted file mode 100644 index d91e2d8..0000000 --- a/assets/sass/@primer/css/dist/stats/loaders.json +++ /dev/null @@ -1 +0,0 @@ -{"size":278,"gzipSize":186,"humanizedSize":"278B","humanizedGzipSize":"186B","rules":{"total":3,"size":{"graph":[3,3,1],"max":3,"average":2.3333333333333335},"selectorByRuleSizes":[{"selector":".AnimatedEllipsis::after","declarations":3},{"selector":".AnimatedEllipsis","declarations":3},{"selector":"0%","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":1,"values":[".AnimatedEllipsis",".AnimatedEllipsis::after"],"specificity":{"max":11,"average":10.5}},"declarations":{"total":7,"unique":6,"properties":{"display":["inline-block","inline-block"],"overflow":["hidden"],"vertical-align":["bottom"],"content":["\"...\""],"animation":["AnimatedEllipsis-keyframes 1.2s steps(4, jump-none) infinite"],"transform":["translateX(-100%)"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/markdown.json b/assets/sass/@primer/css/dist/stats/markdown.json deleted file mode 100644 index ec98a22..0000000 --- a/assets/sass/@primer/css/dist/stats/markdown.json +++ /dev/null @@ -1 +0,0 @@ -{"size":6519,"gzipSize":1611,"humanizedSize":"6KB","humanizedGzipSize":"2KB","rules":{"total":72,"size":{"graph":[4,11,2,3,1,1,2,1,4,1,2,5,3,1,1,4,3,1,1,1,3,3,1,1,1,2,1,2,2,1,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,5,1,1,1,7,1,2,6,9,6,4,1,3],"max":11,"average":2.638888888888889},"selectorByRuleSizes":[{"selector":".markdown-body kbd","declarations":11},{"selector":".markdown-body pre code,.markdown-body pre tt","declarations":9},{"selector":".markdown-body pre>code","declarations":7},{"selector":".markdown-body span.frame>span","declarations":7},{"selector":".markdown-body .csv-data td,.markdown-body .csv-data th","declarations":6},{"selector":".markdown-body .highlight pre,.markdown-body pre","declarations":6},{"selector":".markdown-body code,.markdown-body tt","declarations":5},{"selector":".markdown-body dl dt","declarations":5},{"selector":".markdown-body hr","declarations":5},{"selector":".markdown-body .csv-data .blob-num","declarations":4},{"selector":".markdown-body span.float-right>span","declarations":4},{"selector":".markdown-body span.float-right","declarations":4},{"selector":".markdown-body span.float-left","declarations":4},{"selector":".markdown-body span.align-right>span","declarations":4},{"selector":".markdown-body span.align-center>span","declarations":4},{"selector":".markdown-body span.frame span span","declarations":4},{"selector":".markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6","declarations":4},{"selector":".markdown-body .anchor","declarations":4},{"selector":".markdown-body","declarations":4},{"selector":".markdown-body .csv-data th","declarations":3},{"selector":".markdown-body span.align-right","declarations":3},{"selector":".markdown-body span.align-center","declarations":3},{"selector":".markdown-body .emoji","declarations":3},{"selector":".markdown-body img","declarations":3},{"selector":".markdown-body table","declarations":3},{"selector":".markdown-body h2","declarations":3},{"selector":".markdown-body h1","declarations":3},{"selector":".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","declarations":3},{"selector":".markdown-body blockquote","declarations":3},{"selector":".markdown-body::after","declarations":3},{"selector":".markdown-body .highlight pre","declarations":2},{"selector":".markdown-body span.align-right span img","declarations":2},{"selector":".markdown-body span.align-center span img","declarations":2},{"selector":".markdown-body span.frame span img","declarations":2},{"selector":".markdown-body span.frame","declarations":2},{"selector":".markdown-body table tr","declarations":2},{"selector":".markdown-body table th,.markdown-body table td","declarations":2},{"selector":".markdown-body dl dd","declarations":2},{"selector":".markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul","declarations":2},{"selector":".markdown-body ul.no-list,.markdown-body ol.no-list","declarations":2},{"selector":".markdown-body h6","declarations":2},{"selector":".markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre,.markdown-body details","declarations":2},{"selector":".markdown-body a:not([href])","declarations":2},{"selector":".markdown-body::before","declarations":2},{"selector":".markdown-body .csv-data tr","declarations":1},{"selector":".markdown-body .highlight","declarations":1},{"selector":".markdown-body pre","declarations":1},{"selector":".markdown-body del code","declarations":1},{"selector":".markdown-body code br,.markdown-body tt br","declarations":1},{"selector":".markdown-body span.float-left span","declarations":1},{"selector":".markdown-body img[align=left]","declarations":1},{"selector":".markdown-body img[align=right]","declarations":1},{"selector":".markdown-body table img","declarations":1},{"selector":".markdown-body table tr:nth-child(2n)","declarations":1},{"selector":".markdown-body table th","declarations":1},{"selector":".markdown-body dl","declarations":1},{"selector":".markdown-body li+li","declarations":1},{"selector":".markdown-body li>p","declarations":1},{"selector":".markdown-body li","declarations":1},{"selector":".markdown-body ul,.markdown-body ol","declarations":1},{"selector":".markdown-body h5","declarations":1},{"selector":".markdown-body h4","declarations":1},{"selector":".markdown-body h3","declarations":1},{"selector":".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","declarations":1},{"selector":".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","declarations":1},{"selector":".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","declarations":1},{"selector":".markdown-body blockquote>:last-child","declarations":1},{"selector":".markdown-body blockquote>:first-child","declarations":1},{"selector":".markdown-body .anchor:focus","declarations":1},{"selector":".markdown-body .absent","declarations":1},{"selector":".markdown-body>*:last-child","declarations":1},{"selector":".markdown-body>*:first-child","declarations":1}]},"selectors":{"total":121,"type":110,"class":121,"id":0,"pseudoClass":19,"pseudoElement":2,"values":[".markdown-body",".markdown-body kbd",".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 details",".markdown-body hr",".markdown-body blockquote",".markdown-body blockquote>:first-child",".markdown-body blockquote>:last-child",".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",".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 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 .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":17.41322314049587}},"declarations":{"total":190,"unique":112,"properties":{"font-family":["-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\""],"font-size":["16px","inherit","2em","1.5em","1.25em","1em","0.875em","0.85em","1em","85%","100%","85%","12px"],"line-height":["1.5","10px","1","1.25","1.45","inherit","1"],"word-wrap":["break-word","break-all","normal","normal"],"display":["inline-block","table","table","block","block","block","block","block","block","block","block","block","block","block","block","none","inline"],"padding":["3px 5px","0","0 1em","0","0","0","0 16px","6px 13px","7px","5px 0 0","0.2em 0.4em","0","16px","0","5px","10px 8px 9px"],"font":["11px \"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace"],"color":["#444d56","inherit","#cb2431","#6a737d","#1b1f23","#6a737d","#24292e"],"vertical-align":["middle","middle","text-top"],"background-color":["#fafbfc","#e1e4e8","#fff","#f6f8fa","transparent","#fff","transparent","rgba(27,31,35,0.05)","#f6f8fa","transparent"],"border":["solid 1px #d1d5da","0","1px solid #dfe2e5","1px solid #dfe2e5","0","0","0"],"border-bottom-color":["#d1d5da"],"border-radius":["3px","3px","3px"],"box-shadow":["inset 0 -1px 0 #d1d5da"],"content":["\"\"","\"\""],"clear":["both","both","both","both"],"margin-top":["0","0","0","24px","0","16px",".25em","16px"],"margin-bottom":["0","16px","0","16px","0","16px","16px","0"],"text-decoration":["none","none","inherit"],"float":["left","left","left","left","right"],"padding-right":["4px","20px"],"margin-left":["-20px","13px"],"outline":["none"],"height":[".25em"],"margin":["24px 0","13px 0 0","13px auto 0","0 auto","13px 0 0","0","13px 0 0","13px auto 0","0","0","0"],"border-left":["0.25em solid #dfe2e5"],"font-weight":["600","600","600","600"],"visibility":["hidden","visible"],"padding-bottom":["0.3em","0.3em"],"border-bottom":["1px solid #eaecef","1px solid #eaecef"],"padding-left":["2em","20px"],"list-style-type":["none"],"font-style":["italic"],"width":["100%","auto"],"overflow":["auto","hidden","hidden","hidden","hidden","hidden","hidden","hidden","hidden","hidden","auto","visible","hidden"],"border-top":["1px solid #c6cbd1","0","0"],"max-width":["100%","none","auto"],"box-sizing":["content-box"],"text-align":["center","center","right","right","right","left","right"],"margin-right":["13px"],"word-break":["normal","normal"],"white-space":["pre","nowrap"],"background":["transparent","#fff","#f6f8fa"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/marketing-buttons.json b/assets/sass/@primer/css/dist/stats/marketing-buttons.json deleted file mode 100644 index f2450c4..0000000 --- a/assets/sass/@primer/css/dist/stats/marketing-buttons.json +++ /dev/null @@ -1 +0,0 @@ -{"size":1872,"gzipSize":650,"humanizedSize":"2KB","humanizedGzipSize":"650B","rules":{"total":12,"size":{"graph":[19,3,2,3,2,2,1,2,3,4,4,4],"max":19,"average":4.083333333333333},"selectorByRuleSizes":[{"selector":".btn-mktg","declarations":19},{"selector":".btn-transparent:hover,.btn-transparent:active","declarations":4},{"selector":".btn-transparent","declarations":4},{"selector":".btn-outline-mktg:hover","declarations":4},{"selector":".btn-outline-mktg","declarations":3},{"selector":".btn-mktg:disabled,.btn-mktg.disabled,.btn-mktg[aria-disabled=true]","declarations":3},{"selector":".btn-mktg:hover","declarations":3},{"selector":".btn-large-mktg","declarations":2},{"selector":".btn-primary-mktg:hover","declarations":2},{"selector":".btn-primary-mktg","declarations":2},{"selector":".btn-mktg:focus","declarations":2},{"selector":".btn-primary-mktg:focus","declarations":1}]},"selectors":{"total":15,"type":0,"class":15,"id":0,"pseudoClass":8,"pseudoElement":0,"values":[".btn-mktg",".btn-mktg:hover",".btn-mktg:focus",".btn-mktg:disabled",".btn-mktg.disabled",".btn-mktg[aria-disabled=true]",".btn-primary-mktg",".btn-primary-mktg:hover",".btn-primary-mktg:focus",".btn-large-mktg",".btn-outline-mktg",".btn-outline-mktg:hover",".btn-transparent",".btn-transparent:hover",".btn-transparent:active"],"specificity":{"max":20,"average":16.666666666666668}},"declarations":{"total":49,"unique":45,"properties":{"display":["inline-block"],"padding":["16px 24px","20px 32px"],"font-size":["14px","16px"],"font-weight":["500"],"color":["#fff","#1074e7","#0366d6","#fff","#2f363d"],"white-space":["nowrap"],"vertical-align":["middle"],"cursor":["pointer","default"],"-webkit-user-select":["none"],"-moz-user-select":["none"],"-ms-user-select":["none"],"user-select":["none"],"background-color":["#1074e7","#0366d6","#2ebc4f","#28a745","rgba(255,255,255,0)","rgba(255,255,255,0)","transparent","#fff"],"border":["1px solid #1074e7","1px solid rgba(255,255,255,0.5)"],"border-radius":["3px"],"transition":[".2s"],"-webkit-appearance":["none"],"-moz-appearance":["none"],"appearance":["none"],"text-decoration":["none","none"],"border-color":["#0366d6","#2ebc4f","#28a745","rgba(16,116,231,0.5)","#1074e7","#fff"],"outline":["0"],"box-shadow":["0 0 0 0.2em rgba(3,102,214,0.3)","0 0 0 0.2em rgba(40,167,69,0.3)"],"pointer-events":["none"],"opacity":["0.65"],"background-image":["none","none"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/marketing-support.json b/assets/sass/@primer/css/dist/stats/marketing-support.json deleted file mode 100644 index ae5ea40..0000000 --- a/assets/sass/@primer/css/dist/stats/marketing-support.json +++ /dev/null @@ -1 +0,0 @@ -{"size":517,"gzipSize":183,"humanizedSize":"517B","humanizedGzipSize":"183B","rules":{"total":0,"size":{"graph":[],"max":0,"average":0},"selectorByRuleSizes":[]},"selectors":{"total":0,"type":0,"class":0,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[],"specificity":{"max":0,"average":0}},"declarations":{"total":0,"unique":0,"properties":{}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/marketing-type.json b/assets/sass/@primer/css/dist/stats/marketing-type.json deleted file mode 100644 index a8909b0..0000000 --- a/assets/sass/@primer/css/dist/stats/marketing-type.json +++ /dev/null @@ -1 +0,0 @@ -{"size":1856,"gzipSize":579,"humanizedSize":"2KB","humanizedGzipSize":"579B","rules":{"total":19,"size":{"graph":[2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,9,5],"max":9,"average":1.736842105263158},"selectorByRuleSizes":[{"selector":".pullquote","declarations":9},{"selector":".pullquote","declarations":5},{"selector":".lead-mktg","declarations":2},{"selector":".h000-mktg,.h00-mktg,.h0-mktg,.h1-mktg,.h2-mktg,.h3-mktg,.h4-mktg,.h5-mktg,.h6-mktg,.lead-mktg","declarations":2},{"selector":".h6-mktg","declarations":1},{"selector":".h5-mktg","declarations":1},{"selector":".h4-mktg","declarations":1},{"selector":".h3-mktg","declarations":1},{"selector":".h3-mktg","declarations":1},{"selector":".h2-mktg","declarations":1},{"selector":".h2-mktg","declarations":1},{"selector":".h1-mktg","declarations":1},{"selector":".h1-mktg","declarations":1},{"selector":".h0-mktg","declarations":1},{"selector":".h0-mktg","declarations":1},{"selector":".h00-mktg","declarations":1},{"selector":".h00-mktg","declarations":1},{"selector":".h000-mktg","declarations":1},{"selector":".h000-mktg","declarations":1}]},"selectors":{"total":28,"type":0,"class":28,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h000-mktg",".h00-mktg",".h0-mktg",".h1-mktg",".h2-mktg",".h3-mktg",".h4-mktg",".h5-mktg",".h6-mktg",".lead-mktg",".h000-mktg",".h000-mktg",".h00-mktg",".h00-mktg",".h0-mktg",".h0-mktg",".h1-mktg",".h1-mktg",".h2-mktg",".h2-mktg",".h3-mktg",".h3-mktg",".h4-mktg",".h5-mktg",".h6-mktg",".lead-mktg",".pullquote",".pullquote"],"specificity":{"max":10,"average":10}},"declarations":{"total":33,"unique":27,"properties":{"font-family":["Inter,-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\"","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace"],"font-weight":["500","400"],"font-size":["48px","64px","40px","48px","32px","40px","26px","32px","22px","24px","18px","20px","16px","14px","12px","20px","16px","18px"],"padding-top":["0"],"padding-bottom":["0"],"padding-left":["8px","12px"],"margin-bottom":["24px","32px"],"line-height":["1.4","1.5"],"color":["#586069"],"border-left":["3px solid #e1e4e8"],"margin-left":["-15px"]}},"mediaQueries":{"total":7,"unique":1,"values":["(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)"],"contents":[{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".h000-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h000-mktg"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["64px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".h00-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h00-mktg"],"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},"selectorByRuleSizes":[{"selector":".h0-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h0-mktg"],"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},"selectorByRuleSizes":[{"selector":".h1-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h1-mktg"],"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},"selectorByRuleSizes":[{"selector":".h2-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h2-mktg"],"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},"selectorByRuleSizes":[{"selector":".h3-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h3-mktg"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["20px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[5],"max":5,"average":5},"selectorByRuleSizes":[{"selector":".pullquote","declarations":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"]}}}]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/marketing-utilities.json b/assets/sass/@primer/css/dist/stats/marketing-utilities.json deleted file mode 100644 index 39c4086..0000000 --- a/assets/sass/@primer/css/dist/stats/marketing-utilities.json +++ /dev/null @@ -1 +0,0 @@ -{"size":37723,"gzipSize":4510,"humanizedSize":"37KB","humanizedGzipSize":"4KB","rules":{"total":933,"size":{"graph":[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,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,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,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,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,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,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2],"max":2,"average":1.1393354769560557},"selectorByRuleSizes":[{"selector":".py-xl-12","declarations":2},{"selector":".py-xl-11","declarations":2},{"selector":".py-xl-10","declarations":2},{"selector":".py-xl-9","declarations":2},{"selector":".py-xl-8","declarations":2},{"selector":".py-xl-7","declarations":2},{"selector":".py-xl-6","declarations":2},{"selector":".py-xl-5","declarations":2},{"selector":".py-xl-4","declarations":2},{"selector":".py-xl-3","declarations":2},{"selector":".py-xl-2","declarations":2},{"selector":".py-xl-1","declarations":2},{"selector":".py-xl-0","declarations":2},{"selector":".py-lg-12","declarations":2},{"selector":".py-lg-11","declarations":2},{"selector":".py-lg-10","declarations":2},{"selector":".py-lg-9","declarations":2},{"selector":".py-lg-8","declarations":2},{"selector":".py-lg-7","declarations":2},{"selector":".py-lg-6","declarations":2},{"selector":".py-lg-5","declarations":2},{"selector":".py-lg-4","declarations":2},{"selector":".py-lg-3","declarations":2},{"selector":".py-lg-2","declarations":2},{"selector":".py-lg-1","declarations":2},{"selector":".py-lg-0","declarations":2},{"selector":".py-md-12","declarations":2},{"selector":".py-md-11","declarations":2},{"selector":".py-md-10","declarations":2},{"selector":".py-md-9","declarations":2},{"selector":".py-md-8","declarations":2},{"selector":".py-md-7","declarations":2},{"selector":".py-md-6","declarations":2},{"selector":".py-md-5","declarations":2},{"selector":".py-md-4","declarations":2},{"selector":".py-md-3","declarations":2},{"selector":".py-md-2","declarations":2},{"selector":".py-md-1","declarations":2},{"selector":".py-md-0","declarations":2},{"selector":".py-sm-12","declarations":2},{"selector":".py-sm-11","declarations":2},{"selector":".py-sm-10","declarations":2},{"selector":".py-sm-9","declarations":2},{"selector":".py-sm-8","declarations":2},{"selector":".py-sm-7","declarations":2},{"selector":".py-sm-6","declarations":2},{"selector":".py-sm-5","declarations":2},{"selector":".py-sm-4","declarations":2},{"selector":".py-sm-3","declarations":2},{"selector":".py-sm-2","declarations":2},{"selector":".py-sm-1","declarations":2},{"selector":".py-sm-0","declarations":2},{"selector":".py-12","declarations":2},{"selector":".py-11","declarations":2},{"selector":".py-10","declarations":2},{"selector":".py-9","declarations":2},{"selector":".py-8","declarations":2},{"selector":".py-7","declarations":2},{"selector":".py-6","declarations":2},{"selector":".py-5","declarations":2},{"selector":".py-4","declarations":2},{"selector":".py-3","declarations":2},{"selector":".py-2","declarations":2},{"selector":".py-1","declarations":2},{"selector":".py-0","declarations":2},{"selector":".my-xl-12","declarations":2},{"selector":".my-xl-11","declarations":2},{"selector":".my-xl-10","declarations":2},{"selector":".my-xl-9","declarations":2},{"selector":".my-xl-8","declarations":2},{"selector":".my-xl-7","declarations":2},{"selector":".my-xl-6","declarations":2},{"selector":".my-xl-5","declarations":2},{"selector":".my-xl-4","declarations":2},{"selector":".my-xl-3","declarations":2},{"selector":".my-xl-2","declarations":2},{"selector":".my-xl-1","declarations":2},{"selector":".my-xl-0","declarations":2},{"selector":".my-lg-12","declarations":2},{"selector":".my-lg-11","declarations":2},{"selector":".my-lg-10","declarations":2},{"selector":".my-lg-9","declarations":2},{"selector":".my-lg-8","declarations":2},{"selector":".my-lg-7","declarations":2},{"selector":".my-lg-6","declarations":2},{"selector":".my-lg-5","declarations":2},{"selector":".my-lg-4","declarations":2},{"selector":".my-lg-3","declarations":2},{"selector":".my-lg-2","declarations":2},{"selector":".my-lg-1","declarations":2},{"selector":".my-lg-0","declarations":2},{"selector":".my-md-12","declarations":2},{"selector":".my-md-11","declarations":2},{"selector":".my-md-10","declarations":2},{"selector":".my-md-9","declarations":2},{"selector":".my-md-8","declarations":2},{"selector":".my-md-7","declarations":2},{"selector":".my-md-6","declarations":2},{"selector":".my-md-5","declarations":2},{"selector":".my-md-4","declarations":2},{"selector":".my-md-3","declarations":2},{"selector":".my-md-2","declarations":2},{"selector":".my-md-1","declarations":2},{"selector":".my-md-0","declarations":2},{"selector":".my-sm-12","declarations":2},{"selector":".my-sm-11","declarations":2},{"selector":".my-sm-10","declarations":2},{"selector":".my-sm-9","declarations":2},{"selector":".my-sm-8","declarations":2},{"selector":".my-sm-7","declarations":2},{"selector":".my-sm-6","declarations":2},{"selector":".my-sm-5","declarations":2},{"selector":".my-sm-4","declarations":2},{"selector":".my-sm-3","declarations":2},{"selector":".my-sm-2","declarations":2},{"selector":".my-sm-1","declarations":2},{"selector":".my-sm-0","declarations":2},{"selector":".my-12","declarations":2},{"selector":".my-11","declarations":2},{"selector":".my-10","declarations":2},{"selector":".my-9","declarations":2},{"selector":".my-8","declarations":2},{"selector":".my-7","declarations":2},{"selector":".my-6","declarations":2},{"selector":".my-5","declarations":2},{"selector":".my-4","declarations":2},{"selector":".my-3","declarations":2},{"selector":".my-2","declarations":2},{"selector":".my-1","declarations":2},{"selector":".my-0","declarations":2},{"selector":".pl-xl-12","declarations":1},{"selector":".pb-xl-12","declarations":1},{"selector":".pr-xl-12","declarations":1},{"selector":".pt-xl-12","declarations":1},{"selector":".p-xl-12","declarations":1},{"selector":".pl-xl-11","declarations":1},{"selector":".pb-xl-11","declarations":1},{"selector":".pr-xl-11","declarations":1},{"selector":".pt-xl-11","declarations":1},{"selector":".p-xl-11","declarations":1},{"selector":".pl-xl-10","declarations":1},{"selector":".pb-xl-10","declarations":1},{"selector":".pr-xl-10","declarations":1},{"selector":".pt-xl-10","declarations":1},{"selector":".p-xl-10","declarations":1},{"selector":".pl-xl-9","declarations":1},{"selector":".pb-xl-9","declarations":1},{"selector":".pr-xl-9","declarations":1},{"selector":".pt-xl-9","declarations":1},{"selector":".p-xl-9","declarations":1},{"selector":".pl-xl-8","declarations":1},{"selector":".pb-xl-8","declarations":1},{"selector":".pr-xl-8","declarations":1},{"selector":".pt-xl-8","declarations":1},{"selector":".p-xl-8","declarations":1},{"selector":".pl-xl-7","declarations":1},{"selector":".pb-xl-7","declarations":1},{"selector":".pr-xl-7","declarations":1},{"selector":".pt-xl-7","declarations":1},{"selector":".p-xl-7","declarations":1},{"selector":".pl-xl-6","declarations":1},{"selector":".pb-xl-6","declarations":1},{"selector":".pr-xl-6","declarations":1},{"selector":".pt-xl-6","declarations":1},{"selector":".p-xl-6","declarations":1},{"selector":".pl-xl-5","declarations":1},{"selector":".pb-xl-5","declarations":1},{"selector":".pr-xl-5","declarations":1},{"selector":".pt-xl-5","declarations":1},{"selector":".p-xl-5","declarations":1},{"selector":".pl-xl-4","declarations":1},{"selector":".pb-xl-4","declarations":1},{"selector":".pr-xl-4","declarations":1},{"selector":".pt-xl-4","declarations":1},{"selector":".p-xl-4","declarations":1},{"selector":".pl-xl-3","declarations":1},{"selector":".pb-xl-3","declarations":1},{"selector":".pr-xl-3","declarations":1},{"selector":".pt-xl-3","declarations":1},{"selector":".p-xl-3","declarations":1},{"selector":".pl-xl-2","declarations":1},{"selector":".pb-xl-2","declarations":1},{"selector":".pr-xl-2","declarations":1},{"selector":".pt-xl-2","declarations":1},{"selector":".p-xl-2","declarations":1},{"selector":".pl-xl-1","declarations":1},{"selector":".pb-xl-1","declarations":1},{"selector":".pr-xl-1","declarations":1},{"selector":".pt-xl-1","declarations":1},{"selector":".p-xl-1","declarations":1},{"selector":".pl-xl-0","declarations":1},{"selector":".pb-xl-0","declarations":1},{"selector":".pr-xl-0","declarations":1},{"selector":".pt-xl-0","declarations":1},{"selector":".p-xl-0","declarations":1},{"selector":".pl-lg-12","declarations":1},{"selector":".pb-lg-12","declarations":1},{"selector":".pr-lg-12","declarations":1},{"selector":".pt-lg-12","declarations":1},{"selector":".p-lg-12","declarations":1},{"selector":".pl-lg-11","declarations":1},{"selector":".pb-lg-11","declarations":1},{"selector":".pr-lg-11","declarations":1},{"selector":".pt-lg-11","declarations":1},{"selector":".p-lg-11","declarations":1},{"selector":".pl-lg-10","declarations":1},{"selector":".pb-lg-10","declarations":1},{"selector":".pr-lg-10","declarations":1},{"selector":".pt-lg-10","declarations":1},{"selector":".p-lg-10","declarations":1},{"selector":".pl-lg-9","declarations":1},{"selector":".pb-lg-9","declarations":1},{"selector":".pr-lg-9","declarations":1},{"selector":".pt-lg-9","declarations":1},{"selector":".p-lg-9","declarations":1},{"selector":".pl-lg-8","declarations":1},{"selector":".pb-lg-8","declarations":1},{"selector":".pr-lg-8","declarations":1},{"selector":".pt-lg-8","declarations":1},{"selector":".p-lg-8","declarations":1},{"selector":".pl-lg-7","declarations":1},{"selector":".pb-lg-7","declarations":1},{"selector":".pr-lg-7","declarations":1},{"selector":".pt-lg-7","declarations":1},{"selector":".p-lg-7","declarations":1},{"selector":".pl-lg-6","declarations":1},{"selector":".pb-lg-6","declarations":1},{"selector":".pr-lg-6","declarations":1},{"selector":".pt-lg-6","declarations":1},{"selector":".p-lg-6","declarations":1},{"selector":".pl-lg-5","declarations":1},{"selector":".pb-lg-5","declarations":1},{"selector":".pr-lg-5","declarations":1},{"selector":".pt-lg-5","declarations":1},{"selector":".p-lg-5","declarations":1},{"selector":".pl-lg-4","declarations":1},{"selector":".pb-lg-4","declarations":1},{"selector":".pr-lg-4","declarations":1},{"selector":".pt-lg-4","declarations":1},{"selector":".p-lg-4","declarations":1},{"selector":".pl-lg-3","declarations":1},{"selector":".pb-lg-3","declarations":1},{"selector":".pr-lg-3","declarations":1},{"selector":".pt-lg-3","declarations":1},{"selector":".p-lg-3","declarations":1},{"selector":".pl-lg-2","declarations":1},{"selector":".pb-lg-2","declarations":1},{"selector":".pr-lg-2","declarations":1},{"selector":".pt-lg-2","declarations":1},{"selector":".p-lg-2","declarations":1},{"selector":".pl-lg-1","declarations":1},{"selector":".pb-lg-1","declarations":1},{"selector":".pr-lg-1","declarations":1},{"selector":".pt-lg-1","declarations":1},{"selector":".p-lg-1","declarations":1},{"selector":".pl-lg-0","declarations":1},{"selector":".pb-lg-0","declarations":1},{"selector":".pr-lg-0","declarations":1},{"selector":".pt-lg-0","declarations":1},{"selector":".p-lg-0","declarations":1},{"selector":".pl-md-12","declarations":1},{"selector":".pb-md-12","declarations":1},{"selector":".pr-md-12","declarations":1},{"selector":".pt-md-12","declarations":1},{"selector":".p-md-12","declarations":1},{"selector":".pl-md-11","declarations":1},{"selector":".pb-md-11","declarations":1},{"selector":".pr-md-11","declarations":1},{"selector":".pt-md-11","declarations":1},{"selector":".p-md-11","declarations":1},{"selector":".pl-md-10","declarations":1},{"selector":".pb-md-10","declarations":1},{"selector":".pr-md-10","declarations":1},{"selector":".pt-md-10","declarations":1},{"selector":".p-md-10","declarations":1},{"selector":".pl-md-9","declarations":1},{"selector":".pb-md-9","declarations":1},{"selector":".pr-md-9","declarations":1},{"selector":".pt-md-9","declarations":1},{"selector":".p-md-9","declarations":1},{"selector":".pl-md-8","declarations":1},{"selector":".pb-md-8","declarations":1},{"selector":".pr-md-8","declarations":1},{"selector":".pt-md-8","declarations":1},{"selector":".p-md-8","declarations":1},{"selector":".pl-md-7","declarations":1},{"selector":".pb-md-7","declarations":1},{"selector":".pr-md-7","declarations":1},{"selector":".pt-md-7","declarations":1},{"selector":".p-md-7","declarations":1},{"selector":".pl-md-6","declarations":1},{"selector":".pb-md-6","declarations":1},{"selector":".pr-md-6","declarations":1},{"selector":".pt-md-6","declarations":1},{"selector":".p-md-6","declarations":1},{"selector":".pl-md-5","declarations":1},{"selector":".pb-md-5","declarations":1},{"selector":".pr-md-5","declarations":1},{"selector":".pt-md-5","declarations":1},{"selector":".p-md-5","declarations":1},{"selector":".pl-md-4","declarations":1},{"selector":".pb-md-4","declarations":1},{"selector":".pr-md-4","declarations":1},{"selector":".pt-md-4","declarations":1},{"selector":".p-md-4","declarations":1},{"selector":".pl-md-3","declarations":1},{"selector":".pb-md-3","declarations":1},{"selector":".pr-md-3","declarations":1},{"selector":".pt-md-3","declarations":1},{"selector":".p-md-3","declarations":1},{"selector":".pl-md-2","declarations":1},{"selector":".pb-md-2","declarations":1},{"selector":".pr-md-2","declarations":1},{"selector":".pt-md-2","declarations":1},{"selector":".p-md-2","declarations":1},{"selector":".pl-md-1","declarations":1},{"selector":".pb-md-1","declarations":1},{"selector":".pr-md-1","declarations":1},{"selector":".pt-md-1","declarations":1},{"selector":".p-md-1","declarations":1},{"selector":".pl-md-0","declarations":1},{"selector":".pb-md-0","declarations":1},{"selector":".pr-md-0","declarations":1},{"selector":".pt-md-0","declarations":1},{"selector":".p-md-0","declarations":1},{"selector":".pl-sm-12","declarations":1},{"selector":".pb-sm-12","declarations":1},{"selector":".pr-sm-12","declarations":1},{"selector":".pt-sm-12","declarations":1},{"selector":".p-sm-12","declarations":1},{"selector":".pl-sm-11","declarations":1},{"selector":".pb-sm-11","declarations":1},{"selector":".pr-sm-11","declarations":1},{"selector":".pt-sm-11","declarations":1},{"selector":".p-sm-11","declarations":1},{"selector":".pl-sm-10","declarations":1},{"selector":".pb-sm-10","declarations":1},{"selector":".pr-sm-10","declarations":1},{"selector":".pt-sm-10","declarations":1},{"selector":".p-sm-10","declarations":1},{"selector":".pl-sm-9","declarations":1},{"selector":".pb-sm-9","declarations":1},{"selector":".pr-sm-9","declarations":1},{"selector":".pt-sm-9","declarations":1},{"selector":".p-sm-9","declarations":1},{"selector":".pl-sm-8","declarations":1},{"selector":".pb-sm-8","declarations":1},{"selector":".pr-sm-8","declarations":1},{"selector":".pt-sm-8","declarations":1},{"selector":".p-sm-8","declarations":1},{"selector":".pl-sm-7","declarations":1},{"selector":".pb-sm-7","declarations":1},{"selector":".pr-sm-7","declarations":1},{"selector":".pt-sm-7","declarations":1},{"selector":".p-sm-7","declarations":1},{"selector":".pl-sm-6","declarations":1},{"selector":".pb-sm-6","declarations":1},{"selector":".pr-sm-6","declarations":1},{"selector":".pt-sm-6","declarations":1},{"selector":".p-sm-6","declarations":1},{"selector":".pl-sm-5","declarations":1},{"selector":".pb-sm-5","declarations":1},{"selector":".pr-sm-5","declarations":1},{"selector":".pt-sm-5","declarations":1},{"selector":".p-sm-5","declarations":1},{"selector":".pl-sm-4","declarations":1},{"selector":".pb-sm-4","declarations":1},{"selector":".pr-sm-4","declarations":1},{"selector":".pt-sm-4","declarations":1},{"selector":".p-sm-4","declarations":1},{"selector":".pl-sm-3","declarations":1},{"selector":".pb-sm-3","declarations":1},{"selector":".pr-sm-3","declarations":1},{"selector":".pt-sm-3","declarations":1},{"selector":".p-sm-3","declarations":1},{"selector":".pl-sm-2","declarations":1},{"selector":".pb-sm-2","declarations":1},{"selector":".pr-sm-2","declarations":1},{"selector":".pt-sm-2","declarations":1},{"selector":".p-sm-2","declarations":1},{"selector":".pl-sm-1","declarations":1},{"selector":".pb-sm-1","declarations":1},{"selector":".pr-sm-1","declarations":1},{"selector":".pt-sm-1","declarations":1},{"selector":".p-sm-1","declarations":1},{"selector":".pl-sm-0","declarations":1},{"selector":".pb-sm-0","declarations":1},{"selector":".pr-sm-0","declarations":1},{"selector":".pt-sm-0","declarations":1},{"selector":".p-sm-0","declarations":1},{"selector":".pl-12","declarations":1},{"selector":".pb-12","declarations":1},{"selector":".pr-12","declarations":1},{"selector":".pt-12","declarations":1},{"selector":".p-12","declarations":1},{"selector":".pl-11","declarations":1},{"selector":".pb-11","declarations":1},{"selector":".pr-11","declarations":1},{"selector":".pt-11","declarations":1},{"selector":".p-11","declarations":1},{"selector":".pl-10","declarations":1},{"selector":".pb-10","declarations":1},{"selector":".pr-10","declarations":1},{"selector":".pt-10","declarations":1},{"selector":".p-10","declarations":1},{"selector":".pl-9","declarations":1},{"selector":".pb-9","declarations":1},{"selector":".pr-9","declarations":1},{"selector":".pt-9","declarations":1},{"selector":".p-9","declarations":1},{"selector":".pl-8","declarations":1},{"selector":".pb-8","declarations":1},{"selector":".pr-8","declarations":1},{"selector":".pt-8","declarations":1},{"selector":".p-8","declarations":1},{"selector":".pl-7","declarations":1},{"selector":".pb-7","declarations":1},{"selector":".pr-7","declarations":1},{"selector":".pt-7","declarations":1},{"selector":".p-7","declarations":1},{"selector":".pl-6","declarations":1},{"selector":".pb-6","declarations":1},{"selector":".pr-6","declarations":1},{"selector":".pt-6","declarations":1},{"selector":".p-6","declarations":1},{"selector":".pl-5","declarations":1},{"selector":".pb-5","declarations":1},{"selector":".pr-5","declarations":1},{"selector":".pt-5","declarations":1},{"selector":".p-5","declarations":1},{"selector":".pl-4","declarations":1},{"selector":".pb-4","declarations":1},{"selector":".pr-4","declarations":1},{"selector":".pt-4","declarations":1},{"selector":".p-4","declarations":1},{"selector":".pl-3","declarations":1},{"selector":".pb-3","declarations":1},{"selector":".pr-3","declarations":1},{"selector":".pt-3","declarations":1},{"selector":".p-3","declarations":1},{"selector":".pl-2","declarations":1},{"selector":".pb-2","declarations":1},{"selector":".pr-2","declarations":1},{"selector":".pt-2","declarations":1},{"selector":".p-2","declarations":1},{"selector":".pl-1","declarations":1},{"selector":".pb-1","declarations":1},{"selector":".pr-1","declarations":1},{"selector":".pt-1","declarations":1},{"selector":".p-1","declarations":1},{"selector":".pl-0","declarations":1},{"selector":".pb-0","declarations":1},{"selector":".pr-0","declarations":1},{"selector":".pt-0","declarations":1},{"selector":".p-0","declarations":1},{"selector":".mb-xl-12","declarations":1},{"selector":".mt-xl-12","declarations":1},{"selector":".mb-xl-11","declarations":1},{"selector":".mt-xl-11","declarations":1},{"selector":".mb-xl-10","declarations":1},{"selector":".mt-xl-10","declarations":1},{"selector":".mb-xl-9","declarations":1},{"selector":".mt-xl-9","declarations":1},{"selector":".mb-xl-8","declarations":1},{"selector":".mt-xl-8","declarations":1},{"selector":".mb-xl-7","declarations":1},{"selector":".mt-xl-7","declarations":1},{"selector":".mb-xl-6","declarations":1},{"selector":".mt-xl-6","declarations":1},{"selector":".mb-xl-5","declarations":1},{"selector":".mt-xl-5","declarations":1},{"selector":".mb-xl-4","declarations":1},{"selector":".mt-xl-4","declarations":1},{"selector":".mb-xl-3","declarations":1},{"selector":".mt-xl-3","declarations":1},{"selector":".mb-xl-2","declarations":1},{"selector":".mt-xl-2","declarations":1},{"selector":".mb-xl-1","declarations":1},{"selector":".mt-xl-1","declarations":1},{"selector":".mb-xl-0","declarations":1},{"selector":".mt-xl-0","declarations":1},{"selector":".mb-lg-12","declarations":1},{"selector":".mt-lg-12","declarations":1},{"selector":".mb-lg-11","declarations":1},{"selector":".mt-lg-11","declarations":1},{"selector":".mb-lg-10","declarations":1},{"selector":".mt-lg-10","declarations":1},{"selector":".mb-lg-9","declarations":1},{"selector":".mt-lg-9","declarations":1},{"selector":".mb-lg-8","declarations":1},{"selector":".mt-lg-8","declarations":1},{"selector":".mb-lg-7","declarations":1},{"selector":".mt-lg-7","declarations":1},{"selector":".mb-lg-6","declarations":1},{"selector":".mt-lg-6","declarations":1},{"selector":".mb-lg-5","declarations":1},{"selector":".mt-lg-5","declarations":1},{"selector":".mb-lg-4","declarations":1},{"selector":".mt-lg-4","declarations":1},{"selector":".mb-lg-3","declarations":1},{"selector":".mt-lg-3","declarations":1},{"selector":".mb-lg-2","declarations":1},{"selector":".mt-lg-2","declarations":1},{"selector":".mb-lg-1","declarations":1},{"selector":".mt-lg-1","declarations":1},{"selector":".mb-lg-0","declarations":1},{"selector":".mt-lg-0","declarations":1},{"selector":".mb-md-12","declarations":1},{"selector":".mt-md-12","declarations":1},{"selector":".mb-md-11","declarations":1},{"selector":".mt-md-11","declarations":1},{"selector":".mb-md-10","declarations":1},{"selector":".mt-md-10","declarations":1},{"selector":".mb-md-9","declarations":1},{"selector":".mt-md-9","declarations":1},{"selector":".mb-md-8","declarations":1},{"selector":".mt-md-8","declarations":1},{"selector":".mb-md-7","declarations":1},{"selector":".mt-md-7","declarations":1},{"selector":".mb-md-6","declarations":1},{"selector":".mt-md-6","declarations":1},{"selector":".mb-md-5","declarations":1},{"selector":".mt-md-5","declarations":1},{"selector":".mb-md-4","declarations":1},{"selector":".mt-md-4","declarations":1},{"selector":".mb-md-3","declarations":1},{"selector":".mt-md-3","declarations":1},{"selector":".mb-md-2","declarations":1},{"selector":".mt-md-2","declarations":1},{"selector":".mb-md-1","declarations":1},{"selector":".mt-md-1","declarations":1},{"selector":".mb-md-0","declarations":1},{"selector":".mt-md-0","declarations":1},{"selector":".mb-sm-12","declarations":1},{"selector":".mt-sm-12","declarations":1},{"selector":".mb-sm-11","declarations":1},{"selector":".mt-sm-11","declarations":1},{"selector":".mb-sm-10","declarations":1},{"selector":".mt-sm-10","declarations":1},{"selector":".mb-sm-9","declarations":1},{"selector":".mt-sm-9","declarations":1},{"selector":".mb-sm-8","declarations":1},{"selector":".mt-sm-8","declarations":1},{"selector":".mb-sm-7","declarations":1},{"selector":".mt-sm-7","declarations":1},{"selector":".mb-sm-6","declarations":1},{"selector":".mt-sm-6","declarations":1},{"selector":".mb-sm-5","declarations":1},{"selector":".mt-sm-5","declarations":1},{"selector":".mb-sm-4","declarations":1},{"selector":".mt-sm-4","declarations":1},{"selector":".mb-sm-3","declarations":1},{"selector":".mt-sm-3","declarations":1},{"selector":".mb-sm-2","declarations":1},{"selector":".mt-sm-2","declarations":1},{"selector":".mb-sm-1","declarations":1},{"selector":".mt-sm-1","declarations":1},{"selector":".mb-sm-0","declarations":1},{"selector":".mt-sm-0","declarations":1},{"selector":".mb-12","declarations":1},{"selector":".mt-12","declarations":1},{"selector":".mb-11","declarations":1},{"selector":".mt-11","declarations":1},{"selector":".mb-10","declarations":1},{"selector":".mt-10","declarations":1},{"selector":".mb-9","declarations":1},{"selector":".mt-9","declarations":1},{"selector":".mb-8","declarations":1},{"selector":".mt-8","declarations":1},{"selector":".mb-7","declarations":1},{"selector":".mt-7","declarations":1},{"selector":".mb-6","declarations":1},{"selector":".mt-6","declarations":1},{"selector":".mb-5","declarations":1},{"selector":".mt-5","declarations":1},{"selector":".mb-4","declarations":1},{"selector":".mt-4","declarations":1},{"selector":".mb-3","declarations":1},{"selector":".mt-3","declarations":1},{"selector":".mb-2","declarations":1},{"selector":".mt-2","declarations":1},{"selector":".mb-1","declarations":1},{"selector":".mt-1","declarations":1},{"selector":".mb-0","declarations":1},{"selector":".mt-0","declarations":1},{"selector":".offset-xl-n7","declarations":1},{"selector":".offset-xl-n6","declarations":1},{"selector":".offset-xl-n5","declarations":1},{"selector":".offset-xl-n4","declarations":1},{"selector":".offset-xl-n3","declarations":1},{"selector":".offset-xl-n2","declarations":1},{"selector":".offset-xl-n1","declarations":1},{"selector":".offset-lg-n7","declarations":1},{"selector":".offset-lg-n6","declarations":1},{"selector":".offset-lg-n5","declarations":1},{"selector":".offset-lg-n4","declarations":1},{"selector":".offset-lg-n3","declarations":1},{"selector":".offset-lg-n2","declarations":1},{"selector":".offset-lg-n1","declarations":1},{"selector":".offset-md-n7","declarations":1},{"selector":".offset-md-n6","declarations":1},{"selector":".offset-md-n5","declarations":1},{"selector":".offset-md-n4","declarations":1},{"selector":".offset-md-n3","declarations":1},{"selector":".offset-md-n2","declarations":1},{"selector":".offset-md-n1","declarations":1},{"selector":".offset-sm-n7","declarations":1},{"selector":".offset-sm-n6","declarations":1},{"selector":".offset-sm-n5","declarations":1},{"selector":".offset-sm-n4","declarations":1},{"selector":".offset-sm-n3","declarations":1},{"selector":".offset-sm-n2","declarations":1},{"selector":".offset-sm-n1","declarations":1},{"selector":".offset-n7","declarations":1},{"selector":".offset-n6","declarations":1},{"selector":".offset-n5","declarations":1},{"selector":".offset-n4","declarations":1},{"selector":".offset-n3","declarations":1},{"selector":".offset-n2","declarations":1},{"selector":".offset-n1","declarations":1},{"selector":".left-lg-n12","declarations":1},{"selector":".bottom-lg-n12","declarations":1},{"selector":".right-lg-n12","declarations":1},{"selector":".top-lg-n12","declarations":1},{"selector":".left-lg-12","declarations":1},{"selector":".bottom-lg-12","declarations":1},{"selector":".right-lg-12","declarations":1},{"selector":".top-lg-12","declarations":1},{"selector":".left-lg-n11","declarations":1},{"selector":".bottom-lg-n11","declarations":1},{"selector":".right-lg-n11","declarations":1},{"selector":".top-lg-n11","declarations":1},{"selector":".left-lg-11","declarations":1},{"selector":".bottom-lg-11","declarations":1},{"selector":".right-lg-11","declarations":1},{"selector":".top-lg-11","declarations":1},{"selector":".left-lg-n10","declarations":1},{"selector":".bottom-lg-n10","declarations":1},{"selector":".right-lg-n10","declarations":1},{"selector":".top-lg-n10","declarations":1},{"selector":".left-lg-10","declarations":1},{"selector":".bottom-lg-10","declarations":1},{"selector":".right-lg-10","declarations":1},{"selector":".top-lg-10","declarations":1},{"selector":".left-lg-n9","declarations":1},{"selector":".bottom-lg-n9","declarations":1},{"selector":".right-lg-n9","declarations":1},{"selector":".top-lg-n9","declarations":1},{"selector":".left-lg-9","declarations":1},{"selector":".bottom-lg-9","declarations":1},{"selector":".right-lg-9","declarations":1},{"selector":".top-lg-9","declarations":1},{"selector":".left-lg-n8","declarations":1},{"selector":".bottom-lg-n8","declarations":1},{"selector":".right-lg-n8","declarations":1},{"selector":".top-lg-n8","declarations":1},{"selector":".left-lg-8","declarations":1},{"selector":".bottom-lg-8","declarations":1},{"selector":".right-lg-8","declarations":1},{"selector":".top-lg-8","declarations":1},{"selector":".left-lg-n7","declarations":1},{"selector":".bottom-lg-n7","declarations":1},{"selector":".right-lg-n7","declarations":1},{"selector":".top-lg-n7","declarations":1},{"selector":".left-lg-7","declarations":1},{"selector":".bottom-lg-7","declarations":1},{"selector":".right-lg-7","declarations":1},{"selector":".top-lg-7","declarations":1},{"selector":".left-lg-n6","declarations":1},{"selector":".bottom-lg-n6","declarations":1},{"selector":".right-lg-n6","declarations":1},{"selector":".top-lg-n6","declarations":1},{"selector":".left-lg-6","declarations":1},{"selector":".bottom-lg-6","declarations":1},{"selector":".right-lg-6","declarations":1},{"selector":".top-lg-6","declarations":1},{"selector":".left-lg-n5","declarations":1},{"selector":".bottom-lg-n5","declarations":1},{"selector":".right-lg-n5","declarations":1},{"selector":".top-lg-n5","declarations":1},{"selector":".left-lg-5","declarations":1},{"selector":".bottom-lg-5","declarations":1},{"selector":".right-lg-5","declarations":1},{"selector":".top-lg-5","declarations":1},{"selector":".left-lg-n4","declarations":1},{"selector":".bottom-lg-n4","declarations":1},{"selector":".right-lg-n4","declarations":1},{"selector":".top-lg-n4","declarations":1},{"selector":".left-lg-4","declarations":1},{"selector":".bottom-lg-4","declarations":1},{"selector":".right-lg-4","declarations":1},{"selector":".top-lg-4","declarations":1},{"selector":".left-lg-n3","declarations":1},{"selector":".bottom-lg-n3","declarations":1},{"selector":".right-lg-n3","declarations":1},{"selector":".top-lg-n3","declarations":1},{"selector":".left-lg-3","declarations":1},{"selector":".bottom-lg-3","declarations":1},{"selector":".right-lg-3","declarations":1},{"selector":".top-lg-3","declarations":1},{"selector":".left-lg-n2","declarations":1},{"selector":".bottom-lg-n2","declarations":1},{"selector":".right-lg-n2","declarations":1},{"selector":".top-lg-n2","declarations":1},{"selector":".left-lg-2","declarations":1},{"selector":".bottom-lg-2","declarations":1},{"selector":".right-lg-2","declarations":1},{"selector":".top-lg-2","declarations":1},{"selector":".left-lg-n1","declarations":1},{"selector":".bottom-lg-n1","declarations":1},{"selector":".right-lg-n1","declarations":1},{"selector":".top-lg-n1","declarations":1},{"selector":".left-lg-1","declarations":1},{"selector":".bottom-lg-1","declarations":1},{"selector":".right-lg-1","declarations":1},{"selector":".top-lg-1","declarations":1},{"selector":".left-lg-n0","declarations":1},{"selector":".bottom-lg-n0","declarations":1},{"selector":".right-lg-n0","declarations":1},{"selector":".top-lg-n0","declarations":1},{"selector":".left-lg-0","declarations":1},{"selector":".bottom-lg-0","declarations":1},{"selector":".right-lg-0","declarations":1},{"selector":".top-lg-0","declarations":1},{"selector":".left-md-n12","declarations":1},{"selector":".bottom-md-n12","declarations":1},{"selector":".right-md-n12","declarations":1},{"selector":".top-md-n12","declarations":1},{"selector":".left-md-12","declarations":1},{"selector":".bottom-md-12","declarations":1},{"selector":".right-md-12","declarations":1},{"selector":".top-md-12","declarations":1},{"selector":".left-md-n11","declarations":1},{"selector":".bottom-md-n11","declarations":1},{"selector":".right-md-n11","declarations":1},{"selector":".top-md-n11","declarations":1},{"selector":".left-md-11","declarations":1},{"selector":".bottom-md-11","declarations":1},{"selector":".right-md-11","declarations":1},{"selector":".top-md-11","declarations":1},{"selector":".left-md-n10","declarations":1},{"selector":".bottom-md-n10","declarations":1},{"selector":".right-md-n10","declarations":1},{"selector":".top-md-n10","declarations":1},{"selector":".left-md-10","declarations":1},{"selector":".bottom-md-10","declarations":1},{"selector":".right-md-10","declarations":1},{"selector":".top-md-10","declarations":1},{"selector":".left-md-n9","declarations":1},{"selector":".bottom-md-n9","declarations":1},{"selector":".right-md-n9","declarations":1},{"selector":".top-md-n9","declarations":1},{"selector":".left-md-9","declarations":1},{"selector":".bottom-md-9","declarations":1},{"selector":".right-md-9","declarations":1},{"selector":".top-md-9","declarations":1},{"selector":".left-md-n8","declarations":1},{"selector":".bottom-md-n8","declarations":1},{"selector":".right-md-n8","declarations":1},{"selector":".top-md-n8","declarations":1},{"selector":".left-md-8","declarations":1},{"selector":".bottom-md-8","declarations":1},{"selector":".right-md-8","declarations":1},{"selector":".top-md-8","declarations":1},{"selector":".left-md-n7","declarations":1},{"selector":".bottom-md-n7","declarations":1},{"selector":".right-md-n7","declarations":1},{"selector":".top-md-n7","declarations":1},{"selector":".left-md-7","declarations":1},{"selector":".bottom-md-7","declarations":1},{"selector":".right-md-7","declarations":1},{"selector":".top-md-7","declarations":1},{"selector":".left-md-n6","declarations":1},{"selector":".bottom-md-n6","declarations":1},{"selector":".right-md-n6","declarations":1},{"selector":".top-md-n6","declarations":1},{"selector":".left-md-6","declarations":1},{"selector":".bottom-md-6","declarations":1},{"selector":".right-md-6","declarations":1},{"selector":".top-md-6","declarations":1},{"selector":".left-md-n5","declarations":1},{"selector":".bottom-md-n5","declarations":1},{"selector":".right-md-n5","declarations":1},{"selector":".top-md-n5","declarations":1},{"selector":".left-md-5","declarations":1},{"selector":".bottom-md-5","declarations":1},{"selector":".right-md-5","declarations":1},{"selector":".top-md-5","declarations":1},{"selector":".left-md-n4","declarations":1},{"selector":".bottom-md-n4","declarations":1},{"selector":".right-md-n4","declarations":1},{"selector":".top-md-n4","declarations":1},{"selector":".left-md-4","declarations":1},{"selector":".bottom-md-4","declarations":1},{"selector":".right-md-4","declarations":1},{"selector":".top-md-4","declarations":1},{"selector":".left-md-n3","declarations":1},{"selector":".bottom-md-n3","declarations":1},{"selector":".right-md-n3","declarations":1},{"selector":".top-md-n3","declarations":1},{"selector":".left-md-3","declarations":1},{"selector":".bottom-md-3","declarations":1},{"selector":".right-md-3","declarations":1},{"selector":".top-md-3","declarations":1},{"selector":".left-md-n2","declarations":1},{"selector":".bottom-md-n2","declarations":1},{"selector":".right-md-n2","declarations":1},{"selector":".top-md-n2","declarations":1},{"selector":".left-md-2","declarations":1},{"selector":".bottom-md-2","declarations":1},{"selector":".right-md-2","declarations":1},{"selector":".top-md-2","declarations":1},{"selector":".left-md-n1","declarations":1},{"selector":".bottom-md-n1","declarations":1},{"selector":".right-md-n1","declarations":1},{"selector":".top-md-n1","declarations":1},{"selector":".left-md-1","declarations":1},{"selector":".bottom-md-1","declarations":1},{"selector":".right-md-1","declarations":1},{"selector":".top-md-1","declarations":1},{"selector":".left-md-n0","declarations":1},{"selector":".bottom-md-n0","declarations":1},{"selector":".right-md-n0","declarations":1},{"selector":".top-md-n0","declarations":1},{"selector":".left-md-0","declarations":1},{"selector":".bottom-md-0","declarations":1},{"selector":".right-md-0","declarations":1},{"selector":".top-md-0","declarations":1},{"selector":".left-n12","declarations":1},{"selector":".bottom-n12","declarations":1},{"selector":".right-n12","declarations":1},{"selector":".top-n12","declarations":1},{"selector":".left-12","declarations":1},{"selector":".bottom-12","declarations":1},{"selector":".right-12","declarations":1},{"selector":".top-12","declarations":1},{"selector":".left-n11","declarations":1},{"selector":".bottom-n11","declarations":1},{"selector":".right-n11","declarations":1},{"selector":".top-n11","declarations":1},{"selector":".left-11","declarations":1},{"selector":".bottom-11","declarations":1},{"selector":".right-11","declarations":1},{"selector":".top-11","declarations":1},{"selector":".left-n10","declarations":1},{"selector":".bottom-n10","declarations":1},{"selector":".right-n10","declarations":1},{"selector":".top-n10","declarations":1},{"selector":".left-10","declarations":1},{"selector":".bottom-10","declarations":1},{"selector":".right-10","declarations":1},{"selector":".top-10","declarations":1},{"selector":".left-n9","declarations":1},{"selector":".bottom-n9","declarations":1},{"selector":".right-n9","declarations":1},{"selector":".top-n9","declarations":1},{"selector":".left-9","declarations":1},{"selector":".bottom-9","declarations":1},{"selector":".right-9","declarations":1},{"selector":".top-9","declarations":1},{"selector":".left-n8","declarations":1},{"selector":".bottom-n8","declarations":1},{"selector":".right-n8","declarations":1},{"selector":".top-n8","declarations":1},{"selector":".left-8","declarations":1},{"selector":".bottom-8","declarations":1},{"selector":".right-8","declarations":1},{"selector":".top-8","declarations":1},{"selector":".left-n7","declarations":1},{"selector":".bottom-n7","declarations":1},{"selector":".right-n7","declarations":1},{"selector":".top-n7","declarations":1},{"selector":".left-7","declarations":1},{"selector":".bottom-7","declarations":1},{"selector":".right-7","declarations":1},{"selector":".top-7","declarations":1},{"selector":".left-n6","declarations":1},{"selector":".bottom-n6","declarations":1},{"selector":".right-n6","declarations":1},{"selector":".top-n6","declarations":1},{"selector":".left-6","declarations":1},{"selector":".bottom-6","declarations":1},{"selector":".right-6","declarations":1},{"selector":".top-6","declarations":1},{"selector":".left-n5","declarations":1},{"selector":".bottom-n5","declarations":1},{"selector":".right-n5","declarations":1},{"selector":".top-n5","declarations":1},{"selector":".left-5","declarations":1},{"selector":".bottom-5","declarations":1},{"selector":".right-5","declarations":1},{"selector":".top-5","declarations":1},{"selector":".left-n4","declarations":1},{"selector":".bottom-n4","declarations":1},{"selector":".right-n4","declarations":1},{"selector":".top-n4","declarations":1},{"selector":".left-4","declarations":1},{"selector":".bottom-4","declarations":1},{"selector":".right-4","declarations":1},{"selector":".top-4","declarations":1},{"selector":".left-n3","declarations":1},{"selector":".bottom-n3","declarations":1},{"selector":".right-n3","declarations":1},{"selector":".top-n3","declarations":1},{"selector":".left-3","declarations":1},{"selector":".bottom-3","declarations":1},{"selector":".right-3","declarations":1},{"selector":".top-3","declarations":1},{"selector":".left-n2","declarations":1},{"selector":".bottom-n2","declarations":1},{"selector":".right-n2","declarations":1},{"selector":".top-n2","declarations":1},{"selector":".left-2","declarations":1},{"selector":".bottom-2","declarations":1},{"selector":".right-2","declarations":1},{"selector":".top-2","declarations":1},{"selector":".left-n1","declarations":1},{"selector":".bottom-n1","declarations":1},{"selector":".right-n1","declarations":1},{"selector":".top-n1","declarations":1},{"selector":".left-1","declarations":1},{"selector":".bottom-1","declarations":1},{"selector":".right-1","declarations":1},{"selector":".top-1","declarations":1},{"selector":".left-n0","declarations":1},{"selector":".bottom-n0","declarations":1},{"selector":".right-n0","declarations":1},{"selector":".top-n0","declarations":1},{"selector":".left-0","declarations":1},{"selector":".bottom-0","declarations":1},{"selector":".right-0","declarations":1},{"selector":".top-0","declarations":1},{"selector":".grayscale","declarations":1}]},"selectors":{"total":933,"type":0,"class":933,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".grayscale",".top-0",".right-0",".bottom-0",".left-0",".top-n0",".right-n0",".bottom-n0",".left-n0",".top-1",".right-1",".bottom-1",".left-1",".top-n1",".right-n1",".bottom-n1",".left-n1",".top-2",".right-2",".bottom-2",".left-2",".top-n2",".right-n2",".bottom-n2",".left-n2",".top-3",".right-3",".bottom-3",".left-3",".top-n3",".right-n3",".bottom-n3",".left-n3",".top-4",".right-4",".bottom-4",".left-4",".top-n4",".right-n4",".bottom-n4",".left-n4",".top-5",".right-5",".bottom-5",".left-5",".top-n5",".right-n5",".bottom-n5",".left-n5",".top-6",".right-6",".bottom-6",".left-6",".top-n6",".right-n6",".bottom-n6",".left-n6",".top-7",".right-7",".bottom-7",".left-7",".top-n7",".right-n7",".bottom-n7",".left-n7",".top-8",".right-8",".bottom-8",".left-8",".top-n8",".right-n8",".bottom-n8",".left-n8",".top-9",".right-9",".bottom-9",".left-9",".top-n9",".right-n9",".bottom-n9",".left-n9",".top-10",".right-10",".bottom-10",".left-10",".top-n10",".right-n10",".bottom-n10",".left-n10",".top-11",".right-11",".bottom-11",".left-11",".top-n11",".right-n11",".bottom-n11",".left-n11",".top-12",".right-12",".bottom-12",".left-12",".top-n12",".right-n12",".bottom-n12",".left-n12",".top-md-0",".right-md-0",".bottom-md-0",".left-md-0",".top-md-n0",".right-md-n0",".bottom-md-n0",".left-md-n0",".top-md-1",".right-md-1",".bottom-md-1",".left-md-1",".top-md-n1",".right-md-n1",".bottom-md-n1",".left-md-n1",".top-md-2",".right-md-2",".bottom-md-2",".left-md-2",".top-md-n2",".right-md-n2",".bottom-md-n2",".left-md-n2",".top-md-3",".right-md-3",".bottom-md-3",".left-md-3",".top-md-n3",".right-md-n3",".bottom-md-n3",".left-md-n3",".top-md-4",".right-md-4",".bottom-md-4",".left-md-4",".top-md-n4",".right-md-n4",".bottom-md-n4",".left-md-n4",".top-md-5",".right-md-5",".bottom-md-5",".left-md-5",".top-md-n5",".right-md-n5",".bottom-md-n5",".left-md-n5",".top-md-6",".right-md-6",".bottom-md-6",".left-md-6",".top-md-n6",".right-md-n6",".bottom-md-n6",".left-md-n6",".top-md-7",".right-md-7",".bottom-md-7",".left-md-7",".top-md-n7",".right-md-n7",".bottom-md-n7",".left-md-n7",".top-md-8",".right-md-8",".bottom-md-8",".left-md-8",".top-md-n8",".right-md-n8",".bottom-md-n8",".left-md-n8",".top-md-9",".right-md-9",".bottom-md-9",".left-md-9",".top-md-n9",".right-md-n9",".bottom-md-n9",".left-md-n9",".top-md-10",".right-md-10",".bottom-md-10",".left-md-10",".top-md-n10",".right-md-n10",".bottom-md-n10",".left-md-n10",".top-md-11",".right-md-11",".bottom-md-11",".left-md-11",".top-md-n11",".right-md-n11",".bottom-md-n11",".left-md-n11",".top-md-12",".right-md-12",".bottom-md-12",".left-md-12",".top-md-n12",".right-md-n12",".bottom-md-n12",".left-md-n12",".top-lg-0",".right-lg-0",".bottom-lg-0",".left-lg-0",".top-lg-n0",".right-lg-n0",".bottom-lg-n0",".left-lg-n0",".top-lg-1",".right-lg-1",".bottom-lg-1",".left-lg-1",".top-lg-n1",".right-lg-n1",".bottom-lg-n1",".left-lg-n1",".top-lg-2",".right-lg-2",".bottom-lg-2",".left-lg-2",".top-lg-n2",".right-lg-n2",".bottom-lg-n2",".left-lg-n2",".top-lg-3",".right-lg-3",".bottom-lg-3",".left-lg-3",".top-lg-n3",".right-lg-n3",".bottom-lg-n3",".left-lg-n3",".top-lg-4",".right-lg-4",".bottom-lg-4",".left-lg-4",".top-lg-n4",".right-lg-n4",".bottom-lg-n4",".left-lg-n4",".top-lg-5",".right-lg-5",".bottom-lg-5",".left-lg-5",".top-lg-n5",".right-lg-n5",".bottom-lg-n5",".left-lg-n5",".top-lg-6",".right-lg-6",".bottom-lg-6",".left-lg-6",".top-lg-n6",".right-lg-n6",".bottom-lg-n6",".left-lg-n6",".top-lg-7",".right-lg-7",".bottom-lg-7",".left-lg-7",".top-lg-n7",".right-lg-n7",".bottom-lg-n7",".left-lg-n7",".top-lg-8",".right-lg-8",".bottom-lg-8",".left-lg-8",".top-lg-n8",".right-lg-n8",".bottom-lg-n8",".left-lg-n8",".top-lg-9",".right-lg-9",".bottom-lg-9",".left-lg-9",".top-lg-n9",".right-lg-n9",".bottom-lg-n9",".left-lg-n9",".top-lg-10",".right-lg-10",".bottom-lg-10",".left-lg-10",".top-lg-n10",".right-lg-n10",".bottom-lg-n10",".left-lg-n10",".top-lg-11",".right-lg-11",".bottom-lg-11",".left-lg-11",".top-lg-n11",".right-lg-n11",".bottom-lg-n11",".left-lg-n11",".top-lg-12",".right-lg-12",".bottom-lg-12",".left-lg-12",".top-lg-n12",".right-lg-n12",".bottom-lg-n12",".left-lg-n12",".offset-n1",".offset-n2",".offset-n3",".offset-n4",".offset-n5",".offset-n6",".offset-n7",".offset-sm-n1",".offset-sm-n2",".offset-sm-n3",".offset-sm-n4",".offset-sm-n5",".offset-sm-n6",".offset-sm-n7",".offset-md-n1",".offset-md-n2",".offset-md-n3",".offset-md-n4",".offset-md-n5",".offset-md-n6",".offset-md-n7",".offset-lg-n1",".offset-lg-n2",".offset-lg-n3",".offset-lg-n4",".offset-lg-n5",".offset-lg-n6",".offset-lg-n7",".offset-xl-n1",".offset-xl-n2",".offset-xl-n3",".offset-xl-n4",".offset-xl-n5",".offset-xl-n6",".offset-xl-n7",".mt-0",".mb-0",".my-0",".mt-1",".mb-1",".my-1",".mt-2",".mb-2",".my-2",".mt-3",".mb-3",".my-3",".mt-4",".mb-4",".my-4",".mt-5",".mb-5",".my-5",".mt-6",".mb-6",".my-6",".mt-7",".mb-7",".my-7",".mt-8",".mb-8",".my-8",".mt-9",".mb-9",".my-9",".mt-10",".mb-10",".my-10",".mt-11",".mb-11",".my-11",".mt-12",".mb-12",".my-12",".mt-sm-0",".mb-sm-0",".my-sm-0",".mt-sm-1",".mb-sm-1",".my-sm-1",".mt-sm-2",".mb-sm-2",".my-sm-2",".mt-sm-3",".mb-sm-3",".my-sm-3",".mt-sm-4",".mb-sm-4",".my-sm-4",".mt-sm-5",".mb-sm-5",".my-sm-5",".mt-sm-6",".mb-sm-6",".my-sm-6",".mt-sm-7",".mb-sm-7",".my-sm-7",".mt-sm-8",".mb-sm-8",".my-sm-8",".mt-sm-9",".mb-sm-9",".my-sm-9",".mt-sm-10",".mb-sm-10",".my-sm-10",".mt-sm-11",".mb-sm-11",".my-sm-11",".mt-sm-12",".mb-sm-12",".my-sm-12",".mt-md-0",".mb-md-0",".my-md-0",".mt-md-1",".mb-md-1",".my-md-1",".mt-md-2",".mb-md-2",".my-md-2",".mt-md-3",".mb-md-3",".my-md-3",".mt-md-4",".mb-md-4",".my-md-4",".mt-md-5",".mb-md-5",".my-md-5",".mt-md-6",".mb-md-6",".my-md-6",".mt-md-7",".mb-md-7",".my-md-7",".mt-md-8",".mb-md-8",".my-md-8",".mt-md-9",".mb-md-9",".my-md-9",".mt-md-10",".mb-md-10",".my-md-10",".mt-md-11",".mb-md-11",".my-md-11",".mt-md-12",".mb-md-12",".my-md-12",".mt-lg-0",".mb-lg-0",".my-lg-0",".mt-lg-1",".mb-lg-1",".my-lg-1",".mt-lg-2",".mb-lg-2",".my-lg-2",".mt-lg-3",".mb-lg-3",".my-lg-3",".mt-lg-4",".mb-lg-4",".my-lg-4",".mt-lg-5",".mb-lg-5",".my-lg-5",".mt-lg-6",".mb-lg-6",".my-lg-6",".mt-lg-7",".mb-lg-7",".my-lg-7",".mt-lg-8",".mb-lg-8",".my-lg-8",".mt-lg-9",".mb-lg-9",".my-lg-9",".mt-lg-10",".mb-lg-10",".my-lg-10",".mt-lg-11",".mb-lg-11",".my-lg-11",".mt-lg-12",".mb-lg-12",".my-lg-12",".mt-xl-0",".mb-xl-0",".my-xl-0",".mt-xl-1",".mb-xl-1",".my-xl-1",".mt-xl-2",".mb-xl-2",".my-xl-2",".mt-xl-3",".mb-xl-3",".my-xl-3",".mt-xl-4",".mb-xl-4",".my-xl-4",".mt-xl-5",".mb-xl-5",".my-xl-5",".mt-xl-6",".mb-xl-6",".my-xl-6",".mt-xl-7",".mb-xl-7",".my-xl-7",".mt-xl-8",".mb-xl-8",".my-xl-8",".mt-xl-9",".mb-xl-9",".my-xl-9",".mt-xl-10",".mb-xl-10",".my-xl-10",".mt-xl-11",".mb-xl-11",".my-xl-11",".mt-xl-12",".mb-xl-12",".my-xl-12",".p-0",".pt-0",".pr-0",".pb-0",".pl-0",".py-0",".p-1",".pt-1",".pr-1",".pb-1",".pl-1",".py-1",".p-2",".pt-2",".pr-2",".pb-2",".pl-2",".py-2",".p-3",".pt-3",".pr-3",".pb-3",".pl-3",".py-3",".p-4",".pt-4",".pr-4",".pb-4",".pl-4",".py-4",".p-5",".pt-5",".pr-5",".pb-5",".pl-5",".py-5",".p-6",".pt-6",".pr-6",".pb-6",".pl-6",".py-6",".p-7",".pt-7",".pr-7",".pb-7",".pl-7",".py-7",".p-8",".pt-8",".pr-8",".pb-8",".pl-8",".py-8",".p-9",".pt-9",".pr-9",".pb-9",".pl-9",".py-9",".p-10",".pt-10",".pr-10",".pb-10",".pl-10",".py-10",".p-11",".pt-11",".pr-11",".pb-11",".pl-11",".py-11",".p-12",".pt-12",".pr-12",".pb-12",".pl-12",".py-12",".p-sm-0",".pt-sm-0",".pr-sm-0",".pb-sm-0",".pl-sm-0",".py-sm-0",".p-sm-1",".pt-sm-1",".pr-sm-1",".pb-sm-1",".pl-sm-1",".py-sm-1",".p-sm-2",".pt-sm-2",".pr-sm-2",".pb-sm-2",".pl-sm-2",".py-sm-2",".p-sm-3",".pt-sm-3",".pr-sm-3",".pb-sm-3",".pl-sm-3",".py-sm-3",".p-sm-4",".pt-sm-4",".pr-sm-4",".pb-sm-4",".pl-sm-4",".py-sm-4",".p-sm-5",".pt-sm-5",".pr-sm-5",".pb-sm-5",".pl-sm-5",".py-sm-5",".p-sm-6",".pt-sm-6",".pr-sm-6",".pb-sm-6",".pl-sm-6",".py-sm-6",".p-sm-7",".pt-sm-7",".pr-sm-7",".pb-sm-7",".pl-sm-7",".py-sm-7",".p-sm-8",".pt-sm-8",".pr-sm-8",".pb-sm-8",".pl-sm-8",".py-sm-8",".p-sm-9",".pt-sm-9",".pr-sm-9",".pb-sm-9",".pl-sm-9",".py-sm-9",".p-sm-10",".pt-sm-10",".pr-sm-10",".pb-sm-10",".pl-sm-10",".py-sm-10",".p-sm-11",".pt-sm-11",".pr-sm-11",".pb-sm-11",".pl-sm-11",".py-sm-11",".p-sm-12",".pt-sm-12",".pr-sm-12",".pb-sm-12",".pl-sm-12",".py-sm-12",".p-md-0",".pt-md-0",".pr-md-0",".pb-md-0",".pl-md-0",".py-md-0",".p-md-1",".pt-md-1",".pr-md-1",".pb-md-1",".pl-md-1",".py-md-1",".p-md-2",".pt-md-2",".pr-md-2",".pb-md-2",".pl-md-2",".py-md-2",".p-md-3",".pt-md-3",".pr-md-3",".pb-md-3",".pl-md-3",".py-md-3",".p-md-4",".pt-md-4",".pr-md-4",".pb-md-4",".pl-md-4",".py-md-4",".p-md-5",".pt-md-5",".pr-md-5",".pb-md-5",".pl-md-5",".py-md-5",".p-md-6",".pt-md-6",".pr-md-6",".pb-md-6",".pl-md-6",".py-md-6",".p-md-7",".pt-md-7",".pr-md-7",".pb-md-7",".pl-md-7",".py-md-7",".p-md-8",".pt-md-8",".pr-md-8",".pb-md-8",".pl-md-8",".py-md-8",".p-md-9",".pt-md-9",".pr-md-9",".pb-md-9",".pl-md-9",".py-md-9",".p-md-10",".pt-md-10",".pr-md-10",".pb-md-10",".pl-md-10",".py-md-10",".p-md-11",".pt-md-11",".pr-md-11",".pb-md-11",".pl-md-11",".py-md-11",".p-md-12",".pt-md-12",".pr-md-12",".pb-md-12",".pl-md-12",".py-md-12",".p-lg-0",".pt-lg-0",".pr-lg-0",".pb-lg-0",".pl-lg-0",".py-lg-0",".p-lg-1",".pt-lg-1",".pr-lg-1",".pb-lg-1",".pl-lg-1",".py-lg-1",".p-lg-2",".pt-lg-2",".pr-lg-2",".pb-lg-2",".pl-lg-2",".py-lg-2",".p-lg-3",".pt-lg-3",".pr-lg-3",".pb-lg-3",".pl-lg-3",".py-lg-3",".p-lg-4",".pt-lg-4",".pr-lg-4",".pb-lg-4",".pl-lg-4",".py-lg-4",".p-lg-5",".pt-lg-5",".pr-lg-5",".pb-lg-5",".pl-lg-5",".py-lg-5",".p-lg-6",".pt-lg-6",".pr-lg-6",".pb-lg-6",".pl-lg-6",".py-lg-6",".p-lg-7",".pt-lg-7",".pr-lg-7",".pb-lg-7",".pl-lg-7",".py-lg-7",".p-lg-8",".pt-lg-8",".pr-lg-8",".pb-lg-8",".pl-lg-8",".py-lg-8",".p-lg-9",".pt-lg-9",".pr-lg-9",".pb-lg-9",".pl-lg-9",".py-lg-9",".p-lg-10",".pt-lg-10",".pr-lg-10",".pb-lg-10",".pl-lg-10",".py-lg-10",".p-lg-11",".pt-lg-11",".pr-lg-11",".pb-lg-11",".pl-lg-11",".py-lg-11",".p-lg-12",".pt-lg-12",".pr-lg-12",".pb-lg-12",".pl-lg-12",".py-lg-12",".p-xl-0",".pt-xl-0",".pr-xl-0",".pb-xl-0",".pl-xl-0",".py-xl-0",".p-xl-1",".pt-xl-1",".pr-xl-1",".pb-xl-1",".pl-xl-1",".py-xl-1",".p-xl-2",".pt-xl-2",".pr-xl-2",".pb-xl-2",".pl-xl-2",".py-xl-2",".p-xl-3",".pt-xl-3",".pr-xl-3",".pb-xl-3",".pl-xl-3",".py-xl-3",".p-xl-4",".pt-xl-4",".pr-xl-4",".pb-xl-4",".pl-xl-4",".py-xl-4",".p-xl-5",".pt-xl-5",".pr-xl-5",".pb-xl-5",".pl-xl-5",".py-xl-5",".p-xl-6",".pt-xl-6",".pr-xl-6",".pb-xl-6",".pl-xl-6",".py-xl-6",".p-xl-7",".pt-xl-7",".pr-xl-7",".pb-xl-7",".pl-xl-7",".py-xl-7",".p-xl-8",".pt-xl-8",".pr-xl-8",".pb-xl-8",".pl-xl-8",".py-xl-8",".p-xl-9",".pt-xl-9",".pr-xl-9",".pb-xl-9",".pl-xl-9",".py-xl-9",".p-xl-10",".pt-xl-10",".pr-xl-10",".pb-xl-10",".pl-xl-10",".py-xl-10",".p-xl-11",".pt-xl-11",".pr-xl-11",".pb-xl-11",".pl-xl-11",".py-xl-11",".p-xl-12",".pt-xl-12",".pr-xl-12",".pb-xl-12",".pl-xl-12",".py-xl-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":1063,"unique":199,"properties":{"filter":["grayscale(100%)"],"top":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"right":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"bottom":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"left":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"margin-left":["-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%","-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%","-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%","-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%","-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%"],"margin-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"margin-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-right":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-left":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"]}},"mediaQueries":{"total":14,"unique":4,"values":["(min-width: 768px)","(min-width: 1012px)","(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)"],"contents":[{"value":"(min-width: 768px)","rules":{"total":104,"size":{"graph":[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,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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.left-md-n12","declarations":1},{"selector":",.bottom-md-n12","declarations":1},{"selector":",.right-md-n12","declarations":1},{"selector":",.top-md-n12","declarations":1},{"selector":",.left-md-12","declarations":1},{"selector":",.bottom-md-12","declarations":1},{"selector":",.right-md-12","declarations":1},{"selector":",.top-md-12","declarations":1},{"selector":",.left-md-n11","declarations":1},{"selector":",.bottom-md-n11","declarations":1},{"selector":",.right-md-n11","declarations":1},{"selector":",.top-md-n11","declarations":1},{"selector":",.left-md-11","declarations":1},{"selector":",.bottom-md-11","declarations":1},{"selector":",.right-md-11","declarations":1},{"selector":",.top-md-11","declarations":1},{"selector":",.left-md-n10","declarations":1},{"selector":",.bottom-md-n10","declarations":1},{"selector":",.right-md-n10","declarations":1},{"selector":",.top-md-n10","declarations":1},{"selector":",.left-md-10","declarations":1},{"selector":",.bottom-md-10","declarations":1},{"selector":",.right-md-10","declarations":1},{"selector":",.top-md-10","declarations":1},{"selector":",.left-md-n9","declarations":1},{"selector":",.bottom-md-n9","declarations":1},{"selector":",.right-md-n9","declarations":1},{"selector":",.top-md-n9","declarations":1},{"selector":",.left-md-9","declarations":1},{"selector":",.bottom-md-9","declarations":1},{"selector":",.right-md-9","declarations":1},{"selector":",.top-md-9","declarations":1},{"selector":",.left-md-n8","declarations":1},{"selector":",.bottom-md-n8","declarations":1},{"selector":",.right-md-n8","declarations":1},{"selector":",.top-md-n8","declarations":1},{"selector":",.left-md-8","declarations":1},{"selector":",.bottom-md-8","declarations":1},{"selector":",.right-md-8","declarations":1},{"selector":",.top-md-8","declarations":1},{"selector":",.left-md-n7","declarations":1},{"selector":",.bottom-md-n7","declarations":1},{"selector":",.right-md-n7","declarations":1},{"selector":",.top-md-n7","declarations":1},{"selector":",.left-md-7","declarations":1},{"selector":",.bottom-md-7","declarations":1},{"selector":",.right-md-7","declarations":1},{"selector":",.top-md-7","declarations":1},{"selector":",.left-md-n6","declarations":1},{"selector":",.bottom-md-n6","declarations":1},{"selector":",.right-md-n6","declarations":1},{"selector":",.top-md-n6","declarations":1},{"selector":",.left-md-6","declarations":1},{"selector":",.bottom-md-6","declarations":1},{"selector":",.right-md-6","declarations":1},{"selector":",.top-md-6","declarations":1},{"selector":",.left-md-n5","declarations":1},{"selector":",.bottom-md-n5","declarations":1},{"selector":",.right-md-n5","declarations":1},{"selector":",.top-md-n5","declarations":1},{"selector":",.left-md-5","declarations":1},{"selector":",.bottom-md-5","declarations":1},{"selector":",.right-md-5","declarations":1},{"selector":",.top-md-5","declarations":1},{"selector":",.left-md-n4","declarations":1},{"selector":",.bottom-md-n4","declarations":1},{"selector":",.right-md-n4","declarations":1},{"selector":",.top-md-n4","declarations":1},{"selector":",.left-md-4","declarations":1},{"selector":",.bottom-md-4","declarations":1},{"selector":",.right-md-4","declarations":1},{"selector":",.top-md-4","declarations":1},{"selector":",.left-md-n3","declarations":1},{"selector":",.bottom-md-n3","declarations":1},{"selector":",.right-md-n3","declarations":1},{"selector":",.top-md-n3","declarations":1},{"selector":",.left-md-3","declarations":1},{"selector":",.bottom-md-3","declarations":1},{"selector":",.right-md-3","declarations":1},{"selector":",.top-md-3","declarations":1},{"selector":",.left-md-n2","declarations":1},{"selector":",.bottom-md-n2","declarations":1},{"selector":",.right-md-n2","declarations":1},{"selector":",.top-md-n2","declarations":1},{"selector":",.left-md-2","declarations":1},{"selector":",.bottom-md-2","declarations":1},{"selector":",.right-md-2","declarations":1},{"selector":",.top-md-2","declarations":1},{"selector":",.left-md-n1","declarations":1},{"selector":",.bottom-md-n1","declarations":1},{"selector":",.right-md-n1","declarations":1},{"selector":",.top-md-n1","declarations":1},{"selector":",.left-md-1","declarations":1},{"selector":",.bottom-md-1","declarations":1},{"selector":",.right-md-1","declarations":1},{"selector":",.top-md-1","declarations":1},{"selector":",.left-md-n0","declarations":1},{"selector":",.bottom-md-n0","declarations":1},{"selector":",.right-md-n0","declarations":1},{"selector":",.top-md-n0","declarations":1},{"selector":",.left-md-0","declarations":1},{"selector":",.bottom-md-0","declarations":1},{"selector":",.right-md-0","declarations":1},{"selector":".top-md-0","declarations":1}]},"selectors":{"total":104,"type":0,"class":104,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".top-md-0",".right-md-0",".bottom-md-0",".left-md-0",".top-md-n0",".right-md-n0",".bottom-md-n0",".left-md-n0",".top-md-1",".right-md-1",".bottom-md-1",".left-md-1",".top-md-n1",".right-md-n1",".bottom-md-n1",".left-md-n1",".top-md-2",".right-md-2",".bottom-md-2",".left-md-2",".top-md-n2",".right-md-n2",".bottom-md-n2",".left-md-n2",".top-md-3",".right-md-3",".bottom-md-3",".left-md-3",".top-md-n3",".right-md-n3",".bottom-md-n3",".left-md-n3",".top-md-4",".right-md-4",".bottom-md-4",".left-md-4",".top-md-n4",".right-md-n4",".bottom-md-n4",".left-md-n4",".top-md-5",".right-md-5",".bottom-md-5",".left-md-5",".top-md-n5",".right-md-n5",".bottom-md-n5",".left-md-n5",".top-md-6",".right-md-6",".bottom-md-6",".left-md-6",".top-md-n6",".right-md-n6",".bottom-md-n6",".left-md-n6",".top-md-7",".right-md-7",".bottom-md-7",".left-md-7",".top-md-n7",".right-md-n7",".bottom-md-n7",".left-md-n7",".top-md-8",".right-md-8",".bottom-md-8",".left-md-8",".top-md-n8",".right-md-n8",".bottom-md-n8",".left-md-n8",".top-md-9",".right-md-9",".bottom-md-9",".left-md-9",".top-md-n9",".right-md-n9",".bottom-md-n9",".left-md-n9",".top-md-10",".right-md-10",".bottom-md-10",".left-md-10",".top-md-n10",".right-md-n10",".bottom-md-n10",".left-md-n10",".top-md-11",".right-md-11",".bottom-md-11",".left-md-11",".top-md-n11",".right-md-n11",".bottom-md-n11",".left-md-n11",".top-md-12",".right-md-12",".bottom-md-12",".left-md-12",".top-md-n12",".right-md-n12",".bottom-md-n12",".left-md-n12"],"specificity":{"max":10,"average":10}},"declarations":{"total":104,"unique":100,"properties":{"top":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"right":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"bottom":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"left":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"]}}},{"value":"(min-width: 1012px)","rules":{"total":104,"size":{"graph":[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,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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.left-lg-n12","declarations":1},{"selector":",.bottom-lg-n12","declarations":1},{"selector":",.right-lg-n12","declarations":1},{"selector":",.top-lg-n12","declarations":1},{"selector":",.left-lg-12","declarations":1},{"selector":",.bottom-lg-12","declarations":1},{"selector":",.right-lg-12","declarations":1},{"selector":",.top-lg-12","declarations":1},{"selector":",.left-lg-n11","declarations":1},{"selector":",.bottom-lg-n11","declarations":1},{"selector":",.right-lg-n11","declarations":1},{"selector":",.top-lg-n11","declarations":1},{"selector":",.left-lg-11","declarations":1},{"selector":",.bottom-lg-11","declarations":1},{"selector":",.right-lg-11","declarations":1},{"selector":",.top-lg-11","declarations":1},{"selector":",.left-lg-n10","declarations":1},{"selector":",.bottom-lg-n10","declarations":1},{"selector":",.right-lg-n10","declarations":1},{"selector":",.top-lg-n10","declarations":1},{"selector":",.left-lg-10","declarations":1},{"selector":",.bottom-lg-10","declarations":1},{"selector":",.right-lg-10","declarations":1},{"selector":",.top-lg-10","declarations":1},{"selector":",.left-lg-n9","declarations":1},{"selector":",.bottom-lg-n9","declarations":1},{"selector":",.right-lg-n9","declarations":1},{"selector":",.top-lg-n9","declarations":1},{"selector":",.left-lg-9","declarations":1},{"selector":",.bottom-lg-9","declarations":1},{"selector":",.right-lg-9","declarations":1},{"selector":",.top-lg-9","declarations":1},{"selector":",.left-lg-n8","declarations":1},{"selector":",.bottom-lg-n8","declarations":1},{"selector":",.right-lg-n8","declarations":1},{"selector":",.top-lg-n8","declarations":1},{"selector":",.left-lg-8","declarations":1},{"selector":",.bottom-lg-8","declarations":1},{"selector":",.right-lg-8","declarations":1},{"selector":",.top-lg-8","declarations":1},{"selector":",.left-lg-n7","declarations":1},{"selector":",.bottom-lg-n7","declarations":1},{"selector":",.right-lg-n7","declarations":1},{"selector":",.top-lg-n7","declarations":1},{"selector":",.left-lg-7","declarations":1},{"selector":",.bottom-lg-7","declarations":1},{"selector":",.right-lg-7","declarations":1},{"selector":",.top-lg-7","declarations":1},{"selector":",.left-lg-n6","declarations":1},{"selector":",.bottom-lg-n6","declarations":1},{"selector":",.right-lg-n6","declarations":1},{"selector":",.top-lg-n6","declarations":1},{"selector":",.left-lg-6","declarations":1},{"selector":",.bottom-lg-6","declarations":1},{"selector":",.right-lg-6","declarations":1},{"selector":",.top-lg-6","declarations":1},{"selector":",.left-lg-n5","declarations":1},{"selector":",.bottom-lg-n5","declarations":1},{"selector":",.right-lg-n5","declarations":1},{"selector":",.top-lg-n5","declarations":1},{"selector":",.left-lg-5","declarations":1},{"selector":",.bottom-lg-5","declarations":1},{"selector":",.right-lg-5","declarations":1},{"selector":",.top-lg-5","declarations":1},{"selector":",.left-lg-n4","declarations":1},{"selector":",.bottom-lg-n4","declarations":1},{"selector":",.right-lg-n4","declarations":1},{"selector":",.top-lg-n4","declarations":1},{"selector":",.left-lg-4","declarations":1},{"selector":",.bottom-lg-4","declarations":1},{"selector":",.right-lg-4","declarations":1},{"selector":",.top-lg-4","declarations":1},{"selector":",.left-lg-n3","declarations":1},{"selector":",.bottom-lg-n3","declarations":1},{"selector":",.right-lg-n3","declarations":1},{"selector":",.top-lg-n3","declarations":1},{"selector":",.left-lg-3","declarations":1},{"selector":",.bottom-lg-3","declarations":1},{"selector":",.right-lg-3","declarations":1},{"selector":",.top-lg-3","declarations":1},{"selector":",.left-lg-n2","declarations":1},{"selector":",.bottom-lg-n2","declarations":1},{"selector":",.right-lg-n2","declarations":1},{"selector":",.top-lg-n2","declarations":1},{"selector":",.left-lg-2","declarations":1},{"selector":",.bottom-lg-2","declarations":1},{"selector":",.right-lg-2","declarations":1},{"selector":",.top-lg-2","declarations":1},{"selector":",.left-lg-n1","declarations":1},{"selector":",.bottom-lg-n1","declarations":1},{"selector":",.right-lg-n1","declarations":1},{"selector":",.top-lg-n1","declarations":1},{"selector":",.left-lg-1","declarations":1},{"selector":",.bottom-lg-1","declarations":1},{"selector":",.right-lg-1","declarations":1},{"selector":",.top-lg-1","declarations":1},{"selector":",.left-lg-n0","declarations":1},{"selector":",.bottom-lg-n0","declarations":1},{"selector":",.right-lg-n0","declarations":1},{"selector":",.top-lg-n0","declarations":1},{"selector":",.left-lg-0","declarations":1},{"selector":",.bottom-lg-0","declarations":1},{"selector":",.right-lg-0","declarations":1},{"selector":".top-lg-0","declarations":1}]},"selectors":{"total":104,"type":0,"class":104,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".top-lg-0",".right-lg-0",".bottom-lg-0",".left-lg-0",".top-lg-n0",".right-lg-n0",".bottom-lg-n0",".left-lg-n0",".top-lg-1",".right-lg-1",".bottom-lg-1",".left-lg-1",".top-lg-n1",".right-lg-n1",".bottom-lg-n1",".left-lg-n1",".top-lg-2",".right-lg-2",".bottom-lg-2",".left-lg-2",".top-lg-n2",".right-lg-n2",".bottom-lg-n2",".left-lg-n2",".top-lg-3",".right-lg-3",".bottom-lg-3",".left-lg-3",".top-lg-n3",".right-lg-n3",".bottom-lg-n3",".left-lg-n3",".top-lg-4",".right-lg-4",".bottom-lg-4",".left-lg-4",".top-lg-n4",".right-lg-n4",".bottom-lg-n4",".left-lg-n4",".top-lg-5",".right-lg-5",".bottom-lg-5",".left-lg-5",".top-lg-n5",".right-lg-n5",".bottom-lg-n5",".left-lg-n5",".top-lg-6",".right-lg-6",".bottom-lg-6",".left-lg-6",".top-lg-n6",".right-lg-n6",".bottom-lg-n6",".left-lg-n6",".top-lg-7",".right-lg-7",".bottom-lg-7",".left-lg-7",".top-lg-n7",".right-lg-n7",".bottom-lg-n7",".left-lg-n7",".top-lg-8",".right-lg-8",".bottom-lg-8",".left-lg-8",".top-lg-n8",".right-lg-n8",".bottom-lg-n8",".left-lg-n8",".top-lg-9",".right-lg-9",".bottom-lg-9",".left-lg-9",".top-lg-n9",".right-lg-n9",".bottom-lg-n9",".left-lg-n9",".top-lg-10",".right-lg-10",".bottom-lg-10",".left-lg-10",".top-lg-n10",".right-lg-n10",".bottom-lg-n10",".left-lg-n10",".top-lg-11",".right-lg-11",".bottom-lg-11",".left-lg-11",".top-lg-n11",".right-lg-n11",".bottom-lg-n11",".left-lg-n11",".top-lg-12",".right-lg-12",".bottom-lg-12",".left-lg-12",".top-lg-n12",".right-lg-n12",".bottom-lg-n12",".left-lg-n12"],"specificity":{"max":10,"average":10}},"declarations":{"total":104,"unique":100,"properties":{"top":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"right":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"bottom":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"left":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.offset-sm-n7","declarations":1},{"selector":",.offset-sm-n6","declarations":1},{"selector":",.offset-sm-n5","declarations":1},{"selector":",.offset-sm-n4","declarations":1},{"selector":",.offset-sm-n3","declarations":1},{"selector":",.offset-sm-n2","declarations":1},{"selector":".offset-sm-n1","declarations":1}]},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-sm-n1",".offset-sm-n2",".offset-sm-n3",".offset-sm-n4",".offset-sm-n5",".offset-sm-n6",".offset-sm-n7"],"specificity":{"max":10,"average":10}},"declarations":{"total":7,"unique":7,"properties":{"margin-left":["-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.offset-md-n7","declarations":1},{"selector":",.offset-md-n6","declarations":1},{"selector":",.offset-md-n5","declarations":1},{"selector":",.offset-md-n4","declarations":1},{"selector":",.offset-md-n3","declarations":1},{"selector":",.offset-md-n2","declarations":1},{"selector":".offset-md-n1","declarations":1}]},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-md-n1",".offset-md-n2",".offset-md-n3",".offset-md-n4",".offset-md-n5",".offset-md-n6",".offset-md-n7"],"specificity":{"max":10,"average":10}},"declarations":{"total":7,"unique":7,"properties":{"margin-left":["-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%"]}}},{"value":"(min-width: 1012px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.offset-lg-n7","declarations":1},{"selector":",.offset-lg-n6","declarations":1},{"selector":",.offset-lg-n5","declarations":1},{"selector":",.offset-lg-n4","declarations":1},{"selector":",.offset-lg-n3","declarations":1},{"selector":",.offset-lg-n2","declarations":1},{"selector":".offset-lg-n1","declarations":1}]},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-lg-n1",".offset-lg-n2",".offset-lg-n3",".offset-lg-n4",".offset-lg-n5",".offset-lg-n6",".offset-lg-n7"],"specificity":{"max":10,"average":10}},"declarations":{"total":7,"unique":7,"properties":{"margin-left":["-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.offset-xl-n7","declarations":1},{"selector":",.offset-xl-n6","declarations":1},{"selector":",.offset-xl-n5","declarations":1},{"selector":",.offset-xl-n4","declarations":1},{"selector":",.offset-xl-n3","declarations":1},{"selector":",.offset-xl-n2","declarations":1},{"selector":".offset-xl-n1","declarations":1}]},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-xl-n1",".offset-xl-n2",".offset-xl-n3",".offset-xl-n4",".offset-xl-n5",".offset-xl-n6",".offset-xl-n7"],"specificity":{"max":10,"average":10}},"declarations":{"total":7,"unique":7,"properties":{"margin-left":["-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%"]}}},{"value":"(min-width: 544px)","rules":{"total":39,"size":{"graph":[1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2],"max":2,"average":1.3333333333333333},"selectorByRuleSizes":[{"selector":",.my-sm-12","declarations":2},{"selector":",.my-sm-11","declarations":2},{"selector":",.my-sm-10","declarations":2},{"selector":",.my-sm-9","declarations":2},{"selector":",.my-sm-8","declarations":2},{"selector":",.my-sm-7","declarations":2},{"selector":",.my-sm-6","declarations":2},{"selector":",.my-sm-5","declarations":2},{"selector":",.my-sm-4","declarations":2},{"selector":",.my-sm-3","declarations":2},{"selector":",.my-sm-2","declarations":2},{"selector":",.my-sm-1","declarations":2},{"selector":",.my-sm-0","declarations":2},{"selector":",.mb-sm-12","declarations":1},{"selector":",.mt-sm-12","declarations":1},{"selector":",.mb-sm-11","declarations":1},{"selector":",.mt-sm-11","declarations":1},{"selector":",.mb-sm-10","declarations":1},{"selector":",.mt-sm-10","declarations":1},{"selector":",.mb-sm-9","declarations":1},{"selector":",.mt-sm-9","declarations":1},{"selector":",.mb-sm-8","declarations":1},{"selector":",.mt-sm-8","declarations":1},{"selector":",.mb-sm-7","declarations":1},{"selector":",.mt-sm-7","declarations":1},{"selector":",.mb-sm-6","declarations":1},{"selector":",.mt-sm-6","declarations":1},{"selector":",.mb-sm-5","declarations":1},{"selector":",.mt-sm-5","declarations":1},{"selector":",.mb-sm-4","declarations":1},{"selector":",.mt-sm-4","declarations":1},{"selector":",.mb-sm-3","declarations":1},{"selector":",.mt-sm-3","declarations":1},{"selector":",.mb-sm-2","declarations":1},{"selector":",.mt-sm-2","declarations":1},{"selector":",.mb-sm-1","declarations":1},{"selector":",.mt-sm-1","declarations":1},{"selector":",.mb-sm-0","declarations":1},{"selector":".mt-sm-0","declarations":1}]},"selectors":{"total":39,"type":0,"class":39,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".mt-sm-0",".mb-sm-0",".my-sm-0",".mt-sm-1",".mb-sm-1",".my-sm-1",".mt-sm-2",".mb-sm-2",".my-sm-2",".mt-sm-3",".mb-sm-3",".my-sm-3",".mt-sm-4",".mb-sm-4",".my-sm-4",".mt-sm-5",".mb-sm-5",".my-sm-5",".mt-sm-6",".mb-sm-6",".my-sm-6",".mt-sm-7",".mb-sm-7",".my-sm-7",".mt-sm-8",".mb-sm-8",".my-sm-8",".mt-sm-9",".mb-sm-9",".my-sm-9",".mt-sm-10",".mb-sm-10",".my-sm-10",".mt-sm-11",".mb-sm-11",".my-sm-11",".mt-sm-12",".mb-sm-12",".my-sm-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":52,"unique":26,"properties":{"margin-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"margin-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"]}}},{"value":"(min-width: 768px)","rules":{"total":39,"size":{"graph":[1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2],"max":2,"average":1.3333333333333333},"selectorByRuleSizes":[{"selector":",.my-md-12","declarations":2},{"selector":",.my-md-11","declarations":2},{"selector":",.my-md-10","declarations":2},{"selector":",.my-md-9","declarations":2},{"selector":",.my-md-8","declarations":2},{"selector":",.my-md-7","declarations":2},{"selector":",.my-md-6","declarations":2},{"selector":",.my-md-5","declarations":2},{"selector":",.my-md-4","declarations":2},{"selector":",.my-md-3","declarations":2},{"selector":",.my-md-2","declarations":2},{"selector":",.my-md-1","declarations":2},{"selector":",.my-md-0","declarations":2},{"selector":",.mb-md-12","declarations":1},{"selector":",.mt-md-12","declarations":1},{"selector":",.mb-md-11","declarations":1},{"selector":",.mt-md-11","declarations":1},{"selector":",.mb-md-10","declarations":1},{"selector":",.mt-md-10","declarations":1},{"selector":",.mb-md-9","declarations":1},{"selector":",.mt-md-9","declarations":1},{"selector":",.mb-md-8","declarations":1},{"selector":",.mt-md-8","declarations":1},{"selector":",.mb-md-7","declarations":1},{"selector":",.mt-md-7","declarations":1},{"selector":",.mb-md-6","declarations":1},{"selector":",.mt-md-6","declarations":1},{"selector":",.mb-md-5","declarations":1},{"selector":",.mt-md-5","declarations":1},{"selector":",.mb-md-4","declarations":1},{"selector":",.mt-md-4","declarations":1},{"selector":",.mb-md-3","declarations":1},{"selector":",.mt-md-3","declarations":1},{"selector":",.mb-md-2","declarations":1},{"selector":",.mt-md-2","declarations":1},{"selector":",.mb-md-1","declarations":1},{"selector":",.mt-md-1","declarations":1},{"selector":",.mb-md-0","declarations":1},{"selector":".mt-md-0","declarations":1}]},"selectors":{"total":39,"type":0,"class":39,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".mt-md-0",".mb-md-0",".my-md-0",".mt-md-1",".mb-md-1",".my-md-1",".mt-md-2",".mb-md-2",".my-md-2",".mt-md-3",".mb-md-3",".my-md-3",".mt-md-4",".mb-md-4",".my-md-4",".mt-md-5",".mb-md-5",".my-md-5",".mt-md-6",".mb-md-6",".my-md-6",".mt-md-7",".mb-md-7",".my-md-7",".mt-md-8",".mb-md-8",".my-md-8",".mt-md-9",".mb-md-9",".my-md-9",".mt-md-10",".mb-md-10",".my-md-10",".mt-md-11",".mb-md-11",".my-md-11",".mt-md-12",".mb-md-12",".my-md-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":52,"unique":26,"properties":{"margin-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"margin-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"]}}},{"value":"(min-width: 1012px)","rules":{"total":39,"size":{"graph":[1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2],"max":2,"average":1.3333333333333333},"selectorByRuleSizes":[{"selector":",.my-lg-12","declarations":2},{"selector":",.my-lg-11","declarations":2},{"selector":",.my-lg-10","declarations":2},{"selector":",.my-lg-9","declarations":2},{"selector":",.my-lg-8","declarations":2},{"selector":",.my-lg-7","declarations":2},{"selector":",.my-lg-6","declarations":2},{"selector":",.my-lg-5","declarations":2},{"selector":",.my-lg-4","declarations":2},{"selector":",.my-lg-3","declarations":2},{"selector":",.my-lg-2","declarations":2},{"selector":",.my-lg-1","declarations":2},{"selector":",.my-lg-0","declarations":2},{"selector":",.mb-lg-12","declarations":1},{"selector":",.mt-lg-12","declarations":1},{"selector":",.mb-lg-11","declarations":1},{"selector":",.mt-lg-11","declarations":1},{"selector":",.mb-lg-10","declarations":1},{"selector":",.mt-lg-10","declarations":1},{"selector":",.mb-lg-9","declarations":1},{"selector":",.mt-lg-9","declarations":1},{"selector":",.mb-lg-8","declarations":1},{"selector":",.mt-lg-8","declarations":1},{"selector":",.mb-lg-7","declarations":1},{"selector":",.mt-lg-7","declarations":1},{"selector":",.mb-lg-6","declarations":1},{"selector":",.mt-lg-6","declarations":1},{"selector":",.mb-lg-5","declarations":1},{"selector":",.mt-lg-5","declarations":1},{"selector":",.mb-lg-4","declarations":1},{"selector":",.mt-lg-4","declarations":1},{"selector":",.mb-lg-3","declarations":1},{"selector":",.mt-lg-3","declarations":1},{"selector":",.mb-lg-2","declarations":1},{"selector":",.mt-lg-2","declarations":1},{"selector":",.mb-lg-1","declarations":1},{"selector":",.mt-lg-1","declarations":1},{"selector":",.mb-lg-0","declarations":1},{"selector":".mt-lg-0","declarations":1}]},"selectors":{"total":39,"type":0,"class":39,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".mt-lg-0",".mb-lg-0",".my-lg-0",".mt-lg-1",".mb-lg-1",".my-lg-1",".mt-lg-2",".mb-lg-2",".my-lg-2",".mt-lg-3",".mb-lg-3",".my-lg-3",".mt-lg-4",".mb-lg-4",".my-lg-4",".mt-lg-5",".mb-lg-5",".my-lg-5",".mt-lg-6",".mb-lg-6",".my-lg-6",".mt-lg-7",".mb-lg-7",".my-lg-7",".mt-lg-8",".mb-lg-8",".my-lg-8",".mt-lg-9",".mb-lg-9",".my-lg-9",".mt-lg-10",".mb-lg-10",".my-lg-10",".mt-lg-11",".mb-lg-11",".my-lg-11",".mt-lg-12",".mb-lg-12",".my-lg-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":52,"unique":26,"properties":{"margin-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"margin-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"]}}},{"value":"(min-width: 1280px)","rules":{"total":39,"size":{"graph":[1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2],"max":2,"average":1.3333333333333333},"selectorByRuleSizes":[{"selector":",.my-xl-12","declarations":2},{"selector":",.my-xl-11","declarations":2},{"selector":",.my-xl-10","declarations":2},{"selector":",.my-xl-9","declarations":2},{"selector":",.my-xl-8","declarations":2},{"selector":",.my-xl-7","declarations":2},{"selector":",.my-xl-6","declarations":2},{"selector":",.my-xl-5","declarations":2},{"selector":",.my-xl-4","declarations":2},{"selector":",.my-xl-3","declarations":2},{"selector":",.my-xl-2","declarations":2},{"selector":",.my-xl-1","declarations":2},{"selector":",.my-xl-0","declarations":2},{"selector":",.mb-xl-12","declarations":1},{"selector":",.mt-xl-12","declarations":1},{"selector":",.mb-xl-11","declarations":1},{"selector":",.mt-xl-11","declarations":1},{"selector":",.mb-xl-10","declarations":1},{"selector":",.mt-xl-10","declarations":1},{"selector":",.mb-xl-9","declarations":1},{"selector":",.mt-xl-9","declarations":1},{"selector":",.mb-xl-8","declarations":1},{"selector":",.mt-xl-8","declarations":1},{"selector":",.mb-xl-7","declarations":1},{"selector":",.mt-xl-7","declarations":1},{"selector":",.mb-xl-6","declarations":1},{"selector":",.mt-xl-6","declarations":1},{"selector":",.mb-xl-5","declarations":1},{"selector":",.mt-xl-5","declarations":1},{"selector":",.mb-xl-4","declarations":1},{"selector":",.mt-xl-4","declarations":1},{"selector":",.mb-xl-3","declarations":1},{"selector":",.mt-xl-3","declarations":1},{"selector":",.mb-xl-2","declarations":1},{"selector":",.mt-xl-2","declarations":1},{"selector":",.mb-xl-1","declarations":1},{"selector":",.mt-xl-1","declarations":1},{"selector":",.mb-xl-0","declarations":1},{"selector":".mt-xl-0","declarations":1}]},"selectors":{"total":39,"type":0,"class":39,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".mt-xl-0",".mb-xl-0",".my-xl-0",".mt-xl-1",".mb-xl-1",".my-xl-1",".mt-xl-2",".mb-xl-2",".my-xl-2",".mt-xl-3",".mb-xl-3",".my-xl-3",".mt-xl-4",".mb-xl-4",".my-xl-4",".mt-xl-5",".mb-xl-5",".my-xl-5",".mt-xl-6",".mb-xl-6",".my-xl-6",".mt-xl-7",".mb-xl-7",".my-xl-7",".mt-xl-8",".mb-xl-8",".my-xl-8",".mt-xl-9",".mb-xl-9",".my-xl-9",".mt-xl-10",".mb-xl-10",".my-xl-10",".mt-xl-11",".mb-xl-11",".my-xl-11",".mt-xl-12",".mb-xl-12",".my-xl-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":52,"unique":26,"properties":{"margin-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"margin-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"]}}},{"value":"(min-width: 544px)","rules":{"total":78,"size":{"graph":[1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2],"max":2,"average":1.1666666666666667},"selectorByRuleSizes":[{"selector":",.py-sm-12","declarations":2},{"selector":",.py-sm-11","declarations":2},{"selector":",.py-sm-10","declarations":2},{"selector":",.py-sm-9","declarations":2},{"selector":",.py-sm-8","declarations":2},{"selector":",.py-sm-7","declarations":2},{"selector":",.py-sm-6","declarations":2},{"selector":",.py-sm-5","declarations":2},{"selector":",.py-sm-4","declarations":2},{"selector":",.py-sm-3","declarations":2},{"selector":",.py-sm-2","declarations":2},{"selector":",.py-sm-1","declarations":2},{"selector":",.py-sm-0","declarations":2},{"selector":",.pl-sm-12","declarations":1},{"selector":",.pb-sm-12","declarations":1},{"selector":",.pr-sm-12","declarations":1},{"selector":",.pt-sm-12","declarations":1},{"selector":",.p-sm-12","declarations":1},{"selector":",.pl-sm-11","declarations":1},{"selector":",.pb-sm-11","declarations":1},{"selector":",.pr-sm-11","declarations":1},{"selector":",.pt-sm-11","declarations":1},{"selector":",.p-sm-11","declarations":1},{"selector":",.pl-sm-10","declarations":1},{"selector":",.pb-sm-10","declarations":1},{"selector":",.pr-sm-10","declarations":1},{"selector":",.pt-sm-10","declarations":1},{"selector":",.p-sm-10","declarations":1},{"selector":",.pl-sm-9","declarations":1},{"selector":",.pb-sm-9","declarations":1},{"selector":",.pr-sm-9","declarations":1},{"selector":",.pt-sm-9","declarations":1},{"selector":",.p-sm-9","declarations":1},{"selector":",.pl-sm-8","declarations":1},{"selector":",.pb-sm-8","declarations":1},{"selector":",.pr-sm-8","declarations":1},{"selector":",.pt-sm-8","declarations":1},{"selector":",.p-sm-8","declarations":1},{"selector":",.pl-sm-7","declarations":1},{"selector":",.pb-sm-7","declarations":1},{"selector":",.pr-sm-7","declarations":1},{"selector":",.pt-sm-7","declarations":1},{"selector":",.p-sm-7","declarations":1},{"selector":",.pl-sm-6","declarations":1},{"selector":",.pb-sm-6","declarations":1},{"selector":",.pr-sm-6","declarations":1},{"selector":",.pt-sm-6","declarations":1},{"selector":",.p-sm-6","declarations":1},{"selector":",.pl-sm-5","declarations":1},{"selector":",.pb-sm-5","declarations":1},{"selector":",.pr-sm-5","declarations":1},{"selector":",.pt-sm-5","declarations":1},{"selector":",.p-sm-5","declarations":1},{"selector":",.pl-sm-4","declarations":1},{"selector":",.pb-sm-4","declarations":1},{"selector":",.pr-sm-4","declarations":1},{"selector":",.pt-sm-4","declarations":1},{"selector":",.p-sm-4","declarations":1},{"selector":",.pl-sm-3","declarations":1},{"selector":",.pb-sm-3","declarations":1},{"selector":",.pr-sm-3","declarations":1},{"selector":",.pt-sm-3","declarations":1},{"selector":",.p-sm-3","declarations":1},{"selector":",.pl-sm-2","declarations":1},{"selector":",.pb-sm-2","declarations":1},{"selector":",.pr-sm-2","declarations":1},{"selector":",.pt-sm-2","declarations":1},{"selector":",.p-sm-2","declarations":1},{"selector":",.pl-sm-1","declarations":1},{"selector":",.pb-sm-1","declarations":1},{"selector":",.pr-sm-1","declarations":1},{"selector":",.pt-sm-1","declarations":1},{"selector":",.p-sm-1","declarations":1},{"selector":",.pl-sm-0","declarations":1},{"selector":",.pb-sm-0","declarations":1},{"selector":",.pr-sm-0","declarations":1},{"selector":",.pt-sm-0","declarations":1},{"selector":".p-sm-0","declarations":1}]},"selectors":{"total":78,"type":0,"class":78,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-0",".pt-sm-0",".pr-sm-0",".pb-sm-0",".pl-sm-0",".py-sm-0",".p-sm-1",".pt-sm-1",".pr-sm-1",".pb-sm-1",".pl-sm-1",".py-sm-1",".p-sm-2",".pt-sm-2",".pr-sm-2",".pb-sm-2",".pl-sm-2",".py-sm-2",".p-sm-3",".pt-sm-3",".pr-sm-3",".pb-sm-3",".pl-sm-3",".py-sm-3",".p-sm-4",".pt-sm-4",".pr-sm-4",".pb-sm-4",".pl-sm-4",".py-sm-4",".p-sm-5",".pt-sm-5",".pr-sm-5",".pb-sm-5",".pl-sm-5",".py-sm-5",".p-sm-6",".pt-sm-6",".pr-sm-6",".pb-sm-6",".pl-sm-6",".py-sm-6",".p-sm-7",".pt-sm-7",".pr-sm-7",".pb-sm-7",".pl-sm-7",".py-sm-7",".p-sm-8",".pt-sm-8",".pr-sm-8",".pb-sm-8",".pl-sm-8",".py-sm-8",".p-sm-9",".pt-sm-9",".pr-sm-9",".pb-sm-9",".pl-sm-9",".py-sm-9",".p-sm-10",".pt-sm-10",".pr-sm-10",".pb-sm-10",".pl-sm-10",".py-sm-10",".p-sm-11",".pt-sm-11",".pr-sm-11",".pb-sm-11",".pl-sm-11",".py-sm-11",".p-sm-12",".pt-sm-12",".pr-sm-12",".pb-sm-12",".pl-sm-12",".py-sm-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":91,"unique":65,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-right":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-left":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"]}}},{"value":"(min-width: 768px)","rules":{"total":78,"size":{"graph":[1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2],"max":2,"average":1.1666666666666667},"selectorByRuleSizes":[{"selector":",.py-md-12","declarations":2},{"selector":",.py-md-11","declarations":2},{"selector":",.py-md-10","declarations":2},{"selector":",.py-md-9","declarations":2},{"selector":",.py-md-8","declarations":2},{"selector":",.py-md-7","declarations":2},{"selector":",.py-md-6","declarations":2},{"selector":",.py-md-5","declarations":2},{"selector":",.py-md-4","declarations":2},{"selector":",.py-md-3","declarations":2},{"selector":",.py-md-2","declarations":2},{"selector":",.py-md-1","declarations":2},{"selector":",.py-md-0","declarations":2},{"selector":",.pl-md-12","declarations":1},{"selector":",.pb-md-12","declarations":1},{"selector":",.pr-md-12","declarations":1},{"selector":",.pt-md-12","declarations":1},{"selector":",.p-md-12","declarations":1},{"selector":",.pl-md-11","declarations":1},{"selector":",.pb-md-11","declarations":1},{"selector":",.pr-md-11","declarations":1},{"selector":",.pt-md-11","declarations":1},{"selector":",.p-md-11","declarations":1},{"selector":",.pl-md-10","declarations":1},{"selector":",.pb-md-10","declarations":1},{"selector":",.pr-md-10","declarations":1},{"selector":",.pt-md-10","declarations":1},{"selector":",.p-md-10","declarations":1},{"selector":",.pl-md-9","declarations":1},{"selector":",.pb-md-9","declarations":1},{"selector":",.pr-md-9","declarations":1},{"selector":",.pt-md-9","declarations":1},{"selector":",.p-md-9","declarations":1},{"selector":",.pl-md-8","declarations":1},{"selector":",.pb-md-8","declarations":1},{"selector":",.pr-md-8","declarations":1},{"selector":",.pt-md-8","declarations":1},{"selector":",.p-md-8","declarations":1},{"selector":",.pl-md-7","declarations":1},{"selector":",.pb-md-7","declarations":1},{"selector":",.pr-md-7","declarations":1},{"selector":",.pt-md-7","declarations":1},{"selector":",.p-md-7","declarations":1},{"selector":",.pl-md-6","declarations":1},{"selector":",.pb-md-6","declarations":1},{"selector":",.pr-md-6","declarations":1},{"selector":",.pt-md-6","declarations":1},{"selector":",.p-md-6","declarations":1},{"selector":",.pl-md-5","declarations":1},{"selector":",.pb-md-5","declarations":1},{"selector":",.pr-md-5","declarations":1},{"selector":",.pt-md-5","declarations":1},{"selector":",.p-md-5","declarations":1},{"selector":",.pl-md-4","declarations":1},{"selector":",.pb-md-4","declarations":1},{"selector":",.pr-md-4","declarations":1},{"selector":",.pt-md-4","declarations":1},{"selector":",.p-md-4","declarations":1},{"selector":",.pl-md-3","declarations":1},{"selector":",.pb-md-3","declarations":1},{"selector":",.pr-md-3","declarations":1},{"selector":",.pt-md-3","declarations":1},{"selector":",.p-md-3","declarations":1},{"selector":",.pl-md-2","declarations":1},{"selector":",.pb-md-2","declarations":1},{"selector":",.pr-md-2","declarations":1},{"selector":",.pt-md-2","declarations":1},{"selector":",.p-md-2","declarations":1},{"selector":",.pl-md-1","declarations":1},{"selector":",.pb-md-1","declarations":1},{"selector":",.pr-md-1","declarations":1},{"selector":",.pt-md-1","declarations":1},{"selector":",.p-md-1","declarations":1},{"selector":",.pl-md-0","declarations":1},{"selector":",.pb-md-0","declarations":1},{"selector":",.pr-md-0","declarations":1},{"selector":",.pt-md-0","declarations":1},{"selector":".p-md-0","declarations":1}]},"selectors":{"total":78,"type":0,"class":78,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-0",".pt-md-0",".pr-md-0",".pb-md-0",".pl-md-0",".py-md-0",".p-md-1",".pt-md-1",".pr-md-1",".pb-md-1",".pl-md-1",".py-md-1",".p-md-2",".pt-md-2",".pr-md-2",".pb-md-2",".pl-md-2",".py-md-2",".p-md-3",".pt-md-3",".pr-md-3",".pb-md-3",".pl-md-3",".py-md-3",".p-md-4",".pt-md-4",".pr-md-4",".pb-md-4",".pl-md-4",".py-md-4",".p-md-5",".pt-md-5",".pr-md-5",".pb-md-5",".pl-md-5",".py-md-5",".p-md-6",".pt-md-6",".pr-md-6",".pb-md-6",".pl-md-6",".py-md-6",".p-md-7",".pt-md-7",".pr-md-7",".pb-md-7",".pl-md-7",".py-md-7",".p-md-8",".pt-md-8",".pr-md-8",".pb-md-8",".pl-md-8",".py-md-8",".p-md-9",".pt-md-9",".pr-md-9",".pb-md-9",".pl-md-9",".py-md-9",".p-md-10",".pt-md-10",".pr-md-10",".pb-md-10",".pl-md-10",".py-md-10",".p-md-11",".pt-md-11",".pr-md-11",".pb-md-11",".pl-md-11",".py-md-11",".p-md-12",".pt-md-12",".pr-md-12",".pb-md-12",".pl-md-12",".py-md-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":91,"unique":65,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-right":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-left":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"]}}},{"value":"(min-width: 1012px)","rules":{"total":78,"size":{"graph":[1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2],"max":2,"average":1.1666666666666667},"selectorByRuleSizes":[{"selector":",.py-lg-12","declarations":2},{"selector":",.py-lg-11","declarations":2},{"selector":",.py-lg-10","declarations":2},{"selector":",.py-lg-9","declarations":2},{"selector":",.py-lg-8","declarations":2},{"selector":",.py-lg-7","declarations":2},{"selector":",.py-lg-6","declarations":2},{"selector":",.py-lg-5","declarations":2},{"selector":",.py-lg-4","declarations":2},{"selector":",.py-lg-3","declarations":2},{"selector":",.py-lg-2","declarations":2},{"selector":",.py-lg-1","declarations":2},{"selector":",.py-lg-0","declarations":2},{"selector":",.pl-lg-12","declarations":1},{"selector":",.pb-lg-12","declarations":1},{"selector":",.pr-lg-12","declarations":1},{"selector":",.pt-lg-12","declarations":1},{"selector":",.p-lg-12","declarations":1},{"selector":",.pl-lg-11","declarations":1},{"selector":",.pb-lg-11","declarations":1},{"selector":",.pr-lg-11","declarations":1},{"selector":",.pt-lg-11","declarations":1},{"selector":",.p-lg-11","declarations":1},{"selector":",.pl-lg-10","declarations":1},{"selector":",.pb-lg-10","declarations":1},{"selector":",.pr-lg-10","declarations":1},{"selector":",.pt-lg-10","declarations":1},{"selector":",.p-lg-10","declarations":1},{"selector":",.pl-lg-9","declarations":1},{"selector":",.pb-lg-9","declarations":1},{"selector":",.pr-lg-9","declarations":1},{"selector":",.pt-lg-9","declarations":1},{"selector":",.p-lg-9","declarations":1},{"selector":",.pl-lg-8","declarations":1},{"selector":",.pb-lg-8","declarations":1},{"selector":",.pr-lg-8","declarations":1},{"selector":",.pt-lg-8","declarations":1},{"selector":",.p-lg-8","declarations":1},{"selector":",.pl-lg-7","declarations":1},{"selector":",.pb-lg-7","declarations":1},{"selector":",.pr-lg-7","declarations":1},{"selector":",.pt-lg-7","declarations":1},{"selector":",.p-lg-7","declarations":1},{"selector":",.pl-lg-6","declarations":1},{"selector":",.pb-lg-6","declarations":1},{"selector":",.pr-lg-6","declarations":1},{"selector":",.pt-lg-6","declarations":1},{"selector":",.p-lg-6","declarations":1},{"selector":",.pl-lg-5","declarations":1},{"selector":",.pb-lg-5","declarations":1},{"selector":",.pr-lg-5","declarations":1},{"selector":",.pt-lg-5","declarations":1},{"selector":",.p-lg-5","declarations":1},{"selector":",.pl-lg-4","declarations":1},{"selector":",.pb-lg-4","declarations":1},{"selector":",.pr-lg-4","declarations":1},{"selector":",.pt-lg-4","declarations":1},{"selector":",.p-lg-4","declarations":1},{"selector":",.pl-lg-3","declarations":1},{"selector":",.pb-lg-3","declarations":1},{"selector":",.pr-lg-3","declarations":1},{"selector":",.pt-lg-3","declarations":1},{"selector":",.p-lg-3","declarations":1},{"selector":",.pl-lg-2","declarations":1},{"selector":",.pb-lg-2","declarations":1},{"selector":",.pr-lg-2","declarations":1},{"selector":",.pt-lg-2","declarations":1},{"selector":",.p-lg-2","declarations":1},{"selector":",.pl-lg-1","declarations":1},{"selector":",.pb-lg-1","declarations":1},{"selector":",.pr-lg-1","declarations":1},{"selector":",.pt-lg-1","declarations":1},{"selector":",.p-lg-1","declarations":1},{"selector":",.pl-lg-0","declarations":1},{"selector":",.pb-lg-0","declarations":1},{"selector":",.pr-lg-0","declarations":1},{"selector":",.pt-lg-0","declarations":1},{"selector":".p-lg-0","declarations":1}]},"selectors":{"total":78,"type":0,"class":78,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-0",".pt-lg-0",".pr-lg-0",".pb-lg-0",".pl-lg-0",".py-lg-0",".p-lg-1",".pt-lg-1",".pr-lg-1",".pb-lg-1",".pl-lg-1",".py-lg-1",".p-lg-2",".pt-lg-2",".pr-lg-2",".pb-lg-2",".pl-lg-2",".py-lg-2",".p-lg-3",".pt-lg-3",".pr-lg-3",".pb-lg-3",".pl-lg-3",".py-lg-3",".p-lg-4",".pt-lg-4",".pr-lg-4",".pb-lg-4",".pl-lg-4",".py-lg-4",".p-lg-5",".pt-lg-5",".pr-lg-5",".pb-lg-5",".pl-lg-5",".py-lg-5",".p-lg-6",".pt-lg-6",".pr-lg-6",".pb-lg-6",".pl-lg-6",".py-lg-6",".p-lg-7",".pt-lg-7",".pr-lg-7",".pb-lg-7",".pl-lg-7",".py-lg-7",".p-lg-8",".pt-lg-8",".pr-lg-8",".pb-lg-8",".pl-lg-8",".py-lg-8",".p-lg-9",".pt-lg-9",".pr-lg-9",".pb-lg-9",".pl-lg-9",".py-lg-9",".p-lg-10",".pt-lg-10",".pr-lg-10",".pb-lg-10",".pl-lg-10",".py-lg-10",".p-lg-11",".pt-lg-11",".pr-lg-11",".pb-lg-11",".pl-lg-11",".py-lg-11",".p-lg-12",".pt-lg-12",".pr-lg-12",".pb-lg-12",".pl-lg-12",".py-lg-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":91,"unique":65,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-right":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-left":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"]}}},{"value":"(min-width: 1280px)","rules":{"total":78,"size":{"graph":[1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2],"max":2,"average":1.1666666666666667},"selectorByRuleSizes":[{"selector":",.py-xl-12","declarations":2},{"selector":",.py-xl-11","declarations":2},{"selector":",.py-xl-10","declarations":2},{"selector":",.py-xl-9","declarations":2},{"selector":",.py-xl-8","declarations":2},{"selector":",.py-xl-7","declarations":2},{"selector":",.py-xl-6","declarations":2},{"selector":",.py-xl-5","declarations":2},{"selector":",.py-xl-4","declarations":2},{"selector":",.py-xl-3","declarations":2},{"selector":",.py-xl-2","declarations":2},{"selector":",.py-xl-1","declarations":2},{"selector":",.py-xl-0","declarations":2},{"selector":",.pl-xl-12","declarations":1},{"selector":",.pb-xl-12","declarations":1},{"selector":",.pr-xl-12","declarations":1},{"selector":",.pt-xl-12","declarations":1},{"selector":",.p-xl-12","declarations":1},{"selector":",.pl-xl-11","declarations":1},{"selector":",.pb-xl-11","declarations":1},{"selector":",.pr-xl-11","declarations":1},{"selector":",.pt-xl-11","declarations":1},{"selector":",.p-xl-11","declarations":1},{"selector":",.pl-xl-10","declarations":1},{"selector":",.pb-xl-10","declarations":1},{"selector":",.pr-xl-10","declarations":1},{"selector":",.pt-xl-10","declarations":1},{"selector":",.p-xl-10","declarations":1},{"selector":",.pl-xl-9","declarations":1},{"selector":",.pb-xl-9","declarations":1},{"selector":",.pr-xl-9","declarations":1},{"selector":",.pt-xl-9","declarations":1},{"selector":",.p-xl-9","declarations":1},{"selector":",.pl-xl-8","declarations":1},{"selector":",.pb-xl-8","declarations":1},{"selector":",.pr-xl-8","declarations":1},{"selector":",.pt-xl-8","declarations":1},{"selector":",.p-xl-8","declarations":1},{"selector":",.pl-xl-7","declarations":1},{"selector":",.pb-xl-7","declarations":1},{"selector":",.pr-xl-7","declarations":1},{"selector":",.pt-xl-7","declarations":1},{"selector":",.p-xl-7","declarations":1},{"selector":",.pl-xl-6","declarations":1},{"selector":",.pb-xl-6","declarations":1},{"selector":",.pr-xl-6","declarations":1},{"selector":",.pt-xl-6","declarations":1},{"selector":",.p-xl-6","declarations":1},{"selector":",.pl-xl-5","declarations":1},{"selector":",.pb-xl-5","declarations":1},{"selector":",.pr-xl-5","declarations":1},{"selector":",.pt-xl-5","declarations":1},{"selector":",.p-xl-5","declarations":1},{"selector":",.pl-xl-4","declarations":1},{"selector":",.pb-xl-4","declarations":1},{"selector":",.pr-xl-4","declarations":1},{"selector":",.pt-xl-4","declarations":1},{"selector":",.p-xl-4","declarations":1},{"selector":",.pl-xl-3","declarations":1},{"selector":",.pb-xl-3","declarations":1},{"selector":",.pr-xl-3","declarations":1},{"selector":",.pt-xl-3","declarations":1},{"selector":",.p-xl-3","declarations":1},{"selector":",.pl-xl-2","declarations":1},{"selector":",.pb-xl-2","declarations":1},{"selector":",.pr-xl-2","declarations":1},{"selector":",.pt-xl-2","declarations":1},{"selector":",.p-xl-2","declarations":1},{"selector":",.pl-xl-1","declarations":1},{"selector":",.pb-xl-1","declarations":1},{"selector":",.pr-xl-1","declarations":1},{"selector":",.pt-xl-1","declarations":1},{"selector":",.p-xl-1","declarations":1},{"selector":",.pl-xl-0","declarations":1},{"selector":",.pb-xl-0","declarations":1},{"selector":",.pr-xl-0","declarations":1},{"selector":",.pt-xl-0","declarations":1},{"selector":".p-xl-0","declarations":1}]},"selectors":{"total":78,"type":0,"class":78,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-0",".pt-xl-0",".pr-xl-0",".pb-xl-0",".pl-xl-0",".py-xl-0",".p-xl-1",".pt-xl-1",".pr-xl-1",".pb-xl-1",".pl-xl-1",".py-xl-1",".p-xl-2",".pt-xl-2",".pr-xl-2",".pb-xl-2",".pl-xl-2",".py-xl-2",".p-xl-3",".pt-xl-3",".pr-xl-3",".pb-xl-3",".pl-xl-3",".py-xl-3",".p-xl-4",".pt-xl-4",".pr-xl-4",".pb-xl-4",".pl-xl-4",".py-xl-4",".p-xl-5",".pt-xl-5",".pr-xl-5",".pb-xl-5",".pl-xl-5",".py-xl-5",".p-xl-6",".pt-xl-6",".pr-xl-6",".pb-xl-6",".pl-xl-6",".py-xl-6",".p-xl-7",".pt-xl-7",".pr-xl-7",".pb-xl-7",".pl-xl-7",".py-xl-7",".p-xl-8",".pt-xl-8",".pr-xl-8",".pb-xl-8",".pl-xl-8",".py-xl-8",".p-xl-9",".pt-xl-9",".pr-xl-9",".pb-xl-9",".pl-xl-9",".py-xl-9",".p-xl-10",".pt-xl-10",".pr-xl-10",".pb-xl-10",".pl-xl-10",".py-xl-10",".p-xl-11",".pt-xl-11",".pr-xl-11",".pb-xl-11",".pl-xl-11",".py-xl-11",".p-xl-12",".pt-xl-12",".pr-xl-12",".pb-xl-12",".pl-xl-12",".py-xl-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":91,"unique":65,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-right":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-left":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"]}}}]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/marketing.json b/assets/sass/@primer/css/dist/stats/marketing.json deleted file mode 100644 index cdc7d73..0000000 --- a/assets/sass/@primer/css/dist/stats/marketing.json +++ /dev/null @@ -1 +0,0 @@ -{"size":42092,"gzipSize":5559,"humanizedSize":"41KB","humanizedGzipSize":"5KB","rules":{"total":964,"size":{"graph":[2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,9,5,19,3,2,3,2,2,1,2,3,4,4,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,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,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,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,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,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,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2],"max":19,"average":1.187759336099585},"selectorByRuleSizes":[{"selector":".btn-mktg","declarations":19},{"selector":".pullquote","declarations":9},{"selector":".pullquote","declarations":5},{"selector":".btn-transparent:hover,.btn-transparent:active","declarations":4},{"selector":".btn-transparent","declarations":4},{"selector":".btn-outline-mktg:hover","declarations":4},{"selector":".btn-outline-mktg","declarations":3},{"selector":".btn-mktg:disabled,.btn-mktg.disabled,.btn-mktg[aria-disabled=true]","declarations":3},{"selector":".btn-mktg:hover","declarations":3},{"selector":".py-xl-12","declarations":2},{"selector":".py-xl-11","declarations":2},{"selector":".py-xl-10","declarations":2},{"selector":".py-xl-9","declarations":2},{"selector":".py-xl-8","declarations":2},{"selector":".py-xl-7","declarations":2},{"selector":".py-xl-6","declarations":2},{"selector":".py-xl-5","declarations":2},{"selector":".py-xl-4","declarations":2},{"selector":".py-xl-3","declarations":2},{"selector":".py-xl-2","declarations":2},{"selector":".py-xl-1","declarations":2},{"selector":".py-xl-0","declarations":2},{"selector":".py-lg-12","declarations":2},{"selector":".py-lg-11","declarations":2},{"selector":".py-lg-10","declarations":2},{"selector":".py-lg-9","declarations":2},{"selector":".py-lg-8","declarations":2},{"selector":".py-lg-7","declarations":2},{"selector":".py-lg-6","declarations":2},{"selector":".py-lg-5","declarations":2},{"selector":".py-lg-4","declarations":2},{"selector":".py-lg-3","declarations":2},{"selector":".py-lg-2","declarations":2},{"selector":".py-lg-1","declarations":2},{"selector":".py-lg-0","declarations":2},{"selector":".py-md-12","declarations":2},{"selector":".py-md-11","declarations":2},{"selector":".py-md-10","declarations":2},{"selector":".py-md-9","declarations":2},{"selector":".py-md-8","declarations":2},{"selector":".py-md-7","declarations":2},{"selector":".py-md-6","declarations":2},{"selector":".py-md-5","declarations":2},{"selector":".py-md-4","declarations":2},{"selector":".py-md-3","declarations":2},{"selector":".py-md-2","declarations":2},{"selector":".py-md-1","declarations":2},{"selector":".py-md-0","declarations":2},{"selector":".py-sm-12","declarations":2},{"selector":".py-sm-11","declarations":2},{"selector":".py-sm-10","declarations":2},{"selector":".py-sm-9","declarations":2},{"selector":".py-sm-8","declarations":2},{"selector":".py-sm-7","declarations":2},{"selector":".py-sm-6","declarations":2},{"selector":".py-sm-5","declarations":2},{"selector":".py-sm-4","declarations":2},{"selector":".py-sm-3","declarations":2},{"selector":".py-sm-2","declarations":2},{"selector":".py-sm-1","declarations":2},{"selector":".py-sm-0","declarations":2},{"selector":".py-12","declarations":2},{"selector":".py-11","declarations":2},{"selector":".py-10","declarations":2},{"selector":".py-9","declarations":2},{"selector":".py-8","declarations":2},{"selector":".py-7","declarations":2},{"selector":".py-6","declarations":2},{"selector":".py-5","declarations":2},{"selector":".py-4","declarations":2},{"selector":".py-3","declarations":2},{"selector":".py-2","declarations":2},{"selector":".py-1","declarations":2},{"selector":".py-0","declarations":2},{"selector":".my-xl-12","declarations":2},{"selector":".my-xl-11","declarations":2},{"selector":".my-xl-10","declarations":2},{"selector":".my-xl-9","declarations":2},{"selector":".my-xl-8","declarations":2},{"selector":".my-xl-7","declarations":2},{"selector":".my-xl-6","declarations":2},{"selector":".my-xl-5","declarations":2},{"selector":".my-xl-4","declarations":2},{"selector":".my-xl-3","declarations":2},{"selector":".my-xl-2","declarations":2},{"selector":".my-xl-1","declarations":2},{"selector":".my-xl-0","declarations":2},{"selector":".my-lg-12","declarations":2},{"selector":".my-lg-11","declarations":2},{"selector":".my-lg-10","declarations":2},{"selector":".my-lg-9","declarations":2},{"selector":".my-lg-8","declarations":2},{"selector":".my-lg-7","declarations":2},{"selector":".my-lg-6","declarations":2},{"selector":".my-lg-5","declarations":2},{"selector":".my-lg-4","declarations":2},{"selector":".my-lg-3","declarations":2},{"selector":".my-lg-2","declarations":2},{"selector":".my-lg-1","declarations":2},{"selector":".my-lg-0","declarations":2},{"selector":".my-md-12","declarations":2},{"selector":".my-md-11","declarations":2},{"selector":".my-md-10","declarations":2},{"selector":".my-md-9","declarations":2},{"selector":".my-md-8","declarations":2},{"selector":".my-md-7","declarations":2},{"selector":".my-md-6","declarations":2},{"selector":".my-md-5","declarations":2},{"selector":".my-md-4","declarations":2},{"selector":".my-md-3","declarations":2},{"selector":".my-md-2","declarations":2},{"selector":".my-md-1","declarations":2},{"selector":".my-md-0","declarations":2},{"selector":".my-sm-12","declarations":2},{"selector":".my-sm-11","declarations":2},{"selector":".my-sm-10","declarations":2},{"selector":".my-sm-9","declarations":2},{"selector":".my-sm-8","declarations":2},{"selector":".my-sm-7","declarations":2},{"selector":".my-sm-6","declarations":2},{"selector":".my-sm-5","declarations":2},{"selector":".my-sm-4","declarations":2},{"selector":".my-sm-3","declarations":2},{"selector":".my-sm-2","declarations":2},{"selector":".my-sm-1","declarations":2},{"selector":".my-sm-0","declarations":2},{"selector":".my-12","declarations":2},{"selector":".my-11","declarations":2},{"selector":".my-10","declarations":2},{"selector":".my-9","declarations":2},{"selector":".my-8","declarations":2},{"selector":".my-7","declarations":2},{"selector":".my-6","declarations":2},{"selector":".my-5","declarations":2},{"selector":".my-4","declarations":2},{"selector":".my-3","declarations":2},{"selector":".my-2","declarations":2},{"selector":".my-1","declarations":2},{"selector":".my-0","declarations":2},{"selector":".btn-large-mktg","declarations":2},{"selector":".btn-primary-mktg:hover","declarations":2},{"selector":".btn-primary-mktg","declarations":2},{"selector":".btn-mktg:focus","declarations":2},{"selector":".lead-mktg","declarations":2},{"selector":".h000-mktg,.h00-mktg,.h0-mktg,.h1-mktg,.h2-mktg,.h3-mktg,.h4-mktg,.h5-mktg,.h6-mktg,.lead-mktg","declarations":2},{"selector":".pl-xl-12","declarations":1},{"selector":".pb-xl-12","declarations":1},{"selector":".pr-xl-12","declarations":1},{"selector":".pt-xl-12","declarations":1},{"selector":".p-xl-12","declarations":1},{"selector":".pl-xl-11","declarations":1},{"selector":".pb-xl-11","declarations":1},{"selector":".pr-xl-11","declarations":1},{"selector":".pt-xl-11","declarations":1},{"selector":".p-xl-11","declarations":1},{"selector":".pl-xl-10","declarations":1},{"selector":".pb-xl-10","declarations":1},{"selector":".pr-xl-10","declarations":1},{"selector":".pt-xl-10","declarations":1},{"selector":".p-xl-10","declarations":1},{"selector":".pl-xl-9","declarations":1},{"selector":".pb-xl-9","declarations":1},{"selector":".pr-xl-9","declarations":1},{"selector":".pt-xl-9","declarations":1},{"selector":".p-xl-9","declarations":1},{"selector":".pl-xl-8","declarations":1},{"selector":".pb-xl-8","declarations":1},{"selector":".pr-xl-8","declarations":1},{"selector":".pt-xl-8","declarations":1},{"selector":".p-xl-8","declarations":1},{"selector":".pl-xl-7","declarations":1},{"selector":".pb-xl-7","declarations":1},{"selector":".pr-xl-7","declarations":1},{"selector":".pt-xl-7","declarations":1},{"selector":".p-xl-7","declarations":1},{"selector":".pl-xl-6","declarations":1},{"selector":".pb-xl-6","declarations":1},{"selector":".pr-xl-6","declarations":1},{"selector":".pt-xl-6","declarations":1},{"selector":".p-xl-6","declarations":1},{"selector":".pl-xl-5","declarations":1},{"selector":".pb-xl-5","declarations":1},{"selector":".pr-xl-5","declarations":1},{"selector":".pt-xl-5","declarations":1},{"selector":".p-xl-5","declarations":1},{"selector":".pl-xl-4","declarations":1},{"selector":".pb-xl-4","declarations":1},{"selector":".pr-xl-4","declarations":1},{"selector":".pt-xl-4","declarations":1},{"selector":".p-xl-4","declarations":1},{"selector":".pl-xl-3","declarations":1},{"selector":".pb-xl-3","declarations":1},{"selector":".pr-xl-3","declarations":1},{"selector":".pt-xl-3","declarations":1},{"selector":".p-xl-3","declarations":1},{"selector":".pl-xl-2","declarations":1},{"selector":".pb-xl-2","declarations":1},{"selector":".pr-xl-2","declarations":1},{"selector":".pt-xl-2","declarations":1},{"selector":".p-xl-2","declarations":1},{"selector":".pl-xl-1","declarations":1},{"selector":".pb-xl-1","declarations":1},{"selector":".pr-xl-1","declarations":1},{"selector":".pt-xl-1","declarations":1},{"selector":".p-xl-1","declarations":1},{"selector":".pl-xl-0","declarations":1},{"selector":".pb-xl-0","declarations":1},{"selector":".pr-xl-0","declarations":1},{"selector":".pt-xl-0","declarations":1},{"selector":".p-xl-0","declarations":1},{"selector":".pl-lg-12","declarations":1},{"selector":".pb-lg-12","declarations":1},{"selector":".pr-lg-12","declarations":1},{"selector":".pt-lg-12","declarations":1},{"selector":".p-lg-12","declarations":1},{"selector":".pl-lg-11","declarations":1},{"selector":".pb-lg-11","declarations":1},{"selector":".pr-lg-11","declarations":1},{"selector":".pt-lg-11","declarations":1},{"selector":".p-lg-11","declarations":1},{"selector":".pl-lg-10","declarations":1},{"selector":".pb-lg-10","declarations":1},{"selector":".pr-lg-10","declarations":1},{"selector":".pt-lg-10","declarations":1},{"selector":".p-lg-10","declarations":1},{"selector":".pl-lg-9","declarations":1},{"selector":".pb-lg-9","declarations":1},{"selector":".pr-lg-9","declarations":1},{"selector":".pt-lg-9","declarations":1},{"selector":".p-lg-9","declarations":1},{"selector":".pl-lg-8","declarations":1},{"selector":".pb-lg-8","declarations":1},{"selector":".pr-lg-8","declarations":1},{"selector":".pt-lg-8","declarations":1},{"selector":".p-lg-8","declarations":1},{"selector":".pl-lg-7","declarations":1},{"selector":".pb-lg-7","declarations":1},{"selector":".pr-lg-7","declarations":1},{"selector":".pt-lg-7","declarations":1},{"selector":".p-lg-7","declarations":1},{"selector":".pl-lg-6","declarations":1},{"selector":".pb-lg-6","declarations":1},{"selector":".pr-lg-6","declarations":1},{"selector":".pt-lg-6","declarations":1},{"selector":".p-lg-6","declarations":1},{"selector":".pl-lg-5","declarations":1},{"selector":".pb-lg-5","declarations":1},{"selector":".pr-lg-5","declarations":1},{"selector":".pt-lg-5","declarations":1},{"selector":".p-lg-5","declarations":1},{"selector":".pl-lg-4","declarations":1},{"selector":".pb-lg-4","declarations":1},{"selector":".pr-lg-4","declarations":1},{"selector":".pt-lg-4","declarations":1},{"selector":".p-lg-4","declarations":1},{"selector":".pl-lg-3","declarations":1},{"selector":".pb-lg-3","declarations":1},{"selector":".pr-lg-3","declarations":1},{"selector":".pt-lg-3","declarations":1},{"selector":".p-lg-3","declarations":1},{"selector":".pl-lg-2","declarations":1},{"selector":".pb-lg-2","declarations":1},{"selector":".pr-lg-2","declarations":1},{"selector":".pt-lg-2","declarations":1},{"selector":".p-lg-2","declarations":1},{"selector":".pl-lg-1","declarations":1},{"selector":".pb-lg-1","declarations":1},{"selector":".pr-lg-1","declarations":1},{"selector":".pt-lg-1","declarations":1},{"selector":".p-lg-1","declarations":1},{"selector":".pl-lg-0","declarations":1},{"selector":".pb-lg-0","declarations":1},{"selector":".pr-lg-0","declarations":1},{"selector":".pt-lg-0","declarations":1},{"selector":".p-lg-0","declarations":1},{"selector":".pl-md-12","declarations":1},{"selector":".pb-md-12","declarations":1},{"selector":".pr-md-12","declarations":1},{"selector":".pt-md-12","declarations":1},{"selector":".p-md-12","declarations":1},{"selector":".pl-md-11","declarations":1},{"selector":".pb-md-11","declarations":1},{"selector":".pr-md-11","declarations":1},{"selector":".pt-md-11","declarations":1},{"selector":".p-md-11","declarations":1},{"selector":".pl-md-10","declarations":1},{"selector":".pb-md-10","declarations":1},{"selector":".pr-md-10","declarations":1},{"selector":".pt-md-10","declarations":1},{"selector":".p-md-10","declarations":1},{"selector":".pl-md-9","declarations":1},{"selector":".pb-md-9","declarations":1},{"selector":".pr-md-9","declarations":1},{"selector":".pt-md-9","declarations":1},{"selector":".p-md-9","declarations":1},{"selector":".pl-md-8","declarations":1},{"selector":".pb-md-8","declarations":1},{"selector":".pr-md-8","declarations":1},{"selector":".pt-md-8","declarations":1},{"selector":".p-md-8","declarations":1},{"selector":".pl-md-7","declarations":1},{"selector":".pb-md-7","declarations":1},{"selector":".pr-md-7","declarations":1},{"selector":".pt-md-7","declarations":1},{"selector":".p-md-7","declarations":1},{"selector":".pl-md-6","declarations":1},{"selector":".pb-md-6","declarations":1},{"selector":".pr-md-6","declarations":1},{"selector":".pt-md-6","declarations":1},{"selector":".p-md-6","declarations":1},{"selector":".pl-md-5","declarations":1},{"selector":".pb-md-5","declarations":1},{"selector":".pr-md-5","declarations":1},{"selector":".pt-md-5","declarations":1},{"selector":".p-md-5","declarations":1},{"selector":".pl-md-4","declarations":1},{"selector":".pb-md-4","declarations":1},{"selector":".pr-md-4","declarations":1},{"selector":".pt-md-4","declarations":1},{"selector":".p-md-4","declarations":1},{"selector":".pl-md-3","declarations":1},{"selector":".pb-md-3","declarations":1},{"selector":".pr-md-3","declarations":1},{"selector":".pt-md-3","declarations":1},{"selector":".p-md-3","declarations":1},{"selector":".pl-md-2","declarations":1},{"selector":".pb-md-2","declarations":1},{"selector":".pr-md-2","declarations":1},{"selector":".pt-md-2","declarations":1},{"selector":".p-md-2","declarations":1},{"selector":".pl-md-1","declarations":1},{"selector":".pb-md-1","declarations":1},{"selector":".pr-md-1","declarations":1},{"selector":".pt-md-1","declarations":1},{"selector":".p-md-1","declarations":1},{"selector":".pl-md-0","declarations":1},{"selector":".pb-md-0","declarations":1},{"selector":".pr-md-0","declarations":1},{"selector":".pt-md-0","declarations":1},{"selector":".p-md-0","declarations":1},{"selector":".pl-sm-12","declarations":1},{"selector":".pb-sm-12","declarations":1},{"selector":".pr-sm-12","declarations":1},{"selector":".pt-sm-12","declarations":1},{"selector":".p-sm-12","declarations":1},{"selector":".pl-sm-11","declarations":1},{"selector":".pb-sm-11","declarations":1},{"selector":".pr-sm-11","declarations":1},{"selector":".pt-sm-11","declarations":1},{"selector":".p-sm-11","declarations":1},{"selector":".pl-sm-10","declarations":1},{"selector":".pb-sm-10","declarations":1},{"selector":".pr-sm-10","declarations":1},{"selector":".pt-sm-10","declarations":1},{"selector":".p-sm-10","declarations":1},{"selector":".pl-sm-9","declarations":1},{"selector":".pb-sm-9","declarations":1},{"selector":".pr-sm-9","declarations":1},{"selector":".pt-sm-9","declarations":1},{"selector":".p-sm-9","declarations":1},{"selector":".pl-sm-8","declarations":1},{"selector":".pb-sm-8","declarations":1},{"selector":".pr-sm-8","declarations":1},{"selector":".pt-sm-8","declarations":1},{"selector":".p-sm-8","declarations":1},{"selector":".pl-sm-7","declarations":1},{"selector":".pb-sm-7","declarations":1},{"selector":".pr-sm-7","declarations":1},{"selector":".pt-sm-7","declarations":1},{"selector":".p-sm-7","declarations":1},{"selector":".pl-sm-6","declarations":1},{"selector":".pb-sm-6","declarations":1},{"selector":".pr-sm-6","declarations":1},{"selector":".pt-sm-6","declarations":1},{"selector":".p-sm-6","declarations":1},{"selector":".pl-sm-5","declarations":1},{"selector":".pb-sm-5","declarations":1},{"selector":".pr-sm-5","declarations":1},{"selector":".pt-sm-5","declarations":1},{"selector":".p-sm-5","declarations":1},{"selector":".pl-sm-4","declarations":1},{"selector":".pb-sm-4","declarations":1},{"selector":".pr-sm-4","declarations":1},{"selector":".pt-sm-4","declarations":1},{"selector":".p-sm-4","declarations":1},{"selector":".pl-sm-3","declarations":1},{"selector":".pb-sm-3","declarations":1},{"selector":".pr-sm-3","declarations":1},{"selector":".pt-sm-3","declarations":1},{"selector":".p-sm-3","declarations":1},{"selector":".pl-sm-2","declarations":1},{"selector":".pb-sm-2","declarations":1},{"selector":".pr-sm-2","declarations":1},{"selector":".pt-sm-2","declarations":1},{"selector":".p-sm-2","declarations":1},{"selector":".pl-sm-1","declarations":1},{"selector":".pb-sm-1","declarations":1},{"selector":".pr-sm-1","declarations":1},{"selector":".pt-sm-1","declarations":1},{"selector":".p-sm-1","declarations":1},{"selector":".pl-sm-0","declarations":1},{"selector":".pb-sm-0","declarations":1},{"selector":".pr-sm-0","declarations":1},{"selector":".pt-sm-0","declarations":1},{"selector":".p-sm-0","declarations":1},{"selector":".pl-12","declarations":1},{"selector":".pb-12","declarations":1},{"selector":".pr-12","declarations":1},{"selector":".pt-12","declarations":1},{"selector":".p-12","declarations":1},{"selector":".pl-11","declarations":1},{"selector":".pb-11","declarations":1},{"selector":".pr-11","declarations":1},{"selector":".pt-11","declarations":1},{"selector":".p-11","declarations":1},{"selector":".pl-10","declarations":1},{"selector":".pb-10","declarations":1},{"selector":".pr-10","declarations":1},{"selector":".pt-10","declarations":1},{"selector":".p-10","declarations":1},{"selector":".pl-9","declarations":1},{"selector":".pb-9","declarations":1},{"selector":".pr-9","declarations":1},{"selector":".pt-9","declarations":1},{"selector":".p-9","declarations":1},{"selector":".pl-8","declarations":1},{"selector":".pb-8","declarations":1},{"selector":".pr-8","declarations":1},{"selector":".pt-8","declarations":1},{"selector":".p-8","declarations":1},{"selector":".pl-7","declarations":1},{"selector":".pb-7","declarations":1},{"selector":".pr-7","declarations":1},{"selector":".pt-7","declarations":1},{"selector":".p-7","declarations":1},{"selector":".pl-6","declarations":1},{"selector":".pb-6","declarations":1},{"selector":".pr-6","declarations":1},{"selector":".pt-6","declarations":1},{"selector":".p-6","declarations":1},{"selector":".pl-5","declarations":1},{"selector":".pb-5","declarations":1},{"selector":".pr-5","declarations":1},{"selector":".pt-5","declarations":1},{"selector":".p-5","declarations":1},{"selector":".pl-4","declarations":1},{"selector":".pb-4","declarations":1},{"selector":".pr-4","declarations":1},{"selector":".pt-4","declarations":1},{"selector":".p-4","declarations":1},{"selector":".pl-3","declarations":1},{"selector":".pb-3","declarations":1},{"selector":".pr-3","declarations":1},{"selector":".pt-3","declarations":1},{"selector":".p-3","declarations":1},{"selector":".pl-2","declarations":1},{"selector":".pb-2","declarations":1},{"selector":".pr-2","declarations":1},{"selector":".pt-2","declarations":1},{"selector":".p-2","declarations":1},{"selector":".pl-1","declarations":1},{"selector":".pb-1","declarations":1},{"selector":".pr-1","declarations":1},{"selector":".pt-1","declarations":1},{"selector":".p-1","declarations":1},{"selector":".pl-0","declarations":1},{"selector":".pb-0","declarations":1},{"selector":".pr-0","declarations":1},{"selector":".pt-0","declarations":1},{"selector":".p-0","declarations":1},{"selector":".mb-xl-12","declarations":1},{"selector":".mt-xl-12","declarations":1},{"selector":".mb-xl-11","declarations":1},{"selector":".mt-xl-11","declarations":1},{"selector":".mb-xl-10","declarations":1},{"selector":".mt-xl-10","declarations":1},{"selector":".mb-xl-9","declarations":1},{"selector":".mt-xl-9","declarations":1},{"selector":".mb-xl-8","declarations":1},{"selector":".mt-xl-8","declarations":1},{"selector":".mb-xl-7","declarations":1},{"selector":".mt-xl-7","declarations":1},{"selector":".mb-xl-6","declarations":1},{"selector":".mt-xl-6","declarations":1},{"selector":".mb-xl-5","declarations":1},{"selector":".mt-xl-5","declarations":1},{"selector":".mb-xl-4","declarations":1},{"selector":".mt-xl-4","declarations":1},{"selector":".mb-xl-3","declarations":1},{"selector":".mt-xl-3","declarations":1},{"selector":".mb-xl-2","declarations":1},{"selector":".mt-xl-2","declarations":1},{"selector":".mb-xl-1","declarations":1},{"selector":".mt-xl-1","declarations":1},{"selector":".mb-xl-0","declarations":1},{"selector":".mt-xl-0","declarations":1},{"selector":".mb-lg-12","declarations":1},{"selector":".mt-lg-12","declarations":1},{"selector":".mb-lg-11","declarations":1},{"selector":".mt-lg-11","declarations":1},{"selector":".mb-lg-10","declarations":1},{"selector":".mt-lg-10","declarations":1},{"selector":".mb-lg-9","declarations":1},{"selector":".mt-lg-9","declarations":1},{"selector":".mb-lg-8","declarations":1},{"selector":".mt-lg-8","declarations":1},{"selector":".mb-lg-7","declarations":1},{"selector":".mt-lg-7","declarations":1},{"selector":".mb-lg-6","declarations":1},{"selector":".mt-lg-6","declarations":1},{"selector":".mb-lg-5","declarations":1},{"selector":".mt-lg-5","declarations":1},{"selector":".mb-lg-4","declarations":1},{"selector":".mt-lg-4","declarations":1},{"selector":".mb-lg-3","declarations":1},{"selector":".mt-lg-3","declarations":1},{"selector":".mb-lg-2","declarations":1},{"selector":".mt-lg-2","declarations":1},{"selector":".mb-lg-1","declarations":1},{"selector":".mt-lg-1","declarations":1},{"selector":".mb-lg-0","declarations":1},{"selector":".mt-lg-0","declarations":1},{"selector":".mb-md-12","declarations":1},{"selector":".mt-md-12","declarations":1},{"selector":".mb-md-11","declarations":1},{"selector":".mt-md-11","declarations":1},{"selector":".mb-md-10","declarations":1},{"selector":".mt-md-10","declarations":1},{"selector":".mb-md-9","declarations":1},{"selector":".mt-md-9","declarations":1},{"selector":".mb-md-8","declarations":1},{"selector":".mt-md-8","declarations":1},{"selector":".mb-md-7","declarations":1},{"selector":".mt-md-7","declarations":1},{"selector":".mb-md-6","declarations":1},{"selector":".mt-md-6","declarations":1},{"selector":".mb-md-5","declarations":1},{"selector":".mt-md-5","declarations":1},{"selector":".mb-md-4","declarations":1},{"selector":".mt-md-4","declarations":1},{"selector":".mb-md-3","declarations":1},{"selector":".mt-md-3","declarations":1},{"selector":".mb-md-2","declarations":1},{"selector":".mt-md-2","declarations":1},{"selector":".mb-md-1","declarations":1},{"selector":".mt-md-1","declarations":1},{"selector":".mb-md-0","declarations":1},{"selector":".mt-md-0","declarations":1},{"selector":".mb-sm-12","declarations":1},{"selector":".mt-sm-12","declarations":1},{"selector":".mb-sm-11","declarations":1},{"selector":".mt-sm-11","declarations":1},{"selector":".mb-sm-10","declarations":1},{"selector":".mt-sm-10","declarations":1},{"selector":".mb-sm-9","declarations":1},{"selector":".mt-sm-9","declarations":1},{"selector":".mb-sm-8","declarations":1},{"selector":".mt-sm-8","declarations":1},{"selector":".mb-sm-7","declarations":1},{"selector":".mt-sm-7","declarations":1},{"selector":".mb-sm-6","declarations":1},{"selector":".mt-sm-6","declarations":1},{"selector":".mb-sm-5","declarations":1},{"selector":".mt-sm-5","declarations":1},{"selector":".mb-sm-4","declarations":1},{"selector":".mt-sm-4","declarations":1},{"selector":".mb-sm-3","declarations":1},{"selector":".mt-sm-3","declarations":1},{"selector":".mb-sm-2","declarations":1},{"selector":".mt-sm-2","declarations":1},{"selector":".mb-sm-1","declarations":1},{"selector":".mt-sm-1","declarations":1},{"selector":".mb-sm-0","declarations":1},{"selector":".mt-sm-0","declarations":1},{"selector":".mb-12","declarations":1},{"selector":".mt-12","declarations":1},{"selector":".mb-11","declarations":1},{"selector":".mt-11","declarations":1},{"selector":".mb-10","declarations":1},{"selector":".mt-10","declarations":1},{"selector":".mb-9","declarations":1},{"selector":".mt-9","declarations":1},{"selector":".mb-8","declarations":1},{"selector":".mt-8","declarations":1},{"selector":".mb-7","declarations":1},{"selector":".mt-7","declarations":1},{"selector":".mb-6","declarations":1},{"selector":".mt-6","declarations":1},{"selector":".mb-5","declarations":1},{"selector":".mt-5","declarations":1},{"selector":".mb-4","declarations":1},{"selector":".mt-4","declarations":1},{"selector":".mb-3","declarations":1},{"selector":".mt-3","declarations":1},{"selector":".mb-2","declarations":1},{"selector":".mt-2","declarations":1},{"selector":".mb-1","declarations":1},{"selector":".mt-1","declarations":1},{"selector":".mb-0","declarations":1},{"selector":".mt-0","declarations":1},{"selector":".offset-xl-n7","declarations":1},{"selector":".offset-xl-n6","declarations":1},{"selector":".offset-xl-n5","declarations":1},{"selector":".offset-xl-n4","declarations":1},{"selector":".offset-xl-n3","declarations":1},{"selector":".offset-xl-n2","declarations":1},{"selector":".offset-xl-n1","declarations":1},{"selector":".offset-lg-n7","declarations":1},{"selector":".offset-lg-n6","declarations":1},{"selector":".offset-lg-n5","declarations":1},{"selector":".offset-lg-n4","declarations":1},{"selector":".offset-lg-n3","declarations":1},{"selector":".offset-lg-n2","declarations":1},{"selector":".offset-lg-n1","declarations":1},{"selector":".offset-md-n7","declarations":1},{"selector":".offset-md-n6","declarations":1},{"selector":".offset-md-n5","declarations":1},{"selector":".offset-md-n4","declarations":1},{"selector":".offset-md-n3","declarations":1},{"selector":".offset-md-n2","declarations":1},{"selector":".offset-md-n1","declarations":1},{"selector":".offset-sm-n7","declarations":1},{"selector":".offset-sm-n6","declarations":1},{"selector":".offset-sm-n5","declarations":1},{"selector":".offset-sm-n4","declarations":1},{"selector":".offset-sm-n3","declarations":1},{"selector":".offset-sm-n2","declarations":1},{"selector":".offset-sm-n1","declarations":1},{"selector":".offset-n7","declarations":1},{"selector":".offset-n6","declarations":1},{"selector":".offset-n5","declarations":1},{"selector":".offset-n4","declarations":1},{"selector":".offset-n3","declarations":1},{"selector":".offset-n2","declarations":1},{"selector":".offset-n1","declarations":1},{"selector":".left-lg-n12","declarations":1},{"selector":".bottom-lg-n12","declarations":1},{"selector":".right-lg-n12","declarations":1},{"selector":".top-lg-n12","declarations":1},{"selector":".left-lg-12","declarations":1},{"selector":".bottom-lg-12","declarations":1},{"selector":".right-lg-12","declarations":1},{"selector":".top-lg-12","declarations":1},{"selector":".left-lg-n11","declarations":1},{"selector":".bottom-lg-n11","declarations":1},{"selector":".right-lg-n11","declarations":1},{"selector":".top-lg-n11","declarations":1},{"selector":".left-lg-11","declarations":1},{"selector":".bottom-lg-11","declarations":1},{"selector":".right-lg-11","declarations":1},{"selector":".top-lg-11","declarations":1},{"selector":".left-lg-n10","declarations":1},{"selector":".bottom-lg-n10","declarations":1},{"selector":".right-lg-n10","declarations":1},{"selector":".top-lg-n10","declarations":1},{"selector":".left-lg-10","declarations":1},{"selector":".bottom-lg-10","declarations":1},{"selector":".right-lg-10","declarations":1},{"selector":".top-lg-10","declarations":1},{"selector":".left-lg-n9","declarations":1},{"selector":".bottom-lg-n9","declarations":1},{"selector":".right-lg-n9","declarations":1},{"selector":".top-lg-n9","declarations":1},{"selector":".left-lg-9","declarations":1},{"selector":".bottom-lg-9","declarations":1},{"selector":".right-lg-9","declarations":1},{"selector":".top-lg-9","declarations":1},{"selector":".left-lg-n8","declarations":1},{"selector":".bottom-lg-n8","declarations":1},{"selector":".right-lg-n8","declarations":1},{"selector":".top-lg-n8","declarations":1},{"selector":".left-lg-8","declarations":1},{"selector":".bottom-lg-8","declarations":1},{"selector":".right-lg-8","declarations":1},{"selector":".top-lg-8","declarations":1},{"selector":".left-lg-n7","declarations":1},{"selector":".bottom-lg-n7","declarations":1},{"selector":".right-lg-n7","declarations":1},{"selector":".top-lg-n7","declarations":1},{"selector":".left-lg-7","declarations":1},{"selector":".bottom-lg-7","declarations":1},{"selector":".right-lg-7","declarations":1},{"selector":".top-lg-7","declarations":1},{"selector":".left-lg-n6","declarations":1},{"selector":".bottom-lg-n6","declarations":1},{"selector":".right-lg-n6","declarations":1},{"selector":".top-lg-n6","declarations":1},{"selector":".left-lg-6","declarations":1},{"selector":".bottom-lg-6","declarations":1},{"selector":".right-lg-6","declarations":1},{"selector":".top-lg-6","declarations":1},{"selector":".left-lg-n5","declarations":1},{"selector":".bottom-lg-n5","declarations":1},{"selector":".right-lg-n5","declarations":1},{"selector":".top-lg-n5","declarations":1},{"selector":".left-lg-5","declarations":1},{"selector":".bottom-lg-5","declarations":1},{"selector":".right-lg-5","declarations":1},{"selector":".top-lg-5","declarations":1},{"selector":".left-lg-n4","declarations":1},{"selector":".bottom-lg-n4","declarations":1},{"selector":".right-lg-n4","declarations":1},{"selector":".top-lg-n4","declarations":1},{"selector":".left-lg-4","declarations":1},{"selector":".bottom-lg-4","declarations":1},{"selector":".right-lg-4","declarations":1},{"selector":".top-lg-4","declarations":1},{"selector":".left-lg-n3","declarations":1},{"selector":".bottom-lg-n3","declarations":1},{"selector":".right-lg-n3","declarations":1},{"selector":".top-lg-n3","declarations":1},{"selector":".left-lg-3","declarations":1},{"selector":".bottom-lg-3","declarations":1},{"selector":".right-lg-3","declarations":1},{"selector":".top-lg-3","declarations":1},{"selector":".left-lg-n2","declarations":1},{"selector":".bottom-lg-n2","declarations":1},{"selector":".right-lg-n2","declarations":1},{"selector":".top-lg-n2","declarations":1},{"selector":".left-lg-2","declarations":1},{"selector":".bottom-lg-2","declarations":1},{"selector":".right-lg-2","declarations":1},{"selector":".top-lg-2","declarations":1},{"selector":".left-lg-n1","declarations":1},{"selector":".bottom-lg-n1","declarations":1},{"selector":".right-lg-n1","declarations":1},{"selector":".top-lg-n1","declarations":1},{"selector":".left-lg-1","declarations":1},{"selector":".bottom-lg-1","declarations":1},{"selector":".right-lg-1","declarations":1},{"selector":".top-lg-1","declarations":1},{"selector":".left-lg-n0","declarations":1},{"selector":".bottom-lg-n0","declarations":1},{"selector":".right-lg-n0","declarations":1},{"selector":".top-lg-n0","declarations":1},{"selector":".left-lg-0","declarations":1},{"selector":".bottom-lg-0","declarations":1},{"selector":".right-lg-0","declarations":1},{"selector":".top-lg-0","declarations":1},{"selector":".left-md-n12","declarations":1},{"selector":".bottom-md-n12","declarations":1},{"selector":".right-md-n12","declarations":1},{"selector":".top-md-n12","declarations":1},{"selector":".left-md-12","declarations":1},{"selector":".bottom-md-12","declarations":1},{"selector":".right-md-12","declarations":1},{"selector":".top-md-12","declarations":1},{"selector":".left-md-n11","declarations":1},{"selector":".bottom-md-n11","declarations":1},{"selector":".right-md-n11","declarations":1},{"selector":".top-md-n11","declarations":1},{"selector":".left-md-11","declarations":1},{"selector":".bottom-md-11","declarations":1},{"selector":".right-md-11","declarations":1},{"selector":".top-md-11","declarations":1},{"selector":".left-md-n10","declarations":1},{"selector":".bottom-md-n10","declarations":1},{"selector":".right-md-n10","declarations":1},{"selector":".top-md-n10","declarations":1},{"selector":".left-md-10","declarations":1},{"selector":".bottom-md-10","declarations":1},{"selector":".right-md-10","declarations":1},{"selector":".top-md-10","declarations":1},{"selector":".left-md-n9","declarations":1},{"selector":".bottom-md-n9","declarations":1},{"selector":".right-md-n9","declarations":1},{"selector":".top-md-n9","declarations":1},{"selector":".left-md-9","declarations":1},{"selector":".bottom-md-9","declarations":1},{"selector":".right-md-9","declarations":1},{"selector":".top-md-9","declarations":1},{"selector":".left-md-n8","declarations":1},{"selector":".bottom-md-n8","declarations":1},{"selector":".right-md-n8","declarations":1},{"selector":".top-md-n8","declarations":1},{"selector":".left-md-8","declarations":1},{"selector":".bottom-md-8","declarations":1},{"selector":".right-md-8","declarations":1},{"selector":".top-md-8","declarations":1},{"selector":".left-md-n7","declarations":1},{"selector":".bottom-md-n7","declarations":1},{"selector":".right-md-n7","declarations":1},{"selector":".top-md-n7","declarations":1},{"selector":".left-md-7","declarations":1},{"selector":".bottom-md-7","declarations":1},{"selector":".right-md-7","declarations":1},{"selector":".top-md-7","declarations":1},{"selector":".left-md-n6","declarations":1},{"selector":".bottom-md-n6","declarations":1},{"selector":".right-md-n6","declarations":1},{"selector":".top-md-n6","declarations":1},{"selector":".left-md-6","declarations":1},{"selector":".bottom-md-6","declarations":1},{"selector":".right-md-6","declarations":1},{"selector":".top-md-6","declarations":1},{"selector":".left-md-n5","declarations":1},{"selector":".bottom-md-n5","declarations":1},{"selector":".right-md-n5","declarations":1},{"selector":".top-md-n5","declarations":1},{"selector":".left-md-5","declarations":1},{"selector":".bottom-md-5","declarations":1},{"selector":".right-md-5","declarations":1},{"selector":".top-md-5","declarations":1},{"selector":".left-md-n4","declarations":1},{"selector":".bottom-md-n4","declarations":1},{"selector":".right-md-n4","declarations":1},{"selector":".top-md-n4","declarations":1},{"selector":".left-md-4","declarations":1},{"selector":".bottom-md-4","declarations":1},{"selector":".right-md-4","declarations":1},{"selector":".top-md-4","declarations":1},{"selector":".left-md-n3","declarations":1},{"selector":".bottom-md-n3","declarations":1},{"selector":".right-md-n3","declarations":1},{"selector":".top-md-n3","declarations":1},{"selector":".left-md-3","declarations":1},{"selector":".bottom-md-3","declarations":1},{"selector":".right-md-3","declarations":1},{"selector":".top-md-3","declarations":1},{"selector":".left-md-n2","declarations":1},{"selector":".bottom-md-n2","declarations":1},{"selector":".right-md-n2","declarations":1},{"selector":".top-md-n2","declarations":1},{"selector":".left-md-2","declarations":1},{"selector":".bottom-md-2","declarations":1},{"selector":".right-md-2","declarations":1},{"selector":".top-md-2","declarations":1},{"selector":".left-md-n1","declarations":1},{"selector":".bottom-md-n1","declarations":1},{"selector":".right-md-n1","declarations":1},{"selector":".top-md-n1","declarations":1},{"selector":".left-md-1","declarations":1},{"selector":".bottom-md-1","declarations":1},{"selector":".right-md-1","declarations":1},{"selector":".top-md-1","declarations":1},{"selector":".left-md-n0","declarations":1},{"selector":".bottom-md-n0","declarations":1},{"selector":".right-md-n0","declarations":1},{"selector":".top-md-n0","declarations":1},{"selector":".left-md-0","declarations":1},{"selector":".bottom-md-0","declarations":1},{"selector":".right-md-0","declarations":1},{"selector":".top-md-0","declarations":1},{"selector":".left-n12","declarations":1},{"selector":".bottom-n12","declarations":1},{"selector":".right-n12","declarations":1},{"selector":".top-n12","declarations":1},{"selector":".left-12","declarations":1},{"selector":".bottom-12","declarations":1},{"selector":".right-12","declarations":1},{"selector":".top-12","declarations":1},{"selector":".left-n11","declarations":1},{"selector":".bottom-n11","declarations":1},{"selector":".right-n11","declarations":1},{"selector":".top-n11","declarations":1},{"selector":".left-11","declarations":1},{"selector":".bottom-11","declarations":1},{"selector":".right-11","declarations":1},{"selector":".top-11","declarations":1},{"selector":".left-n10","declarations":1},{"selector":".bottom-n10","declarations":1},{"selector":".right-n10","declarations":1},{"selector":".top-n10","declarations":1},{"selector":".left-10","declarations":1},{"selector":".bottom-10","declarations":1},{"selector":".right-10","declarations":1},{"selector":".top-10","declarations":1},{"selector":".left-n9","declarations":1},{"selector":".bottom-n9","declarations":1},{"selector":".right-n9","declarations":1},{"selector":".top-n9","declarations":1},{"selector":".left-9","declarations":1},{"selector":".bottom-9","declarations":1},{"selector":".right-9","declarations":1},{"selector":".top-9","declarations":1},{"selector":".left-n8","declarations":1},{"selector":".bottom-n8","declarations":1},{"selector":".right-n8","declarations":1},{"selector":".top-n8","declarations":1},{"selector":".left-8","declarations":1},{"selector":".bottom-8","declarations":1},{"selector":".right-8","declarations":1},{"selector":".top-8","declarations":1},{"selector":".left-n7","declarations":1},{"selector":".bottom-n7","declarations":1},{"selector":".right-n7","declarations":1},{"selector":".top-n7","declarations":1},{"selector":".left-7","declarations":1},{"selector":".bottom-7","declarations":1},{"selector":".right-7","declarations":1},{"selector":".top-7","declarations":1},{"selector":".left-n6","declarations":1},{"selector":".bottom-n6","declarations":1},{"selector":".right-n6","declarations":1},{"selector":".top-n6","declarations":1},{"selector":".left-6","declarations":1},{"selector":".bottom-6","declarations":1},{"selector":".right-6","declarations":1},{"selector":".top-6","declarations":1},{"selector":".left-n5","declarations":1},{"selector":".bottom-n5","declarations":1},{"selector":".right-n5","declarations":1},{"selector":".top-n5","declarations":1},{"selector":".left-5","declarations":1},{"selector":".bottom-5","declarations":1},{"selector":".right-5","declarations":1},{"selector":".top-5","declarations":1},{"selector":".left-n4","declarations":1},{"selector":".bottom-n4","declarations":1},{"selector":".right-n4","declarations":1},{"selector":".top-n4","declarations":1},{"selector":".left-4","declarations":1},{"selector":".bottom-4","declarations":1},{"selector":".right-4","declarations":1},{"selector":".top-4","declarations":1},{"selector":".left-n3","declarations":1},{"selector":".bottom-n3","declarations":1},{"selector":".right-n3","declarations":1},{"selector":".top-n3","declarations":1},{"selector":".left-3","declarations":1},{"selector":".bottom-3","declarations":1},{"selector":".right-3","declarations":1},{"selector":".top-3","declarations":1},{"selector":".left-n2","declarations":1},{"selector":".bottom-n2","declarations":1},{"selector":".right-n2","declarations":1},{"selector":".top-n2","declarations":1},{"selector":".left-2","declarations":1},{"selector":".bottom-2","declarations":1},{"selector":".right-2","declarations":1},{"selector":".top-2","declarations":1},{"selector":".left-n1","declarations":1},{"selector":".bottom-n1","declarations":1},{"selector":".right-n1","declarations":1},{"selector":".top-n1","declarations":1},{"selector":".left-1","declarations":1},{"selector":".bottom-1","declarations":1},{"selector":".right-1","declarations":1},{"selector":".top-1","declarations":1},{"selector":".left-n0","declarations":1},{"selector":".bottom-n0","declarations":1},{"selector":".right-n0","declarations":1},{"selector":".top-n0","declarations":1},{"selector":".left-0","declarations":1},{"selector":".bottom-0","declarations":1},{"selector":".right-0","declarations":1},{"selector":".top-0","declarations":1},{"selector":".grayscale","declarations":1},{"selector":".btn-primary-mktg:focus","declarations":1},{"selector":".h6-mktg","declarations":1},{"selector":".h5-mktg","declarations":1},{"selector":".h4-mktg","declarations":1},{"selector":".h3-mktg","declarations":1},{"selector":".h3-mktg","declarations":1},{"selector":".h2-mktg","declarations":1},{"selector":".h2-mktg","declarations":1},{"selector":".h1-mktg","declarations":1},{"selector":".h1-mktg","declarations":1},{"selector":".h0-mktg","declarations":1},{"selector":".h0-mktg","declarations":1},{"selector":".h00-mktg","declarations":1},{"selector":".h00-mktg","declarations":1},{"selector":".h000-mktg","declarations":1},{"selector":".h000-mktg","declarations":1}]},"selectors":{"total":976,"type":0,"class":976,"id":0,"pseudoClass":8,"pseudoElement":0,"values":[".h000-mktg",".h00-mktg",".h0-mktg",".h1-mktg",".h2-mktg",".h3-mktg",".h4-mktg",".h5-mktg",".h6-mktg",".lead-mktg",".h000-mktg",".h000-mktg",".h00-mktg",".h00-mktg",".h0-mktg",".h0-mktg",".h1-mktg",".h1-mktg",".h2-mktg",".h2-mktg",".h3-mktg",".h3-mktg",".h4-mktg",".h5-mktg",".h6-mktg",".lead-mktg",".pullquote",".pullquote",".btn-mktg",".btn-mktg:hover",".btn-mktg:focus",".btn-mktg:disabled",".btn-mktg.disabled",".btn-mktg[aria-disabled=true]",".btn-primary-mktg",".btn-primary-mktg:hover",".btn-primary-mktg:focus",".btn-large-mktg",".btn-outline-mktg",".btn-outline-mktg:hover",".btn-transparent",".btn-transparent:hover",".btn-transparent:active",".grayscale",".top-0",".right-0",".bottom-0",".left-0",".top-n0",".right-n0",".bottom-n0",".left-n0",".top-1",".right-1",".bottom-1",".left-1",".top-n1",".right-n1",".bottom-n1",".left-n1",".top-2",".right-2",".bottom-2",".left-2",".top-n2",".right-n2",".bottom-n2",".left-n2",".top-3",".right-3",".bottom-3",".left-3",".top-n3",".right-n3",".bottom-n3",".left-n3",".top-4",".right-4",".bottom-4",".left-4",".top-n4",".right-n4",".bottom-n4",".left-n4",".top-5",".right-5",".bottom-5",".left-5",".top-n5",".right-n5",".bottom-n5",".left-n5",".top-6",".right-6",".bottom-6",".left-6",".top-n6",".right-n6",".bottom-n6",".left-n6",".top-7",".right-7",".bottom-7",".left-7",".top-n7",".right-n7",".bottom-n7",".left-n7",".top-8",".right-8",".bottom-8",".left-8",".top-n8",".right-n8",".bottom-n8",".left-n8",".top-9",".right-9",".bottom-9",".left-9",".top-n9",".right-n9",".bottom-n9",".left-n9",".top-10",".right-10",".bottom-10",".left-10",".top-n10",".right-n10",".bottom-n10",".left-n10",".top-11",".right-11",".bottom-11",".left-11",".top-n11",".right-n11",".bottom-n11",".left-n11",".top-12",".right-12",".bottom-12",".left-12",".top-n12",".right-n12",".bottom-n12",".left-n12",".top-md-0",".right-md-0",".bottom-md-0",".left-md-0",".top-md-n0",".right-md-n0",".bottom-md-n0",".left-md-n0",".top-md-1",".right-md-1",".bottom-md-1",".left-md-1",".top-md-n1",".right-md-n1",".bottom-md-n1",".left-md-n1",".top-md-2",".right-md-2",".bottom-md-2",".left-md-2",".top-md-n2",".right-md-n2",".bottom-md-n2",".left-md-n2",".top-md-3",".right-md-3",".bottom-md-3",".left-md-3",".top-md-n3",".right-md-n3",".bottom-md-n3",".left-md-n3",".top-md-4",".right-md-4",".bottom-md-4",".left-md-4",".top-md-n4",".right-md-n4",".bottom-md-n4",".left-md-n4",".top-md-5",".right-md-5",".bottom-md-5",".left-md-5",".top-md-n5",".right-md-n5",".bottom-md-n5",".left-md-n5",".top-md-6",".right-md-6",".bottom-md-6",".left-md-6",".top-md-n6",".right-md-n6",".bottom-md-n6",".left-md-n6",".top-md-7",".right-md-7",".bottom-md-7",".left-md-7",".top-md-n7",".right-md-n7",".bottom-md-n7",".left-md-n7",".top-md-8",".right-md-8",".bottom-md-8",".left-md-8",".top-md-n8",".right-md-n8",".bottom-md-n8",".left-md-n8",".top-md-9",".right-md-9",".bottom-md-9",".left-md-9",".top-md-n9",".right-md-n9",".bottom-md-n9",".left-md-n9",".top-md-10",".right-md-10",".bottom-md-10",".left-md-10",".top-md-n10",".right-md-n10",".bottom-md-n10",".left-md-n10",".top-md-11",".right-md-11",".bottom-md-11",".left-md-11",".top-md-n11",".right-md-n11",".bottom-md-n11",".left-md-n11",".top-md-12",".right-md-12",".bottom-md-12",".left-md-12",".top-md-n12",".right-md-n12",".bottom-md-n12",".left-md-n12",".top-lg-0",".right-lg-0",".bottom-lg-0",".left-lg-0",".top-lg-n0",".right-lg-n0",".bottom-lg-n0",".left-lg-n0",".top-lg-1",".right-lg-1",".bottom-lg-1",".left-lg-1",".top-lg-n1",".right-lg-n1",".bottom-lg-n1",".left-lg-n1",".top-lg-2",".right-lg-2",".bottom-lg-2",".left-lg-2",".top-lg-n2",".right-lg-n2",".bottom-lg-n2",".left-lg-n2",".top-lg-3",".right-lg-3",".bottom-lg-3",".left-lg-3",".top-lg-n3",".right-lg-n3",".bottom-lg-n3",".left-lg-n3",".top-lg-4",".right-lg-4",".bottom-lg-4",".left-lg-4",".top-lg-n4",".right-lg-n4",".bottom-lg-n4",".left-lg-n4",".top-lg-5",".right-lg-5",".bottom-lg-5",".left-lg-5",".top-lg-n5",".right-lg-n5",".bottom-lg-n5",".left-lg-n5",".top-lg-6",".right-lg-6",".bottom-lg-6",".left-lg-6",".top-lg-n6",".right-lg-n6",".bottom-lg-n6",".left-lg-n6",".top-lg-7",".right-lg-7",".bottom-lg-7",".left-lg-7",".top-lg-n7",".right-lg-n7",".bottom-lg-n7",".left-lg-n7",".top-lg-8",".right-lg-8",".bottom-lg-8",".left-lg-8",".top-lg-n8",".right-lg-n8",".bottom-lg-n8",".left-lg-n8",".top-lg-9",".right-lg-9",".bottom-lg-9",".left-lg-9",".top-lg-n9",".right-lg-n9",".bottom-lg-n9",".left-lg-n9",".top-lg-10",".right-lg-10",".bottom-lg-10",".left-lg-10",".top-lg-n10",".right-lg-n10",".bottom-lg-n10",".left-lg-n10",".top-lg-11",".right-lg-11",".bottom-lg-11",".left-lg-11",".top-lg-n11",".right-lg-n11",".bottom-lg-n11",".left-lg-n11",".top-lg-12",".right-lg-12",".bottom-lg-12",".left-lg-12",".top-lg-n12",".right-lg-n12",".bottom-lg-n12",".left-lg-n12",".offset-n1",".offset-n2",".offset-n3",".offset-n4",".offset-n5",".offset-n6",".offset-n7",".offset-sm-n1",".offset-sm-n2",".offset-sm-n3",".offset-sm-n4",".offset-sm-n5",".offset-sm-n6",".offset-sm-n7",".offset-md-n1",".offset-md-n2",".offset-md-n3",".offset-md-n4",".offset-md-n5",".offset-md-n6",".offset-md-n7",".offset-lg-n1",".offset-lg-n2",".offset-lg-n3",".offset-lg-n4",".offset-lg-n5",".offset-lg-n6",".offset-lg-n7",".offset-xl-n1",".offset-xl-n2",".offset-xl-n3",".offset-xl-n4",".offset-xl-n5",".offset-xl-n6",".offset-xl-n7",".mt-0",".mb-0",".my-0",".mt-1",".mb-1",".my-1",".mt-2",".mb-2",".my-2",".mt-3",".mb-3",".my-3",".mt-4",".mb-4",".my-4",".mt-5",".mb-5",".my-5",".mt-6",".mb-6",".my-6",".mt-7",".mb-7",".my-7",".mt-8",".mb-8",".my-8",".mt-9",".mb-9",".my-9",".mt-10",".mb-10",".my-10",".mt-11",".mb-11",".my-11",".mt-12",".mb-12",".my-12",".mt-sm-0",".mb-sm-0",".my-sm-0",".mt-sm-1",".mb-sm-1",".my-sm-1",".mt-sm-2",".mb-sm-2",".my-sm-2",".mt-sm-3",".mb-sm-3",".my-sm-3",".mt-sm-4",".mb-sm-4",".my-sm-4",".mt-sm-5",".mb-sm-5",".my-sm-5",".mt-sm-6",".mb-sm-6",".my-sm-6",".mt-sm-7",".mb-sm-7",".my-sm-7",".mt-sm-8",".mb-sm-8",".my-sm-8",".mt-sm-9",".mb-sm-9",".my-sm-9",".mt-sm-10",".mb-sm-10",".my-sm-10",".mt-sm-11",".mb-sm-11",".my-sm-11",".mt-sm-12",".mb-sm-12",".my-sm-12",".mt-md-0",".mb-md-0",".my-md-0",".mt-md-1",".mb-md-1",".my-md-1",".mt-md-2",".mb-md-2",".my-md-2",".mt-md-3",".mb-md-3",".my-md-3",".mt-md-4",".mb-md-4",".my-md-4",".mt-md-5",".mb-md-5",".my-md-5",".mt-md-6",".mb-md-6",".my-md-6",".mt-md-7",".mb-md-7",".my-md-7",".mt-md-8",".mb-md-8",".my-md-8",".mt-md-9",".mb-md-9",".my-md-9",".mt-md-10",".mb-md-10",".my-md-10",".mt-md-11",".mb-md-11",".my-md-11",".mt-md-12",".mb-md-12",".my-md-12",".mt-lg-0",".mb-lg-0",".my-lg-0",".mt-lg-1",".mb-lg-1",".my-lg-1",".mt-lg-2",".mb-lg-2",".my-lg-2",".mt-lg-3",".mb-lg-3",".my-lg-3",".mt-lg-4",".mb-lg-4",".my-lg-4",".mt-lg-5",".mb-lg-5",".my-lg-5",".mt-lg-6",".mb-lg-6",".my-lg-6",".mt-lg-7",".mb-lg-7",".my-lg-7",".mt-lg-8",".mb-lg-8",".my-lg-8",".mt-lg-9",".mb-lg-9",".my-lg-9",".mt-lg-10",".mb-lg-10",".my-lg-10",".mt-lg-11",".mb-lg-11",".my-lg-11",".mt-lg-12",".mb-lg-12",".my-lg-12",".mt-xl-0",".mb-xl-0",".my-xl-0",".mt-xl-1",".mb-xl-1",".my-xl-1",".mt-xl-2",".mb-xl-2",".my-xl-2",".mt-xl-3",".mb-xl-3",".my-xl-3",".mt-xl-4",".mb-xl-4",".my-xl-4",".mt-xl-5",".mb-xl-5",".my-xl-5",".mt-xl-6",".mb-xl-6",".my-xl-6",".mt-xl-7",".mb-xl-7",".my-xl-7",".mt-xl-8",".mb-xl-8",".my-xl-8",".mt-xl-9",".mb-xl-9",".my-xl-9",".mt-xl-10",".mb-xl-10",".my-xl-10",".mt-xl-11",".mb-xl-11",".my-xl-11",".mt-xl-12",".mb-xl-12",".my-xl-12",".p-0",".pt-0",".pr-0",".pb-0",".pl-0",".py-0",".p-1",".pt-1",".pr-1",".pb-1",".pl-1",".py-1",".p-2",".pt-2",".pr-2",".pb-2",".pl-2",".py-2",".p-3",".pt-3",".pr-3",".pb-3",".pl-3",".py-3",".p-4",".pt-4",".pr-4",".pb-4",".pl-4",".py-4",".p-5",".pt-5",".pr-5",".pb-5",".pl-5",".py-5",".p-6",".pt-6",".pr-6",".pb-6",".pl-6",".py-6",".p-7",".pt-7",".pr-7",".pb-7",".pl-7",".py-7",".p-8",".pt-8",".pr-8",".pb-8",".pl-8",".py-8",".p-9",".pt-9",".pr-9",".pb-9",".pl-9",".py-9",".p-10",".pt-10",".pr-10",".pb-10",".pl-10",".py-10",".p-11",".pt-11",".pr-11",".pb-11",".pl-11",".py-11",".p-12",".pt-12",".pr-12",".pb-12",".pl-12",".py-12",".p-sm-0",".pt-sm-0",".pr-sm-0",".pb-sm-0",".pl-sm-0",".py-sm-0",".p-sm-1",".pt-sm-1",".pr-sm-1",".pb-sm-1",".pl-sm-1",".py-sm-1",".p-sm-2",".pt-sm-2",".pr-sm-2",".pb-sm-2",".pl-sm-2",".py-sm-2",".p-sm-3",".pt-sm-3",".pr-sm-3",".pb-sm-3",".pl-sm-3",".py-sm-3",".p-sm-4",".pt-sm-4",".pr-sm-4",".pb-sm-4",".pl-sm-4",".py-sm-4",".p-sm-5",".pt-sm-5",".pr-sm-5",".pb-sm-5",".pl-sm-5",".py-sm-5",".p-sm-6",".pt-sm-6",".pr-sm-6",".pb-sm-6",".pl-sm-6",".py-sm-6",".p-sm-7",".pt-sm-7",".pr-sm-7",".pb-sm-7",".pl-sm-7",".py-sm-7",".p-sm-8",".pt-sm-8",".pr-sm-8",".pb-sm-8",".pl-sm-8",".py-sm-8",".p-sm-9",".pt-sm-9",".pr-sm-9",".pb-sm-9",".pl-sm-9",".py-sm-9",".p-sm-10",".pt-sm-10",".pr-sm-10",".pb-sm-10",".pl-sm-10",".py-sm-10",".p-sm-11",".pt-sm-11",".pr-sm-11",".pb-sm-11",".pl-sm-11",".py-sm-11",".p-sm-12",".pt-sm-12",".pr-sm-12",".pb-sm-12",".pl-sm-12",".py-sm-12",".p-md-0",".pt-md-0",".pr-md-0",".pb-md-0",".pl-md-0",".py-md-0",".p-md-1",".pt-md-1",".pr-md-1",".pb-md-1",".pl-md-1",".py-md-1",".p-md-2",".pt-md-2",".pr-md-2",".pb-md-2",".pl-md-2",".py-md-2",".p-md-3",".pt-md-3",".pr-md-3",".pb-md-3",".pl-md-3",".py-md-3",".p-md-4",".pt-md-4",".pr-md-4",".pb-md-4",".pl-md-4",".py-md-4",".p-md-5",".pt-md-5",".pr-md-5",".pb-md-5",".pl-md-5",".py-md-5",".p-md-6",".pt-md-6",".pr-md-6",".pb-md-6",".pl-md-6",".py-md-6",".p-md-7",".pt-md-7",".pr-md-7",".pb-md-7",".pl-md-7",".py-md-7",".p-md-8",".pt-md-8",".pr-md-8",".pb-md-8",".pl-md-8",".py-md-8",".p-md-9",".pt-md-9",".pr-md-9",".pb-md-9",".pl-md-9",".py-md-9",".p-md-10",".pt-md-10",".pr-md-10",".pb-md-10",".pl-md-10",".py-md-10",".p-md-11",".pt-md-11",".pr-md-11",".pb-md-11",".pl-md-11",".py-md-11",".p-md-12",".pt-md-12",".pr-md-12",".pb-md-12",".pl-md-12",".py-md-12",".p-lg-0",".pt-lg-0",".pr-lg-0",".pb-lg-0",".pl-lg-0",".py-lg-0",".p-lg-1",".pt-lg-1",".pr-lg-1",".pb-lg-1",".pl-lg-1",".py-lg-1",".p-lg-2",".pt-lg-2",".pr-lg-2",".pb-lg-2",".pl-lg-2",".py-lg-2",".p-lg-3",".pt-lg-3",".pr-lg-3",".pb-lg-3",".pl-lg-3",".py-lg-3",".p-lg-4",".pt-lg-4",".pr-lg-4",".pb-lg-4",".pl-lg-4",".py-lg-4",".p-lg-5",".pt-lg-5",".pr-lg-5",".pb-lg-5",".pl-lg-5",".py-lg-5",".p-lg-6",".pt-lg-6",".pr-lg-6",".pb-lg-6",".pl-lg-6",".py-lg-6",".p-lg-7",".pt-lg-7",".pr-lg-7",".pb-lg-7",".pl-lg-7",".py-lg-7",".p-lg-8",".pt-lg-8",".pr-lg-8",".pb-lg-8",".pl-lg-8",".py-lg-8",".p-lg-9",".pt-lg-9",".pr-lg-9",".pb-lg-9",".pl-lg-9",".py-lg-9",".p-lg-10",".pt-lg-10",".pr-lg-10",".pb-lg-10",".pl-lg-10",".py-lg-10",".p-lg-11",".pt-lg-11",".pr-lg-11",".pb-lg-11",".pl-lg-11",".py-lg-11",".p-lg-12",".pt-lg-12",".pr-lg-12",".pb-lg-12",".pl-lg-12",".py-lg-12",".p-xl-0",".pt-xl-0",".pr-xl-0",".pb-xl-0",".pl-xl-0",".py-xl-0",".p-xl-1",".pt-xl-1",".pr-xl-1",".pb-xl-1",".pl-xl-1",".py-xl-1",".p-xl-2",".pt-xl-2",".pr-xl-2",".pb-xl-2",".pl-xl-2",".py-xl-2",".p-xl-3",".pt-xl-3",".pr-xl-3",".pb-xl-3",".pl-xl-3",".py-xl-3",".p-xl-4",".pt-xl-4",".pr-xl-4",".pb-xl-4",".pl-xl-4",".py-xl-4",".p-xl-5",".pt-xl-5",".pr-xl-5",".pb-xl-5",".pl-xl-5",".py-xl-5",".p-xl-6",".pt-xl-6",".pr-xl-6",".pb-xl-6",".pl-xl-6",".py-xl-6",".p-xl-7",".pt-xl-7",".pr-xl-7",".pb-xl-7",".pl-xl-7",".py-xl-7",".p-xl-8",".pt-xl-8",".pr-xl-8",".pb-xl-8",".pl-xl-8",".py-xl-8",".p-xl-9",".pt-xl-9",".pr-xl-9",".pb-xl-9",".pl-xl-9",".py-xl-9",".p-xl-10",".pt-xl-10",".pr-xl-10",".pb-xl-10",".pl-xl-10",".py-xl-10",".p-xl-11",".pt-xl-11",".pr-xl-11",".pb-xl-11",".pl-xl-11",".py-xl-11",".p-xl-12",".pt-xl-12",".pr-xl-12",".pb-xl-12",".pl-xl-12",".py-xl-12"],"specificity":{"max":20,"average":10.102459016393443}},"declarations":{"total":1145,"unique":263,"properties":{"font-family":["Inter,-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\"","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace"],"font-weight":["500","400","500"],"font-size":["48px","64px","40px","48px","32px","40px","26px","32px","22px","24px","18px","20px","16px","14px","12px","20px","16px","18px","14px","16px"],"padding-top":["0","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-bottom":["0","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-left":["8px","12px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"margin-bottom":["24px","32px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"line-height":["1.4","1.5"],"color":["#586069","#fff","#1074e7","#0366d6","#fff","#2f363d"],"border-left":["3px solid #e1e4e8"],"margin-left":["-15px","-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%","-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%","-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%","-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%","-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%"],"display":["inline-block"],"padding":["16px 24px","20px 32px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"white-space":["nowrap"],"vertical-align":["middle"],"cursor":["pointer","default"],"-webkit-user-select":["none"],"-moz-user-select":["none"],"-ms-user-select":["none"],"user-select":["none"],"background-color":["#1074e7","#0366d6","#2ebc4f","#28a745","rgba(255,255,255,0)","rgba(255,255,255,0)","transparent","#fff"],"border":["1px solid #1074e7","1px solid rgba(255,255,255,0.5)"],"border-radius":["3px"],"transition":[".2s"],"-webkit-appearance":["none"],"-moz-appearance":["none"],"appearance":["none"],"text-decoration":["none","none"],"border-color":["#0366d6","#2ebc4f","#28a745","rgba(16,116,231,0.5)","#1074e7","#fff"],"outline":["0"],"box-shadow":["0 0 0 0.2em rgba(3,102,214,0.3)","0 0 0 0.2em rgba(40,167,69,0.3)"],"pointer-events":["none"],"opacity":["0.65"],"background-image":["none","none"],"filter":["grayscale(100%)"],"top":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"right":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"bottom":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"left":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"margin-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-right":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"]}},"mediaQueries":{"total":21,"unique":4,"values":["(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: 1012px)","(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)"],"contents":[{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".h000-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h000-mktg"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["64px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".h00-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h00-mktg"],"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},"selectorByRuleSizes":[{"selector":".h0-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h0-mktg"],"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},"selectorByRuleSizes":[{"selector":".h1-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h1-mktg"],"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},"selectorByRuleSizes":[{"selector":".h2-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h2-mktg"],"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},"selectorByRuleSizes":[{"selector":".h3-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h3-mktg"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["20px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[5],"max":5,"average":5},"selectorByRuleSizes":[{"selector":".pullquote","declarations":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: 768px)","rules":{"total":104,"size":{"graph":[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,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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.left-md-n12","declarations":1},{"selector":",.bottom-md-n12","declarations":1},{"selector":",.right-md-n12","declarations":1},{"selector":",.top-md-n12","declarations":1},{"selector":",.left-md-12","declarations":1},{"selector":",.bottom-md-12","declarations":1},{"selector":",.right-md-12","declarations":1},{"selector":",.top-md-12","declarations":1},{"selector":",.left-md-n11","declarations":1},{"selector":",.bottom-md-n11","declarations":1},{"selector":",.right-md-n11","declarations":1},{"selector":",.top-md-n11","declarations":1},{"selector":",.left-md-11","declarations":1},{"selector":",.bottom-md-11","declarations":1},{"selector":",.right-md-11","declarations":1},{"selector":",.top-md-11","declarations":1},{"selector":",.left-md-n10","declarations":1},{"selector":",.bottom-md-n10","declarations":1},{"selector":",.right-md-n10","declarations":1},{"selector":",.top-md-n10","declarations":1},{"selector":",.left-md-10","declarations":1},{"selector":",.bottom-md-10","declarations":1},{"selector":",.right-md-10","declarations":1},{"selector":",.top-md-10","declarations":1},{"selector":",.left-md-n9","declarations":1},{"selector":",.bottom-md-n9","declarations":1},{"selector":",.right-md-n9","declarations":1},{"selector":",.top-md-n9","declarations":1},{"selector":",.left-md-9","declarations":1},{"selector":",.bottom-md-9","declarations":1},{"selector":",.right-md-9","declarations":1},{"selector":",.top-md-9","declarations":1},{"selector":",.left-md-n8","declarations":1},{"selector":",.bottom-md-n8","declarations":1},{"selector":",.right-md-n8","declarations":1},{"selector":",.top-md-n8","declarations":1},{"selector":",.left-md-8","declarations":1},{"selector":",.bottom-md-8","declarations":1},{"selector":",.right-md-8","declarations":1},{"selector":",.top-md-8","declarations":1},{"selector":",.left-md-n7","declarations":1},{"selector":",.bottom-md-n7","declarations":1},{"selector":",.right-md-n7","declarations":1},{"selector":",.top-md-n7","declarations":1},{"selector":",.left-md-7","declarations":1},{"selector":",.bottom-md-7","declarations":1},{"selector":",.right-md-7","declarations":1},{"selector":",.top-md-7","declarations":1},{"selector":",.left-md-n6","declarations":1},{"selector":",.bottom-md-n6","declarations":1},{"selector":",.right-md-n6","declarations":1},{"selector":",.top-md-n6","declarations":1},{"selector":",.left-md-6","declarations":1},{"selector":",.bottom-md-6","declarations":1},{"selector":",.right-md-6","declarations":1},{"selector":",.top-md-6","declarations":1},{"selector":",.left-md-n5","declarations":1},{"selector":",.bottom-md-n5","declarations":1},{"selector":",.right-md-n5","declarations":1},{"selector":",.top-md-n5","declarations":1},{"selector":",.left-md-5","declarations":1},{"selector":",.bottom-md-5","declarations":1},{"selector":",.right-md-5","declarations":1},{"selector":",.top-md-5","declarations":1},{"selector":",.left-md-n4","declarations":1},{"selector":",.bottom-md-n4","declarations":1},{"selector":",.right-md-n4","declarations":1},{"selector":",.top-md-n4","declarations":1},{"selector":",.left-md-4","declarations":1},{"selector":",.bottom-md-4","declarations":1},{"selector":",.right-md-4","declarations":1},{"selector":",.top-md-4","declarations":1},{"selector":",.left-md-n3","declarations":1},{"selector":",.bottom-md-n3","declarations":1},{"selector":",.right-md-n3","declarations":1},{"selector":",.top-md-n3","declarations":1},{"selector":",.left-md-3","declarations":1},{"selector":",.bottom-md-3","declarations":1},{"selector":",.right-md-3","declarations":1},{"selector":",.top-md-3","declarations":1},{"selector":",.left-md-n2","declarations":1},{"selector":",.bottom-md-n2","declarations":1},{"selector":",.right-md-n2","declarations":1},{"selector":",.top-md-n2","declarations":1},{"selector":",.left-md-2","declarations":1},{"selector":",.bottom-md-2","declarations":1},{"selector":",.right-md-2","declarations":1},{"selector":",.top-md-2","declarations":1},{"selector":",.left-md-n1","declarations":1},{"selector":",.bottom-md-n1","declarations":1},{"selector":",.right-md-n1","declarations":1},{"selector":",.top-md-n1","declarations":1},{"selector":",.left-md-1","declarations":1},{"selector":",.bottom-md-1","declarations":1},{"selector":",.right-md-1","declarations":1},{"selector":",.top-md-1","declarations":1},{"selector":",.left-md-n0","declarations":1},{"selector":",.bottom-md-n0","declarations":1},{"selector":",.right-md-n0","declarations":1},{"selector":",.top-md-n0","declarations":1},{"selector":",.left-md-0","declarations":1},{"selector":",.bottom-md-0","declarations":1},{"selector":",.right-md-0","declarations":1},{"selector":".top-md-0","declarations":1}]},"selectors":{"total":104,"type":0,"class":104,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".top-md-0",".right-md-0",".bottom-md-0",".left-md-0",".top-md-n0",".right-md-n0",".bottom-md-n0",".left-md-n0",".top-md-1",".right-md-1",".bottom-md-1",".left-md-1",".top-md-n1",".right-md-n1",".bottom-md-n1",".left-md-n1",".top-md-2",".right-md-2",".bottom-md-2",".left-md-2",".top-md-n2",".right-md-n2",".bottom-md-n2",".left-md-n2",".top-md-3",".right-md-3",".bottom-md-3",".left-md-3",".top-md-n3",".right-md-n3",".bottom-md-n3",".left-md-n3",".top-md-4",".right-md-4",".bottom-md-4",".left-md-4",".top-md-n4",".right-md-n4",".bottom-md-n4",".left-md-n4",".top-md-5",".right-md-5",".bottom-md-5",".left-md-5",".top-md-n5",".right-md-n5",".bottom-md-n5",".left-md-n5",".top-md-6",".right-md-6",".bottom-md-6",".left-md-6",".top-md-n6",".right-md-n6",".bottom-md-n6",".left-md-n6",".top-md-7",".right-md-7",".bottom-md-7",".left-md-7",".top-md-n7",".right-md-n7",".bottom-md-n7",".left-md-n7",".top-md-8",".right-md-8",".bottom-md-8",".left-md-8",".top-md-n8",".right-md-n8",".bottom-md-n8",".left-md-n8",".top-md-9",".right-md-9",".bottom-md-9",".left-md-9",".top-md-n9",".right-md-n9",".bottom-md-n9",".left-md-n9",".top-md-10",".right-md-10",".bottom-md-10",".left-md-10",".top-md-n10",".right-md-n10",".bottom-md-n10",".left-md-n10",".top-md-11",".right-md-11",".bottom-md-11",".left-md-11",".top-md-n11",".right-md-n11",".bottom-md-n11",".left-md-n11",".top-md-12",".right-md-12",".bottom-md-12",".left-md-12",".top-md-n12",".right-md-n12",".bottom-md-n12",".left-md-n12"],"specificity":{"max":10,"average":10}},"declarations":{"total":104,"unique":100,"properties":{"top":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"right":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"bottom":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"left":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"]}}},{"value":"(min-width: 1012px)","rules":{"total":104,"size":{"graph":[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,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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.left-lg-n12","declarations":1},{"selector":",.bottom-lg-n12","declarations":1},{"selector":",.right-lg-n12","declarations":1},{"selector":",.top-lg-n12","declarations":1},{"selector":",.left-lg-12","declarations":1},{"selector":",.bottom-lg-12","declarations":1},{"selector":",.right-lg-12","declarations":1},{"selector":",.top-lg-12","declarations":1},{"selector":",.left-lg-n11","declarations":1},{"selector":",.bottom-lg-n11","declarations":1},{"selector":",.right-lg-n11","declarations":1},{"selector":",.top-lg-n11","declarations":1},{"selector":",.left-lg-11","declarations":1},{"selector":",.bottom-lg-11","declarations":1},{"selector":",.right-lg-11","declarations":1},{"selector":",.top-lg-11","declarations":1},{"selector":",.left-lg-n10","declarations":1},{"selector":",.bottom-lg-n10","declarations":1},{"selector":",.right-lg-n10","declarations":1},{"selector":",.top-lg-n10","declarations":1},{"selector":",.left-lg-10","declarations":1},{"selector":",.bottom-lg-10","declarations":1},{"selector":",.right-lg-10","declarations":1},{"selector":",.top-lg-10","declarations":1},{"selector":",.left-lg-n9","declarations":1},{"selector":",.bottom-lg-n9","declarations":1},{"selector":",.right-lg-n9","declarations":1},{"selector":",.top-lg-n9","declarations":1},{"selector":",.left-lg-9","declarations":1},{"selector":",.bottom-lg-9","declarations":1},{"selector":",.right-lg-9","declarations":1},{"selector":",.top-lg-9","declarations":1},{"selector":",.left-lg-n8","declarations":1},{"selector":",.bottom-lg-n8","declarations":1},{"selector":",.right-lg-n8","declarations":1},{"selector":",.top-lg-n8","declarations":1},{"selector":",.left-lg-8","declarations":1},{"selector":",.bottom-lg-8","declarations":1},{"selector":",.right-lg-8","declarations":1},{"selector":",.top-lg-8","declarations":1},{"selector":",.left-lg-n7","declarations":1},{"selector":",.bottom-lg-n7","declarations":1},{"selector":",.right-lg-n7","declarations":1},{"selector":",.top-lg-n7","declarations":1},{"selector":",.left-lg-7","declarations":1},{"selector":",.bottom-lg-7","declarations":1},{"selector":",.right-lg-7","declarations":1},{"selector":",.top-lg-7","declarations":1},{"selector":",.left-lg-n6","declarations":1},{"selector":",.bottom-lg-n6","declarations":1},{"selector":",.right-lg-n6","declarations":1},{"selector":",.top-lg-n6","declarations":1},{"selector":",.left-lg-6","declarations":1},{"selector":",.bottom-lg-6","declarations":1},{"selector":",.right-lg-6","declarations":1},{"selector":",.top-lg-6","declarations":1},{"selector":",.left-lg-n5","declarations":1},{"selector":",.bottom-lg-n5","declarations":1},{"selector":",.right-lg-n5","declarations":1},{"selector":",.top-lg-n5","declarations":1},{"selector":",.left-lg-5","declarations":1},{"selector":",.bottom-lg-5","declarations":1},{"selector":",.right-lg-5","declarations":1},{"selector":",.top-lg-5","declarations":1},{"selector":",.left-lg-n4","declarations":1},{"selector":",.bottom-lg-n4","declarations":1},{"selector":",.right-lg-n4","declarations":1},{"selector":",.top-lg-n4","declarations":1},{"selector":",.left-lg-4","declarations":1},{"selector":",.bottom-lg-4","declarations":1},{"selector":",.right-lg-4","declarations":1},{"selector":",.top-lg-4","declarations":1},{"selector":",.left-lg-n3","declarations":1},{"selector":",.bottom-lg-n3","declarations":1},{"selector":",.right-lg-n3","declarations":1},{"selector":",.top-lg-n3","declarations":1},{"selector":",.left-lg-3","declarations":1},{"selector":",.bottom-lg-3","declarations":1},{"selector":",.right-lg-3","declarations":1},{"selector":",.top-lg-3","declarations":1},{"selector":",.left-lg-n2","declarations":1},{"selector":",.bottom-lg-n2","declarations":1},{"selector":",.right-lg-n2","declarations":1},{"selector":",.top-lg-n2","declarations":1},{"selector":",.left-lg-2","declarations":1},{"selector":",.bottom-lg-2","declarations":1},{"selector":",.right-lg-2","declarations":1},{"selector":",.top-lg-2","declarations":1},{"selector":",.left-lg-n1","declarations":1},{"selector":",.bottom-lg-n1","declarations":1},{"selector":",.right-lg-n1","declarations":1},{"selector":",.top-lg-n1","declarations":1},{"selector":",.left-lg-1","declarations":1},{"selector":",.bottom-lg-1","declarations":1},{"selector":",.right-lg-1","declarations":1},{"selector":",.top-lg-1","declarations":1},{"selector":",.left-lg-n0","declarations":1},{"selector":",.bottom-lg-n0","declarations":1},{"selector":",.right-lg-n0","declarations":1},{"selector":",.top-lg-n0","declarations":1},{"selector":",.left-lg-0","declarations":1},{"selector":",.bottom-lg-0","declarations":1},{"selector":",.right-lg-0","declarations":1},{"selector":".top-lg-0","declarations":1}]},"selectors":{"total":104,"type":0,"class":104,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".top-lg-0",".right-lg-0",".bottom-lg-0",".left-lg-0",".top-lg-n0",".right-lg-n0",".bottom-lg-n0",".left-lg-n0",".top-lg-1",".right-lg-1",".bottom-lg-1",".left-lg-1",".top-lg-n1",".right-lg-n1",".bottom-lg-n1",".left-lg-n1",".top-lg-2",".right-lg-2",".bottom-lg-2",".left-lg-2",".top-lg-n2",".right-lg-n2",".bottom-lg-n2",".left-lg-n2",".top-lg-3",".right-lg-3",".bottom-lg-3",".left-lg-3",".top-lg-n3",".right-lg-n3",".bottom-lg-n3",".left-lg-n3",".top-lg-4",".right-lg-4",".bottom-lg-4",".left-lg-4",".top-lg-n4",".right-lg-n4",".bottom-lg-n4",".left-lg-n4",".top-lg-5",".right-lg-5",".bottom-lg-5",".left-lg-5",".top-lg-n5",".right-lg-n5",".bottom-lg-n5",".left-lg-n5",".top-lg-6",".right-lg-6",".bottom-lg-6",".left-lg-6",".top-lg-n6",".right-lg-n6",".bottom-lg-n6",".left-lg-n6",".top-lg-7",".right-lg-7",".bottom-lg-7",".left-lg-7",".top-lg-n7",".right-lg-n7",".bottom-lg-n7",".left-lg-n7",".top-lg-8",".right-lg-8",".bottom-lg-8",".left-lg-8",".top-lg-n8",".right-lg-n8",".bottom-lg-n8",".left-lg-n8",".top-lg-9",".right-lg-9",".bottom-lg-9",".left-lg-9",".top-lg-n9",".right-lg-n9",".bottom-lg-n9",".left-lg-n9",".top-lg-10",".right-lg-10",".bottom-lg-10",".left-lg-10",".top-lg-n10",".right-lg-n10",".bottom-lg-n10",".left-lg-n10",".top-lg-11",".right-lg-11",".bottom-lg-11",".left-lg-11",".top-lg-n11",".right-lg-n11",".bottom-lg-n11",".left-lg-n11",".top-lg-12",".right-lg-12",".bottom-lg-12",".left-lg-12",".top-lg-n12",".right-lg-n12",".bottom-lg-n12",".left-lg-n12"],"specificity":{"max":10,"average":10}},"declarations":{"total":104,"unique":100,"properties":{"top":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"right":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"bottom":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"left":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.offset-sm-n7","declarations":1},{"selector":",.offset-sm-n6","declarations":1},{"selector":",.offset-sm-n5","declarations":1},{"selector":",.offset-sm-n4","declarations":1},{"selector":",.offset-sm-n3","declarations":1},{"selector":",.offset-sm-n2","declarations":1},{"selector":".offset-sm-n1","declarations":1}]},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-sm-n1",".offset-sm-n2",".offset-sm-n3",".offset-sm-n4",".offset-sm-n5",".offset-sm-n6",".offset-sm-n7"],"specificity":{"max":10,"average":10}},"declarations":{"total":7,"unique":7,"properties":{"margin-left":["-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.offset-md-n7","declarations":1},{"selector":",.offset-md-n6","declarations":1},{"selector":",.offset-md-n5","declarations":1},{"selector":",.offset-md-n4","declarations":1},{"selector":",.offset-md-n3","declarations":1},{"selector":",.offset-md-n2","declarations":1},{"selector":".offset-md-n1","declarations":1}]},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-md-n1",".offset-md-n2",".offset-md-n3",".offset-md-n4",".offset-md-n5",".offset-md-n6",".offset-md-n7"],"specificity":{"max":10,"average":10}},"declarations":{"total":7,"unique":7,"properties":{"margin-left":["-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%"]}}},{"value":"(min-width: 1012px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.offset-lg-n7","declarations":1},{"selector":",.offset-lg-n6","declarations":1},{"selector":",.offset-lg-n5","declarations":1},{"selector":",.offset-lg-n4","declarations":1},{"selector":",.offset-lg-n3","declarations":1},{"selector":",.offset-lg-n2","declarations":1},{"selector":".offset-lg-n1","declarations":1}]},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-lg-n1",".offset-lg-n2",".offset-lg-n3",".offset-lg-n4",".offset-lg-n5",".offset-lg-n6",".offset-lg-n7"],"specificity":{"max":10,"average":10}},"declarations":{"total":7,"unique":7,"properties":{"margin-left":["-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.offset-xl-n7","declarations":1},{"selector":",.offset-xl-n6","declarations":1},{"selector":",.offset-xl-n5","declarations":1},{"selector":",.offset-xl-n4","declarations":1},{"selector":",.offset-xl-n3","declarations":1},{"selector":",.offset-xl-n2","declarations":1},{"selector":".offset-xl-n1","declarations":1}]},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-xl-n1",".offset-xl-n2",".offset-xl-n3",".offset-xl-n4",".offset-xl-n5",".offset-xl-n6",".offset-xl-n7"],"specificity":{"max":10,"average":10}},"declarations":{"total":7,"unique":7,"properties":{"margin-left":["-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%"]}}},{"value":"(min-width: 544px)","rules":{"total":39,"size":{"graph":[1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2],"max":2,"average":1.3333333333333333},"selectorByRuleSizes":[{"selector":",.my-sm-12","declarations":2},{"selector":",.my-sm-11","declarations":2},{"selector":",.my-sm-10","declarations":2},{"selector":",.my-sm-9","declarations":2},{"selector":",.my-sm-8","declarations":2},{"selector":",.my-sm-7","declarations":2},{"selector":",.my-sm-6","declarations":2},{"selector":",.my-sm-5","declarations":2},{"selector":",.my-sm-4","declarations":2},{"selector":",.my-sm-3","declarations":2},{"selector":",.my-sm-2","declarations":2},{"selector":",.my-sm-1","declarations":2},{"selector":",.my-sm-0","declarations":2},{"selector":",.mb-sm-12","declarations":1},{"selector":",.mt-sm-12","declarations":1},{"selector":",.mb-sm-11","declarations":1},{"selector":",.mt-sm-11","declarations":1},{"selector":",.mb-sm-10","declarations":1},{"selector":",.mt-sm-10","declarations":1},{"selector":",.mb-sm-9","declarations":1},{"selector":",.mt-sm-9","declarations":1},{"selector":",.mb-sm-8","declarations":1},{"selector":",.mt-sm-8","declarations":1},{"selector":",.mb-sm-7","declarations":1},{"selector":",.mt-sm-7","declarations":1},{"selector":",.mb-sm-6","declarations":1},{"selector":",.mt-sm-6","declarations":1},{"selector":",.mb-sm-5","declarations":1},{"selector":",.mt-sm-5","declarations":1},{"selector":",.mb-sm-4","declarations":1},{"selector":",.mt-sm-4","declarations":1},{"selector":",.mb-sm-3","declarations":1},{"selector":",.mt-sm-3","declarations":1},{"selector":",.mb-sm-2","declarations":1},{"selector":",.mt-sm-2","declarations":1},{"selector":",.mb-sm-1","declarations":1},{"selector":",.mt-sm-1","declarations":1},{"selector":",.mb-sm-0","declarations":1},{"selector":".mt-sm-0","declarations":1}]},"selectors":{"total":39,"type":0,"class":39,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".mt-sm-0",".mb-sm-0",".my-sm-0",".mt-sm-1",".mb-sm-1",".my-sm-1",".mt-sm-2",".mb-sm-2",".my-sm-2",".mt-sm-3",".mb-sm-3",".my-sm-3",".mt-sm-4",".mb-sm-4",".my-sm-4",".mt-sm-5",".mb-sm-5",".my-sm-5",".mt-sm-6",".mb-sm-6",".my-sm-6",".mt-sm-7",".mb-sm-7",".my-sm-7",".mt-sm-8",".mb-sm-8",".my-sm-8",".mt-sm-9",".mb-sm-9",".my-sm-9",".mt-sm-10",".mb-sm-10",".my-sm-10",".mt-sm-11",".mb-sm-11",".my-sm-11",".mt-sm-12",".mb-sm-12",".my-sm-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":52,"unique":26,"properties":{"margin-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"margin-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"]}}},{"value":"(min-width: 768px)","rules":{"total":39,"size":{"graph":[1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2],"max":2,"average":1.3333333333333333},"selectorByRuleSizes":[{"selector":",.my-md-12","declarations":2},{"selector":",.my-md-11","declarations":2},{"selector":",.my-md-10","declarations":2},{"selector":",.my-md-9","declarations":2},{"selector":",.my-md-8","declarations":2},{"selector":",.my-md-7","declarations":2},{"selector":",.my-md-6","declarations":2},{"selector":",.my-md-5","declarations":2},{"selector":",.my-md-4","declarations":2},{"selector":",.my-md-3","declarations":2},{"selector":",.my-md-2","declarations":2},{"selector":",.my-md-1","declarations":2},{"selector":",.my-md-0","declarations":2},{"selector":",.mb-md-12","declarations":1},{"selector":",.mt-md-12","declarations":1},{"selector":",.mb-md-11","declarations":1},{"selector":",.mt-md-11","declarations":1},{"selector":",.mb-md-10","declarations":1},{"selector":",.mt-md-10","declarations":1},{"selector":",.mb-md-9","declarations":1},{"selector":",.mt-md-9","declarations":1},{"selector":",.mb-md-8","declarations":1},{"selector":",.mt-md-8","declarations":1},{"selector":",.mb-md-7","declarations":1},{"selector":",.mt-md-7","declarations":1},{"selector":",.mb-md-6","declarations":1},{"selector":",.mt-md-6","declarations":1},{"selector":",.mb-md-5","declarations":1},{"selector":",.mt-md-5","declarations":1},{"selector":",.mb-md-4","declarations":1},{"selector":",.mt-md-4","declarations":1},{"selector":",.mb-md-3","declarations":1},{"selector":",.mt-md-3","declarations":1},{"selector":",.mb-md-2","declarations":1},{"selector":",.mt-md-2","declarations":1},{"selector":",.mb-md-1","declarations":1},{"selector":",.mt-md-1","declarations":1},{"selector":",.mb-md-0","declarations":1},{"selector":".mt-md-0","declarations":1}]},"selectors":{"total":39,"type":0,"class":39,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".mt-md-0",".mb-md-0",".my-md-0",".mt-md-1",".mb-md-1",".my-md-1",".mt-md-2",".mb-md-2",".my-md-2",".mt-md-3",".mb-md-3",".my-md-3",".mt-md-4",".mb-md-4",".my-md-4",".mt-md-5",".mb-md-5",".my-md-5",".mt-md-6",".mb-md-6",".my-md-6",".mt-md-7",".mb-md-7",".my-md-7",".mt-md-8",".mb-md-8",".my-md-8",".mt-md-9",".mb-md-9",".my-md-9",".mt-md-10",".mb-md-10",".my-md-10",".mt-md-11",".mb-md-11",".my-md-11",".mt-md-12",".mb-md-12",".my-md-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":52,"unique":26,"properties":{"margin-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"margin-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"]}}},{"value":"(min-width: 1012px)","rules":{"total":39,"size":{"graph":[1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2],"max":2,"average":1.3333333333333333},"selectorByRuleSizes":[{"selector":",.my-lg-12","declarations":2},{"selector":",.my-lg-11","declarations":2},{"selector":",.my-lg-10","declarations":2},{"selector":",.my-lg-9","declarations":2},{"selector":",.my-lg-8","declarations":2},{"selector":",.my-lg-7","declarations":2},{"selector":",.my-lg-6","declarations":2},{"selector":",.my-lg-5","declarations":2},{"selector":",.my-lg-4","declarations":2},{"selector":",.my-lg-3","declarations":2},{"selector":",.my-lg-2","declarations":2},{"selector":",.my-lg-1","declarations":2},{"selector":",.my-lg-0","declarations":2},{"selector":",.mb-lg-12","declarations":1},{"selector":",.mt-lg-12","declarations":1},{"selector":",.mb-lg-11","declarations":1},{"selector":",.mt-lg-11","declarations":1},{"selector":",.mb-lg-10","declarations":1},{"selector":",.mt-lg-10","declarations":1},{"selector":",.mb-lg-9","declarations":1},{"selector":",.mt-lg-9","declarations":1},{"selector":",.mb-lg-8","declarations":1},{"selector":",.mt-lg-8","declarations":1},{"selector":",.mb-lg-7","declarations":1},{"selector":",.mt-lg-7","declarations":1},{"selector":",.mb-lg-6","declarations":1},{"selector":",.mt-lg-6","declarations":1},{"selector":",.mb-lg-5","declarations":1},{"selector":",.mt-lg-5","declarations":1},{"selector":",.mb-lg-4","declarations":1},{"selector":",.mt-lg-4","declarations":1},{"selector":",.mb-lg-3","declarations":1},{"selector":",.mt-lg-3","declarations":1},{"selector":",.mb-lg-2","declarations":1},{"selector":",.mt-lg-2","declarations":1},{"selector":",.mb-lg-1","declarations":1},{"selector":",.mt-lg-1","declarations":1},{"selector":",.mb-lg-0","declarations":1},{"selector":".mt-lg-0","declarations":1}]},"selectors":{"total":39,"type":0,"class":39,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".mt-lg-0",".mb-lg-0",".my-lg-0",".mt-lg-1",".mb-lg-1",".my-lg-1",".mt-lg-2",".mb-lg-2",".my-lg-2",".mt-lg-3",".mb-lg-3",".my-lg-3",".mt-lg-4",".mb-lg-4",".my-lg-4",".mt-lg-5",".mb-lg-5",".my-lg-5",".mt-lg-6",".mb-lg-6",".my-lg-6",".mt-lg-7",".mb-lg-7",".my-lg-7",".mt-lg-8",".mb-lg-8",".my-lg-8",".mt-lg-9",".mb-lg-9",".my-lg-9",".mt-lg-10",".mb-lg-10",".my-lg-10",".mt-lg-11",".mb-lg-11",".my-lg-11",".mt-lg-12",".mb-lg-12",".my-lg-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":52,"unique":26,"properties":{"margin-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"margin-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"]}}},{"value":"(min-width: 1280px)","rules":{"total":39,"size":{"graph":[1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2],"max":2,"average":1.3333333333333333},"selectorByRuleSizes":[{"selector":",.my-xl-12","declarations":2},{"selector":",.my-xl-11","declarations":2},{"selector":",.my-xl-10","declarations":2},{"selector":",.my-xl-9","declarations":2},{"selector":",.my-xl-8","declarations":2},{"selector":",.my-xl-7","declarations":2},{"selector":",.my-xl-6","declarations":2},{"selector":",.my-xl-5","declarations":2},{"selector":",.my-xl-4","declarations":2},{"selector":",.my-xl-3","declarations":2},{"selector":",.my-xl-2","declarations":2},{"selector":",.my-xl-1","declarations":2},{"selector":",.my-xl-0","declarations":2},{"selector":",.mb-xl-12","declarations":1},{"selector":",.mt-xl-12","declarations":1},{"selector":",.mb-xl-11","declarations":1},{"selector":",.mt-xl-11","declarations":1},{"selector":",.mb-xl-10","declarations":1},{"selector":",.mt-xl-10","declarations":1},{"selector":",.mb-xl-9","declarations":1},{"selector":",.mt-xl-9","declarations":1},{"selector":",.mb-xl-8","declarations":1},{"selector":",.mt-xl-8","declarations":1},{"selector":",.mb-xl-7","declarations":1},{"selector":",.mt-xl-7","declarations":1},{"selector":",.mb-xl-6","declarations":1},{"selector":",.mt-xl-6","declarations":1},{"selector":",.mb-xl-5","declarations":1},{"selector":",.mt-xl-5","declarations":1},{"selector":",.mb-xl-4","declarations":1},{"selector":",.mt-xl-4","declarations":1},{"selector":",.mb-xl-3","declarations":1},{"selector":",.mt-xl-3","declarations":1},{"selector":",.mb-xl-2","declarations":1},{"selector":",.mt-xl-2","declarations":1},{"selector":",.mb-xl-1","declarations":1},{"selector":",.mt-xl-1","declarations":1},{"selector":",.mb-xl-0","declarations":1},{"selector":".mt-xl-0","declarations":1}]},"selectors":{"total":39,"type":0,"class":39,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".mt-xl-0",".mb-xl-0",".my-xl-0",".mt-xl-1",".mb-xl-1",".my-xl-1",".mt-xl-2",".mb-xl-2",".my-xl-2",".mt-xl-3",".mb-xl-3",".my-xl-3",".mt-xl-4",".mb-xl-4",".my-xl-4",".mt-xl-5",".mb-xl-5",".my-xl-5",".mt-xl-6",".mb-xl-6",".my-xl-6",".mt-xl-7",".mb-xl-7",".my-xl-7",".mt-xl-8",".mb-xl-8",".my-xl-8",".mt-xl-9",".mb-xl-9",".my-xl-9",".mt-xl-10",".mb-xl-10",".my-xl-10",".mt-xl-11",".mb-xl-11",".my-xl-11",".mt-xl-12",".mb-xl-12",".my-xl-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":52,"unique":26,"properties":{"margin-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"margin-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"]}}},{"value":"(min-width: 544px)","rules":{"total":78,"size":{"graph":[1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2],"max":2,"average":1.1666666666666667},"selectorByRuleSizes":[{"selector":",.py-sm-12","declarations":2},{"selector":",.py-sm-11","declarations":2},{"selector":",.py-sm-10","declarations":2},{"selector":",.py-sm-9","declarations":2},{"selector":",.py-sm-8","declarations":2},{"selector":",.py-sm-7","declarations":2},{"selector":",.py-sm-6","declarations":2},{"selector":",.py-sm-5","declarations":2},{"selector":",.py-sm-4","declarations":2},{"selector":",.py-sm-3","declarations":2},{"selector":",.py-sm-2","declarations":2},{"selector":",.py-sm-1","declarations":2},{"selector":",.py-sm-0","declarations":2},{"selector":",.pl-sm-12","declarations":1},{"selector":",.pb-sm-12","declarations":1},{"selector":",.pr-sm-12","declarations":1},{"selector":",.pt-sm-12","declarations":1},{"selector":",.p-sm-12","declarations":1},{"selector":",.pl-sm-11","declarations":1},{"selector":",.pb-sm-11","declarations":1},{"selector":",.pr-sm-11","declarations":1},{"selector":",.pt-sm-11","declarations":1},{"selector":",.p-sm-11","declarations":1},{"selector":",.pl-sm-10","declarations":1},{"selector":",.pb-sm-10","declarations":1},{"selector":",.pr-sm-10","declarations":1},{"selector":",.pt-sm-10","declarations":1},{"selector":",.p-sm-10","declarations":1},{"selector":",.pl-sm-9","declarations":1},{"selector":",.pb-sm-9","declarations":1},{"selector":",.pr-sm-9","declarations":1},{"selector":",.pt-sm-9","declarations":1},{"selector":",.p-sm-9","declarations":1},{"selector":",.pl-sm-8","declarations":1},{"selector":",.pb-sm-8","declarations":1},{"selector":",.pr-sm-8","declarations":1},{"selector":",.pt-sm-8","declarations":1},{"selector":",.p-sm-8","declarations":1},{"selector":",.pl-sm-7","declarations":1},{"selector":",.pb-sm-7","declarations":1},{"selector":",.pr-sm-7","declarations":1},{"selector":",.pt-sm-7","declarations":1},{"selector":",.p-sm-7","declarations":1},{"selector":",.pl-sm-6","declarations":1},{"selector":",.pb-sm-6","declarations":1},{"selector":",.pr-sm-6","declarations":1},{"selector":",.pt-sm-6","declarations":1},{"selector":",.p-sm-6","declarations":1},{"selector":",.pl-sm-5","declarations":1},{"selector":",.pb-sm-5","declarations":1},{"selector":",.pr-sm-5","declarations":1},{"selector":",.pt-sm-5","declarations":1},{"selector":",.p-sm-5","declarations":1},{"selector":",.pl-sm-4","declarations":1},{"selector":",.pb-sm-4","declarations":1},{"selector":",.pr-sm-4","declarations":1},{"selector":",.pt-sm-4","declarations":1},{"selector":",.p-sm-4","declarations":1},{"selector":",.pl-sm-3","declarations":1},{"selector":",.pb-sm-3","declarations":1},{"selector":",.pr-sm-3","declarations":1},{"selector":",.pt-sm-3","declarations":1},{"selector":",.p-sm-3","declarations":1},{"selector":",.pl-sm-2","declarations":1},{"selector":",.pb-sm-2","declarations":1},{"selector":",.pr-sm-2","declarations":1},{"selector":",.pt-sm-2","declarations":1},{"selector":",.p-sm-2","declarations":1},{"selector":",.pl-sm-1","declarations":1},{"selector":",.pb-sm-1","declarations":1},{"selector":",.pr-sm-1","declarations":1},{"selector":",.pt-sm-1","declarations":1},{"selector":",.p-sm-1","declarations":1},{"selector":",.pl-sm-0","declarations":1},{"selector":",.pb-sm-0","declarations":1},{"selector":",.pr-sm-0","declarations":1},{"selector":",.pt-sm-0","declarations":1},{"selector":".p-sm-0","declarations":1}]},"selectors":{"total":78,"type":0,"class":78,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-0",".pt-sm-0",".pr-sm-0",".pb-sm-0",".pl-sm-0",".py-sm-0",".p-sm-1",".pt-sm-1",".pr-sm-1",".pb-sm-1",".pl-sm-1",".py-sm-1",".p-sm-2",".pt-sm-2",".pr-sm-2",".pb-sm-2",".pl-sm-2",".py-sm-2",".p-sm-3",".pt-sm-3",".pr-sm-3",".pb-sm-3",".pl-sm-3",".py-sm-3",".p-sm-4",".pt-sm-4",".pr-sm-4",".pb-sm-4",".pl-sm-4",".py-sm-4",".p-sm-5",".pt-sm-5",".pr-sm-5",".pb-sm-5",".pl-sm-5",".py-sm-5",".p-sm-6",".pt-sm-6",".pr-sm-6",".pb-sm-6",".pl-sm-6",".py-sm-6",".p-sm-7",".pt-sm-7",".pr-sm-7",".pb-sm-7",".pl-sm-7",".py-sm-7",".p-sm-8",".pt-sm-8",".pr-sm-8",".pb-sm-8",".pl-sm-8",".py-sm-8",".p-sm-9",".pt-sm-9",".pr-sm-9",".pb-sm-9",".pl-sm-9",".py-sm-9",".p-sm-10",".pt-sm-10",".pr-sm-10",".pb-sm-10",".pl-sm-10",".py-sm-10",".p-sm-11",".pt-sm-11",".pr-sm-11",".pb-sm-11",".pl-sm-11",".py-sm-11",".p-sm-12",".pt-sm-12",".pr-sm-12",".pb-sm-12",".pl-sm-12",".py-sm-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":91,"unique":65,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-right":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-left":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"]}}},{"value":"(min-width: 768px)","rules":{"total":78,"size":{"graph":[1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2],"max":2,"average":1.1666666666666667},"selectorByRuleSizes":[{"selector":",.py-md-12","declarations":2},{"selector":",.py-md-11","declarations":2},{"selector":",.py-md-10","declarations":2},{"selector":",.py-md-9","declarations":2},{"selector":",.py-md-8","declarations":2},{"selector":",.py-md-7","declarations":2},{"selector":",.py-md-6","declarations":2},{"selector":",.py-md-5","declarations":2},{"selector":",.py-md-4","declarations":2},{"selector":",.py-md-3","declarations":2},{"selector":",.py-md-2","declarations":2},{"selector":",.py-md-1","declarations":2},{"selector":",.py-md-0","declarations":2},{"selector":",.pl-md-12","declarations":1},{"selector":",.pb-md-12","declarations":1},{"selector":",.pr-md-12","declarations":1},{"selector":",.pt-md-12","declarations":1},{"selector":",.p-md-12","declarations":1},{"selector":",.pl-md-11","declarations":1},{"selector":",.pb-md-11","declarations":1},{"selector":",.pr-md-11","declarations":1},{"selector":",.pt-md-11","declarations":1},{"selector":",.p-md-11","declarations":1},{"selector":",.pl-md-10","declarations":1},{"selector":",.pb-md-10","declarations":1},{"selector":",.pr-md-10","declarations":1},{"selector":",.pt-md-10","declarations":1},{"selector":",.p-md-10","declarations":1},{"selector":",.pl-md-9","declarations":1},{"selector":",.pb-md-9","declarations":1},{"selector":",.pr-md-9","declarations":1},{"selector":",.pt-md-9","declarations":1},{"selector":",.p-md-9","declarations":1},{"selector":",.pl-md-8","declarations":1},{"selector":",.pb-md-8","declarations":1},{"selector":",.pr-md-8","declarations":1},{"selector":",.pt-md-8","declarations":1},{"selector":",.p-md-8","declarations":1},{"selector":",.pl-md-7","declarations":1},{"selector":",.pb-md-7","declarations":1},{"selector":",.pr-md-7","declarations":1},{"selector":",.pt-md-7","declarations":1},{"selector":",.p-md-7","declarations":1},{"selector":",.pl-md-6","declarations":1},{"selector":",.pb-md-6","declarations":1},{"selector":",.pr-md-6","declarations":1},{"selector":",.pt-md-6","declarations":1},{"selector":",.p-md-6","declarations":1},{"selector":",.pl-md-5","declarations":1},{"selector":",.pb-md-5","declarations":1},{"selector":",.pr-md-5","declarations":1},{"selector":",.pt-md-5","declarations":1},{"selector":",.p-md-5","declarations":1},{"selector":",.pl-md-4","declarations":1},{"selector":",.pb-md-4","declarations":1},{"selector":",.pr-md-4","declarations":1},{"selector":",.pt-md-4","declarations":1},{"selector":",.p-md-4","declarations":1},{"selector":",.pl-md-3","declarations":1},{"selector":",.pb-md-3","declarations":1},{"selector":",.pr-md-3","declarations":1},{"selector":",.pt-md-3","declarations":1},{"selector":",.p-md-3","declarations":1},{"selector":",.pl-md-2","declarations":1},{"selector":",.pb-md-2","declarations":1},{"selector":",.pr-md-2","declarations":1},{"selector":",.pt-md-2","declarations":1},{"selector":",.p-md-2","declarations":1},{"selector":",.pl-md-1","declarations":1},{"selector":",.pb-md-1","declarations":1},{"selector":",.pr-md-1","declarations":1},{"selector":",.pt-md-1","declarations":1},{"selector":",.p-md-1","declarations":1},{"selector":",.pl-md-0","declarations":1},{"selector":",.pb-md-0","declarations":1},{"selector":",.pr-md-0","declarations":1},{"selector":",.pt-md-0","declarations":1},{"selector":".p-md-0","declarations":1}]},"selectors":{"total":78,"type":0,"class":78,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-0",".pt-md-0",".pr-md-0",".pb-md-0",".pl-md-0",".py-md-0",".p-md-1",".pt-md-1",".pr-md-1",".pb-md-1",".pl-md-1",".py-md-1",".p-md-2",".pt-md-2",".pr-md-2",".pb-md-2",".pl-md-2",".py-md-2",".p-md-3",".pt-md-3",".pr-md-3",".pb-md-3",".pl-md-3",".py-md-3",".p-md-4",".pt-md-4",".pr-md-4",".pb-md-4",".pl-md-4",".py-md-4",".p-md-5",".pt-md-5",".pr-md-5",".pb-md-5",".pl-md-5",".py-md-5",".p-md-6",".pt-md-6",".pr-md-6",".pb-md-6",".pl-md-6",".py-md-6",".p-md-7",".pt-md-7",".pr-md-7",".pb-md-7",".pl-md-7",".py-md-7",".p-md-8",".pt-md-8",".pr-md-8",".pb-md-8",".pl-md-8",".py-md-8",".p-md-9",".pt-md-9",".pr-md-9",".pb-md-9",".pl-md-9",".py-md-9",".p-md-10",".pt-md-10",".pr-md-10",".pb-md-10",".pl-md-10",".py-md-10",".p-md-11",".pt-md-11",".pr-md-11",".pb-md-11",".pl-md-11",".py-md-11",".p-md-12",".pt-md-12",".pr-md-12",".pb-md-12",".pl-md-12",".py-md-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":91,"unique":65,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-right":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-left":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"]}}},{"value":"(min-width: 1012px)","rules":{"total":78,"size":{"graph":[1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2],"max":2,"average":1.1666666666666667},"selectorByRuleSizes":[{"selector":",.py-lg-12","declarations":2},{"selector":",.py-lg-11","declarations":2},{"selector":",.py-lg-10","declarations":2},{"selector":",.py-lg-9","declarations":2},{"selector":",.py-lg-8","declarations":2},{"selector":",.py-lg-7","declarations":2},{"selector":",.py-lg-6","declarations":2},{"selector":",.py-lg-5","declarations":2},{"selector":",.py-lg-4","declarations":2},{"selector":",.py-lg-3","declarations":2},{"selector":",.py-lg-2","declarations":2},{"selector":",.py-lg-1","declarations":2},{"selector":",.py-lg-0","declarations":2},{"selector":",.pl-lg-12","declarations":1},{"selector":",.pb-lg-12","declarations":1},{"selector":",.pr-lg-12","declarations":1},{"selector":",.pt-lg-12","declarations":1},{"selector":",.p-lg-12","declarations":1},{"selector":",.pl-lg-11","declarations":1},{"selector":",.pb-lg-11","declarations":1},{"selector":",.pr-lg-11","declarations":1},{"selector":",.pt-lg-11","declarations":1},{"selector":",.p-lg-11","declarations":1},{"selector":",.pl-lg-10","declarations":1},{"selector":",.pb-lg-10","declarations":1},{"selector":",.pr-lg-10","declarations":1},{"selector":",.pt-lg-10","declarations":1},{"selector":",.p-lg-10","declarations":1},{"selector":",.pl-lg-9","declarations":1},{"selector":",.pb-lg-9","declarations":1},{"selector":",.pr-lg-9","declarations":1},{"selector":",.pt-lg-9","declarations":1},{"selector":",.p-lg-9","declarations":1},{"selector":",.pl-lg-8","declarations":1},{"selector":",.pb-lg-8","declarations":1},{"selector":",.pr-lg-8","declarations":1},{"selector":",.pt-lg-8","declarations":1},{"selector":",.p-lg-8","declarations":1},{"selector":",.pl-lg-7","declarations":1},{"selector":",.pb-lg-7","declarations":1},{"selector":",.pr-lg-7","declarations":1},{"selector":",.pt-lg-7","declarations":1},{"selector":",.p-lg-7","declarations":1},{"selector":",.pl-lg-6","declarations":1},{"selector":",.pb-lg-6","declarations":1},{"selector":",.pr-lg-6","declarations":1},{"selector":",.pt-lg-6","declarations":1},{"selector":",.p-lg-6","declarations":1},{"selector":",.pl-lg-5","declarations":1},{"selector":",.pb-lg-5","declarations":1},{"selector":",.pr-lg-5","declarations":1},{"selector":",.pt-lg-5","declarations":1},{"selector":",.p-lg-5","declarations":1},{"selector":",.pl-lg-4","declarations":1},{"selector":",.pb-lg-4","declarations":1},{"selector":",.pr-lg-4","declarations":1},{"selector":",.pt-lg-4","declarations":1},{"selector":",.p-lg-4","declarations":1},{"selector":",.pl-lg-3","declarations":1},{"selector":",.pb-lg-3","declarations":1},{"selector":",.pr-lg-3","declarations":1},{"selector":",.pt-lg-3","declarations":1},{"selector":",.p-lg-3","declarations":1},{"selector":",.pl-lg-2","declarations":1},{"selector":",.pb-lg-2","declarations":1},{"selector":",.pr-lg-2","declarations":1},{"selector":",.pt-lg-2","declarations":1},{"selector":",.p-lg-2","declarations":1},{"selector":",.pl-lg-1","declarations":1},{"selector":",.pb-lg-1","declarations":1},{"selector":",.pr-lg-1","declarations":1},{"selector":",.pt-lg-1","declarations":1},{"selector":",.p-lg-1","declarations":1},{"selector":",.pl-lg-0","declarations":1},{"selector":",.pb-lg-0","declarations":1},{"selector":",.pr-lg-0","declarations":1},{"selector":",.pt-lg-0","declarations":1},{"selector":".p-lg-0","declarations":1}]},"selectors":{"total":78,"type":0,"class":78,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-0",".pt-lg-0",".pr-lg-0",".pb-lg-0",".pl-lg-0",".py-lg-0",".p-lg-1",".pt-lg-1",".pr-lg-1",".pb-lg-1",".pl-lg-1",".py-lg-1",".p-lg-2",".pt-lg-2",".pr-lg-2",".pb-lg-2",".pl-lg-2",".py-lg-2",".p-lg-3",".pt-lg-3",".pr-lg-3",".pb-lg-3",".pl-lg-3",".py-lg-3",".p-lg-4",".pt-lg-4",".pr-lg-4",".pb-lg-4",".pl-lg-4",".py-lg-4",".p-lg-5",".pt-lg-5",".pr-lg-5",".pb-lg-5",".pl-lg-5",".py-lg-5",".p-lg-6",".pt-lg-6",".pr-lg-6",".pb-lg-6",".pl-lg-6",".py-lg-6",".p-lg-7",".pt-lg-7",".pr-lg-7",".pb-lg-7",".pl-lg-7",".py-lg-7",".p-lg-8",".pt-lg-8",".pr-lg-8",".pb-lg-8",".pl-lg-8",".py-lg-8",".p-lg-9",".pt-lg-9",".pr-lg-9",".pb-lg-9",".pl-lg-9",".py-lg-9",".p-lg-10",".pt-lg-10",".pr-lg-10",".pb-lg-10",".pl-lg-10",".py-lg-10",".p-lg-11",".pt-lg-11",".pr-lg-11",".pb-lg-11",".pl-lg-11",".py-lg-11",".p-lg-12",".pt-lg-12",".pr-lg-12",".pb-lg-12",".pl-lg-12",".py-lg-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":91,"unique":65,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-right":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-left":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"]}}},{"value":"(min-width: 1280px)","rules":{"total":78,"size":{"graph":[1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2],"max":2,"average":1.1666666666666667},"selectorByRuleSizes":[{"selector":",.py-xl-12","declarations":2},{"selector":",.py-xl-11","declarations":2},{"selector":",.py-xl-10","declarations":2},{"selector":",.py-xl-9","declarations":2},{"selector":",.py-xl-8","declarations":2},{"selector":",.py-xl-7","declarations":2},{"selector":",.py-xl-6","declarations":2},{"selector":",.py-xl-5","declarations":2},{"selector":",.py-xl-4","declarations":2},{"selector":",.py-xl-3","declarations":2},{"selector":",.py-xl-2","declarations":2},{"selector":",.py-xl-1","declarations":2},{"selector":",.py-xl-0","declarations":2},{"selector":",.pl-xl-12","declarations":1},{"selector":",.pb-xl-12","declarations":1},{"selector":",.pr-xl-12","declarations":1},{"selector":",.pt-xl-12","declarations":1},{"selector":",.p-xl-12","declarations":1},{"selector":",.pl-xl-11","declarations":1},{"selector":",.pb-xl-11","declarations":1},{"selector":",.pr-xl-11","declarations":1},{"selector":",.pt-xl-11","declarations":1},{"selector":",.p-xl-11","declarations":1},{"selector":",.pl-xl-10","declarations":1},{"selector":",.pb-xl-10","declarations":1},{"selector":",.pr-xl-10","declarations":1},{"selector":",.pt-xl-10","declarations":1},{"selector":",.p-xl-10","declarations":1},{"selector":",.pl-xl-9","declarations":1},{"selector":",.pb-xl-9","declarations":1},{"selector":",.pr-xl-9","declarations":1},{"selector":",.pt-xl-9","declarations":1},{"selector":",.p-xl-9","declarations":1},{"selector":",.pl-xl-8","declarations":1},{"selector":",.pb-xl-8","declarations":1},{"selector":",.pr-xl-8","declarations":1},{"selector":",.pt-xl-8","declarations":1},{"selector":",.p-xl-8","declarations":1},{"selector":",.pl-xl-7","declarations":1},{"selector":",.pb-xl-7","declarations":1},{"selector":",.pr-xl-7","declarations":1},{"selector":",.pt-xl-7","declarations":1},{"selector":",.p-xl-7","declarations":1},{"selector":",.pl-xl-6","declarations":1},{"selector":",.pb-xl-6","declarations":1},{"selector":",.pr-xl-6","declarations":1},{"selector":",.pt-xl-6","declarations":1},{"selector":",.p-xl-6","declarations":1},{"selector":",.pl-xl-5","declarations":1},{"selector":",.pb-xl-5","declarations":1},{"selector":",.pr-xl-5","declarations":1},{"selector":",.pt-xl-5","declarations":1},{"selector":",.p-xl-5","declarations":1},{"selector":",.pl-xl-4","declarations":1},{"selector":",.pb-xl-4","declarations":1},{"selector":",.pr-xl-4","declarations":1},{"selector":",.pt-xl-4","declarations":1},{"selector":",.p-xl-4","declarations":1},{"selector":",.pl-xl-3","declarations":1},{"selector":",.pb-xl-3","declarations":1},{"selector":",.pr-xl-3","declarations":1},{"selector":",.pt-xl-3","declarations":1},{"selector":",.p-xl-3","declarations":1},{"selector":",.pl-xl-2","declarations":1},{"selector":",.pb-xl-2","declarations":1},{"selector":",.pr-xl-2","declarations":1},{"selector":",.pt-xl-2","declarations":1},{"selector":",.p-xl-2","declarations":1},{"selector":",.pl-xl-1","declarations":1},{"selector":",.pb-xl-1","declarations":1},{"selector":",.pr-xl-1","declarations":1},{"selector":",.pt-xl-1","declarations":1},{"selector":",.p-xl-1","declarations":1},{"selector":",.pl-xl-0","declarations":1},{"selector":",.pb-xl-0","declarations":1},{"selector":",.pr-xl-0","declarations":1},{"selector":",.pt-xl-0","declarations":1},{"selector":".p-xl-0","declarations":1}]},"selectors":{"total":78,"type":0,"class":78,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-0",".pt-xl-0",".pr-xl-0",".pb-xl-0",".pl-xl-0",".py-xl-0",".p-xl-1",".pt-xl-1",".pr-xl-1",".pb-xl-1",".pl-xl-1",".py-xl-1",".p-xl-2",".pt-xl-2",".pr-xl-2",".pb-xl-2",".pl-xl-2",".py-xl-2",".p-xl-3",".pt-xl-3",".pr-xl-3",".pb-xl-3",".pl-xl-3",".py-xl-3",".p-xl-4",".pt-xl-4",".pr-xl-4",".pb-xl-4",".pl-xl-4",".py-xl-4",".p-xl-5",".pt-xl-5",".pr-xl-5",".pb-xl-5",".pl-xl-5",".py-xl-5",".p-xl-6",".pt-xl-6",".pr-xl-6",".pb-xl-6",".pl-xl-6",".py-xl-6",".p-xl-7",".pt-xl-7",".pr-xl-7",".pb-xl-7",".pl-xl-7",".py-xl-7",".p-xl-8",".pt-xl-8",".pr-xl-8",".pb-xl-8",".pl-xl-8",".py-xl-8",".p-xl-9",".pt-xl-9",".pr-xl-9",".pb-xl-9",".pl-xl-9",".py-xl-9",".p-xl-10",".pt-xl-10",".pr-xl-10",".pb-xl-10",".pl-xl-10",".py-xl-10",".p-xl-11",".pt-xl-11",".pr-xl-11",".pb-xl-11",".pl-xl-11",".py-xl-11",".p-xl-12",".pt-xl-12",".pr-xl-12",".pb-xl-12",".pl-xl-12",".py-xl-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":91,"unique":65,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-right":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-left":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"]}}}]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/navigation.json b/assets/sass/@primer/css/dist/stats/navigation.json deleted file mode 100644 index 4250182..0000000 --- a/assets/sass/@primer/css/dist/stats/navigation.json +++ /dev/null @@ -1 +0,0 @@ -{"size":7485,"gzipSize":1698,"humanizedSize":"7KB","humanizedGzipSize":"2KB","rules":{"total":88,"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,9,1,1,8,4,1,1,3,1,2,8,3,2,1,2,3,2,1,7,1,2,4,2,2,2,3,1,7,3,1,1,2,1,1,1,1,5,1,10,4,1,3,1,1,2,1,1,1,1,2],"max":12,"average":2.8295454545454546},"selectorByRuleSizes":[{"selector":".filter-item","declarations":12},{"selector":".UnderlineNav-item","declarations":10},{"selector":".menu-heading","declarations":10},{"selector":".SideNav-item","declarations":9},{"selector":".tabnav-tab","declarations":9},{"selector":".SideNav-subItem","declarations":8},{"selector":".SideNav-item::before","declarations":8},{"selector":".subnav-search-icon","declarations":7},{"selector":".subnav-item","declarations":7},{"selector":".filter-item .bar","declarations":7},{"selector":".menu-item.selected::before,.menu-item[aria-selected=true]::before,.menu-item[aria-current]::before","declarations":7},{"selector":".UnderlineNav","declarations":5},{"selector":".tabnav-extra","declarations":5},{"selector":".menu","declarations":5},{"selector":".UnderlineNav-item:hover,.UnderlineNav-item:focus","declarations":4},{"selector":".subnav-item.selected,.subnav-item[aria-selected=true],.subnav-item[aria-current]","declarations":4},{"selector":".SideNav-item:hover,.SideNav-item:focus","declarations":4},{"selector":".tabnav-tab.selected,.tabnav-tab[aria-selected=true],.tabnav-tab[aria-current]","declarations":4},{"selector":".menu-item .octicon","declarations":4},{"selector":".menu-item.selected,.menu-item[aria-selected=true],.menu-item[aria-current]","declarations":4},{"selector":".menu-item","declarations":4},{"selector":".UnderlineNav-item.selected,.UnderlineNav-item[role=tab][aria-selected=true],.UnderlineNav-item[aria-current]","declarations":3},{"selector":".subnav-search-context .btn","declarations":3},{"selector":".subnav-search-input","declarations":3},{"selector":".subnav::after","declarations":3},{"selector":".SideNav-subItem:hover,.SideNav-subItem:focus","declarations":3},{"selector":".SideNav-item[aria-current=\"page\"],.SideNav-item[aria-selected=\"true\"]","declarations":3},{"selector":".filter-list.small .filter-item","declarations":3},{"selector":".tabnav","declarations":3},{"selector":".menu-heading:last-child","declarations":3},{"selector":".menu-item:last-child","declarations":3},{"selector":".menu-item:first-child","declarations":3},{"selector":".UnderlineNav-container","declarations":2},{"selector":".UnderlineNav--right .UnderlineNav-item","declarations":2},{"selector":".subnav-search-context+.subnav-search .subnav-search-input","declarations":2},{"selector":".subnav-search","declarations":2},{"selector":".subnav-item:last-child","declarations":2},{"selector":".subnav-item:first-child","declarations":2},{"selector":".subnav-item:hover,.subnav-item:focus","declarations":2},{"selector":".subnav-bordered","declarations":2},{"selector":".subnav::before","declarations":2},{"selector":".SideNav-subItem[aria-current=\"page\"],.SideNav-subItem[aria-selected=\"true\"]","declarations":2},{"selector":".SideNav-icon","declarations":2},{"selector":".filter-item .count","declarations":2},{"selector":".filter-item.selected,.filter-item[aria-selected=true],.filter-item[aria-current]","declarations":2},{"selector":".filter-item:hover","declarations":2},{"selector":".filter-list.pjax-active .filter-item.pjax-active","declarations":2},{"selector":".filter-list.pjax-active .filter-item","declarations":2},{"selector":"a.tabnav-extra:hover","declarations":2},{"selector":".tabnav-tab:hover,.tabnav-tab:focus","declarations":2},{"selector":".menu-heading:first-child","declarations":2},{"selector":".menu-item .avatar","declarations":2},{"selector":".menu-item .menu-warning","declarations":2},{"selector":".menu-item .Counter","declarations":2},{"selector":".menu-item:hover","declarations":2},{"selector":".UnderlineNav-octicon","declarations":1},{"selector":".UnderlineNav--full","declarations":1},{"selector":".UnderlineNav-actions","declarations":1},{"selector":".UnderlineNav--right .UnderlineNav-actions","declarations":1},{"selector":".UnderlineNav--right","declarations":1},{"selector":".UnderlineNav-item.selected .UnderlineNav-octicon,.UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon,.UnderlineNav-item[aria-current] .UnderlineNav-octicon","declarations":1},{"selector":".UnderlineNav-item:hover .UnderlineNav-octicon,.UnderlineNav-item:focus .UnderlineNav-octicon","declarations":1},{"selector":".UnderlineNav-body","declarations":1},{"selector":".subnav-spacer-right","declarations":1},{"selector":".subnav-search-context .select-menu-item-icon","declarations":1},{"selector":".subnav-search-context .select-menu-modal","declarations":1},{"selector":".subnav-search-context .select-menu-modal-holder","declarations":1},{"selector":".subnav-search-context+.subnav-search","declarations":1},{"selector":".subnav-search-context .btn:hover,.subnav-search-context .btn:focus,.subnav-search-context .btn:active,.subnav-search-context .btn.selected","declarations":1},{"selector":".subnav-search-input-wide","declarations":1},{"selector":".subnav-item+.subnav-item","declarations":1},{"selector":".subnav-flush","declarations":1},{"selector":".subnav","declarations":1},{"selector":".SideNav-item[aria-current=\"page\"]::before,.SideNav-item[aria-selected=\"true\"]::before","declarations":1},{"selector":".SideNav-item:active","declarations":1},{"selector":".SideNav-item:hover::before,.SideNav-item:focus::before","declarations":1},{"selector":".SideNav-item:last-child","declarations":1},{"selector":".SideNav-item:first-child","declarations":1},{"selector":".SideNav","declarations":1},{"selector":".filter-list","declarations":1},{"selector":".tabnav-btn","declarations":1},{"selector":".tabnav-extra>.octicon","declarations":1},{"selector":".tabnav-tabs","declarations":1},{"selector":".tabnav .Counter","declarations":1},{"selector":".menu-heading:hover","declarations":1},{"selector":".menu-item.alert .Counter","declarations":1},{"selector":".menu-item:last-child::before","declarations":1},{"selector":".menu-item:first-child::before","declarations":1}]},"selectors":{"total":115,"type":1,"class":115,"id":0,"pseudoClass":32,"pseudoElement":12,"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[aria-selected=true]",".menu-item[aria-current]",".menu-item.selected::before",".menu-item[aria-selected=true]::before",".menu-item[aria-current]::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[aria-selected=true]",".tabnav-tab[aria-current]",".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[aria-selected=true]",".filter-item[aria-current]",".filter-item .count",".filter-item .bar",".SideNav",".SideNav-item",".SideNav-item:first-child",".SideNav-item:last-child",".SideNav-item::before",".SideNav-item:hover",".SideNav-item:focus",".SideNav-item:hover::before",".SideNav-item:focus::before",".SideNav-item:active",".SideNav-item[aria-current=\"page\"]",".SideNav-item[aria-selected=\"true\"]",".SideNav-item[aria-current=\"page\"]::before",".SideNav-item[aria-selected=\"true\"]::before",".SideNav-icon",".SideNav-subItem",".SideNav-subItem:hover",".SideNav-subItem:focus",".SideNav-subItem[aria-current=\"page\"]",".SideNav-subItem[aria-selected=\"true\"]",".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[aria-selected=true]",".subnav-item[aria-current]",".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",".UnderlineNav",".UnderlineNav-body",".UnderlineNav-item",".UnderlineNav-item:hover",".UnderlineNav-item:focus",".UnderlineNav-item:hover .UnderlineNav-octicon",".UnderlineNav-item:focus .UnderlineNav-octicon",".UnderlineNav-item.selected",".UnderlineNav-item[role=tab][aria-selected=true]",".UnderlineNav-item[aria-current]",".UnderlineNav-item.selected .UnderlineNav-octicon",".UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon",".UnderlineNav-item[aria-current] .UnderlineNav-octicon",".UnderlineNav--right",".UnderlineNav--right .UnderlineNav-item",".UnderlineNav--right .UnderlineNav-actions",".UnderlineNav-actions",".UnderlineNav--full",".UnderlineNav-octicon",".UnderlineNav-container"],"specificity":{"max":40,"average":18.63478260869565}},"declarations":{"total":249,"unique":132,"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","#fafbfc","transparent","#f6f8fa","#d1d5da","#fff","#fff","#e36209","transparent","#f6f8fa","#0366d6","transparent"],"border":["1px solid #d1d5da","1px solid transparent","0","0","1px #e1e4e8 solid","0"],"border-radius":["3px","3px 3px 0 0","3px"],"position":["relative","absolute","relative","absolute","relative","absolute","relative","relative","relative","absolute"],"display":["block","block","inline-block","inline-block","block","inline-block","block","block","table","table","block","flex","flex","block","flex"],"padding":["8px 10px","8px 10px","8px 12px","4px 10px","8px 10px","16px","4px 0","6px 14px","16px 8px"],"border-bottom":["1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px solid #d1d5da","0","1px solid #eaecef","1px #e1e4e8 solid","2px solid transparent"],"border-top":["0","1px #e1e4e8 solid","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","none","none","none"],"font-weight":["600","600","600","500","500","600","600"],"color":["#24292e","#24292e","#86181d","#cb2431","#586069","#586069","#24292e","#24292e","#586069","#0366d6","#586069","#fff","#586069","#fff","#586069","#24292e","#24292e","#6a737d","#0366d6","#24292e","#24292e","#586069","#fff","#586069","#c6cbd1","#444d56","inherit","#586069","#24292e","#6a737d","#24292e","#6a737d","#959da5"],"cursor":["default","pointer"],"top":["0","2px","0","9px"],"bottom":["0","2px","0"],"left":["0","0","8px"],"width":["2px","16px","100%","3px","16px","100%","320px","500px","220px"],"content":["\"\"","\"\"","\"\"","\"\""],"margin-right":["5px","5px","2px","16px","0"],"text-align":["center","left","left","center","center"],"float":["right","right","left","right","left"],"margin-left":["5px","5px","10px","10px","-1px","10px","-1px","16px"],"margin-top":["0","0"],"font-size":["13px","14px","12px","12px","14px","14px"],"line-height":["20px","20px","20px","1.5"],"border-color":["#d1d5da","#0366d6"],"padding-top":["10px"],"list-style-type":["none"],"margin":["0 0 2px"],"overflow":["hidden"],"text-overflow":["ellipsis"],"white-space":["nowrap","nowrap"],"right":["0"],"z-index":["-1","1","2","2","30"],"box-shadow":["0 1px 0 #e1e4e8"],"pointer-events":["none","none"],"outline":["none","none"],"clear":["both"],"padding-bottom":["20px"],"padding-left":["30px"],"padding-right":["10px"],"overflow-x":["auto"],"overflow-y":["hidden"],"justify-content":["space-between","flex-end","space-between"],"border-bottom-color":["#d1d5da","#e36209"],"transition":["0.2s ease"],"flex":["1 1 auto"],"align-self":["center"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/pagination.json b/assets/sass/@primer/css/dist/stats/pagination.json deleted file mode 100644 index 667f7a1..0000000 --- a/assets/sass/@primer/css/dist/stats/pagination.json +++ /dev/null @@ -1 +0,0 @@ -{"size":1499,"gzipSize":541,"humanizedSize":"1KB","humanizedGzipSize":"541B","rules":{"total":11,"size":{"graph":[2,3,17,3,2,4,1,4,3,3,1],"max":17,"average":3.909090909090909},"selectorByRuleSizes":[{"selector":".pagination a,.pagination span,.pagination em","declarations":17},{"selector":".pagination .current,.pagination .current:hover,.pagination [aria-current],.pagination [aria-current]:hover","declarations":4},{"selector":".pagination a:hover,.pagination a:focus,.pagination span:hover,.pagination span:focus,.pagination em:hover,.pagination em:focus","declarations":4},{"selector":".paginate-container","declarations":3},{"selector":".pagination .gap,.pagination .disabled,.pagination [aria-disabled=true],.pagination .gap:hover,.pagination .disabled:hover,.pagination [aria-disabled=true]:hover","declarations":3},{"selector":".pagination a:first-child,.pagination span:first-child,.pagination em:first-child","declarations":3},{"selector":".pagination::after","declarations":3},{"selector":".pagination a:last-child,.pagination span:last-child,.pagination em:last-child","declarations":2},{"selector":".pagination::before","declarations":2},{"selector":".paginate-container .pagination","declarations":1},{"selector":".pagination .selected","declarations":1}]},"selectors":{"total":30,"type":15,"class":30,"id":0,"pseudoClass":17,"pseudoElement":2,"values":[".pagination::before",".pagination::after",".pagination a",".pagination span",".pagination em",".pagination a:first-child",".pagination span:first-child",".pagination em:first-child",".pagination a:last-child",".pagination span:last-child",".pagination em:last-child",".pagination a:hover",".pagination a:focus",".pagination span:hover",".pagination span:focus",".pagination em:hover",".pagination em:focus",".pagination .selected",".pagination .current",".pagination .current:hover",".pagination [aria-current]",".pagination [aria-current]:hover",".pagination .gap",".pagination .disabled",".pagination [aria-disabled=true]",".pagination .gap:hover",".pagination .disabled:hover",".pagination [aria-disabled=true]:hover",".paginate-container",".paginate-container .pagination"],"specificity":{"max":30,"average":20.233333333333334}},"declarations":{"total":43,"unique":40,"properties":{"display":["table","table","inline-block"],"content":["\"\"","\"\""],"clear":["both"],"position":["relative"],"float":["left"],"padding":["7px 12px"],"margin-left":["-1px","0"],"font-size":["13px"],"font-style":["normal"],"font-weight":["600"],"color":["#0366d6","#fff","#d1d5da"],"white-space":["nowrap"],"vertical-align":["middle"],"cursor":["pointer","default"],"-webkit-user-select":["none"],"-moz-user-select":["none"],"-ms-user-select":["none"],"user-select":["none"],"background":["#fff"],"border":["1px solid #e1e4e8"],"border-top-left-radius":["3px"],"border-bottom-left-radius":["3px"],"border-top-right-radius":["3px"],"border-bottom-right-radius":["3px"],"z-index":["2","3","3"],"text-decoration":["none"],"background-color":["#eff3f6","#0366d6","#fafbfc"],"border-color":["#e1e4e8","#0366d6"],"margin-top":["20px"],"margin-bottom":["15px"],"text-align":["center"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/popover.json b/assets/sass/@primer/css/dist/stats/popover.json deleted file mode 100644 index c0aa793..0000000 --- a/assets/sass/@primer/css/dist/stats/popover.json +++ /dev/null @@ -1 +0,0 @@ -{"size":3839,"gzipSize":604,"humanizedSize":"4KB","humanizedGzipSize":"604B","rules":{"total":27,"size":{"graph":[2,4,4,4,4,2,2,2,2,2,1,1,2,2,1,4,1,1,2,2,2,2,1,1,1,1,1],"max":4,"average":2},"selectorByRuleSizes":[{"selector":".Popover-message--right::before,.Popover-message--right::after,.Popover-message--right-top::before,.Popover-message--right-top::after,.Popover-message--right-bottom::before,.Popover-message--right-bottom::after,.Popover-message--left::before,.Popover-message--left::after,.Popover-message--left-top::before,.Popover-message--left-top::after,.Popover-message--left-bottom::before,.Popover-message--left-bottom::after","declarations":4},{"selector":".Popover-message::after","declarations":4},{"selector":".Popover-message::before","declarations":4},{"selector":".Popover-message::before,.Popover-message::after","declarations":4},{"selector":".Popover-message","declarations":4},{"selector":".Popover-message--left::after,.Popover-message--left-top::after,.Popover-message--left-bottom::after","declarations":2},{"selector":".Popover-message--left::before,.Popover-message--left-top::before,.Popover-message--left-bottom::before","declarations":2},{"selector":".Popover-message--right::after,.Popover-message--right-top::after,.Popover-message--right-bottom::after","declarations":2},{"selector":".Popover-message--right::before,.Popover-message--right-top::before,.Popover-message--right-bottom::before","declarations":2},{"selector":".Popover-message--top-left::before,.Popover-message--top-left::after,.Popover-message--bottom-left::before,.Popover-message--bottom-left::after","declarations":2},{"selector":".Popover-message--top-left,.Popover-message--bottom-left","declarations":2},{"selector":".Popover-message--top-right::before,.Popover-message--top-right::after,.Popover-message--bottom-right::before,.Popover-message--bottom-right::after","declarations":2},{"selector":".Popover-message--top-right,.Popover-message--bottom-right","declarations":2},{"selector":".Popover-message--bottom::after,.Popover-message--bottom-right::after,.Popover-message--bottom-left::after","declarations":2},{"selector":".Popover-message--bottom::before,.Popover-message--bottom-right::before,.Popover-message--bottom-left::before","declarations":2},{"selector":".Popover-message--bottom::before,.Popover-message--bottom::after,.Popover-message--bottom-right::before,.Popover-message--bottom-right::after,.Popover-message--bottom-left::before,.Popover-message--bottom-left::after","declarations":2},{"selector":".Popover","declarations":2},{"selector":".Popover-message--large","declarations":1},{"selector":".Popover-message--right-bottom::after,.Popover-message--left-bottom::after","declarations":1},{"selector":".Popover-message--right-bottom::before,.Popover-message--left-bottom::before","declarations":1},{"selector":".Popover-message--right-bottom::before,.Popover-message--right-bottom::after,.Popover-message--left-bottom::before,.Popover-message--left-bottom::after","declarations":1},{"selector":".Popover-message--right-top::before,.Popover-message--right-top::after,.Popover-message--left-top::before,.Popover-message--left-top::after","declarations":1},{"selector":".Popover-message--right::after,.Popover-message--right-top::after,.Popover-message--right-bottom::after,.Popover-message--left::after,.Popover-message--left-top::after,.Popover-message--left-bottom::after","declarations":1},{"selector":".Popover-message--right::before,.Popover-message--right-top::before,.Popover-message--right-bottom::before,.Popover-message--left::before,.Popover-message--left-top::before,.Popover-message--left-bottom::before","declarations":1},{"selector":".Popover-message--top-left::after,.Popover-message--bottom-left::after","declarations":1},{"selector":".Popover-message--top-right::after,.Popover-message--bottom-right::after","declarations":1},{"selector":".Popover-message--top-right::before,.Popover-message--bottom-right::before","declarations":1}]},"selectors":{"total":85,"type":0,"class":85,"id":0,"pseudoClass":0,"pseudoElement":78,"values":[".Popover",".Popover-message",".Popover-message::before",".Popover-message::after",".Popover-message::before",".Popover-message::after",".Popover-message--bottom::before",".Popover-message--bottom::after",".Popover-message--bottom-right::before",".Popover-message--bottom-right::after",".Popover-message--bottom-left::before",".Popover-message--bottom-left::after",".Popover-message--bottom::before",".Popover-message--bottom-right::before",".Popover-message--bottom-left::before",".Popover-message--bottom::after",".Popover-message--bottom-right::after",".Popover-message--bottom-left::after",".Popover-message--top-right",".Popover-message--bottom-right",".Popover-message--top-right::before",".Popover-message--top-right::after",".Popover-message--bottom-right::before",".Popover-message--bottom-right::after",".Popover-message--top-right::before",".Popover-message--bottom-right::before",".Popover-message--top-right::after",".Popover-message--bottom-right::after",".Popover-message--top-left",".Popover-message--bottom-left",".Popover-message--top-left::before",".Popover-message--top-left::after",".Popover-message--bottom-left::before",".Popover-message--bottom-left::after",".Popover-message--top-left::after",".Popover-message--bottom-left::after",".Popover-message--right::before",".Popover-message--right::after",".Popover-message--right-top::before",".Popover-message--right-top::after",".Popover-message--right-bottom::before",".Popover-message--right-bottom::after",".Popover-message--left::before",".Popover-message--left::after",".Popover-message--left-top::before",".Popover-message--left-top::after",".Popover-message--left-bottom::before",".Popover-message--left-bottom::after",".Popover-message--right::before",".Popover-message--right-top::before",".Popover-message--right-bottom::before",".Popover-message--left::before",".Popover-message--left-top::before",".Popover-message--left-bottom::before",".Popover-message--right::after",".Popover-message--right-top::after",".Popover-message--right-bottom::after",".Popover-message--left::after",".Popover-message--left-top::after",".Popover-message--left-bottom::after",".Popover-message--right::before",".Popover-message--right-top::before",".Popover-message--right-bottom::before",".Popover-message--right::after",".Popover-message--right-top::after",".Popover-message--right-bottom::after",".Popover-message--left::before",".Popover-message--left-top::before",".Popover-message--left-bottom::before",".Popover-message--left::after",".Popover-message--left-top::after",".Popover-message--left-bottom::after",".Popover-message--right-top::before",".Popover-message--right-top::after",".Popover-message--left-top::before",".Popover-message--left-top::after",".Popover-message--right-bottom::before",".Popover-message--right-bottom::after",".Popover-message--left-bottom::before",".Popover-message--left-bottom::after",".Popover-message--right-bottom::before",".Popover-message--left-bottom::before",".Popover-message--right-bottom::after",".Popover-message--left-bottom::after",".Popover-message--large"],"specificity":{"max":11,"average":10.91764705882353}},"declarations":{"total":54,"unique":47,"properties":{"position":["absolute","relative","absolute"],"z-index":["100"],"width":["232px"],"margin-right":["auto","0"],"margin-left":["auto","-9px","-8px","0","0","0","0"],"left":["50%","auto","-9px","24px","25px","auto","-16px","-14px"],"display":["inline-block"],"content":["\"\""],"top":["-16px","-14px","auto","50%","24px","auto"],"border":["8px solid transparent","7px solid transparent"],"border-bottom-color":["rgba(27,31,35,0.15)","#fff","transparent","transparent"],"bottom":["-16px","-14px","16px","17px"],"border-top-color":["rgba(27,31,35,0.15)","#fff"],"right":["-9px","20px","21px","-16px","-14px"],"margin-top":["-9px","-8px"],"border-left-color":["rgba(27,31,35,0.15)","#fff"],"border-right-color":["rgba(27,31,35,0.15)","#fff"],"min-width":["320px"]}},"mediaQueries":{"total":1,"unique":1,"values":["(min-width: 544px)"],"contents":[{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".Popover-message--large","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".Popover-message--large"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"min-width":["320px"]}}}]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/primer.json b/assets/sass/@primer/css/dist/stats/primer.json deleted file mode 100644 index 37c39e2..0000000 --- a/assets/sass/@primer/css/dist/stats/primer.json +++ /dev/null @@ -1 +0,0 @@ -{"size":194740,"gzipSize":29924,"humanizedSize":"190KB","humanizedGzipSize":"29KB","rules":{"total":3359,"size":{"graph":[3,3,1,1,1,1,2,1,1,1,1,4,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,2,1,1,1,11,2,2,2,2,2,2,2,2,1,1,3,1,1,1,2,4,1,3,1,1,1,1,3,1,2,1,1,1,2,1,8,2,2,3,4,2,2,1,3,1,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,4,4,1,1,1,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,1,5,5,3,1,4,2,2,4,3,3,3,3,16,1,2,4,4,8,1,2,1,1,2,2,3,1,4,2,3,1,1,1,2,3,2,1,1,1,4,1,5,12,2,2,12,1,2,1,4,1,3,1,13,3,1,1,1,3,2,2,2,2,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,12,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,3,1,1,1,3,1,1,4,2,1,1,1,1,1,1,1,1,4,1,1,3,1,1,1,3,5,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,1,2,1,1,1,1,2,2,1,2,1,2,3,8,3,3,2,3,3,3,3,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,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,9,1,1,8,4,1,1,3,1,2,8,3,2,1,2,3,2,1,7,1,2,4,2,2,2,3,1,7,3,1,1,2,1,1,1,1,5,1,10,4,1,3,1,1,2,1,1,1,1,2,2,3,17,3,2,4,1,4,3,3,1,1,19,10,1,1,7,1,1,3,5,3,1,3,5,3,1,1,4,5,4,5,2,1,1,2,1,1,7,3,1,1,1,1,3,3,1,3,1,1,1,3,1,1,1,6,2,2,4,2,2,6,1,5,1,3,2,2,4,1,1,1,2,1,1,1,3,1,2,2,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,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,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,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,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,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,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,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,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,10,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,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,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,1,1,1,1,1,1,1,2,1,1,1,1,2,1,1,1,1,2,1,1,1,1,2,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,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,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,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,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,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,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,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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,2,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,8,6,4,6,1,1,12,1,3,3,3,3,3,8,4,10,8,3,1,13,4,2,3,2,3,1,4,2,1,5,1,2,2,1,6,3,1,1,1,2,11,1,2,1,2,1,2,1,3,6,2,2,2,2,1,1,2,4,6,3,2,2,2,1,6,1,3,5,2,4,1,1,2,2,2,1,1,6,2,1,1,10,14,3,2,2,1,1,3,6,4,2,2,4,4,3,1,6,5,5,5,4,4,4,2,6,6,3,3,3,2,3,3,2,2,4,1,1,1,1,1,1,1,1,1,1,1,9,5,1,3,2,7,5,1,5,2,1,1,8,1,2,7,2,1,1,9,1,1,1,2,1,8,1,2,2,5,4,1,1,1,3,3,1,4,11,2,3,1,1,2,1,4,1,2,5,3,1,1,4,3,1,1,1,3,3,1,1,1,2,1,2,2,1,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,5,1,1,1,7,1,2,6,9,6,4,1,3,2,4,4,4,4,2,2,2,2,2,1,1,2,2,1,4,1,1,2,2,2,2,1,1,1,1,1,5,1,1,1,10,6,8,1,12,2,2,9,3,2,3,1,5,1,3,1,2,1,10,11,2,3,3,7,1,2,9,6,5,2,1,3,7,6,1,3,3,1,1,2,3,1,1,1,2,2,1,1,5,1,3,2,3,2,4,8,2,14,5,3,9,2,1,6,6,5,9,1,4,2,1,1,2,1,1,1,2,1,3,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,9,5,19,3,2,3,2,2,1,2,3,4,4,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,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,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,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,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,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,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2],"max":21,"average":1.578148258410241},"selectorByRuleSizes":[{"selector":".btn","declarations":21},{"selector":".btn-mktg","declarations":19},{"selector":".tooltipped::after","declarations":19},{"selector":".pagination a,.pagination span,.pagination em","declarations":17},{"selector":".btn-link","declarations":16},{"selector":".TimelineItem-badge","declarations":14},{"selector":".dropdown-menu","declarations":14},{"selector":".suggester","declarations":13},{"selector":".form-control,.form-select","declarations":13},{"selector":".SelectMenu-modal","declarations":12},{"selector":".flash-close","declarations":12},{"selector":".filter-item","declarations":12},{"selector":".form-select","declarations":12},{"selector":".social-count","declarations":12},{"selector":".hidden-text-expander a,.ellipsis-expander","declarations":12},{"selector":".SelectMenu-item","declarations":11},{"selector":".markdown-body kbd","declarations":11},{"selector":".AvatarStack-body .avatar","declarations":11},{"selector":".form-group.successed .success,.form-group.successed .warning,.form-group.successed .error,.form-group.warn .success,.form-group.warn .warning,.form-group.warn .error,.form-group.errored .success,.form-group.errored .warning,.form-group.errored .error","declarations":11},{"selector":"kbd","declarations":11},{"selector":".SelectMenu-list","declarations":10},{"selector":".SelectMenu","declarations":10},{"selector":".dropdown-caret","declarations":10},{"selector":".autocomplete-results","declarations":10},{"selector":".details-overlay[open]>summary::before","declarations":10},{"selector":".tooltipped::before","declarations":10},{"selector":".UnderlineNav-item","declarations":10},{"selector":".menu-heading","declarations":10},{"selector":".drag-and-drop","declarations":10},{"selector":".pullquote","declarations":9},{"selector":".Toast-icon","declarations":9},{"selector":".TimelineItem-break","declarations":9},{"selector":".SelectMenu-tab","declarations":9},{"selector":".SelectMenu-modal","declarations":9},{"selector":".markdown-body pre code,.markdown-body pre tt","declarations":9},{"selector":".state,.State","declarations":9},{"selector":".Header","declarations":9},{"selector":".SideNav-item","declarations":9},{"selector":".tabnav-tab","declarations":9},{"selector":".form-group.successed .success::after,.form-group.successed .success::before,.form-group.successed .warning::after,.form-group.successed .warning::before,.form-group.successed .error::after,.form-group.successed .error::before,.form-group.warn .success::after,.form-group.warn .success::before,.form-group.warn .warning::after,.form-group.warn .warning::before,.form-group.warn .error::after,.form-group.warn .error::before,.form-group.errored .success::after,.form-group.errored .success::before,.form-group.errored .warning::after,.form-group.errored .warning::before,.form-group.errored .error::after,.form-group.errored .error::before","declarations":9},{"selector":".TimelineItem::before","declarations":8},{"selector":".SelectMenu::before","declarations":8},{"selector":".Counter","declarations":8},{"selector":".label,.Label","declarations":8},{"selector":".autocomplete-item","declarations":8},{"selector":".flash-banner","declarations":8},{"selector":".sr-only","declarations":8},{"selector":".SideNav-subItem","declarations":8},{"selector":".SideNav-item::before","declarations":8},{"selector":".radio-label","declarations":8},{"selector":".btn-octicon","declarations":8},{"selector":".Box-header","declarations":8},{"selector":".SelectMenu-divider","declarations":7},{"selector":".SelectMenu-tabs","declarations":7},{"selector":".markdown-body pre>code","declarations":7},{"selector":".markdown-body span.frame>span","declarations":7},{"selector":".Label--outline","declarations":7},{"selector":".IssueLabel","declarations":7},{"selector":".tooltipped-multiline::after","declarations":7},{"selector":".tooltipped:hover::before,.tooltipped:hover::after,.tooltipped:active::before,.tooltipped:active::after,.tooltipped:focus::before,.tooltipped:focus::after","declarations":7},{"selector":".subnav-search-icon","declarations":7},{"selector":".subnav-item","declarations":7},{"selector":".filter-item .bar","declarations":7},{"selector":".menu-item.selected::before,.menu-item[aria-selected=true]::before,.menu-item[aria-current]::before","declarations":7},{"selector":".form-warning","declarations":7},{"selector":".Toast","declarations":6},{"selector":".TimelineItem--condensed .TimelineItem-badge","declarations":6},{"selector":".SelectMenu-footer","declarations":6},{"selector":".SelectMenu-tab","declarations":6},{"selector":".SelectMenu","declarations":6},{"selector":".markdown-body .csv-data td,.markdown-body .csv-data th","declarations":6},{"selector":".markdown-body .highlight pre,.markdown-body pre","declarations":6},{"selector":".dropdown-menu-ne::after","declarations":6},{"selector":".dropdown-menu-ne::before","declarations":6},{"selector":".dropdown-menu-w","declarations":6},{"selector":".dropdown-item","declarations":6},{"selector":".branch-name","declarations":6},{"selector":".DashedConnection::before","declarations":6},{"selector":".CircleBadge","declarations":6},{"selector":".avatar.avatar-more::before,.avatar.avatar-more::after","declarations":6},{"selector":".avatar-child","declarations":6},{"selector":".flash","declarations":6},{"selector":".show-on-focus","declarations":6},{"selector":".anim-grow-x","declarations":6},{"selector":".anim-fade-up","declarations":6},{"selector":".previewable-comment-form textarea","declarations":6},{"selector":".manual-file-chooser","declarations":6},{"selector":".form-checkbox label em.highlight","declarations":6},{"selector":"hr,.rule","declarations":6},{"selector":"legend","declarations":6},{"selector":".pullquote","declarations":5},{"selector":".Toast","declarations":5},{"selector":".TimelineItem-body","declarations":5},{"selector":".Subhead","declarations":5},{"selector":".SelectMenu-tab[aria-selected=\"true\"]","declarations":5},{"selector":".SelectMenu-closeButton","declarations":5},{"selector":".Progress","declarations":5},{"selector":".markdown-body code,.markdown-body tt","declarations":5},{"selector":".markdown-body dl dt","declarations":5},{"selector":".markdown-body hr","declarations":5},{"selector":".diffstat","declarations":5},{"selector":".IssueLabel--big","declarations":5},{"selector":".IssueLabel .g-emoji","declarations":5},{"selector":".Header-item","declarations":5},{"selector":".dropdown-menu-e","declarations":5},{"selector":".dropdown-menu-w::after","declarations":5},{"selector":".dropdown-menu-w::before","declarations":5},{"selector":".blankslate code","declarations":5},{"selector":".avatar","declarations":5},{"selector":".anim-shrink-x","declarations":5},{"selector":".tooltipped-e::before","declarations":5},{"selector":".tooltipped-w::before","declarations":5},{"selector":".tooltipped-n::before,.tooltipped-ne::before,.tooltipped-nw::before","declarations":5},{"selector":".tooltipped-s::before,.tooltipped-se::before,.tooltipped-sw::before","declarations":5},{"selector":".UnderlineNav","declarations":5},{"selector":".tabnav-extra","declarations":5},{"selector":".menu","declarations":5},{"selector":".status-indicator-loading","declarations":5},{"selector":".select-sm","declarations":5},{"selector":".form-checkbox .note","declarations":5},{"selector":".input-hide-webkit-autofill::-webkit-contacts-auto-fill-button","declarations":5},{"selector":".input-sm","declarations":5},{"selector":".hidden-text-expander.inline","declarations":5},{"selector":".btn-danger:disabled,.btn-danger.disabled,.btn-danger[aria-disabled=true]","declarations":5},{"selector":".btn-danger:active,.btn-danger.selected,.btn-danger[aria-selected=true],[open]>.btn-danger","declarations":5},{"selector":".btn-blue:disabled,.btn-blue.disabled,.btn-blue[aria-disabled=true]","declarations":5},{"selector":".btn-primary:disabled,.btn-primary.disabled,.btn-primary[aria-disabled=true]","declarations":5},{"selector":".btn:disabled,.btn.disabled,.btn[aria-disabled=true]","declarations":5},{"selector":"body","declarations":5},{"selector":".btn-transparent:hover,.btn-transparent:active","declarations":4},{"selector":".btn-transparent","declarations":4},{"selector":".btn-outline-mktg:hover","declarations":4},{"selector":".Toast-dismissButton","declarations":4},{"selector":".TimelineItem","declarations":4},{"selector":".Popover-message--right::before,.Popover-message--right::after,.Popover-message--right-top::before,.Popover-message--right-top::after,.Popover-message--right-bottom::before,.Popover-message--right-bottom::after,.Popover-message--left::before,.Popover-message--left::after,.Popover-message--left-top::before,.Popover-message--left-top::after,.Popover-message--left-bottom::before,.Popover-message--left-bottom::after","declarations":4},{"selector":".Popover-message::after","declarations":4},{"selector":".Popover-message::before","declarations":4},{"selector":".Popover-message::before,.Popover-message::after","declarations":4},{"selector":".Popover-message","declarations":4},{"selector":".markdown-body .csv-data .blob-num","declarations":4},{"selector":".markdown-body span.float-right>span","declarations":4},{"selector":".markdown-body span.float-right","declarations":4},{"selector":".markdown-body span.float-left","declarations":4},{"selector":".markdown-body span.align-right>span","declarations":4},{"selector":".markdown-body span.align-center>span","declarations":4},{"selector":".markdown-body span.frame span span","declarations":4},{"selector":".markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6","declarations":4},{"selector":".markdown-body .anchor","declarations":4},{"selector":".markdown-body","declarations":4},{"selector":".diffstat-block-deleted,.diffstat-block-added,.diffstat-block-neutral","declarations":4},{"selector":".dropdown-menu-dark","declarations":4},{"selector":".dropdown-menu-ne","declarations":4},{"selector":".dropdown-menu-e::after","declarations":4},{"selector":".dropdown-menu-e::before","declarations":4},{"selector":".dropdown-divider","declarations":4},{"selector":".dropdown-signout","declarations":4},{"selector":".dropdown-item:focus,.dropdown-item:hover","declarations":4},{"selector":".blankslate-icon","declarations":4},{"selector":".AvatarStack--right .avatar","declarations":4},{"selector":".suggester-container","declarations":4},{"selector":".suggester li","declarations":4},{"selector":".warning","declarations":4},{"selector":".show-on-focus:focus","declarations":4},{"selector":".user-select-none","declarations":4},{"selector":".lead","declarations":4},{"selector":".anim-pulse","declarations":4},{"selector":".anim-fade-down","declarations":4},{"selector":".tooltipped-e::after","declarations":4},{"selector":".tooltipped-w::after","declarations":4},{"selector":".pagination .current,.pagination .current:hover,.pagination [aria-current],.pagination [aria-current]:hover","declarations":4},{"selector":".pagination a:hover,.pagination a:focus,.pagination span:hover,.pagination span:focus,.pagination em:hover,.pagination em:focus","declarations":4},{"selector":".UnderlineNav-item:hover,.UnderlineNav-item:focus","declarations":4},{"selector":".subnav-item.selected,.subnav-item[aria-selected=true],.subnav-item[aria-current]","declarations":4},{"selector":".SideNav-item:hover,.SideNav-item:focus","declarations":4},{"selector":".tabnav-tab.selected,.tabnav-tab[aria-selected=true],.tabnav-tab[aria-current]","declarations":4},{"selector":".menu-item .octicon","declarations":4},{"selector":".menu-item.selected,.menu-item[aria-selected=true],.menu-item[aria-current]","declarations":4},{"selector":".menu-item","declarations":4},{"selector":"h2.account","declarations":4},{"selector":".upload-enabled textarea","declarations":4},{"selector":".status-indicator","declarations":4},{"selector":".note","declarations":4},{"selector":".form-group .form-control","declarations":4},{"selector":".TableObject-item","declarations":4},{"selector":".close-button","declarations":4},{"selector":".BtnGroup-item","declarations":4},{"selector":".btn-invisible:hover,.btn-invisible:active,.btn-invisible:focus,.btn-invisible.selected,.btn-invisible[aria-selected=true],.btn-invisible.zeroclipboard-is-hover,.btn-invisible.zeroclipboard-is-active","declarations":4},{"selector":".btn-invisible","declarations":4},{"selector":".btn-outline:disabled,.btn-outline.disabled,.btn-outline[aria-disabled=true]","declarations":4},{"selector":".btn-outline:hover,.btn-outline:active,.btn-outline.selected,.btn-outline[aria-selected=true],[open]>.btn-outline","declarations":4},{"selector":".btn-danger:hover","declarations":4},{"selector":".btn-blue:active,.btn-blue.selected,.btn-blue[aria-selected=true],[open]>.btn-blue","declarations":4},{"selector":".btn-blue:hover,.btn-blue.hover","declarations":4},{"selector":".btn-primary:active,.btn-primary.selected,.btn-primary[aria-selected=true],[open]>.btn-primary","declarations":4},{"selector":".btn-primary:hover,.btn-primary.hover","declarations":4},{"selector":".btn:active,.btn.selected,.btn[aria-selected=true],[open]>.btn","declarations":4},{"selector":".btn:hover,.btn.hover","declarations":4},{"selector":".breadcrumb-item::after","declarations":4},{"selector":".breadcrumb-item","declarations":4},{"selector":".Box-row","declarations":4},{"selector":"pre","declarations":4},{"selector":"sub,sup","declarations":4},{"selector":"abbr[title]","declarations":4},{"selector":".btn-outline-mktg","declarations":3},{"selector":".btn-mktg:disabled,.btn-mktg.disabled,.btn-mktg[aria-disabled=true]","declarations":3},{"selector":".btn-mktg:hover","declarations":3},{"selector":"100%","declarations":3},{"selector":".TimelineItem-avatar","declarations":3},{"selector":".Subhead-description","declarations":3},{"selector":".Subhead-heading","declarations":3},{"selector":".SelectMenu-item[aria-checked=\"true\"] .SelectMenu-icon--check","declarations":3},{"selector":".SelectMenu--hasFilter .SelectMenu-modal","declarations":3},{"selector":".SelectMenu--hasFilter .SelectMenu-modal","declarations":3},{"selector":".SelectMenu-message,.SelectMenu-blankslate,.SelectMenu-loading","declarations":3},{"selector":".SelectMenu-icon--check","declarations":3},{"selector":".SelectMenu-icon","declarations":3},{"selector":".SelectMenu-filter","declarations":3},{"selector":".SelectMenu-title","declarations":3},{"selector":".SelectMenu-header","declarations":3},{"selector":".markdown-body .csv-data th","declarations":3},{"selector":".markdown-body span.align-right","declarations":3},{"selector":".markdown-body span.align-center","declarations":3},{"selector":".markdown-body .emoji","declarations":3},{"selector":".markdown-body img","declarations":3},{"selector":".markdown-body table","declarations":3},{"selector":".markdown-body h2","declarations":3},{"selector":".markdown-body h1","declarations":3},{"selector":".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","declarations":3},{"selector":".markdown-body blockquote","declarations":3},{"selector":".markdown-body::after","declarations":3},{"selector":".AnimatedEllipsis::after","declarations":3},{"selector":".AnimatedEllipsis","declarations":3},{"selector":".Header-link","declarations":3},{"selector":".dropdown-menu-sw::after","declarations":3},{"selector":".dropdown-menu-sw::before","declarations":3},{"selector":".dropdown-menu-s::after","declarations":3},{"selector":".dropdown-menu-s::before","declarations":3},{"selector":".dropdown-menu-s","declarations":3},{"selector":".dropdown-header","declarations":3},{"selector":".dropdown-menu-no-overflow .dropdown-item","declarations":3},{"selector":".dropdown-menu::before,.dropdown-menu::after","declarations":3},{"selector":".blankslate","declarations":3},{"selector":".CircleBadge-icon","declarations":3},{"selector":".avatar.avatar-more","declarations":3},{"selector":".AvatarStack","declarations":3},{"selector":".suggester li:hover,.suggester li[aria-selected=\"true\"],.suggester li.navigation-focus","declarations":3},{"selector":".suggester li:last-child","declarations":3},{"selector":".autocomplete-item:hover,.autocomplete-item.selected,.autocomplete-item[aria-selected=true],.autocomplete-item.navigation-focus","declarations":3},{"selector":".flash-full","declarations":3},{"selector":".flash-success","declarations":3},{"selector":".flash-error","declarations":3},{"selector":".flash-warn","declarations":3},{"selector":".flash-action","declarations":3},{"selector":".break-word","declarations":3},{"selector":".clearfix::after","declarations":3},{"selector":".bg-shade-gradient","declarations":3},{"selector":".hover-grow","declarations":3},{"selector":".anim-scale-in","declarations":3},{"selector":".anim-fade-out","declarations":3},{"selector":".anim-fade-in","declarations":3},{"selector":".css-truncate.css-truncate-target,.css-truncate .css-truncate-target","declarations":3},{"selector":".css-truncate.css-truncate-overflow,.css-truncate .css-truncate-overflow,.css-truncate.css-truncate-target,.css-truncate .css-truncate-target","declarations":3},{"selector":".tooltipped-multiline.tooltipped-s::after,.tooltipped-multiline.tooltipped-n::after","declarations":3},{"selector":".tooltipped-ne::after","declarations":3},{"selector":".tooltipped-n::after,.tooltipped-ne::after,.tooltipped-nw::after","declarations":3},{"selector":".tooltipped-se::after","declarations":3},{"selector":".tooltipped-s::after,.tooltipped-se::after,.tooltipped-sw::after","declarations":3},{"selector":".paginate-container","declarations":3},{"selector":".pagination .gap,.pagination .disabled,.pagination [aria-disabled=true],.pagination .gap:hover,.pagination .disabled:hover,.pagination [aria-disabled=true]:hover","declarations":3},{"selector":".pagination a:first-child,.pagination span:first-child,.pagination em:first-child","declarations":3},{"selector":".pagination::after","declarations":3},{"selector":".UnderlineNav-item.selected,.UnderlineNav-item[role=tab][aria-selected=true],.UnderlineNav-item[aria-current]","declarations":3},{"selector":".subnav-search-context .btn","declarations":3},{"selector":".subnav-search-input","declarations":3},{"selector":".subnav::after","declarations":3},{"selector":".SideNav-subItem:hover,.SideNav-subItem:focus","declarations":3},{"selector":".SideNav-item[aria-current=\"page\"],.SideNav-item[aria-selected=\"true\"]","declarations":3},{"selector":".filter-list.small .filter-item","declarations":3},{"selector":".tabnav","declarations":3},{"selector":".menu-heading:last-child","declarations":3},{"selector":".menu-item:last-child","declarations":3},{"selector":".menu-item:first-child","declarations":3},{"selector":".container-xl","declarations":3},{"selector":".container-lg","declarations":3},{"selector":".container-md","declarations":3},{"selector":".container-sm","declarations":3},{"selector":".radio-input","declarations":3},{"selector":".radio-label:first-of-type","declarations":3},{"selector":":checked+.radio-label","declarations":3},{"selector":".radio-group::after","declarations":3},{"selector":"p.explain","declarations":3},{"selector":".btn .manual-file-chooser","declarations":3},{"selector":".status-indicator-failed .octicon-x","declarations":3},{"selector":".status-indicator-success .octicon-check","declarations":3},{"selector":".form-group.errored .error","declarations":3},{"selector":".form-group.warn .warning","declarations":3},{"selector":".form-group.successed .success","declarations":3},{"selector":".form-group .success,.form-group .error,.form-group .indicator","declarations":3},{"selector":".form-group.required dt label::after,.form-group.required .form-group-header label::after","declarations":3},{"selector":".form-group.flattened dt,.form-group.flattened .form-group-header","declarations":3},{"selector":".form-group textarea.form-control","declarations":3},{"selector":".form-actions::after","declarations":3},{"selector":"input::-webkit-outer-spin-button,input::-webkit-inner-spin-button","declarations":3},{"selector":".hfields .form-group dt label,.hfields .form-group .form-group-header label","declarations":3},{"selector":".hfields::after","declarations":3},{"selector":".form-checkbox input[type=checkbox],.form-checkbox input[type=radio]","declarations":3},{"selector":".form-checkbox","declarations":3},{"selector":".input-dark","declarations":3},{"selector":".form-control.focus,.form-control:focus,.form-select.focus,.form-select:focus","declarations":3},{"selector":"fieldset","declarations":3},{"selector":".BtnGroup-parent:last-child .BtnGroup-item","declarations":3},{"selector":".BtnGroup-item:last-child","declarations":3},{"selector":".BtnGroup::after","declarations":3},{"selector":".btn-block","declarations":3},{"selector":".btn-large","declarations":3},{"selector":".btn-sm","declarations":3},{"selector":".btn-with-count","declarations":3},{"selector":".btn-outline","declarations":3},{"selector":".btn-danger","declarations":3},{"selector":".btn-blue","declarations":3},{"selector":".btn-primary","declarations":3},{"selector":".btn","declarations":3},{"selector":".btn .Counter","declarations":3},{"selector":".btn i","declarations":3},{"selector":".Box-btn-octicon.btn-octicon","declarations":3},{"selector":".Box-footer","declarations":3},{"selector":".Box-row.navigation-focus .Box-row--drag-button","declarations":3},{"selector":".Box-body:last-of-type","declarations":3},{"selector":".Box--condensed .Box-btn-octicon.btn-octicon","declarations":3},{"selector":".Box","declarations":3},{"selector":"ul,ol","declarations":3},{"selector":"hr::after,.rule::after","declarations":3},{"selector":"input,select,textarea,button","declarations":3},{"selector":"fieldset","declarations":3},{"selector":"hr","declarations":3},{"selector":"html","declarations":3},{"selector":".octicon","declarations":3},{"selector":".py-xl-12","declarations":2},{"selector":".py-xl-11","declarations":2},{"selector":".py-xl-10","declarations":2},{"selector":".py-xl-9","declarations":2},{"selector":".py-xl-8","declarations":2},{"selector":".py-xl-7","declarations":2},{"selector":".py-xl-6","declarations":2},{"selector":".py-xl-5","declarations":2},{"selector":".py-xl-4","declarations":2},{"selector":".py-xl-3","declarations":2},{"selector":".py-xl-2","declarations":2},{"selector":".py-xl-1","declarations":2},{"selector":".py-xl-0","declarations":2},{"selector":".py-lg-12","declarations":2},{"selector":".py-lg-11","declarations":2},{"selector":".py-lg-10","declarations":2},{"selector":".py-lg-9","declarations":2},{"selector":".py-lg-8","declarations":2},{"selector":".py-lg-7","declarations":2},{"selector":".py-lg-6","declarations":2},{"selector":".py-lg-5","declarations":2},{"selector":".py-lg-4","declarations":2},{"selector":".py-lg-3","declarations":2},{"selector":".py-lg-2","declarations":2},{"selector":".py-lg-1","declarations":2},{"selector":".py-lg-0","declarations":2},{"selector":".py-md-12","declarations":2},{"selector":".py-md-11","declarations":2},{"selector":".py-md-10","declarations":2},{"selector":".py-md-9","declarations":2},{"selector":".py-md-8","declarations":2},{"selector":".py-md-7","declarations":2},{"selector":".py-md-6","declarations":2},{"selector":".py-md-5","declarations":2},{"selector":".py-md-4","declarations":2},{"selector":".py-md-3","declarations":2},{"selector":".py-md-2","declarations":2},{"selector":".py-md-1","declarations":2},{"selector":".py-md-0","declarations":2},{"selector":".py-sm-12","declarations":2},{"selector":".py-sm-11","declarations":2},{"selector":".py-sm-10","declarations":2},{"selector":".py-sm-9","declarations":2},{"selector":".py-sm-8","declarations":2},{"selector":".py-sm-7","declarations":2},{"selector":".py-sm-6","declarations":2},{"selector":".py-sm-5","declarations":2},{"selector":".py-sm-4","declarations":2},{"selector":".py-sm-3","declarations":2},{"selector":".py-sm-2","declarations":2},{"selector":".py-sm-1","declarations":2},{"selector":".py-sm-0","declarations":2},{"selector":".py-12","declarations":2},{"selector":".py-11","declarations":2},{"selector":".py-10","declarations":2},{"selector":".py-9","declarations":2},{"selector":".py-8","declarations":2},{"selector":".py-7","declarations":2},{"selector":".py-6","declarations":2},{"selector":".py-5","declarations":2},{"selector":".py-4","declarations":2},{"selector":".py-3","declarations":2},{"selector":".py-2","declarations":2},{"selector":".py-1","declarations":2},{"selector":".py-0","declarations":2},{"selector":".my-xl-12","declarations":2},{"selector":".my-xl-11","declarations":2},{"selector":".my-xl-10","declarations":2},{"selector":".my-xl-9","declarations":2},{"selector":".my-xl-8","declarations":2},{"selector":".my-xl-7","declarations":2},{"selector":".my-xl-6","declarations":2},{"selector":".my-xl-5","declarations":2},{"selector":".my-xl-4","declarations":2},{"selector":".my-xl-3","declarations":2},{"selector":".my-xl-2","declarations":2},{"selector":".my-xl-1","declarations":2},{"selector":".my-xl-0","declarations":2},{"selector":".my-lg-12","declarations":2},{"selector":".my-lg-11","declarations":2},{"selector":".my-lg-10","declarations":2},{"selector":".my-lg-9","declarations":2},{"selector":".my-lg-8","declarations":2},{"selector":".my-lg-7","declarations":2},{"selector":".my-lg-6","declarations":2},{"selector":".my-lg-5","declarations":2},{"selector":".my-lg-4","declarations":2},{"selector":".my-lg-3","declarations":2},{"selector":".my-lg-2","declarations":2},{"selector":".my-lg-1","declarations":2},{"selector":".my-lg-0","declarations":2},{"selector":".my-md-12","declarations":2},{"selector":".my-md-11","declarations":2},{"selector":".my-md-10","declarations":2},{"selector":".my-md-9","declarations":2},{"selector":".my-md-8","declarations":2},{"selector":".my-md-7","declarations":2},{"selector":".my-md-6","declarations":2},{"selector":".my-md-5","declarations":2},{"selector":".my-md-4","declarations":2},{"selector":".my-md-3","declarations":2},{"selector":".my-md-2","declarations":2},{"selector":".my-md-1","declarations":2},{"selector":".my-md-0","declarations":2},{"selector":".my-sm-12","declarations":2},{"selector":".my-sm-11","declarations":2},{"selector":".my-sm-10","declarations":2},{"selector":".my-sm-9","declarations":2},{"selector":".my-sm-8","declarations":2},{"selector":".my-sm-7","declarations":2},{"selector":".my-sm-6","declarations":2},{"selector":".my-sm-5","declarations":2},{"selector":".my-sm-4","declarations":2},{"selector":".my-sm-3","declarations":2},{"selector":".my-sm-2","declarations":2},{"selector":".my-sm-1","declarations":2},{"selector":".my-sm-0","declarations":2},{"selector":".my-12","declarations":2},{"selector":".my-11","declarations":2},{"selector":".my-10","declarations":2},{"selector":".my-9","declarations":2},{"selector":".my-8","declarations":2},{"selector":".my-7","declarations":2},{"selector":".my-6","declarations":2},{"selector":".my-5","declarations":2},{"selector":".my-4","declarations":2},{"selector":".my-3","declarations":2},{"selector":".my-2","declarations":2},{"selector":".my-1","declarations":2},{"selector":".my-0","declarations":2},{"selector":".btn-large-mktg","declarations":2},{"selector":".btn-primary-mktg:hover","declarations":2},{"selector":".btn-primary-mktg","declarations":2},{"selector":".btn-mktg:focus","declarations":2},{"selector":".lead-mktg","declarations":2},{"selector":".h000-mktg,.h00-mktg,.h0-mktg,.h1-mktg,.h2-mktg,.h3-mktg,.h4-mktg,.h5-mktg,.h6-mktg,.lead-mktg","declarations":2},{"selector":"0%","declarations":2},{"selector":".Toast--warning .Toast-icon","declarations":2},{"selector":".Toast-dismissButton:focus,.Toast-dismissButton:hover","declarations":2},{"selector":".TimelineItem--condensed","declarations":2},{"selector":".TimelineItem:target .TimelineItem-badge","declarations":2},{"selector":".Subhead-actions","declarations":2},{"selector":".Subhead-heading--danger","declarations":2},{"selector":".SelectMenu-tab:not([aria-selected=\"true\"]):active","declarations":2},{"selector":".SelectMenu-tab:not([aria-selected=\"true\"]):hover","declarations":2},{"selector":".SelectMenu-item[aria-checked=\"true\"]","declarations":2},{"selector":".SelectMenu-tab[aria-selected=\"true\"]","declarations":2},{"selector":".SelectMenu-tabs","declarations":2},{"selector":".SelectMenu-item","declarations":2},{"selector":".SelectMenu-input","declarations":2},{"selector":".SelectMenu-header","declarations":2},{"selector":"0%","declarations":2},{"selector":"0%","declarations":2},{"selector":".Popover-message--left::after,.Popover-message--left-top::after,.Popover-message--left-bottom::after","declarations":2},{"selector":".Popover-message--left::before,.Popover-message--left-top::before,.Popover-message--left-bottom::before","declarations":2},{"selector":".Popover-message--right::after,.Popover-message--right-top::after,.Popover-message--right-bottom::after","declarations":2},{"selector":".Popover-message--right::before,.Popover-message--right-top::before,.Popover-message--right-bottom::before","declarations":2},{"selector":".Popover-message--top-left::before,.Popover-message--top-left::after,.Popover-message--bottom-left::before,.Popover-message--bottom-left::after","declarations":2},{"selector":".Popover-message--top-left,.Popover-message--bottom-left","declarations":2},{"selector":".Popover-message--top-right::before,.Popover-message--top-right::after,.Popover-message--bottom-right::before,.Popover-message--bottom-right::after","declarations":2},{"selector":".Popover-message--top-right,.Popover-message--bottom-right","declarations":2},{"selector":".Popover-message--bottom::after,.Popover-message--bottom-right::after,.Popover-message--bottom-left::after","declarations":2},{"selector":".Popover-message--bottom::before,.Popover-message--bottom-right::before,.Popover-message--bottom-left::before","declarations":2},{"selector":".Popover-message--bottom::before,.Popover-message--bottom::after,.Popover-message--bottom-right::before,.Popover-message--bottom-right::after,.Popover-message--bottom-left::before,.Popover-message--bottom-left::after","declarations":2},{"selector":".Popover","declarations":2},{"selector":".markdown-body .highlight pre","declarations":2},{"selector":".markdown-body span.align-right span img","declarations":2},{"selector":".markdown-body span.align-center span img","declarations":2},{"selector":".markdown-body span.frame span img","declarations":2},{"selector":".markdown-body span.frame","declarations":2},{"selector":".markdown-body table tr","declarations":2},{"selector":".markdown-body table th,.markdown-body table td","declarations":2},{"selector":".markdown-body dl dd","declarations":2},{"selector":".markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul","declarations":2},{"selector":".markdown-body ul.no-list,.markdown-body ol.no-list","declarations":2},{"selector":".markdown-body h6","declarations":2},{"selector":".markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre,.markdown-body details","declarations":2},{"selector":".markdown-body a:not([href])","declarations":2},{"selector":".markdown-body::before","declarations":2},{"selector":".Counter--gray","declarations":2},{"selector":".Counter--gray-light","declarations":2},{"selector":".State--small","declarations":2},{"selector":".Label--outline-green","declarations":2},{"selector":".Label--gray","declarations":2},{"selector":".IssueLabel--big .g-emoji","declarations":2},{"selector":".Header-link:hover,.Header-link:focus","declarations":2},{"selector":".dropdown-menu-se::after","declarations":2},{"selector":".dropdown-menu-se::before","declarations":2},{"selector":".dropdown-menu-sw","declarations":2},{"selector":".dropdown-menu-ne::before,.dropdown-menu-ne::after","declarations":2},{"selector":".dropdown-item.btn-link","declarations":2},{"selector":".dropdown-item:focus>.octicon,.dropdown-item:hover>.octicon","declarations":2},{"selector":".dropdown-menu::after","declarations":2},{"selector":".dropdown-menu::before","declarations":2},{"selector":".branch-name .octicon","declarations":2},{"selector":".blankslate-large h3","declarations":2},{"selector":".blankslate-large img","declarations":2},{"selector":".blankslate-narrow","declarations":2},{"selector":".blankslate img","declarations":2},{"selector":".CircleBadge--large","declarations":2},{"selector":".CircleBadge--medium","declarations":2},{"selector":".CircleBadge--small","declarations":2},{"selector":".AvatarStack--right .avatar.avatar-more::after","declarations":2},{"selector":".AvatarStack--right .AvatarStack-body:hover .avatar","declarations":2},{"selector":".AvatarStack--right .AvatarStack-body","declarations":2},{"selector":".avatar.avatar-more::after","declarations":2},{"selector":".avatar.avatar-more::before","declarations":2},{"selector":".AvatarStack-body:hover .avatar:nth-child(n+4)","declarations":2},{"selector":".AvatarStack-body .avatar:nth-child(n+4)","declarations":2},{"selector":".AvatarStack-body .avatar:last-child","declarations":2},{"selector":".AvatarStack-body","declarations":2},{"selector":".avatar-group-item","declarations":2},{"selector":".avatar-link","declarations":2},{"selector":".page-responsive .suggester-container","declarations":2},{"selector":".suggester li:first-child","declarations":2},{"selector":".suggester li small","declarations":2},{"selector":".text-emphasized","declarations":2},{"selector":".f3-light","declarations":2},{"selector":".f2-light","declarations":2},{"selector":".f1-light","declarations":2},{"selector":".f0-light","declarations":2},{"selector":".f00-light","declarations":2},{"selector":".p-responsive","declarations":2},{"selector":".p-responsive","declarations":2},{"selector":".p-responsive","declarations":2},{"selector":".py-xl-6","declarations":2},{"selector":".px-xl-6","declarations":2},{"selector":".py-xl-5","declarations":2},{"selector":".px-xl-5","declarations":2},{"selector":".py-xl-4","declarations":2},{"selector":".px-xl-4","declarations":2},{"selector":".py-xl-3","declarations":2},{"selector":".px-xl-3","declarations":2},{"selector":".py-xl-2","declarations":2},{"selector":".px-xl-2","declarations":2},{"selector":".py-xl-1","declarations":2},{"selector":".px-xl-1","declarations":2},{"selector":".py-xl-0","declarations":2},{"selector":".px-xl-0","declarations":2},{"selector":".py-lg-6","declarations":2},{"selector":".px-lg-6","declarations":2},{"selector":".py-lg-5","declarations":2},{"selector":".px-lg-5","declarations":2},{"selector":".py-lg-4","declarations":2},{"selector":".px-lg-4","declarations":2},{"selector":".py-lg-3","declarations":2},{"selector":".px-lg-3","declarations":2},{"selector":".py-lg-2","declarations":2},{"selector":".px-lg-2","declarations":2},{"selector":".py-lg-1","declarations":2},{"selector":".px-lg-1","declarations":2},{"selector":".py-lg-0","declarations":2},{"selector":".px-lg-0","declarations":2},{"selector":".py-md-6","declarations":2},{"selector":".px-md-6","declarations":2},{"selector":".py-md-5","declarations":2},{"selector":".px-md-5","declarations":2},{"selector":".py-md-4","declarations":2},{"selector":".px-md-4","declarations":2},{"selector":".py-md-3","declarations":2},{"selector":".px-md-3","declarations":2},{"selector":".py-md-2","declarations":2},{"selector":".px-md-2","declarations":2},{"selector":".py-md-1","declarations":2},{"selector":".px-md-1","declarations":2},{"selector":".py-md-0","declarations":2},{"selector":".px-md-0","declarations":2},{"selector":".py-sm-6","declarations":2},{"selector":".px-sm-6","declarations":2},{"selector":".py-sm-5","declarations":2},{"selector":".px-sm-5","declarations":2},{"selector":".py-sm-4","declarations":2},{"selector":".px-sm-4","declarations":2},{"selector":".py-sm-3","declarations":2},{"selector":".px-sm-3","declarations":2},{"selector":".py-sm-2","declarations":2},{"selector":".px-sm-2","declarations":2},{"selector":".py-sm-1","declarations":2},{"selector":".px-sm-1","declarations":2},{"selector":".py-sm-0","declarations":2},{"selector":".px-sm-0","declarations":2},{"selector":".py-6","declarations":2},{"selector":".px-6","declarations":2},{"selector":".py-5","declarations":2},{"selector":".px-5","declarations":2},{"selector":".py-4","declarations":2},{"selector":".px-4","declarations":2},{"selector":".py-3","declarations":2},{"selector":".px-3","declarations":2},{"selector":".py-2","declarations":2},{"selector":".px-2","declarations":2},{"selector":".py-1","declarations":2},{"selector":".px-1","declarations":2},{"selector":".py-0","declarations":2},{"selector":".px-0","declarations":2},{"selector":".mx-xl-auto","declarations":2},{"selector":".my-xl-6","declarations":2},{"selector":".mx-xl-6","declarations":2},{"selector":".my-xl-5","declarations":2},{"selector":".mx-xl-5","declarations":2},{"selector":".my-xl-4","declarations":2},{"selector":".mx-xl-4","declarations":2},{"selector":".my-xl-3","declarations":2},{"selector":".mx-xl-3","declarations":2},{"selector":".my-xl-2","declarations":2},{"selector":".mx-xl-2","declarations":2},{"selector":".my-xl-1","declarations":2},{"selector":".mx-xl-1","declarations":2},{"selector":".my-xl-0","declarations":2},{"selector":".mx-xl-0","declarations":2},{"selector":".mx-lg-auto","declarations":2},{"selector":".my-lg-6","declarations":2},{"selector":".mx-lg-6","declarations":2},{"selector":".my-lg-5","declarations":2},{"selector":".mx-lg-5","declarations":2},{"selector":".my-lg-4","declarations":2},{"selector":".mx-lg-4","declarations":2},{"selector":".my-lg-3","declarations":2},{"selector":".mx-lg-3","declarations":2},{"selector":".my-lg-2","declarations":2},{"selector":".mx-lg-2","declarations":2},{"selector":".my-lg-1","declarations":2},{"selector":".mx-lg-1","declarations":2},{"selector":".my-lg-0","declarations":2},{"selector":".mx-lg-0","declarations":2},{"selector":".mx-md-auto","declarations":2},{"selector":".my-md-6","declarations":2},{"selector":".mx-md-6","declarations":2},{"selector":".my-md-5","declarations":2},{"selector":".mx-md-5","declarations":2},{"selector":".my-md-4","declarations":2},{"selector":".mx-md-4","declarations":2},{"selector":".my-md-3","declarations":2},{"selector":".mx-md-3","declarations":2},{"selector":".my-md-2","declarations":2},{"selector":".mx-md-2","declarations":2},{"selector":".my-md-1","declarations":2},{"selector":".mx-md-1","declarations":2},{"selector":".my-md-0","declarations":2},{"selector":".mx-md-0","declarations":2},{"selector":".mx-sm-auto","declarations":2},{"selector":".my-sm-6","declarations":2},{"selector":".mx-sm-6","declarations":2},{"selector":".my-sm-5","declarations":2},{"selector":".mx-sm-5","declarations":2},{"selector":".my-sm-4","declarations":2},{"selector":".mx-sm-4","declarations":2},{"selector":".my-sm-3","declarations":2},{"selector":".mx-sm-3","declarations":2},{"selector":".my-sm-2","declarations":2},{"selector":".mx-sm-2","declarations":2},{"selector":".my-sm-1","declarations":2},{"selector":".mx-sm-1","declarations":2},{"selector":".my-sm-0","declarations":2},{"selector":".mx-sm-0","declarations":2},{"selector":".mx-auto","declarations":2},{"selector":".my-6","declarations":2},{"selector":".mx-6","declarations":2},{"selector":".my-5","declarations":2},{"selector":".mx-5","declarations":2},{"selector":".my-4","declarations":2},{"selector":".mx-4","declarations":2},{"selector":".my-3","declarations":2},{"selector":".mx-3","declarations":2},{"selector":".my-2","declarations":2},{"selector":".mx-2","declarations":2},{"selector":".my-1","declarations":2},{"selector":".mx-1","declarations":2},{"selector":".my-0","declarations":2},{"selector":".mx-0","declarations":2},{"selector":".clearfix::before","declarations":2},{"selector":".position-xl-sticky","declarations":2},{"selector":".position-lg-sticky","declarations":2},{"selector":".position-md-sticky","declarations":2},{"selector":".position-sm-sticky","declarations":2},{"selector":".position-sticky","declarations":2},{"selector":".details-overlay-dark[open]>summary::before","declarations":2},{"selector":".muted-link:hover","declarations":2},{"selector":".rounded-xl-left-2","declarations":2},{"selector":".rounded-xl-left-1","declarations":2},{"selector":".rounded-xl-left-0","declarations":2},{"selector":".rounded-xl-bottom-2","declarations":2},{"selector":".rounded-xl-bottom-1","declarations":2},{"selector":".rounded-xl-bottom-0","declarations":2},{"selector":".rounded-xl-right-2","declarations":2},{"selector":".rounded-xl-right-1","declarations":2},{"selector":".rounded-xl-right-0","declarations":2},{"selector":".rounded-xl-top-2","declarations":2},{"selector":".rounded-xl-top-1","declarations":2},{"selector":".rounded-xl-top-0","declarations":2},{"selector":".rounded-lg-left-2","declarations":2},{"selector":".rounded-lg-left-1","declarations":2},{"selector":".rounded-lg-left-0","declarations":2},{"selector":".rounded-lg-bottom-2","declarations":2},{"selector":".rounded-lg-bottom-1","declarations":2},{"selector":".rounded-lg-bottom-0","declarations":2},{"selector":".rounded-lg-right-2","declarations":2},{"selector":".rounded-lg-right-1","declarations":2},{"selector":".rounded-lg-right-0","declarations":2},{"selector":".rounded-lg-top-2","declarations":2},{"selector":".rounded-lg-top-1","declarations":2},{"selector":".rounded-lg-top-0","declarations":2},{"selector":".rounded-md-left-2","declarations":2},{"selector":".rounded-md-left-1","declarations":2},{"selector":".rounded-md-left-0","declarations":2},{"selector":".rounded-md-bottom-2","declarations":2},{"selector":".rounded-md-bottom-1","declarations":2},{"selector":".rounded-md-bottom-0","declarations":2},{"selector":".rounded-md-right-2","declarations":2},{"selector":".rounded-md-right-1","declarations":2},{"selector":".rounded-md-right-0","declarations":2},{"selector":".rounded-md-top-2","declarations":2},{"selector":".rounded-md-top-1","declarations":2},{"selector":".rounded-md-top-0","declarations":2},{"selector":".rounded-sm-left-2","declarations":2},{"selector":".rounded-sm-left-1","declarations":2},{"selector":".rounded-sm-left-0","declarations":2},{"selector":".rounded-sm-bottom-2","declarations":2},{"selector":".rounded-sm-bottom-1","declarations":2},{"selector":".rounded-sm-bottom-0","declarations":2},{"selector":".rounded-sm-right-2","declarations":2},{"selector":".rounded-sm-right-1","declarations":2},{"selector":".rounded-sm-right-0","declarations":2},{"selector":".rounded-sm-top-2","declarations":2},{"selector":".rounded-sm-top-1","declarations":2},{"selector":".rounded-sm-top-0","declarations":2},{"selector":".rounded-left-2","declarations":2},{"selector":".rounded-left-1","declarations":2},{"selector":".rounded-left-0","declarations":2},{"selector":".rounded-bottom-2","declarations":2},{"selector":".rounded-bottom-1","declarations":2},{"selector":".rounded-bottom-0","declarations":2},{"selector":".rounded-right-2","declarations":2},{"selector":".rounded-right-1","declarations":2},{"selector":".rounded-right-0","declarations":2},{"selector":".rounded-top-2","declarations":2},{"selector":".rounded-top-1","declarations":2},{"selector":".rounded-top-0","declarations":2},{"selector":".border-y","declarations":2},{"selector":".border-x","declarations":2},{"selector":".anim-pulse-in","declarations":2},{"selector":"100%","declarations":2},{"selector":"0%","declarations":2},{"selector":"100%","declarations":2},{"selector":"0%","declarations":2},{"selector":"100%","declarations":2},{"selector":"0%","declarations":2},{"selector":".tooltipped-align-left-1::after,.tooltipped-align-left-2::after","declarations":2},{"selector":".tooltipped-align-right-1::after,.tooltipped-align-right-2::after","declarations":2},{"selector":".pagination a:last-child,.pagination span:last-child,.pagination em:last-child","declarations":2},{"selector":".pagination::before","declarations":2},{"selector":".UnderlineNav-container","declarations":2},{"selector":".UnderlineNav--right .UnderlineNav-item","declarations":2},{"selector":".subnav-search-context+.subnav-search .subnav-search-input","declarations":2},{"selector":".subnav-search","declarations":2},{"selector":".subnav-item:last-child","declarations":2},{"selector":".subnav-item:first-child","declarations":2},{"selector":".subnav-item:hover,.subnav-item:focus","declarations":2},{"selector":".subnav-bordered","declarations":2},{"selector":".subnav::before","declarations":2},{"selector":".SideNav-subItem[aria-current=\"page\"],.SideNav-subItem[aria-selected=\"true\"]","declarations":2},{"selector":".SideNav-icon","declarations":2},{"selector":".filter-item .count","declarations":2},{"selector":".filter-item.selected,.filter-item[aria-selected=true],.filter-item[aria-current]","declarations":2},{"selector":".filter-item:hover","declarations":2},{"selector":".filter-list.pjax-active .filter-item.pjax-active","declarations":2},{"selector":".filter-list.pjax-active .filter-item","declarations":2},{"selector":"a.tabnav-extra:hover","declarations":2},{"selector":".tabnav-tab:hover,.tabnav-tab:focus","declarations":2},{"selector":".menu-heading:first-child","declarations":2},{"selector":".menu-item .avatar","declarations":2},{"selector":".menu-item .menu-warning","declarations":2},{"selector":".menu-item .Counter","declarations":2},{"selector":".menu-item:hover","declarations":2},{"selector":".gutter-xl-spacious>[class*=\"col-\"]","declarations":2},{"selector":".gutter-xl-spacious","declarations":2},{"selector":".gutter-xl-condensed>[class*=\"col-\"]","declarations":2},{"selector":".gutter-xl-condensed","declarations":2},{"selector":".gutter-xl>[class*=\"col-\"]","declarations":2},{"selector":".gutter-xl","declarations":2},{"selector":".gutter-lg-spacious>[class*=\"col-\"]","declarations":2},{"selector":".gutter-lg-spacious","declarations":2},{"selector":".gutter-lg-condensed>[class*=\"col-\"]","declarations":2},{"selector":".gutter-lg-condensed","declarations":2},{"selector":".gutter-lg>[class*=\"col-\"]","declarations":2},{"selector":".gutter-lg","declarations":2},{"selector":".gutter-md-spacious>[class*=\"col-\"]","declarations":2},{"selector":".gutter-md-spacious","declarations":2},{"selector":".gutter-md-condensed>[class*=\"col-\"]","declarations":2},{"selector":".gutter-md-condensed","declarations":2},{"selector":".gutter-md>[class*=\"col-\"]","declarations":2},{"selector":".gutter-md","declarations":2},{"selector":".gutter-sm-spacious>[class*=\"col-\"]","declarations":2},{"selector":".gutter-sm-spacious","declarations":2},{"selector":".gutter-sm-condensed>[class*=\"col-\"]","declarations":2},{"selector":".gutter-sm-condensed","declarations":2},{"selector":".gutter-sm>[class*=\"col-\"]","declarations":2},{"selector":".gutter-sm","declarations":2},{"selector":".gutter-spacious>[class*=\"col-\"]","declarations":2},{"selector":".gutter-spacious","declarations":2},{"selector":".gutter-condensed>[class*=\"col-\"]","declarations":2},{"selector":".gutter-condensed","declarations":2},{"selector":".gutter>[class*=\"col-\"]","declarations":2},{"selector":".gutter","declarations":2},{"selector":".radio-label:last-of-type","declarations":2},{"selector":".radio-group::before","declarations":2},{"selector":".input-group .form-control:last-child,.input-group-button:last-child .btn","declarations":2},{"selector":".input-group .form-control:first-child,.input-group-button:first-child .btn","declarations":2},{"selector":".input-group-button","declarations":2},{"selector":".input-group .form-control","declarations":2},{"selector":"p.explain .minibutton","declarations":2},{"selector":"p.explain .octicon","declarations":2},{"selector":".composer .comment-form-textarea","declarations":2},{"selector":"div.composer","declarations":2},{"selector":".previewable-comment-form .write-content,.previewable-comment-form .preview-content","declarations":2},{"selector":".previewable-comment-form .tabnav","declarations":2},{"selector":".upload-enabled.focused","declarations":2},{"selector":".drag-and-drop-error-info","declarations":2},{"selector":".inline-form .btn-plain","declarations":2},{"selector":".note .spinner","declarations":2},{"selector":".form-group.successed .success::before,.form-group.successed .warning::before,.form-group.successed .error::before,.form-group.warn .success::before,.form-group.warn .warning::before,.form-group.warn .error::before,.form-group.errored .success::before,.form-group.errored .warning::before,.form-group.errored .error::before","declarations":2},{"selector":".form-group.successful .success","declarations":2},{"selector":".form-group.loading .spinner","declarations":2},{"selector":".form-group textarea.form-control.short","declarations":2},{"selector":".select-sm[multiple]","declarations":2},{"selector":".form-warning p","declarations":2},{"selector":".form-actions::before","declarations":2},{"selector":".hfields .btn","declarations":2},{"selector":".hfields .form-group dt img,.hfields .form-group .form-group-header img","declarations":2},{"selector":".hfields .form-group","declarations":2},{"selector":".hfields::before","declarations":2},{"selector":".input-block","declarations":2},{"selector":".input-lg","declarations":2},{"selector":".input-dark.focus,.input-dark:focus","declarations":2},{"selector":".input-dark::placeholder","declarations":2},{"selector":".input-dark::-ms-input-placeholder","declarations":2},{"selector":".input-dark:-ms-input-placeholder","declarations":2},{"selector":".social-count:hover","declarations":2},{"selector":".hidden-text-expander a:active,.ellipsis-expander:active","declarations":2},{"selector":".hidden-text-expander a:hover,.ellipsis-expander:hover","declarations":2},{"selector":".BtnGroup-parent .BtnGroup-item","declarations":2},{"selector":".BtnGroup-parent:first-child .BtnGroup-item","declarations":2},{"selector":".BtnGroup-item:first-child","declarations":2},{"selector":".BtnGroup::before","declarations":2},{"selector":".BtnGroup","declarations":2},{"selector":".btn-octicon.disabled,.btn-octicon[aria-disabled=true]","declarations":2},{"selector":".btn-link:disabled,.btn-link:disabled:hover,.btn-link[aria-disabled=true],.btn-link[aria-disabled=true]:hover","declarations":2},{"selector":".btn-outline:focus","declarations":2},{"selector":".btn-outline:hover .Counter,.btn-outline:active .Counter,.btn-outline.selected .Counter,.btn-outline[aria-selected=true] .Counter,[open]>.btn-outline .Counter","declarations":2},{"selector":".btn-blue .Counter","declarations":2},{"selector":".btn-primary .Counter","declarations":2},{"selector":".btn:disabled,.btn.disabled,.btn[aria-disabled=true]","declarations":2},{"selector":".btn:hover","declarations":2},{"selector":".Box-header--blue","declarations":2},{"selector":".Box--blue .Box-header","declarations":2},{"selector":".Box--scrollable","declarations":2},{"selector":".Box-row-link:hover","declarations":2},{"selector":".Box-row-link","declarations":2},{"selector":".Box-row:last-of-type","declarations":2},{"selector":".Box-row:first-of-type","declarations":2},{"selector":".Box-body","declarations":2},{"selector":".Box-title","declarations":2},{"selector":".Box--spacious .Box-btn-octicon.btn-octicon","declarations":2},{"selector":".Box--spacious .Box-header","declarations":2},{"selector":"tt,code","declarations":2},{"selector":"p","declarations":2},{"selector":"h6","declarations":2},{"selector":"h5","declarations":2},{"selector":"h4","declarations":2},{"selector":"h3","declarations":2},{"selector":"h2","declarations":2},{"selector":"h1","declarations":2},{"selector":"h1,h2,h3,h4,h5,h6","declarations":2},{"selector":"button","declarations":2},{"selector":"table","declarations":2},{"selector":"hr::before,.rule::before","declarations":2},{"selector":"a","declarations":2},{"selector":"::-webkit-file-upload-button","declarations":2},{"selector":"::-webkit-input-placeholder","declarations":2},{"selector":"[type=\"search\"]","declarations":2},{"selector":"[type=\"checkbox\"],[type=\"radio\"]","declarations":2},{"selector":"button::-moz-focus-inner,[type=\"button\"]::-moz-focus-inner,[type=\"reset\"]::-moz-focus-inner,[type=\"submit\"]::-moz-focus-inner","declarations":2},{"selector":"button,input,select,textarea","declarations":2},{"selector":"code,kbd,pre,samp","declarations":2},{"selector":"mark","declarations":2},{"selector":"h1","declarations":2},{"selector":"audio:not([controls])","declarations":2},{"selector":".pl-xl-12","declarations":1},{"selector":".pb-xl-12","declarations":1},{"selector":".pr-xl-12","declarations":1},{"selector":".pt-xl-12","declarations":1},{"selector":".p-xl-12","declarations":1},{"selector":".pl-xl-11","declarations":1},{"selector":".pb-xl-11","declarations":1},{"selector":".pr-xl-11","declarations":1},{"selector":".pt-xl-11","declarations":1},{"selector":".p-xl-11","declarations":1},{"selector":".pl-xl-10","declarations":1},{"selector":".pb-xl-10","declarations":1},{"selector":".pr-xl-10","declarations":1},{"selector":".pt-xl-10","declarations":1},{"selector":".p-xl-10","declarations":1},{"selector":".pl-xl-9","declarations":1},{"selector":".pb-xl-9","declarations":1},{"selector":".pr-xl-9","declarations":1},{"selector":".pt-xl-9","declarations":1},{"selector":".p-xl-9","declarations":1},{"selector":".pl-xl-8","declarations":1},{"selector":".pb-xl-8","declarations":1},{"selector":".pr-xl-8","declarations":1},{"selector":".pt-xl-8","declarations":1},{"selector":".p-xl-8","declarations":1},{"selector":".pl-xl-7","declarations":1},{"selector":".pb-xl-7","declarations":1},{"selector":".pr-xl-7","declarations":1},{"selector":".pt-xl-7","declarations":1},{"selector":".p-xl-7","declarations":1},{"selector":".pl-xl-6","declarations":1},{"selector":".pb-xl-6","declarations":1},{"selector":".pr-xl-6","declarations":1},{"selector":".pt-xl-6","declarations":1},{"selector":".p-xl-6","declarations":1},{"selector":".pl-xl-5","declarations":1},{"selector":".pb-xl-5","declarations":1},{"selector":".pr-xl-5","declarations":1},{"selector":".pt-xl-5","declarations":1},{"selector":".p-xl-5","declarations":1},{"selector":".pl-xl-4","declarations":1},{"selector":".pb-xl-4","declarations":1},{"selector":".pr-xl-4","declarations":1},{"selector":".pt-xl-4","declarations":1},{"selector":".p-xl-4","declarations":1},{"selector":".pl-xl-3","declarations":1},{"selector":".pb-xl-3","declarations":1},{"selector":".pr-xl-3","declarations":1},{"selector":".pt-xl-3","declarations":1},{"selector":".p-xl-3","declarations":1},{"selector":".pl-xl-2","declarations":1},{"selector":".pb-xl-2","declarations":1},{"selector":".pr-xl-2","declarations":1},{"selector":".pt-xl-2","declarations":1},{"selector":".p-xl-2","declarations":1},{"selector":".pl-xl-1","declarations":1},{"selector":".pb-xl-1","declarations":1},{"selector":".pr-xl-1","declarations":1},{"selector":".pt-xl-1","declarations":1},{"selector":".p-xl-1","declarations":1},{"selector":".pl-xl-0","declarations":1},{"selector":".pb-xl-0","declarations":1},{"selector":".pr-xl-0","declarations":1},{"selector":".pt-xl-0","declarations":1},{"selector":".p-xl-0","declarations":1},{"selector":".pl-lg-12","declarations":1},{"selector":".pb-lg-12","declarations":1},{"selector":".pr-lg-12","declarations":1},{"selector":".pt-lg-12","declarations":1},{"selector":".p-lg-12","declarations":1},{"selector":".pl-lg-11","declarations":1},{"selector":".pb-lg-11","declarations":1},{"selector":".pr-lg-11","declarations":1},{"selector":".pt-lg-11","declarations":1},{"selector":".p-lg-11","declarations":1},{"selector":".pl-lg-10","declarations":1},{"selector":".pb-lg-10","declarations":1},{"selector":".pr-lg-10","declarations":1},{"selector":".pt-lg-10","declarations":1},{"selector":".p-lg-10","declarations":1},{"selector":".pl-lg-9","declarations":1},{"selector":".pb-lg-9","declarations":1},{"selector":".pr-lg-9","declarations":1},{"selector":".pt-lg-9","declarations":1},{"selector":".p-lg-9","declarations":1},{"selector":".pl-lg-8","declarations":1},{"selector":".pb-lg-8","declarations":1},{"selector":".pr-lg-8","declarations":1},{"selector":".pt-lg-8","declarations":1},{"selector":".p-lg-8","declarations":1},{"selector":".pl-lg-7","declarations":1},{"selector":".pb-lg-7","declarations":1},{"selector":".pr-lg-7","declarations":1},{"selector":".pt-lg-7","declarations":1},{"selector":".p-lg-7","declarations":1},{"selector":".pl-lg-6","declarations":1},{"selector":".pb-lg-6","declarations":1},{"selector":".pr-lg-6","declarations":1},{"selector":".pt-lg-6","declarations":1},{"selector":".p-lg-6","declarations":1},{"selector":".pl-lg-5","declarations":1},{"selector":".pb-lg-5","declarations":1},{"selector":".pr-lg-5","declarations":1},{"selector":".pt-lg-5","declarations":1},{"selector":".p-lg-5","declarations":1},{"selector":".pl-lg-4","declarations":1},{"selector":".pb-lg-4","declarations":1},{"selector":".pr-lg-4","declarations":1},{"selector":".pt-lg-4","declarations":1},{"selector":".p-lg-4","declarations":1},{"selector":".pl-lg-3","declarations":1},{"selector":".pb-lg-3","declarations":1},{"selector":".pr-lg-3","declarations":1},{"selector":".pt-lg-3","declarations":1},{"selector":".p-lg-3","declarations":1},{"selector":".pl-lg-2","declarations":1},{"selector":".pb-lg-2","declarations":1},{"selector":".pr-lg-2","declarations":1},{"selector":".pt-lg-2","declarations":1},{"selector":".p-lg-2","declarations":1},{"selector":".pl-lg-1","declarations":1},{"selector":".pb-lg-1","declarations":1},{"selector":".pr-lg-1","declarations":1},{"selector":".pt-lg-1","declarations":1},{"selector":".p-lg-1","declarations":1},{"selector":".pl-lg-0","declarations":1},{"selector":".pb-lg-0","declarations":1},{"selector":".pr-lg-0","declarations":1},{"selector":".pt-lg-0","declarations":1},{"selector":".p-lg-0","declarations":1},{"selector":".pl-md-12","declarations":1},{"selector":".pb-md-12","declarations":1},{"selector":".pr-md-12","declarations":1},{"selector":".pt-md-12","declarations":1},{"selector":".p-md-12","declarations":1},{"selector":".pl-md-11","declarations":1},{"selector":".pb-md-11","declarations":1},{"selector":".pr-md-11","declarations":1},{"selector":".pt-md-11","declarations":1},{"selector":".p-md-11","declarations":1},{"selector":".pl-md-10","declarations":1},{"selector":".pb-md-10","declarations":1},{"selector":".pr-md-10","declarations":1},{"selector":".pt-md-10","declarations":1},{"selector":".p-md-10","declarations":1},{"selector":".pl-md-9","declarations":1},{"selector":".pb-md-9","declarations":1},{"selector":".pr-md-9","declarations":1},{"selector":".pt-md-9","declarations":1},{"selector":".p-md-9","declarations":1},{"selector":".pl-md-8","declarations":1},{"selector":".pb-md-8","declarations":1},{"selector":".pr-md-8","declarations":1},{"selector":".pt-md-8","declarations":1},{"selector":".p-md-8","declarations":1},{"selector":".pl-md-7","declarations":1},{"selector":".pb-md-7","declarations":1},{"selector":".pr-md-7","declarations":1},{"selector":".pt-md-7","declarations":1},{"selector":".p-md-7","declarations":1},{"selector":".pl-md-6","declarations":1},{"selector":".pb-md-6","declarations":1},{"selector":".pr-md-6","declarations":1},{"selector":".pt-md-6","declarations":1},{"selector":".p-md-6","declarations":1},{"selector":".pl-md-5","declarations":1},{"selector":".pb-md-5","declarations":1},{"selector":".pr-md-5","declarations":1},{"selector":".pt-md-5","declarations":1},{"selector":".p-md-5","declarations":1},{"selector":".pl-md-4","declarations":1},{"selector":".pb-md-4","declarations":1},{"selector":".pr-md-4","declarations":1},{"selector":".pt-md-4","declarations":1},{"selector":".p-md-4","declarations":1},{"selector":".pl-md-3","declarations":1},{"selector":".pb-md-3","declarations":1},{"selector":".pr-md-3","declarations":1},{"selector":".pt-md-3","declarations":1},{"selector":".p-md-3","declarations":1},{"selector":".pl-md-2","declarations":1},{"selector":".pb-md-2","declarations":1},{"selector":".pr-md-2","declarations":1},{"selector":".pt-md-2","declarations":1},{"selector":".p-md-2","declarations":1},{"selector":".pl-md-1","declarations":1},{"selector":".pb-md-1","declarations":1},{"selector":".pr-md-1","declarations":1},{"selector":".pt-md-1","declarations":1},{"selector":".p-md-1","declarations":1},{"selector":".pl-md-0","declarations":1},{"selector":".pb-md-0","declarations":1},{"selector":".pr-md-0","declarations":1},{"selector":".pt-md-0","declarations":1},{"selector":".p-md-0","declarations":1},{"selector":".pl-sm-12","declarations":1},{"selector":".pb-sm-12","declarations":1},{"selector":".pr-sm-12","declarations":1},{"selector":".pt-sm-12","declarations":1},{"selector":".p-sm-12","declarations":1},{"selector":".pl-sm-11","declarations":1},{"selector":".pb-sm-11","declarations":1},{"selector":".pr-sm-11","declarations":1},{"selector":".pt-sm-11","declarations":1},{"selector":".p-sm-11","declarations":1},{"selector":".pl-sm-10","declarations":1},{"selector":".pb-sm-10","declarations":1},{"selector":".pr-sm-10","declarations":1},{"selector":".pt-sm-10","declarations":1},{"selector":".p-sm-10","declarations":1},{"selector":".pl-sm-9","declarations":1},{"selector":".pb-sm-9","declarations":1},{"selector":".pr-sm-9","declarations":1},{"selector":".pt-sm-9","declarations":1},{"selector":".p-sm-9","declarations":1},{"selector":".pl-sm-8","declarations":1},{"selector":".pb-sm-8","declarations":1},{"selector":".pr-sm-8","declarations":1},{"selector":".pt-sm-8","declarations":1},{"selector":".p-sm-8","declarations":1},{"selector":".pl-sm-7","declarations":1},{"selector":".pb-sm-7","declarations":1},{"selector":".pr-sm-7","declarations":1},{"selector":".pt-sm-7","declarations":1},{"selector":".p-sm-7","declarations":1},{"selector":".pl-sm-6","declarations":1},{"selector":".pb-sm-6","declarations":1},{"selector":".pr-sm-6","declarations":1},{"selector":".pt-sm-6","declarations":1},{"selector":".p-sm-6","declarations":1},{"selector":".pl-sm-5","declarations":1},{"selector":".pb-sm-5","declarations":1},{"selector":".pr-sm-5","declarations":1},{"selector":".pt-sm-5","declarations":1},{"selector":".p-sm-5","declarations":1},{"selector":".pl-sm-4","declarations":1},{"selector":".pb-sm-4","declarations":1},{"selector":".pr-sm-4","declarations":1},{"selector":".pt-sm-4","declarations":1},{"selector":".p-sm-4","declarations":1},{"selector":".pl-sm-3","declarations":1},{"selector":".pb-sm-3","declarations":1},{"selector":".pr-sm-3","declarations":1},{"selector":".pt-sm-3","declarations":1},{"selector":".p-sm-3","declarations":1},{"selector":".pl-sm-2","declarations":1},{"selector":".pb-sm-2","declarations":1},{"selector":".pr-sm-2","declarations":1},{"selector":".pt-sm-2","declarations":1},{"selector":".p-sm-2","declarations":1},{"selector":".pl-sm-1","declarations":1},{"selector":".pb-sm-1","declarations":1},{"selector":".pr-sm-1","declarations":1},{"selector":".pt-sm-1","declarations":1},{"selector":".p-sm-1","declarations":1},{"selector":".pl-sm-0","declarations":1},{"selector":".pb-sm-0","declarations":1},{"selector":".pr-sm-0","declarations":1},{"selector":".pt-sm-0","declarations":1},{"selector":".p-sm-0","declarations":1},{"selector":".pl-12","declarations":1},{"selector":".pb-12","declarations":1},{"selector":".pr-12","declarations":1},{"selector":".pt-12","declarations":1},{"selector":".p-12","declarations":1},{"selector":".pl-11","declarations":1},{"selector":".pb-11","declarations":1},{"selector":".pr-11","declarations":1},{"selector":".pt-11","declarations":1},{"selector":".p-11","declarations":1},{"selector":".pl-10","declarations":1},{"selector":".pb-10","declarations":1},{"selector":".pr-10","declarations":1},{"selector":".pt-10","declarations":1},{"selector":".p-10","declarations":1},{"selector":".pl-9","declarations":1},{"selector":".pb-9","declarations":1},{"selector":".pr-9","declarations":1},{"selector":".pt-9","declarations":1},{"selector":".p-9","declarations":1},{"selector":".pl-8","declarations":1},{"selector":".pb-8","declarations":1},{"selector":".pr-8","declarations":1},{"selector":".pt-8","declarations":1},{"selector":".p-8","declarations":1},{"selector":".pl-7","declarations":1},{"selector":".pb-7","declarations":1},{"selector":".pr-7","declarations":1},{"selector":".pt-7","declarations":1},{"selector":".p-7","declarations":1},{"selector":".pl-6","declarations":1},{"selector":".pb-6","declarations":1},{"selector":".pr-6","declarations":1},{"selector":".pt-6","declarations":1},{"selector":".p-6","declarations":1},{"selector":".pl-5","declarations":1},{"selector":".pb-5","declarations":1},{"selector":".pr-5","declarations":1},{"selector":".pt-5","declarations":1},{"selector":".p-5","declarations":1},{"selector":".pl-4","declarations":1},{"selector":".pb-4","declarations":1},{"selector":".pr-4","declarations":1},{"selector":".pt-4","declarations":1},{"selector":".p-4","declarations":1},{"selector":".pl-3","declarations":1},{"selector":".pb-3","declarations":1},{"selector":".pr-3","declarations":1},{"selector":".pt-3","declarations":1},{"selector":".p-3","declarations":1},{"selector":".pl-2","declarations":1},{"selector":".pb-2","declarations":1},{"selector":".pr-2","declarations":1},{"selector":".pt-2","declarations":1},{"selector":".p-2","declarations":1},{"selector":".pl-1","declarations":1},{"selector":".pb-1","declarations":1},{"selector":".pr-1","declarations":1},{"selector":".pt-1","declarations":1},{"selector":".p-1","declarations":1},{"selector":".pl-0","declarations":1},{"selector":".pb-0","declarations":1},{"selector":".pr-0","declarations":1},{"selector":".pt-0","declarations":1},{"selector":".p-0","declarations":1},{"selector":".mb-xl-12","declarations":1},{"selector":".mt-xl-12","declarations":1},{"selector":".mb-xl-11","declarations":1},{"selector":".mt-xl-11","declarations":1},{"selector":".mb-xl-10","declarations":1},{"selector":".mt-xl-10","declarations":1},{"selector":".mb-xl-9","declarations":1},{"selector":".mt-xl-9","declarations":1},{"selector":".mb-xl-8","declarations":1},{"selector":".mt-xl-8","declarations":1},{"selector":".mb-xl-7","declarations":1},{"selector":".mt-xl-7","declarations":1},{"selector":".mb-xl-6","declarations":1},{"selector":".mt-xl-6","declarations":1},{"selector":".mb-xl-5","declarations":1},{"selector":".mt-xl-5","declarations":1},{"selector":".mb-xl-4","declarations":1},{"selector":".mt-xl-4","declarations":1},{"selector":".mb-xl-3","declarations":1},{"selector":".mt-xl-3","declarations":1},{"selector":".mb-xl-2","declarations":1},{"selector":".mt-xl-2","declarations":1},{"selector":".mb-xl-1","declarations":1},{"selector":".mt-xl-1","declarations":1},{"selector":".mb-xl-0","declarations":1},{"selector":".mt-xl-0","declarations":1},{"selector":".mb-lg-12","declarations":1},{"selector":".mt-lg-12","declarations":1},{"selector":".mb-lg-11","declarations":1},{"selector":".mt-lg-11","declarations":1},{"selector":".mb-lg-10","declarations":1},{"selector":".mt-lg-10","declarations":1},{"selector":".mb-lg-9","declarations":1},{"selector":".mt-lg-9","declarations":1},{"selector":".mb-lg-8","declarations":1},{"selector":".mt-lg-8","declarations":1},{"selector":".mb-lg-7","declarations":1},{"selector":".mt-lg-7","declarations":1},{"selector":".mb-lg-6","declarations":1},{"selector":".mt-lg-6","declarations":1},{"selector":".mb-lg-5","declarations":1},{"selector":".mt-lg-5","declarations":1},{"selector":".mb-lg-4","declarations":1},{"selector":".mt-lg-4","declarations":1},{"selector":".mb-lg-3","declarations":1},{"selector":".mt-lg-3","declarations":1},{"selector":".mb-lg-2","declarations":1},{"selector":".mt-lg-2","declarations":1},{"selector":".mb-lg-1","declarations":1},{"selector":".mt-lg-1","declarations":1},{"selector":".mb-lg-0","declarations":1},{"selector":".mt-lg-0","declarations":1},{"selector":".mb-md-12","declarations":1},{"selector":".mt-md-12","declarations":1},{"selector":".mb-md-11","declarations":1},{"selector":".mt-md-11","declarations":1},{"selector":".mb-md-10","declarations":1},{"selector":".mt-md-10","declarations":1},{"selector":".mb-md-9","declarations":1},{"selector":".mt-md-9","declarations":1},{"selector":".mb-md-8","declarations":1},{"selector":".mt-md-8","declarations":1},{"selector":".mb-md-7","declarations":1},{"selector":".mt-md-7","declarations":1},{"selector":".mb-md-6","declarations":1},{"selector":".mt-md-6","declarations":1},{"selector":".mb-md-5","declarations":1},{"selector":".mt-md-5","declarations":1},{"selector":".mb-md-4","declarations":1},{"selector":".mt-md-4","declarations":1},{"selector":".mb-md-3","declarations":1},{"selector":".mt-md-3","declarations":1},{"selector":".mb-md-2","declarations":1},{"selector":".mt-md-2","declarations":1},{"selector":".mb-md-1","declarations":1},{"selector":".mt-md-1","declarations":1},{"selector":".mb-md-0","declarations":1},{"selector":".mt-md-0","declarations":1},{"selector":".mb-sm-12","declarations":1},{"selector":".mt-sm-12","declarations":1},{"selector":".mb-sm-11","declarations":1},{"selector":".mt-sm-11","declarations":1},{"selector":".mb-sm-10","declarations":1},{"selector":".mt-sm-10","declarations":1},{"selector":".mb-sm-9","declarations":1},{"selector":".mt-sm-9","declarations":1},{"selector":".mb-sm-8","declarations":1},{"selector":".mt-sm-8","declarations":1},{"selector":".mb-sm-7","declarations":1},{"selector":".mt-sm-7","declarations":1},{"selector":".mb-sm-6","declarations":1},{"selector":".mt-sm-6","declarations":1},{"selector":".mb-sm-5","declarations":1},{"selector":".mt-sm-5","declarations":1},{"selector":".mb-sm-4","declarations":1},{"selector":".mt-sm-4","declarations":1},{"selector":".mb-sm-3","declarations":1},{"selector":".mt-sm-3","declarations":1},{"selector":".mb-sm-2","declarations":1},{"selector":".mt-sm-2","declarations":1},{"selector":".mb-sm-1","declarations":1},{"selector":".mt-sm-1","declarations":1},{"selector":".mb-sm-0","declarations":1},{"selector":".mt-sm-0","declarations":1},{"selector":".mb-12","declarations":1},{"selector":".mt-12","declarations":1},{"selector":".mb-11","declarations":1},{"selector":".mt-11","declarations":1},{"selector":".mb-10","declarations":1},{"selector":".mt-10","declarations":1},{"selector":".mb-9","declarations":1},{"selector":".mt-9","declarations":1},{"selector":".mb-8","declarations":1},{"selector":".mt-8","declarations":1},{"selector":".mb-7","declarations":1},{"selector":".mt-7","declarations":1},{"selector":".mb-6","declarations":1},{"selector":".mt-6","declarations":1},{"selector":".mb-5","declarations":1},{"selector":".mt-5","declarations":1},{"selector":".mb-4","declarations":1},{"selector":".mt-4","declarations":1},{"selector":".mb-3","declarations":1},{"selector":".mt-3","declarations":1},{"selector":".mb-2","declarations":1},{"selector":".mt-2","declarations":1},{"selector":".mb-1","declarations":1},{"selector":".mt-1","declarations":1},{"selector":".mb-0","declarations":1},{"selector":".mt-0","declarations":1},{"selector":".offset-xl-n7","declarations":1},{"selector":".offset-xl-n6","declarations":1},{"selector":".offset-xl-n5","declarations":1},{"selector":".offset-xl-n4","declarations":1},{"selector":".offset-xl-n3","declarations":1},{"selector":".offset-xl-n2","declarations":1},{"selector":".offset-xl-n1","declarations":1},{"selector":".offset-lg-n7","declarations":1},{"selector":".offset-lg-n6","declarations":1},{"selector":".offset-lg-n5","declarations":1},{"selector":".offset-lg-n4","declarations":1},{"selector":".offset-lg-n3","declarations":1},{"selector":".offset-lg-n2","declarations":1},{"selector":".offset-lg-n1","declarations":1},{"selector":".offset-md-n7","declarations":1},{"selector":".offset-md-n6","declarations":1},{"selector":".offset-md-n5","declarations":1},{"selector":".offset-md-n4","declarations":1},{"selector":".offset-md-n3","declarations":1},{"selector":".offset-md-n2","declarations":1},{"selector":".offset-md-n1","declarations":1},{"selector":".offset-sm-n7","declarations":1},{"selector":".offset-sm-n6","declarations":1},{"selector":".offset-sm-n5","declarations":1},{"selector":".offset-sm-n4","declarations":1},{"selector":".offset-sm-n3","declarations":1},{"selector":".offset-sm-n2","declarations":1},{"selector":".offset-sm-n1","declarations":1},{"selector":".offset-n7","declarations":1},{"selector":".offset-n6","declarations":1},{"selector":".offset-n5","declarations":1},{"selector":".offset-n4","declarations":1},{"selector":".offset-n3","declarations":1},{"selector":".offset-n2","declarations":1},{"selector":".offset-n1","declarations":1},{"selector":".left-lg-n12","declarations":1},{"selector":".bottom-lg-n12","declarations":1},{"selector":".right-lg-n12","declarations":1},{"selector":".top-lg-n12","declarations":1},{"selector":".left-lg-12","declarations":1},{"selector":".bottom-lg-12","declarations":1},{"selector":".right-lg-12","declarations":1},{"selector":".top-lg-12","declarations":1},{"selector":".left-lg-n11","declarations":1},{"selector":".bottom-lg-n11","declarations":1},{"selector":".right-lg-n11","declarations":1},{"selector":".top-lg-n11","declarations":1},{"selector":".left-lg-11","declarations":1},{"selector":".bottom-lg-11","declarations":1},{"selector":".right-lg-11","declarations":1},{"selector":".top-lg-11","declarations":1},{"selector":".left-lg-n10","declarations":1},{"selector":".bottom-lg-n10","declarations":1},{"selector":".right-lg-n10","declarations":1},{"selector":".top-lg-n10","declarations":1},{"selector":".left-lg-10","declarations":1},{"selector":".bottom-lg-10","declarations":1},{"selector":".right-lg-10","declarations":1},{"selector":".top-lg-10","declarations":1},{"selector":".left-lg-n9","declarations":1},{"selector":".bottom-lg-n9","declarations":1},{"selector":".right-lg-n9","declarations":1},{"selector":".top-lg-n9","declarations":1},{"selector":".left-lg-9","declarations":1},{"selector":".bottom-lg-9","declarations":1},{"selector":".right-lg-9","declarations":1},{"selector":".top-lg-9","declarations":1},{"selector":".left-lg-n8","declarations":1},{"selector":".bottom-lg-n8","declarations":1},{"selector":".right-lg-n8","declarations":1},{"selector":".top-lg-n8","declarations":1},{"selector":".left-lg-8","declarations":1},{"selector":".bottom-lg-8","declarations":1},{"selector":".right-lg-8","declarations":1},{"selector":".top-lg-8","declarations":1},{"selector":".left-lg-n7","declarations":1},{"selector":".bottom-lg-n7","declarations":1},{"selector":".right-lg-n7","declarations":1},{"selector":".top-lg-n7","declarations":1},{"selector":".left-lg-7","declarations":1},{"selector":".bottom-lg-7","declarations":1},{"selector":".right-lg-7","declarations":1},{"selector":".top-lg-7","declarations":1},{"selector":".left-lg-n6","declarations":1},{"selector":".bottom-lg-n6","declarations":1},{"selector":".right-lg-n6","declarations":1},{"selector":".top-lg-n6","declarations":1},{"selector":".left-lg-6","declarations":1},{"selector":".bottom-lg-6","declarations":1},{"selector":".right-lg-6","declarations":1},{"selector":".top-lg-6","declarations":1},{"selector":".left-lg-n5","declarations":1},{"selector":".bottom-lg-n5","declarations":1},{"selector":".right-lg-n5","declarations":1},{"selector":".top-lg-n5","declarations":1},{"selector":".left-lg-5","declarations":1},{"selector":".bottom-lg-5","declarations":1},{"selector":".right-lg-5","declarations":1},{"selector":".top-lg-5","declarations":1},{"selector":".left-lg-n4","declarations":1},{"selector":".bottom-lg-n4","declarations":1},{"selector":".right-lg-n4","declarations":1},{"selector":".top-lg-n4","declarations":1},{"selector":".left-lg-4","declarations":1},{"selector":".bottom-lg-4","declarations":1},{"selector":".right-lg-4","declarations":1},{"selector":".top-lg-4","declarations":1},{"selector":".left-lg-n3","declarations":1},{"selector":".bottom-lg-n3","declarations":1},{"selector":".right-lg-n3","declarations":1},{"selector":".top-lg-n3","declarations":1},{"selector":".left-lg-3","declarations":1},{"selector":".bottom-lg-3","declarations":1},{"selector":".right-lg-3","declarations":1},{"selector":".top-lg-3","declarations":1},{"selector":".left-lg-n2","declarations":1},{"selector":".bottom-lg-n2","declarations":1},{"selector":".right-lg-n2","declarations":1},{"selector":".top-lg-n2","declarations":1},{"selector":".left-lg-2","declarations":1},{"selector":".bottom-lg-2","declarations":1},{"selector":".right-lg-2","declarations":1},{"selector":".top-lg-2","declarations":1},{"selector":".left-lg-n1","declarations":1},{"selector":".bottom-lg-n1","declarations":1},{"selector":".right-lg-n1","declarations":1},{"selector":".top-lg-n1","declarations":1},{"selector":".left-lg-1","declarations":1},{"selector":".bottom-lg-1","declarations":1},{"selector":".right-lg-1","declarations":1},{"selector":".top-lg-1","declarations":1},{"selector":".left-lg-n0","declarations":1},{"selector":".bottom-lg-n0","declarations":1},{"selector":".right-lg-n0","declarations":1},{"selector":".top-lg-n0","declarations":1},{"selector":".left-lg-0","declarations":1},{"selector":".bottom-lg-0","declarations":1},{"selector":".right-lg-0","declarations":1},{"selector":".top-lg-0","declarations":1},{"selector":".left-md-n12","declarations":1},{"selector":".bottom-md-n12","declarations":1},{"selector":".right-md-n12","declarations":1},{"selector":".top-md-n12","declarations":1},{"selector":".left-md-12","declarations":1},{"selector":".bottom-md-12","declarations":1},{"selector":".right-md-12","declarations":1},{"selector":".top-md-12","declarations":1},{"selector":".left-md-n11","declarations":1},{"selector":".bottom-md-n11","declarations":1},{"selector":".right-md-n11","declarations":1},{"selector":".top-md-n11","declarations":1},{"selector":".left-md-11","declarations":1},{"selector":".bottom-md-11","declarations":1},{"selector":".right-md-11","declarations":1},{"selector":".top-md-11","declarations":1},{"selector":".left-md-n10","declarations":1},{"selector":".bottom-md-n10","declarations":1},{"selector":".right-md-n10","declarations":1},{"selector":".top-md-n10","declarations":1},{"selector":".left-md-10","declarations":1},{"selector":".bottom-md-10","declarations":1},{"selector":".right-md-10","declarations":1},{"selector":".top-md-10","declarations":1},{"selector":".left-md-n9","declarations":1},{"selector":".bottom-md-n9","declarations":1},{"selector":".right-md-n9","declarations":1},{"selector":".top-md-n9","declarations":1},{"selector":".left-md-9","declarations":1},{"selector":".bottom-md-9","declarations":1},{"selector":".right-md-9","declarations":1},{"selector":".top-md-9","declarations":1},{"selector":".left-md-n8","declarations":1},{"selector":".bottom-md-n8","declarations":1},{"selector":".right-md-n8","declarations":1},{"selector":".top-md-n8","declarations":1},{"selector":".left-md-8","declarations":1},{"selector":".bottom-md-8","declarations":1},{"selector":".right-md-8","declarations":1},{"selector":".top-md-8","declarations":1},{"selector":".left-md-n7","declarations":1},{"selector":".bottom-md-n7","declarations":1},{"selector":".right-md-n7","declarations":1},{"selector":".top-md-n7","declarations":1},{"selector":".left-md-7","declarations":1},{"selector":".bottom-md-7","declarations":1},{"selector":".right-md-7","declarations":1},{"selector":".top-md-7","declarations":1},{"selector":".left-md-n6","declarations":1},{"selector":".bottom-md-n6","declarations":1},{"selector":".right-md-n6","declarations":1},{"selector":".top-md-n6","declarations":1},{"selector":".left-md-6","declarations":1},{"selector":".bottom-md-6","declarations":1},{"selector":".right-md-6","declarations":1},{"selector":".top-md-6","declarations":1},{"selector":".left-md-n5","declarations":1},{"selector":".bottom-md-n5","declarations":1},{"selector":".right-md-n5","declarations":1},{"selector":".top-md-n5","declarations":1},{"selector":".left-md-5","declarations":1},{"selector":".bottom-md-5","declarations":1},{"selector":".right-md-5","declarations":1},{"selector":".top-md-5","declarations":1},{"selector":".left-md-n4","declarations":1},{"selector":".bottom-md-n4","declarations":1},{"selector":".right-md-n4","declarations":1},{"selector":".top-md-n4","declarations":1},{"selector":".left-md-4","declarations":1},{"selector":".bottom-md-4","declarations":1},{"selector":".right-md-4","declarations":1},{"selector":".top-md-4","declarations":1},{"selector":".left-md-n3","declarations":1},{"selector":".bottom-md-n3","declarations":1},{"selector":".right-md-n3","declarations":1},{"selector":".top-md-n3","declarations":1},{"selector":".left-md-3","declarations":1},{"selector":".bottom-md-3","declarations":1},{"selector":".right-md-3","declarations":1},{"selector":".top-md-3","declarations":1},{"selector":".left-md-n2","declarations":1},{"selector":".bottom-md-n2","declarations":1},{"selector":".right-md-n2","declarations":1},{"selector":".top-md-n2","declarations":1},{"selector":".left-md-2","declarations":1},{"selector":".bottom-md-2","declarations":1},{"selector":".right-md-2","declarations":1},{"selector":".top-md-2","declarations":1},{"selector":".left-md-n1","declarations":1},{"selector":".bottom-md-n1","declarations":1},{"selector":".right-md-n1","declarations":1},{"selector":".top-md-n1","declarations":1},{"selector":".left-md-1","declarations":1},{"selector":".bottom-md-1","declarations":1},{"selector":".right-md-1","declarations":1},{"selector":".top-md-1","declarations":1},{"selector":".left-md-n0","declarations":1},{"selector":".bottom-md-n0","declarations":1},{"selector":".right-md-n0","declarations":1},{"selector":".top-md-n0","declarations":1},{"selector":".left-md-0","declarations":1},{"selector":".bottom-md-0","declarations":1},{"selector":".right-md-0","declarations":1},{"selector":".top-md-0","declarations":1},{"selector":".left-n12","declarations":1},{"selector":".bottom-n12","declarations":1},{"selector":".right-n12","declarations":1},{"selector":".top-n12","declarations":1},{"selector":".left-12","declarations":1},{"selector":".bottom-12","declarations":1},{"selector":".right-12","declarations":1},{"selector":".top-12","declarations":1},{"selector":".left-n11","declarations":1},{"selector":".bottom-n11","declarations":1},{"selector":".right-n11","declarations":1},{"selector":".top-n11","declarations":1},{"selector":".left-11","declarations":1},{"selector":".bottom-11","declarations":1},{"selector":".right-11","declarations":1},{"selector":".top-11","declarations":1},{"selector":".left-n10","declarations":1},{"selector":".bottom-n10","declarations":1},{"selector":".right-n10","declarations":1},{"selector":".top-n10","declarations":1},{"selector":".left-10","declarations":1},{"selector":".bottom-10","declarations":1},{"selector":".right-10","declarations":1},{"selector":".top-10","declarations":1},{"selector":".left-n9","declarations":1},{"selector":".bottom-n9","declarations":1},{"selector":".right-n9","declarations":1},{"selector":".top-n9","declarations":1},{"selector":".left-9","declarations":1},{"selector":".bottom-9","declarations":1},{"selector":".right-9","declarations":1},{"selector":".top-9","declarations":1},{"selector":".left-n8","declarations":1},{"selector":".bottom-n8","declarations":1},{"selector":".right-n8","declarations":1},{"selector":".top-n8","declarations":1},{"selector":".left-8","declarations":1},{"selector":".bottom-8","declarations":1},{"selector":".right-8","declarations":1},{"selector":".top-8","declarations":1},{"selector":".left-n7","declarations":1},{"selector":".bottom-n7","declarations":1},{"selector":".right-n7","declarations":1},{"selector":".top-n7","declarations":1},{"selector":".left-7","declarations":1},{"selector":".bottom-7","declarations":1},{"selector":".right-7","declarations":1},{"selector":".top-7","declarations":1},{"selector":".left-n6","declarations":1},{"selector":".bottom-n6","declarations":1},{"selector":".right-n6","declarations":1},{"selector":".top-n6","declarations":1},{"selector":".left-6","declarations":1},{"selector":".bottom-6","declarations":1},{"selector":".right-6","declarations":1},{"selector":".top-6","declarations":1},{"selector":".left-n5","declarations":1},{"selector":".bottom-n5","declarations":1},{"selector":".right-n5","declarations":1},{"selector":".top-n5","declarations":1},{"selector":".left-5","declarations":1},{"selector":".bottom-5","declarations":1},{"selector":".right-5","declarations":1},{"selector":".top-5","declarations":1},{"selector":".left-n4","declarations":1},{"selector":".bottom-n4","declarations":1},{"selector":".right-n4","declarations":1},{"selector":".top-n4","declarations":1},{"selector":".left-4","declarations":1},{"selector":".bottom-4","declarations":1},{"selector":".right-4","declarations":1},{"selector":".top-4","declarations":1},{"selector":".left-n3","declarations":1},{"selector":".bottom-n3","declarations":1},{"selector":".right-n3","declarations":1},{"selector":".top-n3","declarations":1},{"selector":".left-3","declarations":1},{"selector":".bottom-3","declarations":1},{"selector":".right-3","declarations":1},{"selector":".top-3","declarations":1},{"selector":".left-n2","declarations":1},{"selector":".bottom-n2","declarations":1},{"selector":".right-n2","declarations":1},{"selector":".top-n2","declarations":1},{"selector":".left-2","declarations":1},{"selector":".bottom-2","declarations":1},{"selector":".right-2","declarations":1},{"selector":".top-2","declarations":1},{"selector":".left-n1","declarations":1},{"selector":".bottom-n1","declarations":1},{"selector":".right-n1","declarations":1},{"selector":".top-n1","declarations":1},{"selector":".left-1","declarations":1},{"selector":".bottom-1","declarations":1},{"selector":".right-1","declarations":1},{"selector":".top-1","declarations":1},{"selector":".left-n0","declarations":1},{"selector":".bottom-n0","declarations":1},{"selector":".right-n0","declarations":1},{"selector":".top-n0","declarations":1},{"selector":".left-0","declarations":1},{"selector":".bottom-0","declarations":1},{"selector":".right-0","declarations":1},{"selector":".top-0","declarations":1},{"selector":".grayscale","declarations":1},{"selector":".btn-primary-mktg:focus","declarations":1},{"selector":".h6-mktg","declarations":1},{"selector":".h5-mktg","declarations":1},{"selector":".h4-mktg","declarations":1},{"selector":".h3-mktg","declarations":1},{"selector":".h3-mktg","declarations":1},{"selector":".h2-mktg","declarations":1},{"selector":".h2-mktg","declarations":1},{"selector":".h1-mktg","declarations":1},{"selector":".h1-mktg","declarations":1},{"selector":".h0-mktg","declarations":1},{"selector":".h0-mktg","declarations":1},{"selector":".h00-mktg","declarations":1},{"selector":".h00-mktg","declarations":1},{"selector":".h000-mktg","declarations":1},{"selector":".h000-mktg","declarations":1},{"selector":"to","declarations":1},{"selector":"from","declarations":1},{"selector":".Toast--spinner","declarations":1},{"selector":".Toast--animateOut","declarations":1},{"selector":".Toast--animateIn","declarations":1},{"selector":".Toast--loading .Toast-icon","declarations":1},{"selector":".Toast--success .Toast-icon","declarations":1},{"selector":".Toast--error .Toast-icon","declarations":1},{"selector":".Toast-dismissButton:active","declarations":1},{"selector":".Toast-content","declarations":1},{"selector":".TimelineItem--condensed:last-child","declarations":1},{"selector":".Subhead--spacious","declarations":1},{"selector":".SelectMenu-item","declarations":1},{"selector":".SelectMenu-item:focus,.SelectMenu-item:active","declarations":1},{"selector":"body:not(.intent-mouse) .SelectMenu-tab:focus","declarations":1},{"selector":".SelectMenu-item:active","declarations":1},{"selector":"body:not(.intent-mouse) .SelectMenu-item:focus,.SelectMenu-item:hover","declarations":1},{"selector":".SelectMenu-item:hover","declarations":1},{"selector":".SelectMenu-tab:focus,.SelectMenu-item:focus","declarations":1},{"selector":".SelectMenu-footer","declarations":1},{"selector":".SelectMenu-message","declarations":1},{"selector":".SelectMenu-tabs::-webkit-scrollbar","declarations":1},{"selector":".SelectMenu-input","declarations":1},{"selector":".SelectMenu-filter","declarations":1},{"selector":".SelectMenu-closeButton","declarations":1},{"selector":".SelectMenu-title","declarations":1},{"selector":".SelectMenu::before","declarations":1},{"selector":".SelectMenu-tab:not([aria-checked=\"true\"]):hover,.SelectMenu-tab:not([aria-checked=\"true\"]):active","declarations":1},{"selector":".Progress--small","declarations":1},{"selector":".Progress--large","declarations":1},{"selector":".Popover-message--large","declarations":1},{"selector":".Popover-message--right-bottom::after,.Popover-message--left-bottom::after","declarations":1},{"selector":".Popover-message--right-bottom::before,.Popover-message--left-bottom::before","declarations":1},{"selector":".Popover-message--right-bottom::before,.Popover-message--right-bottom::after,.Popover-message--left-bottom::before,.Popover-message--left-bottom::after","declarations":1},{"selector":".Popover-message--right-top::before,.Popover-message--right-top::after,.Popover-message--left-top::before,.Popover-message--left-top::after","declarations":1},{"selector":".Popover-message--right::after,.Popover-message--right-top::after,.Popover-message--right-bottom::after,.Popover-message--left::after,.Popover-message--left-top::after,.Popover-message--left-bottom::after","declarations":1},{"selector":".Popover-message--right::before,.Popover-message--right-top::before,.Popover-message--right-bottom::before,.Popover-message--left::before,.Popover-message--left-top::before,.Popover-message--left-bottom::before","declarations":1},{"selector":".Popover-message--top-left::after,.Popover-message--bottom-left::after","declarations":1},{"selector":".Popover-message--top-right::after,.Popover-message--bottom-right::after","declarations":1},{"selector":".Popover-message--top-right::before,.Popover-message--bottom-right::before","declarations":1},{"selector":".markdown-body .csv-data tr","declarations":1},{"selector":".markdown-body .highlight","declarations":1},{"selector":".markdown-body pre","declarations":1},{"selector":".markdown-body del code","declarations":1},{"selector":".markdown-body code br,.markdown-body tt br","declarations":1},{"selector":".markdown-body span.float-left span","declarations":1},{"selector":".markdown-body img[align=left]","declarations":1},{"selector":".markdown-body img[align=right]","declarations":1},{"selector":".markdown-body table img","declarations":1},{"selector":".markdown-body table tr:nth-child(2n)","declarations":1},{"selector":".markdown-body table th","declarations":1},{"selector":".markdown-body dl","declarations":1},{"selector":".markdown-body li+li","declarations":1},{"selector":".markdown-body li>p","declarations":1},{"selector":".markdown-body li","declarations":1},{"selector":".markdown-body ul,.markdown-body ol","declarations":1},{"selector":".markdown-body h5","declarations":1},{"selector":".markdown-body h4","declarations":1},{"selector":".markdown-body h3","declarations":1},{"selector":".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","declarations":1},{"selector":".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","declarations":1},{"selector":".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","declarations":1},{"selector":".markdown-body blockquote>:last-child","declarations":1},{"selector":".markdown-body blockquote>:first-child","declarations":1},{"selector":".markdown-body .anchor:focus","declarations":1},{"selector":".markdown-body .absent","declarations":1},{"selector":".markdown-body>*:last-child","declarations":1},{"selector":".markdown-body>*:first-child","declarations":1},{"selector":"0%","declarations":1},{"selector":".diffstat-block-neutral","declarations":1},{"selector":".diffstat-block-added","declarations":1},{"selector":".diffstat-block-deleted","declarations":1},{"selector":".Counter:empty","declarations":1},{"selector":".State--small .octicon","declarations":1},{"selector":".State--red","declarations":1},{"selector":".State--purple","declarations":1},{"selector":".State--green","declarations":1},{"selector":".Label--orange","declarations":1},{"selector":".Label--gray-darker","declarations":1},{"selector":".label:hover,.Label:hover","declarations":1},{"selector":".labels","declarations":1},{"selector":".IssueLabel--big:hover","declarations":1},{"selector":".IssueLabel:hover","declarations":1},{"selector":".Header-item--full","declarations":1},{"selector":".dropdown-menu-dark.dropdown-menu-ne::after","declarations":1},{"selector":".dropdown-menu-dark.dropdown-menu-ne::before","declarations":1},{"selector":".dropdown-menu-dark.dropdown-menu-e::after","declarations":1},{"selector":".dropdown-menu-dark.dropdown-menu-e::before","declarations":1},{"selector":".dropdown-menu-dark.dropdown-menu-w::after","declarations":1},{"selector":".dropdown-menu-dark.dropdown-menu-w::before","declarations":1},{"selector":".dropdown-menu-dark .dropdown-item","declarations":1},{"selector":".dropdown-menu-dark .dropdown-divider","declarations":1},{"selector":".dropdown-menu-dark .dropdown-header","declarations":1},{"selector":".dropdown-menu-dark::after","declarations":1},{"selector":".dropdown-menu-dark::before","declarations":1},{"selector":".dropdown-item[aria-checked=\"false\"] .octicon-check","declarations":1},{"selector":".dropdown-menu-no-overflow","declarations":1},{"selector":".dropdown-menu>ul","declarations":1},{"selector":".dropdown","declarations":1},{"selector":"a.branch-name","declarations":1},{"selector":".blankslate-clean-background","declarations":1},{"selector":".blankslate-large p","declarations":1},{"selector":".blankslate-spacious","declarations":1},{"selector":".blankslate-capped","declarations":1},{"selector":".DashedConnection .CircleBadge","declarations":1},{"selector":".DashedConnection","declarations":1},{"selector":".AvatarStack--right .avatar.avatar-more::before","declarations":1},{"selector":".AvatarStack--right .avatar.avatar-more","declarations":1},{"selector":".AvatarStack-body:hover .avatar-more","declarations":1},{"selector":".AvatarStack-body:hover .avatar","declarations":1},{"selector":".AvatarStack-body .avatar img","declarations":1},{"selector":".AvatarStack-body .avatar:first-child","declarations":1},{"selector":".AvatarStack.AvatarStack--three-plus","declarations":1},{"selector":".AvatarStack.AvatarStack--two","declarations":1},{"selector":".AvatarStack .AvatarStack-body","declarations":1},{"selector":".avatar-parent-child","declarations":1},{"selector":".avatar-small","declarations":1},{"selector":".page-responsive .suggester li","declarations":1},{"selector":".suggester li:hover small,.suggester li[aria-selected=\"true\"] small,.suggester li.navigation-focus small","declarations":1},{"selector":".autocomplete-item:hover *,.autocomplete-item.selected *,.autocomplete-item[aria-selected=true] *,.autocomplete-item.navigation-focus *","declarations":1},{"selector":".flash-close:hover","declarations":1},{"selector":".flash-messages","declarations":1},{"selector":".flash p:last-child","declarations":1},{"selector":".table-fixed","declarations":1},{"selector":".hide-xl","declarations":1},{"selector":".hide-lg","declarations":1},{"selector":".hide-md","declarations":1},{"selector":".hide-sm","declarations":1},{"selector":".v-visible","declarations":1},{"selector":".v-hidden","declarations":1},{"selector":".d-xl-table-cell","declarations":1},{"selector":".d-xl-table","declarations":1},{"selector":".d-xl-none","declarations":1},{"selector":".d-xl-inline-flex","declarations":1},{"selector":".d-xl-inline-block","declarations":1},{"selector":".d-xl-inline","declarations":1},{"selector":".d-xl-flex","declarations":1},{"selector":".d-xl-block","declarations":1},{"selector":".d-lg-table-cell","declarations":1},{"selector":".d-lg-table","declarations":1},{"selector":".d-lg-none","declarations":1},{"selector":".d-lg-inline-flex","declarations":1},{"selector":".d-lg-inline-block","declarations":1},{"selector":".d-lg-inline","declarations":1},{"selector":".d-lg-flex","declarations":1},{"selector":".d-lg-block","declarations":1},{"selector":".d-md-table-cell","declarations":1},{"selector":".d-md-table","declarations":1},{"selector":".d-md-none","declarations":1},{"selector":".d-md-inline-flex","declarations":1},{"selector":".d-md-inline-block","declarations":1},{"selector":".d-md-inline","declarations":1},{"selector":".d-md-flex","declarations":1},{"selector":".d-md-block","declarations":1},{"selector":".d-sm-table-cell","declarations":1},{"selector":".d-sm-table","declarations":1},{"selector":".d-sm-none","declarations":1},{"selector":".d-sm-inline-flex","declarations":1},{"selector":".d-sm-inline-block","declarations":1},{"selector":".d-sm-inline","declarations":1},{"selector":".d-sm-flex","declarations":1},{"selector":".d-sm-block","declarations":1},{"selector":".d-table-cell","declarations":1},{"selector":".d-table","declarations":1},{"selector":".d-none","declarations":1},{"selector":".d-inline-flex","declarations":1},{"selector":".d-inline-block","declarations":1},{"selector":".d-inline","declarations":1},{"selector":".d-flex","declarations":1},{"selector":".d-block","declarations":1},{"selector":".text-mono","declarations":1},{"selector":".text-shadow-light","declarations":1},{"selector":".text-shadow-dark","declarations":1},{"selector":".list-style-none","declarations":1},{"selector":".wb-break-all","declarations":1},{"selector":".ws-normal","declarations":1},{"selector":".no-wrap","declarations":1},{"selector":".no-underline","declarations":1},{"selector":".text-underline","declarations":1},{"selector":".text-uppercase","declarations":1},{"selector":".text-italic","declarations":1},{"selector":".text-bold","declarations":1},{"selector":".text-normal","declarations":1},{"selector":".text-xl-center","declarations":1},{"selector":".text-xl-left","declarations":1},{"selector":".text-xl-right","declarations":1},{"selector":".text-lg-center","declarations":1},{"selector":".text-lg-left","declarations":1},{"selector":".text-lg-right","declarations":1},{"selector":".text-md-center","declarations":1},{"selector":".text-md-left","declarations":1},{"selector":".text-md-right","declarations":1},{"selector":".text-sm-center","declarations":1},{"selector":".text-sm-left","declarations":1},{"selector":".text-sm-right","declarations":1},{"selector":".text-center","declarations":1},{"selector":".text-left","declarations":1},{"selector":".text-right","declarations":1},{"selector":".lh-xl-0","declarations":1},{"selector":".lh-xl-default","declarations":1},{"selector":".lh-xl-condensed","declarations":1},{"selector":".lh-xl-condensed-ultra","declarations":1},{"selector":".lh-lg-0","declarations":1},{"selector":".lh-lg-default","declarations":1},{"selector":".lh-lg-condensed","declarations":1},{"selector":".lh-lg-condensed-ultra","declarations":1},{"selector":".lh-md-0","declarations":1},{"selector":".lh-md-default","declarations":1},{"selector":".lh-md-condensed","declarations":1},{"selector":".lh-md-condensed-ultra","declarations":1},{"selector":".lh-sm-0","declarations":1},{"selector":".lh-sm-default","declarations":1},{"selector":".lh-sm-condensed","declarations":1},{"selector":".lh-sm-condensed-ultra","declarations":1},{"selector":".lh-0","declarations":1},{"selector":".lh-default","declarations":1},{"selector":".lh-condensed","declarations":1},{"selector":".lh-condensed-ultra","declarations":1},{"selector":".text-small","declarations":1},{"selector":".f3-light","declarations":1},{"selector":".f2-light","declarations":1},{"selector":".f1-light","declarations":1},{"selector":".f0-light","declarations":1},{"selector":".f00-light","declarations":1},{"selector":".f6","declarations":1},{"selector":".f5","declarations":1},{"selector":".f4","declarations":1},{"selector":".f4","declarations":1},{"selector":".f3","declarations":1},{"selector":".f3","declarations":1},{"selector":".f2","declarations":1},{"selector":".f2","declarations":1},{"selector":".f1","declarations":1},{"selector":".f1","declarations":1},{"selector":".h1,.h2,.h3,.h4,.h5,.h6","declarations":1},{"selector":".h6","declarations":1},{"selector":".h5","declarations":1},{"selector":".h4","declarations":1},{"selector":".h3","declarations":1},{"selector":".h3","declarations":1},{"selector":".h2","declarations":1},{"selector":".h2","declarations":1},{"selector":".h1","declarations":1},{"selector":".h1","declarations":1},{"selector":".pl-xl-6","declarations":1},{"selector":".pb-xl-6","declarations":1},{"selector":".pr-xl-6","declarations":1},{"selector":".pt-xl-6","declarations":1},{"selector":".p-xl-6","declarations":1},{"selector":".pl-xl-5","declarations":1},{"selector":".pb-xl-5","declarations":1},{"selector":".pr-xl-5","declarations":1},{"selector":".pt-xl-5","declarations":1},{"selector":".p-xl-5","declarations":1},{"selector":".pl-xl-4","declarations":1},{"selector":".pb-xl-4","declarations":1},{"selector":".pr-xl-4","declarations":1},{"selector":".pt-xl-4","declarations":1},{"selector":".p-xl-4","declarations":1},{"selector":".pl-xl-3","declarations":1},{"selector":".pb-xl-3","declarations":1},{"selector":".pr-xl-3","declarations":1},{"selector":".pt-xl-3","declarations":1},{"selector":".p-xl-3","declarations":1},{"selector":".pl-xl-2","declarations":1},{"selector":".pb-xl-2","declarations":1},{"selector":".pr-xl-2","declarations":1},{"selector":".pt-xl-2","declarations":1},{"selector":".p-xl-2","declarations":1},{"selector":".pl-xl-1","declarations":1},{"selector":".pb-xl-1","declarations":1},{"selector":".pr-xl-1","declarations":1},{"selector":".pt-xl-1","declarations":1},{"selector":".p-xl-1","declarations":1},{"selector":".pl-xl-0","declarations":1},{"selector":".pb-xl-0","declarations":1},{"selector":".pr-xl-0","declarations":1},{"selector":".pt-xl-0","declarations":1},{"selector":".p-xl-0","declarations":1},{"selector":".pl-lg-6","declarations":1},{"selector":".pb-lg-6","declarations":1},{"selector":".pr-lg-6","declarations":1},{"selector":".pt-lg-6","declarations":1},{"selector":".p-lg-6","declarations":1},{"selector":".pl-lg-5","declarations":1},{"selector":".pb-lg-5","declarations":1},{"selector":".pr-lg-5","declarations":1},{"selector":".pt-lg-5","declarations":1},{"selector":".p-lg-5","declarations":1},{"selector":".pl-lg-4","declarations":1},{"selector":".pb-lg-4","declarations":1},{"selector":".pr-lg-4","declarations":1},{"selector":".pt-lg-4","declarations":1},{"selector":".p-lg-4","declarations":1},{"selector":".pl-lg-3","declarations":1},{"selector":".pb-lg-3","declarations":1},{"selector":".pr-lg-3","declarations":1},{"selector":".pt-lg-3","declarations":1},{"selector":".p-lg-3","declarations":1},{"selector":".pl-lg-2","declarations":1},{"selector":".pb-lg-2","declarations":1},{"selector":".pr-lg-2","declarations":1},{"selector":".pt-lg-2","declarations":1},{"selector":".p-lg-2","declarations":1},{"selector":".pl-lg-1","declarations":1},{"selector":".pb-lg-1","declarations":1},{"selector":".pr-lg-1","declarations":1},{"selector":".pt-lg-1","declarations":1},{"selector":".p-lg-1","declarations":1},{"selector":".pl-lg-0","declarations":1},{"selector":".pb-lg-0","declarations":1},{"selector":".pr-lg-0","declarations":1},{"selector":".pt-lg-0","declarations":1},{"selector":".p-lg-0","declarations":1},{"selector":".pl-md-6","declarations":1},{"selector":".pb-md-6","declarations":1},{"selector":".pr-md-6","declarations":1},{"selector":".pt-md-6","declarations":1},{"selector":".p-md-6","declarations":1},{"selector":".pl-md-5","declarations":1},{"selector":".pb-md-5","declarations":1},{"selector":".pr-md-5","declarations":1},{"selector":".pt-md-5","declarations":1},{"selector":".p-md-5","declarations":1},{"selector":".pl-md-4","declarations":1},{"selector":".pb-md-4","declarations":1},{"selector":".pr-md-4","declarations":1},{"selector":".pt-md-4","declarations":1},{"selector":".p-md-4","declarations":1},{"selector":".pl-md-3","declarations":1},{"selector":".pb-md-3","declarations":1},{"selector":".pr-md-3","declarations":1},{"selector":".pt-md-3","declarations":1},{"selector":".p-md-3","declarations":1},{"selector":".pl-md-2","declarations":1},{"selector":".pb-md-2","declarations":1},{"selector":".pr-md-2","declarations":1},{"selector":".pt-md-2","declarations":1},{"selector":".p-md-2","declarations":1},{"selector":".pl-md-1","declarations":1},{"selector":".pb-md-1","declarations":1},{"selector":".pr-md-1","declarations":1},{"selector":".pt-md-1","declarations":1},{"selector":".p-md-1","declarations":1},{"selector":".pl-md-0","declarations":1},{"selector":".pb-md-0","declarations":1},{"selector":".pr-md-0","declarations":1},{"selector":".pt-md-0","declarations":1},{"selector":".p-md-0","declarations":1},{"selector":".pl-sm-6","declarations":1},{"selector":".pb-sm-6","declarations":1},{"selector":".pr-sm-6","declarations":1},{"selector":".pt-sm-6","declarations":1},{"selector":".p-sm-6","declarations":1},{"selector":".pl-sm-5","declarations":1},{"selector":".pb-sm-5","declarations":1},{"selector":".pr-sm-5","declarations":1},{"selector":".pt-sm-5","declarations":1},{"selector":".p-sm-5","declarations":1},{"selector":".pl-sm-4","declarations":1},{"selector":".pb-sm-4","declarations":1},{"selector":".pr-sm-4","declarations":1},{"selector":".pt-sm-4","declarations":1},{"selector":".p-sm-4","declarations":1},{"selector":".pl-sm-3","declarations":1},{"selector":".pb-sm-3","declarations":1},{"selector":".pr-sm-3","declarations":1},{"selector":".pt-sm-3","declarations":1},{"selector":".p-sm-3","declarations":1},{"selector":".pl-sm-2","declarations":1},{"selector":".pb-sm-2","declarations":1},{"selector":".pr-sm-2","declarations":1},{"selector":".pt-sm-2","declarations":1},{"selector":".p-sm-2","declarations":1},{"selector":".pl-sm-1","declarations":1},{"selector":".pb-sm-1","declarations":1},{"selector":".pr-sm-1","declarations":1},{"selector":".pt-sm-1","declarations":1},{"selector":".p-sm-1","declarations":1},{"selector":".pl-sm-0","declarations":1},{"selector":".pb-sm-0","declarations":1},{"selector":".pr-sm-0","declarations":1},{"selector":".pt-sm-0","declarations":1},{"selector":".p-sm-0","declarations":1},{"selector":".pl-6","declarations":1},{"selector":".pb-6","declarations":1},{"selector":".pr-6","declarations":1},{"selector":".pt-6","declarations":1},{"selector":".p-6","declarations":1},{"selector":".pl-5","declarations":1},{"selector":".pb-5","declarations":1},{"selector":".pr-5","declarations":1},{"selector":".pt-5","declarations":1},{"selector":".p-5","declarations":1},{"selector":".pl-4","declarations":1},{"selector":".pb-4","declarations":1},{"selector":".pr-4","declarations":1},{"selector":".pt-4","declarations":1},{"selector":".p-4","declarations":1},{"selector":".pl-3","declarations":1},{"selector":".pb-3","declarations":1},{"selector":".pr-3","declarations":1},{"selector":".pt-3","declarations":1},{"selector":".p-3","declarations":1},{"selector":".pl-2","declarations":1},{"selector":".pb-2","declarations":1},{"selector":".pr-2","declarations":1},{"selector":".pt-2","declarations":1},{"selector":".p-2","declarations":1},{"selector":".pl-1","declarations":1},{"selector":".pb-1","declarations":1},{"selector":".pr-1","declarations":1},{"selector":".pt-1","declarations":1},{"selector":".p-1","declarations":1},{"selector":".pl-0","declarations":1},{"selector":".pb-0","declarations":1},{"selector":".pr-0","declarations":1},{"selector":".pt-0","declarations":1},{"selector":".p-0","declarations":1},{"selector":".ml-xl-n6","declarations":1},{"selector":".mb-xl-n6","declarations":1},{"selector":".mr-xl-n6","declarations":1},{"selector":".mt-xl-n6","declarations":1},{"selector":".ml-xl-6","declarations":1},{"selector":".mb-xl-6","declarations":1},{"selector":".mr-xl-6","declarations":1},{"selector":".mt-xl-6","declarations":1},{"selector":".m-xl-6","declarations":1},{"selector":".ml-xl-n5","declarations":1},{"selector":".mb-xl-n5","declarations":1},{"selector":".mr-xl-n5","declarations":1},{"selector":".mt-xl-n5","declarations":1},{"selector":".ml-xl-5","declarations":1},{"selector":".mb-xl-5","declarations":1},{"selector":".mr-xl-5","declarations":1},{"selector":".mt-xl-5","declarations":1},{"selector":".m-xl-5","declarations":1},{"selector":".ml-xl-n4","declarations":1},{"selector":".mb-xl-n4","declarations":1},{"selector":".mr-xl-n4","declarations":1},{"selector":".mt-xl-n4","declarations":1},{"selector":".ml-xl-4","declarations":1},{"selector":".mb-xl-4","declarations":1},{"selector":".mr-xl-4","declarations":1},{"selector":".mt-xl-4","declarations":1},{"selector":".m-xl-4","declarations":1},{"selector":".ml-xl-n3","declarations":1},{"selector":".mb-xl-n3","declarations":1},{"selector":".mr-xl-n3","declarations":1},{"selector":".mt-xl-n3","declarations":1},{"selector":".ml-xl-3","declarations":1},{"selector":".mb-xl-3","declarations":1},{"selector":".mr-xl-3","declarations":1},{"selector":".mt-xl-3","declarations":1},{"selector":".m-xl-3","declarations":1},{"selector":".ml-xl-n2","declarations":1},{"selector":".mb-xl-n2","declarations":1},{"selector":".mr-xl-n2","declarations":1},{"selector":".mt-xl-n2","declarations":1},{"selector":".ml-xl-2","declarations":1},{"selector":".mb-xl-2","declarations":1},{"selector":".mr-xl-2","declarations":1},{"selector":".mt-xl-2","declarations":1},{"selector":".m-xl-2","declarations":1},{"selector":".ml-xl-n1","declarations":1},{"selector":".mb-xl-n1","declarations":1},{"selector":".mr-xl-n1","declarations":1},{"selector":".mt-xl-n1","declarations":1},{"selector":".ml-xl-1","declarations":1},{"selector":".mb-xl-1","declarations":1},{"selector":".mr-xl-1","declarations":1},{"selector":".mt-xl-1","declarations":1},{"selector":".m-xl-1","declarations":1},{"selector":".ml-xl-0","declarations":1},{"selector":".mb-xl-0","declarations":1},{"selector":".mr-xl-0","declarations":1},{"selector":".mt-xl-0","declarations":1},{"selector":".m-xl-0","declarations":1},{"selector":".ml-lg-n6","declarations":1},{"selector":".mb-lg-n6","declarations":1},{"selector":".mr-lg-n6","declarations":1},{"selector":".mt-lg-n6","declarations":1},{"selector":".ml-lg-6","declarations":1},{"selector":".mb-lg-6","declarations":1},{"selector":".mr-lg-6","declarations":1},{"selector":".mt-lg-6","declarations":1},{"selector":".m-lg-6","declarations":1},{"selector":".ml-lg-n5","declarations":1},{"selector":".mb-lg-n5","declarations":1},{"selector":".mr-lg-n5","declarations":1},{"selector":".mt-lg-n5","declarations":1},{"selector":".ml-lg-5","declarations":1},{"selector":".mb-lg-5","declarations":1},{"selector":".mr-lg-5","declarations":1},{"selector":".mt-lg-5","declarations":1},{"selector":".m-lg-5","declarations":1},{"selector":".ml-lg-n4","declarations":1},{"selector":".mb-lg-n4","declarations":1},{"selector":".mr-lg-n4","declarations":1},{"selector":".mt-lg-n4","declarations":1},{"selector":".ml-lg-4","declarations":1},{"selector":".mb-lg-4","declarations":1},{"selector":".mr-lg-4","declarations":1},{"selector":".mt-lg-4","declarations":1},{"selector":".m-lg-4","declarations":1},{"selector":".ml-lg-n3","declarations":1},{"selector":".mb-lg-n3","declarations":1},{"selector":".mr-lg-n3","declarations":1},{"selector":".mt-lg-n3","declarations":1},{"selector":".ml-lg-3","declarations":1},{"selector":".mb-lg-3","declarations":1},{"selector":".mr-lg-3","declarations":1},{"selector":".mt-lg-3","declarations":1},{"selector":".m-lg-3","declarations":1},{"selector":".ml-lg-n2","declarations":1},{"selector":".mb-lg-n2","declarations":1},{"selector":".mr-lg-n2","declarations":1},{"selector":".mt-lg-n2","declarations":1},{"selector":".ml-lg-2","declarations":1},{"selector":".mb-lg-2","declarations":1},{"selector":".mr-lg-2","declarations":1},{"selector":".mt-lg-2","declarations":1},{"selector":".m-lg-2","declarations":1},{"selector":".ml-lg-n1","declarations":1},{"selector":".mb-lg-n1","declarations":1},{"selector":".mr-lg-n1","declarations":1},{"selector":".mt-lg-n1","declarations":1},{"selector":".ml-lg-1","declarations":1},{"selector":".mb-lg-1","declarations":1},{"selector":".mr-lg-1","declarations":1},{"selector":".mt-lg-1","declarations":1},{"selector":".m-lg-1","declarations":1},{"selector":".ml-lg-0","declarations":1},{"selector":".mb-lg-0","declarations":1},{"selector":".mr-lg-0","declarations":1},{"selector":".mt-lg-0","declarations":1},{"selector":".m-lg-0","declarations":1},{"selector":".ml-md-n6","declarations":1},{"selector":".mb-md-n6","declarations":1},{"selector":".mr-md-n6","declarations":1},{"selector":".mt-md-n6","declarations":1},{"selector":".ml-md-6","declarations":1},{"selector":".mb-md-6","declarations":1},{"selector":".mr-md-6","declarations":1},{"selector":".mt-md-6","declarations":1},{"selector":".m-md-6","declarations":1},{"selector":".ml-md-n5","declarations":1},{"selector":".mb-md-n5","declarations":1},{"selector":".mr-md-n5","declarations":1},{"selector":".mt-md-n5","declarations":1},{"selector":".ml-md-5","declarations":1},{"selector":".mb-md-5","declarations":1},{"selector":".mr-md-5","declarations":1},{"selector":".mt-md-5","declarations":1},{"selector":".m-md-5","declarations":1},{"selector":".ml-md-n4","declarations":1},{"selector":".mb-md-n4","declarations":1},{"selector":".mr-md-n4","declarations":1},{"selector":".mt-md-n4","declarations":1},{"selector":".ml-md-4","declarations":1},{"selector":".mb-md-4","declarations":1},{"selector":".mr-md-4","declarations":1},{"selector":".mt-md-4","declarations":1},{"selector":".m-md-4","declarations":1},{"selector":".ml-md-n3","declarations":1},{"selector":".mb-md-n3","declarations":1},{"selector":".mr-md-n3","declarations":1},{"selector":".mt-md-n3","declarations":1},{"selector":".ml-md-3","declarations":1},{"selector":".mb-md-3","declarations":1},{"selector":".mr-md-3","declarations":1},{"selector":".mt-md-3","declarations":1},{"selector":".m-md-3","declarations":1},{"selector":".ml-md-n2","declarations":1},{"selector":".mb-md-n2","declarations":1},{"selector":".mr-md-n2","declarations":1},{"selector":".mt-md-n2","declarations":1},{"selector":".ml-md-2","declarations":1},{"selector":".mb-md-2","declarations":1},{"selector":".mr-md-2","declarations":1},{"selector":".mt-md-2","declarations":1},{"selector":".m-md-2","declarations":1},{"selector":".ml-md-n1","declarations":1},{"selector":".mb-md-n1","declarations":1},{"selector":".mr-md-n1","declarations":1},{"selector":".mt-md-n1","declarations":1},{"selector":".ml-md-1","declarations":1},{"selector":".mb-md-1","declarations":1},{"selector":".mr-md-1","declarations":1},{"selector":".mt-md-1","declarations":1},{"selector":".m-md-1","declarations":1},{"selector":".ml-md-0","declarations":1},{"selector":".mb-md-0","declarations":1},{"selector":".mr-md-0","declarations":1},{"selector":".mt-md-0","declarations":1},{"selector":".m-md-0","declarations":1},{"selector":".ml-sm-n6","declarations":1},{"selector":".mb-sm-n6","declarations":1},{"selector":".mr-sm-n6","declarations":1},{"selector":".mt-sm-n6","declarations":1},{"selector":".ml-sm-6","declarations":1},{"selector":".mb-sm-6","declarations":1},{"selector":".mr-sm-6","declarations":1},{"selector":".mt-sm-6","declarations":1},{"selector":".m-sm-6","declarations":1},{"selector":".ml-sm-n5","declarations":1},{"selector":".mb-sm-n5","declarations":1},{"selector":".mr-sm-n5","declarations":1},{"selector":".mt-sm-n5","declarations":1},{"selector":".ml-sm-5","declarations":1},{"selector":".mb-sm-5","declarations":1},{"selector":".mr-sm-5","declarations":1},{"selector":".mt-sm-5","declarations":1},{"selector":".m-sm-5","declarations":1},{"selector":".ml-sm-n4","declarations":1},{"selector":".mb-sm-n4","declarations":1},{"selector":".mr-sm-n4","declarations":1},{"selector":".mt-sm-n4","declarations":1},{"selector":".ml-sm-4","declarations":1},{"selector":".mb-sm-4","declarations":1},{"selector":".mr-sm-4","declarations":1},{"selector":".mt-sm-4","declarations":1},{"selector":".m-sm-4","declarations":1},{"selector":".ml-sm-n3","declarations":1},{"selector":".mb-sm-n3","declarations":1},{"selector":".mr-sm-n3","declarations":1},{"selector":".mt-sm-n3","declarations":1},{"selector":".ml-sm-3","declarations":1},{"selector":".mb-sm-3","declarations":1},{"selector":".mr-sm-3","declarations":1},{"selector":".mt-sm-3","declarations":1},{"selector":".m-sm-3","declarations":1},{"selector":".ml-sm-n2","declarations":1},{"selector":".mb-sm-n2","declarations":1},{"selector":".mr-sm-n2","declarations":1},{"selector":".mt-sm-n2","declarations":1},{"selector":".ml-sm-2","declarations":1},{"selector":".mb-sm-2","declarations":1},{"selector":".mr-sm-2","declarations":1},{"selector":".mt-sm-2","declarations":1},{"selector":".m-sm-2","declarations":1},{"selector":".ml-sm-n1","declarations":1},{"selector":".mb-sm-n1","declarations":1},{"selector":".mr-sm-n1","declarations":1},{"selector":".mt-sm-n1","declarations":1},{"selector":".ml-sm-1","declarations":1},{"selector":".mb-sm-1","declarations":1},{"selector":".mr-sm-1","declarations":1},{"selector":".mt-sm-1","declarations":1},{"selector":".m-sm-1","declarations":1},{"selector":".ml-sm-0","declarations":1},{"selector":".mb-sm-0","declarations":1},{"selector":".mr-sm-0","declarations":1},{"selector":".mt-sm-0","declarations":1},{"selector":".m-sm-0","declarations":1},{"selector":".ml-n6","declarations":1},{"selector":".mb-n6","declarations":1},{"selector":".mr-n6","declarations":1},{"selector":".mt-n6","declarations":1},{"selector":".ml-6","declarations":1},{"selector":".mb-6","declarations":1},{"selector":".mr-6","declarations":1},{"selector":".mt-6","declarations":1},{"selector":".m-6","declarations":1},{"selector":".ml-n5","declarations":1},{"selector":".mb-n5","declarations":1},{"selector":".mr-n5","declarations":1},{"selector":".mt-n5","declarations":1},{"selector":".ml-5","declarations":1},{"selector":".mb-5","declarations":1},{"selector":".mr-5","declarations":1},{"selector":".mt-5","declarations":1},{"selector":".m-5","declarations":1},{"selector":".ml-n4","declarations":1},{"selector":".mb-n4","declarations":1},{"selector":".mr-n4","declarations":1},{"selector":".mt-n4","declarations":1},{"selector":".ml-4","declarations":1},{"selector":".mb-4","declarations":1},{"selector":".mr-4","declarations":1},{"selector":".mt-4","declarations":1},{"selector":".m-4","declarations":1},{"selector":".ml-n3","declarations":1},{"selector":".mb-n3","declarations":1},{"selector":".mr-n3","declarations":1},{"selector":".mt-n3","declarations":1},{"selector":".ml-3","declarations":1},{"selector":".mb-3","declarations":1},{"selector":".mr-3","declarations":1},{"selector":".mt-3","declarations":1},{"selector":".m-3","declarations":1},{"selector":".ml-n2","declarations":1},{"selector":".mb-n2","declarations":1},{"selector":".mr-n2","declarations":1},{"selector":".mt-n2","declarations":1},{"selector":".ml-2","declarations":1},{"selector":".mb-2","declarations":1},{"selector":".mr-2","declarations":1},{"selector":".mt-2","declarations":1},{"selector":".m-2","declarations":1},{"selector":".ml-n1","declarations":1},{"selector":".mb-n1","declarations":1},{"selector":".mr-n1","declarations":1},{"selector":".mt-n1","declarations":1},{"selector":".ml-1","declarations":1},{"selector":".mb-1","declarations":1},{"selector":".mr-1","declarations":1},{"selector":".mt-1","declarations":1},{"selector":".m-1","declarations":1},{"selector":".ml-0","declarations":1},{"selector":".mb-0","declarations":1},{"selector":".mr-0","declarations":1},{"selector":".mt-0","declarations":1},{"selector":".m-0","declarations":1},{"selector":".direction-xl-ltr","declarations":1},{"selector":".direction-xl-rtl","declarations":1},{"selector":".width-xl-auto","declarations":1},{"selector":".direction-lg-ltr","declarations":1},{"selector":".direction-lg-rtl","declarations":1},{"selector":".width-lg-auto","declarations":1},{"selector":".direction-md-ltr","declarations":1},{"selector":".direction-md-rtl","declarations":1},{"selector":".width-md-auto","declarations":1},{"selector":".direction-sm-ltr","declarations":1},{"selector":".direction-sm-rtl","declarations":1},{"selector":".width-sm-auto","declarations":1},{"selector":".direction-ltr","declarations":1},{"selector":".direction-rtl","declarations":1},{"selector":".width-auto","declarations":1},{"selector":".min-width-0","declarations":1},{"selector":".height-full","declarations":1},{"selector":".height-fit","declarations":1},{"selector":".width-full","declarations":1},{"selector":".width-fit","declarations":1},{"selector":".float-xl-none","declarations":1},{"selector":".float-xl-right","declarations":1},{"selector":".float-xl-left","declarations":1},{"selector":".float-lg-none","declarations":1},{"selector":".float-lg-right","declarations":1},{"selector":".float-lg-left","declarations":1},{"selector":".float-md-none","declarations":1},{"selector":".float-md-right","declarations":1},{"selector":".float-md-left","declarations":1},{"selector":".float-sm-none","declarations":1},{"selector":".float-sm-right","declarations":1},{"selector":".float-sm-left","declarations":1},{"selector":".float-none","declarations":1},{"selector":".float-right","declarations":1},{"selector":".float-left","declarations":1},{"selector":".overflow-y-scroll","declarations":1},{"selector":".overflow-x-scroll","declarations":1},{"selector":".overflow-scroll","declarations":1},{"selector":".overflow-y-auto","declarations":1},{"selector":".overflow-x-auto","declarations":1},{"selector":".overflow-auto","declarations":1},{"selector":".overflow-y-hidden","declarations":1},{"selector":".overflow-x-hidden","declarations":1},{"selector":".overflow-hidden","declarations":1},{"selector":".overflow-y-visible","declarations":1},{"selector":".overflow-x-visible","declarations":1},{"selector":".overflow-visible","declarations":1},{"selector":".v-align-baseline","declarations":1},{"selector":".v-align-text-bottom","declarations":1},{"selector":".v-align-text-top","declarations":1},{"selector":".v-align-bottom","declarations":1},{"selector":".v-align-top","declarations":1},{"selector":".v-align-middle","declarations":1},{"selector":".left-0","declarations":1},{"selector":".bottom-0","declarations":1},{"selector":".right-0","declarations":1},{"selector":".top-0","declarations":1},{"selector":".position-xl-fixed","declarations":1},{"selector":".position-xl-absolute","declarations":1},{"selector":".position-xl-relative","declarations":1},{"selector":".position-xl-static","declarations":1},{"selector":".position-lg-fixed","declarations":1},{"selector":".position-lg-absolute","declarations":1},{"selector":".position-lg-relative","declarations":1},{"selector":".position-lg-static","declarations":1},{"selector":".position-md-fixed","declarations":1},{"selector":".position-md-absolute","declarations":1},{"selector":".position-md-relative","declarations":1},{"selector":".position-md-static","declarations":1},{"selector":".position-sm-fixed","declarations":1},{"selector":".position-sm-absolute","declarations":1},{"selector":".position-sm-relative","declarations":1},{"selector":".position-sm-static","declarations":1},{"selector":".position-fixed","declarations":1},{"selector":".position-absolute","declarations":1},{"selector":".position-relative","declarations":1},{"selector":".position-static","declarations":1},{"selector":".flex-xl-order-none","declarations":1},{"selector":".flex-xl-order-2","declarations":1},{"selector":".flex-xl-order-1","declarations":1},{"selector":".flex-xl-self-stretch","declarations":1},{"selector":".flex-xl-self-baseline","declarations":1},{"selector":".flex-xl-self-center","declarations":1},{"selector":".flex-xl-self-end","declarations":1},{"selector":".flex-xl-self-start","declarations":1},{"selector":".flex-xl-self-auto","declarations":1},{"selector":".flex-xl-shrink-0","declarations":1},{"selector":".flex-xl-grow-0","declarations":1},{"selector":".flex-xl-auto","declarations":1},{"selector":".flex-xl-1","declarations":1},{"selector":".flex-xl-content-stretch","declarations":1},{"selector":".flex-xl-content-around","declarations":1},{"selector":".flex-xl-content-between","declarations":1},{"selector":".flex-xl-content-center","declarations":1},{"selector":".flex-xl-content-end","declarations":1},{"selector":".flex-xl-content-start","declarations":1},{"selector":".flex-xl-items-stretch","declarations":1},{"selector":".flex-xl-items-baseline","declarations":1},{"selector":".flex-xl-items-center","declarations":1},{"selector":".flex-xl-items-end","declarations":1},{"selector":".flex-xl-items-start","declarations":1},{"selector":".flex-xl-justify-around","declarations":1},{"selector":".flex-xl-justify-between","declarations":1},{"selector":".flex-xl-justify-center","declarations":1},{"selector":".flex-xl-justify-end","declarations":1},{"selector":".flex-xl-justify-start","declarations":1},{"selector":".flex-xl-nowrap","declarations":1},{"selector":".flex-xl-wrap","declarations":1},{"selector":".flex-xl-column-reverse","declarations":1},{"selector":".flex-xl-column","declarations":1},{"selector":".flex-xl-row-reverse","declarations":1},{"selector":".flex-xl-row","declarations":1},{"selector":".flex-lg-order-none","declarations":1},{"selector":".flex-lg-order-2","declarations":1},{"selector":".flex-lg-order-1","declarations":1},{"selector":".flex-lg-self-stretch","declarations":1},{"selector":".flex-lg-self-baseline","declarations":1},{"selector":".flex-lg-self-center","declarations":1},{"selector":".flex-lg-self-end","declarations":1},{"selector":".flex-lg-self-start","declarations":1},{"selector":".flex-lg-self-auto","declarations":1},{"selector":".flex-lg-shrink-0","declarations":1},{"selector":".flex-lg-grow-0","declarations":1},{"selector":".flex-lg-auto","declarations":1},{"selector":".flex-lg-1","declarations":1},{"selector":".flex-lg-content-stretch","declarations":1},{"selector":".flex-lg-content-around","declarations":1},{"selector":".flex-lg-content-between","declarations":1},{"selector":".flex-lg-content-center","declarations":1},{"selector":".flex-lg-content-end","declarations":1},{"selector":".flex-lg-content-start","declarations":1},{"selector":".flex-lg-items-stretch","declarations":1},{"selector":".flex-lg-items-baseline","declarations":1},{"selector":".flex-lg-items-center","declarations":1},{"selector":".flex-lg-items-end","declarations":1},{"selector":".flex-lg-items-start","declarations":1},{"selector":".flex-lg-justify-around","declarations":1},{"selector":".flex-lg-justify-between","declarations":1},{"selector":".flex-lg-justify-center","declarations":1},{"selector":".flex-lg-justify-end","declarations":1},{"selector":".flex-lg-justify-start","declarations":1},{"selector":".flex-lg-nowrap","declarations":1},{"selector":".flex-lg-wrap","declarations":1},{"selector":".flex-lg-column-reverse","declarations":1},{"selector":".flex-lg-column","declarations":1},{"selector":".flex-lg-row-reverse","declarations":1},{"selector":".flex-lg-row","declarations":1},{"selector":".flex-md-order-none","declarations":1},{"selector":".flex-md-order-2","declarations":1},{"selector":".flex-md-order-1","declarations":1},{"selector":".flex-md-self-stretch","declarations":1},{"selector":".flex-md-self-baseline","declarations":1},{"selector":".flex-md-self-center","declarations":1},{"selector":".flex-md-self-end","declarations":1},{"selector":".flex-md-self-start","declarations":1},{"selector":".flex-md-self-auto","declarations":1},{"selector":".flex-md-shrink-0","declarations":1},{"selector":".flex-md-grow-0","declarations":1},{"selector":".flex-md-auto","declarations":1},{"selector":".flex-md-1","declarations":1},{"selector":".flex-md-content-stretch","declarations":1},{"selector":".flex-md-content-around","declarations":1},{"selector":".flex-md-content-between","declarations":1},{"selector":".flex-md-content-center","declarations":1},{"selector":".flex-md-content-end","declarations":1},{"selector":".flex-md-content-start","declarations":1},{"selector":".flex-md-items-stretch","declarations":1},{"selector":".flex-md-items-baseline","declarations":1},{"selector":".flex-md-items-center","declarations":1},{"selector":".flex-md-items-end","declarations":1},{"selector":".flex-md-items-start","declarations":1},{"selector":".flex-md-justify-around","declarations":1},{"selector":".flex-md-justify-between","declarations":1},{"selector":".flex-md-justify-center","declarations":1},{"selector":".flex-md-justify-end","declarations":1},{"selector":".flex-md-justify-start","declarations":1},{"selector":".flex-md-nowrap","declarations":1},{"selector":".flex-md-wrap","declarations":1},{"selector":".flex-md-column-reverse","declarations":1},{"selector":".flex-md-column","declarations":1},{"selector":".flex-md-row-reverse","declarations":1},{"selector":".flex-md-row","declarations":1},{"selector":".flex-sm-order-none","declarations":1},{"selector":".flex-sm-order-2","declarations":1},{"selector":".flex-sm-order-1","declarations":1},{"selector":".flex-sm-self-stretch","declarations":1},{"selector":".flex-sm-self-baseline","declarations":1},{"selector":".flex-sm-self-center","declarations":1},{"selector":".flex-sm-self-end","declarations":1},{"selector":".flex-sm-self-start","declarations":1},{"selector":".flex-sm-self-auto","declarations":1},{"selector":".flex-sm-shrink-0","declarations":1},{"selector":".flex-sm-grow-0","declarations":1},{"selector":".flex-sm-auto","declarations":1},{"selector":".flex-sm-1","declarations":1},{"selector":".flex-sm-content-stretch","declarations":1},{"selector":".flex-sm-content-around","declarations":1},{"selector":".flex-sm-content-between","declarations":1},{"selector":".flex-sm-content-center","declarations":1},{"selector":".flex-sm-content-end","declarations":1},{"selector":".flex-sm-content-start","declarations":1},{"selector":".flex-sm-items-stretch","declarations":1},{"selector":".flex-sm-items-baseline","declarations":1},{"selector":".flex-sm-items-center","declarations":1},{"selector":".flex-sm-items-end","declarations":1},{"selector":".flex-sm-items-start","declarations":1},{"selector":".flex-sm-justify-around","declarations":1},{"selector":".flex-sm-justify-between","declarations":1},{"selector":".flex-sm-justify-center","declarations":1},{"selector":".flex-sm-justify-end","declarations":1},{"selector":".flex-sm-justify-start","declarations":1},{"selector":".flex-sm-nowrap","declarations":1},{"selector":".flex-sm-wrap","declarations":1},{"selector":".flex-sm-column-reverse","declarations":1},{"selector":".flex-sm-column","declarations":1},{"selector":".flex-sm-row-reverse","declarations":1},{"selector":".flex-sm-row","declarations":1},{"selector":".flex-order-none","declarations":1},{"selector":".flex-order-2","declarations":1},{"selector":".flex-order-1","declarations":1},{"selector":".flex-self-stretch","declarations":1},{"selector":".flex-self-baseline","declarations":1},{"selector":".flex-self-center","declarations":1},{"selector":".flex-self-end","declarations":1},{"selector":".flex-self-start","declarations":1},{"selector":".flex-self-auto","declarations":1},{"selector":".flex-shrink-0","declarations":1},{"selector":".flex-grow-0","declarations":1},{"selector":".flex-auto","declarations":1},{"selector":".flex-1","declarations":1},{"selector":".flex-content-stretch","declarations":1},{"selector":".flex-content-around","declarations":1},{"selector":".flex-content-between","declarations":1},{"selector":".flex-content-center","declarations":1},{"selector":".flex-content-end","declarations":1},{"selector":".flex-content-start","declarations":1},{"selector":".flex-items-stretch","declarations":1},{"selector":".flex-items-baseline","declarations":1},{"selector":".flex-items-center","declarations":1},{"selector":".flex-items-end","declarations":1},{"selector":".flex-items-start","declarations":1},{"selector":".flex-justify-around","declarations":1},{"selector":".flex-justify-between","declarations":1},{"selector":".flex-justify-center","declarations":1},{"selector":".flex-justify-end","declarations":1},{"selector":".flex-justify-start","declarations":1},{"selector":".flex-nowrap","declarations":1},{"selector":".flex-wrap","declarations":1},{"selector":".flex-column-reverse","declarations":1},{"selector":".flex-column","declarations":1},{"selector":".flex-row-reverse","declarations":1},{"selector":".flex-row","declarations":1},{"selector":".details-reset>summary::-webkit-details-marker","declarations":1},{"selector":".details-reset>summary::before","declarations":1},{"selector":".details-reset>summary","declarations":1},{"selector":".muted-link","declarations":1},{"selector":".link-hover-blue:hover","declarations":1},{"selector":".link-gray-dark:hover","declarations":1},{"selector":".link-gray-dark","declarations":1},{"selector":".link-gray:hover","declarations":1},{"selector":".link-gray","declarations":1},{"selector":".text-inherit","declarations":1},{"selector":".text-white","declarations":1},{"selector":".text-pink","declarations":1},{"selector":".text-purple","declarations":1},{"selector":".text-orange-light","declarations":1},{"selector":".text-orange","declarations":1},{"selector":".text-yellow","declarations":1},{"selector":".text-green","declarations":1},{"selector":".text-gray-dark","declarations":1},{"selector":".text-gray","declarations":1},{"selector":".text-gray-light","declarations":1},{"selector":".text-red","declarations":1},{"selector":".text-blue","declarations":1},{"selector":".bg-pink-9","declarations":1},{"selector":".color-pink-9","declarations":1},{"selector":".bg-pink-8","declarations":1},{"selector":".color-pink-8","declarations":1},{"selector":".bg-pink-7","declarations":1},{"selector":".color-pink-7","declarations":1},{"selector":".bg-pink-6","declarations":1},{"selector":".color-pink-6","declarations":1},{"selector":".bg-pink-5","declarations":1},{"selector":".color-pink-5","declarations":1},{"selector":".bg-pink-4","declarations":1},{"selector":".color-pink-4","declarations":1},{"selector":".bg-pink-3","declarations":1},{"selector":".color-pink-3","declarations":1},{"selector":".bg-pink-2","declarations":1},{"selector":".color-pink-2","declarations":1},{"selector":".bg-pink-1","declarations":1},{"selector":".color-pink-1","declarations":1},{"selector":".bg-pink-0","declarations":1},{"selector":".color-pink-0","declarations":1},{"selector":".bg-purple-9","declarations":1},{"selector":".color-purple-9","declarations":1},{"selector":".bg-purple-8","declarations":1},{"selector":".color-purple-8","declarations":1},{"selector":".bg-purple-7","declarations":1},{"selector":".color-purple-7","declarations":1},{"selector":".bg-purple-6","declarations":1},{"selector":".color-purple-6","declarations":1},{"selector":".bg-purple-5","declarations":1},{"selector":".color-purple-5","declarations":1},{"selector":".bg-purple-4","declarations":1},{"selector":".color-purple-4","declarations":1},{"selector":".bg-purple-3","declarations":1},{"selector":".color-purple-3","declarations":1},{"selector":".bg-purple-2","declarations":1},{"selector":".color-purple-2","declarations":1},{"selector":".bg-purple-1","declarations":1},{"selector":".color-purple-1","declarations":1},{"selector":".bg-purple-0","declarations":1},{"selector":".color-purple-0","declarations":1},{"selector":".bg-red-9","declarations":1},{"selector":".color-red-9","declarations":1},{"selector":".bg-red-8","declarations":1},{"selector":".color-red-8","declarations":1},{"selector":".bg-red-7","declarations":1},{"selector":".color-red-7","declarations":1},{"selector":".bg-red-6","declarations":1},{"selector":".color-red-6","declarations":1},{"selector":".bg-red-5","declarations":1},{"selector":".color-red-5","declarations":1},{"selector":".bg-red-4","declarations":1},{"selector":".color-red-4","declarations":1},{"selector":".bg-red-3","declarations":1},{"selector":".color-red-3","declarations":1},{"selector":".bg-red-2","declarations":1},{"selector":".color-red-2","declarations":1},{"selector":".bg-red-1","declarations":1},{"selector":".color-red-1","declarations":1},{"selector":".bg-red-0","declarations":1},{"selector":".color-red-0","declarations":1},{"selector":".bg-orange-9","declarations":1},{"selector":".color-orange-9","declarations":1},{"selector":".bg-orange-8","declarations":1},{"selector":".color-orange-8","declarations":1},{"selector":".bg-orange-7","declarations":1},{"selector":".color-orange-7","declarations":1},{"selector":".bg-orange-6","declarations":1},{"selector":".color-orange-6","declarations":1},{"selector":".bg-orange-5","declarations":1},{"selector":".color-orange-5","declarations":1},{"selector":".bg-orange-4","declarations":1},{"selector":".color-orange-4","declarations":1},{"selector":".bg-orange-3","declarations":1},{"selector":".color-orange-3","declarations":1},{"selector":".bg-orange-2","declarations":1},{"selector":".color-orange-2","declarations":1},{"selector":".bg-orange-1","declarations":1},{"selector":".color-orange-1","declarations":1},{"selector":".bg-orange-0","declarations":1},{"selector":".color-orange-0","declarations":1},{"selector":".bg-yellow-9","declarations":1},{"selector":".color-yellow-9","declarations":1},{"selector":".bg-yellow-8","declarations":1},{"selector":".color-yellow-8","declarations":1},{"selector":".bg-yellow-7","declarations":1},{"selector":".color-yellow-7","declarations":1},{"selector":".bg-yellow-6","declarations":1},{"selector":".color-yellow-6","declarations":1},{"selector":".bg-yellow-5","declarations":1},{"selector":".color-yellow-5","declarations":1},{"selector":".bg-yellow-4","declarations":1},{"selector":".color-yellow-4","declarations":1},{"selector":".bg-yellow-3","declarations":1},{"selector":".color-yellow-3","declarations":1},{"selector":".bg-yellow-2","declarations":1},{"selector":".color-yellow-2","declarations":1},{"selector":".bg-yellow-1","declarations":1},{"selector":".color-yellow-1","declarations":1},{"selector":".bg-yellow-0","declarations":1},{"selector":".color-yellow-0","declarations":1},{"selector":".bg-green-9","declarations":1},{"selector":".color-green-9","declarations":1},{"selector":".bg-green-8","declarations":1},{"selector":".color-green-8","declarations":1},{"selector":".bg-green-7","declarations":1},{"selector":".color-green-7","declarations":1},{"selector":".bg-green-6","declarations":1},{"selector":".color-green-6","declarations":1},{"selector":".bg-green-5","declarations":1},{"selector":".color-green-5","declarations":1},{"selector":".bg-green-4","declarations":1},{"selector":".color-green-4","declarations":1},{"selector":".bg-green-3","declarations":1},{"selector":".color-green-3","declarations":1},{"selector":".bg-green-2","declarations":1},{"selector":".color-green-2","declarations":1},{"selector":".bg-green-1","declarations":1},{"selector":".color-green-1","declarations":1},{"selector":".bg-green-0","declarations":1},{"selector":".color-green-0","declarations":1},{"selector":".bg-blue-9","declarations":1},{"selector":".color-blue-9","declarations":1},{"selector":".bg-blue-8","declarations":1},{"selector":".color-blue-8","declarations":1},{"selector":".bg-blue-7","declarations":1},{"selector":".color-blue-7","declarations":1},{"selector":".bg-blue-6","declarations":1},{"selector":".color-blue-6","declarations":1},{"selector":".bg-blue-5","declarations":1},{"selector":".color-blue-5","declarations":1},{"selector":".bg-blue-4","declarations":1},{"selector":".color-blue-4","declarations":1},{"selector":".bg-blue-3","declarations":1},{"selector":".color-blue-3","declarations":1},{"selector":".bg-blue-2","declarations":1},{"selector":".color-blue-2","declarations":1},{"selector":".bg-blue-1","declarations":1},{"selector":".color-blue-1","declarations":1},{"selector":".bg-blue-0","declarations":1},{"selector":".color-blue-0","declarations":1},{"selector":".bg-gray-9","declarations":1},{"selector":".color-gray-9","declarations":1},{"selector":".bg-gray-8","declarations":1},{"selector":".color-gray-8","declarations":1},{"selector":".bg-gray-7","declarations":1},{"selector":".color-gray-7","declarations":1},{"selector":".bg-gray-6","declarations":1},{"selector":".color-gray-6","declarations":1},{"selector":".bg-gray-5","declarations":1},{"selector":".color-gray-5","declarations":1},{"selector":".bg-gray-4","declarations":1},{"selector":".color-gray-4","declarations":1},{"selector":".bg-gray-3","declarations":1},{"selector":".color-gray-3","declarations":1},{"selector":".bg-gray-2","declarations":1},{"selector":".color-gray-2","declarations":1},{"selector":".bg-gray-1","declarations":1},{"selector":".color-gray-1","declarations":1},{"selector":".bg-gray-0","declarations":1},{"selector":".color-gray-0","declarations":1},{"selector":".bg-purple-light","declarations":1},{"selector":".bg-pink","declarations":1},{"selector":".bg-purple","declarations":1},{"selector":".bg-yellow-dark","declarations":1},{"selector":".bg-yellow-light","declarations":1},{"selector":".bg-yellow","declarations":1},{"selector":".bg-red-light","declarations":1},{"selector":".bg-red","declarations":1},{"selector":".bg-green-light","declarations":1},{"selector":".bg-green","declarations":1},{"selector":".bg-gray-light","declarations":1},{"selector":".bg-gray","declarations":1},{"selector":".bg-gray-dark","declarations":1},{"selector":".bg-blue-light","declarations":1},{"selector":".bg-blue","declarations":1},{"selector":".bg-white","declarations":1},{"selector":".box-shadow-none","declarations":1},{"selector":".box-shadow-extra-large","declarations":1},{"selector":".box-shadow-large","declarations":1},{"selector":".box-shadow-medium","declarations":1},{"selector":".box-shadow","declarations":1},{"selector":".border-white-fade-85","declarations":1},{"selector":".border-white-fade-70","declarations":1},{"selector":".border-white-fade-50","declarations":1},{"selector":".border-white-fade-30","declarations":1},{"selector":".border-white-fade-15","declarations":1},{"selector":".border-white-fade","declarations":1},{"selector":".border-black-fade","declarations":1},{"selector":".border-gray-dark","declarations":1},{"selector":".border-gray-light","declarations":1},{"selector":".border-yellow","declarations":1},{"selector":".border-purple","declarations":1},{"selector":".border-red-light","declarations":1},{"selector":".border-red","declarations":1},{"selector":".border-green-light","declarations":1},{"selector":".border-green","declarations":1},{"selector":".border-blue-light","declarations":1},{"selector":".border-blue","declarations":1},{"selector":".border-dashed","declarations":1},{"selector":".circle","declarations":1},{"selector":".rounded-xl-2","declarations":1},{"selector":".rounded-xl-1","declarations":1},{"selector":".rounded-xl-0","declarations":1},{"selector":".border-xl-left-0","declarations":1},{"selector":".border-xl-bottom-0","declarations":1},{"selector":".border-xl-right-0","declarations":1},{"selector":".border-xl-top-0","declarations":1},{"selector":".border-xl-left","declarations":1},{"selector":".border-xl-bottom","declarations":1},{"selector":".border-xl-right","declarations":1},{"selector":".border-xl-top","declarations":1},{"selector":".border-xl-0","declarations":1},{"selector":".border-xl","declarations":1},{"selector":".rounded-lg-2","declarations":1},{"selector":".rounded-lg-1","declarations":1},{"selector":".rounded-lg-0","declarations":1},{"selector":".border-lg-left-0","declarations":1},{"selector":".border-lg-bottom-0","declarations":1},{"selector":".border-lg-right-0","declarations":1},{"selector":".border-lg-top-0","declarations":1},{"selector":".border-lg-left","declarations":1},{"selector":".border-lg-bottom","declarations":1},{"selector":".border-lg-right","declarations":1},{"selector":".border-lg-top","declarations":1},{"selector":".border-lg-0","declarations":1},{"selector":".border-lg","declarations":1},{"selector":".rounded-md-2","declarations":1},{"selector":".rounded-md-1","declarations":1},{"selector":".rounded-md-0","declarations":1},{"selector":".border-md-left-0","declarations":1},{"selector":".border-md-bottom-0","declarations":1},{"selector":".border-md-right-0","declarations":1},{"selector":".border-md-top-0","declarations":1},{"selector":".border-md-left","declarations":1},{"selector":".border-md-bottom","declarations":1},{"selector":".border-md-right","declarations":1},{"selector":".border-md-top","declarations":1},{"selector":".border-md-0","declarations":1},{"selector":".border-md","declarations":1},{"selector":".rounded-sm-2","declarations":1},{"selector":".rounded-sm-1","declarations":1},{"selector":".rounded-sm-0","declarations":1},{"selector":".border-sm-left-0","declarations":1},{"selector":".border-sm-bottom-0","declarations":1},{"selector":".border-sm-right-0","declarations":1},{"selector":".border-sm-top-0","declarations":1},{"selector":".border-sm-left","declarations":1},{"selector":".border-sm-bottom","declarations":1},{"selector":".border-sm-right","declarations":1},{"selector":".border-sm-top","declarations":1},{"selector":".border-sm-0","declarations":1},{"selector":".border-sm","declarations":1},{"selector":".rounded-2","declarations":1},{"selector":".rounded-1","declarations":1},{"selector":".rounded-0","declarations":1},{"selector":".border-left-0","declarations":1},{"selector":".border-bottom-0","declarations":1},{"selector":".border-right-0","declarations":1},{"selector":".border-top-0","declarations":1},{"selector":".border-left","declarations":1},{"selector":".border-bottom","declarations":1},{"selector":".border-right","declarations":1},{"selector":".border-top","declarations":1},{"selector":".border-0","declarations":1},{"selector":".border","declarations":1},{"selector":".hover-grow:hover","declarations":1},{"selector":"100%","declarations":1},{"selector":"50%","declarations":1},{"selector":"0%","declarations":1},{"selector":"100%","declarations":1},{"selector":"10%","declarations":1},{"selector":"0%","declarations":1},{"selector":"to","declarations":1},{"selector":"to","declarations":1},{"selector":"100%","declarations":1},{"selector":"0%","declarations":1},{"selector":".anim-fade-out.fast","declarations":1},{"selector":"100%","declarations":1},{"selector":"0%","declarations":1},{"selector":".anim-fade-in.fast","declarations":1},{"selector":".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","declarations":1},{"selector":".tooltipped-sticky.tooltipped-multiline::after","declarations":1},{"selector":".tooltipped-sticky::before,.tooltipped-sticky::after","declarations":1},{"selector":".tooltipped-multiline::after","declarations":1},{"selector":".tooltipped-multiline.tooltipped-w::after,.tooltipped-multiline.tooltipped-e::after","declarations":1},{"selector":".tooltipped-align-left-2::before","declarations":1},{"selector":".tooltipped-align-left-1::before","declarations":1},{"selector":".tooltipped-align-right-2::before","declarations":1},{"selector":".tooltipped-align-right-1::before","declarations":1},{"selector":".tooltipped-s::after,.tooltipped-n::after","declarations":1},{"selector":".tooltipped-nw::after","declarations":1},{"selector":".tooltipped-sw::after","declarations":1},{"selector":".tooltipped-multiline:hover::after,.tooltipped-multiline:active::after,.tooltipped-multiline:focus::after","declarations":1},{"selector":".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","declarations":1},{"selector":"to","declarations":1},{"selector":"from","declarations":1},{"selector":".tooltipped","declarations":1},{"selector":".paginate-container .pagination","declarations":1},{"selector":".pagination .selected","declarations":1},{"selector":".UnderlineNav-octicon","declarations":1},{"selector":".UnderlineNav--full","declarations":1},{"selector":".UnderlineNav-actions","declarations":1},{"selector":".UnderlineNav--right .UnderlineNav-actions","declarations":1},{"selector":".UnderlineNav--right","declarations":1},{"selector":".UnderlineNav-item.selected .UnderlineNav-octicon,.UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon,.UnderlineNav-item[aria-current] .UnderlineNav-octicon","declarations":1},{"selector":".UnderlineNav-item:hover .UnderlineNav-octicon,.UnderlineNav-item:focus .UnderlineNav-octicon","declarations":1},{"selector":".UnderlineNav-body","declarations":1},{"selector":".subnav-spacer-right","declarations":1},{"selector":".subnav-search-context .select-menu-item-icon","declarations":1},{"selector":".subnav-search-context .select-menu-modal","declarations":1},{"selector":".subnav-search-context .select-menu-modal-holder","declarations":1},{"selector":".subnav-search-context+.subnav-search","declarations":1},{"selector":".subnav-search-context .btn:hover,.subnav-search-context .btn:focus,.subnav-search-context .btn:active,.subnav-search-context .btn.selected","declarations":1},{"selector":".subnav-search-input-wide","declarations":1},{"selector":".subnav-item+.subnav-item","declarations":1},{"selector":".subnav-flush","declarations":1},{"selector":".subnav","declarations":1},{"selector":".SideNav-item[aria-current=\"page\"]::before,.SideNav-item[aria-selected=\"true\"]::before","declarations":1},{"selector":".SideNav-item:active","declarations":1},{"selector":".SideNav-item:hover::before,.SideNav-item:focus::before","declarations":1},{"selector":".SideNav-item:last-child","declarations":1},{"selector":".SideNav-item:first-child","declarations":1},{"selector":".SideNav","declarations":1},{"selector":".filter-list","declarations":1},{"selector":".tabnav-btn","declarations":1},{"selector":".tabnav-extra>.octicon","declarations":1},{"selector":".tabnav-tabs","declarations":1},{"selector":".tabnav .Counter","declarations":1},{"selector":".menu-heading:hover","declarations":1},{"selector":".menu-item.alert .Counter","declarations":1},{"selector":".menu-item:last-child::before","declarations":1},{"selector":".menu-item:first-child::before","declarations":1},{"selector":".offset-xl-11","declarations":1},{"selector":".offset-xl-10","declarations":1},{"selector":".offset-xl-9","declarations":1},{"selector":".offset-xl-8","declarations":1},{"selector":".offset-xl-7","declarations":1},{"selector":".offset-xl-6","declarations":1},{"selector":".offset-xl-5","declarations":1},{"selector":".offset-xl-4","declarations":1},{"selector":".offset-xl-3","declarations":1},{"selector":".offset-xl-2","declarations":1},{"selector":".offset-xl-1","declarations":1},{"selector":".offset-lg-11","declarations":1},{"selector":".offset-lg-10","declarations":1},{"selector":".offset-lg-9","declarations":1},{"selector":".offset-lg-8","declarations":1},{"selector":".offset-lg-7","declarations":1},{"selector":".offset-lg-6","declarations":1},{"selector":".offset-lg-5","declarations":1},{"selector":".offset-lg-4","declarations":1},{"selector":".offset-lg-3","declarations":1},{"selector":".offset-lg-2","declarations":1},{"selector":".offset-lg-1","declarations":1},{"selector":".offset-md-11","declarations":1},{"selector":".offset-md-10","declarations":1},{"selector":".offset-md-9","declarations":1},{"selector":".offset-md-8","declarations":1},{"selector":".offset-md-7","declarations":1},{"selector":".offset-md-6","declarations":1},{"selector":".offset-md-5","declarations":1},{"selector":".offset-md-4","declarations":1},{"selector":".offset-md-3","declarations":1},{"selector":".offset-md-2","declarations":1},{"selector":".offset-md-1","declarations":1},{"selector":".offset-sm-11","declarations":1},{"selector":".offset-sm-10","declarations":1},{"selector":".offset-sm-9","declarations":1},{"selector":".offset-sm-8","declarations":1},{"selector":".offset-sm-7","declarations":1},{"selector":".offset-sm-6","declarations":1},{"selector":".offset-sm-5","declarations":1},{"selector":".offset-sm-4","declarations":1},{"selector":".offset-sm-3","declarations":1},{"selector":".offset-sm-2","declarations":1},{"selector":".offset-sm-1","declarations":1},{"selector":".offset-11","declarations":1},{"selector":".offset-10","declarations":1},{"selector":".offset-9","declarations":1},{"selector":".offset-8","declarations":1},{"selector":".offset-7","declarations":1},{"selector":".offset-6","declarations":1},{"selector":".offset-5","declarations":1},{"selector":".offset-4","declarations":1},{"selector":".offset-3","declarations":1},{"selector":".offset-2","declarations":1},{"selector":".offset-1","declarations":1},{"selector":".col-xl-12","declarations":1},{"selector":".col-xl-11","declarations":1},{"selector":".col-xl-10","declarations":1},{"selector":".col-xl-9","declarations":1},{"selector":".col-xl-8","declarations":1},{"selector":".col-xl-7","declarations":1},{"selector":".col-xl-6","declarations":1},{"selector":".col-xl-5","declarations":1},{"selector":".col-xl-4","declarations":1},{"selector":".col-xl-3","declarations":1},{"selector":".col-xl-2","declarations":1},{"selector":".col-xl-1","declarations":1},{"selector":".col-lg-12","declarations":1},{"selector":".col-lg-11","declarations":1},{"selector":".col-lg-10","declarations":1},{"selector":".col-lg-9","declarations":1},{"selector":".col-lg-8","declarations":1},{"selector":".col-lg-7","declarations":1},{"selector":".col-lg-6","declarations":1},{"selector":".col-lg-5","declarations":1},{"selector":".col-lg-4","declarations":1},{"selector":".col-lg-3","declarations":1},{"selector":".col-lg-2","declarations":1},{"selector":".col-lg-1","declarations":1},{"selector":".col-md-12","declarations":1},{"selector":".col-md-11","declarations":1},{"selector":".col-md-10","declarations":1},{"selector":".col-md-9","declarations":1},{"selector":".col-md-8","declarations":1},{"selector":".col-md-7","declarations":1},{"selector":".col-md-6","declarations":1},{"selector":".col-md-5","declarations":1},{"selector":".col-md-4","declarations":1},{"selector":".col-md-3","declarations":1},{"selector":".col-md-2","declarations":1},{"selector":".col-md-1","declarations":1},{"selector":".col-sm-12","declarations":1},{"selector":".col-sm-11","declarations":1},{"selector":".col-sm-10","declarations":1},{"selector":".col-sm-9","declarations":1},{"selector":".col-sm-8","declarations":1},{"selector":".col-sm-7","declarations":1},{"selector":".col-sm-6","declarations":1},{"selector":".col-sm-5","declarations":1},{"selector":".col-sm-4","declarations":1},{"selector":".col-sm-3","declarations":1},{"selector":".col-sm-2","declarations":1},{"selector":".col-sm-1","declarations":1},{"selector":".col-12","declarations":1},{"selector":".col-11","declarations":1},{"selector":".col-10","declarations":1},{"selector":".col-9","declarations":1},{"selector":".col-8","declarations":1},{"selector":".col-7","declarations":1},{"selector":".col-6","declarations":1},{"selector":".col-5","declarations":1},{"selector":".col-4","declarations":1},{"selector":".col-3","declarations":1},{"selector":".col-2","declarations":1},{"selector":".col-1","declarations":1},{"selector":".input-group-button:last-child .btn","declarations":1},{"selector":".input-group-button:first-child .btn","declarations":1},{"selector":".input-group .form-control,.input-group-button","declarations":1},{"selector":".input-group.inline","declarations":1},{"selector":".input-group .form-control+.btn","declarations":1},{"selector":".input-group .form-control:focus","declarations":1},{"selector":".input-group","declarations":1},{"selector":".form-group label","declarations":1},{"selector":"p.explain strong","declarations":1},{"selector":".composer .tabnav","declarations":1},{"selector":".form-action-spacious","declarations":1},{"selector":".previewable-comment-form.write-selected .write-content,.previewable-comment-form.preview-selected .preview-content","declarations":1},{"selector":".previewable-comment-form .comment-form-error","declarations":1},{"selector":".previewable-comment-form .comment","declarations":1},{"selector":".previewable-comment-form","declarations":1},{"selector":".write-content","declarations":1},{"selector":".dragover textarea,.dragover .drag-and-drop","declarations":1},{"selector":".upload-enabled.focused .drag-and-drop","declarations":1},{"selector":".upload-enabled.focused .form-control","declarations":1},{"selector":".manual-file-chooser:hover+.manual-file-chooser-text","declarations":1},{"selector":".is-failed .drag-and-drop .failed-request","declarations":1},{"selector":".drag-and-drop-error-info a","declarations":1},{"selector":".is-repository-required .drag-and-drop .repository-required","declarations":1},{"selector":".is-bad-permissions .drag-and-drop .bad-permissions","declarations":1},{"selector":".is-empty .drag-and-drop .empty","declarations":1},{"selector":".is-hidden-file .drag-and-drop .hidden-file","declarations":1},{"selector":".is-too-big .drag-and-drop .too-big","declarations":1},{"selector":".is-duplicate-filename .drag-and-drop .duplicate-filename","declarations":1},{"selector":".is-bad-file .drag-and-drop .bad-file","declarations":1},{"selector":".is-uploading .drag-and-drop .loading","declarations":1},{"selector":".is-default .drag-and-drop .default","declarations":1},{"selector":".drag-and-drop img","declarations":1},{"selector":".drag-and-drop .error","declarations":1},{"selector":".drag-and-drop .default,.drag-and-drop .loading,.drag-and-drop .error","declarations":1},{"selector":".inline-form","declarations":1},{"selector":".status-indicator-failed .octicon-check","declarations":1},{"selector":".status-indicator-failed::before","declarations":1},{"selector":".status-indicator-success .octicon-x","declarations":1},{"selector":".status-indicator-success::before","declarations":1},{"selector":".status-indicator .octicon","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-errored,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-successful","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-loading","declarations":1},{"selector":"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-group>.form-group-body .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-errored,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-successful","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-loading","declarations":1},{"selector":"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-group>.form-group-body .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1},{"selector":".form-group.errored .error::before","declarations":1},{"selector":".form-group.errored .error::after","declarations":1},{"selector":".form-group.errored label","declarations":1},{"selector":".form-group.warn .warning::before","declarations":1},{"selector":".form-group.warn .warning::after","declarations":1},{"selector":".form-group.successed .success::before","declarations":1},{"selector":".form-group.successed .success::after","declarations":1},{"selector":".form-group.successed .success::after,.form-group.successed .warning::after,.form-group.successed .error::after,.form-group.warn .success::after,.form-group.warn .warning::after,.form-group.warn .error::after,.form-group.errored .success::after,.form-group.errored .warning::after,.form-group.errored .error::after","declarations":1},{"selector":".form-group.loading .indicator","declarations":1},{"selector":".form-group.loading","declarations":1},{"selector":".form-group dd h4+.note,.form-group .form-group-body h4+.note","declarations":1},{"selector":".form-group dd h4.is-success,.form-group .form-group-body h4.is-success","declarations":1},{"selector":".form-group dd h4.is-error,.form-group .form-group-body h4.is-error","declarations":1},{"selector":".form-group dd h4,.form-group .form-group-body h4","declarations":1},{"selector":".form-group.flattened dd,.form-group.flattened .form-group-body","declarations":1},{"selector":".form-group label","declarations":1},{"selector":".form-group dt,.form-group .form-group-header","declarations":1},{"selector":".form-group .form-control.long","declarations":1},{"selector":".form-group .form-control.short","declarations":1},{"selector":".form-group .form-control.shorter","declarations":1},{"selector":".form-group .form-control:focus","declarations":1},{"selector":".form-group","declarations":1},{"selector":".form-select[multiple]","declarations":1},{"selector":".form-select::-ms-expand","declarations":1},{"selector":".form-warning a","declarations":1},{"selector":".form-actions .btn+.btn","declarations":1},{"selector":".form-actions .btn","declarations":1},{"selector":".hfields .form-select","declarations":1},{"selector":".hfields","declarations":1},{"selector":".form-checkbox-details-trigger:checked ~ * .form-checkbox-details,.form-checkbox-details-trigger:checked ~ .form-checkbox-details","declarations":1},{"selector":".form-checkbox-details","declarations":1},{"selector":".input-monospace","declarations":1},{"selector":"::placeholder","declarations":1},{"selector":"::-ms-input-placeholder","declarations":1},{"selector":":-ms-input-placeholder","declarations":1},{"selector":".input-contrast:focus","declarations":1},{"selector":".input-contrast","declarations":1},{"selector":".form-control,.form-select","declarations":1},{"selector":"label","declarations":1},{"selector":".TableObject-item--primary","declarations":1},{"selector":".TableObject","declarations":1},{"selector":".social-count:hover,.social-count:active","declarations":1},{"selector":".hidden-text-expander","declarations":1},{"selector":".BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-parent:focus,.BtnGroup-parent:active","declarations":1},{"selector":".BtnGroup-parent.selected+.BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent[aria-selected=true]+.BtnGroup-item,.BtnGroup-parent[aria-selected=true]+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item","declarations":1},{"selector":".BtnGroup-parent.selected .BtnGroup-item,.BtnGroup-parent[aria-selected=true] .BtnGroup-item,.BtnGroup-parent:focus .BtnGroup-item,.BtnGroup-parent:active .BtnGroup-item,.BtnGroup-parent:hover .BtnGroup-item","declarations":1},{"selector":".BtnGroup-parent","declarations":1},{"selector":".BtnGroup-item.selected+.BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item[aria-selected=true]+.BtnGroup-item,.BtnGroup-item[aria-selected=true]+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-item,.BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item","declarations":1},{"selector":".BtnGroup-item.selected,.BtnGroup-item[aria-selected=true],.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-item:hover","declarations":1},{"selector":".BtnGroup+.BtnGroup,.BtnGroup+.btn","declarations":1},{"selector":".btn-octicon-danger:hover","declarations":1},{"selector":".btn-octicon.disabled:hover,.btn-octicon[aria-disabled=true]:hover","declarations":1},{"selector":".btn-octicon:hover","declarations":1},{"selector":".btn-link:hover","declarations":1},{"selector":".btn-outline .Counter","declarations":1},{"selector":".btn-danger:hover .Counter","declarations":1},{"selector":".btn-danger:focus","declarations":1},{"selector":".btn-blue:focus,.btn-blue.focus","declarations":1},{"selector":".btn-primary:focus,.btn-primary.focus","declarations":1},{"selector":".btn:focus,.btn.focus","declarations":1},{"selector":".btn:active,.btn.selected,.btn[aria-selected=true]","declarations":1},{"selector":".btn:focus","declarations":1},{"selector":".btn .octicon","declarations":1},{"selector":".breadcrumb-item-selected::after,.breadcrumb-item[aria-current]::after","declarations":1},{"selector":".breadcrumb-item-selected,.breadcrumb-item[aria-current]","declarations":1},{"selector":".breadcrumb-item:first-child","declarations":1},{"selector":".Box-row--gray","declarations":1},{"selector":".Box-row--blue","declarations":1},{"selector":".Box-row--yellow","declarations":1},{"selector":".Box--danger .Box-body:last-of-type","declarations":1},{"selector":".Box--danger .Box-row:first-of-type","declarations":1},{"selector":".Box--danger","declarations":1},{"selector":".Box--blue .Box-footer","declarations":1},{"selector":".Box--blue .Box-row","declarations":1},{"selector":".Box--blue .Box-body","declarations":1},{"selector":".Box--blue","declarations":1},{"selector":".Box-row--drag-button","declarations":1},{"selector":".Box-row--hover-blue:hover","declarations":1},{"selector":".Box-row--hover-gray:hover","declarations":1},{"selector":".Box-row--focus-blue.navigation-focus","declarations":1},{"selector":".Box-row--focus-gray.navigation-focus","declarations":1},{"selector":".Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide","declarations":1},{"selector":".Box-row.navigation-focus.sortable-ghost","declarations":1},{"selector":".Box-row.navigation-focus.sortable-chosen","declarations":1},{"selector":".Box-row.navigation-focus.is-dragging .Box-row--drag-button","declarations":1},{"selector":".Box-row.Box-row--unread,.Box-row.unread","declarations":1},{"selector":".Box--spacious .Box-row","declarations":1},{"selector":".Box--spacious .Box-footer","declarations":1},{"selector":".Box--spacious .Box-body","declarations":1},{"selector":".Box--spacious .Box-title","declarations":1},{"selector":".Box--condensed .Box-row","declarations":1},{"selector":".Box--condensed .Box-footer","declarations":1},{"selector":".Box--condensed .Box-body","declarations":1},{"selector":".Box--condensed .Box-header","declarations":1},{"selector":".Box--condensed","declarations":1},{"selector":".octicon","declarations":1},{"selector":"dd","declarations":1},{"selector":"ul ul ol,ul ol ol,ol ul ol,ol ol ol","declarations":1},{"selector":"ol ol,ul ol","declarations":1},{"selector":"blockquote","declarations":1},{"selector":"small","declarations":1},{"selector":"details:not([open])>*:not(summary)","declarations":1},{"selector":"details summary","declarations":1},{"selector":"[hidden][hidden]","declarations":1},{"selector":"td,th","declarations":1},{"selector":"b,strong","declarations":1},{"selector":"a:hover","declarations":1},{"selector":"*","declarations":1},{"selector":"[type=\"search\"]::-webkit-search-cancel-button,[type=\"search\"]::-webkit-search-decoration","declarations":1},{"selector":"[type=\"number\"]::-webkit-inner-spin-button,[type=\"number\"]::-webkit-outer-spin-button","declarations":1},{"selector":"textarea","declarations":1},{"selector":"button:-moz-focusring,[type=\"button\"]:-moz-focusring,[type=\"reset\"]:-moz-focusring,[type=\"submit\"]:-moz-focusring","declarations":1},{"selector":"button,html [type=\"button\"],[type=\"reset\"],[type=\"submit\"]","declarations":1},{"selector":"button,select","declarations":1},{"selector":"button,input","declarations":1},{"selector":"optgroup","declarations":1},{"selector":"figure","declarations":1},{"selector":"svg:not(:root)","declarations":1},{"selector":"img","declarations":1},{"selector":"sup","declarations":1},{"selector":"sub","declarations":1},{"selector":"small","declarations":1},{"selector":"dfn","declarations":1},{"selector":"b,strong","declarations":1},{"selector":"b,strong","declarations":1},{"selector":"a:active,a:hover","declarations":1},{"selector":"a","declarations":1},{"selector":"template,[hidden]","declarations":1},{"selector":"progress","declarations":1},{"selector":"audio,canvas,progress,video","declarations":1},{"selector":"summary","declarations":1},{"selector":"article,aside,details,figcaption,figure,footer,header,main,menu,nav,section","declarations":1},{"selector":"body","declarations":1}]},"selectors":{"total":3794,"type":318,"class":3660,"id":0,"pseudoClass":247,"pseudoElement":253,"values":[".octicon","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","b","strong","hr",".rule","hr::before",".rule::before","hr::after",".rule::after","table","td","th","button","[hidden][hidden]","details summary","details:not([open])>*:not(summary)","kbd","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",".breadcrumb-item",".breadcrumb-item::after",".breadcrumb-item:first-child",".breadcrumb-item-selected",".breadcrumb-item[aria-current]",".breadcrumb-item-selected::after",".breadcrumb-item[aria-current]::after",".btn",".btn i",".btn .octicon",".btn .Counter",".btn:hover",".btn:focus",".btn:disabled",".btn.disabled",".btn[aria-disabled=true]",".btn:active",".btn.selected",".btn[aria-selected=true]",".btn",".btn:focus",".btn.focus",".btn:hover",".btn.hover",".btn:active",".btn.selected",".btn[aria-selected=true]","[open]>.btn",".btn:disabled",".btn.disabled",".btn[aria-disabled=true]",".btn-primary",".btn-primary:focus",".btn-primary.focus",".btn-primary:hover",".btn-primary.hover",".btn-primary:active",".btn-primary.selected",".btn-primary[aria-selected=true]","[open]>.btn-primary",".btn-primary:disabled",".btn-primary.disabled",".btn-primary[aria-disabled=true]",".btn-primary .Counter",".btn-blue",".btn-blue:focus",".btn-blue.focus",".btn-blue:hover",".btn-blue.hover",".btn-blue:active",".btn-blue.selected",".btn-blue[aria-selected=true]","[open]>.btn-blue",".btn-blue:disabled",".btn-blue.disabled",".btn-blue[aria-disabled=true]",".btn-blue .Counter",".btn-danger",".btn-danger:focus",".btn-danger:hover",".btn-danger:hover .Counter",".btn-danger:active",".btn-danger.selected",".btn-danger[aria-selected=true]","[open]>.btn-danger",".btn-danger:disabled",".btn-danger.disabled",".btn-danger[aria-disabled=true]",".btn-outline",".btn-outline .Counter",".btn-outline:hover",".btn-outline:active",".btn-outline.selected",".btn-outline[aria-selected=true]","[open]>.btn-outline",".btn-outline:hover .Counter",".btn-outline:active .Counter",".btn-outline.selected .Counter",".btn-outline[aria-selected=true] .Counter","[open]>.btn-outline .Counter",".btn-outline:focus",".btn-outline:disabled",".btn-outline.disabled",".btn-outline[aria-disabled=true]",".btn-with-count",".btn-sm",".btn-large",".btn-block",".btn-link",".btn-link:hover",".btn-link:disabled",".btn-link:disabled:hover",".btn-link[aria-disabled=true]",".btn-link[aria-disabled=true]:hover",".btn-invisible",".btn-invisible:hover",".btn-invisible:active",".btn-invisible:focus",".btn-invisible.selected",".btn-invisible[aria-selected=true]",".btn-invisible.zeroclipboard-is-hover",".btn-invisible.zeroclipboard-is-active",".btn-octicon",".btn-octicon:hover",".btn-octicon.disabled",".btn-octicon[aria-disabled=true]",".btn-octicon.disabled:hover",".btn-octicon[aria-disabled=true]:hover",".btn-octicon-danger: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[aria-selected=true]",".BtnGroup-item:focus",".BtnGroup-item:active",".BtnGroup-item:hover",".BtnGroup-item.selected+.BtnGroup-item",".BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item[aria-selected=true]+.BtnGroup-item",".BtnGroup-item[aria-selected=true]+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:active+.BtnGroup-item",".BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent",".BtnGroup-parent:first-child .BtnGroup-item",".BtnGroup-parent:last-child .BtnGroup-item",".BtnGroup-parent .BtnGroup-item",".BtnGroup-parent.selected .BtnGroup-item",".BtnGroup-parent[aria-selected=true] .BtnGroup-item",".BtnGroup-parent:focus .BtnGroup-item",".BtnGroup-parent:active .BtnGroup-item",".BtnGroup-parent:hover .BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent[aria-selected=true]+.BtnGroup-item",".BtnGroup-parent[aria-selected=true]+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:focus",".BtnGroup-item:active",".BtnGroup-parent:focus",".BtnGroup-parent:active",".close-button",".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",".TableObject",".TableObject-item",".TableObject-item--primary","fieldset","label",".form-control",".form-select",".form-control.focus",".form-control:focus",".form-select.focus",".form-select:focus",".form-control",".form-select",".input-contrast",".input-contrast:focus",".input-dark",".input-dark:-ms-input-placeholder",".input-dark::-ms-input-placeholder",".input-dark::placeholder",".input-dark.focus",".input-dark:focus",":-ms-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 .form-group-header label",".hfields .form-group dt img",".hfields .form-group .form-group-header 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 .form-group-header",".form-group label",".form-group.flattened dt",".form-group.flattened .form-group-header",".form-group.flattened dd",".form-group.flattened .form-group-body",".form-group dd h4",".form-group .form-group-body h4",".form-group dd h4.is-error",".form-group .form-group-body h4.is-error",".form-group dd h4.is-success",".form-group .form-group-body h4.is-success",".form-group dd h4+.note",".form-group .form-group-body h4+.note",".form-group.required dt label::after",".form-group.required .form-group-header 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.successed .success",".form-group.successed .warning",".form-group.successed .error",".form-group.warn .success",".form-group.warn .warning",".form-group.warn .error",".form-group.errored .success",".form-group.errored .warning",".form-group.errored .error",".form-group.successed .success::after",".form-group.successed .success::before",".form-group.successed .warning::after",".form-group.successed .warning::before",".form-group.successed .error::after",".form-group.successed .error::before",".form-group.warn .success::after",".form-group.warn .success::before",".form-group.warn .warning::after",".form-group.warn .warning::before",".form-group.warn .error::after",".form-group.warn .error::before",".form-group.errored .success::after",".form-group.errored .success::before",".form-group.errored .warning::after",".form-group.errored .warning::before",".form-group.errored .error::after",".form-group.errored .error::before",".form-group.successed .success::after",".form-group.successed .warning::after",".form-group.successed .error::after",".form-group.warn .success::after",".form-group.warn .warning::after",".form-group.warn .error::after",".form-group.errored .success::after",".form-group.errored .warning::after",".form-group.errored .error::after",".form-group.successed .success::before",".form-group.successed .warning::before",".form-group.successed .error::before",".form-group.warn .success::before",".form-group.warn .warning::before",".form-group.warn .error::before",".form-group.errored .success::before",".form-group.errored .warning::before",".form-group.errored .error::before",".form-group.successed .success",".form-group.successed .success::after",".form-group.successed .success::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",".form-group>.form-group-body .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored",".form-group>.form-group-body .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-group>.form-group-body .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored",".form-group>.form-group-body .form-control.is-autocheck-errored",".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",".input-group",".input-group .form-control",".input-group .form-control:focus",".input-group .form-control+.btn",".input-group.inline",".input-group .form-control",".input-group-button",".input-group-button",".input-group .form-control:first-child",".input-group-button:first-child .btn",".input-group-button:first-child .btn",".input-group .form-control:last-child",".input-group-button:last-child .btn",".input-group-button:last-child .btn",".radio-group::before",".radio-group::after",".radio-label",":checked+.radio-label",".radio-label:first-of-type",".radio-label:last-of-type",".radio-input",".container-sm",".container-md",".container-lg",".container-xl",".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[aria-selected=true]",".menu-item[aria-current]",".menu-item.selected::before",".menu-item[aria-selected=true]::before",".menu-item[aria-current]::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[aria-selected=true]",".tabnav-tab[aria-current]",".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[aria-selected=true]",".filter-item[aria-current]",".filter-item .count",".filter-item .bar",".SideNav",".SideNav-item",".SideNav-item:first-child",".SideNav-item:last-child",".SideNav-item::before",".SideNav-item:hover",".SideNav-item:focus",".SideNav-item:hover::before",".SideNav-item:focus::before",".SideNav-item:active",".SideNav-item[aria-current=\"page\"]",".SideNav-item[aria-selected=\"true\"]",".SideNav-item[aria-current=\"page\"]::before",".SideNav-item[aria-selected=\"true\"]::before",".SideNav-icon",".SideNav-subItem",".SideNav-subItem:hover",".SideNav-subItem:focus",".SideNav-subItem[aria-current=\"page\"]",".SideNav-subItem[aria-selected=\"true\"]",".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[aria-selected=true]",".subnav-item[aria-current]",".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",".UnderlineNav",".UnderlineNav-body",".UnderlineNav-item",".UnderlineNav-item:hover",".UnderlineNav-item:focus",".UnderlineNav-item:hover .UnderlineNav-octicon",".UnderlineNav-item:focus .UnderlineNav-octicon",".UnderlineNav-item.selected",".UnderlineNav-item[role=tab][aria-selected=true]",".UnderlineNav-item[aria-current]",".UnderlineNav-item.selected .UnderlineNav-octicon",".UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon",".UnderlineNav-item[aria-current] .UnderlineNav-octicon",".UnderlineNav--right",".UnderlineNav--right .UnderlineNav-item",".UnderlineNav--right .UnderlineNav-actions",".UnderlineNav-actions",".UnderlineNav--full",".UnderlineNav-octicon",".UnderlineNav-container",".pagination::before",".pagination::after",".pagination a",".pagination span",".pagination em",".pagination a:first-child",".pagination span:first-child",".pagination em:first-child",".pagination a:last-child",".pagination span:last-child",".pagination em:last-child",".pagination a:hover",".pagination a:focus",".pagination span:hover",".pagination span:focus",".pagination em:hover",".pagination em:focus",".pagination .selected",".pagination .current",".pagination .current:hover",".pagination [aria-current]",".pagination [aria-current]:hover",".pagination .gap",".pagination .disabled",".pagination [aria-disabled=true]",".pagination .gap:hover",".pagination .disabled:hover",".pagination [aria-disabled=true]:hover",".paginate-container",".paginate-container .pagination",".tooltipped",".tooltipped::after",".tooltipped::before",".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-align-right-1::after",".tooltipped-align-right-2::after",".tooltipped-align-right-1::before",".tooltipped-align-right-2::before",".tooltipped-align-left-1::after",".tooltipped-align-left-2::after",".tooltipped-align-left-1::before",".tooltipped-align-left-2::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",".css-truncate.css-truncate-overflow",".css-truncate .css-truncate-overflow",".css-truncate.css-truncate-target",".css-truncate .css-truncate-target",".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",".anim-fade-out",".anim-fade-out.fast",".anim-fade-up",".anim-fade-down",".anim-grow-x",".anim-shrink-x",".anim-scale-in",".anim-pulse",".anim-pulse-in",".hover-grow",".hover-grow:hover",".border-x",".border-y",".border",".border-0",".border-top",".border-right",".border-bottom",".border-left",".border-top-0",".border-right-0",".border-bottom-0",".border-left-0",".rounded-0",".rounded-1",".rounded-2",".rounded-top-0",".rounded-top-1",".rounded-top-2",".rounded-right-0",".rounded-right-1",".rounded-right-2",".rounded-bottom-0",".rounded-bottom-1",".rounded-bottom-2",".rounded-left-0",".rounded-left-1",".rounded-left-2",".border-sm",".border-sm-0",".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",".rounded-sm-0",".rounded-sm-1",".rounded-sm-2",".rounded-sm-top-0",".rounded-sm-top-1",".rounded-sm-top-2",".rounded-sm-right-0",".rounded-sm-right-1",".rounded-sm-right-2",".rounded-sm-bottom-0",".rounded-sm-bottom-1",".rounded-sm-bottom-2",".rounded-sm-left-0",".rounded-sm-left-1",".rounded-sm-left-2",".border-md",".border-md-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",".rounded-md-0",".rounded-md-1",".rounded-md-2",".rounded-md-top-0",".rounded-md-top-1",".rounded-md-top-2",".rounded-md-right-0",".rounded-md-right-1",".rounded-md-right-2",".rounded-md-bottom-0",".rounded-md-bottom-1",".rounded-md-bottom-2",".rounded-md-left-0",".rounded-md-left-1",".rounded-md-left-2",".border-lg",".border-lg-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",".rounded-lg-0",".rounded-lg-1",".rounded-lg-2",".rounded-lg-top-0",".rounded-lg-top-1",".rounded-lg-top-2",".rounded-lg-right-0",".rounded-lg-right-1",".rounded-lg-right-2",".rounded-lg-bottom-0",".rounded-lg-bottom-1",".rounded-lg-bottom-2",".rounded-lg-left-0",".rounded-lg-left-1",".rounded-lg-left-2",".border-xl",".border-xl-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",".rounded-xl-0",".rounded-xl-1",".rounded-xl-2",".rounded-xl-top-0",".rounded-xl-top-1",".rounded-xl-top-2",".rounded-xl-right-0",".rounded-xl-right-1",".rounded-xl-right-2",".rounded-xl-bottom-0",".rounded-xl-bottom-1",".rounded-xl-bottom-2",".rounded-xl-left-0",".rounded-xl-left-1",".rounded-xl-left-2",".circle",".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-white-fade",".border-white-fade-15",".border-white-fade-30",".border-white-fade-50",".border-white-fade-70",".border-white-fade-85",".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-yellow-dark",".bg-purple",".bg-pink",".bg-purple-light",".color-gray-0",".bg-gray-0",".color-gray-1",".bg-gray-1",".color-gray-2",".bg-gray-2",".color-gray-3",".bg-gray-3",".color-gray-4",".bg-gray-4",".color-gray-5",".bg-gray-5",".color-gray-6",".bg-gray-6",".color-gray-7",".bg-gray-7",".color-gray-8",".bg-gray-8",".color-gray-9",".bg-gray-9",".color-blue-0",".bg-blue-0",".color-blue-1",".bg-blue-1",".color-blue-2",".bg-blue-2",".color-blue-3",".bg-blue-3",".color-blue-4",".bg-blue-4",".color-blue-5",".bg-blue-5",".color-blue-6",".bg-blue-6",".color-blue-7",".bg-blue-7",".color-blue-8",".bg-blue-8",".color-blue-9",".bg-blue-9",".color-green-0",".bg-green-0",".color-green-1",".bg-green-1",".color-green-2",".bg-green-2",".color-green-3",".bg-green-3",".color-green-4",".bg-green-4",".color-green-5",".bg-green-5",".color-green-6",".bg-green-6",".color-green-7",".bg-green-7",".color-green-8",".bg-green-8",".color-green-9",".bg-green-9",".color-yellow-0",".bg-yellow-0",".color-yellow-1",".bg-yellow-1",".color-yellow-2",".bg-yellow-2",".color-yellow-3",".bg-yellow-3",".color-yellow-4",".bg-yellow-4",".color-yellow-5",".bg-yellow-5",".color-yellow-6",".bg-yellow-6",".color-yellow-7",".bg-yellow-7",".color-yellow-8",".bg-yellow-8",".color-yellow-9",".bg-yellow-9",".color-orange-0",".bg-orange-0",".color-orange-1",".bg-orange-1",".color-orange-2",".bg-orange-2",".color-orange-3",".bg-orange-3",".color-orange-4",".bg-orange-4",".color-orange-5",".bg-orange-5",".color-orange-6",".bg-orange-6",".color-orange-7",".bg-orange-7",".color-orange-8",".bg-orange-8",".color-orange-9",".bg-orange-9",".color-red-0",".bg-red-0",".color-red-1",".bg-red-1",".color-red-2",".bg-red-2",".color-red-3",".bg-red-3",".color-red-4",".bg-red-4",".color-red-5",".bg-red-5",".color-red-6",".bg-red-6",".color-red-7",".bg-red-7",".color-red-8",".bg-red-8",".color-red-9",".bg-red-9",".color-purple-0",".bg-purple-0",".color-purple-1",".bg-purple-1",".color-purple-2",".bg-purple-2",".color-purple-3",".bg-purple-3",".color-purple-4",".bg-purple-4",".color-purple-5",".bg-purple-5",".color-purple-6",".bg-purple-6",".color-purple-7",".bg-purple-7",".color-purple-8",".bg-purple-8",".color-purple-9",".bg-purple-9",".color-pink-0",".bg-pink-0",".color-pink-1",".bg-pink-1",".color-pink-2",".bg-pink-2",".color-pink-3",".bg-pink-3",".color-pink-4",".bg-pink-4",".color-pink-5",".bg-pink-5",".color-pink-6",".bg-pink-6",".color-pink-7",".bg-pink-7",".color-pink-8",".bg-pink-8",".color-pink-9",".bg-pink-9",".bg-shade-gradient",".text-blue",".text-red",".text-gray-light",".text-gray",".text-gray-dark",".text-green",".text-yellow",".text-orange",".text-orange-light",".text-purple",".text-pink",".text-white",".text-inherit",".link-gray",".link-gray:hover",".link-gray-dark",".link-gray-dark:hover",".link-hover-blue:hover",".muted-link",".muted-link:hover",".details-overlay[open]>summary::before",".details-overlay-dark[open]>summary::before",".details-reset>summary",".details-reset>summary::before",".details-reset>summary::-webkit-details-marker",".flex-row",".flex-row-reverse",".flex-column",".flex-column-reverse",".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-1",".flex-auto",".flex-grow-0",".flex-shrink-0",".flex-self-auto",".flex-self-start",".flex-self-end",".flex-self-center",".flex-self-baseline",".flex-self-stretch",".flex-order-1",".flex-order-2",".flex-order-none",".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-column-reverse",".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-1",".flex-sm-auto",".flex-sm-grow-0",".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-order-1",".flex-sm-order-2",".flex-sm-order-none",".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-column-reverse",".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-1",".flex-md-auto",".flex-md-grow-0",".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-order-1",".flex-md-order-2",".flex-md-order-none",".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-column-reverse",".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-1",".flex-lg-auto",".flex-lg-grow-0",".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-order-1",".flex-lg-order-2",".flex-lg-order-none",".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-column-reverse",".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-1",".flex-xl-auto",".flex-xl-grow-0",".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-order-1",".flex-xl-order-2",".flex-xl-order-none",".position-static",".position-relative",".position-absolute",".position-fixed",".position-sticky",".position-sm-static",".position-sm-relative",".position-sm-absolute",".position-sm-fixed",".position-sm-sticky",".position-md-static",".position-md-relative",".position-md-absolute",".position-md-fixed",".position-md-sticky",".position-lg-static",".position-lg-relative",".position-lg-absolute",".position-lg-fixed",".position-lg-sticky",".position-xl-static",".position-xl-relative",".position-xl-absolute",".position-xl-fixed",".position-xl-sticky",".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",".v-align-baseline",".overflow-visible",".overflow-x-visible",".overflow-y-visible",".overflow-hidden",".overflow-x-hidden",".overflow-y-hidden",".overflow-auto",".overflow-x-auto",".overflow-y-auto",".overflow-scroll",".overflow-x-scroll",".overflow-y-scroll",".clearfix::before",".clearfix::after",".float-left",".float-right",".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-fit",".height-full",".min-width-0",".width-auto",".direction-rtl",".direction-ltr",".width-sm-auto",".direction-sm-rtl",".direction-sm-ltr",".width-md-auto",".direction-md-rtl",".direction-md-ltr",".width-lg-auto",".direction-lg-rtl",".direction-lg-ltr",".width-xl-auto",".direction-xl-rtl",".direction-xl-ltr",".m-0",".mt-0",".mr-0",".mb-0",".ml-0",".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",".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",".mx-sm-auto",".m-md-0",".mt-md-0",".mr-md-0",".mb-md-0",".ml-md-0",".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",".mx-md-auto",".m-lg-0",".mt-lg-0",".mr-lg-0",".mb-lg-0",".ml-lg-0",".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",".mx-lg-auto",".m-xl-0",".mt-xl-0",".mr-xl-0",".mb-xl-0",".ml-xl-0",".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",".mx-xl-auto",".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",".lh-0",".lh-sm-condensed-ultra",".lh-sm-condensed",".lh-sm-default",".lh-sm-0",".lh-md-condensed-ultra",".lh-md-condensed",".lh-md-default",".lh-md-0",".lh-lg-condensed-ultra",".lh-lg-condensed",".lh-lg-default",".lh-lg-0",".lh-xl-condensed-ultra",".lh-xl-condensed",".lh-xl-default",".lh-xl-0",".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",".text-underline",".no-underline",".no-wrap",".ws-normal",".break-word",".wb-break-all",".text-emphasized",".list-style-none",".text-shadow-dark",".text-shadow-light",".text-mono",".user-select-none",".d-block",".d-flex",".d-inline",".d-inline-block",".d-inline-flex",".d-none",".d-table",".d-table-cell",".d-sm-block",".d-sm-flex",".d-sm-inline",".d-sm-inline-block",".d-sm-inline-flex",".d-sm-none",".d-sm-table",".d-sm-table-cell",".d-md-block",".d-md-flex",".d-md-inline",".d-md-inline-block",".d-md-inline-flex",".d-md-none",".d-md-table",".d-md-table-cell",".d-lg-block",".d-lg-flex",".d-lg-inline",".d-lg-inline-block",".d-lg-inline-flex",".d-lg-none",".d-lg-table",".d-lg-table-cell",".d-xl-block",".d-xl-flex",".d-xl-inline",".d-xl-inline-block",".d-xl-inline-flex",".d-xl-none",".d-xl-table",".d-xl-table-cell",".v-hidden",".v-visible",".hide-sm",".hide-md",".hide-lg",".hide-xl",".table-fixed",".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",".flash-banner",".warning",".autocomplete-results",".autocomplete-item",".autocomplete-item:hover",".autocomplete-item.selected",".autocomplete-item[aria-selected=true]",".autocomplete-item.navigation-focus",".autocomplete-item:hover *",".autocomplete-item.selected *",".autocomplete-item[aria-selected=true] *",".autocomplete-item.navigation-focus *",".suggester",".suggester li",".suggester li small",".suggester li:last-child",".suggester li:first-child",".suggester li:hover",".suggester li[aria-selected=\"true\"]",".suggester li.navigation-focus",".suggester li:hover small",".suggester li[aria-selected=\"true\"] small",".suggester li.navigation-focus small",".suggester-container",".page-responsive .suggester-container",".page-responsive .suggester li",".avatar",".avatar-small",".avatar-link",".avatar-group-item",".avatar-parent-child",".avatar-child",".AvatarStack",".AvatarStack .AvatarStack-body",".AvatarStack.AvatarStack--two",".AvatarStack.AvatarStack--three-plus",".AvatarStack-body",".AvatarStack-body .avatar",".AvatarStack-body .avatar:first-child",".AvatarStack-body .avatar:last-child",".AvatarStack-body .avatar img",".AvatarStack-body .avatar:nth-child(n+4)",".AvatarStack-body:hover .avatar",".AvatarStack-body:hover .avatar:nth-child(n+4)",".AvatarStack-body:hover .avatar-more",".avatar.avatar-more",".avatar.avatar-more::before",".avatar.avatar-more::after",".avatar.avatar-more::before",".avatar.avatar-more::after",".AvatarStack--right .AvatarStack-body",".AvatarStack--right .AvatarStack-body:hover .avatar",".AvatarStack--right .avatar.avatar-more",".AvatarStack--right .avatar.avatar-more::before",".AvatarStack--right .avatar.avatar-more::after",".AvatarStack--right .avatar",".CircleBadge",".CircleBadge-icon",".CircleBadge--small",".CircleBadge--medium",".CircleBadge--large",".DashedConnection",".DashedConnection::before",".DashedConnection .CircleBadge",".blankslate",".blankslate code",".blankslate img",".blankslate-icon",".blankslate-capped",".blankslate-spacious",".blankslate-narrow",".blankslate-large img",".blankslate-large h3",".blankslate-large p",".blankslate-clean-background",".branch-name",".branch-name .octicon","a.branch-name",".dropdown",".dropdown-caret",".dropdown-menu",".dropdown-menu::before",".dropdown-menu::after",".dropdown-menu::before",".dropdown-menu::after",".dropdown-menu>ul",".dropdown-menu-no-overflow",".dropdown-menu-no-overflow .dropdown-item",".dropdown-item",".dropdown-item:focus",".dropdown-item:hover",".dropdown-item:focus>.octicon",".dropdown-item:hover>.octicon",".dropdown-item.btn-link",".dropdown-signout",".dropdown-divider",".dropdown-header",".dropdown-item[aria-checked=\"false\"] .octicon-check",".dropdown-menu-w",".dropdown-menu-w::before",".dropdown-menu-w::after",".dropdown-menu-e",".dropdown-menu-e::before",".dropdown-menu-e::after",".dropdown-menu-ne",".dropdown-menu-ne::before",".dropdown-menu-ne::after",".dropdown-menu-ne::before",".dropdown-menu-ne::after",".dropdown-menu-s",".dropdown-menu-s::before",".dropdown-menu-s::after",".dropdown-menu-sw",".dropdown-menu-sw::before",".dropdown-menu-sw::after",".dropdown-menu-se::before",".dropdown-menu-se::after",".dropdown-menu-dark",".dropdown-menu-dark::before",".dropdown-menu-dark::after",".dropdown-menu-dark .dropdown-header",".dropdown-menu-dark .dropdown-divider",".dropdown-menu-dark .dropdown-item",".dropdown-menu-dark.dropdown-menu-w::before",".dropdown-menu-dark.dropdown-menu-w::after",".dropdown-menu-dark.dropdown-menu-e::before",".dropdown-menu-dark.dropdown-menu-e::after",".dropdown-menu-dark.dropdown-menu-ne::before",".dropdown-menu-dark.dropdown-menu-ne::after",".Header",".Header-item",".Header-item--full",".Header-link",".Header-link:hover",".Header-link:focus",".IssueLabel",".IssueLabel .g-emoji",".IssueLabel:hover",".IssueLabel--big",".IssueLabel--big .g-emoji",".IssueLabel--big:hover",".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:empty",".Counter--gray-light",".Counter--gray",".diffstat",".diffstat-block-deleted",".diffstat-block-added",".diffstat-block-neutral",".diffstat-block-deleted",".diffstat-block-added",".diffstat-block-neutral",".AnimatedEllipsis",".AnimatedEllipsis::after",".markdown-body",".markdown-body kbd",".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 details",".markdown-body hr",".markdown-body blockquote",".markdown-body blockquote>:first-child",".markdown-body blockquote>:last-child",".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",".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 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 .csv-data td",".markdown-body .csv-data th",".markdown-body .csv-data .blob-num",".markdown-body .csv-data tr",".markdown-body .csv-data th",".Popover",".Popover-message",".Popover-message::before",".Popover-message::after",".Popover-message::before",".Popover-message::after",".Popover-message--bottom::before",".Popover-message--bottom::after",".Popover-message--bottom-right::before",".Popover-message--bottom-right::after",".Popover-message--bottom-left::before",".Popover-message--bottom-left::after",".Popover-message--bottom::before",".Popover-message--bottom-right::before",".Popover-message--bottom-left::before",".Popover-message--bottom::after",".Popover-message--bottom-right::after",".Popover-message--bottom-left::after",".Popover-message--top-right",".Popover-message--bottom-right",".Popover-message--top-right::before",".Popover-message--top-right::after",".Popover-message--bottom-right::before",".Popover-message--bottom-right::after",".Popover-message--top-right::before",".Popover-message--bottom-right::before",".Popover-message--top-right::after",".Popover-message--bottom-right::after",".Popover-message--top-left",".Popover-message--bottom-left",".Popover-message--top-left::before",".Popover-message--top-left::after",".Popover-message--bottom-left::before",".Popover-message--bottom-left::after",".Popover-message--top-left::after",".Popover-message--bottom-left::after",".Popover-message--right::before",".Popover-message--right::after",".Popover-message--right-top::before",".Popover-message--right-top::after",".Popover-message--right-bottom::before",".Popover-message--right-bottom::after",".Popover-message--left::before",".Popover-message--left::after",".Popover-message--left-top::before",".Popover-message--left-top::after",".Popover-message--left-bottom::before",".Popover-message--left-bottom::after",".Popover-message--right::before",".Popover-message--right-top::before",".Popover-message--right-bottom::before",".Popover-message--left::before",".Popover-message--left-top::before",".Popover-message--left-bottom::before",".Popover-message--right::after",".Popover-message--right-top::after",".Popover-message--right-bottom::after",".Popover-message--left::after",".Popover-message--left-top::after",".Popover-message--left-bottom::after",".Popover-message--right::before",".Popover-message--right-top::before",".Popover-message--right-bottom::before",".Popover-message--right::after",".Popover-message--right-top::after",".Popover-message--right-bottom::after",".Popover-message--left::before",".Popover-message--left-top::before",".Popover-message--left-bottom::before",".Popover-message--left::after",".Popover-message--left-top::after",".Popover-message--left-bottom::after",".Popover-message--right-top::before",".Popover-message--right-top::after",".Popover-message--left-top::before",".Popover-message--left-top::after",".Popover-message--right-bottom::before",".Popover-message--right-bottom::after",".Popover-message--left-bottom::before",".Popover-message--left-bottom::after",".Popover-message--right-bottom::before",".Popover-message--left-bottom::before",".Popover-message--right-bottom::after",".Popover-message--left-bottom::after",".Popover-message--large",".Progress",".Progress--large",".Progress--small",".SelectMenu-tab:not([aria-checked=\"true\"]):hover",".SelectMenu-tab:not([aria-checked=\"true\"]):active",".SelectMenu",".SelectMenu",".SelectMenu::before",".SelectMenu::before",".SelectMenu-modal",".SelectMenu-modal",".SelectMenu-header",".SelectMenu-header",".SelectMenu-title",".SelectMenu-title",".SelectMenu-closeButton",".SelectMenu-closeButton",".SelectMenu-filter",".SelectMenu-filter",".SelectMenu-input",".SelectMenu-input",".SelectMenu-list",".SelectMenu-item",".SelectMenu-item",".SelectMenu-icon",".SelectMenu-icon--check",".SelectMenu-tabs",".SelectMenu-tabs::-webkit-scrollbar",".SelectMenu-tabs",".SelectMenu-tab",".SelectMenu-tab",".SelectMenu-tab[aria-selected=\"true\"]",".SelectMenu-tab[aria-selected=\"true\"]",".SelectMenu-message",".SelectMenu-message",".SelectMenu-blankslate",".SelectMenu-loading",".SelectMenu-divider",".SelectMenu-footer",".SelectMenu-footer",".SelectMenu--hasFilter .SelectMenu-modal",".SelectMenu--hasFilter .SelectMenu-modal",".SelectMenu-tab:focus",".SelectMenu-item:focus",".SelectMenu-item:hover",".SelectMenu-item[aria-checked=\"true\"]",".SelectMenu-item[aria-checked=\"true\"] .SelectMenu-icon--check","body:not(.intent-mouse) .SelectMenu-item:focus",".SelectMenu-item:hover",".SelectMenu-item:active","body:not(.intent-mouse) .SelectMenu-tab:focus",".SelectMenu-tab:not([aria-selected=\"true\"]):hover",".SelectMenu-tab:not([aria-selected=\"true\"]):active",".SelectMenu-item:focus",".SelectMenu-item:active",".SelectMenu-item",".Subhead",".Subhead--spacious",".Subhead-heading",".Subhead-heading--danger",".Subhead-description",".Subhead-actions",".TimelineItem",".TimelineItem::before",".TimelineItem:target .TimelineItem-badge",".TimelineItem-badge",".TimelineItem-body",".TimelineItem-avatar",".TimelineItem-break",".TimelineItem--condensed",".TimelineItem--condensed:last-child",".TimelineItem--condensed .TimelineItem-badge",".Toast",".Toast",".Toast-icon",".Toast-content",".Toast-dismissButton",".Toast-dismissButton:focus",".Toast-dismissButton:hover",".Toast-dismissButton:active",".Toast--error .Toast-icon",".Toast--warning .Toast-icon",".Toast--success .Toast-icon",".Toast--loading .Toast-icon",".Toast--animateIn",".Toast--animateOut",".Toast--spinner",".h000-mktg",".h00-mktg",".h0-mktg",".h1-mktg",".h2-mktg",".h3-mktg",".h4-mktg",".h5-mktg",".h6-mktg",".lead-mktg",".h000-mktg",".h000-mktg",".h00-mktg",".h00-mktg",".h0-mktg",".h0-mktg",".h1-mktg",".h1-mktg",".h2-mktg",".h2-mktg",".h3-mktg",".h3-mktg",".h4-mktg",".h5-mktg",".h6-mktg",".lead-mktg",".pullquote",".pullquote",".btn-mktg",".btn-mktg:hover",".btn-mktg:focus",".btn-mktg:disabled",".btn-mktg.disabled",".btn-mktg[aria-disabled=true]",".btn-primary-mktg",".btn-primary-mktg:hover",".btn-primary-mktg:focus",".btn-large-mktg",".btn-outline-mktg",".btn-outline-mktg:hover",".btn-transparent",".btn-transparent:hover",".btn-transparent:active",".grayscale",".top-0",".right-0",".bottom-0",".left-0",".top-n0",".right-n0",".bottom-n0",".left-n0",".top-1",".right-1",".bottom-1",".left-1",".top-n1",".right-n1",".bottom-n1",".left-n1",".top-2",".right-2",".bottom-2",".left-2",".top-n2",".right-n2",".bottom-n2",".left-n2",".top-3",".right-3",".bottom-3",".left-3",".top-n3",".right-n3",".bottom-n3",".left-n3",".top-4",".right-4",".bottom-4",".left-4",".top-n4",".right-n4",".bottom-n4",".left-n4",".top-5",".right-5",".bottom-5",".left-5",".top-n5",".right-n5",".bottom-n5",".left-n5",".top-6",".right-6",".bottom-6",".left-6",".top-n6",".right-n6",".bottom-n6",".left-n6",".top-7",".right-7",".bottom-7",".left-7",".top-n7",".right-n7",".bottom-n7",".left-n7",".top-8",".right-8",".bottom-8",".left-8",".top-n8",".right-n8",".bottom-n8",".left-n8",".top-9",".right-9",".bottom-9",".left-9",".top-n9",".right-n9",".bottom-n9",".left-n9",".top-10",".right-10",".bottom-10",".left-10",".top-n10",".right-n10",".bottom-n10",".left-n10",".top-11",".right-11",".bottom-11",".left-11",".top-n11",".right-n11",".bottom-n11",".left-n11",".top-12",".right-12",".bottom-12",".left-12",".top-n12",".right-n12",".bottom-n12",".left-n12",".top-md-0",".right-md-0",".bottom-md-0",".left-md-0",".top-md-n0",".right-md-n0",".bottom-md-n0",".left-md-n0",".top-md-1",".right-md-1",".bottom-md-1",".left-md-1",".top-md-n1",".right-md-n1",".bottom-md-n1",".left-md-n1",".top-md-2",".right-md-2",".bottom-md-2",".left-md-2",".top-md-n2",".right-md-n2",".bottom-md-n2",".left-md-n2",".top-md-3",".right-md-3",".bottom-md-3",".left-md-3",".top-md-n3",".right-md-n3",".bottom-md-n3",".left-md-n3",".top-md-4",".right-md-4",".bottom-md-4",".left-md-4",".top-md-n4",".right-md-n4",".bottom-md-n4",".left-md-n4",".top-md-5",".right-md-5",".bottom-md-5",".left-md-5",".top-md-n5",".right-md-n5",".bottom-md-n5",".left-md-n5",".top-md-6",".right-md-6",".bottom-md-6",".left-md-6",".top-md-n6",".right-md-n6",".bottom-md-n6",".left-md-n6",".top-md-7",".right-md-7",".bottom-md-7",".left-md-7",".top-md-n7",".right-md-n7",".bottom-md-n7",".left-md-n7",".top-md-8",".right-md-8",".bottom-md-8",".left-md-8",".top-md-n8",".right-md-n8",".bottom-md-n8",".left-md-n8",".top-md-9",".right-md-9",".bottom-md-9",".left-md-9",".top-md-n9",".right-md-n9",".bottom-md-n9",".left-md-n9",".top-md-10",".right-md-10",".bottom-md-10",".left-md-10",".top-md-n10",".right-md-n10",".bottom-md-n10",".left-md-n10",".top-md-11",".right-md-11",".bottom-md-11",".left-md-11",".top-md-n11",".right-md-n11",".bottom-md-n11",".left-md-n11",".top-md-12",".right-md-12",".bottom-md-12",".left-md-12",".top-md-n12",".right-md-n12",".bottom-md-n12",".left-md-n12",".top-lg-0",".right-lg-0",".bottom-lg-0",".left-lg-0",".top-lg-n0",".right-lg-n0",".bottom-lg-n0",".left-lg-n0",".top-lg-1",".right-lg-1",".bottom-lg-1",".left-lg-1",".top-lg-n1",".right-lg-n1",".bottom-lg-n1",".left-lg-n1",".top-lg-2",".right-lg-2",".bottom-lg-2",".left-lg-2",".top-lg-n2",".right-lg-n2",".bottom-lg-n2",".left-lg-n2",".top-lg-3",".right-lg-3",".bottom-lg-3",".left-lg-3",".top-lg-n3",".right-lg-n3",".bottom-lg-n3",".left-lg-n3",".top-lg-4",".right-lg-4",".bottom-lg-4",".left-lg-4",".top-lg-n4",".right-lg-n4",".bottom-lg-n4",".left-lg-n4",".top-lg-5",".right-lg-5",".bottom-lg-5",".left-lg-5",".top-lg-n5",".right-lg-n5",".bottom-lg-n5",".left-lg-n5",".top-lg-6",".right-lg-6",".bottom-lg-6",".left-lg-6",".top-lg-n6",".right-lg-n6",".bottom-lg-n6",".left-lg-n6",".top-lg-7",".right-lg-7",".bottom-lg-7",".left-lg-7",".top-lg-n7",".right-lg-n7",".bottom-lg-n7",".left-lg-n7",".top-lg-8",".right-lg-8",".bottom-lg-8",".left-lg-8",".top-lg-n8",".right-lg-n8",".bottom-lg-n8",".left-lg-n8",".top-lg-9",".right-lg-9",".bottom-lg-9",".left-lg-9",".top-lg-n9",".right-lg-n9",".bottom-lg-n9",".left-lg-n9",".top-lg-10",".right-lg-10",".bottom-lg-10",".left-lg-10",".top-lg-n10",".right-lg-n10",".bottom-lg-n10",".left-lg-n10",".top-lg-11",".right-lg-11",".bottom-lg-11",".left-lg-11",".top-lg-n11",".right-lg-n11",".bottom-lg-n11",".left-lg-n11",".top-lg-12",".right-lg-12",".bottom-lg-12",".left-lg-12",".top-lg-n12",".right-lg-n12",".bottom-lg-n12",".left-lg-n12",".offset-n1",".offset-n2",".offset-n3",".offset-n4",".offset-n5",".offset-n6",".offset-n7",".offset-sm-n1",".offset-sm-n2",".offset-sm-n3",".offset-sm-n4",".offset-sm-n5",".offset-sm-n6",".offset-sm-n7",".offset-md-n1",".offset-md-n2",".offset-md-n3",".offset-md-n4",".offset-md-n5",".offset-md-n6",".offset-md-n7",".offset-lg-n1",".offset-lg-n2",".offset-lg-n3",".offset-lg-n4",".offset-lg-n5",".offset-lg-n6",".offset-lg-n7",".offset-xl-n1",".offset-xl-n2",".offset-xl-n3",".offset-xl-n4",".offset-xl-n5",".offset-xl-n6",".offset-xl-n7",".mt-0",".mb-0",".my-0",".mt-1",".mb-1",".my-1",".mt-2",".mb-2",".my-2",".mt-3",".mb-3",".my-3",".mt-4",".mb-4",".my-4",".mt-5",".mb-5",".my-5",".mt-6",".mb-6",".my-6",".mt-7",".mb-7",".my-7",".mt-8",".mb-8",".my-8",".mt-9",".mb-9",".my-9",".mt-10",".mb-10",".my-10",".mt-11",".mb-11",".my-11",".mt-12",".mb-12",".my-12",".mt-sm-0",".mb-sm-0",".my-sm-0",".mt-sm-1",".mb-sm-1",".my-sm-1",".mt-sm-2",".mb-sm-2",".my-sm-2",".mt-sm-3",".mb-sm-3",".my-sm-3",".mt-sm-4",".mb-sm-4",".my-sm-4",".mt-sm-5",".mb-sm-5",".my-sm-5",".mt-sm-6",".mb-sm-6",".my-sm-6",".mt-sm-7",".mb-sm-7",".my-sm-7",".mt-sm-8",".mb-sm-8",".my-sm-8",".mt-sm-9",".mb-sm-9",".my-sm-9",".mt-sm-10",".mb-sm-10",".my-sm-10",".mt-sm-11",".mb-sm-11",".my-sm-11",".mt-sm-12",".mb-sm-12",".my-sm-12",".mt-md-0",".mb-md-0",".my-md-0",".mt-md-1",".mb-md-1",".my-md-1",".mt-md-2",".mb-md-2",".my-md-2",".mt-md-3",".mb-md-3",".my-md-3",".mt-md-4",".mb-md-4",".my-md-4",".mt-md-5",".mb-md-5",".my-md-5",".mt-md-6",".mb-md-6",".my-md-6",".mt-md-7",".mb-md-7",".my-md-7",".mt-md-8",".mb-md-8",".my-md-8",".mt-md-9",".mb-md-9",".my-md-9",".mt-md-10",".mb-md-10",".my-md-10",".mt-md-11",".mb-md-11",".my-md-11",".mt-md-12",".mb-md-12",".my-md-12",".mt-lg-0",".mb-lg-0",".my-lg-0",".mt-lg-1",".mb-lg-1",".my-lg-1",".mt-lg-2",".mb-lg-2",".my-lg-2",".mt-lg-3",".mb-lg-3",".my-lg-3",".mt-lg-4",".mb-lg-4",".my-lg-4",".mt-lg-5",".mb-lg-5",".my-lg-5",".mt-lg-6",".mb-lg-6",".my-lg-6",".mt-lg-7",".mb-lg-7",".my-lg-7",".mt-lg-8",".mb-lg-8",".my-lg-8",".mt-lg-9",".mb-lg-9",".my-lg-9",".mt-lg-10",".mb-lg-10",".my-lg-10",".mt-lg-11",".mb-lg-11",".my-lg-11",".mt-lg-12",".mb-lg-12",".my-lg-12",".mt-xl-0",".mb-xl-0",".my-xl-0",".mt-xl-1",".mb-xl-1",".my-xl-1",".mt-xl-2",".mb-xl-2",".my-xl-2",".mt-xl-3",".mb-xl-3",".my-xl-3",".mt-xl-4",".mb-xl-4",".my-xl-4",".mt-xl-5",".mb-xl-5",".my-xl-5",".mt-xl-6",".mb-xl-6",".my-xl-6",".mt-xl-7",".mb-xl-7",".my-xl-7",".mt-xl-8",".mb-xl-8",".my-xl-8",".mt-xl-9",".mb-xl-9",".my-xl-9",".mt-xl-10",".mb-xl-10",".my-xl-10",".mt-xl-11",".mb-xl-11",".my-xl-11",".mt-xl-12",".mb-xl-12",".my-xl-12",".p-0",".pt-0",".pr-0",".pb-0",".pl-0",".py-0",".p-1",".pt-1",".pr-1",".pb-1",".pl-1",".py-1",".p-2",".pt-2",".pr-2",".pb-2",".pl-2",".py-2",".p-3",".pt-3",".pr-3",".pb-3",".pl-3",".py-3",".p-4",".pt-4",".pr-4",".pb-4",".pl-4",".py-4",".p-5",".pt-5",".pr-5",".pb-5",".pl-5",".py-5",".p-6",".pt-6",".pr-6",".pb-6",".pl-6",".py-6",".p-7",".pt-7",".pr-7",".pb-7",".pl-7",".py-7",".p-8",".pt-8",".pr-8",".pb-8",".pl-8",".py-8",".p-9",".pt-9",".pr-9",".pb-9",".pl-9",".py-9",".p-10",".pt-10",".pr-10",".pb-10",".pl-10",".py-10",".p-11",".pt-11",".pr-11",".pb-11",".pl-11",".py-11",".p-12",".pt-12",".pr-12",".pb-12",".pl-12",".py-12",".p-sm-0",".pt-sm-0",".pr-sm-0",".pb-sm-0",".pl-sm-0",".py-sm-0",".p-sm-1",".pt-sm-1",".pr-sm-1",".pb-sm-1",".pl-sm-1",".py-sm-1",".p-sm-2",".pt-sm-2",".pr-sm-2",".pb-sm-2",".pl-sm-2",".py-sm-2",".p-sm-3",".pt-sm-3",".pr-sm-3",".pb-sm-3",".pl-sm-3",".py-sm-3",".p-sm-4",".pt-sm-4",".pr-sm-4",".pb-sm-4",".pl-sm-4",".py-sm-4",".p-sm-5",".pt-sm-5",".pr-sm-5",".pb-sm-5",".pl-sm-5",".py-sm-5",".p-sm-6",".pt-sm-6",".pr-sm-6",".pb-sm-6",".pl-sm-6",".py-sm-6",".p-sm-7",".pt-sm-7",".pr-sm-7",".pb-sm-7",".pl-sm-7",".py-sm-7",".p-sm-8",".pt-sm-8",".pr-sm-8",".pb-sm-8",".pl-sm-8",".py-sm-8",".p-sm-9",".pt-sm-9",".pr-sm-9",".pb-sm-9",".pl-sm-9",".py-sm-9",".p-sm-10",".pt-sm-10",".pr-sm-10",".pb-sm-10",".pl-sm-10",".py-sm-10",".p-sm-11",".pt-sm-11",".pr-sm-11",".pb-sm-11",".pl-sm-11",".py-sm-11",".p-sm-12",".pt-sm-12",".pr-sm-12",".pb-sm-12",".pl-sm-12",".py-sm-12",".p-md-0",".pt-md-0",".pr-md-0",".pb-md-0",".pl-md-0",".py-md-0",".p-md-1",".pt-md-1",".pr-md-1",".pb-md-1",".pl-md-1",".py-md-1",".p-md-2",".pt-md-2",".pr-md-2",".pb-md-2",".pl-md-2",".py-md-2",".p-md-3",".pt-md-3",".pr-md-3",".pb-md-3",".pl-md-3",".py-md-3",".p-md-4",".pt-md-4",".pr-md-4",".pb-md-4",".pl-md-4",".py-md-4",".p-md-5",".pt-md-5",".pr-md-5",".pb-md-5",".pl-md-5",".py-md-5",".p-md-6",".pt-md-6",".pr-md-6",".pb-md-6",".pl-md-6",".py-md-6",".p-md-7",".pt-md-7",".pr-md-7",".pb-md-7",".pl-md-7",".py-md-7",".p-md-8",".pt-md-8",".pr-md-8",".pb-md-8",".pl-md-8",".py-md-8",".p-md-9",".pt-md-9",".pr-md-9",".pb-md-9",".pl-md-9",".py-md-9",".p-md-10",".pt-md-10",".pr-md-10",".pb-md-10",".pl-md-10",".py-md-10",".p-md-11",".pt-md-11",".pr-md-11",".pb-md-11",".pl-md-11",".py-md-11",".p-md-12",".pt-md-12",".pr-md-12",".pb-md-12",".pl-md-12",".py-md-12",".p-lg-0",".pt-lg-0",".pr-lg-0",".pb-lg-0",".pl-lg-0",".py-lg-0",".p-lg-1",".pt-lg-1",".pr-lg-1",".pb-lg-1",".pl-lg-1",".py-lg-1",".p-lg-2",".pt-lg-2",".pr-lg-2",".pb-lg-2",".pl-lg-2",".py-lg-2",".p-lg-3",".pt-lg-3",".pr-lg-3",".pb-lg-3",".pl-lg-3",".py-lg-3",".p-lg-4",".pt-lg-4",".pr-lg-4",".pb-lg-4",".pl-lg-4",".py-lg-4",".p-lg-5",".pt-lg-5",".pr-lg-5",".pb-lg-5",".pl-lg-5",".py-lg-5",".p-lg-6",".pt-lg-6",".pr-lg-6",".pb-lg-6",".pl-lg-6",".py-lg-6",".p-lg-7",".pt-lg-7",".pr-lg-7",".pb-lg-7",".pl-lg-7",".py-lg-7",".p-lg-8",".pt-lg-8",".pr-lg-8",".pb-lg-8",".pl-lg-8",".py-lg-8",".p-lg-9",".pt-lg-9",".pr-lg-9",".pb-lg-9",".pl-lg-9",".py-lg-9",".p-lg-10",".pt-lg-10",".pr-lg-10",".pb-lg-10",".pl-lg-10",".py-lg-10",".p-lg-11",".pt-lg-11",".pr-lg-11",".pb-lg-11",".pl-lg-11",".py-lg-11",".p-lg-12",".pt-lg-12",".pr-lg-12",".pb-lg-12",".pl-lg-12",".py-lg-12",".p-xl-0",".pt-xl-0",".pr-xl-0",".pb-xl-0",".pl-xl-0",".py-xl-0",".p-xl-1",".pt-xl-1",".pr-xl-1",".pb-xl-1",".pl-xl-1",".py-xl-1",".p-xl-2",".pt-xl-2",".pr-xl-2",".pb-xl-2",".pl-xl-2",".py-xl-2",".p-xl-3",".pt-xl-3",".pr-xl-3",".pb-xl-3",".pl-xl-3",".py-xl-3",".p-xl-4",".pt-xl-4",".pr-xl-4",".pb-xl-4",".pl-xl-4",".py-xl-4",".p-xl-5",".pt-xl-5",".pr-xl-5",".pb-xl-5",".pl-xl-5",".py-xl-5",".p-xl-6",".pt-xl-6",".pr-xl-6",".pb-xl-6",".pl-xl-6",".py-xl-6",".p-xl-7",".pt-xl-7",".pr-xl-7",".pb-xl-7",".pl-xl-7",".py-xl-7",".p-xl-8",".pt-xl-8",".pr-xl-8",".pb-xl-8",".pl-xl-8",".py-xl-8",".p-xl-9",".pt-xl-9",".pr-xl-9",".pb-xl-9",".pl-xl-9",".py-xl-9",".p-xl-10",".pt-xl-10",".pr-xl-10",".pb-xl-10",".pl-xl-10",".py-xl-10",".p-xl-11",".pt-xl-11",".pr-xl-11",".pb-xl-11",".pl-xl-11",".py-xl-11",".p-xl-12",".pt-xl-12",".pr-xl-12",".pb-xl-12",".pl-xl-12",".py-xl-12"],"specificity":{"max":41,"average":12.391407485503427}},"declarations":{"total":5301,"unique":1266,"properties":{"display":["inline-block","block","list-item","inline-block","none","none","table","table","table","none","none","inline-block","inline-block","inline-block","block","inline-block","inline-block","inline-block","table","table","block","inline-block","inline-block","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","inline-table","table-cell","table","table","block","block","inline-block","inline-block","block","inline-block","block","block","table","table","block","flex","flex","block","flex","table","table","inline-block","none","none","inline-block","table-cell","inline-block","table-cell","inline-block","block","none","none","table","table","block","flex","inline","inline-block","inline-flex","none","table","table-cell","block","flex","inline","inline-block","inline-flex","none","table","table-cell","block","flex","inline","inline-block","inline-flex","none","table","table-cell","block","flex","inline","inline-block","inline-flex","none","table","table-cell","block","flex","inline","inline-block","inline-flex","none","table","table-cell","none","none","none","none","block","block","inline-block","inline-block","flex","flex","none","flex","none","block","flex","inline-block","inline-block","inline-block","block","block","none","flex","flex","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","table","table","block","block","block","block","block","block","block","block","block","block","block","block","none","inline","inline-block","flex","flex","none","flex","flex","none","block","flex","flex","none","flex","flex","block","flex","flex","flex","inline-block"],"vertical-align":["text-top","baseline","baseline","middle","text-bottom","middle","text-top","middle","middle","middle","middle","middle","middle","middle","middle","middle","middle","top","middle","middle","top","middle","top","bottom","text-top","text-bottom","baseline","middle","middle","bottom","middle","middle","text-top","middle"],"fill":["currentColor","#28a745","#d73a49"],"font-family":["sans-serif","monospace, monospace","inherit","-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace","-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","Inter,-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\"","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,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","-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 8px 8px","0 0 10px","15px 0 0","10px -32px 0 16px","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","0 auto","16px 0","1px -2px 0 0","8px 0","24px 0","13px 0 0","13px auto 0","0 auto","13px 0 0","0","13px 0 0","13px auto 0","0","0","0","auto 0","4px 0 16px 0","-16px","0","0","0","0","8px","16px"],"height":["0","0","auto","0","12px","34px","auto","28px","auto","200px","50px","0","16px","200px","0","100%","1px","1px","auto","20px","20px","20px","auto","56px","96px","128px","56px","80px","0","0","20px","8px",".25em","8px","10px","5px","auto","80%","auto","32px","24px","16px"],"background-color":["transparent","#ff0","#fff","#fafbfc","#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","#0361cc","#035cc2","#045cc1","#81b0e5","#fff","#fafbfc","#cb2431","#b5202c","#eff3f6","#fff","rgba(27,31,35,0.07)","#0366d6","#fff","#fff","transparent","#fff","#c6cbd1","#2188ff","#fff","#fff","#fafbfc","#fff","rgba(255,255,255,0.15)","#fff","#fafbfc","#fff","#dcffe4","#fffbdd","#ffdce0","transparent","#fafbfc","#fff","#f6f8fa","#fff","#e36209","#f3f5f8","transparent","#fff","transparent","#0366d6","#eaecef","#0366d6","#eff3f6","#fafbfc","transparent","#f6f8fa","#d1d5da","#fff","#fff","#e36209","transparent","#f6f8fa","#0366d6","transparent","#eff3f6","#0366d6","#fafbfc","#fff","#0366d6","#f1f8ff","#24292e","#f6f8fa","#fafbfc","#28a745","#dcffe4","#d73a49","#ffdce0","#ffd33d","#fff5b1","#dbab09","#6f42c1","#ea4aaa","#f5f0ff","#fafbfc","#f6f8fa","#e1e4e8","#d1d5da","#959da5","#6a737d","#586069","#444d56","#2f363d","#24292e","#f1f8ff","#dbedff","#c8e1ff","#79b8ff","#2188ff","#0366d6","#005cc5","#044289","#032f62","#05264c","#f0fff4","#dcffe4","#bef5cb","#85e89d","#34d058","#28a745","#22863a","#176f2c","#165c26","#144620","#fffdef","#fffbdd","#fff5b1","#ffea7f","#ffdf5d","#ffd33d","#f9c513","#dbab09","#b08800","#735c0f","#fff8f2","#ffebda","#ffd1ac","#ffab70","#fb8532","#f66a0a","#e36209","#d15704","#c24e00","#a04100","#ffeef0","#ffdce0","#fdaeb7","#f97583","#ea4a5a","#d73a49","#cb2431","#b31d28","#9e1c23","#86181d","#f5f0ff","#e6dcfd","#d1bcf9","#b392f0","#8a63d2","#6f42c1","#5a32a3","#4c2889","#3a1d6e","#29134e","#ffeef8","#fedbf0","#f9b3dd","#f692ce","#ec6cb9","#ea4aaa","#d03592","#b93a86","#99306f","#6d224f","#dbedff","#fffbdd","#ffdce0","#dcffe4","#fffbdd","#0366d6","#fff","#fff","#fff","#eaf5ff","#fff","#0366d6","#24292e","#eaecef","transparent","#6a737d","#d15704","#6a737d","#2cbe4e","#6f42c1","#cb2431","rgba(27,31,35,0.08)","rgba(27,31,35,0.15)","#6a737d","#cb2431","#2cbe4e","#d1d5da","#fafbfc","#e1e4e8","#fff","#f6f8fa","transparent","#fff","transparent","rgba(27,31,35,0.05)","#f6f8fa","transparent","#e1e4e8","#fff","rgba(27,31,35,0.5)","#f6f8fa","transparent","#fff","#fff","transparent","#fff","#fff","#f6f8fa","#f6f8fa","#fafbfc","#dbedff","#e1e4e8","#f6f8fa","#fafbfc","#e1e4e8","#e1e4e8","#fff","#fff","#fff","#0366d6","transparent","#d73a49","#f9c513","#28a745","#586069","#1074e7","#0366d6","#2ebc4f","#28a745","rgba(255,255,255,0)","rgba(255,255,255,0)","transparent","#fff"],"outline-width":["0"],"border-bottom":["none","1px solid #dfe2e5","1px solid #e1e4e8","1px dashed #dfe2e5","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px solid #d1d5da","0","1px solid #eaecef","1px #e1e4e8 solid","2px solid transparent","1px #e1e4e8 solid","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","2px dashed #e1e4e8","0","0","1px solid #eaecef","1px solid #eaecef","1px solid #eaecef","1px solid #eaecef","1px solid #eaecef","1px #e1e4e8 solid"],"text-decoration":["underline","underline dotted","none","underline","none","none","none","none","underline","none","none","none","underline","none","none","none","none","none","none","none","none","none","none","none","none","none","none","none","underline","none","none","none","none","none","none","none","none","none","none","inherit","none","none","none"],"-webkit-text-decoration":["underline dotted"],"font-weight":["inherit","bolder","600","600","600","600","600","600","600","600","600","600","500","600","600","600","400","600","600","400","400","400","600","600","600","500","500","600","600","600","600","300","300","300","300","300","300","400","600","600","600","600","600","400","600","600","600","600","400","600","600","600","600","600","600","600","600","500","600","500","400","600","500","400","500"],"font-style":["italic","normal","normal","normal","italic","italic"],"font-size":["2em","80%","75%","1em","inherit","14px","32px","24px","20px","16px","14px","12px","90%","12px","12px","20px","14px","14px","12px","inherit","inherit","12px","12px","16px","14px","12px","16px","12px","14px","12px","12px","13px","12px","13px","18px","12px","14px","13px","14px","12px","12px","14px","14px","13px","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","13px","14px","24px","16px","12px","14px","12px","1em","14px","12px","12px","12px","12px","16px","inherit","2em","1.5em","1.25em","1em","0.875em","0.85em","1em","85%","100%","85%","12px","12px","14px","inherit","14px","12px","12px","12px","24px","14px","48px","64px","40px","48px","32px","40px","26px","32px","22px","24px","18px","20px","16px","14px","12px","20px","16px","18px","14px","16px"],"color":["#1b1f23","inherit","inherit","#24292e","#0366d6","#444d56","#0366d6","#24292e","#0366d6","#e1e4e8","#586069","#586069","#24292e","rgba(36,41,46,0.4)","#fff","rgba(255,255,255,0.75)","#29b249","#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)","#0366d6","rgba(88,96,105,0.5)","#0366d6","#0366d6","#586069","#0366d6","#959da5","#959da5","#cb2431","#444d56","#fff","#24292e","#0366d6","#24292e","#fff","inherit","inherit","inherit","#6a737d","#6a737d","#6a737d","#586069","#586069","#735c0f","#cb2431","#28a745","#cb2431","#28a745","#144620","#735c0f","#cb2431","#86181d","#586069","#28a745","#cb2431","#586069","#cb2431","#586069","#0366d6","#586069","#586069","#24292e","#959da5","#24292e","#24292e","#24292e","#86181d","#cb2431","#586069","#586069","#24292e","#24292e","#586069","#0366d6","#586069","#fff","#586069","#fff","#586069","#24292e","#24292e","#6a737d","#0366d6","#24292e","#24292e","#586069","#fff","#586069","#c6cbd1","#444d56","inherit","#586069","#24292e","#6a737d","#24292e","#6a737d","#959da5","#0366d6","#fff","#d1d5da","#fff","#1b1f23","#fafbfc","#f6f8fa","#e1e4e8","#d1d5da","#959da5","#6a737d","#586069","#444d56","#2f363d","#24292e","#f1f8ff","#dbedff","#c8e1ff","#79b8ff","#2188ff","#0366d6","#005cc5","#044289","#032f62","#05264c","#f0fff4","#dcffe4","#bef5cb","#85e89d","#34d058","#28a745","#22863a","#176f2c","#165c26","#144620","#fffdef","#fffbdd","#fff5b1","#ffea7f","#ffdf5d","#ffd33d","#f9c513","#dbab09","#b08800","#735c0f","#fff8f2","#ffebda","#ffd1ac","#ffab70","#fb8532","#f66a0a","#e36209","#d15704","#c24e00","#a04100","#ffeef0","#ffdce0","#fdaeb7","#f97583","#ea4a5a","#d73a49","#cb2431","#b31d28","#9e1c23","#86181d","#f5f0ff","#e6dcfd","#d1bcf9","#b392f0","#8a63d2","#6f42c1","#5a32a3","#4c2889","#3a1d6e","#29134e","#ffeef8","#fedbf0","#f9b3dd","#f692ce","#ec6cb9","#ea4aaa","#d03592","#b93a86","#99306f","#6d224f","#0366d6","#cb2431","#6a737d","#586069","#24292e","#28a745","#b08800","#a04100","#e36209","#6f42c1","#ea4aaa","#fff","inherit","#586069","#0366d6","#24292e","#0366d6","#0366d6","#586069","#0366d6","#586069","#24292e","#032f62","inherit","#735c0f","#86181d","#165c26","#fff","inherit","#586069","#fff","#fff","#a3aab1","rgba(27,31,35,0.6)","#a8bbd0","#0366d6","#24292e","#fff","inherit","#586069","#fff","#d1d5da","inherit","rgba(255,255,255,0.7)","#fff","rgba(255,255,255,0.7)","#fff","#586069","#586069","#28a745","#fff","#586069","#24292e","#fff","#586069","#444d56","inherit","#cb2431","#6a737d","#1b1f23","#6a737d","#24292e","#6a737d","#586069","#6a737d","#24292e","#6a737d","#6a737d","#24292e","#24292e","#24292e","#cb2431","#586069","#444d56","#444d56","#959da5","#1b1f23","#fff","#586069","#959da5","#24292e","#586069","#fff","#1074e7","#0366d6","#fff","#2f363d"],"line-height":["0","inherit","1.5","10px","1.25","1.25","1.25","1.5","20px","20px","1","0","6px","20px","20px","20px","1.5","32px","32px","16px","34px","20px","20px","20px","20px","1.5","1","1.25","1.5","0","1","1.25","1.5","0","1","1.25","1.5","0","1","1.25","1.5","0","1","1.25","1.5","0","1","1","1.5","15px","1","1","20px","1","1.5","10px","1","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","relative","relative","absolute","relative","absolute","relative","absolute","relative","relative","relative","absolute","relative","relative","absolute","absolute","fixed","static","relative","absolute","fixed","-webkit-sticky","sticky","static","relative","absolute","fixed","-webkit-sticky","sticky","static","relative","absolute","fixed","-webkit-sticky","sticky","static","relative","absolute","fixed","-webkit-sticky","sticky","static","relative","absolute","fixed","-webkit-sticky","sticky","absolute","absolute","relative","fixed","absolute","relative","absolute","relative","absolute","relative","absolute","relative","absolute","relative","absolute","relative","relative","relative","absolute","absolute","relative","relative","absolute","relative","absolute","fixed","absolute","absolute","relative","relative","relative","absolute","relative","absolute","relative"],"bottom":["-0.25em","100%","0","2px","0","-7px","100%","auto","50%","50%","50%","50%","0","0","-9%","100%","-8px","-7px","-16px","-14px","16px","17px","0","auto","0","0","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"top":["-0.5em","-1px","-2px","0","-4px","0","2px","0","9px","100%","auto","-7px","50%","50%","0","0","0","0","0","50%","100%","0","10px","11px","0","8px","11px","auto","auto","-16px","-14px","-16px","-14px","-16px","-14px","-0.05em","-16px","-14px","auto","50%","24px","auto","0","auto","0","0","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"border-style":["none","none","solid","solid","dashed","solid"],"overflow":["hidden","visible","visible","auto","hidden","scroll","hidden","hidden","visible","hidden","auto","scroll","hidden","hidden","hidden","hidden","visible","hidden","hidden","auto","hidden","hidden","hidden","hidden","hidden","hidden","hidden","hidden","hidden","auto","visible","hidden","hidden","hidden","hidden"],"box-sizing":["content-box","border-box","border-box","border-box","content-box","content-box"],"font":["inherit","inherit","11px \"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace","normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","12px \"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace","11px \"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace"],"text-transform":["none","none","uppercase"],"-webkit-appearance":["button","textfield","none","button","none","none","none","none","none","none"],"padding":["0","0.35em 0.625em .75em","0","0","0","3px 5px","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",".75em 1.25em","0","5px","0","0 5px 5px","3px 10px","0","6px 8px","4px 10px","2px 4px","8px 10px","5px 8px","7px 10px","5px","0","8px 8px 0","8px","6px 16px 6px 36px","8px 10px","8px 10px","8px 12px","4px 10px","8px 10px","16px","4px 0","6px 14px","16px 8px","7px 12px",".5em .75em","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",".5em","4px 8px","0","4px 8px","8px 16px","32px","2px 5px 3px","80px 40px","2px 6px","4px 16px","4px 8px 4px 16px","4px 16px","16px","0.15em 4px","4px 8px","3px 4px","4px 8px",".125em 4px","2px 5px","3px 5px","0","0 1em","0","0","0","0 16px","6px 13px","7px","5px 0 0","0.2em 0.4em","0","16px","0","5px","10px 8px 9px","16px","0","16px","16px","16px","8px","0","16px","0 8px","8px 16px","4px 16px","24px 16px","4px 16px","8px 16px","4px 8px","16px 0","16px","16px","16px 24px","20px 32px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"outline":["1px dotted ButtonText","0","none","none","none","none","none","none","1px solid #fff","none","none","none","none","0"],"border":["1px solid silver","0","solid 1px #d1d5da","1px solid #d1d5da","1px solid rgba(27,31,35,0.2)","0","0","0","0","0","1px solid rgba(27,31,35,0.2)","0","1px solid #d1d5da","1px solid #d9d0a5","solid transparent","0","1px solid #c3c8cf","1px solid #c3c8cf","0","1px solid #d1d5da","1px solid #d1d5da","1px solid transparent","0","0","1px #e1e4e8 solid","0","1px solid #e1e4e8","6px solid transparent","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","0","1px solid rgba(27,31,35,0.15)","0","1px #e1e4e8 solid","1px solid #eaecef","0","1px solid rgba(27,31,35,0.15)","8px solid transparent","7px solid transparent","0","1px solid rgba(27,31,35,0.15)","1px solid #34d058","solid 1px #d1d5da","0","1px solid #dfe2e5","1px solid #dfe2e5","0","0","0","8px solid transparent","7px solid transparent","1px solid #d1d5da","0","0","0","1px solid transparent","2px solid #fff","0","0","0","1px solid #1074e7","1px solid rgba(255,255,255,0.5)"],"max-width":["100%","100%","100%","450px","544px","768px","1012px","1280px","250px","125px","10000px","100%","60%","485px","100%","none","auto","100%","450px"],"white-space":["normal","nowrap","nowrap","nowrap","nowrap","nowrap","nowrap","nowrap","pre","pre-line","nowrap","nowrap","normal","nowrap","nowrap","nowrap","nowrap","nowrap","pre","nowrap","nowrap"],"outline-offset":["-2px"],"opacity":["0.54","100","0","0","0.75","0.6","0.6","0.6","0","0.5","0.0001","0","0","0","1","0","1","1","0","0","0.8","1","1","0.5","0","1","0.3","1","0.3","0.6","1","0","1","1","0.85","0","0","0","0","0.65"],"background":["transparent","none","transparent","transparent","#dfe2e5","#fffbdd","#fffbdd","#fff","#1b1f23","transparent","rgba(27,31,35,0.5)","none","#fff","#fff","#0366d6","#fff","#f6f8fa","#e1e4e8","#d1d5da","#d1d5da","#f6f8fa","#fff","none","#2f363d","transparent","#fff","#f6f8fa"],"content":["\"\"","\"\"","\"/\"","none","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"*\"","\" \"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","attr(aria-label)","\"\"","\" \"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"...\"","\"\"","\"\"","\"\"","\"\"","\"\""],"clear":["both","both","both","both","both","both","both","both","both","both","both","both"],"border-spacing":["0"],"border-collapse":["collapse","separate"],"cursor":["pointer","pointer","grab","grabbing","pointer","default","pointer","default","default","pointer","pointer","pointer","default","pointer","pointer","default","default","pointer","pointer","pointer","default","pointer","default","pointer","default"],"border-radius":["0","3px","3px","0.25em","6px","0","0","1px","3px","3px","3px","3px","3px","3px","3px 3px 0 0","3px","3px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","50%","3px","0","0","3px","3px","3px","2px","2px","2px","2px","2px","50%","3px","0 0 3px 3px","3px","4px","2px","3px","2px","3px","20px","3px","3px","3px","3px","6px","3px","50%","3px","3px"],"border-bottom-color":["#d1d5da","#dcffe4","#34d058","#fffbdd","#d9d0a5","#ffdce0","#cea0a5","#d1d5da","#e36209","#1b1f23","transparent","rgba(27,31,35,0.15)","#fff","#444d56","#2f363d","#d1d5da","rgba(27,31,35,0.15)","#fff","transparent","transparent"],"box-shadow":["inset 0 -1px 0 #d1d5da","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.4)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(6,121,252,0.4)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(203,36,49,0.4)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(3,102,214,0.4)","none","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)","0 0 0 0.2em rgba(121,184,255,0.4)","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 0 #e1e4e8","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","0 0 5px rgba(27,31,35,0.3)","0 1px 5px rgba(27,31,35,0.15)","-2px -2px 0 rgba(255,255,255,0.8)","0 1px 5px rgba(27,31,35,0.15)","0 1px 15px rgba(27,31,35,0.15)","0 1px 15px rgba(27,31,35,0.15)","inset 0 -1px 0 rgba(27,31,35,0.12)","inset 0 -1px 0 rgba(27,31,35,0.12)","none","inset 0 -1px 0 #d1d5da","0 0 18px rgba(0,0,0,0.4)","0 1px 5px rgba(27,31,35,0.15)","inset 0 -1px 0 #e1e4e8","0 0 0 1px #e1e4e8","none","0 0 0.2em #c8e1ff","inset 0 0 0 1px #d1d5da,0 1px 5px rgba(27,31,35,0.15)","0 0 0 0.2em rgba(3,102,214,0.3)","0 0 0 0.2em rgba(40,167,69,0.3)"],"margin-top":["0","0","0","0","-1px","-1px","5px","0","10px","0","0","0","20px","6px","-6px","-6px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","-3px","-1px","24px","2px","0","0","-1px","-1px","0","0","0","24px","0","16px",".25em","16px","-9px","-8px","0","4px","40px","4px","8px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"margin-bottom":["0","10px","0","0","-1px","8px","15px","0","15px","-1px","5px","20px","0","15px","6px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","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","3px","-1px","0","16px","0","16px","0","16px","16px","0","-1px","-1px","16px","-16px","8px","24px","32px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-left":["0",".5em","20px","5px","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","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"list-style-type":["lower-roman","lower-alpha","none","none","none"],"margin-left":["0","-0.35em","0","5px","4px","5px","-1px","5px","-80px","0","-1px","-1px","0","auto","auto","auto","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","16px","-1px","0","-16px","-16px","6px","0","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","24px","3px","-11px","4px","8px","1px","-20px","13px","auto","-9px","-8px","0","0","0","0","16px","-15px","-56px","-15px","-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%","-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%","-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%","-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%","-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%"],"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)","#0366d6","#0366d6","rgba(27,31,35,0.15)","#2188ff","transparent","rgba(27,31,35,0.3)","#34d058","#d9d0a5","#cea0a5","#4a9eff","#0366d6","#d1d5da","#0366d6","#e1e4e8","#0366d6","#0366d6","#c8e1ff","#34d058","#a2cbac","#d73a49","#cea0a5","#6f42c1","#d9d0a5","#eaecef","#d1d5da","rgba(27,31,35,0.15)","rgba(255,255,255,0.15)","rgba(255,255,255,0.15)","rgba(255,255,255,0.3)","rgba(255,255,255,0.5)","rgba(255,255,255,0.7)","rgba(255,255,255,0.85)","rgba(27,31,35,0.15)","rgba(27,31,35,0.15)","rgba(27,31,35,0.15)","transparent","transparent","transparent","transparent","#444d56","transparent transparent transparent #444d56","transparent transparent transparent #2f363d","transparent #444d56 transparent transparent","transparent #2f363d transparent transparent","#444d56 transparent transparent transparent","#2f363d transparent transparent transparent","#e1e4e8","#2188ff","#0366d6","#2ebc4f","#28a745","rgba(16,116,231,0.5)","#1074e7","#fff"],"border-width":["1px","1px","5px","6px","1px 0","4px 4px 0"],"border-top-left-radius":["3px","2px","3px","3px","0","3px","2px","2px","2px","3px","0","3px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","3px","3px","inherit"],"border-top-right-radius":["3px","2px","0","3px","3px","3px","0","3px","2px","2px","3px","0","3px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","3px","3px"],"border-bottom-right-radius":["2px","2px","0","3px","3px","3px","3px","0","0","3px","2px","2px","3px","0","3px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","3px"],"border-bottom-left-radius":["2px","2px","3px","3px","3px","0","0","3px","2px","2px","2px","3px","0","3px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","3px","inherit"],"border-top":["1px solid #e1e4e8","1px solid #e1e4e8","0","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","0","1px #e1e4e8 solid","8px solid rgba(27,31,35,0.15)","7px solid #fff","1px solid #c6cbd1","0","0","1px #e1e4e8 solid","1px #e1e4e8 solid","1px #e1e4e8 solid","0","1px #e1e4e8 solid","4px solid #e1e4e8"],"max-height":["324px","500px","100%","20em","55%","66%","480px","none","480px","54px"],"list-style":["none","none","none","none","none","none","none","none"],"padding-right":[".5em","24px","30px","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","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px","0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"-webkit-user-select":["none","none","none","none","none"],"-moz-user-select":["none","none","none","none","none"],"-ms-user-select":["none","none","none","none","none"],"user-select":["none","none","none","none","none"],"background-repeat":["repeat-x","repeat-x","no-repeat","no-repeat","no-repeat","no-repeat"],"background-position":["-1px -1px","0 0","-.5em","-.5em","-.5em","right 8px center","right 8px center","0 0"],"background-size":["110% 110%","8px 10px","16px 16px","16px","100% 200px"],"-moz-appearance":["none","none","none","none","none"],"appearance":["none","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, #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","url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC\")","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/spinners/octocat-spinner-32-EAF2F5.gif\")","linear-gradient(180deg, rgba(27,31,35,0.065), rgba(27,31,35,0))","none","none"],"float":["left","left","left","left","left","left","left","right","left","right","left","left","right","right","left","right","left","left","left","right","none","left","right","none","left","right","none","left","right","none","left","right","none","right","right","left","left","left","left","left","right"],"width":["100%","1%","99%","100%","440px","130px","250px","100%","100%","0","16px","16px","240px","100%","100%","1%","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","100%","3px","16px","100%","320px","500px","220px","0","-webkit-max-content","-moz-max-content","max-content","250px","0%","100%","0%","100%","auto","auto","auto","auto","auto","1px","1px","auto","100%","100%","20px","17px","14px","5px","2px","56px","96px","128px","100%","56px","80px","0","160px","auto","100%","100%","auto","auto","1em","8px","100%","auto","232px","300px","100%","100%","16px","2px","32px","-webkit-max-content","-moz-max-content","max-content","48px"],"text-align":["center","center","left","left","center","center","center","center","right","left","center","right","left","center","right","left","center","right","left","center","right","left","center","center","center","left","left","center","center","center","right","right","right","left","right","left","center","center","center"],"border-right-width":["0","1px","1px","1px","0","1px"],"border-left-width":["0","0"],"z-index":["1","10","15","2","1","3","-1","1","2","2","30","2","3","3","1000000","1000001","80","99","20","90","99","30","2","3","1","1","100","32","100","99","99","1","0","1","1","1"],"border-left":["0","1px #e1e4e8 solid","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","0","1px solid #fff","8px solid transparent","7px solid transparent","0.25em solid #dfe2e5","3px solid #e1e4e8"],"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","4px","8px","8px","4px","0","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"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","4px","0.3em","0.3em","8px","8px","8px","0","16px","0","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"right":["0","0","50%","50%","auto","50%","50%","auto","100%","-7px","0","10px","15px","auto","100%","0","0","8px","-15%","0","100%","-16px","-14px","auto","50%","50%","50%","0","9px","10px","-9px","20px","21px","-16px","-14px","0","auto","0","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"pointer-events":["none","none","none","none","none","none","none","none","auto","none","none"],"visibility":["hidden","hidden","visible","hidden","hidden","visible","hidden","visible"],"left":["-4px","10px","0","0","8px","50%","50%","-7px","100%","0","5px","10px","50%","0","0","0","0","8px","0","0","auto","auto","auto","100%","-16px","-14px","0","9px","10px","auto","auto","auto","auto","9px","10px","50%","auto","-9px","24px","25px","auto","-16px","-14px","0","auto","0","0","-72px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px","0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"margin-right":["5px","5px","3px","5px","-1px","auto","auto","auto","auto","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","5px","5px","2px","16px","0","-6px","-16px","-6px","-16px","6px","0","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","-11px","3px","0","0","0","4px","8px","16px","13px","auto","0","8px","8px"],"resize":["vertical"],"text-overflow":["ellipsis","ellipsis","ellipsis","inherit","ellipsis"],"overflow-x":["auto","visible","hidden","auto","scroll","hidden","auto"],"overflow-y":["hidden","visible","hidden","auto","scroll","auto","auto","hidden"],"justify-content":["space-between","flex-end","space-between","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","flex-end","center","center"],"transition":["0.2s ease","transform 0.3s","margin 0.1s ease-in-out","opacity 0.2s linear","transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5),visibility 0s 0.12s linear","transform 0.12s cubic-bezier(0, 0, 0.2, 1),visibility 0s linear",".2s"],"flex":["1 1 auto","1","auto","1","auto","1","auto","1","auto","1","auto","auto","none","auto","auto","1","none","1 1 auto","1 100%","auto"],"align-self":["center","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","stretch","center"],"-webkit-font-smoothing":["subpixel-antialiased"],"letter-spacing":["normal"],"word-wrap":["break-word","break-word","break-word","normal","break-word","break-all","normal","normal"],"animation-name":["tooltip-appear","fade-in","fade-out","fade-up","fade-down","grow-x","shrink-x","scale-in","pulse","pulse-in","SelectMenu-modal-animation--sm"],"animation-duration":[".1s","1s","300ms","1s","0.3s","0.3s","0.3s","0.3s","0.3s","0.15s","2s","0.5s"],"animation-fill-mode":["forwards","forwards","forwards","forwards","forwards"],"animation-timing-function":["ease-in","ease-in-out","ease-out","ease-out","ease-in","ease","ease-in-out","cubic-bezier(0.2, 0, 0.13, 1.5)","linear"],"animation-delay":[".4s","0s","1s","0.5s","0.5s"],"border-top-color":["#1b1f23","#444d56","rgba(27,31,35,0.15)","#fff"],"transform":["translateX(50%)","translateY(50%)","translateY(50%)","translateX(-50%)","translateY(100%)","translateY(0)","translateY(0)","translateY(100%)","scale(0.5)","scale(1)","scale3d(1, 1, 1)","scale3d(1.1, 1.1, 1.1)","scale3d(1, 1, 1)","scale(1.025)","translateX(50%)","translateX(50%)","translateX(50%)","translateX(-100%)","scale(0.9)","translateY(-16px)","scale(0)","scale(1)","translateY(100%)","translateY(100%)","rotate(0deg)","rotate(360deg)"],"border-left-color":["#1b1f23","transparent","rgba(27,31,35,0.15)","#fff","rgba(27,31,35,0.15)","#fff"],"border-right-color":["#1b1f23","transparent","rgba(27,31,35,0.15)","#fff","rgba(27,31,35,0.15)","#fff"],"animation-iteration-count":["infinite"],"-webkit-backface-visibility":["hidden"],"backface-visibility":["hidden"],"border-right":["1px #e1e4e8 solid","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","0","1px solid #fff","0","0","8px solid transparent","7px solid transparent"],"flex-direction":["row","row-reverse","column","column-reverse","row","row-reverse","column","column-reverse","row","row-reverse","column","column-reverse","row","row-reverse","column","column-reverse","row","row-reverse","column","column-reverse","row-reverse","column","column"],"flex-wrap":["wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap","nowrap","nowrap"],"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","center","center","center","center","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"],"flex-grow":["0","0","0","0","0"],"flex-shrink":["0","0","0","0","0","0","0","0","0"],"order":["1","2","inherit","1","2","inherit","1","2","inherit","1","2","inherit","1","2","inherit"],"min-width":["0","180px","26px","36px","46px","320px","0"],"direction":["rtl","ltr","rtl","ltr","rtl","ltr","rtl","ltr","rtl","ltr"],"word-break":["break-word","break-all","normal","normal"],"overflow-wrap":["break-word"],"table-layout":["fixed"],"clip":["rect(0, 0, 0, 0)","rect(1px, 1px, 1px, 1px)","auto"],"background-clip":["padding-box"],"animation":["AnimatedEllipsis-keyframes 1.2s steps(4, jump-none) infinite","SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards","Toast--animateIn 0.18s cubic-bezier(0.22, 0.61, 0.36, 1) backwards","Toast--animateOut 0.18s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards","Toast--spinner 1000ms linear infinite"],"-webkit-overflow-scrolling":["touch","touch"],"border-bottom-width":["0"],"-webkit-tap-highlight-color":["rgba(209,213,218,0.5)"],"flex-flow":["row wrap"],"filter":["grayscale(100%)"]}},"mediaQueries":{"total":115,"unique":12,"values":["(min-width: 768px)","(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)","(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)","(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: 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: 768px)","(min-width: 1012px)","(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)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(max-width: 543px)","(min-width: 544px) and (max-width: 767px)","(min-width: 768px) and (max-width: 1011px)","(min-width: 1012px)","(max-width: 544px)","(min-width: 544px)","(hover: hover)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(hover: hover)","(hover: none)","(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: 768px)","(min-width: 1012px)","(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)"],"contents":[{"value":"(min-width: 768px)","rules":{"total":2,"size":{"graph":[2,2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":",.Box-row-link:hover","declarations":2},{"selector":".Box-row-link","declarations":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":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".form-control,.form-select","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".form-control",".form-select"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["14px"]}}},{"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},"selectorByRuleSizes":[{"selector":",dl.form-group>dd .form-control.is-autocheck-errored,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1},{"selector":",dl.form-group>dd .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-successful","declarations":1},{"selector":",dl.form-group>dd .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-loading","declarations":1},{"selector":"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-group>.form-group-body .form-control.is-autocheck-loading,.form-group>.form-group-body .form-control.is-autocheck-successful,.form-group>.form-group-body .form-control.is-autocheck-errored","declarations":1}]},"selectors":{"total":12,"type":6,"class":12,"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",".form-group>.form-group-body .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading",".form-group>.form-group-body .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful",".form-group>.form-group-body .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored",".form-group>.form-group-body .form-control.is-autocheck-errored"],"specificity":{"max":40,"average":36}},"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":"(min-width: 544px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.col-sm-12","declarations":1},{"selector":",.col-sm-11","declarations":1},{"selector":",.col-sm-10","declarations":1},{"selector":",.col-sm-9","declarations":1},{"selector":",.col-sm-8","declarations":1},{"selector":",.col-sm-7","declarations":1},{"selector":",.col-sm-6","declarations":1},{"selector":",.col-sm-5","declarations":1},{"selector":",.col-sm-4","declarations":1},{"selector":",.col-sm-3","declarations":1},{"selector":",.col-sm-2","declarations":1},{"selector":".col-sm-1","declarations":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},"selectorByRuleSizes":[{"selector":",.col-md-12","declarations":1},{"selector":",.col-md-11","declarations":1},{"selector":",.col-md-10","declarations":1},{"selector":",.col-md-9","declarations":1},{"selector":",.col-md-8","declarations":1},{"selector":",.col-md-7","declarations":1},{"selector":",.col-md-6","declarations":1},{"selector":",.col-md-5","declarations":1},{"selector":",.col-md-4","declarations":1},{"selector":",.col-md-3","declarations":1},{"selector":",.col-md-2","declarations":1},{"selector":".col-md-1","declarations":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},"selectorByRuleSizes":[{"selector":",.col-lg-12","declarations":1},{"selector":",.col-lg-11","declarations":1},{"selector":",.col-lg-10","declarations":1},{"selector":",.col-lg-9","declarations":1},{"selector":",.col-lg-8","declarations":1},{"selector":",.col-lg-7","declarations":1},{"selector":",.col-lg-6","declarations":1},{"selector":",.col-lg-5","declarations":1},{"selector":",.col-lg-4","declarations":1},{"selector":",.col-lg-3","declarations":1},{"selector":",.col-lg-2","declarations":1},{"selector":".col-lg-1","declarations":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},"selectorByRuleSizes":[{"selector":",.col-xl-12","declarations":1},{"selector":",.col-xl-11","declarations":1},{"selector":",.col-xl-10","declarations":1},{"selector":",.col-xl-9","declarations":1},{"selector":",.col-xl-8","declarations":1},{"selector":",.col-xl-7","declarations":1},{"selector":",.col-xl-6","declarations":1},{"selector":",.col-xl-5","declarations":1},{"selector":",.col-xl-4","declarations":1},{"selector":",.col-xl-3","declarations":1},{"selector":",.col-xl-2","declarations":1},{"selector":".col-xl-1","declarations":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},"selectorByRuleSizes":[{"selector":",.gutter-sm-spacious>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-sm-spacious","declarations":2},{"selector":",.gutter-sm-condensed>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-sm-condensed","declarations":2},{"selector":",.gutter-sm>[class*=\"col-\"]","declarations":2},{"selector":".gutter-sm","declarations":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},"selectorByRuleSizes":[{"selector":",.gutter-md-spacious>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-md-spacious","declarations":2},{"selector":",.gutter-md-condensed>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-md-condensed","declarations":2},{"selector":",.gutter-md>[class*=\"col-\"]","declarations":2},{"selector":".gutter-md","declarations":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},"selectorByRuleSizes":[{"selector":",.gutter-lg-spacious>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-lg-spacious","declarations":2},{"selector":",.gutter-lg-condensed>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-lg-condensed","declarations":2},{"selector":",.gutter-lg>[class*=\"col-\"]","declarations":2},{"selector":".gutter-lg","declarations":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},"selectorByRuleSizes":[{"selector":",.gutter-xl-spacious>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-xl-spacious","declarations":2},{"selector":",.gutter-xl-condensed>[class*=\"col-\"]","declarations":2},{"selector":",.gutter-xl-condensed","declarations":2},{"selector":",.gutter-xl>[class*=\"col-\"]","declarations":2},{"selector":".gutter-xl","declarations":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},"selectorByRuleSizes":[{"selector":",.offset-sm-11","declarations":1},{"selector":",.offset-sm-10","declarations":1},{"selector":",.offset-sm-9","declarations":1},{"selector":",.offset-sm-8","declarations":1},{"selector":",.offset-sm-7","declarations":1},{"selector":",.offset-sm-6","declarations":1},{"selector":",.offset-sm-5","declarations":1},{"selector":",.offset-sm-4","declarations":1},{"selector":",.offset-sm-3","declarations":1},{"selector":",.offset-sm-2","declarations":1},{"selector":".offset-sm-1","declarations":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},"selectorByRuleSizes":[{"selector":",.offset-md-11","declarations":1},{"selector":",.offset-md-10","declarations":1},{"selector":",.offset-md-9","declarations":1},{"selector":",.offset-md-8","declarations":1},{"selector":",.offset-md-7","declarations":1},{"selector":",.offset-md-6","declarations":1},{"selector":",.offset-md-5","declarations":1},{"selector":",.offset-md-4","declarations":1},{"selector":",.offset-md-3","declarations":1},{"selector":",.offset-md-2","declarations":1},{"selector":".offset-md-1","declarations":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},"selectorByRuleSizes":[{"selector":",.offset-lg-11","declarations":1},{"selector":",.offset-lg-10","declarations":1},{"selector":",.offset-lg-9","declarations":1},{"selector":",.offset-lg-8","declarations":1},{"selector":",.offset-lg-7","declarations":1},{"selector":",.offset-lg-6","declarations":1},{"selector":",.offset-lg-5","declarations":1},{"selector":",.offset-lg-4","declarations":1},{"selector":",.offset-lg-3","declarations":1},{"selector":",.offset-lg-2","declarations":1},{"selector":".offset-lg-1","declarations":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},"selectorByRuleSizes":[{"selector":",.offset-xl-11","declarations":1},{"selector":",.offset-xl-10","declarations":1},{"selector":",.offset-xl-9","declarations":1},{"selector":",.offset-xl-8","declarations":1},{"selector":",.offset-xl-7","declarations":1},{"selector":",.offset-xl-6","declarations":1},{"selector":",.offset-xl-5","declarations":1},{"selector":",.offset-xl-4","declarations":1},{"selector":",.offset-xl-3","declarations":1},{"selector":",.offset-xl-2","declarations":1},{"selector":".offset-xl-1","declarations":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},"selectorByRuleSizes":[{"selector":".tooltipped-multiline::after","declarations":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":"(min-width: 544px)","rules":{"total":25,"size":{"graph":[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],"max":2,"average":1.48},"selectorByRuleSizes":[{"selector":",.rounded-sm-left-2","declarations":2},{"selector":",.rounded-sm-left-1","declarations":2},{"selector":",.rounded-sm-left-0","declarations":2},{"selector":",.rounded-sm-bottom-2","declarations":2},{"selector":",.rounded-sm-bottom-1","declarations":2},{"selector":",.rounded-sm-bottom-0","declarations":2},{"selector":",.rounded-sm-right-2","declarations":2},{"selector":",.rounded-sm-right-1","declarations":2},{"selector":",.rounded-sm-right-0","declarations":2},{"selector":",.rounded-sm-top-2","declarations":2},{"selector":",.rounded-sm-top-1","declarations":2},{"selector":",.rounded-sm-top-0","declarations":2},{"selector":",.rounded-sm-2","declarations":1},{"selector":",.rounded-sm-1","declarations":1},{"selector":",.rounded-sm-0","declarations":1},{"selector":",.border-sm-left-0","declarations":1},{"selector":",.border-sm-bottom-0","declarations":1},{"selector":",.border-sm-right-0","declarations":1},{"selector":",.border-sm-top-0","declarations":1},{"selector":",.border-sm-left","declarations":1},{"selector":",.border-sm-bottom","declarations":1},{"selector":",.border-sm-right","declarations":1},{"selector":",.border-sm-top","declarations":1},{"selector":",.border-sm-0","declarations":1},{"selector":".border-sm","declarations":1}]},"selectors":{"total":25,"type":0,"class":25,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-sm",".border-sm-0",".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",".rounded-sm-0",".rounded-sm-1",".rounded-sm-2",".rounded-sm-top-0",".rounded-sm-top-1",".rounded-sm-top-2",".rounded-sm-right-0",".rounded-sm-right-1",".rounded-sm-right-2",".rounded-sm-bottom-0",".rounded-sm-bottom-1",".rounded-sm-bottom-2",".rounded-sm-left-0",".rounded-sm-left-1",".rounded-sm-left-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":37,"unique":25,"properties":{"border":["1px #e1e4e8 solid","0"],"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"border-radius":["0","3px","6px"],"border-top-left-radius":["0","3px","6px","0","3px","6px"],"border-top-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-left-radius":["0","3px","6px","0","3px","6px"]}}},{"value":"(min-width: 768px)","rules":{"total":25,"size":{"graph":[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],"max":2,"average":1.48},"selectorByRuleSizes":[{"selector":",.rounded-md-left-2","declarations":2},{"selector":",.rounded-md-left-1","declarations":2},{"selector":",.rounded-md-left-0","declarations":2},{"selector":",.rounded-md-bottom-2","declarations":2},{"selector":",.rounded-md-bottom-1","declarations":2},{"selector":",.rounded-md-bottom-0","declarations":2},{"selector":",.rounded-md-right-2","declarations":2},{"selector":",.rounded-md-right-1","declarations":2},{"selector":",.rounded-md-right-0","declarations":2},{"selector":",.rounded-md-top-2","declarations":2},{"selector":",.rounded-md-top-1","declarations":2},{"selector":",.rounded-md-top-0","declarations":2},{"selector":",.rounded-md-2","declarations":1},{"selector":",.rounded-md-1","declarations":1},{"selector":",.rounded-md-0","declarations":1},{"selector":",.border-md-left-0","declarations":1},{"selector":",.border-md-bottom-0","declarations":1},{"selector":",.border-md-right-0","declarations":1},{"selector":",.border-md-top-0","declarations":1},{"selector":",.border-md-left","declarations":1},{"selector":",.border-md-bottom","declarations":1},{"selector":",.border-md-right","declarations":1},{"selector":",.border-md-top","declarations":1},{"selector":",.border-md-0","declarations":1},{"selector":".border-md","declarations":1}]},"selectors":{"total":25,"type":0,"class":25,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-md",".border-md-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",".rounded-md-0",".rounded-md-1",".rounded-md-2",".rounded-md-top-0",".rounded-md-top-1",".rounded-md-top-2",".rounded-md-right-0",".rounded-md-right-1",".rounded-md-right-2",".rounded-md-bottom-0",".rounded-md-bottom-1",".rounded-md-bottom-2",".rounded-md-left-0",".rounded-md-left-1",".rounded-md-left-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":37,"unique":25,"properties":{"border":["1px #e1e4e8 solid","0"],"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"border-radius":["0","3px","6px"],"border-top-left-radius":["0","3px","6px","0","3px","6px"],"border-top-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-left-radius":["0","3px","6px","0","3px","6px"]}}},{"value":"(min-width: 1012px)","rules":{"total":25,"size":{"graph":[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],"max":2,"average":1.48},"selectorByRuleSizes":[{"selector":",.rounded-lg-left-2","declarations":2},{"selector":",.rounded-lg-left-1","declarations":2},{"selector":",.rounded-lg-left-0","declarations":2},{"selector":",.rounded-lg-bottom-2","declarations":2},{"selector":",.rounded-lg-bottom-1","declarations":2},{"selector":",.rounded-lg-bottom-0","declarations":2},{"selector":",.rounded-lg-right-2","declarations":2},{"selector":",.rounded-lg-right-1","declarations":2},{"selector":",.rounded-lg-right-0","declarations":2},{"selector":",.rounded-lg-top-2","declarations":2},{"selector":",.rounded-lg-top-1","declarations":2},{"selector":",.rounded-lg-top-0","declarations":2},{"selector":",.rounded-lg-2","declarations":1},{"selector":",.rounded-lg-1","declarations":1},{"selector":",.rounded-lg-0","declarations":1},{"selector":",.border-lg-left-0","declarations":1},{"selector":",.border-lg-bottom-0","declarations":1},{"selector":",.border-lg-right-0","declarations":1},{"selector":",.border-lg-top-0","declarations":1},{"selector":",.border-lg-left","declarations":1},{"selector":",.border-lg-bottom","declarations":1},{"selector":",.border-lg-right","declarations":1},{"selector":",.border-lg-top","declarations":1},{"selector":",.border-lg-0","declarations":1},{"selector":".border-lg","declarations":1}]},"selectors":{"total":25,"type":0,"class":25,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-lg",".border-lg-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",".rounded-lg-0",".rounded-lg-1",".rounded-lg-2",".rounded-lg-top-0",".rounded-lg-top-1",".rounded-lg-top-2",".rounded-lg-right-0",".rounded-lg-right-1",".rounded-lg-right-2",".rounded-lg-bottom-0",".rounded-lg-bottom-1",".rounded-lg-bottom-2",".rounded-lg-left-0",".rounded-lg-left-1",".rounded-lg-left-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":37,"unique":25,"properties":{"border":["1px #e1e4e8 solid","0"],"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"border-radius":["0","3px","6px"],"border-top-left-radius":["0","3px","6px","0","3px","6px"],"border-top-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-left-radius":["0","3px","6px","0","3px","6px"]}}},{"value":"(min-width: 1280px)","rules":{"total":25,"size":{"graph":[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],"max":2,"average":1.48},"selectorByRuleSizes":[{"selector":",.rounded-xl-left-2","declarations":2},{"selector":",.rounded-xl-left-1","declarations":2},{"selector":",.rounded-xl-left-0","declarations":2},{"selector":",.rounded-xl-bottom-2","declarations":2},{"selector":",.rounded-xl-bottom-1","declarations":2},{"selector":",.rounded-xl-bottom-0","declarations":2},{"selector":",.rounded-xl-right-2","declarations":2},{"selector":",.rounded-xl-right-1","declarations":2},{"selector":",.rounded-xl-right-0","declarations":2},{"selector":",.rounded-xl-top-2","declarations":2},{"selector":",.rounded-xl-top-1","declarations":2},{"selector":",.rounded-xl-top-0","declarations":2},{"selector":",.rounded-xl-2","declarations":1},{"selector":",.rounded-xl-1","declarations":1},{"selector":",.rounded-xl-0","declarations":1},{"selector":",.border-xl-left-0","declarations":1},{"selector":",.border-xl-bottom-0","declarations":1},{"selector":",.border-xl-right-0","declarations":1},{"selector":",.border-xl-top-0","declarations":1},{"selector":",.border-xl-left","declarations":1},{"selector":",.border-xl-bottom","declarations":1},{"selector":",.border-xl-right","declarations":1},{"selector":",.border-xl-top","declarations":1},{"selector":",.border-xl-0","declarations":1},{"selector":".border-xl","declarations":1}]},"selectors":{"total":25,"type":0,"class":25,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-xl",".border-xl-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",".rounded-xl-0",".rounded-xl-1",".rounded-xl-2",".rounded-xl-top-0",".rounded-xl-top-1",".rounded-xl-top-2",".rounded-xl-right-0",".rounded-xl-right-1",".rounded-xl-right-2",".rounded-xl-bottom-0",".rounded-xl-bottom-1",".rounded-xl-bottom-2",".rounded-xl-left-0",".rounded-xl-left-1",".rounded-xl-left-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":37,"unique":25,"properties":{"border":["1px #e1e4e8 solid","0"],"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"border-radius":["0","3px","6px"],"border-top-left-radius":["0","3px","6px","0","3px","6px"],"border-top-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-left-radius":["0","3px","6px","0","3px","6px"]}}},{"value":"(min-width: 544px)","rules":{"total":35,"size":{"graph":[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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.flex-sm-order-none","declarations":1},{"selector":",.flex-sm-order-2","declarations":1},{"selector":",.flex-sm-order-1","declarations":1},{"selector":",.flex-sm-self-stretch","declarations":1},{"selector":",.flex-sm-self-baseline","declarations":1},{"selector":",.flex-sm-self-center","declarations":1},{"selector":",.flex-sm-self-end","declarations":1},{"selector":",.flex-sm-self-start","declarations":1},{"selector":",.flex-sm-self-auto","declarations":1},{"selector":",.flex-sm-shrink-0","declarations":1},{"selector":",.flex-sm-grow-0","declarations":1},{"selector":",.flex-sm-auto","declarations":1},{"selector":",.flex-sm-1","declarations":1},{"selector":",.flex-sm-content-stretch","declarations":1},{"selector":",.flex-sm-content-around","declarations":1},{"selector":",.flex-sm-content-between","declarations":1},{"selector":",.flex-sm-content-center","declarations":1},{"selector":",.flex-sm-content-end","declarations":1},{"selector":",.flex-sm-content-start","declarations":1},{"selector":",.flex-sm-items-stretch","declarations":1},{"selector":",.flex-sm-items-baseline","declarations":1},{"selector":",.flex-sm-items-center","declarations":1},{"selector":",.flex-sm-items-end","declarations":1},{"selector":",.flex-sm-items-start","declarations":1},{"selector":",.flex-sm-justify-around","declarations":1},{"selector":",.flex-sm-justify-between","declarations":1},{"selector":",.flex-sm-justify-center","declarations":1},{"selector":",.flex-sm-justify-end","declarations":1},{"selector":",.flex-sm-justify-start","declarations":1},{"selector":",.flex-sm-nowrap","declarations":1},{"selector":",.flex-sm-wrap","declarations":1},{"selector":",.flex-sm-column-reverse","declarations":1},{"selector":",.flex-sm-column","declarations":1},{"selector":",.flex-sm-row-reverse","declarations":1},{"selector":".flex-sm-row","declarations":1}]},"selectors":{"total":35,"type":0,"class":35,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-column-reverse",".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-1",".flex-sm-auto",".flex-sm-grow-0",".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-order-1",".flex-sm-order-2",".flex-sm-order-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":35,"unique":35,"properties":{"flex-direction":["row","row-reverse","column","column-reverse"],"flex-wrap":["wrap","nowrap"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"flex":["1","auto"],"flex-grow":["0"],"flex-shrink":["0"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"order":["1","2","inherit"]}}},{"value":"(min-width: 768px)","rules":{"total":35,"size":{"graph":[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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.flex-md-order-none","declarations":1},{"selector":",.flex-md-order-2","declarations":1},{"selector":",.flex-md-order-1","declarations":1},{"selector":",.flex-md-self-stretch","declarations":1},{"selector":",.flex-md-self-baseline","declarations":1},{"selector":",.flex-md-self-center","declarations":1},{"selector":",.flex-md-self-end","declarations":1},{"selector":",.flex-md-self-start","declarations":1},{"selector":",.flex-md-self-auto","declarations":1},{"selector":",.flex-md-shrink-0","declarations":1},{"selector":",.flex-md-grow-0","declarations":1},{"selector":",.flex-md-auto","declarations":1},{"selector":",.flex-md-1","declarations":1},{"selector":",.flex-md-content-stretch","declarations":1},{"selector":",.flex-md-content-around","declarations":1},{"selector":",.flex-md-content-between","declarations":1},{"selector":",.flex-md-content-center","declarations":1},{"selector":",.flex-md-content-end","declarations":1},{"selector":",.flex-md-content-start","declarations":1},{"selector":",.flex-md-items-stretch","declarations":1},{"selector":",.flex-md-items-baseline","declarations":1},{"selector":",.flex-md-items-center","declarations":1},{"selector":",.flex-md-items-end","declarations":1},{"selector":",.flex-md-items-start","declarations":1},{"selector":",.flex-md-justify-around","declarations":1},{"selector":",.flex-md-justify-between","declarations":1},{"selector":",.flex-md-justify-center","declarations":1},{"selector":",.flex-md-justify-end","declarations":1},{"selector":",.flex-md-justify-start","declarations":1},{"selector":",.flex-md-nowrap","declarations":1},{"selector":",.flex-md-wrap","declarations":1},{"selector":",.flex-md-column-reverse","declarations":1},{"selector":",.flex-md-column","declarations":1},{"selector":",.flex-md-row-reverse","declarations":1},{"selector":".flex-md-row","declarations":1}]},"selectors":{"total":35,"type":0,"class":35,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-column-reverse",".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-1",".flex-md-auto",".flex-md-grow-0",".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-order-1",".flex-md-order-2",".flex-md-order-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":35,"unique":35,"properties":{"flex-direction":["row","row-reverse","column","column-reverse"],"flex-wrap":["wrap","nowrap"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"flex":["1","auto"],"flex-grow":["0"],"flex-shrink":["0"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"order":["1","2","inherit"]}}},{"value":"(min-width: 1012px)","rules":{"total":35,"size":{"graph":[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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.flex-lg-order-none","declarations":1},{"selector":",.flex-lg-order-2","declarations":1},{"selector":",.flex-lg-order-1","declarations":1},{"selector":",.flex-lg-self-stretch","declarations":1},{"selector":",.flex-lg-self-baseline","declarations":1},{"selector":",.flex-lg-self-center","declarations":1},{"selector":",.flex-lg-self-end","declarations":1},{"selector":",.flex-lg-self-start","declarations":1},{"selector":",.flex-lg-self-auto","declarations":1},{"selector":",.flex-lg-shrink-0","declarations":1},{"selector":",.flex-lg-grow-0","declarations":1},{"selector":",.flex-lg-auto","declarations":1},{"selector":",.flex-lg-1","declarations":1},{"selector":",.flex-lg-content-stretch","declarations":1},{"selector":",.flex-lg-content-around","declarations":1},{"selector":",.flex-lg-content-between","declarations":1},{"selector":",.flex-lg-content-center","declarations":1},{"selector":",.flex-lg-content-end","declarations":1},{"selector":",.flex-lg-content-start","declarations":1},{"selector":",.flex-lg-items-stretch","declarations":1},{"selector":",.flex-lg-items-baseline","declarations":1},{"selector":",.flex-lg-items-center","declarations":1},{"selector":",.flex-lg-items-end","declarations":1},{"selector":",.flex-lg-items-start","declarations":1},{"selector":",.flex-lg-justify-around","declarations":1},{"selector":",.flex-lg-justify-between","declarations":1},{"selector":",.flex-lg-justify-center","declarations":1},{"selector":",.flex-lg-justify-end","declarations":1},{"selector":",.flex-lg-justify-start","declarations":1},{"selector":",.flex-lg-nowrap","declarations":1},{"selector":",.flex-lg-wrap","declarations":1},{"selector":",.flex-lg-column-reverse","declarations":1},{"selector":",.flex-lg-column","declarations":1},{"selector":",.flex-lg-row-reverse","declarations":1},{"selector":".flex-lg-row","declarations":1}]},"selectors":{"total":35,"type":0,"class":35,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-column-reverse",".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-1",".flex-lg-auto",".flex-lg-grow-0",".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-order-1",".flex-lg-order-2",".flex-lg-order-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":35,"unique":35,"properties":{"flex-direction":["row","row-reverse","column","column-reverse"],"flex-wrap":["wrap","nowrap"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"flex":["1","auto"],"flex-grow":["0"],"flex-shrink":["0"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"order":["1","2","inherit"]}}},{"value":"(min-width: 1280px)","rules":{"total":35,"size":{"graph":[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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.flex-xl-order-none","declarations":1},{"selector":",.flex-xl-order-2","declarations":1},{"selector":",.flex-xl-order-1","declarations":1},{"selector":",.flex-xl-self-stretch","declarations":1},{"selector":",.flex-xl-self-baseline","declarations":1},{"selector":",.flex-xl-self-center","declarations":1},{"selector":",.flex-xl-self-end","declarations":1},{"selector":",.flex-xl-self-start","declarations":1},{"selector":",.flex-xl-self-auto","declarations":1},{"selector":",.flex-xl-shrink-0","declarations":1},{"selector":",.flex-xl-grow-0","declarations":1},{"selector":",.flex-xl-auto","declarations":1},{"selector":",.flex-xl-1","declarations":1},{"selector":",.flex-xl-content-stretch","declarations":1},{"selector":",.flex-xl-content-around","declarations":1},{"selector":",.flex-xl-content-between","declarations":1},{"selector":",.flex-xl-content-center","declarations":1},{"selector":",.flex-xl-content-end","declarations":1},{"selector":",.flex-xl-content-start","declarations":1},{"selector":",.flex-xl-items-stretch","declarations":1},{"selector":",.flex-xl-items-baseline","declarations":1},{"selector":",.flex-xl-items-center","declarations":1},{"selector":",.flex-xl-items-end","declarations":1},{"selector":",.flex-xl-items-start","declarations":1},{"selector":",.flex-xl-justify-around","declarations":1},{"selector":",.flex-xl-justify-between","declarations":1},{"selector":",.flex-xl-justify-center","declarations":1},{"selector":",.flex-xl-justify-end","declarations":1},{"selector":",.flex-xl-justify-start","declarations":1},{"selector":",.flex-xl-nowrap","declarations":1},{"selector":",.flex-xl-wrap","declarations":1},{"selector":",.flex-xl-column-reverse","declarations":1},{"selector":",.flex-xl-column","declarations":1},{"selector":",.flex-xl-row-reverse","declarations":1},{"selector":".flex-xl-row","declarations":1}]},"selectors":{"total":35,"type":0,"class":35,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-column-reverse",".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-1",".flex-xl-auto",".flex-xl-grow-0",".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-order-1",".flex-xl-order-2",".flex-xl-order-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":35,"unique":35,"properties":{"flex-direction":["row","row-reverse","column","column-reverse"],"flex-wrap":["wrap","nowrap"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"flex":["1","auto"],"flex-grow":["0"],"flex-shrink":["0"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"order":["1","2","inherit"]}}},{"value":"(min-width: 544px)","rules":{"total":5,"size":{"graph":[1,1,1,1,2],"max":2,"average":1.2},"selectorByRuleSizes":[{"selector":",.position-sm-sticky","declarations":2},{"selector":",.position-sm-fixed","declarations":1},{"selector":",.position-sm-absolute","declarations":1},{"selector":",.position-sm-relative","declarations":1},{"selector":".position-sm-static","declarations":1}]},"selectors":{"total":5,"type":0,"class":5,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".position-sm-static",".position-sm-relative",".position-sm-absolute",".position-sm-fixed",".position-sm-sticky"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"position":["static","relative","absolute","fixed","-webkit-sticky","sticky"]}}},{"value":"(min-width: 768px)","rules":{"total":5,"size":{"graph":[1,1,1,1,2],"max":2,"average":1.2},"selectorByRuleSizes":[{"selector":",.position-md-sticky","declarations":2},{"selector":",.position-md-fixed","declarations":1},{"selector":",.position-md-absolute","declarations":1},{"selector":",.position-md-relative","declarations":1},{"selector":".position-md-static","declarations":1}]},"selectors":{"total":5,"type":0,"class":5,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".position-md-static",".position-md-relative",".position-md-absolute",".position-md-fixed",".position-md-sticky"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"position":["static","relative","absolute","fixed","-webkit-sticky","sticky"]}}},{"value":"(min-width: 1012px)","rules":{"total":5,"size":{"graph":[1,1,1,1,2],"max":2,"average":1.2},"selectorByRuleSizes":[{"selector":",.position-lg-sticky","declarations":2},{"selector":",.position-lg-fixed","declarations":1},{"selector":",.position-lg-absolute","declarations":1},{"selector":",.position-lg-relative","declarations":1},{"selector":".position-lg-static","declarations":1}]},"selectors":{"total":5,"type":0,"class":5,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".position-lg-static",".position-lg-relative",".position-lg-absolute",".position-lg-fixed",".position-lg-sticky"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"position":["static","relative","absolute","fixed","-webkit-sticky","sticky"]}}},{"value":"(min-width: 1280px)","rules":{"total":5,"size":{"graph":[1,1,1,1,2],"max":2,"average":1.2},"selectorByRuleSizes":[{"selector":",.position-xl-sticky","declarations":2},{"selector":",.position-xl-fixed","declarations":1},{"selector":",.position-xl-absolute","declarations":1},{"selector":",.position-xl-relative","declarations":1},{"selector":".position-xl-static","declarations":1}]},"selectors":{"total":5,"type":0,"class":5,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".position-xl-static",".position-xl-relative",".position-xl-absolute",".position-xl-fixed",".position-xl-sticky"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"position":["static","relative","absolute","fixed","-webkit-sticky","sticky"]}}},{"value":"(min-width: 544px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.float-sm-none","declarations":1},{"selector":",.float-sm-right","declarations":1},{"selector":".float-sm-left","declarations":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},"selectorByRuleSizes":[{"selector":",.float-md-none","declarations":1},{"selector":",.float-md-right","declarations":1},{"selector":".float-md-left","declarations":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},"selectorByRuleSizes":[{"selector":",.float-lg-none","declarations":1},{"selector":",.float-lg-right","declarations":1},{"selector":".float-lg-left","declarations":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},"selectorByRuleSizes":[{"selector":",.float-xl-none","declarations":1},{"selector":",.float-xl-right","declarations":1},{"selector":".float-xl-left","declarations":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":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-sm-ltr","declarations":1},{"selector":",.direction-sm-rtl","declarations":1},{"selector":".width-sm-auto","declarations":1}]},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".width-sm-auto",".direction-sm-rtl",".direction-sm-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"width":["auto"],"direction":["rtl","ltr"]}}},{"value":"(min-width: 768px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-md-ltr","declarations":1},{"selector":",.direction-md-rtl","declarations":1},{"selector":".width-md-auto","declarations":1}]},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".width-md-auto",".direction-md-rtl",".direction-md-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"width":["auto"],"direction":["rtl","ltr"]}}},{"value":"(min-width: 1012px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-lg-ltr","declarations":1},{"selector":",.direction-lg-rtl","declarations":1},{"selector":".width-lg-auto","declarations":1}]},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".width-lg-auto",".direction-lg-rtl",".direction-lg-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"width":["auto"],"direction":["rtl","ltr"]}}},{"value":"(min-width: 1280px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-xl-ltr","declarations":1},{"selector":",.direction-xl-rtl","declarations":1},{"selector":".width-xl-auto","declarations":1}]},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".width-xl-auto",".direction-xl-rtl",".direction-xl-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"width":["auto"],"direction":["rtl","ltr"]}}},{"value":"(min-width: 544px)","rules":{"total":74,"size":{"graph":[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],"max":2,"average":1.2027027027027026},"selectorByRuleSizes":[{"selector":",.mx-sm-auto","declarations":2},{"selector":",.my-sm-6","declarations":2},{"selector":",.mx-sm-6","declarations":2},{"selector":",.my-sm-5","declarations":2},{"selector":",.mx-sm-5","declarations":2},{"selector":",.my-sm-4","declarations":2},{"selector":",.mx-sm-4","declarations":2},{"selector":",.my-sm-3","declarations":2},{"selector":",.mx-sm-3","declarations":2},{"selector":",.my-sm-2","declarations":2},{"selector":",.mx-sm-2","declarations":2},{"selector":",.my-sm-1","declarations":2},{"selector":",.mx-sm-1","declarations":2},{"selector":",.my-sm-0","declarations":2},{"selector":",.mx-sm-0","declarations":2},{"selector":",.ml-sm-n6","declarations":1},{"selector":",.mb-sm-n6","declarations":1},{"selector":",.mr-sm-n6","declarations":1},{"selector":",.mt-sm-n6","declarations":1},{"selector":",.ml-sm-6","declarations":1},{"selector":",.mb-sm-6","declarations":1},{"selector":",.mr-sm-6","declarations":1},{"selector":",.mt-sm-6","declarations":1},{"selector":",.m-sm-6","declarations":1},{"selector":",.ml-sm-n5","declarations":1},{"selector":",.mb-sm-n5","declarations":1},{"selector":",.mr-sm-n5","declarations":1},{"selector":",.mt-sm-n5","declarations":1},{"selector":",.ml-sm-5","declarations":1},{"selector":",.mb-sm-5","declarations":1},{"selector":",.mr-sm-5","declarations":1},{"selector":",.mt-sm-5","declarations":1},{"selector":",.m-sm-5","declarations":1},{"selector":",.ml-sm-n4","declarations":1},{"selector":",.mb-sm-n4","declarations":1},{"selector":",.mr-sm-n4","declarations":1},{"selector":",.mt-sm-n4","declarations":1},{"selector":",.ml-sm-4","declarations":1},{"selector":",.mb-sm-4","declarations":1},{"selector":",.mr-sm-4","declarations":1},{"selector":",.mt-sm-4","declarations":1},{"selector":",.m-sm-4","declarations":1},{"selector":",.ml-sm-n3","declarations":1},{"selector":",.mb-sm-n3","declarations":1},{"selector":",.mr-sm-n3","declarations":1},{"selector":",.mt-sm-n3","declarations":1},{"selector":",.ml-sm-3","declarations":1},{"selector":",.mb-sm-3","declarations":1},{"selector":",.mr-sm-3","declarations":1},{"selector":",.mt-sm-3","declarations":1},{"selector":",.m-sm-3","declarations":1},{"selector":",.ml-sm-n2","declarations":1},{"selector":",.mb-sm-n2","declarations":1},{"selector":",.mr-sm-n2","declarations":1},{"selector":",.mt-sm-n2","declarations":1},{"selector":",.ml-sm-2","declarations":1},{"selector":",.mb-sm-2","declarations":1},{"selector":",.mr-sm-2","declarations":1},{"selector":",.mt-sm-2","declarations":1},{"selector":",.m-sm-2","declarations":1},{"selector":",.ml-sm-n1","declarations":1},{"selector":",.mb-sm-n1","declarations":1},{"selector":",.mr-sm-n1","declarations":1},{"selector":",.mt-sm-n1","declarations":1},{"selector":",.ml-sm-1","declarations":1},{"selector":",.mb-sm-1","declarations":1},{"selector":",.mr-sm-1","declarations":1},{"selector":",.mt-sm-1","declarations":1},{"selector":",.m-sm-1","declarations":1},{"selector":",.ml-sm-0","declarations":1},{"selector":",.mb-sm-0","declarations":1},{"selector":",.mr-sm-0","declarations":1},{"selector":",.mt-sm-0","declarations":1},{"selector":".m-sm-0","declarations":1}]},"selectors":{"total":74,"type":0,"class":74,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-0",".mt-sm-0",".mr-sm-0",".mb-sm-0",".ml-sm-0",".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",".mx-sm-auto"],"specificity":{"max":10,"average":10}},"declarations":{"total":89,"unique":61,"properties":{"margin":["0","4px","8px","16px","24px","32px","40px"],"margin-top":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-right":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"],"margin-bottom":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-left":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"]}}},{"value":"(min-width: 768px)","rules":{"total":74,"size":{"graph":[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],"max":2,"average":1.2027027027027026},"selectorByRuleSizes":[{"selector":",.mx-md-auto","declarations":2},{"selector":",.my-md-6","declarations":2},{"selector":",.mx-md-6","declarations":2},{"selector":",.my-md-5","declarations":2},{"selector":",.mx-md-5","declarations":2},{"selector":",.my-md-4","declarations":2},{"selector":",.mx-md-4","declarations":2},{"selector":",.my-md-3","declarations":2},{"selector":",.mx-md-3","declarations":2},{"selector":",.my-md-2","declarations":2},{"selector":",.mx-md-2","declarations":2},{"selector":",.my-md-1","declarations":2},{"selector":",.mx-md-1","declarations":2},{"selector":",.my-md-0","declarations":2},{"selector":",.mx-md-0","declarations":2},{"selector":",.ml-md-n6","declarations":1},{"selector":",.mb-md-n6","declarations":1},{"selector":",.mr-md-n6","declarations":1},{"selector":",.mt-md-n6","declarations":1},{"selector":",.ml-md-6","declarations":1},{"selector":",.mb-md-6","declarations":1},{"selector":",.mr-md-6","declarations":1},{"selector":",.mt-md-6","declarations":1},{"selector":",.m-md-6","declarations":1},{"selector":",.ml-md-n5","declarations":1},{"selector":",.mb-md-n5","declarations":1},{"selector":",.mr-md-n5","declarations":1},{"selector":",.mt-md-n5","declarations":1},{"selector":",.ml-md-5","declarations":1},{"selector":",.mb-md-5","declarations":1},{"selector":",.mr-md-5","declarations":1},{"selector":",.mt-md-5","declarations":1},{"selector":",.m-md-5","declarations":1},{"selector":",.ml-md-n4","declarations":1},{"selector":",.mb-md-n4","declarations":1},{"selector":",.mr-md-n4","declarations":1},{"selector":",.mt-md-n4","declarations":1},{"selector":",.ml-md-4","declarations":1},{"selector":",.mb-md-4","declarations":1},{"selector":",.mr-md-4","declarations":1},{"selector":",.mt-md-4","declarations":1},{"selector":",.m-md-4","declarations":1},{"selector":",.ml-md-n3","declarations":1},{"selector":",.mb-md-n3","declarations":1},{"selector":",.mr-md-n3","declarations":1},{"selector":",.mt-md-n3","declarations":1},{"selector":",.ml-md-3","declarations":1},{"selector":",.mb-md-3","declarations":1},{"selector":",.mr-md-3","declarations":1},{"selector":",.mt-md-3","declarations":1},{"selector":",.m-md-3","declarations":1},{"selector":",.ml-md-n2","declarations":1},{"selector":",.mb-md-n2","declarations":1},{"selector":",.mr-md-n2","declarations":1},{"selector":",.mt-md-n2","declarations":1},{"selector":",.ml-md-2","declarations":1},{"selector":",.mb-md-2","declarations":1},{"selector":",.mr-md-2","declarations":1},{"selector":",.mt-md-2","declarations":1},{"selector":",.m-md-2","declarations":1},{"selector":",.ml-md-n1","declarations":1},{"selector":",.mb-md-n1","declarations":1},{"selector":",.mr-md-n1","declarations":1},{"selector":",.mt-md-n1","declarations":1},{"selector":",.ml-md-1","declarations":1},{"selector":",.mb-md-1","declarations":1},{"selector":",.mr-md-1","declarations":1},{"selector":",.mt-md-1","declarations":1},{"selector":",.m-md-1","declarations":1},{"selector":",.ml-md-0","declarations":1},{"selector":",.mb-md-0","declarations":1},{"selector":",.mr-md-0","declarations":1},{"selector":",.mt-md-0","declarations":1},{"selector":".m-md-0","declarations":1}]},"selectors":{"total":74,"type":0,"class":74,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-0",".mt-md-0",".mr-md-0",".mb-md-0",".ml-md-0",".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",".mx-md-auto"],"specificity":{"max":10,"average":10}},"declarations":{"total":89,"unique":61,"properties":{"margin":["0","4px","8px","16px","24px","32px","40px"],"margin-top":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-right":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"],"margin-bottom":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-left":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"]}}},{"value":"(min-width: 1012px)","rules":{"total":74,"size":{"graph":[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],"max":2,"average":1.2027027027027026},"selectorByRuleSizes":[{"selector":",.mx-lg-auto","declarations":2},{"selector":",.my-lg-6","declarations":2},{"selector":",.mx-lg-6","declarations":2},{"selector":",.my-lg-5","declarations":2},{"selector":",.mx-lg-5","declarations":2},{"selector":",.my-lg-4","declarations":2},{"selector":",.mx-lg-4","declarations":2},{"selector":",.my-lg-3","declarations":2},{"selector":",.mx-lg-3","declarations":2},{"selector":",.my-lg-2","declarations":2},{"selector":",.mx-lg-2","declarations":2},{"selector":",.my-lg-1","declarations":2},{"selector":",.mx-lg-1","declarations":2},{"selector":",.my-lg-0","declarations":2},{"selector":",.mx-lg-0","declarations":2},{"selector":",.ml-lg-n6","declarations":1},{"selector":",.mb-lg-n6","declarations":1},{"selector":",.mr-lg-n6","declarations":1},{"selector":",.mt-lg-n6","declarations":1},{"selector":",.ml-lg-6","declarations":1},{"selector":",.mb-lg-6","declarations":1},{"selector":",.mr-lg-6","declarations":1},{"selector":",.mt-lg-6","declarations":1},{"selector":",.m-lg-6","declarations":1},{"selector":",.ml-lg-n5","declarations":1},{"selector":",.mb-lg-n5","declarations":1},{"selector":",.mr-lg-n5","declarations":1},{"selector":",.mt-lg-n5","declarations":1},{"selector":",.ml-lg-5","declarations":1},{"selector":",.mb-lg-5","declarations":1},{"selector":",.mr-lg-5","declarations":1},{"selector":",.mt-lg-5","declarations":1},{"selector":",.m-lg-5","declarations":1},{"selector":",.ml-lg-n4","declarations":1},{"selector":",.mb-lg-n4","declarations":1},{"selector":",.mr-lg-n4","declarations":1},{"selector":",.mt-lg-n4","declarations":1},{"selector":",.ml-lg-4","declarations":1},{"selector":",.mb-lg-4","declarations":1},{"selector":",.mr-lg-4","declarations":1},{"selector":",.mt-lg-4","declarations":1},{"selector":",.m-lg-4","declarations":1},{"selector":",.ml-lg-n3","declarations":1},{"selector":",.mb-lg-n3","declarations":1},{"selector":",.mr-lg-n3","declarations":1},{"selector":",.mt-lg-n3","declarations":1},{"selector":",.ml-lg-3","declarations":1},{"selector":",.mb-lg-3","declarations":1},{"selector":",.mr-lg-3","declarations":1},{"selector":",.mt-lg-3","declarations":1},{"selector":",.m-lg-3","declarations":1},{"selector":",.ml-lg-n2","declarations":1},{"selector":",.mb-lg-n2","declarations":1},{"selector":",.mr-lg-n2","declarations":1},{"selector":",.mt-lg-n2","declarations":1},{"selector":",.ml-lg-2","declarations":1},{"selector":",.mb-lg-2","declarations":1},{"selector":",.mr-lg-2","declarations":1},{"selector":",.mt-lg-2","declarations":1},{"selector":",.m-lg-2","declarations":1},{"selector":",.ml-lg-n1","declarations":1},{"selector":",.mb-lg-n1","declarations":1},{"selector":",.mr-lg-n1","declarations":1},{"selector":",.mt-lg-n1","declarations":1},{"selector":",.ml-lg-1","declarations":1},{"selector":",.mb-lg-1","declarations":1},{"selector":",.mr-lg-1","declarations":1},{"selector":",.mt-lg-1","declarations":1},{"selector":",.m-lg-1","declarations":1},{"selector":",.ml-lg-0","declarations":1},{"selector":",.mb-lg-0","declarations":1},{"selector":",.mr-lg-0","declarations":1},{"selector":",.mt-lg-0","declarations":1},{"selector":".m-lg-0","declarations":1}]},"selectors":{"total":74,"type":0,"class":74,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-0",".mt-lg-0",".mr-lg-0",".mb-lg-0",".ml-lg-0",".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",".mx-lg-auto"],"specificity":{"max":10,"average":10}},"declarations":{"total":89,"unique":61,"properties":{"margin":["0","4px","8px","16px","24px","32px","40px"],"margin-top":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-right":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"],"margin-bottom":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-left":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"]}}},{"value":"(min-width: 1280px)","rules":{"total":74,"size":{"graph":[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],"max":2,"average":1.2027027027027026},"selectorByRuleSizes":[{"selector":",.mx-xl-auto","declarations":2},{"selector":",.my-xl-6","declarations":2},{"selector":",.mx-xl-6","declarations":2},{"selector":",.my-xl-5","declarations":2},{"selector":",.mx-xl-5","declarations":2},{"selector":",.my-xl-4","declarations":2},{"selector":",.mx-xl-4","declarations":2},{"selector":",.my-xl-3","declarations":2},{"selector":",.mx-xl-3","declarations":2},{"selector":",.my-xl-2","declarations":2},{"selector":",.mx-xl-2","declarations":2},{"selector":",.my-xl-1","declarations":2},{"selector":",.mx-xl-1","declarations":2},{"selector":",.my-xl-0","declarations":2},{"selector":",.mx-xl-0","declarations":2},{"selector":",.ml-xl-n6","declarations":1},{"selector":",.mb-xl-n6","declarations":1},{"selector":",.mr-xl-n6","declarations":1},{"selector":",.mt-xl-n6","declarations":1},{"selector":",.ml-xl-6","declarations":1},{"selector":",.mb-xl-6","declarations":1},{"selector":",.mr-xl-6","declarations":1},{"selector":",.mt-xl-6","declarations":1},{"selector":",.m-xl-6","declarations":1},{"selector":",.ml-xl-n5","declarations":1},{"selector":",.mb-xl-n5","declarations":1},{"selector":",.mr-xl-n5","declarations":1},{"selector":",.mt-xl-n5","declarations":1},{"selector":",.ml-xl-5","declarations":1},{"selector":",.mb-xl-5","declarations":1},{"selector":",.mr-xl-5","declarations":1},{"selector":",.mt-xl-5","declarations":1},{"selector":",.m-xl-5","declarations":1},{"selector":",.ml-xl-n4","declarations":1},{"selector":",.mb-xl-n4","declarations":1},{"selector":",.mr-xl-n4","declarations":1},{"selector":",.mt-xl-n4","declarations":1},{"selector":",.ml-xl-4","declarations":1},{"selector":",.mb-xl-4","declarations":1},{"selector":",.mr-xl-4","declarations":1},{"selector":",.mt-xl-4","declarations":1},{"selector":",.m-xl-4","declarations":1},{"selector":",.ml-xl-n3","declarations":1},{"selector":",.mb-xl-n3","declarations":1},{"selector":",.mr-xl-n3","declarations":1},{"selector":",.mt-xl-n3","declarations":1},{"selector":",.ml-xl-3","declarations":1},{"selector":",.mb-xl-3","declarations":1},{"selector":",.mr-xl-3","declarations":1},{"selector":",.mt-xl-3","declarations":1},{"selector":",.m-xl-3","declarations":1},{"selector":",.ml-xl-n2","declarations":1},{"selector":",.mb-xl-n2","declarations":1},{"selector":",.mr-xl-n2","declarations":1},{"selector":",.mt-xl-n2","declarations":1},{"selector":",.ml-xl-2","declarations":1},{"selector":",.mb-xl-2","declarations":1},{"selector":",.mr-xl-2","declarations":1},{"selector":",.mt-xl-2","declarations":1},{"selector":",.m-xl-2","declarations":1},{"selector":",.ml-xl-n1","declarations":1},{"selector":",.mb-xl-n1","declarations":1},{"selector":",.mr-xl-n1","declarations":1},{"selector":",.mt-xl-n1","declarations":1},{"selector":",.ml-xl-1","declarations":1},{"selector":",.mb-xl-1","declarations":1},{"selector":",.mr-xl-1","declarations":1},{"selector":",.mt-xl-1","declarations":1},{"selector":",.m-xl-1","declarations":1},{"selector":",.ml-xl-0","declarations":1},{"selector":",.mb-xl-0","declarations":1},{"selector":",.mr-xl-0","declarations":1},{"selector":",.mt-xl-0","declarations":1},{"selector":".m-xl-0","declarations":1}]},"selectors":{"total":74,"type":0,"class":74,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-0",".mt-xl-0",".mr-xl-0",".mb-xl-0",".ml-xl-0",".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",".mx-xl-auto"],"specificity":{"max":10,"average":10}},"declarations":{"total":89,"unique":61,"properties":{"margin":["0","4px","8px","16px","24px","32px","40px"],"margin-top":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-right":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"],"margin-bottom":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-left":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"]}}},{"value":"(min-width: 544px)","rules":{"total":49,"size":{"graph":[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],"max":2,"average":1.2857142857142858},"selectorByRuleSizes":[{"selector":",.py-sm-6","declarations":2},{"selector":",.px-sm-6","declarations":2},{"selector":",.py-sm-5","declarations":2},{"selector":",.px-sm-5","declarations":2},{"selector":",.py-sm-4","declarations":2},{"selector":",.px-sm-4","declarations":2},{"selector":",.py-sm-3","declarations":2},{"selector":",.px-sm-3","declarations":2},{"selector":",.py-sm-2","declarations":2},{"selector":",.px-sm-2","declarations":2},{"selector":",.py-sm-1","declarations":2},{"selector":",.px-sm-1","declarations":2},{"selector":",.py-sm-0","declarations":2},{"selector":",.px-sm-0","declarations":2},{"selector":",.pl-sm-6","declarations":1},{"selector":",.pb-sm-6","declarations":1},{"selector":",.pr-sm-6","declarations":1},{"selector":",.pt-sm-6","declarations":1},{"selector":",.p-sm-6","declarations":1},{"selector":",.pl-sm-5","declarations":1},{"selector":",.pb-sm-5","declarations":1},{"selector":",.pr-sm-5","declarations":1},{"selector":",.pt-sm-5","declarations":1},{"selector":",.p-sm-5","declarations":1},{"selector":",.pl-sm-4","declarations":1},{"selector":",.pb-sm-4","declarations":1},{"selector":",.pr-sm-4","declarations":1},{"selector":",.pt-sm-4","declarations":1},{"selector":",.p-sm-4","declarations":1},{"selector":",.pl-sm-3","declarations":1},{"selector":",.pb-sm-3","declarations":1},{"selector":",.pr-sm-3","declarations":1},{"selector":",.pt-sm-3","declarations":1},{"selector":",.p-sm-3","declarations":1},{"selector":",.pl-sm-2","declarations":1},{"selector":",.pb-sm-2","declarations":1},{"selector":",.pr-sm-2","declarations":1},{"selector":",.pt-sm-2","declarations":1},{"selector":",.p-sm-2","declarations":1},{"selector":",.pl-sm-1","declarations":1},{"selector":",.pb-sm-1","declarations":1},{"selector":",.pr-sm-1","declarations":1},{"selector":",.pt-sm-1","declarations":1},{"selector":",.p-sm-1","declarations":1},{"selector":",.pl-sm-0","declarations":1},{"selector":",.pb-sm-0","declarations":1},{"selector":",.pr-sm-0","declarations":1},{"selector":",.pt-sm-0","declarations":1},{"selector":".p-sm-0","declarations":1}]},"selectors":{"total":49,"type":0,"class":49,"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",".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"],"specificity":{"max":10,"average":10}},"declarations":{"total":63,"unique":35,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-right":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-left":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"]}}},{"value":"(min-width: 768px)","rules":{"total":49,"size":{"graph":[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],"max":2,"average":1.2857142857142858},"selectorByRuleSizes":[{"selector":",.py-md-6","declarations":2},{"selector":",.px-md-6","declarations":2},{"selector":",.py-md-5","declarations":2},{"selector":",.px-md-5","declarations":2},{"selector":",.py-md-4","declarations":2},{"selector":",.px-md-4","declarations":2},{"selector":",.py-md-3","declarations":2},{"selector":",.px-md-3","declarations":2},{"selector":",.py-md-2","declarations":2},{"selector":",.px-md-2","declarations":2},{"selector":",.py-md-1","declarations":2},{"selector":",.px-md-1","declarations":2},{"selector":",.py-md-0","declarations":2},{"selector":",.px-md-0","declarations":2},{"selector":",.pl-md-6","declarations":1},{"selector":",.pb-md-6","declarations":1},{"selector":",.pr-md-6","declarations":1},{"selector":",.pt-md-6","declarations":1},{"selector":",.p-md-6","declarations":1},{"selector":",.pl-md-5","declarations":1},{"selector":",.pb-md-5","declarations":1},{"selector":",.pr-md-5","declarations":1},{"selector":",.pt-md-5","declarations":1},{"selector":",.p-md-5","declarations":1},{"selector":",.pl-md-4","declarations":1},{"selector":",.pb-md-4","declarations":1},{"selector":",.pr-md-4","declarations":1},{"selector":",.pt-md-4","declarations":1},{"selector":",.p-md-4","declarations":1},{"selector":",.pl-md-3","declarations":1},{"selector":",.pb-md-3","declarations":1},{"selector":",.pr-md-3","declarations":1},{"selector":",.pt-md-3","declarations":1},{"selector":",.p-md-3","declarations":1},{"selector":",.pl-md-2","declarations":1},{"selector":",.pb-md-2","declarations":1},{"selector":",.pr-md-2","declarations":1},{"selector":",.pt-md-2","declarations":1},{"selector":",.p-md-2","declarations":1},{"selector":",.pl-md-1","declarations":1},{"selector":",.pb-md-1","declarations":1},{"selector":",.pr-md-1","declarations":1},{"selector":",.pt-md-1","declarations":1},{"selector":",.p-md-1","declarations":1},{"selector":",.pl-md-0","declarations":1},{"selector":",.pb-md-0","declarations":1},{"selector":",.pr-md-0","declarations":1},{"selector":",.pt-md-0","declarations":1},{"selector":".p-md-0","declarations":1}]},"selectors":{"total":49,"type":0,"class":49,"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",".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"],"specificity":{"max":10,"average":10}},"declarations":{"total":63,"unique":35,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-right":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-left":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"]}}},{"value":"(min-width: 1012px)","rules":{"total":49,"size":{"graph":[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],"max":2,"average":1.2857142857142858},"selectorByRuleSizes":[{"selector":",.py-lg-6","declarations":2},{"selector":",.px-lg-6","declarations":2},{"selector":",.py-lg-5","declarations":2},{"selector":",.px-lg-5","declarations":2},{"selector":",.py-lg-4","declarations":2},{"selector":",.px-lg-4","declarations":2},{"selector":",.py-lg-3","declarations":2},{"selector":",.px-lg-3","declarations":2},{"selector":",.py-lg-2","declarations":2},{"selector":",.px-lg-2","declarations":2},{"selector":",.py-lg-1","declarations":2},{"selector":",.px-lg-1","declarations":2},{"selector":",.py-lg-0","declarations":2},{"selector":",.px-lg-0","declarations":2},{"selector":",.pl-lg-6","declarations":1},{"selector":",.pb-lg-6","declarations":1},{"selector":",.pr-lg-6","declarations":1},{"selector":",.pt-lg-6","declarations":1},{"selector":",.p-lg-6","declarations":1},{"selector":",.pl-lg-5","declarations":1},{"selector":",.pb-lg-5","declarations":1},{"selector":",.pr-lg-5","declarations":1},{"selector":",.pt-lg-5","declarations":1},{"selector":",.p-lg-5","declarations":1},{"selector":",.pl-lg-4","declarations":1},{"selector":",.pb-lg-4","declarations":1},{"selector":",.pr-lg-4","declarations":1},{"selector":",.pt-lg-4","declarations":1},{"selector":",.p-lg-4","declarations":1},{"selector":",.pl-lg-3","declarations":1},{"selector":",.pb-lg-3","declarations":1},{"selector":",.pr-lg-3","declarations":1},{"selector":",.pt-lg-3","declarations":1},{"selector":",.p-lg-3","declarations":1},{"selector":",.pl-lg-2","declarations":1},{"selector":",.pb-lg-2","declarations":1},{"selector":",.pr-lg-2","declarations":1},{"selector":",.pt-lg-2","declarations":1},{"selector":",.p-lg-2","declarations":1},{"selector":",.pl-lg-1","declarations":1},{"selector":",.pb-lg-1","declarations":1},{"selector":",.pr-lg-1","declarations":1},{"selector":",.pt-lg-1","declarations":1},{"selector":",.p-lg-1","declarations":1},{"selector":",.pl-lg-0","declarations":1},{"selector":",.pb-lg-0","declarations":1},{"selector":",.pr-lg-0","declarations":1},{"selector":",.pt-lg-0","declarations":1},{"selector":".p-lg-0","declarations":1}]},"selectors":{"total":49,"type":0,"class":49,"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",".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"],"specificity":{"max":10,"average":10}},"declarations":{"total":63,"unique":35,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-right":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-left":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"]}}},{"value":"(min-width: 1280px)","rules":{"total":49,"size":{"graph":[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],"max":2,"average":1.2857142857142858},"selectorByRuleSizes":[{"selector":",.py-xl-6","declarations":2},{"selector":",.px-xl-6","declarations":2},{"selector":",.py-xl-5","declarations":2},{"selector":",.px-xl-5","declarations":2},{"selector":",.py-xl-4","declarations":2},{"selector":",.px-xl-4","declarations":2},{"selector":",.py-xl-3","declarations":2},{"selector":",.px-xl-3","declarations":2},{"selector":",.py-xl-2","declarations":2},{"selector":",.px-xl-2","declarations":2},{"selector":",.py-xl-1","declarations":2},{"selector":",.px-xl-1","declarations":2},{"selector":",.py-xl-0","declarations":2},{"selector":",.px-xl-0","declarations":2},{"selector":",.pl-xl-6","declarations":1},{"selector":",.pb-xl-6","declarations":1},{"selector":",.pr-xl-6","declarations":1},{"selector":",.pt-xl-6","declarations":1},{"selector":",.p-xl-6","declarations":1},{"selector":",.pl-xl-5","declarations":1},{"selector":",.pb-xl-5","declarations":1},{"selector":",.pr-xl-5","declarations":1},{"selector":",.pt-xl-5","declarations":1},{"selector":",.p-xl-5","declarations":1},{"selector":",.pl-xl-4","declarations":1},{"selector":",.pb-xl-4","declarations":1},{"selector":",.pr-xl-4","declarations":1},{"selector":",.pt-xl-4","declarations":1},{"selector":",.p-xl-4","declarations":1},{"selector":",.pl-xl-3","declarations":1},{"selector":",.pb-xl-3","declarations":1},{"selector":",.pr-xl-3","declarations":1},{"selector":",.pt-xl-3","declarations":1},{"selector":",.p-xl-3","declarations":1},{"selector":",.pl-xl-2","declarations":1},{"selector":",.pb-xl-2","declarations":1},{"selector":",.pr-xl-2","declarations":1},{"selector":",.pt-xl-2","declarations":1},{"selector":",.p-xl-2","declarations":1},{"selector":",.pl-xl-1","declarations":1},{"selector":",.pb-xl-1","declarations":1},{"selector":",.pr-xl-1","declarations":1},{"selector":",.pt-xl-1","declarations":1},{"selector":",.p-xl-1","declarations":1},{"selector":",.pl-xl-0","declarations":1},{"selector":",.pb-xl-0","declarations":1},{"selector":",.pr-xl-0","declarations":1},{"selector":",.pt-xl-0","declarations":1},{"selector":".p-xl-0","declarations":1}]},"selectors":{"total":49,"type":0,"class":49,"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",".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"],"specificity":{"max":10,"average":10}},"declarations":{"total":63,"unique":35,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-right":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-left":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".p-responsive","declarations":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},"selectorByRuleSizes":[{"selector":".p-responsive","declarations":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},"selectorByRuleSizes":[{"selector":".h1","declarations":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},"selectorByRuleSizes":[{"selector":".h2","declarations":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},"selectorByRuleSizes":[{"selector":".h3","declarations":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},"selectorByRuleSizes":[{"selector":".f1","declarations":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},"selectorByRuleSizes":[{"selector":".f2","declarations":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},"selectorByRuleSizes":[{"selector":".f3","declarations":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},"selectorByRuleSizes":[{"selector":".f4","declarations":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},"selectorByRuleSizes":[{"selector":".f00-light","declarations":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},"selectorByRuleSizes":[{"selector":".f0-light","declarations":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},"selectorByRuleSizes":[{"selector":".f1-light","declarations":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},"selectorByRuleSizes":[{"selector":".f2-light","declarations":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},"selectorByRuleSizes":[{"selector":".f3-light","declarations":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":4,"size":{"graph":[1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.lh-sm-0","declarations":1},{"selector":",.lh-sm-default","declarations":1},{"selector":",.lh-sm-condensed","declarations":1},{"selector":".lh-sm-condensed-ultra","declarations":1}]},"selectors":{"total":4,"type":0,"class":4,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".lh-sm-condensed-ultra",".lh-sm-condensed",".lh-sm-default",".lh-sm-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":4,"unique":4,"properties":{"line-height":["1","1.25","1.5","0"]}}},{"value":"(min-width: 768px)","rules":{"total":4,"size":{"graph":[1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.lh-md-0","declarations":1},{"selector":",.lh-md-default","declarations":1},{"selector":",.lh-md-condensed","declarations":1},{"selector":".lh-md-condensed-ultra","declarations":1}]},"selectors":{"total":4,"type":0,"class":4,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".lh-md-condensed-ultra",".lh-md-condensed",".lh-md-default",".lh-md-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":4,"unique":4,"properties":{"line-height":["1","1.25","1.5","0"]}}},{"value":"(min-width: 1012px)","rules":{"total":4,"size":{"graph":[1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.lh-lg-0","declarations":1},{"selector":",.lh-lg-default","declarations":1},{"selector":",.lh-lg-condensed","declarations":1},{"selector":".lh-lg-condensed-ultra","declarations":1}]},"selectors":{"total":4,"type":0,"class":4,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".lh-lg-condensed-ultra",".lh-lg-condensed",".lh-lg-default",".lh-lg-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":4,"unique":4,"properties":{"line-height":["1","1.25","1.5","0"]}}},{"value":"(min-width: 1280px)","rules":{"total":4,"size":{"graph":[1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.lh-xl-0","declarations":1},{"selector":",.lh-xl-default","declarations":1},{"selector":",.lh-xl-condensed","declarations":1},{"selector":".lh-xl-condensed-ultra","declarations":1}]},"selectors":{"total":4,"type":0,"class":4,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".lh-xl-condensed-ultra",".lh-xl-condensed",".lh-xl-default",".lh-xl-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":4,"unique":4,"properties":{"line-height":["1","1.25","1.5","0"]}}},{"value":"(min-width: 544px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.text-sm-center","declarations":1},{"selector":",.text-sm-left","declarations":1},{"selector":".text-sm-right","declarations":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},"selectorByRuleSizes":[{"selector":",.text-md-center","declarations":1},{"selector":",.text-md-left","declarations":1},{"selector":".text-md-right","declarations":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},"selectorByRuleSizes":[{"selector":",.text-lg-center","declarations":1},{"selector":",.text-lg-left","declarations":1},{"selector":".text-lg-right","declarations":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},"selectorByRuleSizes":[{"selector":",.text-xl-center","declarations":1},{"selector":",.text-xl-left","declarations":1},{"selector":".text-xl-right","declarations":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,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.d-sm-table-cell","declarations":1},{"selector":",.d-sm-table","declarations":1},{"selector":",.d-sm-none","declarations":1},{"selector":",.d-sm-inline-flex","declarations":1},{"selector":",.d-sm-inline-block","declarations":1},{"selector":",.d-sm-inline","declarations":1},{"selector":",.d-sm-flex","declarations":1},{"selector":".d-sm-block","declarations":1}]},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-sm-block",".d-sm-flex",".d-sm-inline",".d-sm-inline-block",".d-sm-inline-flex",".d-sm-none",".d-sm-table",".d-sm-table-cell"],"specificity":{"max":10,"average":10}},"declarations":{"total":8,"unique":8,"properties":{"display":["block","flex","inline","inline-block","inline-flex","none","table","table-cell"]}}},{"value":"(min-width: 768px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.d-md-table-cell","declarations":1},{"selector":",.d-md-table","declarations":1},{"selector":",.d-md-none","declarations":1},{"selector":",.d-md-inline-flex","declarations":1},{"selector":",.d-md-inline-block","declarations":1},{"selector":",.d-md-inline","declarations":1},{"selector":",.d-md-flex","declarations":1},{"selector":".d-md-block","declarations":1}]},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-md-block",".d-md-flex",".d-md-inline",".d-md-inline-block",".d-md-inline-flex",".d-md-none",".d-md-table",".d-md-table-cell"],"specificity":{"max":10,"average":10}},"declarations":{"total":8,"unique":8,"properties":{"display":["block","flex","inline","inline-block","inline-flex","none","table","table-cell"]}}},{"value":"(min-width: 1012px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.d-lg-table-cell","declarations":1},{"selector":",.d-lg-table","declarations":1},{"selector":",.d-lg-none","declarations":1},{"selector":",.d-lg-inline-flex","declarations":1},{"selector":",.d-lg-inline-block","declarations":1},{"selector":",.d-lg-inline","declarations":1},{"selector":",.d-lg-flex","declarations":1},{"selector":".d-lg-block","declarations":1}]},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-lg-block",".d-lg-flex",".d-lg-inline",".d-lg-inline-block",".d-lg-inline-flex",".d-lg-none",".d-lg-table",".d-lg-table-cell"],"specificity":{"max":10,"average":10}},"declarations":{"total":8,"unique":8,"properties":{"display":["block","flex","inline","inline-block","inline-flex","none","table","table-cell"]}}},{"value":"(min-width: 1280px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.d-xl-table-cell","declarations":1},{"selector":",.d-xl-table","declarations":1},{"selector":",.d-xl-none","declarations":1},{"selector":",.d-xl-inline-flex","declarations":1},{"selector":",.d-xl-inline-block","declarations":1},{"selector":",.d-xl-inline","declarations":1},{"selector":",.d-xl-flex","declarations":1},{"selector":".d-xl-block","declarations":1}]},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-xl-block",".d-xl-flex",".d-xl-inline",".d-xl-inline-block",".d-xl-inline-flex",".d-xl-none",".d-xl-table",".d-xl-table-cell"],"specificity":{"max":10,"average":10}},"declarations":{"total":8,"unique":8,"properties":{"display":["block","flex","inline","inline-block","inline-flex","none","table","table-cell"]}}},{"value":"(max-width: 543px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".hide-sm","declarations":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: 767px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".hide-md","declarations":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: 1011px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".hide-lg","declarations":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},"selectorByRuleSizes":[{"selector":".hide-xl","declarations":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":"(max-width: 544px)","rules":{"total":2,"size":{"graph":[2,1],"max":2,"average":1.5},"selectorByRuleSizes":[{"selector":".page-responsive .suggester-container","declarations":2},{"selector":",.page-responsive .suggester li","declarations":1}]},"selectors":{"total":2,"type":1,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".page-responsive .suggester-container",".page-responsive .suggester li"],"specificity":{"max":21,"average":20.5}},"declarations":{"total":3,"unique":3,"properties":{"right":["8px"],"left":["8px"],"padding":["8px 16px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".Popover-message--large","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".Popover-message--large"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"min-width":["320px"]}}},{"value":"(hover: hover)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-tab:not([aria-checked=\"true\"]):hover,.SelectMenu-tab:not([aria-checked=\"true\"]):active","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".SelectMenu-tab:not([aria-checked=\"true\"]):hover",".SelectMenu-tab:not([aria-checked=\"true\"]):active"],"specificity":{"max":30,"average":30}},"declarations":{"total":1,"unique":1,"properties":{"background-color":["#fff"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[6],"max":6,"average":6},"selectorByRuleSizes":[{"selector":".SelectMenu","declarations":6}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"position":["absolute"],"top":["auto"],"right":["auto"],"bottom":["auto"],"left":["auto"],"padding":["0"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu::before","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":1,"values":[".SelectMenu::before"],"specificity":{"max":11,"average":11}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[9],"max":9,"average":9},"selectorByRuleSizes":[{"selector":".SelectMenu-modal","declarations":9}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-modal"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":9,"properties":{"width":["300px"],"height":["auto"],"max-height":["480px"],"margin":["4px 0 16px 0"],"font-size":["12px"],"border":["1px solid #d1d5da"],"border-radius":["3px"],"box-shadow":["0 1px 5px rgba(27,31,35,0.15)"],"animation-name":["SelectMenu-modal-animation--sm"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".SelectMenu-header","declarations":2}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-header"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding-top":["8px"],"padding-bottom":["8px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-title","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-title"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["inherit"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-closeButton","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-closeButton"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-filter","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-filter"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"padding":["8px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-input","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-input"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["14px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".SelectMenu-item","declarations":2}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-item"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding-top":["8px"],"padding-bottom":["8px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".SelectMenu-tabs","declarations":2}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-tabs"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding":["0 8px"],"border-top":["0"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[6],"max":6,"average":6},"selectorByRuleSizes":[{"selector":".SelectMenu-tab","declarations":6}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-tab"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"flex":["none"],"padding":["4px 16px"],"border":["1px solid transparent"],"border-bottom-width":["0"],"border-top-left-radius":["3px"],"border-top-right-radius":["3px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".SelectMenu-tab[aria-selected=\"true\"]","declarations":2}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-tab[aria-selected=\"true\"]"],"specificity":{"max":20,"average":20}},"declarations":{"total":2,"unique":2,"properties":{"border-color":["#e1e4e8"],"box-shadow":["none"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-footer","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-footer"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"padding":["4px 8px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[3],"max":3,"average":3},"selectorByRuleSizes":[{"selector":".SelectMenu--hasFilter .SelectMenu-modal","declarations":3}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu--hasFilter .SelectMenu-modal"],"specificity":{"max":20,"average":20}},"declarations":{"total":3,"unique":3,"properties":{"height":["auto"],"max-height":["480px"],"margin-top":["4px"]}}},{"value":"(hover: hover)","rules":{"total":5,"size":{"graph":[1,1,1,2,2],"max":2,"average":1.4},"selectorByRuleSizes":[{"selector":",.SelectMenu-tab:not([aria-selected=\"true\"]):active","declarations":2},{"selector":",.SelectMenu-tab:not([aria-selected=\"true\"]):hover","declarations":2},{"selector":",body:not(.intent-mouse) .SelectMenu-tab:focus","declarations":1},{"selector":",.SelectMenu-item:active","declarations":1},{"selector":"body:not(.intent-mouse) .SelectMenu-item:focus,.SelectMenu-item:hover","declarations":1}]},"selectors":{"total":6,"type":2,"class":6,"id":0,"pseudoClass":6,"pseudoElement":0,"values":["body:not(.intent-mouse) .SelectMenu-item:focus",".SelectMenu-item:hover",".SelectMenu-item:active","body:not(.intent-mouse) .SelectMenu-tab:focus",".SelectMenu-tab:not([aria-selected=\"true\"]):hover",".SelectMenu-tab:not([aria-selected=\"true\"]):active"],"specificity":{"max":31,"average":27}},"declarations":{"total":7,"unique":5,"properties":{"background-color":["#f6f8fa","#fafbfc","#dbedff","#e1e4e8","#f6f8fa"],"color":["#24292e","#24292e"]}}},{"value":"(hover: none)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.SelectMenu-item","declarations":1},{"selector":".SelectMenu-item:focus,.SelectMenu-item:active","declarations":1}]},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".SelectMenu-item:focus",".SelectMenu-item:active",".SelectMenu-item"],"specificity":{"max":20,"average":16.666666666666668}},"declarations":{"total":2,"unique":2,"properties":{"background-color":["#fafbfc"],"-webkit-tap-highlight-color":["rgba(209,213,218,0.5)"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[5],"max":5,"average":5},"selectorByRuleSizes":[{"selector":".Toast","declarations":5}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".Toast"],"specificity":{"max":10,"average":10}},"declarations":{"total":5,"unique":5,"properties":{"width":["-webkit-max-content","-moz-max-content","max-content"],"max-width":["450px"],"margin":["16px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".h000-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h000-mktg"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["64px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".h00-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h00-mktg"],"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},"selectorByRuleSizes":[{"selector":".h0-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h0-mktg"],"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},"selectorByRuleSizes":[{"selector":".h1-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h1-mktg"],"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},"selectorByRuleSizes":[{"selector":".h2-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h2-mktg"],"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},"selectorByRuleSizes":[{"selector":".h3-mktg","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h3-mktg"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["20px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[5],"max":5,"average":5},"selectorByRuleSizes":[{"selector":".pullquote","declarations":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: 768px)","rules":{"total":104,"size":{"graph":[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,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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.left-md-n12","declarations":1},{"selector":",.bottom-md-n12","declarations":1},{"selector":",.right-md-n12","declarations":1},{"selector":",.top-md-n12","declarations":1},{"selector":",.left-md-12","declarations":1},{"selector":",.bottom-md-12","declarations":1},{"selector":",.right-md-12","declarations":1},{"selector":",.top-md-12","declarations":1},{"selector":",.left-md-n11","declarations":1},{"selector":",.bottom-md-n11","declarations":1},{"selector":",.right-md-n11","declarations":1},{"selector":",.top-md-n11","declarations":1},{"selector":",.left-md-11","declarations":1},{"selector":",.bottom-md-11","declarations":1},{"selector":",.right-md-11","declarations":1},{"selector":",.top-md-11","declarations":1},{"selector":",.left-md-n10","declarations":1},{"selector":",.bottom-md-n10","declarations":1},{"selector":",.right-md-n10","declarations":1},{"selector":",.top-md-n10","declarations":1},{"selector":",.left-md-10","declarations":1},{"selector":",.bottom-md-10","declarations":1},{"selector":",.right-md-10","declarations":1},{"selector":",.top-md-10","declarations":1},{"selector":",.left-md-n9","declarations":1},{"selector":",.bottom-md-n9","declarations":1},{"selector":",.right-md-n9","declarations":1},{"selector":",.top-md-n9","declarations":1},{"selector":",.left-md-9","declarations":1},{"selector":",.bottom-md-9","declarations":1},{"selector":",.right-md-9","declarations":1},{"selector":",.top-md-9","declarations":1},{"selector":",.left-md-n8","declarations":1},{"selector":",.bottom-md-n8","declarations":1},{"selector":",.right-md-n8","declarations":1},{"selector":",.top-md-n8","declarations":1},{"selector":",.left-md-8","declarations":1},{"selector":",.bottom-md-8","declarations":1},{"selector":",.right-md-8","declarations":1},{"selector":",.top-md-8","declarations":1},{"selector":",.left-md-n7","declarations":1},{"selector":",.bottom-md-n7","declarations":1},{"selector":",.right-md-n7","declarations":1},{"selector":",.top-md-n7","declarations":1},{"selector":",.left-md-7","declarations":1},{"selector":",.bottom-md-7","declarations":1},{"selector":",.right-md-7","declarations":1},{"selector":",.top-md-7","declarations":1},{"selector":",.left-md-n6","declarations":1},{"selector":",.bottom-md-n6","declarations":1},{"selector":",.right-md-n6","declarations":1},{"selector":",.top-md-n6","declarations":1},{"selector":",.left-md-6","declarations":1},{"selector":",.bottom-md-6","declarations":1},{"selector":",.right-md-6","declarations":1},{"selector":",.top-md-6","declarations":1},{"selector":",.left-md-n5","declarations":1},{"selector":",.bottom-md-n5","declarations":1},{"selector":",.right-md-n5","declarations":1},{"selector":",.top-md-n5","declarations":1},{"selector":",.left-md-5","declarations":1},{"selector":",.bottom-md-5","declarations":1},{"selector":",.right-md-5","declarations":1},{"selector":",.top-md-5","declarations":1},{"selector":",.left-md-n4","declarations":1},{"selector":",.bottom-md-n4","declarations":1},{"selector":",.right-md-n4","declarations":1},{"selector":",.top-md-n4","declarations":1},{"selector":",.left-md-4","declarations":1},{"selector":",.bottom-md-4","declarations":1},{"selector":",.right-md-4","declarations":1},{"selector":",.top-md-4","declarations":1},{"selector":",.left-md-n3","declarations":1},{"selector":",.bottom-md-n3","declarations":1},{"selector":",.right-md-n3","declarations":1},{"selector":",.top-md-n3","declarations":1},{"selector":",.left-md-3","declarations":1},{"selector":",.bottom-md-3","declarations":1},{"selector":",.right-md-3","declarations":1},{"selector":",.top-md-3","declarations":1},{"selector":",.left-md-n2","declarations":1},{"selector":",.bottom-md-n2","declarations":1},{"selector":",.right-md-n2","declarations":1},{"selector":",.top-md-n2","declarations":1},{"selector":",.left-md-2","declarations":1},{"selector":",.bottom-md-2","declarations":1},{"selector":",.right-md-2","declarations":1},{"selector":",.top-md-2","declarations":1},{"selector":",.left-md-n1","declarations":1},{"selector":",.bottom-md-n1","declarations":1},{"selector":",.right-md-n1","declarations":1},{"selector":",.top-md-n1","declarations":1},{"selector":",.left-md-1","declarations":1},{"selector":",.bottom-md-1","declarations":1},{"selector":",.right-md-1","declarations":1},{"selector":",.top-md-1","declarations":1},{"selector":",.left-md-n0","declarations":1},{"selector":",.bottom-md-n0","declarations":1},{"selector":",.right-md-n0","declarations":1},{"selector":",.top-md-n0","declarations":1},{"selector":",.left-md-0","declarations":1},{"selector":",.bottom-md-0","declarations":1},{"selector":",.right-md-0","declarations":1},{"selector":".top-md-0","declarations":1}]},"selectors":{"total":104,"type":0,"class":104,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".top-md-0",".right-md-0",".bottom-md-0",".left-md-0",".top-md-n0",".right-md-n0",".bottom-md-n0",".left-md-n0",".top-md-1",".right-md-1",".bottom-md-1",".left-md-1",".top-md-n1",".right-md-n1",".bottom-md-n1",".left-md-n1",".top-md-2",".right-md-2",".bottom-md-2",".left-md-2",".top-md-n2",".right-md-n2",".bottom-md-n2",".left-md-n2",".top-md-3",".right-md-3",".bottom-md-3",".left-md-3",".top-md-n3",".right-md-n3",".bottom-md-n3",".left-md-n3",".top-md-4",".right-md-4",".bottom-md-4",".left-md-4",".top-md-n4",".right-md-n4",".bottom-md-n4",".left-md-n4",".top-md-5",".right-md-5",".bottom-md-5",".left-md-5",".top-md-n5",".right-md-n5",".bottom-md-n5",".left-md-n5",".top-md-6",".right-md-6",".bottom-md-6",".left-md-6",".top-md-n6",".right-md-n6",".bottom-md-n6",".left-md-n6",".top-md-7",".right-md-7",".bottom-md-7",".left-md-7",".top-md-n7",".right-md-n7",".bottom-md-n7",".left-md-n7",".top-md-8",".right-md-8",".bottom-md-8",".left-md-8",".top-md-n8",".right-md-n8",".bottom-md-n8",".left-md-n8",".top-md-9",".right-md-9",".bottom-md-9",".left-md-9",".top-md-n9",".right-md-n9",".bottom-md-n9",".left-md-n9",".top-md-10",".right-md-10",".bottom-md-10",".left-md-10",".top-md-n10",".right-md-n10",".bottom-md-n10",".left-md-n10",".top-md-11",".right-md-11",".bottom-md-11",".left-md-11",".top-md-n11",".right-md-n11",".bottom-md-n11",".left-md-n11",".top-md-12",".right-md-12",".bottom-md-12",".left-md-12",".top-md-n12",".right-md-n12",".bottom-md-n12",".left-md-n12"],"specificity":{"max":10,"average":10}},"declarations":{"total":104,"unique":100,"properties":{"top":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"right":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"bottom":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"left":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"]}}},{"value":"(min-width: 1012px)","rules":{"total":104,"size":{"graph":[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,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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.left-lg-n12","declarations":1},{"selector":",.bottom-lg-n12","declarations":1},{"selector":",.right-lg-n12","declarations":1},{"selector":",.top-lg-n12","declarations":1},{"selector":",.left-lg-12","declarations":1},{"selector":",.bottom-lg-12","declarations":1},{"selector":",.right-lg-12","declarations":1},{"selector":",.top-lg-12","declarations":1},{"selector":",.left-lg-n11","declarations":1},{"selector":",.bottom-lg-n11","declarations":1},{"selector":",.right-lg-n11","declarations":1},{"selector":",.top-lg-n11","declarations":1},{"selector":",.left-lg-11","declarations":1},{"selector":",.bottom-lg-11","declarations":1},{"selector":",.right-lg-11","declarations":1},{"selector":",.top-lg-11","declarations":1},{"selector":",.left-lg-n10","declarations":1},{"selector":",.bottom-lg-n10","declarations":1},{"selector":",.right-lg-n10","declarations":1},{"selector":",.top-lg-n10","declarations":1},{"selector":",.left-lg-10","declarations":1},{"selector":",.bottom-lg-10","declarations":1},{"selector":",.right-lg-10","declarations":1},{"selector":",.top-lg-10","declarations":1},{"selector":",.left-lg-n9","declarations":1},{"selector":",.bottom-lg-n9","declarations":1},{"selector":",.right-lg-n9","declarations":1},{"selector":",.top-lg-n9","declarations":1},{"selector":",.left-lg-9","declarations":1},{"selector":",.bottom-lg-9","declarations":1},{"selector":",.right-lg-9","declarations":1},{"selector":",.top-lg-9","declarations":1},{"selector":",.left-lg-n8","declarations":1},{"selector":",.bottom-lg-n8","declarations":1},{"selector":",.right-lg-n8","declarations":1},{"selector":",.top-lg-n8","declarations":1},{"selector":",.left-lg-8","declarations":1},{"selector":",.bottom-lg-8","declarations":1},{"selector":",.right-lg-8","declarations":1},{"selector":",.top-lg-8","declarations":1},{"selector":",.left-lg-n7","declarations":1},{"selector":",.bottom-lg-n7","declarations":1},{"selector":",.right-lg-n7","declarations":1},{"selector":",.top-lg-n7","declarations":1},{"selector":",.left-lg-7","declarations":1},{"selector":",.bottom-lg-7","declarations":1},{"selector":",.right-lg-7","declarations":1},{"selector":",.top-lg-7","declarations":1},{"selector":",.left-lg-n6","declarations":1},{"selector":",.bottom-lg-n6","declarations":1},{"selector":",.right-lg-n6","declarations":1},{"selector":",.top-lg-n6","declarations":1},{"selector":",.left-lg-6","declarations":1},{"selector":",.bottom-lg-6","declarations":1},{"selector":",.right-lg-6","declarations":1},{"selector":",.top-lg-6","declarations":1},{"selector":",.left-lg-n5","declarations":1},{"selector":",.bottom-lg-n5","declarations":1},{"selector":",.right-lg-n5","declarations":1},{"selector":",.top-lg-n5","declarations":1},{"selector":",.left-lg-5","declarations":1},{"selector":",.bottom-lg-5","declarations":1},{"selector":",.right-lg-5","declarations":1},{"selector":",.top-lg-5","declarations":1},{"selector":",.left-lg-n4","declarations":1},{"selector":",.bottom-lg-n4","declarations":1},{"selector":",.right-lg-n4","declarations":1},{"selector":",.top-lg-n4","declarations":1},{"selector":",.left-lg-4","declarations":1},{"selector":",.bottom-lg-4","declarations":1},{"selector":",.right-lg-4","declarations":1},{"selector":",.top-lg-4","declarations":1},{"selector":",.left-lg-n3","declarations":1},{"selector":",.bottom-lg-n3","declarations":1},{"selector":",.right-lg-n3","declarations":1},{"selector":",.top-lg-n3","declarations":1},{"selector":",.left-lg-3","declarations":1},{"selector":",.bottom-lg-3","declarations":1},{"selector":",.right-lg-3","declarations":1},{"selector":",.top-lg-3","declarations":1},{"selector":",.left-lg-n2","declarations":1},{"selector":",.bottom-lg-n2","declarations":1},{"selector":",.right-lg-n2","declarations":1},{"selector":",.top-lg-n2","declarations":1},{"selector":",.left-lg-2","declarations":1},{"selector":",.bottom-lg-2","declarations":1},{"selector":",.right-lg-2","declarations":1},{"selector":",.top-lg-2","declarations":1},{"selector":",.left-lg-n1","declarations":1},{"selector":",.bottom-lg-n1","declarations":1},{"selector":",.right-lg-n1","declarations":1},{"selector":",.top-lg-n1","declarations":1},{"selector":",.left-lg-1","declarations":1},{"selector":",.bottom-lg-1","declarations":1},{"selector":",.right-lg-1","declarations":1},{"selector":",.top-lg-1","declarations":1},{"selector":",.left-lg-n0","declarations":1},{"selector":",.bottom-lg-n0","declarations":1},{"selector":",.right-lg-n0","declarations":1},{"selector":",.top-lg-n0","declarations":1},{"selector":",.left-lg-0","declarations":1},{"selector":",.bottom-lg-0","declarations":1},{"selector":",.right-lg-0","declarations":1},{"selector":".top-lg-0","declarations":1}]},"selectors":{"total":104,"type":0,"class":104,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".top-lg-0",".right-lg-0",".bottom-lg-0",".left-lg-0",".top-lg-n0",".right-lg-n0",".bottom-lg-n0",".left-lg-n0",".top-lg-1",".right-lg-1",".bottom-lg-1",".left-lg-1",".top-lg-n1",".right-lg-n1",".bottom-lg-n1",".left-lg-n1",".top-lg-2",".right-lg-2",".bottom-lg-2",".left-lg-2",".top-lg-n2",".right-lg-n2",".bottom-lg-n2",".left-lg-n2",".top-lg-3",".right-lg-3",".bottom-lg-3",".left-lg-3",".top-lg-n3",".right-lg-n3",".bottom-lg-n3",".left-lg-n3",".top-lg-4",".right-lg-4",".bottom-lg-4",".left-lg-4",".top-lg-n4",".right-lg-n4",".bottom-lg-n4",".left-lg-n4",".top-lg-5",".right-lg-5",".bottom-lg-5",".left-lg-5",".top-lg-n5",".right-lg-n5",".bottom-lg-n5",".left-lg-n5",".top-lg-6",".right-lg-6",".bottom-lg-6",".left-lg-6",".top-lg-n6",".right-lg-n6",".bottom-lg-n6",".left-lg-n6",".top-lg-7",".right-lg-7",".bottom-lg-7",".left-lg-7",".top-lg-n7",".right-lg-n7",".bottom-lg-n7",".left-lg-n7",".top-lg-8",".right-lg-8",".bottom-lg-8",".left-lg-8",".top-lg-n8",".right-lg-n8",".bottom-lg-n8",".left-lg-n8",".top-lg-9",".right-lg-9",".bottom-lg-9",".left-lg-9",".top-lg-n9",".right-lg-n9",".bottom-lg-n9",".left-lg-n9",".top-lg-10",".right-lg-10",".bottom-lg-10",".left-lg-10",".top-lg-n10",".right-lg-n10",".bottom-lg-n10",".left-lg-n10",".top-lg-11",".right-lg-11",".bottom-lg-11",".left-lg-11",".top-lg-n11",".right-lg-n11",".bottom-lg-n11",".left-lg-n11",".top-lg-12",".right-lg-12",".bottom-lg-12",".left-lg-12",".top-lg-n12",".right-lg-n12",".bottom-lg-n12",".left-lg-n12"],"specificity":{"max":10,"average":10}},"declarations":{"total":104,"unique":100,"properties":{"top":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"right":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"bottom":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"],"left":["0","0","4px","-4px","8px","-8px","16px","-16px","24px","-24px","32px","-32px","40px","-40px","48px","-48px","64px","-64px","80px","-80px","96px","-96px","112px","-112px","128px","-128px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.offset-sm-n7","declarations":1},{"selector":",.offset-sm-n6","declarations":1},{"selector":",.offset-sm-n5","declarations":1},{"selector":",.offset-sm-n4","declarations":1},{"selector":",.offset-sm-n3","declarations":1},{"selector":",.offset-sm-n2","declarations":1},{"selector":".offset-sm-n1","declarations":1}]},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-sm-n1",".offset-sm-n2",".offset-sm-n3",".offset-sm-n4",".offset-sm-n5",".offset-sm-n6",".offset-sm-n7"],"specificity":{"max":10,"average":10}},"declarations":{"total":7,"unique":7,"properties":{"margin-left":["-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.offset-md-n7","declarations":1},{"selector":",.offset-md-n6","declarations":1},{"selector":",.offset-md-n5","declarations":1},{"selector":",.offset-md-n4","declarations":1},{"selector":",.offset-md-n3","declarations":1},{"selector":",.offset-md-n2","declarations":1},{"selector":".offset-md-n1","declarations":1}]},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-md-n1",".offset-md-n2",".offset-md-n3",".offset-md-n4",".offset-md-n5",".offset-md-n6",".offset-md-n7"],"specificity":{"max":10,"average":10}},"declarations":{"total":7,"unique":7,"properties":{"margin-left":["-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%"]}}},{"value":"(min-width: 1012px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.offset-lg-n7","declarations":1},{"selector":",.offset-lg-n6","declarations":1},{"selector":",.offset-lg-n5","declarations":1},{"selector":",.offset-lg-n4","declarations":1},{"selector":",.offset-lg-n3","declarations":1},{"selector":",.offset-lg-n2","declarations":1},{"selector":".offset-lg-n1","declarations":1}]},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-lg-n1",".offset-lg-n2",".offset-lg-n3",".offset-lg-n4",".offset-lg-n5",".offset-lg-n6",".offset-lg-n7"],"specificity":{"max":10,"average":10}},"declarations":{"total":7,"unique":7,"properties":{"margin-left":["-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.offset-xl-n7","declarations":1},{"selector":",.offset-xl-n6","declarations":1},{"selector":",.offset-xl-n5","declarations":1},{"selector":",.offset-xl-n4","declarations":1},{"selector":",.offset-xl-n3","declarations":1},{"selector":",.offset-xl-n2","declarations":1},{"selector":".offset-xl-n1","declarations":1}]},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-xl-n1",".offset-xl-n2",".offset-xl-n3",".offset-xl-n4",".offset-xl-n5",".offset-xl-n6",".offset-xl-n7"],"specificity":{"max":10,"average":10}},"declarations":{"total":7,"unique":7,"properties":{"margin-left":["-8.33333%","-16.66667%","-25%","-33.33333%","-41.66667%","-50%","-58.33333%"]}}},{"value":"(min-width: 544px)","rules":{"total":39,"size":{"graph":[1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2],"max":2,"average":1.3333333333333333},"selectorByRuleSizes":[{"selector":",.my-sm-12","declarations":2},{"selector":",.my-sm-11","declarations":2},{"selector":",.my-sm-10","declarations":2},{"selector":",.my-sm-9","declarations":2},{"selector":",.my-sm-8","declarations":2},{"selector":",.my-sm-7","declarations":2},{"selector":",.my-sm-6","declarations":2},{"selector":",.my-sm-5","declarations":2},{"selector":",.my-sm-4","declarations":2},{"selector":",.my-sm-3","declarations":2},{"selector":",.my-sm-2","declarations":2},{"selector":",.my-sm-1","declarations":2},{"selector":",.my-sm-0","declarations":2},{"selector":",.mb-sm-12","declarations":1},{"selector":",.mt-sm-12","declarations":1},{"selector":",.mb-sm-11","declarations":1},{"selector":",.mt-sm-11","declarations":1},{"selector":",.mb-sm-10","declarations":1},{"selector":",.mt-sm-10","declarations":1},{"selector":",.mb-sm-9","declarations":1},{"selector":",.mt-sm-9","declarations":1},{"selector":",.mb-sm-8","declarations":1},{"selector":",.mt-sm-8","declarations":1},{"selector":",.mb-sm-7","declarations":1},{"selector":",.mt-sm-7","declarations":1},{"selector":",.mb-sm-6","declarations":1},{"selector":",.mt-sm-6","declarations":1},{"selector":",.mb-sm-5","declarations":1},{"selector":",.mt-sm-5","declarations":1},{"selector":",.mb-sm-4","declarations":1},{"selector":",.mt-sm-4","declarations":1},{"selector":",.mb-sm-3","declarations":1},{"selector":",.mt-sm-3","declarations":1},{"selector":",.mb-sm-2","declarations":1},{"selector":",.mt-sm-2","declarations":1},{"selector":",.mb-sm-1","declarations":1},{"selector":",.mt-sm-1","declarations":1},{"selector":",.mb-sm-0","declarations":1},{"selector":".mt-sm-0","declarations":1}]},"selectors":{"total":39,"type":0,"class":39,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".mt-sm-0",".mb-sm-0",".my-sm-0",".mt-sm-1",".mb-sm-1",".my-sm-1",".mt-sm-2",".mb-sm-2",".my-sm-2",".mt-sm-3",".mb-sm-3",".my-sm-3",".mt-sm-4",".mb-sm-4",".my-sm-4",".mt-sm-5",".mb-sm-5",".my-sm-5",".mt-sm-6",".mb-sm-6",".my-sm-6",".mt-sm-7",".mb-sm-7",".my-sm-7",".mt-sm-8",".mb-sm-8",".my-sm-8",".mt-sm-9",".mb-sm-9",".my-sm-9",".mt-sm-10",".mb-sm-10",".my-sm-10",".mt-sm-11",".mb-sm-11",".my-sm-11",".mt-sm-12",".mb-sm-12",".my-sm-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":52,"unique":26,"properties":{"margin-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"margin-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"]}}},{"value":"(min-width: 768px)","rules":{"total":39,"size":{"graph":[1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2],"max":2,"average":1.3333333333333333},"selectorByRuleSizes":[{"selector":",.my-md-12","declarations":2},{"selector":",.my-md-11","declarations":2},{"selector":",.my-md-10","declarations":2},{"selector":",.my-md-9","declarations":2},{"selector":",.my-md-8","declarations":2},{"selector":",.my-md-7","declarations":2},{"selector":",.my-md-6","declarations":2},{"selector":",.my-md-5","declarations":2},{"selector":",.my-md-4","declarations":2},{"selector":",.my-md-3","declarations":2},{"selector":",.my-md-2","declarations":2},{"selector":",.my-md-1","declarations":2},{"selector":",.my-md-0","declarations":2},{"selector":",.mb-md-12","declarations":1},{"selector":",.mt-md-12","declarations":1},{"selector":",.mb-md-11","declarations":1},{"selector":",.mt-md-11","declarations":1},{"selector":",.mb-md-10","declarations":1},{"selector":",.mt-md-10","declarations":1},{"selector":",.mb-md-9","declarations":1},{"selector":",.mt-md-9","declarations":1},{"selector":",.mb-md-8","declarations":1},{"selector":",.mt-md-8","declarations":1},{"selector":",.mb-md-7","declarations":1},{"selector":",.mt-md-7","declarations":1},{"selector":",.mb-md-6","declarations":1},{"selector":",.mt-md-6","declarations":1},{"selector":",.mb-md-5","declarations":1},{"selector":",.mt-md-5","declarations":1},{"selector":",.mb-md-4","declarations":1},{"selector":",.mt-md-4","declarations":1},{"selector":",.mb-md-3","declarations":1},{"selector":",.mt-md-3","declarations":1},{"selector":",.mb-md-2","declarations":1},{"selector":",.mt-md-2","declarations":1},{"selector":",.mb-md-1","declarations":1},{"selector":",.mt-md-1","declarations":1},{"selector":",.mb-md-0","declarations":1},{"selector":".mt-md-0","declarations":1}]},"selectors":{"total":39,"type":0,"class":39,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".mt-md-0",".mb-md-0",".my-md-0",".mt-md-1",".mb-md-1",".my-md-1",".mt-md-2",".mb-md-2",".my-md-2",".mt-md-3",".mb-md-3",".my-md-3",".mt-md-4",".mb-md-4",".my-md-4",".mt-md-5",".mb-md-5",".my-md-5",".mt-md-6",".mb-md-6",".my-md-6",".mt-md-7",".mb-md-7",".my-md-7",".mt-md-8",".mb-md-8",".my-md-8",".mt-md-9",".mb-md-9",".my-md-9",".mt-md-10",".mb-md-10",".my-md-10",".mt-md-11",".mb-md-11",".my-md-11",".mt-md-12",".mb-md-12",".my-md-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":52,"unique":26,"properties":{"margin-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"margin-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"]}}},{"value":"(min-width: 1012px)","rules":{"total":39,"size":{"graph":[1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2],"max":2,"average":1.3333333333333333},"selectorByRuleSizes":[{"selector":",.my-lg-12","declarations":2},{"selector":",.my-lg-11","declarations":2},{"selector":",.my-lg-10","declarations":2},{"selector":",.my-lg-9","declarations":2},{"selector":",.my-lg-8","declarations":2},{"selector":",.my-lg-7","declarations":2},{"selector":",.my-lg-6","declarations":2},{"selector":",.my-lg-5","declarations":2},{"selector":",.my-lg-4","declarations":2},{"selector":",.my-lg-3","declarations":2},{"selector":",.my-lg-2","declarations":2},{"selector":",.my-lg-1","declarations":2},{"selector":",.my-lg-0","declarations":2},{"selector":",.mb-lg-12","declarations":1},{"selector":",.mt-lg-12","declarations":1},{"selector":",.mb-lg-11","declarations":1},{"selector":",.mt-lg-11","declarations":1},{"selector":",.mb-lg-10","declarations":1},{"selector":",.mt-lg-10","declarations":1},{"selector":",.mb-lg-9","declarations":1},{"selector":",.mt-lg-9","declarations":1},{"selector":",.mb-lg-8","declarations":1},{"selector":",.mt-lg-8","declarations":1},{"selector":",.mb-lg-7","declarations":1},{"selector":",.mt-lg-7","declarations":1},{"selector":",.mb-lg-6","declarations":1},{"selector":",.mt-lg-6","declarations":1},{"selector":",.mb-lg-5","declarations":1},{"selector":",.mt-lg-5","declarations":1},{"selector":",.mb-lg-4","declarations":1},{"selector":",.mt-lg-4","declarations":1},{"selector":",.mb-lg-3","declarations":1},{"selector":",.mt-lg-3","declarations":1},{"selector":",.mb-lg-2","declarations":1},{"selector":",.mt-lg-2","declarations":1},{"selector":",.mb-lg-1","declarations":1},{"selector":",.mt-lg-1","declarations":1},{"selector":",.mb-lg-0","declarations":1},{"selector":".mt-lg-0","declarations":1}]},"selectors":{"total":39,"type":0,"class":39,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".mt-lg-0",".mb-lg-0",".my-lg-0",".mt-lg-1",".mb-lg-1",".my-lg-1",".mt-lg-2",".mb-lg-2",".my-lg-2",".mt-lg-3",".mb-lg-3",".my-lg-3",".mt-lg-4",".mb-lg-4",".my-lg-4",".mt-lg-5",".mb-lg-5",".my-lg-5",".mt-lg-6",".mb-lg-6",".my-lg-6",".mt-lg-7",".mb-lg-7",".my-lg-7",".mt-lg-8",".mb-lg-8",".my-lg-8",".mt-lg-9",".mb-lg-9",".my-lg-9",".mt-lg-10",".mb-lg-10",".my-lg-10",".mt-lg-11",".mb-lg-11",".my-lg-11",".mt-lg-12",".mb-lg-12",".my-lg-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":52,"unique":26,"properties":{"margin-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"margin-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"]}}},{"value":"(min-width: 1280px)","rules":{"total":39,"size":{"graph":[1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2],"max":2,"average":1.3333333333333333},"selectorByRuleSizes":[{"selector":",.my-xl-12","declarations":2},{"selector":",.my-xl-11","declarations":2},{"selector":",.my-xl-10","declarations":2},{"selector":",.my-xl-9","declarations":2},{"selector":",.my-xl-8","declarations":2},{"selector":",.my-xl-7","declarations":2},{"selector":",.my-xl-6","declarations":2},{"selector":",.my-xl-5","declarations":2},{"selector":",.my-xl-4","declarations":2},{"selector":",.my-xl-3","declarations":2},{"selector":",.my-xl-2","declarations":2},{"selector":",.my-xl-1","declarations":2},{"selector":",.my-xl-0","declarations":2},{"selector":",.mb-xl-12","declarations":1},{"selector":",.mt-xl-12","declarations":1},{"selector":",.mb-xl-11","declarations":1},{"selector":",.mt-xl-11","declarations":1},{"selector":",.mb-xl-10","declarations":1},{"selector":",.mt-xl-10","declarations":1},{"selector":",.mb-xl-9","declarations":1},{"selector":",.mt-xl-9","declarations":1},{"selector":",.mb-xl-8","declarations":1},{"selector":",.mt-xl-8","declarations":1},{"selector":",.mb-xl-7","declarations":1},{"selector":",.mt-xl-7","declarations":1},{"selector":",.mb-xl-6","declarations":1},{"selector":",.mt-xl-6","declarations":1},{"selector":",.mb-xl-5","declarations":1},{"selector":",.mt-xl-5","declarations":1},{"selector":",.mb-xl-4","declarations":1},{"selector":",.mt-xl-4","declarations":1},{"selector":",.mb-xl-3","declarations":1},{"selector":",.mt-xl-3","declarations":1},{"selector":",.mb-xl-2","declarations":1},{"selector":",.mt-xl-2","declarations":1},{"selector":",.mb-xl-1","declarations":1},{"selector":",.mt-xl-1","declarations":1},{"selector":",.mb-xl-0","declarations":1},{"selector":".mt-xl-0","declarations":1}]},"selectors":{"total":39,"type":0,"class":39,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".mt-xl-0",".mb-xl-0",".my-xl-0",".mt-xl-1",".mb-xl-1",".my-xl-1",".mt-xl-2",".mb-xl-2",".my-xl-2",".mt-xl-3",".mb-xl-3",".my-xl-3",".mt-xl-4",".mb-xl-4",".my-xl-4",".mt-xl-5",".mb-xl-5",".my-xl-5",".mt-xl-6",".mb-xl-6",".my-xl-6",".mt-xl-7",".mb-xl-7",".my-xl-7",".mt-xl-8",".mb-xl-8",".my-xl-8",".mt-xl-9",".mb-xl-9",".my-xl-9",".mt-xl-10",".mb-xl-10",".my-xl-10",".mt-xl-11",".mb-xl-11",".my-xl-11",".mt-xl-12",".mb-xl-12",".my-xl-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":52,"unique":26,"properties":{"margin-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"margin-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"]}}},{"value":"(min-width: 544px)","rules":{"total":78,"size":{"graph":[1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2],"max":2,"average":1.1666666666666667},"selectorByRuleSizes":[{"selector":",.py-sm-12","declarations":2},{"selector":",.py-sm-11","declarations":2},{"selector":",.py-sm-10","declarations":2},{"selector":",.py-sm-9","declarations":2},{"selector":",.py-sm-8","declarations":2},{"selector":",.py-sm-7","declarations":2},{"selector":",.py-sm-6","declarations":2},{"selector":",.py-sm-5","declarations":2},{"selector":",.py-sm-4","declarations":2},{"selector":",.py-sm-3","declarations":2},{"selector":",.py-sm-2","declarations":2},{"selector":",.py-sm-1","declarations":2},{"selector":",.py-sm-0","declarations":2},{"selector":",.pl-sm-12","declarations":1},{"selector":",.pb-sm-12","declarations":1},{"selector":",.pr-sm-12","declarations":1},{"selector":",.pt-sm-12","declarations":1},{"selector":",.p-sm-12","declarations":1},{"selector":",.pl-sm-11","declarations":1},{"selector":",.pb-sm-11","declarations":1},{"selector":",.pr-sm-11","declarations":1},{"selector":",.pt-sm-11","declarations":1},{"selector":",.p-sm-11","declarations":1},{"selector":",.pl-sm-10","declarations":1},{"selector":",.pb-sm-10","declarations":1},{"selector":",.pr-sm-10","declarations":1},{"selector":",.pt-sm-10","declarations":1},{"selector":",.p-sm-10","declarations":1},{"selector":",.pl-sm-9","declarations":1},{"selector":",.pb-sm-9","declarations":1},{"selector":",.pr-sm-9","declarations":1},{"selector":",.pt-sm-9","declarations":1},{"selector":",.p-sm-9","declarations":1},{"selector":",.pl-sm-8","declarations":1},{"selector":",.pb-sm-8","declarations":1},{"selector":",.pr-sm-8","declarations":1},{"selector":",.pt-sm-8","declarations":1},{"selector":",.p-sm-8","declarations":1},{"selector":",.pl-sm-7","declarations":1},{"selector":",.pb-sm-7","declarations":1},{"selector":",.pr-sm-7","declarations":1},{"selector":",.pt-sm-7","declarations":1},{"selector":",.p-sm-7","declarations":1},{"selector":",.pl-sm-6","declarations":1},{"selector":",.pb-sm-6","declarations":1},{"selector":",.pr-sm-6","declarations":1},{"selector":",.pt-sm-6","declarations":1},{"selector":",.p-sm-6","declarations":1},{"selector":",.pl-sm-5","declarations":1},{"selector":",.pb-sm-5","declarations":1},{"selector":",.pr-sm-5","declarations":1},{"selector":",.pt-sm-5","declarations":1},{"selector":",.p-sm-5","declarations":1},{"selector":",.pl-sm-4","declarations":1},{"selector":",.pb-sm-4","declarations":1},{"selector":",.pr-sm-4","declarations":1},{"selector":",.pt-sm-4","declarations":1},{"selector":",.p-sm-4","declarations":1},{"selector":",.pl-sm-3","declarations":1},{"selector":",.pb-sm-3","declarations":1},{"selector":",.pr-sm-3","declarations":1},{"selector":",.pt-sm-3","declarations":1},{"selector":",.p-sm-3","declarations":1},{"selector":",.pl-sm-2","declarations":1},{"selector":",.pb-sm-2","declarations":1},{"selector":",.pr-sm-2","declarations":1},{"selector":",.pt-sm-2","declarations":1},{"selector":",.p-sm-2","declarations":1},{"selector":",.pl-sm-1","declarations":1},{"selector":",.pb-sm-1","declarations":1},{"selector":",.pr-sm-1","declarations":1},{"selector":",.pt-sm-1","declarations":1},{"selector":",.p-sm-1","declarations":1},{"selector":",.pl-sm-0","declarations":1},{"selector":",.pb-sm-0","declarations":1},{"selector":",.pr-sm-0","declarations":1},{"selector":",.pt-sm-0","declarations":1},{"selector":".p-sm-0","declarations":1}]},"selectors":{"total":78,"type":0,"class":78,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-0",".pt-sm-0",".pr-sm-0",".pb-sm-0",".pl-sm-0",".py-sm-0",".p-sm-1",".pt-sm-1",".pr-sm-1",".pb-sm-1",".pl-sm-1",".py-sm-1",".p-sm-2",".pt-sm-2",".pr-sm-2",".pb-sm-2",".pl-sm-2",".py-sm-2",".p-sm-3",".pt-sm-3",".pr-sm-3",".pb-sm-3",".pl-sm-3",".py-sm-3",".p-sm-4",".pt-sm-4",".pr-sm-4",".pb-sm-4",".pl-sm-4",".py-sm-4",".p-sm-5",".pt-sm-5",".pr-sm-5",".pb-sm-5",".pl-sm-5",".py-sm-5",".p-sm-6",".pt-sm-6",".pr-sm-6",".pb-sm-6",".pl-sm-6",".py-sm-6",".p-sm-7",".pt-sm-7",".pr-sm-7",".pb-sm-7",".pl-sm-7",".py-sm-7",".p-sm-8",".pt-sm-8",".pr-sm-8",".pb-sm-8",".pl-sm-8",".py-sm-8",".p-sm-9",".pt-sm-9",".pr-sm-9",".pb-sm-9",".pl-sm-9",".py-sm-9",".p-sm-10",".pt-sm-10",".pr-sm-10",".pb-sm-10",".pl-sm-10",".py-sm-10",".p-sm-11",".pt-sm-11",".pr-sm-11",".pb-sm-11",".pl-sm-11",".py-sm-11",".p-sm-12",".pt-sm-12",".pr-sm-12",".pb-sm-12",".pl-sm-12",".py-sm-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":91,"unique":65,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-right":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-left":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"]}}},{"value":"(min-width: 768px)","rules":{"total":78,"size":{"graph":[1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2],"max":2,"average":1.1666666666666667},"selectorByRuleSizes":[{"selector":",.py-md-12","declarations":2},{"selector":",.py-md-11","declarations":2},{"selector":",.py-md-10","declarations":2},{"selector":",.py-md-9","declarations":2},{"selector":",.py-md-8","declarations":2},{"selector":",.py-md-7","declarations":2},{"selector":",.py-md-6","declarations":2},{"selector":",.py-md-5","declarations":2},{"selector":",.py-md-4","declarations":2},{"selector":",.py-md-3","declarations":2},{"selector":",.py-md-2","declarations":2},{"selector":",.py-md-1","declarations":2},{"selector":",.py-md-0","declarations":2},{"selector":",.pl-md-12","declarations":1},{"selector":",.pb-md-12","declarations":1},{"selector":",.pr-md-12","declarations":1},{"selector":",.pt-md-12","declarations":1},{"selector":",.p-md-12","declarations":1},{"selector":",.pl-md-11","declarations":1},{"selector":",.pb-md-11","declarations":1},{"selector":",.pr-md-11","declarations":1},{"selector":",.pt-md-11","declarations":1},{"selector":",.p-md-11","declarations":1},{"selector":",.pl-md-10","declarations":1},{"selector":",.pb-md-10","declarations":1},{"selector":",.pr-md-10","declarations":1},{"selector":",.pt-md-10","declarations":1},{"selector":",.p-md-10","declarations":1},{"selector":",.pl-md-9","declarations":1},{"selector":",.pb-md-9","declarations":1},{"selector":",.pr-md-9","declarations":1},{"selector":",.pt-md-9","declarations":1},{"selector":",.p-md-9","declarations":1},{"selector":",.pl-md-8","declarations":1},{"selector":",.pb-md-8","declarations":1},{"selector":",.pr-md-8","declarations":1},{"selector":",.pt-md-8","declarations":1},{"selector":",.p-md-8","declarations":1},{"selector":",.pl-md-7","declarations":1},{"selector":",.pb-md-7","declarations":1},{"selector":",.pr-md-7","declarations":1},{"selector":",.pt-md-7","declarations":1},{"selector":",.p-md-7","declarations":1},{"selector":",.pl-md-6","declarations":1},{"selector":",.pb-md-6","declarations":1},{"selector":",.pr-md-6","declarations":1},{"selector":",.pt-md-6","declarations":1},{"selector":",.p-md-6","declarations":1},{"selector":",.pl-md-5","declarations":1},{"selector":",.pb-md-5","declarations":1},{"selector":",.pr-md-5","declarations":1},{"selector":",.pt-md-5","declarations":1},{"selector":",.p-md-5","declarations":1},{"selector":",.pl-md-4","declarations":1},{"selector":",.pb-md-4","declarations":1},{"selector":",.pr-md-4","declarations":1},{"selector":",.pt-md-4","declarations":1},{"selector":",.p-md-4","declarations":1},{"selector":",.pl-md-3","declarations":1},{"selector":",.pb-md-3","declarations":1},{"selector":",.pr-md-3","declarations":1},{"selector":",.pt-md-3","declarations":1},{"selector":",.p-md-3","declarations":1},{"selector":",.pl-md-2","declarations":1},{"selector":",.pb-md-2","declarations":1},{"selector":",.pr-md-2","declarations":1},{"selector":",.pt-md-2","declarations":1},{"selector":",.p-md-2","declarations":1},{"selector":",.pl-md-1","declarations":1},{"selector":",.pb-md-1","declarations":1},{"selector":",.pr-md-1","declarations":1},{"selector":",.pt-md-1","declarations":1},{"selector":",.p-md-1","declarations":1},{"selector":",.pl-md-0","declarations":1},{"selector":",.pb-md-0","declarations":1},{"selector":",.pr-md-0","declarations":1},{"selector":",.pt-md-0","declarations":1},{"selector":".p-md-0","declarations":1}]},"selectors":{"total":78,"type":0,"class":78,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-0",".pt-md-0",".pr-md-0",".pb-md-0",".pl-md-0",".py-md-0",".p-md-1",".pt-md-1",".pr-md-1",".pb-md-1",".pl-md-1",".py-md-1",".p-md-2",".pt-md-2",".pr-md-2",".pb-md-2",".pl-md-2",".py-md-2",".p-md-3",".pt-md-3",".pr-md-3",".pb-md-3",".pl-md-3",".py-md-3",".p-md-4",".pt-md-4",".pr-md-4",".pb-md-4",".pl-md-4",".py-md-4",".p-md-5",".pt-md-5",".pr-md-5",".pb-md-5",".pl-md-5",".py-md-5",".p-md-6",".pt-md-6",".pr-md-6",".pb-md-6",".pl-md-6",".py-md-6",".p-md-7",".pt-md-7",".pr-md-7",".pb-md-7",".pl-md-7",".py-md-7",".p-md-8",".pt-md-8",".pr-md-8",".pb-md-8",".pl-md-8",".py-md-8",".p-md-9",".pt-md-9",".pr-md-9",".pb-md-9",".pl-md-9",".py-md-9",".p-md-10",".pt-md-10",".pr-md-10",".pb-md-10",".pl-md-10",".py-md-10",".p-md-11",".pt-md-11",".pr-md-11",".pb-md-11",".pl-md-11",".py-md-11",".p-md-12",".pt-md-12",".pr-md-12",".pb-md-12",".pl-md-12",".py-md-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":91,"unique":65,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-right":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-left":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"]}}},{"value":"(min-width: 1012px)","rules":{"total":78,"size":{"graph":[1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2],"max":2,"average":1.1666666666666667},"selectorByRuleSizes":[{"selector":",.py-lg-12","declarations":2},{"selector":",.py-lg-11","declarations":2},{"selector":",.py-lg-10","declarations":2},{"selector":",.py-lg-9","declarations":2},{"selector":",.py-lg-8","declarations":2},{"selector":",.py-lg-7","declarations":2},{"selector":",.py-lg-6","declarations":2},{"selector":",.py-lg-5","declarations":2},{"selector":",.py-lg-4","declarations":2},{"selector":",.py-lg-3","declarations":2},{"selector":",.py-lg-2","declarations":2},{"selector":",.py-lg-1","declarations":2},{"selector":",.py-lg-0","declarations":2},{"selector":",.pl-lg-12","declarations":1},{"selector":",.pb-lg-12","declarations":1},{"selector":",.pr-lg-12","declarations":1},{"selector":",.pt-lg-12","declarations":1},{"selector":",.p-lg-12","declarations":1},{"selector":",.pl-lg-11","declarations":1},{"selector":",.pb-lg-11","declarations":1},{"selector":",.pr-lg-11","declarations":1},{"selector":",.pt-lg-11","declarations":1},{"selector":",.p-lg-11","declarations":1},{"selector":",.pl-lg-10","declarations":1},{"selector":",.pb-lg-10","declarations":1},{"selector":",.pr-lg-10","declarations":1},{"selector":",.pt-lg-10","declarations":1},{"selector":",.p-lg-10","declarations":1},{"selector":",.pl-lg-9","declarations":1},{"selector":",.pb-lg-9","declarations":1},{"selector":",.pr-lg-9","declarations":1},{"selector":",.pt-lg-9","declarations":1},{"selector":",.p-lg-9","declarations":1},{"selector":",.pl-lg-8","declarations":1},{"selector":",.pb-lg-8","declarations":1},{"selector":",.pr-lg-8","declarations":1},{"selector":",.pt-lg-8","declarations":1},{"selector":",.p-lg-8","declarations":1},{"selector":",.pl-lg-7","declarations":1},{"selector":",.pb-lg-7","declarations":1},{"selector":",.pr-lg-7","declarations":1},{"selector":",.pt-lg-7","declarations":1},{"selector":",.p-lg-7","declarations":1},{"selector":",.pl-lg-6","declarations":1},{"selector":",.pb-lg-6","declarations":1},{"selector":",.pr-lg-6","declarations":1},{"selector":",.pt-lg-6","declarations":1},{"selector":",.p-lg-6","declarations":1},{"selector":",.pl-lg-5","declarations":1},{"selector":",.pb-lg-5","declarations":1},{"selector":",.pr-lg-5","declarations":1},{"selector":",.pt-lg-5","declarations":1},{"selector":",.p-lg-5","declarations":1},{"selector":",.pl-lg-4","declarations":1},{"selector":",.pb-lg-4","declarations":1},{"selector":",.pr-lg-4","declarations":1},{"selector":",.pt-lg-4","declarations":1},{"selector":",.p-lg-4","declarations":1},{"selector":",.pl-lg-3","declarations":1},{"selector":",.pb-lg-3","declarations":1},{"selector":",.pr-lg-3","declarations":1},{"selector":",.pt-lg-3","declarations":1},{"selector":",.p-lg-3","declarations":1},{"selector":",.pl-lg-2","declarations":1},{"selector":",.pb-lg-2","declarations":1},{"selector":",.pr-lg-2","declarations":1},{"selector":",.pt-lg-2","declarations":1},{"selector":",.p-lg-2","declarations":1},{"selector":",.pl-lg-1","declarations":1},{"selector":",.pb-lg-1","declarations":1},{"selector":",.pr-lg-1","declarations":1},{"selector":",.pt-lg-1","declarations":1},{"selector":",.p-lg-1","declarations":1},{"selector":",.pl-lg-0","declarations":1},{"selector":",.pb-lg-0","declarations":1},{"selector":",.pr-lg-0","declarations":1},{"selector":",.pt-lg-0","declarations":1},{"selector":".p-lg-0","declarations":1}]},"selectors":{"total":78,"type":0,"class":78,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-0",".pt-lg-0",".pr-lg-0",".pb-lg-0",".pl-lg-0",".py-lg-0",".p-lg-1",".pt-lg-1",".pr-lg-1",".pb-lg-1",".pl-lg-1",".py-lg-1",".p-lg-2",".pt-lg-2",".pr-lg-2",".pb-lg-2",".pl-lg-2",".py-lg-2",".p-lg-3",".pt-lg-3",".pr-lg-3",".pb-lg-3",".pl-lg-3",".py-lg-3",".p-lg-4",".pt-lg-4",".pr-lg-4",".pb-lg-4",".pl-lg-4",".py-lg-4",".p-lg-5",".pt-lg-5",".pr-lg-5",".pb-lg-5",".pl-lg-5",".py-lg-5",".p-lg-6",".pt-lg-6",".pr-lg-6",".pb-lg-6",".pl-lg-6",".py-lg-6",".p-lg-7",".pt-lg-7",".pr-lg-7",".pb-lg-7",".pl-lg-7",".py-lg-7",".p-lg-8",".pt-lg-8",".pr-lg-8",".pb-lg-8",".pl-lg-8",".py-lg-8",".p-lg-9",".pt-lg-9",".pr-lg-9",".pb-lg-9",".pl-lg-9",".py-lg-9",".p-lg-10",".pt-lg-10",".pr-lg-10",".pb-lg-10",".pl-lg-10",".py-lg-10",".p-lg-11",".pt-lg-11",".pr-lg-11",".pb-lg-11",".pl-lg-11",".py-lg-11",".p-lg-12",".pt-lg-12",".pr-lg-12",".pb-lg-12",".pl-lg-12",".py-lg-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":91,"unique":65,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-right":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-left":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"]}}},{"value":"(min-width: 1280px)","rules":{"total":78,"size":{"graph":[1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2],"max":2,"average":1.1666666666666667},"selectorByRuleSizes":[{"selector":",.py-xl-12","declarations":2},{"selector":",.py-xl-11","declarations":2},{"selector":",.py-xl-10","declarations":2},{"selector":",.py-xl-9","declarations":2},{"selector":",.py-xl-8","declarations":2},{"selector":",.py-xl-7","declarations":2},{"selector":",.py-xl-6","declarations":2},{"selector":",.py-xl-5","declarations":2},{"selector":",.py-xl-4","declarations":2},{"selector":",.py-xl-3","declarations":2},{"selector":",.py-xl-2","declarations":2},{"selector":",.py-xl-1","declarations":2},{"selector":",.py-xl-0","declarations":2},{"selector":",.pl-xl-12","declarations":1},{"selector":",.pb-xl-12","declarations":1},{"selector":",.pr-xl-12","declarations":1},{"selector":",.pt-xl-12","declarations":1},{"selector":",.p-xl-12","declarations":1},{"selector":",.pl-xl-11","declarations":1},{"selector":",.pb-xl-11","declarations":1},{"selector":",.pr-xl-11","declarations":1},{"selector":",.pt-xl-11","declarations":1},{"selector":",.p-xl-11","declarations":1},{"selector":",.pl-xl-10","declarations":1},{"selector":",.pb-xl-10","declarations":1},{"selector":",.pr-xl-10","declarations":1},{"selector":",.pt-xl-10","declarations":1},{"selector":",.p-xl-10","declarations":1},{"selector":",.pl-xl-9","declarations":1},{"selector":",.pb-xl-9","declarations":1},{"selector":",.pr-xl-9","declarations":1},{"selector":",.pt-xl-9","declarations":1},{"selector":",.p-xl-9","declarations":1},{"selector":",.pl-xl-8","declarations":1},{"selector":",.pb-xl-8","declarations":1},{"selector":",.pr-xl-8","declarations":1},{"selector":",.pt-xl-8","declarations":1},{"selector":",.p-xl-8","declarations":1},{"selector":",.pl-xl-7","declarations":1},{"selector":",.pb-xl-7","declarations":1},{"selector":",.pr-xl-7","declarations":1},{"selector":",.pt-xl-7","declarations":1},{"selector":",.p-xl-7","declarations":1},{"selector":",.pl-xl-6","declarations":1},{"selector":",.pb-xl-6","declarations":1},{"selector":",.pr-xl-6","declarations":1},{"selector":",.pt-xl-6","declarations":1},{"selector":",.p-xl-6","declarations":1},{"selector":",.pl-xl-5","declarations":1},{"selector":",.pb-xl-5","declarations":1},{"selector":",.pr-xl-5","declarations":1},{"selector":",.pt-xl-5","declarations":1},{"selector":",.p-xl-5","declarations":1},{"selector":",.pl-xl-4","declarations":1},{"selector":",.pb-xl-4","declarations":1},{"selector":",.pr-xl-4","declarations":1},{"selector":",.pt-xl-4","declarations":1},{"selector":",.p-xl-4","declarations":1},{"selector":",.pl-xl-3","declarations":1},{"selector":",.pb-xl-3","declarations":1},{"selector":",.pr-xl-3","declarations":1},{"selector":",.pt-xl-3","declarations":1},{"selector":",.p-xl-3","declarations":1},{"selector":",.pl-xl-2","declarations":1},{"selector":",.pb-xl-2","declarations":1},{"selector":",.pr-xl-2","declarations":1},{"selector":",.pt-xl-2","declarations":1},{"selector":",.p-xl-2","declarations":1},{"selector":",.pl-xl-1","declarations":1},{"selector":",.pb-xl-1","declarations":1},{"selector":",.pr-xl-1","declarations":1},{"selector":",.pt-xl-1","declarations":1},{"selector":",.p-xl-1","declarations":1},{"selector":",.pl-xl-0","declarations":1},{"selector":",.pb-xl-0","declarations":1},{"selector":",.pr-xl-0","declarations":1},{"selector":",.pt-xl-0","declarations":1},{"selector":".p-xl-0","declarations":1}]},"selectors":{"total":78,"type":0,"class":78,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-0",".pt-xl-0",".pr-xl-0",".pb-xl-0",".pl-xl-0",".py-xl-0",".p-xl-1",".pt-xl-1",".pr-xl-1",".pb-xl-1",".pl-xl-1",".py-xl-1",".p-xl-2",".pt-xl-2",".pr-xl-2",".pb-xl-2",".pl-xl-2",".py-xl-2",".p-xl-3",".pt-xl-3",".pr-xl-3",".pb-xl-3",".pl-xl-3",".py-xl-3",".p-xl-4",".pt-xl-4",".pr-xl-4",".pb-xl-4",".pl-xl-4",".py-xl-4",".p-xl-5",".pt-xl-5",".pr-xl-5",".pb-xl-5",".pl-xl-5",".py-xl-5",".p-xl-6",".pt-xl-6",".pr-xl-6",".pb-xl-6",".pl-xl-6",".py-xl-6",".p-xl-7",".pt-xl-7",".pr-xl-7",".pb-xl-7",".pl-xl-7",".py-xl-7",".p-xl-8",".pt-xl-8",".pr-xl-8",".pb-xl-8",".pl-xl-8",".py-xl-8",".p-xl-9",".pt-xl-9",".pr-xl-9",".pb-xl-9",".pl-xl-9",".py-xl-9",".p-xl-10",".pt-xl-10",".pr-xl-10",".pb-xl-10",".pl-xl-10",".py-xl-10",".p-xl-11",".pt-xl-11",".pr-xl-11",".pb-xl-11",".pl-xl-11",".py-xl-11",".p-xl-12",".pt-xl-12",".pr-xl-12",".pb-xl-12",".pl-xl-12",".py-xl-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":91,"unique":65,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-right":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","48px","48px","64px","64px","80px","80px","96px","96px","112px","112px","128px","128px"],"padding-left":["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"]}}}]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/product.json b/assets/sass/@primer/css/dist/stats/product.json deleted file mode 100644 index 13a974c..0000000 --- a/assets/sass/@primer/css/dist/stats/product.json +++ /dev/null @@ -1 +0,0 @@ -{"size":31897,"gzipSize":6512,"humanizedSize":"31KB","humanizedGzipSize":"6KB","rules":{"total":346,"size":{"graph":[6,1,1,12,1,3,3,3,3,3,8,4,10,8,3,1,13,4,2,3,2,3,1,4,2,1,5,1,2,2,1,6,3,1,1,1,2,11,1,2,1,2,1,2,1,3,6,2,2,2,2,1,1,2,4,6,3,2,2,2,1,6,1,3,5,2,4,1,1,2,2,2,1,1,6,2,1,1,10,14,3,2,2,1,1,3,6,4,2,2,4,4,3,1,6,5,5,5,4,4,4,2,6,6,3,3,3,2,3,3,2,2,4,1,1,1,1,1,1,1,1,1,1,1,9,5,1,3,2,7,5,1,5,2,1,1,8,1,2,7,2,1,1,9,1,1,1,2,1,8,1,2,2,5,4,1,1,1,3,3,1,4,11,2,3,1,1,2,1,4,1,2,5,3,1,1,4,3,1,1,1,3,3,1,1,1,2,1,2,2,1,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,5,1,1,1,7,1,2,6,9,6,4,1,3,2,4,4,4,4,2,2,2,2,2,1,1,2,2,1,4,1,1,2,2,2,2,1,1,1,1,1,5,1,1,1,10,6,8,1,12,2,2,9,3,2,3,1,5,1,3,1,2,1,10,11,2,3,3,7,1,2,9,6,5,2,1,3,7,6,1,3,3,1,1,2,3,1,1,1,2,2,1,1,5,1,3,2,3,2,4,8,2,14,5,3,9,2,1,6,6,5,9,1,4,2,1,1,2,1,1,1,2,1,3,1,1,1],"max":14,"average":2.968208092485549},"selectorByRuleSizes":[{"selector":".TimelineItem-badge","declarations":14},{"selector":".dropdown-menu","declarations":14},{"selector":".suggester","declarations":13},{"selector":".SelectMenu-modal","declarations":12},{"selector":".flash-close","declarations":12},{"selector":".SelectMenu-item","declarations":11},{"selector":".markdown-body kbd","declarations":11},{"selector":".AvatarStack-body .avatar","declarations":11},{"selector":".SelectMenu-list","declarations":10},{"selector":".SelectMenu","declarations":10},{"selector":".dropdown-caret","declarations":10},{"selector":".autocomplete-results","declarations":10},{"selector":".Toast-icon","declarations":9},{"selector":".TimelineItem-break","declarations":9},{"selector":".SelectMenu-tab","declarations":9},{"selector":".SelectMenu-modal","declarations":9},{"selector":".markdown-body pre code,.markdown-body pre tt","declarations":9},{"selector":".state,.State","declarations":9},{"selector":".Header","declarations":9},{"selector":".TimelineItem::before","declarations":8},{"selector":".SelectMenu::before","declarations":8},{"selector":".Counter","declarations":8},{"selector":".label,.Label","declarations":8},{"selector":".autocomplete-item","declarations":8},{"selector":".flash-banner","declarations":8},{"selector":".SelectMenu-divider","declarations":7},{"selector":".SelectMenu-tabs","declarations":7},{"selector":".markdown-body pre>code","declarations":7},{"selector":".markdown-body span.frame>span","declarations":7},{"selector":".Label--outline","declarations":7},{"selector":".IssueLabel","declarations":7},{"selector":".Toast","declarations":6},{"selector":".TimelineItem--condensed .TimelineItem-badge","declarations":6},{"selector":".SelectMenu-footer","declarations":6},{"selector":".SelectMenu-tab","declarations":6},{"selector":".SelectMenu","declarations":6},{"selector":".markdown-body .csv-data td,.markdown-body .csv-data th","declarations":6},{"selector":".markdown-body .highlight pre,.markdown-body pre","declarations":6},{"selector":".dropdown-menu-ne::after","declarations":6},{"selector":".dropdown-menu-ne::before","declarations":6},{"selector":".dropdown-menu-w","declarations":6},{"selector":".dropdown-item","declarations":6},{"selector":".branch-name","declarations":6},{"selector":".DashedConnection::before","declarations":6},{"selector":".CircleBadge","declarations":6},{"selector":".avatar.avatar-more::before,.avatar.avatar-more::after","declarations":6},{"selector":".avatar-child","declarations":6},{"selector":".flash","declarations":6},{"selector":".Toast","declarations":5},{"selector":".TimelineItem-body","declarations":5},{"selector":".Subhead","declarations":5},{"selector":".SelectMenu-tab[aria-selected=\"true\"]","declarations":5},{"selector":".SelectMenu-closeButton","declarations":5},{"selector":".Progress","declarations":5},{"selector":".markdown-body code,.markdown-body tt","declarations":5},{"selector":".markdown-body dl dt","declarations":5},{"selector":".markdown-body hr","declarations":5},{"selector":".diffstat","declarations":5},{"selector":".IssueLabel--big","declarations":5},{"selector":".IssueLabel .g-emoji","declarations":5},{"selector":".Header-item","declarations":5},{"selector":".dropdown-menu-e","declarations":5},{"selector":".dropdown-menu-w::after","declarations":5},{"selector":".dropdown-menu-w::before","declarations":5},{"selector":".blankslate code","declarations":5},{"selector":".avatar","declarations":5},{"selector":".Toast-dismissButton","declarations":4},{"selector":".TimelineItem","declarations":4},{"selector":".Popover-message--right::before,.Popover-message--right::after,.Popover-message--right-top::before,.Popover-message--right-top::after,.Popover-message--right-bottom::before,.Popover-message--right-bottom::after,.Popover-message--left::before,.Popover-message--left::after,.Popover-message--left-top::before,.Popover-message--left-top::after,.Popover-message--left-bottom::before,.Popover-message--left-bottom::after","declarations":4},{"selector":".Popover-message::after","declarations":4},{"selector":".Popover-message::before","declarations":4},{"selector":".Popover-message::before,.Popover-message::after","declarations":4},{"selector":".Popover-message","declarations":4},{"selector":".markdown-body .csv-data .blob-num","declarations":4},{"selector":".markdown-body span.float-right>span","declarations":4},{"selector":".markdown-body span.float-right","declarations":4},{"selector":".markdown-body span.float-left","declarations":4},{"selector":".markdown-body span.align-right>span","declarations":4},{"selector":".markdown-body span.align-center>span","declarations":4},{"selector":".markdown-body span.frame span span","declarations":4},{"selector":".markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6","declarations":4},{"selector":".markdown-body .anchor","declarations":4},{"selector":".markdown-body","declarations":4},{"selector":".diffstat-block-deleted,.diffstat-block-added,.diffstat-block-neutral","declarations":4},{"selector":".dropdown-menu-dark","declarations":4},{"selector":".dropdown-menu-ne","declarations":4},{"selector":".dropdown-menu-e::after","declarations":4},{"selector":".dropdown-menu-e::before","declarations":4},{"selector":".dropdown-divider","declarations":4},{"selector":".dropdown-signout","declarations":4},{"selector":".dropdown-item:focus,.dropdown-item:hover","declarations":4},{"selector":".blankslate-icon","declarations":4},{"selector":".AvatarStack--right .avatar","declarations":4},{"selector":".suggester-container","declarations":4},{"selector":".suggester li","declarations":4},{"selector":".warning","declarations":4},{"selector":"100%","declarations":3},{"selector":".TimelineItem-avatar","declarations":3},{"selector":".Subhead-description","declarations":3},{"selector":".Subhead-heading","declarations":3},{"selector":".SelectMenu-item[aria-checked=\"true\"] .SelectMenu-icon--check","declarations":3},{"selector":".SelectMenu--hasFilter .SelectMenu-modal","declarations":3},{"selector":".SelectMenu--hasFilter .SelectMenu-modal","declarations":3},{"selector":".SelectMenu-message,.SelectMenu-blankslate,.SelectMenu-loading","declarations":3},{"selector":".SelectMenu-icon--check","declarations":3},{"selector":".SelectMenu-icon","declarations":3},{"selector":".SelectMenu-filter","declarations":3},{"selector":".SelectMenu-title","declarations":3},{"selector":".SelectMenu-header","declarations":3},{"selector":".markdown-body .csv-data th","declarations":3},{"selector":".markdown-body span.align-right","declarations":3},{"selector":".markdown-body span.align-center","declarations":3},{"selector":".markdown-body .emoji","declarations":3},{"selector":".markdown-body img","declarations":3},{"selector":".markdown-body table","declarations":3},{"selector":".markdown-body h2","declarations":3},{"selector":".markdown-body h1","declarations":3},{"selector":".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","declarations":3},{"selector":".markdown-body blockquote","declarations":3},{"selector":".markdown-body::after","declarations":3},{"selector":".AnimatedEllipsis::after","declarations":3},{"selector":".AnimatedEllipsis","declarations":3},{"selector":".Header-link","declarations":3},{"selector":".dropdown-menu-sw::after","declarations":3},{"selector":".dropdown-menu-sw::before","declarations":3},{"selector":".dropdown-menu-s::after","declarations":3},{"selector":".dropdown-menu-s::before","declarations":3},{"selector":".dropdown-menu-s","declarations":3},{"selector":".dropdown-header","declarations":3},{"selector":".dropdown-menu-no-overflow .dropdown-item","declarations":3},{"selector":".dropdown-menu::before,.dropdown-menu::after","declarations":3},{"selector":".blankslate","declarations":3},{"selector":".CircleBadge-icon","declarations":3},{"selector":".avatar.avatar-more","declarations":3},{"selector":".AvatarStack","declarations":3},{"selector":".suggester li:hover,.suggester li[aria-selected=\"true\"],.suggester li.navigation-focus","declarations":3},{"selector":".suggester li:last-child","declarations":3},{"selector":".autocomplete-item:hover,.autocomplete-item.selected,.autocomplete-item[aria-selected=true],.autocomplete-item.navigation-focus","declarations":3},{"selector":".flash-full","declarations":3},{"selector":".flash-success","declarations":3},{"selector":".flash-error","declarations":3},{"selector":".flash-warn","declarations":3},{"selector":".flash-action","declarations":3},{"selector":"0%","declarations":2},{"selector":".Toast--warning .Toast-icon","declarations":2},{"selector":".Toast-dismissButton:focus,.Toast-dismissButton:hover","declarations":2},{"selector":".TimelineItem--condensed","declarations":2},{"selector":".TimelineItem:target .TimelineItem-badge","declarations":2},{"selector":".Subhead-actions","declarations":2},{"selector":".Subhead-heading--danger","declarations":2},{"selector":".SelectMenu-tab:not([aria-selected=\"true\"]):active","declarations":2},{"selector":".SelectMenu-tab:not([aria-selected=\"true\"]):hover","declarations":2},{"selector":".SelectMenu-item[aria-checked=\"true\"]","declarations":2},{"selector":".SelectMenu-tab[aria-selected=\"true\"]","declarations":2},{"selector":".SelectMenu-tabs","declarations":2},{"selector":".SelectMenu-item","declarations":2},{"selector":".SelectMenu-input","declarations":2},{"selector":".SelectMenu-header","declarations":2},{"selector":"0%","declarations":2},{"selector":"0%","declarations":2},{"selector":".Popover-message--left::after,.Popover-message--left-top::after,.Popover-message--left-bottom::after","declarations":2},{"selector":".Popover-message--left::before,.Popover-message--left-top::before,.Popover-message--left-bottom::before","declarations":2},{"selector":".Popover-message--right::after,.Popover-message--right-top::after,.Popover-message--right-bottom::after","declarations":2},{"selector":".Popover-message--right::before,.Popover-message--right-top::before,.Popover-message--right-bottom::before","declarations":2},{"selector":".Popover-message--top-left::before,.Popover-message--top-left::after,.Popover-message--bottom-left::before,.Popover-message--bottom-left::after","declarations":2},{"selector":".Popover-message--top-left,.Popover-message--bottom-left","declarations":2},{"selector":".Popover-message--top-right::before,.Popover-message--top-right::after,.Popover-message--bottom-right::before,.Popover-message--bottom-right::after","declarations":2},{"selector":".Popover-message--top-right,.Popover-message--bottom-right","declarations":2},{"selector":".Popover-message--bottom::after,.Popover-message--bottom-right::after,.Popover-message--bottom-left::after","declarations":2},{"selector":".Popover-message--bottom::before,.Popover-message--bottom-right::before,.Popover-message--bottom-left::before","declarations":2},{"selector":".Popover-message--bottom::before,.Popover-message--bottom::after,.Popover-message--bottom-right::before,.Popover-message--bottom-right::after,.Popover-message--bottom-left::before,.Popover-message--bottom-left::after","declarations":2},{"selector":".Popover","declarations":2},{"selector":".markdown-body .highlight pre","declarations":2},{"selector":".markdown-body span.align-right span img","declarations":2},{"selector":".markdown-body span.align-center span img","declarations":2},{"selector":".markdown-body span.frame span img","declarations":2},{"selector":".markdown-body span.frame","declarations":2},{"selector":".markdown-body table tr","declarations":2},{"selector":".markdown-body table th,.markdown-body table td","declarations":2},{"selector":".markdown-body dl dd","declarations":2},{"selector":".markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul","declarations":2},{"selector":".markdown-body ul.no-list,.markdown-body ol.no-list","declarations":2},{"selector":".markdown-body h6","declarations":2},{"selector":".markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre,.markdown-body details","declarations":2},{"selector":".markdown-body a:not([href])","declarations":2},{"selector":".markdown-body::before","declarations":2},{"selector":".Counter--gray","declarations":2},{"selector":".Counter--gray-light","declarations":2},{"selector":".State--small","declarations":2},{"selector":".Label--outline-green","declarations":2},{"selector":".Label--gray","declarations":2},{"selector":".IssueLabel--big .g-emoji","declarations":2},{"selector":".Header-link:hover,.Header-link:focus","declarations":2},{"selector":".dropdown-menu-se::after","declarations":2},{"selector":".dropdown-menu-se::before","declarations":2},{"selector":".dropdown-menu-sw","declarations":2},{"selector":".dropdown-menu-ne::before,.dropdown-menu-ne::after","declarations":2},{"selector":".dropdown-item.btn-link","declarations":2},{"selector":".dropdown-item:focus>.octicon,.dropdown-item:hover>.octicon","declarations":2},{"selector":".dropdown-menu::after","declarations":2},{"selector":".dropdown-menu::before","declarations":2},{"selector":".branch-name .octicon","declarations":2},{"selector":".blankslate-large h3","declarations":2},{"selector":".blankslate-large img","declarations":2},{"selector":".blankslate-narrow","declarations":2},{"selector":".blankslate img","declarations":2},{"selector":".CircleBadge--large","declarations":2},{"selector":".CircleBadge--medium","declarations":2},{"selector":".CircleBadge--small","declarations":2},{"selector":".AvatarStack--right .avatar.avatar-more::after","declarations":2},{"selector":".AvatarStack--right .AvatarStack-body:hover .avatar","declarations":2},{"selector":".AvatarStack--right .AvatarStack-body","declarations":2},{"selector":".avatar.avatar-more::after","declarations":2},{"selector":".avatar.avatar-more::before","declarations":2},{"selector":".AvatarStack-body:hover .avatar:nth-child(n+4)","declarations":2},{"selector":".AvatarStack-body .avatar:nth-child(n+4)","declarations":2},{"selector":".AvatarStack-body .avatar:last-child","declarations":2},{"selector":".AvatarStack-body","declarations":2},{"selector":".avatar-group-item","declarations":2},{"selector":".avatar-link","declarations":2},{"selector":".page-responsive .suggester-container","declarations":2},{"selector":".suggester li:first-child","declarations":2},{"selector":".suggester li small","declarations":2},{"selector":"to","declarations":1},{"selector":"from","declarations":1},{"selector":".Toast--spinner","declarations":1},{"selector":".Toast--animateOut","declarations":1},{"selector":".Toast--animateIn","declarations":1},{"selector":".Toast--loading .Toast-icon","declarations":1},{"selector":".Toast--success .Toast-icon","declarations":1},{"selector":".Toast--error .Toast-icon","declarations":1},{"selector":".Toast-dismissButton:active","declarations":1},{"selector":".Toast-content","declarations":1},{"selector":".TimelineItem--condensed:last-child","declarations":1},{"selector":".Subhead--spacious","declarations":1},{"selector":".SelectMenu-item","declarations":1},{"selector":".SelectMenu-item:focus,.SelectMenu-item:active","declarations":1},{"selector":"body:not(.intent-mouse) .SelectMenu-tab:focus","declarations":1},{"selector":".SelectMenu-item:active","declarations":1},{"selector":"body:not(.intent-mouse) .SelectMenu-item:focus,.SelectMenu-item:hover","declarations":1},{"selector":".SelectMenu-item:hover","declarations":1},{"selector":".SelectMenu-tab:focus,.SelectMenu-item:focus","declarations":1},{"selector":".SelectMenu-footer","declarations":1},{"selector":".SelectMenu-message","declarations":1},{"selector":".SelectMenu-tabs::-webkit-scrollbar","declarations":1},{"selector":".SelectMenu-input","declarations":1},{"selector":".SelectMenu-filter","declarations":1},{"selector":".SelectMenu-closeButton","declarations":1},{"selector":".SelectMenu-title","declarations":1},{"selector":".SelectMenu::before","declarations":1},{"selector":".SelectMenu-tab:not([aria-checked=\"true\"]):hover,.SelectMenu-tab:not([aria-checked=\"true\"]):active","declarations":1},{"selector":".Progress--small","declarations":1},{"selector":".Progress--large","declarations":1},{"selector":".Popover-message--large","declarations":1},{"selector":".Popover-message--right-bottom::after,.Popover-message--left-bottom::after","declarations":1},{"selector":".Popover-message--right-bottom::before,.Popover-message--left-bottom::before","declarations":1},{"selector":".Popover-message--right-bottom::before,.Popover-message--right-bottom::after,.Popover-message--left-bottom::before,.Popover-message--left-bottom::after","declarations":1},{"selector":".Popover-message--right-top::before,.Popover-message--right-top::after,.Popover-message--left-top::before,.Popover-message--left-top::after","declarations":1},{"selector":".Popover-message--right::after,.Popover-message--right-top::after,.Popover-message--right-bottom::after,.Popover-message--left::after,.Popover-message--left-top::after,.Popover-message--left-bottom::after","declarations":1},{"selector":".Popover-message--right::before,.Popover-message--right-top::before,.Popover-message--right-bottom::before,.Popover-message--left::before,.Popover-message--left-top::before,.Popover-message--left-bottom::before","declarations":1},{"selector":".Popover-message--top-left::after,.Popover-message--bottom-left::after","declarations":1},{"selector":".Popover-message--top-right::after,.Popover-message--bottom-right::after","declarations":1},{"selector":".Popover-message--top-right::before,.Popover-message--bottom-right::before","declarations":1},{"selector":".markdown-body .csv-data tr","declarations":1},{"selector":".markdown-body .highlight","declarations":1},{"selector":".markdown-body pre","declarations":1},{"selector":".markdown-body del code","declarations":1},{"selector":".markdown-body code br,.markdown-body tt br","declarations":1},{"selector":".markdown-body span.float-left span","declarations":1},{"selector":".markdown-body img[align=left]","declarations":1},{"selector":".markdown-body img[align=right]","declarations":1},{"selector":".markdown-body table img","declarations":1},{"selector":".markdown-body table tr:nth-child(2n)","declarations":1},{"selector":".markdown-body table th","declarations":1},{"selector":".markdown-body dl","declarations":1},{"selector":".markdown-body li+li","declarations":1},{"selector":".markdown-body li>p","declarations":1},{"selector":".markdown-body li","declarations":1},{"selector":".markdown-body ul,.markdown-body ol","declarations":1},{"selector":".markdown-body h5","declarations":1},{"selector":".markdown-body h4","declarations":1},{"selector":".markdown-body h3","declarations":1},{"selector":".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","declarations":1},{"selector":".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","declarations":1},{"selector":".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","declarations":1},{"selector":".markdown-body blockquote>:last-child","declarations":1},{"selector":".markdown-body blockquote>:first-child","declarations":1},{"selector":".markdown-body .anchor:focus","declarations":1},{"selector":".markdown-body .absent","declarations":1},{"selector":".markdown-body>*:last-child","declarations":1},{"selector":".markdown-body>*:first-child","declarations":1},{"selector":"0%","declarations":1},{"selector":".diffstat-block-neutral","declarations":1},{"selector":".diffstat-block-added","declarations":1},{"selector":".diffstat-block-deleted","declarations":1},{"selector":".Counter:empty","declarations":1},{"selector":".State--small .octicon","declarations":1},{"selector":".State--red","declarations":1},{"selector":".State--purple","declarations":1},{"selector":".State--green","declarations":1},{"selector":".Label--orange","declarations":1},{"selector":".Label--gray-darker","declarations":1},{"selector":".label:hover,.Label:hover","declarations":1},{"selector":".labels","declarations":1},{"selector":".IssueLabel--big:hover","declarations":1},{"selector":".IssueLabel:hover","declarations":1},{"selector":".Header-item--full","declarations":1},{"selector":".dropdown-menu-dark.dropdown-menu-ne::after","declarations":1},{"selector":".dropdown-menu-dark.dropdown-menu-ne::before","declarations":1},{"selector":".dropdown-menu-dark.dropdown-menu-e::after","declarations":1},{"selector":".dropdown-menu-dark.dropdown-menu-e::before","declarations":1},{"selector":".dropdown-menu-dark.dropdown-menu-w::after","declarations":1},{"selector":".dropdown-menu-dark.dropdown-menu-w::before","declarations":1},{"selector":".dropdown-menu-dark .dropdown-item","declarations":1},{"selector":".dropdown-menu-dark .dropdown-divider","declarations":1},{"selector":".dropdown-menu-dark .dropdown-header","declarations":1},{"selector":".dropdown-menu-dark::after","declarations":1},{"selector":".dropdown-menu-dark::before","declarations":1},{"selector":".dropdown-item[aria-checked=\"false\"] .octicon-check","declarations":1},{"selector":".dropdown-menu-no-overflow","declarations":1},{"selector":".dropdown-menu>ul","declarations":1},{"selector":".dropdown","declarations":1},{"selector":"a.branch-name","declarations":1},{"selector":".blankslate-clean-background","declarations":1},{"selector":".blankslate-large p","declarations":1},{"selector":".blankslate-spacious","declarations":1},{"selector":".blankslate-capped","declarations":1},{"selector":".DashedConnection .CircleBadge","declarations":1},{"selector":".DashedConnection","declarations":1},{"selector":".AvatarStack--right .avatar.avatar-more::before","declarations":1},{"selector":".AvatarStack--right .avatar.avatar-more","declarations":1},{"selector":".AvatarStack-body:hover .avatar-more","declarations":1},{"selector":".AvatarStack-body:hover .avatar","declarations":1},{"selector":".AvatarStack-body .avatar img","declarations":1},{"selector":".AvatarStack-body .avatar:first-child","declarations":1},{"selector":".AvatarStack.AvatarStack--three-plus","declarations":1},{"selector":".AvatarStack.AvatarStack--two","declarations":1},{"selector":".AvatarStack .AvatarStack-body","declarations":1},{"selector":".avatar-parent-child","declarations":1},{"selector":".avatar-small","declarations":1},{"selector":".page-responsive .suggester li","declarations":1},{"selector":".suggester li:hover small,.suggester li[aria-selected=\"true\"] small,.suggester li.navigation-focus small","declarations":1},{"selector":".autocomplete-item:hover *,.autocomplete-item.selected *,.autocomplete-item[aria-selected=true] *,.autocomplete-item.navigation-focus *","declarations":1},{"selector":".flash-close:hover","declarations":1},{"selector":".flash-messages","declarations":1},{"selector":".flash p:last-child","declarations":1}]},"selectors":{"total":474,"type":132,"class":474,"id":0,"pseudoClass":63,"pseudoElement":117,"values":[".flash",".flash p:last-child",".flash-messages",".flash-close",".flash-close:hover",".flash-action",".flash-warn",".flash-error",".flash-success",".flash-full",".flash-banner",".warning",".autocomplete-results",".autocomplete-item",".autocomplete-item:hover",".autocomplete-item.selected",".autocomplete-item[aria-selected=true]",".autocomplete-item.navigation-focus",".autocomplete-item:hover *",".autocomplete-item.selected *",".autocomplete-item[aria-selected=true] *",".autocomplete-item.navigation-focus *",".suggester",".suggester li",".suggester li small",".suggester li:last-child",".suggester li:first-child",".suggester li:hover",".suggester li[aria-selected=\"true\"]",".suggester li.navigation-focus",".suggester li:hover small",".suggester li[aria-selected=\"true\"] small",".suggester li.navigation-focus small",".suggester-container",".page-responsive .suggester-container",".page-responsive .suggester li",".avatar",".avatar-small",".avatar-link",".avatar-group-item",".avatar-parent-child",".avatar-child",".AvatarStack",".AvatarStack .AvatarStack-body",".AvatarStack.AvatarStack--two",".AvatarStack.AvatarStack--three-plus",".AvatarStack-body",".AvatarStack-body .avatar",".AvatarStack-body .avatar:first-child",".AvatarStack-body .avatar:last-child",".AvatarStack-body .avatar img",".AvatarStack-body .avatar:nth-child(n+4)",".AvatarStack-body:hover .avatar",".AvatarStack-body:hover .avatar:nth-child(n+4)",".AvatarStack-body:hover .avatar-more",".avatar.avatar-more",".avatar.avatar-more::before",".avatar.avatar-more::after",".avatar.avatar-more::before",".avatar.avatar-more::after",".AvatarStack--right .AvatarStack-body",".AvatarStack--right .AvatarStack-body:hover .avatar",".AvatarStack--right .avatar.avatar-more",".AvatarStack--right .avatar.avatar-more::before",".AvatarStack--right .avatar.avatar-more::after",".AvatarStack--right .avatar",".CircleBadge",".CircleBadge-icon",".CircleBadge--small",".CircleBadge--medium",".CircleBadge--large",".DashedConnection",".DashedConnection::before",".DashedConnection .CircleBadge",".blankslate",".blankslate code",".blankslate img",".blankslate-icon",".blankslate-capped",".blankslate-spacious",".blankslate-narrow",".blankslate-large img",".blankslate-large h3",".blankslate-large p",".blankslate-clean-background",".branch-name",".branch-name .octicon","a.branch-name",".dropdown",".dropdown-caret",".dropdown-menu",".dropdown-menu::before",".dropdown-menu::after",".dropdown-menu::before",".dropdown-menu::after",".dropdown-menu>ul",".dropdown-menu-no-overflow",".dropdown-menu-no-overflow .dropdown-item",".dropdown-item",".dropdown-item:focus",".dropdown-item:hover",".dropdown-item:focus>.octicon",".dropdown-item:hover>.octicon",".dropdown-item.btn-link",".dropdown-signout",".dropdown-divider",".dropdown-header",".dropdown-item[aria-checked=\"false\"] .octicon-check",".dropdown-menu-w",".dropdown-menu-w::before",".dropdown-menu-w::after",".dropdown-menu-e",".dropdown-menu-e::before",".dropdown-menu-e::after",".dropdown-menu-ne",".dropdown-menu-ne::before",".dropdown-menu-ne::after",".dropdown-menu-ne::before",".dropdown-menu-ne::after",".dropdown-menu-s",".dropdown-menu-s::before",".dropdown-menu-s::after",".dropdown-menu-sw",".dropdown-menu-sw::before",".dropdown-menu-sw::after",".dropdown-menu-se::before",".dropdown-menu-se::after",".dropdown-menu-dark",".dropdown-menu-dark::before",".dropdown-menu-dark::after",".dropdown-menu-dark .dropdown-header",".dropdown-menu-dark .dropdown-divider",".dropdown-menu-dark .dropdown-item",".dropdown-menu-dark.dropdown-menu-w::before",".dropdown-menu-dark.dropdown-menu-w::after",".dropdown-menu-dark.dropdown-menu-e::before",".dropdown-menu-dark.dropdown-menu-e::after",".dropdown-menu-dark.dropdown-menu-ne::before",".dropdown-menu-dark.dropdown-menu-ne::after",".Header",".Header-item",".Header-item--full",".Header-link",".Header-link:hover",".Header-link:focus",".IssueLabel",".IssueLabel .g-emoji",".IssueLabel:hover",".IssueLabel--big",".IssueLabel--big .g-emoji",".IssueLabel--big:hover",".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:empty",".Counter--gray-light",".Counter--gray",".diffstat",".diffstat-block-deleted",".diffstat-block-added",".diffstat-block-neutral",".diffstat-block-deleted",".diffstat-block-added",".diffstat-block-neutral",".AnimatedEllipsis",".AnimatedEllipsis::after",".markdown-body",".markdown-body kbd",".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 details",".markdown-body hr",".markdown-body blockquote",".markdown-body blockquote>:first-child",".markdown-body blockquote>:last-child",".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",".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 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 .csv-data td",".markdown-body .csv-data th",".markdown-body .csv-data .blob-num",".markdown-body .csv-data tr",".markdown-body .csv-data th",".Popover",".Popover-message",".Popover-message::before",".Popover-message::after",".Popover-message::before",".Popover-message::after",".Popover-message--bottom::before",".Popover-message--bottom::after",".Popover-message--bottom-right::before",".Popover-message--bottom-right::after",".Popover-message--bottom-left::before",".Popover-message--bottom-left::after",".Popover-message--bottom::before",".Popover-message--bottom-right::before",".Popover-message--bottom-left::before",".Popover-message--bottom::after",".Popover-message--bottom-right::after",".Popover-message--bottom-left::after",".Popover-message--top-right",".Popover-message--bottom-right",".Popover-message--top-right::before",".Popover-message--top-right::after",".Popover-message--bottom-right::before",".Popover-message--bottom-right::after",".Popover-message--top-right::before",".Popover-message--bottom-right::before",".Popover-message--top-right::after",".Popover-message--bottom-right::after",".Popover-message--top-left",".Popover-message--bottom-left",".Popover-message--top-left::before",".Popover-message--top-left::after",".Popover-message--bottom-left::before",".Popover-message--bottom-left::after",".Popover-message--top-left::after",".Popover-message--bottom-left::after",".Popover-message--right::before",".Popover-message--right::after",".Popover-message--right-top::before",".Popover-message--right-top::after",".Popover-message--right-bottom::before",".Popover-message--right-bottom::after",".Popover-message--left::before",".Popover-message--left::after",".Popover-message--left-top::before",".Popover-message--left-top::after",".Popover-message--left-bottom::before",".Popover-message--left-bottom::after",".Popover-message--right::before",".Popover-message--right-top::before",".Popover-message--right-bottom::before",".Popover-message--left::before",".Popover-message--left-top::before",".Popover-message--left-bottom::before",".Popover-message--right::after",".Popover-message--right-top::after",".Popover-message--right-bottom::after",".Popover-message--left::after",".Popover-message--left-top::after",".Popover-message--left-bottom::after",".Popover-message--right::before",".Popover-message--right-top::before",".Popover-message--right-bottom::before",".Popover-message--right::after",".Popover-message--right-top::after",".Popover-message--right-bottom::after",".Popover-message--left::before",".Popover-message--left-top::before",".Popover-message--left-bottom::before",".Popover-message--left::after",".Popover-message--left-top::after",".Popover-message--left-bottom::after",".Popover-message--right-top::before",".Popover-message--right-top::after",".Popover-message--left-top::before",".Popover-message--left-top::after",".Popover-message--right-bottom::before",".Popover-message--right-bottom::after",".Popover-message--left-bottom::before",".Popover-message--left-bottom::after",".Popover-message--right-bottom::before",".Popover-message--left-bottom::before",".Popover-message--right-bottom::after",".Popover-message--left-bottom::after",".Popover-message--large",".Progress",".Progress--large",".Progress--small",".SelectMenu-tab:not([aria-checked=\"true\"]):hover",".SelectMenu-tab:not([aria-checked=\"true\"]):active",".SelectMenu",".SelectMenu",".SelectMenu::before",".SelectMenu::before",".SelectMenu-modal",".SelectMenu-modal",".SelectMenu-header",".SelectMenu-header",".SelectMenu-title",".SelectMenu-title",".SelectMenu-closeButton",".SelectMenu-closeButton",".SelectMenu-filter",".SelectMenu-filter",".SelectMenu-input",".SelectMenu-input",".SelectMenu-list",".SelectMenu-item",".SelectMenu-item",".SelectMenu-icon",".SelectMenu-icon--check",".SelectMenu-tabs",".SelectMenu-tabs::-webkit-scrollbar",".SelectMenu-tabs",".SelectMenu-tab",".SelectMenu-tab",".SelectMenu-tab[aria-selected=\"true\"]",".SelectMenu-tab[aria-selected=\"true\"]",".SelectMenu-message",".SelectMenu-message",".SelectMenu-blankslate",".SelectMenu-loading",".SelectMenu-divider",".SelectMenu-footer",".SelectMenu-footer",".SelectMenu--hasFilter .SelectMenu-modal",".SelectMenu--hasFilter .SelectMenu-modal",".SelectMenu-tab:focus",".SelectMenu-item:focus",".SelectMenu-item:hover",".SelectMenu-item[aria-checked=\"true\"]",".SelectMenu-item[aria-checked=\"true\"] .SelectMenu-icon--check","body:not(.intent-mouse) .SelectMenu-item:focus",".SelectMenu-item:hover",".SelectMenu-item:active","body:not(.intent-mouse) .SelectMenu-tab:focus",".SelectMenu-tab:not([aria-selected=\"true\"]):hover",".SelectMenu-tab:not([aria-selected=\"true\"]):active",".SelectMenu-item:focus",".SelectMenu-item:active",".SelectMenu-item",".Subhead",".Subhead--spacious",".Subhead-heading",".Subhead-heading--danger",".Subhead-description",".Subhead-actions",".TimelineItem",".TimelineItem::before",".TimelineItem:target .TimelineItem-badge",".TimelineItem-badge",".TimelineItem-body",".TimelineItem-avatar",".TimelineItem-break",".TimelineItem--condensed",".TimelineItem--condensed:last-child",".TimelineItem--condensed .TimelineItem-badge",".Toast",".Toast",".Toast-icon",".Toast-content",".Toast-dismissButton",".Toast-dismissButton:focus",".Toast-dismissButton:hover",".Toast-dismissButton:active",".Toast--error .Toast-icon",".Toast--warning .Toast-icon",".Toast--success .Toast-icon",".Toast--loading .Toast-icon",".Toast--animateIn",".Toast--animateOut",".Toast--spinner"],"specificity":{"max":41,"average":14.765822784810126}},"declarations":{"total":1027,"unique":470,"properties":{"position":["relative","fixed","absolute","relative","absolute","relative","absolute","relative","absolute","relative","absolute","relative","absolute","relative","relative","relative","absolute","absolute","relative","relative","absolute","relative","absolute","fixed","absolute","absolute","relative","relative","relative","absolute","relative","absolute","relative"],"padding":["16px","16px",".5em","4px 8px","0","4px 8px","8px 16px","32px","2px 5px 3px","80px 40px","2px 6px","4px 16px","4px 8px 4px 16px","4px 16px","16px","0.15em 4px","4px 8px","3px 4px","4px 8px",".125em 4px","2px 5px","3px 5px","0","0 1em","0","0","0","0 16px","6px 13px","7px","5px 0 0","0.2em 0.4em","0","16px","0","5px","10px 8px 9px","16px","0","16px","16px","16px","8px","0","16px","0 8px","8px 16px","4px 16px","24px 16px","4px 16px","8px 16px","4px 8px","16px 0","16px","16px"],"color":["#032f62","inherit","#735c0f","#86181d","#165c26","#fff","inherit","#586069","#fff","#fff","#a3aab1","rgba(27,31,35,0.6)","#a8bbd0","#0366d6","#24292e","#fff","inherit","#586069","#fff","#d1d5da","inherit","rgba(255,255,255,0.7)","#fff","rgba(255,255,255,0.7)","#fff","#586069","#586069","#28a745","#fff","#586069","#24292e","#fff","#586069","#444d56","inherit","#cb2431","#6a737d","#1b1f23","#6a737d","#24292e","#6a737d","#586069","#6a737d","#24292e","#6a737d","#6a737d","#24292e","#24292e","#24292e","#cb2431","#586069","#444d56","#444d56","#959da5","#1b1f23","#fff","#586069","#959da5","#24292e"],"background-color":["#dbedff","#fffbdd","#ffdce0","#dcffe4","#fffbdd","#0366d6","#fff","#fff","#fff","#eaf5ff","#fff","#0366d6","#24292e","#eaecef","transparent","#6a737d","#d15704","#6a737d","#2cbe4e","#6f42c1","#cb2431","rgba(27,31,35,0.08)","rgba(27,31,35,0.15)","#6a737d","#cb2431","#2cbe4e","#d1d5da","#fafbfc","#e1e4e8","#fff","#f6f8fa","transparent","#fff","transparent","rgba(27,31,35,0.05)","#f6f8fa","transparent","#e1e4e8","#fff","rgba(27,31,35,0.5)","#f6f8fa","transparent","#fff","#fff","transparent","#fff","#fff","#f6f8fa","#f6f8fa","#fafbfc","#dbedff","#e1e4e8","#f6f8fa","#fafbfc","#e1e4e8","#e1e4e8","#fff","#fff","#fff","#0366d6","transparent","#d73a49","#f9c513","#28a745","#586069"],"border":["1px solid rgba(27,31,35,0.15)","0","1px #e1e4e8 solid","1px solid #eaecef","0","1px solid rgba(27,31,35,0.15)","8px solid transparent","7px solid transparent","0","1px solid rgba(27,31,35,0.15)","1px solid #34d058","solid 1px #d1d5da","0","1px solid #dfe2e5","1px solid #dfe2e5","0","0","0","8px solid transparent","7px solid transparent","1px solid #d1d5da","0","0","0","1px solid transparent","2px solid #fff","0","0","0"],"border-radius":["3px","0","0","3px","3px","3px","2px","2px","2px","2px","2px","50%","3px","0 0 3px 3px","3px","4px","2px","3px","2px","3px","20px","3px","3px","3px","3px","6px","3px","50%","3px"],"margin-bottom":["0","24px","0.8em","3px","8px","3px","-1px","0","16px","0","16px","0","16px","16px","0","-1px","-1px","16px","-16px","8px"],"float":["right","right","left","left","left","left","left","right"],"margin":["-16px","0","0 auto","16px 0","1px -2px 0 0","8px 0","24px 0","13px 0 0","13px auto 0","0 auto","13px 0 0","0","13px 0 0","13px auto 0","0","0","0","auto 0","4px 0 16px 0","-16px","0","0","0","0","8px","16px"],"text-align":["center","center","left","left","center","center","center","right","right","right","left","right","left","center","center","center"],"cursor":["pointer","pointer","pointer","default","pointer","default"],"background":["none","#fff","#fff","#0366d6","#fff","#f6f8fa","#e1e4e8","#d1d5da","#d1d5da","#f6f8fa","#fff","none","#2f363d","transparent","#fff","#f6f8fa"],"-webkit-appearance":["none"],"-moz-appearance":["none"],"appearance":["none"],"opacity":["0.6","1","0","1","1","0.85","0","0","0","0"],"margin-top":["-3px","-1px","24px","2px","0","0","-1px","-1px","0","0","0","24px","0","16px",".25em","16px","-9px","-8px","0","4px","40px","4px","8px"],"margin-left":["24px","3px","-11px","4px","8px","1px","-20px","13px","auto","-9px","-8px","0","0","0","0","16px","-15px","-56px"],"border-color":["rgba(27,31,35,0.15)","rgba(27,31,35,0.15)","rgba(27,31,35,0.15)","transparent","transparent","transparent","transparent","#444d56","transparent transparent transparent #444d56","transparent transparent transparent #2f363d","transparent #444d56 transparent transparent","transparent #2f363d transparent transparent","#444d56 transparent transparent transparent","#2f363d transparent transparent transparent","#e1e4e8","#2188ff"],"border-width":["1px 0","4px 4px 0"],"top":["0","0","0","50%","100%","0","10px","11px","0","8px","11px","auto","auto","-16px","-14px","-16px","-14px","-16px","-14px","-0.05em","-16px","-14px","auto","50%","24px","auto","0","auto","0","0"],"z-index":["90","99","30","2","3","1","1","100","32","100","99","99","1","0","1","1","1"],"width":["100%","100%","20px","17px","14px","5px","2px","56px","96px","128px","100%","56px","80px","0","160px","auto","100%","100%","auto","auto","1em","8px","100%","auto","232px","300px","100%","100%","16px","2px","32px","-webkit-max-content","-moz-max-content","max-content","48px"],"border-top":["0","1px #e1e4e8 solid","8px solid rgba(27,31,35,0.15)","7px solid #fff","1px solid #c6cbd1","0","0","1px #e1e4e8 solid","1px #e1e4e8 solid","1px #e1e4e8 solid","0","1px #e1e4e8 solid","4px solid #e1e4e8"],"border-right":["0","1px solid #fff","0","0","8px solid transparent","7px solid transparent"],"border-left":["0","1px solid #fff","8px solid transparent","7px solid transparent","0.25em solid #dfe2e5"],"font-weight":["600","600","600","400","600","600","600","600","400","600","600","600","600","600","600","600","600","500","600","500","400","600"],"max-height":["20em","55%","66%","480px","none","480px","54px"],"overflow-y":["auto","auto","hidden"],"font-size":["13px","14px","24px","16px","12px","14px","12px","1em","14px","12px","12px","12px","12px","16px","inherit","2em","1.5em","1.25em","1em","0.875em","0.85em","1em","85%","100%","85%","12px","12px","14px","inherit","14px","12px","12px","12px","24px","14px"],"list-style":["none","none","none","none"],"box-shadow":["0 0 5px rgba(27,31,35,0.3)","0 1px 5px rgba(27,31,35,0.15)","-2px -2px 0 rgba(255,255,255,0.8)","0 1px 5px rgba(27,31,35,0.15)","0 1px 15px rgba(27,31,35,0.15)","0 1px 15px rgba(27,31,35,0.15)","inset 0 -1px 0 rgba(27,31,35,0.12)","inset 0 -1px 0 rgba(27,31,35,0.12)","none","inset 0 -1px 0 #d1d5da","0 0 18px rgba(0,0,0,0.4)","0 1px 5px rgba(27,31,35,0.15)","inset 0 -1px 0 #e1e4e8","0 0 0 1px #e1e4e8","none","0 0 0.2em #c8e1ff","inset 0 0 0 1px #d1d5da,0 1px 5px rgba(27,31,35,0.15)"],"display":["block","block","inline-block","inline-block","flex","flex","none","flex","none","block","flex","inline-block","inline-block","inline-block","block","block","none","flex","flex","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","table","table","block","block","block","block","block","block","block","block","block","block","block","block","none","inline","inline-block","flex","flex","none","flex","flex","none","block","flex","flex","none","flex","flex","block","flex","flex","flex"],"overflow":["hidden","hidden","visible","hidden","hidden","auto","hidden","hidden","hidden","hidden","hidden","hidden","hidden","hidden","hidden","auto","visible","hidden","hidden","hidden","hidden"],"text-decoration":["none","none","none","none","none","none","none","none","none","inherit","none"],"text-overflow":["ellipsis","inherit","ellipsis"],"white-space":["nowrap","nowrap","nowrap","nowrap","nowrap","pre","nowrap"],"left":["0","0","8px","0","0","auto","auto","auto","100%","-16px","-14px","0","9px","10px","auto","auto","auto","auto","9px","10px","50%","auto","-9px","24px","25px","auto","-16px","-14px","0","auto","0","0","-72px"],"min-width":["180px","26px","36px","46px","320px","0"],"border-bottom":["1px #e1e4e8 solid","0","2px dashed #e1e4e8","0","0","1px solid #eaecef","1px solid #eaecef","1px solid #eaecef","1px solid #eaecef","1px solid #eaecef","1px #e1e4e8 solid"],"border-bottom-right-radius":["3px"],"border-bottom-left-radius":["3px","inherit"],"border-top-left-radius":["3px","3px","inherit"],"border-top-right-radius":["3px","3px"],"right":["8px","-15%","0","100%","-16px","-14px","auto","50%","50%","50%","0","9px","10px","-9px","20px","21px","-16px","-14px","0","auto","0"],"line-height":["1","1","1.5","15px","1","1","20px","1","1.5","10px","1","1.25","1.45","inherit","1"],"vertical-align":["middle","middle","bottom","middle","middle","text-top"],"bottom":["-9%","100%","-8px","-7px","-16px","-14px","16px","17px","0","auto","0","0"],"height":["20px","20px","20px","auto","56px","96px","128px","56px","80px","0","0","20px","8px",".25em","8px","10px","5px","auto","80%","auto","32px","24px","16px"],"box-sizing":["content-box","content-box"],"margin-right":["-11px","3px","0","0","0","4px","8px","16px","13px","auto","0","8px","8px"],"transition":["margin 0.1s ease-in-out","opacity 0.2s linear","transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5),visibility 0s 0.12s linear","transform 0.12s cubic-bezier(0, 0, 0.2, 1),visibility 0s linear"],"content":["\"\"","\"\"","\"\"","\"\"","\"...\"","\"\"","\"\"","\"\"","\"\"","\"\""],"outline":["1px solid #fff","none","none","none","none"],"flex-direction":["row-reverse","column","column"],"align-items":["center","center","center","center","center","center"],"justify-content":["center","flex-end","center","center"],"max-width":["60%","485px","100%","none","auto","100%","450px"],"font":["12px \"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace","11px \"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace"],"border-style":["solid"],"border-right-color":["transparent","rgba(27,31,35,0.15)","#fff","rgba(27,31,35,0.15)","#fff"],"border-bottom-color":["transparent","rgba(27,31,35,0.15)","#fff","#444d56","#2f363d","#d1d5da","rgba(27,31,35,0.15)","#fff","transparent","transparent"],"border-left-color":["transparent","rgba(27,31,35,0.15)","#fff","rgba(27,31,35,0.15)","#fff"],"padding-top":["4px","8px","8px","4px"],"padding-bottom":["4px","0.3em","0.3em","8px","8px","8px","0","16px"],"background-clip":["padding-box"],"transform":["translateX(50%)","translateX(50%)","translateX(50%)","translateX(-100%)","scale(0.9)","translateY(-16px)","scale(0)","scale(1)","translateY(100%)","translateY(100%)","rotate(0deg)","rotate(360deg)"],"border-top-color":["#444d56","rgba(27,31,35,0.15)","#fff"],"flex-wrap":["nowrap","nowrap"],"align-self":["stretch","center"],"flex":["auto","none","auto","auto","1","none","1 1 auto","1 100%","auto"],"visibility":["hidden","hidden","visible","hidden","visible"],"animation":["AnimatedEllipsis-keyframes 1.2s steps(4, jump-none) infinite","SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards","Toast--animateIn 0.18s cubic-bezier(0.22, 0.61, 0.36, 1) backwards","Toast--animateOut 0.18s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards","Toast--spinner 1000ms linear infinite"],"font-family":["-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\""],"word-wrap":["break-word","break-all","normal","normal"],"clear":["both","both","both","both"],"padding-right":["4px","20px"],"padding-left":["2em","20px"],"list-style-type":["none"],"font-style":["italic"],"word-break":["normal","normal"],"pointer-events":["none","none","auto","none"],"animation-name":["SelectMenu-modal-animation--sm"],"overflow-x":["hidden","auto"],"-webkit-overflow-scrolling":["touch","touch"],"flex-shrink":["0","0","0","0"],"border-bottom-width":["0"],"-webkit-tap-highlight-color":["rgba(209,213,218,0.5)"],"flex-flow":["row wrap"]}},"mediaQueries":{"total":20,"unique":4,"values":["(max-width: 544px)","(min-width: 544px)","(hover: hover)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(hover: hover)","(hover: none)","(min-width: 544px)"],"contents":[{"value":"(max-width: 544px)","rules":{"total":2,"size":{"graph":[2,1],"max":2,"average":1.5},"selectorByRuleSizes":[{"selector":".page-responsive .suggester-container","declarations":2},{"selector":",.page-responsive .suggester li","declarations":1}]},"selectors":{"total":2,"type":1,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".page-responsive .suggester-container",".page-responsive .suggester li"],"specificity":{"max":21,"average":20.5}},"declarations":{"total":3,"unique":3,"properties":{"right":["8px"],"left":["8px"],"padding":["8px 16px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".Popover-message--large","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".Popover-message--large"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"min-width":["320px"]}}},{"value":"(hover: hover)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-tab:not([aria-checked=\"true\"]):hover,.SelectMenu-tab:not([aria-checked=\"true\"]):active","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".SelectMenu-tab:not([aria-checked=\"true\"]):hover",".SelectMenu-tab:not([aria-checked=\"true\"]):active"],"specificity":{"max":30,"average":30}},"declarations":{"total":1,"unique":1,"properties":{"background-color":["#fff"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[6],"max":6,"average":6},"selectorByRuleSizes":[{"selector":".SelectMenu","declarations":6}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"position":["absolute"],"top":["auto"],"right":["auto"],"bottom":["auto"],"left":["auto"],"padding":["0"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu::before","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":1,"values":[".SelectMenu::before"],"specificity":{"max":11,"average":11}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[9],"max":9,"average":9},"selectorByRuleSizes":[{"selector":".SelectMenu-modal","declarations":9}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-modal"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":9,"properties":{"width":["300px"],"height":["auto"],"max-height":["480px"],"margin":["4px 0 16px 0"],"font-size":["12px"],"border":["1px solid #d1d5da"],"border-radius":["3px"],"box-shadow":["0 1px 5px rgba(27,31,35,0.15)"],"animation-name":["SelectMenu-modal-animation--sm"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".SelectMenu-header","declarations":2}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-header"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding-top":["8px"],"padding-bottom":["8px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-title","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-title"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["inherit"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-closeButton","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-closeButton"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-filter","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-filter"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"padding":["8px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-input","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-input"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["14px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".SelectMenu-item","declarations":2}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-item"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding-top":["8px"],"padding-bottom":["8px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".SelectMenu-tabs","declarations":2}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-tabs"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding":["0 8px"],"border-top":["0"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[6],"max":6,"average":6},"selectorByRuleSizes":[{"selector":".SelectMenu-tab","declarations":6}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-tab"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"flex":["none"],"padding":["4px 16px"],"border":["1px solid transparent"],"border-bottom-width":["0"],"border-top-left-radius":["3px"],"border-top-right-radius":["3px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".SelectMenu-tab[aria-selected=\"true\"]","declarations":2}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-tab[aria-selected=\"true\"]"],"specificity":{"max":20,"average":20}},"declarations":{"total":2,"unique":2,"properties":{"border-color":["#e1e4e8"],"box-shadow":["none"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-footer","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-footer"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"padding":["4px 8px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[3],"max":3,"average":3},"selectorByRuleSizes":[{"selector":".SelectMenu--hasFilter .SelectMenu-modal","declarations":3}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu--hasFilter .SelectMenu-modal"],"specificity":{"max":20,"average":20}},"declarations":{"total":3,"unique":3,"properties":{"height":["auto"],"max-height":["480px"],"margin-top":["4px"]}}},{"value":"(hover: hover)","rules":{"total":5,"size":{"graph":[1,1,1,2,2],"max":2,"average":1.4},"selectorByRuleSizes":[{"selector":",.SelectMenu-tab:not([aria-selected=\"true\"]):active","declarations":2},{"selector":",.SelectMenu-tab:not([aria-selected=\"true\"]):hover","declarations":2},{"selector":",body:not(.intent-mouse) .SelectMenu-tab:focus","declarations":1},{"selector":",.SelectMenu-item:active","declarations":1},{"selector":"body:not(.intent-mouse) .SelectMenu-item:focus,.SelectMenu-item:hover","declarations":1}]},"selectors":{"total":6,"type":2,"class":6,"id":0,"pseudoClass":6,"pseudoElement":0,"values":["body:not(.intent-mouse) .SelectMenu-item:focus",".SelectMenu-item:hover",".SelectMenu-item:active","body:not(.intent-mouse) .SelectMenu-tab:focus",".SelectMenu-tab:not([aria-selected=\"true\"]):hover",".SelectMenu-tab:not([aria-selected=\"true\"]):active"],"specificity":{"max":31,"average":27}},"declarations":{"total":7,"unique":5,"properties":{"background-color":["#f6f8fa","#fafbfc","#dbedff","#e1e4e8","#f6f8fa"],"color":["#24292e","#24292e"]}}},{"value":"(hover: none)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.SelectMenu-item","declarations":1},{"selector":".SelectMenu-item:focus,.SelectMenu-item:active","declarations":1}]},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".SelectMenu-item:focus",".SelectMenu-item:active",".SelectMenu-item"],"specificity":{"max":20,"average":16.666666666666668}},"declarations":{"total":2,"unique":2,"properties":{"background-color":["#fafbfc"],"-webkit-tap-highlight-color":["rgba(209,213,218,0.5)"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[5],"max":5,"average":5},"selectorByRuleSizes":[{"selector":".Toast","declarations":5}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".Toast"],"specificity":{"max":10,"average":10}},"declarations":{"total":5,"unique":5,"properties":{"width":["-webkit-max-content","-moz-max-content","max-content"],"max-width":["450px"],"margin":["16px"]}}}]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/progress.json b/assets/sass/@primer/css/dist/stats/progress.json deleted file mode 100644 index 26eeda6..0000000 --- a/assets/sass/@primer/css/dist/stats/progress.json +++ /dev/null @@ -1 +0,0 @@ -{"size":150,"gzipSize":130,"humanizedSize":"150B","humanizedGzipSize":"130B","rules":{"total":3,"size":{"graph":[5,1,1],"max":5,"average":2.3333333333333335},"selectorByRuleSizes":[{"selector":".Progress","declarations":5},{"selector":".Progress--small","declarations":1},{"selector":".Progress--large","declarations":1}]},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".Progress",".Progress--large",".Progress--small"],"specificity":{"max":10,"average":10}},"declarations":{"total":7,"unique":7,"properties":{"display":["flex"],"height":["8px","10px","5px"],"overflow":["hidden"],"background-color":["#e1e4e8"],"border-radius":["3px"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/select-menu.json b/assets/sass/@primer/css/dist/stats/select-menu.json deleted file mode 100644 index ac10978..0000000 --- a/assets/sass/@primer/css/dist/stats/select-menu.json +++ /dev/null @@ -1 +0,0 @@ -{"size":5118,"gzipSize":1391,"humanizedSize":"5KB","humanizedGzipSize":"1KB","rules":{"total":49,"size":{"graph":[1,10,6,8,1,12,2,2,9,3,2,3,1,5,1,3,1,2,1,10,11,2,3,3,7,1,2,9,6,5,2,1,3,7,6,1,3,3,1,1,2,3,1,1,1,2,2,1,1],"max":12,"average":3.5510204081632653},"selectorByRuleSizes":[{"selector":".SelectMenu-modal","declarations":12},{"selector":".SelectMenu-item","declarations":11},{"selector":".SelectMenu-list","declarations":10},{"selector":".SelectMenu","declarations":10},{"selector":".SelectMenu-tab","declarations":9},{"selector":".SelectMenu-modal","declarations":9},{"selector":".SelectMenu::before","declarations":8},{"selector":".SelectMenu-divider","declarations":7},{"selector":".SelectMenu-tabs","declarations":7},{"selector":".SelectMenu-footer","declarations":6},{"selector":".SelectMenu-tab","declarations":6},{"selector":".SelectMenu","declarations":6},{"selector":".SelectMenu-tab[aria-selected=\"true\"]","declarations":5},{"selector":".SelectMenu-closeButton","declarations":5},{"selector":".SelectMenu-item[aria-checked=\"true\"] .SelectMenu-icon--check","declarations":3},{"selector":".SelectMenu--hasFilter .SelectMenu-modal","declarations":3},{"selector":".SelectMenu--hasFilter .SelectMenu-modal","declarations":3},{"selector":".SelectMenu-message,.SelectMenu-blankslate,.SelectMenu-loading","declarations":3},{"selector":".SelectMenu-icon--check","declarations":3},{"selector":".SelectMenu-icon","declarations":3},{"selector":".SelectMenu-filter","declarations":3},{"selector":".SelectMenu-title","declarations":3},{"selector":".SelectMenu-header","declarations":3},{"selector":".SelectMenu-tab:not([aria-selected=\"true\"]):active","declarations":2},{"selector":".SelectMenu-tab:not([aria-selected=\"true\"]):hover","declarations":2},{"selector":".SelectMenu-item[aria-checked=\"true\"]","declarations":2},{"selector":".SelectMenu-tab[aria-selected=\"true\"]","declarations":2},{"selector":".SelectMenu-tabs","declarations":2},{"selector":".SelectMenu-item","declarations":2},{"selector":".SelectMenu-input","declarations":2},{"selector":".SelectMenu-header","declarations":2},{"selector":"0%","declarations":2},{"selector":"0%","declarations":2},{"selector":".SelectMenu-item","declarations":1},{"selector":".SelectMenu-item:focus,.SelectMenu-item:active","declarations":1},{"selector":"body:not(.intent-mouse) .SelectMenu-tab:focus","declarations":1},{"selector":".SelectMenu-item:active","declarations":1},{"selector":"body:not(.intent-mouse) .SelectMenu-item:focus,.SelectMenu-item:hover","declarations":1},{"selector":".SelectMenu-item:hover","declarations":1},{"selector":".SelectMenu-tab:focus,.SelectMenu-item:focus","declarations":1},{"selector":".SelectMenu-footer","declarations":1},{"selector":".SelectMenu-message","declarations":1},{"selector":".SelectMenu-tabs::-webkit-scrollbar","declarations":1},{"selector":".SelectMenu-input","declarations":1},{"selector":".SelectMenu-filter","declarations":1},{"selector":".SelectMenu-closeButton","declarations":1},{"selector":".SelectMenu-title","declarations":1},{"selector":".SelectMenu::before","declarations":1},{"selector":".SelectMenu-tab:not([aria-checked=\"true\"]):hover,.SelectMenu-tab:not([aria-checked=\"true\"]):active","declarations":1}]},"selectors":{"total":53,"type":2,"class":53,"id":0,"pseudoClass":13,"pseudoElement":2,"values":[".SelectMenu-tab:not([aria-checked=\"true\"]):hover",".SelectMenu-tab:not([aria-checked=\"true\"]):active",".SelectMenu",".SelectMenu",".SelectMenu::before",".SelectMenu::before",".SelectMenu-modal",".SelectMenu-modal",".SelectMenu-header",".SelectMenu-header",".SelectMenu-title",".SelectMenu-title",".SelectMenu-closeButton",".SelectMenu-closeButton",".SelectMenu-filter",".SelectMenu-filter",".SelectMenu-input",".SelectMenu-input",".SelectMenu-list",".SelectMenu-item",".SelectMenu-item",".SelectMenu-icon",".SelectMenu-icon--check",".SelectMenu-tabs",".SelectMenu-tabs::-webkit-scrollbar",".SelectMenu-tabs",".SelectMenu-tab",".SelectMenu-tab",".SelectMenu-tab[aria-selected=\"true\"]",".SelectMenu-tab[aria-selected=\"true\"]",".SelectMenu-message",".SelectMenu-message",".SelectMenu-blankslate",".SelectMenu-loading",".SelectMenu-divider",".SelectMenu-footer",".SelectMenu-footer",".SelectMenu--hasFilter .SelectMenu-modal",".SelectMenu--hasFilter .SelectMenu-modal",".SelectMenu-tab:focus",".SelectMenu-item:focus",".SelectMenu-item:hover",".SelectMenu-item[aria-checked=\"true\"]",".SelectMenu-item[aria-checked=\"true\"] .SelectMenu-icon--check","body:not(.intent-mouse) .SelectMenu-item:focus",".SelectMenu-item:hover",".SelectMenu-item:active","body:not(.intent-mouse) .SelectMenu-tab:focus",".SelectMenu-tab:not([aria-selected=\"true\"]):hover",".SelectMenu-tab:not([aria-selected=\"true\"]):active",".SelectMenu-item:focus",".SelectMenu-item:active",".SelectMenu-item"],"specificity":{"max":31,"average":15}},"declarations":{"total":174,"unique":108,"properties":{"background-color":["#fff","rgba(27,31,35,0.5)","#f6f8fa","transparent","#fff","#fff","transparent","#fff","#fff","#f6f8fa","#f6f8fa","#fafbfc","#dbedff","#e1e4e8","#f6f8fa","#fafbfc"],"position":["fixed","absolute","absolute","relative","relative"],"top":["0","auto","0"],"right":["0","auto","0"],"bottom":["0","auto","0"],"left":["0","auto","0"],"z-index":["99","99","1","0"],"display":["flex","none","flex","flex","none","block","flex","flex","none"],"padding":["16px","0","16px","16px","16px","8px","0","16px","0 8px","8px 16px","4px 16px","24px 16px","4px 16px","8px 16px","4px 8px"],"pointer-events":["none","none","auto"],"flex-direction":["column","column"],"content":["\"\""],"max-height":["66%","480px","none","480px"],"margin":["auto 0","4px 0 16px 0","-16px","0","0","0"],"overflow":["hidden","hidden"],"border-radius":["6px","3px"],"box-shadow":["0 0 18px rgba(0,0,0,0.4)","0 1px 5px rgba(27,31,35,0.15)","inset 0 -1px 0 #e1e4e8","0 0 0 1px #e1e4e8","none"],"animation":["SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards"],"opacity":["0","0"],"transform":["scale(0.9)","translateY(-16px)","scale(0)","scale(1)"],"width":["300px","100%","100%","16px"],"height":["auto","80%","auto"],"font-size":["12px","14px","inherit","14px","12px","12px","12px"],"border":["1px solid #d1d5da","0","0","0","1px solid transparent"],"animation-name":["SelectMenu-modal-animation--sm"],"flex":["none","auto","auto","1","none"],"padding-top":["8px","8px"],"padding-bottom":["8px","8px"],"font-weight":["600","500","600","500"],"color":["#6a737d","#586069","#6a737d","#24292e","#6a737d","#6a737d","#24292e","#24292e","#24292e"],"border-top":["1px #e1e4e8 solid","1px #e1e4e8 solid","1px #e1e4e8 solid","0","1px #e1e4e8 solid"],"margin-bottom":["-1px","-1px"],"overflow-x":["hidden","auto"],"overflow-y":["auto","hidden"],"-webkit-overflow-scrolling":["touch","touch"],"align-items":["center"],"text-align":["left","center","center","center"],"cursor":["pointer","default"],"border-bottom":["1px solid #eaecef","1px solid #eaecef","1px solid #eaecef"],"margin-right":["8px"],"flex-shrink":["0","0"],"visibility":["hidden","visible"],"transition":["transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5),visibility 0s 0.12s linear","transform 0.12s cubic-bezier(0, 0, 0.2, 1),visibility 0s linear"],"border-bottom-width":["0"],"border-top-left-radius":["3px"],"border-top-right-radius":["3px"],"border-color":["#e1e4e8"],"margin-top":["0","4px"],"outline":["none"],"text-decoration":["none"],"-webkit-tap-highlight-color":["rgba(209,213,218,0.5)"]}},"mediaQueries":{"total":17,"unique":3,"values":["(hover: hover)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(hover: hover)","(hover: none)"],"contents":[{"value":"(hover: hover)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-tab:not([aria-checked=\"true\"]):hover,.SelectMenu-tab:not([aria-checked=\"true\"]):active","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".SelectMenu-tab:not([aria-checked=\"true\"]):hover",".SelectMenu-tab:not([aria-checked=\"true\"]):active"],"specificity":{"max":30,"average":30}},"declarations":{"total":1,"unique":1,"properties":{"background-color":["#fff"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[6],"max":6,"average":6},"selectorByRuleSizes":[{"selector":".SelectMenu","declarations":6}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"position":["absolute"],"top":["auto"],"right":["auto"],"bottom":["auto"],"left":["auto"],"padding":["0"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu::before","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":1,"values":[".SelectMenu::before"],"specificity":{"max":11,"average":11}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[9],"max":9,"average":9},"selectorByRuleSizes":[{"selector":".SelectMenu-modal","declarations":9}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-modal"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":9,"properties":{"width":["300px"],"height":["auto"],"max-height":["480px"],"margin":["4px 0 16px 0"],"font-size":["12px"],"border":["1px solid #d1d5da"],"border-radius":["3px"],"box-shadow":["0 1px 5px rgba(27,31,35,0.15)"],"animation-name":["SelectMenu-modal-animation--sm"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".SelectMenu-header","declarations":2}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-header"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding-top":["8px"],"padding-bottom":["8px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-title","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-title"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["inherit"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-closeButton","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-closeButton"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-filter","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-filter"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"padding":["8px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-input","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-input"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["14px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".SelectMenu-item","declarations":2}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-item"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding-top":["8px"],"padding-bottom":["8px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".SelectMenu-tabs","declarations":2}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-tabs"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"padding":["0 8px"],"border-top":["0"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[6],"max":6,"average":6},"selectorByRuleSizes":[{"selector":".SelectMenu-tab","declarations":6}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-tab"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"flex":["none"],"padding":["4px 16px"],"border":["1px solid transparent"],"border-bottom-width":["0"],"border-top-left-radius":["3px"],"border-top-right-radius":["3px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".SelectMenu-tab[aria-selected=\"true\"]","declarations":2}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-tab[aria-selected=\"true\"]"],"specificity":{"max":20,"average":20}},"declarations":{"total":2,"unique":2,"properties":{"border-color":["#e1e4e8"],"box-shadow":["none"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".SelectMenu-footer","declarations":1}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu-footer"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"padding":["4px 8px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[3],"max":3,"average":3},"selectorByRuleSizes":[{"selector":".SelectMenu--hasFilter .SelectMenu-modal","declarations":3}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".SelectMenu--hasFilter .SelectMenu-modal"],"specificity":{"max":20,"average":20}},"declarations":{"total":3,"unique":3,"properties":{"height":["auto"],"max-height":["480px"],"margin-top":["4px"]}}},{"value":"(hover: hover)","rules":{"total":5,"size":{"graph":[1,1,1,2,2],"max":2,"average":1.4},"selectorByRuleSizes":[{"selector":",.SelectMenu-tab:not([aria-selected=\"true\"]):active","declarations":2},{"selector":",.SelectMenu-tab:not([aria-selected=\"true\"]):hover","declarations":2},{"selector":",body:not(.intent-mouse) .SelectMenu-tab:focus","declarations":1},{"selector":",.SelectMenu-item:active","declarations":1},{"selector":"body:not(.intent-mouse) .SelectMenu-item:focus,.SelectMenu-item:hover","declarations":1}]},"selectors":{"total":6,"type":2,"class":6,"id":0,"pseudoClass":6,"pseudoElement":0,"values":["body:not(.intent-mouse) .SelectMenu-item:focus",".SelectMenu-item:hover",".SelectMenu-item:active","body:not(.intent-mouse) .SelectMenu-tab:focus",".SelectMenu-tab:not([aria-selected=\"true\"]):hover",".SelectMenu-tab:not([aria-selected=\"true\"]):active"],"specificity":{"max":31,"average":27}},"declarations":{"total":7,"unique":5,"properties":{"background-color":["#f6f8fa","#fafbfc","#dbedff","#e1e4e8","#f6f8fa"],"color":["#24292e","#24292e"]}}},{"value":"(hover: none)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.SelectMenu-item","declarations":1},{"selector":".SelectMenu-item:focus,.SelectMenu-item:active","declarations":1}]},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".SelectMenu-item:focus",".SelectMenu-item:active",".SelectMenu-item"],"specificity":{"max":20,"average":16.666666666666668}},"declarations":{"total":2,"unique":2,"properties":{"background-color":["#fafbfc"],"-webkit-tap-highlight-color":["rgba(209,213,218,0.5)"]}}}]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/subhead.json b/assets/sass/@primer/css/dist/stats/subhead.json deleted file mode 100644 index 462a071..0000000 --- a/assets/sass/@primer/css/dist/stats/subhead.json +++ /dev/null @@ -1 +0,0 @@ -{"size":385,"gzipSize":248,"humanizedSize":"385B","humanizedGzipSize":"248B","rules":{"total":6,"size":{"graph":[5,1,3,2,3,2],"max":5,"average":2.6666666666666665},"selectorByRuleSizes":[{"selector":".Subhead","declarations":5},{"selector":".Subhead-description","declarations":3},{"selector":".Subhead-heading","declarations":3},{"selector":".Subhead-actions","declarations":2},{"selector":".Subhead-heading--danger","declarations":2},{"selector":".Subhead--spacious","declarations":1}]},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".Subhead",".Subhead--spacious",".Subhead-heading",".Subhead-heading--danger",".Subhead-description",".Subhead-actions"],"specificity":{"max":10,"average":10}},"declarations":{"total":16,"unique":16,"properties":{"display":["flex"],"padding-bottom":["8px"],"margin-bottom":["16px"],"border-bottom":["1px #e1e4e8 solid"],"flex-flow":["row wrap"],"margin-top":["40px"],"font-size":["24px","14px"],"font-weight":["400","600"],"flex":["1 1 auto","1 100%"],"color":["#cb2431","#586069"],"align-self":["center"],"justify-content":["flex-end"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/support.json b/assets/sass/@primer/css/dist/stats/support.json deleted file mode 100644 index bfdd904..0000000 --- a/assets/sass/@primer/css/dist/stats/support.json +++ /dev/null @@ -1 +0,0 @@ -{"size":0,"gzipSize":20,"humanizedSize":"0B","humanizedGzipSize":"20B","rules":{"total":0,"size":{"graph":[],"max":0,"average":0},"selectorByRuleSizes":[]},"selectors":{"total":0,"type":0,"class":0,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[],"specificity":{"max":0,"average":0}},"declarations":{"total":0,"unique":0,"properties":{}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/table-object.json b/assets/sass/@primer/css/dist/stats/table-object.json deleted file mode 100644 index 019ce2f..0000000 --- a/assets/sass/@primer/css/dist/stats/table-object.json +++ /dev/null @@ -1 +0,0 @@ -{"size":151,"gzipSize":119,"humanizedSize":"151B","humanizedGzipSize":"119B","rules":{"total":3,"size":{"graph":[1,4,1],"max":4,"average":2},"selectorByRuleSizes":[{"selector":".TableObject-item","declarations":4},{"selector":".TableObject-item--primary","declarations":1},{"selector":".TableObject","declarations":1}]},"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/assets/sass/@primer/css/dist/stats/timeline.json b/assets/sass/@primer/css/dist/stats/timeline.json deleted file mode 100644 index e43b0e1..0000000 --- a/assets/sass/@primer/css/dist/stats/timeline.json +++ /dev/null @@ -1 +0,0 @@ -{"size":1105,"gzipSize":459,"humanizedSize":"1KB","humanizedGzipSize":"459B","rules":{"total":10,"size":{"graph":[4,8,2,14,5,3,9,2,1,6],"max":14,"average":5.4},"selectorByRuleSizes":[{"selector":".TimelineItem-badge","declarations":14},{"selector":".TimelineItem-break","declarations":9},{"selector":".TimelineItem::before","declarations":8},{"selector":".TimelineItem--condensed .TimelineItem-badge","declarations":6},{"selector":".TimelineItem-body","declarations":5},{"selector":".TimelineItem","declarations":4},{"selector":".TimelineItem-avatar","declarations":3},{"selector":".TimelineItem--condensed","declarations":2},{"selector":".TimelineItem:target .TimelineItem-badge","declarations":2},{"selector":".TimelineItem--condensed:last-child","declarations":1}]},"selectors":{"total":10,"type":0,"class":10,"id":0,"pseudoClass":2,"pseudoElement":1,"values":[".TimelineItem",".TimelineItem::before",".TimelineItem:target .TimelineItem-badge",".TimelineItem-badge",".TimelineItem-body",".TimelineItem-avatar",".TimelineItem-break",".TimelineItem--condensed",".TimelineItem--condensed:last-child",".TimelineItem--condensed .TimelineItem-badge"],"specificity":{"max":30,"average":14.1}},"declarations":{"total":54,"unique":44,"properties":{"position":["relative","absolute","relative","absolute","relative"],"display":["flex","block","flex"],"padding":["16px 0"],"margin-left":["16px","-15px","-56px"],"top":["0"],"bottom":["0"],"left":["0","-72px"],"width":["2px","32px"],"content":["\"\""],"background-color":["#e1e4e8","#e1e4e8","#fff","#fff"],"border-color":["#2188ff"],"box-shadow":["0 0 0.2em #c8e1ff"],"z-index":["1","1","1"],"height":["32px","24px","16px"],"margin-right":["8px"],"color":["#444d56","#444d56","#959da5"],"align-items":["center"],"border":["2px solid #fff","0","0"],"border-radius":["50%"],"justify-content":["center"],"flex-shrink":["0"],"min-width":["0"],"max-width":["100%"],"margin-top":["4px","8px"],"flex":["auto"],"margin":["0"],"margin-bottom":["-16px","8px"],"border-top":["4px solid #e1e4e8"],"padding-top":["4px"],"padding-bottom":["0","16px"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/toasts.json b/assets/sass/@primer/css/dist/stats/toasts.json deleted file mode 100644 index a7f53c3..0000000 --- a/assets/sass/@primer/css/dist/stats/toasts.json +++ /dev/null @@ -1 +0,0 @@ -{"size":1437,"gzipSize":622,"humanizedSize":"1KB","humanizedGzipSize":"622B","rules":{"total":18,"size":{"graph":[6,5,9,1,4,2,1,1,2,1,1,1,2,1,3,1,1,1],"max":9,"average":2.388888888888889},"selectorByRuleSizes":[{"selector":".Toast-icon","declarations":9},{"selector":".Toast","declarations":6},{"selector":".Toast","declarations":5},{"selector":".Toast-dismissButton","declarations":4},{"selector":"100%","declarations":3},{"selector":"0%","declarations":2},{"selector":".Toast--warning .Toast-icon","declarations":2},{"selector":".Toast-dismissButton:focus,.Toast-dismissButton:hover","declarations":2},{"selector":"to","declarations":1},{"selector":"from","declarations":1},{"selector":".Toast--spinner","declarations":1},{"selector":".Toast--animateOut","declarations":1},{"selector":".Toast--animateIn","declarations":1},{"selector":".Toast--loading .Toast-icon","declarations":1},{"selector":".Toast--success .Toast-icon","declarations":1},{"selector":".Toast--error .Toast-icon","declarations":1},{"selector":".Toast-dismissButton:active","declarations":1},{"selector":".Toast-content","declarations":1}]},"selectors":{"total":15,"type":0,"class":15,"id":0,"pseudoClass":3,"pseudoElement":0,"values":[".Toast",".Toast",".Toast-icon",".Toast-content",".Toast-dismissButton",".Toast-dismissButton:focus",".Toast-dismissButton:hover",".Toast-dismissButton:active",".Toast--error .Toast-icon",".Toast--warning .Toast-icon",".Toast--success .Toast-icon",".Toast--loading .Toast-icon",".Toast--animateIn",".Toast--animateOut",".Toast--spinner"],"specificity":{"max":20,"average":14.666666666666666}},"declarations":{"total":43,"unique":39,"properties":{"display":["flex","flex"],"margin":["8px","16px"],"color":["#1b1f23","#fff","#586069","#959da5","#24292e"],"background-color":["#fff","#0366d6","transparent","#d73a49","#f9c513","#28a745","#586069"],"border-radius":["3px"],"box-shadow":["inset 0 0 0 1px #d1d5da,0 1px 5px rgba(27,31,35,0.15)"],"width":["-webkit-max-content","-moz-max-content","max-content","48px"],"max-width":["450px"],"align-items":["center"],"justify-content":["center"],"flex-shrink":["0"],"border-top-left-radius":["inherit"],"border-bottom-left-radius":["inherit"],"padding":["16px","16px"],"max-height":["54px"],"border":["0"],"outline":["none"],"animation":["Toast--animateIn 0.18s cubic-bezier(0.22, 0.61, 0.36, 1) backwards","Toast--animateOut 0.18s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards","Toast--spinner 1000ms linear infinite"],"opacity":["0","0"],"transform":["translateY(100%)","translateY(100%)","rotate(0deg)","rotate(360deg)"],"pointer-events":["none"]}},"mediaQueries":{"total":1,"unique":1,"values":["(min-width: 544px)"],"contents":[{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[5],"max":5,"average":5},"selectorByRuleSizes":[{"selector":".Toast","declarations":5}]},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".Toast"],"specificity":{"max":10,"average":10}},"declarations":{"total":5,"unique":5,"properties":{"width":["-webkit-max-content","-moz-max-content","max-content"],"max-width":["450px"],"margin":["16px"]}}}]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/tooltips.json b/assets/sass/@primer/css/dist/stats/tooltips.json deleted file mode 100644 index a824c71..0000000 --- a/assets/sass/@primer/css/dist/stats/tooltips.json +++ /dev/null @@ -1 +0,0 @@ -{"size":3532,"gzipSize":1017,"humanizedSize":"3KB","humanizedGzipSize":"1017B","rules":{"total":33,"size":{"graph":[1,19,10,1,1,7,1,1,3,5,3,1,3,5,3,1,1,4,5,4,5,2,1,1,2,1,1,7,3,1,1,1,1],"max":19,"average":3.212121212121212},"selectorByRuleSizes":[{"selector":".tooltipped::after","declarations":19},{"selector":".tooltipped::before","declarations":10},{"selector":".tooltipped-multiline::after","declarations":7},{"selector":".tooltipped:hover::before,.tooltipped:hover::after,.tooltipped:active::before,.tooltipped:active::after,.tooltipped:focus::before,.tooltipped:focus::after","declarations":7},{"selector":".tooltipped-e::before","declarations":5},{"selector":".tooltipped-w::before","declarations":5},{"selector":".tooltipped-n::before,.tooltipped-ne::before,.tooltipped-nw::before","declarations":5},{"selector":".tooltipped-s::before,.tooltipped-se::before,.tooltipped-sw::before","declarations":5},{"selector":".tooltipped-e::after","declarations":4},{"selector":".tooltipped-w::after","declarations":4},{"selector":".tooltipped-multiline.tooltipped-s::after,.tooltipped-multiline.tooltipped-n::after","declarations":3},{"selector":".tooltipped-ne::after","declarations":3},{"selector":".tooltipped-n::after,.tooltipped-ne::after,.tooltipped-nw::after","declarations":3},{"selector":".tooltipped-se::after","declarations":3},{"selector":".tooltipped-s::after,.tooltipped-se::after,.tooltipped-sw::after","declarations":3},{"selector":".tooltipped-align-left-1::after,.tooltipped-align-left-2::after","declarations":2},{"selector":".tooltipped-align-right-1::after,.tooltipped-align-right-2::after","declarations":2},{"selector":".tooltipped-sticky.tooltipped-multiline::after","declarations":1},{"selector":".tooltipped-sticky::before,.tooltipped-sticky::after","declarations":1},{"selector":".tooltipped-multiline::after","declarations":1},{"selector":".tooltipped-multiline.tooltipped-w::after,.tooltipped-multiline.tooltipped-e::after","declarations":1},{"selector":".tooltipped-align-left-2::before","declarations":1},{"selector":".tooltipped-align-left-1::before","declarations":1},{"selector":".tooltipped-align-right-2::before","declarations":1},{"selector":".tooltipped-align-right-1::before","declarations":1},{"selector":".tooltipped-s::after,.tooltipped-n::after","declarations":1},{"selector":".tooltipped-nw::after","declarations":1},{"selector":".tooltipped-sw::after","declarations":1},{"selector":".tooltipped-multiline:hover::after,.tooltipped-multiline:active::after,.tooltipped-multiline:focus::after","declarations":1},{"selector":".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","declarations":1},{"selector":"to","declarations":1},{"selector":"from","declarations":1},{"selector":".tooltipped","declarations":1}]},"selectors":{"total":57,"type":0,"class":57,"id":0,"pseudoClass":15,"pseudoElement":56,"values":[".tooltipped",".tooltipped::after",".tooltipped::before",".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-align-right-1::after",".tooltipped-align-right-2::after",".tooltipped-align-right-1::before",".tooltipped-align-right-2::before",".tooltipped-align-left-1::after",".tooltipped-align-left-2::after",".tooltipped-align-left-1::before",".tooltipped-align-left-2::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"],"specificity":{"max":21,"average":14.491228070175438}},"declarations":{"total":106,"unique":80,"properties":{"position":["relative","absolute","absolute"],"z-index":["1000000","1000001"],"display":["none","none","inline-block","table-cell","inline-block","table-cell"],"padding":[".5em .75em"],"font":["normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\""],"-webkit-font-smoothing":["subpixel-antialiased"],"color":["#fff","#1b1f23"],"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":["#1b1f23"],"border-radius":["3px"],"opacity":["0","0","0","1"],"width":["0","-webkit-max-content","-moz-max-content","max-content","250px"],"height":["0"],"border":["6px solid transparent"],"animation-name":["tooltip-appear"],"animation-duration":[".1s"],"animation-fill-mode":["forwards"],"animation-timing-function":["ease-in"],"animation-delay":[".4s","0s"],"top":["100%","auto","-7px","50%","50%"],"right":["50%","50%","auto","50%","50%","auto","100%","-7px","0","10px","15px","auto","100%"],"margin-top":["6px","-6px","-6px"],"bottom":["-7px","100%","auto","50%","50%","50%","50%"],"margin-right":["-6px","-16px","-6px","-16px","6px","0"],"border-bottom-color":["#1b1f23"],"left":["50%","50%","-7px","100%","0","5px","10px","50%"],"margin-left":["-16px","-16px","6px","0"],"margin-bottom":["6px"],"border-top-color":["#1b1f23"],"transform":["translateX(50%)","translateY(50%)","translateY(50%)","translateX(-50%)"],"border-left-color":["#1b1f23"],"border-right-color":["#1b1f23"],"max-width":["250px"],"border-collapse":["separate"]}},"mediaQueries":{"total":1,"unique":1,"values":["screen and (min-width: 0\\0)"],"contents":[{"value":"screen and (min-width: 0\\0)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".tooltipped-multiline::after","declarations":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"]}}}]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/truncate.json b/assets/sass/@primer/css/dist/stats/truncate.json deleted file mode 100644 index a474ada..0000000 --- a/assets/sass/@primer/css/dist/stats/truncate.json +++ /dev/null @@ -1 +0,0 @@ -{"size":594,"gzipSize":204,"humanizedSize":"594B","humanizedGzipSize":"204B","rules":{"total":3,"size":{"graph":[3,3,1],"max":3,"average":2.3333333333333335},"selectorByRuleSizes":[{"selector":".css-truncate.css-truncate-target,.css-truncate .css-truncate-target","declarations":3},{"selector":".css-truncate.css-truncate-overflow,.css-truncate .css-truncate-overflow,.css-truncate.css-truncate-target,.css-truncate .css-truncate-target","declarations":3},{"selector":".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","declarations":1}]},"selectors":{"total":10,"type":0,"class":10,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".css-truncate.css-truncate-overflow",".css-truncate .css-truncate-overflow",".css-truncate.css-truncate-target",".css-truncate .css-truncate-target",".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":28}},"declarations":{"total":7,"unique":7,"properties":{"overflow":["hidden"],"text-overflow":["ellipsis"],"white-space":["nowrap"],"display":["inline-block"],"max-width":["125px","10000px"],"vertical-align":["top"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/stats/utilities.json b/assets/sass/@primer/css/dist/stats/utilities.json deleted file mode 100644 index 9e5c231..0000000 --- a/assets/sass/@primer/css/dist/stats/utilities.json +++ /dev/null @@ -1 +0,0 @@ -{"size":68364,"gzipSize":8956,"humanizedSize":"67KB","humanizedGzipSize":"9KB","rules":{"total":1394,"size":{"graph":[3,1,1,1,3,1,1,1,6,2,2,4,2,2,6,1,5,1,3,2,2,4,1,1,1,2,1,1,1,3,1,2,2,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,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,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,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,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,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,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,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,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,10,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,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,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,1,1,1,1,1,1,1,2,1,1,1,1,2,1,1,1,1,2,1,1,1,1,2,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,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,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,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,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,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,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,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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,2,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,8,6,4],"max":10,"average":1.2116212338593975},"selectorByRuleSizes":[{"selector":".details-overlay[open]>summary::before","declarations":10},{"selector":".sr-only","declarations":8},{"selector":".show-on-focus","declarations":6},{"selector":".anim-grow-x","declarations":6},{"selector":".anim-fade-up","declarations":6},{"selector":".anim-shrink-x","declarations":5},{"selector":".show-on-focus:focus","declarations":4},{"selector":".user-select-none","declarations":4},{"selector":".lead","declarations":4},{"selector":".anim-pulse","declarations":4},{"selector":".anim-fade-down","declarations":4},{"selector":".break-word","declarations":3},{"selector":".clearfix::after","declarations":3},{"selector":".bg-shade-gradient","declarations":3},{"selector":".hover-grow","declarations":3},{"selector":".anim-scale-in","declarations":3},{"selector":".anim-fade-out","declarations":3},{"selector":".anim-fade-in","declarations":3},{"selector":".text-emphasized","declarations":2},{"selector":".f3-light","declarations":2},{"selector":".f2-light","declarations":2},{"selector":".f1-light","declarations":2},{"selector":".f0-light","declarations":2},{"selector":".f00-light","declarations":2},{"selector":".p-responsive","declarations":2},{"selector":".p-responsive","declarations":2},{"selector":".p-responsive","declarations":2},{"selector":".py-xl-6","declarations":2},{"selector":".px-xl-6","declarations":2},{"selector":".py-xl-5","declarations":2},{"selector":".px-xl-5","declarations":2},{"selector":".py-xl-4","declarations":2},{"selector":".px-xl-4","declarations":2},{"selector":".py-xl-3","declarations":2},{"selector":".px-xl-3","declarations":2},{"selector":".py-xl-2","declarations":2},{"selector":".px-xl-2","declarations":2},{"selector":".py-xl-1","declarations":2},{"selector":".px-xl-1","declarations":2},{"selector":".py-xl-0","declarations":2},{"selector":".px-xl-0","declarations":2},{"selector":".py-lg-6","declarations":2},{"selector":".px-lg-6","declarations":2},{"selector":".py-lg-5","declarations":2},{"selector":".px-lg-5","declarations":2},{"selector":".py-lg-4","declarations":2},{"selector":".px-lg-4","declarations":2},{"selector":".py-lg-3","declarations":2},{"selector":".px-lg-3","declarations":2},{"selector":".py-lg-2","declarations":2},{"selector":".px-lg-2","declarations":2},{"selector":".py-lg-1","declarations":2},{"selector":".px-lg-1","declarations":2},{"selector":".py-lg-0","declarations":2},{"selector":".px-lg-0","declarations":2},{"selector":".py-md-6","declarations":2},{"selector":".px-md-6","declarations":2},{"selector":".py-md-5","declarations":2},{"selector":".px-md-5","declarations":2},{"selector":".py-md-4","declarations":2},{"selector":".px-md-4","declarations":2},{"selector":".py-md-3","declarations":2},{"selector":".px-md-3","declarations":2},{"selector":".py-md-2","declarations":2},{"selector":".px-md-2","declarations":2},{"selector":".py-md-1","declarations":2},{"selector":".px-md-1","declarations":2},{"selector":".py-md-0","declarations":2},{"selector":".px-md-0","declarations":2},{"selector":".py-sm-6","declarations":2},{"selector":".px-sm-6","declarations":2},{"selector":".py-sm-5","declarations":2},{"selector":".px-sm-5","declarations":2},{"selector":".py-sm-4","declarations":2},{"selector":".px-sm-4","declarations":2},{"selector":".py-sm-3","declarations":2},{"selector":".px-sm-3","declarations":2},{"selector":".py-sm-2","declarations":2},{"selector":".px-sm-2","declarations":2},{"selector":".py-sm-1","declarations":2},{"selector":".px-sm-1","declarations":2},{"selector":".py-sm-0","declarations":2},{"selector":".px-sm-0","declarations":2},{"selector":".py-6","declarations":2},{"selector":".px-6","declarations":2},{"selector":".py-5","declarations":2},{"selector":".px-5","declarations":2},{"selector":".py-4","declarations":2},{"selector":".px-4","declarations":2},{"selector":".py-3","declarations":2},{"selector":".px-3","declarations":2},{"selector":".py-2","declarations":2},{"selector":".px-2","declarations":2},{"selector":".py-1","declarations":2},{"selector":".px-1","declarations":2},{"selector":".py-0","declarations":2},{"selector":".px-0","declarations":2},{"selector":".mx-xl-auto","declarations":2},{"selector":".my-xl-6","declarations":2},{"selector":".mx-xl-6","declarations":2},{"selector":".my-xl-5","declarations":2},{"selector":".mx-xl-5","declarations":2},{"selector":".my-xl-4","declarations":2},{"selector":".mx-xl-4","declarations":2},{"selector":".my-xl-3","declarations":2},{"selector":".mx-xl-3","declarations":2},{"selector":".my-xl-2","declarations":2},{"selector":".mx-xl-2","declarations":2},{"selector":".my-xl-1","declarations":2},{"selector":".mx-xl-1","declarations":2},{"selector":".my-xl-0","declarations":2},{"selector":".mx-xl-0","declarations":2},{"selector":".mx-lg-auto","declarations":2},{"selector":".my-lg-6","declarations":2},{"selector":".mx-lg-6","declarations":2},{"selector":".my-lg-5","declarations":2},{"selector":".mx-lg-5","declarations":2},{"selector":".my-lg-4","declarations":2},{"selector":".mx-lg-4","declarations":2},{"selector":".my-lg-3","declarations":2},{"selector":".mx-lg-3","declarations":2},{"selector":".my-lg-2","declarations":2},{"selector":".mx-lg-2","declarations":2},{"selector":".my-lg-1","declarations":2},{"selector":".mx-lg-1","declarations":2},{"selector":".my-lg-0","declarations":2},{"selector":".mx-lg-0","declarations":2},{"selector":".mx-md-auto","declarations":2},{"selector":".my-md-6","declarations":2},{"selector":".mx-md-6","declarations":2},{"selector":".my-md-5","declarations":2},{"selector":".mx-md-5","declarations":2},{"selector":".my-md-4","declarations":2},{"selector":".mx-md-4","declarations":2},{"selector":".my-md-3","declarations":2},{"selector":".mx-md-3","declarations":2},{"selector":".my-md-2","declarations":2},{"selector":".mx-md-2","declarations":2},{"selector":".my-md-1","declarations":2},{"selector":".mx-md-1","declarations":2},{"selector":".my-md-0","declarations":2},{"selector":".mx-md-0","declarations":2},{"selector":".mx-sm-auto","declarations":2},{"selector":".my-sm-6","declarations":2},{"selector":".mx-sm-6","declarations":2},{"selector":".my-sm-5","declarations":2},{"selector":".mx-sm-5","declarations":2},{"selector":".my-sm-4","declarations":2},{"selector":".mx-sm-4","declarations":2},{"selector":".my-sm-3","declarations":2},{"selector":".mx-sm-3","declarations":2},{"selector":".my-sm-2","declarations":2},{"selector":".mx-sm-2","declarations":2},{"selector":".my-sm-1","declarations":2},{"selector":".mx-sm-1","declarations":2},{"selector":".my-sm-0","declarations":2},{"selector":".mx-sm-0","declarations":2},{"selector":".mx-auto","declarations":2},{"selector":".my-6","declarations":2},{"selector":".mx-6","declarations":2},{"selector":".my-5","declarations":2},{"selector":".mx-5","declarations":2},{"selector":".my-4","declarations":2},{"selector":".mx-4","declarations":2},{"selector":".my-3","declarations":2},{"selector":".mx-3","declarations":2},{"selector":".my-2","declarations":2},{"selector":".mx-2","declarations":2},{"selector":".my-1","declarations":2},{"selector":".mx-1","declarations":2},{"selector":".my-0","declarations":2},{"selector":".mx-0","declarations":2},{"selector":".clearfix::before","declarations":2},{"selector":".position-xl-sticky","declarations":2},{"selector":".position-lg-sticky","declarations":2},{"selector":".position-md-sticky","declarations":2},{"selector":".position-sm-sticky","declarations":2},{"selector":".position-sticky","declarations":2},{"selector":".details-overlay-dark[open]>summary::before","declarations":2},{"selector":".muted-link:hover","declarations":2},{"selector":".rounded-xl-left-2","declarations":2},{"selector":".rounded-xl-left-1","declarations":2},{"selector":".rounded-xl-left-0","declarations":2},{"selector":".rounded-xl-bottom-2","declarations":2},{"selector":".rounded-xl-bottom-1","declarations":2},{"selector":".rounded-xl-bottom-0","declarations":2},{"selector":".rounded-xl-right-2","declarations":2},{"selector":".rounded-xl-right-1","declarations":2},{"selector":".rounded-xl-right-0","declarations":2},{"selector":".rounded-xl-top-2","declarations":2},{"selector":".rounded-xl-top-1","declarations":2},{"selector":".rounded-xl-top-0","declarations":2},{"selector":".rounded-lg-left-2","declarations":2},{"selector":".rounded-lg-left-1","declarations":2},{"selector":".rounded-lg-left-0","declarations":2},{"selector":".rounded-lg-bottom-2","declarations":2},{"selector":".rounded-lg-bottom-1","declarations":2},{"selector":".rounded-lg-bottom-0","declarations":2},{"selector":".rounded-lg-right-2","declarations":2},{"selector":".rounded-lg-right-1","declarations":2},{"selector":".rounded-lg-right-0","declarations":2},{"selector":".rounded-lg-top-2","declarations":2},{"selector":".rounded-lg-top-1","declarations":2},{"selector":".rounded-lg-top-0","declarations":2},{"selector":".rounded-md-left-2","declarations":2},{"selector":".rounded-md-left-1","declarations":2},{"selector":".rounded-md-left-0","declarations":2},{"selector":".rounded-md-bottom-2","declarations":2},{"selector":".rounded-md-bottom-1","declarations":2},{"selector":".rounded-md-bottom-0","declarations":2},{"selector":".rounded-md-right-2","declarations":2},{"selector":".rounded-md-right-1","declarations":2},{"selector":".rounded-md-right-0","declarations":2},{"selector":".rounded-md-top-2","declarations":2},{"selector":".rounded-md-top-1","declarations":2},{"selector":".rounded-md-top-0","declarations":2},{"selector":".rounded-sm-left-2","declarations":2},{"selector":".rounded-sm-left-1","declarations":2},{"selector":".rounded-sm-left-0","declarations":2},{"selector":".rounded-sm-bottom-2","declarations":2},{"selector":".rounded-sm-bottom-1","declarations":2},{"selector":".rounded-sm-bottom-0","declarations":2},{"selector":".rounded-sm-right-2","declarations":2},{"selector":".rounded-sm-right-1","declarations":2},{"selector":".rounded-sm-right-0","declarations":2},{"selector":".rounded-sm-top-2","declarations":2},{"selector":".rounded-sm-top-1","declarations":2},{"selector":".rounded-sm-top-0","declarations":2},{"selector":".rounded-left-2","declarations":2},{"selector":".rounded-left-1","declarations":2},{"selector":".rounded-left-0","declarations":2},{"selector":".rounded-bottom-2","declarations":2},{"selector":".rounded-bottom-1","declarations":2},{"selector":".rounded-bottom-0","declarations":2},{"selector":".rounded-right-2","declarations":2},{"selector":".rounded-right-1","declarations":2},{"selector":".rounded-right-0","declarations":2},{"selector":".rounded-top-2","declarations":2},{"selector":".rounded-top-1","declarations":2},{"selector":".rounded-top-0","declarations":2},{"selector":".border-y","declarations":2},{"selector":".border-x","declarations":2},{"selector":".anim-pulse-in","declarations":2},{"selector":"100%","declarations":2},{"selector":"0%","declarations":2},{"selector":"100%","declarations":2},{"selector":"0%","declarations":2},{"selector":"100%","declarations":2},{"selector":"0%","declarations":2},{"selector":".table-fixed","declarations":1},{"selector":".hide-xl","declarations":1},{"selector":".hide-lg","declarations":1},{"selector":".hide-md","declarations":1},{"selector":".hide-sm","declarations":1},{"selector":".v-visible","declarations":1},{"selector":".v-hidden","declarations":1},{"selector":".d-xl-table-cell","declarations":1},{"selector":".d-xl-table","declarations":1},{"selector":".d-xl-none","declarations":1},{"selector":".d-xl-inline-flex","declarations":1},{"selector":".d-xl-inline-block","declarations":1},{"selector":".d-xl-inline","declarations":1},{"selector":".d-xl-flex","declarations":1},{"selector":".d-xl-block","declarations":1},{"selector":".d-lg-table-cell","declarations":1},{"selector":".d-lg-table","declarations":1},{"selector":".d-lg-none","declarations":1},{"selector":".d-lg-inline-flex","declarations":1},{"selector":".d-lg-inline-block","declarations":1},{"selector":".d-lg-inline","declarations":1},{"selector":".d-lg-flex","declarations":1},{"selector":".d-lg-block","declarations":1},{"selector":".d-md-table-cell","declarations":1},{"selector":".d-md-table","declarations":1},{"selector":".d-md-none","declarations":1},{"selector":".d-md-inline-flex","declarations":1},{"selector":".d-md-inline-block","declarations":1},{"selector":".d-md-inline","declarations":1},{"selector":".d-md-flex","declarations":1},{"selector":".d-md-block","declarations":1},{"selector":".d-sm-table-cell","declarations":1},{"selector":".d-sm-table","declarations":1},{"selector":".d-sm-none","declarations":1},{"selector":".d-sm-inline-flex","declarations":1},{"selector":".d-sm-inline-block","declarations":1},{"selector":".d-sm-inline","declarations":1},{"selector":".d-sm-flex","declarations":1},{"selector":".d-sm-block","declarations":1},{"selector":".d-table-cell","declarations":1},{"selector":".d-table","declarations":1},{"selector":".d-none","declarations":1},{"selector":".d-inline-flex","declarations":1},{"selector":".d-inline-block","declarations":1},{"selector":".d-inline","declarations":1},{"selector":".d-flex","declarations":1},{"selector":".d-block","declarations":1},{"selector":".text-mono","declarations":1},{"selector":".text-shadow-light","declarations":1},{"selector":".text-shadow-dark","declarations":1},{"selector":".list-style-none","declarations":1},{"selector":".wb-break-all","declarations":1},{"selector":".ws-normal","declarations":1},{"selector":".no-wrap","declarations":1},{"selector":".no-underline","declarations":1},{"selector":".text-underline","declarations":1},{"selector":".text-uppercase","declarations":1},{"selector":".text-italic","declarations":1},{"selector":".text-bold","declarations":1},{"selector":".text-normal","declarations":1},{"selector":".text-xl-center","declarations":1},{"selector":".text-xl-left","declarations":1},{"selector":".text-xl-right","declarations":1},{"selector":".text-lg-center","declarations":1},{"selector":".text-lg-left","declarations":1},{"selector":".text-lg-right","declarations":1},{"selector":".text-md-center","declarations":1},{"selector":".text-md-left","declarations":1},{"selector":".text-md-right","declarations":1},{"selector":".text-sm-center","declarations":1},{"selector":".text-sm-left","declarations":1},{"selector":".text-sm-right","declarations":1},{"selector":".text-center","declarations":1},{"selector":".text-left","declarations":1},{"selector":".text-right","declarations":1},{"selector":".lh-xl-0","declarations":1},{"selector":".lh-xl-default","declarations":1},{"selector":".lh-xl-condensed","declarations":1},{"selector":".lh-xl-condensed-ultra","declarations":1},{"selector":".lh-lg-0","declarations":1},{"selector":".lh-lg-default","declarations":1},{"selector":".lh-lg-condensed","declarations":1},{"selector":".lh-lg-condensed-ultra","declarations":1},{"selector":".lh-md-0","declarations":1},{"selector":".lh-md-default","declarations":1},{"selector":".lh-md-condensed","declarations":1},{"selector":".lh-md-condensed-ultra","declarations":1},{"selector":".lh-sm-0","declarations":1},{"selector":".lh-sm-default","declarations":1},{"selector":".lh-sm-condensed","declarations":1},{"selector":".lh-sm-condensed-ultra","declarations":1},{"selector":".lh-0","declarations":1},{"selector":".lh-default","declarations":1},{"selector":".lh-condensed","declarations":1},{"selector":".lh-condensed-ultra","declarations":1},{"selector":".text-small","declarations":1},{"selector":".f3-light","declarations":1},{"selector":".f2-light","declarations":1},{"selector":".f1-light","declarations":1},{"selector":".f0-light","declarations":1},{"selector":".f00-light","declarations":1},{"selector":".f6","declarations":1},{"selector":".f5","declarations":1},{"selector":".f4","declarations":1},{"selector":".f4","declarations":1},{"selector":".f3","declarations":1},{"selector":".f3","declarations":1},{"selector":".f2","declarations":1},{"selector":".f2","declarations":1},{"selector":".f1","declarations":1},{"selector":".f1","declarations":1},{"selector":".h1,.h2,.h3,.h4,.h5,.h6","declarations":1},{"selector":".h6","declarations":1},{"selector":".h5","declarations":1},{"selector":".h4","declarations":1},{"selector":".h3","declarations":1},{"selector":".h3","declarations":1},{"selector":".h2","declarations":1},{"selector":".h2","declarations":1},{"selector":".h1","declarations":1},{"selector":".h1","declarations":1},{"selector":".pl-xl-6","declarations":1},{"selector":".pb-xl-6","declarations":1},{"selector":".pr-xl-6","declarations":1},{"selector":".pt-xl-6","declarations":1},{"selector":".p-xl-6","declarations":1},{"selector":".pl-xl-5","declarations":1},{"selector":".pb-xl-5","declarations":1},{"selector":".pr-xl-5","declarations":1},{"selector":".pt-xl-5","declarations":1},{"selector":".p-xl-5","declarations":1},{"selector":".pl-xl-4","declarations":1},{"selector":".pb-xl-4","declarations":1},{"selector":".pr-xl-4","declarations":1},{"selector":".pt-xl-4","declarations":1},{"selector":".p-xl-4","declarations":1},{"selector":".pl-xl-3","declarations":1},{"selector":".pb-xl-3","declarations":1},{"selector":".pr-xl-3","declarations":1},{"selector":".pt-xl-3","declarations":1},{"selector":".p-xl-3","declarations":1},{"selector":".pl-xl-2","declarations":1},{"selector":".pb-xl-2","declarations":1},{"selector":".pr-xl-2","declarations":1},{"selector":".pt-xl-2","declarations":1},{"selector":".p-xl-2","declarations":1},{"selector":".pl-xl-1","declarations":1},{"selector":".pb-xl-1","declarations":1},{"selector":".pr-xl-1","declarations":1},{"selector":".pt-xl-1","declarations":1},{"selector":".p-xl-1","declarations":1},{"selector":".pl-xl-0","declarations":1},{"selector":".pb-xl-0","declarations":1},{"selector":".pr-xl-0","declarations":1},{"selector":".pt-xl-0","declarations":1},{"selector":".p-xl-0","declarations":1},{"selector":".pl-lg-6","declarations":1},{"selector":".pb-lg-6","declarations":1},{"selector":".pr-lg-6","declarations":1},{"selector":".pt-lg-6","declarations":1},{"selector":".p-lg-6","declarations":1},{"selector":".pl-lg-5","declarations":1},{"selector":".pb-lg-5","declarations":1},{"selector":".pr-lg-5","declarations":1},{"selector":".pt-lg-5","declarations":1},{"selector":".p-lg-5","declarations":1},{"selector":".pl-lg-4","declarations":1},{"selector":".pb-lg-4","declarations":1},{"selector":".pr-lg-4","declarations":1},{"selector":".pt-lg-4","declarations":1},{"selector":".p-lg-4","declarations":1},{"selector":".pl-lg-3","declarations":1},{"selector":".pb-lg-3","declarations":1},{"selector":".pr-lg-3","declarations":1},{"selector":".pt-lg-3","declarations":1},{"selector":".p-lg-3","declarations":1},{"selector":".pl-lg-2","declarations":1},{"selector":".pb-lg-2","declarations":1},{"selector":".pr-lg-2","declarations":1},{"selector":".pt-lg-2","declarations":1},{"selector":".p-lg-2","declarations":1},{"selector":".pl-lg-1","declarations":1},{"selector":".pb-lg-1","declarations":1},{"selector":".pr-lg-1","declarations":1},{"selector":".pt-lg-1","declarations":1},{"selector":".p-lg-1","declarations":1},{"selector":".pl-lg-0","declarations":1},{"selector":".pb-lg-0","declarations":1},{"selector":".pr-lg-0","declarations":1},{"selector":".pt-lg-0","declarations":1},{"selector":".p-lg-0","declarations":1},{"selector":".pl-md-6","declarations":1},{"selector":".pb-md-6","declarations":1},{"selector":".pr-md-6","declarations":1},{"selector":".pt-md-6","declarations":1},{"selector":".p-md-6","declarations":1},{"selector":".pl-md-5","declarations":1},{"selector":".pb-md-5","declarations":1},{"selector":".pr-md-5","declarations":1},{"selector":".pt-md-5","declarations":1},{"selector":".p-md-5","declarations":1},{"selector":".pl-md-4","declarations":1},{"selector":".pb-md-4","declarations":1},{"selector":".pr-md-4","declarations":1},{"selector":".pt-md-4","declarations":1},{"selector":".p-md-4","declarations":1},{"selector":".pl-md-3","declarations":1},{"selector":".pb-md-3","declarations":1},{"selector":".pr-md-3","declarations":1},{"selector":".pt-md-3","declarations":1},{"selector":".p-md-3","declarations":1},{"selector":".pl-md-2","declarations":1},{"selector":".pb-md-2","declarations":1},{"selector":".pr-md-2","declarations":1},{"selector":".pt-md-2","declarations":1},{"selector":".p-md-2","declarations":1},{"selector":".pl-md-1","declarations":1},{"selector":".pb-md-1","declarations":1},{"selector":".pr-md-1","declarations":1},{"selector":".pt-md-1","declarations":1},{"selector":".p-md-1","declarations":1},{"selector":".pl-md-0","declarations":1},{"selector":".pb-md-0","declarations":1},{"selector":".pr-md-0","declarations":1},{"selector":".pt-md-0","declarations":1},{"selector":".p-md-0","declarations":1},{"selector":".pl-sm-6","declarations":1},{"selector":".pb-sm-6","declarations":1},{"selector":".pr-sm-6","declarations":1},{"selector":".pt-sm-6","declarations":1},{"selector":".p-sm-6","declarations":1},{"selector":".pl-sm-5","declarations":1},{"selector":".pb-sm-5","declarations":1},{"selector":".pr-sm-5","declarations":1},{"selector":".pt-sm-5","declarations":1},{"selector":".p-sm-5","declarations":1},{"selector":".pl-sm-4","declarations":1},{"selector":".pb-sm-4","declarations":1},{"selector":".pr-sm-4","declarations":1},{"selector":".pt-sm-4","declarations":1},{"selector":".p-sm-4","declarations":1},{"selector":".pl-sm-3","declarations":1},{"selector":".pb-sm-3","declarations":1},{"selector":".pr-sm-3","declarations":1},{"selector":".pt-sm-3","declarations":1},{"selector":".p-sm-3","declarations":1},{"selector":".pl-sm-2","declarations":1},{"selector":".pb-sm-2","declarations":1},{"selector":".pr-sm-2","declarations":1},{"selector":".pt-sm-2","declarations":1},{"selector":".p-sm-2","declarations":1},{"selector":".pl-sm-1","declarations":1},{"selector":".pb-sm-1","declarations":1},{"selector":".pr-sm-1","declarations":1},{"selector":".pt-sm-1","declarations":1},{"selector":".p-sm-1","declarations":1},{"selector":".pl-sm-0","declarations":1},{"selector":".pb-sm-0","declarations":1},{"selector":".pr-sm-0","declarations":1},{"selector":".pt-sm-0","declarations":1},{"selector":".p-sm-0","declarations":1},{"selector":".pl-6","declarations":1},{"selector":".pb-6","declarations":1},{"selector":".pr-6","declarations":1},{"selector":".pt-6","declarations":1},{"selector":".p-6","declarations":1},{"selector":".pl-5","declarations":1},{"selector":".pb-5","declarations":1},{"selector":".pr-5","declarations":1},{"selector":".pt-5","declarations":1},{"selector":".p-5","declarations":1},{"selector":".pl-4","declarations":1},{"selector":".pb-4","declarations":1},{"selector":".pr-4","declarations":1},{"selector":".pt-4","declarations":1},{"selector":".p-4","declarations":1},{"selector":".pl-3","declarations":1},{"selector":".pb-3","declarations":1},{"selector":".pr-3","declarations":1},{"selector":".pt-3","declarations":1},{"selector":".p-3","declarations":1},{"selector":".pl-2","declarations":1},{"selector":".pb-2","declarations":1},{"selector":".pr-2","declarations":1},{"selector":".pt-2","declarations":1},{"selector":".p-2","declarations":1},{"selector":".pl-1","declarations":1},{"selector":".pb-1","declarations":1},{"selector":".pr-1","declarations":1},{"selector":".pt-1","declarations":1},{"selector":".p-1","declarations":1},{"selector":".pl-0","declarations":1},{"selector":".pb-0","declarations":1},{"selector":".pr-0","declarations":1},{"selector":".pt-0","declarations":1},{"selector":".p-0","declarations":1},{"selector":".ml-xl-n6","declarations":1},{"selector":".mb-xl-n6","declarations":1},{"selector":".mr-xl-n6","declarations":1},{"selector":".mt-xl-n6","declarations":1},{"selector":".ml-xl-6","declarations":1},{"selector":".mb-xl-6","declarations":1},{"selector":".mr-xl-6","declarations":1},{"selector":".mt-xl-6","declarations":1},{"selector":".m-xl-6","declarations":1},{"selector":".ml-xl-n5","declarations":1},{"selector":".mb-xl-n5","declarations":1},{"selector":".mr-xl-n5","declarations":1},{"selector":".mt-xl-n5","declarations":1},{"selector":".ml-xl-5","declarations":1},{"selector":".mb-xl-5","declarations":1},{"selector":".mr-xl-5","declarations":1},{"selector":".mt-xl-5","declarations":1},{"selector":".m-xl-5","declarations":1},{"selector":".ml-xl-n4","declarations":1},{"selector":".mb-xl-n4","declarations":1},{"selector":".mr-xl-n4","declarations":1},{"selector":".mt-xl-n4","declarations":1},{"selector":".ml-xl-4","declarations":1},{"selector":".mb-xl-4","declarations":1},{"selector":".mr-xl-4","declarations":1},{"selector":".mt-xl-4","declarations":1},{"selector":".m-xl-4","declarations":1},{"selector":".ml-xl-n3","declarations":1},{"selector":".mb-xl-n3","declarations":1},{"selector":".mr-xl-n3","declarations":1},{"selector":".mt-xl-n3","declarations":1},{"selector":".ml-xl-3","declarations":1},{"selector":".mb-xl-3","declarations":1},{"selector":".mr-xl-3","declarations":1},{"selector":".mt-xl-3","declarations":1},{"selector":".m-xl-3","declarations":1},{"selector":".ml-xl-n2","declarations":1},{"selector":".mb-xl-n2","declarations":1},{"selector":".mr-xl-n2","declarations":1},{"selector":".mt-xl-n2","declarations":1},{"selector":".ml-xl-2","declarations":1},{"selector":".mb-xl-2","declarations":1},{"selector":".mr-xl-2","declarations":1},{"selector":".mt-xl-2","declarations":1},{"selector":".m-xl-2","declarations":1},{"selector":".ml-xl-n1","declarations":1},{"selector":".mb-xl-n1","declarations":1},{"selector":".mr-xl-n1","declarations":1},{"selector":".mt-xl-n1","declarations":1},{"selector":".ml-xl-1","declarations":1},{"selector":".mb-xl-1","declarations":1},{"selector":".mr-xl-1","declarations":1},{"selector":".mt-xl-1","declarations":1},{"selector":".m-xl-1","declarations":1},{"selector":".ml-xl-0","declarations":1},{"selector":".mb-xl-0","declarations":1},{"selector":".mr-xl-0","declarations":1},{"selector":".mt-xl-0","declarations":1},{"selector":".m-xl-0","declarations":1},{"selector":".ml-lg-n6","declarations":1},{"selector":".mb-lg-n6","declarations":1},{"selector":".mr-lg-n6","declarations":1},{"selector":".mt-lg-n6","declarations":1},{"selector":".ml-lg-6","declarations":1},{"selector":".mb-lg-6","declarations":1},{"selector":".mr-lg-6","declarations":1},{"selector":".mt-lg-6","declarations":1},{"selector":".m-lg-6","declarations":1},{"selector":".ml-lg-n5","declarations":1},{"selector":".mb-lg-n5","declarations":1},{"selector":".mr-lg-n5","declarations":1},{"selector":".mt-lg-n5","declarations":1},{"selector":".ml-lg-5","declarations":1},{"selector":".mb-lg-5","declarations":1},{"selector":".mr-lg-5","declarations":1},{"selector":".mt-lg-5","declarations":1},{"selector":".m-lg-5","declarations":1},{"selector":".ml-lg-n4","declarations":1},{"selector":".mb-lg-n4","declarations":1},{"selector":".mr-lg-n4","declarations":1},{"selector":".mt-lg-n4","declarations":1},{"selector":".ml-lg-4","declarations":1},{"selector":".mb-lg-4","declarations":1},{"selector":".mr-lg-4","declarations":1},{"selector":".mt-lg-4","declarations":1},{"selector":".m-lg-4","declarations":1},{"selector":".ml-lg-n3","declarations":1},{"selector":".mb-lg-n3","declarations":1},{"selector":".mr-lg-n3","declarations":1},{"selector":".mt-lg-n3","declarations":1},{"selector":".ml-lg-3","declarations":1},{"selector":".mb-lg-3","declarations":1},{"selector":".mr-lg-3","declarations":1},{"selector":".mt-lg-3","declarations":1},{"selector":".m-lg-3","declarations":1},{"selector":".ml-lg-n2","declarations":1},{"selector":".mb-lg-n2","declarations":1},{"selector":".mr-lg-n2","declarations":1},{"selector":".mt-lg-n2","declarations":1},{"selector":".ml-lg-2","declarations":1},{"selector":".mb-lg-2","declarations":1},{"selector":".mr-lg-2","declarations":1},{"selector":".mt-lg-2","declarations":1},{"selector":".m-lg-2","declarations":1},{"selector":".ml-lg-n1","declarations":1},{"selector":".mb-lg-n1","declarations":1},{"selector":".mr-lg-n1","declarations":1},{"selector":".mt-lg-n1","declarations":1},{"selector":".ml-lg-1","declarations":1},{"selector":".mb-lg-1","declarations":1},{"selector":".mr-lg-1","declarations":1},{"selector":".mt-lg-1","declarations":1},{"selector":".m-lg-1","declarations":1},{"selector":".ml-lg-0","declarations":1},{"selector":".mb-lg-0","declarations":1},{"selector":".mr-lg-0","declarations":1},{"selector":".mt-lg-0","declarations":1},{"selector":".m-lg-0","declarations":1},{"selector":".ml-md-n6","declarations":1},{"selector":".mb-md-n6","declarations":1},{"selector":".mr-md-n6","declarations":1},{"selector":".mt-md-n6","declarations":1},{"selector":".ml-md-6","declarations":1},{"selector":".mb-md-6","declarations":1},{"selector":".mr-md-6","declarations":1},{"selector":".mt-md-6","declarations":1},{"selector":".m-md-6","declarations":1},{"selector":".ml-md-n5","declarations":1},{"selector":".mb-md-n5","declarations":1},{"selector":".mr-md-n5","declarations":1},{"selector":".mt-md-n5","declarations":1},{"selector":".ml-md-5","declarations":1},{"selector":".mb-md-5","declarations":1},{"selector":".mr-md-5","declarations":1},{"selector":".mt-md-5","declarations":1},{"selector":".m-md-5","declarations":1},{"selector":".ml-md-n4","declarations":1},{"selector":".mb-md-n4","declarations":1},{"selector":".mr-md-n4","declarations":1},{"selector":".mt-md-n4","declarations":1},{"selector":".ml-md-4","declarations":1},{"selector":".mb-md-4","declarations":1},{"selector":".mr-md-4","declarations":1},{"selector":".mt-md-4","declarations":1},{"selector":".m-md-4","declarations":1},{"selector":".ml-md-n3","declarations":1},{"selector":".mb-md-n3","declarations":1},{"selector":".mr-md-n3","declarations":1},{"selector":".mt-md-n3","declarations":1},{"selector":".ml-md-3","declarations":1},{"selector":".mb-md-3","declarations":1},{"selector":".mr-md-3","declarations":1},{"selector":".mt-md-3","declarations":1},{"selector":".m-md-3","declarations":1},{"selector":".ml-md-n2","declarations":1},{"selector":".mb-md-n2","declarations":1},{"selector":".mr-md-n2","declarations":1},{"selector":".mt-md-n2","declarations":1},{"selector":".ml-md-2","declarations":1},{"selector":".mb-md-2","declarations":1},{"selector":".mr-md-2","declarations":1},{"selector":".mt-md-2","declarations":1},{"selector":".m-md-2","declarations":1},{"selector":".ml-md-n1","declarations":1},{"selector":".mb-md-n1","declarations":1},{"selector":".mr-md-n1","declarations":1},{"selector":".mt-md-n1","declarations":1},{"selector":".ml-md-1","declarations":1},{"selector":".mb-md-1","declarations":1},{"selector":".mr-md-1","declarations":1},{"selector":".mt-md-1","declarations":1},{"selector":".m-md-1","declarations":1},{"selector":".ml-md-0","declarations":1},{"selector":".mb-md-0","declarations":1},{"selector":".mr-md-0","declarations":1},{"selector":".mt-md-0","declarations":1},{"selector":".m-md-0","declarations":1},{"selector":".ml-sm-n6","declarations":1},{"selector":".mb-sm-n6","declarations":1},{"selector":".mr-sm-n6","declarations":1},{"selector":".mt-sm-n6","declarations":1},{"selector":".ml-sm-6","declarations":1},{"selector":".mb-sm-6","declarations":1},{"selector":".mr-sm-6","declarations":1},{"selector":".mt-sm-6","declarations":1},{"selector":".m-sm-6","declarations":1},{"selector":".ml-sm-n5","declarations":1},{"selector":".mb-sm-n5","declarations":1},{"selector":".mr-sm-n5","declarations":1},{"selector":".mt-sm-n5","declarations":1},{"selector":".ml-sm-5","declarations":1},{"selector":".mb-sm-5","declarations":1},{"selector":".mr-sm-5","declarations":1},{"selector":".mt-sm-5","declarations":1},{"selector":".m-sm-5","declarations":1},{"selector":".ml-sm-n4","declarations":1},{"selector":".mb-sm-n4","declarations":1},{"selector":".mr-sm-n4","declarations":1},{"selector":".mt-sm-n4","declarations":1},{"selector":".ml-sm-4","declarations":1},{"selector":".mb-sm-4","declarations":1},{"selector":".mr-sm-4","declarations":1},{"selector":".mt-sm-4","declarations":1},{"selector":".m-sm-4","declarations":1},{"selector":".ml-sm-n3","declarations":1},{"selector":".mb-sm-n3","declarations":1},{"selector":".mr-sm-n3","declarations":1},{"selector":".mt-sm-n3","declarations":1},{"selector":".ml-sm-3","declarations":1},{"selector":".mb-sm-3","declarations":1},{"selector":".mr-sm-3","declarations":1},{"selector":".mt-sm-3","declarations":1},{"selector":".m-sm-3","declarations":1},{"selector":".ml-sm-n2","declarations":1},{"selector":".mb-sm-n2","declarations":1},{"selector":".mr-sm-n2","declarations":1},{"selector":".mt-sm-n2","declarations":1},{"selector":".ml-sm-2","declarations":1},{"selector":".mb-sm-2","declarations":1},{"selector":".mr-sm-2","declarations":1},{"selector":".mt-sm-2","declarations":1},{"selector":".m-sm-2","declarations":1},{"selector":".ml-sm-n1","declarations":1},{"selector":".mb-sm-n1","declarations":1},{"selector":".mr-sm-n1","declarations":1},{"selector":".mt-sm-n1","declarations":1},{"selector":".ml-sm-1","declarations":1},{"selector":".mb-sm-1","declarations":1},{"selector":".mr-sm-1","declarations":1},{"selector":".mt-sm-1","declarations":1},{"selector":".m-sm-1","declarations":1},{"selector":".ml-sm-0","declarations":1},{"selector":".mb-sm-0","declarations":1},{"selector":".mr-sm-0","declarations":1},{"selector":".mt-sm-0","declarations":1},{"selector":".m-sm-0","declarations":1},{"selector":".ml-n6","declarations":1},{"selector":".mb-n6","declarations":1},{"selector":".mr-n6","declarations":1},{"selector":".mt-n6","declarations":1},{"selector":".ml-6","declarations":1},{"selector":".mb-6","declarations":1},{"selector":".mr-6","declarations":1},{"selector":".mt-6","declarations":1},{"selector":".m-6","declarations":1},{"selector":".ml-n5","declarations":1},{"selector":".mb-n5","declarations":1},{"selector":".mr-n5","declarations":1},{"selector":".mt-n5","declarations":1},{"selector":".ml-5","declarations":1},{"selector":".mb-5","declarations":1},{"selector":".mr-5","declarations":1},{"selector":".mt-5","declarations":1},{"selector":".m-5","declarations":1},{"selector":".ml-n4","declarations":1},{"selector":".mb-n4","declarations":1},{"selector":".mr-n4","declarations":1},{"selector":".mt-n4","declarations":1},{"selector":".ml-4","declarations":1},{"selector":".mb-4","declarations":1},{"selector":".mr-4","declarations":1},{"selector":".mt-4","declarations":1},{"selector":".m-4","declarations":1},{"selector":".ml-n3","declarations":1},{"selector":".mb-n3","declarations":1},{"selector":".mr-n3","declarations":1},{"selector":".mt-n3","declarations":1},{"selector":".ml-3","declarations":1},{"selector":".mb-3","declarations":1},{"selector":".mr-3","declarations":1},{"selector":".mt-3","declarations":1},{"selector":".m-3","declarations":1},{"selector":".ml-n2","declarations":1},{"selector":".mb-n2","declarations":1},{"selector":".mr-n2","declarations":1},{"selector":".mt-n2","declarations":1},{"selector":".ml-2","declarations":1},{"selector":".mb-2","declarations":1},{"selector":".mr-2","declarations":1},{"selector":".mt-2","declarations":1},{"selector":".m-2","declarations":1},{"selector":".ml-n1","declarations":1},{"selector":".mb-n1","declarations":1},{"selector":".mr-n1","declarations":1},{"selector":".mt-n1","declarations":1},{"selector":".ml-1","declarations":1},{"selector":".mb-1","declarations":1},{"selector":".mr-1","declarations":1},{"selector":".mt-1","declarations":1},{"selector":".m-1","declarations":1},{"selector":".ml-0","declarations":1},{"selector":".mb-0","declarations":1},{"selector":".mr-0","declarations":1},{"selector":".mt-0","declarations":1},{"selector":".m-0","declarations":1},{"selector":".direction-xl-ltr","declarations":1},{"selector":".direction-xl-rtl","declarations":1},{"selector":".width-xl-auto","declarations":1},{"selector":".direction-lg-ltr","declarations":1},{"selector":".direction-lg-rtl","declarations":1},{"selector":".width-lg-auto","declarations":1},{"selector":".direction-md-ltr","declarations":1},{"selector":".direction-md-rtl","declarations":1},{"selector":".width-md-auto","declarations":1},{"selector":".direction-sm-ltr","declarations":1},{"selector":".direction-sm-rtl","declarations":1},{"selector":".width-sm-auto","declarations":1},{"selector":".direction-ltr","declarations":1},{"selector":".direction-rtl","declarations":1},{"selector":".width-auto","declarations":1},{"selector":".min-width-0","declarations":1},{"selector":".height-full","declarations":1},{"selector":".height-fit","declarations":1},{"selector":".width-full","declarations":1},{"selector":".width-fit","declarations":1},{"selector":".float-xl-none","declarations":1},{"selector":".float-xl-right","declarations":1},{"selector":".float-xl-left","declarations":1},{"selector":".float-lg-none","declarations":1},{"selector":".float-lg-right","declarations":1},{"selector":".float-lg-left","declarations":1},{"selector":".float-md-none","declarations":1},{"selector":".float-md-right","declarations":1},{"selector":".float-md-left","declarations":1},{"selector":".float-sm-none","declarations":1},{"selector":".float-sm-right","declarations":1},{"selector":".float-sm-left","declarations":1},{"selector":".float-none","declarations":1},{"selector":".float-right","declarations":1},{"selector":".float-left","declarations":1},{"selector":".overflow-y-scroll","declarations":1},{"selector":".overflow-x-scroll","declarations":1},{"selector":".overflow-scroll","declarations":1},{"selector":".overflow-y-auto","declarations":1},{"selector":".overflow-x-auto","declarations":1},{"selector":".overflow-auto","declarations":1},{"selector":".overflow-y-hidden","declarations":1},{"selector":".overflow-x-hidden","declarations":1},{"selector":".overflow-hidden","declarations":1},{"selector":".overflow-y-visible","declarations":1},{"selector":".overflow-x-visible","declarations":1},{"selector":".overflow-visible","declarations":1},{"selector":".v-align-baseline","declarations":1},{"selector":".v-align-text-bottom","declarations":1},{"selector":".v-align-text-top","declarations":1},{"selector":".v-align-bottom","declarations":1},{"selector":".v-align-top","declarations":1},{"selector":".v-align-middle","declarations":1},{"selector":".left-0","declarations":1},{"selector":".bottom-0","declarations":1},{"selector":".right-0","declarations":1},{"selector":".top-0","declarations":1},{"selector":".position-xl-fixed","declarations":1},{"selector":".position-xl-absolute","declarations":1},{"selector":".position-xl-relative","declarations":1},{"selector":".position-xl-static","declarations":1},{"selector":".position-lg-fixed","declarations":1},{"selector":".position-lg-absolute","declarations":1},{"selector":".position-lg-relative","declarations":1},{"selector":".position-lg-static","declarations":1},{"selector":".position-md-fixed","declarations":1},{"selector":".position-md-absolute","declarations":1},{"selector":".position-md-relative","declarations":1},{"selector":".position-md-static","declarations":1},{"selector":".position-sm-fixed","declarations":1},{"selector":".position-sm-absolute","declarations":1},{"selector":".position-sm-relative","declarations":1},{"selector":".position-sm-static","declarations":1},{"selector":".position-fixed","declarations":1},{"selector":".position-absolute","declarations":1},{"selector":".position-relative","declarations":1},{"selector":".position-static","declarations":1},{"selector":".flex-xl-order-none","declarations":1},{"selector":".flex-xl-order-2","declarations":1},{"selector":".flex-xl-order-1","declarations":1},{"selector":".flex-xl-self-stretch","declarations":1},{"selector":".flex-xl-self-baseline","declarations":1},{"selector":".flex-xl-self-center","declarations":1},{"selector":".flex-xl-self-end","declarations":1},{"selector":".flex-xl-self-start","declarations":1},{"selector":".flex-xl-self-auto","declarations":1},{"selector":".flex-xl-shrink-0","declarations":1},{"selector":".flex-xl-grow-0","declarations":1},{"selector":".flex-xl-auto","declarations":1},{"selector":".flex-xl-1","declarations":1},{"selector":".flex-xl-content-stretch","declarations":1},{"selector":".flex-xl-content-around","declarations":1},{"selector":".flex-xl-content-between","declarations":1},{"selector":".flex-xl-content-center","declarations":1},{"selector":".flex-xl-content-end","declarations":1},{"selector":".flex-xl-content-start","declarations":1},{"selector":".flex-xl-items-stretch","declarations":1},{"selector":".flex-xl-items-baseline","declarations":1},{"selector":".flex-xl-items-center","declarations":1},{"selector":".flex-xl-items-end","declarations":1},{"selector":".flex-xl-items-start","declarations":1},{"selector":".flex-xl-justify-around","declarations":1},{"selector":".flex-xl-justify-between","declarations":1},{"selector":".flex-xl-justify-center","declarations":1},{"selector":".flex-xl-justify-end","declarations":1},{"selector":".flex-xl-justify-start","declarations":1},{"selector":".flex-xl-nowrap","declarations":1},{"selector":".flex-xl-wrap","declarations":1},{"selector":".flex-xl-column-reverse","declarations":1},{"selector":".flex-xl-column","declarations":1},{"selector":".flex-xl-row-reverse","declarations":1},{"selector":".flex-xl-row","declarations":1},{"selector":".flex-lg-order-none","declarations":1},{"selector":".flex-lg-order-2","declarations":1},{"selector":".flex-lg-order-1","declarations":1},{"selector":".flex-lg-self-stretch","declarations":1},{"selector":".flex-lg-self-baseline","declarations":1},{"selector":".flex-lg-self-center","declarations":1},{"selector":".flex-lg-self-end","declarations":1},{"selector":".flex-lg-self-start","declarations":1},{"selector":".flex-lg-self-auto","declarations":1},{"selector":".flex-lg-shrink-0","declarations":1},{"selector":".flex-lg-grow-0","declarations":1},{"selector":".flex-lg-auto","declarations":1},{"selector":".flex-lg-1","declarations":1},{"selector":".flex-lg-content-stretch","declarations":1},{"selector":".flex-lg-content-around","declarations":1},{"selector":".flex-lg-content-between","declarations":1},{"selector":".flex-lg-content-center","declarations":1},{"selector":".flex-lg-content-end","declarations":1},{"selector":".flex-lg-content-start","declarations":1},{"selector":".flex-lg-items-stretch","declarations":1},{"selector":".flex-lg-items-baseline","declarations":1},{"selector":".flex-lg-items-center","declarations":1},{"selector":".flex-lg-items-end","declarations":1},{"selector":".flex-lg-items-start","declarations":1},{"selector":".flex-lg-justify-around","declarations":1},{"selector":".flex-lg-justify-between","declarations":1},{"selector":".flex-lg-justify-center","declarations":1},{"selector":".flex-lg-justify-end","declarations":1},{"selector":".flex-lg-justify-start","declarations":1},{"selector":".flex-lg-nowrap","declarations":1},{"selector":".flex-lg-wrap","declarations":1},{"selector":".flex-lg-column-reverse","declarations":1},{"selector":".flex-lg-column","declarations":1},{"selector":".flex-lg-row-reverse","declarations":1},{"selector":".flex-lg-row","declarations":1},{"selector":".flex-md-order-none","declarations":1},{"selector":".flex-md-order-2","declarations":1},{"selector":".flex-md-order-1","declarations":1},{"selector":".flex-md-self-stretch","declarations":1},{"selector":".flex-md-self-baseline","declarations":1},{"selector":".flex-md-self-center","declarations":1},{"selector":".flex-md-self-end","declarations":1},{"selector":".flex-md-self-start","declarations":1},{"selector":".flex-md-self-auto","declarations":1},{"selector":".flex-md-shrink-0","declarations":1},{"selector":".flex-md-grow-0","declarations":1},{"selector":".flex-md-auto","declarations":1},{"selector":".flex-md-1","declarations":1},{"selector":".flex-md-content-stretch","declarations":1},{"selector":".flex-md-content-around","declarations":1},{"selector":".flex-md-content-between","declarations":1},{"selector":".flex-md-content-center","declarations":1},{"selector":".flex-md-content-end","declarations":1},{"selector":".flex-md-content-start","declarations":1},{"selector":".flex-md-items-stretch","declarations":1},{"selector":".flex-md-items-baseline","declarations":1},{"selector":".flex-md-items-center","declarations":1},{"selector":".flex-md-items-end","declarations":1},{"selector":".flex-md-items-start","declarations":1},{"selector":".flex-md-justify-around","declarations":1},{"selector":".flex-md-justify-between","declarations":1},{"selector":".flex-md-justify-center","declarations":1},{"selector":".flex-md-justify-end","declarations":1},{"selector":".flex-md-justify-start","declarations":1},{"selector":".flex-md-nowrap","declarations":1},{"selector":".flex-md-wrap","declarations":1},{"selector":".flex-md-column-reverse","declarations":1},{"selector":".flex-md-column","declarations":1},{"selector":".flex-md-row-reverse","declarations":1},{"selector":".flex-md-row","declarations":1},{"selector":".flex-sm-order-none","declarations":1},{"selector":".flex-sm-order-2","declarations":1},{"selector":".flex-sm-order-1","declarations":1},{"selector":".flex-sm-self-stretch","declarations":1},{"selector":".flex-sm-self-baseline","declarations":1},{"selector":".flex-sm-self-center","declarations":1},{"selector":".flex-sm-self-end","declarations":1},{"selector":".flex-sm-self-start","declarations":1},{"selector":".flex-sm-self-auto","declarations":1},{"selector":".flex-sm-shrink-0","declarations":1},{"selector":".flex-sm-grow-0","declarations":1},{"selector":".flex-sm-auto","declarations":1},{"selector":".flex-sm-1","declarations":1},{"selector":".flex-sm-content-stretch","declarations":1},{"selector":".flex-sm-content-around","declarations":1},{"selector":".flex-sm-content-between","declarations":1},{"selector":".flex-sm-content-center","declarations":1},{"selector":".flex-sm-content-end","declarations":1},{"selector":".flex-sm-content-start","declarations":1},{"selector":".flex-sm-items-stretch","declarations":1},{"selector":".flex-sm-items-baseline","declarations":1},{"selector":".flex-sm-items-center","declarations":1},{"selector":".flex-sm-items-end","declarations":1},{"selector":".flex-sm-items-start","declarations":1},{"selector":".flex-sm-justify-around","declarations":1},{"selector":".flex-sm-justify-between","declarations":1},{"selector":".flex-sm-justify-center","declarations":1},{"selector":".flex-sm-justify-end","declarations":1},{"selector":".flex-sm-justify-start","declarations":1},{"selector":".flex-sm-nowrap","declarations":1},{"selector":".flex-sm-wrap","declarations":1},{"selector":".flex-sm-column-reverse","declarations":1},{"selector":".flex-sm-column","declarations":1},{"selector":".flex-sm-row-reverse","declarations":1},{"selector":".flex-sm-row","declarations":1},{"selector":".flex-order-none","declarations":1},{"selector":".flex-order-2","declarations":1},{"selector":".flex-order-1","declarations":1},{"selector":".flex-self-stretch","declarations":1},{"selector":".flex-self-baseline","declarations":1},{"selector":".flex-self-center","declarations":1},{"selector":".flex-self-end","declarations":1},{"selector":".flex-self-start","declarations":1},{"selector":".flex-self-auto","declarations":1},{"selector":".flex-shrink-0","declarations":1},{"selector":".flex-grow-0","declarations":1},{"selector":".flex-auto","declarations":1},{"selector":".flex-1","declarations":1},{"selector":".flex-content-stretch","declarations":1},{"selector":".flex-content-around","declarations":1},{"selector":".flex-content-between","declarations":1},{"selector":".flex-content-center","declarations":1},{"selector":".flex-content-end","declarations":1},{"selector":".flex-content-start","declarations":1},{"selector":".flex-items-stretch","declarations":1},{"selector":".flex-items-baseline","declarations":1},{"selector":".flex-items-center","declarations":1},{"selector":".flex-items-end","declarations":1},{"selector":".flex-items-start","declarations":1},{"selector":".flex-justify-around","declarations":1},{"selector":".flex-justify-between","declarations":1},{"selector":".flex-justify-center","declarations":1},{"selector":".flex-justify-end","declarations":1},{"selector":".flex-justify-start","declarations":1},{"selector":".flex-nowrap","declarations":1},{"selector":".flex-wrap","declarations":1},{"selector":".flex-column-reverse","declarations":1},{"selector":".flex-column","declarations":1},{"selector":".flex-row-reverse","declarations":1},{"selector":".flex-row","declarations":1},{"selector":".details-reset>summary::-webkit-details-marker","declarations":1},{"selector":".details-reset>summary::before","declarations":1},{"selector":".details-reset>summary","declarations":1},{"selector":".muted-link","declarations":1},{"selector":".link-hover-blue:hover","declarations":1},{"selector":".link-gray-dark:hover","declarations":1},{"selector":".link-gray-dark","declarations":1},{"selector":".link-gray:hover","declarations":1},{"selector":".link-gray","declarations":1},{"selector":".text-inherit","declarations":1},{"selector":".text-white","declarations":1},{"selector":".text-pink","declarations":1},{"selector":".text-purple","declarations":1},{"selector":".text-orange-light","declarations":1},{"selector":".text-orange","declarations":1},{"selector":".text-yellow","declarations":1},{"selector":".text-green","declarations":1},{"selector":".text-gray-dark","declarations":1},{"selector":".text-gray","declarations":1},{"selector":".text-gray-light","declarations":1},{"selector":".text-red","declarations":1},{"selector":".text-blue","declarations":1},{"selector":".bg-pink-9","declarations":1},{"selector":".color-pink-9","declarations":1},{"selector":".bg-pink-8","declarations":1},{"selector":".color-pink-8","declarations":1},{"selector":".bg-pink-7","declarations":1},{"selector":".color-pink-7","declarations":1},{"selector":".bg-pink-6","declarations":1},{"selector":".color-pink-6","declarations":1},{"selector":".bg-pink-5","declarations":1},{"selector":".color-pink-5","declarations":1},{"selector":".bg-pink-4","declarations":1},{"selector":".color-pink-4","declarations":1},{"selector":".bg-pink-3","declarations":1},{"selector":".color-pink-3","declarations":1},{"selector":".bg-pink-2","declarations":1},{"selector":".color-pink-2","declarations":1},{"selector":".bg-pink-1","declarations":1},{"selector":".color-pink-1","declarations":1},{"selector":".bg-pink-0","declarations":1},{"selector":".color-pink-0","declarations":1},{"selector":".bg-purple-9","declarations":1},{"selector":".color-purple-9","declarations":1},{"selector":".bg-purple-8","declarations":1},{"selector":".color-purple-8","declarations":1},{"selector":".bg-purple-7","declarations":1},{"selector":".color-purple-7","declarations":1},{"selector":".bg-purple-6","declarations":1},{"selector":".color-purple-6","declarations":1},{"selector":".bg-purple-5","declarations":1},{"selector":".color-purple-5","declarations":1},{"selector":".bg-purple-4","declarations":1},{"selector":".color-purple-4","declarations":1},{"selector":".bg-purple-3","declarations":1},{"selector":".color-purple-3","declarations":1},{"selector":".bg-purple-2","declarations":1},{"selector":".color-purple-2","declarations":1},{"selector":".bg-purple-1","declarations":1},{"selector":".color-purple-1","declarations":1},{"selector":".bg-purple-0","declarations":1},{"selector":".color-purple-0","declarations":1},{"selector":".bg-red-9","declarations":1},{"selector":".color-red-9","declarations":1},{"selector":".bg-red-8","declarations":1},{"selector":".color-red-8","declarations":1},{"selector":".bg-red-7","declarations":1},{"selector":".color-red-7","declarations":1},{"selector":".bg-red-6","declarations":1},{"selector":".color-red-6","declarations":1},{"selector":".bg-red-5","declarations":1},{"selector":".color-red-5","declarations":1},{"selector":".bg-red-4","declarations":1},{"selector":".color-red-4","declarations":1},{"selector":".bg-red-3","declarations":1},{"selector":".color-red-3","declarations":1},{"selector":".bg-red-2","declarations":1},{"selector":".color-red-2","declarations":1},{"selector":".bg-red-1","declarations":1},{"selector":".color-red-1","declarations":1},{"selector":".bg-red-0","declarations":1},{"selector":".color-red-0","declarations":1},{"selector":".bg-orange-9","declarations":1},{"selector":".color-orange-9","declarations":1},{"selector":".bg-orange-8","declarations":1},{"selector":".color-orange-8","declarations":1},{"selector":".bg-orange-7","declarations":1},{"selector":".color-orange-7","declarations":1},{"selector":".bg-orange-6","declarations":1},{"selector":".color-orange-6","declarations":1},{"selector":".bg-orange-5","declarations":1},{"selector":".color-orange-5","declarations":1},{"selector":".bg-orange-4","declarations":1},{"selector":".color-orange-4","declarations":1},{"selector":".bg-orange-3","declarations":1},{"selector":".color-orange-3","declarations":1},{"selector":".bg-orange-2","declarations":1},{"selector":".color-orange-2","declarations":1},{"selector":".bg-orange-1","declarations":1},{"selector":".color-orange-1","declarations":1},{"selector":".bg-orange-0","declarations":1},{"selector":".color-orange-0","declarations":1},{"selector":".bg-yellow-9","declarations":1},{"selector":".color-yellow-9","declarations":1},{"selector":".bg-yellow-8","declarations":1},{"selector":".color-yellow-8","declarations":1},{"selector":".bg-yellow-7","declarations":1},{"selector":".color-yellow-7","declarations":1},{"selector":".bg-yellow-6","declarations":1},{"selector":".color-yellow-6","declarations":1},{"selector":".bg-yellow-5","declarations":1},{"selector":".color-yellow-5","declarations":1},{"selector":".bg-yellow-4","declarations":1},{"selector":".color-yellow-4","declarations":1},{"selector":".bg-yellow-3","declarations":1},{"selector":".color-yellow-3","declarations":1},{"selector":".bg-yellow-2","declarations":1},{"selector":".color-yellow-2","declarations":1},{"selector":".bg-yellow-1","declarations":1},{"selector":".color-yellow-1","declarations":1},{"selector":".bg-yellow-0","declarations":1},{"selector":".color-yellow-0","declarations":1},{"selector":".bg-green-9","declarations":1},{"selector":".color-green-9","declarations":1},{"selector":".bg-green-8","declarations":1},{"selector":".color-green-8","declarations":1},{"selector":".bg-green-7","declarations":1},{"selector":".color-green-7","declarations":1},{"selector":".bg-green-6","declarations":1},{"selector":".color-green-6","declarations":1},{"selector":".bg-green-5","declarations":1},{"selector":".color-green-5","declarations":1},{"selector":".bg-green-4","declarations":1},{"selector":".color-green-4","declarations":1},{"selector":".bg-green-3","declarations":1},{"selector":".color-green-3","declarations":1},{"selector":".bg-green-2","declarations":1},{"selector":".color-green-2","declarations":1},{"selector":".bg-green-1","declarations":1},{"selector":".color-green-1","declarations":1},{"selector":".bg-green-0","declarations":1},{"selector":".color-green-0","declarations":1},{"selector":".bg-blue-9","declarations":1},{"selector":".color-blue-9","declarations":1},{"selector":".bg-blue-8","declarations":1},{"selector":".color-blue-8","declarations":1},{"selector":".bg-blue-7","declarations":1},{"selector":".color-blue-7","declarations":1},{"selector":".bg-blue-6","declarations":1},{"selector":".color-blue-6","declarations":1},{"selector":".bg-blue-5","declarations":1},{"selector":".color-blue-5","declarations":1},{"selector":".bg-blue-4","declarations":1},{"selector":".color-blue-4","declarations":1},{"selector":".bg-blue-3","declarations":1},{"selector":".color-blue-3","declarations":1},{"selector":".bg-blue-2","declarations":1},{"selector":".color-blue-2","declarations":1},{"selector":".bg-blue-1","declarations":1},{"selector":".color-blue-1","declarations":1},{"selector":".bg-blue-0","declarations":1},{"selector":".color-blue-0","declarations":1},{"selector":".bg-gray-9","declarations":1},{"selector":".color-gray-9","declarations":1},{"selector":".bg-gray-8","declarations":1},{"selector":".color-gray-8","declarations":1},{"selector":".bg-gray-7","declarations":1},{"selector":".color-gray-7","declarations":1},{"selector":".bg-gray-6","declarations":1},{"selector":".color-gray-6","declarations":1},{"selector":".bg-gray-5","declarations":1},{"selector":".color-gray-5","declarations":1},{"selector":".bg-gray-4","declarations":1},{"selector":".color-gray-4","declarations":1},{"selector":".bg-gray-3","declarations":1},{"selector":".color-gray-3","declarations":1},{"selector":".bg-gray-2","declarations":1},{"selector":".color-gray-2","declarations":1},{"selector":".bg-gray-1","declarations":1},{"selector":".color-gray-1","declarations":1},{"selector":".bg-gray-0","declarations":1},{"selector":".color-gray-0","declarations":1},{"selector":".bg-purple-light","declarations":1},{"selector":".bg-pink","declarations":1},{"selector":".bg-purple","declarations":1},{"selector":".bg-yellow-dark","declarations":1},{"selector":".bg-yellow-light","declarations":1},{"selector":".bg-yellow","declarations":1},{"selector":".bg-red-light","declarations":1},{"selector":".bg-red","declarations":1},{"selector":".bg-green-light","declarations":1},{"selector":".bg-green","declarations":1},{"selector":".bg-gray-light","declarations":1},{"selector":".bg-gray","declarations":1},{"selector":".bg-gray-dark","declarations":1},{"selector":".bg-blue-light","declarations":1},{"selector":".bg-blue","declarations":1},{"selector":".bg-white","declarations":1},{"selector":".box-shadow-none","declarations":1},{"selector":".box-shadow-extra-large","declarations":1},{"selector":".box-shadow-large","declarations":1},{"selector":".box-shadow-medium","declarations":1},{"selector":".box-shadow","declarations":1},{"selector":".border-white-fade-85","declarations":1},{"selector":".border-white-fade-70","declarations":1},{"selector":".border-white-fade-50","declarations":1},{"selector":".border-white-fade-30","declarations":1},{"selector":".border-white-fade-15","declarations":1},{"selector":".border-white-fade","declarations":1},{"selector":".border-black-fade","declarations":1},{"selector":".border-gray-dark","declarations":1},{"selector":".border-gray-light","declarations":1},{"selector":".border-yellow","declarations":1},{"selector":".border-purple","declarations":1},{"selector":".border-red-light","declarations":1},{"selector":".border-red","declarations":1},{"selector":".border-green-light","declarations":1},{"selector":".border-green","declarations":1},{"selector":".border-blue-light","declarations":1},{"selector":".border-blue","declarations":1},{"selector":".border-dashed","declarations":1},{"selector":".circle","declarations":1},{"selector":".rounded-xl-2","declarations":1},{"selector":".rounded-xl-1","declarations":1},{"selector":".rounded-xl-0","declarations":1},{"selector":".border-xl-left-0","declarations":1},{"selector":".border-xl-bottom-0","declarations":1},{"selector":".border-xl-right-0","declarations":1},{"selector":".border-xl-top-0","declarations":1},{"selector":".border-xl-left","declarations":1},{"selector":".border-xl-bottom","declarations":1},{"selector":".border-xl-right","declarations":1},{"selector":".border-xl-top","declarations":1},{"selector":".border-xl-0","declarations":1},{"selector":".border-xl","declarations":1},{"selector":".rounded-lg-2","declarations":1},{"selector":".rounded-lg-1","declarations":1},{"selector":".rounded-lg-0","declarations":1},{"selector":".border-lg-left-0","declarations":1},{"selector":".border-lg-bottom-0","declarations":1},{"selector":".border-lg-right-0","declarations":1},{"selector":".border-lg-top-0","declarations":1},{"selector":".border-lg-left","declarations":1},{"selector":".border-lg-bottom","declarations":1},{"selector":".border-lg-right","declarations":1},{"selector":".border-lg-top","declarations":1},{"selector":".border-lg-0","declarations":1},{"selector":".border-lg","declarations":1},{"selector":".rounded-md-2","declarations":1},{"selector":".rounded-md-1","declarations":1},{"selector":".rounded-md-0","declarations":1},{"selector":".border-md-left-0","declarations":1},{"selector":".border-md-bottom-0","declarations":1},{"selector":".border-md-right-0","declarations":1},{"selector":".border-md-top-0","declarations":1},{"selector":".border-md-left","declarations":1},{"selector":".border-md-bottom","declarations":1},{"selector":".border-md-right","declarations":1},{"selector":".border-md-top","declarations":1},{"selector":".border-md-0","declarations":1},{"selector":".border-md","declarations":1},{"selector":".rounded-sm-2","declarations":1},{"selector":".rounded-sm-1","declarations":1},{"selector":".rounded-sm-0","declarations":1},{"selector":".border-sm-left-0","declarations":1},{"selector":".border-sm-bottom-0","declarations":1},{"selector":".border-sm-right-0","declarations":1},{"selector":".border-sm-top-0","declarations":1},{"selector":".border-sm-left","declarations":1},{"selector":".border-sm-bottom","declarations":1},{"selector":".border-sm-right","declarations":1},{"selector":".border-sm-top","declarations":1},{"selector":".border-sm-0","declarations":1},{"selector":".border-sm","declarations":1},{"selector":".rounded-2","declarations":1},{"selector":".rounded-1","declarations":1},{"selector":".rounded-0","declarations":1},{"selector":".border-left-0","declarations":1},{"selector":".border-bottom-0","declarations":1},{"selector":".border-right-0","declarations":1},{"selector":".border-top-0","declarations":1},{"selector":".border-left","declarations":1},{"selector":".border-bottom","declarations":1},{"selector":".border-right","declarations":1},{"selector":".border-top","declarations":1},{"selector":".border-0","declarations":1},{"selector":".border","declarations":1},{"selector":".hover-grow:hover","declarations":1},{"selector":"100%","declarations":1},{"selector":"50%","declarations":1},{"selector":"0%","declarations":1},{"selector":"100%","declarations":1},{"selector":"10%","declarations":1},{"selector":"0%","declarations":1},{"selector":"to","declarations":1},{"selector":"to","declarations":1},{"selector":"100%","declarations":1},{"selector":"0%","declarations":1},{"selector":".anim-fade-out.fast","declarations":1},{"selector":"100%","declarations":1},{"selector":"0%","declarations":1},{"selector":".anim-fade-in.fast","declarations":1}]},"selectors":{"total":1381,"type":5,"class":1381,"id":0,"pseudoClass":6,"pseudoElement":5,"values":[".anim-fade-in",".anim-fade-in.fast",".anim-fade-out",".anim-fade-out.fast",".anim-fade-up",".anim-fade-down",".anim-grow-x",".anim-shrink-x",".anim-scale-in",".anim-pulse",".anim-pulse-in",".hover-grow",".hover-grow:hover",".border-x",".border-y",".border",".border-0",".border-top",".border-right",".border-bottom",".border-left",".border-top-0",".border-right-0",".border-bottom-0",".border-left-0",".rounded-0",".rounded-1",".rounded-2",".rounded-top-0",".rounded-top-1",".rounded-top-2",".rounded-right-0",".rounded-right-1",".rounded-right-2",".rounded-bottom-0",".rounded-bottom-1",".rounded-bottom-2",".rounded-left-0",".rounded-left-1",".rounded-left-2",".border-sm",".border-sm-0",".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",".rounded-sm-0",".rounded-sm-1",".rounded-sm-2",".rounded-sm-top-0",".rounded-sm-top-1",".rounded-sm-top-2",".rounded-sm-right-0",".rounded-sm-right-1",".rounded-sm-right-2",".rounded-sm-bottom-0",".rounded-sm-bottom-1",".rounded-sm-bottom-2",".rounded-sm-left-0",".rounded-sm-left-1",".rounded-sm-left-2",".border-md",".border-md-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",".rounded-md-0",".rounded-md-1",".rounded-md-2",".rounded-md-top-0",".rounded-md-top-1",".rounded-md-top-2",".rounded-md-right-0",".rounded-md-right-1",".rounded-md-right-2",".rounded-md-bottom-0",".rounded-md-bottom-1",".rounded-md-bottom-2",".rounded-md-left-0",".rounded-md-left-1",".rounded-md-left-2",".border-lg",".border-lg-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",".rounded-lg-0",".rounded-lg-1",".rounded-lg-2",".rounded-lg-top-0",".rounded-lg-top-1",".rounded-lg-top-2",".rounded-lg-right-0",".rounded-lg-right-1",".rounded-lg-right-2",".rounded-lg-bottom-0",".rounded-lg-bottom-1",".rounded-lg-bottom-2",".rounded-lg-left-0",".rounded-lg-left-1",".rounded-lg-left-2",".border-xl",".border-xl-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",".rounded-xl-0",".rounded-xl-1",".rounded-xl-2",".rounded-xl-top-0",".rounded-xl-top-1",".rounded-xl-top-2",".rounded-xl-right-0",".rounded-xl-right-1",".rounded-xl-right-2",".rounded-xl-bottom-0",".rounded-xl-bottom-1",".rounded-xl-bottom-2",".rounded-xl-left-0",".rounded-xl-left-1",".rounded-xl-left-2",".circle",".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-white-fade",".border-white-fade-15",".border-white-fade-30",".border-white-fade-50",".border-white-fade-70",".border-white-fade-85",".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-yellow-dark",".bg-purple",".bg-pink",".bg-purple-light",".color-gray-0",".bg-gray-0",".color-gray-1",".bg-gray-1",".color-gray-2",".bg-gray-2",".color-gray-3",".bg-gray-3",".color-gray-4",".bg-gray-4",".color-gray-5",".bg-gray-5",".color-gray-6",".bg-gray-6",".color-gray-7",".bg-gray-7",".color-gray-8",".bg-gray-8",".color-gray-9",".bg-gray-9",".color-blue-0",".bg-blue-0",".color-blue-1",".bg-blue-1",".color-blue-2",".bg-blue-2",".color-blue-3",".bg-blue-3",".color-blue-4",".bg-blue-4",".color-blue-5",".bg-blue-5",".color-blue-6",".bg-blue-6",".color-blue-7",".bg-blue-7",".color-blue-8",".bg-blue-8",".color-blue-9",".bg-blue-9",".color-green-0",".bg-green-0",".color-green-1",".bg-green-1",".color-green-2",".bg-green-2",".color-green-3",".bg-green-3",".color-green-4",".bg-green-4",".color-green-5",".bg-green-5",".color-green-6",".bg-green-6",".color-green-7",".bg-green-7",".color-green-8",".bg-green-8",".color-green-9",".bg-green-9",".color-yellow-0",".bg-yellow-0",".color-yellow-1",".bg-yellow-1",".color-yellow-2",".bg-yellow-2",".color-yellow-3",".bg-yellow-3",".color-yellow-4",".bg-yellow-4",".color-yellow-5",".bg-yellow-5",".color-yellow-6",".bg-yellow-6",".color-yellow-7",".bg-yellow-7",".color-yellow-8",".bg-yellow-8",".color-yellow-9",".bg-yellow-9",".color-orange-0",".bg-orange-0",".color-orange-1",".bg-orange-1",".color-orange-2",".bg-orange-2",".color-orange-3",".bg-orange-3",".color-orange-4",".bg-orange-4",".color-orange-5",".bg-orange-5",".color-orange-6",".bg-orange-6",".color-orange-7",".bg-orange-7",".color-orange-8",".bg-orange-8",".color-orange-9",".bg-orange-9",".color-red-0",".bg-red-0",".color-red-1",".bg-red-1",".color-red-2",".bg-red-2",".color-red-3",".bg-red-3",".color-red-4",".bg-red-4",".color-red-5",".bg-red-5",".color-red-6",".bg-red-6",".color-red-7",".bg-red-7",".color-red-8",".bg-red-8",".color-red-9",".bg-red-9",".color-purple-0",".bg-purple-0",".color-purple-1",".bg-purple-1",".color-purple-2",".bg-purple-2",".color-purple-3",".bg-purple-3",".color-purple-4",".bg-purple-4",".color-purple-5",".bg-purple-5",".color-purple-6",".bg-purple-6",".color-purple-7",".bg-purple-7",".color-purple-8",".bg-purple-8",".color-purple-9",".bg-purple-9",".color-pink-0",".bg-pink-0",".color-pink-1",".bg-pink-1",".color-pink-2",".bg-pink-2",".color-pink-3",".bg-pink-3",".color-pink-4",".bg-pink-4",".color-pink-5",".bg-pink-5",".color-pink-6",".bg-pink-6",".color-pink-7",".bg-pink-7",".color-pink-8",".bg-pink-8",".color-pink-9",".bg-pink-9",".bg-shade-gradient",".text-blue",".text-red",".text-gray-light",".text-gray",".text-gray-dark",".text-green",".text-yellow",".text-orange",".text-orange-light",".text-purple",".text-pink",".text-white",".text-inherit",".link-gray",".link-gray:hover",".link-gray-dark",".link-gray-dark:hover",".link-hover-blue:hover",".muted-link",".muted-link:hover",".details-overlay[open]>summary::before",".details-overlay-dark[open]>summary::before",".details-reset>summary",".details-reset>summary::before",".details-reset>summary::-webkit-details-marker",".flex-row",".flex-row-reverse",".flex-column",".flex-column-reverse",".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-1",".flex-auto",".flex-grow-0",".flex-shrink-0",".flex-self-auto",".flex-self-start",".flex-self-end",".flex-self-center",".flex-self-baseline",".flex-self-stretch",".flex-order-1",".flex-order-2",".flex-order-none",".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-column-reverse",".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-1",".flex-sm-auto",".flex-sm-grow-0",".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-order-1",".flex-sm-order-2",".flex-sm-order-none",".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-column-reverse",".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-1",".flex-md-auto",".flex-md-grow-0",".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-order-1",".flex-md-order-2",".flex-md-order-none",".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-column-reverse",".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-1",".flex-lg-auto",".flex-lg-grow-0",".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-order-1",".flex-lg-order-2",".flex-lg-order-none",".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-column-reverse",".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-1",".flex-xl-auto",".flex-xl-grow-0",".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-order-1",".flex-xl-order-2",".flex-xl-order-none",".position-static",".position-relative",".position-absolute",".position-fixed",".position-sticky",".position-sm-static",".position-sm-relative",".position-sm-absolute",".position-sm-fixed",".position-sm-sticky",".position-md-static",".position-md-relative",".position-md-absolute",".position-md-fixed",".position-md-sticky",".position-lg-static",".position-lg-relative",".position-lg-absolute",".position-lg-fixed",".position-lg-sticky",".position-xl-static",".position-xl-relative",".position-xl-absolute",".position-xl-fixed",".position-xl-sticky",".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",".v-align-baseline",".overflow-visible",".overflow-x-visible",".overflow-y-visible",".overflow-hidden",".overflow-x-hidden",".overflow-y-hidden",".overflow-auto",".overflow-x-auto",".overflow-y-auto",".overflow-scroll",".overflow-x-scroll",".overflow-y-scroll",".clearfix::before",".clearfix::after",".float-left",".float-right",".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-fit",".height-full",".min-width-0",".width-auto",".direction-rtl",".direction-ltr",".width-sm-auto",".direction-sm-rtl",".direction-sm-ltr",".width-md-auto",".direction-md-rtl",".direction-md-ltr",".width-lg-auto",".direction-lg-rtl",".direction-lg-ltr",".width-xl-auto",".direction-xl-rtl",".direction-xl-ltr",".m-0",".mt-0",".mr-0",".mb-0",".ml-0",".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",".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",".mx-sm-auto",".m-md-0",".mt-md-0",".mr-md-0",".mb-md-0",".ml-md-0",".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",".mx-md-auto",".m-lg-0",".mt-lg-0",".mr-lg-0",".mb-lg-0",".ml-lg-0",".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",".mx-lg-auto",".m-xl-0",".mt-xl-0",".mr-xl-0",".mb-xl-0",".ml-xl-0",".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",".mx-xl-auto",".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",".lh-0",".lh-sm-condensed-ultra",".lh-sm-condensed",".lh-sm-default",".lh-sm-0",".lh-md-condensed-ultra",".lh-md-condensed",".lh-md-default",".lh-md-0",".lh-lg-condensed-ultra",".lh-lg-condensed",".lh-lg-default",".lh-lg-0",".lh-xl-condensed-ultra",".lh-xl-condensed",".lh-xl-default",".lh-xl-0",".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",".text-underline",".no-underline",".no-wrap",".ws-normal",".break-word",".wb-break-all",".text-emphasized",".list-style-none",".text-shadow-dark",".text-shadow-light",".text-mono",".user-select-none",".d-block",".d-flex",".d-inline",".d-inline-block",".d-inline-flex",".d-none",".d-table",".d-table-cell",".d-sm-block",".d-sm-flex",".d-sm-inline",".d-sm-inline-block",".d-sm-inline-flex",".d-sm-none",".d-sm-table",".d-sm-table-cell",".d-md-block",".d-md-flex",".d-md-inline",".d-md-inline-block",".d-md-inline-flex",".d-md-none",".d-md-table",".d-md-table-cell",".d-lg-block",".d-lg-flex",".d-lg-inline",".d-lg-inline-block",".d-lg-inline-flex",".d-lg-none",".d-lg-table",".d-lg-table-cell",".d-xl-block",".d-xl-flex",".d-xl-inline",".d-xl-inline-block",".d-xl-inline-flex",".d-xl-none",".d-xl-table",".d-xl-table-cell",".v-hidden",".v-visible",".hide-sm",".hide-md",".hide-lg",".hide-xl",".table-fixed",".sr-only",".show-on-focus",".show-on-focus:focus"],"specificity":{"max":22,"average":10.080376538740044}},"declarations":{"total":1689,"unique":492,"properties":{"animation-name":["fade-in","fade-out","fade-up","fade-down","grow-x","shrink-x","scale-in","pulse","pulse-in"],"animation-duration":["1s","300ms","1s","0.3s","0.3s","0.3s","0.3s","0.3s","0.15s","2s","0.5s"],"animation-timing-function":["ease-in-out","ease-out","ease-out","ease-in","ease","ease-in-out","cubic-bezier(0.2, 0, 0.13, 1.5)","linear"],"opacity":["0","1","1","0","0","0.8","1","1","0.5","0","1","0.3","1","0.3"],"animation-fill-mode":["forwards","forwards","forwards","forwards"],"animation-delay":["1s","0.5s","0.5s"],"transform":["translateY(100%)","translateY(0)","translateY(0)","translateY(100%)","scale(0.5)","scale(1)","scale3d(1, 1, 1)","scale3d(1.1, 1.1, 1.1)","scale3d(1, 1, 1)","scale(1.025)"],"width":["0%","100%","0%","100%","auto","auto","auto","auto","auto","1px","1px","auto"],"animation-iteration-count":["infinite"],"transition":["transform 0.3s"],"-webkit-backface-visibility":["hidden"],"backface-visibility":["hidden"],"border-right":["1px #e1e4e8 solid","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0"],"border-top":["1px #e1e4e8 solid","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0"],"border":["1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","0"],"border-radius":["0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","50%"],"border-top-left-radius":["0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px"],"border-top-right-radius":["0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px"],"border-bottom-right-radius":["0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px"],"border-bottom-left-radius":["0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px","0","3px","6px"],"border-style":["dashed"],"border-color":["#0366d6","#c8e1ff","#34d058","#a2cbac","#d73a49","#cea0a5","#6f42c1","#d9d0a5","#eaecef","#d1d5da","rgba(27,31,35,0.15)","rgba(255,255,255,0.15)","rgba(255,255,255,0.15)","rgba(255,255,255,0.3)","rgba(255,255,255,0.5)","rgba(255,255,255,0.7)","rgba(255,255,255,0.85)"],"box-shadow":["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"],"background-color":["#fff","#0366d6","#f1f8ff","#24292e","#f6f8fa","#fafbfc","#28a745","#dcffe4","#d73a49","#ffdce0","#ffd33d","#fff5b1","#dbab09","#6f42c1","#ea4aaa","#f5f0ff","#fafbfc","#f6f8fa","#e1e4e8","#d1d5da","#959da5","#6a737d","#586069","#444d56","#2f363d","#24292e","#f1f8ff","#dbedff","#c8e1ff","#79b8ff","#2188ff","#0366d6","#005cc5","#044289","#032f62","#05264c","#f0fff4","#dcffe4","#bef5cb","#85e89d","#34d058","#28a745","#22863a","#176f2c","#165c26","#144620","#fffdef","#fffbdd","#fff5b1","#ffea7f","#ffdf5d","#ffd33d","#f9c513","#dbab09","#b08800","#735c0f","#fff8f2","#ffebda","#ffd1ac","#ffab70","#fb8532","#f66a0a","#e36209","#d15704","#c24e00","#a04100","#ffeef0","#ffdce0","#fdaeb7","#f97583","#ea4a5a","#d73a49","#cb2431","#b31d28","#9e1c23","#86181d","#f5f0ff","#e6dcfd","#d1bcf9","#b392f0","#8a63d2","#6f42c1","#5a32a3","#4c2889","#3a1d6e","#29134e","#ffeef8","#fedbf0","#f9b3dd","#f692ce","#ec6cb9","#ea4aaa","#d03592","#b93a86","#99306f","#6d224f"],"color":["#fafbfc","#f6f8fa","#e1e4e8","#d1d5da","#959da5","#6a737d","#586069","#444d56","#2f363d","#24292e","#f1f8ff","#dbedff","#c8e1ff","#79b8ff","#2188ff","#0366d6","#005cc5","#044289","#032f62","#05264c","#f0fff4","#dcffe4","#bef5cb","#85e89d","#34d058","#28a745","#22863a","#176f2c","#165c26","#144620","#fffdef","#fffbdd","#fff5b1","#ffea7f","#ffdf5d","#ffd33d","#f9c513","#dbab09","#b08800","#735c0f","#fff8f2","#ffebda","#ffd1ac","#ffab70","#fb8532","#f66a0a","#e36209","#d15704","#c24e00","#a04100","#ffeef0","#ffdce0","#fdaeb7","#f97583","#ea4a5a","#d73a49","#cb2431","#b31d28","#9e1c23","#86181d","#f5f0ff","#e6dcfd","#d1bcf9","#b392f0","#8a63d2","#6f42c1","#5a32a3","#4c2889","#3a1d6e","#29134e","#ffeef8","#fedbf0","#f9b3dd","#f692ce","#ec6cb9","#ea4aaa","#d03592","#b93a86","#99306f","#6d224f","#0366d6","#cb2431","#6a737d","#586069","#24292e","#28a745","#b08800","#a04100","#e36209","#6f42c1","#ea4aaa","#fff","inherit","#586069","#0366d6","#24292e","#0366d6","#0366d6","#586069","#0366d6","#586069","#24292e"],"background-image":["linear-gradient(180deg, rgba(27,31,35,0.065), rgba(27,31,35,0))"],"background-repeat":["no-repeat"],"background-size":["100% 200px"],"text-decoration":["none","underline","none"],"position":["fixed","static","relative","absolute","fixed","-webkit-sticky","sticky","static","relative","absolute","fixed","-webkit-sticky","sticky","static","relative","absolute","fixed","-webkit-sticky","sticky","static","relative","absolute","fixed","-webkit-sticky","sticky","static","relative","absolute","fixed","-webkit-sticky","sticky","absolute","absolute"],"top":["0","0"],"right":["0","0"],"bottom":["0","0"],"left":["0","0"],"z-index":["80","99","20"],"display":["block","none","none","table","table","block","flex","inline","inline-block","inline-flex","none","table","table-cell","block","flex","inline","inline-block","inline-flex","none","table","table-cell","block","flex","inline","inline-block","inline-flex","none","table","table-cell","block","flex","inline","inline-block","inline-flex","none","table","table-cell","block","flex","inline","inline-block","inline-flex","none","table","table-cell","none","none","none","none"],"cursor":["default"],"content":["\" \"","\"\"","\"\""],"background":["transparent","rgba(27,31,35,0.5)"],"list-style":["none","none"],"flex-direction":["row","row-reverse","column","column-reverse","row","row-reverse","column","column-reverse","row","row-reverse","column","column-reverse","row","row-reverse","column","column-reverse","row","row-reverse","column","column-reverse"],"flex-wrap":["wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap"],"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"],"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"],"flex":["1","auto","1","auto","1","auto","1","auto","1","auto"],"flex-grow":["0","0","0","0","0"],"flex-shrink":["0","0","0","0","0"],"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"],"order":["1","2","inherit","1","2","inherit","1","2","inherit","1","2","inherit","1","2","inherit"],"vertical-align":["middle","top","bottom","text-top","text-bottom","baseline"],"overflow":["visible","hidden","auto","scroll","hidden","hidden"],"overflow-x":["visible","hidden","auto","scroll"],"overflow-y":["visible","hidden","auto","scroll"],"clear":["both"],"float":["left","right","none","left","right","none","left","right","none","left","right","none","left","right","none"],"max-width":["100%"],"max-height":["100%"],"height":["100%","1px","1px","auto"],"min-width":["0"],"direction":["rtl","ltr","rtl","ltr","rtl","ltr","rtl","ltr","rtl","ltr"],"margin":["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"],"margin-top":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-right":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"],"margin-bottom":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","30px"],"margin-left":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto","0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"],"padding":["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"],"padding-top":["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-right":["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"],"padding-bottom":["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-left":["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"],"font-size":["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"],"font-weight":["600","300","300","300","300","300","300","400","600","600"],"line-height":["1","1.25","1.5","0","1","1.25","1.5","0","1","1.25","1.5","0","1","1.25","1.5","0","1","1.25","1.5","0"],"text-align":["right","left","center","right","left","center","right","left","center","right","left","center","right","left","center"],"font-style":["italic"],"text-transform":["uppercase"],"white-space":["nowrap","normal"],"word-break":["break-word","break-all"],"word-wrap":["break-word","normal"],"overflow-wrap":["break-word"],"text-shadow":["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)"],"font-family":["\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace"],"-webkit-user-select":["none"],"-moz-user-select":["none"],"-ms-user-select":["none"],"user-select":["none"],"visibility":["hidden","visible"],"table-layout":["fixed"],"clip":["rect(0, 0, 0, 0)","rect(1px, 1px, 1px, 1px)","auto"]}},"mediaQueries":{"total":58,"unique":7,"values":["(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: 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: 768px)","(min-width: 1012px)","(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)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(max-width: 543px)","(min-width: 544px) and (max-width: 767px)","(min-width: 768px) and (max-width: 1011px)","(min-width: 1012px)"],"contents":[{"value":"(min-width: 544px)","rules":{"total":25,"size":{"graph":[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],"max":2,"average":1.48},"selectorByRuleSizes":[{"selector":",.rounded-sm-left-2","declarations":2},{"selector":",.rounded-sm-left-1","declarations":2},{"selector":",.rounded-sm-left-0","declarations":2},{"selector":",.rounded-sm-bottom-2","declarations":2},{"selector":",.rounded-sm-bottom-1","declarations":2},{"selector":",.rounded-sm-bottom-0","declarations":2},{"selector":",.rounded-sm-right-2","declarations":2},{"selector":",.rounded-sm-right-1","declarations":2},{"selector":",.rounded-sm-right-0","declarations":2},{"selector":",.rounded-sm-top-2","declarations":2},{"selector":",.rounded-sm-top-1","declarations":2},{"selector":",.rounded-sm-top-0","declarations":2},{"selector":",.rounded-sm-2","declarations":1},{"selector":",.rounded-sm-1","declarations":1},{"selector":",.rounded-sm-0","declarations":1},{"selector":",.border-sm-left-0","declarations":1},{"selector":",.border-sm-bottom-0","declarations":1},{"selector":",.border-sm-right-0","declarations":1},{"selector":",.border-sm-top-0","declarations":1},{"selector":",.border-sm-left","declarations":1},{"selector":",.border-sm-bottom","declarations":1},{"selector":",.border-sm-right","declarations":1},{"selector":",.border-sm-top","declarations":1},{"selector":",.border-sm-0","declarations":1},{"selector":".border-sm","declarations":1}]},"selectors":{"total":25,"type":0,"class":25,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-sm",".border-sm-0",".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",".rounded-sm-0",".rounded-sm-1",".rounded-sm-2",".rounded-sm-top-0",".rounded-sm-top-1",".rounded-sm-top-2",".rounded-sm-right-0",".rounded-sm-right-1",".rounded-sm-right-2",".rounded-sm-bottom-0",".rounded-sm-bottom-1",".rounded-sm-bottom-2",".rounded-sm-left-0",".rounded-sm-left-1",".rounded-sm-left-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":37,"unique":25,"properties":{"border":["1px #e1e4e8 solid","0"],"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"border-radius":["0","3px","6px"],"border-top-left-radius":["0","3px","6px","0","3px","6px"],"border-top-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-left-radius":["0","3px","6px","0","3px","6px"]}}},{"value":"(min-width: 768px)","rules":{"total":25,"size":{"graph":[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],"max":2,"average":1.48},"selectorByRuleSizes":[{"selector":",.rounded-md-left-2","declarations":2},{"selector":",.rounded-md-left-1","declarations":2},{"selector":",.rounded-md-left-0","declarations":2},{"selector":",.rounded-md-bottom-2","declarations":2},{"selector":",.rounded-md-bottom-1","declarations":2},{"selector":",.rounded-md-bottom-0","declarations":2},{"selector":",.rounded-md-right-2","declarations":2},{"selector":",.rounded-md-right-1","declarations":2},{"selector":",.rounded-md-right-0","declarations":2},{"selector":",.rounded-md-top-2","declarations":2},{"selector":",.rounded-md-top-1","declarations":2},{"selector":",.rounded-md-top-0","declarations":2},{"selector":",.rounded-md-2","declarations":1},{"selector":",.rounded-md-1","declarations":1},{"selector":",.rounded-md-0","declarations":1},{"selector":",.border-md-left-0","declarations":1},{"selector":",.border-md-bottom-0","declarations":1},{"selector":",.border-md-right-0","declarations":1},{"selector":",.border-md-top-0","declarations":1},{"selector":",.border-md-left","declarations":1},{"selector":",.border-md-bottom","declarations":1},{"selector":",.border-md-right","declarations":1},{"selector":",.border-md-top","declarations":1},{"selector":",.border-md-0","declarations":1},{"selector":".border-md","declarations":1}]},"selectors":{"total":25,"type":0,"class":25,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-md",".border-md-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",".rounded-md-0",".rounded-md-1",".rounded-md-2",".rounded-md-top-0",".rounded-md-top-1",".rounded-md-top-2",".rounded-md-right-0",".rounded-md-right-1",".rounded-md-right-2",".rounded-md-bottom-0",".rounded-md-bottom-1",".rounded-md-bottom-2",".rounded-md-left-0",".rounded-md-left-1",".rounded-md-left-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":37,"unique":25,"properties":{"border":["1px #e1e4e8 solid","0"],"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"border-radius":["0","3px","6px"],"border-top-left-radius":["0","3px","6px","0","3px","6px"],"border-top-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-left-radius":["0","3px","6px","0","3px","6px"]}}},{"value":"(min-width: 1012px)","rules":{"total":25,"size":{"graph":[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],"max":2,"average":1.48},"selectorByRuleSizes":[{"selector":",.rounded-lg-left-2","declarations":2},{"selector":",.rounded-lg-left-1","declarations":2},{"selector":",.rounded-lg-left-0","declarations":2},{"selector":",.rounded-lg-bottom-2","declarations":2},{"selector":",.rounded-lg-bottom-1","declarations":2},{"selector":",.rounded-lg-bottom-0","declarations":2},{"selector":",.rounded-lg-right-2","declarations":2},{"selector":",.rounded-lg-right-1","declarations":2},{"selector":",.rounded-lg-right-0","declarations":2},{"selector":",.rounded-lg-top-2","declarations":2},{"selector":",.rounded-lg-top-1","declarations":2},{"selector":",.rounded-lg-top-0","declarations":2},{"selector":",.rounded-lg-2","declarations":1},{"selector":",.rounded-lg-1","declarations":1},{"selector":",.rounded-lg-0","declarations":1},{"selector":",.border-lg-left-0","declarations":1},{"selector":",.border-lg-bottom-0","declarations":1},{"selector":",.border-lg-right-0","declarations":1},{"selector":",.border-lg-top-0","declarations":1},{"selector":",.border-lg-left","declarations":1},{"selector":",.border-lg-bottom","declarations":1},{"selector":",.border-lg-right","declarations":1},{"selector":",.border-lg-top","declarations":1},{"selector":",.border-lg-0","declarations":1},{"selector":".border-lg","declarations":1}]},"selectors":{"total":25,"type":0,"class":25,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-lg",".border-lg-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",".rounded-lg-0",".rounded-lg-1",".rounded-lg-2",".rounded-lg-top-0",".rounded-lg-top-1",".rounded-lg-top-2",".rounded-lg-right-0",".rounded-lg-right-1",".rounded-lg-right-2",".rounded-lg-bottom-0",".rounded-lg-bottom-1",".rounded-lg-bottom-2",".rounded-lg-left-0",".rounded-lg-left-1",".rounded-lg-left-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":37,"unique":25,"properties":{"border":["1px #e1e4e8 solid","0"],"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"border-radius":["0","3px","6px"],"border-top-left-radius":["0","3px","6px","0","3px","6px"],"border-top-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-left-radius":["0","3px","6px","0","3px","6px"]}}},{"value":"(min-width: 1280px)","rules":{"total":25,"size":{"graph":[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],"max":2,"average":1.48},"selectorByRuleSizes":[{"selector":",.rounded-xl-left-2","declarations":2},{"selector":",.rounded-xl-left-1","declarations":2},{"selector":",.rounded-xl-left-0","declarations":2},{"selector":",.rounded-xl-bottom-2","declarations":2},{"selector":",.rounded-xl-bottom-1","declarations":2},{"selector":",.rounded-xl-bottom-0","declarations":2},{"selector":",.rounded-xl-right-2","declarations":2},{"selector":",.rounded-xl-right-1","declarations":2},{"selector":",.rounded-xl-right-0","declarations":2},{"selector":",.rounded-xl-top-2","declarations":2},{"selector":",.rounded-xl-top-1","declarations":2},{"selector":",.rounded-xl-top-0","declarations":2},{"selector":",.rounded-xl-2","declarations":1},{"selector":",.rounded-xl-1","declarations":1},{"selector":",.rounded-xl-0","declarations":1},{"selector":",.border-xl-left-0","declarations":1},{"selector":",.border-xl-bottom-0","declarations":1},{"selector":",.border-xl-right-0","declarations":1},{"selector":",.border-xl-top-0","declarations":1},{"selector":",.border-xl-left","declarations":1},{"selector":",.border-xl-bottom","declarations":1},{"selector":",.border-xl-right","declarations":1},{"selector":",.border-xl-top","declarations":1},{"selector":",.border-xl-0","declarations":1},{"selector":".border-xl","declarations":1}]},"selectors":{"total":25,"type":0,"class":25,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-xl",".border-xl-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",".rounded-xl-0",".rounded-xl-1",".rounded-xl-2",".rounded-xl-top-0",".rounded-xl-top-1",".rounded-xl-top-2",".rounded-xl-right-0",".rounded-xl-right-1",".rounded-xl-right-2",".rounded-xl-bottom-0",".rounded-xl-bottom-1",".rounded-xl-bottom-2",".rounded-xl-left-0",".rounded-xl-left-1",".rounded-xl-left-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":37,"unique":25,"properties":{"border":["1px #e1e4e8 solid","0"],"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"border-radius":["0","3px","6px"],"border-top-left-radius":["0","3px","6px","0","3px","6px"],"border-top-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-right-radius":["0","3px","6px","0","3px","6px"],"border-bottom-left-radius":["0","3px","6px","0","3px","6px"]}}},{"value":"(min-width: 544px)","rules":{"total":35,"size":{"graph":[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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.flex-sm-order-none","declarations":1},{"selector":",.flex-sm-order-2","declarations":1},{"selector":",.flex-sm-order-1","declarations":1},{"selector":",.flex-sm-self-stretch","declarations":1},{"selector":",.flex-sm-self-baseline","declarations":1},{"selector":",.flex-sm-self-center","declarations":1},{"selector":",.flex-sm-self-end","declarations":1},{"selector":",.flex-sm-self-start","declarations":1},{"selector":",.flex-sm-self-auto","declarations":1},{"selector":",.flex-sm-shrink-0","declarations":1},{"selector":",.flex-sm-grow-0","declarations":1},{"selector":",.flex-sm-auto","declarations":1},{"selector":",.flex-sm-1","declarations":1},{"selector":",.flex-sm-content-stretch","declarations":1},{"selector":",.flex-sm-content-around","declarations":1},{"selector":",.flex-sm-content-between","declarations":1},{"selector":",.flex-sm-content-center","declarations":1},{"selector":",.flex-sm-content-end","declarations":1},{"selector":",.flex-sm-content-start","declarations":1},{"selector":",.flex-sm-items-stretch","declarations":1},{"selector":",.flex-sm-items-baseline","declarations":1},{"selector":",.flex-sm-items-center","declarations":1},{"selector":",.flex-sm-items-end","declarations":1},{"selector":",.flex-sm-items-start","declarations":1},{"selector":",.flex-sm-justify-around","declarations":1},{"selector":",.flex-sm-justify-between","declarations":1},{"selector":",.flex-sm-justify-center","declarations":1},{"selector":",.flex-sm-justify-end","declarations":1},{"selector":",.flex-sm-justify-start","declarations":1},{"selector":",.flex-sm-nowrap","declarations":1},{"selector":",.flex-sm-wrap","declarations":1},{"selector":",.flex-sm-column-reverse","declarations":1},{"selector":",.flex-sm-column","declarations":1},{"selector":",.flex-sm-row-reverse","declarations":1},{"selector":".flex-sm-row","declarations":1}]},"selectors":{"total":35,"type":0,"class":35,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-column-reverse",".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-1",".flex-sm-auto",".flex-sm-grow-0",".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-order-1",".flex-sm-order-2",".flex-sm-order-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":35,"unique":35,"properties":{"flex-direction":["row","row-reverse","column","column-reverse"],"flex-wrap":["wrap","nowrap"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"flex":["1","auto"],"flex-grow":["0"],"flex-shrink":["0"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"order":["1","2","inherit"]}}},{"value":"(min-width: 768px)","rules":{"total":35,"size":{"graph":[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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.flex-md-order-none","declarations":1},{"selector":",.flex-md-order-2","declarations":1},{"selector":",.flex-md-order-1","declarations":1},{"selector":",.flex-md-self-stretch","declarations":1},{"selector":",.flex-md-self-baseline","declarations":1},{"selector":",.flex-md-self-center","declarations":1},{"selector":",.flex-md-self-end","declarations":1},{"selector":",.flex-md-self-start","declarations":1},{"selector":",.flex-md-self-auto","declarations":1},{"selector":",.flex-md-shrink-0","declarations":1},{"selector":",.flex-md-grow-0","declarations":1},{"selector":",.flex-md-auto","declarations":1},{"selector":",.flex-md-1","declarations":1},{"selector":",.flex-md-content-stretch","declarations":1},{"selector":",.flex-md-content-around","declarations":1},{"selector":",.flex-md-content-between","declarations":1},{"selector":",.flex-md-content-center","declarations":1},{"selector":",.flex-md-content-end","declarations":1},{"selector":",.flex-md-content-start","declarations":1},{"selector":",.flex-md-items-stretch","declarations":1},{"selector":",.flex-md-items-baseline","declarations":1},{"selector":",.flex-md-items-center","declarations":1},{"selector":",.flex-md-items-end","declarations":1},{"selector":",.flex-md-items-start","declarations":1},{"selector":",.flex-md-justify-around","declarations":1},{"selector":",.flex-md-justify-between","declarations":1},{"selector":",.flex-md-justify-center","declarations":1},{"selector":",.flex-md-justify-end","declarations":1},{"selector":",.flex-md-justify-start","declarations":1},{"selector":",.flex-md-nowrap","declarations":1},{"selector":",.flex-md-wrap","declarations":1},{"selector":",.flex-md-column-reverse","declarations":1},{"selector":",.flex-md-column","declarations":1},{"selector":",.flex-md-row-reverse","declarations":1},{"selector":".flex-md-row","declarations":1}]},"selectors":{"total":35,"type":0,"class":35,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-column-reverse",".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-1",".flex-md-auto",".flex-md-grow-0",".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-order-1",".flex-md-order-2",".flex-md-order-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":35,"unique":35,"properties":{"flex-direction":["row","row-reverse","column","column-reverse"],"flex-wrap":["wrap","nowrap"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"flex":["1","auto"],"flex-grow":["0"],"flex-shrink":["0"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"order":["1","2","inherit"]}}},{"value":"(min-width: 1012px)","rules":{"total":35,"size":{"graph":[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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.flex-lg-order-none","declarations":1},{"selector":",.flex-lg-order-2","declarations":1},{"selector":",.flex-lg-order-1","declarations":1},{"selector":",.flex-lg-self-stretch","declarations":1},{"selector":",.flex-lg-self-baseline","declarations":1},{"selector":",.flex-lg-self-center","declarations":1},{"selector":",.flex-lg-self-end","declarations":1},{"selector":",.flex-lg-self-start","declarations":1},{"selector":",.flex-lg-self-auto","declarations":1},{"selector":",.flex-lg-shrink-0","declarations":1},{"selector":",.flex-lg-grow-0","declarations":1},{"selector":",.flex-lg-auto","declarations":1},{"selector":",.flex-lg-1","declarations":1},{"selector":",.flex-lg-content-stretch","declarations":1},{"selector":",.flex-lg-content-around","declarations":1},{"selector":",.flex-lg-content-between","declarations":1},{"selector":",.flex-lg-content-center","declarations":1},{"selector":",.flex-lg-content-end","declarations":1},{"selector":",.flex-lg-content-start","declarations":1},{"selector":",.flex-lg-items-stretch","declarations":1},{"selector":",.flex-lg-items-baseline","declarations":1},{"selector":",.flex-lg-items-center","declarations":1},{"selector":",.flex-lg-items-end","declarations":1},{"selector":",.flex-lg-items-start","declarations":1},{"selector":",.flex-lg-justify-around","declarations":1},{"selector":",.flex-lg-justify-between","declarations":1},{"selector":",.flex-lg-justify-center","declarations":1},{"selector":",.flex-lg-justify-end","declarations":1},{"selector":",.flex-lg-justify-start","declarations":1},{"selector":",.flex-lg-nowrap","declarations":1},{"selector":",.flex-lg-wrap","declarations":1},{"selector":",.flex-lg-column-reverse","declarations":1},{"selector":",.flex-lg-column","declarations":1},{"selector":",.flex-lg-row-reverse","declarations":1},{"selector":".flex-lg-row","declarations":1}]},"selectors":{"total":35,"type":0,"class":35,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-column-reverse",".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-1",".flex-lg-auto",".flex-lg-grow-0",".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-order-1",".flex-lg-order-2",".flex-lg-order-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":35,"unique":35,"properties":{"flex-direction":["row","row-reverse","column","column-reverse"],"flex-wrap":["wrap","nowrap"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"flex":["1","auto"],"flex-grow":["0"],"flex-shrink":["0"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"order":["1","2","inherit"]}}},{"value":"(min-width: 1280px)","rules":{"total":35,"size":{"graph":[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],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.flex-xl-order-none","declarations":1},{"selector":",.flex-xl-order-2","declarations":1},{"selector":",.flex-xl-order-1","declarations":1},{"selector":",.flex-xl-self-stretch","declarations":1},{"selector":",.flex-xl-self-baseline","declarations":1},{"selector":",.flex-xl-self-center","declarations":1},{"selector":",.flex-xl-self-end","declarations":1},{"selector":",.flex-xl-self-start","declarations":1},{"selector":",.flex-xl-self-auto","declarations":1},{"selector":",.flex-xl-shrink-0","declarations":1},{"selector":",.flex-xl-grow-0","declarations":1},{"selector":",.flex-xl-auto","declarations":1},{"selector":",.flex-xl-1","declarations":1},{"selector":",.flex-xl-content-stretch","declarations":1},{"selector":",.flex-xl-content-around","declarations":1},{"selector":",.flex-xl-content-between","declarations":1},{"selector":",.flex-xl-content-center","declarations":1},{"selector":",.flex-xl-content-end","declarations":1},{"selector":",.flex-xl-content-start","declarations":1},{"selector":",.flex-xl-items-stretch","declarations":1},{"selector":",.flex-xl-items-baseline","declarations":1},{"selector":",.flex-xl-items-center","declarations":1},{"selector":",.flex-xl-items-end","declarations":1},{"selector":",.flex-xl-items-start","declarations":1},{"selector":",.flex-xl-justify-around","declarations":1},{"selector":",.flex-xl-justify-between","declarations":1},{"selector":",.flex-xl-justify-center","declarations":1},{"selector":",.flex-xl-justify-end","declarations":1},{"selector":",.flex-xl-justify-start","declarations":1},{"selector":",.flex-xl-nowrap","declarations":1},{"selector":",.flex-xl-wrap","declarations":1},{"selector":",.flex-xl-column-reverse","declarations":1},{"selector":",.flex-xl-column","declarations":1},{"selector":",.flex-xl-row-reverse","declarations":1},{"selector":".flex-xl-row","declarations":1}]},"selectors":{"total":35,"type":0,"class":35,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-column-reverse",".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-1",".flex-xl-auto",".flex-xl-grow-0",".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-order-1",".flex-xl-order-2",".flex-xl-order-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":35,"unique":35,"properties":{"flex-direction":["row","row-reverse","column","column-reverse"],"flex-wrap":["wrap","nowrap"],"justify-content":["flex-start","flex-end","center","space-between","space-around"],"align-items":["flex-start","flex-end","center","baseline","stretch"],"align-content":["flex-start","flex-end","center","space-between","space-around","stretch"],"flex":["1","auto"],"flex-grow":["0"],"flex-shrink":["0"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"order":["1","2","inherit"]}}},{"value":"(min-width: 544px)","rules":{"total":5,"size":{"graph":[1,1,1,1,2],"max":2,"average":1.2},"selectorByRuleSizes":[{"selector":",.position-sm-sticky","declarations":2},{"selector":",.position-sm-fixed","declarations":1},{"selector":",.position-sm-absolute","declarations":1},{"selector":",.position-sm-relative","declarations":1},{"selector":".position-sm-static","declarations":1}]},"selectors":{"total":5,"type":0,"class":5,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".position-sm-static",".position-sm-relative",".position-sm-absolute",".position-sm-fixed",".position-sm-sticky"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"position":["static","relative","absolute","fixed","-webkit-sticky","sticky"]}}},{"value":"(min-width: 768px)","rules":{"total":5,"size":{"graph":[1,1,1,1,2],"max":2,"average":1.2},"selectorByRuleSizes":[{"selector":",.position-md-sticky","declarations":2},{"selector":",.position-md-fixed","declarations":1},{"selector":",.position-md-absolute","declarations":1},{"selector":",.position-md-relative","declarations":1},{"selector":".position-md-static","declarations":1}]},"selectors":{"total":5,"type":0,"class":5,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".position-md-static",".position-md-relative",".position-md-absolute",".position-md-fixed",".position-md-sticky"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"position":["static","relative","absolute","fixed","-webkit-sticky","sticky"]}}},{"value":"(min-width: 1012px)","rules":{"total":5,"size":{"graph":[1,1,1,1,2],"max":2,"average":1.2},"selectorByRuleSizes":[{"selector":",.position-lg-sticky","declarations":2},{"selector":",.position-lg-fixed","declarations":1},{"selector":",.position-lg-absolute","declarations":1},{"selector":",.position-lg-relative","declarations":1},{"selector":".position-lg-static","declarations":1}]},"selectors":{"total":5,"type":0,"class":5,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".position-lg-static",".position-lg-relative",".position-lg-absolute",".position-lg-fixed",".position-lg-sticky"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"position":["static","relative","absolute","fixed","-webkit-sticky","sticky"]}}},{"value":"(min-width: 1280px)","rules":{"total":5,"size":{"graph":[1,1,1,1,2],"max":2,"average":1.2},"selectorByRuleSizes":[{"selector":",.position-xl-sticky","declarations":2},{"selector":",.position-xl-fixed","declarations":1},{"selector":",.position-xl-absolute","declarations":1},{"selector":",.position-xl-relative","declarations":1},{"selector":".position-xl-static","declarations":1}]},"selectors":{"total":5,"type":0,"class":5,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".position-xl-static",".position-xl-relative",".position-xl-absolute",".position-xl-fixed",".position-xl-sticky"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"position":["static","relative","absolute","fixed","-webkit-sticky","sticky"]}}},{"value":"(min-width: 544px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.float-sm-none","declarations":1},{"selector":",.float-sm-right","declarations":1},{"selector":".float-sm-left","declarations":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},"selectorByRuleSizes":[{"selector":",.float-md-none","declarations":1},{"selector":",.float-md-right","declarations":1},{"selector":".float-md-left","declarations":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},"selectorByRuleSizes":[{"selector":",.float-lg-none","declarations":1},{"selector":",.float-lg-right","declarations":1},{"selector":".float-lg-left","declarations":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},"selectorByRuleSizes":[{"selector":",.float-xl-none","declarations":1},{"selector":",.float-xl-right","declarations":1},{"selector":".float-xl-left","declarations":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":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-sm-ltr","declarations":1},{"selector":",.direction-sm-rtl","declarations":1},{"selector":".width-sm-auto","declarations":1}]},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".width-sm-auto",".direction-sm-rtl",".direction-sm-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"width":["auto"],"direction":["rtl","ltr"]}}},{"value":"(min-width: 768px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-md-ltr","declarations":1},{"selector":",.direction-md-rtl","declarations":1},{"selector":".width-md-auto","declarations":1}]},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".width-md-auto",".direction-md-rtl",".direction-md-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"width":["auto"],"direction":["rtl","ltr"]}}},{"value":"(min-width: 1012px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-lg-ltr","declarations":1},{"selector":",.direction-lg-rtl","declarations":1},{"selector":".width-lg-auto","declarations":1}]},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".width-lg-auto",".direction-lg-rtl",".direction-lg-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"width":["auto"],"direction":["rtl","ltr"]}}},{"value":"(min-width: 1280px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-xl-ltr","declarations":1},{"selector":",.direction-xl-rtl","declarations":1},{"selector":".width-xl-auto","declarations":1}]},"selectors":{"total":3,"type":0,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".width-xl-auto",".direction-xl-rtl",".direction-xl-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":3,"unique":3,"properties":{"width":["auto"],"direction":["rtl","ltr"]}}},{"value":"(min-width: 544px)","rules":{"total":74,"size":{"graph":[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],"max":2,"average":1.2027027027027026},"selectorByRuleSizes":[{"selector":",.mx-sm-auto","declarations":2},{"selector":",.my-sm-6","declarations":2},{"selector":",.mx-sm-6","declarations":2},{"selector":",.my-sm-5","declarations":2},{"selector":",.mx-sm-5","declarations":2},{"selector":",.my-sm-4","declarations":2},{"selector":",.mx-sm-4","declarations":2},{"selector":",.my-sm-3","declarations":2},{"selector":",.mx-sm-3","declarations":2},{"selector":",.my-sm-2","declarations":2},{"selector":",.mx-sm-2","declarations":2},{"selector":",.my-sm-1","declarations":2},{"selector":",.mx-sm-1","declarations":2},{"selector":",.my-sm-0","declarations":2},{"selector":",.mx-sm-0","declarations":2},{"selector":",.ml-sm-n6","declarations":1},{"selector":",.mb-sm-n6","declarations":1},{"selector":",.mr-sm-n6","declarations":1},{"selector":",.mt-sm-n6","declarations":1},{"selector":",.ml-sm-6","declarations":1},{"selector":",.mb-sm-6","declarations":1},{"selector":",.mr-sm-6","declarations":1},{"selector":",.mt-sm-6","declarations":1},{"selector":",.m-sm-6","declarations":1},{"selector":",.ml-sm-n5","declarations":1},{"selector":",.mb-sm-n5","declarations":1},{"selector":",.mr-sm-n5","declarations":1},{"selector":",.mt-sm-n5","declarations":1},{"selector":",.ml-sm-5","declarations":1},{"selector":",.mb-sm-5","declarations":1},{"selector":",.mr-sm-5","declarations":1},{"selector":",.mt-sm-5","declarations":1},{"selector":",.m-sm-5","declarations":1},{"selector":",.ml-sm-n4","declarations":1},{"selector":",.mb-sm-n4","declarations":1},{"selector":",.mr-sm-n4","declarations":1},{"selector":",.mt-sm-n4","declarations":1},{"selector":",.ml-sm-4","declarations":1},{"selector":",.mb-sm-4","declarations":1},{"selector":",.mr-sm-4","declarations":1},{"selector":",.mt-sm-4","declarations":1},{"selector":",.m-sm-4","declarations":1},{"selector":",.ml-sm-n3","declarations":1},{"selector":",.mb-sm-n3","declarations":1},{"selector":",.mr-sm-n3","declarations":1},{"selector":",.mt-sm-n3","declarations":1},{"selector":",.ml-sm-3","declarations":1},{"selector":",.mb-sm-3","declarations":1},{"selector":",.mr-sm-3","declarations":1},{"selector":",.mt-sm-3","declarations":1},{"selector":",.m-sm-3","declarations":1},{"selector":",.ml-sm-n2","declarations":1},{"selector":",.mb-sm-n2","declarations":1},{"selector":",.mr-sm-n2","declarations":1},{"selector":",.mt-sm-n2","declarations":1},{"selector":",.ml-sm-2","declarations":1},{"selector":",.mb-sm-2","declarations":1},{"selector":",.mr-sm-2","declarations":1},{"selector":",.mt-sm-2","declarations":1},{"selector":",.m-sm-2","declarations":1},{"selector":",.ml-sm-n1","declarations":1},{"selector":",.mb-sm-n1","declarations":1},{"selector":",.mr-sm-n1","declarations":1},{"selector":",.mt-sm-n1","declarations":1},{"selector":",.ml-sm-1","declarations":1},{"selector":",.mb-sm-1","declarations":1},{"selector":",.mr-sm-1","declarations":1},{"selector":",.mt-sm-1","declarations":1},{"selector":",.m-sm-1","declarations":1},{"selector":",.ml-sm-0","declarations":1},{"selector":",.mb-sm-0","declarations":1},{"selector":",.mr-sm-0","declarations":1},{"selector":",.mt-sm-0","declarations":1},{"selector":".m-sm-0","declarations":1}]},"selectors":{"total":74,"type":0,"class":74,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-0",".mt-sm-0",".mr-sm-0",".mb-sm-0",".ml-sm-0",".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",".mx-sm-auto"],"specificity":{"max":10,"average":10}},"declarations":{"total":89,"unique":61,"properties":{"margin":["0","4px","8px","16px","24px","32px","40px"],"margin-top":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-right":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"],"margin-bottom":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-left":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"]}}},{"value":"(min-width: 768px)","rules":{"total":74,"size":{"graph":[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],"max":2,"average":1.2027027027027026},"selectorByRuleSizes":[{"selector":",.mx-md-auto","declarations":2},{"selector":",.my-md-6","declarations":2},{"selector":",.mx-md-6","declarations":2},{"selector":",.my-md-5","declarations":2},{"selector":",.mx-md-5","declarations":2},{"selector":",.my-md-4","declarations":2},{"selector":",.mx-md-4","declarations":2},{"selector":",.my-md-3","declarations":2},{"selector":",.mx-md-3","declarations":2},{"selector":",.my-md-2","declarations":2},{"selector":",.mx-md-2","declarations":2},{"selector":",.my-md-1","declarations":2},{"selector":",.mx-md-1","declarations":2},{"selector":",.my-md-0","declarations":2},{"selector":",.mx-md-0","declarations":2},{"selector":",.ml-md-n6","declarations":1},{"selector":",.mb-md-n6","declarations":1},{"selector":",.mr-md-n6","declarations":1},{"selector":",.mt-md-n6","declarations":1},{"selector":",.ml-md-6","declarations":1},{"selector":",.mb-md-6","declarations":1},{"selector":",.mr-md-6","declarations":1},{"selector":",.mt-md-6","declarations":1},{"selector":",.m-md-6","declarations":1},{"selector":",.ml-md-n5","declarations":1},{"selector":",.mb-md-n5","declarations":1},{"selector":",.mr-md-n5","declarations":1},{"selector":",.mt-md-n5","declarations":1},{"selector":",.ml-md-5","declarations":1},{"selector":",.mb-md-5","declarations":1},{"selector":",.mr-md-5","declarations":1},{"selector":",.mt-md-5","declarations":1},{"selector":",.m-md-5","declarations":1},{"selector":",.ml-md-n4","declarations":1},{"selector":",.mb-md-n4","declarations":1},{"selector":",.mr-md-n4","declarations":1},{"selector":",.mt-md-n4","declarations":1},{"selector":",.ml-md-4","declarations":1},{"selector":",.mb-md-4","declarations":1},{"selector":",.mr-md-4","declarations":1},{"selector":",.mt-md-4","declarations":1},{"selector":",.m-md-4","declarations":1},{"selector":",.ml-md-n3","declarations":1},{"selector":",.mb-md-n3","declarations":1},{"selector":",.mr-md-n3","declarations":1},{"selector":",.mt-md-n3","declarations":1},{"selector":",.ml-md-3","declarations":1},{"selector":",.mb-md-3","declarations":1},{"selector":",.mr-md-3","declarations":1},{"selector":",.mt-md-3","declarations":1},{"selector":",.m-md-3","declarations":1},{"selector":",.ml-md-n2","declarations":1},{"selector":",.mb-md-n2","declarations":1},{"selector":",.mr-md-n2","declarations":1},{"selector":",.mt-md-n2","declarations":1},{"selector":",.ml-md-2","declarations":1},{"selector":",.mb-md-2","declarations":1},{"selector":",.mr-md-2","declarations":1},{"selector":",.mt-md-2","declarations":1},{"selector":",.m-md-2","declarations":1},{"selector":",.ml-md-n1","declarations":1},{"selector":",.mb-md-n1","declarations":1},{"selector":",.mr-md-n1","declarations":1},{"selector":",.mt-md-n1","declarations":1},{"selector":",.ml-md-1","declarations":1},{"selector":",.mb-md-1","declarations":1},{"selector":",.mr-md-1","declarations":1},{"selector":",.mt-md-1","declarations":1},{"selector":",.m-md-1","declarations":1},{"selector":",.ml-md-0","declarations":1},{"selector":",.mb-md-0","declarations":1},{"selector":",.mr-md-0","declarations":1},{"selector":",.mt-md-0","declarations":1},{"selector":".m-md-0","declarations":1}]},"selectors":{"total":74,"type":0,"class":74,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-0",".mt-md-0",".mr-md-0",".mb-md-0",".ml-md-0",".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",".mx-md-auto"],"specificity":{"max":10,"average":10}},"declarations":{"total":89,"unique":61,"properties":{"margin":["0","4px","8px","16px","24px","32px","40px"],"margin-top":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-right":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"],"margin-bottom":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-left":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"]}}},{"value":"(min-width: 1012px)","rules":{"total":74,"size":{"graph":[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],"max":2,"average":1.2027027027027026},"selectorByRuleSizes":[{"selector":",.mx-lg-auto","declarations":2},{"selector":",.my-lg-6","declarations":2},{"selector":",.mx-lg-6","declarations":2},{"selector":",.my-lg-5","declarations":2},{"selector":",.mx-lg-5","declarations":2},{"selector":",.my-lg-4","declarations":2},{"selector":",.mx-lg-4","declarations":2},{"selector":",.my-lg-3","declarations":2},{"selector":",.mx-lg-3","declarations":2},{"selector":",.my-lg-2","declarations":2},{"selector":",.mx-lg-2","declarations":2},{"selector":",.my-lg-1","declarations":2},{"selector":",.mx-lg-1","declarations":2},{"selector":",.my-lg-0","declarations":2},{"selector":",.mx-lg-0","declarations":2},{"selector":",.ml-lg-n6","declarations":1},{"selector":",.mb-lg-n6","declarations":1},{"selector":",.mr-lg-n6","declarations":1},{"selector":",.mt-lg-n6","declarations":1},{"selector":",.ml-lg-6","declarations":1},{"selector":",.mb-lg-6","declarations":1},{"selector":",.mr-lg-6","declarations":1},{"selector":",.mt-lg-6","declarations":1},{"selector":",.m-lg-6","declarations":1},{"selector":",.ml-lg-n5","declarations":1},{"selector":",.mb-lg-n5","declarations":1},{"selector":",.mr-lg-n5","declarations":1},{"selector":",.mt-lg-n5","declarations":1},{"selector":",.ml-lg-5","declarations":1},{"selector":",.mb-lg-5","declarations":1},{"selector":",.mr-lg-5","declarations":1},{"selector":",.mt-lg-5","declarations":1},{"selector":",.m-lg-5","declarations":1},{"selector":",.ml-lg-n4","declarations":1},{"selector":",.mb-lg-n4","declarations":1},{"selector":",.mr-lg-n4","declarations":1},{"selector":",.mt-lg-n4","declarations":1},{"selector":",.ml-lg-4","declarations":1},{"selector":",.mb-lg-4","declarations":1},{"selector":",.mr-lg-4","declarations":1},{"selector":",.mt-lg-4","declarations":1},{"selector":",.m-lg-4","declarations":1},{"selector":",.ml-lg-n3","declarations":1},{"selector":",.mb-lg-n3","declarations":1},{"selector":",.mr-lg-n3","declarations":1},{"selector":",.mt-lg-n3","declarations":1},{"selector":",.ml-lg-3","declarations":1},{"selector":",.mb-lg-3","declarations":1},{"selector":",.mr-lg-3","declarations":1},{"selector":",.mt-lg-3","declarations":1},{"selector":",.m-lg-3","declarations":1},{"selector":",.ml-lg-n2","declarations":1},{"selector":",.mb-lg-n2","declarations":1},{"selector":",.mr-lg-n2","declarations":1},{"selector":",.mt-lg-n2","declarations":1},{"selector":",.ml-lg-2","declarations":1},{"selector":",.mb-lg-2","declarations":1},{"selector":",.mr-lg-2","declarations":1},{"selector":",.mt-lg-2","declarations":1},{"selector":",.m-lg-2","declarations":1},{"selector":",.ml-lg-n1","declarations":1},{"selector":",.mb-lg-n1","declarations":1},{"selector":",.mr-lg-n1","declarations":1},{"selector":",.mt-lg-n1","declarations":1},{"selector":",.ml-lg-1","declarations":1},{"selector":",.mb-lg-1","declarations":1},{"selector":",.mr-lg-1","declarations":1},{"selector":",.mt-lg-1","declarations":1},{"selector":",.m-lg-1","declarations":1},{"selector":",.ml-lg-0","declarations":1},{"selector":",.mb-lg-0","declarations":1},{"selector":",.mr-lg-0","declarations":1},{"selector":",.mt-lg-0","declarations":1},{"selector":".m-lg-0","declarations":1}]},"selectors":{"total":74,"type":0,"class":74,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-0",".mt-lg-0",".mr-lg-0",".mb-lg-0",".ml-lg-0",".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",".mx-lg-auto"],"specificity":{"max":10,"average":10}},"declarations":{"total":89,"unique":61,"properties":{"margin":["0","4px","8px","16px","24px","32px","40px"],"margin-top":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-right":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"],"margin-bottom":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-left":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"]}}},{"value":"(min-width: 1280px)","rules":{"total":74,"size":{"graph":[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],"max":2,"average":1.2027027027027026},"selectorByRuleSizes":[{"selector":",.mx-xl-auto","declarations":2},{"selector":",.my-xl-6","declarations":2},{"selector":",.mx-xl-6","declarations":2},{"selector":",.my-xl-5","declarations":2},{"selector":",.mx-xl-5","declarations":2},{"selector":",.my-xl-4","declarations":2},{"selector":",.mx-xl-4","declarations":2},{"selector":",.my-xl-3","declarations":2},{"selector":",.mx-xl-3","declarations":2},{"selector":",.my-xl-2","declarations":2},{"selector":",.mx-xl-2","declarations":2},{"selector":",.my-xl-1","declarations":2},{"selector":",.mx-xl-1","declarations":2},{"selector":",.my-xl-0","declarations":2},{"selector":",.mx-xl-0","declarations":2},{"selector":",.ml-xl-n6","declarations":1},{"selector":",.mb-xl-n6","declarations":1},{"selector":",.mr-xl-n6","declarations":1},{"selector":",.mt-xl-n6","declarations":1},{"selector":",.ml-xl-6","declarations":1},{"selector":",.mb-xl-6","declarations":1},{"selector":",.mr-xl-6","declarations":1},{"selector":",.mt-xl-6","declarations":1},{"selector":",.m-xl-6","declarations":1},{"selector":",.ml-xl-n5","declarations":1},{"selector":",.mb-xl-n5","declarations":1},{"selector":",.mr-xl-n5","declarations":1},{"selector":",.mt-xl-n5","declarations":1},{"selector":",.ml-xl-5","declarations":1},{"selector":",.mb-xl-5","declarations":1},{"selector":",.mr-xl-5","declarations":1},{"selector":",.mt-xl-5","declarations":1},{"selector":",.m-xl-5","declarations":1},{"selector":",.ml-xl-n4","declarations":1},{"selector":",.mb-xl-n4","declarations":1},{"selector":",.mr-xl-n4","declarations":1},{"selector":",.mt-xl-n4","declarations":1},{"selector":",.ml-xl-4","declarations":1},{"selector":",.mb-xl-4","declarations":1},{"selector":",.mr-xl-4","declarations":1},{"selector":",.mt-xl-4","declarations":1},{"selector":",.m-xl-4","declarations":1},{"selector":",.ml-xl-n3","declarations":1},{"selector":",.mb-xl-n3","declarations":1},{"selector":",.mr-xl-n3","declarations":1},{"selector":",.mt-xl-n3","declarations":1},{"selector":",.ml-xl-3","declarations":1},{"selector":",.mb-xl-3","declarations":1},{"selector":",.mr-xl-3","declarations":1},{"selector":",.mt-xl-3","declarations":1},{"selector":",.m-xl-3","declarations":1},{"selector":",.ml-xl-n2","declarations":1},{"selector":",.mb-xl-n2","declarations":1},{"selector":",.mr-xl-n2","declarations":1},{"selector":",.mt-xl-n2","declarations":1},{"selector":",.ml-xl-2","declarations":1},{"selector":",.mb-xl-2","declarations":1},{"selector":",.mr-xl-2","declarations":1},{"selector":",.mt-xl-2","declarations":1},{"selector":",.m-xl-2","declarations":1},{"selector":",.ml-xl-n1","declarations":1},{"selector":",.mb-xl-n1","declarations":1},{"selector":",.mr-xl-n1","declarations":1},{"selector":",.mt-xl-n1","declarations":1},{"selector":",.ml-xl-1","declarations":1},{"selector":",.mb-xl-1","declarations":1},{"selector":",.mr-xl-1","declarations":1},{"selector":",.mt-xl-1","declarations":1},{"selector":",.m-xl-1","declarations":1},{"selector":",.ml-xl-0","declarations":1},{"selector":",.mb-xl-0","declarations":1},{"selector":",.mr-xl-0","declarations":1},{"selector":",.mt-xl-0","declarations":1},{"selector":".m-xl-0","declarations":1}]},"selectors":{"total":74,"type":0,"class":74,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-0",".mt-xl-0",".mr-xl-0",".mb-xl-0",".ml-xl-0",".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",".mx-xl-auto"],"specificity":{"max":10,"average":10}},"declarations":{"total":89,"unique":61,"properties":{"margin":["0","4px","8px","16px","24px","32px","40px"],"margin-top":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-right":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"],"margin-bottom":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px"],"margin-left":["0","0","4px","-4px","4px","8px","-8px","8px","16px","-16px","16px","24px","-24px","24px","32px","-32px","32px","40px","-40px","40px","auto"]}}},{"value":"(min-width: 544px)","rules":{"total":49,"size":{"graph":[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],"max":2,"average":1.2857142857142858},"selectorByRuleSizes":[{"selector":",.py-sm-6","declarations":2},{"selector":",.px-sm-6","declarations":2},{"selector":",.py-sm-5","declarations":2},{"selector":",.px-sm-5","declarations":2},{"selector":",.py-sm-4","declarations":2},{"selector":",.px-sm-4","declarations":2},{"selector":",.py-sm-3","declarations":2},{"selector":",.px-sm-3","declarations":2},{"selector":",.py-sm-2","declarations":2},{"selector":",.px-sm-2","declarations":2},{"selector":",.py-sm-1","declarations":2},{"selector":",.px-sm-1","declarations":2},{"selector":",.py-sm-0","declarations":2},{"selector":",.px-sm-0","declarations":2},{"selector":",.pl-sm-6","declarations":1},{"selector":",.pb-sm-6","declarations":1},{"selector":",.pr-sm-6","declarations":1},{"selector":",.pt-sm-6","declarations":1},{"selector":",.p-sm-6","declarations":1},{"selector":",.pl-sm-5","declarations":1},{"selector":",.pb-sm-5","declarations":1},{"selector":",.pr-sm-5","declarations":1},{"selector":",.pt-sm-5","declarations":1},{"selector":",.p-sm-5","declarations":1},{"selector":",.pl-sm-4","declarations":1},{"selector":",.pb-sm-4","declarations":1},{"selector":",.pr-sm-4","declarations":1},{"selector":",.pt-sm-4","declarations":1},{"selector":",.p-sm-4","declarations":1},{"selector":",.pl-sm-3","declarations":1},{"selector":",.pb-sm-3","declarations":1},{"selector":",.pr-sm-3","declarations":1},{"selector":",.pt-sm-3","declarations":1},{"selector":",.p-sm-3","declarations":1},{"selector":",.pl-sm-2","declarations":1},{"selector":",.pb-sm-2","declarations":1},{"selector":",.pr-sm-2","declarations":1},{"selector":",.pt-sm-2","declarations":1},{"selector":",.p-sm-2","declarations":1},{"selector":",.pl-sm-1","declarations":1},{"selector":",.pb-sm-1","declarations":1},{"selector":",.pr-sm-1","declarations":1},{"selector":",.pt-sm-1","declarations":1},{"selector":",.p-sm-1","declarations":1},{"selector":",.pl-sm-0","declarations":1},{"selector":",.pb-sm-0","declarations":1},{"selector":",.pr-sm-0","declarations":1},{"selector":",.pt-sm-0","declarations":1},{"selector":".p-sm-0","declarations":1}]},"selectors":{"total":49,"type":0,"class":49,"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",".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"],"specificity":{"max":10,"average":10}},"declarations":{"total":63,"unique":35,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-right":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-left":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"]}}},{"value":"(min-width: 768px)","rules":{"total":49,"size":{"graph":[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],"max":2,"average":1.2857142857142858},"selectorByRuleSizes":[{"selector":",.py-md-6","declarations":2},{"selector":",.px-md-6","declarations":2},{"selector":",.py-md-5","declarations":2},{"selector":",.px-md-5","declarations":2},{"selector":",.py-md-4","declarations":2},{"selector":",.px-md-4","declarations":2},{"selector":",.py-md-3","declarations":2},{"selector":",.px-md-3","declarations":2},{"selector":",.py-md-2","declarations":2},{"selector":",.px-md-2","declarations":2},{"selector":",.py-md-1","declarations":2},{"selector":",.px-md-1","declarations":2},{"selector":",.py-md-0","declarations":2},{"selector":",.px-md-0","declarations":2},{"selector":",.pl-md-6","declarations":1},{"selector":",.pb-md-6","declarations":1},{"selector":",.pr-md-6","declarations":1},{"selector":",.pt-md-6","declarations":1},{"selector":",.p-md-6","declarations":1},{"selector":",.pl-md-5","declarations":1},{"selector":",.pb-md-5","declarations":1},{"selector":",.pr-md-5","declarations":1},{"selector":",.pt-md-5","declarations":1},{"selector":",.p-md-5","declarations":1},{"selector":",.pl-md-4","declarations":1},{"selector":",.pb-md-4","declarations":1},{"selector":",.pr-md-4","declarations":1},{"selector":",.pt-md-4","declarations":1},{"selector":",.p-md-4","declarations":1},{"selector":",.pl-md-3","declarations":1},{"selector":",.pb-md-3","declarations":1},{"selector":",.pr-md-3","declarations":1},{"selector":",.pt-md-3","declarations":1},{"selector":",.p-md-3","declarations":1},{"selector":",.pl-md-2","declarations":1},{"selector":",.pb-md-2","declarations":1},{"selector":",.pr-md-2","declarations":1},{"selector":",.pt-md-2","declarations":1},{"selector":",.p-md-2","declarations":1},{"selector":",.pl-md-1","declarations":1},{"selector":",.pb-md-1","declarations":1},{"selector":",.pr-md-1","declarations":1},{"selector":",.pt-md-1","declarations":1},{"selector":",.p-md-1","declarations":1},{"selector":",.pl-md-0","declarations":1},{"selector":",.pb-md-0","declarations":1},{"selector":",.pr-md-0","declarations":1},{"selector":",.pt-md-0","declarations":1},{"selector":".p-md-0","declarations":1}]},"selectors":{"total":49,"type":0,"class":49,"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",".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"],"specificity":{"max":10,"average":10}},"declarations":{"total":63,"unique":35,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-right":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-left":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"]}}},{"value":"(min-width: 1012px)","rules":{"total":49,"size":{"graph":[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],"max":2,"average":1.2857142857142858},"selectorByRuleSizes":[{"selector":",.py-lg-6","declarations":2},{"selector":",.px-lg-6","declarations":2},{"selector":",.py-lg-5","declarations":2},{"selector":",.px-lg-5","declarations":2},{"selector":",.py-lg-4","declarations":2},{"selector":",.px-lg-4","declarations":2},{"selector":",.py-lg-3","declarations":2},{"selector":",.px-lg-3","declarations":2},{"selector":",.py-lg-2","declarations":2},{"selector":",.px-lg-2","declarations":2},{"selector":",.py-lg-1","declarations":2},{"selector":",.px-lg-1","declarations":2},{"selector":",.py-lg-0","declarations":2},{"selector":",.px-lg-0","declarations":2},{"selector":",.pl-lg-6","declarations":1},{"selector":",.pb-lg-6","declarations":1},{"selector":",.pr-lg-6","declarations":1},{"selector":",.pt-lg-6","declarations":1},{"selector":",.p-lg-6","declarations":1},{"selector":",.pl-lg-5","declarations":1},{"selector":",.pb-lg-5","declarations":1},{"selector":",.pr-lg-5","declarations":1},{"selector":",.pt-lg-5","declarations":1},{"selector":",.p-lg-5","declarations":1},{"selector":",.pl-lg-4","declarations":1},{"selector":",.pb-lg-4","declarations":1},{"selector":",.pr-lg-4","declarations":1},{"selector":",.pt-lg-4","declarations":1},{"selector":",.p-lg-4","declarations":1},{"selector":",.pl-lg-3","declarations":1},{"selector":",.pb-lg-3","declarations":1},{"selector":",.pr-lg-3","declarations":1},{"selector":",.pt-lg-3","declarations":1},{"selector":",.p-lg-3","declarations":1},{"selector":",.pl-lg-2","declarations":1},{"selector":",.pb-lg-2","declarations":1},{"selector":",.pr-lg-2","declarations":1},{"selector":",.pt-lg-2","declarations":1},{"selector":",.p-lg-2","declarations":1},{"selector":",.pl-lg-1","declarations":1},{"selector":",.pb-lg-1","declarations":1},{"selector":",.pr-lg-1","declarations":1},{"selector":",.pt-lg-1","declarations":1},{"selector":",.p-lg-1","declarations":1},{"selector":",.pl-lg-0","declarations":1},{"selector":",.pb-lg-0","declarations":1},{"selector":",.pr-lg-0","declarations":1},{"selector":",.pt-lg-0","declarations":1},{"selector":".p-lg-0","declarations":1}]},"selectors":{"total":49,"type":0,"class":49,"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",".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"],"specificity":{"max":10,"average":10}},"declarations":{"total":63,"unique":35,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-right":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-left":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"]}}},{"value":"(min-width: 1280px)","rules":{"total":49,"size":{"graph":[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],"max":2,"average":1.2857142857142858},"selectorByRuleSizes":[{"selector":",.py-xl-6","declarations":2},{"selector":",.px-xl-6","declarations":2},{"selector":",.py-xl-5","declarations":2},{"selector":",.px-xl-5","declarations":2},{"selector":",.py-xl-4","declarations":2},{"selector":",.px-xl-4","declarations":2},{"selector":",.py-xl-3","declarations":2},{"selector":",.px-xl-3","declarations":2},{"selector":",.py-xl-2","declarations":2},{"selector":",.px-xl-2","declarations":2},{"selector":",.py-xl-1","declarations":2},{"selector":",.px-xl-1","declarations":2},{"selector":",.py-xl-0","declarations":2},{"selector":",.px-xl-0","declarations":2},{"selector":",.pl-xl-6","declarations":1},{"selector":",.pb-xl-6","declarations":1},{"selector":",.pr-xl-6","declarations":1},{"selector":",.pt-xl-6","declarations":1},{"selector":",.p-xl-6","declarations":1},{"selector":",.pl-xl-5","declarations":1},{"selector":",.pb-xl-5","declarations":1},{"selector":",.pr-xl-5","declarations":1},{"selector":",.pt-xl-5","declarations":1},{"selector":",.p-xl-5","declarations":1},{"selector":",.pl-xl-4","declarations":1},{"selector":",.pb-xl-4","declarations":1},{"selector":",.pr-xl-4","declarations":1},{"selector":",.pt-xl-4","declarations":1},{"selector":",.p-xl-4","declarations":1},{"selector":",.pl-xl-3","declarations":1},{"selector":",.pb-xl-3","declarations":1},{"selector":",.pr-xl-3","declarations":1},{"selector":",.pt-xl-3","declarations":1},{"selector":",.p-xl-3","declarations":1},{"selector":",.pl-xl-2","declarations":1},{"selector":",.pb-xl-2","declarations":1},{"selector":",.pr-xl-2","declarations":1},{"selector":",.pt-xl-2","declarations":1},{"selector":",.p-xl-2","declarations":1},{"selector":",.pl-xl-1","declarations":1},{"selector":",.pb-xl-1","declarations":1},{"selector":",.pr-xl-1","declarations":1},{"selector":",.pt-xl-1","declarations":1},{"selector":",.p-xl-1","declarations":1},{"selector":",.pl-xl-0","declarations":1},{"selector":",.pb-xl-0","declarations":1},{"selector":",.pr-xl-0","declarations":1},{"selector":",.pt-xl-0","declarations":1},{"selector":".p-xl-0","declarations":1}]},"selectors":{"total":49,"type":0,"class":49,"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",".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"],"specificity":{"max":10,"average":10}},"declarations":{"total":63,"unique":35,"properties":{"padding":["0","4px","8px","16px","24px","32px","40px"],"padding-top":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-right":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-bottom":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"],"padding-left":["0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px"]}}},{"value":"(min-width: 544px)","rules":{"total":1,"size":{"graph":[2],"max":2,"average":2},"selectorByRuleSizes":[{"selector":".p-responsive","declarations":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},"selectorByRuleSizes":[{"selector":".p-responsive","declarations":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},"selectorByRuleSizes":[{"selector":".h1","declarations":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},"selectorByRuleSizes":[{"selector":".h2","declarations":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},"selectorByRuleSizes":[{"selector":".h3","declarations":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},"selectorByRuleSizes":[{"selector":".f1","declarations":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},"selectorByRuleSizes":[{"selector":".f2","declarations":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},"selectorByRuleSizes":[{"selector":".f3","declarations":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},"selectorByRuleSizes":[{"selector":".f4","declarations":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},"selectorByRuleSizes":[{"selector":".f00-light","declarations":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},"selectorByRuleSizes":[{"selector":".f0-light","declarations":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},"selectorByRuleSizes":[{"selector":".f1-light","declarations":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},"selectorByRuleSizes":[{"selector":".f2-light","declarations":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},"selectorByRuleSizes":[{"selector":".f3-light","declarations":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":4,"size":{"graph":[1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.lh-sm-0","declarations":1},{"selector":",.lh-sm-default","declarations":1},{"selector":",.lh-sm-condensed","declarations":1},{"selector":".lh-sm-condensed-ultra","declarations":1}]},"selectors":{"total":4,"type":0,"class":4,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".lh-sm-condensed-ultra",".lh-sm-condensed",".lh-sm-default",".lh-sm-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":4,"unique":4,"properties":{"line-height":["1","1.25","1.5","0"]}}},{"value":"(min-width: 768px)","rules":{"total":4,"size":{"graph":[1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.lh-md-0","declarations":1},{"selector":",.lh-md-default","declarations":1},{"selector":",.lh-md-condensed","declarations":1},{"selector":".lh-md-condensed-ultra","declarations":1}]},"selectors":{"total":4,"type":0,"class":4,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".lh-md-condensed-ultra",".lh-md-condensed",".lh-md-default",".lh-md-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":4,"unique":4,"properties":{"line-height":["1","1.25","1.5","0"]}}},{"value":"(min-width: 1012px)","rules":{"total":4,"size":{"graph":[1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.lh-lg-0","declarations":1},{"selector":",.lh-lg-default","declarations":1},{"selector":",.lh-lg-condensed","declarations":1},{"selector":".lh-lg-condensed-ultra","declarations":1}]},"selectors":{"total":4,"type":0,"class":4,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".lh-lg-condensed-ultra",".lh-lg-condensed",".lh-lg-default",".lh-lg-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":4,"unique":4,"properties":{"line-height":["1","1.25","1.5","0"]}}},{"value":"(min-width: 1280px)","rules":{"total":4,"size":{"graph":[1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.lh-xl-0","declarations":1},{"selector":",.lh-xl-default","declarations":1},{"selector":",.lh-xl-condensed","declarations":1},{"selector":".lh-xl-condensed-ultra","declarations":1}]},"selectors":{"total":4,"type":0,"class":4,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".lh-xl-condensed-ultra",".lh-xl-condensed",".lh-xl-default",".lh-xl-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":4,"unique":4,"properties":{"line-height":["1","1.25","1.5","0"]}}},{"value":"(min-width: 544px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.text-sm-center","declarations":1},{"selector":",.text-sm-left","declarations":1},{"selector":".text-sm-right","declarations":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},"selectorByRuleSizes":[{"selector":",.text-md-center","declarations":1},{"selector":",.text-md-left","declarations":1},{"selector":".text-md-right","declarations":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},"selectorByRuleSizes":[{"selector":",.text-lg-center","declarations":1},{"selector":",.text-lg-left","declarations":1},{"selector":".text-lg-right","declarations":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},"selectorByRuleSizes":[{"selector":",.text-xl-center","declarations":1},{"selector":",.text-xl-left","declarations":1},{"selector":".text-xl-right","declarations":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,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.d-sm-table-cell","declarations":1},{"selector":",.d-sm-table","declarations":1},{"selector":",.d-sm-none","declarations":1},{"selector":",.d-sm-inline-flex","declarations":1},{"selector":",.d-sm-inline-block","declarations":1},{"selector":",.d-sm-inline","declarations":1},{"selector":",.d-sm-flex","declarations":1},{"selector":".d-sm-block","declarations":1}]},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-sm-block",".d-sm-flex",".d-sm-inline",".d-sm-inline-block",".d-sm-inline-flex",".d-sm-none",".d-sm-table",".d-sm-table-cell"],"specificity":{"max":10,"average":10}},"declarations":{"total":8,"unique":8,"properties":{"display":["block","flex","inline","inline-block","inline-flex","none","table","table-cell"]}}},{"value":"(min-width: 768px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.d-md-table-cell","declarations":1},{"selector":",.d-md-table","declarations":1},{"selector":",.d-md-none","declarations":1},{"selector":",.d-md-inline-flex","declarations":1},{"selector":",.d-md-inline-block","declarations":1},{"selector":",.d-md-inline","declarations":1},{"selector":",.d-md-flex","declarations":1},{"selector":".d-md-block","declarations":1}]},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-md-block",".d-md-flex",".d-md-inline",".d-md-inline-block",".d-md-inline-flex",".d-md-none",".d-md-table",".d-md-table-cell"],"specificity":{"max":10,"average":10}},"declarations":{"total":8,"unique":8,"properties":{"display":["block","flex","inline","inline-block","inline-flex","none","table","table-cell"]}}},{"value":"(min-width: 1012px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.d-lg-table-cell","declarations":1},{"selector":",.d-lg-table","declarations":1},{"selector":",.d-lg-none","declarations":1},{"selector":",.d-lg-inline-flex","declarations":1},{"selector":",.d-lg-inline-block","declarations":1},{"selector":",.d-lg-inline","declarations":1},{"selector":",.d-lg-flex","declarations":1},{"selector":".d-lg-block","declarations":1}]},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-lg-block",".d-lg-flex",".d-lg-inline",".d-lg-inline-block",".d-lg-inline-flex",".d-lg-none",".d-lg-table",".d-lg-table-cell"],"specificity":{"max":10,"average":10}},"declarations":{"total":8,"unique":8,"properties":{"display":["block","flex","inline","inline-block","inline-flex","none","table","table-cell"]}}},{"value":"(min-width: 1280px)","rules":{"total":8,"size":{"graph":[1,1,1,1,1,1,1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.d-xl-table-cell","declarations":1},{"selector":",.d-xl-table","declarations":1},{"selector":",.d-xl-none","declarations":1},{"selector":",.d-xl-inline-flex","declarations":1},{"selector":",.d-xl-inline-block","declarations":1},{"selector":",.d-xl-inline","declarations":1},{"selector":",.d-xl-flex","declarations":1},{"selector":".d-xl-block","declarations":1}]},"selectors":{"total":8,"type":0,"class":8,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-xl-block",".d-xl-flex",".d-xl-inline",".d-xl-inline-block",".d-xl-inline-flex",".d-xl-none",".d-xl-table",".d-xl-table-cell"],"specificity":{"max":10,"average":10}},"declarations":{"total":8,"unique":8,"properties":{"display":["block","flex","inline","inline-block","inline-flex","none","table","table-cell"]}}},{"value":"(max-width: 543px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".hide-sm","declarations":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: 767px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".hide-md","declarations":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: 1011px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":".hide-lg","declarations":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},"selectorByRuleSizes":[{"selector":".hide-xl","declarations":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/assets/sass/@primer/css/dist/subhead.css b/assets/sass/@primer/css/dist/subhead.css deleted file mode 100644 index 7792523..0000000 --- a/assets/sass/@primer/css/dist/subhead.css +++ /dev/null @@ -1,3 +0,0 @@ -.Subhead{display:flex;padding-bottom:8px;margin-bottom:16px;border-bottom:1px #e1e4e8 solid;flex-flow:row wrap}.Subhead--spacious{margin-top:40px}.Subhead-heading{font-size:24px;font-weight:400;flex:1 1 auto}.Subhead-heading--danger{font-weight:600;color:#cb2431}.Subhead-description{font-size:14px;color:#586069;flex:1 100%}.Subhead-actions{align-self:center;justify-content:flex-end} - -/*# sourceMappingURL=subhead.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/subhead.css.map b/assets/sass/@primer/css/dist/subhead.css.map deleted file mode 100644 index 3676c2c..0000000 --- a/assets/sass/@primer/css/dist/subhead.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/subhead/subhead.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/misc.scss","../src/src/support/variables/typography.scss","../src/src/support/variables/color-system.scss"],"names":[],"mappings":"AACA,SACE,YAAa,CACb,kBC4BU,CD3BV,kBCiCoB,CDhCpB,+BEAkB,CFClB,kBAAmB,CACpB,mBAIC,eC6BoB,CD5BrB,iBAIC,cGFY,CHGZ,eGQsB,CHPtB,aAAc,CACf,yBAIC,eGAoB,CHCpB,aIiDuB,CJhDxB,qBAIC,cGWmB,CHVnB,aIjBuB,CJkBvB,WAAY,CACb,iBAIC,iBAAkB,CAClB,wBAAyB","file":"subhead.css","sourcesContent":["// Subhead styles\n.Subhead {\n display: flex;\n padding-bottom: $spacer-2;\n margin-bottom: $spacer-3;\n border-bottom: $border;\n flex-flow: row wrap;\n}\n\n// Modifier class to give a lot of breathing room between sections of content.\n.Subhead--spacious {\n margin-top: $spacer-6;\n}\n\n// <h2> sized heading with normal font weight\n.Subhead-heading {\n font-size: $h2-size;\n font-weight: $font-weight-normal;\n flex: 1 1 auto;\n}\n\n// Make the text bold and red for dangerous content\n.Subhead-heading--danger {\n font-weight: $font-weight-bold;\n color: $text-red;\n}\n\n// One-liner of supporting text\n.Subhead-description {\n font-size: $body-font-size;\n color: $text-gray;\n flex: 1 100%;\n}\n\n// Add 1 or 2 buttons to the right of the heading\n.Subhead-actions {\n align-self: center;\n justify-content: flex-end;\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/subhead.js b/assets/sass/@primer/css/dist/subhead.js deleted file mode 100644 index cbc38e2..0000000 --- a/assets/sass/@primer/css/dist/subhead.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/subhead.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/support.css b/assets/sass/@primer/css/dist/support.css deleted file mode 100644 index 1fb498c..0000000 --- a/assets/sass/@primer/css/dist/support.css +++ /dev/null @@ -1,2 +0,0 @@ - -/*# sourceMappingURL=support.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/support.css.map b/assets/sass/@primer/css/dist/support.css.map deleted file mode 100644 index e4fec3c..0000000 --- a/assets/sass/@primer/css/dist/support.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":[],"names":[],"mappings":"","file":"support.css"}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/support.js b/assets/sass/@primer/css/dist/support.js deleted file mode 100644 index 0a750fd..0000000 --- a/assets/sass/@primer/css/dist/support.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/support.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/table-object.css b/assets/sass/@primer/css/dist/table-object.css deleted file mode 100644 index f4844ee..0000000 --- a/assets/sass/@primer/css/dist/table-object.css +++ /dev/null @@ -1,3 +0,0 @@ -.TableObject{display:table}.TableObject-item{display:table-cell;width:1%;white-space:nowrap;vertical-align:middle}.TableObject-item--primary{width:99%} - -/*# sourceMappingURL=table-object.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/table-object.css.map b/assets/sass/@primer/css/dist/table-object.css.map deleted file mode 100644 index d1bec9a..0000000 --- a/assets/sass/@primer/css/dist/table-object.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/table-object/table-object.scss"],"names":[],"mappings":"AAIA,aACE,aAAc,CACf,kBAIC,kBAAmB,CACnB,QAAS,CACT,kBAAmB,CACnB,qBAAsB,CACvB,2BAIC,SAAU","file":"table-object.css","sourcesContent":["// TableObject is a module for creating dynamically resizable elements that\n// always sit on the same horizontal line (e.g., they never wrap). Using\n// tables means it's cross browser friendly.\n\n.TableObject {\n display: table;\n}\n\n// Place this on every \"cell\"\n.TableObject-item {\n display: table-cell;\n width: 1%;\n white-space: nowrap;\n vertical-align: middle;\n}\n\n// Place this on the largest or most important \"cell\"\n.TableObject-item--primary {\n width: 99%;\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/table-object.js b/assets/sass/@primer/css/dist/table-object.js deleted file mode 100644 index a908a96..0000000 --- a/assets/sass/@primer/css/dist/table-object.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/table-object.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/timeline.css b/assets/sass/@primer/css/dist/timeline.css deleted file mode 100644 index ac7b88a..0000000 --- a/assets/sass/@primer/css/dist/timeline.css +++ /dev/null @@ -1,3 +0,0 @@ -.TimelineItem{position:relative;display:flex;padding:16px 0;margin-left:16px}.TimelineItem::before{position:absolute;top:0;bottom:0;left:0;display:block;width:2px;content:"";background-color:#e1e4e8}.TimelineItem:target .TimelineItem-badge{border-color:#2188ff;box-shadow:0 0 0.2em #c8e1ff}.TimelineItem-badge{position:relative;z-index:1;display:flex;width:32px;height:32px;margin-right:8px;margin-left:-15px;color:#444d56;align-items:center;background-color:#e1e4e8;border:2px solid #fff;border-radius:50%;justify-content:center;flex-shrink:0}.TimelineItem-body{min-width:0;max-width:100%;margin-top:4px;color:#444d56;flex:auto}.TimelineItem-avatar{position:absolute;left:-72px;z-index:1}.TimelineItem-break{position:relative;z-index:1;height:24px;margin:0;margin-bottom:-16px;margin-left:-56px;background-color:#fff;border:0;border-top:4px solid #e1e4e8}.TimelineItem--condensed{padding-top:4px;padding-bottom:0}.TimelineItem--condensed:last-child{padding-bottom:16px}.TimelineItem--condensed .TimelineItem-badge{height:16px;margin-top:8px;margin-bottom:8px;color:#959da5;background-color:#fff;border:0} - -/*# sourceMappingURL=timeline.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/timeline.css.map b/assets/sass/@primer/css/dist/timeline.css.map deleted file mode 100644 index d4abbac..0000000 --- a/assets/sass/@primer/css/dist/timeline.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/timeline/timeline-item.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/color-system.scss"],"names":[],"mappings":"AAAA,cACE,iBAAkB,CAClB,YAAa,CACb,cAAoB,CACpB,gBCiCoB,CDrCtB,sBAQI,iBAAkB,CAClB,KAAM,CACN,QAAS,CACT,MAAO,CACP,aAAc,CACd,SAAU,CACV,UAAW,CAEX,wBEPqB,CFTzB,yCAqBI,oBEEqB,CFArB,4BEFqB,CFGtB,oBAID,iBAAkB,CAClB,SAAU,CACV,YAAa,CACb,UCQoB,CDPpB,WCOoB,CDNpB,gBCFU,CDGV,iBAA2B,CAE3B,aEtBuB,CFuBvB,kBAAmB,CAEnB,wBE9BuB,CFgCvB,qBEvCU,CFwCV,iBAAkB,CAClB,sBAAuB,CACvB,aAAc,CACf,mBAGC,WAAY,CACZ,cAAe,CACf,cCf2B,CDiB3B,aEtCuB,CFuCvB,SAAU,CACX,qBAGC,iBAAkB,CAClB,UAA6B,CAC7B,SAAU,CACX,oBAGC,iBAAkB,CAClB,SAAU,CACV,WC3BoB,CD4BpB,QAAS,CACT,mBC9BoB,CDgCpB,iBAAoC,CACpC,qBEpEU,CFqEV,QAAS,CAET,4BEhEuB,CFiExB,yBAGC,eC1C2B,CD2C3B,gBAAiB,CAFnB,oCAMI,mBC7CkB,CDuCtB,6CAUI,WCjDkB,CDkDlB,cCxDQ,CDyDR,iBCzDQ,CD2DR,aE/EqB,CFgFrB,qBEzFQ,CF0FR,QAAS","file":"timeline.css","sourcesContent":[".TimelineItem {\n position: relative;\n display: flex;\n padding: $spacer-3 0;\n margin-left: $spacer-3;\n\n // The Timeline\n &::before {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n display: block;\n width: 2px;\n content: \"\";\n // stylelint-disable-next-line primer/colors\n background-color: $gray-200;\n }\n\n &:target .TimelineItem-badge {\n // stylelint-disable-next-line primer/borders\n border-color: $blue-400;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: 0 0 0.2em $blue-200;\n }\n}\n\n.TimelineItem-badge {\n position: relative;\n z-index: 1;\n display: flex;\n width: $spacer-5;\n height: $spacer-5;\n margin-right: $spacer-2;\n margin-left: -$spacer-3 + 1;\n // stylelint-disable-next-line primer/colors\n color: $gray-700;\n align-items: center;\n // stylelint-disable-next-line primer/colors\n background-color: $gray-200;\n // stylelint-disable-next-line primer/borders\n border: 2px $border-style $border-white;\n border-radius: 50%;\n justify-content: center;\n flex-shrink: 0;\n}\n\n.TimelineItem-body {\n min-width: 0;\n max-width: 100%;\n margin-top: $spacer-1;\n // stylelint-disable-next-line primer/colors\n color: $gray-700;\n flex: auto;\n}\n\n.TimelineItem-avatar {\n position: absolute;\n left: -($spacer-6 + $spacer-5);\n z-index: 1;\n}\n\n.TimelineItem-break {\n position: relative;\n z-index: 1;\n height: $spacer-4;\n margin: 0;\n margin-bottom: -$spacer-3;\n // stylelint-disable-next-line primer/spacing\n margin-left: -($spacer-6 + $spacer-3);\n background-color: $bg-white;\n border: 0;\n // stylelint-disable-next-line primer/borders\n border-top: 4px $border-style $border-color;\n}\n\n.TimelineItem--condensed {\n padding-top: $spacer-1;\n padding-bottom: 0;\n\n // TimelineItem--condensed is often grouped. (commits)\n &:last-child {\n padding-bottom: $spacer-3;\n }\n\n .TimelineItem-badge {\n height: $spacer-3;\n margin-top: $spacer-2;\n margin-bottom: $spacer-2;\n // stylelint-disable-next-line primer/colors\n color: $gray-400;\n background-color: $bg-white;\n border: 0;\n }\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/timeline.js b/assets/sass/@primer/css/dist/timeline.js deleted file mode 100644 index 8b8983e..0000000 --- a/assets/sass/@primer/css/dist/timeline.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/timeline.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/toasts.css b/assets/sass/@primer/css/dist/toasts.css deleted file mode 100644 index 300996f..0000000 --- a/assets/sass/@primer/css/dist/toasts.css +++ /dev/null @@ -1,3 +0,0 @@ -.Toast{display:flex;margin:8px;color:#1b1f23;background-color:#fff;border-radius:3px;box-shadow:inset 0 0 0 1px #d1d5da,0 1px 5px rgba(27,31,35,0.15)}@media (min-width: 544px){.Toast{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:450px;margin:16px}}.Toast-icon{display:flex;align-items:center;justify-content:center;width:48px;flex-shrink:0;color:#fff;background-color:#0366d6;border-top-left-radius:inherit;border-bottom-left-radius:inherit}.Toast-content{padding:16px}.Toast-dismissButton{max-height:54px;padding:16px;background-color:transparent;border:0}.Toast-dismissButton:focus,.Toast-dismissButton:hover{color:#586069;outline:none}.Toast-dismissButton:active{color:#959da5}.Toast--error .Toast-icon{background-color:#d73a49}.Toast--warning .Toast-icon{color:#24292e;background-color:#f9c513}.Toast--success .Toast-icon{background-color:#28a745}.Toast--loading .Toast-icon{background-color:#586069}.Toast--animateIn{animation:Toast--animateIn 0.18s cubic-bezier(0.22, 0.61, 0.36, 1) backwards}@keyframes Toast--animateIn{0%{opacity:0;transform:translateY(100%)}}.Toast--animateOut{animation:Toast--animateOut 0.18s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards}@keyframes Toast--animateOut{100%{pointer-events:none;opacity:0;transform:translateY(100%)}}.Toast--spinner{animation:Toast--spinner 1000ms linear infinite}@keyframes Toast--spinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}} - -/*# sourceMappingURL=toasts.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/toasts.css.map b/assets/sass/@primer/css/dist/toasts.css.map deleted file mode 100644 index 2e887e9..0000000 --- a/assets/sass/@primer/css/dist/toasts.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/toasts/toasts.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/misc.scss","../src/src/support/mixins/layout.scss"],"names":[],"mappings":"AAEA,OACE,YAAa,CACb,UC2BU,CD1BV,aEJa,CFKb,qBEJU,CFKV,iBGAiB,CHEjB,gEERa,CEaT,0BJZN,OAUI,yBAAkB,CAAlB,sBAAkB,CAAlB,iBAAkB,CAClB,eAAgB,CAChB,WCuBkB,CDrBrB,CAED,YACE,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,UAAoB,CACpB,aAAc,CACd,UEtBU,CFuBV,wBEDuB,CFEvB,8BAA+B,CAC/B,iCAAkC,CACnC,eAGC,YCMoB,CDLrB,qBAGC,eAAgB,CAChB,YCCoB,CDApB,4BAA6B,CAC7B,QAAS,CAJX,sDAQI,aE7BqB,CF8BrB,YAAa,CATjB,4BAcI,aErCqB,CFsCtB,0BAMD,wBEiBuB,CFhBxB,4BAGC,aE3CuB,CF6CvB,wBEZuB,CFaxB,4BAGC,wBE7BuB,CF8BxB,4BAIC,wBEzDuB,CF0DxB,kBAKC,4EAA6E,CAC9E,4BAGC,GACE,SAAU,CACV,0BAA2B,CAAA,CAI/B,mBACE,+EAAgF,CACjF,6BAGC,KACE,mBAAoB,CACpB,SAAU,CACV,0BAA2B,CAAA,CAI/B,gBACE,+CAAgD,CACjD,0BAGC,KAAO,sBAAuB,CAC9B,GAAK,wBAAyB,CAAA","file":"toasts.css","sourcesContent":["// Toast\n\n.Toast {\n display: flex;\n margin: $spacer-2;\n color: $text-black;\n background-color: $bg-white;\n border-radius: $border-radius;\n // stylelint-disable-next-line primer/box-shadow\n box-shadow: inset 0 0 0 1px $border-gray-dark, $box-shadow-medium;\n\n @include breakpoint(sm) {\n width: max-content;\n max-width: 450px;\n margin: $spacer-3;\n }\n}\n\n.Toast-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n width: $spacer-3 * 3;\n flex-shrink: 0;\n color: $text-white;\n background-color: $bg-blue;\n border-top-left-radius: inherit;\n border-bottom-left-radius: inherit;\n}\n\n.Toast-content {\n padding: $spacer-3;\n}\n\n.Toast-dismissButton {\n max-height: 54px; // keeps button aligned to the top\n padding: $spacer-3;\n background-color: transparent;\n border: 0;\n\n &:focus,\n &:hover {\n color: $text-gray;\n outline: none;\n }\n\n &:active {\n // stylelint-disable-next-line primer/colors\n color: $gray-400;\n }\n}\n\n// Modifier\n\n.Toast--error .Toast-icon {\n background-color: $bg-red;\n}\n\n.Toast--warning .Toast-icon {\n color: $text-gray-dark;\n // stylelint-disable-next-line primer/colors\n background-color: $yellow-600;\n}\n\n.Toast--success .Toast-icon {\n background-color: $bg-green;\n}\n\n.Toast--loading .Toast-icon {\n // stylelint-disable-next-line primer/colors\n background-color: $gray-600;\n}\n\n// Animations\n\n.Toast--animateIn {\n animation: Toast--animateIn 0.18s cubic-bezier(0.22, 0.61, 0.36, 1) backwards;\n}\n\n@keyframes Toast--animateIn {\n 0% {\n opacity: 0;\n transform: translateY(100%);\n }\n}\n\n.Toast--animateOut {\n animation: Toast--animateOut 0.18s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards;\n}\n\n@keyframes Toast--animateOut {\n 100% {\n pointer-events: none;\n opacity: 0;\n transform: translateY(100%);\n }\n}\n\n.Toast--spinner {\n animation: Toast--spinner 1000ms linear infinite;\n}\n\n@keyframes Toast--spinner {\n from { transform: rotate(0deg); }\n to { transform: rotate(360deg); }\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n","// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/toasts.js b/assets/sass/@primer/css/dist/toasts.js deleted file mode 100644 index 2ed5fcf..0000000 --- a/assets/sass/@primer/css/dist/toasts.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/toasts.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/tooltips.css b/assets/sass/@primer/css/dist/tooltips.css deleted file mode 100644 index 3a5e523..0000000 --- a/assets/sass/@primer/css/dist/tooltips.css +++ /dev/null @@ -1,3 +0,0 @@ -.tooltipped{position:relative}.tooltipped::after{position:absolute;z-index:1000000;display:none;padding:.5em .75em;font:normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";-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:#1b1f23;border-radius:3px;opacity:0}.tooltipped::before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#1b1f23;pointer-events:none;content:"";border:6px solid transparent;opacity:0}@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;animation-name:tooltip-appear;animation-duration:.1s;animation-fill-mode:forwards;animation-timing-function:ease-in;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{animation-delay:0s}.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:6px}.tooltipped-s::before,.tooltipped-se::before,.tooltipped-sw::before{top:auto;right:50%;bottom:-7px;margin-right:-6px;border-bottom-color:#1b1f23}.tooltipped-se::after{right:auto;left:50%;margin-left:-16px}.tooltipped-sw::after{margin-right:-16px}.tooltipped-n::after,.tooltipped-ne::after,.tooltipped-nw::after{right:50%;bottom:100%;margin-bottom:6px}.tooltipped-n::before,.tooltipped-ne::before,.tooltipped-nw::before{top:-7px;right:50%;bottom:auto;margin-right:-6px;border-top-color:#1b1f23}.tooltipped-ne::after{right:auto;left:50%;margin-left:-16px}.tooltipped-nw::after{margin-right:-16px}.tooltipped-s::after,.tooltipped-n::after{transform:translateX(50%)}.tooltipped-w::after{right:100%;bottom:50%;margin-right:6px;transform:translateY(50%)}.tooltipped-w::before{top:50%;bottom:50%;left:-7px;margin-top:-6px;border-left-color:#1b1f23}.tooltipped-e::after{bottom:50%;left:100%;margin-left:6px;transform:translateY(50%)}.tooltipped-e::before{top:50%;right:-7px;bottom:50%;margin-top:-6px;border-right-color:#1b1f23}.tooltipped-align-right-1::after,.tooltipped-align-right-2::after{right:0;margin-right:0}.tooltipped-align-right-1::before{right:10px}.tooltipped-align-right-2::before{right:15px}.tooltipped-align-left-1::after,.tooltipped-align-left-2::after{left:0;margin-left:0}.tooltipped-align-left-1::before{left:5px}.tooltipped-align-left-2::before{left:10px}.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%;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} - -/*# sourceMappingURL=tooltips.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/tooltips.css.map b/assets/sass/@primer/css/dist/tooltips.css.map deleted file mode 100644 index 468d437..0000000 --- a/assets/sass/@primer/css/dist/tooltips.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/tooltips/tooltips.scss","../src/src/support/variables/layout.scss","../src/src/support/variables/typography.scss","../src/src/support/variables/color-system.scss","../src/src/support/variables/misc.scss"],"names":[],"mappings":"AAAA,YACE,iBAAkB,CACnB,mBAIC,iBAAkB,CAClB,eAAgB,CAChB,YAAa,CACb,kBC8DkB,CD7DlB,uIEwB4H,CFvB5H,2CAA4C,CAC5C,UGVU,CHWV,iBAAkB,CAClB,oBAAqB,CACrB,gBAAiB,CACjB,mBAAoB,CACpB,qBAAsB,CACtB,oBAAqB,CACrB,eAAgB,CAChB,mBAAoB,CACpB,wBAAyB,CACzB,kBGrBa,CHsBb,iBIhBiB,CJiBjB,SAAU,CACX,oBAIC,iBAAkB,CAClB,eAAgB,CAChB,YAAa,CACb,OAAQ,CACR,QAAS,CACT,aGjCa,CHkCb,mBAAoB,CACpB,UAAW,CAEX,4BAAqC,CACrC,SAAU,CACX,0BAIC,KACE,SAAU,CAGZ,GACE,SAAU,CAAA,CAKd,2JAKI,oBAAqB,CACrB,oBAAqB,CACrB,6BAA8B,CAC9B,sBIrCmB,CJsCnB,4BAA6B,CAC7B,iCAAkC,CAClC,mBIzCgB,CJ0CjB,iNAQC,kBAAmB,CACpB,0GAOC,kBAAmB,CACpB,iEAQC,QAAS,CACT,SAAU,CAEV,cAAe,CAPnB,oEAWI,QAAS,CACT,SAAU,CACV,WAAY,CAEZ,iBAAkB,CAElB,2BGvGW,CHwGZ,sBAKC,UAAW,CACX,QAAS,CACT,iBC3EkB,CD4EnB,sBAID,kBChFoB,CDiFrB,iEAOG,SAAU,CACV,WAAY,CAEZ,iBAAkB,CAPtB,oEAWI,QAAS,CACT,SAAU,CACV,WAAY,CAEZ,iBAAkB,CAElB,wBGzIW,CH0IZ,sBAKC,UAAW,CACX,QAAS,CACT,iBC7GkB,CD8GnB,sBAID,kBClHoB,CDmHrB,0CAKC,yBAA0B,CAC3B,qBAKG,UAAW,CACX,UAAW,CAEX,gBAAiB,CACjB,yBAA0B,CAN9B,sBAUI,OAAQ,CACR,UAAW,CACX,SAAU,CAEV,eAAgB,CAEhB,yBGhLW,CHiLZ,qBAMC,UAAW,CACX,SAAU,CAEV,eAAgB,CAChB,yBAA0B,CAN9B,sBAUI,OAAQ,CACR,UAAW,CACX,UAAW,CAEX,eAAgB,CAEhB,0BGrMW,CHsMZ,kEAOC,OAAQ,CACR,cAAe,CAChB,kCAKC,UAAW,CACZ,kCAKC,UAAW,CACZ,gEAMC,MAAO,CACP,aAAc,CACf,iCAKC,QAAS,CACV,iCAKC,SAAU,CACX,6BAUC,yBAAkB,CAAlB,sBAAkB,CAAlB,iBAAkB,CAClB,eItOqB,CJuOrB,oBAAqB,CACrB,oBAAqB,CACrB,wBAAyB,CAN7B,oFAWI,UAAW,CACX,QAAS,CACT,0BAA2B,CAb/B,oFAkBI,UAAW,CACZ,mCAKD,6BACE,WI5PqB,CJ6PtB,CAMH,qDAGI,oBAAqB,CAHzB,+CAQM,kBAAmB","file":"tooltips.css","sourcesContent":[".tooltipped {\n position: relative;\n}\n\n// This is the tooltip bubble\n.tooltipped::after {\n position: absolute;\n z-index: 1000000;\n display: none;\n padding: $em-spacer-5 $em-spacer-6;\n font: normal normal 11px/1.5 $body-font;\n -webkit-font-smoothing: subpixel-antialiased;\n color: $text-white;\n text-align: center;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-wrap: break-word;\n white-space: pre;\n pointer-events: none;\n content: attr(aria-label);\n background: $bg-black;\n border-radius: $border-radius;\n opacity: 0;\n}\n\n// This is the tooltip arrow\n.tooltipped::before {\n position: absolute;\n z-index: 1000001;\n display: none;\n width: 0;\n height: 0;\n color: $text-black;\n pointer-events: none;\n content: \"\";\n // stylelint-disable-next-line primer/borders\n border: 6px $border-style transparent;\n opacity: 0;\n}\n\n// delay animation for tooltip\n@keyframes tooltip-appear {\n from {\n opacity: 0;\n }\n\n to {\n opacity: 1;\n }\n}\n\n// This will indicate when we'll activate the tooltip\n.tooltipped:hover,\n.tooltipped:active,\n.tooltipped:focus {\n &::before,\n &::after {\n display: inline-block;\n text-decoration: none;\n animation-name: tooltip-appear;\n animation-duration: $tooltip-duration;\n animation-fill-mode: forwards;\n animation-timing-function: ease-in;\n animation-delay: $tooltip-delay;\n }\n}\n\n.tooltipped-no-delay:hover,\n.tooltipped-no-delay:active,\n.tooltipped-no-delay:focus {\n &::before,\n &::after {\n animation-delay: 0s;\n }\n}\n\n.tooltipped-multiline:hover,\n.tooltipped-multiline:active,\n.tooltipped-multiline:focus {\n &::after {\n display: table-cell;\n }\n}\n\n// Tooltipped south\n.tooltipped-s,\n.tooltipped-se,\n.tooltipped-sw {\n &::after {\n top: 100%;\n right: 50%;\n // stylelint-disable-next-line primer/spacing\n margin-top: 6px;\n }\n\n &::before {\n top: auto;\n right: 50%;\n bottom: -7px;\n // stylelint-disable-next-line primer/spacing\n margin-right: -6px;\n // stylelint-disable-next-line primer/borders\n border-bottom-color: $bg-black;\n }\n}\n\n.tooltipped-se {\n &::after {\n right: auto;\n left: 50%;\n margin-left: -$spacer-3;\n }\n}\n\n.tooltipped-sw::after {\n margin-right: -$spacer-3;\n}\n\n// Tooltips above the object\n.tooltipped-n,\n.tooltipped-ne,\n.tooltipped-nw {\n &::after {\n right: 50%;\n bottom: 100%;\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 6px;\n }\n\n &::before {\n top: -7px;\n right: 50%;\n bottom: auto;\n // stylelint-disable-next-line primer/spacing\n margin-right: -6px;\n // stylelint-disable-next-line primer/borders\n border-top-color: $bg-black;\n }\n}\n\n.tooltipped-ne {\n &::after {\n right: auto;\n left: 50%;\n margin-left: -$spacer-3;\n }\n}\n\n.tooltipped-nw::after {\n margin-right: -$spacer-3;\n}\n\n// Move the tooltip body to the center of the object.\n.tooltipped-s::after,\n.tooltipped-n::after {\n transform: translateX(50%);\n}\n\n// Tooltipped to the left\n.tooltipped-w {\n &::after {\n right: 100%;\n bottom: 50%;\n // stylelint-disable-next-line primer/spacing\n margin-right: 6px;\n transform: translateY(50%);\n }\n\n &::before {\n top: 50%;\n bottom: 50%;\n left: -7px;\n // stylelint-disable-next-line primer/spacing\n margin-top: -6px;\n // stylelint-disable-next-line primer/borders\n border-left-color: $bg-black;\n }\n}\n\n// tooltipped to the right\n.tooltipped-e {\n &::after {\n bottom: 50%;\n left: 100%;\n // stylelint-disable-next-line primer/spacing\n margin-left: 6px;\n transform: translateY(50%);\n }\n\n &::before {\n top: 50%;\n right: -7px;\n bottom: 50%;\n // stylelint-disable-next-line primer/spacing\n margin-top: -6px;\n // stylelint-disable-next-line primer/borders\n border-right-color: $bg-black;\n }\n}\n\n// Tooltip align right and left\n.tooltipped-align-right-1,\n.tooltipped-align-right-2 {\n &::after {\n right: 0;\n margin-right: 0;\n }\n}\n\n.tooltipped-align-right-1 {\n &::before {\n right: 10px;\n }\n}\n\n.tooltipped-align-right-2 {\n &::before {\n right: 15px;\n }\n}\n\n.tooltipped-align-left-1,\n.tooltipped-align-left-2, {\n &::after {\n left: 0;\n margin-left: 0;\n }\n}\n\n.tooltipped-align-left-1 {\n &::before {\n left: 5px;\n }\n}\n\n.tooltipped-align-left-2 {\n &::before {\n left: 10px;\n }\n}\n\n// Multiline tooltips\n//\n// `.tooltipped-multiline` Add this class when you have long content.\n// The downside is you cannot preformat the text with newlines and `[w,e]`\n// are always `$tooltip-max-width` wide.\n.tooltipped-multiline {\n &::after {\n width: max-content;\n max-width: $tooltip-max-width;\n word-wrap: break-word;\n white-space: pre-line;\n border-collapse: separate;\n }\n\n &.tooltipped-s::after,\n &.tooltipped-n::after {\n right: auto;\n left: 50%;\n transform: translateX(-50%);\n }\n\n &.tooltipped-w::after,\n &.tooltipped-e::after {\n right: 100%;\n }\n}\n\n@media screen and (min-width: 0\\0) {\n // IE11\n .tooltipped-multiline::after {\n width: $tooltip-max-width;\n }\n}\n\n// Sticky tooltips\n//\n// Always show the tooltip.\n.tooltipped-sticky {\n &::before,\n &::after {\n display: inline-block;\n }\n\n &.tooltipped-multiline {\n &::after {\n display: table-cell;\n }\n }\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Miscellaneous variables\n\n// Border size\n$border-width: 1px !default;\n$border-color: $border-gray !default;\n$border-style: solid !default;\n$border: $border-width $border-color $border-style !default;\n$border-radius: 3px !default;\n\n// Box shadow\n$box-shadow: 0 1px 1px rgba($black, 0.1) !default;\n$box-shadow-medium: 0 1px 5px $black-fade-15 !default;\n$box-shadow-large: 0 1px 15px $black-fade-15 !default;\n$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;\n\n// Button and form variables\n$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default;\n$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default;\n$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default;\n\n// Tooltips\n$tooltip-max-width: 250px !default;\n$tooltip-background-color: $black !default;\n$tooltip-text-color: $white !default;\n$tooltip-delay: 0.4s !default;\n$tooltip-duration: 0.1s !default;\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/tooltips.js b/assets/sass/@primer/css/dist/tooltips.js deleted file mode 100644 index 1a0d3f2..0000000 --- a/assets/sass/@primer/css/dist/tooltips.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/tooltips.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/truncate.css b/assets/sass/@primer/css/dist/truncate.css deleted file mode 100644 index 3b246f4..0000000 --- a/assets/sass/@primer/css/dist/truncate.css +++ /dev/null @@ -1,3 +0,0 @@ -.css-truncate.css-truncate-overflow,.css-truncate .css-truncate-overflow,.css-truncate.css-truncate-target,.css-truncate .css-truncate-target{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.css-truncate.css-truncate-target,.css-truncate .css-truncate-target{display:inline-block;max-width:125px;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} - -/*# sourceMappingURL=truncate.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/truncate.css.map b/assets/sass/@primer/css/dist/truncate.css.map deleted file mode 100644 index 10f6a6a..0000000 --- a/assets/sass/@primer/css/dist/truncate.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/truncate/truncate.scss"],"names":[],"mappings":"AAIA,8IAOI,eAAgB,CAChB,sBAAuB,CACvB,kBAAmB,CATvB,qEAeI,oBAAqB,CACrB,eAAgB,CAChB,kBAAmB,CAjBvB,gPAwBI,4BAA6B","file":"truncate.css","sourcesContent":["// Truncate\n//\n// css-truncate will shorten text with an ellipsis.\n\n.css-truncate {\n\n // css-truncate-auto will shorten text with an ellipsis when overflowing\n &.css-truncate-overflow,\n .css-truncate-overflow,\n &.css-truncate-target,\n .css-truncate-target {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n // css-truncate-target will shorten text with an ellipsis and a max width\n &.css-truncate-target,\n .css-truncate-target {\n display: inline-block;\n max-width: 125px;\n vertical-align: top;\n }\n\n &.expandable.zeroclipboard-is-hover .css-truncate-target,\n &.expandable.zeroclipboard-is-hover.css-truncate-target,\n &.expandable:hover .css-truncate-target,\n &.expandable:hover.css-truncate-target {\n max-width: 10000px !important;\n }\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/truncate.js b/assets/sass/@primer/css/dist/truncate.js deleted file mode 100644 index 1f6afd7..0000000 --- a/assets/sass/@primer/css/dist/truncate.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/truncate.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/utilities.css b/assets/sass/@primer/css/dist/utilities.css deleted file mode 100644 index b8e9e69..0000000 --- a/assets/sass/@primer/css/dist/utilities.css +++ /dev/null @@ -1,3 +0,0 @@ -.anim-fade-in{animation-name:fade-in;animation-duration:1s;animation-timing-function:ease-in-out}.anim-fade-in.fast{animation-duration:300ms}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.anim-fade-out{animation-name:fade-out;animation-duration:1s;animation-timing-function:ease-out}.anim-fade-out.fast{animation-duration:0.3s}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}.anim-fade-up{opacity:0;animation-name:fade-up;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease-out;animation-delay:1s}@keyframes fade-up{0%{opacity:0.8;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}.anim-fade-down{animation-name:fade-down;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease-in}@keyframes fade-down{0%{opacity:1;transform:translateY(0)}100%{opacity:0.5;transform:translateY(100%)}}.anim-grow-x{width:0%;animation-name:grow-x;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease;animation-delay:0.5s}@keyframes grow-x{to{width:100%}}.anim-shrink-x{animation-name:shrink-x;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease-in-out;animation-delay:0.5s}@keyframes shrink-x{to{width:0%}}.anim-scale-in{animation-name:scale-in;animation-duration:0.15s;animation-timing-function:cubic-bezier(0.2, 0, 0.13, 1.5)}@keyframes scale-in{0%{opacity:0;transform:scale(0.5)}100%{opacity:1;transform:scale(1)}}.anim-pulse{animation-name:pulse;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes pulse{0%{opacity:0.3}10%{opacity:1}100%{opacity:0.3}}.anim-pulse-in{animation-name:pulse-in;animation-duration:0.5s}@keyframes pulse-in{0%{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.1, 1.1, 1.1)}100%{transform:scale3d(1, 1, 1)}}.hover-grow{transition:transform 0.3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hover-grow:hover{transform:scale(1.025)}.border-x{border-right:1px #e1e4e8 solid !important;border-left:1px #e1e4e8 solid !important}.border-y{border-top:1px #e1e4e8 solid !important;border-bottom:1px #e1e4e8 solid !important}.border{border:1px #e1e4e8 solid !important}.border-0{border:0 !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-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}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}@media (min-width: 544px){.border-sm{border:1px #e1e4e8 solid !important}.border-sm-0{border:0 !important}.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}.rounded-sm-0{border-radius:0 !important}.rounded-sm-1{border-radius:3px !important}.rounded-sm-2{border-radius:6px !important}.rounded-sm-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-sm-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-sm-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-sm-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-sm-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-sm-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-sm-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-sm-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-sm-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-sm-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-sm-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-sm-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}@media (min-width: 768px){.border-md{border:1px #e1e4e8 solid !important}.border-md-0{border:0 !important}.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}.rounded-md-0{border-radius:0 !important}.rounded-md-1{border-radius:3px !important}.rounded-md-2{border-radius:6px !important}.rounded-md-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-md-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-md-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-md-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-md-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-md-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-md-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-md-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-md-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-md-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-md-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-md-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}@media (min-width: 1012px){.border-lg{border:1px #e1e4e8 solid !important}.border-lg-0{border:0 !important}.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}.rounded-lg-0{border-radius:0 !important}.rounded-lg-1{border-radius:3px !important}.rounded-lg-2{border-radius:6px !important}.rounded-lg-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-lg-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-lg-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-lg-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-lg-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-lg-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-lg-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-lg-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-lg-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-lg-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-lg-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-lg-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}@media (min-width: 1280px){.border-xl{border:1px #e1e4e8 solid !important}.border-xl-0{border:0 !important}.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}.rounded-xl-0{border-radius:0 !important}.rounded-xl-1{border-radius:3px !important}.rounded-xl-2{border-radius:6px !important}.rounded-xl-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-xl-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-xl-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-xl-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-xl-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-xl-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-xl-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-xl-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-xl-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-xl-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-xl-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-xl-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}.circle{border-radius:50% !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-white-fade{border-color:rgba(255,255,255,0.15) !important}.border-white-fade-15{border-color:rgba(255,255,255,0.15) !important}.border-white-fade-30{border-color:rgba(255,255,255,0.3) !important}.border-white-fade-50{border-color:rgba(255,255,255,0.5) !important}.border-white-fade-70{border-color:rgba(255,255,255,0.7) !important}.border-white-fade-85{border-color:rgba(255,255,255,0.85) !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-yellow-dark{background-color:#dbab09 !important}.bg-purple{background-color:#6f42c1 !important}.bg-pink{background-color:#ea4aaa !important}.bg-purple-light{background-color:#f5f0ff !important}.color-gray-0{color:#fafbfc !important}.bg-gray-0{background-color:#fafbfc !important}.color-gray-1{color:#f6f8fa !important}.bg-gray-1{background-color:#f6f8fa !important}.color-gray-2{color:#e1e4e8 !important}.bg-gray-2{background-color:#e1e4e8 !important}.color-gray-3{color:#d1d5da !important}.bg-gray-3{background-color:#d1d5da !important}.color-gray-4{color:#959da5 !important}.bg-gray-4{background-color:#959da5 !important}.color-gray-5{color:#6a737d !important}.bg-gray-5{background-color:#6a737d !important}.color-gray-6{color:#586069 !important}.bg-gray-6{background-color:#586069 !important}.color-gray-7{color:#444d56 !important}.bg-gray-7{background-color:#444d56 !important}.color-gray-8{color:#2f363d !important}.bg-gray-8{background-color:#2f363d !important}.color-gray-9{color:#24292e !important}.bg-gray-9{background-color:#24292e !important}.color-blue-0{color:#f1f8ff !important}.bg-blue-0{background-color:#f1f8ff !important}.color-blue-1{color:#dbedff !important}.bg-blue-1{background-color:#dbedff !important}.color-blue-2{color:#c8e1ff !important}.bg-blue-2{background-color:#c8e1ff !important}.color-blue-3{color:#79b8ff !important}.bg-blue-3{background-color:#79b8ff !important}.color-blue-4{color:#2188ff !important}.bg-blue-4{background-color:#2188ff !important}.color-blue-5{color:#0366d6 !important}.bg-blue-5{background-color:#0366d6 !important}.color-blue-6{color:#005cc5 !important}.bg-blue-6{background-color:#005cc5 !important}.color-blue-7{color:#044289 !important}.bg-blue-7{background-color:#044289 !important}.color-blue-8{color:#032f62 !important}.bg-blue-8{background-color:#032f62 !important}.color-blue-9{color:#05264c !important}.bg-blue-9{background-color:#05264c !important}.color-green-0{color:#f0fff4 !important}.bg-green-0{background-color:#f0fff4 !important}.color-green-1{color:#dcffe4 !important}.bg-green-1{background-color:#dcffe4 !important}.color-green-2{color:#bef5cb !important}.bg-green-2{background-color:#bef5cb !important}.color-green-3{color:#85e89d !important}.bg-green-3{background-color:#85e89d !important}.color-green-4{color:#34d058 !important}.bg-green-4{background-color:#34d058 !important}.color-green-5{color:#28a745 !important}.bg-green-5{background-color:#28a745 !important}.color-green-6{color:#22863a !important}.bg-green-6{background-color:#22863a !important}.color-green-7{color:#176f2c !important}.bg-green-7{background-color:#176f2c !important}.color-green-8{color:#165c26 !important}.bg-green-8{background-color:#165c26 !important}.color-green-9{color:#144620 !important}.bg-green-9{background-color:#144620 !important}.color-yellow-0{color:#fffdef !important}.bg-yellow-0{background-color:#fffdef !important}.color-yellow-1{color:#fffbdd !important}.bg-yellow-1{background-color:#fffbdd !important}.color-yellow-2{color:#fff5b1 !important}.bg-yellow-2{background-color:#fff5b1 !important}.color-yellow-3{color:#ffea7f !important}.bg-yellow-3{background-color:#ffea7f !important}.color-yellow-4{color:#ffdf5d !important}.bg-yellow-4{background-color:#ffdf5d !important}.color-yellow-5{color:#ffd33d !important}.bg-yellow-5{background-color:#ffd33d !important}.color-yellow-6{color:#f9c513 !important}.bg-yellow-6{background-color:#f9c513 !important}.color-yellow-7{color:#dbab09 !important}.bg-yellow-7{background-color:#dbab09 !important}.color-yellow-8{color:#b08800 !important}.bg-yellow-8{background-color:#b08800 !important}.color-yellow-9{color:#735c0f !important}.bg-yellow-9{background-color:#735c0f !important}.color-orange-0{color:#fff8f2 !important}.bg-orange-0{background-color:#fff8f2 !important}.color-orange-1{color:#ffebda !important}.bg-orange-1{background-color:#ffebda !important}.color-orange-2{color:#ffd1ac !important}.bg-orange-2{background-color:#ffd1ac !important}.color-orange-3{color:#ffab70 !important}.bg-orange-3{background-color:#ffab70 !important}.color-orange-4{color:#fb8532 !important}.bg-orange-4{background-color:#fb8532 !important}.color-orange-5{color:#f66a0a !important}.bg-orange-5{background-color:#f66a0a !important}.color-orange-6{color:#e36209 !important}.bg-orange-6{background-color:#e36209 !important}.color-orange-7{color:#d15704 !important}.bg-orange-7{background-color:#d15704 !important}.color-orange-8{color:#c24e00 !important}.bg-orange-8{background-color:#c24e00 !important}.color-orange-9{color:#a04100 !important}.bg-orange-9{background-color:#a04100 !important}.color-red-0{color:#ffeef0 !important}.bg-red-0{background-color:#ffeef0 !important}.color-red-1{color:#ffdce0 !important}.bg-red-1{background-color:#ffdce0 !important}.color-red-2{color:#fdaeb7 !important}.bg-red-2{background-color:#fdaeb7 !important}.color-red-3{color:#f97583 !important}.bg-red-3{background-color:#f97583 !important}.color-red-4{color:#ea4a5a !important}.bg-red-4{background-color:#ea4a5a !important}.color-red-5{color:#d73a49 !important}.bg-red-5{background-color:#d73a49 !important}.color-red-6{color:#cb2431 !important}.bg-red-6{background-color:#cb2431 !important}.color-red-7{color:#b31d28 !important}.bg-red-7{background-color:#b31d28 !important}.color-red-8{color:#9e1c23 !important}.bg-red-8{background-color:#9e1c23 !important}.color-red-9{color:#86181d !important}.bg-red-9{background-color:#86181d !important}.color-purple-0{color:#f5f0ff !important}.bg-purple-0{background-color:#f5f0ff !important}.color-purple-1{color:#e6dcfd !important}.bg-purple-1{background-color:#e6dcfd !important}.color-purple-2{color:#d1bcf9 !important}.bg-purple-2{background-color:#d1bcf9 !important}.color-purple-3{color:#b392f0 !important}.bg-purple-3{background-color:#b392f0 !important}.color-purple-4{color:#8a63d2 !important}.bg-purple-4{background-color:#8a63d2 !important}.color-purple-5{color:#6f42c1 !important}.bg-purple-5{background-color:#6f42c1 !important}.color-purple-6{color:#5a32a3 !important}.bg-purple-6{background-color:#5a32a3 !important}.color-purple-7{color:#4c2889 !important}.bg-purple-7{background-color:#4c2889 !important}.color-purple-8{color:#3a1d6e !important}.bg-purple-8{background-color:#3a1d6e !important}.color-purple-9{color:#29134e !important}.bg-purple-9{background-color:#29134e !important}.color-pink-0{color:#ffeef8 !important}.bg-pink-0{background-color:#ffeef8 !important}.color-pink-1{color:#fedbf0 !important}.bg-pink-1{background-color:#fedbf0 !important}.color-pink-2{color:#f9b3dd !important}.bg-pink-2{background-color:#f9b3dd !important}.color-pink-3{color:#f692ce !important}.bg-pink-3{background-color:#f692ce !important}.color-pink-4{color:#ec6cb9 !important}.bg-pink-4{background-color:#ec6cb9 !important}.color-pink-5{color:#ea4aaa !important}.bg-pink-5{background-color:#ea4aaa !important}.color-pink-6{color:#d03592 !important}.bg-pink-6{background-color:#d03592 !important}.color-pink-7{color:#b93a86 !important}.bg-pink-7{background-color:#b93a86 !important}.color-pink-8{color:#99306f !important}.bg-pink-8{background-color:#99306f !important}.color-pink-9{color:#6d224f !important}.bg-pink-9{background-color:#6d224f !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-yellow{color:#b08800 !important}.text-orange{color:#a04100 !important}.text-orange-light{color:#e36209 !important}.text-purple{color:#6f42c1 !important}.text-pink{color:#ea4aaa !important}.text-white{color:#fff !important}.text-inherit{color:inherit !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}.details-overlay[open]>summary::before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:block;cursor:default;content:" ";background:transparent}.details-overlay-dark[open]>summary::before{z-index:99;background:rgba(27,31,35,0.5)}.details-reset>summary{list-style:none}.details-reset>summary::before{display:none}.details-reset>summary::-webkit-details-marker{display:none}.flex-row{flex-direction:row !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column{flex-direction:column !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-justify-start{justify-content:flex-start !important}.flex-justify-end{justify-content:flex-end !important}.flex-justify-center{justify-content:center !important}.flex-justify-between{justify-content:space-between !important}.flex-justify-around{justify-content:space-around !important}.flex-items-start{align-items:flex-start !important}.flex-items-end{align-items:flex-end !important}.flex-items-center{align-items:center !important}.flex-items-baseline{align-items:baseline !important}.flex-items-stretch{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-1{flex:1 !important}.flex-auto{flex:auto !important}.flex-grow-0{flex-grow:0 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-self-auto{align-self:auto !important}.flex-self-start{align-self:flex-start !important}.flex-self-end{align-self:flex-end !important}.flex-self-center{align-self:center !important}.flex-self-baseline{align-self:baseline !important}.flex-self-stretch{align-self:stretch !important}.flex-order-1{order:1 !important}.flex-order-2{order:2 !important}.flex-order-none{order:inherit !important}@media (min-width: 544px){.flex-sm-row{flex-direction:row !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column{flex-direction:column !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-justify-start{justify-content:flex-start !important}.flex-sm-justify-end{justify-content:flex-end !important}.flex-sm-justify-center{justify-content:center !important}.flex-sm-justify-between{justify-content:space-between !important}.flex-sm-justify-around{justify-content:space-around !important}.flex-sm-items-start{align-items:flex-start !important}.flex-sm-items-end{align-items:flex-end !important}.flex-sm-items-center{align-items:center !important}.flex-sm-items-baseline{align-items:baseline !important}.flex-sm-items-stretch{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-1{flex:1 !important}.flex-sm-auto{flex:auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-self-auto{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{align-self:center !important}.flex-sm-self-baseline{align-self:baseline !important}.flex-sm-self-stretch{align-self:stretch !important}.flex-sm-order-1{order:1 !important}.flex-sm-order-2{order:2 !important}.flex-sm-order-none{order:inherit !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column{flex-direction:column !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-justify-start{justify-content:flex-start !important}.flex-md-justify-end{justify-content:flex-end !important}.flex-md-justify-center{justify-content:center !important}.flex-md-justify-between{justify-content:space-between !important}.flex-md-justify-around{justify-content:space-around !important}.flex-md-items-start{align-items:flex-start !important}.flex-md-items-end{align-items:flex-end !important}.flex-md-items-center{align-items:center !important}.flex-md-items-baseline{align-items:baseline !important}.flex-md-items-stretch{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-1{flex:1 !important}.flex-md-auto{flex:auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-self-auto{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{align-self:center !important}.flex-md-self-baseline{align-self:baseline !important}.flex-md-self-stretch{align-self:stretch !important}.flex-md-order-1{order:1 !important}.flex-md-order-2{order:2 !important}.flex-md-order-none{order:inherit !important}}@media (min-width: 1012px){.flex-lg-row{flex-direction:row !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column{flex-direction:column !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-justify-start{justify-content:flex-start !important}.flex-lg-justify-end{justify-content:flex-end !important}.flex-lg-justify-center{justify-content:center !important}.flex-lg-justify-between{justify-content:space-between !important}.flex-lg-justify-around{justify-content:space-around !important}.flex-lg-items-start{align-items:flex-start !important}.flex-lg-items-end{align-items:flex-end !important}.flex-lg-items-center{align-items:center !important}.flex-lg-items-baseline{align-items:baseline !important}.flex-lg-items-stretch{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-1{flex:1 !important}.flex-lg-auto{flex:auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-self-auto{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{align-self:center !important}.flex-lg-self-baseline{align-self:baseline !important}.flex-lg-self-stretch{align-self:stretch !important}.flex-lg-order-1{order:1 !important}.flex-lg-order-2{order:2 !important}.flex-lg-order-none{order:inherit !important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column{flex-direction:column !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-justify-start{justify-content:flex-start !important}.flex-xl-justify-end{justify-content:flex-end !important}.flex-xl-justify-center{justify-content:center !important}.flex-xl-justify-between{justify-content:space-between !important}.flex-xl-justify-around{justify-content:space-around !important}.flex-xl-items-start{align-items:flex-start !important}.flex-xl-items-end{align-items:flex-end !important}.flex-xl-items-center{align-items:center !important}.flex-xl-items-baseline{align-items:baseline !important}.flex-xl-items-stretch{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-1{flex:1 !important}.flex-xl-auto{flex:auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-self-auto{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{align-self:center !important}.flex-xl-self-baseline{align-self:baseline !important}.flex-xl-self-stretch{align-self:stretch !important}.flex-xl-order-1{order:1 !important}.flex-xl-order-2{order:2 !important}.flex-xl-order-none{order:inherit !important}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}@media (min-width: 544px){.position-sm-static{position:static !important}.position-sm-relative{position:relative !important}.position-sm-absolute{position:absolute !important}.position-sm-fixed{position:fixed !important}.position-sm-sticky{position:-webkit-sticky !important;position:sticky !important}}@media (min-width: 768px){.position-md-static{position:static !important}.position-md-relative{position:relative !important}.position-md-absolute{position:absolute !important}.position-md-fixed{position:fixed !important}.position-md-sticky{position:-webkit-sticky !important;position:sticky !important}}@media (min-width: 1012px){.position-lg-static{position:static !important}.position-lg-relative{position:relative !important}.position-lg-absolute{position:absolute !important}.position-lg-fixed{position:fixed !important}.position-lg-sticky{position:-webkit-sticky !important;position:sticky !important}}@media (min-width: 1280px){.position-xl-static{position:static !important}.position-xl-relative{position:relative !important}.position-xl-absolute{position:absolute !important}.position-xl-fixed{position:fixed !important}.position-xl-sticky{position:-webkit-sticky !important;position:sticky !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}.v-align-baseline{vertical-align:baseline !important}.overflow-visible{overflow:visible !important}.overflow-x-visible{overflow-x:visible !important}.overflow-y-visible{overflow-y:visible !important}.overflow-hidden{overflow:hidden !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-auto{overflow:auto !important}.overflow-x-auto{overflow-x:auto !important}.overflow-y-auto{overflow-y:auto !important}.overflow-scroll{overflow:scroll !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-scroll{overflow-y:scroll !important}.clearfix::before{display:table;content:""}.clearfix::after{display:table;clear:both;content:""}.float-left{float:left !important}.float-right{float:right !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-fit{max-height:100% !important}.height-full{height:100% !important}.min-width-0{min-width:0 !important}.width-auto{width:auto !important}.direction-rtl{direction:rtl !important}.direction-ltr{direction:ltr !important}@media (min-width: 544px){.width-sm-auto{width:auto !important}.direction-sm-rtl{direction:rtl !important}.direction-sm-ltr{direction:ltr !important}}@media (min-width: 768px){.width-md-auto{width:auto !important}.direction-md-rtl{direction:rtl !important}.direction-md-ltr{direction:ltr !important}}@media (min-width: 1012px){.width-lg-auto{width:auto !important}.direction-lg-rtl{direction:rtl !important}.direction-lg-ltr{direction:ltr !important}}@media (min-width: 1280px){.width-xl-auto{width:auto !important}.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}.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}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.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}.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}.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}.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}.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}.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}.mx-sm-auto{margin-right:auto !important;margin-left:auto !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}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.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}.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}.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}.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}.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}.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}.mx-md-auto{margin-right:auto !important;margin-left:auto !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}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.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}.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}.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}.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}.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}.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}.mx-lg-auto{margin-right:auto !important;margin-left:auto !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}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.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}.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}.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}.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}.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}.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}.mx-xl-auto{margin-right:auto !important;margin-left:auto !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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.lh-0{line-height:0 !important}@media (min-width: 544px){.lh-sm-condensed-ultra{line-height:1 !important}.lh-sm-condensed{line-height:1.25 !important}.lh-sm-default{line-height:1.5 !important}.lh-sm-0{line-height:0 !important}}@media (min-width: 768px){.lh-md-condensed-ultra{line-height:1 !important}.lh-md-condensed{line-height:1.25 !important}.lh-md-default{line-height:1.5 !important}.lh-md-0{line-height:0 !important}}@media (min-width: 1012px){.lh-lg-condensed-ultra{line-height:1 !important}.lh-lg-condensed{line-height:1.25 !important}.lh-lg-default{line-height:1.5 !important}.lh-lg-0{line-height:0 !important}}@media (min-width: 1280px){.lh-xl-condensed-ultra{line-height:1 !important}.lh-xl-condensed{line-height:1.25 !important}.lh-xl-default{line-height:1.5 !important}.lh-xl-0{line-height:0 !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:400 !important}.text-bold{font-weight:600 !important}.text-italic{font-style:italic !important}.text-uppercase{text-transform:uppercase !important}.text-underline{text-decoration:underline !important}.no-underline{text-decoration:none !important}.no-wrap{white-space:nowrap !important}.ws-normal{white-space:normal !important}.break-word{word-break:break-word !important;word-wrap:break-word !important;overflow-wrap:break-word !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)}.text-mono{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.d-block{display:block !important}.d-flex{display:flex !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.d-table{display:table !important}.d-table-cell{display:table-cell !important}@media (min-width: 544px){.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.d-sm-table{display:table !important}.d-sm-table-cell{display:table-cell !important}}@media (min-width: 768px){.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.d-md-table{display:table !important}.d-md-table-cell{display:table-cell !important}}@media (min-width: 1012px){.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.d-lg-table{display:table !important}.d-lg-table-cell{display:table-cell !important}}@media (min-width: 1280px){.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.d-xl-table{display:table !important}.d-xl-table-cell{display:table-cell !important}}.v-hidden{visibility:hidden !important}.v-visible{visibility:visible !important}@media (max-width: 543px){.hide-sm{display:none !important}}@media (min-width: 544px) and (max-width: 767px){.hide-md{display:none !important}}@media (min-width: 768px) and (max-width: 1011px){.hide-lg{display:none !important}}@media (min-width: 1012px){.hide-xl{display:none !important}}.table-fixed{table-layout:fixed !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} - -/*# sourceMappingURL=utilities.css.map */
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/utilities.css.map b/assets/sass/@primer/css/dist/utilities.css.map deleted file mode 100644 index db0299f..0000000 --- a/assets/sass/@primer/css/dist/utilities.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/src/utilities/animations.scss","../src/src/utilities/borders.scss","../src/src/support/mixins/layout.scss","../src/src/utilities/box-shadow.scss","../src/src/utilities/colors.scss","../src/src/utilities/details.scss","../src/src/support/variables/color-system.scss","../src/src/utilities/flexbox.scss","../src/src/utilities/layout.scss","../src/src/utilities/margin.scss","../src/src/utilities/padding.scss","../src/src/utilities/typography.scss","../src/src/support/variables/typography.scss","../src/src/utilities/visibility-display.scss"],"names":[],"mappings":"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","file":"utilities.css","sourcesContent":["// This file contains reusable animations for github.\n\n/* Fade in an element */\n.anim-fade-in {\n animation-name: fade-in;\n animation-duration: 1s;\n animation-timing-function: ease-in-out;\n\n &.fast {\n animation-duration: 300ms;\n }\n}\n\n@keyframes fade-in {\n 0% {\n opacity: 0;\n }\n\n 100% {\n opacity: 1;\n }\n}\n\n/* Fade out an element */\n.anim-fade-out {\n animation-name: fade-out;\n animation-duration: 1s;\n animation-timing-function: ease-out;\n\n &.fast {\n animation-duration: 0.3s;\n }\n}\n\n@keyframes fade-out {\n 0% {\n opacity: 1;\n }\n\n 100% {\n opacity: 0;\n }\n}\n\n/* Fade in and slide up an element */\n.anim-fade-up {\n opacity: 0;\n animation-name: fade-up;\n animation-duration: 0.3s;\n animation-fill-mode: forwards;\n animation-timing-function: ease-out;\n animation-delay: 1s;\n}\n\n@keyframes fade-up {\n 0% {\n opacity: 0.8;\n transform: translateY(100%);\n }\n\n 100% {\n opacity: 1;\n transform: translateY(0);\n }\n}\n\n/* Fade an element out and slide down */\n.anim-fade-down {\n animation-name: fade-down;\n animation-duration: 0.3s;\n animation-fill-mode: forwards;\n animation-timing-function: ease-in;\n}\n\n@keyframes fade-down {\n 0% {\n opacity: 1;\n transform: translateY(0);\n }\n\n 100% {\n opacity: 0.5;\n transform: translateY(100%);\n }\n}\n\n/* Grow an element width from 0 to 100% */\n.anim-grow-x {\n width: 0%;\n animation-name: grow-x;\n animation-duration: 0.3s;\n animation-fill-mode: forwards;\n animation-timing-function: ease;\n animation-delay: 0.5s;\n}\n\n@keyframes grow-x {\n to { width: 100%; }\n}\n\n/* Shrink an element from 100% to 0% */\n.anim-shrink-x {\n animation-name: shrink-x;\n animation-duration: 0.3s;\n animation-fill-mode: forwards;\n animation-timing-function: ease-in-out;\n animation-delay: 0.5s;\n}\n\n@keyframes shrink-x {\n to { width: 0%; }\n}\n\n/* Fade in an element and scale it fast */\n.anim-scale-in {\n animation-name: scale-in;\n animation-duration: 0.15s;\n animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);\n}\n\n@keyframes scale-in {\n 0% {\n opacity: 0;\n transform: scale(0.5);\n }\n\n 100% {\n opacity: 1;\n transform: scale(1);\n }\n}\n\n/* Pulse an element's opacity */\n.anim-pulse {\n animation-name: pulse;\n animation-duration: 2s;\n animation-timing-function: linear;\n animation-iteration-count: infinite;\n}\n\n@keyframes pulse {\n 0% {\n opacity: 0.3;\n }\n\n 10% {\n opacity: 1;\n }\n\n 100% {\n opacity: 0.3;\n }\n}\n\n/* Pulse in an element */\n.anim-pulse-in {\n animation-name: pulse-in;\n animation-duration: 0.5s;\n}\n\n@keyframes pulse-in {\n 0% {\n transform: scale3d(1, 1, 1);\n }\n\n 50% {\n transform: scale3d(1.1, 1.1, 1.1);\n }\n\n 100% {\n transform: scale3d(1, 1, 1);\n }\n}\n\n/* Increase scale of an element on hover */\n.hover-grow {\n transition: transform 0.3s;\n backface-visibility: hidden;\n\n &:hover {\n transform: scale(1.025);\n }\n}\n","// Core border utilities\n// stylelint-disable block-opening-brace-space-before, comment-empty-line-before\n\n/* Add a gray border to the left and right */\n.border-x {\n border-right: $border !important;\n border-left: $border !important;\n}\n\n/* Add a gray border to the top and bottom */\n.border-y {\n border-top: $border !important;\n border-bottom: $border !important;\n}\n\n/* Responsive gray borders */\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n /* Add a gray border on all sides at/above this breakpoint */\n .border#{$variant} { border: $border !important; }\n /* Set the border width to 0 on all sides at/above this breakpoint */\n .border#{$variant}-0 { border: 0 !important; }\n\n /* Add a gray border to the top */\n .border#{$variant}-top { border-top: $border !important; }\n /* Add a gray border to the right */\n .border#{$variant}-right { border-right: $border !important; }\n /* Add a gray border to the bottom */\n .border#{$variant}-bottom { border-bottom: $border !important; }\n /* Add a gray border to the left */\n .border#{$variant}-left { border-left: $border !important; }\n\n /* Remove the top border */\n .border#{$variant}-top-0 { border-top: 0 !important; }\n /* Remove the right border */\n .border#{$variant}-right-0 { border-right: 0 !important; }\n /* Remove the bottom border */\n .border#{$variant}-bottom-0 { border-bottom: 0 !important; }\n /* Remove the left border */\n .border#{$variant}-left-0 { border-left: 0 !important; }\n\n // Rounded corners\n /* Remove the border-radius */\n .rounded#{$variant}-0 { border-radius: 0 !important; }\n /* Add a border-radius to all corners */\n .rounded#{$variant}-1 { border-radius: $border-radius !important; }\n /* Add a 2x border-radius to all corners */\n .rounded#{$variant}-2 { border-radius: $border-radius * 2 !important; }\n\n @each $edge, $corners in $edges {\n .rounded#{$variant}-#{$edge}-0 {\n @each $corner in $corners {\n border-#{$corner}-radius: 0 !important;\n }\n }\n\n .rounded#{$variant}-#{$edge}-1 {\n @each $corner in $corners {\n border-#{$corner}-radius: $border-radius !important;\n }\n }\n\n .rounded#{$variant}-#{$edge}-2 {\n @each $corner in $corners {\n border-#{$corner}-radius: $border-radius * 2 !important;\n }\n }\n }\n }\n}\n\n/* Add a 50% border-radius to make something into a circle */\n.circle { border-radius: 50% !important; }\n\n/* Change the border style to dashed, in conjunction with another utility */\n.border-dashed {\n // stylelint-disable-next-line primer/borders\n border-style: dashed !important;\n}\n\n/* Use with .border to turn the border blue */\n.border-blue { border-color: $border-blue !important; }\n/* Use with .border to turn the border blue-light */\n.border-blue-light { border-color: $border-blue-light !important; }\n/* Use with .border to turn the border green */\n.border-green { border-color: $border-green !important; }\n/* Use with .border to turn the border green light */\n.border-green-light { border-color: $border-green-light !important; }\n/* Use with .border to turn the border red */\n.border-red { border-color: $border-red !important; }\n/* Use with .border to turn the border red-light */\n.border-red-light { border-color: $border-red-light !important; }\n/* Use with .border to turn the border purple */\n.border-purple { border-color: $border-purple !important; }\n/* Use with .border to turn the border yellow */\n.border-yellow { border-color: $border-yellow !important; }\n/* Use with .border to turn the border gray-light */\n.border-gray-light { border-color: $border-gray-light !important; }\n/* Use with .border to turn the border gray-dark */\n.border-gray-dark { border-color: $border-gray-dark !important; }\n\n/* Use with .border to turn the border rgba black 0.15 */\n.border-black-fade { border-color: $border-black-fade !important; }\n/* Use with .border to turn the border rgba white 0.15 */\n.border-white-fade { border-color: $border-white-fade !important; }\n\n/* Use with .border to turn the border white w/varying transparency */\n.border-white-fade-15 { border-color: $border-white-fade !important; }\n// stylelint-disable-next-line primer/borders\n.border-white-fade-30 { border-color: $white-fade-30 !important; }\n// stylelint-disable-next-line primer/borders\n.border-white-fade-50 { border-color: $white-fade-50 !important; }\n// stylelint-disable-next-line primer/borders\n.border-white-fade-70 { border-color: $white-fade-70 !important; }\n// stylelint-disable-next-line primer/borders\n.border-white-fade-85 { border-color: $white-fade-85 !important; }\n","// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n","// Box shadow utilities\n\n// Box shadows\n\n.box-shadow {\n box-shadow: $box-shadow !important;\n}\n\n.box-shadow-medium {\n box-shadow: $box-shadow-medium !important;\n}\n\n.box-shadow-large {\n box-shadow: $box-shadow-large !important;\n}\n\n.box-shadow-extra-large {\n box-shadow: $box-shadow-extra-large !important;\n}\n\n// Turn off box shadow\n\n.box-shadow-none {\n box-shadow: none !important;\n}\n","// Color utilities\n// stylelint-disable block-opening-brace-space-before, comment-empty-line-before\n\n// background colors\n/* Set the background to $bg-white */\n.bg-white { background-color: $bg-white !important; }\n/* Set the background to $bg-blue */\n.bg-blue { background-color: $bg-blue !important; }\n/* Set the background to $bg-blue-light */\n.bg-blue-light { background-color: $bg-blue-light !important; }\n/* Set the background to $bg-gray-dark */\n.bg-gray-dark { background-color: $bg-gray-dark !important; }\n/* Set the background to $bg-gray */\n.bg-gray { background-color: $bg-gray !important; }\n/* Set the background to $bg-gray-light */\n.bg-gray-light { background-color: $bg-gray-light !important; }\n/* Set the background to $bg-green */\n.bg-green { background-color: $bg-green !important; }\n/* Set the background to $bg-green-light */\n.bg-green-light { background-color: $bg-green-light !important; }\n/* Set the background to $bg-red */\n.bg-red { background-color: $bg-red !important; }\n/* Set the background to $bg-red-light */\n.bg-red-light { background-color: $bg-red-light !important; }\n/* Set the background to $bg-yellow */\n.bg-yellow { background-color: $bg-yellow !important; }\n/* Set the background to $bg-yellow-light */\n.bg-yellow-light { background-color: $bg-yellow-light !important; }\n/* Set the background to $bg-yellow-dark */\n.bg-yellow-dark { background-color: $bg-yellow-dark !important; }\n/* Set the background to $bg-purple */\n.bg-purple { background-color: $bg-purple !important; }\n/* Set the background to $bg-pink */\n.bg-pink { background-color: $bg-pink !important; }\n/* Set the background to $bg-purple-light */\n.bg-purple-light { background-color: $bg-purple-light !important; }\n\n// Generate a foreground and background utility for every shade of every hue\n@each $hue, $shades in $hue-maps {\n @each $index, $color in $shades {\n .color-#{$hue}-#{$index} { color: $color !important; }\n .bg-#{$hue}-#{$index} { background-color: $color !important; }\n }\n}\n\n.bg-shade-gradient {\n background-image: linear-gradient(180deg, rgba($black, 0.065), rgba($black, 0)) !important;\n background-repeat: no-repeat !important;\n background-size: 100% 200px !important;\n}\n\n// text colors\n/* Set the text color to $text-blue */\n.text-blue { color: $text-blue !important; }\n/* Set the text color to $text-red */\n.text-red { color: $text-red !important; }\n/* Set the text color to $text-gray-light */\n.text-gray-light { color: $text-gray-light !important; }\n/* Set the text color to $text-gray */\n.text-gray { color: $text-gray !important; }\n/* Set the text color to $text-gray-dark */\n.text-gray-dark { color: $text-gray-dark !important; }\n/* Set the text color to $text-green */\n.text-green { color: $text-green !important; }\n/* Set the text color to $text-yellow */\n.text-yellow { color: $text-yellow !important; }\n/* Set the text color to $text-orange */\n.text-orange { color: $text-orange !important; }\n/* Set the text color to $text-orange-light */\n.text-orange-light { color: $text-orange-light !important; }\n/* Set the text color to $text-purple */\n.text-purple { color: $text-purple !important; }\n/* Set the text color to $text-pink */\n.text-pink { color: $text-pink !important; }\n/* Set the text color to $text-white */\n.text-white { color: $text-white !important; }\n/* Set the text color to inherit */\n.text-inherit { color: inherit !important; }\n\n// Link colors\n// Sets the links color to $text-gray and $text-blue on hover\n.link-gray {\n color: $text-gray !important;\n\n &:hover {\n color: $text-blue !important;\n }\n}\n\n// Sets the links color to $text-gray-dark and $text-blue on hover\n.link-gray-dark {\n color: $text-gray-dark !important;\n\n &:hover {\n color: $text-blue !important;\n }\n}\n\n/* Set the link color to $text-blue on hover\n Useful when you want only part of a link to turn blue on hover */\n.link-hover-blue {\n &:hover {\n color: $text-blue !important;\n }\n}\n\n/* Make a link $text-gray, then $text-blue on hover and removes the underline */\n.muted-link {\n color: $text-gray !important;\n\n &:hover {\n color: $text-blue !important;\n text-decoration: none;\n }\n}\n","// stylelint-disable selector-max-type\n\n.details-overlay[open] > summary::before {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 80;\n display: block;\n cursor: default;\n content: \" \";\n background: transparent;\n}\n\n.details-overlay-dark[open] > summary::before {\n z-index: 99;\n background: $bg-black-fade;\n}\n\n.details-reset {\n // Remove marker added by the display: list-item browser default\n > summary { list-style: none; }\n // Remove marker added by details polyfill\n > summary::before { display: none; }\n // Remove marker added by Chrome\n > summary::-webkit-details-marker { display: none; }\n}\n","// Black based on same hue as $gray-900\n$black: #1b1f23 !default;\n$white: #fff !default;\n\n//\n//\n// -------- Grays --------\n$gray-000: #fafbfc !default;\n$gray-100: #f6f8fa !default;\n$gray-200: #e1e4e8 !default;\n$gray-300: #d1d5da !default;\n$gray-400: #959da5 !default;\n$gray-500: #6a737d !default;\n$gray-600: #586069 !default;\n$gray-700: #444d56 !default;\n$gray-800: #2f363d !default;\n$gray-900: #24292e !default; // body font color\n\n// -------- Blue --------\n$blue-000: #f1f8ff !default;\n$blue-100: #dbedff !default;\n$blue-200: #c8e1ff !default;\n$blue-300: #79b8ff !default;\n$blue-400: #2188ff !default;\n$blue-500: #0366d6 !default; // Default: Passes AA with #fff\n$blue-600: #005cc5 !default;\n$blue-700: #044289 !default;\n$blue-800: #032f62 !default;\n$blue-900: #05264c !default; // Passes with 1/2/300 blues\n\n// -------- Green --------\n$green-000: #f0fff4 !default;\n$green-100: #dcffe4 !default;\n$green-200: #bef5cb !default;\n$green-300: #85e89d !default;\n$green-400: #34d058 !default;\n$green-500: #28a745 !default; // Default. passes AA Large\n$green-600: #22863a !default; // Text green, passes AA on #fff\n$green-700: #176f2c !default;\n$green-800: #165c26 !default;\n$green-900: #144620 !default;\n\n// -------- Yellow --------\n$yellow-000: #fffdef !default;\n$yellow-100: #fffbdd !default;\n$yellow-200: #fff5b1 !default;\n$yellow-300: #ffea7f !default;\n$yellow-400: #ffdf5d !default;\n$yellow-500: #ffd33d !default;\n$yellow-600: #f9c513 !default;\n$yellow-700: #dbab09 !default;\n$yellow-800: #b08800 !default;\n$yellow-900: #735c0f !default;\n\n// -------- Orange --------\n$orange-000: #fff8f2 !default;\n$orange-100: #ffebda !default;\n$orange-200: #ffd1ac !default;\n$orange-300: #ffab70 !default;\n$orange-400: #fb8532 !default;\n$orange-500: #f66a0a !default; // Default. passes AA Large with #fff\n$orange-600: #e36209 !default;\n$orange-700: #d15704 !default;\n$orange-800: #c24e00 !default;\n$orange-900: #a04100 !default;\n\n// -------- Red --------\n$red-000: #ffeef0 !default;\n$red-100: #ffdce0 !default;\n$red-200: #fdaeb7 !default;\n$red-300: #f97583 !default;\n$red-400: #ea4a5a !default;\n$red-500: #d73a49 !default; // Default. passes AA\n$red-600: #cb2431 !default;\n$red-700: #b31d28 !default;\n$red-800: #9e1c23 !default;\n$red-900: #86181d !default;\n\n// -------- Purple --------\n$purple-000: #f5f0ff !default;\n$purple-100: #e6dcfd !default;\n$purple-200: #d1bcf9 !default;\n$purple-300: #b392f0 !default;\n$purple-400: #8a63d2 !default;\n$purple-500: #6f42c1 !default; // passes AA with #fff\n$purple-600: #5a32a3 !default;\n$purple-700: #4c2889 !default;\n$purple-800: #3a1d6e !default;\n$purple-900: #29134e !default;\n\n// -------- Pink --------\n$pink-000: #ffeef8 !default;\n$pink-100: #fedbf0 !default;\n$pink-200: #f9b3dd !default;\n$pink-300: #f692ce !default;\n$pink-400: #ec6cb9 !default;\n$pink-500: #ea4aaa !default;\n$pink-600: #d03592 !default;\n$pink-700: #b93a86 !default;\n$pink-800: #99306f !default;\n$pink-900: #6d224f !default;\n\n// -------- Fades --------\n$black-fade-15: rgba($black, 0.15) !default;\n$black-fade-30: rgba($black, 0.3) !default;\n$black-fade-50: rgba($black, 0.5) !default;\n$black-fade-70: rgba($black, 0.7) !default;\n$black-fade-85: rgba($black, 0.85) !default;\n\n$white-fade-15: rgba($white, 0.15) !default;\n$white-fade-30: rgba($white, 0.3) !default;\n$white-fade-50: rgba($white, 0.5) !default;\n$white-fade-70: rgba($white, 0.7) !default;\n$white-fade-85: rgba($white, 0.85) !default;\n\n// -------- Color defaults --------\n$red: $red-500 !default;\n$purple: $purple-500 !default;\n$blue: $blue-500 !default;\n$green: $green-500 !default;\n$yellow: $yellow-500 !default;\n$orange: $orange-500 !default;\n\n$gray-dark: $gray-900 !default;\n$gray-light: $gray-400 !default;\n$gray: $gray-500 !default;\n\n// -------- Color gradient maps --------\n\n$grays: (\n 0: $gray-000,\n 1: $gray-100,\n 2: $gray-200,\n 3: $gray-300,\n 4: $gray-400,\n 5: $gray-500,\n 6: $gray-600,\n 7: $gray-700,\n 8: $gray-800,\n 9: $gray-900,\n) !default;\n\n$blues: (\n 0: $blue-000,\n 1: $blue-100,\n 2: $blue-200,\n 3: $blue-300,\n 4: $blue-400,\n 5: $blue-500,\n 6: $blue-600,\n 7: $blue-700,\n 8: $blue-800,\n 9: $blue-900,\n) !default;\n\n$greens: (\n 0: $green-000,\n 1: $green-100,\n 2: $green-200,\n 3: $green-300,\n 4: $green-400,\n 5: $green-500,\n 6: $green-600,\n 7: $green-700,\n 8: $green-800,\n 9: $green-900,\n) !default;\n\n$yellows: (\n 0: $yellow-000,\n 1: $yellow-100,\n 2: $yellow-200,\n 3: $yellow-300,\n 4: $yellow-400,\n 5: $yellow-500,\n 6: $yellow-600,\n 7: $yellow-700,\n 8: $yellow-800,\n 9: $yellow-900,\n) !default;\n\n$oranges: (\n 0: $orange-000,\n 1: $orange-100,\n 2: $orange-200,\n 3: $orange-300,\n 4: $orange-400,\n 5: $orange-500,\n 6: $orange-600,\n 7: $orange-700,\n 8: $orange-800,\n 9: $orange-900,\n) !default;\n\n$reds: (\n 0: $red-000,\n 1: $red-100,\n 2: $red-200,\n 3: $red-300,\n 4: $red-400,\n 5: $red-500,\n 6: $red-600,\n 7: $red-700,\n 8: $red-800,\n 9: $red-900,\n) !default;\n\n$purples: (\n 0: $purple-000,\n 1: $purple-100,\n 2: $purple-200,\n 3: $purple-300,\n 4: $purple-400,\n 5: $purple-500,\n 6: $purple-600,\n 7: $purple-700,\n 8: $purple-800,\n 9: $purple-900,\n) !default;\n\n$pinks: (\n 0: $pink-000,\n 1: $pink-100,\n 2: $pink-200,\n 3: $pink-300,\n 4: $pink-400,\n 5: $pink-500,\n 6: $pink-600,\n 7: $pink-700,\n 8: $pink-800,\n 9: $pink-900,\n) !default;\n\n$hue-maps: (\n \"gray\": $grays,\n \"blue\": $blues,\n \"green\": $greens,\n \"yellow\": $yellows,\n \"orange\": $oranges,\n \"red\": $reds,\n \"purple\": $purples,\n \"pink\": $pinks,\n) !default;\n","// Flex utility classes\n// stylelint-disable block-opening-brace-space-after, block-opening-brace-space-before\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n // Flexbox classes\n // Container\n .flex#{$variant}-row { flex-direction: row !important; }\n .flex#{$variant}-row-reverse { flex-direction: row-reverse !important; }\n .flex#{$variant}-column { flex-direction: column !important; }\n .flex#{$variant}-column-reverse { flex-direction: column-reverse !important; }\n\n .flex#{$variant}-wrap { flex-wrap: wrap !important; }\n .flex#{$variant}-nowrap { flex-wrap: nowrap !important; }\n\n .flex#{$variant}-justify-start { justify-content: flex-start !important; }\n .flex#{$variant}-justify-end { justify-content: flex-end !important; }\n .flex#{$variant}-justify-center { justify-content: center !important; }\n .flex#{$variant}-justify-between { justify-content: space-between !important; }\n .flex#{$variant}-justify-around { justify-content: space-around !important; }\n\n .flex#{$variant}-items-start { align-items: flex-start !important; }\n .flex#{$variant}-items-end { align-items: flex-end !important; }\n .flex#{$variant}-items-center { align-items: center !important; }\n .flex#{$variant}-items-baseline { align-items: baseline !important; }\n .flex#{$variant}-items-stretch { align-items: stretch !important; }\n\n .flex#{$variant}-content-start { align-content: flex-start !important; }\n .flex#{$variant}-content-end { align-content: flex-end !important; }\n .flex#{$variant}-content-center { align-content: center !important; }\n .flex#{$variant}-content-between { align-content: space-between !important; }\n .flex#{$variant}-content-around { align-content: space-around !important; }\n .flex#{$variant}-content-stretch { align-content: stretch !important; }\n\n // Item\n .flex#{$variant}-1 { flex: 1 !important; }\n .flex#{$variant}-auto { flex: auto !important; }\n .flex#{$variant}-grow-0 { flex-grow: 0 !important; }\n .flex#{$variant}-shrink-0 { flex-shrink: 0 !important; }\n\n .flex#{$variant}-self-auto { align-self: auto !important; }\n .flex#{$variant}-self-start { align-self: flex-start !important; }\n .flex#{$variant}-self-end { align-self: flex-end !important; }\n .flex#{$variant}-self-center { align-self: center !important; }\n .flex#{$variant}-self-baseline { align-self: baseline !important; }\n .flex#{$variant}-self-stretch { align-self: stretch !important; }\n\n .flex#{$variant}-order-1 { order: 1 !important; }\n .flex#{$variant}-order-2 { order: 2 !important; }\n .flex#{$variant}-order-none { order: inherit !important; }\n }\n}\n","// Layout\n// stylelint-disable block-opening-brace-space-after, block-opening-brace-space-before, comment-empty-line-before\n\n// Loop through the breakpoint values\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n @each $position in $responsive-positions {\n .position#{$variant}-#{$position} {\n position: $position !important;\n }\n }\n }\n}\n\n/* Set top 0 */\n.top-0 { top: 0 !important; }\n/* Set right 0 */\n.right-0 { right: 0 !important; }\n/* Set bottom 0 */\n.bottom-0 { bottom: 0 !important; }\n/* Set left 0 */\n.left-0 { left: 0 !important; }\n\n/* Vertical align middle */\n.v-align-middle { vertical-align: middle !important; }\n/* Vertical align top */\n.v-align-top { vertical-align: top !important; }\n/* Vertical align bottom */\n.v-align-bottom { vertical-align: bottom !important; }\n/* Vertical align to the top of the text */\n.v-align-text-top { vertical-align: text-top !important; }\n/* Vertical align to the bottom of the text */\n.v-align-text-bottom { vertical-align: text-bottom !important; }\n/* Vertical align to the parent's baseline */\n.v-align-baseline { vertical-align: baseline !important; }\n\n// Overflow utilities\n@each $overflow in (visible, hidden, auto, scroll) {\n .overflow-#{$overflow} { overflow: $overflow !important; }\n .overflow-x-#{$overflow} { overflow-x: $overflow !important; }\n .overflow-y-#{$overflow} { overflow-y: $overflow !important; }\n}\n\n// Clear floats\n/* Clear floats around the element */\n.clearfix {\n @include clearfix;\n}\n\n// Floats\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n /* Float to the left */\n .float#{$variant}-left { float: left !important; }\n /* Float to the right */\n .float#{$variant}-right { float: right !important; }\n /* No float */\n .float#{$variant}-none { float: none !important; }\n }\n}\n\n// Width and height utilities, helpful in combination\n// with display-table utilities and images\n/* Max width 100% */\n.width-fit { max-width: 100% !important; }\n/* Set the width to 100% */\n.width-full { width: 100% !important; }\n/* Max height 100% */\n.height-fit { max-height: 100% !important; }\n/* Set the height to 100% */\n.height-full { height: 100% !important; }\n\n/* Remove min-width from element */\n.min-width-0 { min-width: 0 !important; }\n\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n\n // Auto varients\n .width#{$variant}-auto { width: auto !important; }\n\n /* Set the direction to rtl */\n .direction#{$variant}-rtl { direction: rtl !important; }\n /* Set the direction to ltr */\n .direction#{$variant}-ltr { direction: ltr !important; }\n }\n}\n","// Margin spacer utilities\n// stylelint-disable block-opening-brace-space-before, declaration-colon-space-before, comment-empty-line-before\n\n// Loop through the breakpoint values\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n // Loop through the spacer values\n @each $scale, $size in $spacer-map {\n /* Set a $size margin to all sides at $breakpoint */\n .m#{$variant}-#{$scale} { margin: $size !important; }\n /* Set a $size margin on the top at $breakpoint */\n .mt#{$variant}-#{$scale} { margin-top: $size !important; }\n /* Set a $size margin on the right at $breakpoint */\n .mr#{$variant}-#{$scale} { margin-right: $size !important; }\n /* Set a $size margin on the bottom at $breakpoint */\n .mb#{$variant}-#{$scale} { margin-bottom: $size !important; }\n /* Set a $size margin on the left at $breakpoint */\n .ml#{$variant}-#{$scale} { margin-left: $size !important; }\n\n @if ($size != 0) {\n /* Set a negative $size margin on top at $breakpoint */\n .mt#{$variant}-n#{$scale} { margin-top : -$size !important; }\n /* Set a negative $size margin on the right at $breakpoint */\n .mr#{$variant}-n#{$scale} { margin-right : -$size !important; }\n /* Set a negative $size margin on the bottom at $breakpoint */\n .mb#{$variant}-n#{$scale} { margin-bottom: -$size !important; }\n /* Set a negative $size margin on the left at $breakpoint */\n .ml#{$variant}-n#{$scale} { margin-left : -$size !important; }\n }\n\n /* Set a $size margin on the left & right at $breakpoint */\n .mx#{$variant}-#{$scale} {\n margin-right: $size !important;\n margin-left: $size !important;\n }\n\n /* Set a $size margin on the top & bottom at $breakpoint */\n .my#{$variant}-#{$scale} {\n margin-top: $size !important;\n margin-bottom: $size !important;\n }\n }\n\n /* responsive horizontal auto margins */\n .mx#{$variant}-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n }\n}\n","// Padding spacer utilities\n// stylelint-disable block-opening-brace-space-before, declaration-colon-space-before, comment-empty-line-before\n\n// Responsive padding spacer utilities\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n // Loop through the spacer values\n @each $scale, $size in $spacer-map {\n /* Set a $size padding to all sides at $breakpoint */\n .p#{$variant}-#{$scale} { padding: $size !important; }\n /* Set a $size padding to the top at $breakpoint */\n .pt#{$variant}-#{$scale} { padding-top: $size !important; }\n /* Set a $size padding to the right at $breakpoint */\n .pr#{$variant}-#{$scale} { padding-right: $size !important; }\n /* Set a $size padding to the bottom at $breakpoint */\n .pb#{$variant}-#{$scale} { padding-bottom: $size !important; }\n /* Set a $size padding to the left at $breakpoint */\n .pl#{$variant}-#{$scale} { padding-left: $size !important; }\n\n /* Set a $size padding to the left & right at $breakpoint */\n .px#{$variant}-#{$scale} {\n padding-right: $size !important;\n padding-left: $size !important;\n }\n\n /* Set a $size padding to the top & bottom at $breakpoint */\n .py#{$variant}-#{$scale} {\n padding-top: $size !important;\n padding-bottom: $size !important;\n }\n }\n }\n}\n\n// responsive padding for containers\n.p-responsive {\n padding-right: $spacer-3 !important;\n padding-left: $spacer-3 !important;\n\n @include breakpoint(sm) {\n padding-right: $spacer-6 !important;\n padding-left: $spacer-6 !important;\n }\n\n @include breakpoint(lg) {\n padding-right: $spacer-3 !important;\n padding-left: $spacer-3 !important;\n }\n}\n","// stylelint-disable block-closing-brace-space-before, comment-empty-line-before\n\n// Type scale variables found in ../support/lib/variables.scss\n// $h00-size-mobile: 40px;\n// $h0-size-mobile: 32px;\n// $h1-size-mobile: 26px;\n// $h2-size-mobile: 22px;\n// $h3-size-mobile: 18px;\n// $h00-size: 48px;\n// $h0-size: 40px;\n// $h1-size: 32px;\n// $h2-size: 24px;\n// $h3-size: 20px;\n// $h4-size: 16px;\n// $h5-size: 14px;\n// $h6-size: 12px;\n\n/* Set the font size to 26px */\n.h1 {\n // stylelint-disable-next-line primer/typography\n font-size: $h1-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h1-size !important; }\n}\n\n/* Set the font size to 22px */\n.h2 {\n // stylelint-disable-next-line primer/typography\n font-size: $h2-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h2-size !important; }\n}\n\n/* Set the font size to 18px */\n.h3 {\n // stylelint-disable-next-line primer/typography\n font-size: $h3-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h3-size !important; }\n}\n\n/* Set the font size to #{$h4-size} */\n.h4 {\n font-size: $h4-size !important;\n}\n\n/* Set the font size to #{$h5-size} */\n.h5 { font-size: $h5-size !important; }\n\n// Does not include color property like typography base\n// styles, color should be applied with color utilities.\n/* Set the font size to #{$h6-size} */\n.h6 { font-size: $h6-size !important; }\n\n// Heading utilities\n.h1,\n.h2,\n.h3,\n.h4,\n.h5,\n.h6 { font-weight: $font-weight-bold !important; }\n\n// Type utilities that match type sale\n/* Set the font size to 26px */\n.f1 {\n // stylelint-disable-next-line primer/typography\n font-size: $h1-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h1-size !important; }\n}\n\n/* Set the font size to 22px */\n.f2 {\n // stylelint-disable-next-line primer/typography\n font-size: $h2-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h2-size !important; }\n}\n\n/* Set the font size to 18px */\n.f3 {\n // stylelint-disable-next-line primer/typography\n font-size: $h3-size-mobile !important;\n\n @include breakpoint(md) { font-size: $h3-size !important; }\n}\n\n/* Set the font size to #{$h4-size} */\n.f4 {\n font-size: $h4-size !important;\n\n @include breakpoint(md) { font-size: $h4-size !important; }\n}\n\n/* Set the font size to #{$h5-size} */\n.f5 { font-size: $h5-size !important; }\n/* Set the font size to #{$h6-size} */\n.f6 { font-size: $h6-size !important; }\n\n// Type utils with light weight that match type scale\n/* Set the font size to 40px and weight to light */\n.f00-light {\n // stylelint-disable-next-line primer/typography\n font-size: $h00-size-mobile !important;\n font-weight: $font-weight-light !important;\n\n @include breakpoint(md) { font-size: $h00-size !important; }\n}\n\n/* Set the font size to 32px and weight to light */\n.f0-light {\n // stylelint-disable-next-line primer/typography\n font-size: $h0-size-mobile !important;\n font-weight: $font-weight-light !important;\n\n @include breakpoint(md) { font-size: $h0-size !important; }\n}\n\n/* Set the font size to 26px and weight to light */\n.f1-light {\n // stylelint-disable-next-line primer/typography\n font-size: $h1-size-mobile !important;\n font-weight: $font-weight-light !important;\n\n @include breakpoint(md) { font-size: $h1-size !important; }\n}\n\n/* Set the font size to 22px and weight to light */\n.f2-light {\n // stylelint-disable-next-line primer/typography\n font-size: $h2-size-mobile !important;\n font-weight: $font-weight-light !important;\n\n @include breakpoint(md) { font-size: $h2-size !important; }\n}\n\n// Same size and weight as .lead but without color property\n/* Set the font size to 18px and weight to light */\n.f3-light {\n // stylelint-disable-next-line primer/typography\n font-size: $h3-size-mobile !important;\n font-weight: $font-weight-light !important;\n\n @include breakpoint(md) { font-size: $h3-size !important; }\n}\n\n// Smallest text size\n/* Set the font size to ${#h6-size} */\n.text-small { font-size: $h6-size !important; } // 12px\n\n/* Large leading paragraphs */\n.lead {\n // stylelint-disable-next-line primer/spacing\n margin-bottom: 30px;\n font-size: $h3-size;\n font-weight: $font-weight-light;\n color: $text-gray;\n}\n\n// Line-height variations\n// Close to commonly used line-heights. Most line-heights\n// combined with type size equate to whole pixels.\n// Will be improved with future typography scale updates.\n// Responsive line-height\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n /* Set the line height to ultra condensed */\n .lh#{$variant}-condensed-ultra { line-height: $lh-condensed-ultra !important; }\n /* Set the line height to condensed */\n .lh#{$variant}-condensed { line-height: $lh-condensed !important; }\n /* Set the line height to default */\n .lh#{$variant}-default { line-height: $lh-default !important; }\n /* Set the line height to zero */\n .lh#{$variant}-0 { line-height: 0 !important; }\n }\n}\n\n// Text alignments\n// Responsive text alignment\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n /* Text align to the right */\n .text#{$variant}-right { text-align: right !important; }\n /* Text align to the left */\n .text#{$variant}-left { text-align: left !important; }\n /* Text align to the center */\n .text#{$variant}-center { text-align: center !important; }\n }\n}\n\n// Text styles\n/* Set the font weight to normal */\n.text-normal { font-weight: $font-weight-normal !important; }\n/* Set the font weight to bold */\n.text-bold { font-weight: $font-weight-bold !important;}\n/* Set the font to italic */\n.text-italic { font-style: italic !important; }\n/* Make text uppercase */\n.text-uppercase { text-transform: uppercase !important; }\n/* Underline text */\n.text-underline { text-decoration: underline !important; }\n/* Don't underline text */\n.no-underline { text-decoration: none !important; }\n/* Don't wrap white space */\n.no-wrap { white-space: nowrap !important; }\n/* Normal white space */\n.ws-normal { white-space: normal !important; }\n\n/* Force long \"words\" to wrap if they exceed the width of the container */\n.break-word {\n word-break: break-word !important;\n // this is for backwards compatibility with browsers that don't respect overflow-wrap\n word-wrap: break-word !important;\n overflow-wrap: break-word !important;\n}\n\n/*\n * Specifically apply word-break: break-all; per MDN:\n *\n * > Note: In contrast to `word-break: break-word` and `overflow-wrap: break-word`,\n * > `word-break: break-all` will create a break at the exact place where text would\n * > otherwise overflow its container (even if putting an entire word on its own line\n * > would negate the need for a break).\n *\n * see: https://developer.mozilla.org/en-US/docs/Web/CSS/word-break#Values\n */\n.wb-break-all { word-break: break-all !important; }\n\n.text-emphasized {\n font-weight: $font-weight-bold;\n color: $text-gray-dark;\n}\n\n// List styles\n.list-style-none { list-style: none !important; }\n\n// Text Shadows\n/* Add a dark text shadow */\n.text-shadow-dark {\n text-shadow: 0 1px 1px rgba($black, 0.25), 0 1px 25px rgba($black, 0.75);\n}\n/* Add a light text shadow */\n.text-shadow-light {\n text-shadow: 0 1px 0 rgba($white, 0.5);\n}\n\n/* Set to monospace font */\n.text-mono {\n font-family: $mono-font !important;\n}\n\n/* Disallow user from selecting text */\n.user-select-none {\n user-select: none !important;\n}\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// Visibility and display utilities\n\n// Responsive display utilities\n@each $breakpoint, $variant in $responsive-variants {\n @include breakpoint($breakpoint) {\n @each $display in $display-values {\n .d#{$variant}-#{$display} { display: $display !important; }\n }\n }\n}\n\n.v-hidden { visibility: hidden !important; }\n.v-visible { visibility: visible !important; }\n\n// Hide utilities for each breakpoint\n// Each hide utility only applies to one breakpoint range.\n@media (max-width: $width-sm - 1px) {\n .hide-sm {\n display: none !important;\n }\n}\n\n@media (min-width: $width-sm) and (max-width: $width-md - 1px) {\n .hide-md {\n display: none !important;\n }\n}\n\n@media (min-width: $width-md) and (max-width: $width-lg - 1px) {\n .hide-lg {\n display: none !important;\n }\n}\n\n@media (min-width: $width-lg) {\n .hide-xl {\n display: none !important;\n }\n}\n\n/* Set the table-layout to fixed */\n.table-fixed { table-layout: fixed !important; }\n\n// Only display content to screen readers\n//\n// See: http://a11yproject.com/posts/how-to-hide-content/\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n // Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1241631\n word-wrap: normal;\n border: 0;\n}\n\n// Only display content on focus\n.show-on-focus {\n position: absolute;\n width: 1px;\n height: 1px;\n margin: 0;\n overflow: hidden;\n clip: rect(1px, 1px, 1px, 1px);\n\n &:focus {\n z-index: 20;\n width: auto;\n height: auto;\n clip: auto;\n }\n}\n"]}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/utilities.js b/assets/sass/@primer/css/dist/utilities.js deleted file mode 100644 index e67fc17..0000000 --- a/assets/sass/@primer/css/dist/utilities.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {cssstats: require('./stats/utilities.json')}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dist/variables.json b/assets/sass/@primer/css/dist/variables.json deleted file mode 100644 index 5e0c2cd..0000000 --- a/assets/sass/@primer/css/dist/variables.json +++ /dev/null @@ -1,2802 +0,0 @@ -{ - "$bg-black": { - "computed": "#1b1f23", - "values": [ - "$black", - "#1b1f23" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 26 - }, - "refs": [] - }, - "$bg-black-fade": { - "computed": "rgba(27, 31, 35, 0.5)", - "values": [ - "$black-fade-50", - "rgba($black, 0.5)", - "rgba(27, 31, 35, 0.5)" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 27 - }, - "refs": [] - }, - "$bg-blue": { - "computed": "#0366d6", - "values": [ - "$blue-500", - "#0366d6" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 29 - }, - "refs": [] - }, - "$bg-blue-light": { - "computed": "#f1f8ff", - "values": [ - "$blue-000", - "#f1f8ff" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 28 - }, - "refs": [] - }, - "$bg-diffstat-added": { - "computed": "#2cbe4e", - "values": [ - "darken($green-400, 5%)", - "#2cbe4e" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 46 - }, - "refs": [] - }, - "$bg-diffstat-deleted": { - "computed": "#cb2431", - "values": [ - "$red-600", - "#cb2431" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 47 - }, - "refs": [] - }, - "$bg-diffstat-neutral": { - "computed": "#d1d5da", - "values": [ - "$gray-300", - "#d1d5da" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 48 - }, - "refs": [] - }, - "$bg-gray": { - "computed": "#f6f8fa", - "values": [ - "$gray-100", - "#f6f8fa" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 32 - }, - "refs": [] - }, - "$bg-gray-dark": { - "computed": "#24292e", - "values": [ - "$gray-900", - "#24292e" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 30 - }, - "refs": [] - }, - "$bg-gray-light": { - "computed": "#fafbfc", - "values": [ - "$gray-000", - "#fafbfc" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 31 - }, - "refs": [] - }, - "$bg-green": { - "computed": "#28a745", - "values": [ - "$green-500", - "#28a745" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 33 - }, - "refs": [] - }, - "$bg-green-light": { - "computed": "#dcffe4", - "values": [ - "$green-100", - "#dcffe4" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 34 - }, - "refs": [] - }, - "$bg-orange": { - "computed": "#d15704", - "values": [ - "$orange-700", - "#d15704" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 35 - }, - "refs": [] - }, - "$bg-pink": { - "computed": "#ea4aaa", - "values": [ - "$pink-500", - "#ea4aaa" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 38 - }, - "refs": [] - }, - "$bg-purple": { - "computed": "#6f42c1", - "values": [ - "$purple-500", - "#6f42c1" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 36 - }, - "refs": [] - }, - "$bg-purple-light": { - "computed": "#f5f0ff", - "values": [ - "$purple-000", - "#f5f0ff" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 37 - }, - "refs": [] - }, - "$bg-red": { - "computed": "#d73a49", - "values": [ - "$red-500", - "#d73a49" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 39 - }, - "refs": [] - }, - "$bg-red-light": { - "computed": "#ffdce0", - "values": [ - "$red-100", - "#ffdce0" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 40 - }, - "refs": [] - }, - "$bg-white": { - "computed": "#fff", - "values": [ - "$white", - "#fff" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 25 - }, - "refs": [] - }, - "$bg-yellow": { - "computed": "#ffd33d", - "values": [ - "$yellow-500", - "#ffd33d" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 41 - }, - "refs": [] - }, - "$bg-yellow-dark": { - "computed": "#dbab09", - "values": [ - "$yellow-700", - "#dbab09" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 43 - }, - "refs": [] - }, - "$bg-yellow-light": { - "computed": "#fff5b1", - "values": [ - "$yellow-200", - "#fff5b1" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 42 - }, - "refs": [] - }, - "$black": { - "computed": "#1b1f23", - "values": [ - "#1b1f23" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 2 - }, - "refs": [ - "$bg-black", - "$text-black", - "$tooltip-background-color" - ] - }, - "$black-fade-15": { - "computed": "rgba(27, 31, 35, 0.15)", - "values": [ - "rgba($black, 0.15)", - "rgba(27, 31, 35, 0.15)" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 104 - }, - "refs": [ - "$border-black-fade" - ] - }, - "$black-fade-30": { - "computed": "rgba(27, 31, 35, 0.3)", - "values": [ - "rgba($black, 0.3)", - "rgba(27, 31, 35, 0.3)" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 105 - }, - "refs": [] - }, - "$black-fade-50": { - "computed": "rgba(27, 31, 35, 0.5)", - "values": [ - "rgba($black, 0.5)", - "rgba(27, 31, 35, 0.5)" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 106 - }, - "refs": [ - "$bg-black-fade" - ] - }, - "$black-fade-70": { - "computed": "rgba(27, 31, 35, 0.7)", - "values": [ - "rgba($black, 0.7)", - "rgba(27, 31, 35, 0.7)" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 107 - }, - "refs": [] - }, - "$black-fade-85": { - "computed": "rgba(27, 31, 35, 0.85)", - "values": [ - "rgba($black, 0.85)", - "rgba(27, 31, 35, 0.85)" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 108 - }, - "refs": [] - }, - "$blue": { - "computed": "#0366d6", - "values": [ - "$blue-500", - "#0366d6" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 119 - }, - "refs": [] - }, - "$blue-000": { - "computed": "#f1f8ff", - "values": [ - "#f1f8ff" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 20 - }, - "refs": [ - "$bg-blue-light" - ] - }, - "$blue-100": { - "computed": "#dbedff", - "values": [ - "#dbedff" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 21 - }, - "refs": [] - }, - "$blue-200": { - "computed": "#c8e1ff", - "values": [ - "#c8e1ff" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 22 - }, - "refs": [ - "$border-blue-light" - ] - }, - "$blue-300": { - "computed": "#79b8ff", - "values": [ - "#79b8ff" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 23 - }, - "refs": [] - }, - "$blue-400": { - "computed": "#2188ff", - "values": [ - "#2188ff" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 24 - }, - "refs": [] - }, - "$blue-500": { - "computed": "#0366d6", - "values": [ - "#0366d6" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 25 - }, - "refs": [ - "$blue", - "$border-blue", - "$bg-blue", - "$text-blue" - ] - }, - "$blue-600": { - "computed": "#005cc5", - "values": [ - "#005cc5" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 26 - }, - "refs": [] - }, - "$blue-700": { - "computed": "#044289", - "values": [ - "#044289" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 27 - }, - "refs": [] - }, - "$blue-800": { - "computed": "#032f62", - "values": [ - "#032f62" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 28 - }, - "refs": [] - }, - "$blue-900": { - "computed": "#05264c", - "values": [ - "#05264c" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 29 - }, - "refs": [] - }, - "$body-font": { - "computed": "-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji", - "values": [ - "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\"", - "-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 35 - }, - "refs": [] - }, - "$body-font-size": { - "computed": "14px", - "values": [ - "14px" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 41 - }, - "refs": [] - }, - "$body-line-height": { - "computed": "1.5", - "values": [ - "$lh-default", - "1.5" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 42 - }, - "refs": [] - }, - "$border": { - "computed": "1px #e1e4e8 solid", - "values": [ - "$border-width $border-color $border-style", - "1px $border-gray solid", - "1px $gray-200 solid", - "1px #e1e4e8 solid" - ], - "source": { - "path": "src/support/variables/misc.scss", - "line": 7 - }, - "refs": [] - }, - "$border-black-fade": { - "computed": "rgba(27, 31, 35, 0.15)", - "values": [ - "$black-fade-15", - "rgba($black, 0.15)", - "rgba(27, 31, 35, 0.15)" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 6 - }, - "refs": [] - }, - "$border-blue": { - "computed": "#0366d6", - "values": [ - "$blue-500", - "#0366d6" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 12 - }, - "refs": [] - }, - "$border-blue-light": { - "computed": "#c8e1ff", - "values": [ - "$blue-200", - "#c8e1ff" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 13 - }, - "refs": [] - }, - "$border-color": { - "computed": "#e1e4e8", - "values": [ - "$border-gray", - "$gray-200", - "#e1e4e8" - ], - "source": { - "path": "src/support/variables/misc.scss", - "line": 5 - }, - "refs": [] - }, - "$border-color-button": { - "computed": "rgba(27, 31, 35, 0.2)", - "values": [ - "rgba($black, 0.2)", - "rgba(27, 31, 35, 0.2)" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 22 - }, - "refs": [] - }, - "$border-gray": { - "computed": "#e1e4e8", - "values": [ - "$gray-200", - "#e1e4e8" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 11 - }, - "refs": [ - "$border-color" - ] - }, - "$border-gray-dark": { - "computed": "#d1d5da", - "values": [ - "$gray-300", - "#d1d5da" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 8 - }, - "refs": [] - }, - "$border-gray-darker": { - "computed": "#444d56", - "values": [ - "$gray-700", - "#444d56" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 9 - }, - "refs": [] - }, - "$border-gray-light": { - "computed": "#eaecef", - "values": [ - "lighten($gray-200, 3%)", - "#eaecef" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 10 - }, - "refs": [] - }, - "$border-green": { - "computed": "#34d058", - "values": [ - "$green-400", - "#34d058" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 14 - }, - "refs": [] - }, - "$border-green-light": { - "computed": "#a2cbac", - "values": [ - "desaturate($green-300, 40%)", - "#a2cbac" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 15 - }, - "refs": [] - }, - "$border-purple": { - "computed": "#6f42c1", - "values": [ - "$purple", - "$purple-500", - "#6f42c1" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 16 - }, - "refs": [] - }, - "$border-radius": { - "computed": "3px", - "values": [ - "3px" - ], - "source": { - "path": "src/support/variables/misc.scss", - "line": 8 - }, - "refs": [] - }, - "$border-red": { - "computed": "#d73a49", - "values": [ - "$red", - "$red-500", - "#d73a49" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 17 - }, - "refs": [] - }, - "$border-red-light": { - "computed": "#cea0a5", - "values": [ - "desaturate($red-300, 60%)", - "#cea0a5" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 18 - }, - "refs": [] - }, - "$border-style": { - "computed": "solid", - "values": [ - "solid" - ], - "source": { - "path": "src/support/variables/misc.scss", - "line": 6 - }, - "refs": [] - }, - "$border-white": { - "computed": "#fff", - "values": [ - "$white", - "#fff" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 5 - }, - "refs": [] - }, - "$border-white-fade": { - "computed": "rgba(255, 255, 255, 0.15)", - "values": [ - "$white-fade-15", - "rgba($white, 0.15)", - "rgba(255, 255, 255, 0.15)" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 7 - }, - "refs": [] - }, - "$border-width": { - "computed": "1px", - "values": [ - "1px" - ], - "source": { - "path": "src/support/variables/misc.scss", - "line": 4 - }, - "refs": [] - }, - "$border-yellow": { - "computed": "#d9d0a5", - "values": [ - "desaturate($yellow-300, 60%)", - "#d9d0a5" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 19 - }, - "refs": [] - }, - "$box-shadow": { - "computed": "0 1px 1px rgba(27, 31, 35, 0.1)", - "values": [ - "0 1px 1px rgba($black, 0.1)", - "0 1px 1px rgba(27, 31, 35, 0.1)" - ], - "source": { - "path": "src/support/variables/misc.scss", - "line": 11 - }, - "refs": [] - }, - "$box-shadow-extra-large": { - "computed": "0 10px 50px rgba(27, 31, 35, 0.07)", - "values": [ - "0 10px 50px rgba($black, 0.07)", - "0 10px 50px rgba(27, 31, 35, 0.07)" - ], - "source": { - "path": "src/support/variables/misc.scss", - "line": 14 - }, - "refs": [] - }, - "$box-shadow-large": { - "computed": "0 1px 15px rgba(27, 31, 35, 0.15)", - "values": [ - "0 1px 15px $black-fade-15", - "0 1px 15px rgba($black, 0.15)", - "0 1px 15px rgba(27, 31, 35, 0.15)" - ], - "source": { - "path": "src/support/variables/misc.scss", - "line": 13 - }, - "refs": [] - }, - "$box-shadow-medium": { - "computed": "0 1px 5px rgba(27, 31, 35, 0.15)", - "values": [ - "0 1px 5px $black-fade-15", - "0 1px 5px rgba($black, 0.15)", - "0 1px 5px rgba(27, 31, 35, 0.15)" - ], - "source": { - "path": "src/support/variables/misc.scss", - "line": 12 - }, - "refs": [] - }, - "$btn-active-shadow": { - "computed": "inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15)", - "values": [ - "inset 0 0.15em 0.3em $black-fade-15", - "inset 0 0.15em 0.3em rgba($black, 0.15)", - "inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15)" - ], - "source": { - "path": "src/support/variables/misc.scss", - "line": 19 - }, - "refs": [] - }, - "$btn-input-focus-shadow": { - "computed": "0 0 0 0.2em rgba(3, 102, 214, 0.3)", - "values": [ - "0 0 0 0.2em rgba($blue, 0.3)", - "0 0 0 0.2em rgba(3, 102, 214, 0.3)" - ], - "source": { - "path": "src/support/variables/misc.scss", - "line": 18 - }, - "refs": [] - }, - "$container-lg": { - "computed": "1012px", - "values": [ - "$width-lg", - "1012px" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 92 - }, - "refs": [] - }, - "$container-md": { - "computed": "768px", - "values": [ - "$width-md", - "768px" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 91 - }, - "refs": [] - }, - "$container-sm": { - "computed": "544px", - "values": [ - "$width-sm", - "544px" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 90 - }, - "refs": [] - }, - "$container-width": { - "computed": "980px", - "values": [ - "980px" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 75 - }, - "refs": [] - }, - "$container-xl": { - "computed": "1280px", - "values": [ - "$width-xl", - "1280px" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 93 - }, - "refs": [] - }, - "$em-spacer-1": { - "computed": "0.0625em", - "values": [ - "0.0625em" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 67 - }, - "refs": [] - }, - "$em-spacer-2": { - "computed": "0.125em", - "values": [ - "0.125em" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 68 - }, - "refs": [] - }, - "$em-spacer-3": { - "computed": "0.25em", - "values": [ - "0.25em" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 69 - }, - "refs": [] - }, - "$em-spacer-4": { - "computed": "0.375em", - "values": [ - "0.375em" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 70 - }, - "refs": [] - }, - "$em-spacer-5": { - "computed": "0.5em", - "values": [ - "0.5em" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 71 - }, - "refs": [] - }, - "$em-spacer-6": { - "computed": "0.75em", - "values": [ - "0.75em" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 72 - }, - "refs": [] - }, - "$font-size-small": { - "computed": "12px", - "values": [ - "12px" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 21 - }, - "refs": [] - }, - "$font-weight-bold": { - "computed": "600", - "values": [ - "600" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 24 - }, - "refs": [] - }, - "$font-weight-light": { - "computed": "300", - "values": [ - "300" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 27 - }, - "refs": [] - }, - "$font-weight-normal": { - "computed": "400", - "values": [ - "400" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 26 - }, - "refs": [] - }, - "$font-weight-semibold": { - "computed": "500", - "values": [ - "500" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 25 - }, - "refs": [] - }, - "$form-control-shadow": { - "computed": "inset 0 1px 2px rgba(27, 31, 35, 0.075)", - "values": [ - "inset 0 1px 2px rgba($black, 0.075)", - "inset 0 1px 2px rgba(27, 31, 35, 0.075)" - ], - "source": { - "path": "src/support/variables/misc.scss", - "line": 17 - }, - "refs": [] - }, - "$gray": { - "computed": "#6a737d", - "values": [ - "$gray-500", - "#6a737d" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 126 - }, - "refs": [] - }, - "$gray-000": { - "computed": "#fafbfc", - "values": [ - "#fafbfc" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 8 - }, - "refs": [ - "$bg-gray-light" - ] - }, - "$gray-100": { - "computed": "#f6f8fa", - "values": [ - "#f6f8fa" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 9 - }, - "refs": [ - "$bg-gray" - ] - }, - "$gray-200": { - "computed": "#e1e4e8", - "values": [ - "#e1e4e8" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 10 - }, - "refs": [ - "$border-gray", - "$border-color" - ] - }, - "$gray-300": { - "computed": "#d1d5da", - "values": [ - "#d1d5da" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 11 - }, - "refs": [ - "$border-gray-dark", - "$bg-diffstat-neutral" - ] - }, - "$gray-400": { - "computed": "#959da5", - "values": [ - "#959da5" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 12 - }, - "refs": [ - "$gray-light" - ] - }, - "$gray-500": { - "computed": "#6a737d", - "values": [ - "#6a737d" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 13 - }, - "refs": [ - "$gray", - "$text-gray-light" - ] - }, - "$gray-600": { - "computed": "#586069", - "values": [ - "#586069" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 14 - }, - "refs": [ - "$text-gray" - ] - }, - "$gray-700": { - "computed": "#444d56", - "values": [ - "#444d56" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 15 - }, - "refs": [ - "$border-gray-darker" - ] - }, - "$gray-800": { - "computed": "#2f363d", - "values": [ - "#2f363d" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 16 - }, - "refs": [] - }, - "$gray-900": { - "computed": "#24292e", - "values": [ - "#24292e" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 17 - }, - "refs": [ - "$gray-dark", - "$bg-gray-dark", - "$text-gray-dark" - ] - }, - "$gray-dark": { - "computed": "#24292e", - "values": [ - "$gray-900", - "#24292e" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 124 - }, - "refs": [] - }, - "$gray-light": { - "computed": "#959da5", - "values": [ - "$gray-400", - "#959da5" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 125 - }, - "refs": [] - }, - "$green": { - "computed": "#28a745", - "values": [ - "$green-500", - "#28a745" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 120 - }, - "refs": [] - }, - "$green-000": { - "computed": "#f0fff4", - "values": [ - "#f0fff4" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 32 - }, - "refs": [] - }, - "$green-100": { - "computed": "#dcffe4", - "values": [ - "#dcffe4" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 33 - }, - "refs": [ - "$bg-green-light" - ] - }, - "$green-200": { - "computed": "#bef5cb", - "values": [ - "#bef5cb" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 34 - }, - "refs": [] - }, - "$green-300": { - "computed": "#85e89d", - "values": [ - "#85e89d" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 35 - }, - "refs": [] - }, - "$green-400": { - "computed": "#34d058", - "values": [ - "#34d058" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 36 - }, - "refs": [ - "$border-green" - ] - }, - "$green-500": { - "computed": "#28a745", - "values": [ - "#28a745" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 37 - }, - "refs": [ - "$green", - "$bg-green", - "$text-green" - ] - }, - "$green-600": { - "computed": "#22863a", - "values": [ - "#22863a" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 38 - }, - "refs": [] - }, - "$green-700": { - "computed": "#176f2c", - "values": [ - "#176f2c" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 39 - }, - "refs": [] - }, - "$green-800": { - "computed": "#165c26", - "values": [ - "#165c26" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 40 - }, - "refs": [] - }, - "$green-900": { - "computed": "#144620", - "values": [ - "#144620" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 41 - }, - "refs": [] - }, - "$grid-gutter": { - "computed": "10px", - "values": [ - "10px" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 76 - }, - "refs": [] - }, - "$h0-size": { - "computed": "40px", - "values": [ - "40px" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 13 - }, - "refs": [] - }, - "$h0-size-mobile": { - "computed": "32px", - "values": [ - "32px" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 6 - }, - "refs": [] - }, - "$h00-size": { - "computed": "48px", - "values": [ - "48px" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 12 - }, - "refs": [] - }, - "$h00-size-mobile": { - "computed": "40px", - "values": [ - "40px" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 5 - }, - "refs": [] - }, - "$h1-size": { - "computed": "32px", - "values": [ - "32px" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 14 - }, - "refs": [] - }, - "$h1-size-mobile": { - "computed": "26px", - "values": [ - "26px" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 7 - }, - "refs": [] - }, - "$h2-size": { - "computed": "24px", - "values": [ - "24px" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 15 - }, - "refs": [] - }, - "$h2-size-mobile": { - "computed": "22px", - "values": [ - "22px" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 8 - }, - "refs": [] - }, - "$h3-size": { - "computed": "20px", - "values": [ - "20px" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 16 - }, - "refs": [] - }, - "$h3-size-mobile": { - "computed": "18px", - "values": [ - "18px" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 9 - }, - "refs": [] - }, - "$h4-size": { - "computed": "16px", - "values": [ - "16px" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 17 - }, - "refs": [] - }, - "$h5-size": { - "computed": "14px", - "values": [ - "14px" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 18 - }, - "refs": [] - }, - "$h6-size": { - "computed": "12px", - "values": [ - "12px" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 19 - }, - "refs": [] - }, - "$lh-condensed": { - "computed": "1.25", - "values": [ - "1.25" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 31 - }, - "refs": [] - }, - "$lh-condensed-ultra": { - "computed": "1", - "values": [ - "1" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 30 - }, - "refs": [] - }, - "$lh-default": { - "computed": "1.5", - "values": [ - "1.5" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 32 - }, - "refs": [ - "$body-line-height" - ] - }, - "$mono-font": { - "computed": "SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace", - "values": [ - "\"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace", - "SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace" - ], - "source": { - "path": "src/support/variables/typography.scss", - "line": 38 - }, - "refs": [] - }, - "$orange": { - "computed": "#f66a0a", - "values": [ - "$orange-500", - "#f66a0a" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 122 - }, - "refs": [] - }, - "$orange-000": { - "computed": "#fff8f2", - "values": [ - "#fff8f2" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 56 - }, - "refs": [] - }, - "$orange-100": { - "computed": "#ffebda", - "values": [ - "#ffebda" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 57 - }, - "refs": [] - }, - "$orange-200": { - "computed": "#ffd1ac", - "values": [ - "#ffd1ac" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 58 - }, - "refs": [] - }, - "$orange-300": { - "computed": "#ffab70", - "values": [ - "#ffab70" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 59 - }, - "refs": [] - }, - "$orange-400": { - "computed": "#fb8532", - "values": [ - "#fb8532" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 60 - }, - "refs": [] - }, - "$orange-500": { - "computed": "#f66a0a", - "values": [ - "#f66a0a" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 61 - }, - "refs": [ - "$orange" - ] - }, - "$orange-600": { - "computed": "#e36209", - "values": [ - "#e36209" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 62 - }, - "refs": [ - "$text-orange-light" - ] - }, - "$orange-700": { - "computed": "#d15704", - "values": [ - "#d15704" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 63 - }, - "refs": [ - "$bg-orange" - ] - }, - "$orange-800": { - "computed": "#c24e00", - "values": [ - "#c24e00" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 64 - }, - "refs": [] - }, - "$orange-900": { - "computed": "#a04100", - "values": [ - "#a04100" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 65 - }, - "refs": [ - "$text-orange" - ] - }, - "$pink-000": { - "computed": "#ffeef8", - "values": [ - "#ffeef8" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 92 - }, - "refs": [] - }, - "$pink-100": { - "computed": "#fedbf0", - "values": [ - "#fedbf0" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 93 - }, - "refs": [] - }, - "$pink-200": { - "computed": "#f9b3dd", - "values": [ - "#f9b3dd" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 94 - }, - "refs": [] - }, - "$pink-300": { - "computed": "#f692ce", - "values": [ - "#f692ce" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 95 - }, - "refs": [] - }, - "$pink-400": { - "computed": "#ec6cb9", - "values": [ - "#ec6cb9" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 96 - }, - "refs": [] - }, - "$pink-500": { - "computed": "#ea4aaa", - "values": [ - "#ea4aaa" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 97 - }, - "refs": [ - "$bg-pink", - "$text-pink" - ] - }, - "$pink-600": { - "computed": "#d03592", - "values": [ - "#d03592" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 98 - }, - "refs": [] - }, - "$pink-700": { - "computed": "#b93a86", - "values": [ - "#b93a86" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 99 - }, - "refs": [] - }, - "$pink-800": { - "computed": "#99306f", - "values": [ - "#99306f" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 100 - }, - "refs": [] - }, - "$pink-900": { - "computed": "#6d224f", - "values": [ - "#6d224f" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 101 - }, - "refs": [] - }, - "$purple": { - "computed": "#6f42c1", - "values": [ - "$purple-500", - "#6f42c1" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 118 - }, - "refs": [ - "$border-purple", - "$text-purple" - ] - }, - "$purple-000": { - "computed": "#f5f0ff", - "values": [ - "#f5f0ff" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 80 - }, - "refs": [ - "$bg-purple-light" - ] - }, - "$purple-100": { - "computed": "#e6dcfd", - "values": [ - "#e6dcfd" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 81 - }, - "refs": [] - }, - "$purple-200": { - "computed": "#d1bcf9", - "values": [ - "#d1bcf9" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 82 - }, - "refs": [] - }, - "$purple-300": { - "computed": "#b392f0", - "values": [ - "#b392f0" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 83 - }, - "refs": [] - }, - "$purple-400": { - "computed": "#8a63d2", - "values": [ - "#8a63d2" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 84 - }, - "refs": [] - }, - "$purple-500": { - "computed": "#6f42c1", - "values": [ - "#6f42c1" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 85 - }, - "refs": [ - "$purple", - "$border-purple", - "$bg-purple", - "$text-purple" - ] - }, - "$purple-600": { - "computed": "#5a32a3", - "values": [ - "#5a32a3" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 86 - }, - "refs": [] - }, - "$purple-700": { - "computed": "#4c2889", - "values": [ - "#4c2889" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 87 - }, - "refs": [] - }, - "$purple-800": { - "computed": "#3a1d6e", - "values": [ - "#3a1d6e" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 88 - }, - "refs": [] - }, - "$purple-900": { - "computed": "#29134e", - "values": [ - "#29134e" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 89 - }, - "refs": [] - }, - "$red": { - "computed": "#d73a49", - "values": [ - "$red-500", - "#d73a49" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 117 - }, - "refs": [ - "$border-red" - ] - }, - "$red-000": { - "computed": "#ffeef0", - "values": [ - "#ffeef0" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 68 - }, - "refs": [] - }, - "$red-100": { - "computed": "#ffdce0", - "values": [ - "#ffdce0" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 69 - }, - "refs": [ - "$bg-red-light" - ] - }, - "$red-200": { - "computed": "#fdaeb7", - "values": [ - "#fdaeb7" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 70 - }, - "refs": [] - }, - "$red-300": { - "computed": "#f97583", - "values": [ - "#f97583" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 71 - }, - "refs": [] - }, - "$red-400": { - "computed": "#ea4a5a", - "values": [ - "#ea4a5a" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 72 - }, - "refs": [] - }, - "$red-500": { - "computed": "#d73a49", - "values": [ - "#d73a49" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 73 - }, - "refs": [ - "$red", - "$border-red", - "$bg-red" - ] - }, - "$red-600": { - "computed": "#cb2431", - "values": [ - "#cb2431" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 74 - }, - "refs": [ - "$bg-diffstat-deleted", - "$text-red" - ] - }, - "$red-700": { - "computed": "#b31d28", - "values": [ - "#b31d28" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 75 - }, - "refs": [] - }, - "$red-800": { - "computed": "#9e1c23", - "values": [ - "#9e1c23" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 76 - }, - "refs": [] - }, - "$red-900": { - "computed": "#86181d", - "values": [ - "#86181d" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 77 - }, - "refs": [] - }, - "$spacer": { - "computed": "8px", - "values": [ - "8px" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 32 - }, - "refs": [ - "$spacer-2" - ] - }, - "$spacer-0": { - "computed": "0", - "values": [ - "0" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 35 - }, - "refs": [] - }, - "$spacer-1": { - "computed": "4px", - "values": [ - "round($spacer / 2)", - "4px" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 36 - }, - "refs": [] - }, - "$spacer-2": { - "computed": "8px", - "values": [ - "$spacer", - "8px" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 37 - }, - "refs": [] - }, - "$spacer-3": { - "computed": "16px", - "values": [ - "$spacer * 2", - "8px * 2", - "16px" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 38 - }, - "refs": [] - }, - "$spacer-4": { - "computed": "24px", - "values": [ - "$spacer * 3", - "8px * 3", - "24px" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 39 - }, - "refs": [] - }, - "$spacer-5": { - "computed": "32px", - "values": [ - "$spacer * 4", - "8px * 4", - "32px" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 40 - }, - "refs": [] - }, - "$spacer-6": { - "computed": "40px", - "values": [ - "$spacer * 5", - "8px * 5", - "40px" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 41 - }, - "refs": [] - }, - "$text-black": { - "computed": "#1b1f23", - "values": [ - "$black", - "#1b1f23" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 51 - }, - "refs": [] - }, - "$text-blue": { - "computed": "#0366d6", - "values": [ - "$blue-500", - "#0366d6" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 53 - }, - "refs": [] - }, - "$text-gray": { - "computed": "#586069", - "values": [ - "$gray-600", - "#586069" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 56 - }, - "refs": [] - }, - "$text-gray-dark": { - "computed": "#24292e", - "values": [ - "$gray-900", - "#24292e" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 54 - }, - "refs": [] - }, - "$text-gray-light": { - "computed": "#6a737d", - "values": [ - "$gray-500", - "#6a737d" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 55 - }, - "refs": [] - }, - "$text-green": { - "computed": "#28a745", - "values": [ - "$green-500", - "#28a745" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 57 - }, - "refs": [] - }, - "$text-orange": { - "computed": "#a04100", - "values": [ - "$orange-900", - "#a04100" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 58 - }, - "refs": [] - }, - "$text-orange-light": { - "computed": "#e36209", - "values": [ - "$orange-600", - "#e36209" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 59 - }, - "refs": [] - }, - "$text-pink": { - "computed": "#ea4aaa", - "values": [ - "$pink-500", - "#ea4aaa" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 61 - }, - "refs": [] - }, - "$text-purple": { - "computed": "#6f42c1", - "values": [ - "$purple", - "$purple-500", - "#6f42c1" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 60 - }, - "refs": [] - }, - "$text-red": { - "computed": "#cb2431", - "values": [ - "$red-600", - "#cb2431" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 62 - }, - "refs": [] - }, - "$text-white": { - "computed": "#fff", - "values": [ - "$white", - "#fff" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 52 - }, - "refs": [] - }, - "$text-yellow": { - "computed": "#b08800", - "values": [ - "$yellow-800", - "#b08800" - ], - "source": { - "path": "src/support/variables/colors.scss", - "line": 63 - }, - "refs": [] - }, - "$tooltip-background-color": { - "computed": "#1b1f23", - "values": [ - "$black", - "#1b1f23" - ], - "source": { - "path": "src/support/variables/misc.scss", - "line": 23 - }, - "refs": [] - }, - "$tooltip-delay": { - "computed": "0.4s", - "values": [ - "0.4s" - ], - "source": { - "path": "src/support/variables/misc.scss", - "line": 25 - }, - "refs": [] - }, - "$tooltip-duration": { - "computed": "0.1s", - "values": [ - "0.1s" - ], - "source": { - "path": "src/support/variables/misc.scss", - "line": 26 - }, - "refs": [] - }, - "$tooltip-max-width": { - "computed": "250px", - "values": [ - "250px" - ], - "source": { - "path": "src/support/variables/misc.scss", - "line": 22 - }, - "refs": [] - }, - "$tooltip-text-color": { - "computed": "#fff", - "values": [ - "$white", - "#fff" - ], - "source": { - "path": "src/support/variables/misc.scss", - "line": 24 - }, - "refs": [] - }, - "$white": { - "computed": "#fff", - "values": [ - "#fff" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 3 - }, - "refs": [ - "$border-white", - "$bg-white", - "$text-white", - "$tooltip-text-color" - ] - }, - "$white-fade-15": { - "computed": "rgba(255, 255, 255, 0.15)", - "values": [ - "rgba($white, 0.15)", - "rgba(255, 255, 255, 0.15)" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 110 - }, - "refs": [ - "$border-white-fade" - ] - }, - "$white-fade-30": { - "computed": "rgba(255, 255, 255, 0.3)", - "values": [ - "rgba($white, 0.3)", - "rgba(255, 255, 255, 0.3)" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 111 - }, - "refs": [] - }, - "$white-fade-50": { - "computed": "rgba(255, 255, 255, 0.5)", - "values": [ - "rgba($white, 0.5)", - "rgba(255, 255, 255, 0.5)" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 112 - }, - "refs": [] - }, - "$white-fade-70": { - "computed": "rgba(255, 255, 255, 0.7)", - "values": [ - "rgba($white, 0.7)", - "rgba(255, 255, 255, 0.7)" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 113 - }, - "refs": [] - }, - "$white-fade-85": { - "computed": "rgba(255, 255, 255, 0.85)", - "values": [ - "rgba($white, 0.85)", - "rgba(255, 255, 255, 0.85)" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 114 - }, - "refs": [] - }, - "$width-lg": { - "computed": "1012px", - "values": [ - "1012px" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 85 - }, - "refs": [ - "$container-lg" - ] - }, - "$width-md": { - "computed": "768px", - "values": [ - "768px" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 83 - }, - "refs": [ - "$container-md" - ] - }, - "$width-sm": { - "computed": "544px", - "values": [ - "544px" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 81 - }, - "refs": [ - "$container-sm" - ] - }, - "$width-xl": { - "computed": "1280px", - "values": [ - "1280px" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 87 - }, - "refs": [ - "$container-xl" - ] - }, - "$width-xs": { - "computed": "0", - "values": [ - "0" - ], - "source": { - "path": "src/support/variables/layout.scss", - "line": 79 - }, - "refs": [] - }, - "$yellow": { - "computed": "#ffd33d", - "values": [ - "$yellow-500", - "#ffd33d" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 121 - }, - "refs": [] - }, - "$yellow-000": { - "computed": "#fffdef", - "values": [ - "#fffdef" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 44 - }, - "refs": [] - }, - "$yellow-100": { - "computed": "#fffbdd", - "values": [ - "#fffbdd" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 45 - }, - "refs": [] - }, - "$yellow-200": { - "computed": "#fff5b1", - "values": [ - "#fff5b1" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 46 - }, - "refs": [ - "$bg-yellow-light" - ] - }, - "$yellow-300": { - "computed": "#ffea7f", - "values": [ - "#ffea7f" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 47 - }, - "refs": [] - }, - "$yellow-400": { - "computed": "#ffdf5d", - "values": [ - "#ffdf5d" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 48 - }, - "refs": [] - }, - "$yellow-500": { - "computed": "#ffd33d", - "values": [ - "#ffd33d" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 49 - }, - "refs": [ - "$yellow", - "$bg-yellow" - ] - }, - "$yellow-600": { - "computed": "#f9c513", - "values": [ - "#f9c513" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 50 - }, - "refs": [] - }, - "$yellow-700": { - "computed": "#dbab09", - "values": [ - "#dbab09" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 51 - }, - "refs": [ - "$bg-yellow-dark" - ] - }, - "$yellow-800": { - "computed": "#b08800", - "values": [ - "#b08800" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 52 - }, - "refs": [ - "$text-yellow" - ] - }, - "$yellow-900": { - "computed": "#735c0f", - "values": [ - "#735c0f" - ], - "source": { - "path": "src/support/variables/color-system.scss", - "line": 53 - }, - "refs": [] - }, - "$blue-mktg": { - "computed": "#1074e7", - "values": [ - "mix($blue-400, $blue-500, 42%)", - "#1074e7" - ], - "source": { - "path": "src/marketing/support/variables.scss", - "line": 36 - }, - "refs": [] - }, - "$font-mktg": { - "computed": "Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol", - "values": [ - "Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"", - "Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol" - ], - "source": { - "path": "src/marketing/support/variables.scss", - "line": 28 - }, - "refs": [] - }, - "$green-mktg": { - "computed": "#2ebc4f", - "values": [ - "mix($green-500, $green-400, 50%)", - "#2ebc4f" - ], - "source": { - "path": "src/marketing/support/variables.scss", - "line": 35 - }, - "refs": [] - }, - "$h000-size": { - "computed": "64px", - "values": [ - "64px" - ], - "source": { - "path": "src/marketing/support/variables.scss", - "line": 31 - }, - "refs": [] - }, - "$h000-size-mobile": { - "computed": "48px", - "values": [ - "48px" - ], - "source": { - "path": "src/marketing/support/variables.scss", - "line": 32 - }, - "refs": [] - }, - "$marketing-all-spacers": { - "computed": "(0: 0, 1: 4px, 2: 8px, 3: 16px, 4: 24px, 5: 32px, 6: 40px, 7: 48px, 8: 64px, 9: 80px, 10: 96px, 11: 112px, 12: 128px)", - "values": [ - "map-merge(\n (\n 0: 0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n ),\n $marketing-spacers,\n)", - "(0: 0, 1: 4px, 2: 8px, 3: 16px, 4: 24px, 5: 32px, 6: 40px, 7: 48px, 8: 64px, 9: 80px, 10: 96px, 11: 112px, 12: 128px)" - ], - "source": { - "path": "src/marketing/support/variables.scss", - "line": 60 - }, - "refs": [] - }, - "$marketing-font-path": { - "computed": "/fonts/", - "values": [ - "\"/fonts/\"", - "/fonts/" - ], - "source": { - "path": "src/marketing/support/variables.scss", - "line": 1 - }, - "refs": [] - }, - "$spacer-10": { - "computed": "96px", - "values": [ - "$spacer * 12", - "8px * 12", - "96px" - ], - "source": { - "path": "src/marketing/support/variables.scss", - "line": 47 - }, - "refs": [] - }, - "$spacer-11": { - "computed": "112px", - "values": [ - "$spacer * 14", - "8px * 14", - "112px" - ], - "source": { - "path": "src/marketing/support/variables.scss", - "line": 48 - }, - "refs": [] - }, - "$spacer-12": { - "computed": "128px", - "values": [ - "$spacer * 16", - "8px * 16", - "128px" - ], - "source": { - "path": "src/marketing/support/variables.scss", - "line": 49 - }, - "refs": [] - }, - "$spacer-7": { - "computed": "48px", - "values": [ - "$spacer * 6", - "8px * 6", - "48px" - ], - "source": { - "path": "src/marketing/support/variables.scss", - "line": 44 - }, - "refs": [] - }, - "$spacer-8": { - "computed": "64px", - "values": [ - "$spacer * 8", - "8px * 8", - "64px" - ], - "source": { - "path": "src/marketing/support/variables.scss", - "line": 45 - }, - "refs": [] - }, - "$spacer-9": { - "computed": "80px", - "values": [ - "$spacer * 10", - "8px * 10", - "80px" - ], - "source": { - "path": "src/marketing/support/variables.scss", - "line": 46 - }, - "refs": [] - }, - "$transition-time": { - "computed": "0.4s", - "values": [ - "0.4s" - ], - "source": { - "path": "src/marketing/support/variables.scss", - "line": 39 - }, - "refs": [] - } -}
\ No newline at end of file diff --git a/assets/sass/@primer/css/dropdown/README.md b/assets/sass/@primer/css/dropdown/README.md deleted file mode 100644 index 48e9c4b..0000000 --- a/assets/sass/@primer/css/dropdown/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "dropdown" -generated: true ---- - -# Primer CSS: `dropdown` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/dropdown/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/dropdown.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/dropdown/dropdown.scss b/assets/sass/@primer/css/dropdown/dropdown.scss deleted file mode 100644 index d8fea5f..0000000 --- a/assets/sass/@primer/css/dropdown/dropdown.scss +++ /dev/null @@ -1,327 +0,0 @@ -.dropdown { - position: relative; -} - -.dropdown-caret { - display: inline-block; - width: 0; - height: 0; - vertical-align: middle; - content: ""; - border-style: $border-style; - // stylelint-disable-next-line primer/borders - border-width: $spacer-1 $spacer-1 0; - border-right-color: transparent; - border-bottom-color: transparent; - border-left-color: transparent; -} - -// Requires a positioning class (e.g., `.dropdown-menu-w`) to determine which -// way the menu should render from the element triggering it. -.dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 100; - width: 160px; - padding-top: $spacer-1; - padding-bottom: $spacer-1; - // stylelint-disable-next-line primer/spacing - margin-top: 2px; - list-style: none; - background-color: $bg-white; - background-clip: padding-box; - border: $border-width $border-style $border-black-fade; - // stylelint-disable-next-line primer/borders - border-radius: $spacer-1; - box-shadow: $box-shadow-large; - - &::before, - &::after { - position: absolute; - display: inline-block; - content: ""; - } - - &::before { - // stylelint-disable-next-line primer/borders - border: $spacer-2 $border-style transparent; - border-bottom-color: $border-black-fade; - } - - &::after { - // stylelint-disable-next-line primer/borders - border: 7px $border-style transparent; - border-bottom-color: $border-white; - } - - // stylelint-disable-next-line selector-max-type - > ul { - list-style: none; - } -} - -.dropdown-menu-no-overflow { - width: auto; - - .dropdown-item { - padding: $spacer-1 $spacer-3; - overflow: visible; - text-overflow: inherit; - } -} - -// Dropdown items (can be links or buttons) -.dropdown-item { - display: block; - padding: $spacer-1 $spacer-2 $spacer-1 $spacer-3; - overflow: hidden; - color: $text-gray-dark; - text-overflow: ellipsis; - white-space: nowrap; - - &:focus, - &:hover { - color: $text-white; - text-decoration: none; - background-color: $bg-blue; - outline: none; - - > .octicon { - color: inherit; - opacity: 1; - } - } - - &.btn-link { - width: 100%; - text-align: left; - } -} - -.dropdown-signout { - width: 100%; - text-align: left; - background: none; - border: 0; -} - -.dropdown-divider { - display: block; - height: 0; - margin: $spacer-2 0; - border-top: $border; -} - -.dropdown-header { - padding: $spacer-1 $spacer-3; - font-size: $h6-size; - color: $text-gray; -} - -.dropdown-item[aria-checked="false"] .octicon-check { - display: none; -} - -// Directional classes -// -// Move the menu and the caret attached to it. Requires at least one of these on -// the `.dropdown-menu` element. - -.dropdown-menu-w { - top: 0; - right: 100%; - left: auto; - width: auto; - margin-top: 0; - margin-right: $spacer-2; - - &::before { - top: 10px; - right: -$spacer-3; - left: auto; - border-color: transparent; - border-left-color: $border-black-fade; - } - - &::after { - top: 11px; - right: -14px; - left: auto; - border-color: transparent; - border-left-color: $border-white; - } -} - -.dropdown-menu-e { - top: 0; - left: 100%; - width: auto; - margin-top: 0; - margin-left: $spacer-2; - - &::before { - top: $spacer-2; - left: -$spacer-3; - border-color: transparent; - border-right-color: $border-black-fade; - } - - &::after { - top: 11px; - left: -14px; - border-color: transparent; - border-right-color: $border-white; - } -} - -.dropdown-menu-ne { - top: auto; - bottom: 100%; - left: 0; - // stylelint-disable-next-line primer/spacing - margin-bottom: 3px; - - &::before, - &::after { - top: auto; - right: auto; - } - - &::before { - bottom: -$spacer-2; - left: 9px; - // stylelint-disable-next-line primer/borders - border-top: $spacer-2 $border-style $border-black-fade; - // stylelint-disable-next-line primer/borders - border-right: $spacer-2 $border-style transparent; - border-bottom: 0; - // stylelint-disable-next-line primer/borders - border-left: $spacer-2 $border-style transparent; - } - - &::after { - bottom: -7px; - left: 10px; - // stylelint-disable-next-line primer/borders - border-top: 7px $border-style $border-white; - // stylelint-disable-next-line primer/borders - border-right: 7px $border-style transparent; - border-bottom: 0; - // stylelint-disable-next-line primer/borders - border-left: 7px $border-style transparent; - } -} - -.dropdown-menu-s { - right: 50%; - left: auto; - transform: translateX(50%); - - &::before { - top: -$spacer-3; - right: 50%; - transform: translateX(50%); - } - - &::after { - top: -14px; - right: 50%; - transform: translateX(50%); - } -} - -.dropdown-menu-sw { - right: 0; - left: auto; - - &::before { - top: -$spacer-3; - right: 9px; - left: auto; - } - - &::after { - top: -14px; - right: 10px; - left: auto; - } -} - -.dropdown-menu-se { - &::before { - top: -$spacer-3; - left: 9px; - } - - &::after { - top: -14px; - left: 10px; - } -} - -// Dark dropdowns -.dropdown-menu-dark { - color: $text-white; - // stylelint-disable-next-line primer/colors - background: $gray-800; - border-color: $border-gray-darker; - box-shadow: $box-shadow-large; - - &::before { - border-bottom-color: $border-gray-darker; - } - - &::after { - // stylelint-disable-next-line primer/borders - border-bottom-color: $gray-800; - } - - .dropdown-header { - // stylelint-disable-next-line primer/colors - color: $gray-300; - } - - .dropdown-divider { - border-top-color: $border-gray-darker; - } - - .dropdown-item { - color: inherit; - } - - // Directional classes - - &.dropdown-menu-w { - &::before { - border-color: transparent transparent transparent $border-gray-darker; - } - - &::after { - // stylelint-disable-next-line primer/borders - border-color: transparent transparent transparent $gray-800; - } - } - - &.dropdown-menu-e { - &::before { - border-color: transparent $border-gray-darker transparent transparent; - } - - &::after { - // stylelint-disable-next-line primer/borders - border-color: transparent $gray-800 transparent transparent; - } - } - - &.dropdown-menu-ne { - &::before { - border-color: $border-gray-darker transparent transparent transparent; - } - - &::after { - // stylelint-disable-next-line primer/borders - border-color: $gray-800 transparent transparent transparent; - } - } -} diff --git a/assets/sass/@primer/css/dropdown/index.scss b/assets/sass/@primer/css/dropdown/index.scss deleted file mode 100644 index 03e0249..0000000 --- a/assets/sass/@primer/css/dropdown/index.scss +++ /dev/null @@ -1,2 +0,0 @@ -@import "../support/index.scss"; -@import "./dropdown.scss"; diff --git a/assets/sass/@primer/css/fonts/Inter-Bold.woff b/assets/sass/@primer/css/fonts/Inter-Bold.woff Binary files differdeleted file mode 100644 index d196122..0000000 --- a/assets/sass/@primer/css/fonts/Inter-Bold.woff +++ /dev/null diff --git a/assets/sass/@primer/css/fonts/Inter-Medium.woff b/assets/sass/@primer/css/fonts/Inter-Medium.woff Binary files differdeleted file mode 100644 index c16b02f..0000000 --- a/assets/sass/@primer/css/fonts/Inter-Medium.woff +++ /dev/null diff --git a/assets/sass/@primer/css/fonts/Inter-Regular.woff b/assets/sass/@primer/css/fonts/Inter-Regular.woff Binary files differdeleted file mode 100644 index e267a73..0000000 --- a/assets/sass/@primer/css/fonts/Inter-Regular.woff +++ /dev/null diff --git a/assets/sass/@primer/css/forms/README.md b/assets/sass/@primer/css/forms/README.md deleted file mode 100644 index e092504..0000000 --- a/assets/sass/@primer/css/forms/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "forms" -generated: true ---- - -# Primer CSS: `forms` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/forms/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/forms.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/forms/form-control.scss b/assets/sass/@primer/css/forms/form-control.scss deleted file mode 100644 index 778f320..0000000 --- a/assets/sass/@primer/css/forms/form-control.scss +++ /dev/null @@ -1,259 +0,0 @@ -// Needs refactoring -// stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors -// stylelint-disable selector-max-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; - // stylelint-disable-next-line primer/spacing - padding: 6px $spacer-2; - font-size: $h4-size; - // stylelint-disable-next-line primer/typography - 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: $border-width $border-style $border-gray-dark; - border-radius: $border-radius; - outline: none; - box-shadow: $form-control-shadow; - - &.focus, - &:focus { - // stylelint-disable-next-line primer/borders - border-color: $blue-400; - outline: none; - box-shadow: $form-control-shadow, $btn-input-focus-shadow; - } - - // Ensures inputs don't zoom on mobile but are body-font size on desktop - @include breakpoint(md) { - font-size: $body-font-size; - } -} - -// Inputs with contrast for easy light gray backgrounds against white. -.input-contrast { - background-color: $bg-gray-light; - - &:focus { background-color: $bg-white; } -} - -// Inputs to be used against dark backgrounds. -.input-dark { - color: $text-white; - // stylelint-disable-next-line primer/colors - background-color: $white-fade-15; - border-color: transparent; - - &::placeholder { - color: inherit; - opacity: 0.6; // inceases contrast ratio to 4.52 - } - - &.focus, - &:focus { - // stylelint-disable-next-line primer/borders - border-color: $black-fade-30; - // stylelint-disable-next-line primer/box-shadow - box-shadow: 0 0 0 0.2em rgba($blue-300, 0.4); - } -} - -// Custom styling for HTML5 validation bubbles (WebKit only) -::placeholder { - color: $text-gray-light; -} - -// Mini inputs, to match .minibutton -.input-sm { - min-height: 28px; - // stylelint-disable-next-line primer/spacing - padding-top: 3px; - // stylelint-disable-next-line primer/spacing - padding-bottom: 3px; - font-size: $font-size-small; - // stylelint-disable-next-line primer/typography - line-height: 20px; -} - -// Large inputs -.input-lg { - padding: $spacer-1 10px; - font-size: $h4-size; -} - -// 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 { - // stylelint-disable-next-line primer/spacing - padding-left: 20px; - // stylelint-disable-next-line primer/spacing - margin: 15px 0; - vertical-align: middle; - - label { - em.highlight { - position: relative; - left: -$spacer-1; - // stylelint-disable-next-line primer/spacing - padding: 2px $spacer-1; - font-style: normal; - // stylelint-disable-next-line primer/colors - background: $yellow-100; - border-radius: $border-radius; - } - } - - input[type=checkbox], - input[type=radio] { - float: left; - // stylelint-disable-next-line primer/spacing - margin: 5px 0 0 -20px; - vertical-align: middle; - } - - .note { - display: block; - margin: 0; - font-size: $font-size-small; - font-weight: $font-weight-normal; - color: $text-gray; - } -} - -.form-checkbox-details { - display: none; -} - -.form-checkbox-details-trigger { - &:checked { - // child of sibling or sibling - ~ * .form-checkbox-details, - ~ .form-checkbox-details { // eslint-disable selector-combinator-space-before - display: block; - } - } -} - -// Field groups -// -// Wrap field groups in `<div.hfields>` to lay them out horizontally - great for -// the top of pages with autosave. -.hfields { - // stylelint-disable-next-line primer/spacing - margin: 15px 0; - @include clearfix; - - .form-group { - float: left; - // stylelint-disable-next-line primer/spacing - margin: 0 30px 0 0; - - dt, // TODO: Deprecate - .form-group-header { - label { - display: inline-block; - // stylelint-disable-next-line primer/spacing - margin: 5px 0 0; - color: $text-gray; - } - - img { - position: relative; - top: -2px; - } - } - } - - .btn { - float: left; - // stylelint-disable-next-line primer/spacing - margin: 28px 25px 0 -20px; - } - - // stylelint-disable-next-line primer/spacing - .form-select { margin-top: 5px; } -} - -// Hide the up/down buttons in <input type="number"> 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 { - // stylelint-disable-next-line primer/spacing - margin-right: 5px; - } - } -} - -.form-warning { - padding: $spacer-2 10px; - // stylelint-disable-next-line primer/spacing - margin: 10px 0; - font-size: $h5-size; - // stylelint-disable-next-line primer/colors - color: $yellow-900; - // stylelint-disable-next-line primer/colors - background: $yellow-100; - border: $border-width $border-style $border-yellow; - border-radius: $border-radius; - - p { - margin: 0; - line-height: $lh-default; - } - - a { font-weight: $font-weight-bold; } -} diff --git a/assets/sass/@primer/css/forms/form-group.scss b/assets/sass/@primer/css/forms/form-group.scss deleted file mode 100644 index c8db050..0000000 --- a/assets/sass/@primer/css/forms/form-group.scss +++ /dev/null @@ -1,265 +0,0 @@ -// stylelint-disable selector-max-compound-selectors -// stylelint-disable selector-max-type - -// Form groups -// -// Usage: -// -// <div class="form-group"> -// <div class="form-group-header"> containing the label -// <div class="form-group-body"> containing the form elements -// </div> - -.form-group { - // stylelint-disable-next-line primer/spacing - margin: 15px 0; - - // Text fields - .form-control { - width: 440px; - max-width: 100%; - // stylelint-disable-next-line primer/spacing - 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, // TODO: Deprecate - .form-group-header { - // stylelint-disable-next-line primer/spacing - margin: 0 0 6px; - } - - label { - position: relative; - } - - &.flattened dt, // TODO: Deprecate - &.flattened .form-group-header { - float: left; - margin: 0; - // stylelint-disable-next-line primer/typography - line-height: 32px; - } - - &.flattened dd, // TODO: Deprecate - &.flattened .form-group-body { - // stylelint-disable-next-line primer/typography - line-height: 32px; - } - - // - // Form Elements - // - // stylelint-disable selector-no-qualifying-type - dd, // TODO: Deprecate - .form-group-body { - h4 { - margin: $spacer-1 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, // TODO: Deprecate - .form-group-header label::after { - // stylelint-disable-next-line primer/spacing - 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: $font-size-small; - 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 - - &.successed, - &.warn, - &.errored { - .success, - .warning, - .error { - position: absolute; - z-index: 10; - display: block; // Show up in errored/warn state - max-width: 450px; // Keep our long errors readable - // stylelint-disable-next-line primer/spacing - padding: 5px $spacer-2; - margin: $spacer-1 0 0; - // stylelint-disable-next-line primer/typography - font-size: 13px; - font-weight: $font-weight-normal; - border-style: $border-style; - border-width: $border-width; - border-radius: $border-radius; - - &::after, - &::before { - position: absolute; - bottom: 100%; - left: 10px; - z-index: 15; - width: 0; - height: 0; - pointer-events: none; - content: " "; - // stylelint-disable-next-line primer/borders - border: $border-style transparent; - } - - &::after { - // stylelint-disable-next-line primer/borders - border-width: 5px; - } - - &::before { - // stylelint-disable-next-line primer/spacing - margin-left: -1px; - // stylelint-disable-next-line primer/borders - border-width: 6px; - } - } - } - - &.successed { - .success { - // stylelint-disable-next-line primer/colors - color: $green-900; - // stylelint-disable-next-line primer/colors - background-color: $green-100; - border-color: $border-green; - - &::after { - // stylelint-disable-next-line primer/borders - border-bottom-color: $green-100; - } - - &::before { - border-bottom-color: $border-green; - } - } - } - - &.warn { - .warning { - // stylelint-disable-next-line primer/colors - color: $yellow-900; - // stylelint-disable-next-line primer/colors - background-color: $yellow-100; - border-color: $border-yellow; - - &::after { - // stylelint-disable-next-line primer/borders - border-bottom-color: $yellow-100; - } - - &::before { - border-bottom-color: $border-yellow; - } - } - } - - &.errored { - label { - color: $text-red; - } - - .error { - // stylelint-disable-next-line primer/colors - color: $red-900; - background-color: $bg-red-light; - border-color: $border-red-light; - - &::after { - // stylelint-disable-next-line primer/borders - border-bottom-color: $bg-red-light; - } - - &::before { - border-bottom-color: $border-red-light; - } - } - } -} - -.note { - min-height: 17px; - margin: $spacer-1 0 2px; - font-size: $font-size-small; - color: $text-gray; - - .spinner { - // stylelint-disable-next-line primer/spacing - margin-right: 3px; - vertical-align: middle; - } -} diff --git a/assets/sass/@primer/css/forms/form-select.scss b/assets/sass/@primer/css/forms/form-select.scss deleted file mode 100644 index ac98967..0000000 --- a/assets/sass/@primer/css/forms/form-select.scss +++ /dev/null @@ -1,39 +0,0 @@ -// Custom select -// -// Apply `.select` to any `<select>` element for custom styles. -.form-select { - display: inline-block; - max-width: 100%; - height: 34px; - padding-right: $spacer-4; - background-color: $bg-white; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; - background-position: right 8px center; - background-size: 8px 10px; - appearance: none; - - // Hides the default caret in IE11 - &::-ms-expand { - opacity: 0; - } - - &[multiple] { - height: auto; - } -} - -.select-sm { - height: 28px; - min-height: 28px; - // stylelint-disable-next-line primer/spacing - padding-top: 3px; - // stylelint-disable-next-line primer/spacing - padding-bottom: 3px; - font-size: $font-size-small; - - &[multiple] { - height: auto; - min-height: 0; - } -} diff --git a/assets/sass/@primer/css/forms/form-validation.scss b/assets/sass/@primer/css/forms/form-validation.scss deleted file mode 100644 index a6b49c8..0000000 --- a/assets/sass/@primer/css/forms/form-validation.scss +++ /dev/null @@ -1,365 +0,0 @@ -// Needs refactoring -// stylelint-disable selector-no-qualifying-type, selector-max-type -dl.form-group > dd, // TODO: Deprecate -.form-group > .form-group-body { - .form-control { - &.is-autocheck-loading, - &.is-autocheck-successful, - &.is-autocheck-errored { - // stylelint-disable-next-line primer/spacing - padding-right: 30px; // Leave some space for our validation icons - } - - &.is-autocheck-loading { - background-image: url("/images/spinners/octocat-spinner-16px.gif"); - } - - &.is-autocheck-successful { - background-image: url("/images/modules/ajax/success.png"); - } - - &.is-autocheck-errored { - background-image: url("/images/modules/ajax/error.png"); - } - } -} - -// Retinization of form validation icons that aren't octicons yet -@include retina-media-query { - dl.form-group > dd, // TODO: Deprecate - .form-group > .form-group-body { - .form-control { - &.is-autocheck-loading, - &.is-autocheck-successful, - &.is-autocheck-errored { - background-size: 16px 16px; - } - - &.is-autocheck-loading { - background-image: url("/images/spinners/octocat-spinner-32.gif"); - } - - &.is-autocheck-successful { - background-image: url("/images/modules/ajax/success@2x.png"); - } - - &.is-autocheck-errored { - background-image: url("/images/modules/ajax/error@2x.png"); - } - } - } -} - -// Inline verification -// This overrides primer's inline form stuff -.status-indicator { - display: inline-block; - width: 16px; - height: 16px; - // stylelint-disable-next-line primer/spacing - margin-left: 5px; - - .octicon { - display: none; - } -} - -.status-indicator-success { - // Override primer - &::before { - content: ""; - } - - .octicon-check { - display: inline-block; - // stylelint-disable-next-line primer/colors - color: $green; - fill: $green; - } - - .octicon-x { - display: none; - } -} - -.status-indicator-failed { - // Override primer - &::before { - content: ""; - } - - .octicon-check { - display: none; - } - - .octicon-x { - display: inline-block; - color: $text-red; - fill: $red; - } -} - -.status-indicator-loading { - width: 16px; - background-image: url("/images/spinners/octocat-spinner-32-EAF2F5.gif"); - background-repeat: no-repeat; - background-position: 0 0; - background-size: 16px; -} - -.inline-form { - display: inline-block; - - .btn-plain { - background-color: transparent; - border: 0; - } -} - -// Drag and drop -// -// Previously part of `_forms.scss` in Primer. Needs accounting for. - -.drag-and-drop { - // stylelint-disable-next-line primer/spacing - padding: 7px 10px; - margin: 0; - // stylelint-disable-next-line primer/typography - font-size: 13px; - // stylelint-disable-next-line primer/typography - line-height: 16px; - color: $text-gray; - background-color: $bg-gray-light; - // stylelint-disable-next-line primer/borders - border: $border-width $border-style darken($gray-300, 5%); - border-top: 0; - border-bottom-right-radius: $border-radius; - border-bottom-left-radius: $border-radius; - - .default, - .loading, - .error { - display: none; - } - - .error { - color: $text-red; - } - - // Spinner - 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: $font-weight-normal; - color: $text-gray; - - a { - color: $text-blue; - } -} - -.is-failed .drag-and-drop .failed-request { - display: inline-block; -} - -.manual-file-chooser { - position: absolute; - width: 240px; - // stylelint-disable-next-line primer/spacing - padding: 5px; - // stylelint-disable-next-line primer/spacing - margin-left: -80px; - cursor: pointer; - opacity: 0.0001; -} - -.manual-file-chooser:hover + .manual-file-chooser-text { - text-decoration: underline; -} - -.btn { - // align manual-file-chooser inside a button - .manual-file-chooser { - top: 0; - padding: 0; - // stylelint-disable-next-line primer/typography - line-height: 34px; - } -} - -// Focused Textarea styles -.upload-enabled { - textarea { - display: block; - // stylelint-disable-next-line primer/borders - border-bottom: $border-width dashed lighten($gray-300, 5%); - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; - } - - &.focused { - border-radius: $border-radius; - box-shadow: $form-control-shadow, $btn-input-focus-shadow; - - .form-control { - box-shadow: none; - } - - .drag-and-drop { - // stylelint-disable-next-line primer/borders - border-color: lighten($blue-400, 8%); - } - } -} - -// Dropping a file on top -.dragover textarea, -.dragover .drag-and-drop { - // stylelint-disable-next-line primer/box-shadow - box-shadow: rgba(#c9ff00, 1) 0 0 3px; -} - -.write-content { - position: relative; -} - -// Form style with a write and a preview tab -.previewable-comment-form { - position: relative; - - .tabnav { - position: relative; - padding: $spacer-2 $spacer-2 0; - } - - .comment { - // stylelint-disable-next-line primer/borders - border: $border-width $border-style darken($gray-300, 5%); - } - - .comment-form-error { margin-bottom: $spacer-2; } - - .write-content, - .preview-content { - display: none; - margin: 0 $spacer-2 $spacer-2; - } - - &.write-selected .write-content, - &.preview-selected .preview-content { - display: block; - } - - textarea { - display: block; - width: 100%; - min-height: 100px; - max-height: 500px; - padding: $spacer-2; - resize: vertical; - } -} - -// Used in our boxed-group-less form styles. Give the sumbit button enough space -// to breathe without the need for the extra hr. -.form-action-spacious { - // stylelint-disable-next-line primer/spacing - margin-top: 10px; -} - -// A two column form, with a .main and a .sidebar column -// -// Override some `.timeline-comment-wrapper` defaults. -// The `div` is needed to be more specific than the other class. -div.composer { - margin-top: 0; - border: 0; -} - -// Override the previewable comment form defaults -.composer .comment-form-textarea { - height: 200px; - min-height: 200px; -} - -// stylelint-disable-next-line primer/spacing -.composer .tabnav { margin: 0 0 10px; } - -// Misc CSS -// -// Previously part of `_forms.scss` in Primer. Needs accounting for. - -h2.account { - // stylelint-disable-next-line primer/spacing - margin: 15px 0 0; - // stylelint-disable-next-line primer/typography - font-size: 18px; - font-weight: $font-weight-normal; - color: $text-gray; -} - -p.explain { - position: relative; - font-size: $font-size-small; - color: $text-gray; - - strong { - color: $text-gray-dark; - } - - .octicon { - // stylelint-disable-next-line primer/spacing - margin-right: 5px; - // stylelint-disable-next-line primer/colors - color: $gray-400; - } - - .minibutton { - top: -4px; - float: right; - } -} - -// fix for chrome bug, see https://github.com/github/github/issues/53931 -.form-group label { - position: static; -} diff --git a/assets/sass/@primer/css/forms/index.scss b/assets/sass/@primer/css/forms/index.scss deleted file mode 100644 index aab50b7..0000000 --- a/assets/sass/@primer/css/forms/index.scss +++ /dev/null @@ -1,7 +0,0 @@ -@import "../support/index.scss"; -@import "./form-control.scss"; -@import "./form-select.scss"; -@import "./form-group.scss"; -@import "./form-validation.scss"; -@import "./input-group.scss"; -@import "./radio-group.scss"; diff --git a/assets/sass/@primer/css/forms/input-group.scss b/assets/sass/@primer/css/forms/input-group.scss deleted file mode 100644 index 7cae4ee..0000000 --- a/assets/sass/@primer/css/forms/input-group.scss +++ /dev/null @@ -1,53 +0,0 @@ -.input-group { - display: table; - - .form-control { - position: relative; - width: 100%; - - &:focus { - z-index: 2; - } - - + .btn { - margin-left: 0; - } - } - - // For when you want the input group to behave like inline-block. - &.inline { - display: inline-table; - } -} - -.input-group .form-control, -.input-group-button { - display: table-cell; -} - -.input-group-button { - width: 1%; - vertical-align: middle; // Match the inputs -} - -.input-group .form-control:first-child, -.input-group-button:first-child .btn { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.input-group-button:first-child .btn { - // stylelint-disable-next-line primer/spacing - margin-right: -1px; -} - -.input-group .form-control:last-child, -.input-group-button:last-child .btn { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.input-group-button:last-child .btn { - // stylelint-disable-next-line primer/spacing - margin-left: -1px; -} diff --git a/assets/sass/@primer/css/forms/radio-group.scss b/assets/sass/@primer/css/forms/radio-group.scss deleted file mode 100644 index fb6c0cd..0000000 --- a/assets/sass/@primer/css/forms/radio-group.scss +++ /dev/null @@ -1,43 +0,0 @@ -// Tab like radio group - -.radio-group { - @include clearfix; -} - -.radio-label { - float: left; - // stylelint-disable-next-line primer/spacing - padding: 6px $spacer-3 6px ($spacer-3 + 12px + $spacer-2); // 12px is the size of the radio-input - // stylelint-disable-next-line primer/spacing - margin-left: -1px; - font-size: $body-font-size; - // stylelint-disable-next-line primer/typography - line-height: 20px; // Specifically not inherit our `<body>` default - color: $text-gray-dark; - cursor: pointer; - border: $border-width $border-style $border-gray-dark; - - :checked + & { - position: relative; - z-index: 1; - border-color: $border-blue; - } - - &:first-of-type { - margin-left: 0; - border-top-left-radius: $border-radius; - border-bottom-left-radius: $border-radius; - } - - &:last-of-type { - border-top-right-radius: $border-radius; - border-bottom-right-radius: $border-radius; - } -} - -.radio-input { - z-index: 3; - float: left; - // stylelint-disable-next-line primer/spacing - margin: 10px (-$spacer-5) 0 $spacer-3; -} diff --git a/assets/sass/@primer/css/header/README.md b/assets/sass/@primer/css/header/README.md deleted file mode 100644 index a6938ea..0000000 --- a/assets/sass/@primer/css/header/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "header" -generated: true ---- - -# Primer CSS: `header` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/header/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/header.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/header/header.scss b/assets/sass/@primer/css/header/header.scss deleted file mode 100644 index 6549f9d..0000000 --- a/assets/sass/@primer/css/header/header.scss +++ /dev/null @@ -1,37 +0,0 @@ -.Header { - z-index: 32; // TODO: Figure out z-index system - display: flex; - padding: $spacer-3; - font-size: $h5-size; - line-height: $lh-default; - // stylelint-disable-next-line primer/colors - color: $white-fade-70; - background-color: $bg-gray-dark; - align-items: center; - flex-wrap: nowrap; -} - -.Header-item { - display: flex; - margin-right: $spacer-3; - align-self: stretch; - align-items: center; - flex-wrap: nowrap; -} - -.Header-item--full { - flex: auto; -} - -.Header-link { - font-weight: $font-weight-bold; - color: $text-white; - white-space: nowrap; - - &:hover, - &:focus { - // stylelint-disable-next-line primer/colors - color: $white-fade-70; - text-decoration: none; - } -} diff --git a/assets/sass/@primer/css/header/index.scss b/assets/sass/@primer/css/header/index.scss deleted file mode 100644 index 2301d32..0000000 --- a/assets/sass/@primer/css/header/index.scss +++ /dev/null @@ -1,2 +0,0 @@ -@import "../support/index.scss"; -@import "./header.scss"; diff --git a/assets/sass/@primer/css/index.scss b/assets/sass/@primer/css/index.scss deleted file mode 100644 index f147da4..0000000 --- a/assets/sass/@primer/css/index.scss +++ /dev/null @@ -1,16 +0,0 @@ -/*! - * Primer - * http://primer.github.io - * - * Released under MIT license. Copyright (c) 2019 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 "./core/index.scss"; -@import "./product/index.scss"; -@import "./marketing/index.scss"; diff --git a/assets/sass/@primer/css/labels/README.md b/assets/sass/@primer/css/labels/README.md deleted file mode 100644 index c9fe446..0000000 --- a/assets/sass/@primer/css/labels/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "labels" -generated: true ---- - -# Primer CSS: `labels` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/labels/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/labels.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/labels/counters.scss b/assets/sass/@primer/css/labels/counters.scss deleted file mode 100644 index cb543b2..0000000 --- a/assets/sass/@primer/css/labels/counters.scss +++ /dev/null @@ -1,30 +0,0 @@ -// Counters are rounded-corner badges for numbers -.Counter { - display: inline-block; - // stylelint-disable-next-line primer/spacing - padding: 2px 5px; - font-size: $font-size-small; - font-weight: $font-weight-bold; - line-height: $lh-condensed-ultra; - color: $text-gray; - // stylelint-disable-next-line primer/colors - background-color: rgba($black, 0.08); - // stylelint-disable-next-line primer/borders - border-radius: 20px; - - &:empty { - visibility: hidden; - } -} - -.Counter--gray-light { - color: $text-gray-dark; - // stylelint-disable-next-line primer/colors - background-color: $black-fade-15; -} - -.Counter--gray { - color: $text-white; - // stylelint-disable-next-line primer/colors - background-color: $gray; -} diff --git a/assets/sass/@primer/css/labels/diffstat.scss b/assets/sass/@primer/css/labels/diffstat.scss deleted file mode 100644 index 69feb40..0000000 --- a/assets/sass/@primer/css/labels/diffstat.scss +++ /dev/null @@ -1,33 +0,0 @@ -// diffstat -// -// Green/red blocks showing additions and deletions - -.diffstat { - font-size: $h6-size; - font-weight: $font-weight-bold; - color: $text-gray; - white-space: nowrap; - cursor: default; -} - -.diffstat-block-deleted, -.diffstat-block-added, -.diffstat-block-neutral { - display: inline-block; - width: $spacer-2; - height: $spacer-2; - // stylelint-disable-next-line primer/spacing - margin-left: 1px; -} - -.diffstat-block-deleted { - background-color: $bg-diffstat-deleted; -} - -.diffstat-block-added { - background-color: $bg-diffstat-added; -} - -.diffstat-block-neutral { - background-color: $bg-diffstat-neutral; -} diff --git a/assets/sass/@primer/css/labels/index.scss b/assets/sass/@primer/css/labels/index.scss deleted file mode 100644 index c8632f8..0000000 --- a/assets/sass/@primer/css/labels/index.scss +++ /dev/null @@ -1,6 +0,0 @@ -@import "../support/index.scss"; -@import "./issue-labels.scss"; -@import "./labels.scss"; -@import "./states.scss"; -@import "./counters.scss"; -@import "./diffstat.scss"; diff --git a/assets/sass/@primer/css/labels/issue-labels.scss b/assets/sass/@primer/css/labels/issue-labels.scss deleted file mode 100644 index 9ac1117..0000000 --- a/assets/sass/@primer/css/labels/issue-labels.scss +++ /dev/null @@ -1,45 +0,0 @@ -// Issue Labels - -.IssueLabel { - height: 20px; - // stylelint-disable-next-line primer/spacing - padding: 0.15em $spacer-1; - font-size: $h6-size; - font-weight: $font-weight-bold; - // stylelint-disable-next-line primer/typography - line-height: 15px; - // stylelint-disable-next-line primer/borders - border-radius: 2px; - // stylelint-disable-next-line primer/box-shadow - box-shadow: inset 0 -1px 0 rgba($black, 0.12); - - .g-emoji { - position: relative; - top: -0.05em; - display: inline-block; - font-size: 1em; - line-height: $lh-condensed-ultra; - } - - &:hover { - text-decoration: none; - } -} - -.IssueLabel--big { - padding: $spacer-1 $spacer-2; - font-size: $h5-size; - font-weight: $font-weight-bold; - border-radius: $border-radius; - transition: opacity 0.2s linear; - - .g-emoji { - display: inline-block; - // stylelint-disable-next-line primer/spacing - margin-top: -1px; - } - - &:hover { - opacity: 0.85; - } -} diff --git a/assets/sass/@primer/css/labels/labels.scss b/assets/sass/@primer/css/labels/labels.scss deleted file mode 100644 index 06c799f..0000000 --- a/assets/sass/@primer/css/labels/labels.scss +++ /dev/null @@ -1,68 +0,0 @@ -// Needs refactoring -// Labels -// -// Use labels to add keyword tags or phrases to issues and pull requests. These -// are used within a list of issues/PRs, on individual issues/PRs, and within -// the select menus that manage them. - -// Provide a wrapper to ensure labels stick together -.labels { - position: relative; -} - -// Each label gets common styles -// .label will be deprecated for .Label -.label, -.Label { - display: inline-block; - // stylelint-disable-next-line primer/spacing - padding: 3px $spacer-1; - font-size: $font-size-small; - font-weight: $font-weight-bold; - line-height: $lh-condensed-ultra; // prevent inheritance from changing proportions - color: $text-white; - // stylelint-disable-next-line primer/borders - border-radius: 2px; - // stylelint-disable-next-line primer/box-shadow - box-shadow: inset 0 -1px 0 rgba($black, 0.12); - - &:hover { - text-decoration: none; - } -} - -// Custom GitHub labels (not for issues/PRs/etc) -// -// Commonly used across the site to indicate a particular role. For example, -// "repo owner" within code comments or role in organizations. -.Label--gray { - color: $text-gray; - // stylelint-disable-next-line primer/colors - background-color: lighten($gray-200, 3%); -} - -.Label--outline { - // stylelint-disable-next-line primer/spacing - margin-top: -1px; // offsets the 1px border - // stylelint-disable-next-line primer/spacing - margin-bottom: -1px; // offsets the 1px border - font-weight: $font-weight-normal; - color: $text-gray; - background-color: transparent; - border: $border-width $border-style $border-black-fade; - box-shadow: none; -} - -.Label--outline-green { - color: $text-green; - border: $border-width $border-style $border-green; -} - -.Label--gray-darker { - // stylelint-disable-next-line primer/colors - background-color: $gray; -} - -.Label--orange { - background-color: $bg-orange; -} diff --git a/assets/sass/@primer/css/labels/states.scss b/assets/sass/@primer/css/labels/states.scss deleted file mode 100644 index 6be0605..0000000 --- a/assets/sass/@primer/css/labels/states.scss +++ /dev/null @@ -1,40 +0,0 @@ -// A rounded corner box containing a label "open" or "closed" -// The default state is gray. -// -// open - $green background -// reopened - $green background -// closed - $red background -// merged - $purple background - -// .state to be deprecated in replace of .State -.state, -.State { - display: inline-block; - padding: $spacer-1 $spacer-2; - font-weight: $font-weight-bold; - // stylelint-disable-next-line primer/typography - line-height: 20px; - color: $text-white; - text-align: center; - white-space: nowrap; - // stylelint-disable-next-line primer/colors - background-color: $gray-500; - border-radius: $border-radius; -} - -// stylelint-disable-next-line primer/colors -.State--green { background-color: darken($green-400, 5%); } - -.State--purple { background-color: $bg-purple; } - -// stylelint-disable-next-line primer/colors -.State--red { background-color: $red-600; } - -.State--small { - padding: $em-spacer-2 $spacer-1; - font-size: $h6-size; - - .octicon { - width: 1em; // Ensures different icons don't change State indicator width - } -} diff --git a/assets/sass/@primer/css/loaders/README.md b/assets/sass/@primer/css/loaders/README.md deleted file mode 100644 index 647b854..0000000 --- a/assets/sass/@primer/css/loaders/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "loaders" -generated: true ---- - -# Primer CSS: `loaders` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/loaders/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/loaders.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/loaders/index.scss b/assets/sass/@primer/css/loaders/index.scss deleted file mode 100644 index c615f3a..0000000 --- a/assets/sass/@primer/css/loaders/index.scss +++ /dev/null @@ -1,2 +0,0 @@ -@import "../support/index.scss"; -@import "./loaders.scss"; diff --git a/assets/sass/@primer/css/loaders/loaders.scss b/assets/sass/@primer/css/loaders/loaders.scss deleted file mode 100644 index cca2f68..0000000 --- a/assets/sass/@primer/css/loaders/loaders.scss +++ /dev/null @@ -1,19 +0,0 @@ -// Loaders - -// Animated Ellipsis - -.AnimatedEllipsis { - display: inline-block; - overflow: hidden; - vertical-align: bottom; - - &::after { - display: inline-block; - content: "..."; - animation: AnimatedEllipsis-keyframes 1.2s steps(4, jump-none) infinite; - } - - @keyframes AnimatedEllipsis-keyframes { - 0% { transform: translateX(-100%); } - } -} diff --git a/assets/sass/@primer/css/marketing/README.md b/assets/sass/@primer/css/marketing/README.md deleted file mode 100644 index 44f2885..0000000 --- a/assets/sass/@primer/css/marketing/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "marketing" -generated: true ---- - -# Primer CSS: `marketing` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/marketing/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/marketing.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/marketing/buttons/button.scss b/assets/sass/@primer/css/marketing/buttons/button.scss deleted file mode 100644 index a0de3fa..0000000 --- a/assets/sass/@primer/css/marketing/buttons/button.scss +++ /dev/null @@ -1,100 +0,0 @@ -.btn-mktg { - display: inline-block; - padding: $spacer-3 $spacer-4; - font-size: $h5-size; - font-weight: $font-weight-semibold; - color: $text-white; - white-space: nowrap; - vertical-align: middle; - cursor: pointer; - user-select: none; - // stylelint-disable-next-line primer/colors - background-color: $blue-mktg; - // stylelint-disable-next-line primer/borders - border: $border-width $border-style $blue-mktg; - border-radius: $border-radius; - transition: $transition-time / 2; - appearance: none; // Corrects inability to style clickable `input` types in iOS. - - &:hover { - text-decoration: none; - background-color: $bg-blue; - border-color: $border-blue; - } - - &:focus { - outline: 0; - // stylelint-disable-next-line primer/box-shadow - box-shadow: 0 0 0 0.2em rgba($blue-500, 0.3); - } - - &:disabled, - &.disabled, - &[aria-disabled=true] { - pointer-events: none; // Disable hover styles - cursor: default; - opacity: 0.65; - } -} - -.btn-primary-mktg { - // stylelint-disable-next-line primer/colors - background-color: $green-mktg; - // stylelint-disable-next-line primer/borders - border-color: $green-mktg; - - &:hover { - background-color: $bg-green; - // stylelint-disable-next-line primer/borders - border-color: $green-500; - } - - &:focus { - // stylelint-disable-next-line primer/box-shadow - box-shadow: 0 0 0 0.2em rgba($green-500, 0.3); - } -} - -.btn-large-mktg { - // stylelint-disable-next-line primer/spacing - padding: 20px $spacer-5; - font-size: $h4-size; -} - -.btn-outline-mktg { - // stylelint-disable-next-line primer/colors - color: $blue-mktg; - // stylelint-disable-next-line primer/colors - background-color: rgba($white, 0); - // stylelint-disable-next-line primer/borders - border-color: rgba($blue-mktg, 0.5); - - &:hover { - color: $text-blue; - text-decoration: none; - // stylelint-disable-next-line primer/colors - background-color: rgba($white, 0); - // stylelint-disable-next-line primer/borders - border-color: rgba($blue-mktg, 1); - } -} - -@mixin btn-transparent-active { - color: $gray-800; - background-color: $white; - background-image: none; - border-color: $white; -} - -.btn-transparent { - color: $text-white; - background-color: transparent; - background-image: none; - // stylelint-disable-next-line primer/borders - border: $border-width $border-style $white-fade-50; - - &:hover, - &:active { - @include btn-transparent-active; - } -} diff --git a/assets/sass/@primer/css/marketing/buttons/index.scss b/assets/sass/@primer/css/marketing/buttons/index.scss deleted file mode 100644 index 6ff5227..0000000 --- a/assets/sass/@primer/css/marketing/buttons/index.scss +++ /dev/null @@ -1,3 +0,0 @@ -// support files -@import "../support/index.scss"; -@import "./button.scss"; diff --git a/assets/sass/@primer/css/marketing/index.scss b/assets/sass/@primer/css/marketing/index.scss deleted file mode 100644 index c84f8a5..0000000 --- a/assets/sass/@primer/css/marketing/index.scss +++ /dev/null @@ -1,14 +0,0 @@ -/*! - * @primer/css/marketing - * http://primer.style/css - * - * Released under MIT license. Copyright (c) 2019 GitHub Inc. - */ - -// Global requirements -@import "./support/index.scss"; - -// marketing specific css modules -@import "./type/index.scss"; -@import "./buttons/index.scss"; -@import "./utilities/index.scss"; diff --git a/assets/sass/@primer/css/marketing/support/index.scss b/assets/sass/@primer/css/marketing/support/index.scss deleted file mode 100644 index 8c8e479..0000000 --- a/assets/sass/@primer/css/marketing/support/index.scss +++ /dev/null @@ -1,2 +0,0 @@ -@import "../../support/index.scss"; -@import "./variables.scss"; diff --git a/assets/sass/@primer/css/marketing/support/variables.scss b/assets/sass/@primer/css/marketing/support/variables.scss deleted file mode 100644 index 7d0ec1c..0000000 --- a/assets/sass/@primer/css/marketing/support/variables.scss +++ /dev/null @@ -1,77 +0,0 @@ -$marketing-font-path: "/fonts/" !default; - -// Type -@font-face { - font-family: Inter; - font-style: normal; - font-weight: $font-weight-normal; - src: local("Inter"), local("Inter-Regular"), url("#{$marketing-font-path}Inter-Regular.woff") format("woff"); - font-display: swap; -} - -@font-face { - font-family: Inter; - font-style: normal; - font-weight: $font-weight-semibold; - src: local("Inter Medium"), local("Inter-Medium"), url("#{$marketing-font-path}Inter-Medium.woff") format("woff"); - font-display: swap; -} - -@font-face { - font-family: Inter; - font-style: normal; - font-weight: $font-weight-bold; - src: local("Inter Bold"), local("Inter-Bold"), url("#{$marketing-font-path}Inter-Bold.woff") format("woff"); - font-display: swap; -} - -$font-mktg: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default; - -// Builds upon @primer/css/support/variables/typography.scss -$h000-size: 64px !default; -$h000-size-mobile: 48px !default; - -// Colors -$green-mktg: mix($green-500, $green-400, 50%) !default; -$blue-mktg: mix($blue-400, $blue-500, 42%) !default; - -// Animations -$transition-time: 0.4s !default; - -// Increases the core spacing scale first by 8px for $spacer-7, then by 16px -// increments from $spacer-8 to $spacer-12, i.e. after 40px, we have 48, 64, -// 80, 96, etc. -$spacer-7: $spacer * 6 !default; // 48px -$spacer-8: $spacer * 8 !default; // 64px -$spacer-9: $spacer * 10 !default; // 80px -$spacer-10: $spacer * 12 !default; // 96px -$spacer-11: $spacer * 14 !default; // 112px -$spacer-12: $spacer * 16 !default; // 128px - -$marketing-spacers: ( - 7: $spacer-7, - 8: $spacer-8, - 9: $spacer-9, - 10: $spacer-10, - 11: $spacer-11, - 12: $spacer-12, -) !default; - -$marketing-all-spacers: map-merge( - ( - 0: 0, - 1: $spacer-1, - 2: $spacer-2, - 3: $spacer-3, - 4: $spacer-4, - 5: $spacer-5, - 6: $spacer-6, - ), - $marketing-spacers, -) !default; - -$marketing-position-variants: ( - "": "", - md: "-md", - lg: "-lg", -) !default; diff --git a/assets/sass/@primer/css/marketing/type/index.scss b/assets/sass/@primer/css/marketing/type/index.scss deleted file mode 100644 index 5ddc98f..0000000 --- a/assets/sass/@primer/css/marketing/type/index.scss +++ /dev/null @@ -1,3 +0,0 @@ -// support files -@import "../support/index.scss"; -@import "./typography.scss"; diff --git a/assets/sass/@primer/css/marketing/type/typography.scss b/assets/sass/@primer/css/marketing/type/typography.scss deleted file mode 100644 index 63667fd..0000000 --- a/assets/sass/@primer/css/marketing/type/typography.scss +++ /dev/null @@ -1,103 +0,0 @@ -// Headings - -.h000-mktg, -.h00-mktg, -.h0-mktg, -.h1-mktg, -.h2-mktg, -.h3-mktg, -.h4-mktg, -.h5-mktg, -.h6-mktg, -.lead-mktg { - font-family: $font-mktg; - font-weight: $font-weight-semibold; -} - -@mixin h000-mktg { - font-size: $h000-size-mobile !important; - @include breakpoint(md) { font-size: $h000-size !important; } -} - -.h000-mktg { @include h000-mktg; } - -@mixin h00-mktg { - font-size: $h00-size-mobile !important; - @include breakpoint(md) { font-size: $h00-size !important; } -} - -.h00-mktg { @include h00-mktg; } - -@mixin h0-mktg { - font-size: $h0-size-mobile !important; - @include breakpoint(md) { font-size: $h0-size !important; } -} - -.h0-mktg { @include h0-mktg; } - -@mixin h1-mktg { - font-size: $h1-size-mobile !important; - @include breakpoint(md) { font-size: $h1-size !important; } -} - -.h1-mktg { @include h1-mktg; } - -@mixin h2-mktg { - font-size: $h2-size-mobile !important; - @include breakpoint(md) { font-size: $h2-size !important; } -} - -.h2-mktg { @include h2-mktg; } - -@mixin h3-mktg { - font-size: $h3-size-mobile !important; - @include breakpoint(md) { font-size: $h3-size !important; } -} - -.h3-mktg { @include h3-mktg; } - -.h4-mktg { - font-size: $h4-size !important; -} - -.h5-mktg { - font-size: $h5-size !important; -} - -.h6-mktg { - font-size: $h6-size !important; -} - -// Big opening paragraphs -@mixin lead-mktg { - font-size: $h3-size; - font-weight: $font-weight-normal; -} - -.lead-mktg { @include lead-mktg; } - -// Pullquote - -@mixin pullquote { - padding-top: 0; - padding-bottom: 0; - padding-left: $spacer; - margin-bottom: $spacer-4; - font-family: $mono-font; - font-size: $h4-size; - line-height: 1.4; - color: $text-gray; - border-left: 3px solid $border-color; - - @include breakpoint(md) { - padding-left: $spacer * 1.5; - margin-bottom: $spacer-5; - margin-left: (-$spacer * 1.5) - 3px; - font-size: 18px; - line-height: $lh-default; - } -} - -.pullquote { - @include pullquote; -} diff --git a/assets/sass/@primer/css/marketing/utilities/borders.scss b/assets/sass/@primer/css/marketing/utilities/borders.scss deleted file mode 100644 index 1a95e48..0000000 --- a/assets/sass/@primer/css/marketing/utilities/borders.scss +++ /dev/null @@ -1,4 +0,0 @@ -// Marketing border utilities - -// XXX If you're looking for responsive border utilities, they've moved to -// ../../utilities/borders.scss diff --git a/assets/sass/@primer/css/marketing/utilities/filters.scss b/assets/sass/@primer/css/marketing/utilities/filters.scss deleted file mode 100644 index 062140f..0000000 --- a/assets/sass/@primer/css/marketing/utilities/filters.scss +++ /dev/null @@ -1,3 +0,0 @@ -.grayscale { - filter: grayscale(100%); -} diff --git a/assets/sass/@primer/css/marketing/utilities/index.scss b/assets/sass/@primer/css/marketing/utilities/index.scss deleted file mode 100644 index 4ba10ef..0000000 --- a/assets/sass/@primer/css/marketing/utilities/index.scss +++ /dev/null @@ -1,7 +0,0 @@ -@import "../support/index.scss"; -// utilities -@import "./filters.scss"; -@import "./borders.scss"; -@import "./layout.scss"; -@import "./margin.scss"; -@import "./padding.scss"; diff --git a/assets/sass/@primer/css/marketing/utilities/layout.scss b/assets/sass/@primer/css/marketing/utilities/layout.scss deleted file mode 100644 index c17f5f5..0000000 --- a/assets/sass/@primer/css/marketing/utilities/layout.scss +++ /dev/null @@ -1,29 +0,0 @@ -// Layout utilities -// stylelint-disable block-opening-brace-space-before - -// Responsive utilities to position content -// No utilities for sm and xl breakpoints -@each $breakpoint, $variant in $marketing-position-variants { - @include breakpoint($breakpoint) { - @each $scale, $size in $marketing-all-spacers { - .top#{$variant}-#{$scale} { top: $size !important; } - .right#{$variant}-#{$scale} { right: $size !important; } - .bottom#{$variant}-#{$scale} { bottom: $size !important; } - .left#{$variant}-#{$scale} { left: $size !important; } - - .top#{$variant}-n#{$scale} { top: -$size !important; } - .right#{$variant}-n#{$scale} { right: -$size !important; } - .bottom#{$variant}-n#{$scale} { bottom: -$size !important; } - .left#{$variant}-n#{$scale} { left: -$size !important; } - } - } -} - -// Negative offset columns -@each $breakpoint, $variant in $responsive-variants { - @include breakpoint($breakpoint) { - @for $offset from 1 through 7 { - .offset#{$variant}-n#{$offset} { margin-left: -($offset / 12 * 100%); } - } - } -} diff --git a/assets/sass/@primer/css/marketing/utilities/margin.scss b/assets/sass/@primer/css/marketing/utilities/margin.scss deleted file mode 100644 index 61cde8d..0000000 --- a/assets/sass/@primer/css/marketing/utilities/margin.scss +++ /dev/null @@ -1,17 +0,0 @@ -// Margin spacer utilities for marketing -// Utilities only added for y-direction margin (i.e. top & bottom) - -@each $breakpoint, $variant in $responsive-variants { - @include breakpoint($breakpoint) { - @each $scale, $size in $marketing-all-spacers { - - .mt#{$variant}-#{$scale} { margin-top: $size !important; } - .mb#{$variant}-#{$scale} { margin-bottom: $size !important; } - - .my#{$variant}-#{$scale} { - margin-top: $size !important; - margin-bottom: $size !important; - } - } - } -} diff --git a/assets/sass/@primer/css/marketing/utilities/padding.scss b/assets/sass/@primer/css/marketing/utilities/padding.scss deleted file mode 100644 index 906e148..0000000 --- a/assets/sass/@primer/css/marketing/utilities/padding.scss +++ /dev/null @@ -1,24 +0,0 @@ -// Padding spacer utilities for marketing -// stylelint-disable block-opening-brace-space-before - -@each $breakpoint, $variant in $responsive-variants { - @include breakpoint($breakpoint) { - @each $scale, $size in $marketing-all-spacers { - // Set a #{$size} padding for all sides - .p#{$variant}-#{$scale} { padding: #{$size} !important; } - // Set a #{$size} padding to the top - .pt#{$variant}-#{$scale} { padding-top: #{$size} !important; } - // Set a #{$size} padding to the right - .pr#{$variant}-#{$scale} { padding-right: #{$size} !important; } - // Set a #{$size} padding to the bottom - .pb#{$variant}-#{$scale} { padding-bottom: #{$size} !important; } - // Set a #{$size} padding to the left - .pl#{$variant}-#{$scale} { padding-left: #{$size} !important; } - // Set a #{$size} padding to the top & bottom - .py#{$variant}-#{$scale} { - padding-top: #{$size} !important; - padding-bottom: #{$size} !important; - } - } - } -} diff --git a/assets/sass/@primer/css/navigation/README.md b/assets/sass/@primer/css/navigation/README.md deleted file mode 100644 index bf7ef02..0000000 --- a/assets/sass/@primer/css/navigation/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "navigation" -generated: true ---- - -# Primer CSS: `navigation` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/navigation/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/navigation.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/navigation/filter-list.scss b/assets/sass/@primer/css/navigation/filter-list.scss deleted file mode 100644 index 2d09947..0000000 --- a/assets/sass/@primer/css/navigation/filter-list.scss +++ /dev/null @@ -1,68 +0,0 @@ -// Filters list -// -// A vertical list of filters. -.filter-list { - list-style-type: none; - - &.small .filter-item { - padding: $spacer-1 10px; - // stylelint-disable-next-line primer/spacing - margin: 0 0 2px; - font-size: $font-size-small; - } - - &.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: $spacer-2 10px; - // stylelint-disable-next-line primer/spacing - margin-bottom: 5px; - overflow: hidden; - font-size: $h5-size; - color: $text-gray; - text-decoration: none; - text-overflow: ellipsis; - white-space: nowrap; - cursor: pointer; - border-radius: $border-radius; - - &:hover { - text-decoration: none; - // stylelint-disable-next-line primer/colors - background-color: lighten($gray-200, 3%); - } - - &.selected, - &[aria-selected=true], - &[aria-current] { - 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; - // stylelint-disable-next-line primer/colors - background-color: darken($gray-100, 2%); - } -} diff --git a/assets/sass/@primer/css/navigation/index.scss b/assets/sass/@primer/css/navigation/index.scss deleted file mode 100644 index c3002c5..0000000 --- a/assets/sass/@primer/css/navigation/index.scss +++ /dev/null @@ -1,8 +0,0 @@ -@import "../support/index.scss"; -// Navigation -@import "./menu.scss"; -@import "./tabnav.scss"; -@import "./filter-list.scss"; -@import "./sidenav.scss"; -@import "./subnav.scss"; -@import "./underline-nav.scss"; diff --git a/assets/sass/@primer/css/navigation/menu.scss b/assets/sass/@primer/css/navigation/menu.scss deleted file mode 100644 index cc7e858..0000000 --- a/assets/sass/@primer/css/navigation/menu.scss +++ /dev/null @@ -1,133 +0,0 @@ -// Side menu -// -// A menu on the side of a page, defaults to left side. e.g. github.com/about - -.menu { - // stylelint-disable-next-line primer/spacing - margin-bottom: 15px; - list-style: none; - background-color: $bg-white; - border: $border-width $border-style $border-gray-dark; - border-radius: $border-radius; -} - -.menu-item { - position: relative; - display: block; - padding: $spacer-2 10px; - border-bottom: $border; - - &:first-child { - border-top: 0; - // stylelint-disable-next-line primer/borders - border-top-left-radius: 2px; - // stylelint-disable-next-line primer/borders - border-top-right-radius: 2px; - - // stylelint-disable-next-line primer/borders - &::before { border-top-left-radius: 2px; } - } - - &:last-child { - border-bottom: 0; - // stylelint-disable-next-line primer/borders - border-bottom-right-radius: 2px; - // stylelint-disable-next-line primer/borders - border-bottom-left-radius: 2px; - - // stylelint-disable-next-line primer/borders - &::before { border-bottom-left-radius: 2px; } - } - - &:hover { - text-decoration: none; - background-color: $bg-gray; - } - - &.selected, - &[aria-selected=true], - &[aria-current] { - 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: ""; - // stylelint-disable-next-line primer/colors - background-color: $orange-600; - } - } - - .octicon { - width: 16px; - // stylelint-disable-next-line primer/spacing - margin-right: 5px; - color: $text-gray-dark; - text-align: center; - } - - .Counter { - float: right; - // stylelint-disable-next-line primer/spacing - margin-left: 5px; - } - - .menu-warning { - float: right; - // stylelint-disable-next-line primer/colors - color: $red-900; - } - - .avatar { - float: left; - // stylelint-disable-next-line primer/spacing - margin-right: 5px; - } - - &.alert { - .Counter { - color: $text-red; - } - } -} - -.menu-heading { - display: block; - padding: $spacer-2 10px; - margin-top: 0; - margin-bottom: 0; - // stylelint-disable-next-line primer/typography - font-size: 13px; - font-weight: $font-weight-bold; - // stylelint-disable-next-line primer/typography - line-height: 20px; - color: $text-gray; - // stylelint-disable-next-line primer/colors - background-color: darken($gray-100, 1%); - border-bottom: $border; - - &:hover { - text-decoration: none; - } - - &:first-child { - // stylelint-disable-next-line primer/borders - border-top-left-radius: 2px; - // stylelint-disable-next-line primer/borders - border-top-right-radius: 2px; - } - - &:last-child { - border-bottom: 0; - // stylelint-disable-next-line primer/borders - border-bottom-right-radius: 2px; - // stylelint-disable-next-line primer/borders - border-bottom-left-radius: 2px; - } -} diff --git a/assets/sass/@primer/css/navigation/sidenav.scss b/assets/sass/@primer/css/navigation/sidenav.scss deleted file mode 100644 index 35bffdd..0000000 --- a/assets/sass/@primer/css/navigation/sidenav.scss +++ /dev/null @@ -1,111 +0,0 @@ -// Side Nav -// -// A vertical list of navigational links, typically used on the left side of a page. - -.SideNav { - background-color: $bg-gray-light; -} - -.SideNav-item { - position: relative; - display: block; - width: 100%; - padding: $spacer-3; - color: $text-gray; - text-align: left; - background-color: transparent; - border: 0; - border-top: $border; - - &:first-child { - border-top: 0; - } - - &:last-child { - // makes sure there is a "bottom border" in case the list is not long enough - // stylelint-disable-next-line primer/box-shadow - box-shadow: 0 $border-width 0 $border-color; - } - - // Bar on the left - &::before { - position: absolute; - top: 0; - bottom: 0; - left: 0; - z-index: 1; - width: 3px; - pointer-events: none; - content: ""; - } -} - -// States - -.SideNav-item:hover, -.SideNav-item:focus { - color: $text-gray-dark; - text-decoration: none; - background-color: $bg-gray; - outline: none; - - // Bar on the left - &::before { - // stylelint-disable-next-line primer/colors - background-color: $gray-300; - } -} - -.SideNav-item:active { - background-color: $bg-white; -} - -.SideNav-item[aria-current="page"], -.SideNav-item[aria-selected="true"] { - font-weight: $font-weight-semibold; - color: $text-gray-dark; - background-color: $bg-white; - - // Bar on the left - &::before { - // stylelint-disable-next-line primer/colors - background-color: $orange-600; - } -} - -// Icon -// -// Makes sure multiple icons are vertically aligned - -.SideNav-icon { - width: 16px; - color: $text-gray-light; -} - -// Sub Nav -// -// A more lightweight version, suited as a sub nav - -.SideNav-subItem { - position: relative; - display: block; - width: 100%; - padding: $spacer-1 0; - color: $text-blue; - text-align: left; - background-color: transparent; - border: 0; -} - -.SideNav-subItem:hover, -.SideNav-subItem:focus { - color: $text-gray-dark; - text-decoration: none; - outline: none; -} - -.SideNav-subItem[aria-current="page"], -.SideNav-subItem[aria-selected="true"] { - font-weight: $font-weight-semibold; - color: $text-gray-dark; -} diff --git a/assets/sass/@primer/css/navigation/subnav.scss b/assets/sass/@primer/css/navigation/subnav.scss deleted file mode 100644 index f268a89..0000000 --- a/assets/sass/@primer/css/navigation/subnav.scss +++ /dev/null @@ -1,132 +0,0 @@ -// Needs refactoring -// Sub nav -.subnav { - // stylelint-disable-next-line primer/spacing - margin-bottom: 20px; - - @include clearfix(); -} - -.subnav-bordered { - // stylelint-disable-next-line primer/spacing - padding-bottom: 20px; - border-bottom: $border-width $border-style $border-gray-light; -} - -.subnav-flush { - margin-bottom: 0; -} - -.subnav-item { - position: relative; - float: left; - // stylelint-disable-next-line primer/spacing - padding: 6px 14px; - font-weight: $font-weight-bold; - // stylelint-disable-next-line primer/typography - line-height: 20px; - color: $text-gray; - border: $border; - - + .subnav-item { - // stylelint-disable-next-line primer/spacing - margin-left: -1px; - } - - &:hover, - &:focus { - text-decoration: none; - background-color: $bg-gray; - } - - &.selected, - &[aria-selected=true], - &[aria-current] { - z-index: 2; - color: $text-white; - background-color: $bg-blue; - // stylelint-disable-next-line primer/borders - border-color: $blue; - } - - &:first-child { - border-top-left-radius: $border-radius; - border-bottom-left-radius: $border-radius; - } - - &:last-child { - border-top-right-radius: $border-radius; - border-bottom-right-radius: $border-radius; - } -} - -.subnav-search { - position: relative; - // stylelint-disable-next-line primer/spacing - margin-left: 10px; -} - -.subnav-search-input { - width: 320px; - // stylelint-disable-next-line primer/spacing - padding-left: 30px; - color: $text-gray; -} - -.subnav-search-input-wide { - width: 500px; -} - -.subnav-search-icon { - position: absolute; - top: 9px; - left: 8px; - display: block; - // stylelint-disable-next-line primer/colors - color: darken($gray-300, 4%); - text-align: center; - pointer-events: none; -} - -.subnav-search-context { - .btn { - // stylelint-disable-next-line primer/colors - color: $gray-700; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - - &:hover, - &:focus, - &:active, - &.selected { - z-index: 2; - } - } - - + .subnav-search { - // stylelint-disable-next-line primer/spacing - 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 { - // stylelint-disable-next-line primer/spacing - padding-right: 10px; -} diff --git a/assets/sass/@primer/css/navigation/tabnav.scss b/assets/sass/@primer/css/navigation/tabnav.scss deleted file mode 100644 index fd90406..0000000 --- a/assets/sass/@primer/css/navigation/tabnav.scss +++ /dev/null @@ -1,84 +0,0 @@ -// Outer wrapper -// stylelint-disable selector-max-type -.tabnav { - margin-top: 0; - // stylelint-disable-next-line primer/spacing - margin-bottom: 15px; - border-bottom: $border-width $border-style $border-gray-dark; - - .Counter { - // stylelint-disable-next-line primer/spacing - margin-left: 5px; - } -} - -.tabnav-tabs { - // stylelint-disable-next-line primer/spacing - margin-bottom: -1px; -} - -.tabnav-tab { - display: inline-block; - padding: $spacer-2 12px; - font-size: $h5-size; - // stylelint-disable-next-line primer/typography - line-height: 20px; - color: $text-gray; - text-decoration: none; - background-color: transparent; - border: $border-width $border-style transparent; - border-bottom: 0; - - &.selected, - &[aria-selected=true], - &[aria-current] { - color: $text-gray-dark; - background-color: $bg-white; - border-color: $border-gray-dark; - border-radius: $border-radius $border-radius 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; - // stylelint-disable-next-line primer/spacing - padding-top: 10px; - // stylelint-disable-next-line primer/spacing - margin-left: 10px; - font-size: $font-size-small; - color: $text-gray; - - > .octicon { - // stylelint-disable-next-line primer/spacing - 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 { - // stylelint-disable-next-line primer/spacing - margin-left: 10px; -} diff --git a/assets/sass/@primer/css/navigation/underline-nav.scss b/assets/sass/@primer/css/navigation/underline-nav.scss deleted file mode 100644 index 7b9309d..0000000 --- a/assets/sass/@primer/css/navigation/underline-nav.scss +++ /dev/null @@ -1,81 +0,0 @@ -.UnderlineNav { - display: flex; - overflow-x: auto; - overflow-y: hidden; - border-bottom: $border; - justify-content: space-between; -} - -.UnderlineNav-body { - display: flex; -} - -.UnderlineNav-item { - padding: $spacer-3 $spacer-2; - margin-right: $spacer-3; - font-size: $body-font-size; - line-height: $lh-default; - color: $text-gray; - text-align: center; - white-space: nowrap; - background-color: transparent; - border: 0; - // stylelint-disable-next-line primer/borders - border-bottom: 2px $border-style transparent; - - &:hover, - &:focus { - color: $text-gray-dark; - text-decoration: none; - border-bottom-color: $border-gray-dark; - transition: 0.2s ease; - - .UnderlineNav-octicon { - color: $text-gray-light; - } - } - - &.selected, - &[role=tab][aria-selected=true], - &[aria-current] { - font-weight: $font-weight-bold; - color: $text-gray-dark; - // stylelint-disable-next-line primer/borders - border-bottom-color: $orange-600; - - .UnderlineNav-octicon { - color: $text-gray-light; - } - } -} - -.UnderlineNav--right { - justify-content: flex-end; - - .UnderlineNav-item { - margin-right: 0; - margin-left: $spacer-3; - } - - .UnderlineNav-actions { - flex: 1 1 auto; - } -} - -.UnderlineNav-actions { - align-self: center; -} - -.UnderlineNav--full { - display: block; -} - -.UnderlineNav-octicon { - // stylelint-disable-next-line primer/colors - color: $gray-400; -} - -.UnderlineNav-container { - display: flex; - justify-content: space-between; -} diff --git a/assets/sass/@primer/css/package.json b/assets/sass/@primer/css/package.json deleted file mode 100644 index 92330cd..0000000 --- a/assets/sass/@primer/css/package.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "_from": "@primer/css", - "_id": "@primer/css@14.3.0", - "_inBundle": false, - "_integrity": "sha512-n5/skNhsbCc+wStmH2nSFHWS8I1XFVtdSabG7IuCYbGELuxduw3x5kl9uYQwG558E5/4wQZ/WbAeACuTTjcWFA==", - "_location": "/@primer/css", - "_phantomChildren": {}, - "_requested": { - "type": "tag", - "registry": true, - "raw": "@primer/css", - "name": "@primer/css", - "escapedName": "@primer%2fcss", - "scope": "@primer", - "rawSpec": "", - "saveSpec": null, - "fetchSpec": "latest" - }, - "_requiredBy": [ - "#DEV:/", - "#USER" - ], - "_resolved": "https://registry.npmjs.org/@primer/css/-/css-14.3.0.tgz", - "_shasum": "66d3e25a6c750e65d06234d1cf4e16a32567c611", - "_spec": "@primer/css", - "_where": "E:\\hugo-theme-fuji-demo\\themes\\hugo-theme-fuji", - "author": { - "name": "GitHub, Inc." - }, - "bin": { - "primer-migrate": "bin/primer-migrate" - }, - "bugs": { - "url": "https://github.com/primer/css/issues" - }, - "bundleDependencies": false, - "dependencies": { - "@primer/octicons": "^9.1.1" - }, - "deprecated": false, - "description": "Primer is the CSS framework that powers GitHub's front-end design. primer 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": { - "@octokit/rest": "^16.34.0", - "@storybook/addon-viewport": "5.0.11", - "@storybook/react": "5.0.11", - "autoprefixer": "9.4.7", - "code-blocks": "^1.1.0", - "colorette": "^1.1.0", - "css-loader": "1.0.0", - "cssstats": "3.3.0", - "details-dialog-element": "^1.4.0", - "eslint": "4.19.1", - "eslint-plugin-github": "1.0.0", - "filesize": "4.1.2", - "fs-extra": "^4.0.2", - "gh-pages": "^1.0.0", - "globby": "^6.1.0", - "klaw": "3.0.0", - "minimist": "1.2.0", - "node-fetch": "2.4.0", - "npm-run-all": "4.1.5", - "postcss": "7.0.14", - "postcss-import": "^12.0.1", - "postcss-load-config": "2.0.0", - "postcss-loader": "^2.0.6", - "postcss-node-sass": "2.1.8", - "postcss-scss": "2.0.0", - "postcss-value-parser": "^4.0.2", - "prop-types": "^15.6.2", - "semantic-release": "^15.13.27", - "semver": "5.7.1", - "stream-buffers": "^3.0.2", - "style-loader": "^0.18.2", - "styled-components": "4.1.2", - "stylelint": "^10.1.0", - "stylelint-config-primer": "^9.0.0", - "stylelint-disable": "^0.1.5", - "stylelint-only": "^1.0.1", - "stylelint-scss": "^3.12.0", - "table": "5.2.3", - "typographic-base": "^1.0.4", - "unified": "^7.1.0", - "unist-util-select": "^2.0.2", - "unist-util-stringify-position": "^2.0.1", - "unist-util-visit": "^1.4.1" - }, - "homepage": "https://primer.style/css", - "keywords": [ - "primer", - "css", - "github", - "design-system" - ], - "license": "MIT", - "main": "dist/primer.js", - "name": "@primer/css", - "repository": { - "type": "git", - "url": "git+https://github.com/primer/css.git" - }, - "sass": "index.scss", - "scripts": { - "build-storybook": "build-storybook -o .storybuild", - "dev": "cd docs && npm install && npm run develop", - "dist": "script/dist.js", - "eslint": "eslint script deprecations.js lib .storybook", - "eslint-docs": "eslint docs/{content,src,*.js}", - "fresh": "rm -rf node_modules; npm install", - "lint": "npm-run-all -s stylelint eslint eslint-docs", - "postpublish": "script/postpublish", - "prepublishOnly": "script/prepublish", - "publish-storybook": "script/publish-storybook", - "start": "npm run dev", - "start-storybook": "start-storybook -p 8001", - "stylelint": "stylelint --quiet src", - "test": "npm-run-all -s test-urls test-migrate", - "test-migrate": "script/test-migrate", - "test-urls": "script/test-doc-urls.js" - }, - "style": "dist/primer.css", - "version": "14.3.0" -} diff --git a/assets/sass/@primer/css/pagination/README.md b/assets/sass/@primer/css/pagination/README.md deleted file mode 100644 index cb41808..0000000 --- a/assets/sass/@primer/css/pagination/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "pagination" -generated: true ---- - -# Primer CSS: `pagination` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/pagination/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/pagination.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/pagination/index.scss b/assets/sass/@primer/css/pagination/index.scss deleted file mode 100644 index c624f95..0000000 --- a/assets/sass/@primer/css/pagination/index.scss +++ /dev/null @@ -1,3 +0,0 @@ -// support files -@import "../support/index.scss"; -@import "./pagination.scss"; diff --git a/assets/sass/@primer/css/pagination/pagination.scss b/assets/sass/@primer/css/pagination/pagination.scss deleted file mode 100644 index 253011d..0000000 --- a/assets/sass/@primer/css/pagination/pagination.scss +++ /dev/null @@ -1,85 +0,0 @@ -// Needs refactoring -// stylelint-disable selector-max-type -.pagination { - @include clearfix; - - a, - span, - em { - position: relative; - float: left; - // stylelint-disable-next-line primer/spacing - padding: 7px 12px; - // stylelint-disable-next-line primer/spacing - margin-left: -1px; - // stylelint-disable-next-line primer/typography - font-size: 13px; - font-style: normal; - font-weight: $font-weight-bold; - color: $text-blue; - white-space: nowrap; - vertical-align: middle; - cursor: pointer; - user-select: none; - background: $bg-white; // Reset default gradient backgrounds and colors - border: $border-width $border-style $border-gray; - - &:first-child { - margin-left: 0; - border-top-left-radius: $border-radius; - border-bottom-left-radius: $border-radius; - } - - &:last-child { - border-top-right-radius: $border-radius; - border-bottom-right-radius: $border-radius; - } - - // Bring any button into forefront for proper borders given negative margin below - &:hover, - &:focus { - z-index: 2; - text-decoration: none; - // stylelint-disable-next-line primer/colors - background-color: darken($gray-100, 2%); - border-color: $border-gray; - } - } - - .selected { z-index: 3; } - - .current, - .current:hover, - [aria-current], - [aria-current]:hover { - z-index: 3; - color: $text-white; - background-color: $bg-blue; - border-color: $border-blue; - } - - .gap, - .disabled, - [aria-disabled=true], - .gap:hover, - .disabled:hover, - [aria-disabled=true]:hover { - // stylelint-disable-next-line primer/colors - color: $gray-300; - cursor: default; - background-color: $bg-gray-light; - } -} - -// Unified centered pagination across the site -.paginate-container { - // stylelint-disable-next-line primer/spacing - margin-top: 20px; - // stylelint-disable-next-line primer/spacing - margin-bottom: 15px; - text-align: center; - - .pagination { - display: inline-block; - } -} diff --git a/assets/sass/@primer/css/popover/README.md b/assets/sass/@primer/css/popover/README.md deleted file mode 100644 index 3fd2e73..0000000 --- a/assets/sass/@primer/css/popover/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "popover" -generated: true ---- - -# Primer CSS: `popover` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/popover/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/popover.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/popover/index.scss b/assets/sass/@primer/css/popover/index.scss deleted file mode 100644 index 6fd595a..0000000 --- a/assets/sass/@primer/css/popover/index.scss +++ /dev/null @@ -1,3 +0,0 @@ -// support files -@import "../support/index.scss"; -@import "./popover.scss"; diff --git a/assets/sass/@primer/css/popover/popover.scss b/assets/sass/@primer/css/popover/popover.scss deleted file mode 100644 index 7838b89..0000000 --- a/assets/sass/@primer/css/popover/popover.scss +++ /dev/null @@ -1,188 +0,0 @@ -.Popover { - position: absolute; - z-index: 100; -} - -.Popover-message { - position: relative; - width: 232px; - margin-right: auto; - margin-left: auto; - - // Carets - &::before, - &::after { - position: absolute; - left: 50%; - display: inline-block; - content: ""; - } - - &::before { - top: -$spacer-3; - // stylelint-disable-next-line primer/spacing - margin-left: -9px; - // stylelint-disable-next-line primer/borders - border: $spacer-2 $border-style transparent; - border-bottom-color: $border-black-fade; - } - - &::after { - top: -14px; - margin-left: -$spacer-2; - // stylelint-disable-next-line primer/borders - border: 7px $border-style transparent; - // stylelint-disable-next-line primer/borders - border-bottom-color: $bg-white; - } -} - -// Bottom-oriented carets -.Popover-message--bottom, -.Popover-message--bottom-right, -.Popover-message--bottom-left { - &::before, - &::after { - top: auto; - border-bottom-color: transparent; - } - - &::before { - bottom: -$spacer-3; - border-top-color: $border-black-fade; - } - - &::after { - bottom: -14px; - // stylelint-disable-next-line primer/borders - border-top-color: $bg-white; - } -} - -// Top & Bottom: Right-oriented carets -.Popover-message--top-right, -.Popover-message--bottom-right { - right: -9px; - margin-right: 0; - - &::before, - &::after { - left: auto; - margin-left: 0; - } - - &::before { - right: 20px; - } - - &::after { - right: 21px; - } -} - -// Top & Bottom: Left-oriented carets -.Popover-message--top-left, -.Popover-message--bottom-left { - left: -9px; - margin-left: 0; - - &::before, - &::after { - left: $spacer-4; - margin-left: 0; - } - - &::after { - left: $spacer-4 + 1; - } -} - -// Right- & Left-oriented carets -.Popover-message--right, -.Popover-message--right-top, -.Popover-message--right-bottom, -.Popover-message--left, -.Popover-message--left-top, -.Popover-message--left-bottom { - &::before, - &::after { - top: 50%; - left: auto; - margin-left: 0; - border-bottom-color: transparent; - } - - &::before { - // stylelint-disable-next-line primer/spacing - margin-top: -($spacer-2 + 1); - } - - &::after { - margin-top: -$spacer-2; - } -} - -// Right-oriented carets -.Popover-message--right, -.Popover-message--right-top, -.Popover-message--right-bottom { - &::before { - right: -$spacer-3; - border-left-color: $border-black-fade; - } - - &::after { - right: -14px; - // stylelint-disable-next-line primer/borders - border-left-color: $bg-white; - } -} - -// Left-oriented carets -.Popover-message--left, -.Popover-message--left-top, -.Popover-message--left-bottom { - &::before { - left: -$spacer-3; - border-right-color: $border-black-fade; - } - - &::after { - left: -14px; - // stylelint-disable-next-line primer/borders - border-right-color: $bg-white; - } -} - -// Right & Left: Top-oriented carets -.Popover-message--right-top, -.Popover-message--left-top { - &::before, - &::after { - top: $spacer-4; - } -} - -// Right & Left: Bottom-oriented carets -.Popover-message--right-bottom, -.Popover-message--left-bottom { - &::before, - &::after { - top: auto; - } - - &::before { - bottom: $spacer-3; - } - - &::after { - bottom: $spacer-3 + 1; - } -} - -.Popover-message--large { - - @include breakpoint(sm) { - min-width: 320px; - } -} diff --git a/assets/sass/@primer/css/postcss.config.js b/assets/sass/@primer/css/postcss.config.js deleted file mode 100644 index 01de2b4..0000000 --- a/assets/sass/@primer/css/postcss.config.js +++ /dev/null @@ -1,14 +0,0 @@ -module.exports = { - parser: 'postcss-scss', - map: { - sourcesContent: true, - annotation: true - }, - plugins: { - 'postcss-node-sass': { - includePaths: ['node_modules'], - outputStyle: 'compressed' - }, - 'autoprefixer': {} - } -} diff --git a/assets/sass/@primer/css/prettier.config.js b/assets/sass/@primer/css/prettier.config.js deleted file mode 100644 index 7d9937d..0000000 --- a/assets/sass/@primer/css/prettier.config.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('eslint-plugin-github/prettier.config') diff --git a/assets/sass/@primer/css/product/README.md b/assets/sass/@primer/css/product/README.md deleted file mode 100644 index 1bb7cc1..0000000 --- a/assets/sass/@primer/css/product/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "product" -generated: true ---- - -# Primer CSS: `product` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/product/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/product.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/product/index.scss b/assets/sass/@primer/css/product/index.scss deleted file mode 100644 index 89263f9..0000000 --- a/assets/sass/@primer/css/product/index.scss +++ /dev/null @@ -1,27 +0,0 @@ -/*! - * @primer/css/product - * http://primer.style/css - * - * Released under MIT license. Copyright (c) 2019 GitHub Inc. - */ - -// Global requirements -@import "../support/index.scss"; - -// Product specific css modules -@import "../alerts/index.scss"; -@import "../autocomplete/index.scss"; -@import "../avatars/index.scss"; -@import "../blankslate/index.scss"; -@import "../branch-name/index.scss"; -@import "../dropdown/index.scss"; -@import "../header/index.scss"; -@import "../labels/index.scss"; -@import "../loaders/index.scss"; -@import "../markdown/index.scss"; -@import "../popover/index.scss"; -@import "../progress/index.scss"; -@import "../select-menu/index.scss"; -@import "../subhead/index.scss"; -@import "../timeline/index.scss"; -@import "../toasts/index.scss" diff --git a/assets/sass/@primer/css/progress/README.md b/assets/sass/@primer/css/progress/README.md deleted file mode 100644 index 255a2fe..0000000 --- a/assets/sass/@primer/css/progress/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "progress" -generated: true ---- - -# Primer CSS: `progress` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/progress/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/progress.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/progress/index.scss b/assets/sass/@primer/css/progress/index.scss deleted file mode 100644 index b04ea01..0000000 --- a/assets/sass/@primer/css/progress/index.scss +++ /dev/null @@ -1,3 +0,0 @@ -// support files -@import "../support/index.scss"; -@import "./progress.scss"; diff --git a/assets/sass/@primer/css/progress/progress.scss b/assets/sass/@primer/css/progress/progress.scss deleted file mode 100644 index 2b3addf..0000000 --- a/assets/sass/@primer/css/progress/progress.scss +++ /dev/null @@ -1,18 +0,0 @@ -// Progress - -.Progress { - display: flex; - height: 8px; - overflow: hidden; - // stylelint-disable-next-line primer/colors - background-color: $gray-200; - border-radius: $border-radius; -} - -.Progress--large { - height: 10px; -} - -.Progress--small { - height: 5px; -} diff --git a/assets/sass/@primer/css/release.config.js b/assets/sass/@primer/css/release.config.js deleted file mode 100644 index 86e0ed3..0000000 --- a/assets/sass/@primer/css/release.config.js +++ /dev/null @@ -1,4 +0,0 @@ -module.exports = { - dryRun: true, - plugins: ['./lib/semantic-release-plugin'] -} diff --git a/assets/sass/@primer/css/select-menu/README.md b/assets/sass/@primer/css/select-menu/README.md deleted file mode 100644 index ca1c915..0000000 --- a/assets/sass/@primer/css/select-menu/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "select-menu" -generated: true ---- - -# Primer CSS: `select-menu` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/select-menu/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/select-menu.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/select-menu/index.scss b/assets/sass/@primer/css/select-menu/index.scss deleted file mode 100644 index dd916e3..0000000 --- a/assets/sass/@primer/css/select-menu/index.scss +++ /dev/null @@ -1,3 +0,0 @@ -// support files -@import "../support/index.scss"; -@import "./select-menu.scss"; diff --git a/assets/sass/@primer/css/select-menu/select-menu.scss b/assets/sass/@primer/css/select-menu/select-menu.scss deleted file mode 100644 index bf3b103..0000000 --- a/assets/sass/@primer/css/select-menu/select-menu.scss +++ /dev/null @@ -1,428 +0,0 @@ -// stylelint-disable selector-max-type -// selector-max-type is needed for body:not(.intent-mouse) to target keyboard only styles. - -// TODO@15.0.0: remove styles below -@media (hover: hover) { - .SelectMenu-tab:not([aria-checked="true"]):hover, - .SelectMenu-tab:not([aria-checked="true"]):active { - background-color: $bg-white; - } -} - -$SelectMenu-max-height: 480px !default; - -// Select Menu -// -// A more advanced menu with support for navigation, filtering, and more. - -.SelectMenu { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 99; - display: flex; - padding: $spacer-3; - pointer-events: none; - flex-direction: column; - - @include breakpoint(sm) { - position: absolute; - top: auto; - right: auto; - bottom: auto; - left: auto; - padding: 0; - } -} - -// Backdrop -// -// Adds a dark, semi transparent "cover" underneat the modal. Only visible for xs. - -.SelectMenu::before { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - pointer-events: none; - content: ""; - background-color: $bg-black-fade; - - @include breakpoint(sm) { - display: none; - } -} - -// Modal -// -// The main "box" that contains the content - -.SelectMenu-modal { - position: relative; - z-index: 99; // Needs to be higher than .details-overlay's z-index: 80. - display: flex; - max-height: 66%; - margin: auto 0; - overflow: hidden; // Enables border radius on scrollable child elements - pointer-events: auto; - flex-direction: column; - background-color: $bg-gray; - // stylelint-disable-next-line primer/borders - border-radius: $border-radius * 2; - // stylelint-disable-next-line primer/box-shadow - box-shadow: 0 0 18px rgba(0, 0, 0, 0.4); - animation: SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards; - - @keyframes SelectMenu-modal-animation { - 0% { - opacity: 0; - transform: scale(0.9); - } - } - - @keyframes SelectMenu-modal-animation--sm { - 0% { - opacity: 0; - transform: translateY(-$spacer-3); - } - } - - @include breakpoint(sm) { - width: 300px; - height: auto; - max-height: $SelectMenu-max-height; - margin: $spacer-1 0 $spacer-3 0; - font-size: $font-size-small; - border: $border-width $border-style $border-gray-dark; - border-radius: $border-radius; - box-shadow: $box-shadow-medium; - animation-name: SelectMenu-modal-animation--sm; - } -} - -// Header -// -// Used for showing a title and the close button. Close button is only visible for xs. - -.SelectMenu-header { - display: flex; - flex: none; // fixes header from getting squeezed in Safari iOS - padding: $spacer-3; - - @include breakpoint(sm) { - padding-top: $spacer-2; - padding-bottom: $spacer-2; - } -} - -.SelectMenu-title { - flex: auto; - font-size: $body-font-size; - font-weight: $font-weight-bold; - - @include breakpoint(sm) { - font-size: inherit; - } -} - -.SelectMenu-closeButton { - padding: $spacer-3; - margin: -$spacer-3; - color: $text-gray-light; - background-color: transparent; - border: 0; - - @include breakpoint(sm) { - display: none; - } -} - -// Filter -// -// An input to filter a large list - -.SelectMenu-filter { - padding: $spacer-3; - margin: 0; - border-top: $border; - - @include breakpoint(sm) { - padding: $spacer-2; - } -} - -.SelectMenu-input { - display: block; - width: 100%; - - @include breakpoint(sm) { - font-size: $h5-size; - } -} - -// List -// -// The container that holds all the list items. Starts scrolling when the list gets too long. - -.SelectMenu-list { - position: relative; - padding: 0; - margin: 0; - // stylelint-disable-next-line primer/spacing - margin-bottom: -$border-width; // Hides the last border in the list - flex: auto; - overflow-x: hidden; - overflow-y: auto; - background-color: $bg-white; - border-top: $border; - -webkit-overflow-scrolling: touch; // Adds momentum + bouncy scrolling -} - -// List Item -// -// The interactive element used to make a selection - -.SelectMenu-item { - display: flex; - align-items: center; - width: 100%; - padding: $spacer-3; - overflow: hidden; - color: $text-gray; - text-align: left; - cursor: pointer; - background-color: $bg-white; - border: 0; - border-bottom: $border-width $border-style $border-gray-light; - - @include breakpoint(sm) { - padding-top: $spacer-2; - padding-bottom: $spacer-2; - } -} - -// Icon -// -// Icon shown on the left of a list item. - -.SelectMenu-icon { - width: $spacer-3; // fixed width to make sure following content aligns - margin-right: $spacer-2; - flex-shrink: 0; -} - -// Check icon -.SelectMenu-icon--check { - visibility: hidden; - transition: transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5), visibility 0s 0.12s linear; - transform: scale(0); -} - -// Tabs -// -// Allows switching between multiple lists - -.SelectMenu-tabs { - display: flex; - flex-shrink: 0; - // stylelint-disable-next-line primer/spacing - margin-bottom: -$border-width; // hide border of element below - overflow-x: auto; - overflow-y: hidden; - border-top: $border; - -webkit-overflow-scrolling: touch; - - // Hide scrollbar so it doesn't cover the text - &::-webkit-scrollbar { - display: none; - } - - @include breakpoint(sm) { - padding: 0 $spacer-2; - border-top: 0; - } -} - -.SelectMenu-tab { - flex: 1; - padding: $spacer-2 $spacer-3; - font-size: $font-size-small; - font-weight: $font-weight-semibold; - color: $text-gray-light; - text-align: center; - background-color: transparent; - border: 0; - // stylelint-disable-next-line primer/box-shadow - box-shadow: inset 0 -1px 0 $border-color; - - @include breakpoint(sm) { - flex: none; - padding: $spacer-1 $spacer-3; - border: $border-width $border-style transparent; - border-bottom-width: 0; - border-top-left-radius: $border-radius; - border-top-right-radius: $border-radius; - } - - &[aria-selected="true"] { - z-index: 1; // Keeps box-shadow visible when hovering - color: $text-gray-dark; - cursor: default; - background-color: $bg-white; - // stylelint-disable-next-line primer/box-shadow - box-shadow: 0 0 0 1px $border-color; - - @include breakpoint(sm) { - border-color: $border-color; - box-shadow: none; - } - } -} - -// Message, Blankslate and Loading -// -// A container used to show different kinds of content. Like a message, a blankslate or the loading animation. - -.SelectMenu-message { - border-bottom: $border-width $border-style $border-gray-light; -} - -.SelectMenu-message, -.SelectMenu-blankslate, -.SelectMenu-loading { - padding: $spacer-4 $spacer-3; - text-align: center; - background-color: $bg-white; -} - -// Divider -// -// Can be used to divide the list into multiple groups - -.SelectMenu-divider { - padding: $spacer-1 $spacer-3; - margin: 0; - font-size: $font-size-small; - font-weight: $font-weight-bold; - color: $text-gray-light; - background-color: $bg-gray; - border-bottom: $border-width $border-style $border-gray-light; -} - -// Footer -// -// A container at the bottom. - -.SelectMenu-footer { - z-index: 0; // Avoid top border from getting covered by the negative margin of the list - padding: $spacer-2 $spacer-3; - font-size: $font-size-small; - color: $text-gray-light; - text-align: center; - border-top: $border; - - @include breakpoint(sm) { - padding: $spacer-1 $spacer-2; - } -} - -// Has Filter (modifier) -// -// Makes sure that the filter input keeps a fixed position at the top while typing. Only visible for xs. - -.SelectMenu--hasFilter { - .SelectMenu-modal { - height: 80%; - max-height: none; - margin-top: 0; - - @include breakpoint(sm) { - height: auto; - max-height: $SelectMenu-max-height; - margin-top: $spacer-1; - } - } -} - -// States -// -// Different states - -// Reset outlines -.SelectMenu-tab:focus, -.SelectMenu-item:focus { - outline: none; -} - -// Reset <a> elements -.SelectMenu-item:hover { - text-decoration: none; -} - -// Selected -// -// Visible when a used clicks/taps on a list item - -.SelectMenu-item[aria-checked="true"] { - font-weight: $font-weight-semibold; - color: $text-gray-dark; - - .SelectMenu-icon--check { - visibility: visible; - transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), visibility 0s linear; - transform: scale(1); - } -} - -// Can hover states -// -// For mouse/keyboard input - -@media (hover: hover) { - body:not(.intent-mouse) .SelectMenu-item:focus, - .SelectMenu-item:hover { - background-color: $bg-gray; - } - - .SelectMenu-item:active { - background-color: $bg-gray-light; - } - - body:not(.intent-mouse) .SelectMenu-tab:focus { - // stylelint-disable-next-line primer/colors - background-color: $blue-100; - } - - .SelectMenu-tab:not([aria-selected="true"]):hover { - color: $text-gray-dark; - // stylelint-disable-next-line primer/colors - background-color: $gray-200; - } - - .SelectMenu-tab:not([aria-selected="true"]):active { - color: $text-gray-dark; - background-color: $bg-gray; - } -} - -// Can not hover states -// -// For touch input - -@media (hover: none) { - // Android - .SelectMenu-item:focus, - .SelectMenu-item:active { - background-color: $bg-gray-light; - } - - // iOS Safari - // :active would work if ontouchstart is added to the button - // Instead this tweaks the "native" highlight color - .SelectMenu-item { - -webkit-tap-highlight-color: rgba($gray-300, 0.5); - } -} diff --git a/assets/sass/@primer/css/stylelint.config.js b/assets/sass/@primer/css/stylelint.config.js deleted file mode 100644 index b1a7e63..0000000 --- a/assets/sass/@primer/css/stylelint.config.js +++ /dev/null @@ -1,17 +0,0 @@ -const currentVersion = process.env.PRIMER_VERSION || require('./package.json').version - -module.exports = { - extends: ['stylelint-config-primer'], - plugins: ['stylelint-scss', './lib/stylelint-todo'], - syntax: 'scss', - rules: { - 'scss/dollar-variable-default': [true, {ignore: 'local'}], - 'primer/no-override': false, - 'primer/colors': true, - 'primer/borders': true, - 'primer/spacing': true, - 'primer/typography': true, - 'primer/box-shadow': true, - 'primer-css/TODO': [true, {currentVersion, severity: 'error'}] - } -} diff --git a/assets/sass/@primer/css/subhead/README.md b/assets/sass/@primer/css/subhead/README.md deleted file mode 100644 index 2f8a8d1..0000000 --- a/assets/sass/@primer/css/subhead/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "subhead" -generated: true ---- - -# Primer CSS: `subhead` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/subhead/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/subhead.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/subhead/index.scss b/assets/sass/@primer/css/subhead/index.scss deleted file mode 100644 index d0ed721..0000000 --- a/assets/sass/@primer/css/subhead/index.scss +++ /dev/null @@ -1,3 +0,0 @@ -// support files -@import "../support/index.scss"; -@import "./subhead.scss"; diff --git a/assets/sass/@primer/css/subhead/subhead.scss b/assets/sass/@primer/css/subhead/subhead.scss deleted file mode 100644 index 5ab2629..0000000 --- a/assets/sass/@primer/css/subhead/subhead.scss +++ /dev/null @@ -1,39 +0,0 @@ -// Subhead styles -.Subhead { - display: flex; - padding-bottom: $spacer-2; - margin-bottom: $spacer-3; - border-bottom: $border; - flex-flow: row wrap; -} - -// Modifier class to give a lot of breathing room between sections of content. -.Subhead--spacious { - margin-top: $spacer-6; -} - -// <h2> sized heading with normal font weight -.Subhead-heading { - font-size: $h2-size; - font-weight: $font-weight-normal; - flex: 1 1 auto; -} - -// Make the text bold and red for dangerous content -.Subhead-heading--danger { - font-weight: $font-weight-bold; - color: $text-red; -} - -// One-liner of supporting text -.Subhead-description { - font-size: $body-font-size; - color: $text-gray; - flex: 1 100%; -} - -// Add 1 or 2 buttons to the right of the heading -.Subhead-actions { - align-self: center; - justify-content: flex-end; -} diff --git a/assets/sass/@primer/css/table-object/README.md b/assets/sass/@primer/css/table-object/README.md deleted file mode 100644 index 148fab2..0000000 --- a/assets/sass/@primer/css/table-object/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "table-object" -generated: true ---- - -# Primer CSS: `table-object` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/table-object/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/table-object.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/table-object/index.scss b/assets/sass/@primer/css/table-object/index.scss deleted file mode 100644 index 295bcfb..0000000 --- a/assets/sass/@primer/css/table-object/index.scss +++ /dev/null @@ -1 +0,0 @@ -@import "./table-object.scss"; diff --git a/assets/sass/@primer/css/table-object/table-object.scss b/assets/sass/@primer/css/table-object/table-object.scss deleted file mode 100644 index 353c732..0000000 --- a/assets/sass/@primer/css/table-object/table-object.scss +++ /dev/null @@ -1,20 +0,0 @@ -// 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/assets/sass/@primer/css/timeline/README.md b/assets/sass/@primer/css/timeline/README.md deleted file mode 100644 index a8acbfa..0000000 --- a/assets/sass/@primer/css/timeline/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "timeline" -generated: true ---- - -# Primer CSS: `timeline` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/timeline/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/timeline.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/timeline/index.scss b/assets/sass/@primer/css/timeline/index.scss deleted file mode 100644 index 1692410..0000000 --- a/assets/sass/@primer/css/timeline/index.scss +++ /dev/null @@ -1,2 +0,0 @@ -@import "../support/index.scss"; -@import "./timeline-item.scss"; diff --git a/assets/sass/@primer/css/timeline/timeline-item.scss b/assets/sass/@primer/css/timeline/timeline-item.scss deleted file mode 100644 index 6f6ff4d..0000000 --- a/assets/sass/@primer/css/timeline/timeline-item.scss +++ /dev/null @@ -1,95 +0,0 @@ -.TimelineItem { - position: relative; - display: flex; - padding: $spacer-3 0; - margin-left: $spacer-3; - - // The Timeline - &::before { - position: absolute; - top: 0; - bottom: 0; - left: 0; - display: block; - width: 2px; - content: ""; - // stylelint-disable-next-line primer/colors - background-color: $gray-200; - } - - &:target .TimelineItem-badge { - // stylelint-disable-next-line primer/borders - border-color: $blue-400; - // stylelint-disable-next-line primer/box-shadow - box-shadow: 0 0 0.2em $blue-200; - } -} - -.TimelineItem-badge { - position: relative; - z-index: 1; - display: flex; - width: $spacer-5; - height: $spacer-5; - margin-right: $spacer-2; - margin-left: -$spacer-3 + 1; - // stylelint-disable-next-line primer/colors - color: $gray-700; - align-items: center; - // stylelint-disable-next-line primer/colors - background-color: $gray-200; - // stylelint-disable-next-line primer/borders - border: 2px $border-style $border-white; - border-radius: 50%; - justify-content: center; - flex-shrink: 0; -} - -.TimelineItem-body { - min-width: 0; - max-width: 100%; - margin-top: $spacer-1; - // stylelint-disable-next-line primer/colors - color: $gray-700; - flex: auto; -} - -.TimelineItem-avatar { - position: absolute; - left: -($spacer-6 + $spacer-5); - z-index: 1; -} - -.TimelineItem-break { - position: relative; - z-index: 1; - height: $spacer-4; - margin: 0; - margin-bottom: -$spacer-3; - // stylelint-disable-next-line primer/spacing - margin-left: -($spacer-6 + $spacer-3); - background-color: $bg-white; - border: 0; - // stylelint-disable-next-line primer/borders - border-top: 4px $border-style $border-color; -} - -.TimelineItem--condensed { - padding-top: $spacer-1; - padding-bottom: 0; - - // TimelineItem--condensed is often grouped. (commits) - &:last-child { - padding-bottom: $spacer-3; - } - - .TimelineItem-badge { - height: $spacer-3; - margin-top: $spacer-2; - margin-bottom: $spacer-2; - // stylelint-disable-next-line primer/colors - color: $gray-400; - background-color: $bg-white; - border: 0; - } -} diff --git a/assets/sass/@primer/css/toasts/README.md b/assets/sass/@primer/css/toasts/README.md deleted file mode 100644 index 0915129..0000000 --- a/assets/sass/@primer/css/toasts/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "toasts" -generated: true ---- - -# Primer CSS: `toasts` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/toasts/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/toasts.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/toasts/index.scss b/assets/sass/@primer/css/toasts/index.scss deleted file mode 100644 index e982bf0..0000000 --- a/assets/sass/@primer/css/toasts/index.scss +++ /dev/null @@ -1,2 +0,0 @@ -@import "../support/index.scss"; -@import "./toasts.scss"; diff --git a/assets/sass/@primer/css/toasts/toasts.scss b/assets/sass/@primer/css/toasts/toasts.scss deleted file mode 100644 index a00422d..0000000 --- a/assets/sass/@primer/css/toasts/toasts.scss +++ /dev/null @@ -1,106 +0,0 @@ -// Toast - -.Toast { - display: flex; - margin: $spacer-2; - color: $text-black; - background-color: $bg-white; - border-radius: $border-radius; - // stylelint-disable-next-line primer/box-shadow - box-shadow: inset 0 0 0 1px $border-gray-dark, $box-shadow-medium; - - @include breakpoint(sm) { - width: max-content; - max-width: 450px; - margin: $spacer-3; - } -} - -.Toast-icon { - display: flex; - align-items: center; - justify-content: center; - width: $spacer-3 * 3; - flex-shrink: 0; - color: $text-white; - background-color: $bg-blue; - border-top-left-radius: inherit; - border-bottom-left-radius: inherit; -} - -.Toast-content { - padding: $spacer-3; -} - -.Toast-dismissButton { - max-height: 54px; // keeps button aligned to the top - padding: $spacer-3; - background-color: transparent; - border: 0; - - &:focus, - &:hover { - color: $text-gray; - outline: none; - } - - &:active { - // stylelint-disable-next-line primer/colors - color: $gray-400; - } -} - -// Modifier - -.Toast--error .Toast-icon { - background-color: $bg-red; -} - -.Toast--warning .Toast-icon { - color: $text-gray-dark; - // stylelint-disable-next-line primer/colors - background-color: $yellow-600; -} - -.Toast--success .Toast-icon { - background-color: $bg-green; -} - -.Toast--loading .Toast-icon { - // stylelint-disable-next-line primer/colors - background-color: $gray-600; -} - -// Animations - -.Toast--animateIn { - animation: Toast--animateIn 0.18s cubic-bezier(0.22, 0.61, 0.36, 1) backwards; -} - -@keyframes Toast--animateIn { - 0% { - opacity: 0; - transform: translateY(100%); - } -} - -.Toast--animateOut { - animation: Toast--animateOut 0.18s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards; -} - -@keyframes Toast--animateOut { - 100% { - pointer-events: none; - opacity: 0; - transform: translateY(100%); - } -} - -.Toast--spinner { - animation: Toast--spinner 1000ms linear infinite; -} - -@keyframes Toast--spinner { - from { transform: rotate(0deg); } - to { transform: rotate(360deg); } -} diff --git a/assets/sass/@primer/css/tooltips/README.md b/assets/sass/@primer/css/tooltips/README.md deleted file mode 100644 index 67f22ab..0000000 --- a/assets/sass/@primer/css/tooltips/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "tooltips" -generated: true ---- - -# Primer CSS: `tooltips` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/tooltips/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/tooltips.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/tooltips/index.scss b/assets/sass/@primer/css/tooltips/index.scss deleted file mode 100644 index e595fe2..0000000 --- a/assets/sass/@primer/css/tooltips/index.scss +++ /dev/null @@ -1,2 +0,0 @@ -@import "../support/index.scss"; -@import "./tooltips.scss"; diff --git a/assets/sass/@primer/css/tooltips/tooltips.scss b/assets/sass/@primer/css/tooltips/tooltips.scss deleted file mode 100644 index 315f5e4..0000000 --- a/assets/sass/@primer/css/tooltips/tooltips.scss +++ /dev/null @@ -1,292 +0,0 @@ -.tooltipped { - position: relative; -} - -// This is the tooltip bubble -.tooltipped::after { - position: absolute; - z-index: 1000000; - display: none; - padding: $em-spacer-5 $em-spacer-6; - font: normal normal 11px/1.5 $body-font; - -webkit-font-smoothing: subpixel-antialiased; - color: $text-white; - 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: $bg-black; - border-radius: $border-radius; - opacity: 0; -} - -// This is the tooltip arrow -.tooltipped::before { - position: absolute; - z-index: 1000001; - display: none; - width: 0; - height: 0; - color: $text-black; - pointer-events: none; - content: ""; - // stylelint-disable-next-line primer/borders - border: 6px $border-style 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 { - animation-delay: 0s; - } -} - -.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%; - // stylelint-disable-next-line primer/spacing - margin-top: 6px; - } - - &::before { - top: auto; - right: 50%; - bottom: -7px; - // stylelint-disable-next-line primer/spacing - margin-right: -6px; - // stylelint-disable-next-line primer/borders - border-bottom-color: $bg-black; - } -} - -.tooltipped-se { - &::after { - right: auto; - left: 50%; - margin-left: -$spacer-3; - } -} - -.tooltipped-sw::after { - margin-right: -$spacer-3; -} - -// Tooltips above the object -.tooltipped-n, -.tooltipped-ne, -.tooltipped-nw { - &::after { - right: 50%; - bottom: 100%; - // stylelint-disable-next-line primer/spacing - margin-bottom: 6px; - } - - &::before { - top: -7px; - right: 50%; - bottom: auto; - // stylelint-disable-next-line primer/spacing - margin-right: -6px; - // stylelint-disable-next-line primer/borders - border-top-color: $bg-black; - } -} - -.tooltipped-ne { - &::after { - right: auto; - left: 50%; - margin-left: -$spacer-3; - } -} - -.tooltipped-nw::after { - margin-right: -$spacer-3; -} - -// 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%; - // stylelint-disable-next-line primer/spacing - margin-right: 6px; - transform: translateY(50%); - } - - &::before { - top: 50%; - bottom: 50%; - left: -7px; - // stylelint-disable-next-line primer/spacing - margin-top: -6px; - // stylelint-disable-next-line primer/borders - border-left-color: $bg-black; - } -} - -// tooltipped to the right -.tooltipped-e { - &::after { - bottom: 50%; - left: 100%; - // stylelint-disable-next-line primer/spacing - margin-left: 6px; - transform: translateY(50%); - } - - &::before { - top: 50%; - right: -7px; - bottom: 50%; - // stylelint-disable-next-line primer/spacing - margin-top: -6px; - // stylelint-disable-next-line primer/borders - border-right-color: $bg-black; - } -} - -// Tooltip align right and left -.tooltipped-align-right-1, -.tooltipped-align-right-2 { - &::after { - right: 0; - margin-right: 0; - } -} - -.tooltipped-align-right-1 { - &::before { - right: 10px; - } -} - -.tooltipped-align-right-2 { - &::before { - right: 15px; - } -} - -.tooltipped-align-left-1, -.tooltipped-align-left-2, { - &::after { - left: 0; - margin-left: 0; - } -} - -.tooltipped-align-left-1 { - &::before { - left: 5px; - } -} - -.tooltipped-align-left-2 { - &::before { - left: 10px; - } -} - -// 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; - } - } -} diff --git a/assets/sass/@primer/css/truncate/README.md b/assets/sass/@primer/css/truncate/README.md deleted file mode 100644 index ae6f88e..0000000 --- a/assets/sass/@primer/css/truncate/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -bundle: "truncate" -generated: true ---- - -# Primer CSS: `truncate` bundle - -## Usage - -Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with: - -```scss -@import "@primer/css/truncate/index.scss"; -``` - -## Build - -The `@primer/css` npm package includes a standalone CSS build of this module in `dist/truncate.css`. - -## License - -[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/) - - -[scss]: https://sass-lang.com/documentation/syntax#scss diff --git a/assets/sass/@primer/css/truncate/index.scss b/assets/sass/@primer/css/truncate/index.scss deleted file mode 100644 index c391a32..0000000 --- a/assets/sass/@primer/css/truncate/index.scss +++ /dev/null @@ -1 +0,0 @@ -@import "./truncate.scss"; diff --git a/assets/sass/@primer/css/truncate/truncate.scss b/assets/sass/@primer/css/truncate/truncate.scss deleted file mode 100644 index 8590f1b..0000000 --- a/assets/sass/@primer/css/truncate/truncate.scss +++ /dev/null @@ -1,31 +0,0 @@ -// Truncate -// -// css-truncate will shorten text with an ellipsis. - -.css-truncate { - - // css-truncate-auto will shorten text with an ellipsis when overflowing - &.css-truncate-overflow, - .css-truncate-overflow, - &.css-truncate-target, - .css-truncate-target { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - - // css-truncate-target will shorten text with an ellipsis and a max width - &.css-truncate-target, - .css-truncate-target { - display: inline-block; - max-width: 125px; - 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; - } -} |