diff options
author | amzrk2 | 2020-04-13 19:13:39 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-13 19:13:39 +0800 |
commit | 6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad (patch) | |
tree | b13e4c3a49823b602ebb918c899dd4a964c1f445 | |
download | hugo-theme-fuji-6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad.tar.gz hugo-theme-fuji-6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad.tar.bz2 hugo-theme-fuji-6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad.zip |
Initial commit
583 files changed, 18003 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ffb9f6b --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +public/ +resources/ +node_modules/ + +Thumbs.db +ehthumbs.db +Desktop.ini +$RECYCLE.BIN/ +.DS_Store
\ No newline at end of file @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <https://www.gnu.org/licenses/>. + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + hugo-theme-fuji Copyright (C) 2020 DSRKafuU(amzrk2) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +<https://www.gnu.org/licenses/>. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +<https://www.gnu.org/licenses/why-not-lgpl.html>. diff --git a/README.md b/README.md new file mode 100644 index 0000000..81f54b5 --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +# Fuji + +// ! THE THEME IS STILL IN EARLY DEV STAGE ! // + +A minimal Hugo theme inspired by [printempw](https://github.com/printempw/)'s Hexo theme [Murasaki](https://github.com/printempw/hexo-theme-murasaki/), with responsive grid system and markdown style, powered by GitHub Primer CSS. + +## Live demos + +[Netlify]() | [My own blog]() + + + +## Todo + +- [ ] Archive page +- [ ] Analytics +- [ ] SEO optimization +- [ ] Better mobile devices support +- [ ] Multilingual + +## Installation + +Inside the folder of your Hugo site run: + +```bash +$ git submodule add https://github.com/amzrk2/hugo-theme-fuji.git themes/fuji +``` + +For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo. + +## Getting started + +After installing the theme successfully it requires a just a few more steps to get your site running. + +### The config file + +Copy the ```config.toml``` in the ```exampleSite```to the root of your Hugo site. Change strings as you like. + +### Local preview + +In order to see your site in action, run Hugo's built-in local server: + +```bash +$ hugo server +``` + +Now enter [```localhost:1313```](http://localhost:1313) in the address bar of your browser. + +## Update the theme + +Inside the folder of your Hugo site run: + +```bash +$ git submodule update --remote --merge +``` + +## Contributing + +Did you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](https://github.com/amzrk2/hugo-theme-fuji/issues) to let me know. + +## License + +The theme is released under the ```GNU General Public License v3.0-only```, for more information read the [License](https://github.com/amzrk2/hugo-theme-fuji/blob/master/LICENSE). + +## Annotations + +Thanks to [printempw](https://github.com/printempw/) for the idea of theme. + +Thanks to developers for creating Hugo and the awesome community around the project. diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..0d11b0d --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ ++++ +title = "{{ replace .Name "-" " " | title }}" +date = {{ .Date }} +description = "" +tags = [] ++++ diff --git a/assets/sass/@primer/css/.browserslistrc b/assets/sass/@primer/css/.browserslistrc new file mode 100644 index 0000000..1f59757 --- /dev/null +++ b/assets/sass/@primer/css/.browserslistrc @@ -0,0 +1,6 @@ +> 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 new file mode 100644 index 0000000..9856a46 --- /dev/null +++ b/assets/sass/@primer/css/.eslintrc.json @@ -0,0 +1,13 @@ +{ + "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 new file mode 100644 index 0000000..a6df94c --- /dev/null +++ b/assets/sass/@primer/css/.nowignore @@ -0,0 +1,5 @@ +.*.sw? +.changelog/ +dist/ +docs/dist +docs/public/ diff --git a/assets/sass/@primer/css/CHANGELOG.md b/assets/sass/@primer/css/CHANGELOG.md new file mode 100644 index 0000000..8172a71 --- /dev/null +++ b/assets/sass/@primer/css/CHANGELOG.md @@ -0,0 +1,1184 @@ +## 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 new file mode 100644 index 0000000..cd62bf9 --- /dev/null +++ b/assets/sass/@primer/css/CODE_OF_CONDUCT.md @@ -0,0 +1,76 @@ +# 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 new file mode 100644 index 0000000..09c77ed --- /dev/null +++ b/assets/sass/@primer/css/DEVELOP.md @@ -0,0 +1,97 @@ +# 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 new file mode 100644 index 0000000..71fbac5 --- /dev/null +++ b/assets/sass/@primer/css/LICENSE @@ -0,0 +1,21 @@ +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 new file mode 100644 index 0000000..ef419e6 --- /dev/null +++ b/assets/sass/@primer/css/MIGRATING.md @@ -0,0 +1,74 @@ +# 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 new file mode 100644 index 0000000..826a7bb --- /dev/null +++ b/assets/sass/@primer/css/README.md @@ -0,0 +1,69 @@ +<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 new file mode 100644 index 0000000..f8515f4 --- /dev/null +++ b/assets/sass/@primer/css/README.template.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..fe6971a --- /dev/null +++ b/assets/sass/@primer/css/RELEASING.md @@ -0,0 +1,123 @@ +# 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 new file mode 100644 index 0000000..6dc24b8 --- /dev/null +++ b/assets/sass/@primer/css/alerts/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..b8b82c8 --- /dev/null +++ b/assets/sass/@primer/css/alerts/flash.scss @@ -0,0 +1,103 @@ +// 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 new file mode 100644 index 0000000..0c4b746 --- /dev/null +++ b/assets/sass/@primer/css/alerts/index.scss @@ -0,0 +1,3 @@ +// 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 new file mode 100644 index 0000000..398bc22 --- /dev/null +++ b/assets/sass/@primer/css/autocomplete/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..5c5d1f8 --- /dev/null +++ b/assets/sass/@primer/css/autocomplete/autocomplete.scss @@ -0,0 +1,43 @@ +// 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 new file mode 100644 index 0000000..f311c0c --- /dev/null +++ b/assets/sass/@primer/css/autocomplete/index.scss @@ -0,0 +1,4 @@ +// 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 new file mode 100644 index 0000000..5ac5421 --- /dev/null +++ b/assets/sass/@primer/css/autocomplete/suggester.scss @@ -0,0 +1,75 @@ +// 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 new file mode 100644 index 0000000..8fa16ff --- /dev/null +++ b/assets/sass/@primer/css/avatars/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..c2260a4 --- /dev/null +++ b/assets/sass/@primer/css/avatars/avatar-parent-child.scss @@ -0,0 +1,18 @@ +// .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 new file mode 100644 index 0000000..9d0247a --- /dev/null +++ b/assets/sass/@primer/css/avatars/avatar-stack.scss @@ -0,0 +1,145 @@ +// 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 new file mode 100644 index 0000000..a58c5a4 --- /dev/null +++ b/assets/sass/@primer/css/avatars/avatar.scss @@ -0,0 +1,22 @@ +.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 new file mode 100644 index 0000000..8553b3f --- /dev/null +++ b/assets/sass/@primer/css/avatars/circle-badge.scss @@ -0,0 +1,55 @@ +// 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 new file mode 100644 index 0000000..f5dfa93 --- /dev/null +++ b/assets/sass/@primer/css/avatars/index.scss @@ -0,0 +1,7 @@ +@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/base/README.md b/assets/sass/@primer/css/base/README.md new file mode 100644 index 0000000..4961486 --- /dev/null +++ b/assets/sass/@primer/css/base/README.md @@ -0,0 +1,25 @@ +--- +bundle: "base" +generated: true +--- + +# Primer CSS: `base` 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/base/index.scss"; +``` + +## Build + +The `@primer/css` npm package includes a standalone CSS build of this module in `dist/base.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/base/base.scss b/assets/sass/@primer/css/base/base.scss new file mode 100644 index 0000000..381fa89 --- /dev/null +++ b/assets/sass/@primer/css/base/base.scss @@ -0,0 +1,86 @@ +// stylelint-disable selector-max-type +* { + box-sizing: border-box; +} + +input, +select, +textarea, +button { + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + +body { + font-family: $body-font; + font-size: $body-font-size; + line-height: $body-line-height; + color: $text-gray-dark; + background-color: $bg-white; +} + +a { + color: $text-blue; + text-decoration: none; + + &:hover { + text-decoration: underline; + } +} + +b, +strong { + font-weight: $font-weight-bold; +} + +// Horizontal lines +// +// TODO-MDO: Remove `.rule` from everywhere and replace with `<hr>`s +hr, +.rule { + height: 0; + // stylelint-disable-next-line primer/spacing + margin: 15px 0; + overflow: hidden; + background: transparent; + border: 0; + // stylelint-disable-next-line primer/borders + border-bottom: $border-width $border-style lighten($gray-300, 5%); + @include clearfix(); +} + +// +// Remove most spacing between table cells. +// + +table { + border-spacing: 0; + border-collapse: collapse; +} + +td, +th { + padding: 0; +} + +button { + cursor: pointer; + // Remove border radius added by Chrome macOS + border-radius: 0; +} + +// increase the selector specificity for [hidden] +// so that it always overrides utility classes (.d-block, etc.) +[hidden][hidden] { + display: none !important; +} + +details { + summary { cursor: pointer; } + + &:not([open]) { + // Set details content hidden by default for browsers that don't do this + > *:not(summary) { display: none !important; } + } +} diff --git a/assets/sass/@primer/css/base/index.scss b/assets/sass/@primer/css/base/index.scss new file mode 100644 index 0000000..2c7f8b9 --- /dev/null +++ b/assets/sass/@primer/css/base/index.scss @@ -0,0 +1,6 @@ +@import "../support/index.scss"; + +@import "./normalize.scss"; +@import "./base.scss"; +@import "./kbd.scss"; +@import "./typography-base.scss"; diff --git a/assets/sass/@primer/css/base/kbd.scss b/assets/sass/@primer/css/base/kbd.scss new file mode 100644 index 0000000..7ee4503 --- /dev/null +++ b/assets/sass/@primer/css/base/kbd.scss @@ -0,0 +1,21 @@ +// Keyboard shortcuts +// stylelint-disable selector-max-type + +kbd { + display: inline-block; + // stylelint-disable-next-line primer/spacing + padding: ($spacer-1 - 1) ($spacer-1 + 1); + font: 11px $mono-font; + // stylelint-disable-next-line primer/typography + line-height: 10px; + // stylelint-disable-next-line primer/colors + color: $gray-700; + vertical-align: middle; + background-color: $bg-gray-light; + // stylelint-disable-next-line primer/borders + border: $border-style $border-width $border-gray-dark; + border-bottom-color: $border-gray-dark; + border-radius: $border-radius; + // stylelint-disable-next-line primer/box-shadow + box-shadow: inset 0 -1px 0 $border-gray-dark; +} diff --git a/assets/sass/@primer/css/base/normalize.scss b/assets/sass/@primer/css/base/normalize.scss new file mode 100644 index 0000000..95931e7 --- /dev/null +++ b/assets/sass/@primer/css/base/normalize.scss @@ -0,0 +1,421 @@ +// stylelint-disable +/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */ + +/** + * 1. Change the default font family in all browsers (opinionated). + * 2. Prevent adjustments of font size after orientation changes in IE and iOS. + */ + +html { + font-family: sans-serif; /* 1 */ + -ms-text-size-adjust: 100%; /* 2 */ + -webkit-text-size-adjust: 100%; /* 2 */ +} + +/** + * Remove the margin in all browsers (opinionated). + */ + +body { + margin: 0; +} + +/* HTML5 display definitions + ========================================================================== */ + +/** + * Add the correct display in IE 9-. + * 1. Add the correct display in Edge, IE, and Firefox. + * 2. Add the correct display in IE. + */ + +article, +aside, +details, /* 1 */ +figcaption, +figure, +footer, +header, +main, /* 2 */ +menu, +nav, +section { /* 1 */ + display: block; +} + +summary { + display: list-item; +} + +/** + * Add the correct display in IE 9-. + */ + +audio, +canvas, +progress, +video { + display: inline-block; +} + +/** + * Add the correct display in iOS 4-7. + */ + +audio:not([controls]) { + display: none; + height: 0; +} + +/** + * Add the correct vertical alignment in Chrome, Firefox, and Opera. + */ + +progress { + vertical-align: baseline; +} + +/** + * Add the correct display in IE 10-. + * 1. Add the correct display in IE. + */ + +template, /* 1 */ +[hidden] { + display: none !important; +} + +/* Links + ========================================================================== */ + +/** + * Remove the gray background on active links in IE 10. + */ + +a { + background-color: transparent; /* 1 */ +} + +/** + * Remove the outline on focused links when they are also active or hovered + * in all browsers (opinionated). + */ + +a:active, +a:hover { + outline-width: 0; +} + +/* Text-level semantics + ========================================================================== */ + +/** + * 1. Remove the bottom border in Firefox 39-. + * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. + */ + +abbr[title] { + border-bottom: none; /* 1 */ + text-decoration: underline; /* 2 */ + text-decoration: underline dotted; /* 2 */ +} + +/** + * Prevent the duplicate application of `bolder` by the next rule in Safari 6. + */ + +b, +strong { + font-weight: inherit; +} + +/** + * Add the correct font weight in Chrome, Edge, and Safari. + */ + +b, +strong { + font-weight: bolder; +} + +/** + * Add the correct font style in Android 4.3-. + */ + +dfn { + font-style: italic; +} + +/** + * Correct the font size and margin on `h1` elements within `section` and + * `article` contexts in Chrome, Firefox, and Safari. + */ + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/** + * Add the correct background and color in IE 9-. + */ + +mark { + background-color: #ff0; + color: $text-black; +} + +/** + * Add the correct font size in all browsers. + */ + +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` elements from affecting the line height in + * all browsers. + */ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +/* Embedded content + ========================================================================== */ + +/** + * Remove the border on images inside links in IE 10-. + */ + +img { + border-style: none; +} + +/** + * Hide the overflow in IE. + */ + +svg:not(:root) { + overflow: hidden; +} + +/* Grouping content + ========================================================================== */ + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + +code, +kbd, +pre, +samp { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ +} + +/** + * Add the correct margin in IE 8. + */ + +figure { + margin: 1em $spacer-6; +} + +/** + * 1. Add the correct box sizing in Firefox. + * 2. Show the overflow in Edge and IE. + */ + +hr { + box-sizing: content-box; /* 1 */ + height: 0; /* 1 */ + overflow: visible; /* 2 */ +} + +/* Forms + ========================================================================== */ + +/** + * 1. Change font properties to `inherit` in all browsers (opinionated). + * 2. Remove the margin in Firefox and Safari. + */ + +button, +input, +select, +textarea { + font: inherit; /* 1 */ + margin: 0; /* 2 */ +} + +/** + * Restore the font weight unset by the previous rule. + */ + +optgroup { + font-weight: $font-weight-bold; +} + +/** + * Show the overflow in IE. + * 1. Show the overflow in Edge. + */ + +button, +input { /* 1 */ + overflow: visible; +} + +/** + * Remove the inheritance of text transform in Edge, Firefox, and IE. + * 1. Remove the inheritance of text transform in Firefox. + */ + +button, +select { /* 1 */ + text-transform: none; +} + +/** + * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` + * controls in Android 4. + * 2. Correct the inability to style clickable types in iOS and Safari. + */ + +button, +html [type="button"], /* 1 */ +[type="reset"], +[type="submit"] { + -webkit-appearance: button; /* 2 */ +} + +/** + * Remove the inner border and padding in Firefox. + */ + +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + border-style: none; + padding: 0; +} + +/** + * Restore the focus styles unset by the previous rule. + */ + +button:-moz-focusring, +[type="button"]:-moz-focusring, +[type="reset"]:-moz-focusring, +[type="submit"]:-moz-focusring { + outline: 1px dotted ButtonText; +} + +/** + * Change the border, margin, and padding in all browsers (opinionated). + */ + +fieldset { + border: $border-width $border-style #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em $em-spacer-6; +} + +/** + * 1. Correct the text wrapping in Edge and IE. + * 2. Correct the color inheritance from `fieldset` elements in IE. + * 3. Remove the padding so developers are not caught out when they zero out + * `fieldset` elements in all browsers. + */ + +legend { + box-sizing: border-box; /* 1 */ + color: inherit; /* 2 */ + display: table; /* 1 */ + max-width: 100%; /* 1 */ + padding: 0; /* 3 */ + white-space: normal; /* 1 */ +} + +/** + * Remove the default vertical scrollbar in IE. + */ + +textarea { + overflow: auto; +} + +/** + * 1. Add the correct box sizing in IE 10-. + * 2. Remove the padding in IE 10-. + */ + +[type="checkbox"], +[type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Correct the cursor style of increment and decrement buttons in Chrome. + */ + +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Correct the odd appearance in Chrome and Safari. + * 2. Correct the outline style in Safari. + */ + +[type="search"] { + -webkit-appearance: textfield; /* 1 */ + outline-offset: -2px; /* 2 */ +} + +/** + * Remove the inner padding and cancel buttons in Chrome and Safari on OS X. + */ + +[type="search"]::-webkit-search-cancel-button, +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * Correct the text style of placeholders in Chrome, Edge, and Safari. + */ + +::-webkit-input-placeholder { + color: inherit; + opacity: 0.54; +} + +/** + * 1. Correct the inability to style clickable types in iOS and Safari. + * 2. Change font properties to `inherit` in Safari. + */ + +::-webkit-file-upload-button { + -webkit-appearance: button; /* 1 */ + font: inherit; /* 2 */ +} diff --git a/assets/sass/@primer/css/base/typography-base.scss b/assets/sass/@primer/css/base/typography-base.scss new file mode 100644 index 0000000..83eb995 --- /dev/null +++ b/assets/sass/@primer/css/base/typography-base.scss @@ -0,0 +1,88 @@ +// Headings +// -------------------------------------------------- +// stylelint-disable selector-max-type +h1, +h2, +h3, +h4, +h5, +h6 { + margin-top: 0; + margin-bottom: 0; +} + +h1 { @include h1; } +h2 { @include h2; } +h3 { @include h3; } +h4 { @include h4; } +h5 { @include h5; } +h6 { @include h6; } + +// Body text +// -------------------------------------------------- + +p { + margin-top: 0; + // stylelint-disable-next-line primer/spacing + margin-bottom: 10px; +} + +small { + // stylelint-disable-next-line primer/typography + font-size: 90%; +} + +blockquote { + margin: 0; +} + +// Lists +// -------------------------------------------------- + +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; +} + +// Code +// -------------------------------------------------- + +tt, +code { + font-family: $mono-font; + font-size: $font-size-small; +} + +pre { + margin-top: 0; + margin-bottom: 0; + font-family: $mono-font; + font-size: $font-size-small; +} + +// Octicons +// -------------------------------------------------- + +// Move this over here as a temporary override to the octicons source repo +// instead of updating that upstream. +.octicon { + vertical-align: text-bottom; +} diff --git a/assets/sass/@primer/css/bin/primer-migrate b/assets/sass/@primer/css/bin/primer-migrate new file mode 100644 index 0000000..fb250c1 --- /dev/null +++ b/assets/sass/@primer/css/bin/primer-migrate @@ -0,0 +1,86 @@ +#!/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 new file mode 100644 index 0000000..65962ed --- /dev/null +++ b/assets/sass/@primer/css/blankslate/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..e352daa --- /dev/null +++ b/assets/sass/@primer/css/blankslate/blankslate.scss @@ -0,0 +1,67 @@ +// 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 new file mode 100644 index 0000000..9fda17f --- /dev/null +++ b/assets/sass/@primer/css/blankslate/index.scss @@ -0,0 +1,3 @@ +@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 new file mode 100644 index 0000000..3085146 --- /dev/null +++ b/assets/sass/@primer/css/box/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..af65ccd --- /dev/null +++ b/assets/sass/@primer/css/box/box.scss @@ -0,0 +1,298 @@ +// 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 new file mode 100644 index 0000000..f4157ba --- /dev/null +++ b/assets/sass/@primer/css/box/index.scss @@ -0,0 +1,2 @@ +@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 new file mode 100644 index 0000000..8408e26 --- /dev/null +++ b/assets/sass/@primer/css/branch-name/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..1515b21 --- /dev/null +++ b/assets/sass/@primer/css/branch-name/branch-name.scss @@ -0,0 +1,25 @@ +// 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 new file mode 100644 index 0000000..3413cc5 --- /dev/null +++ b/assets/sass/@primer/css/branch-name/index.scss @@ -0,0 +1,3 @@ +// 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 new file mode 100644 index 0000000..0abb273 --- /dev/null +++ b/assets/sass/@primer/css/breadcrumb/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..bba7709 --- /dev/null +++ b/assets/sass/@primer/css/breadcrumb/breadcrumb.scss @@ -0,0 +1,28 @@ +.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 new file mode 100644 index 0000000..2b95a88 --- /dev/null +++ b/assets/sass/@primer/css/breadcrumb/index.scss @@ -0,0 +1,3 @@ +// 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 new file mode 100644 index 0000000..3489e3a --- /dev/null +++ b/assets/sass/@primer/css/buttons/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..429fad9 --- /dev/null +++ b/assets/sass/@primer/css/buttons/button-group.scss @@ -0,0 +1,91 @@ +// 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 new file mode 100644 index 0000000..5bdd90a --- /dev/null +++ b/assets/sass/@primer/css/buttons/button.scss @@ -0,0 +1,201 @@ +// 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 new file mode 100644 index 0000000..fcb71f3 --- /dev/null +++ b/assets/sass/@primer/css/buttons/index.scss @@ -0,0 +1,4 @@ +@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 new file mode 100644 index 0000000..dcf6f7b --- /dev/null +++ b/assets/sass/@primer/css/buttons/misc.scss @@ -0,0 +1,90 @@ +// 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 new file mode 100644 index 0000000..8d14b44 --- /dev/null +++ b/assets/sass/@primer/css/core/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..ec97269 --- /dev/null +++ b/assets/sass/@primer/css/core/index.scss @@ -0,0 +1,28 @@ +/*! + * @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 new file mode 100644 index 0000000..2520e72 --- /dev/null +++ b/assets/sass/@primer/css/deprecations.js @@ -0,0 +1,164 @@ +/* + * 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 new file mode 100644 index 0000000..7ff36a7 --- /dev/null +++ b/assets/sass/@primer/css/dist/alerts.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..6ec2d71 --- /dev/null +++ b/assets/sass/@primer/css/dist/alerts.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..20d2bf4 --- /dev/null +++ b/assets/sass/@primer/css/dist/alerts.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..f59f037 --- /dev/null +++ b/assets/sass/@primer/css/dist/autocomplete.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..8c1c61e --- /dev/null +++ b/assets/sass/@primer/css/dist/autocomplete.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..7a5283e --- /dev/null +++ b/assets/sass/@primer/css/dist/autocomplete.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..a44ff94 --- /dev/null +++ b/assets/sass/@primer/css/dist/avatars.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..ff3a52b --- /dev/null +++ b/assets/sass/@primer/css/dist/avatars.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..9459c6b --- /dev/null +++ b/assets/sass/@primer/css/dist/avatars.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..87caecb --- /dev/null +++ b/assets/sass/@primer/css/dist/base.css @@ -0,0 +1,3 @@ +/*! 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 new file mode 100644 index 0000000..e683caf --- /dev/null +++ b/assets/sass/@primer/css/dist/base.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..8f7db7d --- /dev/null +++ b/assets/sass/@primer/css/dist/base.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..70dfc54 --- /dev/null +++ b/assets/sass/@primer/css/dist/blankslate.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..a82b85b --- /dev/null +++ b/assets/sass/@primer/css/dist/blankslate.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..70516f2 --- /dev/null +++ b/assets/sass/@primer/css/dist/blankslate.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..37b0db5 --- /dev/null +++ b/assets/sass/@primer/css/dist/box.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..0a525d8 --- /dev/null +++ b/assets/sass/@primer/css/dist/box.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..e03ead9 --- /dev/null +++ b/assets/sass/@primer/css/dist/box.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..2dab66e --- /dev/null +++ b/assets/sass/@primer/css/dist/branch-name.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..7f28c5b --- /dev/null +++ b/assets/sass/@primer/css/dist/branch-name.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..804135e --- /dev/null +++ b/assets/sass/@primer/css/dist/branch-name.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..2bd38f5 --- /dev/null +++ b/assets/sass/@primer/css/dist/breadcrumb.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..ffeb560 --- /dev/null +++ b/assets/sass/@primer/css/dist/breadcrumb.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..cad5733 --- /dev/null +++ b/assets/sass/@primer/css/dist/breadcrumb.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..03cc9ea --- /dev/null +++ b/assets/sass/@primer/css/dist/buttons.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..60c1771 --- /dev/null +++ b/assets/sass/@primer/css/dist/buttons.css.map @@ -0,0 +1 @@ +{"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":"AAGA,KACE,iBAAkB,CAClB,oBAAqB,CAErB,gBAAiB,CACjB,cCgCmB,CD/BnB,eCcoB,CDZpB,gBAAiB,CACjB,kBAAmB,CACnB,qBAAsB,CACtB,cAAe,CACf,wBAAiB,CAAjB,qBAAiB,CAAjB,oBAAiB,CAAjB,gBAAiB,CACjB,0BAA2B,CAC3B,6BAA8B,CAC9B,yBAA0B,CAC1B,mCElBa,CFoBb,oBAAqB,CACrB,uBAAY,CAAZ,oBAAY,CAAZ,eAAgB,CAnBlB,OAsBI,iBAAkB,CAClB,eCFsB,CDGtB,YAAa,CAxBjB,cA4BI,uBAAwB,CA5B5B,cAiCI,aEvBqB,CFwBrB,gBAAiB,CAEjB,mCEtCW,CFEf,WAwCI,oBAAqB,CACrB,0BAA2B,CAzC/B,WA6CI,SAAU,CA7Cd,qDAmDI,cAAe,CAEf,uBAAwB,CArD5B,mDA2DI,qBAAsB,CACvB,KG3DD,aDYuB,CCXvB,wBH6DiF,CG5DjF,kEAA4D,CAG1D,sBAEE,0CDamB,CCZpB,sBAIC,wBAAkC,CAClC,kEAAoF,CACpF,yBAAoC,CACpC,gCDlBS,CCmBV,+DAMC,wBAAkD,CAClD,qBAAsB,CACtB,gCD3BS,CC4BT,mDD5BS,CC6BV,qDAKC,wBDnBmB,CCoBnB,wBH8B6E,CG7B7E,qBAAsB,CACtB,+BDrCS,CCsCT,eAAgB,CACjB,aApCH,UDFU,CCGV,wBD+BuB,CC9BvB,kEAA4D,CAsC1D,sCAEE,0CDXmB,CCYpB,sCAIC,wBAAkC,CAClC,kEAAoF,CACpF,yBAAoC,CACpC,+BDrDS,CCsDV,+FAMC,wBAAiD,CACjD,qBAAsB,CACtB,+BD9DS,CC+DT,mDD/DS,CCgEV,6EAKC,4BDpEM,CCqEN,wBAAwC,CACxC,qBAAsB,CACtB,+BDxES,CCyET,eAAgB,CACjB,sBAGC,aAAsB,CACtB,qBD7EM,CC8EP,UA5EH,UDFU,CCGV,wBH+D0F,CG9D1F,kEAA4D,CAsC1D,gCAEE,0CHsB+D,CGrBhE,gCAIC,wBAAkC,CAClC,kEAAoF,CACpF,yBAAoC,CACpC,+BDrDS,CCsDV,mFAMC,wBAAiD,CACjD,qBAAsB,CACtB,+BD9DS,CC+DT,mDD/DS,CCgEV,oEAKC,4BDpEM,CCqEN,wBAAwC,CACxC,qBAAsB,CACtB,+BDxES,CCyET,eAAgB,CACjB,mBAGC,aAAsB,CACtB,qBD7EM,CC8EP,YAMH,aDbuB,CCcvB,wBDhFuB,CCiFvB,kEAA4D,CAE5D,kBACE,0CDlBqB,CCmBtB,kBAGC,UD7FQ,CC8FR,wBDvBqB,CCwBrB,kEAA+E,CAC/E,+BDjGW,CCmGX,2BACE,UDnGM,CCoGP,2FAOD,UD3GQ,CC4GR,wBAAoC,CACpC,qBAAsB,CACtB,+BD/GW,CCgHX,mDDhHW,CCiHZ,0EAKC,yBD9CqB,CC+CrB,wBHnD0E,CGoD1E,qBAAsB,CACtB,+BDzHW,CC0HX,eAAgB,CACjB,aAKD,aDzGuB,CC0GvB,qBDhIU,CCiIV,qBAAsB,CAEtB,sBACE,oCDrIW,CCsIZ,kHAOC,UD5IQ,CC6IR,wBDvHqB,CCwHrB,qBAAsB,CACtB,oBDzHqB,CC2HrB,+JACE,aD5HmB,CC6HnB,qBDnJM,CCoJP,mBAID,oBDlIqB,CCmIrB,0CDnIqB,CCoItB,6EAKC,wBDhKW,CCiKX,qBDhKQ,CCiKR,gCDlKW,CCmKX,eAAgB,CACjB,gBHpFD,UAAW,CACX,yBAA0B,CAC1B,4BAA6B,CAC9B,QAOC,gBAAiB,CACjB,cCxEoB,CD0EpB,gBAAiB,CAClB,WAIC,oBAA4B,CAC5B,iBAAkB,CAElB,iBAAkB,CACnB,WAMC,aAAc,CACd,UAAW,CACX,iBAAkB,CACnB,UAMC,oBAAqB,CACrB,SAAU,CACV,iBAAkB,CAClB,aEjGuB,CFkGvB,oBAAqB,CACrB,kBAAmB,CACnB,cAAe,CACf,wBAAiB,CAAjB,qBAAiB,CAAjB,oBAAiB,CAAjB,gBAAiB,CACjB,4BAA6B,CAC7B,QAAS,CACT,uBAAY,CAAZ,oBAAY,CAAZ,eAAgB,CAXlB,gBAcI,yBAA0B,CAd9B,8GAsBM,yBE9HmB,CF+HnB,cAAe,CAChB,eAQH,aE7HuB,CF8HvB,qBEpJU,CFqJV,qBAAsB,CACtB,QAAS,CAJX,wMAaI,aEzIqB,CF0IrB,eAAgB,CAChB,YAAa,CACb,eAAgB,CACjB,aAOD,oBAAqB,CAErB,WAAY,CAEZ,eAAgB,CAChB,aCpJoB,CDqJpB,aErKuB,CFsKvB,qBAAsB,CAGtB,sBAAuB,CACvB,QAAS,CAZX,mBAcY,aEjKa,CFmJzB,uDAmBI,aEnLqB,CFoLrB,cAAe,CApBnB,mEAuBc,aEvLW,CFuLS,0BAKhC,aE9HuB,CF+HxB,UIlMC,oBAAqB,CACrB,qBAAsB,CCwCtB,kBACE,aAAc,CACd,UAAW,CACZ,iBAGC,aAAc,CACd,UAAW,CACX,UAAW,CACZ,mCD3CC,eEsByB,CFrB1B,eAID,iBAAkB,CAClB,UAAW,CACX,oBAAqB,CACrB,eAAgB,CAJlB,2BAOI,0BGjBe,CHkBf,6BGlBe,CHUnB,0BAYI,sBG1Bc,CH2Bd,2BGvBe,CHwBf,8BGxBe,CHUnB,2HAsBI,sBGpCc,CHclB,ieA0BM,mBAAoB,CACrB,iBAKH,UAAW,CADb,4CAII,0BG7Ce,CH8Cf,6BG9Ce,CHyCnB,2CASI,sBGtDc,CHuDd,2BGnDe,CHoDf,8BGpDe,CHyCnB,gCAeI,oBAAqB,CACrB,eAAgB,CAhBpB,gNAyBM,sBGtEY,CH6ClB,qfA8BM,mBAAoB,CACrB,0FASD,SAAU,CACX,cInFD,SAAU,CACV,sBAAuB,CACvB,QAAS,CACT,YAAa,CACd,sBAMC,aAAc,CADhB,6BAII,iBAAkB,CAClB,QAAS,CACT,oBAAqB,CAErB,eAAgB,CAChB,aAAc,CACf,2CAKD,oBAAqB,CACrB,WAAY,CAEZ,iBAAkB,CAClB,cPdoB,COepB,ePZoB,COcpB,eAAgB,CAEhB,aNzBuB,CM0BvB,oBAAqB,CACrB,qBAAsB,CAEtB,kBAAkC,CAClC,QAAS,CAET,iBAAkB,CAlBpB,uDAqBI,oBAAqB,CAErB,wBAAuC,CAvB3C,yDA2BI,UNrDQ,CMuDR,wBNlCqB,CMmCtB,cAOD,UAAW,CAEX,gBAAiB,CACjB,cPhDoB,COiDpB,eP9CoB,COgDpB,gBAAiB,CACjB,aNxDuB,CMyDvB,qBAAsB,CACtB,qBNxEU,CMyEV,mCN1Ea,CM2Eb,aAAc,CACd,2BDtEiB,CCuEjB,8BDvEiB,CCyDnB,yCAkBI,oBAAqB,CAlBzB,oBAsBI,aN9DqB,CM+DrB,cAAe","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 new file mode 100644 index 0000000..775088e --- /dev/null +++ b/assets/sass/@primer/css/dist/buttons.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..57fad59 --- /dev/null +++ b/assets/sass/@primer/css/dist/core.css @@ -0,0 +1,8 @@ +/*! + * @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 new file mode 100644 index 0000000..f1c5746 --- /dev/null +++ b/assets/sass/@primer/css/dist/core.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..bbc5016 --- /dev/null +++ b/assets/sass/@primer/css/dist/core.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..5819f4b --- /dev/null +++ b/assets/sass/@primer/css/dist/deprecations.json @@ -0,0 +1,394 @@ +{ + "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 new file mode 100644 index 0000000..48a333f --- /dev/null +++ b/assets/sass/@primer/css/dist/dropdown.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..8eb4349 --- /dev/null +++ b/assets/sass/@primer/css/dist/dropdown.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..79006f3 --- /dev/null +++ b/assets/sass/@primer/css/dist/dropdown.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..3ba7709 --- /dev/null +++ b/assets/sass/@primer/css/dist/forms.css @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..f5ff6ac --- /dev/null +++ b/assets/sass/@primer/css/dist/forms.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..a3089b1 --- /dev/null +++ b/assets/sass/@primer/css/dist/forms.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..aeb9a17 --- /dev/null +++ b/assets/sass/@primer/css/dist/header.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..53e2ea2 --- /dev/null +++ b/assets/sass/@primer/css/dist/header.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..5986dfb --- /dev/null +++ b/assets/sass/@primer/css/dist/header.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..4b50a20 --- /dev/null +++ b/assets/sass/@primer/css/dist/labels.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..007eb18 --- /dev/null +++ b/assets/sass/@primer/css/dist/labels.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..f3bd9e0 --- /dev/null +++ b/assets/sass/@primer/css/dist/labels.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..ac14852 --- /dev/null +++ b/assets/sass/@primer/css/dist/layout.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..5ec7da5 --- /dev/null +++ b/assets/sass/@primer/css/dist/layout.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..fdf0bcd --- /dev/null +++ b/assets/sass/@primer/css/dist/layout.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..1f3a98e --- /dev/null +++ b/assets/sass/@primer/css/dist/loaders.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..f325aea --- /dev/null +++ b/assets/sass/@primer/css/dist/loaders.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..b2f13c1 --- /dev/null +++ b/assets/sass/@primer/css/dist/loaders.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..b94cbf8 --- /dev/null +++ b/assets/sass/@primer/css/dist/markdown.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..881366b --- /dev/null +++ b/assets/sass/@primer/css/dist/markdown.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..dd857d4 --- /dev/null +++ b/assets/sass/@primer/css/dist/markdown.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..572d726 --- /dev/null +++ b/assets/sass/@primer/css/dist/marketing-buttons.css @@ -0,0 +1,3 @@ +@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 new file mode 100644 index 0000000..4fe3d0d --- /dev/null +++ b/assets/sass/@primer/css/dist/marketing-buttons.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..76d3b83 --- /dev/null +++ b/assets/sass/@primer/css/dist/marketing-buttons.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..5936fca --- /dev/null +++ b/assets/sass/@primer/css/dist/marketing-support.css @@ -0,0 +1,3 @@ +@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 new file mode 100644 index 0000000..67d8999 --- /dev/null +++ b/assets/sass/@primer/css/dist/marketing-support.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..8b319f9 --- /dev/null +++ b/assets/sass/@primer/css/dist/marketing-support.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..aabb5bc --- /dev/null +++ b/assets/sass/@primer/css/dist/marketing-type.css @@ -0,0 +1,3 @@ +@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 new file mode 100644 index 0000000..638e163 --- /dev/null +++ b/assets/sass/@primer/css/dist/marketing-type.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..117f318 --- /dev/null +++ b/assets/sass/@primer/css/dist/marketing-type.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..940823c --- /dev/null +++ b/assets/sass/@primer/css/dist/marketing-utilities.css @@ -0,0 +1,3 @@ +@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 new file mode 100644 index 0000000..ba668a6 --- /dev/null +++ b/assets/sass/@primer/css/dist/marketing-utilities.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..7e57f80 --- /dev/null +++ b/assets/sass/@primer/css/dist/marketing-utilities.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..4444f92 --- /dev/null +++ b/assets/sass/@primer/css/dist/marketing.css @@ -0,0 +1,8 @@ +/*! + * @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 new file mode 100644 index 0000000..9f3ba52 --- /dev/null +++ b/assets/sass/@primer/css/dist/marketing.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..e113d33 --- /dev/null +++ b/assets/sass/@primer/css/dist/marketing.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..ec388a9 --- /dev/null +++ b/assets/sass/@primer/css/dist/meta.json @@ -0,0 +1,512 @@ +{ + "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 new file mode 100644 index 0000000..7bd109e --- /dev/null +++ b/assets/sass/@primer/css/dist/navigation.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..37ac388 --- /dev/null +++ b/assets/sass/@primer/css/dist/navigation.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..5bf730d --- /dev/null +++ b/assets/sass/@primer/css/dist/navigation.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..96c2394 --- /dev/null +++ b/assets/sass/@primer/css/dist/pagination.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..dbefce5 --- /dev/null +++ b/assets/sass/@primer/css/dist/pagination.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..f174d90 --- /dev/null +++ b/assets/sass/@primer/css/dist/pagination.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..1765a4b --- /dev/null +++ b/assets/sass/@primer/css/dist/popover.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..99a8fd4 --- /dev/null +++ b/assets/sass/@primer/css/dist/popover.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..1072ff8 --- /dev/null +++ b/assets/sass/@primer/css/dist/popover.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..48b30a9 --- /dev/null +++ b/assets/sass/@primer/css/dist/primer.css @@ -0,0 +1,23 @@ +/*! + * 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 new file mode 100644 index 0000000..a91a257 --- /dev/null +++ b/assets/sass/@primer/css/dist/primer.css.map @@ -0,0 +1 @@ +{"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":"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B,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 new file mode 100644 index 0000000..0c81f8e --- /dev/null +++ b/assets/sass/@primer/css/dist/primer.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..532a75e --- /dev/null +++ b/assets/sass/@primer/css/dist/product.css @@ -0,0 +1,8 @@ +/*! + * @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 new file mode 100644 index 0000000..dd28996 --- /dev/null +++ b/assets/sass/@primer/css/dist/product.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..17188c6 --- /dev/null +++ b/assets/sass/@primer/css/dist/product.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..cfa76b0 --- /dev/null +++ b/assets/sass/@primer/css/dist/progress.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..ee6a3cd --- /dev/null +++ b/assets/sass/@primer/css/dist/progress.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..da772fe --- /dev/null +++ b/assets/sass/@primer/css/dist/progress.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..9113172 --- /dev/null +++ b/assets/sass/@primer/css/dist/select-menu.css @@ -0,0 +1,3 @@ +@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 new file mode 100644 index 0000000..797e8e4 --- /dev/null +++ b/assets/sass/@primer/css/dist/select-menu.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..963749b --- /dev/null +++ b/assets/sass/@primer/css/dist/select-menu.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..0c908ac --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/alerts.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..503c84a --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/autocomplete.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..2492603 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/avatars.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..7f856a8 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/base.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..cf98833 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/blankslate.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..c246ff5 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/box.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..499e3e2 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/branch-name.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..47ad2ec --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/breadcrumb.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..89d420a --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/buttons.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..eb4f469 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/core.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..5119c6d --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/dropdown.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..8950b15 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/forms.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..86ad9c0 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/header.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..5a864c2 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/labels.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..b7c2197 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/layout.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..d91e2d8 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/loaders.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..ec98a22 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/markdown.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..f2450c4 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/marketing-buttons.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..ae5ea40 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/marketing-support.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..a8909b0 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/marketing-type.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..39c4086 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/marketing-utilities.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..cdc7d73 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/marketing.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..4250182 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/navigation.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..667f7a1 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/pagination.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..c0aa793 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/popover.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..37c39e2 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/primer.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..13a974c --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/product.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..26eeda6 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/progress.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..ac10978 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/select-menu.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..462a071 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/subhead.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..bfdd904 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/support.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..019ce2f --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/table-object.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..e43b0e1 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/timeline.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..a7f53c3 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/toasts.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..a824c71 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/tooltips.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..a474ada --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/truncate.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..9e5c231 --- /dev/null +++ b/assets/sass/@primer/css/dist/stats/utilities.json @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..7792523 --- /dev/null +++ b/assets/sass/@primer/css/dist/subhead.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..3676c2c --- /dev/null +++ b/assets/sass/@primer/css/dist/subhead.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..cbc38e2 --- /dev/null +++ b/assets/sass/@primer/css/dist/subhead.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..1fb498c --- /dev/null +++ b/assets/sass/@primer/css/dist/support.css @@ -0,0 +1,2 @@ + +/*# 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 new file mode 100644 index 0000000..e4fec3c --- /dev/null +++ b/assets/sass/@primer/css/dist/support.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..0a750fd --- /dev/null +++ b/assets/sass/@primer/css/dist/support.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..f4844ee --- /dev/null +++ b/assets/sass/@primer/css/dist/table-object.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..d1bec9a --- /dev/null +++ b/assets/sass/@primer/css/dist/table-object.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..a908a96 --- /dev/null +++ b/assets/sass/@primer/css/dist/table-object.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..ac7b88a --- /dev/null +++ b/assets/sass/@primer/css/dist/timeline.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..d4abbac --- /dev/null +++ b/assets/sass/@primer/css/dist/timeline.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..8b8983e --- /dev/null +++ b/assets/sass/@primer/css/dist/timeline.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..300996f --- /dev/null +++ b/assets/sass/@primer/css/dist/toasts.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..2e887e9 --- /dev/null +++ b/assets/sass/@primer/css/dist/toasts.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..2ed5fcf --- /dev/null +++ b/assets/sass/@primer/css/dist/toasts.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..3a5e523 --- /dev/null +++ b/assets/sass/@primer/css/dist/tooltips.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..468d437 --- /dev/null +++ b/assets/sass/@primer/css/dist/tooltips.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..1a0d3f2 --- /dev/null +++ b/assets/sass/@primer/css/dist/tooltips.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..3b246f4 --- /dev/null +++ b/assets/sass/@primer/css/dist/truncate.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..10f6a6a --- /dev/null +++ b/assets/sass/@primer/css/dist/truncate.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..1f6afd7 --- /dev/null +++ b/assets/sass/@primer/css/dist/truncate.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..b8e9e69 --- /dev/null +++ b/assets/sass/@primer/css/dist/utilities.css @@ -0,0 +1,3 @@ +.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 new file mode 100644 index 0000000..db0299f --- /dev/null +++ b/assets/sass/@primer/css/dist/utilities.css.map @@ -0,0 +1 @@ +{"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 new file mode 100644 index 0000000..e67fc17 --- /dev/null +++ b/assets/sass/@primer/css/dist/utilities.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..5e0c2cd --- /dev/null +++ b/assets/sass/@primer/css/dist/variables.json @@ -0,0 +1,2802 @@ +{ + "$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 new file mode 100644 index 0000000..48e9c4b --- /dev/null +++ b/assets/sass/@primer/css/dropdown/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..d8fea5f --- /dev/null +++ b/assets/sass/@primer/css/dropdown/dropdown.scss @@ -0,0 +1,327 @@ +.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 new file mode 100644 index 0000000..03e0249 --- /dev/null +++ b/assets/sass/@primer/css/dropdown/index.scss @@ -0,0 +1,2 @@ +@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 differnew file mode 100644 index 0000000..d196122 --- /dev/null +++ b/assets/sass/@primer/css/fonts/Inter-Bold.woff diff --git a/assets/sass/@primer/css/fonts/Inter-Medium.woff b/assets/sass/@primer/css/fonts/Inter-Medium.woff Binary files differnew file mode 100644 index 0000000..c16b02f --- /dev/null +++ b/assets/sass/@primer/css/fonts/Inter-Medium.woff diff --git a/assets/sass/@primer/css/fonts/Inter-Regular.woff b/assets/sass/@primer/css/fonts/Inter-Regular.woff Binary files differnew file mode 100644 index 0000000..e267a73 --- /dev/null +++ b/assets/sass/@primer/css/fonts/Inter-Regular.woff diff --git a/assets/sass/@primer/css/forms/README.md b/assets/sass/@primer/css/forms/README.md new file mode 100644 index 0000000..e092504 --- /dev/null +++ b/assets/sass/@primer/css/forms/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..778f320 --- /dev/null +++ b/assets/sass/@primer/css/forms/form-control.scss @@ -0,0 +1,259 @@ +// 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 new file mode 100644 index 0000000..c8db050 --- /dev/null +++ b/assets/sass/@primer/css/forms/form-group.scss @@ -0,0 +1,265 @@ +// 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 new file mode 100644 index 0000000..ac98967 --- /dev/null +++ b/assets/sass/@primer/css/forms/form-select.scss @@ -0,0 +1,39 @@ +// 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 new file mode 100644 index 0000000..a6b49c8 --- /dev/null +++ b/assets/sass/@primer/css/forms/form-validation.scss @@ -0,0 +1,365 @@ +// 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 new file mode 100644 index 0000000..aab50b7 --- /dev/null +++ b/assets/sass/@primer/css/forms/index.scss @@ -0,0 +1,7 @@ +@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 new file mode 100644 index 0000000..7cae4ee --- /dev/null +++ b/assets/sass/@primer/css/forms/input-group.scss @@ -0,0 +1,53 @@ +.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 new file mode 100644 index 0000000..fb6c0cd --- /dev/null +++ b/assets/sass/@primer/css/forms/radio-group.scss @@ -0,0 +1,43 @@ +// 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 new file mode 100644 index 0000000..a6938ea --- /dev/null +++ b/assets/sass/@primer/css/header/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..6549f9d --- /dev/null +++ b/assets/sass/@primer/css/header/header.scss @@ -0,0 +1,37 @@ +.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 new file mode 100644 index 0000000..2301d32 --- /dev/null +++ b/assets/sass/@primer/css/header/index.scss @@ -0,0 +1,2 @@ +@import "../support/index.scss"; +@import "./header.scss"; diff --git a/assets/sass/@primer/css/index.scss b/assets/sass/@primer/css/index.scss new file mode 100644 index 0000000..f147da4 --- /dev/null +++ b/assets/sass/@primer/css/index.scss @@ -0,0 +1,16 @@ +/*! + * 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 new file mode 100644 index 0000000..c9fe446 --- /dev/null +++ b/assets/sass/@primer/css/labels/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..cb543b2 --- /dev/null +++ b/assets/sass/@primer/css/labels/counters.scss @@ -0,0 +1,30 @@ +// 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 new file mode 100644 index 0000000..69feb40 --- /dev/null +++ b/assets/sass/@primer/css/labels/diffstat.scss @@ -0,0 +1,33 @@ +// 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 new file mode 100644 index 0000000..c8632f8 --- /dev/null +++ b/assets/sass/@primer/css/labels/index.scss @@ -0,0 +1,6 @@ +@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 new file mode 100644 index 0000000..9ac1117 --- /dev/null +++ b/assets/sass/@primer/css/labels/issue-labels.scss @@ -0,0 +1,45 @@ +// 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 new file mode 100644 index 0000000..06c799f --- /dev/null +++ b/assets/sass/@primer/css/labels/labels.scss @@ -0,0 +1,68 @@ +// 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 new file mode 100644 index 0000000..6be0605 --- /dev/null +++ b/assets/sass/@primer/css/labels/states.scss @@ -0,0 +1,40 @@ +// 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/layout/README.md b/assets/sass/@primer/css/layout/README.md new file mode 100644 index 0000000..3d078ce --- /dev/null +++ b/assets/sass/@primer/css/layout/README.md @@ -0,0 +1,25 @@ +--- +bundle: "layout" +generated: true +--- + +# Primer CSS: `layout` 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/layout/index.scss"; +``` + +## Build + +The `@primer/css` npm package includes a standalone CSS build of this module in `dist/layout.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/layout/container.scss b/assets/sass/@primer/css/layout/container.scss new file mode 100644 index 0000000..7e70a6b --- /dev/null +++ b/assets/sass/@primer/css/layout/container.scss @@ -0,0 +1,30 @@ +// Fixed-width, centered column for site content. +// Handy container styles that match our breakpoints + +// 544px +.container-sm { + max-width: $width-sm; + margin-right: auto; + margin-left: auto; +} + +// 768px +.container-md { + max-width: $container-md; + margin-right: auto; + margin-left: auto; +} + +// 1004px - this matches the current fixed width: 980px + padding: px-3 +.container-lg { + max-width: $container-lg; + margin-right: auto; + margin-left: auto; +} + +// 1280px +.container-xl { + max-width: $container-xl; + margin-right: auto; + margin-left: auto; +} diff --git a/assets/sass/@primer/css/layout/grid-offset.scss b/assets/sass/@primer/css/layout/grid-offset.scss new file mode 100644 index 0000000..bc2115d --- /dev/null +++ b/assets/sass/@primer/css/layout/grid-offset.scss @@ -0,0 +1,19 @@ +// Optional offset options to work with grid.scss + +// Offset Columns + +@each $breakpoint, $variant in $responsive-variants { + @include breakpoint($breakpoint) { + .offset#{$variant}-1 { margin-left: (1 / 12 * 100%) !important; } + .offset#{$variant}-2 { margin-left: (2 / 12 * 100%) !important; } + .offset#{$variant}-3 { margin-left: (3 / 12 * 100%) !important; } + .offset#{$variant}-4 { margin-left: (4 / 12 * 100%) !important; } + .offset#{$variant}-5 { margin-left: (5 / 12 * 100%) !important; } + .offset#{$variant}-6 { margin-left: (6 / 12 * 100%) !important; } + .offset#{$variant}-7 { margin-left: (7 / 12 * 100%) !important; } + .offset#{$variant}-8 { margin-left: (8 / 12 * 100%) !important; } + .offset#{$variant}-9 { margin-left: (9 / 12 * 100%) !important; } + .offset#{$variant}-10 { margin-left: (10 / 12 * 100%) !important; } + .offset#{$variant}-11 { margin-left: (11 / 12 * 100%) !important; } + } +} diff --git a/assets/sass/@primer/css/layout/grid.scss b/assets/sass/@primer/css/layout/grid.scss new file mode 100644 index 0000000..5126c6b --- /dev/null +++ b/assets/sass/@primer/css/layout/grid.scss @@ -0,0 +1,64 @@ +// GRID + +// Columns +.col-1 { width: (1 / 12 * 100%); } +.col-2 { width: (2 / 12 * 100%); } +.col-3 { width: (3 / 12 * 100%); } +.col-4 { width: (4 / 12 * 100%); } +.col-5 { width: (5 / 12 * 100%); } +.col-6 { width: (6 / 12 * 100%); } +.col-7 { width: (7 / 12 * 100%); } +.col-8 { width: (8 / 12 * 100%); } +.col-9 { width: (9 / 12 * 100%); } +.col-10 { width: (10 / 12 * 100%); } +.col-11 { width: (11 / 12 * 100%); } +.col-12 { width: 100%; } + +@each $breakpoint in map-keys($breakpoints) { + @include breakpoint($breakpoint) { + .col-#{$breakpoint}-1 { width: ( 1 / 12 * 100%); } + .col-#{$breakpoint}-2 { width: ( 2 / 12 * 100%); } + .col-#{$breakpoint}-3 { width: ( 3 / 12 * 100%); } + .col-#{$breakpoint}-4 { width: ( 4 / 12 * 100%); } + .col-#{$breakpoint}-5 { width: ( 5 / 12 * 100%); } + .col-#{$breakpoint}-6 { width: ( 6 / 12 * 100%); } + .col-#{$breakpoint}-7 { width: ( 7 / 12 * 100%); } + .col-#{$breakpoint}-8 { width: ( 8 / 12 * 100%); } + .col-#{$breakpoint}-9 { width: ( 9 / 12 * 100%); } + .col-#{$breakpoint}-10 { width: ( 10 / 12 * 100%); } + .col-#{$breakpoint}-11 { width: ( 11 / 12 * 100%); } + .col-#{$breakpoint}-12 { width: 100%; } + } +} + +// Gutters +// Apply padding and a negative margin to the outside of the container +@mixin gutters ($gutter-width: $spacer-3) { + margin-right: -$gutter-width; + margin-left: -$gutter-width; + + > [class*="col-"] { + padding-right: $gutter-width !important; + padding-left: $gutter-width !important; + } +} + +.gutter { + @include gutters($spacer-3); +} + +.gutter-condensed { + @include gutters($spacer-2); +} + +.gutter-spacious { + @include gutters($spacer-4); +} + +@each $breakpoint in map-keys($breakpoints) { + @include breakpoint($breakpoint) { + .gutter-#{$breakpoint} { @include gutters($spacer-3); } + .gutter-#{$breakpoint}-condensed { @include gutters($spacer-2); } + .gutter-#{$breakpoint}-spacious { @include gutters($spacer-4); } + } +} diff --git a/assets/sass/@primer/css/layout/index.scss b/assets/sass/@primer/css/layout/index.scss new file mode 100644 index 0000000..5d1aa33 --- /dev/null +++ b/assets/sass/@primer/css/layout/index.scss @@ -0,0 +1,4 @@ +@import "../support/index.scss"; +@import "./container.scss"; +@import "./grid.scss"; +@import "./grid-offset.scss"; diff --git a/assets/sass/@primer/css/loaders/README.md b/assets/sass/@primer/css/loaders/README.md new file mode 100644 index 0000000..647b854 --- /dev/null +++ b/assets/sass/@primer/css/loaders/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..c615f3a --- /dev/null +++ b/assets/sass/@primer/css/loaders/index.scss @@ -0,0 +1,2 @@ +@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 new file mode 100644 index 0000000..cca2f68 --- /dev/null +++ b/assets/sass/@primer/css/loaders/loaders.scss @@ -0,0 +1,19 @@ +// 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/markdown/README.md b/assets/sass/@primer/css/markdown/README.md new file mode 100644 index 0000000..6097f4b --- /dev/null +++ b/assets/sass/@primer/css/markdown/README.md @@ -0,0 +1,25 @@ +--- +bundle: "markdown" +generated: true +--- + +# Primer CSS: `markdown` 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/markdown/index.scss"; +``` + +## Build + +The `@primer/css` npm package includes a standalone CSS build of this module in `dist/markdown.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/markdown/blob-csv.scss b/assets/sass/@primer/css/markdown/blob-csv.scss new file mode 100644 index 0000000..e97e447 --- /dev/null +++ b/assets/sass/@primer/css/markdown/blob-csv.scss @@ -0,0 +1,29 @@ +// stylelint-disable selector-max-type +.markdown-body .csv-data { + td, + th { + // stylelint-disable-next-line primer/spacing + padding: 5px; + overflow: hidden; + font-size: $font-size-small; + line-height: $lh-condensed-ultra; + text-align: left; + white-space: nowrap; + } + + .blob-num { + // stylelint-disable-next-line primer/spacing + padding: 10px $spacer-2 9px; + text-align: right; + background: $bg-white; + border: 0; + } + + tr { border-top: 0; } + + th { + font-weight: $font-weight-bold; + background: $bg-gray; + border-top: 0; + } +} diff --git a/assets/sass/@primer/css/markdown/code.scss b/assets/sass/@primer/css/markdown/code.scss new file mode 100644 index 0000000..fbd2d16 --- /dev/null +++ b/assets/sass/@primer/css/markdown/code.scss @@ -0,0 +1,69 @@ +// stylelint-disable selector-max-type +.markdown-body { + // Inline code snippets + code, + tt { + // stylelint-disable-next-line primer/spacing + padding: 0.2em 0.4em; + margin: 0; + // stylelint-disable-next-line primer/typography + font-size: 85%; + // stylelint-disable-next-line primer/colors + background-color: rgba($black, 0.05); + border-radius: $border-radius; + + br { display: none; } + } + + del code { text-decoration: inherit; } + + pre { + word-wrap: normal; + + // Code tags within code blocks (<pre>s) + > code { + padding: 0; + margin: 0; + // stylelint-disable-next-line primer/typography + font-size: 100%; + word-break: normal; + white-space: pre; + background: transparent; + border: 0; + } + } + + .highlight { + margin-bottom: $spacer-3; + + pre { + margin-bottom: 0; + word-break: normal; + } + } + + .highlight pre, + pre { + padding: $spacer-3; + overflow: auto; + // stylelint-disable-next-line primer/typography + font-size: 85%; + // stylelint-disable-next-line primer/typography + line-height: 1.45; + background-color: $bg-gray; + border-radius: $border-radius; + } + + pre code, + pre tt { + display: inline; + max-width: auto; + padding: 0; + margin: 0; + overflow: visible; + line-height: inherit; + word-wrap: normal; + background-color: transparent; + border: 0; + } +} diff --git a/assets/sass/@primer/css/markdown/headings.scss b/assets/sass/@primer/css/markdown/headings.scss new file mode 100644 index 0000000..26347bb --- /dev/null +++ b/assets/sass/@primer/css/markdown/headings.scss @@ -0,0 +1,72 @@ +// Needs refactoring +// stylelint-disable selector-max-compound-selectors, selector-max-specificity +// stylelint-disable selector-max-type +.markdown-body { + // Headings + h1, + h2, + h3, + h4, + h5, + h6 { + margin-top: $spacer-4; + margin-bottom: $spacer-3; + font-weight: $font-weight-bold; + line-height: $lh-condensed; + + .octicon-link { + color: $text-black; + vertical-align: middle; + visibility: hidden; + } + + &:hover .anchor { + text-decoration: none; + + .octicon-link { + visibility: visible; + } + } + + tt, + code { + font-size: inherit; + } + } + + h1 { + // stylelint-disable-next-line primer/spacing + padding-bottom: 0.3em; + // stylelint-disable-next-line primer/typography + font-size: 2em; + border-bottom: $border-width $border-style $border-gray-light; + } + + h2 { + // stylelint-disable-next-line primer/spacing + padding-bottom: 0.3em; + // stylelint-disable-next-line primer/typography + font-size: 1.5em; + border-bottom: $border-width $border-style $border-gray-light; + } + + h3 { + // stylelint-disable-next-line primer/typography + font-size: 1.25em; + } + + h4 { + font-size: 1em; + } + + h5 { + // stylelint-disable-next-line primer/typography + font-size: 0.875em; + } + + h6 { + // stylelint-disable-next-line primer/typography + font-size: 0.85em; + color: $text-gray-light; + } +} diff --git a/assets/sass/@primer/css/markdown/images.scss b/assets/sass/@primer/css/markdown/images.scss new file mode 100644 index 0000000..caea502 --- /dev/null +++ b/assets/sass/@primer/css/markdown/images.scss @@ -0,0 +1,131 @@ +// Need to target base styles +// stylelint-disable selector-max-compound-selectors, selector-no-qualifying-type +// stylelint-disable selector-max-type +.markdown-body { + // Images & Stuff + img { + max-width: 100%; + // because we put padding on the images to hide header lines, and some people + // specify the width of their images in their markdown. + box-sizing: content-box; + background-color: $bg-white; + + &[align=right] { + // stylelint-disable-next-line primer/spacing + padding-left: 20px; + } + + &[align=left] { + // stylelint-disable-next-line primer/spacing + padding-right: 20px; + } + } + + .emoji { + max-width: none; + vertical-align: text-top; + // Override `<img>` styles so Emjois don't clash with zebra striping in our tables + background-color: transparent; + } + + // Gollum Image Tags + + // Framed + span.frame { + display: block; + overflow: hidden; + + > span { + display: block; + float: left; + width: auto; + // stylelint-disable-next-line primer/spacing + padding: 7px; + // stylelint-disable-next-line primer/spacing + margin: 13px 0 0; + overflow: hidden; + // stylelint-disable-next-line primer/borders + border: $border-width $border-style lighten($gray-300, 5%); + } + + span img { + display: block; + float: left; + } + + span span { + display: block; + // stylelint-disable-next-line primer/spacing + padding: 5px 0 0; + clear: both; + color: $text-gray-dark; + } + } + + span.align-center { + display: block; + overflow: hidden; + clear: both; + + > span { + display: block; + // stylelint-disable-next-line primer/spacing + margin: 13px auto 0; + overflow: hidden; + text-align: center; + } + + span img { + margin: 0 auto; + text-align: center; + } + } + + span.align-right { + display: block; + overflow: hidden; + clear: both; + + > span { + display: block; + // stylelint-disable-next-line primer/spacing + margin: 13px 0 0; + overflow: hidden; + text-align: right; + } + + span img { + margin: 0; + text-align: right; + } + } + + span.float-left { + display: block; + float: left; + // stylelint-disable-next-line primer/spacing + margin-right: 13px; + overflow: hidden; + + span { + // stylelint-disable-next-line primer/spacing + margin: 13px 0 0; + } + } + + span.float-right { + display: block; + float: right; + // stylelint-disable-next-line primer/spacing + margin-left: 13px; + overflow: hidden; + + > span { + display: block; + // stylelint-disable-next-line primer/spacing + margin: 13px auto 0; + overflow: hidden; + text-align: right; + } + } +} diff --git a/assets/sass/@primer/css/markdown/index.scss b/assets/sass/@primer/css/markdown/index.scss new file mode 100644 index 0000000..b2e8d3d --- /dev/null +++ b/assets/sass/@primer/css/markdown/index.scss @@ -0,0 +1,8 @@ +@import "../support/index.scss"; +@import "./markdown-body.scss"; +@import "./headings.scss"; +@import "./lists.scss"; +@import "./tables.scss"; +@import "./images.scss"; +@import "./code.scss"; +@import "./blob-csv.scss"; diff --git a/assets/sass/@primer/css/markdown/lists.scss b/assets/sass/@primer/css/markdown/lists.scss new file mode 100644 index 0000000..b680faf --- /dev/null +++ b/assets/sass/@primer/css/markdown/lists.scss @@ -0,0 +1,77 @@ +// Base styles +// stylelint-disable selector-no-qualifying-type +// stylelint-disable selector-max-type +.markdown-body { + + // Lists, Blockquotes & Such + ul, + ol { + // stylelint-disable-next-line primer/spacing + padding-left: 2em; + + &.no-list { + padding: 0; + list-style-type: none; + } + } + + // Did someone complain about list spacing? Encourage them + // to create the spacing with their markdown formatting. + // List behavior should be controled by the markup, not the css. + // + // For lists with padding between items, use blank + // lines between items. This will generate paragraphs with + // padding to space things out. + // + // - item + // + // - item + // + // - item + // + // For list without padding, don't use blank lines. + // + // - item + // - item + // - item + // + // Modifying the css to emulate these behaviors merely brakes + // one case in the process of solving another. Don't change + // this unless it's really really a bug. + ul ul, + ul ol, + ol ol, + ol ul { + margin-top: 0; + margin-bottom: 0; + } + + li { + word-wrap: break-all; + } + + li > p { + margin-top: $spacer-3; + } + + li + li { + margin-top: $em-spacer-3; + } + + dl { + padding: 0; + + dt { + padding: 0; + margin-top: $spacer-3; + font-size: 1em; + font-style: italic; + font-weight: $font-weight-bold; + } + + dd { + padding: 0 $spacer-3; + margin-bottom: $spacer-3; + } + } +} diff --git a/assets/sass/@primer/css/markdown/markdown-body.scss b/assets/sass/@primer/css/markdown/markdown-body.scss new file mode 100644 index 0000000..6581f19 --- /dev/null +++ b/assets/sass/@primer/css/markdown/markdown-body.scss @@ -0,0 +1,99 @@ +// All of our block level items should have the same margin +// stylelint-disable selector-max-type + +// This is styling for generic markdownized text. Anything you put in a +// container with .markdown-body on it should render generally well. It also +// includes some GitHub Flavored Markdown specific styling (like @mentions) +.markdown-body { + font-family: $body-font; + font-size: $h4-size; + line-height: $body-line-height; + word-wrap: break-word; + + @import "../base/kbd.scss"; // adds support for keyboard shortcuts + + // Clearfix on the markdown body + &::before { + display: table; + content: ""; + } + + &::after { + display: table; + clear: both; + content: ""; + } + + > *:first-child { + margin-top: 0 !important; + } + + > *:last-child { + margin-bottom: 0 !important; + } + + // Anchors like <a name="examples">. These sometimes end up wrapped around + // text when users mistakenly forget to close the tag or use self-closing tag + // syntax. We don't want them to appear like links. + // FIXME: a:not(:link):not(:visited) would be a little clearer here (and + // possibly faster to match), but it breaks styling of <a href> elements due + // to https://bugs.webkit.org/show_bug.cgi?id=142737. + a:not([href]) { + color: inherit; + text-decoration: none; + } + + // Link Colors + .absent { + color: $text-red; + } + + .anchor { + float: left; + padding-right: $spacer-1; + // stylelint-disable-next-line primer/spacing + margin-left: -20px; + line-height: $lh-condensed-ultra; + + &:focus { + outline: none; + } + } + + p, + blockquote, + ul, + ol, + dl, + table, + pre, + details { + margin-top: 0; + margin-bottom: $spacer-3; + } + + hr { + height: $em-spacer-3; + padding: 0; + margin: $spacer-4 0; + // stylelint-disable-next-line primer/colors + background-color: $gray-200; + border: 0; + } + + blockquote { + // stylelint-disable-next-line primer/spacing + padding: 0 1em; + color: $text-gray-light; + // stylelint-disable-next-line primer/borders + border-left: 0.25em $border-style lighten($gray-300, 5%); + + > :first-child { + margin-top: 0; + } + + > :last-child { + margin-bottom: 0; + } + } +} diff --git a/assets/sass/@primer/css/markdown/tables.scss b/assets/sass/@primer/css/markdown/tables.scss new file mode 100644 index 0000000..9d73d17 --- /dev/null +++ b/assets/sass/@primer/css/markdown/tables.scss @@ -0,0 +1,36 @@ +// Needs refactoring +// stylelint-disable selector-max-type +.markdown-body { + // Tables + table { + display: block; + width: 100%; + overflow: auto; + + th { + font-weight: $font-weight-bold; + } + + th, + td { + // stylelint-disable-next-line primer/spacing + padding: 6px 13px; + // stylelint-disable-next-line primer/borders + border: $border-width $border-style lighten($gray-300, 5%); + } + + tr { + background-color: $bg-white; + // stylelint-disable-next-line primer/borders + border-top: $border-width $border-style darken($gray-300, 4%); + + &:nth-child(2n) { + background-color: $bg-gray; + } + } + + img { + background-color: transparent; + } + } +} diff --git a/assets/sass/@primer/css/marketing/README.md b/assets/sass/@primer/css/marketing/README.md new file mode 100644 index 0000000..44f2885 --- /dev/null +++ b/assets/sass/@primer/css/marketing/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..a0de3fa --- /dev/null +++ b/assets/sass/@primer/css/marketing/buttons/button.scss @@ -0,0 +1,100 @@ +.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 new file mode 100644 index 0000000..6ff5227 --- /dev/null +++ b/assets/sass/@primer/css/marketing/buttons/index.scss @@ -0,0 +1,3 @@ +// 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 new file mode 100644 index 0000000..c84f8a5 --- /dev/null +++ b/assets/sass/@primer/css/marketing/index.scss @@ -0,0 +1,14 @@ +/*! + * @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 new file mode 100644 index 0000000..8c8e479 --- /dev/null +++ b/assets/sass/@primer/css/marketing/support/index.scss @@ -0,0 +1,2 @@ +@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 new file mode 100644 index 0000000..7d0ec1c --- /dev/null +++ b/assets/sass/@primer/css/marketing/support/variables.scss @@ -0,0 +1,77 @@ +$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 new file mode 100644 index 0000000..5ddc98f --- /dev/null +++ b/assets/sass/@primer/css/marketing/type/index.scss @@ -0,0 +1,3 @@ +// 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 new file mode 100644 index 0000000..63667fd --- /dev/null +++ b/assets/sass/@primer/css/marketing/type/typography.scss @@ -0,0 +1,103 @@ +// 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 new file mode 100644 index 0000000..1a95e48 --- /dev/null +++ b/assets/sass/@primer/css/marketing/utilities/borders.scss @@ -0,0 +1,4 @@ +// 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 new file mode 100644 index 0000000..062140f --- /dev/null +++ b/assets/sass/@primer/css/marketing/utilities/filters.scss @@ -0,0 +1,3 @@ +.grayscale { + filter: grayscale(100%); +} diff --git a/assets/sass/@primer/css/marketing/utilities/index.scss b/assets/sass/@primer/css/marketing/utilities/index.scss new file mode 100644 index 0000000..4ba10ef --- /dev/null +++ b/assets/sass/@primer/css/marketing/utilities/index.scss @@ -0,0 +1,7 @@ +@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 new file mode 100644 index 0000000..c17f5f5 --- /dev/null +++ b/assets/sass/@primer/css/marketing/utilities/layout.scss @@ -0,0 +1,29 @@ +// 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 new file mode 100644 index 0000000..61cde8d --- /dev/null +++ b/assets/sass/@primer/css/marketing/utilities/margin.scss @@ -0,0 +1,17 @@ +// 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 new file mode 100644 index 0000000..906e148 --- /dev/null +++ b/assets/sass/@primer/css/marketing/utilities/padding.scss @@ -0,0 +1,24 @@ +// 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 new file mode 100644 index 0000000..bf7ef02 --- /dev/null +++ b/assets/sass/@primer/css/navigation/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..2d09947 --- /dev/null +++ b/assets/sass/@primer/css/navigation/filter-list.scss @@ -0,0 +1,68 @@ +// 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 new file mode 100644 index 0000000..c3002c5 --- /dev/null +++ b/assets/sass/@primer/css/navigation/index.scss @@ -0,0 +1,8 @@ +@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 new file mode 100644 index 0000000..cc7e858 --- /dev/null +++ b/assets/sass/@primer/css/navigation/menu.scss @@ -0,0 +1,133 @@ +// 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 new file mode 100644 index 0000000..35bffdd --- /dev/null +++ b/assets/sass/@primer/css/navigation/sidenav.scss @@ -0,0 +1,111 @@ +// 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 new file mode 100644 index 0000000..f268a89 --- /dev/null +++ b/assets/sass/@primer/css/navigation/subnav.scss @@ -0,0 +1,132 @@ +// 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 new file mode 100644 index 0000000..fd90406 --- /dev/null +++ b/assets/sass/@primer/css/navigation/tabnav.scss @@ -0,0 +1,84 @@ +// 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 new file mode 100644 index 0000000..7b9309d --- /dev/null +++ b/assets/sass/@primer/css/navigation/underline-nav.scss @@ -0,0 +1,81 @@ +.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 new file mode 100644 index 0000000..92330cd --- /dev/null +++ b/assets/sass/@primer/css/package.json @@ -0,0 +1,122 @@ +{ + "_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 new file mode 100644 index 0000000..cb41808 --- /dev/null +++ b/assets/sass/@primer/css/pagination/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..c624f95 --- /dev/null +++ b/assets/sass/@primer/css/pagination/index.scss @@ -0,0 +1,3 @@ +// 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 new file mode 100644 index 0000000..253011d --- /dev/null +++ b/assets/sass/@primer/css/pagination/pagination.scss @@ -0,0 +1,85 @@ +// 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 new file mode 100644 index 0000000..3fd2e73 --- /dev/null +++ b/assets/sass/@primer/css/popover/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..6fd595a --- /dev/null +++ b/assets/sass/@primer/css/popover/index.scss @@ -0,0 +1,3 @@ +// 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 new file mode 100644 index 0000000..7838b89 --- /dev/null +++ b/assets/sass/@primer/css/popover/popover.scss @@ -0,0 +1,188 @@ +.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 new file mode 100644 index 0000000..01de2b4 --- /dev/null +++ b/assets/sass/@primer/css/postcss.config.js @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..7d9937d --- /dev/null +++ b/assets/sass/@primer/css/prettier.config.js @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..1bb7cc1 --- /dev/null +++ b/assets/sass/@primer/css/product/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..89263f9 --- /dev/null +++ b/assets/sass/@primer/css/product/index.scss @@ -0,0 +1,27 @@ +/*! + * @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 new file mode 100644 index 0000000..255a2fe --- /dev/null +++ b/assets/sass/@primer/css/progress/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..b04ea01 --- /dev/null +++ b/assets/sass/@primer/css/progress/index.scss @@ -0,0 +1,3 @@ +// 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 new file mode 100644 index 0000000..2b3addf --- /dev/null +++ b/assets/sass/@primer/css/progress/progress.scss @@ -0,0 +1,18 @@ +// 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 new file mode 100644 index 0000000..86e0ed3 --- /dev/null +++ b/assets/sass/@primer/css/release.config.js @@ -0,0 +1,4 @@ +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 new file mode 100644 index 0000000..ca1c915 --- /dev/null +++ b/assets/sass/@primer/css/select-menu/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..dd916e3 --- /dev/null +++ b/assets/sass/@primer/css/select-menu/index.scss @@ -0,0 +1,3 @@ +// 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 new file mode 100644 index 0000000..bf3b103 --- /dev/null +++ b/assets/sass/@primer/css/select-menu/select-menu.scss @@ -0,0 +1,428 @@ +// 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 new file mode 100644 index 0000000..b1a7e63 --- /dev/null +++ b/assets/sass/@primer/css/stylelint.config.js @@ -0,0 +1,17 @@ +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 new file mode 100644 index 0000000..2f8a8d1 --- /dev/null +++ b/assets/sass/@primer/css/subhead/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..d0ed721 --- /dev/null +++ b/assets/sass/@primer/css/subhead/index.scss @@ -0,0 +1,3 @@ +// 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 new file mode 100644 index 0000000..5ab2629 --- /dev/null +++ b/assets/sass/@primer/css/subhead/subhead.scss @@ -0,0 +1,39 @@ +// 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/support/README.md b/assets/sass/@primer/css/support/README.md new file mode 100644 index 0000000..7fa2b21 --- /dev/null +++ b/assets/sass/@primer/css/support/README.md @@ -0,0 +1,25 @@ +--- +bundle: "support" +generated: true +--- + +# Primer CSS: `support` 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/support/index.scss"; +``` + +## Build + +The `@primer/css` npm package includes a standalone CSS build of this module in `dist/support.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/support/index.scss b/assets/sass/@primer/css/support/index.scss new file mode 100644 index 0000000..93f9449 --- /dev/null +++ b/assets/sass/@primer/css/support/index.scss @@ -0,0 +1,11 @@ +// variables +@import "./variables/typography.scss"; +@import "./variables/colors.scss"; +@import "./variables/layout.scss"; +@import "./variables/misc.scss"; + +// mixins +@import "./mixins/typography.scss"; +@import "./mixins/layout.scss"; +@import "./mixins/buttons.scss"; +@import "./mixins/misc.scss"; diff --git a/assets/sass/@primer/css/support/mixins/buttons.scss b/assets/sass/@primer/css/support/mixins/buttons.scss new file mode 100644 index 0000000..4b6cbb3 --- /dev/null +++ b/assets/sass/@primer/css/support/mixins/buttons.scss @@ -0,0 +1,167 @@ +// Button color generator for primary and themed buttons + +// New button hotness +@mixin btn-solid($color, $bg, $bg2) { + color: $color; + background-color: $bg2; + background-image: linear-gradient(-180deg, $bg 0%, $bg2 90%); + + @if $bg == $gray-000 { + &:focus, + &.focus { + box-shadow: $btn-input-focus-shadow; + } + + &:hover, + &.hover { + background-color: darken($bg2, 3%); + background-image: linear-gradient(-180deg, darken($bg, 3%) 0%, darken($bg2, 3%) 90%); + background-position: 0 -$em-spacer-5; + border-color: rgba($black, 0.35); + } + + &:active, + &.selected, + &[aria-selected=true], + [open] > & { + background-color: darken(desaturate($bg, 10%), 6%); + background-image: none; + border-color: rgba($black, 0.35); // repeat to avoid shift on click-drag off of button + box-shadow: $btn-active-shadow; + } + + &:disabled, + &.disabled, + &[aria-disabled=true] { + color: rgba($color, 0.4); + background-color: $bg2; + background-image: none; + border-color: $border-color-button; + box-shadow: none; + } + + } + @else { + &:focus, + &.focus { + box-shadow: 0 0 0 0.2em rgba($bg, 0.4); + } + + &:hover, + &.hover { + background-color: darken($bg2, 2%); + background-image: linear-gradient(-180deg, darken($bg, 2%) 0%, darken($bg2, 2%) 90%); + background-position: 0 -$em-spacer-5; + border-color: $black-fade-50; + } + + &:active, + &.selected, + &[aria-selected=true], + [open] > & { + background-color: darken(mix($bg, $bg2, 50%), 7%); + background-image: none; + border-color: $black-fade-50; // repeat to avoid shift on click-drag off of button + box-shadow: $btn-active-shadow; + } + + &:disabled, + &.disabled, + &[aria-disabled=true] { + color: rgba($color, 0.75); + background-color: mix($bg2, $white, 50%); + background-image: none; + border-color: $border-color-button; + box-shadow: none; + } + + .Counter { + color: darken($bg, 8%); + background-color: $white; + } + } +} + +// Inverse button hover style +@mixin btn-inverse($color, $bg, $bg2) { + color: $color; + background-color: $bg; + background-image: linear-gradient(-180deg, $bg 0%, $bg2 90%); + + &:focus { + box-shadow: 0 0 0 0.2em rgba($color, 0.4); + } + + &:hover { + color: $text-white; + background-color: $color; + background-image: linear-gradient(-180deg, lighten($color, 10%) 0%, $color 90%); + border-color: $black-fade-50; + + .Counter { + color: $text-white; + } + } + + &:active, + &.selected, + &[aria-selected=true], + [open] > & { + color: $text-white; + background-color: darken($color, 5%); + background-image: none; + border-color: $black-fade-50; + box-shadow: $btn-active-shadow; + } + + &:disabled, + &.disabled, + &[aria-disabled=true] { + color: rgba($color, 0.4); + background-color: $bg2; + background-image: none; + border-color: $border-color-button; + box-shadow: none; + } +} + +// Outline color generator for btn-outline to make the hover state inverse the text and bg colors. +@mixin btn-outline($text-color: $text-blue, $bg-color: $bg-white) { + color: $text-color; + background-color: $bg-color; + background-image: none; + + .Counter { + background-color: rgba($black, 0.07); + } + + &:hover, + &:active, + &.selected, + &[aria-selected=true], + [open] > & { + color: $bg-color; + background-color: $text-color; + background-image: none; + border-color: $text-color; + + .Counter { + color: $text-color; + background-color: $bg-color; + } + } + + &:focus { + border-color: $text-color; + box-shadow: 0 0 0 0.2em rgba($text-color, 0.4); + } + + &:disabled, + &.disabled, + &[aria-disabled=true] { + color: $black-fade-30; + background-color: $bg-white; + border-color: $black-fade-15; + box-shadow: none; + } +} diff --git a/assets/sass/@primer/css/support/mixins/layout.scss b/assets/sass/@primer/css/support/mixins/layout.scss new file mode 100644 index 0000000..a6d30cf --- /dev/null +++ b/assets/sass/@primer/css/support/mixins/layout.scss @@ -0,0 +1,58 @@ +// Responsive media queries + +@mixin breakpoint($breakpoint) { + @if $breakpoint == "" { + @content; + } + + @else { + // Retrieves the value from the key + $value: map-get($breakpoints, $breakpoint); + + // If the key exists in the map + @if $value != null { + // Prints a media query based on the value + @media (min-width: $value) { + @content; + } + } + + // If the key doesn't exist in the map + @else { + @warn "Unfortunately, no value could be retrieved from `#{$breakpoint}`. " + + "Please make sure it is defined in `$breakpoints` map."; + } + } +} + +// Retina media query + +@mixin retina-media-query { + @media + only screen and (-webkit-min-device-pixel-ratio: 2), + only screen and (min--moz-device-pixel-ratio: 2), + only screen and (-moz-min-device-pixel-ratio: 2), + only screen and (-o-min-device-pixel-ratio: 2/1), + only screen and (min-device-pixel-ratio: 2), + only screen and (min-resolution: 192dpi), + only screen and (min-resolution: 2dppx) { + @content; + } +} + +// Clearfix +// +// Clears floats via mixin. + +@mixin clearfix { + &::before { + display: table; + content: ""; + } + + &::after { + display: table; + clear: both; + content: ""; + } +} diff --git a/assets/sass/@primer/css/support/mixins/misc.scss b/assets/sass/@primer/css/support/mixins/misc.scss new file mode 100644 index 0000000..ebdd32d --- /dev/null +++ b/assets/sass/@primer/css/support/mixins/misc.scss @@ -0,0 +1,29 @@ +// Generate a two-color caret for any element. +@mixin double-caret($foreground: $text-white, $background: lighten($gray-300, 5%)) { + &::after, + &::before { + position: absolute; + top: 11px; + right: 100%; + left: -16px; + display: block; + width: 0; + height: 0; + pointer-events: none; + content: " "; + border-color: transparent; + border-style: solid solid outset; + } + + &::after { + margin-top: 1px; + margin-left: 2px; + border-width: 7px; + border-right-color: $foreground; + } + + &::before { + border-width: 8px; + border-right-color: $background; + } +} diff --git a/assets/sass/@primer/css/support/mixins/typography.scss b/assets/sass/@primer/css/support/mixins/typography.scss new file mode 100644 index 0000000..23ec0e3 --- /dev/null +++ b/assets/sass/@primer/css/support/mixins/typography.scss @@ -0,0 +1,84 @@ +// Text hiding for image based text replacement. +// Higher performance than -9999px because it only renders +// the size of the actual text, not a full 9999px box. +@mixin hide-text() { + overflow: hidden; + text-indent: 100%; + white-space: nowrap; +} + +// Heading mixins for use within components +// These match heading utilities in utilities/typography +@mixin h1 { + font-size: $h1-size; + font-weight: $font-weight-bold; +} + +@mixin h2 { + font-size: $h2-size; + font-weight: $font-weight-bold; +} + +@mixin h3 { + font-size: $h3-size; + font-weight: $font-weight-bold; +} + +@mixin h4 { + font-size: $h4-size; + font-weight: $font-weight-bold; +} + +@mixin h5 { + font-size: $h5-size; + font-weight: $font-weight-bold; +} + +@mixin h6 { + font-size: $h6-size; + font-weight: $font-weight-bold; +} + +// Responsive heading mixins +// There are no responsive mixins for h4-h6 because they are small +// and don't need to be smaller on mobile. +@mixin f1-responsive { + font-size: $h1-size-mobile; + + // 32px on desktop + @include breakpoint(md) { font-size: $h1-size; } + +} + +@mixin f2-responsive { + font-size: $h2-size-mobile; + + // 24px on desktop + @include breakpoint(md) { font-size: $h2-size; } +} + +@mixin f3-responsive { + font-size: $h3-size-mobile; + + // 20px on desktop + @include breakpoint(md) { font-size: $h3-size; } + +} + +// These use the mixins from above for responsive heading sizes. +// The following mixins can be used where it's convenient or necessary to +// couple the responsive font-size with the font-weight. +@mixin h1-responsive { + @include f1-responsive; + font-weight: $font-weight-bold; +} + +@mixin h2-responsive { + @include f2-responsive; + font-weight: $font-weight-bold; +} + +@mixin h3-responsive { + @include f3-responsive; + font-weight: $font-weight-bold; +} diff --git a/assets/sass/@primer/css/support/variables/color-system.scss b/assets/sass/@primer/css/support/variables/color-system.scss new file mode 100644 index 0000000..febc58b --- /dev/null +++ b/assets/sass/@primer/css/support/variables/color-system.scss @@ -0,0 +1,243 @@ +// Black based on same hue as $gray-900 +$black: #1b1f23 !default; +$white: #fff !default; + +// +// +// -------- Grays -------- +$gray-000: #fafbfc !default; +$gray-100: #f6f8fa !default; +$gray-200: #e1e4e8 !default; +$gray-300: #d1d5da !default; +$gray-400: #959da5 !default; +$gray-500: #6a737d !default; +$gray-600: #586069 !default; +$gray-700: #444d56 !default; +$gray-800: #2f363d !default; +$gray-900: #24292e !default; // body font color + +// -------- Blue -------- +$blue-000: #f1f8ff !default; +$blue-100: #dbedff !default; +$blue-200: #c8e1ff !default; +$blue-300: #79b8ff !default; +$blue-400: #2188ff !default; +$blue-500: #0366d6 !default; // Default: Passes AA with #fff +$blue-600: #005cc5 !default; +$blue-700: #044289 !default; +$blue-800: #032f62 !default; +$blue-900: #05264c !default; // Passes with 1/2/300 blues + +// -------- Green -------- +$green-000: #f0fff4 !default; +$green-100: #dcffe4 !default; +$green-200: #bef5cb !default; +$green-300: #85e89d !default; +$green-400: #34d058 !default; +$green-500: #28a745 !default; // Default. passes AA Large +$green-600: #22863a !default; // Text green, passes AA on #fff +$green-700: #176f2c !default; +$green-800: #165c26 !default; +$green-900: #144620 !default; + +// -------- Yellow -------- +$yellow-000: #fffdef !default; +$yellow-100: #fffbdd !default; +$yellow-200: #fff5b1 !default; +$yellow-300: #ffea7f !default; +$yellow-400: #ffdf5d !default; +$yellow-500: #ffd33d !default; +$yellow-600: #f9c513 !default; +$yellow-700: #dbab09 !default; +$yellow-800: #b08800 !default; +$yellow-900: #735c0f !default; + +// -------- Orange -------- +$orange-000: #fff8f2 !default; +$orange-100: #ffebda !default; +$orange-200: #ffd1ac !default; +$orange-300: #ffab70 !default; +$orange-400: #fb8532 !default; +$orange-500: #f66a0a !default; // Default. passes AA Large with #fff +$orange-600: #e36209 !default; +$orange-700: #d15704 !default; +$orange-800: #c24e00 !default; +$orange-900: #a04100 !default; + +// -------- Red -------- +$red-000: #ffeef0 !default; +$red-100: #ffdce0 !default; +$red-200: #fdaeb7 !default; +$red-300: #f97583 !default; +$red-400: #ea4a5a !default; +$red-500: #d73a49 !default; // Default. passes AA +$red-600: #cb2431 !default; +$red-700: #b31d28 !default; +$red-800: #9e1c23 !default; +$red-900: #86181d !default; + +// -------- Purple -------- +$purple-000: #f5f0ff !default; +$purple-100: #e6dcfd !default; +$purple-200: #d1bcf9 !default; +$purple-300: #b392f0 !default; +$purple-400: #8a63d2 !default; +$purple-500: #6f42c1 !default; // passes AA with #fff +$purple-600: #5a32a3 !default; +$purple-700: #4c2889 !default; +$purple-800: #3a1d6e !default; +$purple-900: #29134e !default; + +// -------- Pink -------- +$pink-000: #ffeef8 !default; +$pink-100: #fedbf0 !default; +$pink-200: #f9b3dd !default; +$pink-300: #f692ce !default; +$pink-400: #ec6cb9 !default; +$pink-500: #ea4aaa !default; +$pink-600: #d03592 !default; +$pink-700: #b93a86 !default; +$pink-800: #99306f !default; +$pink-900: #6d224f !default; + +// -------- Fades -------- +$black-fade-15: rgba($black, 0.15) !default; +$black-fade-30: rgba($black, 0.3) !default; +$black-fade-50: rgba($black, 0.5) !default; +$black-fade-70: rgba($black, 0.7) !default; +$black-fade-85: rgba($black, 0.85) !default; + +$white-fade-15: rgba($white, 0.15) !default; +$white-fade-30: rgba($white, 0.3) !default; +$white-fade-50: rgba($white, 0.5) !default; +$white-fade-70: rgba($white, 0.7) !default; +$white-fade-85: rgba($white, 0.85) !default; + +// -------- Color defaults -------- +$red: $red-500 !default; +$purple: $purple-500 !default; +$blue: $blue-500 !default; +$green: $green-500 !default; +$yellow: $yellow-500 !default; +$orange: $orange-500 !default; + +$gray-dark: $gray-900 !default; +$gray-light: $gray-400 !default; +$gray: $gray-500 !default; + +// -------- Color gradient maps -------- + +$grays: ( + 0: $gray-000, + 1: $gray-100, + 2: $gray-200, + 3: $gray-300, + 4: $gray-400, + 5: $gray-500, + 6: $gray-600, + 7: $gray-700, + 8: $gray-800, + 9: $gray-900, +) !default; + +$blues: ( + 0: $blue-000, + 1: $blue-100, + 2: $blue-200, + 3: $blue-300, + 4: $blue-400, + 5: $blue-500, + 6: $blue-600, + 7: $blue-700, + 8: $blue-800, + 9: $blue-900, +) !default; + +$greens: ( + 0: $green-000, + 1: $green-100, + 2: $green-200, + 3: $green-300, + 4: $green-400, + 5: $green-500, + 6: $green-600, + 7: $green-700, + 8: $green-800, + 9: $green-900, +) !default; + +$yellows: ( + 0: $yellow-000, + 1: $yellow-100, + 2: $yellow-200, + 3: $yellow-300, + 4: $yellow-400, + 5: $yellow-500, + 6: $yellow-600, + 7: $yellow-700, + 8: $yellow-800, + 9: $yellow-900, +) !default; + +$oranges: ( + 0: $orange-000, + 1: $orange-100, + 2: $orange-200, + 3: $orange-300, + 4: $orange-400, + 5: $orange-500, + 6: $orange-600, + 7: $orange-700, + 8: $orange-800, + 9: $orange-900, +) !default; + +$reds: ( + 0: $red-000, + 1: $red-100, + 2: $red-200, + 3: $red-300, + 4: $red-400, + 5: $red-500, + 6: $red-600, + 7: $red-700, + 8: $red-800, + 9: $red-900, +) !default; + +$purples: ( + 0: $purple-000, + 1: $purple-100, + 2: $purple-200, + 3: $purple-300, + 4: $purple-400, + 5: $purple-500, + 6: $purple-600, + 7: $purple-700, + 8: $purple-800, + 9: $purple-900, +) !default; + +$pinks: ( + 0: $pink-000, + 1: $pink-100, + 2: $pink-200, + 3: $pink-300, + 4: $pink-400, + 5: $pink-500, + 6: $pink-600, + 7: $pink-700, + 8: $pink-800, + 9: $pink-900, +) !default; + +$hue-maps: ( + "gray": $grays, + "blue": $blues, + "green": $greens, + "yellow": $yellows, + "orange": $oranges, + "red": $reds, + "purple": $purples, + "pink": $pinks, +) !default; diff --git a/assets/sass/@primer/css/support/variables/colors.scss b/assets/sass/@primer/css/support/variables/colors.scss new file mode 100644 index 0000000..ffbf018 --- /dev/null +++ b/assets/sass/@primer/css/support/variables/colors.scss @@ -0,0 +1,63 @@ +@import "color-system.scss"; +// Color variables + +// Border colors +$border-white: $white !default; +$border-black-fade: $black-fade-15 !default; +$border-white-fade: $white-fade-15 !default; +$border-gray-dark: $gray-300 !default; +$border-gray-darker: $gray-700 !default; +$border-gray-light: lighten($gray-200, 3%) !default; +$border-gray: $gray-200 !default; +$border-blue: $blue-500 !default; +$border-blue-light: $blue-200 !default; +$border-green: $green-400 !default; +$border-green-light: desaturate($green-300, 40%) !default; +$border-purple: $purple !default; +$border-red: $red !default; +$border-red-light: desaturate($red-300, 60%) !default; +$border-yellow: desaturate($yellow-300, 60%) !default; + +// Buttons have a slightly more opaque border than $border-black-fade (15% alpha) +$border-color-button: rgba($black, 0.2) !default; + +// Background colors +$bg-white: $white !default; +$bg-black: $black !default; +$bg-black-fade: $black-fade-50 !default; +$bg-blue-light: $blue-000 !default; +$bg-blue: $blue-500 !default; +$bg-gray-dark: $gray-900 !default; +$bg-gray-light: $gray-000 !default; +$bg-gray: $gray-100 !default; +$bg-green: $green-500 !default; +$bg-green-light: $green-100 !default; +$bg-orange: $orange-700 !default; +$bg-purple: $purple-500 !default; +$bg-purple-light: $purple-000 !default; +$bg-pink: $pink-500 !default; +$bg-red: $red-500 !default; +$bg-red-light: $red-100 !default; +$bg-yellow: $yellow-500 !default; +$bg-yellow-light: $yellow-200 !default; +$bg-yellow-dark: $yellow-700 !default; + +// diffstat background colors +$bg-diffstat-added: darken($green-400, 5%) !default; +$bg-diffstat-deleted: $red-600 !default; +$bg-diffstat-neutral: $gray-300 !default; + +// Text colors +$text-black: $black !default; +$text-white: $white !default; +$text-blue: $blue-500 !default; +$text-gray-dark: $gray-900 !default; +$text-gray-light: $gray-500 !default; +$text-gray: $gray-600 !default; +$text-green: $green-500 !default; +$text-orange: $orange-900 !default; +$text-orange-light: $orange-600 !default; +$text-purple: $purple !default; +$text-pink: $pink-500 !default; +$text-red: $red-600 !default; +$text-yellow: $yellow-800 !default; diff --git a/assets/sass/@primer/css/support/variables/layout.scss b/assets/sass/@primer/css/support/variables/layout.scss new file mode 100644 index 0000000..cec508c --- /dev/null +++ b/assets/sass/@primer/css/support/variables/layout.scss @@ -0,0 +1,129 @@ +// Layout variables + +// these are values for the display CSS property +$display-values: ( + block, + flex, + inline, + inline-block, + inline-flex, + none, + table, + table-cell +) !default; + +// maps edges to respective corners for border-radius +$edges: ( + top: (top-left, top-right), + right: (top-right, bottom-right), + bottom: (bottom-right, bottom-left), + left: (bottom-left, top-left) +) !default; + +// These are our margin and padding utility spacers. The default step size we +// use is 8px. This gives us a key of: +// 0 => 0px +// 1 => 4px +// 2 => 8px +// 3 => 16px +// 4 => 24px +// 5 => 32px +// 6 => 40px +$spacer: 8px !default; + +// Our spacing scale +$spacer-0: 0 !default; // 0 +$spacer-1: round($spacer / 2) !default; // 4px +$spacer-2: $spacer !default; // 8px +$spacer-3: $spacer * 2 !default; // 16px +$spacer-4: $spacer * 3 !default; // 24px +$spacer-5: $spacer * 4 !default; // 32px +$spacer-6: $spacer * 5 !default; // 40px + +// The list of spacer values +$spacers: ( + $spacer-0, + $spacer-1, + $spacer-2, + $spacer-3, + $spacer-4, + $spacer-5, + $spacer-6, +) !default; + +// And the map of spacers, for easier looping: +// @each $scale, $length in $spacer-map { ... } +$spacer-map: ( + 0: $spacer-0, + 1: $spacer-1, + 2: $spacer-2, + 3: $spacer-3, + 4: $spacer-4, + 5: $spacer-5, + 6: $spacer-6, +) !default; + +// Em spacer variables +$em-spacer-1: 0.0625em !default; // 1/16 +$em-spacer-2: 0.125em !default; // 1/8 +$em-spacer-3: 0.25em !default; // 1/4 +$em-spacer-4: 0.375em !default; // 3/8 +$em-spacer-5: 0.5em !default; // 1/2 +$em-spacer-6: 0.75em !default; // 3/4 + +// Fixed-width container variables +$container-width: 980px !default; +$grid-gutter: 10px !default; + +// Breakpoint widths +$width-xs: 0 !default; +// Small screen / phone +$width-sm: 544px !default; +// Medium screen / tablet +$width-md: 768px !default; +// Large screen / desktop (980 + (16 * 2)) <= container + gutters +$width-lg: 1012px !default; +// Extra large screen / wide desktop +$width-xl: 1280px !default; + +// Responsive container widths +$container-sm: $width-sm !default; +$container-md: $width-md !default; +$container-lg: $width-lg !default; +$container-xl: $width-xl !default; + +// Breakpoints in the form (name: length) +$breakpoints: ( + sm: $width-sm, + md: $width-md, + lg: $width-lg, + xl: $width-xl +) !default; + +// This map in the form (breakpoint: variant) is used to iterate over +// breakpoints and create both responsive and non-responsive classes in one +// loop: +// +// ```scss +// @each $breakpoint, $variant of $responsive-variants { +// @include breakpoint($breakpoint) { +// .foo#{$variant}-bar { foo: bar !important; } +// } +// } +// ``` +$responsive-variants: ( + "": "", + sm: "-sm", + md: "-md", + lg: "-lg", + xl: "-xl", +) !default; + +// responive utility position values +$responsive-positions: ( + static, + relative, + absolute, + fixed, + sticky +) !default; diff --git a/assets/sass/@primer/css/support/variables/misc.scss b/assets/sass/@primer/css/support/variables/misc.scss new file mode 100644 index 0000000..30a8363 --- /dev/null +++ b/assets/sass/@primer/css/support/variables/misc.scss @@ -0,0 +1,26 @@ +// Miscellaneous variables + +// Border size +$border-width: 1px !default; +$border-color: $border-gray !default; +$border-style: solid !default; +$border: $border-width $border-color $border-style !default; +$border-radius: 3px !default; + +// Box shadow +$box-shadow: 0 1px 1px rgba($black, 0.1) !default; +$box-shadow-medium: 0 1px 5px $black-fade-15 !default; +$box-shadow-large: 0 1px 15px $black-fade-15 !default; +$box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default; + +// Button and form variables +$form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default; +$btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default; +$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default; + +// Tooltips +$tooltip-max-width: 250px !default; +$tooltip-background-color: $black !default; +$tooltip-text-color: $white !default; +$tooltip-delay: 0.4s !default; +$tooltip-duration: 0.1s !default; diff --git a/assets/sass/@primer/css/support/variables/typography.scss b/assets/sass/@primer/css/support/variables/typography.scss new file mode 100644 index 0000000..dcb57a7 --- /dev/null +++ b/assets/sass/@primer/css/support/variables/typography.scss @@ -0,0 +1,42 @@ +// Typography variables + +// Heading sizes - mobile +// h4-h6 remain the same size on both mobile & desktop +$h00-size-mobile: 40px !default; +$h0-size-mobile: 32px !default; +$h1-size-mobile: 26px !default; +$h2-size-mobile: 22px !default; +$h3-size-mobile: 18px !default; + +// Heading sizes - desktop +$h00-size: 48px !default; +$h0-size: 40px !default; +$h1-size: 32px !default; +$h2-size: 24px !default; +$h3-size: 20px !default; +$h4-size: 16px !default; +$h5-size: 14px !default; +$h6-size: 12px !default; + +$font-size-small: 12px !default; + +// Font weights +$font-weight-bold: 600 !default; +$font-weight-semibold: 500 !default; +$font-weight-normal: 400 !default; +$font-weight-light: 300 !default; + +// Line heights +$lh-condensed-ultra: 1 !default; +$lh-condensed: 1.25 !default; +$lh-default: 1.5 !default; + +// Font stacks +$body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !default; + +// Monospace font stack +$mono-font: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace !default; + +// The base body size +$body-font-size: 14px !default; +$body-line-height: $lh-default !default; diff --git a/assets/sass/@primer/css/table-object/README.md b/assets/sass/@primer/css/table-object/README.md new file mode 100644 index 0000000..148fab2 --- /dev/null +++ b/assets/sass/@primer/css/table-object/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..295bcfb --- /dev/null +++ b/assets/sass/@primer/css/table-object/index.scss @@ -0,0 +1 @@ +@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 new file mode 100644 index 0000000..353c732 --- /dev/null +++ b/assets/sass/@primer/css/table-object/table-object.scss @@ -0,0 +1,20 @@ +// TableObject is a module for creating dynamically resizable elements that +// always sit on the same horizontal line (e.g., they never wrap). Using +// tables means it's cross browser friendly. + +.TableObject { + display: table; +} + +// Place this on every "cell" +.TableObject-item { + display: table-cell; + width: 1%; + white-space: nowrap; + vertical-align: middle; +} + +// Place this on the largest or most important "cell" +.TableObject-item--primary { + width: 99%; +} diff --git a/assets/sass/@primer/css/timeline/README.md b/assets/sass/@primer/css/timeline/README.md new file mode 100644 index 0000000..a8acbfa --- /dev/null +++ b/assets/sass/@primer/css/timeline/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..1692410 --- /dev/null +++ b/assets/sass/@primer/css/timeline/index.scss @@ -0,0 +1,2 @@ +@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 new file mode 100644 index 0000000..6f6ff4d --- /dev/null +++ b/assets/sass/@primer/css/timeline/timeline-item.scss @@ -0,0 +1,95 @@ +.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 new file mode 100644 index 0000000..0915129 --- /dev/null +++ b/assets/sass/@primer/css/toasts/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..e982bf0 --- /dev/null +++ b/assets/sass/@primer/css/toasts/index.scss @@ -0,0 +1,2 @@ +@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 new file mode 100644 index 0000000..a00422d --- /dev/null +++ b/assets/sass/@primer/css/toasts/toasts.scss @@ -0,0 +1,106 @@ +// 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 new file mode 100644 index 0000000..67f22ab --- /dev/null +++ b/assets/sass/@primer/css/tooltips/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..e595fe2 --- /dev/null +++ b/assets/sass/@primer/css/tooltips/index.scss @@ -0,0 +1,2 @@ +@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 new file mode 100644 index 0000000..315f5e4 --- /dev/null +++ b/assets/sass/@primer/css/tooltips/tooltips.scss @@ -0,0 +1,292 @@ +.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 new file mode 100644 index 0000000..ae6f88e --- /dev/null +++ b/assets/sass/@primer/css/truncate/README.md @@ -0,0 +1,25 @@ +--- +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 new file mode 100644 index 0000000..c391a32 --- /dev/null +++ b/assets/sass/@primer/css/truncate/index.scss @@ -0,0 +1 @@ +@import "./truncate.scss"; diff --git a/assets/sass/@primer/css/truncate/truncate.scss b/assets/sass/@primer/css/truncate/truncate.scss new file mode 100644 index 0000000..8590f1b --- /dev/null +++ b/assets/sass/@primer/css/truncate/truncate.scss @@ -0,0 +1,31 @@ +// 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; + } +} diff --git a/assets/sass/@primer/css/utilities/README.md b/assets/sass/@primer/css/utilities/README.md new file mode 100644 index 0000000..95eade2 --- /dev/null +++ b/assets/sass/@primer/css/utilities/README.md @@ -0,0 +1,25 @@ +--- +bundle: "utilities" +generated: true +--- + +# Primer CSS: `utilities` 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/utilities/index.scss"; +``` + +## Build + +The `@primer/css` npm package includes a standalone CSS build of this module in `dist/utilities.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/utilities/animations.scss b/assets/sass/@primer/css/utilities/animations.scss new file mode 100644 index 0000000..bb1422e --- /dev/null +++ b/assets/sass/@primer/css/utilities/animations.scss @@ -0,0 +1,183 @@ +// This file contains reusable animations for github. + +/* Fade in an element */ +.anim-fade-in { + animation-name: fade-in; + animation-duration: 1s; + animation-timing-function: ease-in-out; + + &.fast { + animation-duration: 300ms; + } +} + +@keyframes fade-in { + 0% { + opacity: 0; + } + + 100% { + opacity: 1; + } +} + +/* Fade out an element */ +.anim-fade-out { + animation-name: fade-out; + animation-duration: 1s; + animation-timing-function: ease-out; + + &.fast { + animation-duration: 0.3s; + } +} + +@keyframes fade-out { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + } +} + +/* Fade in and slide up an element */ +.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); + } +} + +/* Fade an element out and slide down */ +.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%); + } +} + +/* Grow an element width from 0 to 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%; } +} + +/* Shrink an element from 100% to 0% */ +.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%; } +} + +/* Fade in an element and scale it fast */ +.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); + } +} + +/* Pulse an element's opacity */ +.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; + } +} + +/* Pulse in an element */ +.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); + } +} + +/* Increase scale of an element on hover */ +.hover-grow { + transition: transform 0.3s; + backface-visibility: hidden; + + &:hover { + transform: scale(1.025); + } +} diff --git a/assets/sass/@primer/css/utilities/borders.scss b/assets/sass/@primer/css/utilities/borders.scss new file mode 100644 index 0000000..d3df5ae --- /dev/null +++ b/assets/sass/@primer/css/utilities/borders.scss @@ -0,0 +1,116 @@ +// Core border utilities +// stylelint-disable block-opening-brace-space-before, comment-empty-line-before + +/* Add a gray border to the left and right */ +.border-x { + border-right: $border !important; + border-left: $border !important; +} + +/* Add a gray border to the top and bottom */ +.border-y { + border-top: $border !important; + border-bottom: $border !important; +} + +/* Responsive gray borders */ +@each $breakpoint, $variant in $responsive-variants { + @include breakpoint($breakpoint) { + /* Add a gray border on all sides at/above this breakpoint */ + .border#{$variant} { border: $border !important; } + /* Set the border width to 0 on all sides at/above this breakpoint */ + .border#{$variant}-0 { border: 0 !important; } + + /* Add a gray border to the top */ + .border#{$variant}-top { border-top: $border !important; } + /* Add a gray border to the right */ + .border#{$variant}-right { border-right: $border !important; } + /* Add a gray border to the bottom */ + .border#{$variant}-bottom { border-bottom: $border !important; } + /* Add a gray border to the left */ + .border#{$variant}-left { border-left: $border !important; } + + /* Remove the top border */ + .border#{$variant}-top-0 { border-top: 0 !important; } + /* Remove the right border */ + .border#{$variant}-right-0 { border-right: 0 !important; } + /* Remove the bottom border */ + .border#{$variant}-bottom-0 { border-bottom: 0 !important; } + /* Remove the left border */ + .border#{$variant}-left-0 { border-left: 0 !important; } + + // Rounded corners + /* Remove the border-radius */ + .rounded#{$variant}-0 { border-radius: 0 !important; } + /* Add a border-radius to all corners */ + .rounded#{$variant}-1 { border-radius: $border-radius !important; } + /* Add a 2x border-radius to all corners */ + .rounded#{$variant}-2 { border-radius: $border-radius * 2 !important; } + + @each $edge, $corners in $edges { + .rounded#{$variant}-#{$edge}-0 { + @each $corner in $corners { + border-#{$corner}-radius: 0 !important; + } + } + + .rounded#{$variant}-#{$edge}-1 { + @each $corner in $corners { + border-#{$corner}-radius: $border-radius !important; + } + } + + .rounded#{$variant}-#{$edge}-2 { + @each $corner in $corners { + border-#{$corner}-radius: $border-radius * 2 !important; + } + } + } + } +} + +/* Add a 50% border-radius to make something into a circle */ +.circle { border-radius: 50% !important; } + +/* Change the border style to dashed, in conjunction with another utility */ +.border-dashed { + // stylelint-disable-next-line primer/borders + border-style: dashed !important; +} + +/* Use with .border to turn the border blue */ +.border-blue { border-color: $border-blue !important; } +/* Use with .border to turn the border blue-light */ +.border-blue-light { border-color: $border-blue-light !important; } +/* Use with .border to turn the border green */ +.border-green { border-color: $border-green !important; } +/* Use with .border to turn the border green light */ +.border-green-light { border-color: $border-green-light !important; } +/* Use with .border to turn the border red */ +.border-red { border-color: $border-red !important; } +/* Use with .border to turn the border red-light */ +.border-red-light { border-color: $border-red-light !important; } +/* Use with .border to turn the border purple */ +.border-purple { border-color: $border-purple !important; } +/* Use with .border to turn the border yellow */ +.border-yellow { border-color: $border-yellow !important; } +/* Use with .border to turn the border gray-light */ +.border-gray-light { border-color: $border-gray-light !important; } +/* Use with .border to turn the border gray-dark */ +.border-gray-dark { border-color: $border-gray-dark !important; } + +/* Use with .border to turn the border rgba black 0.15 */ +.border-black-fade { border-color: $border-black-fade !important; } +/* Use with .border to turn the border rgba white 0.15 */ +.border-white-fade { border-color: $border-white-fade !important; } + +/* Use with .border to turn the border white w/varying transparency */ +.border-white-fade-15 { border-color: $border-white-fade !important; } +// stylelint-disable-next-line primer/borders +.border-white-fade-30 { border-color: $white-fade-30 !important; } +// stylelint-disable-next-line primer/borders +.border-white-fade-50 { border-color: $white-fade-50 !important; } +// stylelint-disable-next-line primer/borders +.border-white-fade-70 { border-color: $white-fade-70 !important; } +// stylelint-disable-next-line primer/borders +.border-white-fade-85 { border-color: $white-fade-85 !important; } diff --git a/assets/sass/@primer/css/utilities/box-shadow.scss b/assets/sass/@primer/css/utilities/box-shadow.scss new file mode 100644 index 0000000..fb5b1d6 --- /dev/null +++ b/assets/sass/@primer/css/utilities/box-shadow.scss @@ -0,0 +1,25 @@ +// Box shadow utilities + +// Box shadows + +.box-shadow { + box-shadow: $box-shadow !important; +} + +.box-shadow-medium { + box-shadow: $box-shadow-medium !important; +} + +.box-shadow-large { + box-shadow: $box-shadow-large !important; +} + +.box-shadow-extra-large { + box-shadow: $box-shadow-extra-large !important; +} + +// Turn off box shadow + +.box-shadow-none { + box-shadow: none !important; +} diff --git a/assets/sass/@primer/css/utilities/colors.scss b/assets/sass/@primer/css/utilities/colors.scss new file mode 100644 index 0000000..0864f8f --- /dev/null +++ b/assets/sass/@primer/css/utilities/colors.scss @@ -0,0 +1,115 @@ +// Color utilities +// stylelint-disable block-opening-brace-space-before, comment-empty-line-before + +// background colors +/* Set the background to $bg-white */ +.bg-white { background-color: $bg-white !important; } +/* Set the background to $bg-blue */ +.bg-blue { background-color: $bg-blue !important; } +/* Set the background to $bg-blue-light */ +.bg-blue-light { background-color: $bg-blue-light !important; } +/* Set the background to $bg-gray-dark */ +.bg-gray-dark { background-color: $bg-gray-dark !important; } +/* Set the background to $bg-gray */ +.bg-gray { background-color: $bg-gray !important; } +/* Set the background to $bg-gray-light */ +.bg-gray-light { background-color: $bg-gray-light !important; } +/* Set the background to $bg-green */ +.bg-green { background-color: $bg-green !important; } +/* Set the background to $bg-green-light */ +.bg-green-light { background-color: $bg-green-light !important; } +/* Set the background to $bg-red */ +.bg-red { background-color: $bg-red !important; } +/* Set the background to $bg-red-light */ +.bg-red-light { background-color: $bg-red-light !important; } +/* Set the background to $bg-yellow */ +.bg-yellow { background-color: $bg-yellow !important; } +/* Set the background to $bg-yellow-light */ +.bg-yellow-light { background-color: $bg-yellow-light !important; } +/* Set the background to $bg-yellow-dark */ +.bg-yellow-dark { background-color: $bg-yellow-dark !important; } +/* Set the background to $bg-purple */ +.bg-purple { background-color: $bg-purple !important; } +/* Set the background to $bg-pink */ +.bg-pink { background-color: $bg-pink !important; } +/* Set the background to $bg-purple-light */ +.bg-purple-light { background-color: $bg-purple-light !important; } + +// Generate a foreground and background utility for every shade of every hue +@each $hue, $shades in $hue-maps { + @each $index, $color in $shades { + .color-#{$hue}-#{$index} { color: $color !important; } + .bg-#{$hue}-#{$index} { background-color: $color !important; } + } +} + +.bg-shade-gradient { + background-image: linear-gradient(180deg, rgba($black, 0.065), rgba($black, 0)) !important; + background-repeat: no-repeat !important; + background-size: 100% 200px !important; +} + +// text colors +/* Set the text color to $text-blue */ +.text-blue { color: $text-blue !important; } +/* Set the text color to $text-red */ +.text-red { color: $text-red !important; } +/* Set the text color to $text-gray-light */ +.text-gray-light { color: $text-gray-light !important; } +/* Set the text color to $text-gray */ +.text-gray { color: $text-gray !important; } +/* Set the text color to $text-gray-dark */ +.text-gray-dark { color: $text-gray-dark !important; } +/* Set the text color to $text-green */ +.text-green { color: $text-green !important; } +/* Set the text color to $text-yellow */ +.text-yellow { color: $text-yellow !important; } +/* Set the text color to $text-orange */ +.text-orange { color: $text-orange !important; } +/* Set the text color to $text-orange-light */ +.text-orange-light { color: $text-orange-light !important; } +/* Set the text color to $text-purple */ +.text-purple { color: $text-purple !important; } +/* Set the text color to $text-pink */ +.text-pink { color: $text-pink !important; } +/* Set the text color to $text-white */ +.text-white { color: $text-white !important; } +/* Set the text color to inherit */ +.text-inherit { color: inherit !important; } + +// Link colors +// Sets the links color to $text-gray and $text-blue on hover +.link-gray { + color: $text-gray !important; + + &:hover { + color: $text-blue !important; + } +} + +// Sets the links color to $text-gray-dark and $text-blue on hover +.link-gray-dark { + color: $text-gray-dark !important; + + &:hover { + color: $text-blue !important; + } +} + +/* Set the link color to $text-blue on hover + Useful when you want only part of a link to turn blue on hover */ +.link-hover-blue { + &:hover { + color: $text-blue !important; + } +} + +/* Make a link $text-gray, then $text-blue on hover and removes the underline */ +.muted-link { + color: $text-gray !important; + + &:hover { + color: $text-blue !important; + text-decoration: none; + } +} diff --git a/assets/sass/@primer/css/utilities/details.scss b/assets/sass/@primer/css/utilities/details.scss new file mode 100644 index 0000000..935bc05 --- /dev/null +++ b/assets/sass/@primer/css/utilities/details.scss @@ -0,0 +1,28 @@ +// stylelint-disable selector-max-type + +.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: $bg-black-fade; +} + +.details-reset { + // Remove marker added by the display: list-item browser default + > summary { list-style: none; } + // Remove marker added by details polyfill + > summary::before { display: none; } + // Remove marker added by Chrome + > summary::-webkit-details-marker { display: none; } +} diff --git a/assets/sass/@primer/css/utilities/flexbox.scss b/assets/sass/@primer/css/utilities/flexbox.scss new file mode 100644 index 0000000..a0cd73a --- /dev/null +++ b/assets/sass/@primer/css/utilities/flexbox.scss @@ -0,0 +1,51 @@ +// Flex utility classes +// stylelint-disable block-opening-brace-space-after, block-opening-brace-space-before +@each $breakpoint, $variant in $responsive-variants { + @include breakpoint($breakpoint) { + // Flexbox classes + // Container + .flex#{$variant}-row { flex-direction: row !important; } + .flex#{$variant}-row-reverse { flex-direction: row-reverse !important; } + .flex#{$variant}-column { flex-direction: column !important; } + .flex#{$variant}-column-reverse { flex-direction: column-reverse !important; } + + .flex#{$variant}-wrap { flex-wrap: wrap !important; } + .flex#{$variant}-nowrap { flex-wrap: nowrap !important; } + + .flex#{$variant}-justify-start { justify-content: flex-start !important; } + .flex#{$variant}-justify-end { justify-content: flex-end !important; } + .flex#{$variant}-justify-center { justify-content: center !important; } + .flex#{$variant}-justify-between { justify-content: space-between !important; } + .flex#{$variant}-justify-around { justify-content: space-around !important; } + + .flex#{$variant}-items-start { align-items: flex-start !important; } + .flex#{$variant}-items-end { align-items: flex-end !important; } + .flex#{$variant}-items-center { align-items: center !important; } + .flex#{$variant}-items-baseline { align-items: baseline !important; } + .flex#{$variant}-items-stretch { align-items: stretch !important; } + + .flex#{$variant}-content-start { align-content: flex-start !important; } + .flex#{$variant}-content-end { align-content: flex-end !important; } + .flex#{$variant}-content-center { align-content: center !important; } + .flex#{$variant}-content-between { align-content: space-between !important; } + .flex#{$variant}-content-around { align-content: space-around !important; } + .flex#{$variant}-content-stretch { align-content: stretch !important; } + + // Item + .flex#{$variant}-1 { flex: 1 !important; } + .flex#{$variant}-auto { flex: auto !important; } + .flex#{$variant}-grow-0 { flex-grow: 0 !important; } + .flex#{$variant}-shrink-0 { flex-shrink: 0 !important; } + + .flex#{$variant}-self-auto { align-self: auto !important; } + .flex#{$variant}-self-start { align-self: flex-start !important; } + .flex#{$variant}-self-end { align-self: flex-end !important; } + .flex#{$variant}-self-center { align-self: center !important; } + .flex#{$variant}-self-baseline { align-self: baseline !important; } + .flex#{$variant}-self-stretch { align-self: stretch !important; } + + .flex#{$variant}-order-1 { order: 1 !important; } + .flex#{$variant}-order-2 { order: 2 !important; } + .flex#{$variant}-order-none { order: inherit !important; } + } +} diff --git a/assets/sass/@primer/css/utilities/index.scss b/assets/sass/@primer/css/utilities/index.scss new file mode 100644 index 0000000..7d68a09 --- /dev/null +++ b/assets/sass/@primer/css/utilities/index.scss @@ -0,0 +1,14 @@ +@import "../support/index.scss"; +// utilities +@import "./animations.scss"; +@import "./borders.scss"; +@import "./box-shadow.scss"; +@import "./colors.scss"; +@import "./details.scss"; +@import "./flexbox.scss"; +@import "./layout.scss"; +@import "./margin.scss"; +@import "./padding.scss"; +@import "./typography.scss"; +// Visibility and display should always come last in the imports so that they override other utilities with !important +@import "./visibility-display.scss"; diff --git a/assets/sass/@primer/css/utilities/layout.scss b/assets/sass/@primer/css/utilities/layout.scss new file mode 100644 index 0000000..1b4da95 --- /dev/null +++ b/assets/sass/@primer/css/utilities/layout.scss @@ -0,0 +1,87 @@ +// Layout +// stylelint-disable block-opening-brace-space-after, block-opening-brace-space-before, comment-empty-line-before + +// Loop through the breakpoint values +@each $breakpoint, $variant in $responsive-variants { + @include breakpoint($breakpoint) { + @each $position in $responsive-positions { + .position#{$variant}-#{$position} { + position: $position !important; + } + } + } +} + +/* Set top 0 */ +.top-0 { top: 0 !important; } +/* Set right 0 */ +.right-0 { right: 0 !important; } +/* Set bottom 0 */ +.bottom-0 { bottom: 0 !important; } +/* Set left 0 */ +.left-0 { left: 0 !important; } + +/* Vertical align middle */ +.v-align-middle { vertical-align: middle !important; } +/* Vertical align top */ +.v-align-top { vertical-align: top !important; } +/* Vertical align bottom */ +.v-align-bottom { vertical-align: bottom !important; } +/* Vertical align to the top of the text */ +.v-align-text-top { vertical-align: text-top !important; } +/* Vertical align to the bottom of the text */ +.v-align-text-bottom { vertical-align: text-bottom !important; } +/* Vertical align to the parent's baseline */ +.v-align-baseline { vertical-align: baseline !important; } + +// Overflow utilities +@each $overflow in (visible, hidden, auto, scroll) { + .overflow-#{$overflow} { overflow: $overflow !important; } + .overflow-x-#{$overflow} { overflow-x: $overflow !important; } + .overflow-y-#{$overflow} { overflow-y: $overflow !important; } +} + +// Clear floats +/* Clear floats around the element */ +.clearfix { + @include clearfix; +} + +// Floats +@each $breakpoint, $variant in $responsive-variants { + @include breakpoint($breakpoint) { + /* Float to the left */ + .float#{$variant}-left { float: left !important; } + /* Float to the right */ + .float#{$variant}-right { float: right !important; } + /* No float */ + .float#{$variant}-none { float: none !important; } + } +} + +// Width and height utilities, helpful in combination +// with display-table utilities and images +/* Max width 100% */ +.width-fit { max-width: 100% !important; } +/* Set the width to 100% */ +.width-full { width: 100% !important; } +/* Max height 100% */ +.height-fit { max-height: 100% !important; } +/* Set the height to 100% */ +.height-full { height: 100% !important; } + +/* Remove min-width from element */ +.min-width-0 { min-width: 0 !important; } + +@each $breakpoint, $variant in $responsive-variants { + @include breakpoint($breakpoint) { + + // Auto varients + .width#{$variant}-auto { width: auto !important; } + + /* Set the direction to rtl */ + .direction#{$variant}-rtl { direction: rtl !important; } + /* Set the direction to ltr */ + .direction#{$variant}-ltr { direction: ltr !important; } + } +} diff --git a/assets/sass/@primer/css/utilities/margin.scss b/assets/sass/@primer/css/utilities/margin.scss new file mode 100644 index 0000000..2212e91 --- /dev/null +++ b/assets/sass/@primer/css/utilities/margin.scss @@ -0,0 +1,50 @@ +// Margin spacer utilities +// stylelint-disable block-opening-brace-space-before, declaration-colon-space-before, comment-empty-line-before + +// Loop through the breakpoint values +@each $breakpoint, $variant in $responsive-variants { + @include breakpoint($breakpoint) { + // Loop through the spacer values + @each $scale, $size in $spacer-map { + /* Set a $size margin to all sides at $breakpoint */ + .m#{$variant}-#{$scale} { margin: $size !important; } + /* Set a $size margin on the top at $breakpoint */ + .mt#{$variant}-#{$scale} { margin-top: $size !important; } + /* Set a $size margin on the right at $breakpoint */ + .mr#{$variant}-#{$scale} { margin-right: $size !important; } + /* Set a $size margin on the bottom at $breakpoint */ + .mb#{$variant}-#{$scale} { margin-bottom: $size !important; } + /* Set a $size margin on the left at $breakpoint */ + .ml#{$variant}-#{$scale} { margin-left: $size !important; } + + @if ($size != 0) { + /* Set a negative $size margin on top at $breakpoint */ + .mt#{$variant}-n#{$scale} { margin-top : -$size !important; } + /* Set a negative $size margin on the right at $breakpoint */ + .mr#{$variant}-n#{$scale} { margin-right : -$size !important; } + /* Set a negative $size margin on the bottom at $breakpoint */ + .mb#{$variant}-n#{$scale} { margin-bottom: -$size !important; } + /* Set a negative $size margin on the left at $breakpoint */ + .ml#{$variant}-n#{$scale} { margin-left : -$size !important; } + } + + /* Set a $size margin on the left & right at $breakpoint */ + .mx#{$variant}-#{$scale} { + margin-right: $size !important; + margin-left: $size !important; + } + + /* Set a $size margin on the top & bottom at $breakpoint */ + .my#{$variant}-#{$scale} { + margin-top: $size !important; + margin-bottom: $size !important; + } + } + + /* responsive horizontal auto margins */ + .mx#{$variant}-auto { + margin-right: auto !important; + margin-left: auto !important; + } + } +} diff --git a/assets/sass/@primer/css/utilities/padding.scss b/assets/sass/@primer/css/utilities/padding.scss new file mode 100644 index 0000000..9914bb8 --- /dev/null +++ b/assets/sass/@primer/css/utilities/padding.scss @@ -0,0 +1,49 @@ +// Padding spacer utilities +// stylelint-disable block-opening-brace-space-before, declaration-colon-space-before, comment-empty-line-before + +// Responsive padding spacer utilities +@each $breakpoint, $variant in $responsive-variants { + @include breakpoint($breakpoint) { + // Loop through the spacer values + @each $scale, $size in $spacer-map { + /* Set a $size padding to all sides at $breakpoint */ + .p#{$variant}-#{$scale} { padding: $size !important; } + /* Set a $size padding to the top at $breakpoint */ + .pt#{$variant}-#{$scale} { padding-top: $size !important; } + /* Set a $size padding to the right at $breakpoint */ + .pr#{$variant}-#{$scale} { padding-right: $size !important; } + /* Set a $size padding to the bottom at $breakpoint */ + .pb#{$variant}-#{$scale} { padding-bottom: $size !important; } + /* Set a $size padding to the left at $breakpoint */ + .pl#{$variant}-#{$scale} { padding-left: $size !important; } + + /* Set a $size padding to the left & right at $breakpoint */ + .px#{$variant}-#{$scale} { + padding-right: $size !important; + padding-left: $size !important; + } + + /* Set a $size padding to the top & bottom at $breakpoint */ + .py#{$variant}-#{$scale} { + padding-top: $size !important; + padding-bottom: $size !important; + } + } + } +} + +// responsive padding for containers +.p-responsive { + padding-right: $spacer-3 !important; + padding-left: $spacer-3 !important; + + @include breakpoint(sm) { + padding-right: $spacer-6 !important; + padding-left: $spacer-6 !important; + } + + @include breakpoint(lg) { + padding-right: $spacer-3 !important; + padding-left: $spacer-3 !important; + } +} diff --git a/assets/sass/@primer/css/utilities/typography.scss b/assets/sass/@primer/css/utilities/typography.scss new file mode 100644 index 0000000..f790a71 --- /dev/null +++ b/assets/sass/@primer/css/utilities/typography.scss @@ -0,0 +1,255 @@ +// stylelint-disable block-closing-brace-space-before, comment-empty-line-before + +// Type scale variables found in ../support/lib/variables.scss +// $h00-size-mobile: 40px; +// $h0-size-mobile: 32px; +// $h1-size-mobile: 26px; +// $h2-size-mobile: 22px; +// $h3-size-mobile: 18px; +// $h00-size: 48px; +// $h0-size: 40px; +// $h1-size: 32px; +// $h2-size: 24px; +// $h3-size: 20px; +// $h4-size: 16px; +// $h5-size: 14px; +// $h6-size: 12px; + +/* Set the font size to 26px */ +.h1 { + // stylelint-disable-next-line primer/typography + font-size: $h1-size-mobile !important; + + @include breakpoint(md) { font-size: $h1-size !important; } +} + +/* Set the font size to 22px */ +.h2 { + // stylelint-disable-next-line primer/typography + font-size: $h2-size-mobile !important; + + @include breakpoint(md) { font-size: $h2-size !important; } +} + +/* Set the font size to 18px */ +.h3 { + // stylelint-disable-next-line primer/typography + font-size: $h3-size-mobile !important; + + @include breakpoint(md) { font-size: $h3-size !important; } +} + +/* Set the font size to #{$h4-size} */ +.h4 { + font-size: $h4-size !important; +} + +/* Set the font size to #{$h5-size} */ +.h5 { font-size: $h5-size !important; } + +// Does not include color property like typography base +// styles, color should be applied with color utilities. +/* Set the font size to #{$h6-size} */ +.h6 { font-size: $h6-size !important; } + +// Heading utilities +.h1, +.h2, +.h3, +.h4, +.h5, +.h6 { font-weight: $font-weight-bold !important; } + +// Type utilities that match type sale +/* Set the font size to 26px */ +.f1 { + // stylelint-disable-next-line primer/typography + font-size: $h1-size-mobile !important; + + @include breakpoint(md) { font-size: $h1-size !important; } +} + +/* Set the font size to 22px */ +.f2 { + // stylelint-disable-next-line primer/typography + font-size: $h2-size-mobile !important; + + @include breakpoint(md) { font-size: $h2-size !important; } +} + +/* Set the font size to 18px */ +.f3 { + // stylelint-disable-next-line primer/typography + font-size: $h3-size-mobile !important; + + @include breakpoint(md) { font-size: $h3-size !important; } +} + +/* Set the font size to #{$h4-size} */ +.f4 { + font-size: $h4-size !important; + + @include breakpoint(md) { font-size: $h4-size !important; } +} + +/* Set the font size to #{$h5-size} */ +.f5 { font-size: $h5-size !important; } +/* Set the font size to #{$h6-size} */ +.f6 { font-size: $h6-size !important; } + +// Type utils with light weight that match type scale +/* Set the font size to 40px and weight to light */ +.f00-light { + // stylelint-disable-next-line primer/typography + font-size: $h00-size-mobile !important; + font-weight: $font-weight-light !important; + + @include breakpoint(md) { font-size: $h00-size !important; } +} + +/* Set the font size to 32px and weight to light */ +.f0-light { + // stylelint-disable-next-line primer/typography + font-size: $h0-size-mobile !important; + font-weight: $font-weight-light !important; + + @include breakpoint(md) { font-size: $h0-size !important; } +} + +/* Set the font size to 26px and weight to light */ +.f1-light { + // stylelint-disable-next-line primer/typography + font-size: $h1-size-mobile !important; + font-weight: $font-weight-light !important; + + @include breakpoint(md) { font-size: $h1-size !important; } +} + +/* Set the font size to 22px and weight to light */ +.f2-light { + // stylelint-disable-next-line primer/typography + font-size: $h2-size-mobile !important; + font-weight: $font-weight-light !important; + + @include breakpoint(md) { font-size: $h2-size !important; } +} + +// Same size and weight as .lead but without color property +/* Set the font size to 18px and weight to light */ +.f3-light { + // stylelint-disable-next-line primer/typography + font-size: $h3-size-mobile !important; + font-weight: $font-weight-light !important; + + @include breakpoint(md) { font-size: $h3-size !important; } +} + +// Smallest text size +/* Set the font size to ${#h6-size} */ +.text-small { font-size: $h6-size !important; } // 12px + +/* Large leading paragraphs */ +.lead { + // stylelint-disable-next-line primer/spacing + margin-bottom: 30px; + font-size: $h3-size; + font-weight: $font-weight-light; + color: $text-gray; +} + +// Line-height variations +// Close to commonly used line-heights. Most line-heights +// combined with type size equate to whole pixels. +// Will be improved with future typography scale updates. +// Responsive line-height +@each $breakpoint, $variant in $responsive-variants { + @include breakpoint($breakpoint) { + /* Set the line height to ultra condensed */ + .lh#{$variant}-condensed-ultra { line-height: $lh-condensed-ultra !important; } + /* Set the line height to condensed */ + .lh#{$variant}-condensed { line-height: $lh-condensed !important; } + /* Set the line height to default */ + .lh#{$variant}-default { line-height: $lh-default !important; } + /* Set the line height to zero */ + .lh#{$variant}-0 { line-height: 0 !important; } + } +} + +// Text alignments +// Responsive text alignment +@each $breakpoint, $variant in $responsive-variants { + @include breakpoint($breakpoint) { + /* Text align to the right */ + .text#{$variant}-right { text-align: right !important; } + /* Text align to the left */ + .text#{$variant}-left { text-align: left !important; } + /* Text align to the center */ + .text#{$variant}-center { text-align: center !important; } + } +} + +// Text styles +/* Set the font weight to normal */ +.text-normal { font-weight: $font-weight-normal !important; } +/* Set the font weight to bold */ +.text-bold { font-weight: $font-weight-bold !important;} +/* Set the font to italic */ +.text-italic { font-style: italic !important; } +/* Make text uppercase */ +.text-uppercase { text-transform: uppercase !important; } +/* Underline text */ +.text-underline { text-decoration: underline !important; } +/* Don't underline text */ +.no-underline { text-decoration: none !important; } +/* Don't wrap white space */ +.no-wrap { white-space: nowrap !important; } +/* Normal white space */ +.ws-normal { white-space: normal !important; } + +/* Force long "words" to wrap if they exceed the width of the container */ +.break-word { + word-break: break-word !important; + // this is for backwards compatibility with browsers that don't respect overflow-wrap + word-wrap: break-word !important; + overflow-wrap: break-word !important; +} + +/* + * Specifically apply word-break: break-all; per MDN: + * + * > Note: In contrast to `word-break: break-word` and `overflow-wrap: break-word`, + * > `word-break: break-all` will create a break at the exact place where text would + * > otherwise overflow its container (even if putting an entire word on its own line + * > would negate the need for a break). + * + * see: https://developer.mozilla.org/en-US/docs/Web/CSS/word-break#Values + */ +.wb-break-all { word-break: break-all !important; } + +.text-emphasized { + font-weight: $font-weight-bold; + color: $text-gray-dark; +} + +// List styles +.list-style-none { list-style: none !important; } + +// Text Shadows +/* Add a dark text shadow */ +.text-shadow-dark { + text-shadow: 0 1px 1px rgba($black, 0.25), 0 1px 25px rgba($black, 0.75); +} +/* Add a light text shadow */ +.text-shadow-light { + text-shadow: 0 1px 0 rgba($white, 0.5); +} + +/* Set to monospace font */ +.text-mono { + font-family: $mono-font !important; +} + +/* Disallow user from selecting text */ +.user-select-none { + user-select: none !important; +} diff --git a/assets/sass/@primer/css/utilities/visibility-display.scss b/assets/sass/@primer/css/utilities/visibility-display.scss new file mode 100644 index 0000000..61c6f5f --- /dev/null +++ b/assets/sass/@primer/css/utilities/visibility-display.scss @@ -0,0 +1,74 @@ +// Visibility and display utilities + +// Responsive display utilities +@each $breakpoint, $variant in $responsive-variants { + @include breakpoint($breakpoint) { + @each $display in $display-values { + .d#{$variant}-#{$display} { display: $display !important; } + } + } +} + +.v-hidden { visibility: hidden !important; } +.v-visible { visibility: visible !important; } + +// Hide utilities for each breakpoint +// Each hide utility only applies to one breakpoint range. +@media (max-width: $width-sm - 1px) { + .hide-sm { + display: none !important; + } +} + +@media (min-width: $width-sm) and (max-width: $width-md - 1px) { + .hide-md { + display: none !important; + } +} + +@media (min-width: $width-md) and (max-width: $width-lg - 1px) { + .hide-lg { + display: none !important; + } +} + +@media (min-width: $width-lg) { + .hide-xl { + display: none !important; + } +} + +/* Set the table-layout to fixed */ +.table-fixed { table-layout: fixed !important; } + +// Only display content to screen readers +// +// See: http://a11yproject.com/posts/how-to-hide-content/ +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + overflow: hidden; + clip: rect(0, 0, 0, 0); + // Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1241631 + word-wrap: normal; + border: 0; +} + +// Only display content on focus +.show-on-focus { + position: absolute; + width: 1px; + height: 1px; + margin: 0; + overflow: hidden; + clip: rect(1px, 1px, 1px, 1px); + + &:focus { + z-index: 20; + width: auto; + height: auto; + clip: auto; + } +} diff --git a/assets/sass/@primer/octicons/LICENSE b/assets/sass/@primer/octicons/LICENSE new file mode 100644 index 0000000..84c26c2 --- /dev/null +++ b/assets/sass/@primer/octicons/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 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/octicons/README.md b/assets/sass/@primer/octicons/README.md new file mode 100644 index 0000000..932eb38 --- /dev/null +++ b/assets/sass/@primer/octicons/README.md @@ -0,0 +1,141 @@ +# GitHub Octicons + +[](https://www.npmjs.org/package/@primer/octicons) + +> Octicons are a scalable set of icons handcrafted with <3 by GitHub. + +## Install + +**NOTE:** The compiled files are located in `build/`. This directory is located in the published npm package. Which means you can access it when you `npm install octicons`. You can also build this directory by following the [building octicons directions](#building-octicons). The files in the `lib/` directory are the raw source files and are not compiled or optimized. + +#### npm + +This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `octicons` with this command. + +``` +$ npm install @primer/octicons --save +``` + +## Usage + +For all the usages, we recommend using the CSS located in `build/build.css`. This is some simple CSS to normalize the icons and inherit colors. + +### Node + +After installing `npm install octicons` you can access the icons like this. + +```js +var octicons = require("octicons") +octicons.alert +// { keywords: [ 'warning', 'triangle', 'exclamation', 'point' ], +// path: '<path d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/>', +// height: '16', +// width: '16', +// symbol: 'alert', +// options: +// { version: '1.1', +// width: '16', +// height: '16', +// viewBox: '0 0 16 16', +// class: 'octicon octicon-alert', +// 'aria-hidden': 'true' }, +// toSVG: [Function] } +``` + +There will be a key for every icon, with [`toSVG`](#octiconsalerttosvg) and other properties. + +#### `octicons.alert.symbol` + +Returns the string of the symbol name, same as the key for that icon. + +```js +octicons.x.symbol +// "x" +``` + +#### `octicons.person.path` + +Returns the string representation of the path of the icon. + +```js +octicons.x.path +// <path d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"></path> +``` + +#### `octicons.issue.options` + +This is an object of all the attributes that will be added to the output tag. + +```js +octicons.x.options +// { version: '1.1', width: '12', height: '16', viewBox: '0 0 12 16', class: 'octicon octicon-x', 'aria-hidden': 'true' } +``` + +#### `octicons.alert.width` + +Returns the icon's true width, based on the svg view box width. _Note, this doesn't change if you scale it up with size options, it only is the natural width of the icon._ + +#### `octicons.alert.height` + +Returns the icon's true height, based on the svg view box height. _Note, this doesn't change if you scale it up with size options, it only is the natural height of the icon._ + +#### `keywords` + +Returns an array of keywords for the icon. The data comes from the [data file in lib](../data.json). Consider contributing more aliases for the icons. + +```js +octicons.x.keywords +// ["remove", "close", "delete"] +``` + +#### `octicons.alert.toSVG()` + +Returns a string of the `<svg>` tag. + +```js +octicons.x.toSVG() +// <svg version="1.1" width="12" height="16" viewBox="0 0 12 16" class="octicon octicon-x" aria-hidden="true"><path d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> +``` + +The `.toSVG()` method accepts an optional `options` object. This is used to add CSS classnames, a11y options, and sizing. + +##### class + +Add more CSS classes to the `<svg>` tag. + +```js +octicons.x.toSVG({ "class": "close" }) +// <svg version="1.1" width="12" height="16" viewBox="0 0 12 16" class="octicon octicon-x close" aria-hidden="true"><path d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> +``` + +##### aria-label + +Add accessibility `aria-label` to the icon. + +```js +octicons.x.toSVG({ "aria-label": "Close the window" }) +// <svg version="1.1" width="12" height="16" viewBox="0 0 12 16" class="octicon octicon-x" aria-label="Close the window" role="img"><path d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> +``` + +##### width & height + +Size the SVG icon larger using `width` & `height` independently or together. + +```js +octicons.x.toSVG({ "width": 45 }) +// <svg version="1.1" width="45" height="60" viewBox="0 0 12 16" class="octicon octicon-x" aria-hidden="true"><path d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> +``` + +## License + +(c) GitHub, Inc. + +When using the GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos). + +[MIT](./LICENSE) + +[primer]: https://github.com/primer/primer +[docs]: http://primercss.io/ +[npm]: https://www.npmjs.com/ +[install-npm]: https://docs.npmjs.com/getting-started/installing-node +[sass]: http://sass-lang.com/ diff --git a/assets/sass/@primer/octicons/build/build.css b/assets/sass/@primer/octicons/build/build.css new file mode 100644 index 0000000..31d9786 --- /dev/null +++ b/assets/sass/@primer/octicons/build/build.css @@ -0,0 +1,5 @@ +.octicon { + display: inline-block; + vertical-align: text-top; + fill: currentColor; +} diff --git a/assets/sass/@primer/octicons/build/data.json b/assets/sass/@primer/octicons/build/data.json new file mode 100644 index 0000000..441f7b9 --- /dev/null +++ b/assets/sass/@primer/octicons/build/data.json @@ -0,0 +1 @@ +{"alert":{"name":"alert","keywords":["warning","triangle","exclamation","point"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 000 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 00.01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z\"></path>"},"archive":{"name":"archive","keywords":["box","catalog"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 2H1v2h12V2zM0 4a1 1 0 001 1v9a1 1 0 001 1h10a1 1 0 001-1V5a1 1 0 001-1V2a1 1 0 00-1-1H1a1 1 0 00-1 1v2zm2 1h10v9H2V5zm2 3h6V7H4v1z\"></path>"},"arrow-both":{"name":"arrow-both","keywords":["point","direction","left","right"],"width":20,"height":16,"path":"<path d=\"M0 8l6-5v3h8V3l6 5-6 5v-3H6v3L0 8z\"></path>"},"arrow-down":{"name":"arrow-down","keywords":["point","direction"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 7V3H3v4H0l5 6 5-6H7z\"></path>"},"arrow-left":{"name":"arrow-left","keywords":["point","direction"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 3L0 8l6 5v-3h4V6H6V3z\"></path>"},"arrow-right":{"name":"arrow-right","keywords":["point","direction"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 8L4 3v3H0v4h4v3l6-5z\"></path>"},"arrow-small-down":{"name":"arrow-small-down","keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 7V5H2v2H0l3 4 3-4H4z\"></path>"},"arrow-small-left":{"name":"arrow-small-left","keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 7V5L0 8l4 3V9h2V7H4z\"></path>"},"arrow-small-right":{"name":"arrow-small-right","keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 8L2 5v2H0v2h2v2l4-3z\"></path>"},"arrow-small-up":{"name":"arrow-small-up","keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M3 5L0 9h2v2h2V9h2L3 5z\"></path>"},"arrow-up":{"name":"arrow-up","keywords":["point","direction"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5 3L0 9h3v4h4V9h3L5 3z\"></path>"},"beaker":{"name":"beaker","keywords":["experiment","labs","experimental","feature","test","science","education","study","development","testing"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14.38 14.59L11 7V3h1V2H3v1h1v4L.63 14.59A1 1 0 001.54 16h11.94c.72 0 1.2-.75.91-1.41h-.01zM3.75 10L5 7V3h5v4l1.25 3h-7.5zM8 8h1v1H8V8zM7 7H6V6h1v1zm0-3h1v1H7V4zm0-3H6V0h1v1z\"></path>"},"bell":{"name":"bell","keywords":["notification"],"width":15,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 12v1H0v-1l.73-.58c.77-.77.81-2.55 1.19-4.42C2.69 3.23 6 2 6 2c0-.55.45-1 1-1s1 .45 1 1c0 0 3.39 1.23 4.16 5 .38 1.88.42 3.66 1.19 4.42l.66.58H14zm-7 4c1.11 0 2-.89 2-2H5c0 1.11.89 2 2 2z\"></path>"},"bold":{"name":"bold","keywords":["markdown","bold","text"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M1 2h3.83c2.48 0 4.3.75 4.3 2.95 0 1.14-.63 2.23-1.67 2.61v.06c1.33.3 2.3 1.23 2.3 2.86 0 2.39-1.97 3.52-4.61 3.52H1V2zm3.66 4.95c1.67 0 2.38-.66 2.38-1.69 0-1.17-.78-1.61-2.34-1.61H3.13v3.3h1.53zm.27 5.39c1.77 0 2.75-.64 2.75-1.98 0-1.27-.95-1.81-2.75-1.81h-1.8v3.8h1.8v-.01z\"></path>"},"book":{"name":"book","keywords":["book","journal","wiki","readme"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M3 5h4v1H3V5zm0 3h4V7H3v1zm0 2h4V9H3v1zm11-5h-4v1h4V5zm0 2h-4v1h4V7zm0 2h-4v1h4V9zm2-6v9c0 .55-.45 1-1 1H9.5l-1 1-1-1H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h5.5l1 1 1-1H15c.55 0 1 .45 1 1zm-8 .5L7.5 3H2v9h6V3.5zm7-.5H9.5l-.5.5V12h6V3z\"></path>"},"bookmark":{"name":"bookmark","keywords":["tab","star"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 0H1C.27 0 0 .27 0 1v15l5-3.09L10 16V1c0-.73-.27-1-1-1zm-.78 4.25L6.36 5.61l.72 2.16c.06.22-.02.28-.2.17L5 6.6 3.12 7.94c-.19.11-.25.05-.2-.17l.72-2.16-1.86-1.36c-.17-.16-.14-.23.09-.23l2.3-.03.7-2.16h.25l.7 2.16 2.3.03c.23 0 .27.08.09.23h.01z\"></path>"},"briefcase":{"name":"briefcase","keywords":["suitcase","business"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 4V3c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v1H1c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1H9zM6 3h2v1H6V3zm7 6H8v1H6V9H1V5h1v3h10V5h1v4z\"></path>"},"broadcast":{"name":"broadcast","keywords":["rss","radio","signal"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 9H8c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1H6c-.55 0-1 .45-1 1v2h1v3c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-3h1v-2c0-.55-.45-1-1-1zM7 7h1v1H7V7zm2 4H8v4H7v-4H6v-1h3v1zm2.09-3.5c0-1.98-1.61-3.59-3.59-3.59A3.593 3.593 0 004 8.31v1.98c-.61-.77-1-1.73-1-2.8 0-2.48 2.02-4.5 4.5-4.5S12 5.01 12 7.49c0 1.06-.39 2.03-1 2.8V8.31c.06-.27.09-.53.09-.81zm3.91 0c0 2.88-1.63 5.38-4 6.63v-1.05a6.553 6.553 0 003.09-5.58A6.59 6.59 0 007.5.91 6.59 6.59 0 00.91 7.5c0 2.36 1.23 4.42 3.09 5.58v1.05A7.497 7.497 0 017.5 0C11.64 0 15 3.36 15 7.5z\"></path>"},"browser":{"name":"browser","keywords":["window","web"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5 3h1v1H5V3zM3 3h1v1H3V3zM1 3h1v1H1V3zm12 10H1V5h12v8zm0-9H7V3h6v1zm1-1c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V3z\"></path>"},"bug":{"name":"bug","keywords":["insect","issue"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11 10h3V9h-3V8l3.17-1.03-.34-.94L11 7V6c0-.55-.45-1-1-1V4c0-.48-.36-.88-.83-.97L10.2 2H12V1H9.8l-2 2h-.59L5.2 1H3v1h1.8l1.03 1.03C5.36 3.12 5 3.51 5 4v1c-.55 0-1 .45-1 1v1l-2.83-.97-.34.94L4 8v1H1v1h3v1L.83 12.03l.34.94L4 12v1c0 .55.45 1 1 1h1l1-1V6h1v7l1 1h1c.55 0 1-.45 1-1v-1l2.83.97.34-.94L11 11v-1zM9 5H6V4h3v1z\"></path>"},"calendar":{"name":"calendar","keywords":["time","day","month","year","date","appointment"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 2h-1v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H6v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H2c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h11c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 12H2V5h11v9zM5 3H4V1h1v2zm6 0h-1V1h1v2zM6 7H5V6h1v1zm2 0H7V6h1v1zm2 0H9V6h1v1zm2 0h-1V6h1v1zM4 9H3V8h1v1zm2 0H5V8h1v1zm2 0H7V8h1v1zm2 0H9V8h1v1zm2 0h-1V8h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1zm2 0h-1v-1h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1z\"></path>"},"check":{"name":"check","keywords":["mark","yes","confirm","accept","ok","success"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5L12 5z\"></path>"},"checklist":{"name":"checklist","keywords":["todo","tasks"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M16 8.5l-6 6-3-3L8.5 10l1.5 1.5L14.5 7 16 8.5zM5.7 12.2l.8.8H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h7c.55 0 1 .45 1 1v6.5l-.8-.8c-.39-.39-1.03-.39-1.42 0L5.7 10.8a.996.996 0 000 1.41v-.01zM4 4h5V3H4v1zm0 2h5V5H4v1zm0 2h3V7H4v1zM3 9H2v1h1V9zm0-2H2v1h1V7zm0-2H2v1h1V5zm0-2H2v1h1V3z\"></path>"},"chevron-down":{"name":"chevron-down","keywords":["triangle","arrow"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5 11L0 6l1.5-1.5L5 8.25 8.5 4.5 10 6l-5 5z\"></path>"},"chevron-left":{"name":"chevron-left","keywords":["triangle","arrow"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5.5 3L7 4.5 3.25 8 7 11.5 5.5 13l-5-5 5-5z\"></path>"},"chevron-right":{"name":"chevron-right","keywords":["triangle","arrow"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7.5 8l-5 5L1 11.5 4.75 8 1 4.5 2.5 3l5 5z\"></path>"},"chevron-up":{"name":"chevron-up","keywords":["triangle","arrow"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 10l-1.5 1.5L5 7.75 1.5 11.5 0 10l5-5 5 5z\"></path>"},"circle-slash":{"name":"circle-slash","keywords":["no","deny","fail","failure","error","bad"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm0 1.3c1.3 0 2.5.44 3.47 1.17l-8 8A5.755 5.755 0 011.3 8c0-3.14 2.56-5.7 5.7-5.7zm0 11.41c-1.3 0-2.5-.44-3.47-1.17l8-8c.73.97 1.17 2.17 1.17 3.47 0 3.14-2.56 5.7-5.7 5.7z\"></path>"},"circuit-board":{"name":"circuit-board","keywords":["developer","hardware","electricity"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M3 5c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm8 0c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0 6c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm2-10H5v2.17c.36.19.64.47.83.83h2.34c.42-.78 1.33-1.28 2.34-1.05.75.19 1.36.8 1.53 1.55.31 1.38-.72 2.59-2.05 2.59-.8 0-1.48-.44-1.83-1.09H5.83c-.42.8-1.33 1.28-2.34 1.03-.73-.17-1.34-.78-1.52-1.52C1.72 4.49 2.2 3.59 3 3.17V1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1l5-5h2.17c.42-.78 1.33-1.28 2.34-1.05.75.19 1.36.8 1.53 1.55.31 1.38-.72 2.59-2.05 2.59-.8 0-1.48-.44-1.83-1.09H6.99L4 15h9c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1z\"></path>"},"clippy":{"name":"clippy","keywords":["copy","paste","save","capture","clipboard"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M2 13h4v1H2v-1zm5-6H2v1h5V7zm2 3V8l-3 3 3 3v-2h5v-2H9zM4.5 9H2v1h2.5V9zM2 12h2.5v-1H2v1zm9 1h1v2c-.02.28-.11.52-.3.7-.19.18-.42.28-.7.3H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h3c0-1.11.89-2 2-2 1.11 0 2 .89 2 2h3c.55 0 1 .45 1 1v5h-1V6H1v9h10v-2zM2 5h8c0-.55-.45-1-1-1H8c-.55 0-1-.45-1-1s-.45-1-1-1-1 .45-1 1-.45 1-1 1H3c-.55 0-1 .45-1 1z\"></path>"},"clock":{"name":"clock","keywords":["time","hour","minute","second","watch"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 8h3v2H7c-.55 0-1-.45-1-1V4h2v4zM7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 011.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7z\"></path>"},"cloud-download":{"name":"cloud-download","keywords":["save","install","get"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 12h2l-3 3-3-3h2V7h2v5zm3-8c0-.44-.91-3-4.5-3C5.08 1 3 2.92 3 5 1.02 5 0 6.52 0 8c0 1.53 1 3 3 3h3V9.7H3C1.38 9.7 1.3 8.28 1.3 8c0-.17.05-1.7 1.7-1.7h1.3V5c0-1.39 1.56-2.7 3.2-2.7 2.55 0 3.13 1.55 3.2 1.8v1.2H12c.81 0 2.7.22 2.7 2.2 0 2.09-2.25 2.2-2.7 2.2h-2V11h2c2.08 0 4-1.16 4-3.5C16 5.06 14.08 4 12 4z\"></path>"},"cloud-upload":{"name":"cloud-upload","keywords":["put","export"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 9H5l3-3 3 3H9v5H7V9zm5-4c0-.44-.91-3-4.5-3C5.08 2 3 3.92 3 6 1.02 6 0 7.52 0 9c0 1.53 1 3 3 3h3v-1.3H3c-1.62 0-1.7-1.42-1.7-1.7 0-.17.05-1.7 1.7-1.7h1.3V6c0-1.39 1.56-2.7 3.2-2.7 2.55 0 3.13 1.55 3.2 1.8v1.2H12c.81 0 2.7.22 2.7 2.2 0 2.09-2.25 2.2-2.7 2.2h-2V12h2c2.08 0 4-1.16 4-3.5C16 6.06 14.08 5 12 5z\"></path>"},"code":{"name":"code","keywords":["brackets"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z\"></path>"},"comment-discussion":{"name":"comment-discussion","keywords":["converse","talk"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15 1H6c-.55 0-1 .45-1 1v2H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h1v3l3-3h4c.55 0 1-.45 1-1V9h1l3 3V9h1c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM9 11H4.5L3 12.5V11H1V5h4v3c0 .55.45 1 1 1h3v2zm6-3h-2v1.5L11.5 8H6V2h9v6z\"></path>"},"comment":{"name":"comment","keywords":["speak","bubble"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 1H2c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h2v3.5L7.5 11H14c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 9H7l-2 2v-2H2V2h12v8z\"></path>"},"credit-card":{"name":"credit-card","keywords":["money","billing","payments","transactions"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 9H2V8h10v1zm4-6v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h14c.55 0 1 .45 1 1zm-1 3H1v6h14V6zm0-3H1v1h14V3zm-9 7H2v1h4v-1z\"></path>"},"dash":{"name":"dash","keywords":["hyphen","range"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 7v2h8V7H0z\"></path>"},"dashboard":{"name":"dashboard","keywords":["speed","dial"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 5H8V4h1v1zm4 3h-1v1h1V8zM6 5H5v1h1V5zM5 8H4v1h1V8zm11-5.5l-.5-.5L9 7c-.06-.02-1 0-1 0-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-.92l6-5.58zm-1.59 4.09c.19.61.3 1.25.3 1.91 0 3.42-2.78 6.2-6.2 6.2-3.42 0-6.21-2.78-6.21-6.2 0-3.42 2.78-6.2 6.2-6.2 1.2 0 2.31.34 3.27.94l.94-.94A7.459 7.459 0 008.51 1C4.36 1 1 4.36 1 8.5 1 12.64 4.36 16 8.5 16c4.14 0 7.5-3.36 7.5-7.5 0-1.03-.2-2.02-.59-2.91l-1 1z\"></path>"},"database":{"name":"database","keywords":["disks","data"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 15c-3.31 0-6-.9-6-2v-2c0-.17.09-.34.21-.5.67.86 3 1.5 5.79 1.5s5.12-.64 5.79-1.5c.13.16.21.33.21.5v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V7c0-.11.04-.21.09-.31.03-.06.07-.13.12-.19C.88 7.36 3.21 8 6 8s5.12-.64 5.79-1.5c.05.06.09.13.12.19.05.1.09.21.09.31v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V3c0-1.1 2.69-2 6-2s6 .9 6 2v2c0 1.1-2.69 2-6 2zm0-5c-2.21 0-4 .45-4 1s1.79 1 4 1 4-.45 4-1-1.79-1-4-1z\"></path>"},"dependent":{"name":"dependent","keywords":["dependency","dependent","file"],"width":16,"height":16,"path":"<path d=\"M1 1h7.5l2 2H9L8 2H1v12h10v-1h1v1c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1zm9 6h3v1h-3V7zm2 2h-2v1h2V9zM8.583 4h4.375L15 6v5.429a.58.58 0 01-.583.571H8.583A.58.58 0 018 11.429V10h1v1h5V6.5L12.5 5H9v1H8V4.571A.58.58 0 018.583 4zM9.5 7H6.667V5l-4 3 4 3V9H9.5V7z\"></path>"},"desktop-download":{"name":"desktop-download","keywords":["clone","download"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 6h3V0h2v6h3l-4 4-4-4zm11-4h-4v1h4v8H1V3h4V2H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5.34c-.25.61-.86 1.39-2.34 2h8c-1.48-.61-2.09-1.39-2.34-2H15c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z\"></path>"},"device-camera-video":{"name":"device-camera-video","keywords":["watch","view","media","stream"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.2 2.09L10 5.72V3c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V9.28l5.2 3.63c.33.23.8 0 .8-.41v-10c0-.41-.47-.64-.8-.41z\"></path>"},"device-camera":{"name":"device-camera","keywords":["photo","picture","image","snapshot"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15 3H7c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zM6 5H2V4h4v1zm4.5 7C8.56 12 7 10.44 7 8.5S8.56 5 10.5 5 14 6.56 14 8.5 12.44 12 10.5 12zM13 8.5c0 1.38-1.13 2.5-2.5 2.5S8 9.87 8 8.5 9.13 6 10.5 6 13 7.13 13 8.5z\"></path>"},"device-desktop":{"name":"device-desktop","keywords":["computer","monitor"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15 2H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5.34c-.25.61-.86 1.39-2.34 2h8c-1.48-.61-2.09-1.39-2.34-2H15c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 9H1V3h14v8z\"></path>"},"device-mobile":{"name":"device-mobile","keywords":["phone","iphone","cellphone"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM5 15.3c-.72 0-1.3-.58-1.3-1.3 0-.72.58-1.3 1.3-1.3.72 0 1.3.58 1.3 1.3 0 .72-.58 1.3-1.3 1.3zM9 12H1V2h8v10z\"></path>"},"diff-added":{"name":"diff-added","keywords":["new","addition","plus"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zM6 9H3V7h3V4h2v3h3v2H8v3H6V9z\"></path>"},"diff-ignored":{"name":"diff-ignored","keywords":["slash"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zm-8.5-2H3v-1.5L9.5 4H11v1.5L4.5 12z\"></path>"},"diff-modified":{"name":"diff-modified","keywords":["dot","changed","updated"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zM4 8c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3-3-1.34-3-3z\"></path>"},"diff-removed":{"name":"diff-removed","keywords":["deleted","subtracted","dash"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zm-2-5H3V7h8v2z\"></path>"},"diff-renamed":{"name":"diff-renamed","keywords":["moved","arrow"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 9H3V7h3V4l5 4-5 4V9zm8-7v12c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h12c.55 0 1 .45 1 1zm-1 0H1v12h12V2z\"></path>"},"diff":{"name":"diff","keywords":["difference","changes","compare"],"width":13,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 7h2v1H6v2H5V8H3V7h2V5h1v2zm-3 6h5v-1H3v1zM7.5 2L11 5.5V15c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h6.5zM10 6L7 3H1v12h9V6zM8.5 0H3v1h5l4 4v8h1V4.5L8.5 0z\"></path>"},"ellipsis":{"name":"ellipsis","keywords":["dot","read","more","hidden","expand"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11 5H1c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zM4 9H2V7h2v2zm3 0H5V7h2v2zm3 0H8V7h2v2z\"></path>"},"eye-closed":{"name":"eye-closed","keywords":["hidden","invisible","concealed",""],"width":16,"height":14,"path":"<path fill-rule=\"evenodd\" d=\"M14.822.854a.5.5 0 10-.707-.708l-2.11 2.11C10.89 1.483 9.565.926 8.06.926c-5.06 0-8.06 6-8.06 6s1.162 2.323 3.258 4.078l-2.064 2.065a.5.5 0 10.707.707L14.822.854zM4.86 9.403L6.292 7.97A1.999 1.999 0 016 6.925c0-1.11.89-2 2-2 .384 0 .741.106 1.045.292l1.433-1.433A3.98 3.98 0 008 2.925c-2.2 0-4 1.8-4 4 0 .938.321 1.798.859 2.478zm7.005-3.514l1.993-1.992A14.873 14.873 0 0116 6.925s-3 6-7.94 6a6.609 6.609 0 01-2.661-.57l1.565-1.566c.33.089.678.136 1.036.136 2.22 0 4-1.78 4-4 0-.358-.047-.705-.136-1.036zM9.338 8.415l.152-.151a1.996 1.996 0 01-.152.151z\"></path>"},"eye":{"name":"eye","keywords":["look","watch","see"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z\"></path>"},"file-binary":{"name":"file-binary","keywords":["image","video","word","powerpoint","excel"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 12h1v1H2v-1h1v-2H2V9h2v3zm8-7.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v12h10V5zM8 4H6v1h1v2H6v1h3V7H8V4zM2 4h3v4H2V4zm1 3h1V5H3v2zm3 2h3v4H6V9zm1 3h1v-2H7v2z\"></path>"},"file-code":{"name":"file-code","keywords":["text","javascript","html","css","php","ruby","coffeescript","sass","scss"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM5 6.98L3.5 8.5 5 10l-.5 1L2 8.5 4.5 6l.5.98zM7.5 6L10 8.5 7.5 11l-.5-.98L8.5 8.5 7 7l.5-1z\"></path>"},"file-directory":{"name":"file-directory","keywords":["folder"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 4H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zM6 4H1V3h5v1z\"></path>"},"file-media":{"name":"file-media","keywords":["image","video","audio"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 5h2v2H6V5zm6-.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v11l3-5 2 4 2-2 3 3V5z\"></path>"},"file-pdf":{"name":"file-pdf","keywords":["adobe"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.5 1H1a1 1 0 00-1 1v12a1 1 0 001 1h10a1 1 0 001-1V4.5L8.5 1zM1 2h4a.68.68 0 00-.31.2 1.08 1.08 0 00-.23.47 4.22 4.22 0 00-.09 1.47c.06.609.173 1.211.34 1.8A21.78 21.78 0 013.6 8.6c-.5 1-.8 1.66-.91 1.84a7.156 7.156 0 00-.69.3c-.362.165-.699.38-1 .64V2zm4.42 4.8a5.65 5.65 0 001.17 2.09c.275.237.595.417.94.53-.64.09-1.23.2-1.81.33-.618.15-1.223.347-1.81.59s.22-.44.61-1.25c.365-.74.67-1.51.91-2.3l-.01.01zM11 14H1.5a.743.743 0 01-.17 0 2.12 2.12 0 00.73-.44 10.14 10.14 0 001.78-2.38c.31-.13.58-.23.81-.31l.42-.14c.45-.13.94-.23 1.44-.33s1-.16 1.48-.2c.447.216.912.394 1.39.53.403.11.814.188 1.23.23h.38V14H11zm0-4.86a3.743 3.743 0 00-.64-.28 4.221 4.221 0 00-.75-.11c-.411.003-.822.03-1.23.08a3 3 0 01-1-.64 6.07 6.07 0 01-1.29-2.33c.111-.661.178-1.33.2-2 .02-.25.02-.5 0-.75a1.05 1.05 0 00-.2-.88.82.82 0 00-.61-.23H8l3 3v4.14z\"></path>"},"file-submodule":{"name":"file-submodule","keywords":["folder"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 7H4v7h9c.55 0 1-.45 1-1V8h-4V7zM9 9H5V8h4v1zm4-5H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h2V7c0-.55.45-1 1-1h6c.55 0 1 .45 1 1h3V5c0-.55-.45-1-1-1zM6 4H1V3h5v1z\"></path>"},"file-symlink-directory":{"name":"file-symlink-directory","keywords":["folder","subfolder","link","alias"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 4H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zM1 3h5v1H1V3zm6 9v-2c-.98-.02-1.84.22-2.55.7-.71.48-1.19 1.25-1.45 2.3.02-1.64.39-2.88 1.13-3.73C4.86 8.43 5.82 8 7.01 8V6l4 3-4 3H7z\"></path>"},"file-symlink-file":{"name":"file-symlink-file","keywords":["link","alias"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM6 4.5l4 3-4 3v-2c-.98-.02-1.84.22-2.55.7-.71.48-1.19 1.25-1.45 2.3.02-1.64.39-2.88 1.13-3.73.73-.84 1.69-1.27 2.88-1.27v-2H6z\"></path>"},"file-zip":{"name":"file-zip","keywords":["compress","archive"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.5 1H1a1 1 0 00-1 1v12a1 1 0 001 1h10a1 1 0 001-1V4.5L8.5 1zM11 14H1V2h3v1h1V2h3l3 3v9zM5 4V3h1v1H5zM4 4h1v1H4V4zm1 2V5h1v1H5zM4 6h1v1H4V6zm1 2V7h1v1H5zM4 9.28A2 2 0 003 11v1h4v-1a2 2 0 00-2-2V8H4v1.28zM6 10v1H4v-1h2z\"></path>"},"file":{"name":"file","keywords":["file","text","words"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 5H2V4h4v1zM2 8h7V7H2v1zm0 2h7V9H2v1zm0 2h7v-1H2v1zm10-7.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v12h10V5z\"></path>"},"flame":{"name":"flame","keywords":["fire","hot","burn","trending"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5.05.31c.81 2.17.41 3.38-.52 4.31C3.55 5.67 1.98 6.45.9 7.98c-1.45 2.05-1.7 6.53 3.53 7.7-2.2-1.16-2.67-4.52-.3-6.61-.61 2.03.53 3.33 1.94 2.86 1.39-.47 2.3.53 2.27 1.67-.02.78-.31 1.44-1.13 1.81 3.42-.59 4.78-3.42 4.78-5.56 0-2.84-2.53-3.22-1.25-5.61-1.52.13-2.03 1.13-1.89 2.75.09 1.08-1.02 1.8-1.86 1.33-.67-.41-.66-1.19-.06-1.78C8.18 5.31 8.68 2.45 5.05.32L5.03.3l.02.01z\"></path>"},"fold-down":{"name":"fold-down","keywords":["unfold","hide","collapse","down"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 11l3 3 3-3H8V5H6v6H4zm-4 0c0 .55.45 1 1 1h2.5l-1-1h-1l2-2H5V8H3.5l-2-2H5V5H1c-.55 0-1 .45-1 1l2.5 2.5L0 11zm10.5-2H9V8h1.5l2-2H9V5h4c.55 0 1 .45 1 1l-2.5 2.5L14 11c0 .55-.45 1-1 1h-2.5l1-1h1l-2-2z\"></path>"},"fold-up":{"name":"fold-up","keywords":["unfold","hide","collapse","up"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 6L7 3 4 6h2v6h2V6h2zm4 0c0-.55-.45-1-1-1h-2.5l1 1h1l-2 2H9v1h1.5l2 2H9v1h4c.55 0 1-.45 1-1l-2.5-2.5L14 6zM3.5 8H5v1H3.5l-2 2H5v1H1c-.55 0-1-.45-1-1l2.5-2.5L0 6c0-.55.45-1 1-1h2.5l-1 1h-1l2 2z\"></path>"},"fold":{"name":"fold","keywords":["unfold","hide","collapse"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 9l3 3H8v3H6v-3H4l3-3zm3-6H8V0H6v3H4l3 3 3-3zm4 2c0-.55-.45-1-1-1h-2.5l-1 1h3l-2 2h-7l-2-2h3l-1-1H1c-.55 0-1 .45-1 1l2.5 2.5L0 10c0 .55.45 1 1 1h2.5l1-1h-3l2-2h7l2 2h-3l1 1H13c.55 0 1-.45 1-1l-2.5-2.5L14 5z\"></path>"},"gear":{"name":"gear","keywords":["settings"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 8.77v-1.6l-1.94-.64-.45-1.09.88-1.84-1.13-1.13-1.81.91-1.09-.45-.69-1.92h-1.6l-.63 1.94-1.11.45-1.84-.88-1.13 1.13.91 1.81-.45 1.09L0 7.23v1.59l1.94.64.45 1.09-.88 1.84 1.13 1.13 1.81-.91 1.09.45.69 1.92h1.59l.63-1.94 1.11-.45 1.84.88 1.13-1.13-.92-1.81.47-1.09L14 8.75v.02zM7 11c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"></path>"},"gift":{"name":"gift","keywords":["package","present","skill","craft","freebie"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 4h-1.38c.19-.33.33-.67.36-.91.06-.67-.11-1.22-.52-1.61C11.1 1.1 10.65 1 10.1 1h-.11c-.53.02-1.11.25-1.53.58-.42.33-.73.72-.97 1.2-.23-.48-.55-.88-.97-1.2-.42-.32-1-.58-1.53-.58h-.03c-.56 0-1.06.09-1.44.48-.41.39-.58.94-.52 1.61.03.23.17.58.36.91H1.98c-.55 0-1 .45-1 1v3h1v5c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V8h1V5c0-.55-.45-1-1-1H13zm-4.78-.88c.17-.36.42-.67.75-.92.3-.23.72-.39 1.05-.41h.09c.45 0 .66.11.8.25s.33.39.3.95c-.05.19-.25.61-.5 1h-2.9l.41-.88v.01zM4.09 2.04c.13-.13.31-.25.91-.25.31 0 .72.17 1.03.41.33.25.58.55.75.92L7.2 4H4.3c-.25-.39-.45-.81-.5-1-.03-.56.16-.81.3-.95l-.01-.01zM7 12.99H3V8h4v5-.01zm0-6H2V5h5v2-.01zm5 6H8V8h4v5-.01zm1-6H8V5h5v2-.01z\"></path>"},"gist-secret":{"name":"gist-secret","keywords":["gist","secret","private"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 10.5L9 14H5l1-3.5L5.25 9h3.5L8 10.5zM10 6H4L2 7h10l-2-1zM9 2L7 3 5 2 4 5h6L9 2zm4.03 7.75L10 9l1 2-2 3h3.22c.45 0 .86-.31.97-.75l.56-2.28c.14-.53-.19-1.08-.72-1.22zM4 9l-3.03.75c-.53.14-.86.69-.72 1.22l.56 2.28c.11.44.52.75.97.75H5l-2-3 1-2z\"></path>"},"gist":{"name":"gist","keywords":["gist","github"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7.5 5L10 7.5 7.5 10l-.75-.75L8.5 7.5 6.75 5.75 7.5 5zm-3 0L2 7.5 4.5 10l.75-.75L3.5 7.5l1.75-1.75L4.5 5zM0 13V2c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v11c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1zm1 0h10V2H1v11z\"></path>"},"git-branch":{"name":"git-branch","keywords":["fork","branch","git","duplicate"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 00-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 00-1-3.72C.88 1 0 1.89 0 3a2 2 0 001 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"></path>"},"git-commit":{"name":"git-commit","keywords":["save"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10.86 7c-.45-1.72-2-3-3.86-3-1.86 0-3.41 1.28-3.86 3H0v2h3.14c.45 1.72 2 3 3.86 3 1.86 0 3.41-1.28 3.86-3H14V7h-3.14zM7 10.2c-1.22 0-2.2-.98-2.2-2.2 0-1.22.98-2.2 2.2-2.2 1.22 0 2.2.98 2.2 2.2 0 1.22-.98 2.2-2.2 2.2z\"></path>"},"git-compare":{"name":"git-compare","keywords":["difference","changes"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5 12H4c-.27-.02-.48-.11-.69-.31-.21-.2-.3-.42-.31-.69V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V11c.03.78.34 1.47.94 2.06.6.59 1.28.91 2.06.94h1v2l3-3-3-3v2zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm11 9.48V5c-.03-.78-.34-1.47-.94-2.06-.6-.59-1.28-.91-2.06-.94H9V0L6 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0012 15a1.993 1.993 0 001-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"></path>"},"git-merge":{"name":"git-merge","keywords":["join"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 7c-.73 0-1.38.41-1.73 1.02V8C7.22 7.98 6 7.64 5.14 6.98c-.75-.58-1.5-1.61-1.89-2.44A1.993 1.993 0 002 .99C.89.99 0 1.89 0 3a2 2 0 001 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2a1.993 1.993 0 001-3.72V7.67c.67.7 1.44 1.27 2.3 1.69.86.42 2.03.63 2.97.64v-.02c.36.61 1 1.02 1.73 1.02 1.11 0 2-.89 2-2 0-1.11-.89-2-2-2zm-6.8 6c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm8 6c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"></path>"},"git-pull-request":{"name":"git-pull-request","keywords":["review"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0010 15a1.993 1.993 0 001-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 00-1 3.72v6.56A1.993 1.993 0 002 15a1.993 1.993 0 001-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"></path>"},"github-action":{"name":"github-action","keywords":["board","workflow","action","automation"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 2h6c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1H9a1 1 0 11-2 0H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h6a1 1 0 112 0zm6 1v10H1V3h14zm-2.5 4a1.5 1.5 0 100-3 1.5 1.5 0 000 3z\"></path>"},"globe":{"name":"globe","keywords":["world","earth","planet"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 1C3.14 1 0 4.14 0 8s3.14 7 7 7c.48 0 .94-.05 1.38-.14-.17-.08-.2-.73-.02-1.09.19-.41.81-1.45.2-1.8-.61-.35-.44-.5-.81-.91-.37-.41-.22-.47-.25-.58-.08-.34.36-.89.39-.94.02-.06.02-.27 0-.33 0-.08-.27-.22-.34-.23-.06 0-.11.11-.2.13-.09.02-.5-.25-.59-.33-.09-.08-.14-.23-.27-.34-.13-.13-.14-.03-.33-.11s-.8-.31-1.28-.48c-.48-.19-.52-.47-.52-.66-.02-.2-.3-.47-.42-.67-.14-.2-.16-.47-.2-.41-.04.06.25.78.2.81-.05.02-.16-.2-.3-.38-.14-.19.14-.09-.3-.95s.14-1.3.17-1.75c.03-.45.38.17.19-.13-.19-.3 0-.89-.14-1.11-.13-.22-.88.25-.88.25.02-.22.69-.58 1.16-.92.47-.34.78-.06 1.16.05.39.13.41.09.28-.05-.13-.13.06-.17.36-.13.28.05.38.41.83.36.47-.03.05.09.11.22s-.06.11-.38.3c-.3.2.02.22.55.61s.38-.25.31-.55c-.07-.3.39-.06.39-.06.33.22.27.02.5.08.23.06.91.64.91.64-.83.44-.31.48-.17.59.14.11-.28.3-.28.3-.17-.17-.19.02-.3.08-.11.06-.02.22-.02.22-.56.09-.44.69-.42.83 0 .14-.38.36-.47.58-.09.2.25.64.06.66-.19.03-.34-.66-1.31-.41-.3.08-.94.41-.59 1.08.36.69.92-.19 1.11-.09.19.1-.06.53-.02.55.04.02.53.02.56.61.03.59.77.53.92.55.17 0 .7-.44.77-.45.06-.03.38-.28 1.03.09.66.36.98.31 1.2.47.22.16.08.47.28.58.2.11 1.06-.03 1.28.31.22.34-.88 2.09-1.22 2.28-.34.19-.48.64-.84.92s-.81.64-1.27.91c-.41.23-.47.66-.66.8 3.14-.7 5.48-3.5 5.48-6.84 0-3.86-3.14-7-7-7L7 1zm1.64 6.56c-.09.03-.28.22-.78-.08-.48-.3-.81-.23-.86-.28 0 0-.05-.11.17-.14.44-.05.98.41 1.11.41.13 0 .19-.13.41-.05.22.08.05.13-.05.14zM6.34 1.7c-.05-.03.03-.08.09-.14.03-.03.02-.11.05-.14.11-.11.61-.25.52.03-.11.27-.58.3-.66.25zm1.23.89c-.19-.02-.58-.05-.52-.14.3-.28-.09-.38-.34-.38-.25-.02-.34-.16-.22-.19.12-.03.61.02.7.08.08.06.52.25.55.38.02.13 0 .25-.17.25zm1.47-.05c-.14.09-.83-.41-.95-.52-.56-.48-.89-.31-1-.41-.11-.1-.08-.19.11-.34.19-.15.69.06 1 .09.3.03.66.27.66.55.02.25.33.5.19.63h-.01z\"></path>"},"grabber":{"name":"grabber","keywords":["mover","drap","drop","sort"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 4v1H0V4h8zM0 8h8V7H0v1zm0 3h8v-1H0v1z\"></path>"},"graph":{"name":"graph","keywords":["trend","stats","statistics"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M16 14v1H0V0h1v14h15zM5 13H3V8h2v5zm4 0H7V3h2v10zm4 0h-2V6h2v7z\"></path>"},"heart-outline":{"name":"heart-outline","keywords":["love","beat"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M1.192 3.924C1.909 3.294 2.835 3 3.727 3 4.73 3 5.513 3.485 6 3.894 6.488 3.485 7.271 3 8.273 3c.892 0 1.818.293 2.535.924C11.545 4.572 12 5.525 12 6.7c0 .962-.435 1.891-.944 2.67-.522.8-1.2 1.558-1.852 2.203a24.563 24.563 0 01-1.793 1.6c-.451.365-1.39 1.045-1.39 1.045s-1.277-.921-1.431-1.046a24.57 24.57 0 01-1.793-1.599c-.652-.645-1.33-1.404-1.853-2.202C.434 8.59 0 7.662 0 6.7c0-1.175.455-2.128 1.192-2.776zm4.96 7.694l-.151.122a22.6 22.6 0 01-1.797-1.588c-.599-.593-1.17-1.24-1.586-1.876C2.19 7.621 2 7.088 2 6.7c0-.625.226-1.022.513-1.274.305-.27.743-.426 1.214-.426.344 0 .686.172.993.43.191.161.332.314.455.448.255.278.432.472.826.472a.868.868 0 00.497-.14c.146-.096.264-.232.394-.38.112-.13.234-.27.39-.4.306-.258.647-.43.99-.43.472 0 .91.157 1.215.426.287.252.513.649.513 1.274 0 .388-.19.922-.618 1.576-.416.636-.987 1.283-1.585 1.876-.595.589-1.193 1.1-1.645 1.466z\"></path>"},"heart":{"name":"heart","keywords":["love","beat"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.727 3C7.091 3 6.001 4.65 6.001 4.65S4.909 3 3.273 3C1.636 3 0 4.1 0 6.3 0 9.6 6 14 6 14s6-4.4 6-7.7C12 4.1 10.364 3 8.727 3z\"></path>"},"history":{"name":"history","keywords":["time","past","revert","back"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 13H6V6h5v2H8v5zM7 1C4.81 1 2.87 2.02 1.59 3.59L0 2v4h4L2.5 4.5C3.55 3.17 5.17 2.3 7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 011.3 8c0-.34.03-.67.09-1H.08C.03 7.33 0 7.66 0 8c0 3.86 3.14 7 7 7s7-3.14 7-7-3.14-7-7-7z\"></path>"},"home":{"name":"home","keywords":["welcome","index","house","building"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M16 9l-3-3V2h-2v2L8 1 0 9h2l1 5c0 .55.45 1 1 1h8c.55 0 1-.45 1-1l1-5h2zm-4 5H9v-4H7v4H4L2.81 7.69 8 2.5l5.19 5.19L12 14z\"></path>"},"horizontal-rule":{"name":"horizontal-rule","keywords":["hr"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M1 7h2v2h1V3H3v3H1V3H0v6h1V7zm9 2V7H9v2h1zm0-3V4H9v2h1zM7 6V4h2V3H6v6h1V7h2V6H7zm-7 7h10v-2H0v2z\"></path>"},"hubot":{"name":"hubot","keywords":["robot","bot"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M3 6c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H3zm8 1.75L9.75 9h-1.5L7 7.75 5.75 9h-1.5L3 7.75V7h.75L5 8.25 6.25 7h1.5L9 8.25 10.25 7H11v.75zM5 11h4v1H5v-1zm2-9C3.14 2 0 4.91 0 8.5V13c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V8.5C14 4.91 10.86 2 7 2zm6 11H1V8.5c0-3.09 2.64-5.59 6-5.59s6 2.5 6 5.59V13z\"></path>"},"inbox":{"name":"inbox","keywords":["mail","todo","new","messages"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 9l-1.13-7.14c-.08-.48-.5-.86-1-.86H2.13c-.5 0-.92.38-1 .86L0 9v5c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V9zm-3.28.55l-.44.89c-.17.34-.52.56-.91.56H4.61c-.38 0-.72-.22-.89-.55l-.44-.91c-.17-.33-.52-.55-.89-.55H1l1-7h10l1 7h-1.38c-.39 0-.73.22-.91.55l.01.01z\"></path>"},"infinity":{"name":"infinity","keywords":["unlimited","infinite"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 6a2 2 0 100 4c.137 0 .402-.073.796-.318a7.49 7.49 0 001.138-.908c.285-.27.543-.542.753-.774a14.22 14.22 0 00-.753-.774 7.49 7.49 0 00-1.138-.908C4.402 6.073 4.137 6 4 6zm5.313 2c.21.232.468.504.753.774.37.35.764.676 1.138.908.394.245.659.318.796.318a2 2 0 100-4c-.137 0-.402.073-.796.318a7.483 7.483 0 00-1.138.908c-.285.27-.543.542-.753.774zM8 9.527a15.45 15.45 0 01-.691.7 9.587 9.587 0 01-1.457 1.154C5.34 11.698 4.69 12 4 12a4 4 0 010-8c.691 0 1.34.302 1.852.62.531.33 1.034.754 1.457 1.154.255.24.489.481.691.699.202-.218.436-.458.691-.7a9.587 9.587 0 011.457-1.154C10.66 4.302 11.31 4 12 4a4 4 0 010 8c-.691 0-1.34-.302-1.852-.62a9.464 9.464 0 01-1.457-1.154A14.47 14.47 0 018 9.527z\"></path>"},"info":{"name":"info","keywords":["help"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6.3 5.69a.942.942 0 01-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 01-.7.3c-.28 0-.52-.11-.7-.3zM8 7.99c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V7.98v.01zM7 2.3c-3.14 0-5.7 2.54-5.7 5.68 0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 .98c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z\"></path>"},"internal-repo":{"name":"internal-repo","keywords":["internal, repo, repository"],"width":13,"height":16,"path":"<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 0H9v1a1 1 0 00-1 1H7a1 1 0 00-1 1v1H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h1v1l1-.5 1 .5v-1h4c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1H7V3h1a1 1 0 001-1h1a1 1 0 001 1h1v13h1V3a1 1 0 00-1-1h-1a1 1 0 00-1-1V0zM8 12H2V5h6v7zm-7 1h1v1H1v-1zm7 0v1H4v-1h4zm3-9h-1v2h1V4zm0 3h-1v2h1V7zm0 3h-1v2h1v-2zm0 3h-1v2h1v-2zm-7-2H3v-1h1v1zm0-5H3v1h1V6zm0 2H3v1h1V8z\"></path>"},"issue-closed":{"name":"issue-closed","keywords":["done","complete"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 10h2v2H7v-2zm2-6H7v5h2V4zm1.5 1.5l-1 1L12 9l4-4.5-1-1L12 7l-1.5-1.5zM8 13.7A5.71 5.71 0 012.3 8c0-3.14 2.56-5.7 5.7-5.7 1.83 0 3.45.88 4.5 2.2l.92-.92A6.947 6.947 0 008 1C4.14 1 1 4.14 1 8s3.14 7 7 7 7-3.14 7-7l-1.52 1.52c-.66 2.41-2.86 4.19-5.48 4.19v-.01z\"></path>"},"issue-opened":{"name":"issue-opened","keywords":["new"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 011.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z\"></path>"},"issue-reopened":{"name":"issue-reopened","keywords":["regression"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 9H6V4h2v5zm-2 3h2v-2H6v2zm6.33-2H10l1.5 1.5c-1.05 1.33-2.67 2.2-4.5 2.2A5.71 5.71 0 011.3 8c0-.34.03-.67.09-1H.08C.03 7.33 0 7.66 0 8c0 3.86 3.14 7 7 7 2.19 0 4.13-1.02 5.41-2.59L14 14v-4h-1.67zM1.67 6H4L2.5 4.5C3.55 3.17 5.17 2.3 7 2.3c3.14 0 5.7 2.56 5.7 5.7 0 .34-.03.67-.09 1h1.31c.05-.33.08-.66.08-1 0-3.86-3.14-7-7-7-2.19 0-4.13 1.02-5.41 2.59L0 2v4h1.67z\"></path>"},"italic":{"name":"italic","keywords":["font","italic","style"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M2.81 5h1.98L3 14H1l1.81-9zm.36-2.7c0-.7.58-1.3 1.33-1.3.56 0 1.13.38 1.13 1.03 0 .75-.59 1.3-1.33 1.3-.58 0-1.13-.38-1.13-1.03z\"></path>"},"jersey":{"name":"jersey","keywords":["team","game","basketball"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4.5 6l-.5.5v5l.5.5h2l.5-.5v-5L6.5 6h-2zM6 11H5V7h1v4zm6.27-7.25C12.05 2.37 11.96 1.12 12 0H9.02c0 .27-.13.48-.39.69-.25.2-.63.3-1.13.3-.5 0-.88-.09-1.13-.3-.23-.2-.36-.42-.36-.69H3c.05 1.13-.03 2.38-.25 3.75C2.55 5.13 1.95 5.88 1 6v9c.02.27.11.48.31.69.2.21.42.3.69.31h11c.27-.02.48-.11.69-.31.21-.2.3-.42.31-.69V6c-.95-.13-1.53-.88-1.75-2.25h.02zM13 15H2V7c.89-.5 1.48-1.25 1.72-2.25S4.03 2.5 4 1h1c-.02.78.16 1.47.52 2.06.36.58 1.02.89 2 .94.98-.02 1.64-.33 2-.94.36-.59.5-1.28.48-2.06h1c.02 1.42.13 2.55.33 3.38.2.81.69 2 1.67 2.63v8V15zM8.5 6l-.5.5v5l.5.5h2l.5-.5v-5l-.5-.5h-2zm1.5 5H9V7h1v4z\"></path>"},"kebab-horizontal":{"name":"kebab-horizontal","keywords":["kebab","dot","menu","more"],"width":13,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm5 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM13 7.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z\"></path>"},"kebab-vertical":{"name":"kebab-vertical","keywords":["kebab","dot","menu","more"],"width":3,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 2.5a1.5 1.5 0 103 0 1.5 1.5 0 00-3 0zm0 5a1.5 1.5 0 103 0 1.5 1.5 0 00-3 0zM1.5 14a1.5 1.5 0 110-3 1.5 1.5 0 010 3z\"></path>"},"key":{"name":"key","keywords":["key","lock","secure","safe"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12.83 2.17C12.08 1.42 11.14 1.03 10 1c-1.13.03-2.08.42-2.83 1.17S6.04 3.86 6.01 5c0 .3.03.59.09.89L0 12v1l1 1h2l1-1v-1h1v-1h1v-1h2l1.09-1.11c.3.08.59.11.91.11 1.14-.03 2.08-.42 2.83-1.17S13.97 6.14 14 5c-.03-1.14-.42-2.08-1.17-2.83zM11 5.38c-.77 0-1.38-.61-1.38-1.38 0-.77.61-1.38 1.38-1.38.77 0 1.38.61 1.38 1.38 0 .77-.61 1.38-1.38 1.38z\"></path>"},"keyboard":{"name":"keyboard","keywords":["type","keys","write","shortcuts"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 5H9V4h1v1zM3 6H2v1h1V6zm5-2H7v1h1V4zM4 4H2v1h2V4zm8 7h2v-1h-2v1zM8 7h1V6H8v1zm-4 3H2v1h2v-1zm8-6h-1v1h1V4zm2 0h-1v1h1V4zm-2 5h2V6h-2v3zm4-6v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h14c.55 0 1 .45 1 1zm-1 0H1v9h14V3zM6 7h1V6H6v1zm0-3H5v1h1V4zM4 7h1V6H4v1zm1 4h6v-1H5v1zm5-4h1V6h-1v1zM3 8H2v1h1V8zm5 0v1h1V8H8zM6 8v1h1V8H6zM5 8H4v1h1V8zm5 1h1V8h-1v1z\"></path>"},"law":{"name":"law","keywords":["legal","bill"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 4c-.83 0-1.5-.67-1.5-1.5S6.17 1 7 1s1.5.67 1.5 1.5S7.83 4 7 4zm7 6c0 1.11-.89 2-2 2h-1c-1.11 0-2-.89-2-2l2-4h-1c-.55 0-1-.45-1-1H8v8c.42 0 1 .45 1 1h1c.42 0 1 .45 1 1H3c0-.55.58-1 1-1h1c0-.55.58-1 1-1h.03L6 5H5c0 .55-.45 1-1 1H3l2 4c0 1.11-.89 2-2 2H2c-1.11 0-2-.89-2-2l2-4H1V5h3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1h3v1h-1l2 4zM2.5 7L1 10h3L2.5 7zM13 10l-1.5-3-1.5 3h3z\"></path>"},"light-bulb":{"name":"light-bulb","keywords":["idea"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z\"></path>"},"line-arrow-down":{"name":"line-arrow-down","keywords":["arrow","point","direction","down"],"width":16,"height":16,"path":"<path d=\"M4.5 7.5L3 9l5 5 5-5-1.5-1.5L9 10.179V2H7v8.179L4.5 7.5z\"></path>"},"line-arrow-left":{"name":"line-arrow-left","keywords":["arrow","point","direction","left"],"width":16,"height":16,"path":"<path d=\"M8.5 4.5L7 3 2 8l5 5 1.5-1.5L5.821 9H14V7H5.821L8.5 4.5z\"></path>"},"line-arrow-right":{"name":"line-arrow-right","keywords":["arrow","point","direction","right"],"width":16,"height":16,"path":"<path d=\"M7.5 11.5L9 13l5-5-5-5-1.5 1.5L10.179 7H2v2h8.179L7.5 11.5z\"></path>"},"line-arrow-up":{"name":"line-arrow-up","keywords":["arrow","point","direction","up"],"width":16,"height":16,"path":"<path d=\"M11.5 8.5L13 7 8 2 3 7l1.5 1.5L7 5.821V14h2V5.821L11.5 8.5z\"></path>"},"link-external":{"name":"link-external","keywords":["out","see","more","go","to"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11 10h1v3c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h3v1H1v10h10v-3zM6 2l2.25 2.25L5 7.5 6.5 9l3.25-3.25L12 8V2H6z\"></path>"},"link":{"name":"link","keywords":["connect","hyperlink"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path>"},"list-ordered":{"name":"list-ordered","keywords":["numbers","tasks","todo","items"],"width":13,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12.01 13c0 .59 0 1-.59 1H4.6c-.59 0-.59-.41-.59-1 0-.59 0-1 .59-1h6.81c.59 0 .59.41.59 1h.01zM4.6 4h6.81C12 4 12 3.59 12 3c0-.59 0-1-.59-1H4.6c-.59 0-.59.41-.59 1 0 .59 0 1 .59 1zm6.81 3H4.6c-.59 0-.59.41-.59 1 0 .59 0 1 .59 1h6.81C12 9 12 8.59 12 8c0-.59 0-1-.59-1zm-9.4-6h-.72c-.3.19-.58.25-1.03.34V2h.75v2.14H.17V5h2.84v-.86h-1V1zm.392 8.12c-.129 0-.592.04-.802.07.53-.56 1.14-1.25 1.14-1.89C2.72 6.52 2.18 6 1.38 6c-.59 0-.97.2-1.38.64l.58.58c.19-.19.38-.38.64-.38.28 0 .48.16.48.52 0 .53-.77 1.2-1.7 2.06V10h3v-.88h-.598zm-.222 3.79v-.03c.44-.19.64-.47.64-.86 0-.7-.56-1.11-1.44-1.11-.48 0-.89.19-1.28.52l.55.64c.25-.2.44-.31.69-.31.27 0 .42.13.42.36 0 .27-.2.44-.86.44v.75c.83 0 .98.17.98.47 0 .25-.23.38-.58.38-.28 0-.56-.14-.81-.38l-.48.66c.3.36.77.56 1.41.56.83 0 1.53-.41 1.53-1.16 0-.5-.31-.81-.77-.94v.01z\"></path>"},"list-unordered":{"name":"list-unordered","keywords":["bullet","point","tasks","todo","items"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M2 13c0 .59 0 1-.59 1H.59C0 14 0 13.59 0 13c0-.59 0-1 .59-1h.81c.59 0 .59.41.59 1H2zm2.59-9h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1H4.59C4 2 4 2.41 4 3c0 .59 0 1 .59 1zM1.41 7H.59C0 7 0 7.41 0 8c0 .59 0 1 .59 1h.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm0-5H.59C0 2 0 2.41 0 3c0 .59 0 1 .59 1h.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm10 5H4.59C4 7 4 7.41 4 8c0 .59 0 1 .59 1h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm0 5H4.59C4 12 4 12.41 4 13c0 .59 0 1 .59 1h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01z\"></path>"},"location":{"name":"location","keywords":["here","marker"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 0C2.69 0 0 2.5 0 5.5 0 10.02 6 16 6 16s6-5.98 6-10.5C12 2.5 9.31 0 6 0zm0 14.55C4.14 12.52 1 8.44 1 5.5 1 3.02 3.25 1 6 1c1.34 0 2.61.48 3.56 1.36.92.86 1.44 1.97 1.44 3.14 0 2.94-3.14 7.02-5 9.05zM8 5.5c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z\"></path>"},"lock":{"name":"lock","keywords":["secure","safe","protected"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 13H3v-1h1v1zm8-6v7c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h1V4c0-2.2 1.8-4 4-4s4 1.8 4 4v2h1c.55 0 1 .45 1 1zM3.8 6h4.41V4c0-1.22-.98-2.2-2.2-2.2-1.22 0-2.2.98-2.2 2.2v2H3.8zM11 7H2v7h9V7zM4 8H3v1h1V8zm0 2H3v1h1v-1z\"></path>"},"logo-gist":{"name":"logo-gist","keywords":["brand","github","logo"],"width":25,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4.7 8.73h2.45v4.02c-.55.27-1.64.34-2.53.34-2.56 0-3.47-2.2-3.47-5.05 0-2.85.91-5.06 3.48-5.06 1.28 0 2.06.23 3.28.73V2.66C7.27 2.33 6.25 2 4.63 2 1.13 2 0 4.69 0 8.03c0 3.34 1.11 6.03 4.63 6.03 1.64 0 2.81-.27 3.59-.64V7.73H4.7v1zm6.39 3.72V6.06h-1.05v6.28c0 1.25.58 1.72 1.72 1.72v-.89c-.48 0-.67-.16-.67-.7v-.02zm.25-8.72c0-.44-.33-.78-.78-.78s-.77.34-.77.78.33.78.77.78.78-.34.78-.78zm4.34 5.69c-1.5-.13-1.78-.48-1.78-1.17 0-.77.33-1.34 1.88-1.34 1.05 0 1.66.16 2.27.36v-.94c-.69-.3-1.52-.39-2.25-.39-2.2 0-2.92 1.2-2.92 2.31 0 1.08.47 1.88 2.73 2.08 1.55.13 1.77.63 1.77 1.34 0 .73-.44 1.42-2.06 1.42-1.11 0-1.86-.19-2.33-.36v.94c.5.2 1.58.39 2.33.39 2.38 0 3.14-1.2 3.14-2.41 0-1.28-.53-2.03-2.75-2.23h-.03zm8.58-2.47v-.86h-2.42v-2.5l-1.08.31v2.11l-1.56.44v.48h1.56v5c0 1.53 1.19 2.13 2.5 2.13.19 0 .52-.02.69-.05v-.89c-.19.03-.41.03-.61.03-.97 0-1.5-.39-1.5-1.34V6.94h2.42v.02-.01z\"></path>"},"logo-github":{"name":"logo-github","keywords":["brand","github","logo"],"width":45,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M18.53 12.03h-.02c.009 0 .015.01.024.011h.006l-.01-.01zm.004.011c-.093.001-.327.05-.574.05-.78 0-1.05-.36-1.05-.83V8.13h1.59c.09 0 .16-.08.16-.19v-1.7c0-.09-.08-.17-.16-.17h-1.59V3.96c0-.08-.05-.13-.14-.13h-2.16c-.09 0-.14.05-.14.13v2.17s-1.09.27-1.16.28c-.08.02-.13.09-.13.17v1.36c0 .11.08.19.17.19h1.11v3.28c0 2.44 1.7 2.69 2.86 2.69.53 0 1.17-.17 1.27-.22.06-.02.09-.09.09-.16v-1.5a.177.177 0 00-.146-.18zM42.23 9.84c0-1.81-.73-2.05-1.5-1.97-.6.04-1.08.34-1.08.34v3.52s.49.34 1.22.36c1.03.03 1.36-.34 1.36-2.25zm2.43-.16c0 3.43-1.11 4.41-3.05 4.41-1.64 0-2.52-.83-2.52-.83s-.04.46-.09.52c-.03.06-.08.08-.14.08h-1.48c-.1 0-.19-.08-.19-.17l.02-11.11c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v3.77s.82-.53 2.02-.53l-.01-.02c1.2 0 2.97.45 2.97 3.88zm-8.72-3.61h-2.1c-.11 0-.17.08-.17.19v5.44s-.55.39-1.3.39-.97-.34-.97-1.09V6.25c0-.09-.08-.17-.17-.17h-2.14c-.09 0-.17.08-.17.17v5.11c0 2.2 1.23 2.75 2.92 2.75 1.39 0 2.52-.77 2.52-.77s.05.39.08.45c.02.05.09.09.16.09h1.34c.11 0 .17-.08.17-.17l.02-7.47c0-.09-.08-.17-.19-.17zm-23.7-.01h-2.13c-.09 0-.17.09-.17.2v7.34c0 .2.13.27.3.27h1.92c.2 0 .25-.09.25-.27V6.23c0-.09-.08-.17-.17-.17zm-1.05-3.38c-.77 0-1.38.61-1.38 1.38 0 .77.61 1.38 1.38 1.38.75 0 1.36-.61 1.36-1.38 0-.77-.61-1.38-1.36-1.38zm16.49-.25h-2.11c-.09 0-.17.08-.17.17v4.09h-3.31V2.6c0-.09-.08-.17-.17-.17h-2.13c-.09 0-.17.08-.17.17v11.11c0 .09.09.17.17.17h2.13c.09 0 .17-.08.17-.17V8.96h3.31l-.02 4.75c0 .09.08.17.17.17h2.13c.09 0 .17-.08.17-.17V2.6c0-.09-.08-.17-.17-.17zM8.81 7.35v5.74c0 .04-.01.11-.06.13 0 0-1.25.89-3.31.89-2.49 0-5.44-.78-5.44-5.92S2.58 1.99 5.1 2c2.18 0 3.06.49 3.2.58.04.05.06.09.06.14L7.94 4.5c0 .09-.09.2-.2.17-.36-.11-.9-.33-2.17-.33-1.47 0-3.05.42-3.05 3.73s1.5 3.7 2.58 3.7c.92 0 1.25-.11 1.25-.11v-2.3H4.88c-.11 0-.19-.08-.19-.17V7.35c0-.09.08-.17.19-.17h3.74c.11 0 .19.08.19.17z\"></path>"},"mail-read":{"name":"mail-read","keywords":["email","open"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 5H4V4h2v1zm3 1H4v1h5V6zm5-.48V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V5.52c0-.33.16-.63.42-.81L2 3.58V3c0-.55.45-1 1-1h1.2L7 0l2.8 2H11c.55 0 1 .45 1 1v.58l1.58 1.13c.27.19.42.48.42.81zM3 7.5L7 10l4-2.5V3H3v4.5zm-2 6l4.5-3-4.5-3v6zm11 .5l-5-3-5 3h10zm1-6.5l-4.5 3 4.5 3v-6z\"></path>"},"mail":{"name":"mail","keywords":["email","unread"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 4v8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1zm13 0L7 9 1 4h12zM1 5.5l4 3-4 3v-6zM2 12l3.5-3L7 10.5 8.5 9l3.5 3H2zm11-.5l-4-3 4-3v6z\"></path>"},"mark-github":{"name":"mark-github","keywords":["octocat","brand","github","logo"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z\"></path>"},"markdown":{"name":"markdown","keywords":["markup","style"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14.85 3H1.15C.52 3 0 3.52 0 4.15v7.69C0 12.48.52 13 1.15 13h13.69c.64 0 1.15-.52 1.15-1.15v-7.7C16 3.52 15.48 3 14.85 3zM9 11H7V8L5.5 9.92 4 8v3H2V5h2l1.5 2L7 5h2v6zm2.99.5L9.5 8H11V5h2v3h1.5l-2.51 3.5z\"></path>"},"megaphone":{"name":"megaphone","keywords":["bullhorn","loud","shout","broadcast"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 1c-.17 0-.36.05-.52.14C8.04 2.02 4.5 4.58 3 5c-1.38 0-3 .67-3 2.5S1.63 10 3 10c.3.08.64.23 1 .41V15h2v-3.45c1.34.86 2.69 1.83 3.48 2.31.16.09.34.14.52.14.52 0 1-.42 1-1V2c0-.58-.48-1-1-1zm0 12c-.38-.23-.89-.58-1.5-1-.16-.11-.33-.22-.5-.34V3.31c.16-.11.31-.2.47-.31.61-.41 1.16-.77 1.53-1v11zm2-6h4v1h-4V7zm0 2l4 2v1l-4-2V9zm4-6v1l-4 2V5l4-2z\"></path>"},"mention":{"name":"mention","keywords":["at","ping"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6.58 15c1.25 0 2.52-.31 3.56-.94l-.42-.94c-.84.52-1.89.83-3.03.83-3.23 0-5.64-2.08-5.64-5.72 0-4.37 3.23-7.18 6.58-7.18 3.45 0 5.22 2.19 5.22 5.2 0 2.39-1.34 3.86-2.5 3.86-1.05 0-1.36-.73-1.05-2.19l.73-3.75H8.98l-.11.72c-.41-.63-.94-.83-1.56-.83-2.19 0-3.66 2.39-3.66 4.38 0 1.67.94 2.61 2.3 2.61.84 0 1.67-.53 2.3-1.25.11.94.94 1.45 1.98 1.45 1.67 0 3.77-1.67 3.77-5C14 2.61 11.59 0 7.83 0 3.66 0 0 3.33 0 8.33 0 12.71 2.92 15 6.58 15zm-.31-5c-.73 0-1.36-.52-1.36-1.67 0-1.45.94-3.22 2.41-3.22.52 0 .84.2 1.25.83l-.52 3.02c-.63.73-1.25 1.05-1.78 1.05V10z\"></path>"},"milestone":{"name":"milestone","keywords":["marker"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 2H6V0h2v2zm4 5H2c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h10l2 2-2 2zM8 4H6v2h2V4zM6 16h2V8H6v8z\"></path>"},"mirror":{"name":"mirror","keywords":["reflect"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.5 4.7L8.5 0l-7 4.7c-.3.19-.5.45-.5.8V16l7.5-4 7.5 4V5.5c0-.34-.2-.61-.5-.8zm-.5 9.8l-6-3.25V10H8v1.25L2 14.5v-9l6-4V6h1V1.5l6 4v9zM6 7h5V5l3 3-3 3V9H6v2L3 8l3-3v2z\"></path>"},"mortar-board":{"name":"mortar-board","keywords":["education","learn","teach"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.11 2.8a.34.34 0 00-.2 0L.27 5.18a.35.35 0 000 .67L2 6.4v1.77c-.3.17-.5.5-.5.86 0 .19.05.36.14.5-.08.14-.14.31-.14.5v2.58c0 .55 2 .55 2 0v-2.58c0-.19-.05-.36-.14-.5.08-.14.14-.31.14-.5 0-.38-.2-.69-.5-.86V6.72l4.89 1.53c.06.02.14.02.2 0l7.64-2.38a.35.35 0 000-.67L8.1 2.81l.01-.01zM4 8l3.83 1.19h-.02c.13.03.25.03.36 0L12 8v2.5c0 1-1.8 1.5-4 1.5s-4-.5-4-1.5V8zm3.02-2.5c0 .28.45.5 1 .5s1-.22 1-.5-.45-.5-1-.5-1 .22-1 .5z\"></path>"},"mute":{"name":"mute","keywords":["quiet","sound","audio","turn","off"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 2.81v10.38c0 .67-.81 1-1.28.53L3 10H1c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h2l3.72-3.72C7.19 1.81 8 2.14 8 2.81zm7.53 3.22l-1.06-1.06-1.97 1.97-1.97-1.97-1.06 1.06L11.44 8 9.47 9.97l1.06 1.06 1.97-1.97 1.97 1.97 1.06-1.06L13.56 8l1.97-1.97z\"></path>"},"no-newline":{"name":"no-newline","keywords":["return"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M16 5v3c0 .55-.45 1-1 1h-3v2L9 8l3-3v2h2V5h2zM8 8c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4zM1.5 9.66L5.66 5.5C5.18 5.19 4.61 5 4 5 2.34 5 1 6.34 1 8c0 .61.19 1.17.5 1.66zM7 8c0-.61-.19-1.17-.5-1.66L2.34 10.5c.48.31 1.05.5 1.66.5 1.66 0 3-1.34 3-3z\"></path>"},"north-star":{"name":"north-star","keywords":["star","snowflake","asterisk"],"width":16,"height":16,"path":"<path d=\"M8.5 0.75C8.5 0.335786 8.16421 0 7.75 0C7.33579 0 7 0.335786 7 0.75V5.93933L4.39125 3.33058C4.09836 3.03768 3.62348 3.03768 3.33059 3.33058C3.03769 3.62347 3.0377 4.09835 3.33059 4.39124L5.93935 7H0.75C0.335787 7 0 7.33579 0 7.75C0 8.16421 0.335787 8.5 0.75 8.5H5.93936L3.33059 11.1088C3.0377 11.4017 3.0377 11.8765 3.33059 12.1694C3.62349 12.4623 4.09836 12.4623 4.39125 12.1694L7 9.56068V14.75C7 15.1642 7.33579 15.5 7.75 15.5C8.16421 15.5 8.5 15.1642 8.5 14.75V9.56065L11.1088 12.1694C11.4017 12.4623 11.8765 12.4623 12.1694 12.1694C12.4623 11.8765 12.4623 11.4016 12.1694 11.1088L9.56067 8.5H14.75C15.1642 8.5 15.5 8.16421 15.5 7.75C15.5 7.33579 15.1642 7 14.75 7H9.56068L12.1694 4.39125C12.4623 4.09836 12.4623 3.62349 12.1694 3.33059C11.8765 3.0377 11.4017 3.0377 11.1088 3.33059L8.5 5.93936V0.75Z\"></path>"},"note":{"name":"note","keywords":["card","paper","ticket"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M3 10h4V9H3v1zm0-2h6V7H3v1zm0-2h8V5H3v1zm10 6H1V3h12v9zM1 2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H1z\"></path>"},"octoface":{"name":"octoface","keywords":["octocat","brand"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14.7 5.34c.13-.32.55-1.59-.13-3.31 0 0-1.05-.33-3.44 1.3-1-.28-2.07-.32-3.13-.32s-2.13.04-3.13.32c-2.39-1.64-3.44-1.3-3.44-1.3-.68 1.72-.26 2.99-.13 3.31C.49 6.21 0 7.33 0 8.69 0 13.84 3.33 15 7.98 15S16 13.84 16 8.69c0-1.36-.49-2.48-1.3-3.35zM8 14.02c-3.3 0-5.98-.15-5.98-3.35 0-.76.38-1.48 1.02-2.07 1.07-.98 2.9-.46 4.96-.46 2.07 0 3.88-.52 4.96.46.65.59 1.02 1.3 1.02 2.07 0 3.19-2.68 3.35-5.98 3.35zM5.49 9.01c-.66 0-1.2.8-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.54-1.78-1.2-1.78zm5.02 0c-.66 0-1.2.79-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.53-1.78-1.2-1.78z\"></path>"},"organization":{"name":"organization","keywords":["people","group","team"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M16 12.999c0 .439-.45 1-1 1H7.995c-.539 0-.994-.447-.995-.999H1c-.54 0-1-.561-1-1 0-2.634 3-4 3-4s.229-.409 0-1c-.841-.621-1.058-.59-1-3 .058-2.419 1.367-3 2.5-3s2.442.58 2.5 3c.058 2.41-.159 2.379-1 3-.229.59 0 1 0 1s1.549.711 2.42 2.088C9.196 9.369 10 8.999 10 8.999s.229-.409 0-1c-.841-.62-1.058-.59-1-3 .058-2.419 1.367-3 2.5-3s2.437.581 2.495 3c.059 2.41-.158 2.38-1 3-.229.59 0 1 0 1s3.005 1.366 3.005 4z\"></path>"},"package":{"name":"package","keywords":["box","ship"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M1 4.27v7.47c0 .45.3.84.75.97l6.5 1.73c.16.05.34.05.5 0l6.5-1.73c.45-.13.75-.52.75-.97V4.27c0-.45-.3-.84-.75-.97l-6.5-1.74a1.4 1.4 0 00-.5 0L1.75 3.3c-.45.13-.75.52-.75.97zm7 9.09l-6-1.59V5l6 1.61v6.75zM2 4l2.5-.67L11 5.06l-2.5.67L2 4zm13 7.77l-6 1.59V6.61l2-.55V8.5l2-.53V5.53L15 5v6.77zm-2-7.24L6.5 2.8l2-.53L15 4l-2 .53z\"></path>"},"paintcan":{"name":"paintcan","keywords":["style","theme","art","color"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 0C2.69 0 0 2.69 0 6v1c0 .55.45 1 1 1v5c0 1.1 2.24 2 5 2s5-.9 5-2V8c.55 0 1-.45 1-1V6c0-3.31-2.69-6-6-6zm3 10v.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V10c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-2c0-.28-.22-.5-.5-.5s-.5.22-.5.5v.5c0 .55-.45 1-1 1s-1-.45-1-1v-1c-.55 0-1-.45-1-1V7.2c.91.49 2.36.8 4 .8 1.64 0 3.09-.31 4-.8V9c0 .55-.45 1-1 1zM6 7c-1.68 0-3.12-.41-3.71-1C2.88 5.41 4.32 5 6 5c1.68 0 3.12.41 3.71 1-.59.59-2.03 1-3.71 1zm0-3c-2.76 0-5 .89-5 2 0-2.76 2.24-5 5-5s5 2.24 5 5c0-1.1-2.24-2-5-2z\"></path>"},"pencil":{"name":"pencil","keywords":["edit","change","update","write"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 12v3h3l8-8-3-3-8 8zm3 2H1v-2h1v1h1v1zm10.3-9.3L12 6 9 3l1.3-1.3a.996.996 0 011.41 0l1.59 1.59c.39.39.39 1.02 0 1.41z\"></path>"},"person":{"name":"person","keywords":["people","man","woman","human"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 14.002a.998.998 0 01-.998.998H1.001A1 1 0 010 13.999V13c0-2.633 4-4 4-4s.229-.409 0-1c-.841-.62-.944-1.59-1-4 .173-2.413 1.867-3 3-3s2.827.586 3 3c-.056 2.41-.159 3.38-1 4-.229.59 0 1 0 1s4 1.367 4 4v1.002z\"></path>"},"pin":{"name":"pin","keywords":["save","star","bookmark"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 1.2V2l.5 1L6 6H2.2c-.44 0-.67.53-.34.86L5 10l-4 5 5-4 3.14 3.14a.5.5 0 00.86-.34V10l3-4.5 1 .5h.8c.44 0 .67-.53.34-.86L10.86.86a.5.5 0 00-.86.34z\"></path>"},"play":{"name":"play","keywords":["play","start","begin","action"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 8A7 7 0 110 8a7 7 0 0114 0zm-8.223 3.482l4.599-3.066a.5.5 0 000-.832L5.777 4.518A.5.5 0 005 4.934v6.132a.5.5 0 00.777.416z\"></path>"},"plug":{"name":"plug","keywords":["hook","webhook"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 6V5h-4V3H8v1H6c-1.03 0-1.77.81-2 2L3 7c-1.66 0-3 1.34-3 3v2h1v-2c0-1.11.89-2 2-2l1 1c.25 1.16.98 2 2 2h2v1h2v-2h4V9h-4V6h4z\"></path>"},"plus-small":{"name":"plus-small","keywords":["add","new","more","small"],"width":7,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 4H3v3H0v1h3v3h1V8h3V7H4V4z\"></path>"},"plus":{"name":"plus","keywords":["add","new","more"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 9H7v5H5V9H0V7h5V2h2v5h5v2z\"></path>"},"primitive-dot-stroke":{"name":"primitive-dot-stroke","keywords":["circle","dot","unread"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 10.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM4 12a4 4 0 100-8 4 4 0 000 8z\"></path>"},"primitive-dot":{"name":"primitive-dot","keywords":["circle"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 8c0-2.2 1.8-4 4-4s4 1.8 4 4-1.8 4-4 4-4-1.8-4-4z\"></path>"},"primitive-square":{"name":"primitive-square","keywords":["box"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 12H0V4h8v8z\"></path>"},"project":{"name":"project","keywords":["board","kanban","columns","scrum"],"width":15,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 00-1 1v14a1 1 0 001 1h13a1 1 0 001-1V1a1 1 0 00-1-1z\"></path>"},"pulse":{"name":"pulse","keywords":["graph","trend","line","activity"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11.5 8L8.8 5.4 6.6 8.5 5.5 1.6 2.38 8H0v2h3.6l.9-1.8.9 5.4L9 8.5l1.6 1.5H14V8h-2.5z\"></path>"},"question":{"name":"question","keywords":["help","explain"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 10h2v2H6v-2zm4-3.5C10 8.64 8 9 8 9H6c0-.55.45-1 1-1h.5c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5V7H4c0-1.5 1.5-3 3-3s3 1 3 2.5zM7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 011.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7z\"></path>"},"quote":{"name":"quote","keywords":["quotation"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6.16 3.5C3.73 5.06 2.55 6.67 2.55 9.36c.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.9 0-2.99-1.52-2.99-4.25 0-3.8 1.75-6.53 5.02-8.42L6.16 3.5zm7 0c-2.43 1.56-3.61 3.17-3.61 5.86.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.89 0-2.98-1.52-2.98-4.25 0-3.8 1.75-6.53 5.02-8.42l1.14 1.84h-.01z\"></path>"},"radio-tower":{"name":"radio-tower","keywords":["broadcast"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4.79 6.11c.25-.25.25-.67 0-.92-.32-.33-.48-.76-.48-1.19 0-.43.16-.86.48-1.19.25-.26.25-.67 0-.92a.613.613 0 00-.45-.19c-.16 0-.33.06-.45.19-.57.58-.85 1.35-.85 2.11 0 .76.29 1.53.85 2.11.25.25.66.25.9 0zM2.33.52a.651.651 0 00-.92 0C.48 1.48.01 2.74.01 3.99c0 1.26.47 2.52 1.4 3.48.25.26.66.26.91 0s.25-.68 0-.94c-.68-.7-1.02-1.62-1.02-2.54 0-.92.34-1.84 1.02-2.54a.66.66 0 00.01-.93zm5.69 5.1A1.62 1.62 0 106.4 4c-.01.89.72 1.62 1.62 1.62zM14.59.53a.628.628 0 00-.91 0c-.25.26-.25.68 0 .94.68.7 1.02 1.62 1.02 2.54 0 .92-.34 1.83-1.02 2.54-.25.26-.25.68 0 .94a.651.651 0 00.92 0c.93-.96 1.4-2.22 1.4-3.48A5.048 5.048 0 0014.59.53zM8.02 6.92c-.41 0-.83-.1-1.2-.3l-3.15 8.37h1.49l.86-1h4l.84 1h1.49L9.21 6.62c-.38.2-.78.3-1.19.3zm-.01.48L9.02 11h-2l.99-3.6zm-1.99 5.59l1-1h2l1 1h-4zm5.19-11.1c-.25.25-.25.67 0 .92.32.33.48.76.48 1.19 0 .43-.16.86-.48 1.19-.25.26-.25.67 0 .92a.63.63 0 00.9 0c.57-.58.85-1.35.85-2.11 0-.76-.28-1.53-.85-2.11a.634.634 0 00-.9 0z\"></path>"},"reply":{"name":"reply","keywords":["reply all","back"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 3.5c3.92.44 8 3.125 8 10-2.312-5.062-4.75-6-8-6V11L.5 5.5 6 0v3.5z\"></path>"},"repo-clone":{"name":"repo-clone","keywords":["book","journal","repository"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15 0H9v7c0 .55.45 1 1 1h1v1h1V8h3c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-4 7h-1V6h1v1zm4 0h-3V6h3v1zm0-2h-4V1h4v4zM4 5H3V4h1v1zm0-2H3V2h1v1zM2 1h6V0H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h2v2l1.5-1.5L6 16v-2h5c.55 0 1-.45 1-1v-3H2V1zm9 10v2H6v-1H3v1H1v-2h10zM3 8h1v1H3V8zm1-1H3V6h1v1z\"></path>"},"repo-force-push":{"name":"repo-force-push","keywords":["book","journal","put"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 9H8v7H6V9H4l2.25-3H4l3-4 3 4H7.75L10 9zm1-9H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h4v-1H1v-2h4v-1H2V1h9v9H9v1h2v2H9v1h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z\"></path>"},"repo-forked":{"name":"repo-forked","keywords":["book","journal","copy"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"></path>"},"repo-pull":{"name":"repo-pull","keywords":["book","journal","get"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 8V6H7V4h6V2l3 3-3 3zM4 2H3v1h1V2zm7 5h1v6c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v2h-1V1H2v9h9V7zm0 4H1v2h2v-1h3v1h5v-2zM4 6H3v1h1V6zm0-2H3v1h1V4zM3 9h1V8H3v1z\"></path>"},"repo-push":{"name":"repo-push","keywords":["book","journal","repository","put"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 3H3V2h1v1zM3 5h1V4H3v1zm4 0L4 9h2v7h2V9h2L7 5zm4-5H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h4v-1H1v-2h4v-1H2V1h9.02L11 10H9v1h2v2H9v1h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z\"></path>"},"repo-template-private":{"name":"repo-template-private","keywords":["book","new","template"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 6c0-.55-.45-1-1-1h-1V4c0-2.2-1.8-4-4-4S2 1.8 2 4v1H1c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h5v-1H2V6h9v2h1V6zM8.21 5V4c0-1.22-.98-2.2-2.2-2.2-1.22 0-2.2.98-2.2 2.2v1h4.4zM12 12h2v2h-2v2h-2v-2H8v-2h2v-2h2v2zm-9 0h1v-1H3v1zm0-5h1v1H3V7zm1 2H3v1h1V9z\"></path>"},"repo-template":{"name":"repo-template","keywords":["book","new","add","template"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 8V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h2v2l1.5-1.5L6 16v-4H3v1H1v-2h7v-1H2V1h9v7h1zM4 2H3v1h1V2zM3 4h1v1H3V4zm1 2H3v1h1V6zm0 3H3V8h1v1zm6 3H8v2h2v2h2v-2h2v-2h-2v-2h-2v2z\"></path>"},"repo":{"name":"repo","keywords":["book","journal","repository"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z\"></path>"},"report":{"name":"report","keywords":["report","abuse","flag"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 2a1 1 0 011-1h14a1 1 0 011 1v9a1 1 0 01-1 1H7l-4 4v-4H1a1 1 0 01-1-1V2zm1 0h14v9H6.5L4 13.5V11H1V2zm6 6h2v2H7V8zm0-5h2v4H7V3z\"></path>"},"request-changes":{"name":"request-changes","keywords":["diff","changes","request"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 1a1 1 0 011-1h14a1 1 0 011 1v10a1 1 0 01-1 1H7.5L4 15.5V12H1a1 1 0 01-1-1V1zm1 0v10h4v2l2-2h8V1H1zm7.5 3h2v1h-2v2h-1V5h-2V4h2V2h1v2zm2 5h-5V8h5v1z\"></path>"},"rocket":{"name":"rocket","keywords":["staff","stafftools","blast","off","space","launch","ship"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12.17 3.83c-.27-.27-.47-.55-.63-.88-.16-.31-.27-.66-.34-1.02-.58.33-1.16.7-1.73 1.13-.58.44-1.14.94-1.69 1.48-.7.7-1.33 1.81-1.78 2.45H3L0 10h3l2-2c-.34.77-1.02 2.98-1 3l1 1c.02.02 2.23-.64 3-1l-2 2v3l3-3v-3c.64-.45 1.75-1.09 2.45-1.78.55-.55 1.05-1.13 1.47-1.7.44-.58.81-1.16 1.14-1.72-.36-.08-.7-.19-1.03-.34a3.39 3.39 0 01-.86-.63zM16 0s-.09.38-.3 1.06c-.2.7-.55 1.58-1.06 2.66-.7-.08-1.27-.33-1.66-.72-.39-.39-.63-.94-.7-1.64C13.36.84 14.23.48 14.92.28 15.62.08 16 0 16 0z\"></path>"},"rss":{"name":"rss","keywords":["broadcast","feed","atom"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M2 13H0v-2c1.11 0 2 .89 2 2zM0 3v1a9 9 0 019 9h1C10 7.48 5.52 3 0 3zm0 4v1c2.75 0 5 2.25 5 5h1c0-3.31-2.69-6-6-6z\"></path>"},"ruby":{"name":"ruby","keywords":["code","language"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 6l-5 5V4h3l2 2zm3 0l-8 8-8-8 4-4h8l4 4zm-8 6.5L14.5 6l-3-3h-7l-3 3L8 12.5z\"></path>"},"saved":{"name":"saved","keywords":["saved","bookmark"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 0H4c-.73 0-1 .27-1 1v15l5-3.09L13 16V1c0-.73-.27-1-1-1z\"></path>"},"screen-full":{"name":"screen-full","keywords":["fullscreen","expand"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 10h1v3c0 .547-.453 1-1 1h-3v-1h3v-3zM1 10H0v3c0 .547.453 1 1 1h3v-1H1v-3zm0-7h3V2H1c-.547 0-1 .453-1 1v3h1V3zm1 1h10v8H2V4zm2 6h6V6H4v4zm6-8v1h3v3h1V3c0-.547-.453-1-1-1h-3z\"></path>"},"screen-normal":{"name":"screen-normal","keywords":["fullscreen","expand","exit"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M2 4H0V3h2V1h1v2c0 .547-.453 1-1 1zm0 8H0v1h2v2h1v-2c0-.547-.453-1-1-1zm9-2c0 .547-.453 1-1 1H4c-.547 0-1-.453-1-1V6c0-.547.453-1 1-1h6c.547 0 1 .453 1 1v4zM9 7H5v2h4V7zm2 6v2h1v-2h2v-1h-2c-.547 0-1 .453-1 1zm1-10V1h-1v2c0 .547.453 1 1 1h2V3h-2z\"></path>"},"search":{"name":"search","keywords":["magnifying","glass"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.7 13.3l-3.81-3.83A5.93 5.93 0 0013 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 000-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z\"></path>"},"server":{"name":"server","keywords":["computers","racks","ops"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11 6H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1zM2 9H1V7h1v2zm2 0H3V7h1v2zm2 0H5V7h1v2zm2 0H7V7h1v2zm3-8H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM2 4H1V2h1v2zm2 0H3V2h1v2zm2 0H5V2h1v2zm2 0H7V2h1v2zm3-1h-1V2h1v1zm0 8H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zm-9 3H1v-2h1v2zm2 0H3v-2h1v2zm2 0H5v-2h1v2zm2 0H7v-2h1v2z\"></path>"},"settings":{"name":"settings","keywords":["sliders","filters","controls","levels"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 7H3V2h1v5zm-1 7h1v-3H3v3zm5 0h1V8H8v6zm5 0h1v-2h-1v2zm1-12h-1v6h1V2zM9 2H8v2h1V2zM5 8H2c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm5-3H7c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm5 4h-3c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1z\"></path>"},"shield-check":{"name":"shield-check","keywords":["security","shield","protection","check","success"],"width":16,"height":16,"path":"<path d=\"M6.5 0L0 1.875v5.644C0 11.897 4.93 15 6.5 15c.741 0 2.232-.692 3.6-1.884l-.713-.61C8.275 13.453 7.099 14 6.5 14 5.172 14 1 11.31 1 7.516V2.625L6.5 1 12 2.625v4.891c0 .128-.005.255-.014.38L13 6.713V1.875L6.5 0zm5 10l-2-1.5L8 10l3.5 3L16 8l-1.5-1.5-3 3.5zM2 3.375L6.5 2v11C5.414 13 2 10.724 2 7.514V3.375z\"></path>"},"shield-lock":{"name":"shield-lock","keywords":["protect","shield","lock"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 0L0 2v6.02C0 12.69 5.31 16 7 16c1.69 0 7-3.31 7-7.98V2L7 0zM5 11l1.14-2.8a.568.568 0 00-.25-.59C5.33 7.25 5 6.66 5 6c0-1.09.89-2 1.98-2C8.06 4 9 4.91 9 6c0 .66-.33 1.25-.89 1.61-.19.13-.3.36-.25.59L9 11H5z\"></path>"},"shield-x":{"name":"shield-x","keywords":["security","shield","protection","fail"],"width":16,"height":16,"path":"<path d=\"M6.5 0L0 1.875v5.644C0 11.897 4.93 15 6.5 15c.63 0 1.8-.5 2.976-1.38l-.663-.663C7.889 13.625 6.996 14 6.5 14 5.172 14 1 11.31 1 7.516V2.625L6.5 1 12 2.625v4.23l.48.48.52-.52v-4.94L6.5 0zm5.98 8.75L10.73 7 9.25 8.48 11 10.23l-1.75 1.75 1.48 1.48 1.75-1.75 1.75 1.75 1.48-1.48-1.75-1.75 1.75-1.75L14.23 7l-1.75 1.75zM2 3.375L6.5 2v11C5.414 13 2 10.724 2 7.514V3.375z\"></path>"},"shield":{"name":"shield","keywords":["security","shield","protection"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 2l7-2 7 2v6.02C14 12.69 8.69 16 7 16c-1.69 0-7-3.31-7-7.98V2zm1 .75L7 1l6 1.75v5.268C13 12.104 8.449 15 7 15c-1.449 0-6-2.896-6-6.982V2.75zm1 .75L7 2v12c-1.207 0-5-2.482-5-5.985V3.5z\"></path>"},"sign-in":{"name":"sign-in","keywords":["door","arrow","direction","enter","log in"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 6.75V12h4V8h1v4c0 .55-.45 1-1 1H7v3l-5.45-2.72c-.33-.17-.55-.52-.55-.91V1c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v3h-1V1H3l4 2v2.25L10 3v2h4v2h-4v2L7 6.75z\"></path>"},"sign-out":{"name":"sign-out","keywords":["door","arrow","direction","leave","log out"],"width":16,"height":17,"path":"<path fill-rule=\"evenodd\" d=\"M12 9V7H8V5h4V3l4 3-4 3zm-2 3H6V3L2 1h8v3h1V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v11.38c0 .39.22.73.55.91L6 16.01V13h4c.55 0 1-.45 1-1V8h-1v4z\"></path>"},"skip":{"name":"skip","keywords":["skip","slash"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5.79 11.624l-1.326-.088-.088-1.326 5.834-5.834 1.326.088.088 1.326-5.834 5.834zM8 15A7 7 0 108 1a7 7 0 000 14zm5.5-7a5.5 5.5 0 11-11 0 5.5 5.5 0 0111 0z\"></path>"},"smiley":{"name":"smiley","keywords":["emoji","smile","mood","emotion"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm4.81 12.81a6.72 6.72 0 01-2.17 1.45c-.83.36-1.72.53-2.64.53-.92 0-1.81-.17-2.64-.53-.81-.34-1.55-.83-2.17-1.45a6.773 6.773 0 01-1.45-2.17A6.59 6.59 0 011.21 8c0-.92.17-1.81.53-2.64.34-.81.83-1.55 1.45-2.17.62-.62 1.36-1.11 2.17-1.45A6.59 6.59 0 018 1.21c.92 0 1.81.17 2.64.53.81.34 1.55.83 2.17 1.45.62.62 1.11 1.36 1.45 2.17.36.83.53 1.72.53 2.64 0 .92-.17 1.81-.53 2.64-.34.81-.83 1.55-1.45 2.17zM4 6.8v-.59c0-.66.53-1.19 1.2-1.19h.59c.66 0 1.19.53 1.19 1.19v.59c0 .67-.53 1.2-1.19 1.2H5.2C4.53 8 4 7.47 4 6.8zm5 0v-.59c0-.66.53-1.19 1.2-1.19h.59c.66 0 1.19.53 1.19 1.19v.59c0 .67-.53 1.2-1.19 1.2h-.59C9.53 8 9 7.47 9 6.8zm4 3.2c-.72 1.88-2.91 3-5 3s-4.28-1.13-5-3c-.14-.39.23-1 .66-1h8.59c.41 0 .89.61.75 1z\"></path>"},"squirrel":{"name":"squirrel","keywords":["ship","shipit","launch"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 1C9.79 1 8 2.31 8 3.92c0 1.94.5 3.03 0 6.08 0-4.5-2.77-6.34-4-6.34.05-.5-.48-.66-.48-.66s-.22.11-.3.34c-.27-.31-.56-.27-.56-.27l-.13.58S.7 4.29.68 6.87c.2.33 1.53.6 2.47.43.89.05.67.79.47.99C2.78 9.13 2 8 1 8S0 9 1 9s1 1 3 1c-3.09 1.2 0 4 0 4H3c-1 0-1 1-1 1h6c3 0 5-1 5-3.47 0-.85-.43-1.79-1-2.53-1.11-1.46.23-2.68 1-2 .77.68 3 1 3-2 0-2.21-1.79-4-4-4zM2.5 6c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5z\"></path>"},"star":{"name":"star","keywords":["save","remember","like"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z\"></path>"},"stop":{"name":"stop","keywords":["block","spam","report"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 1H4L0 5v6l4 4h6l4-4V5l-4-4zm3 9.5L9.5 14h-5L1 10.5v-5L4.5 2h5L13 5.5v5zM6 4h2v5H6V4zm0 6h2v2H6v-2z\"></path>"},"sync":{"name":"sync","keywords":["cycle","refresh","loop"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10.24 7.4a4.15 4.15 0 01-1.2 3.6 4.346 4.346 0 01-5.41.54L4.8 10.4.5 9.8l.6 4.2 1.31-1.26c2.36 1.74 5.7 1.57 7.84-.54a5.876 5.876 0 001.74-4.46l-1.75-.34zM2.96 5a4.346 4.346 0 015.41-.54L7.2 5.6l4.3.6-.6-4.2-1.31 1.26c-2.36-1.74-5.7-1.57-7.85.54C.5 5.03-.06 6.65.01 8.26l1.75.35A4.17 4.17 0 012.96 5z\"></path>"},"tag":{"name":"tag","keywords":["release"],"width":15,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7.73 1.73C7.26 1.26 6.62 1 5.96 1H3.5C2.13 1 1 2.13 1 3.5v2.47c0 .66.27 1.3.73 1.77l6.06 6.06c.39.39 1.02.39 1.41 0l4.59-4.59a.996.996 0 000-1.41L7.73 1.73zM2.38 7.09c-.31-.3-.47-.7-.47-1.13V3.5c0-.88.72-1.59 1.59-1.59h2.47c.42 0 .83.16 1.13.47l6.14 6.13-4.73 4.73-6.13-6.15zM3.01 3h2v2H3V3h.01z\"></path>"},"tasklist":{"name":"tasklist","keywords":["todo"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.41 9H7.59C7 9 7 8.59 7 8c0-.59 0-1 .59-1h7.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM9.59 4C9 4 9 3.59 9 3c0-.59 0-1 .59-1h5.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1H9.59zM0 3.91l1.41-1.3L3 4.2 7.09 0 8.5 1.41 3 6.91l-3-3zM7.59 12h7.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1H7.59C7 14 7 13.59 7 13c0-.59 0-1 .59-1z\"></path>"},"telescope":{"name":"telescope","keywords":["science","space","look","view","explore"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 9l3 6h-1l-2-4v5H7v-6l-2 5H4l2-5 2-1zM7 0H6v1h1V0zM5 3H4v1h1V3zM2 1H1v1h1V1zM.63 9a.52.52 0 00-.16.67l.55.92c.13.23.41.31.64.2l1.39-.66-1.16-2-1.27.86.01.01zm7.89-5.39l-5.8 3.95L3.95 9.7l6.33-3.03-1.77-3.06h.01zm4.22 1.28l-1.47-2.52a.51.51 0 00-.72-.17l-1.2.83 1.84 3.2 1.33-.64c.27-.13.36-.44.22-.7z\"></path>"},"terminal":{"name":"terminal","keywords":["code","ops","shell"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 10h4v1H7v-1zm-3 1l3-3-3-3-.75.75L5.5 8l-2.25 2.25L4 11zm10-8v10c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h12c.55 0 1 .45 1 1zm-1 0H1v10h12V3z\"></path>"},"text-size":{"name":"text-size","keywords":["font","size","text"],"width":18,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13.62 9.08L12.1 3.66h-.06l-1.5 5.42h3.08zM5.7 10.13S4.68 6.52 4.53 6.02h-.08l-1.13 4.11H5.7zM17.31 14h-2.25l-.95-3.25h-4.07L9.09 14H6.84l-.69-2.33H2.87L2.17 14H0l3.3-9.59h2.5l2.17 6.34L10.86 2h2.52l3.94 12h-.01z\"></path>"},"three-bars":{"name":"three-bars","keywords":["hamburger","menu","dropdown"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11.41 9H.59C0 9 0 8.59 0 8c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 5 0 4.59 0 4c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 11H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 13 0 12.59 0 12c0-.59 0-1 .59-1z\"></path>"},"thumbsdown":{"name":"thumbsdown","keywords":["thumb","thumbsdown","rejected","dislike"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.98 7.83l-.97-5.95C14.84.5 13.13 0 12 0H5.69c-.2 0-.38.05-.53.14L3.72 1H2C.94 1 0 1.94 0 3v4c0 1.06.94 2.02 2 2h2c.91 0 1.39.45 2.39 1.55.91 1 .88 1.8.63 3.27-.08.5.06 1 .42 1.42.39.47.98.76 1.56.76 1.83 0 3-3.71 3-5.01l-.02-.98h2.04c1.16 0 1.95-.8 1.98-1.97 0-.11-.02-.21-.02-.21zm-1.97 1.19h-1.99c-.7 0-1.03.28-1.03.97l.03 1.03c0 1.27-1.17 4-2 4-.5 0-1.08-.5-1-1 .25-1.58.34-2.78-.89-4.14C6.11 8.75 5.36 8 4 8V2l1.67-1H12c.73 0 1.95.31 2 1l.02.02 1 6c-.03.64-.38 1-1 1h-.01z\"></path>"},"thumbsup":{"name":"thumbsup","keywords":["thumb","thumbsup","prop","ship","like"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.98 8.17l-.97 5.95C14.84 15.5 13.13 16 12 16H5.69c-.2 0-.38-.05-.53-.14L3.72 15H2c-1.06 0-2-.94-2-2V9c0-1.06.94-2.02 2-2h2c.91 0 1.39-.45 2.39-1.55.91-1 .88-1.8.63-3.27-.08-.5.06-1 .42-1.42C7.83.29 8.42 0 9 0c1.83 0 3 3.71 3 5.01l-.02.98h2.04c1.16 0 1.95.8 1.98 1.97 0 .11-.02.21-.02.21zm-1.97-1.19h-1.99c-.7 0-1.03-.28-1.03-.97l.03-1.03c0-1.27-1.17-4-2-4-.5 0-1.08.5-1 1 .25 1.58.34 2.78-.89 4.14C6.11 7.25 5.36 8 4 8v6l1.67 1H12c.73 0 1.95-.31 2-1l.02-.02 1-6c-.03-.64-.38-1-1-1h-.01z\"></path>"},"tools":{"name":"tools","keywords":["screwdriver","wrench","settings"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4.48 7.27c.26.26 1.28 1.33 1.28 1.33l.56-.58-.88-.91 1.69-1.8s-.76-.74-.43-.45c.32-1.19.03-2.51-.87-3.44C4.93.5 3.66.2 2.52.51l1.93 2-.51 1.96-1.89.52-1.93-2C-.19 4.17.1 5.48 1 6.4c.94.98 2.29 1.26 3.48.87zm6.44 1.94l-2.33 2.3 3.84 3.98c.31.33.73.49 1.14.49.41 0 .82-.16 1.14-.49.63-.65.63-1.7 0-2.35l-3.79-3.93zM16 2.53L13.55 0 6.33 7.46l.88.91-4.31 4.46-.99.53-1.39 2.27.35.37 2.2-1.44.51-1.02L7.9 9.08l.88.91L16 2.53z\"></path>"},"trashcan":{"name":"trashcan","keywords":["garbage","rubbish","recycle","delete"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11 2H9c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1H2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-1 12H3V5h1v8h1V5h1v8h1V5h1v8h1V5h1v9zm1-10H2V3h9v1z\"></path>"},"triangle-down":{"name":"triangle-down","keywords":["arrow","point","direction"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 5l6 6 6-6H0z\"></path>"},"triangle-left":{"name":"triangle-left","keywords":["arrow","point","direction"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 2L0 8l6 6V2z\"></path>"},"triangle-right":{"name":"triangle-right","keywords":["arrow","point","direction"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 14l6-6-6-6v12z\"></path>"},"triangle-up":{"name":"triangle-up","keywords":["arrow","point","direction"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 11L6 5l-6 6h12z\"></path>"},"unfold":{"name":"unfold","keywords":["expand","open","reveal"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11.5 7.5L14 10c0 .55-.45 1-1 1H9v-1h3.5l-2-2h-7l-2 2H5v1H1c-.55 0-1-.45-1-1l2.5-2.5L0 5c0-.55.45-1 1-1h4v1H1.5l2 2h7l2-2H9V4h4c.55 0 1 .45 1 1l-2.5 2.5zM6 6h2V3h2L7 0 4 3h2v3zm2 3H6v3H4l3 3 3-3H8V9z\"></path>"},"unmute":{"name":"unmute","keywords":["loud","volume","audio","sound","play"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 8.02c0 1.09-.45 2.09-1.17 2.83l-.67-.67c.55-.56.89-1.31.89-2.16 0-.85-.34-1.61-.89-2.16l.67-.67A3.99 3.99 0 0112 8.02zM7.72 2.28L4 6H2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2l3.72 3.72c.47.47 1.28.14 1.28-.53V2.81c0-.67-.81-1-1.28-.53zm5.94.08l-.67.67a6.996 6.996 0 012.06 4.98c0 1.94-.78 3.7-2.06 4.98l.67.67A7.973 7.973 0 0016 8c0-2.22-.89-4.22-2.34-5.66v.02zm-1.41 1.41l-.69.67a5.05 5.05 0 011.48 3.58c0 1.39-.56 2.66-1.48 3.56l.69.67A5.971 5.971 0 0014 8.02c0-1.65-.67-3.16-1.75-4.25z\"></path>"},"unsaved":{"name":"unsaved","keywords":["unsaved","bookmark"],"width":16,"height":16,"path":"<path d=\"M12 0H4c-.73 0-1 .27-1 1v1.982l10 5.774V1c0-.73-.27-1-1-1zm1 12.203l1.606.928.75-1.3-13.856-8-.75 1.3L3 6.43V16l5-3.09L13 16v-3.797z\"></path>"},"unverified":{"name":"unverified","keywords":["insecure","untrusted","signed"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.67 7.066l-1.08-1.34a1.5 1.5 0 01-.309-.77l-.19-1.698a1.51 1.51 0 00-1.329-1.33l-1.699-.19c-.3-.03-.56-.159-.78-.329L8.945.33a1.504 1.504 0 00-1.878 0l-1.34 1.08a1.5 1.5 0 01-.77.31l-1.698.19c-.7.08-1.25.63-1.33 1.329l-.19 1.699c-.03.3-.159.56-.329.78L.33 7.055a1.504 1.504 0 000 1.878l1.08 1.34c.17.22.28.48.31.77l.19 1.698c.08.7.63 1.25 1.329 1.33l1.699.19c.3.03.56.159.78.329l1.339 1.08c.55.439 1.329.439 1.878 0l1.34-1.08c.22-.17.48-.28.77-.31l1.698-.19c.7-.08 1.25-.63 1.33-1.329l.19-1.699c.03-.3.159-.56.329-.78l1.08-1.339a1.504 1.504 0 000-1.878zM9 11.5c0 .28-.22.5-.5.5h-1c-.27 0-.5-.22-.5-.5v-1c0-.28.23-.5.5-.5h1c.28 0 .5.22.5.5v1zm1.56-4.89c-.06.17-.17.33-.3.47-.13.16-.14.19-.33.38-.16.17-.31.3-.52.45-.11.09-.2.19-.28.27-.08.08-.14.17-.19.27-.05.1-.08.19-.11.3-.03.11-.03.13-.03.25H7.13c0-.22 0-.31.03-.48.03-.19.08-.36.14-.52.06-.14.14-.28.25-.42.11-.13.23-.25.41-.38.27-.19.36-.3.48-.52.12-.22.2-.38.2-.59 0-.27-.06-.45-.2-.58-.13-.13-.31-.19-.58-.19-.09 0-.19.02-.3.05-.11.03-.17.09-.25.16-.08.07-.14.11-.2.2a.41.41 0 00-.09.28h-2c0-.38.13-.56.27-.83.16-.27.36-.5.61-.67.25-.17.55-.3.88-.38.33-.08.7-.13 1.09-.13.44 0 .83.05 1.17.13.34.09.63.22.88.39.23.17.41.38.55.63.13.25.19.55.19.88 0 .22 0 .42-.08.59l-.02-.01z\"></path>"},"verified":{"name":"verified","keywords":["trusted","secure","trustworthy","signed"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.67 7.066l-1.08-1.34a1.5 1.5 0 01-.309-.77l-.19-1.698a1.51 1.51 0 00-1.329-1.33l-1.699-.19c-.3-.03-.56-.159-.78-.329L8.945.33a1.504 1.504 0 00-1.878 0l-1.34 1.08a1.5 1.5 0 01-.77.31l-1.698.19c-.7.08-1.25.63-1.33 1.329l-.19 1.699c-.03.3-.159.56-.329.78L.33 7.055a1.504 1.504 0 000 1.878l1.08 1.34c.17.22.28.48.31.77l.19 1.698c.08.7.63 1.25 1.329 1.33l1.699.19c.3.03.56.159.78.329l1.339 1.08c.55.439 1.329.439 1.878 0l1.34-1.08c.22-.17.48-.28.77-.31l1.698-.19c.7-.08 1.25-.63 1.33-1.329l.19-1.699c.03-.3.159-.56.329-.78l1.08-1.339a1.504 1.504 0 000-1.878zM6.5 12.01L3 8.51l1.5-1.5 2 2 5-5L13 5.56l-6.5 6.45z\"></path>"},"versions":{"name":"versions","keywords":["history","commits"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 3H7c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-1 8H8V5h4v6zM4 4h1v1H4v6h1v1H4c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1zM1 5h1v1H1v4h1v1H1c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1z\"></path>"},"watch":{"name":"watch","keywords":["wait","hourglass","time","date"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 8h2v1H5V5h1v3zm6 0c0 2.22-1.2 4.16-3 5.19V15c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-1.81C1.2 12.16 0 10.22 0 8s1.2-4.16 3-5.19V1c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1.81c1.8 1.03 3 2.97 3 5.19zm-1 0c0-2.77-2.23-5-5-5S1 5.23 1 8s2.23 5 5 5 5-2.23 5-5z\"></path>"},"workflow-all":{"name":"workflow-all","keywords":["workflow","actions"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 8A5 5 0 110 8a5 5 0 0110 0zM3.5 5.5l4 2.5-4 2.5v-5zm3.75 7.444a5.001 5.001 0 000-9.888 5 5 0 110 9.888zm3 0a5.001 5.001 0 000-9.888 5 5 0 110 9.888z\"></path>"},"workflow":{"name":"workflow","keywords":["workflow","actions"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M3 4.949a2.5 2.5 0 10-1 0v8.049c0 .547.453 1 1 1h2.05a2.5 2.5 0 004.9 0h1.1a2.5 2.5 0 100-1h-1.1a2.5 2.5 0 00-4.9 0H3v-5h2.05a2.5 2.5 0 004.9 0h1.1a2.5 2.5 0 100-1h-1.1a2.5 2.5 0 00-4.9 0H3v-2.05zm9 2.55a1.5 1.5 0 103 0 1.5 1.5 0 00-3 0zm-3 0a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zm4.5 7.499a1.5 1.5 0 110-3.001 1.5 1.5 0 010 3zm-6-3a1.5 1.5 0 110 3 1.5 1.5 0 010-3z\"></path>"},"x":{"name":"x","keywords":["remove","close","delete"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48L7.48 8z\"></path>"},"zap":{"name":"zap","keywords":["electricity","lightning","props","like","star","save"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 7H6l3-7-9 9h4l-3 7 9-9z\"></path>"}} diff --git a/assets/sass/@primer/octicons/build/svg/alert.svg b/assets/sass/@primer/octicons/build/svg/alert.svg new file mode 100644 index 0000000..fa8fe9e --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 000 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 00.01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/archive.svg b/assets/sass/@primer/octicons/build/svg/archive.svg new file mode 100644 index 0000000..70ba413 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/archive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M13 2H1v2h12V2zM0 4a1 1 0 001 1v9a1 1 0 001 1h10a1 1 0 001-1V5a1 1 0 001-1V2a1 1 0 00-1-1H1a1 1 0 00-1 1v2zm2 1h10v9H2V5zm2 3h6V7H4v1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/arrow-both.svg b/assets/sass/@primer/octicons/build/svg/arrow-both.svg new file mode 100644 index 0000000..4167746 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/arrow-both.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="16" viewBox="0 0 20 16"><path d="M0 8l6-5v3h8V3l6 5-6 5v-3H6v3L0 8z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/arrow-down.svg b/assets/sass/@primer/octicons/build/svg/arrow-down.svg new file mode 100644 index 0000000..c1acf0a --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M7 7V3H3v4H0l5 6 5-6H7z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/arrow-left.svg b/assets/sass/@primer/octicons/build/svg/arrow-left.svg new file mode 100644 index 0000000..f3cda4f --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M6 3L0 8l6 5v-3h4V6H6V3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/arrow-right.svg b/assets/sass/@primer/octicons/build/svg/arrow-right.svg new file mode 100644 index 0000000..04a4fbf --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M10 8L4 3v3H0v4h4v3l6-5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/arrow-small-down.svg b/assets/sass/@primer/octicons/build/svg/arrow-small-down.svg new file mode 100644 index 0000000..57c1ee8 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/arrow-small-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="6" height="16" viewBox="0 0 6 16"><path fill-rule="evenodd" d="M4 7V5H2v2H0l3 4 3-4H4z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/arrow-small-left.svg b/assets/sass/@primer/octicons/build/svg/arrow-small-left.svg new file mode 100644 index 0000000..9fa227e --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/arrow-small-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="6" height="16" viewBox="0 0 6 16"><path fill-rule="evenodd" d="M4 7V5L0 8l4 3V9h2V7H4z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/arrow-small-right.svg b/assets/sass/@primer/octicons/build/svg/arrow-small-right.svg new file mode 100644 index 0000000..bca6847 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/arrow-small-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="6" height="16" viewBox="0 0 6 16"><path fill-rule="evenodd" d="M6 8L2 5v2H0v2h2v2l4-3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/arrow-small-up.svg b/assets/sass/@primer/octicons/build/svg/arrow-small-up.svg new file mode 100644 index 0000000..6c132f1 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/arrow-small-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="6" height="16" viewBox="0 0 6 16"><path fill-rule="evenodd" d="M3 5L0 9h2v2h2V9h2L3 5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/arrow-up.svg b/assets/sass/@primer/octicons/build/svg/arrow-up.svg new file mode 100644 index 0000000..63be890 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M5 3L0 9h3v4h4V9h3L5 3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/beaker.svg b/assets/sass/@primer/octicons/build/svg/beaker.svg new file mode 100644 index 0000000..565c859 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/beaker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M14.38 14.59L11 7V3h1V2H3v1h1v4L.63 14.59A1 1 0 001.54 16h11.94c.72 0 1.2-.75.91-1.41h-.01zM3.75 10L5 7V3h5v4l1.25 3h-7.5zM8 8h1v1H8V8zM7 7H6V6h1v1zm0-3h1v1H7V4zm0-3H6V0h1v1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/bell.svg b/assets/sass/@primer/octicons/build/svg/bell.svg new file mode 100644 index 0000000..82709d3 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/bell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16" viewBox="0 0 15 16"><path fill-rule="evenodd" d="M14 12v1H0v-1l.73-.58c.77-.77.81-2.55 1.19-4.42C2.69 3.23 6 2 6 2c0-.55.45-1 1-1s1 .45 1 1c0 0 3.39 1.23 4.16 5 .38 1.88.42 3.66 1.19 4.42l.66.58H14zm-7 4c1.11 0 2-.89 2-2H5c0 1.11.89 2 2 2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/bold.svg b/assets/sass/@primer/octicons/build/svg/bold.svg new file mode 100644 index 0000000..d2f2995 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M1 2h3.83c2.48 0 4.3.75 4.3 2.95 0 1.14-.63 2.23-1.67 2.61v.06c1.33.3 2.3 1.23 2.3 2.86 0 2.39-1.97 3.52-4.61 3.52H1V2zm3.66 4.95c1.67 0 2.38-.66 2.38-1.69 0-1.17-.78-1.61-2.34-1.61H3.13v3.3h1.53zm.27 5.39c1.77 0 2.75-.64 2.75-1.98 0-1.27-.95-1.81-2.75-1.81h-1.8v3.8h1.8v-.01z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/book.svg b/assets/sass/@primer/octicons/build/svg/book.svg new file mode 100644 index 0000000..d21fa56 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/book.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M3 5h4v1H3V5zm0 3h4V7H3v1zm0 2h4V9H3v1zm11-5h-4v1h4V5zm0 2h-4v1h4V7zm0 2h-4v1h4V9zm2-6v9c0 .55-.45 1-1 1H9.5l-1 1-1-1H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h5.5l1 1 1-1H15c.55 0 1 .45 1 1zm-8 .5L7.5 3H2v9h6V3.5zm7-.5H9.5l-.5.5V12h6V3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/bookmark.svg b/assets/sass/@primer/octicons/build/svg/bookmark.svg new file mode 100644 index 0000000..de64157 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/bookmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M9 0H1C.27 0 0 .27 0 1v15l5-3.09L10 16V1c0-.73-.27-1-1-1zm-.78 4.25L6.36 5.61l.72 2.16c.06.22-.02.28-.2.17L5 6.6 3.12 7.94c-.19.11-.25.05-.2-.17l.72-2.16-1.86-1.36c-.17-.16-.14-.23.09-.23l2.3-.03.7-2.16h.25l.7 2.16 2.3.03c.23 0 .27.08.09.23h.01z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/briefcase.svg b/assets/sass/@primer/octicons/build/svg/briefcase.svg new file mode 100644 index 0000000..5104b81 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/briefcase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M9 4V3c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v1H1c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1H9zM6 3h2v1H6V3zm7 6H8v1H6V9H1V5h1v3h10V5h1v4z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/broadcast.svg b/assets/sass/@primer/octicons/build/svg/broadcast.svg new file mode 100644 index 0000000..8da20b3 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/broadcast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M9 9H8c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1H6c-.55 0-1 .45-1 1v2h1v3c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-3h1v-2c0-.55-.45-1-1-1zM7 7h1v1H7V7zm2 4H8v4H7v-4H6v-1h3v1zm2.09-3.5c0-1.98-1.61-3.59-3.59-3.59A3.593 3.593 0 004 8.31v1.98c-.61-.77-1-1.73-1-2.8 0-2.48 2.02-4.5 4.5-4.5S12 5.01 12 7.49c0 1.06-.39 2.03-1 2.8V8.31c.06-.27.09-.53.09-.81zm3.91 0c0 2.88-1.63 5.38-4 6.63v-1.05a6.553 6.553 0 003.09-5.58A6.59 6.59 0 007.5.91 6.59 6.59 0 00.91 7.5c0 2.36 1.23 4.42 3.09 5.58v1.05A7.497 7.497 0 017.5 0C11.64 0 15 3.36 15 7.5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/browser.svg b/assets/sass/@primer/octicons/build/svg/browser.svg new file mode 100644 index 0000000..00f512a --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/browser.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M5 3h1v1H5V3zM3 3h1v1H3V3zM1 3h1v1H1V3zm12 10H1V5h12v8zm0-9H7V3h6v1zm1-1c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/bug.svg b/assets/sass/@primer/octicons/build/svg/bug.svg new file mode 100644 index 0000000..7518829 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/bug.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11 10h3V9h-3V8l3.17-1.03-.34-.94L11 7V6c0-.55-.45-1-1-1V4c0-.48-.36-.88-.83-.97L10.2 2H12V1H9.8l-2 2h-.59L5.2 1H3v1h1.8l1.03 1.03C5.36 3.12 5 3.51 5 4v1c-.55 0-1 .45-1 1v1l-2.83-.97-.34.94L4 8v1H1v1h3v1L.83 12.03l.34.94L4 12v1c0 .55.45 1 1 1h1l1-1V6h1v7l1 1h1c.55 0 1-.45 1-1v-1l2.83.97.34-.94L11 11v-1zM9 5H6V4h3v1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/calendar.svg b/assets/sass/@primer/octicons/build/svg/calendar.svg new file mode 100644 index 0000000..fede886 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/calendar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M13 2h-1v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H6v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H2c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h11c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 12H2V5h11v9zM5 3H4V1h1v2zm6 0h-1V1h1v2zM6 7H5V6h1v1zm2 0H7V6h1v1zm2 0H9V6h1v1zm2 0h-1V6h1v1zM4 9H3V8h1v1zm2 0H5V8h1v1zm2 0H7V8h1v1zm2 0H9V8h1v1zm2 0h-1V8h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1zm2 0h-1v-1h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/check.svg b/assets/sass/@primer/octicons/build/svg/check.svg new file mode 100644 index 0000000..2df5dee --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5L12 5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/checklist.svg b/assets/sass/@primer/octicons/build/svg/checklist.svg new file mode 100644 index 0000000..7fc1b24 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/checklist.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M16 8.5l-6 6-3-3L8.5 10l1.5 1.5L14.5 7 16 8.5zM5.7 12.2l.8.8H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h7c.55 0 1 .45 1 1v6.5l-.8-.8c-.39-.39-1.03-.39-1.42 0L5.7 10.8a.996.996 0 000 1.41v-.01zM4 4h5V3H4v1zm0 2h5V5H4v1zm0 2h3V7H4v1zM3 9H2v1h1V9zm0-2H2v1h1V7zm0-2H2v1h1V5zm0-2H2v1h1V3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/chevron-down.svg b/assets/sass/@primer/octicons/build/svg/chevron-down.svg new file mode 100644 index 0000000..32eab7b --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/chevron-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M5 11L0 6l1.5-1.5L5 8.25 8.5 4.5 10 6l-5 5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/chevron-left.svg b/assets/sass/@primer/octicons/build/svg/chevron-left.svg new file mode 100644 index 0000000..680c9a0 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/chevron-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="8" height="16" viewBox="0 0 8 16"><path fill-rule="evenodd" d="M5.5 3L7 4.5 3.25 8 7 11.5 5.5 13l-5-5 5-5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/chevron-right.svg b/assets/sass/@primer/octicons/build/svg/chevron-right.svg new file mode 100644 index 0000000..a5dadc6 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/chevron-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="8" height="16" viewBox="0 0 8 16"><path fill-rule="evenodd" d="M7.5 8l-5 5L1 11.5 4.75 8 1 4.5 2.5 3l5 5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/chevron-up.svg b/assets/sass/@primer/octicons/build/svg/chevron-up.svg new file mode 100644 index 0000000..19db9dd --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/chevron-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M10 10l-1.5 1.5L5 7.75 1.5 11.5 0 10l5-5 5 5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/circle-slash.svg b/assets/sass/@primer/octicons/build/svg/circle-slash.svg new file mode 100644 index 0000000..fd92591 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/circle-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm0 1.3c1.3 0 2.5.44 3.47 1.17l-8 8A5.755 5.755 0 011.3 8c0-3.14 2.56-5.7 5.7-5.7zm0 11.41c-1.3 0-2.5-.44-3.47-1.17l8-8c.73.97 1.17 2.17 1.17 3.47 0 3.14-2.56 5.7-5.7 5.7z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/circuit-board.svg b/assets/sass/@primer/octicons/build/svg/circuit-board.svg new file mode 100644 index 0000000..f9a4c7e --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/circuit-board.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M3 5c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm8 0c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0 6c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm2-10H5v2.17c.36.19.64.47.83.83h2.34c.42-.78 1.33-1.28 2.34-1.05.75.19 1.36.8 1.53 1.55.31 1.38-.72 2.59-2.05 2.59-.8 0-1.48-.44-1.83-1.09H5.83c-.42.8-1.33 1.28-2.34 1.03-.73-.17-1.34-.78-1.52-1.52C1.72 4.49 2.2 3.59 3 3.17V1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1l5-5h2.17c.42-.78 1.33-1.28 2.34-1.05.75.19 1.36.8 1.53 1.55.31 1.38-.72 2.59-2.05 2.59-.8 0-1.48-.44-1.83-1.09H6.99L4 15h9c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/clippy.svg b/assets/sass/@primer/octicons/build/svg/clippy.svg new file mode 100644 index 0000000..9cb6337 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/clippy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M2 13h4v1H2v-1zm5-6H2v1h5V7zm2 3V8l-3 3 3 3v-2h5v-2H9zM4.5 9H2v1h2.5V9zM2 12h2.5v-1H2v1zm9 1h1v2c-.02.28-.11.52-.3.7-.19.18-.42.28-.7.3H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h3c0-1.11.89-2 2-2 1.11 0 2 .89 2 2h3c.55 0 1 .45 1 1v5h-1V6H1v9h10v-2zM2 5h8c0-.55-.45-1-1-1H8c-.55 0-1-.45-1-1s-.45-1-1-1-1 .45-1 1-.45 1-1 1H3c-.55 0-1 .45-1 1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/clock.svg b/assets/sass/@primer/octicons/build/svg/clock.svg new file mode 100644 index 0000000..2aabd71 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M8 8h3v2H7c-.55 0-1-.45-1-1V4h2v4zM7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 011.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/cloud-download.svg b/assets/sass/@primer/octicons/build/svg/cloud-download.svg new file mode 100644 index 0000000..8cc3d0f --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/cloud-download.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M9 12h2l-3 3-3-3h2V7h2v5zm3-8c0-.44-.91-3-4.5-3C5.08 1 3 2.92 3 5 1.02 5 0 6.52 0 8c0 1.53 1 3 3 3h3V9.7H3C1.38 9.7 1.3 8.28 1.3 8c0-.17.05-1.7 1.7-1.7h1.3V5c0-1.39 1.56-2.7 3.2-2.7 2.55 0 3.13 1.55 3.2 1.8v1.2H12c.81 0 2.7.22 2.7 2.2 0 2.09-2.25 2.2-2.7 2.2h-2V11h2c2.08 0 4-1.16 4-3.5C16 5.06 14.08 4 12 4z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/cloud-upload.svg b/assets/sass/@primer/octicons/build/svg/cloud-upload.svg new file mode 100644 index 0000000..c17e1d3 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/cloud-upload.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7 9H5l3-3 3 3H9v5H7V9zm5-4c0-.44-.91-3-4.5-3C5.08 2 3 3.92 3 6 1.02 6 0 7.52 0 9c0 1.53 1 3 3 3h3v-1.3H3c-1.62 0-1.7-1.42-1.7-1.7 0-.17.05-1.7 1.7-1.7h1.3V6c0-1.39 1.56-2.7 3.2-2.7 2.55 0 3.13 1.55 3.2 1.8v1.2H12c.81 0 2.7.22 2.7 2.2 0 2.09-2.25 2.2-2.7 2.2h-2V12h2c2.08 0 4-1.16 4-3.5C16 6.06 14.08 5 12 5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/code.svg b/assets/sass/@primer/octicons/build/svg/code.svg new file mode 100644 index 0000000..6e6560e --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/code.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/comment-discussion.svg b/assets/sass/@primer/octicons/build/svg/comment-discussion.svg new file mode 100644 index 0000000..c155b88 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/comment-discussion.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 1H6c-.55 0-1 .45-1 1v2H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h1v3l3-3h4c.55 0 1-.45 1-1V9h1l3 3V9h1c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM9 11H4.5L3 12.5V11H1V5h4v3c0 .55.45 1 1 1h3v2zm6-3h-2v1.5L11.5 8H6V2h9v6z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/comment.svg b/assets/sass/@primer/octicons/build/svg/comment.svg new file mode 100644 index 0000000..2c6d88c --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/comment.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M14 1H2c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h2v3.5L7.5 11H14c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 9H7l-2 2v-2H2V2h12v8z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/credit-card.svg b/assets/sass/@primer/octicons/build/svg/credit-card.svg new file mode 100644 index 0000000..7da9f29 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/credit-card.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M12 9H2V8h10v1zm4-6v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h14c.55 0 1 .45 1 1zm-1 3H1v6h14V6zm0-3H1v1h14V3zm-9 7H2v1h4v-1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/dash.svg b/assets/sass/@primer/octicons/build/svg/dash.svg new file mode 100644 index 0000000..b9a28fe --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/dash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="8" height="16" viewBox="0 0 8 16"><path fill-rule="evenodd" d="M0 7v2h8V7H0z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/dashboard.svg b/assets/sass/@primer/octicons/build/svg/dashboard.svg new file mode 100644 index 0000000..a21c886 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/dashboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M9 5H8V4h1v1zm4 3h-1v1h1V8zM6 5H5v1h1V5zM5 8H4v1h1V8zm11-5.5l-.5-.5L9 7c-.06-.02-1 0-1 0-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-.92l6-5.58zm-1.59 4.09c.19.61.3 1.25.3 1.91 0 3.42-2.78 6.2-6.2 6.2-3.42 0-6.21-2.78-6.21-6.2 0-3.42 2.78-6.2 6.2-6.2 1.2 0 2.31.34 3.27.94l.94-.94A7.459 7.459 0 008.51 1C4.36 1 1 4.36 1 8.5 1 12.64 4.36 16 8.5 16c4.14 0 7.5-3.36 7.5-7.5 0-1.03-.2-2.02-.59-2.91l-1 1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/database.svg b/assets/sass/@primer/octicons/build/svg/database.svg new file mode 100644 index 0000000..e686d98 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/database.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6 15c-3.31 0-6-.9-6-2v-2c0-.17.09-.34.21-.5.67.86 3 1.5 5.79 1.5s5.12-.64 5.79-1.5c.13.16.21.33.21.5v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V7c0-.11.04-.21.09-.31.03-.06.07-.13.12-.19C.88 7.36 3.21 8 6 8s5.12-.64 5.79-1.5c.05.06.09.13.12.19.05.1.09.21.09.31v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V3c0-1.1 2.69-2 6-2s6 .9 6 2v2c0 1.1-2.69 2-6 2zm0-5c-2.21 0-4 .45-4 1s1.79 1 4 1 4-.45 4-1-1.79-1-4-1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/dependent.svg b/assets/sass/@primer/octicons/build/svg/dependent.svg new file mode 100644 index 0000000..20e323f --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/dependent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M1 1h7.5l2 2H9L8 2H1v12h10v-1h1v1c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1zm9 6h3v1h-3V7zm2 2h-2v1h2V9zM8.583 4h4.375L15 6v5.429a.58.58 0 01-.583.571H8.583A.58.58 0 018 11.429V10h1v1h5V6.5L12.5 5H9v1H8V4.571A.58.58 0 018.583 4zM9.5 7H6.667V5l-4 3 4 3V9H9.5V7z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/desktop-download.svg b/assets/sass/@primer/octicons/build/svg/desktop-download.svg new file mode 100644 index 0000000..74b2c7d --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/desktop-download.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 6h3V0h2v6h3l-4 4-4-4zm11-4h-4v1h4v8H1V3h4V2H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5.34c-.25.61-.86 1.39-2.34 2h8c-1.48-.61-2.09-1.39-2.34-2H15c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/device-camera-video.svg b/assets/sass/@primer/octicons/build/svg/device-camera-video.svg new file mode 100644 index 0000000..dc0e55e --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/device-camera-video.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.2 2.09L10 5.72V3c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V9.28l5.2 3.63c.33.23.8 0 .8-.41v-10c0-.41-.47-.64-.8-.41z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/device-camera.svg b/assets/sass/@primer/octicons/build/svg/device-camera.svg new file mode 100644 index 0000000..609be0e --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/device-camera.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 3H7c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zM6 5H2V4h4v1zm4.5 7C8.56 12 7 10.44 7 8.5S8.56 5 10.5 5 14 6.56 14 8.5 12.44 12 10.5 12zM13 8.5c0 1.38-1.13 2.5-2.5 2.5S8 9.87 8 8.5 9.13 6 10.5 6 13 7.13 13 8.5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/device-desktop.svg b/assets/sass/@primer/octicons/build/svg/device-desktop.svg new file mode 100644 index 0000000..3671fd0 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/device-desktop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 2H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5.34c-.25.61-.86 1.39-2.34 2h8c-1.48-.61-2.09-1.39-2.34-2H15c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 9H1V3h14v8z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/device-mobile.svg b/assets/sass/@primer/octicons/build/svg/device-mobile.svg new file mode 100644 index 0000000..84559ca --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/device-mobile.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M9 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM5 15.3c-.72 0-1.3-.58-1.3-1.3 0-.72.58-1.3 1.3-1.3.72 0 1.3.58 1.3 1.3 0 .72-.58 1.3-1.3 1.3zM9 12H1V2h8v10z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/diff-added.svg b/assets/sass/@primer/octicons/build/svg/diff-added.svg new file mode 100644 index 0000000..8394151 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/diff-added.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zM6 9H3V7h3V4h2v3h3v2H8v3H6V9z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/diff-ignored.svg b/assets/sass/@primer/octicons/build/svg/diff-ignored.svg new file mode 100644 index 0000000..eaa2bee --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/diff-ignored.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zm-8.5-2H3v-1.5L9.5 4H11v1.5L4.5 12z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/diff-modified.svg b/assets/sass/@primer/octicons/build/svg/diff-modified.svg new file mode 100644 index 0000000..6a17dc3 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/diff-modified.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zM4 8c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3-3-1.34-3-3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/diff-removed.svg b/assets/sass/@primer/octicons/build/svg/diff-removed.svg new file mode 100644 index 0000000..2dfe2a1 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/diff-removed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zm-2-5H3V7h8v2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/diff-renamed.svg b/assets/sass/@primer/octicons/build/svg/diff-renamed.svg new file mode 100644 index 0000000..c1f0982 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/diff-renamed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6 9H3V7h3V4l5 4-5 4V9zm8-7v12c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h12c.55 0 1 .45 1 1zm-1 0H1v12h12V2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/diff.svg b/assets/sass/@primer/octicons/build/svg/diff.svg new file mode 100644 index 0000000..cbaa51f --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/diff.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="13" height="16" viewBox="0 0 13 16"><path fill-rule="evenodd" d="M6 7h2v1H6v2H5V8H3V7h2V5h1v2zm-3 6h5v-1H3v1zM7.5 2L11 5.5V15c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h6.5zM10 6L7 3H1v12h9V6zM8.5 0H3v1h5l4 4v8h1V4.5L8.5 0z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/ellipsis.svg b/assets/sass/@primer/octicons/build/svg/ellipsis.svg new file mode 100644 index 0000000..7d4b9d8 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/ellipsis.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M11 5H1c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zM4 9H2V7h2v2zm3 0H5V7h2v2zm3 0H8V7h2v2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/eye-closed.svg b/assets/sass/@primer/octicons/build/svg/eye-closed.svg new file mode 100644 index 0000000..313f134 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/eye-closed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="14" viewBox="0 0 16 14"><path fill-rule="evenodd" d="M14.822.854a.5.5 0 10-.707-.708l-2.11 2.11C10.89 1.483 9.565.926 8.06.926c-5.06 0-8.06 6-8.06 6s1.162 2.323 3.258 4.078l-2.064 2.065a.5.5 0 10.707.707L14.822.854zM4.86 9.403L6.292 7.97A1.999 1.999 0 016 6.925c0-1.11.89-2 2-2 .384 0 .741.106 1.045.292l1.433-1.433A3.98 3.98 0 008 2.925c-2.2 0-4 1.8-4 4 0 .938.321 1.798.859 2.478zm7.005-3.514l1.993-1.992A14.873 14.873 0 0116 6.925s-3 6-7.94 6a6.609 6.609 0 01-2.661-.57l1.565-1.566c.33.089.678.136 1.036.136 2.22 0 4-1.78 4-4 0-.358-.047-.705-.136-1.036zM9.338 8.415l.152-.151a1.996 1.996 0 01-.152.151z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/eye.svg b/assets/sass/@primer/octicons/build/svg/eye.svg new file mode 100644 index 0000000..4f43a09 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/eye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/file-binary.svg b/assets/sass/@primer/octicons/build/svg/file-binary.svg new file mode 100644 index 0000000..93d0f54 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/file-binary.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M4 12h1v1H2v-1h1v-2H2V9h2v3zm8-7.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v12h10V5zM8 4H6v1h1v2H6v1h3V7H8V4zM2 4h3v4H2V4zm1 3h1V5H3v2zm3 2h3v4H6V9zm1 3h1v-2H7v2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/file-code.svg b/assets/sass/@primer/octicons/build/svg/file-code.svg new file mode 100644 index 0000000..5b4b199 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/file-code.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM5 6.98L3.5 8.5 5 10l-.5 1L2 8.5 4.5 6l.5.98zM7.5 6L10 8.5 7.5 11l-.5-.98L8.5 8.5 7 7l.5-1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/file-directory.svg b/assets/sass/@primer/octicons/build/svg/file-directory.svg new file mode 100644 index 0000000..4bf1f1c --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/file-directory.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M13 4H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zM6 4H1V3h5v1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/file-media.svg b/assets/sass/@primer/octicons/build/svg/file-media.svg new file mode 100644 index 0000000..018e533 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/file-media.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6 5h2v2H6V5zm6-.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v11l3-5 2 4 2-2 3 3V5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/file-pdf.svg b/assets/sass/@primer/octicons/build/svg/file-pdf.svg new file mode 100644 index 0000000..cd0ef48 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/file-pdf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M8.5 1H1a1 1 0 00-1 1v12a1 1 0 001 1h10a1 1 0 001-1V4.5L8.5 1zM1 2h4a.68.68 0 00-.31.2 1.08 1.08 0 00-.23.47 4.22 4.22 0 00-.09 1.47c.06.609.173 1.211.34 1.8A21.78 21.78 0 013.6 8.6c-.5 1-.8 1.66-.91 1.84a7.156 7.156 0 00-.69.3c-.362.165-.699.38-1 .64V2zm4.42 4.8a5.65 5.65 0 001.17 2.09c.275.237.595.417.94.53-.64.09-1.23.2-1.81.33-.618.15-1.223.347-1.81.59s.22-.44.61-1.25c.365-.74.67-1.51.91-2.3l-.01.01zM11 14H1.5a.743.743 0 01-.17 0 2.12 2.12 0 00.73-.44 10.14 10.14 0 001.78-2.38c.31-.13.58-.23.81-.31l.42-.14c.45-.13.94-.23 1.44-.33s1-.16 1.48-.2c.447.216.912.394 1.39.53.403.11.814.188 1.23.23h.38V14H11zm0-4.86a3.743 3.743 0 00-.64-.28 4.221 4.221 0 00-.75-.11c-.411.003-.822.03-1.23.08a3 3 0 01-1-.64 6.07 6.07 0 01-1.29-2.33c.111-.661.178-1.33.2-2 .02-.25.02-.5 0-.75a1.05 1.05 0 00-.2-.88.82.82 0 00-.61-.23H8l3 3v4.14z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/file-submodule.svg b/assets/sass/@primer/octicons/build/svg/file-submodule.svg new file mode 100644 index 0000000..355a905 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/file-submodule.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M10 7H4v7h9c.55 0 1-.45 1-1V8h-4V7zM9 9H5V8h4v1zm4-5H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h2V7c0-.55.45-1 1-1h6c.55 0 1 .45 1 1h3V5c0-.55-.45-1-1-1zM6 4H1V3h5v1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/file-symlink-directory.svg b/assets/sass/@primer/octicons/build/svg/file-symlink-directory.svg new file mode 100644 index 0000000..4b6263a --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/file-symlink-directory.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M13 4H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zM1 3h5v1H1V3zm6 9v-2c-.98-.02-1.84.22-2.55.7-.71.48-1.19 1.25-1.45 2.3.02-1.64.39-2.88 1.13-3.73C4.86 8.43 5.82 8 7.01 8V6l4 3-4 3H7z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/file-symlink-file.svg b/assets/sass/@primer/octicons/build/svg/file-symlink-file.svg new file mode 100644 index 0000000..b2aaf24 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/file-symlink-file.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM6 4.5l4 3-4 3v-2c-.98-.02-1.84.22-2.55.7-.71.48-1.19 1.25-1.45 2.3.02-1.64.39-2.88 1.13-3.73.73-.84 1.69-1.27 2.88-1.27v-2H6z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/file-zip.svg b/assets/sass/@primer/octicons/build/svg/file-zip.svg new file mode 100644 index 0000000..1566e16 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/file-zip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M8.5 1H1a1 1 0 00-1 1v12a1 1 0 001 1h10a1 1 0 001-1V4.5L8.5 1zM11 14H1V2h3v1h1V2h3l3 3v9zM5 4V3h1v1H5zM4 4h1v1H4V4zm1 2V5h1v1H5zM4 6h1v1H4V6zm1 2V7h1v1H5zM4 9.28A2 2 0 003 11v1h4v-1a2 2 0 00-2-2V8H4v1.28zM6 10v1H4v-1h2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/file.svg b/assets/sass/@primer/octicons/build/svg/file.svg new file mode 100644 index 0000000..0997406 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/file.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6 5H2V4h4v1zM2 8h7V7H2v1zm0 2h7V9H2v1zm0 2h7v-1H2v1zm10-7.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v12h10V5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/flame.svg b/assets/sass/@primer/octicons/build/svg/flame.svg new file mode 100644 index 0000000..1fcb94b --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/flame.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M5.05.31c.81 2.17.41 3.38-.52 4.31C3.55 5.67 1.98 6.45.9 7.98c-1.45 2.05-1.7 6.53 3.53 7.7-2.2-1.16-2.67-4.52-.3-6.61-.61 2.03.53 3.33 1.94 2.86 1.39-.47 2.3.53 2.27 1.67-.02.78-.31 1.44-1.13 1.81 3.42-.59 4.78-3.42 4.78-5.56 0-2.84-2.53-3.22-1.25-5.61-1.52.13-2.03 1.13-1.89 2.75.09 1.08-1.02 1.8-1.86 1.33-.67-.41-.66-1.19-.06-1.78C8.18 5.31 8.68 2.45 5.05.32L5.03.3l.02.01z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/fold-down.svg b/assets/sass/@primer/octicons/build/svg/fold-down.svg new file mode 100644 index 0000000..af917bf --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/fold-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M4 11l3 3 3-3H8V5H6v6H4zm-4 0c0 .55.45 1 1 1h2.5l-1-1h-1l2-2H5V8H3.5l-2-2H5V5H1c-.55 0-1 .45-1 1l2.5 2.5L0 11zm10.5-2H9V8h1.5l2-2H9V5h4c.55 0 1 .45 1 1l-2.5 2.5L14 11c0 .55-.45 1-1 1h-2.5l1-1h1l-2-2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/fold-up.svg b/assets/sass/@primer/octicons/build/svg/fold-up.svg new file mode 100644 index 0000000..96bdb34 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/fold-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M10 6L7 3 4 6h2v6h2V6h2zm4 0c0-.55-.45-1-1-1h-2.5l1 1h1l-2 2H9v1h1.5l2 2H9v1h4c.55 0 1-.45 1-1l-2.5-2.5L14 6zM3.5 8H5v1H3.5l-2 2H5v1H1c-.55 0-1-.45-1-1l2.5-2.5L0 6c0-.55.45-1 1-1h2.5l-1 1h-1l2 2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/fold.svg b/assets/sass/@primer/octicons/build/svg/fold.svg new file mode 100644 index 0000000..1b0b399 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/fold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 9l3 3H8v3H6v-3H4l3-3zm3-6H8V0H6v3H4l3 3 3-3zm4 2c0-.55-.45-1-1-1h-2.5l-1 1h3l-2 2h-7l-2-2h3l-1-1H1c-.55 0-1 .45-1 1l2.5 2.5L0 10c0 .55.45 1 1 1h2.5l1-1h-3l2-2h7l2 2h-3l1 1H13c.55 0 1-.45 1-1l-2.5-2.5L14 5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/gear.svg b/assets/sass/@primer/octicons/build/svg/gear.svg new file mode 100644 index 0000000..bf82007 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/gear.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M14 8.77v-1.6l-1.94-.64-.45-1.09.88-1.84-1.13-1.13-1.81.91-1.09-.45-.69-1.92h-1.6l-.63 1.94-1.11.45-1.84-.88-1.13 1.13.91 1.81-.45 1.09L0 7.23v1.59l1.94.64.45 1.09-.88 1.84 1.13 1.13 1.81-.91 1.09.45.69 1.92h1.59l.63-1.94 1.11-.45 1.84.88 1.13-1.13-.92-1.81.47-1.09L14 8.75v.02zM7 11c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/gift.svg b/assets/sass/@primer/octicons/build/svg/gift.svg new file mode 100644 index 0000000..4539ce6 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/gift.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M13 4h-1.38c.19-.33.33-.67.36-.91.06-.67-.11-1.22-.52-1.61C11.1 1.1 10.65 1 10.1 1h-.11c-.53.02-1.11.25-1.53.58-.42.33-.73.72-.97 1.2-.23-.48-.55-.88-.97-1.2-.42-.32-1-.58-1.53-.58h-.03c-.56 0-1.06.09-1.44.48-.41.39-.58.94-.52 1.61.03.23.17.58.36.91H1.98c-.55 0-1 .45-1 1v3h1v5c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V8h1V5c0-.55-.45-1-1-1H13zm-4.78-.88c.17-.36.42-.67.75-.92.3-.23.72-.39 1.05-.41h.09c.45 0 .66.11.8.25s.33.39.3.95c-.05.19-.25.61-.5 1h-2.9l.41-.88v.01zM4.09 2.04c.13-.13.31-.25.91-.25.31 0 .72.17 1.03.41.33.25.58.55.75.92L7.2 4H4.3c-.25-.39-.45-.81-.5-1-.03-.56.16-.81.3-.95l-.01-.01zM7 12.99H3V8h4v5-.01zm0-6H2V5h5v2-.01zm5 6H8V8h4v5-.01zm1-6H8V5h5v2-.01z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/gist-secret.svg b/assets/sass/@primer/octicons/build/svg/gist-secret.svg new file mode 100644 index 0000000..6495281 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/gist-secret.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M8 10.5L9 14H5l1-3.5L5.25 9h3.5L8 10.5zM10 6H4L2 7h10l-2-1zM9 2L7 3 5 2 4 5h6L9 2zm4.03 7.75L10 9l1 2-2 3h3.22c.45 0 .86-.31.97-.75l.56-2.28c.14-.53-.19-1.08-.72-1.22zM4 9l-3.03.75c-.53.14-.86.69-.72 1.22l.56 2.28c.11.44.52.75.97.75H5l-2-3 1-2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/gist.svg b/assets/sass/@primer/octicons/build/svg/gist.svg new file mode 100644 index 0000000..9584460 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/gist.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M7.5 5L10 7.5 7.5 10l-.75-.75L8.5 7.5 6.75 5.75 7.5 5zm-3 0L2 7.5 4.5 10l.75-.75L3.5 7.5l1.75-1.75L4.5 5zM0 13V2c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v11c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1zm1 0h10V2H1v11z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/git-branch.svg b/assets/sass/@primer/octicons/build/svg/git-branch.svg new file mode 100644 index 0000000..d803e0f --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/git-branch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 00-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 00-1-3.72C.88 1 0 1.89 0 3a2 2 0 001 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/git-commit.svg b/assets/sass/@primer/octicons/build/svg/git-commit.svg new file mode 100644 index 0000000..3cc2e82 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/git-commit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M10.86 7c-.45-1.72-2-3-3.86-3-1.86 0-3.41 1.28-3.86 3H0v2h3.14c.45 1.72 2 3 3.86 3 1.86 0 3.41-1.28 3.86-3H14V7h-3.14zM7 10.2c-1.22 0-2.2-.98-2.2-2.2 0-1.22.98-2.2 2.2-2.2 1.22 0 2.2.98 2.2 2.2 0 1.22-.98 2.2-2.2 2.2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/git-compare.svg b/assets/sass/@primer/octicons/build/svg/git-compare.svg new file mode 100644 index 0000000..28a0e7f --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/git-compare.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M5 12H4c-.27-.02-.48-.11-.69-.31-.21-.2-.3-.42-.31-.69V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V11c.03.78.34 1.47.94 2.06.6.59 1.28.91 2.06.94h1v2l3-3-3-3v2zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm11 9.48V5c-.03-.78-.34-1.47-.94-2.06-.6-.59-1.28-.91-2.06-.94H9V0L6 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0012 15a1.993 1.993 0 001-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/git-merge.svg b/assets/sass/@primer/octicons/build/svg/git-merge.svg new file mode 100644 index 0000000..bc2caf8 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/git-merge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M10 7c-.73 0-1.38.41-1.73 1.02V8C7.22 7.98 6 7.64 5.14 6.98c-.75-.58-1.5-1.61-1.89-2.44A1.993 1.993 0 002 .99C.89.99 0 1.89 0 3a2 2 0 001 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2a1.993 1.993 0 001-3.72V7.67c.67.7 1.44 1.27 2.3 1.69.86.42 2.03.63 2.97.64v-.02c.36.61 1 1.02 1.73 1.02 1.11 0 2-.89 2-2 0-1.11-.89-2-2-2zm-6.8 6c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm8 6c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/git-pull-request.svg b/assets/sass/@primer/octicons/build/svg/git-pull-request.svg new file mode 100644 index 0000000..43bb867 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/git-pull-request.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0010 15a1.993 1.993 0 001-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 00-1 3.72v6.56A1.993 1.993 0 002 15a1.993 1.993 0 001-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/github-action.svg b/assets/sass/@primer/octicons/build/svg/github-action.svg new file mode 100644 index 0000000..bf1b6e1 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/github-action.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M9 2h6c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1H9a1 1 0 11-2 0H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h6a1 1 0 112 0zm6 1v10H1V3h14zm-2.5 4a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/globe.svg b/assets/sass/@primer/octicons/build/svg/globe.svg new file mode 100644 index 0000000..990554c --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/globe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 1C3.14 1 0 4.14 0 8s3.14 7 7 7c.48 0 .94-.05 1.38-.14-.17-.08-.2-.73-.02-1.09.19-.41.81-1.45.2-1.8-.61-.35-.44-.5-.81-.91-.37-.41-.22-.47-.25-.58-.08-.34.36-.89.39-.94.02-.06.02-.27 0-.33 0-.08-.27-.22-.34-.23-.06 0-.11.11-.2.13-.09.02-.5-.25-.59-.33-.09-.08-.14-.23-.27-.34-.13-.13-.14-.03-.33-.11s-.8-.31-1.28-.48c-.48-.19-.52-.47-.52-.66-.02-.2-.3-.47-.42-.67-.14-.2-.16-.47-.2-.41-.04.06.25.78.2.81-.05.02-.16-.2-.3-.38-.14-.19.14-.09-.3-.95s.14-1.3.17-1.75c.03-.45.38.17.19-.13-.19-.3 0-.89-.14-1.11-.13-.22-.88.25-.88.25.02-.22.69-.58 1.16-.92.47-.34.78-.06 1.16.05.39.13.41.09.28-.05-.13-.13.06-.17.36-.13.28.05.38.41.83.36.47-.03.05.09.11.22s-.06.11-.38.3c-.3.2.02.22.55.61s.38-.25.31-.55c-.07-.3.39-.06.39-.06.33.22.27.02.5.08.23.06.91.64.91.64-.83.44-.31.48-.17.59.14.11-.28.3-.28.3-.17-.17-.19.02-.3.08-.11.06-.02.22-.02.22-.56.09-.44.69-.42.83 0 .14-.38.36-.47.58-.09.2.25.64.06.66-.19.03-.34-.66-1.31-.41-.3.08-.94.41-.59 1.08.36.69.92-.19 1.11-.09.19.1-.06.53-.02.55.04.02.53.02.56.61.03.59.77.53.92.55.17 0 .7-.44.77-.45.06-.03.38-.28 1.03.09.66.36.98.31 1.2.47.22.16.08.47.28.58.2.11 1.06-.03 1.28.31.22.34-.88 2.09-1.22 2.28-.34.19-.48.64-.84.92s-.81.64-1.27.91c-.41.23-.47.66-.66.8 3.14-.7 5.48-3.5 5.48-6.84 0-3.86-3.14-7-7-7L7 1zm1.64 6.56c-.09.03-.28.22-.78-.08-.48-.3-.81-.23-.86-.28 0 0-.05-.11.17-.14.44-.05.98.41 1.11.41.13 0 .19-.13.41-.05.22.08.05.13-.05.14zM6.34 1.7c-.05-.03.03-.08.09-.14.03-.03.02-.11.05-.14.11-.11.61-.25.52.03-.11.27-.58.3-.66.25zm1.23.89c-.19-.02-.58-.05-.52-.14.3-.28-.09-.38-.34-.38-.25-.02-.34-.16-.22-.19.12-.03.61.02.7.08.08.06.52.25.55.38.02.13 0 .25-.17.25zm1.47-.05c-.14.09-.83-.41-.95-.52-.56-.48-.89-.31-1-.41-.11-.1-.08-.19.11-.34.19-.15.69.06 1 .09.3.03.66.27.66.55.02.25.33.5.19.63h-.01z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/grabber.svg b/assets/sass/@primer/octicons/build/svg/grabber.svg new file mode 100644 index 0000000..1a41fd0 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/grabber.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="8" height="16" viewBox="0 0 8 16"><path fill-rule="evenodd" d="M8 4v1H0V4h8zM0 8h8V7H0v1zm0 3h8v-1H0v1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/graph.svg b/assets/sass/@primer/octicons/build/svg/graph.svg new file mode 100644 index 0000000..cd3909e --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/graph.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M16 14v1H0V0h1v14h15zM5 13H3V8h2v5zm4 0H7V3h2v10zm4 0h-2V6h2v7z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/heart-outline.svg b/assets/sass/@primer/octicons/build/svg/heart-outline.svg new file mode 100644 index 0000000..cf0a12a --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/heart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M1.192 3.924C1.909 3.294 2.835 3 3.727 3 4.73 3 5.513 3.485 6 3.894 6.488 3.485 7.271 3 8.273 3c.892 0 1.818.293 2.535.924C11.545 4.572 12 5.525 12 6.7c0 .962-.435 1.891-.944 2.67-.522.8-1.2 1.558-1.852 2.203a24.563 24.563 0 01-1.793 1.6c-.451.365-1.39 1.045-1.39 1.045s-1.277-.921-1.431-1.046a24.57 24.57 0 01-1.793-1.599c-.652-.645-1.33-1.404-1.853-2.202C.434 8.59 0 7.662 0 6.7c0-1.175.455-2.128 1.192-2.776zm4.96 7.694l-.151.122a22.6 22.6 0 01-1.797-1.588c-.599-.593-1.17-1.24-1.586-1.876C2.19 7.621 2 7.088 2 6.7c0-.625.226-1.022.513-1.274.305-.27.743-.426 1.214-.426.344 0 .686.172.993.43.191.161.332.314.455.448.255.278.432.472.826.472a.868.868 0 00.497-.14c.146-.096.264-.232.394-.38.112-.13.234-.27.39-.4.306-.258.647-.43.99-.43.472 0 .91.157 1.215.426.287.252.513.649.513 1.274 0 .388-.19.922-.618 1.576-.416.636-.987 1.283-1.585 1.876-.595.589-1.193 1.1-1.645 1.466z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/heart.svg b/assets/sass/@primer/octicons/build/svg/heart.svg new file mode 100644 index 0000000..4e89df6 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M8.727 3C7.091 3 6.001 4.65 6.001 4.65S4.909 3 3.273 3C1.636 3 0 4.1 0 6.3 0 9.6 6 14 6 14s6-4.4 6-7.7C12 4.1 10.364 3 8.727 3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/history.svg b/assets/sass/@primer/octicons/build/svg/history.svg new file mode 100644 index 0000000..918bd68 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/history.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M8 13H6V6h5v2H8v5zM7 1C4.81 1 2.87 2.02 1.59 3.59L0 2v4h4L2.5 4.5C3.55 3.17 5.17 2.3 7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 011.3 8c0-.34.03-.67.09-1H.08C.03 7.33 0 7.66 0 8c0 3.86 3.14 7 7 7s7-3.14 7-7-3.14-7-7-7z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/home.svg b/assets/sass/@primer/octicons/build/svg/home.svg new file mode 100644 index 0000000..f3d3138 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/home.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M16 9l-3-3V2h-2v2L8 1 0 9h2l1 5c0 .55.45 1 1 1h8c.55 0 1-.45 1-1l1-5h2zm-4 5H9v-4H7v4H4L2.81 7.69 8 2.5l5.19 5.19L12 14z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/horizontal-rule.svg b/assets/sass/@primer/octicons/build/svg/horizontal-rule.svg new file mode 100644 index 0000000..9a05c30 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/horizontal-rule.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M1 7h2v2h1V3H3v3H1V3H0v6h1V7zm9 2V7H9v2h1zm0-3V4H9v2h1zM7 6V4h2V3H6v6h1V7h2V6H7zm-7 7h10v-2H0v2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/hubot.svg b/assets/sass/@primer/octicons/build/svg/hubot.svg new file mode 100644 index 0000000..fea9f4b --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/hubot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M3 6c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H3zm8 1.75L9.75 9h-1.5L7 7.75 5.75 9h-1.5L3 7.75V7h.75L5 8.25 6.25 7h1.5L9 8.25 10.25 7H11v.75zM5 11h4v1H5v-1zm2-9C3.14 2 0 4.91 0 8.5V13c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V8.5C14 4.91 10.86 2 7 2zm6 11H1V8.5c0-3.09 2.64-5.59 6-5.59s6 2.5 6 5.59V13z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/inbox.svg b/assets/sass/@primer/octicons/build/svg/inbox.svg new file mode 100644 index 0000000..f9cfec2 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/inbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M14 9l-1.13-7.14c-.08-.48-.5-.86-1-.86H2.13c-.5 0-.92.38-1 .86L0 9v5c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V9zm-3.28.55l-.44.89c-.17.34-.52.56-.91.56H4.61c-.38 0-.72-.22-.89-.55l-.44-.91c-.17-.33-.52-.55-.89-.55H1l1-7h10l1 7h-1.38c-.39 0-.73.22-.91.55l.01.01z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/infinity.svg b/assets/sass/@primer/octicons/build/svg/infinity.svg new file mode 100644 index 0000000..ebcd096 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/infinity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 6a2 2 0 100 4c.137 0 .402-.073.796-.318a7.49 7.49 0 001.138-.908c.285-.27.543-.542.753-.774a14.22 14.22 0 00-.753-.774 7.49 7.49 0 00-1.138-.908C4.402 6.073 4.137 6 4 6zm5.313 2c.21.232.468.504.753.774.37.35.764.676 1.138.908.394.245.659.318.796.318a2 2 0 100-4c-.137 0-.402.073-.796.318a7.483 7.483 0 00-1.138.908c-.285.27-.543.542-.753.774zM8 9.527a15.45 15.45 0 01-.691.7 9.587 9.587 0 01-1.457 1.154C5.34 11.698 4.69 12 4 12a4 4 0 010-8c.691 0 1.34.302 1.852.62.531.33 1.034.754 1.457 1.154.255.24.489.481.691.699.202-.218.436-.458.691-.7a9.587 9.587 0 011.457-1.154C10.66 4.302 11.31 4 12 4a4 4 0 010 8c-.691 0-1.34-.302-1.852-.62a9.464 9.464 0 01-1.457-1.154A14.47 14.47 0 018 9.527z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/info.svg b/assets/sass/@primer/octicons/build/svg/info.svg new file mode 100644 index 0000000..8f6a684 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/info.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6.3 5.69a.942.942 0 01-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 01-.7.3c-.28 0-.52-.11-.7-.3zM8 7.99c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V7.98v.01zM7 2.3c-3.14 0-5.7 2.54-5.7 5.68 0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 .98c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/internal-repo.svg b/assets/sass/@primer/octicons/build/svg/internal-repo.svg new file mode 100644 index 0000000..686504b --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/internal-repo.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="13" height="16" viewBox="0 0 13 16" > + <path fill-rule="evenodd" clip-rule="evenodd" d="M10 0H9v1a1 1 0 00-1 1H7a1 1 0 00-1 1v1H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h1v1l1-.5 1 .5v-1h4c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1H7V3h1a1 1 0 001-1h1a1 1 0 001 1h1v13h1V3a1 1 0 00-1-1h-1a1 1 0 00-1-1V0zM8 12H2V5h6v7zm-7 1h1v1H1v-1zm7 0v1H4v-1h4zm3-9h-1v2h1V4zm0 3h-1v2h1V7zm0 3h-1v2h1v-2zm0 3h-1v2h1v-2zm-7-2H3v-1h1v1zm0-5H3v1h1V6zm0 2H3v1h1V8z"/> +</svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/issue-closed.svg b/assets/sass/@primer/octicons/build/svg/issue-closed.svg new file mode 100644 index 0000000..c2529d0 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/issue-closed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7 10h2v2H7v-2zm2-6H7v5h2V4zm1.5 1.5l-1 1L12 9l4-4.5-1-1L12 7l-1.5-1.5zM8 13.7A5.71 5.71 0 012.3 8c0-3.14 2.56-5.7 5.7-5.7 1.83 0 3.45.88 4.5 2.2l.92-.92A6.947 6.947 0 008 1C4.14 1 1 4.14 1 8s3.14 7 7 7 7-3.14 7-7l-1.52 1.52c-.66 2.41-2.86 4.19-5.48 4.19v-.01z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/issue-opened.svg b/assets/sass/@primer/octicons/build/svg/issue-opened.svg new file mode 100644 index 0000000..2aff87e --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/issue-opened.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 011.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/issue-reopened.svg b/assets/sass/@primer/octicons/build/svg/issue-reopened.svg new file mode 100644 index 0000000..2d0263d --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/issue-reopened.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M8 9H6V4h2v5zm-2 3h2v-2H6v2zm6.33-2H10l1.5 1.5c-1.05 1.33-2.67 2.2-4.5 2.2A5.71 5.71 0 011.3 8c0-.34.03-.67.09-1H.08C.03 7.33 0 7.66 0 8c0 3.86 3.14 7 7 7 2.19 0 4.13-1.02 5.41-2.59L14 14v-4h-1.67zM1.67 6H4L2.5 4.5C3.55 3.17 5.17 2.3 7 2.3c3.14 0 5.7 2.56 5.7 5.7 0 .34-.03.67-.09 1h1.31c.05-.33.08-.66.08-1 0-3.86-3.14-7-7-7-2.19 0-4.13 1.02-5.41 2.59L0 2v4h1.67z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/italic.svg b/assets/sass/@primer/octicons/build/svg/italic.svg new file mode 100644 index 0000000..51d65f1 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/italic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="6" height="16" viewBox="0 0 6 16"><path fill-rule="evenodd" d="M2.81 5h1.98L3 14H1l1.81-9zm.36-2.7c0-.7.58-1.3 1.33-1.3.56 0 1.13.38 1.13 1.03 0 .75-.59 1.3-1.33 1.3-.58 0-1.13-.38-1.13-1.03z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/jersey.svg b/assets/sass/@primer/octicons/build/svg/jersey.svg new file mode 100644 index 0000000..776e456 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/jersey.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M4.5 6l-.5.5v5l.5.5h2l.5-.5v-5L6.5 6h-2zM6 11H5V7h1v4zm6.27-7.25C12.05 2.37 11.96 1.12 12 0H9.02c0 .27-.13.48-.39.69-.25.2-.63.3-1.13.3-.5 0-.88-.09-1.13-.3-.23-.2-.36-.42-.36-.69H3c.05 1.13-.03 2.38-.25 3.75C2.55 5.13 1.95 5.88 1 6v9c.02.27.11.48.31.69.2.21.42.3.69.31h11c.27-.02.48-.11.69-.31.21-.2.3-.42.31-.69V6c-.95-.13-1.53-.88-1.75-2.25h.02zM13 15H2V7c.89-.5 1.48-1.25 1.72-2.25S4.03 2.5 4 1h1c-.02.78.16 1.47.52 2.06.36.58 1.02.89 2 .94.98-.02 1.64-.33 2-.94.36-.59.5-1.28.48-2.06h1c.02 1.42.13 2.55.33 3.38.2.81.69 2 1.67 2.63v8V15zM8.5 6l-.5.5v5l.5.5h2l.5-.5v-5l-.5-.5h-2zm1.5 5H9V7h1v4z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/kebab-horizontal.svg b/assets/sass/@primer/octicons/build/svg/kebab-horizontal.svg new file mode 100644 index 0000000..f4dd51a --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/kebab-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="13" height="16" viewBox="0 0 13 16"><path fill-rule="evenodd" d="M1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm5 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM13 7.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/kebab-vertical.svg b/assets/sass/@primer/octicons/build/svg/kebab-vertical.svg new file mode 100644 index 0000000..f5824a3 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/kebab-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="3" height="16" viewBox="0 0 3 16"><path fill-rule="evenodd" d="M0 2.5a1.5 1.5 0 103 0 1.5 1.5 0 00-3 0zm0 5a1.5 1.5 0 103 0 1.5 1.5 0 00-3 0zM1.5 14a1.5 1.5 0 110-3 1.5 1.5 0 010 3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/key.svg b/assets/sass/@primer/octicons/build/svg/key.svg new file mode 100644 index 0000000..ac8badc --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/key.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M12.83 2.17C12.08 1.42 11.14 1.03 10 1c-1.13.03-2.08.42-2.83 1.17S6.04 3.86 6.01 5c0 .3.03.59.09.89L0 12v1l1 1h2l1-1v-1h1v-1h1v-1h2l1.09-1.11c.3.08.59.11.91.11 1.14-.03 2.08-.42 2.83-1.17S13.97 6.14 14 5c-.03-1.14-.42-2.08-1.17-2.83zM11 5.38c-.77 0-1.38-.61-1.38-1.38 0-.77.61-1.38 1.38-1.38.77 0 1.38.61 1.38 1.38 0 .77-.61 1.38-1.38 1.38z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/keyboard.svg b/assets/sass/@primer/octicons/build/svg/keyboard.svg new file mode 100644 index 0000000..89712ad --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/keyboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10 5H9V4h1v1zM3 6H2v1h1V6zm5-2H7v1h1V4zM4 4H2v1h2V4zm8 7h2v-1h-2v1zM8 7h1V6H8v1zm-4 3H2v1h2v-1zm8-6h-1v1h1V4zm2 0h-1v1h1V4zm-2 5h2V6h-2v3zm4-6v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h14c.55 0 1 .45 1 1zm-1 0H1v9h14V3zM6 7h1V6H6v1zm0-3H5v1h1V4zM4 7h1V6H4v1zm1 4h6v-1H5v1zm5-4h1V6h-1v1zM3 8H2v1h1V8zm5 0v1h1V8H8zM6 8v1h1V8H6zM5 8H4v1h1V8zm5 1h1V8h-1v1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/law.svg b/assets/sass/@primer/octicons/build/svg/law.svg new file mode 100644 index 0000000..5ccc464 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/law.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 4c-.83 0-1.5-.67-1.5-1.5S6.17 1 7 1s1.5.67 1.5 1.5S7.83 4 7 4zm7 6c0 1.11-.89 2-2 2h-1c-1.11 0-2-.89-2-2l2-4h-1c-.55 0-1-.45-1-1H8v8c.42 0 1 .45 1 1h1c.42 0 1 .45 1 1H3c0-.55.58-1 1-1h1c0-.55.58-1 1-1h.03L6 5H5c0 .55-.45 1-1 1H3l2 4c0 1.11-.89 2-2 2H2c-1.11 0-2-.89-2-2l2-4H1V5h3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1h3v1h-1l2 4zM2.5 7L1 10h3L2.5 7zM13 10l-1.5-3-1.5 3h3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/light-bulb.svg b/assets/sass/@primer/octicons/build/svg/light-bulb.svg new file mode 100644 index 0000000..d2ff74c --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/light-bulb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/line-arrow-down.svg b/assets/sass/@primer/octicons/build/svg/line-arrow-down.svg new file mode 100644 index 0000000..85ec31a --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/line-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M4.5 7.5L3 9l5 5 5-5-1.5-1.5L9 10.179V2H7v8.179L4.5 7.5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/line-arrow-left.svg b/assets/sass/@primer/octicons/build/svg/line-arrow-left.svg new file mode 100644 index 0000000..2eb7010 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/line-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M8.5 4.5L7 3 2 8l5 5 1.5-1.5L5.821 9H14V7H5.821L8.5 4.5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/line-arrow-right.svg b/assets/sass/@primer/octicons/build/svg/line-arrow-right.svg new file mode 100644 index 0000000..3cdb8f9 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/line-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M7.5 11.5L9 13l5-5-5-5-1.5 1.5L10.179 7H2v2h8.179L7.5 11.5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/line-arrow-up.svg b/assets/sass/@primer/octicons/build/svg/line-arrow-up.svg new file mode 100644 index 0000000..18fd665 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/line-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M11.5 8.5L13 7 8 2 3 7l1.5 1.5L7 5.821V14h2V5.821L11.5 8.5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/link-external.svg b/assets/sass/@primer/octicons/build/svg/link-external.svg new file mode 100644 index 0000000..70b569d --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/link-external.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M11 10h1v3c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h3v1H1v10h10v-3zM6 2l2.25 2.25L5 7.5 6.5 9l3.25-3.25L12 8V2H6z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/link.svg b/assets/sass/@primer/octicons/build/svg/link.svg new file mode 100644 index 0000000..820aef7 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/link.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/list-ordered.svg b/assets/sass/@primer/octicons/build/svg/list-ordered.svg new file mode 100644 index 0000000..0a7bc5a --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/list-ordered.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="13" height="16" viewBox="0 0 13 16"><path fill-rule="evenodd" d="M12.01 13c0 .59 0 1-.59 1H4.6c-.59 0-.59-.41-.59-1 0-.59 0-1 .59-1h6.81c.59 0 .59.41.59 1h.01zM4.6 4h6.81C12 4 12 3.59 12 3c0-.59 0-1-.59-1H4.6c-.59 0-.59.41-.59 1 0 .59 0 1 .59 1zm6.81 3H4.6c-.59 0-.59.41-.59 1 0 .59 0 1 .59 1h6.81C12 9 12 8.59 12 8c0-.59 0-1-.59-1zm-9.4-6h-.72c-.3.19-.58.25-1.03.34V2h.75v2.14H.17V5h2.84v-.86h-1V1zm.392 8.12c-.129 0-.592.04-.802.07.53-.56 1.14-1.25 1.14-1.89C2.72 6.52 2.18 6 1.38 6c-.59 0-.97.2-1.38.64l.58.58c.19-.19.38-.38.64-.38.28 0 .48.16.48.52 0 .53-.77 1.2-1.7 2.06V10h3v-.88h-.598zm-.222 3.79v-.03c.44-.19.64-.47.64-.86 0-.7-.56-1.11-1.44-1.11-.48 0-.89.19-1.28.52l.55.64c.25-.2.44-.31.69-.31.27 0 .42.13.42.36 0 .27-.2.44-.86.44v.75c.83 0 .98.17.98.47 0 .25-.23.38-.58.38-.28 0-.56-.14-.81-.38l-.48.66c.3.36.77.56 1.41.56.83 0 1.53-.41 1.53-1.16 0-.5-.31-.81-.77-.94v.01z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/list-unordered.svg b/assets/sass/@primer/octicons/build/svg/list-unordered.svg new file mode 100644 index 0000000..0b43536 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/list-unordered.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M2 13c0 .59 0 1-.59 1H.59C0 14 0 13.59 0 13c0-.59 0-1 .59-1h.81c.59 0 .59.41.59 1H2zm2.59-9h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1H4.59C4 2 4 2.41 4 3c0 .59 0 1 .59 1zM1.41 7H.59C0 7 0 7.41 0 8c0 .59 0 1 .59 1h.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm0-5H.59C0 2 0 2.41 0 3c0 .59 0 1 .59 1h.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm10 5H4.59C4 7 4 7.41 4 8c0 .59 0 1 .59 1h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm0 5H4.59C4 12 4 12.41 4 13c0 .59 0 1 .59 1h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/location.svg b/assets/sass/@primer/octicons/build/svg/location.svg new file mode 100644 index 0000000..f6372a3 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/location.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6 0C2.69 0 0 2.5 0 5.5 0 10.02 6 16 6 16s6-5.98 6-10.5C12 2.5 9.31 0 6 0zm0 14.55C4.14 12.52 1 8.44 1 5.5 1 3.02 3.25 1 6 1c1.34 0 2.61.48 3.56 1.36.92.86 1.44 1.97 1.44 3.14 0 2.94-3.14 7.02-5 9.05zM8 5.5c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/lock.svg b/assets/sass/@primer/octicons/build/svg/lock.svg new file mode 100644 index 0000000..5587064 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M4 13H3v-1h1v1zm8-6v7c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h1V4c0-2.2 1.8-4 4-4s4 1.8 4 4v2h1c.55 0 1 .45 1 1zM3.8 6h4.41V4c0-1.22-.98-2.2-2.2-2.2-1.22 0-2.2.98-2.2 2.2v2H3.8zM11 7H2v7h9V7zM4 8H3v1h1V8zm0 2H3v1h1v-1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/logo-gist.svg b/assets/sass/@primer/octicons/build/svg/logo-gist.svg new file mode 100644 index 0000000..29f2213 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/logo-gist.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="25" height="16" viewBox="0 0 25 16"><path fill-rule="evenodd" d="M4.7 8.73h2.45v4.02c-.55.27-1.64.34-2.53.34-2.56 0-3.47-2.2-3.47-5.05 0-2.85.91-5.06 3.48-5.06 1.28 0 2.06.23 3.28.73V2.66C7.27 2.33 6.25 2 4.63 2 1.13 2 0 4.69 0 8.03c0 3.34 1.11 6.03 4.63 6.03 1.64 0 2.81-.27 3.59-.64V7.73H4.7v1zm6.39 3.72V6.06h-1.05v6.28c0 1.25.58 1.72 1.72 1.72v-.89c-.48 0-.67-.16-.67-.7v-.02zm.25-8.72c0-.44-.33-.78-.78-.78s-.77.34-.77.78.33.78.77.78.78-.34.78-.78zm4.34 5.69c-1.5-.13-1.78-.48-1.78-1.17 0-.77.33-1.34 1.88-1.34 1.05 0 1.66.16 2.27.36v-.94c-.69-.3-1.52-.39-2.25-.39-2.2 0-2.92 1.2-2.92 2.31 0 1.08.47 1.88 2.73 2.08 1.55.13 1.77.63 1.77 1.34 0 .73-.44 1.42-2.06 1.42-1.11 0-1.86-.19-2.33-.36v.94c.5.2 1.58.39 2.33.39 2.38 0 3.14-1.2 3.14-2.41 0-1.28-.53-2.03-2.75-2.23h-.03zm8.58-2.47v-.86h-2.42v-2.5l-1.08.31v2.11l-1.56.44v.48h1.56v5c0 1.53 1.19 2.13 2.5 2.13.19 0 .52-.02.69-.05v-.89c-.19.03-.41.03-.61.03-.97 0-1.5-.39-1.5-1.34V6.94h2.42v.02-.01z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/logo-github.svg b/assets/sass/@primer/octicons/build/svg/logo-github.svg new file mode 100644 index 0000000..f7fe493 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/logo-github.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="45" height="16" viewBox="0 0 45 16"><path fill-rule="evenodd" d="M18.53 12.03h-.02c.009 0 .015.01.024.011h.006l-.01-.01zm.004.011c-.093.001-.327.05-.574.05-.78 0-1.05-.36-1.05-.83V8.13h1.59c.09 0 .16-.08.16-.19v-1.7c0-.09-.08-.17-.16-.17h-1.59V3.96c0-.08-.05-.13-.14-.13h-2.16c-.09 0-.14.05-.14.13v2.17s-1.09.27-1.16.28c-.08.02-.13.09-.13.17v1.36c0 .11.08.19.17.19h1.11v3.28c0 2.44 1.7 2.69 2.86 2.69.53 0 1.17-.17 1.27-.22.06-.02.09-.09.09-.16v-1.5a.177.177 0 00-.146-.18zM42.23 9.84c0-1.81-.73-2.05-1.5-1.97-.6.04-1.08.34-1.08.34v3.52s.49.34 1.22.36c1.03.03 1.36-.34 1.36-2.25zm2.43-.16c0 3.43-1.11 4.41-3.05 4.41-1.64 0-2.52-.83-2.52-.83s-.04.46-.09.52c-.03.06-.08.08-.14.08h-1.48c-.1 0-.19-.08-.19-.17l.02-11.11c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v3.77s.82-.53 2.02-.53l-.01-.02c1.2 0 2.97.45 2.97 3.88zm-8.72-3.61h-2.1c-.11 0-.17.08-.17.19v5.44s-.55.39-1.3.39-.97-.34-.97-1.09V6.25c0-.09-.08-.17-.17-.17h-2.14c-.09 0-.17.08-.17.17v5.11c0 2.2 1.23 2.75 2.92 2.75 1.39 0 2.52-.77 2.52-.77s.05.39.08.45c.02.05.09.09.16.09h1.34c.11 0 .17-.08.17-.17l.02-7.47c0-.09-.08-.17-.19-.17zm-23.7-.01h-2.13c-.09 0-.17.09-.17.2v7.34c0 .2.13.27.3.27h1.92c.2 0 .25-.09.25-.27V6.23c0-.09-.08-.17-.17-.17zm-1.05-3.38c-.77 0-1.38.61-1.38 1.38 0 .77.61 1.38 1.38 1.38.75 0 1.36-.61 1.36-1.38 0-.77-.61-1.38-1.36-1.38zm16.49-.25h-2.11c-.09 0-.17.08-.17.17v4.09h-3.31V2.6c0-.09-.08-.17-.17-.17h-2.13c-.09 0-.17.08-.17.17v11.11c0 .09.09.17.17.17h2.13c.09 0 .17-.08.17-.17V8.96h3.31l-.02 4.75c0 .09.08.17.17.17h2.13c.09 0 .17-.08.17-.17V2.6c0-.09-.08-.17-.17-.17zM8.81 7.35v5.74c0 .04-.01.11-.06.13 0 0-1.25.89-3.31.89-2.49 0-5.44-.78-5.44-5.92S2.58 1.99 5.1 2c2.18 0 3.06.49 3.2.58.04.05.06.09.06.14L7.94 4.5c0 .09-.09.2-.2.17-.36-.11-.9-.33-2.17-.33-1.47 0-3.05.42-3.05 3.73s1.5 3.7 2.58 3.7c.92 0 1.25-.11 1.25-.11v-2.3H4.88c-.11 0-.19-.08-.19-.17V7.35c0-.09.08-.17.19-.17h3.74c.11 0 .19.08.19.17z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/mail-read.svg b/assets/sass/@primer/octicons/build/svg/mail-read.svg new file mode 100644 index 0000000..bf4deaf --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/mail-read.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6 5H4V4h2v1zm3 1H4v1h5V6zm5-.48V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V5.52c0-.33.16-.63.42-.81L2 3.58V3c0-.55.45-1 1-1h1.2L7 0l2.8 2H11c.55 0 1 .45 1 1v.58l1.58 1.13c.27.19.42.48.42.81zM3 7.5L7 10l4-2.5V3H3v4.5zm-2 6l4.5-3-4.5-3v6zm11 .5l-5-3-5 3h10zm1-6.5l-4.5 3 4.5 3v-6z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/mail.svg b/assets/sass/@primer/octicons/build/svg/mail.svg new file mode 100644 index 0000000..9fca68b --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/mail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M0 4v8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1zm13 0L7 9 1 4h12zM1 5.5l4 3-4 3v-6zM2 12l3.5-3L7 10.5 8.5 9l3.5 3H2zm11-.5l-4-3 4-3v6z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/mark-github.svg b/assets/sass/@primer/octicons/build/svg/mark-github.svg new file mode 100644 index 0000000..6505857 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/mark-github.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/markdown.svg b/assets/sass/@primer/octicons/build/svg/markdown.svg new file mode 100644 index 0000000..999110e --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/markdown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M14.85 3H1.15C.52 3 0 3.52 0 4.15v7.69C0 12.48.52 13 1.15 13h13.69c.64 0 1.15-.52 1.15-1.15v-7.7C16 3.52 15.48 3 14.85 3zM9 11H7V8L5.5 9.92 4 8v3H2V5h2l1.5 2L7 5h2v6zm2.99.5L9.5 8H11V5h2v3h1.5l-2.51 3.5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/megaphone.svg b/assets/sass/@primer/octicons/build/svg/megaphone.svg new file mode 100644 index 0000000..a62f82d --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/megaphone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10 1c-.17 0-.36.05-.52.14C8.04 2.02 4.5 4.58 3 5c-1.38 0-3 .67-3 2.5S1.63 10 3 10c.3.08.64.23 1 .41V15h2v-3.45c1.34.86 2.69 1.83 3.48 2.31.16.09.34.14.52.14.52 0 1-.42 1-1V2c0-.58-.48-1-1-1zm0 12c-.38-.23-.89-.58-1.5-1-.16-.11-.33-.22-.5-.34V3.31c.16-.11.31-.2.47-.31.61-.41 1.16-.77 1.53-1v11zm2-6h4v1h-4V7zm0 2l4 2v1l-4-2V9zm4-6v1l-4 2V5l4-2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/mention.svg b/assets/sass/@primer/octicons/build/svg/mention.svg new file mode 100644 index 0000000..c09499b --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/mention.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6.58 15c1.25 0 2.52-.31 3.56-.94l-.42-.94c-.84.52-1.89.83-3.03.83-3.23 0-5.64-2.08-5.64-5.72 0-4.37 3.23-7.18 6.58-7.18 3.45 0 5.22 2.19 5.22 5.2 0 2.39-1.34 3.86-2.5 3.86-1.05 0-1.36-.73-1.05-2.19l.73-3.75H8.98l-.11.72c-.41-.63-.94-.83-1.56-.83-2.19 0-3.66 2.39-3.66 4.38 0 1.67.94 2.61 2.3 2.61.84 0 1.67-.53 2.3-1.25.11.94.94 1.45 1.98 1.45 1.67 0 3.77-1.67 3.77-5C14 2.61 11.59 0 7.83 0 3.66 0 0 3.33 0 8.33 0 12.71 2.92 15 6.58 15zm-.31-5c-.73 0-1.36-.52-1.36-1.67 0-1.45.94-3.22 2.41-3.22.52 0 .84.2 1.25.83l-.52 3.02c-.63.73-1.25 1.05-1.78 1.05V10z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/milestone.svg b/assets/sass/@primer/octicons/build/svg/milestone.svg new file mode 100644 index 0000000..803465b --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/milestone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M8 2H6V0h2v2zm4 5H2c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h10l2 2-2 2zM8 4H6v2h2V4zM6 16h2V8H6v8z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/mirror.svg b/assets/sass/@primer/octicons/build/svg/mirror.svg new file mode 100644 index 0000000..76e0c37 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/mirror.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.5 4.7L8.5 0l-7 4.7c-.3.19-.5.45-.5.8V16l7.5-4 7.5 4V5.5c0-.34-.2-.61-.5-.8zm-.5 9.8l-6-3.25V10H8v1.25L2 14.5v-9l6-4V6h1V1.5l6 4v9zM6 7h5V5l3 3-3 3V9H6v2L3 8l3-3v2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/mortar-board.svg b/assets/sass/@primer/octicons/build/svg/mortar-board.svg new file mode 100644 index 0000000..478c2d1 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/mortar-board.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8.11 2.8a.34.34 0 00-.2 0L.27 5.18a.35.35 0 000 .67L2 6.4v1.77c-.3.17-.5.5-.5.86 0 .19.05.36.14.5-.08.14-.14.31-.14.5v2.58c0 .55 2 .55 2 0v-2.58c0-.19-.05-.36-.14-.5.08-.14.14-.31.14-.5 0-.38-.2-.69-.5-.86V6.72l4.89 1.53c.06.02.14.02.2 0l7.64-2.38a.35.35 0 000-.67L8.1 2.81l.01-.01zM4 8l3.83 1.19h-.02c.13.03.25.03.36 0L12 8v2.5c0 1-1.8 1.5-4 1.5s-4-.5-4-1.5V8zm3.02-2.5c0 .28.45.5 1 .5s1-.22 1-.5-.45-.5-1-.5-1 .22-1 .5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/mute.svg b/assets/sass/@primer/octicons/build/svg/mute.svg new file mode 100644 index 0000000..e448808 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/mute.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 2.81v10.38c0 .67-.81 1-1.28.53L3 10H1c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h2l3.72-3.72C7.19 1.81 8 2.14 8 2.81zm7.53 3.22l-1.06-1.06-1.97 1.97-1.97-1.97-1.06 1.06L11.44 8 9.47 9.97l1.06 1.06 1.97-1.97 1.97 1.97 1.06-1.06L13.56 8l1.97-1.97z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/no-newline.svg b/assets/sass/@primer/octicons/build/svg/no-newline.svg new file mode 100644 index 0000000..2a8fb94 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/no-newline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M16 5v3c0 .55-.45 1-1 1h-3v2L9 8l3-3v2h2V5h2zM8 8c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4zM1.5 9.66L5.66 5.5C5.18 5.19 4.61 5 4 5 2.34 5 1 6.34 1 8c0 .61.19 1.17.5 1.66zM7 8c0-.61-.19-1.17-.5-1.66L2.34 10.5c.48.31 1.05.5 1.66.5 1.66 0 3-1.34 3-3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/north-star.svg b/assets/sass/@primer/octicons/build/svg/north-star.svg new file mode 100644 index 0000000..04d568c --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/north-star.svg @@ -0,0 +1,3 @@ +<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> +<path d="M8.5 0.75C8.5 0.335786 8.16421 0 7.75 0C7.33579 0 7 0.335786 7 0.75V5.93933L4.39125 3.33058C4.09836 3.03768 3.62348 3.03768 3.33059 3.33058C3.03769 3.62347 3.0377 4.09835 3.33059 4.39124L5.93935 7H0.75C0.335787 7 0 7.33579 0 7.75C0 8.16421 0.335787 8.5 0.75 8.5H5.93936L3.33059 11.1088C3.0377 11.4017 3.0377 11.8765 3.33059 12.1694C3.62349 12.4623 4.09836 12.4623 4.39125 12.1694L7 9.56068V14.75C7 15.1642 7.33579 15.5 7.75 15.5C8.16421 15.5 8.5 15.1642 8.5 14.75V9.56065L11.1088 12.1694C11.4017 12.4623 11.8765 12.4623 12.1694 12.1694C12.4623 11.8765 12.4623 11.4016 12.1694 11.1088L9.56067 8.5H14.75C15.1642 8.5 15.5 8.16421 15.5 7.75C15.5 7.33579 15.1642 7 14.75 7H9.56068L12.1694 4.39125C12.4623 4.09836 12.4623 3.62349 12.1694 3.33059C11.8765 3.0377 11.4017 3.0377 11.1088 3.33059L8.5 5.93936V0.75Z" /> +</svg> diff --git a/assets/sass/@primer/octicons/build/svg/note.svg b/assets/sass/@primer/octicons/build/svg/note.svg new file mode 100644 index 0000000..cbf7963 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/note.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M3 10h4V9H3v1zm0-2h6V7H3v1zm0-2h8V5H3v1zm10 6H1V3h12v9zM1 2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/octoface.svg b/assets/sass/@primer/octicons/build/svg/octoface.svg new file mode 100644 index 0000000..bb1a40d --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/octoface.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M14.7 5.34c.13-.32.55-1.59-.13-3.31 0 0-1.05-.33-3.44 1.3-1-.28-2.07-.32-3.13-.32s-2.13.04-3.13.32c-2.39-1.64-3.44-1.3-3.44-1.3-.68 1.72-.26 2.99-.13 3.31C.49 6.21 0 7.33 0 8.69 0 13.84 3.33 15 7.98 15S16 13.84 16 8.69c0-1.36-.49-2.48-1.3-3.35zM8 14.02c-3.3 0-5.98-.15-5.98-3.35 0-.76.38-1.48 1.02-2.07 1.07-.98 2.9-.46 4.96-.46 2.07 0 3.88-.52 4.96.46.65.59 1.02 1.3 1.02 2.07 0 3.19-2.68 3.35-5.98 3.35zM5.49 9.01c-.66 0-1.2.8-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.54-1.78-1.2-1.78zm5.02 0c-.66 0-1.2.79-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.53-1.78-1.2-1.78z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/organization.svg b/assets/sass/@primer/octicons/build/svg/organization.svg new file mode 100644 index 0000000..6bf4ae9 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/organization.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M16 12.999c0 .439-.45 1-1 1H7.995c-.539 0-.994-.447-.995-.999H1c-.54 0-1-.561-1-1 0-2.634 3-4 3-4s.229-.409 0-1c-.841-.621-1.058-.59-1-3 .058-2.419 1.367-3 2.5-3s2.442.58 2.5 3c.058 2.41-.159 2.379-1 3-.229.59 0 1 0 1s1.549.711 2.42 2.088C9.196 9.369 10 8.999 10 8.999s.229-.409 0-1c-.841-.62-1.058-.59-1-3 .058-2.419 1.367-3 2.5-3s2.437.581 2.495 3c.059 2.41-.158 2.38-1 3-.229.59 0 1 0 1s3.005 1.366 3.005 4z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/package.svg b/assets/sass/@primer/octicons/build/svg/package.svg new file mode 100644 index 0000000..96018f0 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/package.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 4.27v7.47c0 .45.3.84.75.97l6.5 1.73c.16.05.34.05.5 0l6.5-1.73c.45-.13.75-.52.75-.97V4.27c0-.45-.3-.84-.75-.97l-6.5-1.74a1.4 1.4 0 00-.5 0L1.75 3.3c-.45.13-.75.52-.75.97zm7 9.09l-6-1.59V5l6 1.61v6.75zM2 4l2.5-.67L11 5.06l-2.5.67L2 4zm13 7.77l-6 1.59V6.61l2-.55V8.5l2-.53V5.53L15 5v6.77zm-2-7.24L6.5 2.8l2-.53L15 4l-2 .53z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/paintcan.svg b/assets/sass/@primer/octicons/build/svg/paintcan.svg new file mode 100644 index 0000000..08b4a4b --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/paintcan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6 0C2.69 0 0 2.69 0 6v1c0 .55.45 1 1 1v5c0 1.1 2.24 2 5 2s5-.9 5-2V8c.55 0 1-.45 1-1V6c0-3.31-2.69-6-6-6zm3 10v.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V10c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-2c0-.28-.22-.5-.5-.5s-.5.22-.5.5v.5c0 .55-.45 1-1 1s-1-.45-1-1v-1c-.55 0-1-.45-1-1V7.2c.91.49 2.36.8 4 .8 1.64 0 3.09-.31 4-.8V9c0 .55-.45 1-1 1zM6 7c-1.68 0-3.12-.41-3.71-1C2.88 5.41 4.32 5 6 5c1.68 0 3.12.41 3.71 1-.59.59-2.03 1-3.71 1zm0-3c-2.76 0-5 .89-5 2 0-2.76 2.24-5 5-5s5 2.24 5 5c0-1.1-2.24-2-5-2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/pencil.svg b/assets/sass/@primer/octicons/build/svg/pencil.svg new file mode 100644 index 0000000..2bd9df8 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/pencil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M0 12v3h3l8-8-3-3-8 8zm3 2H1v-2h1v1h1v1zm10.3-9.3L12 6 9 3l1.3-1.3a.996.996 0 011.41 0l1.59 1.59c.39.39.39 1.02 0 1.41z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/person.svg b/assets/sass/@primer/octicons/build/svg/person.svg new file mode 100644 index 0000000..b3adbce --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/person.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 14.002a.998.998 0 01-.998.998H1.001A1 1 0 010 13.999V13c0-2.633 4-4 4-4s.229-.409 0-1c-.841-.62-.944-1.59-1-4 .173-2.413 1.867-3 3-3s2.827.586 3 3c-.056 2.41-.159 3.38-1 4-.229.59 0 1 0 1s4 1.367 4 4v1.002z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/pin.svg b/assets/sass/@primer/octicons/build/svg/pin.svg new file mode 100644 index 0000000..bed8409 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/pin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10 1.2V2l.5 1L6 6H2.2c-.44 0-.67.53-.34.86L5 10l-4 5 5-4 3.14 3.14a.5.5 0 00.86-.34V10l3-4.5 1 .5h.8c.44 0 .67-.53.34-.86L10.86.86a.5.5 0 00-.86.34z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/play.svg b/assets/sass/@primer/octicons/build/svg/play.svg new file mode 100644 index 0000000..41c177e --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M14 8A7 7 0 110 8a7 7 0 0114 0zm-8.223 3.482l4.599-3.066a.5.5 0 000-.832L5.777 4.518A.5.5 0 005 4.934v6.132a.5.5 0 00.777.416z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/plug.svg b/assets/sass/@primer/octicons/build/svg/plug.svg new file mode 100644 index 0000000..42865d5 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/plug.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M14 6V5h-4V3H8v1H6c-1.03 0-1.77.81-2 2L3 7c-1.66 0-3 1.34-3 3v2h1v-2c0-1.11.89-2 2-2l1 1c.25 1.16.98 2 2 2h2v1h2v-2h4V9h-4V6h4z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/plus-small.svg b/assets/sass/@primer/octicons/build/svg/plus-small.svg new file mode 100644 index 0000000..5e093a4 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/plus-small.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="7" height="16" viewBox="0 0 7 16"><path fill-rule="evenodd" d="M4 4H3v3H0v1h3v3h1V8h3V7H4V4z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/plus.svg b/assets/sass/@primer/octicons/build/svg/plus.svg new file mode 100644 index 0000000..23c27d8 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 9H7v5H5V9H0V7h5V2h2v5h5v2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/primitive-dot-stroke.svg b/assets/sass/@primer/octicons/build/svg/primitive-dot-stroke.svg new file mode 100644 index 0000000..c27119c --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/primitive-dot-stroke.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="8" height="16" viewBox="0 0 8 16"><path fill-rule="evenodd" d="M4 10.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM4 12a4 4 0 100-8 4 4 0 000 8z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/primitive-dot.svg b/assets/sass/@primer/octicons/build/svg/primitive-dot.svg new file mode 100644 index 0000000..6f465da --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/primitive-dot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="8" height="16" viewBox="0 0 8 16"><path fill-rule="evenodd" d="M0 8c0-2.2 1.8-4 4-4s4 1.8 4 4-1.8 4-4 4-4-1.8-4-4z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/primitive-square.svg b/assets/sass/@primer/octicons/build/svg/primitive-square.svg new file mode 100644 index 0000000..9d4058b --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/primitive-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="8" height="16" viewBox="0 0 8 16"><path fill-rule="evenodd" d="M8 12H0V4h8v8z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/project.svg b/assets/sass/@primer/octicons/build/svg/project.svg new file mode 100644 index 0000000..838e126 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/project.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16" viewBox="0 0 15 16"><path fill-rule="evenodd" d="M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 00-1 1v14a1 1 0 001 1h13a1 1 0 001-1V1a1 1 0 00-1-1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/pulse.svg b/assets/sass/@primer/octicons/build/svg/pulse.svg new file mode 100644 index 0000000..4ec57ba --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/pulse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M11.5 8L8.8 5.4 6.6 8.5 5.5 1.6 2.38 8H0v2h3.6l.9-1.8.9 5.4L9 8.5l1.6 1.5H14V8h-2.5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/question.svg b/assets/sass/@primer/octicons/build/svg/question.svg new file mode 100644 index 0000000..cf7cea1 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6 10h2v2H6v-2zm4-3.5C10 8.64 8 9 8 9H6c0-.55.45-1 1-1h.5c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5V7H4c0-1.5 1.5-3 3-3s3 1 3 2.5zM7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 011.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/quote.svg b/assets/sass/@primer/octicons/build/svg/quote.svg new file mode 100644 index 0000000..da5c2b2 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/quote.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6.16 3.5C3.73 5.06 2.55 6.67 2.55 9.36c.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.9 0-2.99-1.52-2.99-4.25 0-3.8 1.75-6.53 5.02-8.42L6.16 3.5zm7 0c-2.43 1.56-3.61 3.17-3.61 5.86.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.89 0-2.98-1.52-2.98-4.25 0-3.8 1.75-6.53 5.02-8.42l1.14 1.84h-.01z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/radio-tower.svg b/assets/sass/@primer/octicons/build/svg/radio-tower.svg new file mode 100644 index 0000000..3929594 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/radio-tower.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.79 6.11c.25-.25.25-.67 0-.92-.32-.33-.48-.76-.48-1.19 0-.43.16-.86.48-1.19.25-.26.25-.67 0-.92a.613.613 0 00-.45-.19c-.16 0-.33.06-.45.19-.57.58-.85 1.35-.85 2.11 0 .76.29 1.53.85 2.11.25.25.66.25.9 0zM2.33.52a.651.651 0 00-.92 0C.48 1.48.01 2.74.01 3.99c0 1.26.47 2.52 1.4 3.48.25.26.66.26.91 0s.25-.68 0-.94c-.68-.7-1.02-1.62-1.02-2.54 0-.92.34-1.84 1.02-2.54a.66.66 0 00.01-.93zm5.69 5.1A1.62 1.62 0 106.4 4c-.01.89.72 1.62 1.62 1.62zM14.59.53a.628.628 0 00-.91 0c-.25.26-.25.68 0 .94.68.7 1.02 1.62 1.02 2.54 0 .92-.34 1.83-1.02 2.54-.25.26-.25.68 0 .94a.651.651 0 00.92 0c.93-.96 1.4-2.22 1.4-3.48A5.048 5.048 0 0014.59.53zM8.02 6.92c-.41 0-.83-.1-1.2-.3l-3.15 8.37h1.49l.86-1h4l.84 1h1.49L9.21 6.62c-.38.2-.78.3-1.19.3zm-.01.48L9.02 11h-2l.99-3.6zm-1.99 5.59l1-1h2l1 1h-4zm5.19-11.1c-.25.25-.25.67 0 .92.32.33.48.76.48 1.19 0 .43-.16.86-.48 1.19-.25.26-.25.67 0 .92a.63.63 0 00.9 0c.57-.58.85-1.35.85-2.11 0-.76-.28-1.53-.85-2.11a.634.634 0 00-.9 0z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/reply.svg b/assets/sass/@primer/octicons/build/svg/reply.svg new file mode 100644 index 0000000..12717db --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/reply.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6 3.5c3.92.44 8 3.125 8 10-2.312-5.062-4.75-6-8-6V11L.5 5.5 6 0v3.5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/repo-clone.svg b/assets/sass/@primer/octicons/build/svg/repo-clone.svg new file mode 100644 index 0000000..32b86e8 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/repo-clone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 0H9v7c0 .55.45 1 1 1h1v1h1V8h3c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-4 7h-1V6h1v1zm4 0h-3V6h3v1zm0-2h-4V1h4v4zM4 5H3V4h1v1zm0-2H3V2h1v1zM2 1h6V0H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h2v2l1.5-1.5L6 16v-2h5c.55 0 1-.45 1-1v-3H2V1zm9 10v2H6v-1H3v1H1v-2h10zM3 8h1v1H3V8zm1-1H3V6h1v1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/repo-force-push.svg b/assets/sass/@primer/octicons/build/svg/repo-force-push.svg new file mode 100644 index 0000000..0aece33 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/repo-force-push.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M10 9H8v7H6V9H4l2.25-3H4l3-4 3 4H7.75L10 9zm1-9H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h4v-1H1v-2h4v-1H2V1h9v9H9v1h2v2H9v1h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/repo-forked.svg b/assets/sass/@primer/octicons/build/svg/repo-forked.svg new file mode 100644 index 0000000..c4cbf58 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/repo-forked.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/repo-pull.svg b/assets/sass/@primer/octicons/build/svg/repo-pull.svg new file mode 100644 index 0000000..dfe8e6c --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/repo-pull.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M13 8V6H7V4h6V2l3 3-3 3zM4 2H3v1h1V2zm7 5h1v6c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v2h-1V1H2v9h9V7zm0 4H1v2h2v-1h3v1h5v-2zM4 6H3v1h1V6zm0-2H3v1h1V4zM3 9h1V8H3v1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/repo-push.svg b/assets/sass/@primer/octicons/build/svg/repo-push.svg new file mode 100644 index 0000000..408dca6 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/repo-push.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M4 3H3V2h1v1zM3 5h1V4H3v1zm4 0L4 9h2v7h2V9h2L7 5zm4-5H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h4v-1H1v-2h4v-1H2V1h9.02L11 10H9v1h2v2H9v1h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/repo-template-private.svg b/assets/sass/@primer/octicons/build/svg/repo-template-private.svg new file mode 100644 index 0000000..2230d51 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/repo-template-private.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M12 6c0-.55-.45-1-1-1h-1V4c0-2.2-1.8-4-4-4S2 1.8 2 4v1H1c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h5v-1H2V6h9v2h1V6zM8.21 5V4c0-1.22-.98-2.2-2.2-2.2-1.22 0-2.2.98-2.2 2.2v1h4.4zM12 12h2v2h-2v2h-2v-2H8v-2h2v-2h2v2zm-9 0h1v-1H3v1zm0-5h1v1H3V7zm1 2H3v1h1V9z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/repo-template.svg b/assets/sass/@primer/octicons/build/svg/repo-template.svg new file mode 100644 index 0000000..09e4082 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/repo-template.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M12 8V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h2v2l1.5-1.5L6 16v-4H3v1H1v-2h7v-1H2V1h9v7h1zM4 2H3v1h1V2zM3 4h1v1H3V4zm1 2H3v1h1V6zm0 3H3V8h1v1zm6 3H8v2h2v2h2v-2h2v-2h-2v-2h-2v2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/repo.svg b/assets/sass/@primer/octicons/build/svg/repo.svg new file mode 100644 index 0000000..e653d4e --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/repo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/report.svg b/assets/sass/@primer/octicons/build/svg/report.svg new file mode 100644 index 0000000..44ef7d1 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/report.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M0 2a1 1 0 011-1h14a1 1 0 011 1v9a1 1 0 01-1 1H7l-4 4v-4H1a1 1 0 01-1-1V2zm1 0h14v9H6.5L4 13.5V11H1V2zm6 6h2v2H7V8zm0-5h2v4H7V3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/request-changes.svg b/assets/sass/@primer/octicons/build/svg/request-changes.svg new file mode 100644 index 0000000..185c1ee --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/request-changes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M0 1a1 1 0 011-1h14a1 1 0 011 1v10a1 1 0 01-1 1H7.5L4 15.5V12H1a1 1 0 01-1-1V1zm1 0v10h4v2l2-2h8V1H1zm7.5 3h2v1h-2v2h-1V5h-2V4h2V2h1v2zm2 5h-5V8h5v1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/rocket.svg b/assets/sass/@primer/octicons/build/svg/rocket.svg new file mode 100644 index 0000000..19de2c1 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/rocket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M12.17 3.83c-.27-.27-.47-.55-.63-.88-.16-.31-.27-.66-.34-1.02-.58.33-1.16.7-1.73 1.13-.58.44-1.14.94-1.69 1.48-.7.7-1.33 1.81-1.78 2.45H3L0 10h3l2-2c-.34.77-1.02 2.98-1 3l1 1c.02.02 2.23-.64 3-1l-2 2v3l3-3v-3c.64-.45 1.75-1.09 2.45-1.78.55-.55 1.05-1.13 1.47-1.7.44-.58.81-1.16 1.14-1.72-.36-.08-.7-.19-1.03-.34a3.39 3.39 0 01-.86-.63zM16 0s-.09.38-.3 1.06c-.2.7-.55 1.58-1.06 2.66-.7-.08-1.27-.33-1.66-.72-.39-.39-.63-.94-.7-1.64C13.36.84 14.23.48 14.92.28 15.62.08 16 0 16 0z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/rss.svg b/assets/sass/@primer/octicons/build/svg/rss.svg new file mode 100644 index 0000000..1fbc423 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/rss.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M2 13H0v-2c1.11 0 2 .89 2 2zM0 3v1a9 9 0 019 9h1C10 7.48 5.52 3 0 3zm0 4v1c2.75 0 5 2.25 5 5h1c0-3.31-2.69-6-6-6z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/ruby.svg b/assets/sass/@primer/octicons/build/svg/ruby.svg new file mode 100644 index 0000000..8463908 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/ruby.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M13 6l-5 5V4h3l2 2zm3 0l-8 8-8-8 4-4h8l4 4zm-8 6.5L14.5 6l-3-3h-7l-3 3L8 12.5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/saved.svg b/assets/sass/@primer/octicons/build/svg/saved.svg new file mode 100644 index 0000000..afc575c --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/saved.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M12 0H4c-.73 0-1 .27-1 1v15l5-3.09L13 16V1c0-.73-.27-1-1-1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/screen-full.svg b/assets/sass/@primer/octicons/build/svg/screen-full.svg new file mode 100644 index 0000000..e78d371 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/screen-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M13 10h1v3c0 .547-.453 1-1 1h-3v-1h3v-3zM1 10H0v3c0 .547.453 1 1 1h3v-1H1v-3zm0-7h3V2H1c-.547 0-1 .453-1 1v3h1V3zm1 1h10v8H2V4zm2 6h6V6H4v4zm6-8v1h3v3h1V3c0-.547-.453-1-1-1h-3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/screen-normal.svg b/assets/sass/@primer/octicons/build/svg/screen-normal.svg new file mode 100644 index 0000000..a884713 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/screen-normal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M2 4H0V3h2V1h1v2c0 .547-.453 1-1 1zm0 8H0v1h2v2h1v-2c0-.547-.453-1-1-1zm9-2c0 .547-.453 1-1 1H4c-.547 0-1-.453-1-1V6c0-.547.453-1 1-1h6c.547 0 1 .453 1 1v4zM9 7H5v2h4V7zm2 6v2h1v-2h2v-1h-2c-.547 0-1 .453-1 1zm1-10V1h-1v2c0 .547.453 1 1 1h2V3h-2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/search.svg b/assets/sass/@primer/octicons/build/svg/search.svg new file mode 100644 index 0000000..8117bbe --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.7 13.3l-3.81-3.83A5.93 5.93 0 0013 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 000-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/server.svg b/assets/sass/@primer/octicons/build/svg/server.svg new file mode 100644 index 0000000..78bc79f --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/server.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M11 6H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1zM2 9H1V7h1v2zm2 0H3V7h1v2zm2 0H5V7h1v2zm2 0H7V7h1v2zm3-8H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM2 4H1V2h1v2zm2 0H3V2h1v2zm2 0H5V2h1v2zm2 0H7V2h1v2zm3-1h-1V2h1v1zm0 8H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zm-9 3H1v-2h1v2zm2 0H3v-2h1v2zm2 0H5v-2h1v2zm2 0H7v-2h1v2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/settings.svg b/assets/sass/@primer/octicons/build/svg/settings.svg new file mode 100644 index 0000000..f22b92e --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 7H3V2h1v5zm-1 7h1v-3H3v3zm5 0h1V8H8v6zm5 0h1v-2h-1v2zm1-12h-1v6h1V2zM9 2H8v2h1V2zM5 8H2c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm5-3H7c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm5 4h-3c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/shield-check.svg b/assets/sass/@primer/octicons/build/svg/shield-check.svg new file mode 100644 index 0000000..405f016 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/shield-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M6.5 0L0 1.875v5.644C0 11.897 4.93 15 6.5 15c.741 0 2.232-.692 3.6-1.884l-.713-.61C8.275 13.453 7.099 14 6.5 14 5.172 14 1 11.31 1 7.516V2.625L6.5 1 12 2.625v4.891c0 .128-.005.255-.014.38L13 6.713V1.875L6.5 0zm5 10l-2-1.5L8 10l3.5 3L16 8l-1.5-1.5-3 3.5zM2 3.375L6.5 2v11C5.414 13 2 10.724 2 7.514V3.375z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/shield-lock.svg b/assets/sass/@primer/octicons/build/svg/shield-lock.svg new file mode 100644 index 0000000..9cc16d3 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/shield-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 0L0 2v6.02C0 12.69 5.31 16 7 16c1.69 0 7-3.31 7-7.98V2L7 0zM5 11l1.14-2.8a.568.568 0 00-.25-.59C5.33 7.25 5 6.66 5 6c0-1.09.89-2 1.98-2C8.06 4 9 4.91 9 6c0 .66-.33 1.25-.89 1.61-.19.13-.3.36-.25.59L9 11H5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/shield-x.svg b/assets/sass/@primer/octicons/build/svg/shield-x.svg new file mode 100644 index 0000000..3863e31 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/shield-x.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M6.5 0L0 1.875v5.644C0 11.897 4.93 15 6.5 15c.63 0 1.8-.5 2.976-1.38l-.663-.663C7.889 13.625 6.996 14 6.5 14 5.172 14 1 11.31 1 7.516V2.625L6.5 1 12 2.625v4.23l.48.48.52-.52v-4.94L6.5 0zm5.98 8.75L10.73 7 9.25 8.48 11 10.23l-1.75 1.75 1.48 1.48 1.75-1.75 1.75 1.75 1.48-1.48-1.75-1.75 1.75-1.75L14.23 7l-1.75 1.75zM2 3.375L6.5 2v11C5.414 13 2 10.724 2 7.514V3.375z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/shield.svg b/assets/sass/@primer/octicons/build/svg/shield.svg new file mode 100644 index 0000000..8098bc7 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/shield.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M0 2l7-2 7 2v6.02C14 12.69 8.69 16 7 16c-1.69 0-7-3.31-7-7.98V2zm1 .75L7 1l6 1.75v5.268C13 12.104 8.449 15 7 15c-1.449 0-6-2.896-6-6.982V2.75zm1 .75L7 2v12c-1.207 0-5-2.482-5-5.985V3.5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/sign-in.svg b/assets/sass/@primer/octicons/build/svg/sign-in.svg new file mode 100644 index 0000000..91560c6 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/sign-in.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 6.75V12h4V8h1v4c0 .55-.45 1-1 1H7v3l-5.45-2.72c-.33-.17-.55-.52-.55-.91V1c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v3h-1V1H3l4 2v2.25L10 3v2h4v2h-4v2L7 6.75z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/sign-out.svg b/assets/sass/@primer/octicons/build/svg/sign-out.svg new file mode 100644 index 0000000..81ad760 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/sign-out.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17"><path fill-rule="evenodd" d="M12 9V7H8V5h4V3l4 3-4 3zm-2 3H6V3L2 1h8v3h1V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v11.38c0 .39.22.73.55.91L6 16.01V13h4c.55 0 1-.45 1-1V8h-1v4z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/skip.svg b/assets/sass/@primer/octicons/build/svg/skip.svg new file mode 100644 index 0000000..cee79dd --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/skip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M5.79 11.624l-1.326-.088-.088-1.326 5.834-5.834 1.326.088.088 1.326-5.834 5.834zM8 15A7 7 0 108 1a7 7 0 000 14zm5.5-7a5.5 5.5 0 11-11 0 5.5 5.5 0 0111 0z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/smiley.svg b/assets/sass/@primer/octicons/build/svg/smiley.svg new file mode 100644 index 0000000..3bb985f --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/smiley.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm4.81 12.81a6.72 6.72 0 01-2.17 1.45c-.83.36-1.72.53-2.64.53-.92 0-1.81-.17-2.64-.53-.81-.34-1.55-.83-2.17-1.45a6.773 6.773 0 01-1.45-2.17A6.59 6.59 0 011.21 8c0-.92.17-1.81.53-2.64.34-.81.83-1.55 1.45-2.17.62-.62 1.36-1.11 2.17-1.45A6.59 6.59 0 018 1.21c.92 0 1.81.17 2.64.53.81.34 1.55.83 2.17 1.45.62.62 1.11 1.36 1.45 2.17.36.83.53 1.72.53 2.64 0 .92-.17 1.81-.53 2.64-.34.81-.83 1.55-1.45 2.17zM4 6.8v-.59c0-.66.53-1.19 1.2-1.19h.59c.66 0 1.19.53 1.19 1.19v.59c0 .67-.53 1.2-1.19 1.2H5.2C4.53 8 4 7.47 4 6.8zm5 0v-.59c0-.66.53-1.19 1.2-1.19h.59c.66 0 1.19.53 1.19 1.19v.59c0 .67-.53 1.2-1.19 1.2h-.59C9.53 8 9 7.47 9 6.8zm4 3.2c-.72 1.88-2.91 3-5 3s-4.28-1.13-5-3c-.14-.39.23-1 .66-1h8.59c.41 0 .89.61.75 1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/squirrel.svg b/assets/sass/@primer/octicons/build/svg/squirrel.svg new file mode 100644 index 0000000..3e5b51b --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/squirrel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M12 1C9.79 1 8 2.31 8 3.92c0 1.94.5 3.03 0 6.08 0-4.5-2.77-6.34-4-6.34.05-.5-.48-.66-.48-.66s-.22.11-.3.34c-.27-.31-.56-.27-.56-.27l-.13.58S.7 4.29.68 6.87c.2.33 1.53.6 2.47.43.89.05.67.79.47.99C2.78 9.13 2 8 1 8S0 9 1 9s1 1 3 1c-3.09 1.2 0 4 0 4H3c-1 0-1 1-1 1h6c3 0 5-1 5-3.47 0-.85-.43-1.79-1-2.53-1.11-1.46.23-2.68 1-2 .77.68 3 1 3-2 0-2.21-1.79-4-4-4zM2.5 6c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/star.svg b/assets/sass/@primer/octicons/build/svg/star.svg new file mode 100644 index 0000000..9444880 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/stop.svg b/assets/sass/@primer/octicons/build/svg/stop.svg new file mode 100644 index 0000000..6ae8523 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/stop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M10 1H4L0 5v6l4 4h6l4-4V5l-4-4zm3 9.5L9.5 14h-5L1 10.5v-5L4.5 2h5L13 5.5v5zM6 4h2v5H6V4zm0 6h2v2H6v-2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/sync.svg b/assets/sass/@primer/octicons/build/svg/sync.svg new file mode 100644 index 0000000..84bc148 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M10.24 7.4a4.15 4.15 0 01-1.2 3.6 4.346 4.346 0 01-5.41.54L4.8 10.4.5 9.8l.6 4.2 1.31-1.26c2.36 1.74 5.7 1.57 7.84-.54a5.876 5.876 0 001.74-4.46l-1.75-.34zM2.96 5a4.346 4.346 0 015.41-.54L7.2 5.6l4.3.6-.6-4.2-1.31 1.26c-2.36-1.74-5.7-1.57-7.85.54C.5 5.03-.06 6.65.01 8.26l1.75.35A4.17 4.17 0 012.96 5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/tag.svg b/assets/sass/@primer/octicons/build/svg/tag.svg new file mode 100644 index 0000000..db70436 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/tag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16" viewBox="0 0 15 16"><path fill-rule="evenodd" d="M7.73 1.73C7.26 1.26 6.62 1 5.96 1H3.5C2.13 1 1 2.13 1 3.5v2.47c0 .66.27 1.3.73 1.77l6.06 6.06c.39.39 1.02.39 1.41 0l4.59-4.59a.996.996 0 000-1.41L7.73 1.73zM2.38 7.09c-.31-.3-.47-.7-.47-1.13V3.5c0-.88.72-1.59 1.59-1.59h2.47c.42 0 .83.16 1.13.47l6.14 6.13-4.73 4.73-6.13-6.15zM3.01 3h2v2H3V3h.01z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/tasklist.svg b/assets/sass/@primer/octicons/build/svg/tasklist.svg new file mode 100644 index 0000000..a0bd560 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/tasklist.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.41 9H7.59C7 9 7 8.59 7 8c0-.59 0-1 .59-1h7.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM9.59 4C9 4 9 3.59 9 3c0-.59 0-1 .59-1h5.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1H9.59zM0 3.91l1.41-1.3L3 4.2 7.09 0 8.5 1.41 3 6.91l-3-3zM7.59 12h7.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1H7.59C7 14 7 13.59 7 13c0-.59 0-1 .59-1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/telescope.svg b/assets/sass/@primer/octicons/build/svg/telescope.svg new file mode 100644 index 0000000..4e7fba7 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/telescope.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M8 9l3 6h-1l-2-4v5H7v-6l-2 5H4l2-5 2-1zM7 0H6v1h1V0zM5 3H4v1h1V3zM2 1H1v1h1V1zM.63 9a.52.52 0 00-.16.67l.55.92c.13.23.41.31.64.2l1.39-.66-1.16-2-1.27.86.01.01zm7.89-5.39l-5.8 3.95L3.95 9.7l6.33-3.03-1.77-3.06h.01zm4.22 1.28l-1.47-2.52a.51.51 0 00-.72-.17l-1.2.83 1.84 3.2 1.33-.64c.27-.13.36-.44.22-.7z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/terminal.svg b/assets/sass/@primer/octicons/build/svg/terminal.svg new file mode 100644 index 0000000..d6072fc --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/terminal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 10h4v1H7v-1zm-3 1l3-3-3-3-.75.75L5.5 8l-2.25 2.25L4 11zm10-8v10c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h12c.55 0 1 .45 1 1zm-1 0H1v10h12V3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/text-size.svg b/assets/sass/@primer/octicons/build/svg/text-size.svg new file mode 100644 index 0000000..f83a5f9 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/text-size.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="18" height="16" viewBox="0 0 18 16"><path fill-rule="evenodd" d="M13.62 9.08L12.1 3.66h-.06l-1.5 5.42h3.08zM5.7 10.13S4.68 6.52 4.53 6.02h-.08l-1.13 4.11H5.7zM17.31 14h-2.25l-.95-3.25h-4.07L9.09 14H6.84l-.69-2.33H2.87L2.17 14H0l3.3-9.59h2.5l2.17 6.34L10.86 2h2.52l3.94 12h-.01z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/three-bars.svg b/assets/sass/@primer/octicons/build/svg/three-bars.svg new file mode 100644 index 0000000..bb3b2c8 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/three-bars.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M11.41 9H.59C0 9 0 8.59 0 8c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 5 0 4.59 0 4c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 11H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 13 0 12.59 0 12c0-.59 0-1 .59-1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/thumbsdown.svg b/assets/sass/@primer/octicons/build/svg/thumbsdown.svg new file mode 100644 index 0000000..3237c17 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/thumbsdown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.98 7.83l-.97-5.95C14.84.5 13.13 0 12 0H5.69c-.2 0-.38.05-.53.14L3.72 1H2C.94 1 0 1.94 0 3v4c0 1.06.94 2.02 2 2h2c.91 0 1.39.45 2.39 1.55.91 1 .88 1.8.63 3.27-.08.5.06 1 .42 1.42.39.47.98.76 1.56.76 1.83 0 3-3.71 3-5.01l-.02-.98h2.04c1.16 0 1.95-.8 1.98-1.97 0-.11-.02-.21-.02-.21zm-1.97 1.19h-1.99c-.7 0-1.03.28-1.03.97l.03 1.03c0 1.27-1.17 4-2 4-.5 0-1.08-.5-1-1 .25-1.58.34-2.78-.89-4.14C6.11 8.75 5.36 8 4 8V2l1.67-1H12c.73 0 1.95.31 2 1l.02.02 1 6c-.03.64-.38 1-1 1h-.01z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/thumbsup.svg b/assets/sass/@primer/octicons/build/svg/thumbsup.svg new file mode 100644 index 0000000..44996ab --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/thumbsup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.98 8.17l-.97 5.95C14.84 15.5 13.13 16 12 16H5.69c-.2 0-.38-.05-.53-.14L3.72 15H2c-1.06 0-2-.94-2-2V9c0-1.06.94-2.02 2-2h2c.91 0 1.39-.45 2.39-1.55.91-1 .88-1.8.63-3.27-.08-.5.06-1 .42-1.42C7.83.29 8.42 0 9 0c1.83 0 3 3.71 3 5.01l-.02.98h2.04c1.16 0 1.95.8 1.98 1.97 0 .11-.02.21-.02.21zm-1.97-1.19h-1.99c-.7 0-1.03-.28-1.03-.97l.03-1.03c0-1.27-1.17-4-2-4-.5 0-1.08.5-1 1 .25 1.58.34 2.78-.89 4.14C6.11 7.25 5.36 8 4 8v6l1.67 1H12c.73 0 1.95-.31 2-1l.02-.02 1-6c-.03-.64-.38-1-1-1h-.01z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/tools.svg b/assets/sass/@primer/octicons/build/svg/tools.svg new file mode 100644 index 0000000..67a5984 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/tools.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.48 7.27c.26.26 1.28 1.33 1.28 1.33l.56-.58-.88-.91 1.69-1.8s-.76-.74-.43-.45c.32-1.19.03-2.51-.87-3.44C4.93.5 3.66.2 2.52.51l1.93 2-.51 1.96-1.89.52-1.93-2C-.19 4.17.1 5.48 1 6.4c.94.98 2.29 1.26 3.48.87zm6.44 1.94l-2.33 2.3 3.84 3.98c.31.33.73.49 1.14.49.41 0 .82-.16 1.14-.49.63-.65.63-1.7 0-2.35l-3.79-3.93zM16 2.53L13.55 0 6.33 7.46l.88.91-4.31 4.46-.99.53-1.39 2.27.35.37 2.2-1.44.51-1.02L7.9 9.08l.88.91L16 2.53z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/trashcan.svg b/assets/sass/@primer/octicons/build/svg/trashcan.svg new file mode 100644 index 0000000..3d8c051 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/trashcan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M11 2H9c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1H2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-1 12H3V5h1v8h1V5h1v8h1V5h1v8h1V5h1v9zm1-10H2V3h9v1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/triangle-down.svg b/assets/sass/@primer/octicons/build/svg/triangle-down.svg new file mode 100644 index 0000000..faa8896 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/triangle-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M0 5l6 6 6-6H0z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/triangle-left.svg b/assets/sass/@primer/octicons/build/svg/triangle-left.svg new file mode 100644 index 0000000..8762036 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/triangle-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="6" height="16" viewBox="0 0 6 16"><path fill-rule="evenodd" d="M6 2L0 8l6 6V2z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/triangle-right.svg b/assets/sass/@primer/octicons/build/svg/triangle-right.svg new file mode 100644 index 0000000..59c2ac6 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/triangle-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="6" height="16" viewBox="0 0 6 16"><path fill-rule="evenodd" d="M0 14l6-6-6-6v12z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/triangle-up.svg b/assets/sass/@primer/octicons/build/svg/triangle-up.svg new file mode 100644 index 0000000..98d0654 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/triangle-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/unfold.svg b/assets/sass/@primer/octicons/build/svg/unfold.svg new file mode 100644 index 0000000..ab04339 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/unfold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M11.5 7.5L14 10c0 .55-.45 1-1 1H9v-1h3.5l-2-2h-7l-2 2H5v1H1c-.55 0-1-.45-1-1l2.5-2.5L0 5c0-.55.45-1 1-1h4v1H1.5l2 2h7l2-2H9V4h4c.55 0 1 .45 1 1l-2.5 2.5zM6 6h2V3h2L7 0 4 3h2v3zm2 3H6v3H4l3 3 3-3H8V9z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/unmute.svg b/assets/sass/@primer/octicons/build/svg/unmute.svg new file mode 100644 index 0000000..e2b453b --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/unmute.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M12 8.02c0 1.09-.45 2.09-1.17 2.83l-.67-.67c.55-.56.89-1.31.89-2.16 0-.85-.34-1.61-.89-2.16l.67-.67A3.99 3.99 0 0112 8.02zM7.72 2.28L4 6H2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2l3.72 3.72c.47.47 1.28.14 1.28-.53V2.81c0-.67-.81-1-1.28-.53zm5.94.08l-.67.67a6.996 6.996 0 012.06 4.98c0 1.94-.78 3.7-2.06 4.98l.67.67A7.973 7.973 0 0016 8c0-2.22-.89-4.22-2.34-5.66v.02zm-1.41 1.41l-.69.67a5.05 5.05 0 011.48 3.58c0 1.39-.56 2.66-1.48 3.56l.69.67A5.971 5.971 0 0014 8.02c0-1.65-.67-3.16-1.75-4.25z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/unsaved.svg b/assets/sass/@primer/octicons/build/svg/unsaved.svg new file mode 100644 index 0000000..c8ddb86 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/unsaved.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M12 0H4c-.73 0-1 .27-1 1v1.982l10 5.774V1c0-.73-.27-1-1-1zm1 12.203l1.606.928.75-1.3-13.856-8-.75 1.3L3 6.43V16l5-3.09L13 16v-3.797z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/unverified.svg b/assets/sass/@primer/octicons/build/svg/unverified.svg new file mode 100644 index 0000000..db4e12a --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/unverified.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.67 7.066l-1.08-1.34a1.5 1.5 0 01-.309-.77l-.19-1.698a1.51 1.51 0 00-1.329-1.33l-1.699-.19c-.3-.03-.56-.159-.78-.329L8.945.33a1.504 1.504 0 00-1.878 0l-1.34 1.08a1.5 1.5 0 01-.77.31l-1.698.19c-.7.08-1.25.63-1.33 1.329l-.19 1.699c-.03.3-.159.56-.329.78L.33 7.055a1.504 1.504 0 000 1.878l1.08 1.34c.17.22.28.48.31.77l.19 1.698c.08.7.63 1.25 1.329 1.33l1.699.19c.3.03.56.159.78.329l1.339 1.08c.55.439 1.329.439 1.878 0l1.34-1.08c.22-.17.48-.28.77-.31l1.698-.19c.7-.08 1.25-.63 1.33-1.329l.19-1.699c.03-.3.159-.56.329-.78l1.08-1.339a1.504 1.504 0 000-1.878zM9 11.5c0 .28-.22.5-.5.5h-1c-.27 0-.5-.22-.5-.5v-1c0-.28.23-.5.5-.5h1c.28 0 .5.22.5.5v1zm1.56-4.89c-.06.17-.17.33-.3.47-.13.16-.14.19-.33.38-.16.17-.31.3-.52.45-.11.09-.2.19-.28.27-.08.08-.14.17-.19.27-.05.1-.08.19-.11.3-.03.11-.03.13-.03.25H7.13c0-.22 0-.31.03-.48.03-.19.08-.36.14-.52.06-.14.14-.28.25-.42.11-.13.23-.25.41-.38.27-.19.36-.3.48-.52.12-.22.2-.38.2-.59 0-.27-.06-.45-.2-.58-.13-.13-.31-.19-.58-.19-.09 0-.19.02-.3.05-.11.03-.17.09-.25.16-.08.07-.14.11-.2.2a.41.41 0 00-.09.28h-2c0-.38.13-.56.27-.83.16-.27.36-.5.61-.67.25-.17.55-.3.88-.38.33-.08.7-.13 1.09-.13.44 0 .83.05 1.17.13.34.09.63.22.88.39.23.17.41.38.55.63.13.25.19.55.19.88 0 .22 0 .42-.08.59l-.02-.01z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/verified.svg b/assets/sass/@primer/octicons/build/svg/verified.svg new file mode 100644 index 0000000..4d5f939 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/verified.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.67 7.066l-1.08-1.34a1.5 1.5 0 01-.309-.77l-.19-1.698a1.51 1.51 0 00-1.329-1.33l-1.699-.19c-.3-.03-.56-.159-.78-.329L8.945.33a1.504 1.504 0 00-1.878 0l-1.34 1.08a1.5 1.5 0 01-.77.31l-1.698.19c-.7.08-1.25.63-1.33 1.329l-.19 1.699c-.03.3-.159.56-.329.78L.33 7.055a1.504 1.504 0 000 1.878l1.08 1.34c.17.22.28.48.31.77l.19 1.698c.08.7.63 1.25 1.329 1.33l1.699.19c.3.03.56.159.78.329l1.339 1.08c.55.439 1.329.439 1.878 0l1.34-1.08c.22-.17.48-.28.77-.31l1.698-.19c.7-.08 1.25-.63 1.33-1.329l.19-1.699c.03-.3.159-.56.329-.78l1.08-1.339a1.504 1.504 0 000-1.878zM6.5 12.01L3 8.51l1.5-1.5 2 2 5-5L13 5.56l-6.5 6.45z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/versions.svg b/assets/sass/@primer/octicons/build/svg/versions.svg new file mode 100644 index 0000000..274bbdb --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/versions.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M13 3H7c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-1 8H8V5h4v6zM4 4h1v1H4v6h1v1H4c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1zM1 5h1v1H1v4h1v1H1c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/watch.svg b/assets/sass/@primer/octicons/build/svg/watch.svg new file mode 100644 index 0000000..45b2499 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/watch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6 8h2v1H5V5h1v3zm6 0c0 2.22-1.2 4.16-3 5.19V15c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-1.81C1.2 12.16 0 10.22 0 8s1.2-4.16 3-5.19V1c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1.81c1.8 1.03 3 2.97 3 5.19zm-1 0c0-2.77-2.23-5-5-5S1 5.23 1 8s2.23 5 5 5 5-2.23 5-5z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/workflow-all.svg b/assets/sass/@primer/octicons/build/svg/workflow-all.svg new file mode 100644 index 0000000..ebe3400 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/workflow-all.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10 8A5 5 0 110 8a5 5 0 0110 0zM3.5 5.5l4 2.5-4 2.5v-5zm3.75 7.444a5.001 5.001 0 000-9.888 5 5 0 110 9.888zm3 0a5.001 5.001 0 000-9.888 5 5 0 110 9.888z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/workflow.svg b/assets/sass/@primer/octicons/build/svg/workflow.svg new file mode 100644 index 0000000..bad9ac9 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/workflow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M3 4.949a2.5 2.5 0 10-1 0v8.049c0 .547.453 1 1 1h2.05a2.5 2.5 0 004.9 0h1.1a2.5 2.5 0 100-1h-1.1a2.5 2.5 0 00-4.9 0H3v-5h2.05a2.5 2.5 0 004.9 0h1.1a2.5 2.5 0 100-1h-1.1a2.5 2.5 0 00-4.9 0H3v-2.05zm9 2.55a1.5 1.5 0 103 0 1.5 1.5 0 00-3 0zm-3 0a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zm4.5 7.499a1.5 1.5 0 110-3.001 1.5 1.5 0 010 3zm-6-3a1.5 1.5 0 110 3 1.5 1.5 0 010-3z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/x.svg b/assets/sass/@primer/octicons/build/svg/x.svg new file mode 100644 index 0000000..e377314 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/x.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48L7.48 8z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/build/svg/zap.svg b/assets/sass/@primer/octicons/build/svg/zap.svg new file mode 100644 index 0000000..e778194 --- /dev/null +++ b/assets/sass/@primer/octicons/build/svg/zap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M10 7H6l3-7-9 9h4l-3 7 9-9z"/></svg>
\ No newline at end of file diff --git a/assets/sass/@primer/octicons/index.js b/assets/sass/@primer/octicons/index.js new file mode 100644 index 0000000..0b1ba8f --- /dev/null +++ b/assets/sass/@primer/octicons/index.js @@ -0,0 +1,65 @@ +const data = require('./build/data.json') +const objectAssign = require('object-assign') + +for (const key of Object.keys(data)) { + // Returns a string representation of html attributes + const htmlAttributes = (icon, options) => { + const attributes = [] + const attrObj = objectAssign({}, data[key].options, options) + + // If the user passed in options + if (options) { + // If any of the width or height is passed in + if (options['width'] || options['height']) { + attrObj['width'] = options['width'] + ? options['width'] + : (parseInt(options['height']) * data[key].options['width']) / data[key].options['height'] + attrObj['height'] = options['height'] + ? options['height'] + : (parseInt(options['width']) * data[key].options['height']) / data[key].options['width'] + } + + // If the user passed in class + if (options['class']) { + attrObj['class'] = `octicon octicon-${key} ${options['class']}` + attrObj['class'].trim() + } + + // If the user passed in aria-label + if (options['aria-label']) { + attrObj['aria-label'] = options['aria-label'] + attrObj['role'] = 'img' + + // Un-hide the icon + delete attrObj['aria-hidden'] + } + } + + for (const option of Object.keys(attrObj)) { + attributes.push(`${option}="${attrObj[option]}"`) + } + + return attributes.join(' ').trim() + } + + // Set the symbol for easy access + data[key].symbol = key + + // Set all the default options + data[key].options = { + version: '1.1', + width: data[key].width, + height: data[key].height, + viewBox: `0 0 ${data[key].width} ${data[key].height}`, + class: `octicon octicon-${key}`, + 'aria-hidden': 'true' + } + + // Function to return an SVG object + data[key].toSVG = function(options) { + return `<svg ${htmlAttributes(data[key], options)}>${data[key].path}</svg>` + } +} + +// Import data into exports +module.exports = data diff --git a/assets/sass/@primer/octicons/index.scss b/assets/sass/@primer/octicons/index.scss new file mode 100644 index 0000000..31d9786 --- /dev/null +++ b/assets/sass/@primer/octicons/index.scss @@ -0,0 +1,5 @@ +.octicon { + display: inline-block; + vertical-align: text-top; + fill: currentColor; +} diff --git a/assets/sass/@primer/octicons/package.json b/assets/sass/@primer/octicons/package.json new file mode 100644 index 0000000..55cd9a6 --- /dev/null +++ b/assets/sass/@primer/octicons/package.json @@ -0,0 +1,69 @@ +{ + "_from": "@primer/octicons@^9.1.1", + "_id": "@primer/octicons@9.6.0", + "_inBundle": false, + "_integrity": "sha512-B5Wzk5izRXXz0JqEXJkVUtqhCXSpUKgqYkVwegMkp5sziBW+ksd9LPbONlCWyyLODwf9GsI2sBXekR7m+JJDBw==", + "_location": "/@primer/octicons", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "@primer/octicons@^9.1.1", + "name": "@primer/octicons", + "escapedName": "@primer%2focticons", + "scope": "@primer", + "rawSpec": "^9.1.1", + "saveSpec": null, + "fetchSpec": "^9.1.1" + }, + "_requiredBy": [ + "/@primer/css" + ], + "_resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-9.6.0.tgz", + "_shasum": "e195f2dd5f30b6918ad5d8ff224c12f778d02408", + "_spec": "@primer/octicons@^9.1.1", + "_where": "E:\\hugo-theme-fuji-demo\\themes\\hugo-theme-fuji\\node_modules\\@primer\\css", + "author": { + "name": "GitHub Inc." + }, + "bugs": { + "url": "https://github.com/primer/octicons/issues" + }, + "bundleDependencies": false, + "dependencies": { + "object-assign": "^4.1.1" + }, + "deprecated": false, + "description": "A scalable set of icons handcrafted with <3 by GitHub.", + "devDependencies": { + "ava": "^0.22.0", + "eslint": "^6.5.1", + "eslint-plugin-github": "^3.1.3" + }, + "files": [ + "index.js", + "index.scss", + "build" + ], + "homepage": "https://octicons.github.com", + "keywords": [ + "GitHub", + "icons", + "svg", + "octicons" + ], + "license": "MIT", + "main": "index.js", + "name": "@primer/octicons", + "repository": { + "type": "git", + "url": "git+https://github.com/primer/octicons.git" + }, + "scripts": { + "build": "script/build.js", + "lint": "eslint index.js tests/*.js", + "test": "ava --verbose 'tests/*.js'" + }, + "style": "index.scss", + "version": "9.6.0" +} diff --git a/assets/sass/_font.scss b/assets/sass/_font.scss new file mode 100644 index 0000000..65c9299 --- /dev/null +++ b/assets/sass/_font.scss @@ -0,0 +1,6 @@ +// general font setting +body { + font-family: $font-normal; + font-display: swap; + font-size: 16px; +}
\ No newline at end of file diff --git a/assets/sass/_footer.scss b/assets/sass/_footer.scss new file mode 100644 index 0000000..4be7f36 --- /dev/null +++ b/assets/sass/_footer.scss @@ -0,0 +1,10 @@ +footer { + border-top: $spliter; + margin-top: auto; + + p { + margin: 2em 0 2em 0; + } + + @include link-secondary(); +}
\ No newline at end of file diff --git a/assets/sass/_header.scss b/assets/sass/_header.scss new file mode 100644 index 0000000..08b279e --- /dev/null +++ b/assets/sass/_header.scss @@ -0,0 +1,20 @@ +header { + padding: 1em 0 1em 0; + + #main-title { + @include pdsans-title(); + + &:hover { + text-decoration: none; + color: $color-secondary; + } + } + + #sub-title { + font-size: $font-size-l3; + display: block; + color: $color-mute; + } + + border-bottom: $spliter; +}
\ No newline at end of file diff --git a/assets/sass/_list.scss b/assets/sass/_list.scss new file mode 100644 index 0000000..15561cc --- /dev/null +++ b/assets/sass/_list.scss @@ -0,0 +1,51 @@ +#content { + padding: 0 1em 0 1em; +} + +#post { + padding: 1.5em 0 1.5em 0; +} + +// spliter between two posts +#post+#post { + border-top: $spliter; +} + +#post-title { + font-size: $font-size-l1; + + @include link-primary(); +} + +#post-meta { + color: $color-mute; + padding: 0.5em 0 1em 0; + white-space: nowrap; + overflow-x: scroll; + + &::-webkit-scrollbar { + display: none; // WebKit + } + + scrollbar-width: none; // Firefox + -ms-overflow-style: none; // Microsoft + + @include link-secondary(); +} + +#post-exlink { + margin: 0.5em 0 0 0; + + @include link-secondary(); +} + +#page-tag { + padding: 1.5em 0 1.5em 0; + font-size: $font-size-l3; + border-bottom: $spliter; +} + +article { + padding-top: 1.5em; + padding-bottom: 1.5em; +}
\ No newline at end of file diff --git a/assets/sass/_markdown.scss b/assets/sass/_markdown.scss new file mode 100644 index 0000000..cb54e26 --- /dev/null +++ b/assets/sass/_markdown.scss @@ -0,0 +1,32 @@ +// primer CSS markdown color remap +#post-content { + &.markdown-body { + font-family: inherit !important; + } + + h1, h2, h3, h4, h5, h6 { + color: $color-primary; + } + + h1 { + font-size: $font-size-l1; + border-bottom: $spliter; + } + + h2 { + font-size: $font-size-l2; + border-bottom: $spliter; + } + + h3 { + font-size: $font-size-l3; + } + + h4, h5, h6 { + font-size: $font-size-l4; + } + + hr { + background-color: $color-spliter; + } +}
\ No newline at end of file diff --git a/assets/sass/_pagination.scss b/assets/sass/_pagination.scss new file mode 100644 index 0000000..8e5d248 --- /dev/null +++ b/assets/sass/_pagination.scss @@ -0,0 +1,28 @@ +#pagination { + font-size: $font-size-l3; + text-align: center; + // spliter between pagination and last post block + border-top: $spliter; + padding: 1em 0 1em 0; + + ul li { + display: inline; + @include link-primary(); + + // darker number when active + &.active a { + color: $color-primary-dark; + } + + // remove prev page at first page, next page at last page + &.disabled { + display: none; + } + + // remove first page link and last page link + &:first-child, + &:last-child { + display: none; + } + } +}
\ No newline at end of file diff --git a/assets/sass/_sidebar.scss b/assets/sass/_sidebar.scss new file mode 100644 index 0000000..8266125 --- /dev/null +++ b/assets/sass/_sidebar.scss @@ -0,0 +1,26 @@ +#sidebar { + ul { + list-style-type: none; + } + + padding: 1.5em 1em 1.5em 1em; + + h5 { + font-size: $font-size-l3; + } + + @include link-secondary(); + + #widget-pages, #widget-tags, #widget-links { + div, ul { + margin: 0.5em 0em 0.5em 0em; + } + } + + #widget-bgm img { + margin: 0.5em 0em 0.5em 0em; + width: 100%; + border-radius: 1px; + filter: grayscale(50%); + } +}
\ No newline at end of file diff --git a/assets/sass/_var.scss b/assets/sass/_var.scss new file mode 100644 index 0000000..3a98ac6 --- /dev/null +++ b/assets/sass/_var.scss @@ -0,0 +1,88 @@ +// colors +$color-primary: #8AA2D3 !default; // https://irocore.com/aofuji/ +$color-primary-dark: #3B469B !default; // https://irocore.com/aomurasaki/ +$color-secondary: #8F82BC !default; // https://irocore.com/fujimurasaki/ +$color-mute: #9EA1A3 !default; // https://irocore.com/suzu-iro/ +$color-spliter: #E5E2E4 !default; // https://irocore.com/komachinezu/ + +// spliter css +$spliter: 1px solid $color-spliter; + +// custom web fonts +@font-face { + font-family: 'Product Sans'; + font-style: normal; + font-weight: 400; + src: local('Product Sans'), local('ProductSans-Regular'), + url('https://cdn.jsdelivr.net/gh/amzrk2/web-font-archive@1.0.0/product-sans/product-sans.woff2') format('woff2'); +} + +@font-face { + font-family: 'Product Sans'; + font-style: normal; + font-weight: 700; + src: local('Product Sans Bold'), local('ProductSans-Bold'), + url('https://cdn.jsdelivr.net/gh/amzrk2/web-font-archive@1.0.0/product-sans/product-sans-bold.woff2') format('woff2'); +} + +@font-face { + font-family: 'Cascadia Code'; + font-style: normal; + font-weight: 400; + src: local('Cascadia Code'), local('Cascadia Mono'), + url('https://cdn.jsdelivr.net/gh/amzrk2/web-font-archive@1.0.0/cascadia-code/cascadia.woff2') format('woff2'), +} + +// adjust weight to use with Product Sans +@font-face { + font-family: 'PingFang SC Web'; + font-style: normal; + font-weight: 400; + src: local('PingFang SC Medium'), + /* Modern Browsers */ + url('https://cdn.jsdelivr.net/gh/amzrk2/web-font-archive@1.0.0/pingfang/pingfang-medium.woff2') format('woff2'), +} + +$font-pdsans: 'Product Sans', -apple-system, BlinkMacSystemFont, Arial, monospace; +$font-normal: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Source Han Sans SC', 'Source Han Sans CN', 'Source Han Sans', 'Microsoft YaHei', sans-serif; + +// font size list +$font-size-logo: 2.5em; // Logo Only +$font-size-l1: 1.75em; // Primer CSS H1 +$font-size-l2: 1.5em; // Primer CSS H2 +$font-size-l3: 1.25em; // Primer CSS H3 +$font-size-l4: 1em; // Primer CSS H4 & Normal Text + +// link color mixin +@mixin link-primary { + a { + color: $color-primary; + } + + a:hover { + color: $color-secondary; + text-decoration: none; + } +} + +@mixin link-secondary { + a { + color: $color-secondary; + } + + a:hover { + color: $color-primary-dark; + text-decoration: none; + } +} + +// title css which also used in 404 +@mixin pdsans-title { + font-family: $font-pdsans; + font-weight: 700; + font-display: swap; + font-size: $font-size-logo; + white-space: nowrap; + display: block; + color: $color-primary; +}
\ No newline at end of file diff --git a/assets/sass/main.scss b/assets/sass/main.scss new file mode 100644 index 0000000..a72b1fc --- /dev/null +++ b/assets/sass/main.scss @@ -0,0 +1,34 @@ +// Only used part of @primer/css/core +// Include .octicon base styles +@import "@primer/octicons/index.scss"; +// Global requirements +@import "@primer/css/support/index.scss"; + +// Modules +@import "@primer/css/base/index.scss"; +@import "@primer/css/layout/index.scss"; +@import "@primer/css/markdown/index.scss"; + +// Utilities always go last so that they can override components +@import "@primer/css/utilities/index.scss"; + +@import "_var"; + +@import "_font"; + +@import "_header"; + +@import "_list"; + +@import "_sidebar"; + +@import "_markdown"; + +@import "_pagination"; + +@import "_footer"; + +#not-found { + @include pdsans-title(); + padding-top: 1em; +} diff --git a/assets/sass/object-assign/index.js b/assets/sass/object-assign/index.js new file mode 100644 index 0000000..0930cf8 --- /dev/null +++ b/assets/sass/object-assign/index.js @@ -0,0 +1,90 @@ +/* +object-assign +(c) Sindre Sorhus +@license MIT +*/ + +'use strict'; +/* eslint-disable no-unused-vars */ +var getOwnPropertySymbols = Object.getOwnPropertySymbols; +var hasOwnProperty = Object.prototype.hasOwnProperty; +var propIsEnumerable = Object.prototype.propertyIsEnumerable; + +function toObject(val) { + if (val === null || val === undefined) { + throw new TypeError('Object.assign cannot be called with null or undefined'); + } + + return Object(val); +} + +function shouldUseNative() { + try { + if (!Object.assign) { + return false; + } + + // Detect buggy property enumeration order in older V8 versions. + + // https://bugs.chromium.org/p/v8/issues/detail?id=4118 + var test1 = new String('abc'); // eslint-disable-line no-new-wrappers + test1[5] = 'de'; + if (Object.getOwnPropertyNames(test1)[0] === '5') { + return false; + } + + // https://bugs.chromium.org/p/v8/issues/detail?id=3056 + var test2 = {}; + for (var i = 0; i < 10; i++) { + test2['_' + String.fromCharCode(i)] = i; + } + var order2 = Object.getOwnPropertyNames(test2).map(function (n) { + return test2[n]; + }); + if (order2.join('') !== '0123456789') { + return false; + } + + // https://bugs.chromium.org/p/v8/issues/detail?id=3056 + var test3 = {}; + 'abcdefghijklmnopqrst'.split('').forEach(function (letter) { + test3[letter] = letter; + }); + if (Object.keys(Object.assign({}, test3)).join('') !== + 'abcdefghijklmnopqrst') { + return false; + } + + return true; + } catch (err) { + // We don't expect any of the above to throw, but better to be safe. + return false; + } +} + +module.exports = shouldUseNative() ? Object.assign : function (target, source) { + var from; + var to = toObject(target); + var symbols; + + for (var s = 1; s < arguments.length; s++) { + from = Object(arguments[s]); + + for (var key in from) { + if (hasOwnProperty.call(from, key)) { + to[key] = from[key]; + } + } + + if (getOwnPropertySymbols) { + symbols = getOwnPropertySymbols(from); + for (var i = 0; i < symbols.length; i++) { + if (propIsEnumerable.call(from, symbols[i])) { + to[symbols[i]] = from[symbols[i]]; + } + } + } + } + + return to; +}; diff --git a/assets/sass/object-assign/license b/assets/sass/object-assign/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/assets/sass/object-assign/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +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/object-assign/package.json b/assets/sass/object-assign/package.json new file mode 100644 index 0000000..d34b2ac --- /dev/null +++ b/assets/sass/object-assign/package.json @@ -0,0 +1,74 @@ +{ + "_from": "object-assign@^4.1.1", + "_id": "object-assign@4.1.1", + "_inBundle": false, + "_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "_location": "/object-assign", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "object-assign@^4.1.1", + "name": "object-assign", + "escapedName": "object-assign", + "rawSpec": "^4.1.1", + "saveSpec": null, + "fetchSpec": "^4.1.1" + }, + "_requiredBy": [ + "/@primer/octicons" + ], + "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863", + "_spec": "object-assign@^4.1.1", + "_where": "E:\\hugo-theme-fuji-demo\\themes\\hugo-theme-fuji\\node_modules\\@primer\\octicons", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "bugs": { + "url": "https://github.com/sindresorhus/object-assign/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "ES2015 `Object.assign()` ponyfill", + "devDependencies": { + "ava": "^0.16.0", + "lodash": "^4.16.4", + "matcha": "^0.7.0", + "xo": "^0.16.0" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js" + ], + "homepage": "https://github.com/sindresorhus/object-assign#readme", + "keywords": [ + "object", + "assign", + "extend", + "properties", + "es2015", + "ecmascript", + "harmony", + "ponyfill", + "prollyfill", + "polyfill", + "shim", + "browser" + ], + "license": "MIT", + "name": "object-assign", + "repository": { + "type": "git", + "url": "git+https://github.com/sindresorhus/object-assign.git" + }, + "scripts": { + "bench": "matcha bench.js", + "test": "xo && ava" + }, + "version": "4.1.1" +} diff --git a/assets/sass/object-assign/readme.md b/assets/sass/object-assign/readme.md new file mode 100644 index 0000000..1be09d3 --- /dev/null +++ b/assets/sass/object-assign/readme.md @@ -0,0 +1,61 @@ +# object-assign [](https://travis-ci.org/sindresorhus/object-assign) + +> ES2015 [`Object.assign()`](http://www.2ality.com/2014/01/object-assign.html) [ponyfill](https://ponyfill.com) + + +## Use the built-in + +Node.js 4 and up, as well as every evergreen browser (Chrome, Edge, Firefox, Opera, Safari), +support `Object.assign()` :tada:. If you target only those environments, then by all +means, use `Object.assign()` instead of this package. + + +## Install + +``` +$ npm install --save object-assign +``` + + +## Usage + +```js +const objectAssign = require('object-assign'); + +objectAssign({foo: 0}, {bar: 1}); +//=> {foo: 0, bar: 1} + +// multiple sources +objectAssign({foo: 0}, {bar: 1}, {baz: 2}); +//=> {foo: 0, bar: 1, baz: 2} + +// overwrites equal keys +objectAssign({foo: 0}, {foo: 1}, {foo: 2}); +//=> {foo: 2} + +// ignores null and undefined sources +objectAssign({foo: 0}, null, {bar: 1}, undefined); +//=> {foo: 0, bar: 1} +``` + + +## API + +### objectAssign(target, [source, ...]) + +Assigns enumerable own properties of `source` objects to the `target` object and returns the `target` object. Additional `source` objects will overwrite previous ones. + + +## Resources + +- [ES2015 spec - Object.assign](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-object.assign) + + +## Related + +- [deep-assign](https://github.com/sindresorhus/deep-assign) - Recursive `Object.assign()` + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/exampleSite/.gitignore b/exampleSite/.gitignore new file mode 100644 index 0000000..65a115d --- /dev/null +++ b/exampleSite/.gitignore @@ -0,0 +1,8 @@ +public/ +resources/ + +Thumbs.db +ehthumbs.db +Desktop.ini +$RECYCLE.BIN/ +.DS_Store
\ No newline at end of file diff --git a/exampleSite/config.toml b/exampleSite/config.toml new file mode 100644 index 0000000..46f0eb8 --- /dev/null +++ b/exampleSite/config.toml @@ -0,0 +1,54 @@ +baseURL = "https://example.com" +title = "Fuji Demo" +languageCode = "zh-Hans" +theme = "fuji" + +hasCJKLanguage = true +disableKinds = ["RSS"] + +summaryLength = 100 # Custom cummary length, add <!--more--> in post file to custom split point +paginate = 10 + +[permalinks] + post = "/:title/" # Custom post links, e.g. "/:year/:month/:title/" + +[params] + subTitle = "This is a Sub Title" + + # Bangumi image chart id + # bgmImageChart = "000000" + + # Custom lazyload thumbnail + cdnLazyloadSRC = "https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr/lazyload/dsr_loading.svg" + # Custom css & js CDN + cdnVanillaLazyloadJS = "https://cdn.jsdelivr.net/npm/vanilla-lazyload@15.1.1/dist/lazyload.min.js" + +[markup] + [markup.highlight] + style = "monokailight" + +[taxonomies] + tag = "tags" + +[menu] + [[menu.nav]] + name = "主页" + url = "/" + weight = 1 + [[menu.nav]] + name = "存档" + url = "/archive/" + weight = 2 + [[menu.nav]] + name = "关于" + url = "/about/" + weight = 3 + + [[menu.link]] + name = "GitHub" + url = "https://github.com/amzrk2" + weight = 1 + [[menu.link]] + name = "哔哩哔哩" + url = "https://space.bilibili.com/19767474" + weight = 2 diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md new file mode 100644 index 0000000..1e94756 --- /dev/null +++ b/exampleSite/content/about.md @@ -0,0 +1,26 @@ ++++ +title = "About" +description = "Hugo, the world’s fastest framework for building websites" +date = "2019-02-28" ++++ + +Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows. + +Hugo makes use of a variety of open source projects including: + +* https://github.com/yuin/goldmark +* https://github.com/alecthomas/chroma +* https://github.com/muesli/smartcrop +* https://github.com/spf13/cobra +* https://github.com/spf13/viper + +Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages. + +Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases. + +Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider. + +Learn more and contribute on [GitHub](https://github.com/gohugoio). + + + diff --git a/exampleSite/content/post/cjk-unicode-test.md b/exampleSite/content/post/cjk-unicode-test.md new file mode 100644 index 0000000..6ff9a2a --- /dev/null +++ b/exampleSite/content/post/cjk-unicode-test.md @@ -0,0 +1,80 @@ ++++ +title = "CJK Unicode 测试" +date = 2020-01-01T00:00:00+08:00 +description = "CJK Unicode 字符测试用页面" +tags = [ + "test", + "cjk" +] ++++ + +以下为部分 CJK 文字内容,本页面仅测试使用。 +<!--more--> + +## CJK Radicals Supplement + +⺀ ⺁ ⺂ ⺃ ⺄ ⺅ ⺆ ⺇ ⺈ ⺉ ⺊ ⺋ ⺌ ⺍ ⺎ ⺏ ⺐ ⺑ ⺒ ⺓ ⺔ ⺕ ⺖ ⺗ ⺘ ⺙ ⺛ ⺜ ⺝ ⺞ ⺟ ⺠ ⺡ ⺢ ⺣ ⺤ ⺥ ⺦ ⺧ ⺨ ⺩ ⺪ ⺫ ⺬ ⺭ ⺮ ⺯ ⺰ ⺱ ⺲ ⺳ ⺴ ⺵ ⺶ ⺷ ⺸ ⺹ ⺺ ⺻ ⺼ ⺽ ⺾ ⺿ ⻀ ⻁ ⻂ ⻃ ⻄ ⻅ ⻆ ⻇ ⻈ ⻉ ⻊ ⻋ ⻌ ⻍ ⻎ ⻏ ⻐ ⻑ ⻒ ⻓ ⻔ ⻕ ⻖ ⻗ ⻘ ⻙ ⻚ ⻛ ⻜ ⻝ ⻞ ⻟ ⻠ ⻡ ⻢ ⻣ ⻤ ⻥ ⻦ ⻧ ⻨ ⻩ ⻪ ⻫ ⻬ ⻭ ⻮ ⻯ ⻰ ⻱ ⻲ ⻳ + +## Kangxi Radicals + +⼀ ⼁ ⼂ ⼃ ⼄ ⼅ ⼆ ⼇ ⼈ ⼉ ⼊ ⼋ ⼌ ⼍ ⼎ ⼏ ⼐ ⼑ ⼒ ⼓ ⼔ ⼕ ⼖ ⼗ ⼘ ⼙ ⼚ ⼛ ⼜ ⼝ ⼞ ⼟ ⼠ ⼡ ⼢ ⼣ ⼤ ⼥ ⼦ ⼧ ⼨ ⼩ ⼪ ⼫ ⼬ ⼭ ⼮ ⼯ ⼰ ⼱ ⼲ ⼳ ⼴ ⼵ ⼶ ⼷ ⼸ ⼹ ⼺ ⼻ ⼼ ⼽ ⼾ ⼿ ⽀ ⽁ ⽂ ⽃ ⽄ ⽅ ⽆ ⽇ ⽈ ⽉ ⽊ ⽋ ⽌ ⽍ ⽎ ⽏ ⽐ ⽑ ⽒ ⽓ ⽔ ⽕ ⽖ ⽗ ⽘ ⽙ ⽚ ⽛ ⽜ ⽝ ⽞ ⽟ ⽠ ⽡ ⽢ ⽣ ⽤ ⽥ ⽦ ⽧ ⽨ ⽩ ⽪ ⽫ ⽬ ⽭ ⽮ ⽯ ⽰ ⽱ ⽲ ⽳ ⽴ ⽵ ⽶ ⽷ ⽸ ⽹ ⽺ ⽻ ⽼ ⽽ ⽾ ⽿ ... + +## CJK Symbols and Punctuation + + 、 。 〃 〄 々 〆 〇 〈 〉 《 》 「 」 『 』 【 】 〒 〓 〔 〕 〖 〗 〘 〙 〚 〛 〜 〝 〞 〟 〠 〡 〢 〣 〤 〥 〦 〧 〨 〩 〪 〫 〬 〭 〮 〯 〰 〱 〲 〳 〴 〵 〶 〷 〸 〹 〺 〻 〼 〽 〾 〿 + +## Hiragana + +ぁ あ ぃ い ぅ う ぇ え ぉ お か が き ぎ く ぐ け げ こ ご さ ざ し じ す ず せ ぜ そ ぞ た だ ち ぢ っ つ づ て で と ど な に ぬ ね の は ば ぱ ひ び ぴ ふ ぶ ぷ へ べ ぺ ほ ぼ ぽ ま み む め も ゃ や ゅ ゆ ょ よ ら り る れ ろ ゎ わ ゐ ゑ を ん ゔ ゕ ゖ ゙ ゚ ゛ ゜ ゝ ゞ ゟ + +## Katakana + +゠ ァ ア ィ イ ゥ ウ ェ エ ォ オ カ ガ キ ギ ク グ ケ ゲ コ ゴ サ ザ シ ジ ス ズ セ ゼ ソ ゾ タ ダ チ ヂ ッ ツ ヅ テ デ ト ド ナ ニ ヌ ネ ノ ハ バ パ ヒ ビ ピ フ ブ プ ヘ ベ ペ ホ ボ ポ マ ミ ム メ モ ャ ヤ ュ ユ ョ ヨ ラ リ ル レ ロ ヮ ワ ヰ ヱ ヲ ン ヴ ヵ ヶ ヷ ヸ ヹ ヺ ・ ー ヽ ヾ ヿ + +## Bopomofo + +ㄅ ㄆ ㄇ ㄈ ㄉ ㄊ ㄋ ㄌ ㄍ ㄎ ㄏ ㄐ ㄑ ㄒ ㄓ ㄔ ㄕ ㄖ ㄗ ㄘ ㄙ ㄚ ㄛ ㄜ ㄝ ㄞ ㄟ ㄠ ㄡ ㄢ ㄣ ㄤ ㄥ ㄦ ㄧ ㄨ ㄩ ㄪ ㄫ ㄬ + +## Hangul Compatibility Jamo + +ㄱ ㄲ ㄳ ㄴ ㄵ ㄶ ㄷ ㄸ ㄹ ㄺ ㄻ ㄼ ㄽ ㄾ ㄿ ㅀ ㅁ ㅂ ㅃ ㅄ ㅅ ㅆ ㅇ ㅈ ㅉ ㅊ ㅋ ㅌ ㅍ ㅎ ㅏ ㅐ ㅑ ㅒ ㅓ ㅔ ㅕ ㅖ ㅗ ㅘ ㅙ ㅚ ㅛ ㅜ ㅝ ㅞ ㅟ ㅠ ㅡ ㅢ ㅣ ㅤ ㅥ ㅦ ㅧ ㅨ ㅩ ㅪ ㅫ ㅬ ㅭ ㅮ ㅯ ㅰ ㅱ ㅲ ㅳ ㅴ ㅵ ㅶ ㅷ ㅸ ㅹ ㅺ ㅻ ㅼ ㅽ ㅾ ㅿ ㆀ ㆁ ㆂ ㆃ ㆄ ㆅ ㆆ ㆇ ㆈ ㆉ ㆊ ㆋ ㆌ ㆍ ㆎ + +## Kanbun + +㆐ ㆑ ㆒ ㆓ ㆔ ㆕ ㆖ ㆗ ㆘ ㆙ ㆚ ㆛ ㆜ ㆝ ㆞ ㆟ + +## Bopomofo Extended + +ㆠ ㆡ ㆢ ㆣ ㆤ ㆥ ㆦ ㆧ ㆨ ㆩ ㆪ ㆫ ㆬ ㆭ ㆮ ㆯ ㆰ ㆱ ㆲ ㆳ ㆴ ㆵ ㆶ ㆷ + +## Katakana Phonetic Extensions + +ㇰ ㇱ ㇲ ㇳ ㇴ ㇵ ㇶ ㇷ ㇸ ㇹ ㇺ ㇻ ㇼ ㇽ ㇾ ㇿ + +## Enclosed CJK Letters and Months + +㈀ ㈁ ㈂ ㈃ ㈄ ㈅ ㈆ ㈇ ㈈ ㈉ ㈊ ㈋ ㈌ ㈍ ㈎ ㈏ ㈐ ㈑ ㈒ ㈓ ㈔ ㈕ ㈖ ㈗ ㈘ ㈙ ㈚ ㈛ ㈜ ㈠ ㈡ ㈢ ㈣ ㈤ ㈥ ㈦ ㈧ ㈨ ㈩ ㈪ ㈫ ㈬ ㈭ ㈮ ㈯ ㈰ ㈱ ㈲ ㈳ ㈴ ㈵ ㈶ ㈷ ㈸ ㈹ ㈺ ㈻ ㈼ ㈽ ㈾ ㈿ ㉀ ㉁ ㉂ ㉃ ㉑ ㉒ ㉓ ㉔ ㉕ ㉖ ㉗ ㉘ ㉙ ㉚ ㉛ ㉜ ㉝ ㉞ ㉟ ㉠ ㉡ ㉢ ㉣ ㉤ ㉥ ㉦ ㉧ ㉨ ㉩ ㉪ ㉫ ㉬ ㉭ ㉮ ㉯ ㉰ ㉱ ㉲ ㉳ ㉴ ㉵ ㉶ ㉷ ㉸ ㉹ ㉺ ㉻ ㉿ ㊀ ㊁ ㊂ ㊃ ㊄ ㊅ ㊆ ㊇ ㊈ ㊉ ㊊ ㊋ ㊌ ㊍ ㊎ ㊏ ㊐ ㊑ ㊒ ... + +## CJK Compatibility + +㌀ ㌁ ㌂ ㌃ ㌄ ㌅ ㌆ ㌇ ㌈ ㌉ ㌊ ㌋ ㌌ ㌍ ㌎ ㌏ ㌐ ㌑ ㌒ ㌓ ㌔ ㌕ ㌖ ㌗ ㌘ ㌙ ㌚ ㌛ ㌜ ㌝ ㌞ ㌟ ㌠ ㌡ ㌢ ㌣ ㌤ ㌥ ㌦ ㌧ ㌨ ㌩ ㌪ ㌫ ㌬ ㌭ ㌮ ㌯ ㌰ ㌱ ㌲ ㌳ ㌴ ㌵ ㌶ ㌷ ㌸ ㌹ ㌺ ㌻ ㌼ ㌽ ㌾ ㌿ ㍀ ㍁ ㍂ ㍃ ㍄ ㍅ ㍆ ㍇ ㍈ ㍉ ㍊ ㍋ ㍌ ㍍ ㍎ ㍏ ㍐ ㍑ ㍒ ㍓ ㍔ ㍕ ㍖ ㍗ ㍘ ㍙ ㍚ ㍛ ㍜ ㍝ ㍞ ㍟ ㍠ ㍡ ㍢ ㍣ ㍤ ㍥ ㍦ ㍧ ㍨ ㍩ ㍪ ㍫ ㍬ ㍭ ㍮ ㍯ ㍰ ㍱ ㍲ ㍳ ㍴ ㍵ ㍶ ㍻ ㍼ ㍽ ㍾ ㍿ ㎀ ㎁ ㎂ ㎃ ... + +## CJK Unified Ideographs Extension A + +㐀 㐁 㐂 㐃 㐄 㐅 㐆 㐇 㐈 㐉 㐊 㐋 㐌 㐍 㐎 㐏 㐐 㐑 㐒 㐓 㐔 㐕 㐖 㐗 㐘 㐙 㐚 㐛 㐜 㐝 㐞 㐟 㐠 㐡 㐢 㐣 㐤 㐥 㐦 㐧 㐨 㐩 㐪 㐫 㐬 㐭 㐮 㐯 㐰 㐱 㐲 㐳 㐴 㐵 㐶 㐷 㐸 㐹 㐺 㐻 㐼 㐽 㐾 㐿 㑀 㑁 㑂 㑃 㑄 㑅 㑆 㑇 㑈 㑉 㑊 㑋 㑌 㑍 㑎 㑏 㑐 㑑 㑒 㑓 㑔 㑕 㑖 㑗 㑘 㑙 㑚 㑛 㑜 㑝 㑞 㑟 㑠 㑡 㑢 㑣 㑤 㑥 㑦 㑧 㑨 㑩 㑪 㑫 㑬 㑭 㑮 㑯 㑰 㑱 㑲 㑳 㑴 㑵 㑶 㑷 㑸 㑹 㑺 㑻 㑼 㑽 㑾 㑿 ... + +## CJK Unified Ideographs + +一 丁 丂 七 丄 丅 丆 万 丈 三 上 下 丌 不 与 丏 丐 丑 丒 专 且 丕 世 丗 丘 丙 业 丛 东 丝 丞 丟 丠 両 丢 丣 两 严 並 丧 丨 丩 个 丫 丬 中 丮 丯 丰 丱 串 丳 临 丵 丶 丷 丸 丹 为 主 丼 丽 举 丿 乀 乁 乂 乃 乄 久 乆 乇 么 义 乊 之 乌 乍 乎 乏 乐 乑 乒 乓 乔 乕 乖 乗 乘 乙 乚 乛 乜 九 乞 也 习 乡 乢 乣 乤 乥 书 乧 乨 乩 乪 乫 乬 乭 乮 乯 买 乱 乲 乳 乴 乵 乶 乷 乸 乹 乺 乻 乼 乽 乾 乿 ... + +## Hangul Syllables + +가 각 갂 갃 간 갅 갆 갇 갈 갉 갊 갋 갌 갍 갎 갏 감 갑 값 갓 갔 강 갖 갗 갘 같 갚 갛 개 객 갞 갟 갠 갡 갢 갣 갤 갥 갦 갧 갨 갩 갪 갫 갬 갭 갮 갯 갰 갱 갲 갳 갴 갵 갶 갷 갸 갹 갺 갻 갼 갽 갾 갿 걀 걁 걂 걃 걄 걅 걆 걇 걈 걉 걊 걋 걌 걍 걎 걏 걐 걑 걒 걓 걔 걕 걖 걗 걘 걙 걚 걛 걜 걝 걞 걟 걠 걡 걢 걣 걤 걥 걦 걧 걨 걩 걪 걫 걬 걭 걮 걯 거 걱 걲 걳 건 걵 걶 걷 걸 걹 걺 걻 걼 걽 걾 걿 ... + +## CJK Compatibility Ideographs + +豈 更 車 賈 滑 串 句 龜 龜 契 金 喇 奈 懶 癩 羅 蘿 螺 裸 邏 樂 洛 烙 珞 落 酪 駱 亂 卵 欄 爛 蘭 鸞 嵐 濫 藍 襤 拉 臘 蠟 廊 朗 浪 狼 郎 來 冷 勞 擄 櫓 爐 盧 老 蘆 虜 路 露 魯 鷺 碌 祿 綠 菉 錄 鹿 論 壟 弄 籠 聾 牢 磊 賂 雷 壘 屢 樓 淚 漏 累 縷 陋 勒 肋 凜 凌 稜 綾 菱 陵 讀 拏 樂 諾 丹 寧 怒 率 異 北 磻 便 復 不 泌 數 索 參 塞 省 葉 說 殺 辰 沈 拾 若 掠 略 亮 兩 凉 梁 糧 良 諒 量 勵 ... + +## CJK Compatibility Forms + +︰ ︱ ︲ ︳ ︴ ︵ ︶ ︷ ︸ ︹ ︺ ︻ ︼ ︽ ︾ ︿ ﹀ ﹁ ﹂ ﹃ ﹄ ﹅ ﹆ ﹉ ﹊ ﹋ ﹌ ﹍ ﹎ ﹏ diff --git a/exampleSite/content/post/emoji-support.md b/exampleSite/content/post/emoji-support.md new file mode 100644 index 0000000..22d5344 --- /dev/null +++ b/exampleSite/content/post/emoji-support.md @@ -0,0 +1,46 @@ ++++ +title = "Emoji Support" +date = "2019-03-05" +description = "Guide to emoji usage in Hugo" +tags = [ + "emoji", +] ++++ + +Emoji can be enabled in a Hugo project in a number of ways. +<!--more--> +The [`emojify`](https://gohugo.io/functions/emojify/) function can be called directly in templates or [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes). + +To enable emoji globally, set `enableEmoji` to `true` in your site’s [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g. + + +<p><span class="nowrap"><span class="emojify">🙈</span> <code>:see_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙉</span> <code>:hear_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙊</span> <code>:speak_no_evil:</code></span></p> +<br> + +The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes. + +*** + +**N.B.** The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g. + +{{< highlight html >}} +.emoji { +font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols; +} +{{< /highlight >}} + +{{< css.inline >}} +<style> +.emojify { + font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols; + font-size: 2rem; + vertical-align: middle; +} +@media screen and (max-width:650px) { + .nowrap { + display: block; + margin: 25px 0; +} +} +</style> +{{< /css.inline >}}
\ No newline at end of file diff --git a/exampleSite/content/post/markdown-syntax.md b/exampleSite/content/post/markdown-syntax.md new file mode 100644 index 0000000..3113fb6 --- /dev/null +++ b/exampleSite/content/post/markdown-syntax.md @@ -0,0 +1,140 @@ ++++ +title = "Markdown 测试" +date = "2019-03-11" +description = "Markdown 内容渲染测试用页面" +tags = [ + "markdown", + "css", + "html", + "themes" +] ++++ + +This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. +<!--more--> + +## Headings + +The following HTML `<h1>`—`<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` is the lowest. + +# H1 +## H2 +### H3 +#### H4 +##### H5 +###### H6 + +## Paragraph + +Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat. + +Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat. + +## Blockquotes + +The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations. + +#### Blockquote without attribution + +> Tiam, ad mint andaepu dandae nostion secatur sequo quae. +> **Note** that you can use *Markdown syntax* within a blockquote. + +#### Blockquote with attribution + +> Don't communicate by sharing memory, share memory by communicating.</p> +> — <cite>Rob Pike[^1]</cite> + + +[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015. + +## Tables + +Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box. + + Name | Age +--------|------ + Bob | 27 + Alice | 23 + +#### Inline Markdown within tables + +| Inline | Markdown | In | Table | +| ---------- | --------- | ----------------- | ---------- | +| *italics* | **bold** | ~~strikethrough~~ | `code` | + +## Code Blocks + +#### Code block with backticks + +```html +html +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Example HTML5 Document</title> +</head> +<body> + <p>Test</p> +</body> +</html> +``` +#### Code block indented with four spaces + + <!DOCTYPE html> + <html lang="en"> + <head> + <meta charset="UTF-8"> + <title>Example HTML5 Document</title> + </head> + <body> + <p>Test</p> + </body> + </html> + +#### Code block with Hugo's internal highlight shortcode +{{< highlight html >}} +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Example HTML5 Document</title> +</head> +<body> + <p>Test</p> +</body> +</html> +{{< /highlight >}} + +## List Types + +#### Ordered List + +1. First item +2. Second item +3. Third item + +#### Unordered List + +* List item +* Another item +* And another item + +#### Nested list + +* Item +1. First Sub-item +2. Second Sub-item + +## Other Elements — abbr, sub, sup, kbd, mark + +<abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format. + +H<sub>2</sub>O + +X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup> + +Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session. + +Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures. + diff --git a/exampleSite/content/post/math-typesetting.mmark b/exampleSite/content/post/math-typesetting.mmark new file mode 100644 index 0000000..f784e51 --- /dev/null +++ b/exampleSite/content/post/math-typesetting.mmark @@ -0,0 +1,45 @@ +--- +title: Math Typesetting +date: 2019-03-08 +description: A brief guide to setup KaTeX +markup: mmark +math: true +--- + +Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries. +<!--more--> + +In this example we will be using [KaTeX](https://katex.org/) + +- Create a partial under `/layouts/partials/math.html` +- Within this partial reference the [Auto-render Extension](https://katex.org/docs/autorender.html) or host these scripts locally. +- Include the partial in your templates like so: + +``` +{{ if or .Params.math .Site.Params.math }} +{{ partial "math.html" . }} +{{ end }} +``` +- To enable KaTex globally set the parameter `math` to `true` in a project's configuration +- To enable KaTex on a per page basis include the parameter `math: true` in content files. + +**Note:** Use the online reference of [Supported TeX Functions](https://katex.org/docs/supported.html) +{{< math.inline >}} +{{ if or .Page.Params.math .Site.Params.math }} +<!-- KaTeX --> +<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.10.1/dist/katex.min.css" integrity="sha384-dbVIfZGuN1Yq7/1Ocstc1lUEm+AT+/rCkibIcC/OmWo5f0EA48Vf8CytHzGrSwbQ" crossorigin="anonymous"> +<script defer src="https://cdn.jsdelivr.net/npm/katex@0.10.1/dist/katex.min.js" integrity="sha384-2BKqo+exmr9su6dir+qCw08N2ZKRucY4PrGQPPWU1A7FtlCGjmEGFqXCv5nyM5Ij" crossorigin="anonymous"></script> +<script defer src="https://cdn.jsdelivr.net/npm/katex@0.10.1/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script> +{{ end }} +{{</ math.inline >}} + +### Examples + +Inline math: $$ \varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887… $$ + +Block math: + +$$ + \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } } +$$ + diff --git a/exampleSite/content/post/placeholder-text.md b/exampleSite/content/post/placeholder-text.md new file mode 100644 index 0000000..50c906d --- /dev/null +++ b/exampleSite/content/post/placeholder-text.md @@ -0,0 +1,57 @@ ++++ +title = "Placeholder Text" +date = "2019-03-09" +description = "Lorem Ipsum Dolor Si Amet" +tags = [ + "markdown", + "text", +] ++++ + +Lorem est tota propiore conpellat pectoribus de +pectora summo. <!--more-->Redit teque digerit hominumque toris verebor lumina non cervice +subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc +caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis +lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum. + +1. Exierant elisi ambit vivere dedere +2. Duce pollice +3. Eris modo +4. Spargitque ferrea quos palude + +Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus +silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria +tractus malis. + +1. Comas hunc haec pietate fetum procerum dixit +2. Post torum vates letum Tiresia +3. Flumen querellas +4. Arcanaque montibus omnes +5. Quidem et + +# Vagus elidunt + +<svg class="canon" xmlns="http://www.w3.org/2000/svg" overflow="visible" viewBox="0 0 496 373" height="373" width="496"><g fill="none"><path stroke="#000" stroke-width=".75" d="M.599 372.348L495.263 1.206M.312.633l494.95 370.853M.312 372.633L247.643.92M248.502.92l246.76 370.566M330.828 123.869V1.134M330.396 1.134L165.104 124.515"></path><path stroke="#ED1C24" stroke-width=".75" d="M275.73 41.616h166.224v249.05H275.73zM54.478 41.616h166.225v249.052H54.478z"></path><path stroke="#000" stroke-width=".75" d="M.479.375h495v372h-495zM247.979.875v372"></path><ellipse cx="498.729" cy="177.625" rx=".75" ry="1.25"></ellipse><ellipse cx="247.229" cy="377.375" rx=".75" ry="1.25"></ellipse></g></svg> + +[The Van de Graaf Canon](https://en.wikipedia.org/wiki/Canons_of_page_construction#Van_de_Graaf_canon) + +## Mane refeci capiebant unda mulcebat + +Victa caducifer, malo vulnere contra +dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere +furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. **Faces illo pepulere** tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis. + +Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli +Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare +Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert +ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae +vulnus haerentia iuste et exercebat, sui et. + +Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel **mitis temploque** vocatus, inque alis, *oculos nomen* non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem +Propoetides **parte**. + +{{< css.inline >}} +<style> +.canon { background: white; width: 100%; height: auto;} +</style> +{{< /css.inline >}} diff --git a/exampleSite/content/post/wtf-article.md b/exampleSite/content/post/wtf-article.md new file mode 100644 index 0000000..2c94ccb --- /dev/null +++ b/exampleSite/content/post/wtf-article.md @@ -0,0 +1,61 @@ ++++ +title = "纯简体中文测试文章" +date = 2019-04-01T00:00:00+08:00 +description = "本文内容无实际意义,由狗屁不通文章生成器自动生成,不代表作者本人观点" +tags = [ + "test", + "wtf" +] ++++ + +可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。一段代码写一天,到底应该如何实现。马克思在不经意间这样说过,一切节省,归根到底都归结为时间的节省。这不禁令我深思。马克思曾经说过,一切节省,归根到底都归结为时间的节省。带着这句话,我们还要更加慎重的审视这个问题:对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。既然如何,我们不得不面对一个非常尴尬的事实,那就是,亚伯拉罕·林肯曾经提到过,你活了多少岁不算什么,重要的是你是如何度过这些岁月的。这启发了我,了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。我认为,在这种困难的抉择下,本人思来想去,寝食难安。所谓一段代码写一天,关键是一段代码写一天需要如何写。裴斯泰洛齐在不经意间这样说过,今天应做的事没有做,明天再早也是耽误了。这句话语虽然很短,但令我浮想联翩。总结的来说,带着这些问题,我们来审视一下一段代码写一天。西班牙曾经说过,自知之明是最难得的知识。这不禁令我深思。可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。贝多芬在不经意间这样说过,卓越的人一大优点是:在不利与艰难的遭遇里百折不饶。带着这句话,我们还要更加慎重的审视这个问题:在这种困难的抉择下,本人思来想去,寝食难安。问题的关键究竟为何?对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。 + +每个人都不得不面对这些问题。在面对这种问题时,歌德曾经提到过,读一本好书,就如同和一个高尚的人在交谈。这似乎解答了我的疑惑。歌德在不经意间这样说过,读一本好书,就如同和一个高尚的人在交谈。我希望诸位也能好好地体会这句话。从这个角度来看,一段代码写一天的发生,到底需要如何做到,不一段代码写一天的发生,又会如何产生。可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。现在,解决一段代码写一天的问题,是非常非常重要的。所以,马克思曾经提到过,一切节省,归根到底都归结为时间的节省。这似乎解答了我的疑惑。一般来讲,我们都必须务必慎重的考虑考虑。阿卜·日·法拉兹曾经说过,学问是异常珍贵的东西,从任何源泉吸收都不可耻。我希望诸位也能好好地体会这句话。既然如此,就我个人来说,一段代码写一天对我的意义,不能不说非常重大。白哲特曾经说过,坚强的信念能赢得强者的心,并使他们变得更坚强。带着这句话,我们还要更加慎重的审视这个问题:富勒在不经意间这样说过,苦难磨炼一些人,也毁灭另一些人。带着这句话,我们还要更加慎重的审视这个问题:这样看来,一般来讲,我们都必须务必慎重的考虑考虑。从这个角度来看,从这个角度来看,这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。而这些并不是完全重要,更加重要的问题是。 + +带着这些问题,我们来审视一下一段代码写一天。要想清楚,一段代码写一天,到底是一种怎么样的存在。经过上述讨论,生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。佚名曾经提到过,感激每一个新的挑战,因为它会锻造你的意志和品格。这句话语虽然很短,但令我浮想联翩。现在,解决一段代码写一天的问题,是非常非常重要的。所以,每个人都不得不面对这些问题。在面对这种问题时,我们都知道,只要有意义,那么就必须慎重考虑。经过上述讨论。 + +了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。一般来说,了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。笛卡儿在不经意间这样说过,阅读一切好书如同和过去最杰出的人谈话。我希望诸位也能好好地体会这句话。在这种困难的抉择下,本人思来想去,寝食难安。问题的关键究竟为何?了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。莎士比亚曾经说过,抛弃时间的人,时间也抛弃他。我希望诸位也能好好地体会这句话。 + +笛卡儿说过一句富有哲理的话,阅读一切好书如同和过去最杰出的人谈话。这句话语虽然很短,但令我浮想联翩。鲁巴金曾经提到过,读书是在别人思想的帮助下,建立起自己的思想。这启发了我,了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。一段代码写一天因何而发生?一段代码写一天因何而发生?我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。邓拓曾经说过,越是没有本领的就越加自命不凡。这启发了我,从这个角度来看,一般来讲,我们都必须务必慎重的考虑考虑。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。一般来说。 + +对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。总结的来说,从这个角度来看,本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。德谟克利特说过一句富有哲理的话,节制使快乐增加并使享受加强。我希望诸位也能好好地体会这句话。生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。我们都知道,只要有意义,那么就必须慎重考虑。就我个人来说,一段代码写一天对我的意义,不能不说非常重大。史美尔斯曾经提到过,书籍把我们引入最美好的社会,使我们认识各个时代的伟大智者。这句话语虽然很短,但令我浮想联翩。一般来讲,我们都必须务必慎重的考虑考虑。既然如此,我们都知道,只要有意义,那么就必须慎重考虑。这样看来,就我个人来说,一段代码写一天对我的意义,不能不说非常重大。德国曾经提到过,只有在人群中间,才能认识自己。我希望诸位也能好好地体会这句话。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。 + +所谓一段代码写一天,关键是一段代码写一天需要如何写。我们不得不面对一个非常尴尬的事实,那就是,从这个角度来看,可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。莎士比亚在不经意间这样说过,意志命运往往背道而驰,决心到最后会全部推倒。我希望诸位也能好好地体会这句话。一段代码写一天,到底应该如何实现。那么,一段代码写一天,到底应该如何实现。可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。一段代码写一天,发生了会如何,不发生又会如何。在这种困难的抉择下,本人思来想去,寝食难安。塞涅卡在不经意间这样说过,生命如同寓言,其价值不在与长短,而在与内容。这不禁令我深思。那么,生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。所谓一段代码写一天,关键是一段代码写一天需要如何写。我认为,所谓一段代码写一天,关键是一段代码写一天需要如何写。可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。一段代码写一天的发生,到底需要如何做到,不一段代码写一天的发生,又会如何产生。这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。在这种困难的抉择下,本人思来想去,寝食难安。带着这些问题,我们来审视一下一段代码写一天。一段代码写一天,到底应该如何实现。一段代码写一天,发生了会如何,不发生又会如何。既然如何,要想清楚,一段代码写一天,到底是一种怎么样的存在。那么,生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。总结的来说,那么,带着这些问题,我们来审视一下一段代码写一天。要想清楚,一段代码写一天,到底是一种怎么样的存在。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。我们不得不面对一个非常尴尬的事实,那就是,总结的来说,对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。一段代码写一天,发生了会如何,不发生又会如何。西班牙曾经提到过,自己的鞋子,自己知道紧在哪里。带着这句话,我们还要更加慎重的审视这个问题:既然如何,每个人都不得不面对这些问题。在面对这种问题时,问题的关键究竟为何?从这个角度来看,既然如此,在这种困难的抉择下,本人思来想去,寝食难安。我认为。 + +一段代码写一天因何而发生?我们不得不面对一个非常尴尬的事实,那就是,洛克在不经意间这样说过,学到很多东西的诀窍,就是一下子不要学很多。这不禁令我深思。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。一般来说,而这些并不是完全重要,更加重要的问题是,问题的关键究竟为何?而这些并不是完全重要,更加重要的问题是,对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。一段代码写一天因何而发生?所谓一段代码写一天,关键是一段代码写一天需要如何写。一段代码写一天因何而发生?这样看来,一段代码写一天,到底应该如何实现。卡耐基说过一句富有哲理的话,一个不注意小事情的人,永远不会成就大事业。带着这句话,我们还要更加慎重的审视这个问题:一段代码写一天,到底应该如何实现。既然如此,而这些并不是完全重要,更加重要的问题是。 + +冯学峰说过一句富有哲理的话,当一个人用工作去迎接光明,光明很快就会来照耀着他。我希望诸位也能好好地体会这句话。了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。而这些并不是完全重要,更加重要的问题是,那么,要想清楚,一段代码写一天,到底是一种怎么样的存在。从这个角度来看,一段代码写一天,发生了会如何,不发生又会如何。对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。在这种困难的抉择下,本人思来想去,寝食难安。我们都知道,只要有意义,那么就必须慎重考虑。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。问题的关键究竟为何?本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。鲁巴金曾经提到过,读书是在别人思想的帮助下,建立起自己的思想。这不禁令我深思。莎士比亚曾经提到过,人的一生是短的,但如果卑劣地过这一生,就太长了。这启发了我。 + +所谓一段代码写一天,关键是一段代码写一天需要如何写。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。海贝尔曾经说过,人生就是学校。在那里,与其说好的教师是幸福,不如说好的教师是不幸。这似乎解答了我的疑惑。德国曾经说过,只有在人群中间,才能认识自己。这不禁令我深思。这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。带着这些问题,我们来审视一下一段代码写一天。这样看来,了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。克劳斯·莫瑟爵士在不经意间这样说过,教育需要花费钱,而无知也是一样。这似乎解答了我的疑惑。对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。一般来讲,我们都必须务必慎重的考虑考虑。一般来讲,我们都必须务必慎重的考虑考虑。一段代码写一天因何而发生?对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。而这些并不是完全重要,更加重要的问题是,一般来讲,我们都必须务必慎重的考虑考虑。我们都知道,只要有意义,那么就必须慎重考虑。本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。博说过一句富有哲理的话,一次失败,只是证明我们成功的决心还够坚强。维这启发了我,从这个角度来看,问题的关键究竟为何?这样看来,既然如此,所谓一段代码写一天,关键是一段代码写一天需要如何写。可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。总结的来说,我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。经过上述讨论,史美尔斯说过一句富有哲理的话,书籍把我们引入最美好的社会,使我们认识各个时代的伟大智者。带着这句话,我们还要更加慎重的审视这个问题:在这种困难的抉择下,本人思来想去,寝食难安。在这种困难的抉择下,本人思来想去,寝食难安。冯学峰曾经说过,当一个人用工作去迎接光明,光明很快就会来照耀着他。这句话语虽然很短,但令我浮想联翩。 + +所谓一段代码写一天,关键是一段代码写一天需要如何写。米歇潘在不经意间这样说过,生命是一条艰险的峡谷,只有勇敢的人才能通过。我希望诸位也能好好地体会这句话。问题的关键究竟为何?培根在不经意间这样说过,合理安排时间,就等于节约时间。这句话语虽然很短,但令我浮想联翩。吉格·金克拉说过一句富有哲理的话,如果你能做梦,你就能实现它。这启发了我,这样看来,既然如何,吉格·金克拉说过一句富有哲理的话,如果你能做梦,你就能实现它。这句话语虽然很短,但令我浮想联翩。所谓一段代码写一天,关键是一段代码写一天需要如何写。我们不得不面对一个非常尴尬的事实,那就是,在这种困难的抉择下,本人思来想去,寝食难安。要想清楚,一段代码写一天,到底是一种怎么样的存在。了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。我们不得不面对一个非常尴尬的事实,那就是,了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。所谓一段代码写一天,关键是一段代码写一天需要如何写。而这些并不是完全重要,更加重要的问题是,左拉在不经意间这样说过,生活的道路一旦选定,就要勇敢地走到底,决不回头。这似乎解答了我的疑惑。一般来讲,我们都必须务必慎重的考虑考虑。一般来说,经过上述讨论,总结的来说,一般来讲,我们都必须务必慎重的考虑考虑。这样看来,既然如此,一般来说,一段代码写一天,发生了会如何,不发生又会如何。那么,既然如此,每个人都不得不面对这些问题。在面对这种问题时,莎士比亚曾经提到过,本来无望的事,大胆尝试,往往能成功。带着这句话,我们还要更加慎重的审视这个问题:韩非在不经意间这样说过,内外相应,言行相称。这似乎解答了我的疑惑。杰纳勒尔·乔治·S·巴顿说过一句富有哲理的话,接受挑战,就可以享受胜利的喜悦。这不禁令我深思。我们不得不面对一个非常尴尬的事实,那就是,总结的来说,现在,解决一段代码写一天的问题,是非常非常重要的。所以,我们不得不面对一个非常尴尬的事实,那就是,我认为,就我个人来说,一段代码写一天对我的意义,不能不说非常重大。我们都知道,只要有意义,那么就必须慎重考虑。培根在不经意间这样说过,合理安排时间,就等于节约时间。带着这句话,我们还要更加慎重的审视这个问题:可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。从这个角度来看,一般来讲,我们都必须务必慎重的考虑考虑。那么,所谓一段代码写一天,关键是一段代码写一天需要如何写。歌德曾经说过,意志坚强的人能把世界放在手中像泥块一样任意揉捏。带着这句话,我们还要更加慎重的审视这个问题:这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。一段代码写一天的发生,到底需要如何做到,不一段代码写一天的发生,又会如何产生。每个人都不得不面对这些问题。在面对这种问题时,就我个人来说,一段代码写一天对我的意义,不能不说非常重大。塞涅卡曾经提到过,生命如同寓言,其价值不在与长短,而在与内容。这句话语虽然很短,但令我浮想联翩。 + +我们都知道,只要有意义,那么就必须慎重考虑。带着这些问题,我们来审视一下一段代码写一天。笛卡儿曾经说过,我的努力求学没有得到别的好处,只不过是愈来愈发觉自己的无知。带着这句话,我们还要更加慎重的审视这个问题:现在,解决一段代码写一天的问题,是非常非常重要的。所以,本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。迈克尔·F·斯特利曾经提到过,最具挑战性的挑战莫过于提升自我。这启发了我,现在,解决一段代码写一天的问题,是非常非常重要的。所以,既然如何,我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。易卜生说过一句富有哲理的话,伟大的事业,需要决心,能力,组织和责任感。带着这句话,我们还要更加慎重的审视这个问题:我们都知道,只要有意义,那么就必须慎重考虑。一段代码写一天,发生了会如何,不发生又会如何。带着这些问题,我们来审视一下一段代码写一天。我们不得不面对一个非常尴尬的事实,那就是,我们不得不面对一个非常尴尬的事实,那就是。 + +我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。而这些并不是完全重要,更加重要的问题是,而这些并不是完全重要,更加重要的问题是,在这种困难的抉择下,本人思来想去,寝食难安。在这种困难的抉择下,本人思来想去,寝食难安。我们不得不面对一个非常尴尬的事实,那就是,现在,解决一段代码写一天的问题,是非常非常重要的。所以,俾斯麦说过一句富有哲理的话,失败是坚忍的最后考验。带着这句话,我们还要更加慎重的审视这个问题:可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。达·芬奇在不经意间这样说过,大胆和坚定的决心能够抵得上武器的精良。这似乎解答了我的疑惑。一段代码写一天的发生,到底需要如何做到,不一段代码写一天的发生,又会如何产生。而这些并不是完全重要,更加重要的问题是,我认为,总结的来说,可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。 + +问题的关键究竟为何?我们不得不面对一个非常尴尬的事实,那就是,生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。我认为,这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。带着这些问题,我们来审视一下一段代码写一天。一段代码写一天的发生,到底需要如何做到,不一段代码写一天的发生,又会如何产生。问题的关键究竟为何?从这个角度来看,我们都知道,只要有意义,那么就必须慎重考虑。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。那么,这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。既然如何,从这个角度来看,带着这些问题,我们来审视一下一段代码写一天。一段代码写一天,发生了会如何,不发生又会如何。 + +培根在不经意间这样说过,要知道对好事的称颂过于夸大,也会招来人们的反感轻蔑和嫉妒。这句话语虽然很短,但令我浮想联翩。这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。既然如何,而这些并不是完全重要,更加重要的问题是,这样看来,贝多芬曾经提到过,卓越的人一大优点是:在不利与艰难的遭遇里百折不饶。这不禁令我深思。就我个人来说,一段代码写一天对我的意义,不能不说非常重大。一段代码写一天,发生了会如何,不发生又会如何。问题的关键究竟为何?卡耐基在不经意间这样说过,我们若已接受最坏的,就再没有什么损失。我希望诸位也能好好地体会这句话。一段代码写一天的发生,到底需要如何做到,不一段代码写一天的发生,又会如何产生。现在,解决一段代码写一天的问题,是非常非常重要的。所以,要想清楚,一段代码写一天,到底是一种怎么样的存在。爱迪生曾经说过,失败也是我需要的,它和成功对我一样有价值。我希望诸位也能好好地体会这句话。既然如何,对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。海贝尔说过一句富有哲理的话,人生就是学校。在那里,与其说好的教师是幸福,不如说好的教师是不幸。我希望诸位也能好好地体会这句话。 + +这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。经过上述讨论,我认为,莫扎特曾经提到过,谁和我一样用功,谁就会和我一样成功。这句话语虽然很短,但令我浮想联翩。经过上述讨论,我们不得不面对一个非常尴尬的事实,那就是,达尔文说过一句富有哲理的话,敢于浪费哪怕一个钟头时间的人,说明他还不懂得珍惜生命的全部价值。这句话语虽然很短,但令我浮想联翩。本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。一般来讲,我们都必须务必慎重的考虑考虑。罗曼·罗兰曾经说过,只有把抱怨环境的心情,化为上进的力量,才是成功的保证。这启发了我,而这些并不是完全重要,更加重要的问题是,总结的来说,这样看来,每个人都不得不面对这些问题。在面对这种问题时,一般来讲,我们都必须务必慎重的考虑考虑。既然如此,总结的来说,可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。 + +德国曾经提到过,只有在人群中间,才能认识自己。带着这句话,我们还要更加慎重的审视这个问题:既然如此,了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。杰纳勒尔·乔治·S·巴顿曾经提到过,接受挑战,就可以享受胜利的喜悦。这不禁令我深思。一段代码写一天因何而发生?问题的关键究竟为何?海贝尔曾经提到过,人生就是学校。在那里,与其说好的教师是幸福,不如说好的教师是不幸。带着这句话,我们还要更加慎重的审视这个问题。 + +经过上述讨论,我们都知道,只要有意义,那么就必须慎重考虑。本人也是经过了深思熟虑,在每个日日夜夜思考这个问题。我认为,一般来说,经过上述讨论,我认为,生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。就我个人来说,一段代码写一天对我的意义,不能不说非常重大。问题的关键究竟为何?一段代码写一天因何而发生?莎士比亚曾经提到过,本来无望的事,大胆尝试,往往能成功。这似乎解答了我的疑惑。这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。一段代码写一天,到底应该如何实现。我们都知道,只要有意义,那么就必须慎重考虑。总结的来说,那么,叔本华在不经意间这样说过,普通人只想到如何度过时间,有才能的人设法利用时间。这句话语虽然很短,但令我浮想联翩。总结的来说,经过上述讨论,从这个角度来看,一段代码写一天,发生了会如何,不发生又会如何。总结的来说,所谓一段代码写一天,关键是一段代码写一天需要如何写。既然如何,一段代码写一天,到底应该如何实现。 + +问题的关键究竟为何?一般来讲,我们都必须务必慎重的考虑考虑。歌德说过一句富有哲理的话,读一本好书,就如同和一个高尚的人在交谈。这不禁令我深思。迈克尔·F·斯特利曾经提到过,最具挑战性的挑战莫过于提升自我。这不禁令我深思。在这种困难的抉择下,本人思来想去,寝食难安。生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。要想清楚,一段代码写一天,到底是一种怎么样的存在。莫扎特说过一句富有哲理的话,谁和我一样用功,谁就会和我一样成功。这句话语虽然很短,但令我浮想联翩。 + +这样看来,每个人都不得不面对这些问题。在面对这种问题时,从这个角度来看,现在,解决一段代码写一天的问题,是非常非常重要的。所以,我们不得不面对一个非常尴尬的事实,那就是,富兰克林曾经提到过,读书是易事,思索是难事,但两者缺一,便全无用处。这句话语虽然很短,但令我浮想联翩。我们都知道,只要有意义,那么就必须慎重考虑。康德曾经说过,既然我已经踏上这条道路,那么,任何东西都不应妨碍我沿着这条路走下去。我希望诸位也能好好地体会这句话。一段代码写一天,到底应该如何实现。而这些并不是完全重要,更加重要的问题是,而这些并不是完全重要,更加重要的问题是,生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。一般来讲,我们都必须务必慎重的考虑考虑。带着这些问题,我们来审视一下一段代码写一天。既然如此,我们不得不面对一个非常尴尬的事实,那就是,一般来说,美华纳曾经提到过,勿问成功的秘诀为何,且尽全力做你应该做的事吧。这句话语虽然很短,但令我浮想联翩。我们都知道,只要有意义,那么就必须慎重考虑。叔本华曾经说过,意志是一个强壮的盲人,倚靠在明眼的跛子肩上。我希望诸位也能好好地体会这句话。对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。既然如此,郭沫若曾经说过,形成天才的决定因素应该是勤奋。我希望诸位也能好好地体会这句话。生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。一般来讲,我们都必须务必慎重的考虑考虑。在这种困难的抉择下,本人思来想去,寝食难安。经过上述讨论,一段代码写一天,发生了会如何,不发生又会如何。从这个角度来看,一段代码写一天因何而发生?了解清楚一段代码写一天到底是一种怎么样的存在,是解决一切问题的关键。既然如何。 + +而这些并不是完全重要,更加重要的问题是,而这些并不是完全重要,更加重要的问题是,既然如何,要想清楚,一段代码写一天,到底是一种怎么样的存在。那么,那么,我认为,经过上述讨论,既然如此,对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。卡耐基曾经提到过,一个不注意小事情的人,永远不会成就大事业。这句话语虽然很短,但令我浮想联翩。黑塞曾经提到过,有勇气承担命运这才是英雄好汉。这似乎解答了我的疑惑。一般来说,雷锋在不经意间这样说过,自己活着,就是为了使别人过得更美好。这启发了我,一般来说,而这些并不是完全重要,更加重要的问题是。 + +裴斯泰洛齐在不经意间这样说过,今天应做的事没有做,明天再早也是耽误了。这句话语虽然很短,但令我浮想联翩。爱迪生曾经说过,失败也是我需要的,它和成功对我一样有价值。带着这句话,我们还要更加慎重的审视这个问题:带着这些问题,我们来审视一下一段代码写一天。既然如此,富勒曾经提到过,苦难磨炼一些人,也毁灭另一些人。我希望诸位也能好好地体会这句话。培根说过一句富有哲理的话,深窥自己的心,而后发觉一切的奇迹在你自己。这似乎解答了我的疑惑。问题的关键究竟为何。 + +既然如何,一般来讲,我们都必须务必慎重的考虑考虑。经过上述讨论,普列姆昌德曾经说过,希望的灯一旦熄灭,生活刹那间变成了一片黑暗。这不禁令我深思。总结的来说,在这种困难的抉择下,本人思来想去,寝食难安。杰纳勒尔·乔治·S·巴顿说过一句富有哲理的话,接受挑战,就可以享受胜利的喜悦。这启发了我,那么,在这种困难的抉择下,本人思来想去,寝食难安。那么,带着这些问题,我们来审视一下一段代码写一天。 + +我认为,可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。生活中,若一段代码写一天出现了,我们就不得不考虑它出现了的事实。既然如何,黑塞曾经提到过,有勇气承担命运这才是英雄好汉。这不禁令我深思。杰纳勒尔·乔治·S·巴顿说过一句富有哲理的话,接受挑战,就可以享受胜利的喜悦。这似乎解答了我的疑惑。在这种困难的抉择下,本人思来想去,寝食难安。 + +可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。我们一般认为,抓住了问题的关键,其他一切则会迎刃而解。拉罗什福科在不经意间这样说过,我们唯一不会改正的缺点是软弱。这不禁令我深思。既然如此,可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。一般来讲,我们都必须务必慎重的考虑考虑。对我个人而言,一段代码写一天不仅仅是一个重大的事件,还可能会改变我的人生。既然如此,史美尔斯曾经说过,书籍把我们引入最美好的社会,使我们认识各个时代的伟大智者。这不禁令我深思。现在,解决一段代码写一天的问题,是非常非常重要的。所以,一般来讲,我们都必须务必慎重的考虑考虑。现在,解决一段代码写一天的问题,是非常非常重要的。所以,一段代码写一天,到底应该如何实现。贝多芬曾经提到过,卓越的人一大优点是:在不利与艰难的遭遇里百折不饶。这似乎解答了我的疑惑。阿卜·日·法拉兹曾经说过,学问是异常珍贵的东西,从任何源泉吸收都不可耻。这似乎解答了我的疑惑。我们不得不面对一个非常尴尬的事实,那就是。 + +池田大作在不经意间这样说过,不要回避苦恼和困难,挺起身来向它挑战,进而克服它。这句话语虽然很短,但令我浮想联翩。叔本华在不经意间这样说过,意志是一个强壮的盲人,倚靠在明眼的跛子肩上。带着这句话,我们还要更加慎重的审视这个问题:一段代码写一天,发生了会如何,不发生又会如何。就我个人来说,一段代码写一天对我的意义,不能不说非常重大。一般来说,就我个人来说,一段代码写一天对我的意义,不能不说非常重大。一般来说,可是,即使是这样,一段代码写一天的出现仍然代表了一定的意义。 diff --git a/exampleSite/layouts/partials/favicon.html b/exampleSite/layouts/partials/favicon.html new file mode 100644 index 0000000..8314f0c --- /dev/null +++ b/exampleSite/layouts/partials/favicon.html @@ -0,0 +1,10 @@ +<!-- Generated your favicon at realfavicongenerator.net and copy code here --> +<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr/amzrk2/favicons/apple-touch-icon.png"> +<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr/amzrk2/favicons/favicon-32x32.png"> +<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr/amzrk2/favicons/favicon-16x16.png"> +<link rel="manifest" href="https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr/amzrk2/favicons/site.webmanifest"> +<link rel="mask-icon" href="https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr/amzrk2/favicons/safari-pinned-tab.svg" color="#8b81c3"> +<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr/amzrk2/favicons/favicon.ico"> +<meta name="msapplication-TileColor" content="#8b81c3"> +<meta name="msapplication-config" content="https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr/amzrk2/favicons/browserconfig.xml"> +<meta name="theme-color" content="#ffffff">
\ No newline at end of file diff --git a/images/screenshot.png b/images/screenshot.png Binary files differnew file mode 100644 index 0000000..a3ef4f8 --- /dev/null +++ b/images/screenshot.png diff --git a/images/tn.png b/images/tn.png Binary files differnew file mode 100644 index 0000000..aa092b5 --- /dev/null +++ b/images/tn.png diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..13f61d2 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html lang="{{ .Site.LanguageCode }}"> +{{ partial "head.html" . }} + +<body class="d-flex flex-column h-100"> + {{ partial "header.html" . }} + + {{ block "main" . }}{{ end }} + + {{ partial "footer.html" . }} + {{ partial "scripts.html" . }} +</body> + +</html>
\ No newline at end of file diff --git a/layouts/_default/list.html b/layouts/_default/list.html new file mode 100644 index 0000000..0275644 --- /dev/null +++ b/layouts/_default/list.html @@ -0,0 +1,14 @@ +{{ define "main" }} +<main> + <div class="container-md clearfix"> + <!-- list --> + <div class="col-md-9 col-12 float-left" id="content"> + <span id="not-found">404 NOT FOUND</span> + </div> + <!-- sidebar --> + <div class="col-md-3 col-12 float-left" id="sidebar"> + {{ partial "sidebar.html" . }} + </div> + </div> +</main> +{{ end }}
\ No newline at end of file diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 0000000..9da2c59 --- /dev/null +++ b/layouts/_default/single.html @@ -0,0 +1,24 @@ +{{ define "main" }} +<main> + <div class="container-md clearfix"> + <!-- list --> + <div class="col-md-9 col-12 float-left" id="content"> + <article> + <h4 id="post-title"> + <a href="{{ .Permalink }}">{{ .Title }}</a> + </h4> + <div id="post-meta"> + {{ partial "post-meta.html" . }} + </div> + <div class="markdown-body" id="post-content"> + {{ .Content }} + </div> + </article> + </div> + <!-- sidebar --> + <div class="col-md-3 col-12 float-left" id="sidebar"> + {{ partial "sidebar.html" . }} + </div> + </div> +</main> +{{ end }}
\ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..0373851 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,36 @@ +{{ define "main" }} +<main> + <div class="container-md clearfix"> + <!-- list --> + <div class="col-md-9 col-12 float-left" id="content"> + <!-- homepage range in posts --> + {{ $paginator := .Paginate (where .Site.RegularPages "Type" "post") }} + {{ range $paginator.Pages }} + <div id="post"> + <h2 id="post-title"> + <a href="{{ .Permalink }}">{{ .Title }}</a> + </h2> + <div id="post-meta"> + {{ partial "post-meta.html" . }} + </div> + <div id="post-summary"> + {{ .Summary }} + </div> + <div id="post-exlink"> + <a href="{{ .Permalink }}#">> READ MORE ...</a> + </div> + </div> + {{ end }} + {{ if gt $paginator.TotalPages 1 }} + <div id="pagination"> + {{ template "_internal/pagination.html" . }} + </div> + {{ end }} + </div> + <!-- sidebar --> + <div class="col-md-3 col-12 float-left" id="sidebar"> + {{ partial "sidebar.html" . }} + </div> + </div> +</main> +{{ end }}
\ No newline at end of file diff --git a/layouts/partials/favicon.html b/layouts/partials/favicon.html new file mode 100644 index 0000000..c152663 --- /dev/null +++ b/layouts/partials/favicon.html @@ -0,0 +1 @@ +<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr/amzrk2/favicons/favicon.ico">
\ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..a5317e1 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,9 @@ +<footer> + <div class="container-md text-center"> + <p> + © {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a> | + Powered by <a href="https://gohugo.io/" target="_blank">Hugo {{ hugo.Version }}</a> + & <a href="https://github.com/amzrk2/hugo-theme-fuji/" target="_blank">Fuji</a> + </p> + </div> +</footer>
\ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..8d035ce --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,23 @@ +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> +<meta name="HandheldFriendly" content="True" /> +<meta http-equiv="X-UA-Compatible" content="IE=edge" /> +<meta http-equiv="Cache-Control" content="no-transform"> +<meta http-equiv="Cache-Control" content="no-siteapp"> +{{ hugo.Generator }} +{{ partial "favicon.html" . }} + +{{ if .IsHome }} +<title>{{ .Site.Title }} - {{ .Site.Params.subTitle }}</title> +{{ else }} +<title>{{ .Title }} - {{ .Site.Title }}</title> +{{ end }} + +{{ $sass := resources.Get "sass/main.scss" }} +{{ $style := $sass | resources.ToCSS }} +<link rel="stylesheet" href="{{ $style.Permalink }}"> +<script src="{{ .Site.Params.cdnVanillaLazyloadJS }}"></script> + +{{ if or .Params.math .Site.Params.math }} +{{ partial "math.html" . }} +{{ end }}
\ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..7f3a254 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,9 @@ +<header> + <!-- fake navbar header--> + <div class="container-md clearfix"> + <div class="col-12 p-3"> + <a id="main-title" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a> + <span id="sub-title">{{ .Site.Params.subTitle }}</span> + </div> + </div> +</header>
\ No newline at end of file diff --git a/layouts/partials/math.html b/layouts/partials/math.html new file mode 100644 index 0000000..621a2c8 --- /dev/null +++ b/layouts/partials/math.html @@ -0,0 +1,5 @@ +<!-- https://katex.org/docs/autorender.html --> +<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous"> +<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js" integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz" crossorigin="anonymous"></script> +<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" + crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
\ No newline at end of file diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html new file mode 100644 index 0000000..9d9832d --- /dev/null +++ b/layouts/partials/post-meta.html @@ -0,0 +1,12 @@ +<span class="post-meta-item post-meta-date"> + <time datetime="{{ .Date }}">{{ .Date.Format "2006-01-02" }} | </time> +</span> +<span class="post-meta-item post-meta-tags"> + {{ if .Params.tags }} + {{ range .Params.tags }} + <a href="{{ $.Site.BaseURL }}/tags/{{ . | urlize }}/">{{ . }}</a> + {{ end }} + {{ else }} + <span>无标签</span> + {{ end }} +</span>
\ No newline at end of file diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html new file mode 100644 index 0000000..4caf7ba --- /dev/null +++ b/layouts/partials/scripts.html @@ -0,0 +1,5 @@ +<script> + var lazyLoadInstance = new LazyLoad({ + elements_selector: ".lazy" + }); +</script>
\ No newline at end of file diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html new file mode 100644 index 0000000..5150a87 --- /dev/null +++ b/layouts/partials/sidebar.html @@ -0,0 +1,37 @@ +<div id="widget-pages"> + <h5>页面</h5> + <ul> + {{ $currentPage := . }} + {{ range .Site.Menus.nav }} + <li> + <a href="{{ .URL }}">{{ .Name }}</a> + </li> + {{ end }} + </ul> +</div> +<div id="widget-tags"> + <h5>标签</h5> + <div> + {{ range .Site.Taxonomies.tags }} + <span> + <a href="{{ .Page.Permalink }}">{{ .Page.Title }}</a> + </span> + {{ end }} + </div> +</div> +<div id="widget-links"> + <h5>链接</h5> + <ul> + {{ range .Site.Menus.link }} + <li> + <a href="{{ .URL }}" target="_blank"><span>{{ .Name }}</span></a> + </li> + {{ end }} + </ul> +</div> +{{ with .Site.Params.bgmImageChart }} +<div id="widget-bgm"> + <h5>番剧</h5> + <img class="lazy" src="{{ $.Site.Params.cdnLazyloadSRC }}" data-src="http://bgm.tv/chart/img/{{ . }}" /> +</div> +{{ end }}
\ No newline at end of file diff --git a/layouts/tags/list.html b/layouts/tags/list.html new file mode 100644 index 0000000..076cfc9 --- /dev/null +++ b/layouts/tags/list.html @@ -0,0 +1,42 @@ +{{ define "main" }} +<main> + <div class="container-md clearfix"> + <!-- list --> + <div class="col-md-9 col-12 float-left" id="content"> + <!-- tags page range in posts --> + {{ if eq .RelPermalink "/tags/" }} + <span id="not-found">404 NOT FOUND</span> + {{ else }} + <div id="page-tag"> + <span>拥有标签 {{ .Title }} 的文章:</span> + </div> + {{ range .Paginator.Pages }} + <div id="post"> + <h2 id="post-title"> + <a href="{{ .Permalink }}">{{ .Title }}</a> + </h2> + <div id="post-meta"> + {{ partial "post-meta.html" . }} + </div> + <div id="post-summary"> + {{ .Summary }} + </div> + <div id="post-exlink"> + <a href="{{ .Permalink }}#">> READ MORE ...</a> + </div> + </div> + {{ end }} + {{ end }} + {{ if gt .Paginator.TotalPages 1 }} + <div id="pagination"> + {{ template "_internal/pagination.html" . }} + </div> + {{ end }} + </div> + <!-- sidebar --> + <div class="col-md-3 col-12 float-left" id="sidebar"> + {{ partial "sidebar.html" . }} + </div> + </div> +</main> +{{ end }}
\ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..7ddc628 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,32 @@ +{ + "name": "hugo-theme-fuji", + "version": "1.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@primer/css": { + "version": "14.3.0", + "resolved": "https://registry.npmjs.org/@primer/css/-/css-14.3.0.tgz", + "integrity": "sha512-n5/skNhsbCc+wStmH2nSFHWS8I1XFVtdSabG7IuCYbGELuxduw3x5kl9uYQwG558E5/4wQZ/WbAeACuTTjcWFA==", + "dev": true, + "requires": { + "@primer/octicons": "^9.1.1" + } + }, + "@primer/octicons": { + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-9.6.0.tgz", + "integrity": "sha512-B5Wzk5izRXXz0JqEXJkVUtqhCXSpUKgqYkVwegMkp5sziBW+ksd9LPbONlCWyyLODwf9GsI2sBXekR7m+JJDBw==", + "dev": true, + "requires": { + "object-assign": "^4.1.1" + } + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..fd8a803 --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name": "hugo-theme-fuji", + "version": "1.0.0", + "description": "A minimal Hugo theme inspired by Murasaki, powered by GitHub Primer CSS.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/amzrk2/hugo-theme-fuji.git" + }, + "keywords": [ + "hugo", + "theme", + "fuji", + "bootstrap", + "primer" + ], + "author": "DSRKafuU <mail@amzrk2.cc> (https://amzrk2.cc/)", + "license": "GPL-3.0-only", + "bugs": { + "url": "https://github.com/amzrk2/hugo-theme-fuji/issues" + }, + "homepage": "https://github.com/amzrk2/hugo-theme-fuji#readme", + "devDependencies": { + "@primer/css": "14.3.0" + } +} diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..28b1ca9 --- /dev/null +++ b/theme.toml @@ -0,0 +1,15 @@ +# theme.toml template for a Hugo theme +# See https://github.com/gohugoio/hugoThemes#themetoml for an example + +name = "Fuji" +license = "GPLv3" +licenselink = "https://github.com/amzrk2/hugo-theme-fuji/blob/master/LICENSE" +description = "A minimal Hugo theme inspired by Murasaki, powered by GitHub Primer CSS." +homepage = "https://github.com/amzrk2/hugo-theme-fuji/" +tags = ["blog", "minimal", "primer"] +features = ["responsive"] +min_version = "0.62.1" + +[author] + name = "DSRKafuu(amzrk2)" + homepage = "https://amzrk2.cc/" |